diff --git a/ng6-seed/dist/1.531f65ed0091539f9477.js b/ng6-seed/dist/1.531f65ed0091539f9477.js deleted file mode 100644 index 91421c750..000000000 --- a/ng6-seed/dist/1.531f65ed0091539f9477.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"0GgQ":function(t,e,n){"use strict";n.r(e);var o=n("6blF"),i=n("bne5");o.a.fromEvent=i.a},"0MID":function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG"),s=n("qwkt"),u=n("5tze");n("czA5"),e.DataTableHeaderCellComponent=function(){function t(t){this.cd=t,this.sort=new r.EventEmitter,this.select=new r.EventEmitter,this.columnContextmenu=new r.EventEmitter(!1),this.sortFn=this.onSort.bind(this),this.selectFn=this.select.emit.bind(this.select),this.cellContext={column:this.column,sortDir:this.sortDir,sortFn:this.sortFn,allRowsSelected:this.allRowsSelected,selectFn:this.selectFn}}return Object.defineProperty(t.prototype,"allRowsSelected",{get:function(){return this._allRowsSelected},set:function(t){this._allRowsSelected=t,this.cellContext.allRowsSelected=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"column",{get:function(){return this._column},set:function(t){this._column=t,this.cellContext.column=t,this.cd.markForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"sorts",{get:function(){return this._sorts},set:function(t){this._sorts=t,this.sortDir=this.calcSortDir(t),this.sortClass=this.calcSortClass(this.sortDir),this.cd.markForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"columnCssClasses",{get:function(){var t="datatable-header-cell";if(this.column.sortable&&(t+=" sortable"),this.column.resizeable&&(t+=" resizeable"),this.column.headerClass)if("string"==typeof this.column.headerClass)t+=" "+this.column.headerClass;else if("function"==typeof this.column.headerClass){var e=this.column.headerClass({column:this.column});if("string"==typeof e)t+=e;else if("object"==typeof e)for(var n=0,o=Object.keys(e);n\n \n \n \n \n \n \n \n \n \n \n \n \n ',host:{class:"datatable-header-cell"},changeDetection:r.ChangeDetectionStrategy.OnPush})],t)}()},"1HVU":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n("rdkg"),i=n("CVuo"),r="undefined"!=typeof window?o.getVendorPrefixedName("transform"):void 0,s="undefined"!=typeof window?o.getVendorPrefixedName("backfaceVisibility"):void 0,u="undefined"!=typeof window?!!o.getVendorPrefixedName("transform"):void 0,a="undefined"!=typeof window?!!o.getVendorPrefixedName("perspective"):void 0,c="undefined"!=typeof window?window.navigator.userAgent:"Chrome",l=/Safari\//.test(c)&&!/Chrome\//.test(c);e.translateXY=function(t,e,n){void 0!==r&&u?!l&&a?(t[r]="translate3d("+e+"px, "+n+"px, 0)",t[s]="hidden"):t[i.camelCase(r)]="translate("+e+"px, "+n+"px)":(t.top=n+"px",t.left=e+"px")}},"2V7f":function(t,e,n){"use strict";function o(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}Object.defineProperty(e,"__esModule",{value:!0}),o(n("IPm6")),o(n("YVFZ")),o(n("syrc")),o(n("PNOi")),o(n("SfHT")),o(n("Mfce")),o(n("7F1K")),o(n("99TG")),o(n("Fjl2"))},"3/HP":function(t,e,n){"use strict";var o=this&&this.__assign||Object.assign||function(t){for(var e,n=1,o=arguments.length;n\n \n \n \n \n \n \n \n ',changeDetection:s.ChangeDetectionStrategy.OnPush,encapsulation:s.ViewEncapsulation.None,styleUrls:["./datatable.component.css"],host:{class:"ngx-datatable"}})],t)}()},"3MdB":function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG"),s=n("88/t"),u=n("ahDk");e.DraggableDirective=function(){function t(t){this.dragX=!0,this.dragY=!0,this.dragStart=new r.EventEmitter,this.dragging=new r.EventEmitter,this.dragEnd=new r.EventEmitter,this.isDragging=!1,this.element=t.nativeElement}return t.prototype.ngOnChanges=function(t){t.dragEventTarget&&t.dragEventTarget.currentValue&&this.dragModel.dragging&&this.onMousedown(t.dragEventTarget.currentValue)},t.prototype.ngOnDestroy=function(){this._destroySubscription()},t.prototype.onMouseup=function(t){this.isDragging&&(this.isDragging=!1,this.element.classList.remove("dragging"),this.subscription&&(this._destroySubscription(),this.dragEnd.emit({event:t,element:this.element,model:this.dragModel})))},t.prototype.onMousedown=function(t){var e=this;if(t.target.classList.contains("draggable")&&(this.dragX||this.dragY)){t.preventDefault(),this.isDragging=!0;var n={x:t.clientX,y:t.clientY},o=s.Observable.fromEvent(document,"mouseup");this.subscription=o.subscribe(function(t){return e.onMouseup(t)});var i=s.Observable.fromEvent(document,"mousemove").pipe(u.takeUntil(o)).subscribe(function(t){return e.move(t,n)});this.subscription.add(i),this.dragStart.emit({event:t,element:this.element,model:this.dragModel})}},t.prototype.move=function(t,e){if(this.isDragging){var n=t.clientY-e.y;this.dragX&&(this.element.style.left=t.clientX-e.x+"px"),this.dragY&&(this.element.style.top=n+"px"),this.element.classList.add("dragging"),this.dragging.emit({event:t,element:this.element,model:this.dragModel})}},t.prototype._destroySubscription=function(){this.subscription&&(this.subscription.unsubscribe(),this.subscription=void 0)},o([r.Input(),i("design:type",Object)],t.prototype,"dragEventTarget",void 0),o([r.Input(),i("design:type",Object)],t.prototype,"dragModel",void 0),o([r.Input(),i("design:type",Boolean)],t.prototype,"dragX",void 0),o([r.Input(),i("design:type",Boolean)],t.prototype,"dragY",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"dragStart",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"dragging",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"dragEnd",void 0),o([r.Directive({selector:"[draggable]"})],t)}()},"3xIc":function(t,e,n){"use strict";n.r(e);var o=n("DtyJ");n.d(e,"BehaviorSubject",function(){return o.a})},"5tze":function(t,e,n){"use strict";function o(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}Object.defineProperty(e,"__esModule",{value:!0}),o(n("HV4d")),o(n("ae7Z")),o(n("h+PQ")),o(n("CVuo")),o(n("RnPR")),o(n("ohIB")),o(n("rdkg")),o(n("y9Z7")),o(n("1HVU")),o(n("MgB7")),o(n("h6KF")),o(n("GDJm")),o(n("VYA+")),o(n("AqeW"))},"7F1K":function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG"),s=n("5tze"),u=n("qwkt");e.DataTableSelectionComponent=function(){function t(){this.activate=new r.EventEmitter,this.select=new r.EventEmitter}return t.prototype.selectRow=function(t,e,n){if(this.selectEnabled){var o,i=this.selectionType===u.SelectionType.checkbox,r=this.selectionType===u.SelectionType.multiClick,a=[];a=this.selectionType===u.SelectionType.multi||i||r?t.shiftKey?s.selectRowsBetween([],this.rows,e,this.prevIndex,this.getRowSelectedIdx.bind(this)):s.selectRows(t.ctrlKey||t.metaKey||r||i?this.selected.slice():[],n,this.getRowSelectedIdx.bind(this)):s.selectRows([],n,this.getRowSelectedIdx.bind(this)),"function"==typeof this.selectCheck&&(a=a.filter(this.selectCheck.bind(this))),this.selected.splice(0,this.selected.length),(o=this.selected).push.apply(o,a),this.prevIndex=e,this.select.emit({selected:a})}},t.prototype.onActivate=function(t,e){var n=t.type,o=t.event,i=t.row,r=this.selectionType===u.SelectionType.checkbox;!r&&("click"===n||"dblclick"===n)||r&&"checkbox"===n?this.selectRow(o,e,i):"keydown"===n&&(o.keyCode===s.Keys.return?this.selectRow(o,e,i):this.onKeyboardFocus(t)),this.activate.emit(t)},t.prototype.onKeyboardFocus=function(t){var e=t.event.keyCode;if(e===s.Keys.up||e===s.Keys.down||e===s.Keys.right||e===s.Keys.left){var n=this.selectionType===u.SelectionType.cell;t.cellElement&&n?n&&this.focusCell(t.cellElement,t.rowElement,e,t.cellIndex):this.focusRow(t.rowElement,e)}},t.prototype.focusRow=function(t,e){var n=this.getPrevNextRow(t,e);n&&n.focus()},t.prototype.getPrevNextRow=function(t,e){var n=t.parentElement;if(n){var o=void 0;if(e===s.Keys.up?o=n.previousElementSibling:e===s.Keys.down&&(o=n.nextElementSibling),o&&o.children.length)return o.children[0]}},t.prototype.focusCell=function(t,e,n,o){var i;if(n===s.Keys.left)i=t.previousElementSibling;else if(n===s.Keys.right)i=t.nextElementSibling;else if(n===s.Keys.up||n===s.Keys.down){var r=this.getPrevNextRow(e,n);if(r){var u=r.getElementsByClassName("datatable-body-cell");u.length&&(i=u[o])}}i&&i.focus()},t.prototype.getRowSelected=function(t){return this.getRowSelectedIdx(t,this.selected)>-1},t.prototype.getRowSelectedIdx=function(t,e){var n=this;if(!e||!e.length)return-1;var o=this.rowIdentity(t);return e.findIndex(function(t){return n.rowIdentity(t)===o})},o([r.Input(),i("design:type",Array)],t.prototype,"rows",void 0),o([r.Input(),i("design:type",Array)],t.prototype,"selected",void 0),o([r.Input(),i("design:type",Boolean)],t.prototype,"selectEnabled",void 0),o([r.Input(),i("design:type",String)],t.prototype,"selectionType",void 0),o([r.Input(),i("design:type",Object)],t.prototype,"rowIdentity",void 0),o([r.Input(),i("design:type",Object)],t.prototype,"selectCheck",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"activate",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"select",void 0),o([r.Component({selector:"datatable-selection",template:"\n \n ",changeDetection:r.ChangeDetectionStrategy.OnPush})],t)}()},"8iEZ":function(t,e,n){"use strict";var o=n("mrSG").__decorate;Object.defineProperty(e,"__esModule",{value:!0});var i=n("CcnG");e.DataTableColumnCellDirective=function(){return o([i.Directive({selector:"[ngx-datatable-cell-template]"})],function(t){this.template=t})}()},"99TG":function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG"),s=n("Fjl2");e.DatatableGroupHeaderDirective=function(){function t(){this.rowHeight=0,this.toggle=new r.EventEmitter}return t.prototype.toggleExpandGroup=function(t){this.toggle.emit({type:"group",value:t})},t.prototype.expandAllGroups=function(){this.toggle.emit({type:"all",value:!0})},t.prototype.collapseAllGroups=function(){this.toggle.emit({type:"all",value:!1})},o([r.Input(),i("design:type",Object)],t.prototype,"rowHeight",void 0),o([r.Input(),r.ContentChild(s.DatatableGroupHeaderTemplateDirective,{read:r.TemplateRef}),i("design:type",r.TemplateRef)],t.prototype,"template",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"toggle",void 0),o([r.Directive({selector:"ngx-datatable-group-header"})],t)}()},Ahxa:function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG");e.DataTableFooterComponent=function(){function t(){this.selectedCount=0,this.page=new r.EventEmitter}return Object.defineProperty(t.prototype,"isVisible",{get:function(){return this.rowCount/this.pageSize>1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"curPage",{get:function(){return this.offset+1},enumerable:!0,configurable:!0}),o([r.Input(),i("design:type",Number)],t.prototype,"footerHeight",void 0),o([r.Input(),i("design:type",Number)],t.prototype,"rowCount",void 0),o([r.Input(),i("design:type",Number)],t.prototype,"pageSize",void 0),o([r.Input(),i("design:type",Number)],t.prototype,"offset",void 0),o([r.Input(),i("design:type",String)],t.prototype,"pagerLeftArrowIcon",void 0),o([r.Input(),i("design:type",String)],t.prototype,"pagerRightArrowIcon",void 0),o([r.Input(),i("design:type",String)],t.prototype,"pagerPreviousIcon",void 0),o([r.Input(),i("design:type",String)],t.prototype,"pagerNextIcon",void 0),o([r.Input(),i("design:type",String)],t.prototype,"totalMessage",void 0),o([r.Input(),i("design:type",r.TemplateRef)],t.prototype,"footerTemplate",void 0),o([r.Input(),i("design:type",Number)],t.prototype,"selectedCount",void 0),o([r.Input(),i("design:type",Object)],t.prototype,"selectedMessage",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"page",void 0),o([r.Component({selector:"datatable-footer",template:'\n \n \n \n
\n \n {{selectedCount.toLocaleString()}} {{selectedMessage}} / \n \n {{rowCount.toLocaleString()}} {{totalMessage}}\n
\n \n \n \n ',host:{class:"datatable-footer"},changeDetection:r.ChangeDetectionStrategy.OnPush})],t)}()},AqeW:function(t,e,n){"use strict";function o(t,e){for(var n,o,i,r=[],s=[];(n=document.elementFromPoint(t,e))&&-1===r.indexOf(n)&&null!=n;)r.push(n),s.push({value:n.style.getPropertyValue("pointer-events"),priority:n.style.getPropertyPriority("pointer-events")}),n.style.setProperty("pointer-events","none","important");for(o=s.length;i=s[--o];)r[o].style.setProperty("pointer-events",i.value?i.value:"",i.priority);return r}Object.defineProperty(e,"__esModule",{value:!0}),"undefined"==typeof document||document.elementsFromPoint||(document.elementsFromPoint=o),e.elementsFromPoint=o},CVuo:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.camelCase=function(t){return(t=(t=(t=t.replace(/[^a-zA-Z0-9 ]/g," ")).replace(/([a-z](?=[A-Z]))/g,"$1 ")).replace(/([^a-zA-Z0-9 ])|^[0-9]+/g,"").trim().toLowerCase()).replace(/([ 0-9]+)([a-zA-Z])/g,function(t,e,n){return e.trim()+n.toUpperCase()})},e.deCamelCase=function(t){return t.replace(/([A-Z])/g,function(t){return" "+t}).replace(/^./,function(t){return t.toUpperCase()})}},Cc8h:function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG"),s=n("88/t"),u=n("ahDk");n("czA5"),e.LongPressDirective=function(){function t(){this.pressEnabled=!0,this.duration=500,this.longPressStart=new r.EventEmitter,this.longPressing=new r.EventEmitter,this.longPressEnd=new r.EventEmitter,this.mouseX=0,this.mouseY=0}return Object.defineProperty(t.prototype,"press",{get:function(){return this.pressing},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isLongPress",{get:function(){return this.isLongPressing},enumerable:!0,configurable:!0}),t.prototype.onMouseDown=function(t){var e=this;if(1===t.which&&this.pressEnabled&&!t.target.classList.contains("resize-handle")){this.mouseX=t.clientX,this.mouseY=t.clientY,this.pressing=!0,this.isLongPressing=!1;var n=s.Observable.fromEvent(document,"mouseup");this.subscription=n.subscribe(function(t){return e.onMouseup()}),this.timeout=setTimeout(function(){e.isLongPressing=!0,e.longPressStart.emit({event:t,model:e.pressModel}),e.subscription.add(s.Observable.fromEvent(document,"mousemove").pipe(u.takeUntil(n)).subscribe(function(t){return e.onMouseMove(t)})),e.loop(t)},this.duration),this.loop(t)}},t.prototype.onMouseMove=function(t){if(this.pressing&&!this.isLongPressing){var e=Math.abs(t.clientX-this.mouseX)>10,n=Math.abs(t.clientY-this.mouseY)>10;(e||n)&&this.endPress()}},t.prototype.loop=function(t){var e=this;this.isLongPressing&&(this.timeout=setTimeout(function(){e.longPressing.emit({event:t,model:e.pressModel}),e.loop(t)},50))},t.prototype.endPress=function(){clearTimeout(this.timeout),this.isLongPressing=!1,this.pressing=!1,this._destroySubscription(),this.longPressEnd.emit({model:this.pressModel})},t.prototype.onMouseup=function(){this.endPress()},t.prototype.ngOnDestroy=function(){this._destroySubscription()},t.prototype._destroySubscription=function(){this.subscription&&(this.subscription.unsubscribe(),this.subscription=void 0)},o([r.Input(),i("design:type",Boolean)],t.prototype,"pressEnabled",void 0),o([r.Input(),i("design:type",Object)],t.prototype,"pressModel",void 0),o([r.Input(),i("design:type",Number)],t.prototype,"duration",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"longPressStart",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"longPressing",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"longPressEnd",void 0),o([r.HostBinding("class.press"),i("design:type",Boolean),i("design:paramtypes",[])],t.prototype,"press",null),o([r.HostBinding("class.longpress"),i("design:type",Boolean),i("design:paramtypes",[])],t.prototype,"isLongPress",null),o([r.HostListener("mousedown",["$event"]),i("design:type",Function),i("design:paramtypes",[Object]),i("design:returntype",void 0)],t.prototype,"onMouseDown",null),o([r.Directive({selector:"[long-press]"})],t)}()},F8xH:function(t,e,n){"use strict";var o=n("mrSG").__decorate;Object.defineProperty(e,"__esModule",{value:!0});var i=n("CcnG"),r=n("Ip0R");n("0GgQ");var s=n("Nia1"),u=n("mn2k"),a=n("bpWZ");e.NgxDatatableModule=function(){return o([i.NgModule({imports:[r.CommonModule],providers:[a.ScrollbarHelper],declarations:[s.DataTableFooterTemplateDirective,u.VisibilityDirective,u.DraggableDirective,u.ResizeableDirective,u.OrderableDirective,u.LongPressDirective,s.ScrollerComponent,s.DatatableComponent,s.DataTableColumnDirective,s.DataTableHeaderComponent,s.DataTableHeaderCellComponent,s.DataTableBodyComponent,s.DataTableFooterComponent,s.DataTablePagerComponent,s.ProgressBarComponent,s.DataTableBodyRowComponent,s.DataTableRowWrapperComponent,s.DatatableRowDetailDirective,s.DatatableGroupHeaderDirective,s.DatatableRowDetailTemplateDirective,s.DataTableBodyCellComponent,s.DataTableSelectionComponent,s.DataTableColumnHeaderDirective,s.DataTableColumnCellDirective,s.DatatableFooterDirective,s.DatatableGroupHeaderTemplateDirective],exports:[s.DatatableComponent,s.DatatableRowDetailDirective,s.DatatableGroupHeaderDirective,s.DatatableRowDetailTemplateDirective,s.DataTableColumnDirective,s.DataTableColumnHeaderDirective,s.DataTableColumnCellDirective,s.DataTableFooterTemplateDirective,s.DatatableFooterDirective,s.DataTablePagerComponent,s.DatatableGroupHeaderTemplateDirective]})],function(){})}()},FLvf:function(t,e,n){"use strict";function o(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}Object.defineProperty(e,"__esModule",{value:!0}),o(n("tFKq")),o(n("0MID"))},"FO+L":function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__param;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG"),s=n("ZYjt");e.ScrollbarHelper=function(){function t(t){this.document=t,this.width=this.getWidth()}return t.prototype.getWidth=function(){var t=this.document.createElement("div");t.style.visibility="hidden",t.style.width="100px",t.style.msOverflowStyle="scrollbar",this.document.body.appendChild(t);var e=t.offsetWidth;t.style.overflow="scroll";var n=this.document.createElement("div");n.style.width="100%",t.appendChild(n);var o=n.offsetWidth;return t.parentNode.removeChild(t),e-o},o([r.Injectable(),i(0,r.Inject(s.DOCUMENT))],t)}()},Fjl2:function(t,e,n){"use strict";var o=n("mrSG").__decorate;Object.defineProperty(e,"__esModule",{value:!0});var i=n("CcnG");e.DatatableGroupHeaderTemplateDirective=function(){return o([i.Directive({selector:"[ngx-datatable-group-header-template]"})],function(t){this.template=t})}()},GDJm:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.RowHeightCache=function(){function t(){this.treeArray=[]}return t.prototype.clearCache=function(){this.treeArray=[]},t.prototype.initCache=function(t){var e=t.rows,n=t.rowHeight,o=t.detailRowHeight,i=t.externalVirtual,r=t.rowCount,s=t.rowIndexes,u=t.rowExpansions,a="function"==typeof n,c="function"==typeof o;if(!a&&isNaN(n))throw new Error("Row Height cache initialization failed. Please ensure that 'rowHeight' is a\n valid number or function value: ("+n+") when 'scrollbarV' is enabled.");if(!c&&isNaN(o))throw new Error("Row Height cache initialization failed. Please ensure that 'detailRowHeight' is a\n valid number or function value: ("+o+") when 'scrollbarV' is enabled.");var l=i?r:e.length;this.treeArray=new Array(l);for(var p=0;p=0;)e+=this.treeArray[t],t=(t&t+1)-1;return e},t.prototype.queryBetween=function(t,e){return this.query(e)-this.query(t-1)},t.prototype.calcRowIndex=function(t){if(!this.treeArray.length)return 0;for(var e=-1,n=this.treeArray.length,o=Math.pow(2,n.toString(2).length-1);0!==o;o>>=1){var i=e+o;i=this.treeArray[i]&&(t-=this.treeArray[i],e=i)}return e+1},t}()},HV4d:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.id=function(){return("0000"+(Math.random()*Math.pow(36,4)<<0).toString(36)).slice(-4)}},ILDN:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){t.single="single",t.double="double"}(e.ClickType||(e.ClickType={}))},IPm6:function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG"),s=n("5tze"),u=(n("qwkt"),n("SfHT"));e.DataTableBodyComponent=function(){function t(t){var e=this;this.cd=t,this.selected=[],this.scroll=new r.EventEmitter,this.page=new r.EventEmitter,this.activate=new r.EventEmitter,this.select=new r.EventEmitter,this.detailToggle=new r.EventEmitter,this.rowContextmenu=new r.EventEmitter(!1),this.rowHeightsCache=new s.RowHeightCache,this.temp=[],this.offsetY=0,this.indexes={},this.rowIndexes=new Map,this.rowExpansions=new Map,this.getDetailRowHeight=function(t,n){if(!e.rowDetail)return 0;var o=e.rowDetail.rowHeight;return"function"==typeof o?o(t,n):o},this.rowTrackingFn=(function(t,e){var n=this.getRowIndex(e);return this.trackByProp?n+"-"+this.trackByProp:n}).bind(this)}return Object.defineProperty(t.prototype,"pageSize",{get:function(){return this._pageSize},set:function(t){this._pageSize=t,this.recalcLayout()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"rows",{get:function(){return this._rows},set:function(t){this._rows=t,this.rowExpansions.clear(),this.recalcLayout()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"columns",{get:function(){return this._columns},set:function(t){this._columns=t;var e=s.columnsByPin(t);this.columnGroupWidths=s.columnGroupWidths(e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"offset",{get:function(){return this._offset},set:function(t){this._offset=t,this.recalcLayout()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"rowCount",{get:function(){return this._rowCount},set:function(t){this._rowCount=t,this.recalcLayout()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"bodyWidth",{get:function(){return this.scrollbarH?this.innerWidth+"px":"100%"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"bodyHeight",{get:function(){return this._bodyHeight},set:function(t){this._bodyHeight=this.scrollbarV?t+"px":"auto",this.recalcLayout()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectEnabled",{get:function(){return!!this.selectionType},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"scrollHeight",{get:function(){if(this.scrollbarV)return this.rowHeightsCache.query(this.rowCount-1)},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){var t=this;this.rowDetail&&(this.listener=this.rowDetail.toggle.subscribe(function(e){var n=e.type,o=e.value;"row"===n&&t.toggleRowExpansion(o),"all"===n&&t.toggleAllRows(o),t.updateIndexes(),t.updateRows(),t.cd.markForCheck()})),this.groupHeader&&(this.listener=this.groupHeader.toggle.subscribe(function(e){var n=e.type,o=e.value;"group"===n&&t.toggleRowExpansion(o),"all"===n&&t.toggleAllRows(o),t.updateIndexes(),t.updateRows(),t.cd.markForCheck()}))},t.prototype.ngOnDestroy=function(){this.rowDetail&&this.listener.unsubscribe(),this.groupHeader&&this.listener.unsubscribe()},t.prototype.updateOffsetY=function(t){this.scroller&&(this.scrollbarV&&t&&(t=this.rowHeightsCache.query(this.pageSize*t-1)),this.scroller.setOffset(t||0))},t.prototype.onBodyScroll=function(t){var e=t.scrollYPos,n=t.scrollXPos;this.offsetY===e&&this.offsetX===n||this.scroll.emit({offsetY:e,offsetX:n}),this.offsetY=e,this.offsetX=n,this.updateIndexes(),this.updatePage(t.direction),this.updateRows()},t.prototype.updatePage=function(t){var e=this.indexes.first/this.pageSize;"up"===t?e=Math.ceil(e):"down"===t&&(e=Math.floor(e)),void 0===t||isNaN(e)||this.page.emit({offset:e})},t.prototype.updateRows=function(){var t=this.indexes,e=t.last,n=t.first,o=0,i=[];if(this.rowIndexes.clear(),this.groupedRows)for(;n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ',changeDetection:r.ChangeDetectionStrategy.OnPush,host:{class:"datatable-body"}})],t)}()},Lwhh:function(t,e,n){"use strict";var o=n("mrSG").__decorate;Object.defineProperty(e,"__esModule",{value:!0});var i=n("CcnG");e.DataTableColumnHeaderDirective=function(){return o([i.Directive({selector:"[ngx-datatable-header-template]"})],function(t){this.template=t})}()},M9eX:function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG"),s=n("88/t"),u=(n("czA5"),n("ahDk"));e.ResizeableDirective=function(){function t(t){this.resizeEnabled=!0,this.resize=new r.EventEmitter,this.resizing=!1,this.element=t.nativeElement}return t.prototype.ngAfterViewInit=function(){if(this.resizeEnabled){var t=document.createElement("span");t.classList.add("resize-handle"),this.element.appendChild(t)}},t.prototype.ngOnDestroy=function(){this._destroySubscription()},t.prototype.onMouseup=function(){this.resizing=!1,this.subscription&&!this.subscription.closed&&(this._destroySubscription(),this.resize.emit(this.element.clientWidth))},t.prototype.onMousedown=function(t){var e=this,n=t.target.classList.contains("resize-handle"),o=this.element.clientWidth,i=t.screenX;if(n){t.stopPropagation(),this.resizing=!0;var r=s.Observable.fromEvent(document,"mouseup");this.subscription=r.subscribe(function(t){return e.onMouseup()});var a=s.Observable.fromEvent(document,"mousemove").pipe(u.takeUntil(r)).subscribe(function(t){return e.move(t,o,i)});this.subscription.add(a)}},t.prototype.move=function(t,e,n){var o=e+(t.screenX-n);(!this.minWidth||o>=this.minWidth)&&(!this.maxWidth||o<=this.maxWidth)&&(this.element.style.width=o+"px")},t.prototype._destroySubscription=function(){this.subscription&&(this.subscription.unsubscribe(),this.subscription=void 0)},o([r.Input(),i("design:type",Boolean)],t.prototype,"resizeEnabled",void 0),o([r.Input(),i("design:type",Number)],t.prototype,"minWidth",void 0),o([r.Input(),i("design:type",Number)],t.prototype,"maxWidth",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"resize",void 0),o([r.HostListener("mousedown",["$event"]),i("design:type",Function),i("design:paramtypes",[Object]),i("design:returntype",void 0)],t.prototype,"onMousedown",null),o([r.Directive({selector:"[resizeable]",host:{"[class.resizeable]":"resizeEnabled"}})],t)}()},Mfce:function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG");n("czA5"),e.DataTableRowWrapperComponent=function(){function t(t,e){this.cd=t,this.differs=e,this.rowContextmenu=new r.EventEmitter(!1),this.groupContext={group:this.row,expanded:this.expanded,rowIndex:this.rowIndex},this.rowContext={row:this.row,expanded:this.expanded,rowIndex:this.rowIndex},this._expanded=!1,this.rowDiffer=e.find({}).create()}return Object.defineProperty(t.prototype,"rowIndex",{get:function(){return this._rowIndex},set:function(t){this._rowIndex=t,this.rowContext.rowIndex=t,this.groupContext.rowIndex=t,this.cd.markForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"expanded",{get:function(){return this._expanded},set:function(t){this._expanded=t,this.groupContext.expanded=t,this.rowContext.expanded=t,this.cd.markForCheck()},enumerable:!0,configurable:!0}),t.prototype.ngDoCheck=function(){this.rowDiffer.diff(this.row)&&(this.rowContext.row=this.row,this.groupContext.group=this.row,this.cd.markForCheck())},t.prototype.onContextmenu=function(t){this.rowContextmenu.emit({event:t,row:this.row})},t.prototype.getGroupHeaderStyle=function(t){var e={};return e.transform="translate3d("+this.offsetX+"px, 0px, 0px)",e["backface-visibility"]="hidden",e.width=this.innerWidth,e},o([r.Input(),i("design:type",Number)],t.prototype,"innerWidth",void 0),o([r.Input(),i("design:type",Object)],t.prototype,"rowDetail",void 0),o([r.Input(),i("design:type",Object)],t.prototype,"groupHeader",void 0),o([r.Input(),i("design:type",Number)],t.prototype,"offsetX",void 0),o([r.Input(),i("design:type",Object)],t.prototype,"detailRowHeight",void 0),o([r.Input(),i("design:type",Object)],t.prototype,"row",void 0),o([r.Input(),i("design:type",Object)],t.prototype,"groupedRows",void 0),o([r.Output(),i("design:type",Object)],t.prototype,"rowContextmenu",void 0),o([r.Input(),i("design:type",Number),i("design:paramtypes",[Number])],t.prototype,"rowIndex",null),o([r.Input(),i("design:type",Boolean),i("design:paramtypes",[Boolean])],t.prototype,"expanded",null),o([r.HostListener("contextmenu",["$event"]),i("design:type",Function),i("design:paramtypes",[Object]),i("design:returntype",void 0)],t.prototype,"onContextmenu",null),o([r.Component({selector:"datatable-row-wrapper",changeDetection:r.ChangeDetectionStrategy.OnPush,template:'\n
\n \n \n
\n \n \n \n \n \n \n ',host:{class:"datatable-row-wrapper"}})],t)}()},MgB7:function(t,e,n){"use strict";function o(t,e,n){var o,i,r;n=n||{};var s=null,u=0;function a(){u=!1===n.leading?0:+new Date,s=null,r=t.apply(o,i)}return function(){var c=+new Date;u||!1!==n.leading||(u=c);var l=e-(c-u);return o=this,i=arguments,l<=0?(clearTimeout(s),s=null,u=c,r=t.apply(o,i)):s||!1===n.trailing||(s=setTimeout(a,l)),r}}Object.defineProperty(e,"__esModule",{value:!0}),e.throttle=o,e.throttleable=function(t,e){return function(n,i,r){return{configurable:!0,enumerable:r.enumerable,get:function(){return Object.defineProperty(this,i,{configurable:!0,enumerable:r.enumerable,value:o(r.value,t,e)}),this[i]}}}}},Nia1:function(t,e,n){"use strict";function o(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}Object.defineProperty(e,"__esModule",{value:!0}),o(n("3/HP")),o(n("FLvf")),o(n("2V7f")),o(n("fktO")),o(n("QHrR")),o(n("i3PA"))},PNOi:function(t,e,n){"use strict";var o=n("mrSG").__decorate;Object.defineProperty(e,"__esModule",{value:!0});var i=n("CcnG");e.ProgressBarComponent=function(){return o([i.Component({selector:"datatable-progress",template:'\n
\n
\n
\n
\n
\n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],function(){})}()},QHrR:function(t,e,n){"use strict";function o(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}Object.defineProperty(e,"__esModule",{value:!0}),o(n("Y0Co")),o(n("Lwhh")),o(n("8iEZ"))},RnPR:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Keys=function(t){return t[t.up=38]="up",t[t.down=40]="down",t[t.return=13]="return",t[t.escape=27]="escape",t[t.left=37]="left",t[t.right=39]="right",t}(e.Keys||{})},SfHT:function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG");e.ScrollerComponent=function(){function t(t,e){this.ngZone=t,this.scrollbarV=!1,this.scrollbarH=!1,this.scroll=new r.EventEmitter,this.scrollYPos=0,this.scrollXPos=0,this.prevScrollYPos=0,this.prevScrollXPos=0,this.element=e.nativeElement}return t.prototype.ngOnInit=function(){var t=this;(this.scrollbarV||this.scrollbarH)&&(this.parentElement=this.element.parentElement.parentElement,this.ngZone.runOutsideAngular(function(){t.parentElement.addEventListener("scroll",t.onScrolled.bind(t))}))},t.prototype.ngOnDestroy=function(){(this.scrollbarV||this.scrollbarH)&&this.parentElement.removeEventListener("scroll",this.onScrolled.bind(this))},t.prototype.setOffset=function(t){this.parentElement&&(this.parentElement.scrollTop=t)},t.prototype.onScrolled=function(t){var e=this,n=t.currentTarget;requestAnimationFrame(function(){e.scrollYPos=n.scrollTop,e.scrollXPos=n.scrollLeft,e.updateOffset()})},t.prototype.updateOffset=function(){var t;this.scrollYPosthis.prevScrollYPos&&(t="up"),this.scroll.emit({direction:t,scrollYPos:this.scrollYPos,scrollXPos:this.scrollXPos}),this.prevScrollYPos=this.scrollYPos,this.prevScrollXPos=this.scrollXPos},o([r.Input(),i("design:type",Boolean)],t.prototype,"scrollbarV",void 0),o([r.Input(),i("design:type",Boolean)],t.prototype,"scrollbarH",void 0),o([r.HostBinding("style.height.px"),r.Input(),i("design:type",Number)],t.prototype,"scrollHeight",void 0),o([r.HostBinding("style.width.px"),r.Input(),i("design:type",Number)],t.prototype,"scrollWidth",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"scroll",void 0),o([r.Component({selector:"datatable-scroller",template:"\n \n ",host:{class:"datatable-scroll"},changeDetection:r.ChangeDetectionStrategy.OnPush})],t)}()},UReH:function(t,e,n){"use strict";var o=n("mrSG").__decorate;Object.defineProperty(e,"__esModule",{value:!0});var i=n("CcnG");e.DatatableRowDetailTemplateDirective=function(){return o([i.Directive({selector:"[ngx-datatable-row-detail-template]"})],function(t){this.template=t})}()},"VYA+":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n("CVuo"),i=n("HV4d"),r=n("h+PQ");function s(t){return null===t||void 0===t}e.setColumnDefaults=function(t){if(t)for(var e=0,n=t;e]+(>|$)/g,""):t},o([r.Input(),i("design:type",Object)],t.prototype,"displayCheck",void 0),o([r.Input(),i("design:type",Object),i("design:paramtypes",[Object])],t.prototype,"group",null),o([r.Input(),i("design:type",Number),i("design:paramtypes",[Number])],t.prototype,"rowHeight",null),o([r.Input(),i("design:type",Boolean),i("design:paramtypes",[Boolean])],t.prototype,"isSelected",null),o([r.Input(),i("design:type",Boolean),i("design:paramtypes",[Boolean])],t.prototype,"expanded",null),o([r.Input(),i("design:type",Number),i("design:paramtypes",[Number])],t.prototype,"rowIndex",null),o([r.Input(),i("design:type",Object),i("design:paramtypes",[Object])],t.prototype,"column",null),o([r.Input(),i("design:type",Object),i("design:paramtypes",[Object])],t.prototype,"row",null),o([r.Input(),i("design:type",Array),i("design:paramtypes",[Array])],t.prototype,"sorts",null),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"activate",void 0),o([r.ViewChild("cellTemplate",{read:r.ViewContainerRef}),i("design:type",r.ViewContainerRef)],t.prototype,"cellTemplate",void 0),o([r.HostBinding("class"),i("design:type",Object),i("design:paramtypes",[])],t.prototype,"columnCssClasses",null),o([r.HostBinding("style.width.px"),i("design:type",Number),i("design:paramtypes",[])],t.prototype,"width",null),o([r.HostBinding("style.height"),i("design:type",Object),i("design:paramtypes",[])],t.prototype,"height",null),o([r.HostListener("focus"),i("design:type",Function),i("design:paramtypes",[]),i("design:returntype",void 0)],t.prototype,"onFocus",null),o([r.HostListener("blur"),i("design:type",Function),i("design:paramtypes",[]),i("design:returntype",void 0)],t.prototype,"onBlur",null),o([r.HostListener("click",["$event"]),i("design:type",Function),i("design:paramtypes",[Object]),i("design:returntype",void 0)],t.prototype,"onClick",null),o([r.HostListener("dblclick",["$event"]),i("design:type",Function),i("design:paramtypes",[Object]),i("design:returntype",void 0)],t.prototype,"onDblClick",null),o([r.HostListener("keydown",["$event"]),i("design:type",Function),i("design:paramtypes",[Object]),i("design:returntype",void 0)],t.prototype,"onKeyDown",null),o([r.Component({selector:"datatable-body-cell",changeDetection:r.ChangeDetectionStrategy.OnPush,template:'\n
\n \n \n \n \n \n \n \n
\n '})],t)}()},aTeT:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){t.single="single",t.multi="multi"}(e.SortType||(e.SortType={}))},ae7Z:function(t,e,n){"use strict";function o(t){var e={left:[],center:[],right:[]};if(t)for(var n=0,o=t;n0&&this.destination.next(e),t.prototype._complete.call(this)},e}(p.a),y=function(t){function e(e,n,o){var i=t.call(this,e)||this;return i.bufferSize=n,i.startBufferEvery=o,i.buffers=[],i.count=0,i}return r.__extends(e,t),e.prototype._next=function(t){var e=this.bufferSize,n=this.startBufferEvery,o=this.buffers,i=this.count;this.count++,i%n==0&&o.push([]);for(var r=o.length;r--;){var s=o[r];s.push(t),s.length===e&&(o.splice(r,1),this.destination.next(s))}},e.prototype._complete=function(){for(var e=this.buffers,n=this.destination;e.length>0;){var o=e.shift();o.length>0&&n.next(o)}t.prototype._complete.call(this)},e}(p.a),g=n("T1DM"),b=n("nkY7");function m(t){var e=arguments.length,n=g.a;Object(b.a)(arguments[arguments.length-1])&&(n=arguments[arguments.length-1],e--);var o=null;e>=2&&(o=arguments[1]);var i=Number.POSITIVE_INFINITY;return e>=3&&(i=arguments[2]),function(e){return e.lift(new v(t,o,i,n))}}var v=function(){function t(t,e,n,o){this.bufferTimeSpan=t,this.bufferCreationInterval=e,this.maxBufferSize=n,this.scheduler=o}return t.prototype.call=function(t,e){return e.subscribe(new w(t,this.bufferTimeSpan,this.bufferCreationInterval,this.maxBufferSize,this.scheduler))},t}(),w=function(t){function e(e,n,o,i,r){var s=t.call(this,e)||this;s.bufferTimeSpan=n,s.bufferCreationInterval=o,s.maxBufferSize=i,s.scheduler=r,s.contexts=[];var u=s.openContext();if(s.timespanOnly=null==o||o<0,s.timespanOnly)s.add(u.closeAction=r.schedule(x,n,{subscriber:s,context:u,bufferTimeSpan:n}));else{var a={bufferTimeSpan:n,bufferCreationInterval:o,subscriber:s,scheduler:r};s.add(u.closeAction=r.schedule(C,n,{subscriber:s,context:u})),s.add(r.schedule(_,o,a))}return s}return r.__extends(e,t),e.prototype._next=function(t){for(var e,n=this.contexts,o=n.length,i=0;i0;){var o=e.shift();n.next(o.buffer)}t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.contexts=null},e.prototype.onBufferFull=function(t){this.closeContext(t);var e=t.closeAction;if(e.unsubscribe(),this.remove(e),!this.closed&&this.timespanOnly){t=this.openContext();var n=this.bufferTimeSpan;this.add(t.closeAction=this.scheduler.schedule(x,n,{subscriber:this,context:t,bufferTimeSpan:n}))}},e.prototype.openContext=function(){var t=new function(){this.buffer=[]};return this.contexts.push(t),t},e.prototype.closeContext=function(t){this.destination.next(t.buffer);var e=this.contexts;(e?e.indexOf(t):-1)>=0&&e.splice(e.indexOf(t),1)},e}(p.a);function x(t){var e=t.subscriber,n=t.context;n&&e.closeContext(n),e.closed||(t.context=e.openContext(),t.context.closeAction=this.schedule(t,t.bufferTimeSpan))}function _(t){var e=t.bufferCreationInterval,n=t.bufferTimeSpan,o=t.subscriber,i=t.scheduler,r=o.openContext();o.closed||(o.add(r.closeAction=i.schedule(C,n,{subscriber:o,context:r})),this.schedule(t,e))}function C(t){t.subscriber.closeContext(t.context)}var S=n("pugT");function O(t,e){return function(n){return n.lift(new I(t,e))}}var I=function(){function t(t,e){this.openings=t,this.closingSelector=e}return t.prototype.call=function(t,e){return e.subscribe(new P(t,this.openings,this.closingSelector))},t}(),P=function(t){function e(e,n,o){var i=t.call(this,e)||this;return i.openings=n,i.closingSelector=o,i.contexts=[],i.add(Object(u.a)(i,n)),i}return r.__extends(e,t),e.prototype._next=function(t){for(var e=this.contexts,n=e.length,o=0;o0;){var o=n.shift();o.subscription.unsubscribe(),o.buffer=null,o.subscription=null}this.contexts=null,t.prototype._error.call(this,e)},e.prototype._complete=function(){for(var e=this.contexts;e.length>0;){var n=e.shift();this.destination.next(n.buffer),n.subscription.unsubscribe(),n.buffer=null,n.subscription=null}this.contexts=null,t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,o,i){t?this.closeBuffer(t):this.openBuffer(e)},e.prototype.notifyComplete=function(t){this.closeBuffer(t.context)},e.prototype.openBuffer=function(t){try{var e=this.closingSelector.call(this,t);e&&this.trySubscribe(e)}catch(t){this._error(t)}},e.prototype.closeBuffer=function(t){var e=this.contexts;if(e&&t){var n=t.subscription;this.destination.next(t.buffer),e.splice(e.indexOf(t),1),this.remove(n),n.unsubscribe()}},e.prototype.trySubscribe=function(t){var e=this.contexts,n=new S.a,o={buffer:[],subscription:n};e.push(o);var i=Object(u.a)(this,t,o);!i||i.closed?this.closeBuffer(o):(i.context=o,this.add(i),n.add(i))},e}(s.a),j=n("Ehmk"),E=n("eihs");function D(t){return function(e){return e.lift(new T(t))}}var T=function(){function t(t){this.closingSelector=t}return t.prototype.call=function(t,e){return e.subscribe(new H(t,this.closingSelector))},t}(),H=function(t){function e(e,n){var o=t.call(this,e)||this;return o.closingSelector=n,o.subscribing=!1,o.openBuffer(),o}return r.__extends(e,t),e.prototype._next=function(t){this.buffer.push(t)},e.prototype._complete=function(){var e=this.buffer;e&&this.destination.next(e),t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.buffer=null,this.subscribing=!1},e.prototype.notifyNext=function(t,e,n,o,i){this.openBuffer()},e.prototype.notifyComplete=function(){this.subscribing?this.complete():this.openBuffer()},e.prototype.openBuffer=function(){var t=this.closingSubscription;t&&(this.remove(t),t.unsubscribe()),this.buffer&&this.destination.next(this.buffer),this.buffer=[];var e=Object(j.a)(this.closingSelector)();e===E.a?this.error(E.a.e):(t=new S.a,this.closingSubscription=t,this.add(t),this.subscribing=!0,t.add(Object(u.a)(this,e)),this.subscribing=!1)},e}(s.a),R=n("9Z1F"),k=n("dzgT");function B(t){return function(e){return e.lift(new k.a(t))}}var N=n("isby"),M=n("0/uQ");function G(){for(var t=[],e=0;e=2;return function(o){return o.pipe(Object(ft.a)(function(e,n){return n===t}),Object(gt.a)(1),n?Object(q.a)(e):Object(yt.a)(function(){return new ht.a}))}}var mt=n("IUTb"),vt=n("PU8L"),wt=n("G5J1");function xt(){for(var t=[],e=0;e0?Object(A.a)(e,Object(mt.a)(t,n)):Object(A.a)(e,Object(wt.b)(n)):Object(A.a)(e,Object(vt.a)(t[0]))}}var _t=n("zAZS");function Ct(){return function(t){return t.lift(new St)}}var St=function(){function t(){}return t.prototype.call=function(t,e){return e.subscribe(new Ot(t))},t}(),Ot=function(t){function e(e){var n=t.call(this,e)||this;return n.hasCompleted=!1,n.hasSubscription=!1,n}return r.__extends(e,t),e.prototype._next=function(t){this.hasSubscription||(this.hasSubscription=!0,this.add(Object(u.a)(this,t)))},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()},e}(s.a),It=n("rPjj"),Pt=n("67Y/");function jt(t,e){return e?function(n){return n.pipe(jt(function(n,o){return Object(M.a)(t(n,o)).pipe(Object(Pt.a)(function(t,i){return e(n,t,o,i)}))}))}:function(e){return e.lift(new Et(t))}}var Et=function(){function t(t){this.project=t}return t.prototype.call=function(t,e){return e.subscribe(new Dt(t,this.project))},t}(),Dt=function(t){function e(e,n){var o=t.call(this,e)||this;return o.project=n,o.hasSubscription=!1,o.hasCompleted=!1,o.index=0,o}return r.__extends(e,t),e.prototype._next=function(t){this.hasSubscription||this.tryNext(t)},e.prototype.tryNext=function(t){var e,n=this.index++;try{e=this.project(t,n)}catch(t){return void this.destination.error(t)}this.hasSubscription=!0,this._innerSub(e,t,n)},e.prototype._innerSub=function(t,e,n){var o=new It.a(this,void 0,void 0);this.add(o),Object(u.a)(this,t,e,n,o)},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyNext=function(t,e,n,o,i){this.destination.next(e)},e.prototype.notifyError=function(t){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()},e}(s.a);function Tt(t,e,n){return void 0===e&&(e=Number.POSITIVE_INFINITY),void 0===n&&(n=void 0),e=(e||0)<1?Number.POSITIVE_INFINITY:e,function(o){return o.lift(new Ht(t,e,n))}}var Ht=function(){function t(t,e,n){this.project=t,this.concurrent=e,this.scheduler=n}return t.prototype.call=function(t,e){return e.subscribe(new Rt(t,this.project,this.concurrent,this.scheduler))},t}(),Rt=function(t){function e(e,n,o,i){var r=t.call(this,e)||this;return r.project=n,r.concurrent=o,r.scheduler=i,r.index=0,r.active=0,r.hasCompleted=!1,o0&&this._next(e.shift()),this.hasCompleted&&0===this.active&&this.destination.complete()},e}(s.a),kt=n("2WpN");function Bt(t,e){if("function"!=typeof t)throw new TypeError("predicate is not a function");return function(n){return n.lift(new Nt(t,n,!1,e))}}var Nt=function(){function t(t,e,n,o){this.predicate=t,this.source=e,this.yieldIndex=n,this.thisArg=o}return t.prototype.call=function(t,e){return e.subscribe(new Mt(t,this.predicate,this.source,this.yieldIndex,this.thisArg))},t}(),Mt=function(t){function e(e,n,o,i,r){var s=t.call(this,e)||this;return s.predicate=n,s.source=o,s.yieldIndex=i,s.thisArg=r,s.index=0,s}return r.__extends(e,t),e.prototype.notifyComplete=function(t){var e=this.destination;e.next(t),e.complete(),this.unsubscribe()},e.prototype._next=function(t){var e=this.predicate,n=this.thisArg,o=this.index++;try{e.call(n||this,t,o,this.source)&&this.notifyComplete(this.yieldIndex?o:t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.notifyComplete(this.yieldIndex?-1:void 0)},e}(p.a);function Gt(t,e){return function(n){return n.lift(new Nt(t,n,!0,e))}}var At=n("P6uZ"),Vt=n("IxPp");function Wt(){return function(t){return t.lift(new Ft)}}var Ft=function(){function t(){}return t.prototype.call=function(t,e){return e.subscribe(new zt(t))},t}(),zt=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r.__extends(e,t),e.prototype._next=function(t){},e}(p.a);function Lt(){return function(t){return t.lift(new $t)}}var $t=function(){function t(){}return t.prototype.call=function(t,e){return e.subscribe(new Xt(t))},t}(),Xt=function(t){function e(e){return t.call(this,e)||this}return r.__extends(e,t),e.prototype.notifyComplete=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype._next=function(t){this.notifyComplete(!1)},e.prototype._complete=function(){this.notifyComplete(!0)},e}(p.a),Yt=n("w1EH");function Kt(t){return function(e){return e.lift(new Ut(t))}}var Ut=function(){function t(t){this.value=t}return t.prototype.call=function(t,e){return e.subscribe(new Zt(t,this.value))},t}(),Zt=function(t){function e(e,n){var o=t.call(this,e)||this;return o.value=n,o}return r.__extends(e,t),e.prototype._next=function(t){this.destination.next(this.value)},e}(p.a),qt=n("60iU");function Qt(){return function(t){return t.lift(new Jt)}}var Jt=function(){function t(){}return t.prototype.call=function(t,e){return e.subscribe(new te(t))},t}(),te=function(t){function e(e){return t.call(this,e)||this}return r.__extends(e,t),e.prototype._next=function(t){this.destination.next(qt.a.createNext(t))},e.prototype._error=function(t){var e=this.destination;e.next(qt.a.createError(t)),e.complete()},e.prototype._complete=function(){var t=this.destination;t.next(qt.a.createComplete()),t.complete()},e}(p.a),ee=n("Qgas");function ne(t){var e="function"==typeof t?function(e,n){return t(e,n)>0?e:n}:function(t,e){return t>e?t:e};return Object(ee.a)(e)}var oe=n("p0ib");function ie(){for(var t=[],e=0;e0?this._next(e.shift()):0===this.active&&this.hasCompleted&&(!1===this.hasValue&&this.destination.next(this.acc),this.destination.complete())},e}(s.a);function pe(t){var e="function"==typeof t?function(e,n){return t(e,n)<0?e:n}:function(t,e){return t-1&&(this.count=n-1),e.subscribe(this._unsubscribeAndRecycle())}},e}(p.a);function Be(t){return function(e){return e.lift(new Ne(t))}}var Ne=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){return e.subscribe(new Me(t,this.notifier,e))},t}(),Me=function(t){function e(e,n,o){var i=t.call(this,e)||this;return i.notifier=n,i.source=o,i.sourceIsBeingSubscribedTo=!0,i}return r.__extends(e,t),e.prototype.notifyNext=function(t,e,n,o,i){this.sourceIsBeingSubscribedTo=!0,this.source.subscribe(this)},e.prototype.notifyComplete=function(e){if(!1===this.sourceIsBeingSubscribedTo)return t.prototype.complete.call(this)},e.prototype.complete=function(){if(this.sourceIsBeingSubscribedTo=!1,!this.isStopped){if(this.retries||this.subscribeToRetries(),!this.retriesSubscription||this.retriesSubscription.closed)return t.prototype.complete.call(this);this._unsubscribeAndRecycle(),this.notifications.next()}},e.prototype._unsubscribe=function(){var t=this.notifications,e=this.retriesSubscription;t&&(t.unsubscribe(),this.notifications=null),e&&(e.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype._unsubscribeAndRecycle=function(){var e=this._unsubscribe;return this._unsubscribe=null,t.prototype._unsubscribeAndRecycle.call(this),this._unsubscribe=e,this},e.prototype.subscribeToRetries=function(){this.notifications=new _e.a;var e=Object(j.a)(this.notifier)(this.notifications);if(e===E.a)return t.prototype.complete.call(this);this.retries=e,this.retriesSubscription=Object(u.a)(this,e)},e}(s.a);function Ge(t){return void 0===t&&(t=-1),function(e){return e.lift(new Ae(t,e))}}var Ae=function(){function t(t,e){this.count=t,this.source=e}return t.prototype.call=function(t,e){return e.subscribe(new Ve(t,this.count,this.source))},t}(),Ve=function(t){function e(e,n,o){var i=t.call(this,e)||this;return i.count=n,i.source=o,i}return r.__extends(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=this.source,o=this.count;if(0===o)return t.prototype.error.call(this,e);o>-1&&(this.count=o-1),n.subscribe(this._unsubscribeAndRecycle())}},e}(p.a);function We(t){return function(e){return e.lift(new Fe(t,e))}}var Fe=function(){function t(t,e){this.notifier=t,this.source=e}return t.prototype.call=function(t,e){return e.subscribe(new ze(t,this.notifier,this.source))},t}(),ze=function(t){function e(e,n,o){var i=t.call(this,e)||this;return i.notifier=n,i.source=o,i}return r.__extends(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=this.errors,o=this.retries,i=this.retriesSubscription;if(o)this.errors=null,this.retriesSubscription=null;else{if(n=new _e.a,(o=Object(j.a)(this.notifier)(n))===E.a)return t.prototype.error.call(this,E.a.e);i=Object(u.a)(this,o)}this._unsubscribeAndRecycle(),this.errors=n,this.retries=o,this.retriesSubscription=i,n.next(e)}},e.prototype._unsubscribe=function(){var t=this.errors,e=this.retriesSubscription;t&&(t.unsubscribe(),this.errors=null),e&&(e.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype.notifyNext=function(t,e,n,o,i){var r=this._unsubscribe;this._unsubscribe=null,this._unsubscribeAndRecycle(),this._unsubscribe=r,this.source.subscribe(this)},e}(s.a),Le=n("yGWI");function $e(t){return function(e){return e.lift(new Xe(t))}}var Xe=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){var n=new Ye(t),o=e.subscribe(n);return o.add(Object(u.a)(n,this.notifier)),o},t}(),Ye=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasValue=!1,e}return r.__extends(e,t),e.prototype._next=function(t){this.value=t,this.hasValue=!0},e.prototype.notifyNext=function(t,e,n,o,i){this.emitValue()},e.prototype.notifyComplete=function(){this.emitValue()},e.prototype.emitValue=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.value))},e}(s.a);function Ke(t,e){return void 0===e&&(e=g.a),function(n){return n.lift(new Ue(t,e))}}var Ue=function(){function t(t,e){this.period=t,this.scheduler=e}return t.prototype.call=function(t,e){return e.subscribe(new Ze(t,this.period,this.scheduler))},t}(),Ze=function(t){function e(e,n,o){var i=t.call(this,e)||this;return i.period=n,i.scheduler=o,i.hasValue=!1,i.add(o.schedule(qe,n,{subscriber:i,period:n})),i}return r.__extends(e,t),e.prototype._next=function(t){this.lastValue=t,this.hasValue=!0},e.prototype.notifyNext=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.lastValue))},e}(p.a);function qe(t){var e=t.period;t.subscriber.notifyNext(),this.schedule(t,e)}var Qe=n("dC0D");function Je(t,e){return function(n){return n.lift(new tn(t,e))}}var tn=function(){function t(t,e){this.compareTo=t,this.comparor=e}return t.prototype.call=function(t,e){return e.subscribe(new en(t,this.compareTo,this.comparor))},t}(),en=function(t){function e(e,n,o){var i=t.call(this,e)||this;return i.compareTo=n,i.comparor=o,i._a=[],i._b=[],i._oneComplete=!1,i.add(n.subscribe(new nn(e,i))),i}return r.__extends(e,t),e.prototype._next=function(t){this._oneComplete&&0===this._b.length?this.emit(!1):(this._a.push(t),this.checkValues())},e.prototype._complete=function(){this._oneComplete?this.emit(0===this._a.length&&0===this._b.length):this._oneComplete=!0},e.prototype.checkValues=function(){for(var t=this._a,e=this._b,n=this.comparor;t.length>0&&e.length>0;){var o=t.shift(),i=e.shift(),r=!1;n?(r=Object(j.a)(n)(o,i))===E.a&&this.destination.error(E.a.e):r=o===i,r||this.emit(!1)}},e.prototype.emit=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype.nextB=function(t){this._oneComplete&&0===this._a.length?this.emit(!1):(this._b.push(t),this.checkValues())},e}(p.a),nn=function(t){function e(e,n){var o=t.call(this,e)||this;return o.parent=n,o}return r.__extends(e,t),e.prototype._next=function(t){this.parent.nextB(t)},e.prototype._error=function(t){this.parent.error(t)},e.prototype._complete=function(){this.parent._complete()},e}(p.a),on=n("S1nX");function rn(t,e,n){return void 0===t&&(t=Number.POSITIVE_INFINITY),void 0===e&&(e=Number.MAX_VALUE),function(o){return o.lift(function(t,e,n){var o,i,r=0,s=!1,u=!1;return function(a){r++,o&&!s||(s=!1,o=new je.a(t,e,n),i=a.subscribe({next:function(t){o.next(t)},error:function(t){s=!0,o.error(t)},complete:function(){u=!0,o.complete()}}));var c=o.subscribe(this);return function(){r--,c.unsubscribe(),i&&0===r&&u&&i.unsubscribe()}}}(t,e,n))}}var sn=n("3fWJ");function un(t){return function(e){return e.lift(new an(t,e))}}var an=function(){function t(t,e){this.predicate=t,this.source=e}return t.prototype.call=function(t,e){return e.subscribe(new cn(t,this.predicate,this.source))},t}(),cn=function(t){function e(e,n,o){var i=t.call(this,e)||this;return i.predicate=n,i.source=o,i.seenValue=!1,i.index=0,i}return r.__extends(e,t),e.prototype.applySingleValue=function(t){this.seenValue?this.destination.error("Sequence contains more than one element"):(this.seenValue=!0,this.singleValue=t)},e.prototype._next=function(t){var e=this.index++;this.predicate?this.tryNext(t,e):this.applySingleValue(t)},e.prototype.tryNext=function(t,e){try{this.predicate(t,e,this.source)&&this.applySingleValue(t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){var t=this.destination;this.index>0?(t.next(this.seenValue?this.singleValue:void 0),t.complete()):t.error(new sn.a)},e}(p.a);function ln(t){return function(e){return e.lift(new pn(t))}}var pn=function(){function t(t){this.total=t}return t.prototype.call=function(t,e){return e.subscribe(new dn(t,this.total))},t}(),dn=function(t){function e(e,n){var o=t.call(this,e)||this;return o.total=n,o.count=0,o}return r.__extends(e,t),e.prototype._next=function(t){++this.count>this.total&&this.destination.next(t)},e}(p.a);function hn(t){return function(e){return e.lift(new fn(t))}}var fn=function(){function t(t){if(this._skipCount=t,this._skipCount<0)throw new ht.a}return t.prototype.call=function(t,e){return e.subscribe(0===this._skipCount?new p.a(t):new yn(t,this._skipCount))},t}(),yn=function(t){function e(e,n){var o=t.call(this,e)||this;return o._skipCount=n,o._count=0,o._ring=new Array(n),o}return r.__extends(e,t),e.prototype._next=function(t){var e=this._skipCount,n=this._count++;if(n0?this.startWindowEvery:this.windowSize,n=this.destination,o=this.windowSize,i=this.windows,r=i.length,s=0;s=0&&u%e==0&&!this.closed&&i.shift().complete(),++this.count%e==0&&!this.closed){var a=new _e.a;i.push(a),n.next(a)}},e.prototype._error=function(t){var e=this.windows;if(e)for(;e.length>0&&!this.closed;)e.shift().error(t);this.destination.error(t)},e.prototype._complete=function(){var t=this.windows;if(t)for(;t.length>0&&!this.closed;)t.shift().complete();this.destination.complete()},e.prototype._unsubscribe=function(){this.count=0,this.windows=null},e}(p.a);function ro(t){var e=g.a,n=null,o=Number.POSITIVE_INFINITY;return Object(b.a)(arguments[3])&&(e=arguments[3]),Object(b.a)(arguments[2])?e=arguments[2]:Object(Sn.a)(arguments[2])&&(o=arguments[2]),Object(b.a)(arguments[1])?e=arguments[1]:Object(Sn.a)(arguments[1])&&(n=arguments[1]),function(i){return i.lift(new so(t,n,o,e))}}var so=function(){function t(t,e,n,o){this.windowTimeSpan=t,this.windowCreationInterval=e,this.maxWindowSize=n,this.scheduler=o}return t.prototype.call=function(t,e){return e.subscribe(new ao(t,this.windowTimeSpan,this.windowCreationInterval,this.maxWindowSize,this.scheduler))},t}(),uo=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._numberOfNextedValues=0,e}return r.__extends(e,t),e.prototype.next=function(e){this._numberOfNextedValues++,t.prototype.next.call(this,e)},Object.defineProperty(e.prototype,"numberOfNextedValues",{get:function(){return this._numberOfNextedValues},enumerable:!0,configurable:!0}),e}(_e.a),ao=function(t){function e(e,n,o,i,r){var s=t.call(this,e)||this;s.destination=e,s.windowTimeSpan=n,s.windowCreationInterval=o,s.maxWindowSize=i,s.scheduler=r,s.windows=[];var u=s.openWindow();if(null!==o&&o>=0){var a={windowTimeSpan:n,windowCreationInterval:o,subscriber:s,scheduler:r};s.add(r.schedule(po,n,{subscriber:s,window:u,context:null})),s.add(r.schedule(lo,o,a))}else s.add(r.schedule(co,n,{subscriber:s,window:u,windowTimeSpan:n}));return s}return r.__extends(e,t),e.prototype._next=function(t){for(var e=this.windows,n=e.length,o=0;o=this.maxWindowSize&&this.closeWindow(i))}},e.prototype._error=function(t){for(var e=this.windows;e.length>0;)e.shift().error(t);this.destination.error(t)},e.prototype._complete=function(){for(var t=this.windows;t.length>0;){var e=t.shift();e.closed||e.complete()}this.destination.complete()},e.prototype.openWindow=function(){var t=new uo;return this.windows.push(t),this.destination.next(t),t},e.prototype.closeWindow=function(t){t.complete();var e=this.windows;e.splice(e.indexOf(t),1)},e}(p.a);function co(t){var e=t.subscriber,n=t.windowTimeSpan,o=t.window;o&&e.closeWindow(o),t.window=e.openWindow(),this.schedule(t,n)}function lo(t){var e=t.windowTimeSpan,n=t.subscriber,o=t.scheduler,i=t.windowCreationInterval,r=n.openWindow(),s={action:this,subscription:null};s.subscription=o.schedule(po,e,{subscriber:n,window:r,context:s}),this.add(s.subscription),this.schedule(t,i)}function po(t){var e=t.subscriber,n=t.window,o=t.context;o&&o.action&&o.subscription&&o.action.remove(o.subscription),e.closeWindow(n)}function ho(t,e){return function(n){return n.lift(new fo(t,e))}}var fo=function(){function t(t,e){this.openings=t,this.closingSelector=e}return t.prototype.call=function(t,e){return e.subscribe(new yo(t,this.openings,this.closingSelector))},t}(),yo=function(t){function e(e,n,o){var i=t.call(this,e)||this;return i.openings=n,i.closingSelector=o,i.contexts=[],i.add(i.openSubscription=Object(u.a)(i,n,n)),i}return r.__extends(e,t),e.prototype._next=function(t){var e=this.contexts;if(e)for(var n=e.length,o=0;o0){var s=r.indexOf(n);-1!==s&&r.splice(s,1)}},e.prototype.notifyComplete=function(){},e.prototype._next=function(t){if(0===this.toRespond.length){var e=[t].concat(this.values);this.project?this._tryProject(e):this.destination.next(e)}},e.prototype._tryProject=function(t){var e;try{e=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(s.a),_o=n("909l");function Co(){for(var t=[],e=0;e1},t.prototype.canNext=function(){return this.page0&&t<=this.totalPages&&t!==this.page&&(this.page=t,this.change.emit({page:t}))},t.prototype.calcPages=function(t){var e=[],n=1,o=this.totalPages;t=t||this.page,5this.totalPages&&(n=Math.max(this.totalPages-5+1,1),o=this.totalPages));for(var i=n;i<=o;i++)e.push({number:i,text:i});return e},o([r.Input(),i("design:type",String)],t.prototype,"pagerLeftArrowIcon",void 0),o([r.Input(),i("design:type",String)],t.prototype,"pagerRightArrowIcon",void 0),o([r.Input(),i("design:type",String)],t.prototype,"pagerPreviousIcon",void 0),o([r.Input(),i("design:type",String)],t.prototype,"pagerNextIcon",void 0),o([r.Input(),i("design:type",Number),i("design:paramtypes",[Number])],t.prototype,"size",null),o([r.Input(),i("design:type",Number),i("design:paramtypes",[Number])],t.prototype,"count",null),o([r.Input(),i("design:type",Number),i("design:paramtypes",[Number])],t.prototype,"page",null),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"change",void 0),o([r.Component({selector:"datatable-pager",template:'\n
    \n
  • \n \n \n \n
  • \n
  • \n \n \n \n
  • \n \n \n {{pg.text}}\n \n \n
  • \n \n \n \n
  • \n
  • \n \n \n \n
  • \n
\n ',host:{class:"datatable-pager"},changeDetection:r.ChangeDetectionStrategy.OnPush})],t)}()},fktO:function(t,e,n){"use strict";function o(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}Object.defineProperty(e,"__esModule",{value:!0}),o(n("Ahxa")),o(n("fhFe")),o(n("lUjN")),o(n("vxfy"))},"h+PQ":function(t,e,n){"use strict";function o(){return""}function i(t,e){if(null==t)return"";if(!t||null==e)return t;var n=t[e];return null==n?"":n}function r(t,e){if(null==t)return"";if(!t||!e)return t;var n=t[e];return null==n?"":n}function s(t,e){if(null==t)return"";if(!t||!e)return t;var n=t[e];if(void 0!==n)return n;n=t;var o=e.split(".");if(o.length)for(var i=0;ie)return 1}else if(isNaN(parseFloat(t))||!isFinite(t)||isNaN(parseFloat(e))||!isFinite(e)){if(t=String(t),e=String(e),t.toLowerCase()e.toLowerCase())return 1}else{if(parseFloat(t)parseFloat(e))return 1}return 0}e.nextSortDir=function(t,e){return t===o.SortType.single?e===o.SortDirection.asc?o.SortDirection.desc:o.SortDirection.asc:e?e===o.SortDirection.asc?o.SortDirection.desc:void 0:o.SortDirection.asc},e.orderByComparator=r,e.sortRows=function(t,e,n){if(!t)return[];if(!n||!n.length||!e)return t.slice();var s=new Map;t.forEach(function(t,e){return s.set(t,e)});var u=t.slice(),a=e.reduce(function(t,e){return e.comparator&&"function"==typeof e.comparator&&(t[e.prop]=e.comparator),t},{}),c=n.map(function(t){var e=t.prop;return{prop:e,dir:t.dir,valueGetter:i.getterForProp(e),compareFn:a[e]||r}});return u.sort(function(t,e){for(var n=0,i=c;n=e;for(var y=0,g=u;yb.maxWidth?(b.width=b.maxWidth,f.push(b)):b.width=m}b.width=Math.max(0,b.width)}h=e-(d=s(t)),r(u,f)}while(h>0&&0!==u.length)}},qwkt:function(t,e,n){"use strict";function o(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}Object.defineProperty(e,"__esModule",{value:!0}),o(n("ejVf")),o(n("aTeT")),o(n("WOoz")),o(n("lmqd")),o(n("ILDN")),o(n("n1nk"))},rdkg:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o,i,r,s,u=n("CVuo"),a={},c="undefined"!=typeof document?document.createElement("div").style:void 0,l=(s=void 0!==(r=null!==(i=void 0!==(o="undefined"!=typeof window?window.getComputedStyle(document.documentElement,""):void 0)?Array.prototype.slice.call(o).join("").match(/-(moz|webkit|ms)-/):null)?i[1]:void 0)?"WebKit|Moz|MS|O".match(new RegExp("("+r+")","i"))[1]:void 0)?{dom:s,lowercase:r,css:"-"+r+"-",js:r[0].toUpperCase()+r.substr(1)}:void 0;e.getVendorPrefixedName=function(t){var e=u.camelCase(t);return a[e]||(void 0!==l&&void 0!==c[l.css+t]?a[e]=l.css+t:void 0!==c[t]&&(a[e]=t)),a[e]}},syrc:function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG"),s=n("5tze");n("bpWZ"),n("czA5"),e.DataTableBodyRowComponent=function(){function t(t,e,n,o){this.differs=t,this.scrollbarHelper=e,this.cd=n,this.activate=new r.EventEmitter,this._groupStyles={left:{},center:{},right:{}},this._element=o.nativeElement,this._rowDiffer=t.find({}).create()}return Object.defineProperty(t.prototype,"columns",{get:function(){return this._columns},set:function(t){this._columns=t,this.recalculateColumns(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"innerWidth",{get:function(){return this._innerWidth},set:function(t){if(this._columns){var e=s.columnsByPin(this._columns);this._columnGroupWidths=s.columnGroupWidths(e,e)}this._innerWidth=t,this.recalculateColumns(),this.buildStylesByGroup()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"offsetX",{get:function(){return this._offsetX},set:function(t){this._offsetX=t,this.buildStylesByGroup()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"cssClass",{get:function(){var t="datatable-body-row";if(this.isSelected&&(t+=" active"),this.rowIndex%2!=0&&(t+=" datatable-row-odd"),this.rowIndex%2==0&&(t+=" datatable-row-even"),this.rowClass){var e=this.rowClass(this.row);if("string"==typeof e)t+=" "+e;else if("object"==typeof e)for(var n=0,o=Object.keys(e);n\n \n \n \n '})],t)}()},tFKq:function(t,e,n){"use strict";var o=this&&this.__assign||Object.assign||function(t){for(var e,n=1,o=arguments.length;n=e.maxWidth&&(t=e.maxWidth),this.resize.emit({column:e,prevValue:e.width,newValue:t})},t.prototype.onColumnReordered=function(t){this.reorder.emit({column:t.model,prevValue:t.prevIndex,newValue:t.newIndex})},t.prototype.onSort=function(t){var e=t.column,n=t.prevValue,o=t.newValue;if(!e.dragging){var i=this.calcNewSorts(e,n,o);this.sort.emit({sorts:i,column:e,prevValue:n,newValue:o})}},t.prototype.calcNewSorts=function(t,e,n){var i=0;this.sorts||(this.sorts=[]);var r=this.sorts.map(function(e,n){return(e=o({},e)).prop===t.prop&&(i=n),e});return void 0===n?r.splice(i,1):e?r[i].dir=n:(this.sortType===u.SortType.single&&r.splice(0,this.sorts.length),r.push({dir:n,prop:t.prop})),r},t.prototype.setStylesByGroup=function(){this._styleByGroup.left=this.calcStylesByGroup("left"),this._styleByGroup.center=this.calcStylesByGroup("center"),this._styleByGroup.right=this.calcStylesByGroup("right"),this.cd.detectChanges()},t.prototype.calcStylesByGroup=function(t){var e=this._columnGroupWidths,n={width:e[t]+"px"};return"center"===t?a.translateXY(n,-1*this.offsetX,0):"right"===t&&a.translateXY(n,-1*(e.total-this.innerWidth),0),n},i([s.Input(),r("design:type",Object)],t.prototype,"sortAscendingIcon",void 0),i([s.Input(),r("design:type",Object)],t.prototype,"sortDescendingIcon",void 0),i([s.Input(),r("design:type",Boolean)],t.prototype,"scrollbarH",void 0),i([s.Input(),r("design:type",Boolean)],t.prototype,"dealsWithGroup",void 0),i([s.Input(),r("design:type",Number),r("design:paramtypes",[Number])],t.prototype,"innerWidth",null),i([s.Input(),r("design:type",Array)],t.prototype,"sorts",void 0),i([s.Input(),r("design:type",String)],t.prototype,"sortType",void 0),i([s.Input(),r("design:type",Boolean)],t.prototype,"allRowsSelected",void 0),i([s.Input(),r("design:type",String)],t.prototype,"selectionType",void 0),i([s.Input(),r("design:type",Boolean)],t.prototype,"reorderable",void 0),i([s.HostBinding("style.height"),s.Input(),r("design:type",Object),r("design:paramtypes",[Object])],t.prototype,"headerHeight",null),i([s.Input(),r("design:type",Array),r("design:paramtypes",[Array])],t.prototype,"columns",null),i([s.Input(),r("design:type",Number),r("design:paramtypes",[Number])],t.prototype,"offsetX",null),i([s.Output(),r("design:type",s.EventEmitter)],t.prototype,"sort",void 0),i([s.Output(),r("design:type",s.EventEmitter)],t.prototype,"reorder",void 0),i([s.Output(),r("design:type",s.EventEmitter)],t.prototype,"resize",void 0),i([s.Output(),r("design:type",s.EventEmitter)],t.prototype,"select",void 0),i([s.Output(),r("design:type",Object)],t.prototype,"columnContextmenu",void 0),i([s.HostBinding("style.width"),r("design:type",String),r("design:paramtypes",[])],t.prototype,"headerWidth",null),i([s.Component({selector:"datatable-header",template:'\n \n \n \n \n \n \n ',host:{class:"datatable-header"},changeDetection:s.ChangeDetectionStrategy.OnPush})],t)}()},uKs4:function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata;Object.defineProperty(e,"__esModule",{value:!0});var r=n("CcnG");e.VisibilityDirective=function(){function t(t,e){this.element=t,this.zone=e,this.isVisible=!1,this.visible=new r.EventEmitter}return t.prototype.ngOnInit=function(){this.runCheck()},t.prototype.ngOnDestroy=function(){clearTimeout(this.timeout)},t.prototype.onVisibilityChange=function(){var t=this;this.zone.run(function(){t.isVisible=!0,t.visible.emit(!0)})},t.prototype.runCheck=function(){var t=this,e=function(){var n=t.element.nativeElement;n.offsetHeight&&n.offsetWidth?(clearTimeout(t.timeout),t.onVisibilityChange()):(clearTimeout(t.timeout),t.zone.runOutsideAngular(function(){t.timeout=setTimeout(function(){return e()},50)}))};this.timeout=setTimeout(function(){return e()})},o([r.HostBinding("class.visible"),i("design:type",Boolean)],t.prototype,"isVisible",void 0),o([r.Output(),i("design:type",r.EventEmitter)],t.prototype,"visible",void 0),o([r.Directive({selector:"[visibilityObserver]"})],t)}()},vxfy:function(t,e,n){"use strict";var o=n("mrSG").__decorate;Object.defineProperty(e,"__esModule",{value:!0});var i=n("CcnG");e.DataTableFooterTemplateDirective=function(){return o([i.Directive({selector:"[ngx-datatable-footer-template]"})],function(t){this.template=t})}()},y9Z7:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.selectRows=function(t,e,n){var o=n(e,t);return o>-1?t.splice(o,1):t.push(e),t},e.selectRowsBetween=function(t,e,n,o,i){for(var r=n=n||!r&&s>=o&&s<=n)&&s>=u.start&&s<=u.end&&t.push(e[s])}return t}},ylLw:function(t,e,n){"use strict";var o=n("mrSG").__decorate,i=n("mrSG").__metadata,r=n("mrSG").__param;Object.defineProperty(e,"__esModule",{value:!0});var s=n("CcnG"),u=n("3MdB"),a=n("ZYjt");e.OrderableDirective=function(){function t(t,e){this.document=e,this.reorder=new s.EventEmitter,this.differ=t.find({}).create()}return t.prototype.ngAfterContentInit=function(){this.updateSubscriptions(),this.draggables.changes.subscribe(this.updateSubscriptions.bind(this))},t.prototype.ngOnDestroy=function(){this.draggables.forEach(function(t){t.dragStart.unsubscribe(),t.dragEnd.unsubscribe()})},t.prototype.updateSubscriptions=function(){var t=this,e=this.differ.diff(this.createMapDiffs());if(e){var n=function(t){var e=t.previousValue;e&&(e.dragStart.unsubscribe(),e.dragEnd.unsubscribe())};e.forEachAddedItem((function(e){var o=e.currentValue;n({previousValue:e.previousValue}),o&&(o.dragStart.subscribe(t.onDragStart.bind(t)),o.dragEnd.subscribe(t.onDragEnd.bind(t)))}).bind(this)),e.forEachRemovedItem(n.bind(this))}},t.prototype.onDragStart=function(){this.positions={};for(var t=0,e=0,n=this.draggables.toArray();e active-desc",animation:{type:4,styles:null,timings:"225ms cubic-bezier(0.4,0.0,0.2,1)"},options:null}],options:{}},{type:7,name:"leftPointer",definitions:[{type:0,name:"active-asc, asc",styles:{type:6,styles:{transform:"rotate(-45deg)"},offset:null},options:void 0},{type:0,name:"active-desc, desc",styles:{type:6,styles:{transform:"rotate(45deg)"},offset:null},options:void 0},{type:1,expr:"active-asc <=> active-desc",animation:{type:4,styles:null,timings:"225ms cubic-bezier(0.4,0.0,0.2,1)"},options:null}],options:{}},{type:7,name:"rightPointer",definitions:[{type:0,name:"active-asc, asc",styles:{type:6,styles:{transform:"rotate(45deg)"},offset:null},options:void 0},{type:0,name:"active-desc, desc",styles:{type:6,styles:{transform:"rotate(-45deg)"},offset:null},options:void 0},{type:1,expr:"active-asc <=> active-desc",animation:{type:4,styles:null,timings:"225ms cubic-bezier(0.4,0.0,0.2,1)"},options:null}],options:{}},{type:7,name:"arrowOpacity",definitions:[{type:0,name:"desc-to-active, asc-to-active, active",styles:{type:6,styles:{opacity:1},offset:null},options:void 0},{type:0,name:"desc-to-hint, asc-to-hint, hint",styles:{type:6,styles:{opacity:.54},offset:null},options:void 0},{type:0,name:"hint-to-desc, active-to-desc, desc, hint-to-asc, active-to-asc, asc, void",styles:{type:6,styles:{opacity:0},offset:null},options:void 0},{type:1,expr:"* => asc, * => desc, * => active, * => hint, * => void",animation:{type:4,styles:null,timings:"0ms"},options:null},{type:1,expr:"* <=> *",animation:{type:4,styles:null,timings:"225ms cubic-bezier(0.4,0.0,0.2,1)"},options:null}],options:{}},{type:7,name:"arrowPosition",definitions:[{type:1,expr:"* => desc-to-hint, * => desc-to-active",animation:{type:4,styles:{type:5,steps:[{type:6,styles:{transform:"translateY(-25%)"},offset:null},{type:6,styles:{transform:"translateY(0)"},offset:null}]},timings:"225ms cubic-bezier(0.4,0.0,0.2,1)"},options:null},{type:1,expr:"* => hint-to-desc, * => active-to-desc",animation:{type:4,styles:{type:5,steps:[{type:6,styles:{transform:"translateY(0)"},offset:null},{type:6,styles:{transform:"translateY(25%)"},offset:null}]},timings:"225ms cubic-bezier(0.4,0.0,0.2,1)"},options:null},{type:1,expr:"* => asc-to-hint, * => asc-to-active",animation:{type:4,styles:{type:5,steps:[{type:6,styles:{transform:"translateY(25%)"},offset:null},{type:6,styles:{transform:"translateY(0)"},offset:null}]},timings:"225ms cubic-bezier(0.4,0.0,0.2,1)"},options:null},{type:1,expr:"* => hint-to-asc, * => active-to-asc",animation:{type:4,styles:{type:5,steps:[{type:6,styles:{transform:"translateY(0)"},offset:null},{type:6,styles:{transform:"translateY(-25%)"},offset:null}]},timings:"225ms cubic-bezier(0.4,0.0,0.2,1)"},options:null},{type:0,name:"desc-to-hint, asc-to-hint, hint, desc-to-active, asc-to-active, active",styles:{type:6,styles:{transform:"translateY(0)"},offset:null},options:void 0},{type:0,name:"hint-to-desc, active-to-desc, desc",styles:{type:6,styles:{transform:"translateY(-25%)"},offset:null},options:void 0},{type:0,name:"hint-to-asc, active-to-asc, asc",styles:{type:6,styles:{transform:"translateY(25%)"},offset:null},options:void 0}],options:{}},{type:7,name:"allowChildren",definitions:[{type:1,expr:"* <=> *",animation:[{type:11,selector:"@*",animation:{type:9,options:null},options:{optional:!0}}],options:null}],options:{}}]}});function p(l){return o["\u0275vid"](2,[(l()(),o["\u0275eld"](0,0,null,null,8,"div",[["class","mat-sort-header-container"]],[[2,"mat-sort-header-sorted",null],[2,"mat-sort-header-position-before",null]],null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"button",[["class","mat-sort-header-button"],["type","button"]],[[1,"disabled",0],[1,"aria-label",0]],[[null,"focus"],[null,"blur"]],function(l,n,e){var o=!0,t=l.component;return"focus"===n&&(o=!1!==t._setIndicatorHintVisible(!0)&&o),"blur"===n&&(o=!1!==t._setIndicatorHintVisible(!1)&&o),o},null,null)),o["\u0275ncd"](null,0),(l()(),o["\u0275eld"](3,0,null,null,5,"div",[["class","mat-sort-header-arrow"]],[[24,"@arrowOpacity",0],[24,"@arrowPosition",0],[24,"@allowChildren",0]],[[null,"@arrowPosition.start"],[null,"@arrowPosition.done"]],function(l,n,e){var o=!0,t=l.component;return"@arrowPosition.start"===n&&(o=0!=(t._disableViewStateAnimation=!0)&&o),"@arrowPosition.done"===n&&(o=0!=(t._disableViewStateAnimation=!1)&&o),o},null,null)),(l()(),o["\u0275eld"](4,0,null,null,0,"div",[["class","mat-sort-header-stem"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,3,"div",[["class","mat-sort-header-indicator"]],[[24,"@indicator",0]],null,null,null,null)),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["class","mat-sort-header-pointer-left"]],[[24,"@leftPointer",0]],null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,0,"div",[["class","mat-sort-header-pointer-right"]],[[24,"@rightPointer",0]],null,null,null,null)),(l()(),o["\u0275eld"](8,0,null,null,0,"div",[["class","mat-sort-header-pointer-middle"]],null,null,null,null,null))],null,function(l,n){var e=n.component;l(n,0,0,e._isSorted(),"before"==e.arrowPosition),l(n,1,0,e._isDisabled()||null,e._intl.sortButtonLabel(e.id)),l(n,3,0,e._getArrowViewState(),e._getArrowViewState(),e._getArrowDirectionState()),l(n,5,0,e._getArrowDirectionState()),l(n,6,0,e._getArrowDirectionState()),l(n,7,0,e._getArrowDirectionState())})}var f=e("BHnd"),v=e("Mr+X"),h=e("SMsm"),g=e("v9Dh"),b=e("eDkP"),_=e("qAlS"),C=e("dWZg"),y=e("lLAP"),R=e("Fzqc"),w=e("bujt"),I=e("UodH"),q=o["\u0275crt"]({encapsulation:2,styles:["mat-table{display:block}mat-header-row{min-height:56px}mat-footer-row,mat-row{min-height:48px}mat-footer-row,mat-header-row,mat-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-footer-row::after,mat-header-row::after,mat-row::after{display:inline-block;min-height:inherit;content:''}mat-cell:first-of-type,mat-footer-cell:first-of-type,mat-header-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type,[dir=rtl] mat-footer-cell:first-of-type,[dir=rtl] mat-header-cell:first-of-type{padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-footer-cell:last-of-type,mat-header-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type,[dir=rtl] mat-footer-cell:last-of-type,[dir=rtl] mat-header-cell:last-of-type{padding-right:0;padding-left:24px}mat-cell,mat-footer-cell,mat-header-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}table.mat-table{border-spacing:0}tr.mat-header-row{height:56px}tr.mat-footer-row,tr.mat-row{height:48px}th.mat-header-cell{text-align:left}td.mat-cell,td.mat-footer-cell,th.mat-header-cell{padding:0;border-bottom-width:1px;border-bottom-style:solid}td.mat-cell:first-of-type,td.mat-footer-cell:first-of-type,th.mat-header-cell:first-of-type{padding-left:24px}td.mat-cell:last-of-type,td.mat-footer-cell:last-of-type,th.mat-header-cell:last-of-type{padding-right:24px}"],data:{}});function S(l){return o["\u0275vid"](2,[o["\u0275qud"](402653184,1,{_rowOutlet:0}),o["\u0275qud"](402653184,2,{_headerRowOutlet:0}),o["\u0275qud"](402653184,3,{_footerRowOutlet:0}),(l()(),o["\u0275eld"](3,16777216,null,null,1,null,null,null,null,null,null,null)),o["\u0275did"](4,16384,[[2,4]],0,c.s,[o.ViewContainerRef,o.ElementRef],null,null),(l()(),o["\u0275eld"](5,16777216,null,null,1,null,null,null,null,null,null,null)),o["\u0275did"](6,16384,[[1,4]],0,c.q,[o.ViewContainerRef,o.ElementRef],null,null),(l()(),o["\u0275eld"](7,16777216,null,null,1,null,null,null,null,null,null,null)),o["\u0275did"](8,16384,[[3,4]],0,c.r,[o.ViewContainerRef,o.ElementRef],null,null)],null,null)}var E=o["\u0275crt"]({encapsulation:2,styles:[],data:{}});function F(l){return o["\u0275vid"](2,[(l()(),o["\u0275eld"](0,16777216,null,null,1,null,null,null,null,null,null,null)),o["\u0275did"](1,147456,null,0,c.c,[o.ViewContainerRef],null,null)],null,null)}var T=o["\u0275crt"]({encapsulation:2,styles:[],data:{}});function D(l){return o["\u0275vid"](2,[(l()(),o["\u0275eld"](0,16777216,null,null,1,null,null,null,null,null,null,null)),o["\u0275did"](1,147456,null,0,c.c,[o.ViewContainerRef],null,null)],null,null)}var N=e("dJrM"),x=e("seP3"),A=e("b716"),k=e("gIcY"),V=e("/VYK"),O=e("4epT"),P=(e("NcP4"),e("M2Lx"),e("uGex")),M=(e("4c35"),e("Azqq")),L=o["\u0275crt"]({encapsulation:2,styles:[".mat-paginator{display:block}.mat-paginator-container{display:flex;align-items:center;justify-content:flex-end;min-height:56px;padding:0 8px;flex-wrap:wrap-reverse}.mat-paginator-page-size{display:flex;align-items:baseline;margin-right:8px}[dir=rtl] .mat-paginator-page-size{margin-right:0;margin-left:8px}.mat-paginator-page-size-label{margin:0 4px}.mat-paginator-page-size-select{margin:6px 4px 0 4px;width:56px}.mat-paginator-page-size-select.mat-form-field-appearance-outline{width:64px}.mat-paginator-page-size-select.mat-form-field-appearance-fill{width:64px}.mat-paginator-range-label{margin:0 32px 0 24px}.mat-paginator-range-actions{display:flex;align-items:center;min-height:48px}.mat-paginator-icon{width:28px;fill:currentColor}[dir=rtl] .mat-paginator-icon{transform:rotate(180deg)}"],data:{}});function j(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-option",[["class","mat-option"],["role","option"]],[[1,"tabindex",0],[2,"mat-selected",null],[2,"mat-option-multiple",null],[2,"mat-active",null],[8,"id",0],[1,"aria-selected",0],[1,"aria-disabled",0],[2,"mat-option-disabled",null]],[[null,"click"],[null,"keydown"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,1)._selectViaInteraction()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,1)._handleKeydown(e)&&t),t},t.c,t.a)),o["\u0275did"](1,8568832,[[8,4]],0,u.t,[o.ElementRef,o.ChangeDetectorRef,[2,u.l],[2,u.s]],{value:[0,"value"]},null),(l()(),o["\u0275ted"](2,0,["",""]))],function(l,n){l(n,1,0,n.context.$implicit)},function(l,n){l(n,0,0,o["\u0275nov"](n,1)._getTabIndex(),o["\u0275nov"](n,1).selected,o["\u0275nov"](n,1).multiple,o["\u0275nov"](n,1).active,o["\u0275nov"](n,1).id,o["\u0275nov"](n,1).selected.toString(),o["\u0275nov"](n,1).disabled.toString(),o["\u0275nov"](n,1).disabled),l(n,2,0,n.context.$implicit)})}function H(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,17,"mat-form-field",[["class","mat-paginator-page-size-select mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](1,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](9,0,null,1,8,"mat-select",[["class","mat-select"],["role","listbox"]],[[1,"id",0],[1,"tabindex",0],[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-required",0],[1,"aria-disabled",0],[1,"aria-invalid",0],[1,"aria-owns",0],[1,"aria-multiselectable",0],[1,"aria-describedby",0],[1,"aria-activedescendant",0],[2,"mat-select-disabled",null],[2,"mat-select-invalid",null],[2,"mat-select-required",null]],[[null,"selectionChange"],[null,"keydown"],[null,"focus"],[null,"blur"]],function(l,n,e){var t=!0,u=l.component;return"keydown"===n&&(t=!1!==o["\u0275nov"](l,11)._handleKeydown(e)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,11)._onFocus()&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,11)._onBlur()&&t),"selectionChange"===n&&(t=!1!==u._changePageSize(e.value)&&t),t},M.b,M.a)),o["\u0275prd"](6144,null,u.l,null,[P.c]),o["\u0275did"](11,2080768,null,3,P.c,[_.e,o.ChangeDetectorRef,o.NgZone,u.d,o.ElementRef,[2,R.c],[2,k.NgForm],[2,k.FormGroupDirective],[2,x.c],[8,null],[8,null],P.a],{value:[0,"value"],ariaLabel:[1,"ariaLabel"]},{selectionChange:"selectionChange"}),o["\u0275qud"](603979776,8,{options:1}),o["\u0275qud"](603979776,9,{optionGroups:1}),o["\u0275qud"](335544320,10,{customTrigger:0}),o["\u0275prd"](2048,[[1,4]],x.d,null,[P.c]),(l()(),o["\u0275and"](16777216,null,1,1,null,j)),o["\u0275did"](17,278528,null,0,s.NgForOf,[o.ViewContainerRef,o.TemplateRef,o.IterableDiffers],{ngForOf:[0,"ngForOf"]},null)],function(l,n){var e=n.component;l(n,11,0,e.pageSize,e._intl.itemsPerPageLabel),l(n,17,0,e._displayedPageSizeOptions)},function(l,n){l(n,0,1,["standard"==o["\u0275nov"](n,1).appearance,"fill"==o["\u0275nov"](n,1).appearance,"outline"==o["\u0275nov"](n,1).appearance,"legacy"==o["\u0275nov"](n,1).appearance,o["\u0275nov"](n,1)._control.errorState,o["\u0275nov"](n,1)._canLabelFloat,o["\u0275nov"](n,1)._shouldLabelFloat(),o["\u0275nov"](n,1)._hideControlPlaceholder(),o["\u0275nov"](n,1)._control.disabled,o["\u0275nov"](n,1)._control.autofilled,o["\u0275nov"](n,1)._control.focused,"accent"==o["\u0275nov"](n,1).color,"warn"==o["\u0275nov"](n,1).color,o["\u0275nov"](n,1)._shouldForward("untouched"),o["\u0275nov"](n,1)._shouldForward("touched"),o["\u0275nov"](n,1)._shouldForward("pristine"),o["\u0275nov"](n,1)._shouldForward("dirty"),o["\u0275nov"](n,1)._shouldForward("valid"),o["\u0275nov"](n,1)._shouldForward("invalid"),o["\u0275nov"](n,1)._shouldForward("pending"),!o["\u0275nov"](n,1)._animationsEnabled]),l(n,9,1,[o["\u0275nov"](n,11).id,o["\u0275nov"](n,11).tabIndex,o["\u0275nov"](n,11)._getAriaLabel(),o["\u0275nov"](n,11)._getAriaLabelledby(),o["\u0275nov"](n,11).required.toString(),o["\u0275nov"](n,11).disabled.toString(),o["\u0275nov"](n,11).errorState,o["\u0275nov"](n,11).panelOpen?o["\u0275nov"](n,11)._optionIds:null,o["\u0275nov"](n,11).multiple,o["\u0275nov"](n,11)._ariaDescribedby||null,o["\u0275nov"](n,11)._getAriaActiveDescendant(),o["\u0275nov"](n,11).disabled,o["\u0275nov"](n,11).errorState,o["\u0275nov"](n,11).required])})}function z(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[],null,null,null,null,null)),(l()(),o["\u0275ted"](1,null,["",""]))],null,function(l,n){l(n,1,0,n.component.pageSize)})}function U(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,6,"div",[["class","mat-paginator-page-size"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"div",[["class","mat-paginator-page-size-label"]],null,null,null,null,null)),(l()(),o["\u0275ted"](2,null,["",""])),(l()(),o["\u0275and"](16777216,null,null,1,null,H)),o["\u0275did"](4,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,z)),o["\u0275did"](6,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,4,0,e._displayedPageSizeOptions.length>1),l(n,6,0,e._displayedPageSizeOptions.length<=1)},function(l,n){l(n,2,0,n.component._intl.itemsPerPageLabel)})}function G(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,4,"button",[["class","mat-paginator-navigation-first"],["mat-icon-button",""],["type","button"]],[[1,"aria-label",0],[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.firstPage()&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],disabled:[1,"disabled"],message:[2,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,1,":svg:svg",[["class","mat-paginator-icon"],["focusable","false"],["viewBox","0 0 24 24"]],null,null,null,null,null)),(l()(),o["\u0275eld"](4,0,null,null,0,":svg:path",[["d","M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"]],null,null,null,null,null)),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){var e=n.component;l(n,1,0,!e.hasPreviousPage()),l(n,2,0,"above",!e.hasPreviousPage(),e._intl.firstPageLabel)},function(l,n){l(n,0,0,n.component._intl.firstPageLabel,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode)})}function Z(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,4,"button",[["class","mat-paginator-navigation-last"],["mat-icon-button",""],["type","button"]],[[1,"aria-label",0],[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.lastPage()&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],disabled:[1,"disabled"],message:[2,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,1,":svg:svg",[["class","mat-paginator-icon"],["focusable","false"],["viewBox","0 0 24 24"]],null,null,null,null,null)),(l()(),o["\u0275eld"](4,0,null,null,0,":svg:path",[["d","M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"]],null,null,null,null,null)),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){var e=n.component;l(n,1,0,!e.hasNextPage()),l(n,2,0,"above",!e.hasNextPage(),e._intl.lastPageLabel)},function(l,n){l(n,0,0,n.component._intl.lastPageLabel,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode)})}function B(l){return o["\u0275vid"](2,[(l()(),o["\u0275eld"](0,0,null,null,19,"div",[["class","mat-paginator-container"]],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,U)),o["\u0275did"](2,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](3,0,null,null,16,"div",[["class","mat-paginator-range-actions"]],null,null,null,null,null)),(l()(),o["\u0275eld"](4,0,null,null,1,"div",[["class","mat-paginator-range-label"]],null,null,null,null,null)),(l()(),o["\u0275ted"](5,null,["",""])),(l()(),o["\u0275and"](16777216,null,null,1,null,G)),o["\u0275did"](7,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](8,16777216,null,null,4,"button",[["class","mat-paginator-navigation-previous"],["mat-icon-button",""],["type","button"]],[[1,"aria-label",0],[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.previousPage()&&t),t},w.b,w.a)),o["\u0275did"](9,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](10,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],disabled:[1,"disabled"],message:[2,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,1,":svg:svg",[["class","mat-paginator-icon"],["focusable","false"],["viewBox","0 0 24 24"]],null,null,null,null,null)),(l()(),o["\u0275eld"](12,0,null,null,0,":svg:path",[["d","M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"]],null,null,null,null,null)),(l()(),o["\u0275eld"](13,16777216,null,null,4,"button",[["class","mat-paginator-navigation-next"],["mat-icon-button",""],["type","button"]],[[1,"aria-label",0],[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,15).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,15)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,15)._handleTouchend()&&t),"click"===n&&(t=!1!==u.nextPage()&&t),t},w.b,w.a)),o["\u0275did"](14,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](15,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],disabled:[1,"disabled"],message:[2,"message"]},null),(l()(),o["\u0275eld"](16,0,null,0,1,":svg:svg",[["class","mat-paginator-icon"],["focusable","false"],["viewBox","0 0 24 24"]],null,null,null,null,null)),(l()(),o["\u0275eld"](17,0,null,null,0,":svg:path",[["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"]],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,Z)),o["\u0275did"](19,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,2,0,!e.hidePageSize),l(n,7,0,e.showFirstLastButtons),l(n,9,0,!e.hasPreviousPage()),l(n,10,0,"above",!e.hasPreviousPage(),e._intl.previousPageLabel),l(n,14,0,!e.hasNextPage()),l(n,15,0,"above",!e.hasNextPage(),e._intl.nextPageLabel),l(n,19,0,e.showFirstLastButtons)},function(l,n){var e=n.component;l(n,5,0,e._intl.getRangeLabel(e.pageIndex,e.pageSize,e.length)),l(n,8,0,e._intl.previousPageLabel,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,13,0,e._intl.nextPageLabel,o["\u0275nov"](n,14).disabled||null,"NoopAnimations"===o["\u0275nov"](n,14)._animationMode)})}var K=e("FVSy"),Y=e("mIDB"),$=e("hYgv"),W=function(){function l(l,n){this.dialog=l,this._IMService=n,this.isPopupOpened=!0,this.loader=!1,this.IndustryClassificationList=[],this.noRecordFound=!1,this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","name","isactive","actions"],this.getIndustryClassification()}return l.prototype.ngOnInit=function(){},l.prototype.addIndustryClassification=function(){var l=this;this.isPopupOpened=!0,this.dialog.open($.a,{data:{}}).afterClosed().subscribe(function(n){l.getIndustryClassification(),l.isPopupOpened=!1})},l.prototype.editIndustryClassification=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open($.a,{data:l}).afterClosed().subscribe(function(l){n.getIndustryClassification(),n.isPopupOpened=!1})},l.prototype.getIndustryClassification=function(){var l=this;this._IMService.getAllMasterData("INDUSTRYCLASSIFICATION").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteIndustryClassification=function(l){this._IMService.deleteMasterDetails({industry_classification_id:l},"INDUSTRYCLASSIFICATION").subscribe(function(l){}),this.getIndustryClassification()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),X=e("o3x0"),J=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function Q(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function ll(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function nl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function el(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Industry Classification Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ol(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function tl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ul(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function il(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function al(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,ul)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,il))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function dl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function rl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteIndustryClassification(l.parent.context.$implicit.industry_classification_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function sl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editIndustryClassification(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,rl)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function cl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function ml(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function pl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ll)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,nl)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,el)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ol)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,tl)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,al)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,dl)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,sl)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,cl)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,ml)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function fl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function vl(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addIndustryClassification()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Industry Classification"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,Q)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,pl)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,fl)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}e("BuZO");var hl=e("kSt5"),gl=function(){function l(l,n){this.dialog=l,this._mastersService=n,this.isPopupOpened=!0,this.loader=!1,this.noRecordFound=!1,this.BranchList=[],this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","name","cityname","isactive","actions"],this.getBranch()}return l.prototype.ngOnInit=function(){},l.prototype.getBranch=function(){var l=this;this._mastersService.getAllBranch().subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.addBranch=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(hl.a,{data:{}}).afterClosed().subscribe(function(n){l.getBranch(),l.isPopupOpened=!1})},l.prototype.editBranch=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(hl.a,{data:l}).afterClosed().subscribe(function(l){n.getBranch(),n.isPopupOpened=!1})},l.prototype.deleteBranch=function(l){this._mastersService.deleteMasterDetails({branch_id:l},"BRANCH").subscribe(function(l){}),alert("Deleted"),this.getBranch()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),bl=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function _l(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Cl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function yl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Branch Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Rl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[""," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function wl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" City Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Il(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.cityname)})}function ql(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Sl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function El(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Fl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,Sl)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,El))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function Tl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Actions "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Dl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteBranch(l.parent.context.$implicit.branch_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function Nl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editBranch(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,Dl)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function xl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function Al(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function kl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,89,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,72,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,_l)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Cl)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,yl)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Rl)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,wl)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Il)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ql)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Fl)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](69,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](70,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,26,{cell:0}),o["\u0275qud"](335544320,27,{headerCell:0}),o["\u0275qud"](335544320,28,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Tl)),o["\u0275did"](76,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[27,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Nl)),o["\u0275did"](79,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[26,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,xl)),o["\u0275did"](82,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,Al)),o["\u0275did"](85,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](87,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](88,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](89,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"cityname"),l(n,58,0,"isactive"),l(n,70,0,"actions"),l(n,82,0,e.displayedColumns),l(n,85,0,e.displayedColumns),l(n,88,0,l(n,89,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function Vl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function Ol(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,10,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addBranch()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Branch"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,kl)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Vl)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,!e.noRecordFound),l(n,12,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var Pl=e("WrzP"),Ml=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.TitleList=[],this.noRecordFound=!1,this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","name","isactive","actions"],this.getTitle()}return l.prototype.ngOnInit=function(){},l.prototype.addTitle=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(Pl.a,{data:{}}).afterClosed().subscribe(function(n){l.getTitle(),l.isPopupOpened=!1})},l.prototype.editTitle=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(Pl.a,{data:l}).afterClosed().subscribe(function(l){n.getTitle(),n.isPopupOpened=!1})},l.prototype.getTitle=function(){var l=this;this._MastersService.getAllMasterData("TITLES").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteTitle=function(l){this._MastersService.deleteMasterDetails({title_id:l},"TITLES").subscribe(function(l){}),this.getTitle()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),Ll=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function jl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function Hl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function zl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function Ul(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Title Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Gl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function Zl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Bl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Kl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Yl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,Bl)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,Kl))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function $l(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function Wl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteTitle(l.parent.context.$implicit.title_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function Xl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editTitle(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,Wl)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function Jl(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function Ql(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function ln(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Hl)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,zl)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Ul)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Gl)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Zl)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Yl)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,$l)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Xl)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,Jl)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,Ql)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function nn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function en(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,13,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addTitle()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Title"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,jl)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](11,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,ln)),o["\u0275did"](13,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,nn)),o["\u0275did"](15,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,13,0,!e.noRecordFound),l(n,15,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var on=e("gx+n"),tn=function(){function l(l,n){this.dialog=l,this._mastersService=n,this.isPopupOpened=!0,this.loader=!1,this.noRecordFound=!1,this.CityList=[],this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","name","state_name","isactive","actions"],this.getCity()}return l.prototype.ngOnInit=function(){},l.prototype.getCity=function(){var l=this;this._mastersService.getAllCity().subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.addCity=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(on.a,{data:{}}).afterClosed().subscribe(function(n){l.getCity(),l.isPopupOpened=!1})},l.prototype.editCity=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(on.a,{data:l}).afterClosed().subscribe(function(l){n.getCity(),n.isPopupOpened=!1})},l.prototype.deleteCity=function(l){this._mastersService.deleteMasterDetails({city_id:l},"CITY").subscribe(function(l){}),this.getCity()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),un=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function an(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function dn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function rn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function sn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" City Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function cn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function mn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" State Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function pn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.state_name)})}function fn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function vn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function hn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function gn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,vn)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,hn))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function bn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function _n(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteCity(l.parent.context.$implicit.city_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function Cn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editCity(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,_n)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function yn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function Rn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function wn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,89,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,72,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,dn)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,rn)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,sn)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,cn)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,mn)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,pn)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,fn)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,gn)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](69,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](70,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,26,{cell:0}),o["\u0275qud"](335544320,27,{headerCell:0}),o["\u0275qud"](335544320,28,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,bn)),o["\u0275did"](76,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[27,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Cn)),o["\u0275did"](79,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[26,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,yn)),o["\u0275did"](82,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,Rn)),o["\u0275did"](85,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](87,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](88,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](89,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"state_name"),l(n,58,0,"isactive"),l(n,70,0,"actions"),l(n,82,0,e.displayedColumns),l(n,85,0,e.displayedColumns),l(n,88,0,l(n,89,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function In(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function qn(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addCity()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add City"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,an)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,wn)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,In)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var Sn=e("WBYv"),En=function(){function l(l,n){this.dialog=l,this._statesService=n,this.isPopupOpened=!0,this.loader=!1,this.StateList=[],this.noRecordFound=!1,this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","name","region_name","isactive","actions"],this.getState()}return l.prototype.ngOnInit=function(){},l.prototype.addState=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(Sn.a,{data:{}}).afterClosed().subscribe(function(n){l.getState(),l.isPopupOpened=!1})},l.prototype.editState=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(Sn.a,{data:l}).afterClosed().subscribe(function(l){n.getState(),n.isPopupOpened=!1})},l.prototype.getState=function(){var l=this;this._statesService.getAllState().subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteState=function(l){this._statesService.deleteMasterDetails({state_id:l},"STATE").subscribe(function(l){}),this.getState()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),Fn=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function Tn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function Dn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Nn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function xn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" State Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function An(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function kn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Region Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Vn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.region_name)})}function On(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Pn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Mn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Ln(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,Pn)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,Mn))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function jn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function Hn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteState(l.parent.context.$implicit.state_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function zn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editState(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,Hn)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function Un(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function Gn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function Zn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,89,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,72,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Dn)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Nn)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,xn)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,An)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,kn)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Vn)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,On)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Ln)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](69,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](70,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,26,{cell:0}),o["\u0275qud"](335544320,27,{headerCell:0}),o["\u0275qud"](335544320,28,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,jn)),o["\u0275did"](76,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[27,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,zn)),o["\u0275did"](79,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[26,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,Un)),o["\u0275did"](82,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,Gn)),o["\u0275did"](85,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](87,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](88,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](89,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"region_name"),l(n,58,0,"isactive"),l(n,70,0,"actions"),l(n,82,0,e.displayedColumns),l(n,85,0,e.displayedColumns),l(n,88,0,l(n,89,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function Bn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function Kn(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addState()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add State"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,Tn)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Zn)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Bn)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var Yn=e("E4Qz"),$n=function(){function l(l,n){this.dialog=l,this._regionsService=n,this.isPopupOpened=!0,this.loader=!1,this.regionsList=[],this.noRecordFound=!1,this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","name","isactive","actions"],this.getregions()}return l.prototype.ngOnInit=function(){},l.prototype.addregions=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(Yn.a,{data:{}}).afterClosed().subscribe(function(n){l.getregions(),l.isPopupOpened=!1})},l.prototype.editregions=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(Yn.a,{data:l}).afterClosed().subscribe(function(l){n.isPopupOpened=!1})},l.prototype.getregions=function(){var l=this;this._regionsService.getAllMasterData("REGIONS").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteregions=function(l){this._regionsService.deleteMasterDetails({region_id:l},"REGIONS").subscribe(function(l){}),this.getregions()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),Wn=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function Xn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function Jn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Qn(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function le(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Region Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ne(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function ee(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function oe(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function te(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function ue(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,oe)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,te))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function ie(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function ae(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteregions(l.parent.context.$implicit.regions_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function de(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editregions(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,ae)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function re(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function se(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function ce(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Jn)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Qn)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,le)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ne)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ee)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ue)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ie)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,de)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,re)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,se)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function me(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function pe(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addregions()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add regions"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,Xn)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,ce)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,me)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var fe=e("2m6d"),ve=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.RelationShipList=[],this.noRecordFound=!1,this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","name","isactive","actions"],this.getRelationShip()}return l.prototype.ngOnInit=function(){},l.prototype.addRelationShip=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(fe.a,{data:{}}).afterClosed().subscribe(function(n){l.getRelationShip(),l.isPopupOpened=!1})},l.prototype.editRelationShip=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(fe.a,{data:l}).afterClosed().subscribe(function(l){n.getRelationShip(),n.isPopupOpened=!1})},l.prototype.getRelationShip=function(){var l=this;this._MastersService.getAllMasterData("RELATIONSHIPS").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteRelationShip=function(l){this._MastersService.deleteMasterDetails({relationship_id:l},"RELATIONSHIPS").subscribe(function(l){}),this.getRelationShip()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),he=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function ge(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function be(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function _e(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function Ce(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Relation Ship Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ye(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function Re(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function we(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Ie(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function qe(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,we)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,Ie))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function Se(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function Ee(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteRelationShip(l.parent.context.$implicit.relationship_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function Fe(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editRelationShip(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,Ee)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function Te(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function De(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function Ne(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,be)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,_e)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Ce)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ye)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Re)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,qe)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Se)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Fe)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,Te)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,De)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function xe(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function Ae(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addRelationShip()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Relation ship"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,ge)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Ne)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,xe)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var ke=e("L/dR"),Ve=function(){function l(l,n){this.dialog=l,this._ProductService=n,this.isPopupOpened=!0,this.loader=!1,this.ProductMasterList=[],this.noRecordFound=!1,this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","name","abbr","isactive","actions"],this.getProductMaster()}return l.prototype.ngOnInit=function(){},l.prototype.addProductMaster=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(ke.a,{data:{}}).afterClosed().subscribe(function(n){l.getProductMaster(),l.isPopupOpened=!1})},l.prototype.editProductMaster=function(l){var n=this;console.log(l),this.isPopupOpened=!0,this.dialog.open(ke.a,{data:l}).afterClosed().subscribe(function(l){n.getProductMaster(),n.isPopupOpened=!1})},l.prototype.getProductMaster=function(){var l=this;this._ProductService.getAllMasterData("PRODUCTS").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteProductMaster=function(l){this._ProductService.deleteMasterDetails({product_id:l},"PRODUCTS").subscribe(function(l){}),this.getProductMaster()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),Oe=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function Pe(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Me(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function Le(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Product Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function je(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function He(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Abbrevation "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ze(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.abbr)})}function Ue(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Ge(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Ze(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Be(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,Ge)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,Ze))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function Ke(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function Ye(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteProductMaster(l.parent.context.$implicit.product_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function $e(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editProductMaster(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,Ye)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function We(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function Xe(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function Je(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,89,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,72,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Pe)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Me)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Le)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,je)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,He)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ze)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Ue)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Be)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](69,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](70,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,26,{cell:0}),o["\u0275qud"](335544320,27,{headerCell:0}),o["\u0275qud"](335544320,28,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Ke)),o["\u0275did"](76,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[27,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,$e)),o["\u0275did"](79,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[26,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,We)),o["\u0275did"](82,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,Xe)),o["\u0275did"](85,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](87,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](88,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](89,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"abbr"),l(n,58,0,"isactive"),l(n,70,0,"actions"),l(n,82,0,e.displayedColumns),l(n,85,0,e.displayedColumns),l(n,88,0,l(n,89,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function Qe(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function lo(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addProductMaster()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Product"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,Je)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Qe)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](13,0,null,null,0,"br",[],null,null,null,null,null))],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,!e.noRecordFound),l(n,12,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var no=e("+bdH"),eo=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.SubProductMasterList=[],this.userData=null,this.noRecordFound=!1,this.dataSource=new f.l,this.displayedColumns=["serialno","product_name","name","isactive","actions"],this.getSubProductMaster()}return l.prototype.ngOnInit=function(){},l.prototype.addSubProductMaster=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(no.a,{data:{}}).afterClosed().subscribe(function(n){l.getSubProductMaster(),l.isPopupOpened=!1})},l.prototype.editSubProductMaster=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(no.a,{data:l}).afterClosed().subscribe(function(l){n.getSubProductMaster(),n.isPopupOpened=!1})},l.prototype.getSubProductMaster=function(){var l=this;this._MastersService.getAllSubProduct().subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteSubProductMaster=function(l){this._MastersService.deleteMasterDetails({subproduct_id:l},"SUBPRODUCTS").subscribe(function(l){}),this.getSubProductMaster()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),oo=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function to(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function uo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function io(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function ao(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Product Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ro(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.product_name)})}function so(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Sub-Product Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function co(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function mo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function po(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function fo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function vo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,po)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,fo))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function ho(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function go(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteSubProductMaster(l.parent.context.$implicit.subproduct_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function bo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editSubProductMaster(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,go)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function _o(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function Co(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function yo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,89,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,72,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,uo)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,io)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ao)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ro)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,so)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,co)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,mo)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,vo)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](69,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](70,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,26,{cell:0}),o["\u0275qud"](335544320,27,{headerCell:0}),o["\u0275qud"](335544320,28,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ho)),o["\u0275did"](76,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[27,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,bo)),o["\u0275did"](79,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[26,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,_o)),o["\u0275did"](82,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,Co)),o["\u0275did"](85,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](87,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](88,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](89,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"product_name"),l(n,46,0,"name"),l(n,58,0,"isactive"),l(n,70,0,"actions"),l(n,82,0,e.displayedColumns),l(n,85,0,e.displayedColumns),l(n,88,0,l(n,89,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function Ro(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function wo(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,13,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addSubProductMaster()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Sub Product"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,to)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](11,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,yo)),o["\u0275did"](13,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Ro)),o["\u0275did"](15,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,13,0,!e.noRecordFound),l(n,15,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var Io=e("z9kM"),qo=function(){function l(l,n){this.dialog=l,this._memberService=n,this.isPopupOpened=!0,this.loader=!1,this.MemberOccupationList=[],this.userData=null,this.noRecordFound=!1,this.dataSource=new f.l,this.displayedColumns=["serialno","name","isactive","actions"],this.getMemberOccupation()}return l.prototype.ngOnInit=function(){},l.prototype.addMemberOccupation=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(Io.a,{data:{}}).afterClosed().subscribe(function(n){l.getMemberOccupation(),l.isPopupOpened=!1})},l.prototype.editMemberOccupation=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(Io.a,{data:l}).afterClosed().subscribe(function(l){n.getMemberOccupation(),n.isPopupOpened=!1})},l.prototype.getMemberOccupation=function(){var l=this;this._memberService.getAllMasterData("OCCUPATIONMEMBERS").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteMemberOccupation=function(l){this._memberService.deleteMasterDetails({occupation_non_earning_member_id:l},"OCCUPATIONMEMBERS").subscribe(function(l){}),this.getMemberOccupation()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),So=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function Eo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function Fo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function To(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function Do(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Occupation Non Earning Member "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function No(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function xo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Ao(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function ko(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Vo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,Ao)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,ko))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function Oo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function Po(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteMemberOccupation(l.parent.context.$implicit.occupation_non_earning_member_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function Mo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editMemberOccupation(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,Po)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function Lo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function jo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function Ho(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Fo)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,To)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Do)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,No)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,xo)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Vo)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Oo)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Mo)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,Lo)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,jo)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function zo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function Uo(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addMemberOccupation()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Member's Occupation"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,Eo)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Ho)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,zo)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var Go=e("mCIm"),Zo=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.ActivityList=[],this.userData=null,this.noRecordFound=!1,this.dataSource=new f.l,this.displayedColumns=["serialno","name","isactive","actions"],this.getActivity()}return l.prototype.ngOnInit=function(){},l.prototype.addActivity=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(Go.a,{data:{}}).afterClosed().subscribe(function(n){l.getActivity(),l.isPopupOpened=!1})},l.prototype.editActivity=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(Go.a,{data:l}).afterClosed().subscribe(function(l){n.getActivity(),n.isPopupOpened=!1})},l.prototype.getActivity=function(){var l=this;this._MastersService.getAllMasterData("TYPEOFACTIVITY").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteActivity=function(l){this._MastersService.deleteMasterDetails({type_of_activity_id:l},"TYPEOFACTIVITY").subscribe(function(l){}),this.getActivity()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),Bo=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function Ko(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function Yo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function $o(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function Wo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Activity Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Xo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function Jo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Qo(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function lt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function nt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,Qo)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,lt))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function et(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function ot(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteActivity(l.parent.context.$implicit.type_of_activity_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function tt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editActivity(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,ot)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function ut(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function it(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function at(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Yo)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,$o)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Wo)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Xo)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Jo)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,nt)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,et)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,tt)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,ut)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,it)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function dt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function rt(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addActivity()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Activity"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,Ko)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,at)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,dt)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var st=e("PJVv"),ct=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.UOMList=[],this.userData=null,this.noRecordFound=!1,this.dataSource=new f.l,this.displayedColumns=["serialno","name","isactive","actions"],this.getUOM()}return l.prototype.ngOnInit=function(){},l.prototype.addUOM=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(st.a,{data:{}}).afterClosed().subscribe(function(n){l.getUOM(),l.isPopupOpened=!1})},l.prototype.editUOM=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(st.a,{data:l}).afterClosed().subscribe(function(l){n.getUOM(),n.isPopupOpened=!1})},l.prototype.getUOM=function(){var l=this;this._MastersService.getAllMasterData("UOM").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteUOM=function(l){this._MastersService.deleteMasterDetails({uom_id:l},"UOM").subscribe(function(l){}),this.getUOM()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),mt=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function pt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function ft(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function vt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function ht(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" UOM Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function gt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function bt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function _t(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Ct(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function yt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,_t)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,Ct))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function Rt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function wt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteUOM(l.parent.context.$implicit.uom_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function It(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editUOM(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,wt)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function qt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function St(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function Et(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ft)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,vt)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ht)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,gt)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,bt)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,yt)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Rt)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,It)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,qt)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,St)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function Ft(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function Tt(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addUOM()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add UOM"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,pt)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Et)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Ft)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var Dt=e("CxTa"),Nt=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.FrequencyList=[],this.noRecordFound=!1,this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","name","isactive","actions"],this.getFrequency()}return l.prototype.ngOnInit=function(){},l.prototype.addFrequency=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(Dt.a,{data:{}}).afterClosed().subscribe(function(n){l.getFrequency(),l.isPopupOpened=!1})},l.prototype.editFrequency=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(Dt.a,{data:l}).afterClosed().subscribe(function(l){n.getFrequency(),n.isPopupOpened=!1})},l.prototype.getFrequency=function(){var l=this;this._MastersService.getAllMasterData("FREQUENCY").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteFrequency=function(l){this._MastersService.deleteMasterDetails({frequency_id:l},"FREQUENCY").subscribe(function(l){}),this.getFrequency()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),xt=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function At(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function kt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Vt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function Ot(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Frequency Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Pt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function Mt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Lt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function jt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Ht(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,Lt)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,jt))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function zt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function Ut(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteFrequency(l.parent.context.$implicit.frequency_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function Gt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editFrequency(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,Ut)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function Zt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function Bt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function Kt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,kt)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Vt)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Ot)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Pt)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Mt)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Ht)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,zt)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Gt)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,Zt)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,Bt)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function Yt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function $t(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addFrequency()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Frequency"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,At)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Kt)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Yt)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var Wt=e("rtSM"),Xt=function(){function l(l,n){this.dialog=l,this._mastersService=n,this.isPopupOpened=!0,this.loader=!1,this.noRecordFound=!1,this.CommentsOnLocalityList=[],this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","rating","isactive","actions"],this.getCommentsOnLocality()}return l.prototype.ngOnInit=function(){},l.prototype.getCommentsOnLocality=function(){var l=this;this._mastersService.getAllMasterData("COMMENTSONLOCALITY").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.addCommentsOnLocality=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(Wt.a,{data:{}}).afterClosed().subscribe(function(n){l.getCommentsOnLocality(),l.isPopupOpened=!1})},l.prototype.editCommentsOnLocality=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(Wt.a,{data:l}).afterClosed().subscribe(function(l){n.getCommentsOnLocality(),n.isPopupOpened=!1})},l.prototype.deleteCommentsOnLocality=function(l){this._mastersService.deleteMasterDetails({comments_on_locality_id:l},"COMMENTSONLOCALITY").subscribe(function(l){}),this.getCommentsOnLocality()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),Jt=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function Qt(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function lu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function nu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function eu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Comments On Locality Rating "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ou(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.rating)})}function tu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function uu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function iu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function au(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,uu)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,iu))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function du(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function ru(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteCommentsOnLocality(l.parent.context.$implicit.comments_on_locality_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function su(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editCommentsOnLocality(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,ru)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function cu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function mu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function pu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,lu)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,nu)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,eu)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ou)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,tu)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,au)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,du)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,su)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,cu)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,mu)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"rating"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function fu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function vu(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addCommentsOnLocality()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Comments On Locality"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,Qt)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,pu)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,fu)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var hu=e("BCxR"),gu=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.CustomerBehaviourList=[],this.noRecordFound=!1,this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","description","isactive","actions"],this.getCustomerBehaviour()}return l.prototype.ngOnInit=function(){},l.prototype.getCustomerBehaviour=function(){var l=this;this._MastersService.getAllMasterData("CUSTOMERBEHAVIOUR").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.addCustomerBehaviour=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(hu.a,{data:{}}).afterClosed().subscribe(function(n){l.getCustomerBehaviour(),l.isPopupOpened=!1})},l.prototype.editCustomerBehaviour=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(hu.a,{data:l}).afterClosed().subscribe(function(l){n.getCustomerBehaviour(),n.isPopupOpened=!1})},l.prototype.deleteCustomerBehaviour=function(l){this._MastersService.deleteMasterDetails({customer_behaviour_id:l},"CUSTOMERBEHAVIOUR").subscribe(function(l){}),this.getCustomerBehaviour()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),bu=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function _u(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function Cu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function yu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function Ru(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Description "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function wu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.description)})}function Iu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function qu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Su(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Eu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,qu)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,Su))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function Fu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function Tu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteCustomerBehaviour(l.parent.context.$implicit.city_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function Du(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editCustomerBehaviour(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,Tu)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function Nu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function xu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function Au(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Cu)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,yu)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Ru)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,wu)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Iu)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Eu)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Fu)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Du)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,Nu)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,xu)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"description"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function ku(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function Vu(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addCustomerBehaviour()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add CustomerBehaviour"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,_u)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Au)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,ku)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var Ou=e("JVry"),Pu=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.CustomerSegmentList=[],this.noRecordFound=!1,this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","name","isactive","actions"],this.getCustomerSegment()}return l.prototype.ngOnInit=function(){},l.prototype.addCustomerSegment=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(Ou.a,{data:{}}).afterClosed().subscribe(function(n){l.getCustomerSegment(),l.isPopupOpened=!1})},l.prototype.editCustomerSegment=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(Ou.a,{data:l}).afterClosed().subscribe(function(l){n.getCustomerSegment(),n.isPopupOpened=!1})},l.prototype.getCustomerSegment=function(){var l=this;this._MastersService.getAllMasterData("CUSTOMERSEGMENT").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteCustomerSegment=function(l){this._MastersService.deleteMasterDetails({customer_segment_id:l},"CUSTOMERSEGMENT").subscribe(function(l){}),this.getCustomerSegment()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),Mu=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function Lu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function ju(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Hu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function zu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Customer Segment"]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Uu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function Gu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Zu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Bu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Ku(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,Zu)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,Bu))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function Yu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function $u(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteCustomerSegment(l.parent.context.$implicit.city_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function Wu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editCustomerSegment(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,$u)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function Xu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function Ju(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function Qu(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ju)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Hu)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,zu)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Uu)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Gu)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Ku)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Yu)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Wu)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,Xu)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,Ju)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function li(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function ni(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addCustomerSegment()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add CustomerSegment"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,Lu)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Qu)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,li)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var ei=e("/Gf/"),oi=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.noRecordFound=!1,this.DesignationList=[],this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","name","isactive","actions"],this.getDesignation()}return l.prototype.ngOnInit=function(){},l.prototype.addDesignation=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(ei.a,{data:{}}).afterClosed().subscribe(function(n){l.getDesignation(),l.isPopupOpened=!1})},l.prototype.editDesignation=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(ei.a,{data:l}).afterClosed().subscribe(function(l){n.getDesignation(),n.isPopupOpened=!1})},l.prototype.getDesignation=function(){var l=this;this._MastersService.getAllMasterData("DESIGNATION").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteDesignation=function(l){this._MastersService.deleteMasterDetails({designation_id:l},"DESIGNATION").subscribe(function(l){}),this.getDesignation()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),ti=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function ui(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function ii(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ai(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function di(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Designation Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ri(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function si(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ci(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function mi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function pi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,ci)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,mi))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function fi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function vi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteDesignation(l.parent.context.$implicit.designation_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function hi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editDesignation(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,vi)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function gi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function bi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function _i(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ii)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ai)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,di)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ri)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,si)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,pi)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,fi)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,hi)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,gi)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,bi)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function Ci(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function yi(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addDesignation()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Designation"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,ui)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,_i)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Ci)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var Ri=e("vzyk"),wi=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.LenderHierarchyList=[],this.userData=null,this.noRecordFound=!1,this.dataSource=new f.l,this.displayedColumns=["serialno","lender_hierarchy","isactive","actions"],this.getLenderHierarchy()}return l.prototype.ngOnInit=function(){},l.prototype.addLenderHierarchy=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(Ri.a,{data:{}}).afterClosed().subscribe(function(n){l.getLenderHierarchy(),l.isPopupOpened=!1})},l.prototype.editLenderHierarchy=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(Ri.a,{data:l}).afterClosed().subscribe(function(l){n.getLenderHierarchy(),n.isPopupOpened=!1})},l.prototype.getLenderHierarchy=function(){var l=this;this._MastersService.getAllMasterData("LENDERHIERARCHY").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deleteLenderHierarchy=function(l){this._MastersService.deleteMasterDetails({lender_hierarchy_id:l},"LENDERHIERARCHY").subscribe(function(l){}),this.getLenderHierarchy()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),Ii=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function qi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function Si(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Ei(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function Fi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Lender Hierarchy "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Ti(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.lender_hierarchy)})}function Di(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" State Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Ni(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.cityname)})}function xi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Ai(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function ki(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Vi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,Ai)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,ki))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function Oi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function Pi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deleteLenderHierarchy(l.parent.context.$implicit.lender_hierarchy_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function Mi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editLenderHierarchy(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,Pi)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function Li(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function ji(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function Hi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,89,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,72,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Si)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Ei)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Fi)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Ti)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Di)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Ni)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,xi)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Vi)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](69,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](70,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,26,{cell:0}),o["\u0275qud"](335544320,27,{headerCell:0}),o["\u0275qud"](335544320,28,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Oi)),o["\u0275did"](76,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[27,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Mi)),o["\u0275did"](79,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[26,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,Li)),o["\u0275did"](82,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,ji)),o["\u0275did"](85,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](87,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](88,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](89,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"lender_hierarchy"),l(n,46,0,"cityname"),l(n,58,0,"isactive"),l(n,70,0,"actions"),l(n,82,0,e.displayedColumns),l(n,85,0,e.displayedColumns),l(n,88,0,l(n,89,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function zi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function Ui(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addLenderHierarchy()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add LenderHierarchy"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,qi)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Hi)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,zi)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var Gi=e("vfsg"),Zi=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.noRecordFound=!1,this.CompanyList=[],this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","name","city_name","state_name","actions"],this.getCompany()}return l.prototype.ngOnInit=function(){},l.prototype.getCompany=function(){var l=this;this._MastersService.getAllCompany().subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.addCompany=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(Gi.a,{data:{}}).afterClosed().subscribe(function(n){l.getCompany(),l.isPopupOpened=!1})},l.prototype.editCompany=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(Gi.a,{data:l}).afterClosed().subscribe(function(l){n.getCompany(),n.isPopupOpened=!1})},l.prototype.deleteCompany=function(l){this._MastersService.deleteMasterDetails({company_id:l},"COMPANY").subscribe(function(l){}),this.getCompany()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),Bi=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function Ki(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function Yi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function $i(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function Wi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Company Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Xi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.name)})}function Ji(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" City Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Qi(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.city_name)})}function la(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" State Name "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function na(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.state_name)})}function ea(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function oa(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,7,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editCompany(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"]))],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function ta(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function ua(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function ia(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,89,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,72,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Yi)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,$i)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Wi)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Xi)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Ji)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Qi)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,la)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,na)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](69,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](70,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,26,{cell:0}),o["\u0275qud"](335544320,27,{headerCell:0}),o["\u0275qud"](335544320,28,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ea)),o["\u0275did"](76,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[27,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,oa)),o["\u0275did"](79,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[26,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,ta)),o["\u0275did"](82,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,ua)),o["\u0275did"](85,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](87,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](88,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](89,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"name"),l(n,46,0,"city_name"),l(n,58,0,"state_name"),l(n,70,0,"actions"),l(n,82,0,e.displayedColumns),l(n,85,0,e.displayedColumns),l(n,88,0,l(n,89,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function aa(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function da(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addCompany()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Company"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,Ki)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,ia)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,aa)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var ra=e("oJnN"),sa=function(){function l(l,n){this.dialog=l,this._PDTypeService=n,this.isPopupOpened=!0,this.loader=!1,this.PDTypeList=[],this.noRecordFound=!1,this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","type_name","isactive","actions"],this.getPDType()}return l.prototype.ngOnInit=function(){},l.prototype.addPDType=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(ra.a,{data:{}}).afterClosed().subscribe(function(n){l.getPDType(),l.isPopupOpened=!1})},l.prototype.editPDType=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(ra.a,{data:l}).afterClosed().subscribe(function(l){n.getPDType(),n.isPopupOpened=!1})},l.prototype.getPDType=function(){var l=this;this._PDTypeService.getAllMasterData("PDTYPE").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deletePDType=function(l){this._PDTypeService.deleteMasterDetails({pd_type_id:l},"PDTYPE").subscribe(function(l){}),this.getPDType()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),ca=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function ma(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function pa(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function fa(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function va(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["PD Type"]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ha(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.type_name)})}function ga(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ba(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function _a(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function Ca(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,ba)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,_a))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function ya(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function Ra(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deletePDType(l.parent.context.$implicit.pd_type_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function wa(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editPDType(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,Ra)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function Ia(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function qa(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function Sa(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,pa)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,fa)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,va)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ha)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ga)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Ca)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ya)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,wa)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,Ia)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,qa)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"type_name"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function Ea(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function Fa(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,13,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addPDType()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add PDType"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,ma)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](11,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,Sa)),o["\u0275did"](13,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Ea)),o["\u0275did"](15,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,13,0,!e.noRecordFound),l(n,15,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}var Ta=e("pZlb"),Da=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.PdLocationApproachList=[],this.userData=null,this.noRecordFound=!1,this.dataSource=new f.l,this.displayedColumns=["serialno","description","isactive","actions"],this.getPdLocationApproach()}return l.prototype.ngOnInit=function(){},l.prototype.addPdLocationApproach=function(){var l=this;this.isPopupOpened=!0,this.dialog.open(Ta.a,{data:{}}).afterClosed().subscribe(function(n){l.getPdLocationApproach(),l.isPopupOpened=!1})},l.prototype.editPdLocationApproach=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open(Ta.a,{data:l}).afterClosed().subscribe(function(l){n.getPdLocationApproach(),n.isPopupOpened=!1})},l.prototype.getPdLocationApproach=function(){var l=this;this._MastersService.getAllMasterData("PDLOCATIONAPPROACH").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deletePdLocationApproach=function(l){this._MastersService.deleteMasterDetails({pd_allocation_type_id:l},"PDLOCATIONAPPROACH").subscribe(function(l){}),this.getPdLocationApproach()},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),Na=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function xa(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function Aa(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ka(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function Va(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" PD Location "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Oa(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.description)})}function Pa(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function Ma(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function La(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function ja(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,Ma)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,La))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function Ha(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-cell",[["class","mat-header-cell"],["role","columnheader"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](-1,null,[" Actions "]))],null,null)}function za(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Delete"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),"click"===n&&(t=!1!==u.deletePdLocationApproach(l.parent.context.$implicit.pd_location_approach_id)&&t),t},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](3,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](4,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["delete_outline"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,2,0,"above","Delete"),l(n,4,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode),l(n,3,0,o["\u0275nov"](n,4).inline)})}function Ua(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,9,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275eld"](2,16777216,null,null,5,"button",[["class","hover-icon"],["mat-icon-button",""],["matTooltip","Edit"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,4).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,4)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,4)._handleTouchend()&&t),"click"===n&&(t=!1!==u.editPdLocationApproach(l.context.$implicit)&&t),t},w.b,w.a)),o["\u0275did"](3,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),o["\u0275did"](4,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](5,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](6,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,za)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,4,0,"above","Edit"),l(n,6,0),l(n,9,0,1==n.context.$implicit.isactive)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).disabled||null,"NoopAnimations"===o["\u0275nov"](n,3)._animationMode),l(n,5,0,o["\u0275nov"](n,6).inline)})}function Ga(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function Za(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function Ba(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,77,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,60,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Aa)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ka)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Va)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Oa)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Pa)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ja)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Ha)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,Ua)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,Ga)),o["\u0275did"](70,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,Za)),o["\u0275did"](73,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](75,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](76,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](77,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"description"),l(n,46,0,"isactive"),l(n,58,0,"actions"),l(n,70,0,e.displayedColumns),l(n,73,0,e.displayedColumns),l(n,76,0,l(n,77,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function Ka(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function Ya(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,12,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.addPdLocationApproach()&&o),o},w.b,w.a)),o["\u0275did"](6,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,[" + Add Pd Location Approach"])),(l()(),o["\u0275eld"](8,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,xa)),o["\u0275did"](10,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Ba)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Ka)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,6,0,"primary"),l(n,10,0,e.loader),l(n,12,0,!e.noRecordFound),l(n,14,0,e.noRecordFound)},function(l,n){l(n,5,0,o["\u0275nov"](n,6).disabled||null,"NoopAnimations"===o["\u0275nov"](n,6)._animationMode)})}e("mrSG"),e("YlbQ");var $a=e("K9PU"),Wa=function(){function l(l,n){this.dialog=l,this._MastersService=n,this.isPopupOpened=!0,this.loader=!1,this.PDAllocationTypeList=[],this.noRecordFound=!1,this.userData=null,this.dataSource=new f.l,this.displayedColumns=["serialno","pd_allocation_type_name","isactive","pd_allocation_logic","default"],this.getPDAllocationType()}return l.prototype.ngOnInit=function(){},l.prototype.addPDAllocationType=function(){var l=this;this.isPopupOpened=!0,this.dialog.open($a.a,{data:{}}).afterClosed().subscribe(function(n){l.getPDAllocationType(),l.isPopupOpened=!1})},l.prototype.editPDAllocationType=function(l){var n=this;this.isPopupOpened=!0,this.dialog.open($a.a,{data:l}).afterClosed().subscribe(function(l){n.getPDAllocationType(),n.isPopupOpened=!1})},l.prototype.getPDAllocationType=function(){var l=this;this._MastersService.getAllMasterData("PDALLOCATIONTYPE").subscribe(function(n){200===n.status?(l.noRecordFound=!1,l.userData=n.records,l.dataLength=n.records.length,l.dataSource.data=l.userData):(l.noRecordFound=!0,l.dataLength=0)})},l.prototype.deletePDAllocationType=function(l){var n=this;this._MastersService.deleteMasterDetails({pd_allocation_type_id:l},"PDALLOCATIONTYPE").subscribe(function(l){n.getPDAllocationType()})},l.prototype.ngAfterViewInit=function(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort},l.prototype.applyFilter=function(l){l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l},l}(),Xa=o["\u0275crt"]({encapsulation:0,styles:[[".example-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;min-width:300px}.example-header[_ngcontent-%COMP%]{min-height:64px;padding:8px 24px 0}.mat-form-field[_ngcontent-%COMP%]{font-size:14px;width:100%}.mat-table[_ngcontent-%COMP%]{overflow:auto;max-height:500px}.nocontent[_ngcontent-%COMP%]{color:red;font-size:16px;text-align:center}"]],data:{}});function Ja(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,a.b,[o.ElementRef,[2,d.a],[2,a.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function Qa(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,["Sl "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ld(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.index+1)})}function nd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" PD Allocation Type "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function ed(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.pd_allocation_type_name)})}function od(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" PD Allocation Logic "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function td(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275ted"](2,null,[" "," "]))],null,function(l,n){l(n,2,0,n.context.$implicit.pd_allocation_logic)})}function ud(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Is Active "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function id(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function ad(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function dd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,id)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,ad))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function rd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,3,"mat-header-cell",[["class","mat-header-cell"],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"mouseenter"],[null,"longpress"],[null,"mouseleave"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,2)._handleClick()&&t),"mouseenter"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"longpress"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!0)&&t),"mouseleave"===n&&(t=!1!==o["\u0275nov"](l,2)._setIndicatorHintVisible(!1)&&t),t},p,m)),o["\u0275did"](1,16384,null,0,f.e,[c.d,o.ElementRef],null,null),o["\u0275did"](2,245760,null,0,r.c,[r.d,o.ChangeDetectorRef,[2,r.b],[2,c.d]],{id:[0,"id"]},null),(l()(),o["\u0275ted"](-1,0,[" Default "]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,o["\u0275nov"](n,2)._getAriaSortAttribute(),o["\u0275nov"](n,2)._isDisabled())})}function sd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Active"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["done"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Active")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function cd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,16777216,null,null,3,"mat-icon",[["class","hover-icon mat-icon"],["matTooltip","Inactive"],["matTooltipPosition","above"],["role","img"]],[[2,"mat-icon-inline",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,2).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,2)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,2)._handleTouchend()&&t),t},v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),o["\u0275did"](2,147456,null,0,g.d,[b.c,o.ElementRef,_.c,o.ViewContainerRef,o.NgZone,C.a,y.c,y.h,g.b,[2,R.c],[2,g.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275ted"](-1,0,["clear"])),(l()(),o["\u0275and"](0,null,null,0))],function(l,n){l(n,1,0),l(n,2,0,"above","Inactive")},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function md(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"mat-cell",[["class","mat-cell"],["role","gridcell"]],null,null,null,null,null)),o["\u0275did"](1,16384,null,0,f.a,[c.d,o.ElementRef],null,null),(l()(),o["\u0275and"](16777216,null,null,1,null,sd)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["notactive",2]],null,0,null,cd))],function(l,n){l(n,3,0,1==n.context.$implicit.isactive,o["\u0275nov"](n,4))},null)}function pd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-header-row",[["class","mat-header-row"],["role","row"]],null,null,null,F,E)),o["\u0275prd"](6144,null,c.k,null,[f.g]),o["\u0275did"](2,49152,null,0,f.g,[],null,null)],null,null)}function fd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-row",[["class","mat-row"],["role","row"]],null,null,null,D,T)),o["\u0275prd"](6144,null,c.m,null,[f.i]),o["\u0275did"](2,49152,null,0,f.i,[],null,null)],null,null)}function vd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,89,"div",[["class","example-container mat-elevation-z8"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,12,"div",[["class","example-header"]],null,null,null,null,null)),(l()(),o["\u0275eld"](2,0,null,null,11,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](3,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,3,{_control:0}),o["\u0275qud"](335544320,4,{_placeholderChild:0}),o["\u0275qud"](335544320,5,{_labelChild:0}),o["\u0275qud"](603979776,6,{_errorChildren:1}),o["\u0275qud"](603979776,7,{_hintChildren:1}),o["\u0275qud"](603979776,8,{_prefixChildren:1}),o["\u0275qud"](603979776,9,{_suffixChildren:1}),(l()(),o["\u0275eld"](11,0,null,1,2,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Filter"]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,12)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,12)._onInput()&&t),"keyup"===n&&(t=!1!==u.applyFilter(e.target.value)&&t),t},null,null)),o["\u0275did"](12,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),o["\u0275prd"](2048,[[3,4]],x.d,null,[A.a]),(l()(),o["\u0275eld"](14,0,null,null,72,"mat-table",[["class","mat-table"],["matSort",""]],null,null,null,S,q)),o["\u0275did"](15,2342912,null,4,f.k,[o.IterableDiffers,o.ChangeDetectorRef,o.ElementRef,[8,null],[2,R.c],s.DOCUMENT,C.a],{dataSource:[0,"dataSource"]},null),o["\u0275qud"](603979776,10,{_contentColumnDefs:1}),o["\u0275qud"](603979776,11,{_contentRowDefs:1}),o["\u0275qud"](603979776,12,{_contentHeaderRowDefs:1}),o["\u0275qud"](603979776,13,{_contentFooterRowDefs:1}),o["\u0275did"](20,737280,[[2,4]],0,r.b,[],null,null),(l()(),o["\u0275eld"](21,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](22,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,14,{cell:0}),o["\u0275qud"](335544320,15,{headerCell:0}),o["\u0275qud"](335544320,16,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,Qa)),o["\u0275did"](28,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[15,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ld)),o["\u0275did"](31,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[14,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](33,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](34,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,17,{cell:0}),o["\u0275qud"](335544320,18,{headerCell:0}),o["\u0275qud"](335544320,19,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,nd)),o["\u0275did"](40,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[18,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,ed)),o["\u0275did"](43,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[17,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](45,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](46,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,20,{cell:0}),o["\u0275qud"](335544320,21,{headerCell:0}),o["\u0275qud"](335544320,22,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,od)),o["\u0275did"](52,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[21,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,td)),o["\u0275did"](55,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[20,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](57,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](58,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,23,{cell:0}),o["\u0275qud"](335544320,24,{headerCell:0}),o["\u0275qud"](335544320,25,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,ud)),o["\u0275did"](64,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[24,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,dd)),o["\u0275did"](67,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[23,4]],c.b,null,[f.b]),(l()(),o["\u0275eld"](69,0,null,null,11,null,null,null,null,null,null,null)),o["\u0275did"](70,16384,null,3,f.c,[],{name:[0,"name"]},null),o["\u0275qud"](335544320,26,{cell:0}),o["\u0275qud"](335544320,27,{headerCell:0}),o["\u0275qud"](335544320,28,{footerCell:0}),o["\u0275prd"](2048,[[10,4]],c.d,null,[f.c]),(l()(),o["\u0275and"](0,null,null,2,null,rd)),o["\u0275did"](76,16384,null,0,f.f,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[27,4]],c.j,null,[f.f]),(l()(),o["\u0275and"](0,null,null,2,null,md)),o["\u0275did"](79,16384,null,0,f.b,[o.TemplateRef],null,null),o["\u0275prd"](2048,[[26,4]],c.b,null,[f.b]),(l()(),o["\u0275and"](0,null,null,2,null,pd)),o["\u0275did"](82,540672,null,0,f.h,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[12,4]],c.l,null,[f.h]),(l()(),o["\u0275and"](0,null,null,2,null,fd)),o["\u0275did"](85,540672,null,0,f.j,[o.TemplateRef,o.IterableDiffers],{columns:[0,"columns"]},null),o["\u0275prd"](2048,[[11,4]],c.n,null,[f.j]),(l()(),o["\u0275eld"](87,0,null,null,2,"mat-paginator",[["class","mat-paginator"]],null,null,null,B,L)),o["\u0275did"](88,245760,[[1,4]],0,O.b,[O.c,o.ChangeDetectorRef],{pageSizeOptions:[0,"pageSizeOptions"]},null),o["\u0275pad"](89,5)],function(l,n){var e=n.component;l(n,12,0,"Filter"),l(n,15,0,e.dataSource),l(n,20,0),l(n,22,0,"serialno"),l(n,34,0,"pd_allocation_type_name"),l(n,46,0,"pd_allocation_logic"),l(n,58,0,"isactive"),l(n,70,0,"default"),l(n,82,0,e.displayedColumns),l(n,85,0,e.displayedColumns),l(n,88,0,l(n,89,0,5,10,25,50,100))},function(l,n){l(n,2,1,["standard"==o["\u0275nov"](n,3).appearance,"fill"==o["\u0275nov"](n,3).appearance,"outline"==o["\u0275nov"](n,3).appearance,"legacy"==o["\u0275nov"](n,3).appearance,o["\u0275nov"](n,3)._control.errorState,o["\u0275nov"](n,3)._canLabelFloat,o["\u0275nov"](n,3)._shouldLabelFloat(),o["\u0275nov"](n,3)._hideControlPlaceholder(),o["\u0275nov"](n,3)._control.disabled,o["\u0275nov"](n,3)._control.autofilled,o["\u0275nov"](n,3)._control.focused,"accent"==o["\u0275nov"](n,3).color,"warn"==o["\u0275nov"](n,3).color,o["\u0275nov"](n,3)._shouldForward("untouched"),o["\u0275nov"](n,3)._shouldForward("touched"),o["\u0275nov"](n,3)._shouldForward("pristine"),o["\u0275nov"](n,3)._shouldForward("dirty"),o["\u0275nov"](n,3)._shouldForward("valid"),o["\u0275nov"](n,3)._shouldForward("invalid"),o["\u0275nov"](n,3)._shouldForward("pending"),!o["\u0275nov"](n,3)._animationsEnabled]),l(n,11,0,o["\u0275nov"](n,12)._isServer,o["\u0275nov"](n,12).id,o["\u0275nov"](n,12).placeholder,o["\u0275nov"](n,12).disabled,o["\u0275nov"](n,12).required,o["\u0275nov"](n,12).readonly,o["\u0275nov"](n,12)._ariaDescribedby||null,o["\u0275nov"](n,12).errorState,o["\u0275nov"](n,12).required.toString())})}function hd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","nocontent"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No records found"]))],null,null)}function gd(l){return o["\u0275vid"](0,[o["\u0275qud"](671088640,1,{paginator:0}),o["\u0275qud"](671088640,2,{sort:0}),(l()(),o["\u0275eld"](2,0,null,null,10,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](3,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](4,0,null,null,0,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,Ja)),o["\u0275did"](7,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,vd)),o["\u0275did"](9,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,hd)),o["\u0275did"](11,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](12,0,null,null,0,"br",[],null,null,null,null,null))],function(l,n){var e=n.component;l(n,7,0,e.loader),l(n,9,0,!e.noRecordFound),l(n,11,0,e.noRecordFound)},null)}var bd=e("lzlj"),_d=e("21Lb"),Cd=e("OzfB"),yd=e("36nB"),Rd=o["\u0275crt"]({encapsulation:0,styles:[".mat-select-search-hidden[_ngcontent-%COMP%]{visibility:hidden}.mat-select-search-inner[_ngcontent-%COMP%]{position:absolute;top:0;width:100%;border-bottom-width:1px;border-bottom-style:solid;z-index:100;font-size:inherit;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.mat-select-search-inner.mat-select-search-inner-multiple[_ngcontent-%COMP%]{width:100%} .mat-select-search-panel{-webkit-transform:none!important;transform:none!important;max-height:350px;overflow-x:hidden}.mat-select-search-input[_ngcontent-%COMP%]{padding:16px 36px 16px 16px;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-select-search-no-entries-found[_ngcontent-%COMP%]{padding:16px}.mat-select-search-clear[_ngcontent-%COMP%]{position:absolute;right:4px;top:5px} .cdk-overlay-pane-select-search{margin-top:-50px}"],data:{}});function wd(l){return o["\u0275vid"](0,[o["\u0275ncd"](null,0),(l()(),o["\u0275and"](0,null,null,0))],null,null)}function Id(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,v.b,v.a)),o["\u0275did"](1,638976,null,0,h.a,[o.ElementRef,h.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"]))],function(l,n){l(n,1,0)},function(l,n){l(n,0,0,o["\u0275nov"](n,1).inline)})}function qd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"button",[["aria-label","Clear"],["class","mat-select-search-clear"],["mat-button",""],["mat-icon-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component._reset(!0)&&o),o},w.b,w.a)),o["\u0275did"](1,180224,null,0,I.b,[o.ElementRef,C.a,y.h,[2,d.a]],null,null),(l()(),o["\u0275and"](16777216,null,0,1,null,wd)),o["\u0275did"](3,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(l()(),o["\u0275and"](0,[["defaultIcon",2]],0,0,null,Id))],function(l,n){l(n,3,0,n.component.clearIcon,o["\u0275nov"](n,4))},function(l,n){l(n,0,0,o["\u0275nov"](n,1).disabled||null,"NoopAnimations"===o["\u0275nov"](n,1)._animationMode)})}function Sd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"div",[["class","mat-select-search-no-entries-found"]],null,null,null,null,null)),(l()(),o["\u0275ted"](1,null,[" ","\n"]))],null,function(l,n){l(n,1,0,n.component.noEntriesFoundLabel)})}function Ed(l){return o["\u0275vid"](2,[o["\u0275qud"](402653184,1,{searchSelectInput:0}),o["\u0275qud"](402653184,2,{innerSelectSearch:0}),(l()(),o["\u0275eld"](2,0,null,null,2,"input",[["class","mat-select-search-input mat-select-search-hidden mat-input-element mat-form-field-autofill-control"],["matInput",""]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"blur"],[null,"focus"],[null,"input"]],function(l,n,e){var t=!0;return"blur"===n&&(t=!1!==o["\u0275nov"](l,4)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,4)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,4)._onInput()&&t),t},null,null)),o["\u0275prd"](6144,null,x.d,null,[A.a]),o["\u0275did"](4,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],null,null),(l()(),o["\u0275eld"](5,0,[[2,0],["innerSelectSearch",1]],null,7,"div",[["class","mat-select-search-inner mat-typography mat-datepicker-content mat-tab-header"]],null,null,null,null,null)),o["\u0275did"](6,278528,null,0,s.NgClass,[o.IterableDiffers,o.KeyValueDiffers,o.ElementRef,o.Renderer2],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),o["\u0275pod"](7,{"mat-select-search-inner-multiple":0}),(l()(),o["\u0275eld"](8,0,[[1,0],["searchSelectInput",1]],null,2,"input",[["autocomplete","off"],["class","mat-select-search-input mat-input-element mat-form-field-autofill-control"],["matInput",""]],[[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"keydown"],[null,"input"],[null,"blur"],[null,"focus"]],function(l,n,e){var t=!0,u=l.component;return"blur"===n&&(t=!1!==o["\u0275nov"](l,10)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,10)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,10)._onInput()&&t),"keydown"===n&&(t=!1!==u._handleKeydown(e)&&t),"input"===n&&(t=!1!==u.onInputChange(e.target.value)&&t),"blur"===n&&(t=!1!==u.onBlur(e.target.value)&&t),t},null,null)),o["\u0275prd"](6144,null,x.d,null,[A.a]),o["\u0275did"](10,999424,null,0,A.a,[o.ElementRef,C.a,[8,null],[2,k.NgForm],[2,k.FormGroupDirective],u.d,[8,null],V.a,o.NgZone],{placeholder:[0,"placeholder"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,qd)),o["\u0275did"](12,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,Sd)),o["\u0275did"](14,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,4,0),l(n,6,0,"mat-select-search-inner mat-typography mat-datepicker-content mat-tab-header",l(n,7,0,e.matSelect.multiple)),l(n,10,0,e.placeholderLabel),l(n,12,0,e.value),l(n,14,0,e.noEntriesFoundLabel&&e.value&&0===(null==e._options?null:e._options.length))},function(l,n){l(n,2,0,o["\u0275nov"](n,4)._isServer,o["\u0275nov"](n,4).id,o["\u0275nov"](n,4).placeholder,o["\u0275nov"](n,4).disabled,o["\u0275nov"](n,4).required,o["\u0275nov"](n,4).readonly,o["\u0275nov"](n,4)._ariaDescribedby||null,o["\u0275nov"](n,4).errorState,o["\u0275nov"](n,4).required.toString()),l(n,8,0,o["\u0275nov"](n,10)._isServer,o["\u0275nov"](n,10).id,o["\u0275nov"](n,10).placeholder,o["\u0275nov"](n,10).disabled,o["\u0275nov"](n,10).required,o["\u0275nov"](n,10).readonly,o["\u0275nov"](n,10)._ariaDescribedby||null,o["\u0275nov"](n,10).errorState,o["\u0275nov"](n,10).required.toString())})}var Fd=e("fQnU");e.d(n,"a",function(){return lr});var Td=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function Dd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-option",[["class","mat-option"],["role","option"]],[[1,"tabindex",0],[2,"mat-selected",null],[2,"mat-option-multiple",null],[2,"mat-active",null],[8,"id",0],[1,"aria-selected",0],[1,"aria-disabled",0],[2,"mat-option-disabled",null]],[[null,"click"],[null,"keydown"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,1)._selectViaInteraction()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,1)._handleKeydown(e)&&t),t},t.c,t.a)),o["\u0275did"](1,8568832,[[9,4]],0,u.t,[o.ElementRef,o.ChangeDetectorRef,[2,u.l],[2,u.s]],{value:[0,"value"]},null),(l()(),o["\u0275ted"](2,0,[" "," "]))],function(l,n){l(n,1,0,n.context.$implicit.id)},function(l,n){l(n,0,0,o["\u0275nov"](n,1)._getTabIndex(),o["\u0275nov"](n,1).selected,o["\u0275nov"](n,1).multiple,o["\u0275nov"](n,1).active,o["\u0275nov"](n,1).id,o["\u0275nov"](n,1).selected.toString(),o["\u0275nov"](n,1).disabled.toString(),o["\u0275nov"](n,1).disabled),l(n,2,0,n.context.$implicit.name)})}function Nd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-industry_classification-list",[],null,null,null,vl,J)),o["\u0275did"](2,4308992,null,0,W,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function xd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-branch-list",[],null,null,null,Ol,bl)),o["\u0275did"](2,4308992,null,0,gl,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Ad(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-title-list",[],null,null,null,en,Ll)),o["\u0275did"](2,4308992,null,0,Ml,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function kd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-city-list",[],null,null,null,qn,un)),o["\u0275did"](2,4308992,null,0,tn,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Vd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-states-list",[],null,null,null,Kn,Fn)),o["\u0275did"](2,4308992,null,0,En,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Od(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-regions-list",[],null,null,null,pe,Wn)),o["\u0275did"](2,4308992,null,0,$n,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Pd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-relation-ship-list",[],null,null,null,Ae,he)),o["\u0275did"](2,4308992,null,0,ve,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Md(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-product-list",[],null,null,null,lo,Oe)),o["\u0275did"](2,4308992,null,0,Ve,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Ld(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-sub-product-list",[],null,null,null,wo,oo)),o["\u0275did"](2,4308992,null,0,eo,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function jd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-members-occupation-list",[],null,null,null,Uo,So)),o["\u0275did"](2,4308992,null,0,qo,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Hd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-activity-list",[],null,null,null,rt,Bo)),o["\u0275did"](2,4308992,null,0,Zo,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function zd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-uom-list",[],null,null,null,Tt,mt)),o["\u0275did"](2,4308992,null,0,ct,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Ud(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-frequency-list",[],null,null,null,$t,xt)),o["\u0275did"](2,4308992,null,0,Nt,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Gd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-comments-on-locality-list",[],null,null,null,vu,Jt)),o["\u0275did"](2,4308992,null,0,Xt,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Zd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-customer-behaviour-list",[],null,null,null,Vu,bu)),o["\u0275did"](2,4308992,null,0,gu,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Bd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-customer-segment-list",[],null,null,null,ni,Mu)),o["\u0275did"](2,4308992,null,0,Pu,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Kd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-designation-list",[],null,null,null,yi,ti)),o["\u0275did"](2,4308992,null,0,oi,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Yd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-lender-hierarchy-list",[],null,null,null,Ui,Ii)),o["\u0275did"](2,4308992,null,0,wi,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function $d(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-company-list",[],null,null,null,da,Bi)),o["\u0275did"](2,4308992,null,0,Zi,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Wd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-pd-type-list",[],null,null,null,Fa,ca)),o["\u0275did"](2,4308992,null,0,sa,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Xd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-pd-location-approach-list",[],null,null,null,Ya,Na)),o["\u0275did"](2,4308992,null,0,Da,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Jd(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"app-pd-allocation-type-list",[],null,null,null,gd,Xa)),o["\u0275did"](2,4308992,null,0,Wa,[X.e,Y.a],null,null)],function(l,n){l(n,2,0)},null)}function Qd(l){return o["\u0275vid"](0,[o["\u0275qud"](402653184,1,{singleSelect:0}),(l()(),o["\u0275eld"](1,0,null,null,91,"mat-card",[["class","mat-card"]],null,null,null,bd.b,bd.a)),o["\u0275did"](2,49152,null,0,K.a,[],null,null),(l()(),o["\u0275eld"](3,0,null,0,3,"mat-card-title",[["class","mat-card-title"]],null,null,null,null,null)),o["\u0275did"](4,16384,null,0,K.g,[],null,null),(l()(),o["\u0275eld"](5,0,null,null,1,"span",[],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,[" Masters "])),(l()(),o["\u0275eld"](7,0,null,0,2,"mat-card-subtitle",[["class","mat-card-subtitle"]],null,null,null,null,null)),o["\u0275did"](8,16384,null,0,K.f,[],null,null),(l()(),o["\u0275ted"](-1,null,[" Pick up for Master"])),(l()(),o["\u0275eld"](10,0,null,0,37,"mat-card-content",[["class","mat-card-content"]],null,null,null,null,null)),o["\u0275did"](11,16384,null,0,K.c,[],null,null),(l()(),o["\u0275eld"](12,0,null,null,35,"div",[["class","mb-2"],["fxLayout","row"],["fxLayoutAlign","start center"]],null,null,null,null,null)),o["\u0275did"](13,737280,null,0,_d.d,[Cd.h,o.ElementRef,Cd.l],{layout:[0,"layout"]},null),o["\u0275did"](14,737280,null,0,_d.c,[Cd.h,o.ElementRef,[6,_d.d],Cd.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](15,0,null,null,0,"div",[["class","ml-xs mr-xs"],["style","width: 30%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](16,0,null,null,31,"div",[["class","ml-xs mr-xs"],["style","width: 30%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](17,0,null,null,30,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,N.b,N.a)),o["\u0275did"](18,7389184,null,7,x.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,R.c],[2,x.a],C.a,o.NgZone,[2,d.a]],null,null),o["\u0275qud"](335544320,2,{_control:0}),o["\u0275qud"](335544320,3,{_placeholderChild:0}),o["\u0275qud"](335544320,4,{_labelChild:0}),o["\u0275qud"](603979776,5,{_errorChildren:1}),o["\u0275qud"](603979776,6,{_hintChildren:1}),o["\u0275qud"](603979776,7,{_prefixChildren:1}),o["\u0275qud"](603979776,8,{_suffixChildren:1}),(l()(),o["\u0275eld"](26,0,null,1,21,"mat-select",[["class","mat-select"],["placeholder","Select"],["required",""],["role","listbox"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[1,"id",0],[1,"tabindex",0],[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-required",0],[1,"aria-disabled",0],[1,"aria-invalid",0],[1,"aria-owns",0],[1,"aria-multiselectable",0],[1,"aria-describedby",0],[1,"aria-activedescendant",0],[2,"mat-select-disabled",null],[2,"mat-select-invalid",null],[2,"mat-select-required",null]],[[null,"keydown"],[null,"focus"],[null,"blur"]],function(l,n,e){var t=!0;return"keydown"===n&&(t=!1!==o["\u0275nov"](l,33)._handleKeydown(e)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,33)._onFocus()&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33)._onBlur()&&t),t},M.b,M.a)),o["\u0275prd"](6144,null,u.l,null,[P.c]),o["\u0275did"](28,16384,null,0,k.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,k.NG_VALIDATORS,function(l){return[l]},[k.RequiredValidator]),o["\u0275did"](30,540672,null,0,k.FormControlDirective,[[6,k.NG_VALIDATORS],[8,null],[8,null],[2,k["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,k.NgControl,null,[k.FormControlDirective]),o["\u0275did"](32,16384,null,0,k.NgControlStatus,[[4,k.NgControl]],null,null),o["\u0275did"](33,2080768,[[1,4],["singleSelect",4]],3,P.c,[_.e,o.ChangeDetectorRef,o.NgZone,u.d,o.ElementRef,[2,R.c],[2,k.NgForm],[2,k.FormGroupDirective],[2,x.c],[6,k.NgControl],[8,null],P.a],{placeholder:[0,"placeholder"],required:[1,"required"]},null),o["\u0275qud"](603979776,9,{options:1}),o["\u0275qud"](603979776,10,{optionGroups:1}),o["\u0275qud"](335544320,11,{customTrigger:0}),o["\u0275prd"](2048,[[2,4]],x.d,null,[P.c]),(l()(),o["\u0275eld"](38,0,null,1,6,"ngx-mat-select-search",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],null,null,Ed,Rd)),o["\u0275did"](39,4440064,null,1,yd.a,[P.c,o.ChangeDetectorRef],null,null),o["\u0275qud"](335544320,12,{clearIcon:0}),o["\u0275prd"](1024,null,k.NG_VALUE_ACCESSOR,function(l){return[l]},[yd.a]),o["\u0275did"](42,540672,null,0,k.FormControlDirective,[[8,null],[8,null],[6,k.NG_VALUE_ACCESSOR],[2,k["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,k.NgControl,null,[k.FormControlDirective]),o["\u0275did"](44,16384,null,0,k.NgControlStatus,[[4,k.NgControl]],null,null),(l()(),o["\u0275and"](16777216,null,1,2,null,Dd)),o["\u0275did"](46,278528,null,0,s.NgForOf,[o.ViewContainerRef,o.TemplateRef,o.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),o["\u0275pid"](131072,s.AsyncPipe,[o.ChangeDetectorRef]),(l()(),o["\u0275eld"](48,0,null,0,0,"hr",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,0,1,null,Nd)),o["\u0275did"](50,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,xd)),o["\u0275did"](52,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Ad)),o["\u0275did"](54,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,kd)),o["\u0275did"](56,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Vd)),o["\u0275did"](58,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Od)),o["\u0275did"](60,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Pd)),o["\u0275did"](62,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Md)),o["\u0275did"](64,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Ld)),o["\u0275did"](66,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,jd)),o["\u0275did"](68,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Hd)),o["\u0275did"](70,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,zd)),o["\u0275did"](72,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Ud)),o["\u0275did"](74,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Gd)),o["\u0275did"](76,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Zd)),o["\u0275did"](78,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Bd)),o["\u0275did"](80,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Kd)),o["\u0275did"](82,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Yd)),o["\u0275did"](84,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,$d)),o["\u0275did"](86,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Wd)),o["\u0275did"](88,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Xd)),o["\u0275did"](90,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,0,1,null,Jd)),o["\u0275did"](92,16384,null,0,s.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){var e=n.component;l(n,13,0,"row"),l(n,14,0,"start center"),l(n,28,0,""),l(n,30,0,e.masterCtrl),l(n,33,0,"Select",""),l(n,39,0),l(n,42,0,e.masterFilterCtrl),l(n,46,0,o["\u0275unv"](n,46,0,o["\u0275nov"](n,47).transform(e.filteredMasters))),l(n,50,0,"master-1"==e.masterCtrl.value),l(n,52,0,"master-2"==e.masterCtrl.value),l(n,54,0,"master-3"==e.masterCtrl.value),l(n,56,0,"master-4"==e.masterCtrl.value),l(n,58,0,"master-5"==e.masterCtrl.value),l(n,60,0,"master-6"==e.masterCtrl.value),l(n,62,0,"master-7"==e.masterCtrl.value),l(n,64,0,"master-8"==e.masterCtrl.value),l(n,66,0,"master-9"==e.masterCtrl.value),l(n,68,0,"master-10"==e.masterCtrl.value),l(n,70,0,"master-11"==e.masterCtrl.value),l(n,72,0,"master-12"==e.masterCtrl.value),l(n,74,0,"master-13"==e.masterCtrl.value),l(n,76,0,"master-14"==e.masterCtrl.value),l(n,78,0,"master-15"==e.masterCtrl.value),l(n,80,0,"master-16"==e.masterCtrl.value),l(n,82,0,"master-17"==e.masterCtrl.value),l(n,84,0,"master-18"==e.masterCtrl.value),l(n,86,0,"master-19"==e.masterCtrl.value),l(n,88,0,"master-20"==e.masterCtrl.value),l(n,90,0,"master-21"==e.masterCtrl.value),l(n,92,0,"master-22"==e.masterCtrl.value)},function(l,n){l(n,17,1,["standard"==o["\u0275nov"](n,18).appearance,"fill"==o["\u0275nov"](n,18).appearance,"outline"==o["\u0275nov"](n,18).appearance,"legacy"==o["\u0275nov"](n,18).appearance,o["\u0275nov"](n,18)._control.errorState,o["\u0275nov"](n,18)._canLabelFloat,o["\u0275nov"](n,18)._shouldLabelFloat(),o["\u0275nov"](n,18)._hideControlPlaceholder(),o["\u0275nov"](n,18)._control.disabled,o["\u0275nov"](n,18)._control.autofilled,o["\u0275nov"](n,18)._control.focused,"accent"==o["\u0275nov"](n,18).color,"warn"==o["\u0275nov"](n,18).color,o["\u0275nov"](n,18)._shouldForward("untouched"),o["\u0275nov"](n,18)._shouldForward("touched"),o["\u0275nov"](n,18)._shouldForward("pristine"),o["\u0275nov"](n,18)._shouldForward("dirty"),o["\u0275nov"](n,18)._shouldForward("valid"),o["\u0275nov"](n,18)._shouldForward("invalid"),o["\u0275nov"](n,18)._shouldForward("pending"),!o["\u0275nov"](n,18)._animationsEnabled]),l(n,26,1,[o["\u0275nov"](n,28).required?"":null,o["\u0275nov"](n,32).ngClassUntouched,o["\u0275nov"](n,32).ngClassTouched,o["\u0275nov"](n,32).ngClassPristine,o["\u0275nov"](n,32).ngClassDirty,o["\u0275nov"](n,32).ngClassValid,o["\u0275nov"](n,32).ngClassInvalid,o["\u0275nov"](n,32).ngClassPending,o["\u0275nov"](n,33).id,o["\u0275nov"](n,33).tabIndex,o["\u0275nov"](n,33)._getAriaLabel(),o["\u0275nov"](n,33)._getAriaLabelledby(),o["\u0275nov"](n,33).required.toString(),o["\u0275nov"](n,33).disabled.toString(),o["\u0275nov"](n,33).errorState,o["\u0275nov"](n,33).panelOpen?o["\u0275nov"](n,33)._optionIds:null,o["\u0275nov"](n,33).multiple,o["\u0275nov"](n,33)._ariaDescribedby||null,o["\u0275nov"](n,33)._getAriaActiveDescendant(),o["\u0275nov"](n,33).disabled,o["\u0275nov"](n,33).errorState,o["\u0275nov"](n,33).required]),l(n,38,0,o["\u0275nov"](n,44).ngClassUntouched,o["\u0275nov"](n,44).ngClassTouched,o["\u0275nov"](n,44).ngClassPristine,o["\u0275nov"](n,44).ngClassDirty,o["\u0275nov"](n,44).ngClassValid,o["\u0275nov"](n,44).ngClassInvalid,o["\u0275nov"](n,44).ngClassPending)})}var lr=o["\u0275ccf"]("app-masters",Fd.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-masters",[],null,null,null,Qd,Td)),o["\u0275did"](1,4440064,null,0,Fd.a,[Y.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},"E+qX":function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("mCIm"),S=e("mIDB");e.d(n,"a",function(){return D});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 40%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Type of activity\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 30%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,43,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,38,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,37,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","mb-1"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Activity Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](46,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,48).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,48)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,48)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](47,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](48,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](49,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](50,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](52,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,54).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,54)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,54)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](53,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](54,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](55,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](56,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._activityMasterForm),l(n,34,0,""),l(n,37,0,e._activityMasterForm.controls.name),l(n,40,0,"Activity Name","","text"),l(n,43,0,!e._activityMasterForm.controls.name.valid&&e._activityMasterForm.controls.name.touched),l(n,48,0,"above","Reset"),l(n,50,0),l(n,53,0,!e._activityMasterForm.valid),l(n,54,0,"above","Save"),l(n,56,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,46,0,o["\u0275nov"](n,47).disabled||null,"NoopAnimations"===o["\u0275nov"](n,47)._animationMode),l(n,49,0,o["\u0275nov"](n,50).inline),l(n,52,0,o["\u0275nov"](n,53).disabled||null,"NoopAnimations"===o["\u0275nov"](n,53)._animationMode),l(n,55,0,o["\u0275nov"](n,56).inline)})}var D=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,T,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},E4Qz:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._regionsService=e,this.data=o}return l.prototype.ngOnInit=function(){this._regionsForm=this._formBuilder.group({region_id:[this.data.region_id],name:[this.data.name,o.Validators.compose([o.Validators.required])]})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._regionsForm.value;isNaN(this.data.region_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),this._regionsService.addMasterDetails(l,"REGIONS").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._regionsService.editMasterDetails(l,"REGIONS").subscribe(),this.dialogRef.close(),alert("Edited Successfully"))},l.prototype.onReset=function(){this._regionsForm.reset()},l}())},E5T3:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("hYgv"),S=e("mIDB");e.d(n,"a",function(){return D});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Classified Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Industry Classification \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,43,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,38,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,37,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Classification Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](46,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,48).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,48)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,48)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](47,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](48,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](49,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](50,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](52,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,54).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,54)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,54)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](53,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](54,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](55,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](56,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._IndustryClassificationForm),l(n,34,0,""),l(n,37,0,e._IndustryClassificationForm.controls.name),l(n,40,0,"Classification Name","","text"),l(n,43,0,!e._IndustryClassificationForm.controls.name.valid&&e._IndustryClassificationForm.controls.name.touched),l(n,48,0,"above","Reset"),l(n,50,0),l(n,53,0,!e._IndustryClassificationForm.valid),l(n,54,0,"above","Save"),l(n,56,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,46,0,o["\u0275nov"](n,47).disabled||null,"NoopAnimations"===o["\u0275nov"](n,47)._animationMode),l(n,49,0,o["\u0275nov"](n,50).inline),l(n,52,0,o["\u0275nov"](n,53).disabled||null,"NoopAnimations"===o["\u0275nov"](n,53)._animationMode),l(n,55,0,o["\u0275nov"](n,56).inline)})}var D=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,T,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},"GOP+":function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("z9kM"),S=e("mIDB");e.d(n,"a",function(){return D});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,["Occupation of Non earning members \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,43,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,38,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,37,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](46,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,48).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,48)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,48)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](47,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](48,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](49,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](50,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](52,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,54).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,54)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,54)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](53,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](54,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](55,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](56,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._occupationForm),l(n,34,0,""),l(n,37,0,e._occupationForm.controls.name),l(n,40,0,"Name","","text"),l(n,43,0,!e._occupationForm.controls.name.valid&&e._occupationForm.controls.name.touched),l(n,48,0,"above","Reset"),l(n,50,0),l(n,53,0,!e._occupationForm.valid),l(n,54,0,"above","Save"),l(n,56,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,46,0,o["\u0275nov"](n,47).disabled||null,"NoopAnimations"===o["\u0275nov"](n,47)._animationMode),l(n,49,0,o["\u0275nov"](n,50).inline),l(n,52,0,o["\u0275nov"](n,53).disabled||null,"NoopAnimations"===o["\u0275nov"](n,53)._animationMode),l(n,55,0,o["\u0275nov"](n,56).inline)})}var D=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,T,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},JVry:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._MastersService=e,this.data=o}return l.prototype.ngOnInit=function(){this._customerSegmentForm=this._formBuilder.group({customer_segment_id:[this.data.customer_segment_id],name:[this.data.name,o.Validators.compose([o.Validators.required])],abbr:[this.data.abbr,o.Validators.compose([o.Validators.required])]})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._customerSegmentForm.value;isNaN(this.data.customer_segment_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),this._MastersService.addMasterDetails(l,"CUSTOMERSEGMENT").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._MastersService.editMasterDetails(this._customerSegmentForm.value,"CUSTOMERSEGMENT").subscribe(),this.dialogRef.close(),alert("Edit Successfully"))},l.prototype.onReset=function(){this._customerSegmentForm.reset()},l}())},K9PU:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._pds=e,this.data=o}return l.prototype.ngOnInit=function(){this._PDAllocationTypeForm=this._formBuilder.group({pd_allocation_type_id:[this.data.pd_allocation_type_id],pd_allocation_type_name:[this.data.pd_allocation_type_name,o.Validators.compose([o.Validators.required])]})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){if(isNaN(this.data.pd_allocation_type_id)){var l=this._PDAllocationTypeForm.value;Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),console.log(l),this._pds.addMasterDetails(l,"PDALLOCATIONTYPE").subscribe(),this.dialogRef.close(),alert("saved")}else this._pds.editMasterDetails(this._PDAllocationTypeForm.value,"PDALLOCATIONTYPE").subscribe(),this.dialogRef.close(),alert("edited")},l.prototype.onReset=function(){this._PDAllocationTypeForm.reset()},l}())},KjeG:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("L/dR"),S=e("mIDB");e.d(n,"a",function(){return N});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%], table[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Product name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,null,0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Product abbrevation."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function D(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Product Details \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,64,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,59,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,58,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Product Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,18,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](46,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,8,{_control:0}),o["\u0275qud"](335544320,9,{_placeholderChild:0}),o["\u0275qud"](335544320,10,{_labelChild:0}),o["\u0275qud"](603979776,11,{_errorChildren:1}),o["\u0275qud"](603979776,12,{_hintChildren:1}),o["\u0275qud"](603979776,13,{_prefixChildren:1}),o["\u0275qud"](603979776,14,{_suffixChildren:1}),(l()(),o["\u0275eld"](54,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Product Abbr"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,55)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,55).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,55)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,55)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,62)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,62)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,62)._onInput()&&t),t},null,null)),o["\u0275did"](55,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](56,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](59,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](61,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](62,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[8,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,null,1,null,T)),o["\u0275did"](65,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](66,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](67,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,69).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,69)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,69)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](68,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](69,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](70,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](71,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](73,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,75).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,75)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,75)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](74,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](75,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](76,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](77,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._productMasterForm),l(n,34,0,""),l(n,37,0,e._productMasterForm.controls.name),l(n,40,0,"Product Name","","text"),l(n,43,0,!e._productMasterForm.controls.name.valid&&e._productMasterForm.controls.name.touched),l(n,56,0,""),l(n,59,0,e._productMasterForm.controls.abbr),l(n,62,0,"Product Abbr","","text"),l(n,65,0,!e._productMasterForm.controls.abbr.valid&&e._productMasterForm.controls.abbr.touched),l(n,69,0,"above","Reset"),l(n,71,0),l(n,74,0,!e._productMasterForm.valid),l(n,75,0,"above","Save"),l(n,77,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,45,1,["standard"==o["\u0275nov"](n,46).appearance,"fill"==o["\u0275nov"](n,46).appearance,"outline"==o["\u0275nov"](n,46).appearance,"legacy"==o["\u0275nov"](n,46).appearance,o["\u0275nov"](n,46)._control.errorState,o["\u0275nov"](n,46)._canLabelFloat,o["\u0275nov"](n,46)._shouldLabelFloat(),o["\u0275nov"](n,46)._hideControlPlaceholder(),o["\u0275nov"](n,46)._control.disabled,o["\u0275nov"](n,46)._control.autofilled,o["\u0275nov"](n,46)._control.focused,"accent"==o["\u0275nov"](n,46).color,"warn"==o["\u0275nov"](n,46).color,o["\u0275nov"](n,46)._shouldForward("untouched"),o["\u0275nov"](n,46)._shouldForward("touched"),o["\u0275nov"](n,46)._shouldForward("pristine"),o["\u0275nov"](n,46)._shouldForward("dirty"),o["\u0275nov"](n,46)._shouldForward("valid"),o["\u0275nov"](n,46)._shouldForward("invalid"),o["\u0275nov"](n,46)._shouldForward("pending"),!o["\u0275nov"](n,46)._animationsEnabled]),l(n,54,1,[o["\u0275nov"](n,56).required?"":null,o["\u0275nov"](n,61).ngClassUntouched,o["\u0275nov"](n,61).ngClassTouched,o["\u0275nov"](n,61).ngClassPristine,o["\u0275nov"](n,61).ngClassDirty,o["\u0275nov"](n,61).ngClassValid,o["\u0275nov"](n,61).ngClassInvalid,o["\u0275nov"](n,61).ngClassPending,o["\u0275nov"](n,62)._isServer,o["\u0275nov"](n,62).id,o["\u0275nov"](n,62).placeholder,o["\u0275nov"](n,62).disabled,o["\u0275nov"](n,62).required,o["\u0275nov"](n,62).readonly,o["\u0275nov"](n,62)._ariaDescribedby||null,o["\u0275nov"](n,62).errorState,o["\u0275nov"](n,62).required.toString()]),l(n,67,0,o["\u0275nov"](n,68).disabled||null,"NoopAnimations"===o["\u0275nov"](n,68)._animationMode),l(n,70,0,o["\u0275nov"](n,71).inline),l(n,73,0,o["\u0275nov"](n,74).disabled||null,"NoopAnimations"===o["\u0275nov"](n,74)._animationMode),l(n,76,0,o["\u0275nov"](n,77).inline)})}var N=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,D,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},"L/dR":function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._MastersService=e,this.data=o}return l.prototype.ngOnInit=function(){this._productMasterForm=this._formBuilder.group({product_id:[this.data.product_id],name:[this.data.name,o.Validators.compose([o.Validators.required])],abbr:[this.data.abbr,o.Validators.compose([o.Validators.required])]})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._productMasterForm.value;isNaN(this.data.product_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),this._MastersService.addMasterDetails(l,"PRODUCTS").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._MastersService.editMasterDetails(this._productMasterForm.value,"PRODUCTS").subscribe(),this.dialogRef.close(),alert("Edited Successfully"))},l.prototype.onReset=function(){this._productMasterForm.reset()},l}())},LgUy:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("2m6d"),S=e("mIDB");e.d(n,"a",function(){return D});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Relation Ship \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,43,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,38,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,37,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](46,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,48).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,48)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,48)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](47,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](48,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](49,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](50,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](52,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,54).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,54)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,54)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](53,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](54,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](55,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](56,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._relationShipForm),l(n,34,0,""),l(n,37,0,e._relationShipForm.controls.name),l(n,40,0,"Name","","text"),l(n,43,0,!e._relationShipForm.controls.name.valid&&e._relationShipForm.controls.name.touched),l(n,48,0,"above","Reset"),l(n,50,0),l(n,53,0,!e._relationShipForm.valid),l(n,54,0,"above","Save"),l(n,56,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,46,0,o["\u0275nov"](n,47).disabled||null,"NoopAnimations"===o["\u0275nov"](n,47)._animationMode),l(n,49,0,o["\u0275nov"](n,50).inline),l(n,52,0,o["\u0275nov"](n,53).disabled||null,"NoopAnimations"===o["\u0275nov"](n,53)._animationMode),l(n,55,0,o["\u0275nov"](n,56).inline)})}var D=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,T,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},Ofz3:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("CxTa"),S=e("mIDB");e.d(n,"a",function(){return D});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,["Frequency \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,43,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,38,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,37,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Frequency Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](46,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,48).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,48)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,48)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](47,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](48,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](49,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](50,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](52,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,54).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,54)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,54)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](53,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](54,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](55,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](56,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._frequencyForm),l(n,34,0,""),l(n,37,0,e._frequencyForm.controls.name),l(n,40,0,"Frequency Name","","text"),l(n,43,0,!e._frequencyForm.controls.name.valid&&e._frequencyForm.controls.name.touched),l(n,48,0,"above","Reset"),l(n,50,0),l(n,53,0,!e._frequencyForm.valid),l(n,54,0,"above","Save"),l(n,56,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,46,0,o["\u0275nov"](n,47).disabled||null,"NoopAnimations"===o["\u0275nov"](n,47)._animationMode),l(n,49,0,o["\u0275nov"](n,50).inline),l(n,52,0,o["\u0275nov"](n,53).disabled||null,"NoopAnimations"===o["\u0275nov"](n,53)._animationMode),l(n,55,0,o["\u0275nov"](n,56).inline)})}var D=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,T,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},Onbo:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("oJnN"),S=e("mIDB");e.d(n,"a",function(){return D});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a type_name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,[" PD type \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,43,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,38,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,37,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](46,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,48).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,48)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,48)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](47,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](48,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](49,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](50,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](52,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,54).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,54)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,54)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](53,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](54,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](55,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](56,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._pdTypeForm),l(n,34,0,""),l(n,37,0,e._pdTypeForm.controls.type_name),l(n,40,0,"Name","","text"),l(n,43,0,!e._pdTypeForm.controls.type_name.valid&&e._pdTypeForm.controls.type_name.touched),l(n,48,0,"above","Reset"),l(n,50,0),l(n,53,0,!e._pdTypeForm.valid),l(n,54,0,"above","Save"),l(n,56,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,46,0,o["\u0275nov"](n,47).disabled||null,"NoopAnimations"===o["\u0275nov"](n,47)._animationMode),l(n,49,0,o["\u0275nov"](n,50).inline),l(n,52,0,o["\u0275nov"](n,53).disabled||null,"NoopAnimations"===o["\u0275nov"](n,53)._animationMode),l(n,55,0,o["\u0275nov"](n,56).inline)})}var D=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,T,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},PJVv:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._mastersService=e,this.data=o}return l.prototype.ngOnInit=function(){this._uomForm=this._formBuilder.group({uom_id:[this.data.uom_id],name:[this.data.name,o.Validators.compose([o.Validators.required])]})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._uomForm.value;isNaN(this.data.uom_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),console.log(l),this._mastersService.addMasterDetails(l,"UOM").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._mastersService.editMasterDetails(this._uomForm.value,"UOM").subscribe(),this.dialogRef.close(),alert("Edit Successfully"))},l.prototype.onReset=function(){this._uomForm.reset()},l}())},QGqX:function(l,n,e){"use strict";var o=function(){function l(){}return l.getMimeClass=function(l){var n="application";return-1!==this.mime_psd.indexOf(l.type)?n="image":l.type.match("image.*")?n="image":l.type.match("video.*")?n="video":l.type.match("audio.*")?n="audio":"application/pdf"===l.type?n="pdf":-1!==this.mime_compress.indexOf(l.type)?n="compress":-1!==this.mime_doc.indexOf(l.type)?n="doc":-1!==this.mime_xsl.indexOf(l.type)?n="xls":-1!==this.mime_ppt.indexOf(l.type)&&(n="ppt"),"application"===n&&(n=this.fileTypeDetection(l.name)),n},l.fileTypeDetection=function(l){var n={jpg:"image",jpeg:"image",tif:"image",psd:"image",bmp:"image",png:"image",nef:"image",tiff:"image",cr2:"image",dwg:"image",cdr:"image",ai:"image",indd:"image",pin:"image",cdp:"image",skp:"image",stp:"image","3dm":"image",mp3:"audio",wav:"audio",wma:"audio",mod:"audio",m4a:"audio",compress:"compress",rar:"compress","7z":"compress",lz:"compress",z01:"compress",pdf:"pdf",xls:"xls",xlsx:"xls",ods:"xls",mp4:"video",avi:"video",wmv:"video",mpg:"video",mts:"video",flv:"video","3gp":"video",vob:"video",m4v:"video",mpeg:"video",m2ts:"video",mov:"video",doc:"doc",docx:"doc",eps:"doc",txt:"doc",odt:"doc",rtf:"doc",ppt:"ppt",pptx:"ppt",pps:"ppt",ppsx:"ppt",odp:"ppt"},e=l.split(".");if(e.length<2)return"application";var o=e[e.length-1].toLowerCase();return void 0===n[o]?"application":n[o]},l}();o.mime_doc=["application/msword","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/vnd.ms-word.document.macroEnabled.12","application/vnd.ms-word.template.macroEnabled.12"],o.mime_xsl=["application/vnd.ms-excel","application/vnd.ms-excel","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/vnd.ms-excel.sheet.macroEnabled.12","application/vnd.ms-excel.template.macroEnabled.12","application/vnd.ms-excel.addin.macroEnabled.12","application/vnd.ms-excel.sheet.binary.macroEnabled.12"],o.mime_ppt=["application/vnd.ms-powerpoint","application/vnd.ms-powerpoint","application/vnd.ms-powerpoint","application/vnd.ms-powerpoint","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.openxmlformats-officedocument.presentationml.template","application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/vnd.ms-powerpoint.addin.macroEnabled.12","application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/vnd.ms-powerpoint.slideshow.macroEnabled.12"],o.mime_psd=["image/photoshop","image/x-photoshop","image/psd","application/photoshop","application/psd","zz-application/zz-winassoc-psd"],o.mime_compress=["application/x-gtar","application/x-gcompress","application/compress","application/x-tar","application/x-rar-compressed","application/octet-stream"],n.FileType=o},RMh3:function(l,n,e){"use strict";var o=e("CcnG"),t=e("MlvX"),u=e("Wf4p"),i=e("seP3"),a=e("21Lb"),d=e("OzfB"),r=e("o3x0"),s=e("bujt"),c=e("UodH"),m=e("dWZg"),p=e("lLAP"),f=e("wFw1"),v=e("v9Dh"),h=e("eDkP"),g=e("qAlS"),b=e("Fzqc"),_=e("Mr+X"),C=e("SMsm"),y=e("gIcY"),R=e("dJrM"),w=e("Azqq"),I=e("uGex"),q=e("Ip0R"),S=e("b716"),E=e("/VYK"),F=e("kSt5"),T=e("mIDB");e.d(n,"a",function(){return V});var D=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}.container[_ngcontent-%COMP%], mat-dialog-container[_ngcontent-%COMP%]{width:10%!important}"]],data:{}});function N(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-option",[["class","mat-option"],["role","option"]],[[1,"tabindex",0],[2,"mat-selected",null],[2,"mat-option-multiple",null],[2,"mat-active",null],[8,"id",0],[1,"aria-selected",0],[1,"aria-disabled",0],[2,"mat-option-disabled",null]],[[null,"click"],[null,"keydown"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,1)._selectViaInteraction()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,1)._handleKeydown(e)&&t),t},t.c,t.a)),o["\u0275did"](1,8568832,[[8,4]],0,u.t,[o.ElementRef,o.ChangeDetectorRef,[2,u.l],[2,u.s]],{value:[0,"value"]},null),(l()(),o["\u0275ted"](2,0,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.city_id)},function(l,n){l(n,0,0,o["\u0275nov"](n,1)._getTabIndex(),o["\u0275nov"](n,1).selected,o["\u0275nov"](n,1).multiple,o["\u0275nov"](n,1).active,o["\u0275nov"](n,1).id,o["\u0275nov"](n,1).selected.toString(),o["\u0275nov"](n,1).disabled.toString(),o["\u0275nov"](n,1).disabled),l(n,2,0,n.context.$implicit.name)})}function x(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,i.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must Pickup City Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function A(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[14,4]],0,i.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must inculde a Name"]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function k(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,a.d,[d.h,o.ElementRef,d.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,a.c,[d.h,o.ElementRef,[6,a.d],d.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,r.k,[[2,r.j],o.ElementRef,r.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Branch \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},s.b,s.a)),o["\u0275did"](9,180224,null,0,c.b,[o.ElementRef,m.a,p.h,[2,f.a]],null,null),o["\u0275did"](10,147456,null,0,v.d,[h.c,o.ElementRef,g.c,o.ViewContainerRef,o.NgZone,m.a,p.c,p.h,v.b,[2,b.c],[2,v.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,_.b,_.a)),o["\u0275did"](12,638976,null,0,C.a,[o.ElementRef,C.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,69,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,y["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,y.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.ControlContainer,null,[y.FormGroupDirective]),o["\u0275did"](18,16384,null,0,y.NgControlStatusGroup,[[4,y.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,64,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,63,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,r.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,25,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,24,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](24,7389184,null,7,i.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,b.c],[2,i.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,13,"mat-select",[["class","mat-select"],["placeholder","Pick Up City name"],["required",""],["role","listbox"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[1,"id",0],[1,"tabindex",0],[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-required",0],[1,"aria-disabled",0],[1,"aria-invalid",0],[1,"aria-owns",0],[1,"aria-multiselectable",0],[1,"aria-describedby",0],[1,"aria-activedescendant",0],[2,"mat-select-disabled",null],[2,"mat-select-invalid",null],[2,"mat-select-required",null]],[[null,"keydown"],[null,"focus"],[null,"blur"]],function(l,n,e){var t=!0;return"keydown"===n&&(t=!1!==o["\u0275nov"](l,39)._handleKeydown(e)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,39)._onFocus()&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,39)._onBlur()&&t),t},w.b,w.a)),o["\u0275prd"](6144,null,u.l,null,[I.c]),o["\u0275did"](34,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275did"](36,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[8,null],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](38,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](39,2080768,null,3,I.c,[g.e,o.ChangeDetectorRef,o.NgZone,u.d,o.ElementRef,[2,b.c],[2,y.NgForm],[2,y.FormGroupDirective],[2,i.c],[6,y.NgControl],[8,null],I.a],{placeholder:[0,"placeholder"],required:[1,"required"]},null),o["\u0275qud"](603979776,8,{options:1}),o["\u0275qud"](603979776,9,{optionGroups:1}),o["\u0275qud"](335544320,10,{customTrigger:0}),o["\u0275prd"](2048,[[1,4]],i.d,null,[I.c]),(l()(),o["\u0275and"](16777216,null,1,1,null,N)),o["\u0275did"](45,278528,null,0,q.NgForOf,[o.ViewContainerRef,o.TemplateRef,o.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(l()(),o["\u0275and"](16777216,null,5,1,null,x)),o["\u0275did"](47,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](48,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](49,0,null,null,20,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](50,7389184,null,7,i.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,b.c],[2,i.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,11,{_control:0}),o["\u0275qud"](335544320,12,{_placeholderChild:0}),o["\u0275qud"](335544320,13,{_labelChild:0}),o["\u0275qud"](603979776,14,{_errorChildren:1}),o["\u0275qud"](603979776,15,{_hintChildren:1}),o["\u0275qud"](603979776,16,{_prefixChildren:1}),o["\u0275qud"](603979776,17,{_suffixChildren:1}),(l()(),o["\u0275eld"](58,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Branch Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,59)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,59).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,59)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,59)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,66)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,66)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,66)._onInput()&&t),t},null,null)),o["\u0275did"](59,16384,null,0,y.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,y.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](60,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275prd"](1024,null,y.NG_VALUE_ACCESSOR,function(l){return[l]},[y.DefaultValueAccessor]),o["\u0275did"](63,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[6,y.NG_VALUE_ACCESSOR],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](65,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](66,999424,null,0,S.a,[o.ElementRef,m.a,[6,y.NgControl],[2,y.NgForm],[2,y.FormGroupDirective],u.d,[8,null],E.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[11,4]],i.d,null,[S.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,A)),o["\u0275did"](69,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](70,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](71,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](72,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,74).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,74)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,74)._handleTouchend()&&t),t},s.b,s.a)),o["\u0275did"](73,180224,null,0,c.b,[o.ElementRef,m.a,p.h,[2,f.a]],null,null),o["\u0275did"](74,147456,null,0,v.d,[h.c,o.ElementRef,g.c,o.ViewContainerRef,o.NgZone,m.a,p.c,p.h,v.b,[2,b.c],[2,v.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](75,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,_.b,_.a)),o["\u0275did"](76,638976,null,0,C.a,[o.ElementRef,C.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](78,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,80).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,80)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,80)._handleTouchend()&&t),t},s.b,s.a)),o["\u0275did"](79,180224,null,0,c.b,[o.ElementRef,m.a,p.h,[2,f.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](80,147456,null,0,v.d,[h.c,o.ElementRef,g.c,o.ViewContainerRef,o.NgZone,m.a,p.c,p.h,v.b,[2,b.c],[2,v.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](81,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,_.b,_.a)),o["\u0275did"](82,638976,null,0,C.a,[o.ElementRef,C.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._branchForm),l(n,34,0,""),l(n,36,0,e._branchForm.controls.fk_city_id),l(n,39,0,"Pick Up City name",""),l(n,45,0,e.citydatas),l(n,47,0,!e._branchForm.controls.fk_city_id.valid&&e._branchForm.controls.fk_city_id.touched),l(n,60,0,""),l(n,63,0,e._branchForm.controls.name),l(n,66,0,"Branch Name","","text"),l(n,69,0,!e._branchForm.controls.name.valid&&e._branchForm.controls.name.touched),l(n,74,0,"above","Reset"),l(n,76,0),l(n,79,0,!e._branchForm.valid),l(n,80,0,"above","Save"),l(n,82,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,38).ngClassUntouched,o["\u0275nov"](n,38).ngClassTouched,o["\u0275nov"](n,38).ngClassPristine,o["\u0275nov"](n,38).ngClassDirty,o["\u0275nov"](n,38).ngClassValid,o["\u0275nov"](n,38).ngClassInvalid,o["\u0275nov"](n,38).ngClassPending,o["\u0275nov"](n,39).id,o["\u0275nov"](n,39).tabIndex,o["\u0275nov"](n,39)._getAriaLabel(),o["\u0275nov"](n,39)._getAriaLabelledby(),o["\u0275nov"](n,39).required.toString(),o["\u0275nov"](n,39).disabled.toString(),o["\u0275nov"](n,39).errorState,o["\u0275nov"](n,39).panelOpen?o["\u0275nov"](n,39)._optionIds:null,o["\u0275nov"](n,39).multiple,o["\u0275nov"](n,39)._ariaDescribedby||null,o["\u0275nov"](n,39)._getAriaActiveDescendant(),o["\u0275nov"](n,39).disabled,o["\u0275nov"](n,39).errorState,o["\u0275nov"](n,39).required]),l(n,49,1,["standard"==o["\u0275nov"](n,50).appearance,"fill"==o["\u0275nov"](n,50).appearance,"outline"==o["\u0275nov"](n,50).appearance,"legacy"==o["\u0275nov"](n,50).appearance,o["\u0275nov"](n,50)._control.errorState,o["\u0275nov"](n,50)._canLabelFloat,o["\u0275nov"](n,50)._shouldLabelFloat(),o["\u0275nov"](n,50)._hideControlPlaceholder(),o["\u0275nov"](n,50)._control.disabled,o["\u0275nov"](n,50)._control.autofilled,o["\u0275nov"](n,50)._control.focused,"accent"==o["\u0275nov"](n,50).color,"warn"==o["\u0275nov"](n,50).color,o["\u0275nov"](n,50)._shouldForward("untouched"),o["\u0275nov"](n,50)._shouldForward("touched"),o["\u0275nov"](n,50)._shouldForward("pristine"),o["\u0275nov"](n,50)._shouldForward("dirty"),o["\u0275nov"](n,50)._shouldForward("valid"),o["\u0275nov"](n,50)._shouldForward("invalid"),o["\u0275nov"](n,50)._shouldForward("pending"),!o["\u0275nov"](n,50)._animationsEnabled]),l(n,58,1,[o["\u0275nov"](n,60).required?"":null,o["\u0275nov"](n,65).ngClassUntouched,o["\u0275nov"](n,65).ngClassTouched,o["\u0275nov"](n,65).ngClassPristine,o["\u0275nov"](n,65).ngClassDirty,o["\u0275nov"](n,65).ngClassValid,o["\u0275nov"](n,65).ngClassInvalid,o["\u0275nov"](n,65).ngClassPending,o["\u0275nov"](n,66)._isServer,o["\u0275nov"](n,66).id,o["\u0275nov"](n,66).placeholder,o["\u0275nov"](n,66).disabled,o["\u0275nov"](n,66).required,o["\u0275nov"](n,66).readonly,o["\u0275nov"](n,66)._ariaDescribedby||null,o["\u0275nov"](n,66).errorState,o["\u0275nov"](n,66).required.toString()]),l(n,72,0,o["\u0275nov"](n,73).disabled||null,"NoopAnimations"===o["\u0275nov"](n,73)._animationMode),l(n,75,0,o["\u0275nov"](n,76).inline),l(n,78,0,o["\u0275nov"](n,79).disabled||null,"NoopAnimations"===o["\u0275nov"](n,79)._animationMode),l(n,81,0,o["\u0275nov"](n,82).inline)})}var V=o["\u0275ccf"]("app-jazz-dialog",F.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,k,D)),o["\u0275did"](1,114688,null,0,F.a,[y.FormBuilder,r.j,T.a,r.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},S6T7:function(l,n,e){"use strict";var o=e("mrSG").__decorate,t=e("Ip0R"),u=e("CcnG"),i=e("pKD1"),a=e("5xlC"),d=function(){};d=o([u.NgModule({imports:[t.CommonModule],declarations:[i.FileDropDirective,a.FileSelectDirective],exports:[i.FileDropDirective,a.FileSelectDirective]})],d),n.FileUploadModule=d},SxOZ:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("E4Qz"),S=e("mIDB");e.d(n,"a",function(){return D});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Region \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,42,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,37,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,36,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](45,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,47).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,47)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,47)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](46,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](47,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](48,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](49,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](51,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,53).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,53)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,53)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](52,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](53,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](54,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](55,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._regionsForm),l(n,34,0,""),l(n,37,0,e._regionsForm.controls.name),l(n,40,0,"Name","","text"),l(n,43,0,!e._regionsForm.controls.name.valid&&e._regionsForm.controls.name.touched),l(n,47,0,"above","Reset"),l(n,49,0),l(n,52,0,!e._regionsForm.valid),l(n,53,0,"above","Save"),l(n,55,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,45,0,o["\u0275nov"](n,46).disabled||null,"NoopAnimations"===o["\u0275nov"](n,46)._animationMode),l(n,48,0,o["\u0275nov"](n,49).inline),l(n,51,0,o["\u0275nov"](n,52).disabled||null,"NoopAnimations"===o["\u0275nov"](n,52)._animationMode),l(n,54,0,o["\u0275nov"](n,55).inline)})}var D=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,T,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},UpIn:function(l,n,e){"use strict";var o=e("oQam"),t=e("b6v0"),u=e("QGqX");n.FileUploader=function(){function l(l){this.isUploading=!1,this.queue=[],this.progress=0,this._nextIndex=0,this.options={autoUpload:!1,isHTML5:!0,filters:[],removeAfterUpload:!1,disableMultipart:!1},this.setOptions(l)}return l.prototype.setOptions=function(l){this.options=Object.assign(this.options,l),this.authToken=l.authToken,this.authTokenHeader=l.authTokenHeader||"Authorization",this.autoUpload=l.autoUpload,this.options.filters.unshift({name:"queueLimit",fn:this._queueLimitFilter}),this.options.maxFileSize&&this.options.filters.unshift({name:"fileSize",fn:this._fileSizeFilter}),this.options.allowedFileType&&this.options.filters.unshift({name:"fileType",fn:this._fileTypeFilter}),this.options.allowedMimeType&&this.options.filters.unshift({name:"mimeType",fn:this._mimeTypeFilter});for(var n=0;nthis.options.maxFileSize)},l.prototype._fileTypeFilter=function(l){return!(this.options.allowedFileType&&-1===this.options.allowedFileType.indexOf(u.FileType.getMimeClass(l)))},l.prototype._onErrorItem=function(l,n,e,o){l._onError(n,e,o),this.onErrorItem(l,n,e,o)},l.prototype._onCompleteItem=function(l,n,e,o){l._onComplete(n,e,o),this.onCompleteItem(l,n,e,o);var t=this.getReadyItems()[0];this.isUploading=!1,t?t.upload():(this.onCompleteAll(),this.progress=this._getTotalProgress(),this._render())},l.prototype._headersGetter=function(l){return function(n){return n?l[n.toLowerCase()]||void 0:l}},l.prototype._xhrTransport=function(l){var n,e=this,o=l._xhr=new XMLHttpRequest;if(this._onBeforeUploadItem(l),"number"!=typeof l._file.size)throw new TypeError("The file specified is no longer valid");if(this.options.disableMultipart?n=l._file:(n=new FormData,this._onBuildItemForm(l,n),n.append(l.alias,l._file,l.file.name),void 0!==this.options.additionalParameter&&Object.keys(this.options.additionalParameter).forEach(function(l){n.append(l,e.options.additionalParameter[l])})),o.upload.onprogress=function(n){var o=Math.round(n.lengthComputable?100*n.loaded/n.total:0);e._onProgressItem(l,o)},o.onload=function(){var n=e._parseHeaders(o.getAllResponseHeaders()),t=e._transformResponse(o.response,n),u=e._isSuccessCode(o.status)?"Success":"Error";e["_on"+u+"Item"](l,t,o.status,n),e._onCompleteItem(l,t,o.status,n)},o.onerror=function(){var n=e._parseHeaders(o.getAllResponseHeaders()),t=e._transformResponse(o.response,n);e._onErrorItem(l,t,o.status,n),e._onCompleteItem(l,t,o.status,n)},o.onabort=function(){var n=e._parseHeaders(o.getAllResponseHeaders()),t=e._transformResponse(o.response,n);e._onCancelItem(l,t,o.status,n),e._onCompleteItem(l,t,o.status,n)},o.open(l.method,l.url,!0),o.withCredentials=l.withCredentials,this.options.headers)for(var t=0,u=this.options.headers;t=200&&l<300||304===l},l.prototype._transformResponse=function(l,n){return l},l.prototype._parseHeaders=function(l){var n,e,o,t={};return l?(l.split("\n").map(function(l){o=l.indexOf(":"),n=l.slice(0,o).trim().toLowerCase(),e=l.slice(o+1).trim(),n&&(t[n]=t[n]?t[n]+", "+e:e)}),t):t},l.prototype._onWhenAddingFileFailed=function(l,n,e){this.onWhenAddingFileFailed(l,n,e)},l.prototype._onAfterAddingFile=function(l){this.onAfterAddingFile(l)},l.prototype._onAfterAddingAll=function(l){this.onAfterAddingAll(l)},l.prototype._onBeforeUploadItem=function(l){l._onBeforeUpload(),this.onBeforeUploadItem(l)},l.prototype._onBuildItemForm=function(l,n){l._onBuildForm(n),this.onBuildItemForm(l,n)},l.prototype._onProgressItem=function(l,n){var e=this._getTotalProgress(n);this.progress=e,l._onProgress(n),this.onProgressItem(l,n),this.onProgressAll(e),this._render()},l.prototype._onSuccessItem=function(l,n,e,o){l._onSuccess(n,e,o),this.onSuccessItem(l,n,e,o)},l.prototype._onCancelItem=function(l,n,e,o){l._onCancel(n,e,o),this.onCancelItem(l,n,e,o)},l}()},WBYv:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._MastersService=e,this.data=o}return l.prototype.ngOnInit=function(){var l=this;this._statesForm=this._formBuilder.group({state_id:[this.data.state_id],name:[this.data.name,o.Validators.compose([o.Validators.required])],code:[this.data.code,o.Validators.compose([o.Validators.required])],fk_region_id:[this.data.fk_region_id,o.Validators.compose([o.Validators.required])]}),this._MastersService.getAllMasterData("REGIONS").subscribe(function(n){200==n.status&&(l.regionDatas=n.records,l.regionDatas=l.regionDatas.filter(function(l){return 1==l.isactive}))},function(n){return l.errorMessage=n})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._statesForm.value;isNaN(this.data.state_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),this._MastersService.addMasterDetails(l,"STATE").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._MastersService.editMasterDetails(l,"STATE").subscribe(),this.dialogRef.close(),alert("Edit Successfully"))},l.prototype.onReset=function(){this._statesForm.reset()},l}())},WrzP:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._MastersService=e,this.data=o}return l.prototype.ngOnInit=function(){this._titleForm=this._formBuilder.group({title_id:[this.data.title_id],name:[this.data.name,o.Validators.compose([o.Validators.required])]})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){if(isNaN(this.data.title_id)){var l=this._titleForm.value;Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),this._MastersService.addMasterDetails(l,"TITLES").subscribe(),this.dialogRef.close(),alert("Saved Successfully")}else this._MastersService.editMasterDetails(this._titleForm.value,"TITLES").subscribe(),this.dialogRef.close(),this.dialogRef.close(),alert("Edit Successfully")},l.prototype.onReset=function(){this._titleForm.reset()},l}())},X5HB:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("pZlb"),S=e("mIDB");e.d(n,"a",function(){return D});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Description."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,["PD Location Approach \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,43,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,38,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,37,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](46,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,48).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,48)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,48)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](47,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](48,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](49,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](50,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](52,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,54).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,54)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,54)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](53,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](54,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](55,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](56,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._pdLocationApproachForm),l(n,34,0,""),l(n,37,0,e._pdLocationApproachForm.controls.description),l(n,40,0,"Name","","text"),l(n,43,0,!e._pdLocationApproachForm.controls.description.valid&&e._pdLocationApproachForm.controls.description.touched),l(n,48,0,"above","Reset"),l(n,50,0),l(n,53,0,!e._pdLocationApproachForm.valid),l(n,54,0,"above","Save"),l(n,56,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,46,0,o["\u0275nov"](n,47).disabled||null,"NoopAnimations"===o["\u0275nov"](n,47)._animationMode),l(n,49,0,o["\u0275nov"](n,50).inline),l(n,52,0,o["\u0275nov"](n,53).disabled||null,"NoopAnimations"===o["\u0275nov"](n,53)._animationMode),l(n,55,0,o["\u0275nov"](n,56).inline)})}var D=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,T,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},auGr:function(l,n,e){"use strict";var o=e("CcnG"),t=e("MlvX"),u=e("Wf4p"),i=e("seP3"),a=e("21Lb"),d=e("OzfB"),r=e("o3x0"),s=e("bujt"),c=e("UodH"),m=e("dWZg"),p=e("lLAP"),f=e("wFw1"),v=e("v9Dh"),h=e("eDkP"),g=e("qAlS"),b=e("Fzqc"),_=e("Mr+X"),C=e("SMsm"),y=e("gIcY"),R=e("dJrM"),w=e("Azqq"),I=e("uGex"),q=e("Ip0R"),S=e("b716"),E=e("/VYK"),F=e("+bdH"),T=e("mIDB");e.d(n,"a",function(){return O});var D=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function N(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-option",[["class","mat-option"],["role","option"]],[[1,"tabindex",0],[2,"mat-selected",null],[2,"mat-option-multiple",null],[2,"mat-active",null],[8,"id",0],[1,"aria-selected",0],[1,"aria-disabled",0],[2,"mat-option-disabled",null]],[[null,"click"],[null,"keydown"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,1)._selectViaInteraction()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,1)._handleKeydown(e)&&t),t},t.c,t.a)),o["\u0275did"](1,8568832,[[8,4]],0,u.t,[o.ElementRef,o.ChangeDetectorRef,[2,u.l],[2,u.s]],{value:[0,"value"]},null),(l()(),o["\u0275ted"](2,0,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.product_id)},function(l,n){l(n,0,0,o["\u0275nov"](n,1)._getTabIndex(),o["\u0275nov"](n,1).selected,o["\u0275nov"](n,1).multiple,o["\u0275nov"](n,1).active,o["\u0275nov"](n,1).id,o["\u0275nov"](n,1).selected.toString(),o["\u0275nov"](n,1).disabled.toString(),o["\u0275nov"](n,1).disabled),l(n,2,0,n.context.$implicit.name)})}function x(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,i.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Product name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function A(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[14,4]],0,i.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Sub Product name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function k(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[21,4]],0,i.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Sub Product Abbrevation."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function V(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,a.d,[d.h,o.ElementRef,d.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,a.c,[d.h,o.ElementRef,[6,a.d],d.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,r.k,[[2,r.j],o.ElementRef,r.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Sub Product Details \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},s.b,s.a)),o["\u0275did"](9,180224,null,0,c.b,[o.ElementRef,m.a,p.h,[2,f.a]],null,null),o["\u0275did"](10,147456,null,0,v.d,[h.c,o.ElementRef,g.c,o.ViewContainerRef,o.NgZone,m.a,p.c,p.h,v.b,[2,b.c],[2,v.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,_.b,_.a)),o["\u0275did"](12,638976,null,0,C.a,[o.ElementRef,C.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,92,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,y["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,y.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.ControlContainer,null,[y.FormGroupDirective]),o["\u0275did"](18,16384,null,0,y.NgControlStatusGroup,[[4,y.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,87,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,86,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,r.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,26,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,25,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](24,0,null,null,24,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](25,7389184,null,7,i.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,b.c],[2,i.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](33,0,null,1,13,"mat-select",[["class","mat-select"],["placeholder","Pick Up Product Name"],["required",""],["role","listbox"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[1,"id",0],[1,"tabindex",0],[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-required",0],[1,"aria-disabled",0],[1,"aria-invalid",0],[1,"aria-owns",0],[1,"aria-multiselectable",0],[1,"aria-describedby",0],[1,"aria-activedescendant",0],[2,"mat-select-disabled",null],[2,"mat-select-invalid",null],[2,"mat-select-required",null]],[[null,"keydown"],[null,"focus"],[null,"blur"]],function(l,n,e){var t=!0;return"keydown"===n&&(t=!1!==o["\u0275nov"](l,40)._handleKeydown(e)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._onFocus()&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._onBlur()&&t),t},w.b,w.a)),o["\u0275prd"](6144,null,u.l,null,[I.c]),o["\u0275did"](35,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275did"](37,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[8,null],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](39,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](40,2080768,null,3,I.c,[g.e,o.ChangeDetectorRef,o.NgZone,u.d,o.ElementRef,[2,b.c],[2,y.NgForm],[2,y.FormGroupDirective],[2,i.c],[6,y.NgControl],[8,null],I.a],{placeholder:[0,"placeholder"],required:[1,"required"]},null),o["\u0275qud"](603979776,8,{options:1}),o["\u0275qud"](603979776,9,{optionGroups:1}),o["\u0275qud"](335544320,10,{customTrigger:0}),o["\u0275prd"](2048,[[1,4]],i.d,null,[I.c]),(l()(),o["\u0275and"](16777216,null,1,1,null,N)),o["\u0275did"](46,278528,null,0,q.NgForOf,[o.ViewContainerRef,o.TemplateRef,o.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(l()(),o["\u0275and"](16777216,null,5,1,null,x)),o["\u0275did"](48,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](49,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](50,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](51,7389184,null,7,i.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,b.c],[2,i.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,11,{_control:0}),o["\u0275qud"](335544320,12,{_placeholderChild:0}),o["\u0275qud"](335544320,13,{_labelChild:0}),o["\u0275qud"](603979776,14,{_errorChildren:1}),o["\u0275qud"](603979776,15,{_hintChildren:1}),o["\u0275qud"](603979776,16,{_prefixChildren:1}),o["\u0275qud"](603979776,17,{_suffixChildren:1}),(l()(),o["\u0275eld"](59,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Sub Product Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,60)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,60).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,60)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,60)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,67)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,67)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,67)._onInput()&&t),t},null,null)),o["\u0275did"](60,16384,null,0,y.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,y.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](61,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275prd"](1024,null,y.NG_VALUE_ACCESSOR,function(l){return[l]},[y.DefaultValueAccessor]),o["\u0275did"](64,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[6,y.NG_VALUE_ACCESSOR],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](66,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](67,999424,null,0,S.a,[o.ElementRef,m.a,[6,y.NgControl],[2,y.NgForm],[2,y.FormGroupDirective],u.d,[8,null],E.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[11,4]],i.d,null,[S.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,A)),o["\u0275did"](70,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](71,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](72,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](73,7389184,null,7,i.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,b.c],[2,i.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,18,{_control:0}),o["\u0275qud"](335544320,19,{_placeholderChild:0}),o["\u0275qud"](335544320,20,{_labelChild:0}),o["\u0275qud"](603979776,21,{_errorChildren:1}),o["\u0275qud"](603979776,22,{_hintChildren:1}),o["\u0275qud"](603979776,23,{_prefixChildren:1}),o["\u0275qud"](603979776,24,{_suffixChildren:1}),(l()(),o["\u0275eld"](81,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Sub Product Abbrevation"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,82)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,82).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,82)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,82)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,89)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,89)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,89)._onInput()&&t),t},null,null)),o["\u0275did"](82,16384,null,0,y.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,y.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](83,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275prd"](1024,null,y.NG_VALUE_ACCESSOR,function(l){return[l]},[y.DefaultValueAccessor]),o["\u0275did"](86,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[6,y.NG_VALUE_ACCESSOR],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](88,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](89,999424,null,0,S.a,[o.ElementRef,m.a,[6,y.NgControl],[2,y.NgForm],[2,y.FormGroupDirective],u.d,[8,null],E.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[18,4]],i.d,null,[S.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,k)),o["\u0275did"](92,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](93,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](94,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](95,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,97).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,97)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,97)._handleTouchend()&&t),t},s.b,s.a)),o["\u0275did"](96,180224,null,0,c.b,[o.ElementRef,m.a,p.h,[2,f.a]],null,null),o["\u0275did"](97,147456,null,0,v.d,[h.c,o.ElementRef,g.c,o.ViewContainerRef,o.NgZone,m.a,p.c,p.h,v.b,[2,b.c],[2,v.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](98,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,_.b,_.a)),o["\u0275did"](99,638976,null,0,C.a,[o.ElementRef,C.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](101,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,103).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,103)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,103)._handleTouchend()&&t),t},s.b,s.a)),o["\u0275did"](102,180224,null,0,c.b,[o.ElementRef,m.a,p.h,[2,f.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](103,147456,null,0,v.d,[h.c,o.ElementRef,g.c,o.ViewContainerRef,o.NgZone,m.a,p.c,p.h,v.b,[2,b.c],[2,v.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](104,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,_.b,_.a)),o["\u0275did"](105,638976,null,0,C.a,[o.ElementRef,C.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._subProductMasterForm),l(n,35,0,""),l(n,37,0,e._subProductMasterForm.controls.fk_product_id),l(n,40,0,"Pick Up Product Name",""),l(n,46,0,e.productDatas),l(n,48,0,!e._subProductMasterForm.controls.fk_product_id.valid&&e._subProductMasterForm.controls.fk_product_id.touched),l(n,61,0,""),l(n,64,0,e._subProductMasterForm.controls.name),l(n,67,0,"Sub Product Name","","text"),l(n,70,0,!e._subProductMasterForm.controls.name.valid&&e._subProductMasterForm.controls.name.touched),l(n,83,0,""),l(n,86,0,e._subProductMasterForm.controls.abbr),l(n,89,0,"Sub Product Abbrevation","","text"),l(n,92,0,!e._subProductMasterForm.controls.abbr.valid&&e._subProductMasterForm.controls.abbr.touched),l(n,97,0,"above","Reset"),l(n,99,0),l(n,102,0,!e._subProductMasterForm.valid),l(n,103,0,"above","Save"),l(n,105,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,24,1,["standard"==o["\u0275nov"](n,25).appearance,"fill"==o["\u0275nov"](n,25).appearance,"outline"==o["\u0275nov"](n,25).appearance,"legacy"==o["\u0275nov"](n,25).appearance,o["\u0275nov"](n,25)._control.errorState,o["\u0275nov"](n,25)._canLabelFloat,o["\u0275nov"](n,25)._shouldLabelFloat(),o["\u0275nov"](n,25)._hideControlPlaceholder(),o["\u0275nov"](n,25)._control.disabled,o["\u0275nov"](n,25)._control.autofilled,o["\u0275nov"](n,25)._control.focused,"accent"==o["\u0275nov"](n,25).color,"warn"==o["\u0275nov"](n,25).color,o["\u0275nov"](n,25)._shouldForward("untouched"),o["\u0275nov"](n,25)._shouldForward("touched"),o["\u0275nov"](n,25)._shouldForward("pristine"),o["\u0275nov"](n,25)._shouldForward("dirty"),o["\u0275nov"](n,25)._shouldForward("valid"),o["\u0275nov"](n,25)._shouldForward("invalid"),o["\u0275nov"](n,25)._shouldForward("pending"),!o["\u0275nov"](n,25)._animationsEnabled]),l(n,33,1,[o["\u0275nov"](n,35).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).tabIndex,o["\u0275nov"](n,40)._getAriaLabel(),o["\u0275nov"](n,40)._getAriaLabelledby(),o["\u0275nov"](n,40).required.toString(),o["\u0275nov"](n,40).disabled.toString(),o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).panelOpen?o["\u0275nov"](n,40)._optionIds:null,o["\u0275nov"](n,40).multiple,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40)._getAriaActiveDescendant(),o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required]),l(n,50,1,["standard"==o["\u0275nov"](n,51).appearance,"fill"==o["\u0275nov"](n,51).appearance,"outline"==o["\u0275nov"](n,51).appearance,"legacy"==o["\u0275nov"](n,51).appearance,o["\u0275nov"](n,51)._control.errorState,o["\u0275nov"](n,51)._canLabelFloat,o["\u0275nov"](n,51)._shouldLabelFloat(),o["\u0275nov"](n,51)._hideControlPlaceholder(),o["\u0275nov"](n,51)._control.disabled,o["\u0275nov"](n,51)._control.autofilled,o["\u0275nov"](n,51)._control.focused,"accent"==o["\u0275nov"](n,51).color,"warn"==o["\u0275nov"](n,51).color,o["\u0275nov"](n,51)._shouldForward("untouched"),o["\u0275nov"](n,51)._shouldForward("touched"),o["\u0275nov"](n,51)._shouldForward("pristine"),o["\u0275nov"](n,51)._shouldForward("dirty"),o["\u0275nov"](n,51)._shouldForward("valid"),o["\u0275nov"](n,51)._shouldForward("invalid"),o["\u0275nov"](n,51)._shouldForward("pending"),!o["\u0275nov"](n,51)._animationsEnabled]),l(n,59,1,[o["\u0275nov"](n,61).required?"":null,o["\u0275nov"](n,66).ngClassUntouched,o["\u0275nov"](n,66).ngClassTouched,o["\u0275nov"](n,66).ngClassPristine,o["\u0275nov"](n,66).ngClassDirty,o["\u0275nov"](n,66).ngClassValid,o["\u0275nov"](n,66).ngClassInvalid,o["\u0275nov"](n,66).ngClassPending,o["\u0275nov"](n,67)._isServer,o["\u0275nov"](n,67).id,o["\u0275nov"](n,67).placeholder,o["\u0275nov"](n,67).disabled,o["\u0275nov"](n,67).required,o["\u0275nov"](n,67).readonly,o["\u0275nov"](n,67)._ariaDescribedby||null,o["\u0275nov"](n,67).errorState,o["\u0275nov"](n,67).required.toString()]),l(n,72,1,["standard"==o["\u0275nov"](n,73).appearance,"fill"==o["\u0275nov"](n,73).appearance,"outline"==o["\u0275nov"](n,73).appearance,"legacy"==o["\u0275nov"](n,73).appearance,o["\u0275nov"](n,73)._control.errorState,o["\u0275nov"](n,73)._canLabelFloat,o["\u0275nov"](n,73)._shouldLabelFloat(),o["\u0275nov"](n,73)._hideControlPlaceholder(),o["\u0275nov"](n,73)._control.disabled,o["\u0275nov"](n,73)._control.autofilled,o["\u0275nov"](n,73)._control.focused,"accent"==o["\u0275nov"](n,73).color,"warn"==o["\u0275nov"](n,73).color,o["\u0275nov"](n,73)._shouldForward("untouched"),o["\u0275nov"](n,73)._shouldForward("touched"),o["\u0275nov"](n,73)._shouldForward("pristine"),o["\u0275nov"](n,73)._shouldForward("dirty"),o["\u0275nov"](n,73)._shouldForward("valid"),o["\u0275nov"](n,73)._shouldForward("invalid"),o["\u0275nov"](n,73)._shouldForward("pending"),!o["\u0275nov"](n,73)._animationsEnabled]),l(n,81,1,[o["\u0275nov"](n,83).required?"":null,o["\u0275nov"](n,88).ngClassUntouched,o["\u0275nov"](n,88).ngClassTouched,o["\u0275nov"](n,88).ngClassPristine,o["\u0275nov"](n,88).ngClassDirty,o["\u0275nov"](n,88).ngClassValid,o["\u0275nov"](n,88).ngClassInvalid,o["\u0275nov"](n,88).ngClassPending,o["\u0275nov"](n,89)._isServer,o["\u0275nov"](n,89).id,o["\u0275nov"](n,89).placeholder,o["\u0275nov"](n,89).disabled,o["\u0275nov"](n,89).required,o["\u0275nov"](n,89).readonly,o["\u0275nov"](n,89)._ariaDescribedby||null,o["\u0275nov"](n,89).errorState,o["\u0275nov"](n,89).required.toString()]),l(n,95,0,o["\u0275nov"](n,96).disabled||null,"NoopAnimations"===o["\u0275nov"](n,96)._animationMode),l(n,98,0,o["\u0275nov"](n,99).inline),l(n,101,0,o["\u0275nov"](n,102).disabled||null,"NoopAnimations"===o["\u0275nov"](n,102)._animationMode),l(n,104,0,o["\u0275nov"](n,105).inline)})}var O=o["\u0275ccf"]("app-jazz-dialog",F.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,V,D)),o["\u0275did"](1,114688,null,0,F.a,[y.FormBuilder,r.j,T.a,r.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},b6v0:function(l,n,e){"use strict";var o=e("oQam");n.FileItem=function(){function l(l,n,e){this.url="/",this.headers=[],this.withCredentials=!0,this.formData=[],this.isReady=!1,this.isUploading=!1,this.isUploaded=!1,this.isSuccess=!1,this.isCancel=!1,this.isError=!1,this.progress=0,this.index=void 0,this.uploader=l,this.some=n,this.options=e,this.file=new o.FileLikeObject(n),this._file=n,l.options&&(this.method=l.options.method||"POST",this.alias=l.options.itemAlias||"file"),this.url=l.options.url}return l.prototype.upload=function(){try{this.uploader.uploadItem(this)}catch(l){this.uploader._onCompleteItem(this,"",0,{}),this.uploader._onErrorItem(this,"",0,{})}},l.prototype.cancel=function(){this.uploader.cancelItem(this)},l.prototype.remove=function(){this.uploader.removeFromQueue(this)},l.prototype.onBeforeUpload=function(){},l.prototype.onBuildForm=function(l){return{form:l}},l.prototype.onProgress=function(l){return{progress:l}},l.prototype.onSuccess=function(l,n,e){return{response:l,status:n,headers:e}},l.prototype.onError=function(l,n,e){return{response:l,status:n,headers:e}},l.prototype.onCancel=function(l,n,e){return{response:l,status:n,headers:e}},l.prototype.onComplete=function(l,n,e){return{response:l,status:n,headers:e}},l.prototype._onBeforeUpload=function(){this.isReady=!0,this.isUploading=!0,this.isUploaded=!1,this.isSuccess=!1,this.isCancel=!1,this.isError=!1,this.progress=0,this.onBeforeUpload()},l.prototype._onBuildForm=function(l){this.onBuildForm(l)},l.prototype._onProgress=function(l){this.progress=l,this.onProgress(l)},l.prototype._onSuccess=function(l,n,e){this.isReady=!1,this.isUploading=!1,this.isUploaded=!0,this.isSuccess=!0,this.isCancel=!1,this.isError=!1,this.progress=100,this.index=void 0,this.onSuccess(l,n,e)},l.prototype._onError=function(l,n,e){this.isReady=!1,this.isUploading=!1,this.isUploaded=!0,this.isSuccess=!1,this.isCancel=!1,this.isError=!0,this.progress=0,this.index=void 0,this.onError(l,n,e)},l.prototype._onCancel=function(l,n,e){this.isReady=!1,this.isUploading=!1,this.isUploaded=!1,this.isSuccess=!1,this.isCancel=!0,this.isError=!1,this.progress=0,this.index=void 0,this.onCancel(l,n,e)},l.prototype._onComplete=function(l,n,e){this.onComplete(l,n,e),this.uploader.options.removeAfterUpload&&this.remove()},l.prototype._prepareToUploading=function(){this.index=this.index||++this.uploader._nextIndex,this.isReady=!0},l}()},d3Oz:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("BCxR"),S=e("mIDB");e.d(n,"a",function(){return D});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Customer Behaviour \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,43,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,38,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,37,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","mb-1"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Description"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](46,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,48).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,48)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,48)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](47,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](48,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](49,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](50,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](52,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,54).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,54)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,54)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](53,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](54,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](55,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](56,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._customerBehaviourForm),l(n,34,0,""),l(n,37,0,e._customerBehaviourForm.controls.description),l(n,40,0,"Description","","text"),l(n,43,0,!e._customerBehaviourForm.controls.description.valid&&e._customerBehaviourForm.controls.description.touched),l(n,48,0,"above","Reset"),l(n,50,0),l(n,53,0,!e._customerBehaviourForm.valid),l(n,54,0,"above","Save"),l(n,56,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,46,0,o["\u0275nov"](n,47).disabled||null,"NoopAnimations"===o["\u0275nov"](n,47)._animationMode),l(n,49,0,o["\u0275nov"](n,50).inline),l(n,52,0,o["\u0275nov"](n,53).disabled||null,"NoopAnimations"===o["\u0275nov"](n,53)._animationMode),l(n,55,0,o["\u0275nov"](n,56).inline)})}var D=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,T,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},dNoP:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("PJVv"),S=e("mIDB");e.d(n,"a",function(){return D});var E=o["\u0275crt"]({encapsulation:0,styles:[[""]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Unit of Measurement \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,43,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,38,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,37,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","mb-1"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","UOM Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](46,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,48).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,48)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,48)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](47,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](48,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](49,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](50,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](52,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,54).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,54)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,54)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](53,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](54,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](55,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](56,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._uomForm),l(n,34,0,""),l(n,37,0,e._uomForm.controls.name),l(n,40,0,"UOM Name","","text"),l(n,43,0,!e._uomForm.controls.name.valid&&e._uomForm.controls.name.touched),l(n,48,0,"above","Reset"),l(n,50,0),l(n,53,0,!e._uomForm.valid),l(n,54,0,"above","Save"),l(n,56,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,46,0,o["\u0275nov"](n,47).disabled||null,"NoopAnimations"===o["\u0275nov"](n,47)._animationMode),l(n,49,0,o["\u0275nov"](n,50).inline),l(n,52,0,o["\u0275nov"](n,53).disabled||null,"NoopAnimations"===o["\u0275nov"](n,53)._animationMode),l(n,55,0,o["\u0275nov"](n,56).inline)})}var D=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,T,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},fQnU:function(l,n,e){"use strict";e.d(n,"a",function(){return a});var o=e("gIcY"),t=e("S5bw"),u=e("K9Ia"),i=e("ny24"),a=(e("mIDB"),function(){function l(l){this._MastersService=l,this.masterCtrl=new o.FormControl,this.masterFilterCtrl=new o.FormControl,this.masters=[{id:"master-1",name:"Industry Classfication"},{id:"master-2",name:"Branch"},{id:"master-3",name:"Title"},{id:"master-4",name:"City"},{id:"master-5",name:"States"},{id:"master-6",name:"Regions"},{id:"master-7",name:"Relation Ship"},{id:"master-8",name:"Product"},{id:"master-9",name:"Sub Product"},{id:"master-10",name:"Occupation of Non earning members"},{id:"master-11",name:"Type of activity"},{id:"master-12",name:"Unit of Measurement"},{id:"master-13",name:"Frequency"},{id:"master-14",name:"Comments on locality"},{id:"master-15",name:"Customer Behaviour"},{id:"master-16",name:"Customer Segment"},{id:"master-17",name:"Designation"},{id:"master-18",name:"Lender Hierarchy"},{id:"master-19",name:"Company Details"},{id:"master-20",name:"PD Type"},{id:"master-21",name:"Approach to PD location"},{id:"master-22",name:"PD Allocation Type"}],this.filteredMasters=new t.a(1),this._onDestroy=new u.a}return l.prototype.ngOnInit=function(){var l=this;console.log(this.masters),this.filteredMasters.next(this.masters.slice()),this.masterFilterCtrl.valueChanges.pipe(Object(i.a)(this._onDestroy)).subscribe(function(){l.filterMasters()})},l.prototype.ngAfterViewInit=function(){},l.prototype.ngOnDestroy=function(){this._onDestroy.next(),this._onDestroy.complete()},l.prototype.filterMasters=function(){if(this.masters){var l=this.masterFilterCtrl.value;l?(l=l.toLowerCase(),this.filteredMasters.next(this.masters.filter(function(n){return n.name.toLowerCase().indexOf(l)>-1}))):this.filteredMasters.next(this.masters.slice())}},l}())},"gx+n":function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._mastersService=e,this.data=o}return l.prototype.ngOnInit=function(){var l=this;this._cityForm=this._formBuilder.group({city_id:[this.data.city_id],name:[this.data.name,o.Validators.compose([o.Validators.required])],fk_state_id:[this.data.fk_state_id,o.Validators.compose([o.Validators.required])]}),this._mastersService.getAllMasterData("STATE").subscribe(function(n){200==n.status&&(l.stateDatas=n.records,l.stateDatas=l.stateDatas.filter(function(l){return 1==l.isactive}))},function(n){return l.errorMessage=n})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._cityForm.value;isNaN(this.data.city_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),this._mastersService.addMasterDetails(l,"CITY").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._mastersService.editMasterDetails(l,"CITY").subscribe(),this.dialogRef.close(),alert("Edited Successfully"))},l.prototype.onReset=function(){this._cityForm.reset()},l}())},hRb4:function(l,n,e){"use strict";var o=e("CcnG"),t=e("MlvX"),u=e("Wf4p"),i=e("seP3"),a=e("21Lb"),d=e("OzfB"),r=e("o3x0"),s=e("bujt"),c=e("UodH"),m=e("dWZg"),p=e("lLAP"),f=e("wFw1"),v=e("v9Dh"),h=e("eDkP"),g=e("qAlS"),b=e("Fzqc"),_=e("Mr+X"),C=e("SMsm"),y=e("gIcY"),R=e("dJrM"),w=e("Azqq"),I=e("uGex"),q=e("Ip0R"),S=e("b716"),E=e("/VYK"),F=e("gx+n"),T=e("mIDB");e.d(n,"a",function(){return V});var D=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function N(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-option",[["class","mat-option"],["role","option"]],[[1,"tabindex",0],[2,"mat-selected",null],[2,"mat-option-multiple",null],[2,"mat-active",null],[8,"id",0],[1,"aria-selected",0],[1,"aria-disabled",0],[2,"mat-option-disabled",null]],[[null,"click"],[null,"keydown"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,1)._selectViaInteraction()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,1)._handleKeydown(e)&&t),t},t.c,t.a)),o["\u0275did"](1,8568832,[[8,4]],0,u.t,[o.ElementRef,o.ChangeDetectorRef,[2,u.l],[2,u.s]],{value:[0,"value"]},null),(l()(),o["\u0275ted"](2,0,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.state_id)},function(l,n){l(n,0,0,o["\u0275nov"](n,1)._getTabIndex(),o["\u0275nov"](n,1).selected,o["\u0275nov"](n,1).multiple,o["\u0275nov"](n,1).active,o["\u0275nov"](n,1).id,o["\u0275nov"](n,1).selected.toString(),o["\u0275nov"](n,1).disabled.toString(),o["\u0275nov"](n,1).disabled),l(n,2,0,n.context.$implicit.name)})}function x(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,i.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must Pickup State Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function A(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[14,4]],0,i.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function k(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,a.d,[d.h,o.ElementRef,d.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,a.c,[d.h,o.ElementRef,[6,a.d],d.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,r.k,[[2,r.j],o.ElementRef,r.e],null,null),(l()(),o["\u0275ted"](-1,null,[" City \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},s.b,s.a)),o["\u0275did"](9,180224,null,0,c.b,[o.ElementRef,m.a,p.h,[2,f.a]],null,null),o["\u0275did"](10,147456,null,0,v.d,[h.c,o.ElementRef,g.c,o.ViewContainerRef,o.NgZone,m.a,p.c,p.h,v.b,[2,b.c],[2,v.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,_.b,_.a)),o["\u0275did"](12,638976,null,0,C.a,[o.ElementRef,C.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,69,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,y["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,y.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.ControlContainer,null,[y.FormGroupDirective]),o["\u0275did"](18,16384,null,0,y.NgControlStatusGroup,[[4,y.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,64,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,63,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,r.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,25,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,24,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](24,7389184,null,7,i.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,b.c],[2,i.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,13,"mat-select",[["class","mat-select"],["placeholder","Pick Up State Name"],["required",""],["role","listbox"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[1,"id",0],[1,"tabindex",0],[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-required",0],[1,"aria-disabled",0],[1,"aria-invalid",0],[1,"aria-owns",0],[1,"aria-multiselectable",0],[1,"aria-describedby",0],[1,"aria-activedescendant",0],[2,"mat-select-disabled",null],[2,"mat-select-invalid",null],[2,"mat-select-required",null]],[[null,"keydown"],[null,"focus"],[null,"blur"]],function(l,n,e){var t=!0;return"keydown"===n&&(t=!1!==o["\u0275nov"](l,39)._handleKeydown(e)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,39)._onFocus()&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,39)._onBlur()&&t),t},w.b,w.a)),o["\u0275prd"](6144,null,u.l,null,[I.c]),o["\u0275did"](34,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275did"](36,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[8,null],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](38,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](39,2080768,null,3,I.c,[g.e,o.ChangeDetectorRef,o.NgZone,u.d,o.ElementRef,[2,b.c],[2,y.NgForm],[2,y.FormGroupDirective],[2,i.c],[6,y.NgControl],[8,null],I.a],{placeholder:[0,"placeholder"],required:[1,"required"]},null),o["\u0275qud"](603979776,8,{options:1}),o["\u0275qud"](603979776,9,{optionGroups:1}),o["\u0275qud"](335544320,10,{customTrigger:0}),o["\u0275prd"](2048,[[1,4]],i.d,null,[I.c]),(l()(),o["\u0275and"](16777216,null,1,1,null,N)),o["\u0275did"](45,278528,null,0,q.NgForOf,[o.ViewContainerRef,o.TemplateRef,o.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(l()(),o["\u0275and"](16777216,null,5,1,null,x)),o["\u0275did"](47,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](48,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](49,0,null,null,20,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](50,7389184,null,7,i.c,[o.ElementRef,o.ChangeDetectorRef,[2,u.j],[2,b.c],[2,i.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,11,{_control:0}),o["\u0275qud"](335544320,12,{_placeholderChild:0}),o["\u0275qud"](335544320,13,{_labelChild:0}),o["\u0275qud"](603979776,14,{_errorChildren:1}),o["\u0275qud"](603979776,15,{_hintChildren:1}),o["\u0275qud"](603979776,16,{_prefixChildren:1}),o["\u0275qud"](603979776,17,{_suffixChildren:1}),(l()(),o["\u0275eld"](58,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","City Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,59)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,59).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,59)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,59)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,66)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,66)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,66)._onInput()&&t),t},null,null)),o["\u0275did"](59,16384,null,0,y.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,y.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](60,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275prd"](1024,null,y.NG_VALUE_ACCESSOR,function(l){return[l]},[y.DefaultValueAccessor]),o["\u0275did"](63,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[6,y.NG_VALUE_ACCESSOR],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](65,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](66,999424,null,0,S.a,[o.ElementRef,m.a,[6,y.NgControl],[2,y.NgForm],[2,y.FormGroupDirective],u.d,[8,null],E.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[11,4]],i.d,null,[S.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,A)),o["\u0275did"](69,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](70,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](71,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](72,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,74).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,74)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,74)._handleTouchend()&&t),t},s.b,s.a)),o["\u0275did"](73,180224,null,0,c.b,[o.ElementRef,m.a,p.h,[2,f.a]],null,null),o["\u0275did"](74,147456,null,0,v.d,[h.c,o.ElementRef,g.c,o.ViewContainerRef,o.NgZone,m.a,p.c,p.h,v.b,[2,b.c],[2,v.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](75,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,_.b,_.a)),o["\u0275did"](76,638976,null,0,C.a,[o.ElementRef,C.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](78,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,80).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,80)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,80)._handleTouchend()&&t),t},s.b,s.a)),o["\u0275did"](79,180224,null,0,c.b,[o.ElementRef,m.a,p.h,[2,f.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](80,147456,null,0,v.d,[h.c,o.ElementRef,g.c,o.ViewContainerRef,o.NgZone,m.a,p.c,p.h,v.b,[2,b.c],[2,v.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](81,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,_.b,_.a)),o["\u0275did"](82,638976,null,0,C.a,[o.ElementRef,C.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._cityForm),l(n,34,0,""),l(n,36,0,e._cityForm.controls.fk_state_id),l(n,39,0,"Pick Up State Name",""),l(n,45,0,e.stateDatas),l(n,47,0,!e._cityForm.controls.fk_state_id.valid&&e._cityForm.controls.fk_state_id.touched),l(n,60,0,""),l(n,63,0,e._cityForm.controls.name),l(n,66,0,"City Name","","text"),l(n,69,0,!e._cityForm.controls.name.valid&&e._cityForm.controls.name.touched),l(n,74,0,"above","Reset"),l(n,76,0),l(n,79,0,!e._cityForm.valid),l(n,80,0,"above","Save"),l(n,82,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,38).ngClassUntouched,o["\u0275nov"](n,38).ngClassTouched,o["\u0275nov"](n,38).ngClassPristine,o["\u0275nov"](n,38).ngClassDirty,o["\u0275nov"](n,38).ngClassValid,o["\u0275nov"](n,38).ngClassInvalid,o["\u0275nov"](n,38).ngClassPending,o["\u0275nov"](n,39).id,o["\u0275nov"](n,39).tabIndex,o["\u0275nov"](n,39)._getAriaLabel(),o["\u0275nov"](n,39)._getAriaLabelledby(),o["\u0275nov"](n,39).required.toString(),o["\u0275nov"](n,39).disabled.toString(),o["\u0275nov"](n,39).errorState,o["\u0275nov"](n,39).panelOpen?o["\u0275nov"](n,39)._optionIds:null,o["\u0275nov"](n,39).multiple,o["\u0275nov"](n,39)._ariaDescribedby||null,o["\u0275nov"](n,39)._getAriaActiveDescendant(),o["\u0275nov"](n,39).disabled,o["\u0275nov"](n,39).errorState,o["\u0275nov"](n,39).required]),l(n,49,1,["standard"==o["\u0275nov"](n,50).appearance,"fill"==o["\u0275nov"](n,50).appearance,"outline"==o["\u0275nov"](n,50).appearance,"legacy"==o["\u0275nov"](n,50).appearance,o["\u0275nov"](n,50)._control.errorState,o["\u0275nov"](n,50)._canLabelFloat,o["\u0275nov"](n,50)._shouldLabelFloat(),o["\u0275nov"](n,50)._hideControlPlaceholder(),o["\u0275nov"](n,50)._control.disabled,o["\u0275nov"](n,50)._control.autofilled,o["\u0275nov"](n,50)._control.focused,"accent"==o["\u0275nov"](n,50).color,"warn"==o["\u0275nov"](n,50).color,o["\u0275nov"](n,50)._shouldForward("untouched"),o["\u0275nov"](n,50)._shouldForward("touched"),o["\u0275nov"](n,50)._shouldForward("pristine"),o["\u0275nov"](n,50)._shouldForward("dirty"),o["\u0275nov"](n,50)._shouldForward("valid"),o["\u0275nov"](n,50)._shouldForward("invalid"),o["\u0275nov"](n,50)._shouldForward("pending"),!o["\u0275nov"](n,50)._animationsEnabled]),l(n,58,1,[o["\u0275nov"](n,60).required?"":null,o["\u0275nov"](n,65).ngClassUntouched,o["\u0275nov"](n,65).ngClassTouched,o["\u0275nov"](n,65).ngClassPristine,o["\u0275nov"](n,65).ngClassDirty,o["\u0275nov"](n,65).ngClassValid,o["\u0275nov"](n,65).ngClassInvalid,o["\u0275nov"](n,65).ngClassPending,o["\u0275nov"](n,66)._isServer,o["\u0275nov"](n,66).id,o["\u0275nov"](n,66).placeholder,o["\u0275nov"](n,66).disabled,o["\u0275nov"](n,66).required,o["\u0275nov"](n,66).readonly,o["\u0275nov"](n,66)._ariaDescribedby||null,o["\u0275nov"](n,66).errorState,o["\u0275nov"](n,66).required.toString()]),l(n,72,0,o["\u0275nov"](n,73).disabled||null,"NoopAnimations"===o["\u0275nov"](n,73)._animationMode),l(n,75,0,o["\u0275nov"](n,76).inline),l(n,78,0,o["\u0275nov"](n,79).disabled||null,"NoopAnimations"===o["\u0275nov"](n,79)._animationMode),l(n,81,0,o["\u0275nov"](n,82).inline)})}var V=o["\u0275ccf"]("app-jazz-dialog",F.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,k,D)),o["\u0275did"](1,114688,null,0,F.a,[y.FormBuilder,r.j,T.a,r.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},hYgv:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._contactService=e,this.data=o}return l.prototype.ngOnInit=function(){this._IndustryClassificationForm=this._formBuilder.group({industry_classification_id:[this.data.industry_classification_id],name:[this.data.name,o.Validators.compose([o.Validators.required])]})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._IndustryClassificationForm.value;isNaN(this.data.industry_classification_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),this._contactService.addMasterDetails(l,"INDUSTRYCLASSIFICATION").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._contactService.editMasterDetails(this._IndustryClassificationForm.value,"INDUSTRYCLASSIFICATION").subscribe(),this.dialogRef.close(),alert("Edit Successfully"))},l.prototype.onReset=function(){this._IndustryClassificationForm.reset()},l}())},irI0:function(l,n,e){"use strict";e.d(n,"a",function(){return o}),e("yLV6");var o=function(){}},kKOa:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("JVry"),S=e("mIDB");e.d(n,"a",function(){return N});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[11,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Abbrevation."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function D(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Customer Segment \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,65,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,60,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,59,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","mb-1"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,21,"div",[["class","mb-1"]],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](46,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,8,{_control:0}),o["\u0275qud"](335544320,9,{_placeholderChild:0}),o["\u0275qud"](335544320,10,{_labelChild:0}),o["\u0275qud"](603979776,11,{_errorChildren:1}),o["\u0275qud"](603979776,12,{_hintChildren:1}),o["\u0275qud"](603979776,13,{_prefixChildren:1}),o["\u0275qud"](603979776,14,{_suffixChildren:1}),(l()(),o["\u0275eld"](54,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Abbrevation"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,55)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,55).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,55)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,55)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,62)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,62)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,62)._onInput()&&t),t},null,null)),o["\u0275did"](55,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](56,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](59,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](61,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](62,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[8,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,T)),o["\u0275did"](65,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](66,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](67,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](68,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,70).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,70)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,70)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](69,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](70,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](71,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](72,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](74,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,76).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,76)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,76)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](75,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](76,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](77,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](78,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._customerSegmentForm),l(n,34,0,""),l(n,37,0,e._customerSegmentForm.controls.name),l(n,40,0,"Name","","text"),l(n,43,0,!e._customerSegmentForm.controls.name.valid&&e._customerSegmentForm.controls.name.touched),l(n,56,0,""),l(n,59,0,e._customerSegmentForm.controls.abbr),l(n,62,0,"Abbrevation","","text"),l(n,65,0,!e._customerSegmentForm.controls.abbr.valid&&e._customerSegmentForm.controls.abbr.touched),l(n,70,0,"above","Reset"),l(n,72,0),l(n,75,0,!e._customerSegmentForm.valid),l(n,76,0,"above","Save"),l(n,78,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,45,1,["standard"==o["\u0275nov"](n,46).appearance,"fill"==o["\u0275nov"](n,46).appearance,"outline"==o["\u0275nov"](n,46).appearance,"legacy"==o["\u0275nov"](n,46).appearance,o["\u0275nov"](n,46)._control.errorState,o["\u0275nov"](n,46)._canLabelFloat,o["\u0275nov"](n,46)._shouldLabelFloat(),o["\u0275nov"](n,46)._hideControlPlaceholder(),o["\u0275nov"](n,46)._control.disabled,o["\u0275nov"](n,46)._control.autofilled,o["\u0275nov"](n,46)._control.focused,"accent"==o["\u0275nov"](n,46).color,"warn"==o["\u0275nov"](n,46).color,o["\u0275nov"](n,46)._shouldForward("untouched"),o["\u0275nov"](n,46)._shouldForward("touched"),o["\u0275nov"](n,46)._shouldForward("pristine"),o["\u0275nov"](n,46)._shouldForward("dirty"),o["\u0275nov"](n,46)._shouldForward("valid"),o["\u0275nov"](n,46)._shouldForward("invalid"),o["\u0275nov"](n,46)._shouldForward("pending"),!o["\u0275nov"](n,46)._animationsEnabled]),l(n,54,1,[o["\u0275nov"](n,56).required?"":null,o["\u0275nov"](n,61).ngClassUntouched,o["\u0275nov"](n,61).ngClassTouched,o["\u0275nov"](n,61).ngClassPristine,o["\u0275nov"](n,61).ngClassDirty,o["\u0275nov"](n,61).ngClassValid,o["\u0275nov"](n,61).ngClassInvalid,o["\u0275nov"](n,61).ngClassPending,o["\u0275nov"](n,62)._isServer,o["\u0275nov"](n,62).id,o["\u0275nov"](n,62).placeholder,o["\u0275nov"](n,62).disabled,o["\u0275nov"](n,62).required,o["\u0275nov"](n,62).readonly,o["\u0275nov"](n,62)._ariaDescribedby||null,o["\u0275nov"](n,62).errorState,o["\u0275nov"](n,62).required.toString()]),l(n,68,0,o["\u0275nov"](n,69).disabled||null,"NoopAnimations"===o["\u0275nov"](n,69)._animationMode),l(n,71,0,o["\u0275nov"](n,72).inline),l(n,74,0,o["\u0275nov"](n,75).disabled||null,"NoopAnimations"===o["\u0275nov"](n,75)._animationMode),l(n,77,0,o["\u0275nov"](n,78).inline)})}var N=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,D,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},kSt5:function(l,n,e){"use strict";var o=e("gIcY");e("mIDB"),e.d(n,"a",function(){return t});var t=function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._mastersService=e,this.data=o}return l.prototype.ngOnInit=function(){var l=this;this._branchForm=this._formBuilder.group({branch_id:[this.data.branch_id],name:[this.data.name,o.Validators.compose([o.Validators.required])],fk_city_id:[this.data.fk_city_id,o.Validators.compose([o.Validators.required])]}),this._mastersService.getAllMasterData("CITY").subscribe(function(n){200==n.status&&(l.citydatas=n.records,l.citydatas=l.citydatas.filter(function(l){return 1==l.isactive}))},function(n){return l.errorMessage=n})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._branchForm.value;isNaN(this.data.branch_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),this._mastersService.addMasterDetails(l,"BRANCH").subscribe(function(l){200==l.status?(console.log(l),alert("sample alert for Saving")):alert("Some Thing Wents Wrong Try Again !")}),this.dialogRef.close(),alert("Saved Successfully")):(this._mastersService.editMasterDetails(l,"BRANCH").subscribe(function(l){200==l.status?(console.log(l),alert("sample alert for edited")):(console.log(""),alert("Some Thing Wents Wrong Try Again !"))}),this.dialogRef.close(),alert("Edit Successfully"))},l.prototype.onReset=function(){this._branchForm.reset()},l}()},"m+fY":function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("WrzP"),S=e("mIDB");e.d(n,"a",function(){return D});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Title."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,["Title \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,43,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,38,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,37,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Title"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](46,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,48).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,48)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,48)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](47,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](48,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](49,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](50,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](52,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,54).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,54)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,54)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](53,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](54,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](55,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](56,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._titleForm),l(n,34,0,""),l(n,37,0,e._titleForm.controls.name),l(n,40,0,"Title","","text"),l(n,43,0,!e._titleForm.controls.name.valid&&e._titleForm.controls.name.touched),l(n,48,0,"above","Reset"),l(n,50,0),l(n,53,0,!e._titleForm.valid),l(n,54,0,"above","Save"),l(n,56,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,46,0,o["\u0275nov"](n,47).disabled||null,"NoopAnimations"===o["\u0275nov"](n,47)._animationMode),l(n,49,0,o["\u0275nov"](n,50).inline),l(n,52,0,o["\u0275nov"](n,53).disabled||null,"NoopAnimations"===o["\u0275nov"](n,53)._animationMode),l(n,55,0,o["\u0275nov"](n,56).inline)})}var D=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,T,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},mCIm:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._MastersService=e,this.data=o}return l.prototype.ngOnInit=function(){this._activityMasterForm=this._formBuilder.group({type_of_activity_id:[this.data.type_of_activity_id],name:[this.data.name,o.Validators.compose([o.Validators.required])]})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._activityMasterForm.value;isNaN(this.data.type_of_activity_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),console.log(l),this._MastersService.addMasterDetails(l,"TYPEOFACTIVITY").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._MastersService.editMasterDetails(l,"TYPEOFACTIVITY").subscribe(),this.dialogRef.close(),alert("Edited Successfully"))},l.prototype.onReset=function(){this._activityMasterForm.reset()},l}())},mIDB:function(l,n,e){"use strict";e.d(n,"a",function(){return i});var o=e("9Z1F"),t=e("F/XL"),u=(e("zylw"),(new Date).toJSON().slice(0,19).replace("T"," ")),i=function(){function l(l,n){this._http=l,this._aws=n,this.apiUrl="http://ssa.sineedge.com/sparqapi/api/"}return l.prototype.addMasterDetails=function(l,n){return l.fk_createdby=this._aws.getlocale(),"COMPANY"==n?l.company_master_createdon=u:l.createdon=u,this._http.post(this.apiUrl+"saveMaster",{master_name:n,records:l}).pipe(Object(o.a)(this.handleError("role",[])))},l.prototype.editMasterDetails=function(l,n){return l.fk_updatedby=this._aws.getlocale(),l.updatedon=u,this._http.post(this.apiUrl+"saveMaster",{master_name:n,records:l})},l.prototype.deleteMasterDetails=function(l,n){var e={isactive:0,fk_updatedby:this._aws.getlocale(),updatedon:u},t=Object.assign(e,l),i={master_name:n,records:JSON.parse(JSON.stringify(t))};return this._http.post(this.apiUrl+"saveMaster",i).pipe(Object(o.a)(this.handleError("role",[])))},l.prototype.getAllMasterData=function(l){return this._http.post(this.apiUrl+"getListOfMaster",{master_name:l}).pipe(Object(o.a)(this.handleError("role",[])))},l.prototype.getAllBranch=function(){return this._http.get(this.apiUrl+"getListOfBranches").pipe(Object(o.a)(this.handleError("role",[])))},l.prototype.getAllSubProduct=function(){return this._http.get(this.apiUrl+"getListOfSubProduct").pipe(Object(o.a)(this.handleError("role",[])))},l.prototype.getAllState=function(){return this._http.get(this.apiUrl+"getListOfState").pipe(Object(o.a)(this.handleError("role",[])))},l.prototype.getAllCompany=function(){return this._http.get(this.apiUrl+"getListOfCompany").pipe(Object(o.a)(this.handleError("role",[])))},l.prototype.getAllCity=function(){return this._http.get(this.apiUrl+"getListOfCity").pipe(Object(o.a)(this.handleError("role",[])))},l.prototype.extractData=function(l){var n=l._body;return!0===(n=JSON.parse(n)).dataStatus?n.records:[]},l.prototype.handleError=function(l,n){return void 0===l&&(l="operation"),function(l){return Object(t.a)(n)}},l}()},oJnN:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._pdTypeService=e,this.data=o}return l.prototype.ngOnInit=function(){this._pdTypeForm=this._formBuilder.group({pd_type_id:[this.data.pd_type_id],type_name:[this.data.type_name,o.Validators.compose([o.Validators.required])]})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._pdTypeForm.value;isNaN(this.data.pd_type_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),this._pdTypeService.addMasterDetails(l,"PDTYPE").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._pdTypeService.editMasterDetails(l,"PDTYPE").subscribe(),this.dialogRef.close(),alert("Saved Successfully"))},l.prototype.onReset=function(){this._pdTypeForm.reset()},l}())},oQam:function(l,n,e){"use strict";n.FileLikeObject=function(){function l(l){var n,e=(n=l)&&(n.nodeName||n.prop&&n.attr&&n.find)?l.value:l;this["_createFrom"+("string"==typeof e?"FakePath":"Object")](e)}return l.prototype._createFromFakePath=function(l){this.lastModifiedDate=void 0,this.size=void 0,this.type="like/"+l.slice(l.lastIndexOf(".")+1).toLowerCase(),this.name=l.slice(l.lastIndexOf("/")+l.lastIndexOf("\\")+2)},l.prototype._createFromObject=function(l){this.size=l.size,this.type=l.type,this.name=l.name},l}()},pKD1:function(l,n,e){"use strict";var o=e("mrSG").__decorate,t=e("mrSG").__metadata,u=e("CcnG"),i=e("UpIn"),a=function(){function l(l){this.fileOver=new u.EventEmitter,this.onFileDrop=new u.EventEmitter,this.element=l}return l.prototype.getOptions=function(){return this.uploader.options},l.prototype.getFilters=function(){return{}},l.prototype.onDrop=function(l){var n=this._getTransfer(l);if(n){var e=this.getOptions(),o=this.getFilters();this._preventAndStop(l),this.uploader.addToQueue(n.files,e,o),this.fileOver.emit(!1),this.onFileDrop.emit(n.files)}},l.prototype.onDragOver=function(l){var n=this._getTransfer(l);this._haveFiles(n.types)&&(n.dropEffect="copy",this._preventAndStop(l),this.fileOver.emit(!0))},l.prototype.onDragLeave=function(l){this.element&&l.currentTarget===this.element[0]||(this._preventAndStop(l),this.fileOver.emit(!1))},l.prototype._getTransfer=function(l){return l.dataTransfer?l.dataTransfer:l.originalEvent.dataTransfer},l.prototype._preventAndStop=function(l){l.preventDefault(),l.stopPropagation()},l.prototype._haveFiles=function(l){return!!l&&(l.indexOf?-1!==l.indexOf("Files"):!!l.contains&&l.contains("Files"))},l}();o([u.Input(),t("design:type",i.FileUploader)],a.prototype,"uploader",void 0),o([u.Output(),t("design:type",u.EventEmitter)],a.prototype,"fileOver",void 0),o([u.Output(),t("design:type",u.EventEmitter)],a.prototype,"onFileDrop",void 0),o([u.HostListener("drop",["$event"]),t("design:type",Function),t("design:paramtypes",[Object]),t("design:returntype",void 0)],a.prototype,"onDrop",null),o([u.HostListener("dragover",["$event"]),t("design:type",Function),t("design:paramtypes",[Object]),t("design:returntype",void 0)],a.prototype,"onDragOver",null),o([u.HostListener("dragleave",["$event"]),t("design:type",Function),t("design:paramtypes",[Object]),t("design:returntype",Object)],a.prototype,"onDragLeave",null),a=o([u.Directive({selector:"[ng2FileDrop]"})],a),n.FileDropDirective=a},pZlb:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._MastersService=e,this.data=o}return l.prototype.ngOnInit=function(){this._pdLocationApproachForm=this._formBuilder.group({pd_location_approach_id:[this.data.pd_location_approach_id],description:[this.data.description,o.Validators.compose([o.Validators.required])]})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._pdLocationApproachForm.value;isNaN(this.data.pd_location_approach_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),this._MastersService.addMasterDetails(l,"PDLOCATIONAPPROACH").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._MastersService.editMasterDetails(l,"PDLOCATIONAPPROACH").subscribe(),this.dialogRef.close(),alert("Edited Successfully"))},l.prototype.onReset=function(){this._pdLocationApproachForm.reset()},l}())},pnYu:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("rtSM"),S=e("mIDB");e.d(n,"a",function(){return D});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Rating."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Comment On Locality \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,43,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,38,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,37,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Rating"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](46,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,48).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,48)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,48)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](47,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](48,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](49,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](50,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](52,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,54).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,54)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,54)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](53,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](54,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](55,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](56,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._CommentOnLocalityForm),l(n,34,0,""),l(n,37,0,e._CommentOnLocalityForm.controls.rating),l(n,40,0,"Rating","","text"),l(n,43,0,!e._CommentOnLocalityForm.controls.rating.valid&&e._CommentOnLocalityForm.controls.rating.touched),l(n,48,0,"above","Reset"),l(n,50,0),l(n,53,0,!e._CommentOnLocalityForm.valid),l(n,54,0,"above","Save"),l(n,56,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,46,0,o["\u0275nov"](n,47).disabled||null,"NoopAnimations"===o["\u0275nov"](n,47)._animationMode),l(n,49,0,o["\u0275nov"](n,50).inline),l(n,52,0,o["\u0275nov"](n,53).disabled||null,"NoopAnimations"===o["\u0275nov"](n,53)._animationMode),l(n,55,0,o["\u0275nov"](n,56).inline)})}var D=o["\u0275ccf"]("app-jazz-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,T,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},rtSM:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._mastersService=e,this.data=o}return l.prototype.ngOnInit=function(){this._CommentOnLocalityForm=this._formBuilder.group({comments_on_locality_id:[this.data.comments_on_locality_id],rating:[this.data.rating,o.Validators.compose([o.Validators.required])]})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._CommentOnLocalityForm.value;isNaN(this.data.comments_on_locality_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),this._mastersService.addMasterDetails(l,"COMMENTSONLOCALITY").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._mastersService.editMasterDetails(this._CommentOnLocalityForm.value,"COMMENTSONLOCALITY").subscribe(),this.dialogRef.close(),alert("Edited Successfully"))},l.prototype.onReset=function(){this._CommentOnLocalityForm.reset()},l}())},ty8k:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("21Lb"),i=e("OzfB"),a=e("o3x0"),d=e("bujt"),r=e("UodH"),s=e("dWZg"),c=e("lLAP"),m=e("wFw1"),p=e("v9Dh"),f=e("eDkP"),v=e("qAlS"),h=e("Fzqc"),g=e("Mr+X"),b=e("SMsm"),_=e("gIcY"),C=e("dJrM"),y=e("Wf4p"),R=e("b716"),w=e("/VYK"),I=e("Ip0R"),q=e("/Gf/"),S=e("mIDB");e.d(n,"a",function(){return N});var E=o["\u0275crt"]({encapsulation:0,styles:[["mat-form-field[_ngcontent-%COMP%]{width:100%}"]],data:{}});function F(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function T(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[11,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Short Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function D(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,u.d,[i.h,o.ElementRef,i.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,u.c,[i.h,o.ElementRef,[6,u.d],i.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,a.k,[[2,a.j],o.ElementRef,a.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Designation \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},d.b,d.a)),o["\u0275did"](9,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](10,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](12,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,65,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,_["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,_.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.ControlContainer,null,[_.FormGroupDirective]),o["\u0275did"](18,16384,null,0,_.NgControlStatusGroup,[[4,_.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,60,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,59,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,a.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](39,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](40,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,F)),o["\u0275did"](43,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,C.b,C.a)),o["\u0275did"](46,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,y.j],[2,h.c],[2,t.a],s.a,o.NgZone,[2,m.a]],null,null),o["\u0275qud"](335544320,8,{_control:0}),o["\u0275qud"](335544320,9,{_placeholderChild:0}),o["\u0275qud"](335544320,10,{_labelChild:0}),o["\u0275qud"](603979776,11,{_errorChildren:1}),o["\u0275qud"](603979776,12,{_hintChildren:1}),o["\u0275qud"](603979776,13,{_prefixChildren:1}),o["\u0275qud"](603979776,14,{_suffixChildren:1}),(l()(),o["\u0275eld"](54,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Short Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,55)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,55).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,55)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,55)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,62)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,62)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,62)._onInput()&&t),t},null,null)),o["\u0275did"](55,16384,null,0,_.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,_.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](56,16384,null,0,_.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,_.NG_VALIDATORS,function(l){return[l]},[_.RequiredValidator]),o["\u0275prd"](1024,null,_.NG_VALUE_ACCESSOR,function(l){return[l]},[_.DefaultValueAccessor]),o["\u0275did"](59,540672,null,0,_.FormControlDirective,[[6,_.NG_VALIDATORS],[8,null],[6,_.NG_VALUE_ACCESSOR],[2,_["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,_.NgControl,null,[_.FormControlDirective]),o["\u0275did"](61,16384,null,0,_.NgControlStatus,[[4,_.NgControl]],null,null),o["\u0275did"](62,999424,null,0,R.a,[o.ElementRef,s.a,[6,_.NgControl],[2,_.NgForm],[2,_.FormGroupDirective],y.d,[8,null],w.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[8,4]],t.d,null,[R.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,T)),o["\u0275did"](65,16384,null,0,I.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](66,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](67,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](68,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,70).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,70)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,70)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](69,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],null,null),o["\u0275did"](70,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](71,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](72,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](74,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,76).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,76)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,76)._handleTouchend()&&t),t},d.b,d.a)),o["\u0275did"](75,180224,null,0,r.b,[o.ElementRef,s.a,c.h,[2,m.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](76,147456,null,0,p.d,[f.c,o.ElementRef,v.c,o.ViewContainerRef,o.NgZone,s.a,c.c,c.h,p.b,[2,h.c],[2,p.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](77,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,g.b,g.a)),o["\u0275did"](78,638976,null,0,b.a,[o.ElementRef,b.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._designationForm),l(n,34,0,""),l(n,37,0,e._designationForm.controls.name),l(n,40,0,"Name","","text"),l(n,43,0,!e._designationForm.controls.name.valid&&e._designationForm.controls.name.touched),l(n,56,0,""),l(n,59,0,e._designationForm.controls.short_name),l(n,62,0,"Short Name","","text"),l(n,65,0,!e._designationForm.controls.short_name.valid&&e._designationForm.controls.short_name.touched),l(n,70,0,"above","Reset"),l(n,72,0),l(n,75,0,!e._designationForm.valid),l(n,76,0,"above","Save"),l(n,78,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,45,1,["standard"==o["\u0275nov"](n,46).appearance,"fill"==o["\u0275nov"](n,46).appearance,"outline"==o["\u0275nov"](n,46).appearance,"legacy"==o["\u0275nov"](n,46).appearance,o["\u0275nov"](n,46)._control.errorState,o["\u0275nov"](n,46)._canLabelFloat,o["\u0275nov"](n,46)._shouldLabelFloat(),o["\u0275nov"](n,46)._hideControlPlaceholder(),o["\u0275nov"](n,46)._control.disabled,o["\u0275nov"](n,46)._control.autofilled,o["\u0275nov"](n,46)._control.focused,"accent"==o["\u0275nov"](n,46).color,"warn"==o["\u0275nov"](n,46).color,o["\u0275nov"](n,46)._shouldForward("untouched"),o["\u0275nov"](n,46)._shouldForward("touched"),o["\u0275nov"](n,46)._shouldForward("pristine"),o["\u0275nov"](n,46)._shouldForward("dirty"),o["\u0275nov"](n,46)._shouldForward("valid"),o["\u0275nov"](n,46)._shouldForward("invalid"),o["\u0275nov"](n,46)._shouldForward("pending"),!o["\u0275nov"](n,46)._animationsEnabled]),l(n,54,1,[o["\u0275nov"](n,56).required?"":null,o["\u0275nov"](n,61).ngClassUntouched,o["\u0275nov"](n,61).ngClassTouched,o["\u0275nov"](n,61).ngClassPristine,o["\u0275nov"](n,61).ngClassDirty,o["\u0275nov"](n,61).ngClassValid,o["\u0275nov"](n,61).ngClassInvalid,o["\u0275nov"](n,61).ngClassPending,o["\u0275nov"](n,62)._isServer,o["\u0275nov"](n,62).id,o["\u0275nov"](n,62).placeholder,o["\u0275nov"](n,62).disabled,o["\u0275nov"](n,62).required,o["\u0275nov"](n,62).readonly,o["\u0275nov"](n,62)._ariaDescribedby||null,o["\u0275nov"](n,62).errorState,o["\u0275nov"](n,62).required.toString()]),l(n,68,0,o["\u0275nov"](n,69).disabled||null,"NoopAnimations"===o["\u0275nov"](n,69)._animationMode),l(n,71,0,o["\u0275nov"](n,72).inline),l(n,74,0,o["\u0275nov"](n,75).disabled||null,"NoopAnimations"===o["\u0275nov"](n,75)._animationMode),l(n,77,0,o["\u0275nov"](n,78).inline)})}var N=o["\u0275ccf"]("app-designation-dialog",q.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-designation-dialog",[],null,null,null,D,E)),o["\u0275did"](1,114688,null,0,q.a,[_.FormBuilder,a.j,S.a,a.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},vfsg:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._mastersService=e,this.data=o,this.files=null}return l.prototype.ngOnInit=function(){var l=this;this._companyForm=this._formBuilder.group({company_id:[this.data.company_id],name:[this.data.name,o.Validators.compose([o.Validators.required])],addressline1:[this.data.addressline1,o.Validators.compose([o.Validators.required])],addressline2:[this.data.addressline2,o.Validators.compose([o.Validators.required])],addressline3:[this.data.addressline3,o.Validators.compose([o.Validators.required])],city:[this.data.city,o.Validators.compose([o.Validators.required])],state:[this.data.state,o.Validators.compose([o.Validators.required])],pincode:[this.data.pincode,o.Validators.compose([o.Validators.required,o.Validators.minLength(5),o.Validators.maxLength(6)])]}),this._mastersService.getAllMasterData("STATE").subscribe(function(n){200==n.status&&(l.stateDatas=n.records,l.stateDatas=l.stateDatas.filter(function(l){return 1==l.isactive}))},function(n){return l.errorMessage=n}),this._mastersService.getAllMasterData("CITY").subscribe(function(n){l.citydatas=n.records,l.citydatas=l.citydatas.filter(function(l){return 1==l.isactive})},function(n){return l.errorMessage=n})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._companyForm.value;console.log(l),isNaN(this.data.company_id)?(console.log(l),Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),console.log(l),this._mastersService.addMasterDetails(l,"COMPANY").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._mastersService.editMasterDetails(l,"COMPANY").subscribe(),this.dialogRef.close(),alert("Edited Successfully"))},l.prototype.onReset=function(){this._companyForm.reset()},l}())},vsWI:function(l,n,e){"use strict";var o=e("CcnG"),t=e("seP3"),u=e("MlvX"),i=e("Wf4p"),a=e("21Lb"),d=e("OzfB"),r=e("o3x0"),s=e("bujt"),c=e("UodH"),m=e("dWZg"),p=e("lLAP"),f=e("wFw1"),v=e("v9Dh"),h=e("eDkP"),g=e("qAlS"),b=e("Fzqc"),_=e("Mr+X"),C=e("SMsm"),y=e("gIcY"),R=e("dJrM"),w=e("b716"),I=e("/VYK"),q=e("Ip0R"),S=e("Azqq"),E=e("uGex"),F=e("vfsg"),T=e("mIDB");e.d(n,"a",function(){return z});var D=o["\u0275crt"]({encapsulation:0,styles:[[""]],data:{}});function N(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[4,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function x(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[11,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a addressline1."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function A(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[18,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function k(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[25,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a Name."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function V(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-option",[["class","mat-option"],["role","option"]],[[1,"tabindex",0],[2,"mat-selected",null],[2,"mat-option-multiple",null],[2,"mat-active",null],[8,"id",0],[1,"aria-selected",0],[1,"aria-disabled",0],[2,"mat-option-disabled",null]],[[null,"click"],[null,"keydown"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,1)._selectViaInteraction()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,1)._handleKeydown(e)&&t),t},u.c,u.a)),o["\u0275did"](1,8568832,[[36,4]],0,i.t,[o.ElementRef,o.ChangeDetectorRef,[2,i.l],[2,i.s]],{value:[0,"value"]},null),(l()(),o["\u0275ted"](2,0,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.city_id)},function(l,n){l(n,0,0,o["\u0275nov"](n,1)._getTabIndex(),o["\u0275nov"](n,1).selected,o["\u0275nov"](n,1).multiple,o["\u0275nov"](n,1).active,o["\u0275nov"](n,1).id,o["\u0275nov"](n,1).selected.toString(),o["\u0275nov"](n,1).disabled.toString(),o["\u0275nov"](n,1).disabled),l(n,2,0,n.context.$implicit.name)})}function O(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[32,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must include a City."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function P(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[42,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["Your pincode must be at least 5 characters long."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function M(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[42,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["Your pincode name cannot exceed 6 characters."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function L(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-option",[["class","mat-option"],["role","option"]],[[1,"tabindex",0],[2,"mat-selected",null],[2,"mat-option-multiple",null],[2,"mat-active",null],[8,"id",0],[1,"aria-selected",0],[1,"aria-disabled",0],[2,"mat-option-disabled",null]],[[null,"click"],[null,"keydown"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==o["\u0275nov"](l,1)._selectViaInteraction()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,1)._handleKeydown(e)&&t),t},u.c,u.a)),o["\u0275did"](1,8568832,[[53,4]],0,i.t,[o.ElementRef,o.ChangeDetectorRef,[2,i.l],[2,i.s]],{value:[0,"value"]},null),(l()(),o["\u0275ted"](2,0,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.state_id)},function(l,n){l(n,0,0,o["\u0275nov"](n,1)._getTabIndex(),o["\u0275nov"](n,1).selected,o["\u0275nov"](n,1).multiple,o["\u0275nov"](n,1).active,o["\u0275nov"](n,1).id,o["\u0275nov"](n,1).selected.toString(),o["\u0275nov"](n,1).disabled.toString(),o["\u0275nov"](n,1).disabled),l(n,2,0,n.context.$implicit.name)})}function j(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"mat-error",[["class","mat-text-warn mat-error"],["role","alert"]],[[1,"id",0]],null,null,null,null)),o["\u0275did"](1,16384,[[49,4]],0,t.b,[],null,null),(l()(),o["\u0275ted"](-1,null,["You must Pickup a State."]))],null,function(l,n){l(n,0,0,o["\u0275nov"](n,1).id)})}function H(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,13,"div",[["class","ml-xs mr-xs"],["fxLayout","row"],["fxLayoutAlign","center"],["style","width: 100%;"]],null,null,null,null,null)),o["\u0275did"](1,737280,null,0,a.d,[d.h,o.ElementRef,d.l],{layout:[0,"layout"]},null),o["\u0275did"](2,737280,null,0,a.c,[d.h,o.ElementRef,[6,a.d],d.l],{align:[0,"align"]},null),(l()(),o["\u0275eld"](3,0,null,null,2,"h2",[["class","mat-dialog-title"],["mat-dialog-title",""],["style","width: 30%;"]],[[8,"id",0]],null,null,null,null)),o["\u0275did"](4,81920,null,0,r.k,[[2,r.j],o.ElementRef,r.e],null,null),(l()(),o["\u0275ted"](-1,null,[" Company \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0"])),(l()(),o["\u0275eld"](6,0,null,null,0,"div",[["style","width: 40%;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](7,0,null,null,6,"div",[["style","width: 30%;text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](8,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Close"],["matTooltipPosition","above"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"],[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0,u=l.component;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,10).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,10)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,10)._handleTouchend()&&t),"click"===n&&(t=!1!==u.onNoClick()&&t),t},s.b,s.a)),o["\u0275did"](9,180224,null,0,c.b,[o.ElementRef,m.a,p.h,[2,f.a]],null,null),o["\u0275did"](10,147456,null,0,v.d,[h.c,o.ElementRef,g.c,o.ViewContainerRef,o.NgZone,m.a,p.c,p.h,v.b,[2,b.c],[2,v.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](11,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,_.b,_.a)),o["\u0275did"](12,638976,null,0,C.a,[o.ElementRef,C.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"])),(l()(),o["\u0275eld"](14,0,null,null,188,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,e){var t=!0,u=l.component;return"submit"===n&&(t=!1!==o["\u0275nov"](l,16).onSubmit(e)&&t),"reset"===n&&(t=!1!==o["\u0275nov"](l,16).onReset()&&t),"submit"===n&&(t=!1!==u.onSubmit()&&t),t},null,null)),o["\u0275did"](15,16384,null,0,y["\u0275angular_packages_forms_forms_bg"],[],null,null),o["\u0275did"](16,540672,null,0,y.FormGroupDirective,[[8,null],[8,null]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.ControlContainer,null,[y.FormGroupDirective]),o["\u0275did"](18,16384,null,0,y.NgControlStatusGroup,[[4,y.ControlContainer]],null,null),(l()(),o["\u0275eld"](19,0,null,null,183,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),o["\u0275eld"](20,0,null,null,182,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),o["\u0275did"](21,16384,null,0,r.h,[],null,null),(l()(),o["\u0275eld"](22,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](23,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](24,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,i.j],[2,b.c],[2,t.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,1,{_control:0}),o["\u0275qud"](335544320,2,{_placeholderChild:0}),o["\u0275qud"](335544320,3,{_labelChild:0}),o["\u0275qud"](603979776,4,{_errorChildren:1}),o["\u0275qud"](603979776,5,{_hintChildren:1}),o["\u0275qud"](603979776,6,{_prefixChildren:1}),o["\u0275qud"](603979776,7,{_suffixChildren:1}),(l()(),o["\u0275eld"](32,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Company Name"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,33)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,33).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,33)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,40)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,40)._onInput()&&t),t},null,null)),o["\u0275did"](33,16384,null,0,y.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,y.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](34,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275prd"](1024,null,y.NG_VALUE_ACCESSOR,function(l){return[l]},[y.DefaultValueAccessor]),o["\u0275did"](37,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[6,y.NG_VALUE_ACCESSOR],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](39,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](40,999424,null,0,w.a,[o.ElementRef,m.a,[6,y.NgControl],[2,y.NgForm],[2,y.FormGroupDirective],i.d,[8,null],I.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[1,4]],t.d,null,[w.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,N)),o["\u0275did"](43,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](44,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](45,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](46,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,i.j],[2,b.c],[2,t.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,8,{_control:0}),o["\u0275qud"](335544320,9,{_placeholderChild:0}),o["\u0275qud"](335544320,10,{_labelChild:0}),o["\u0275qud"](603979776,11,{_errorChildren:1}),o["\u0275qud"](603979776,12,{_hintChildren:1}),o["\u0275qud"](603979776,13,{_prefixChildren:1}),o["\u0275qud"](603979776,14,{_suffixChildren:1}),(l()(),o["\u0275eld"](54,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Company addressline1"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,55)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,55).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,55)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,55)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,62)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,62)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,62)._onInput()&&t),t},null,null)),o["\u0275did"](55,16384,null,0,y.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,y.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](56,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275prd"](1024,null,y.NG_VALUE_ACCESSOR,function(l){return[l]},[y.DefaultValueAccessor]),o["\u0275did"](59,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[6,y.NG_VALUE_ACCESSOR],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](61,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](62,999424,null,0,w.a,[o.ElementRef,m.a,[6,y.NgControl],[2,y.NgForm],[2,y.FormGroupDirective],i.d,[8,null],I.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[8,4]],t.d,null,[w.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,x)),o["\u0275did"](65,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](66,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](67,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](68,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,i.j],[2,b.c],[2,t.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,15,{_control:0}),o["\u0275qud"](335544320,16,{_placeholderChild:0}),o["\u0275qud"](335544320,17,{_labelChild:0}),o["\u0275qud"](603979776,18,{_errorChildren:1}),o["\u0275qud"](603979776,19,{_hintChildren:1}),o["\u0275qud"](603979776,20,{_prefixChildren:1}),o["\u0275qud"](603979776,21,{_suffixChildren:1}),(l()(),o["\u0275eld"](76,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Company addressline2"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,77)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,77).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,77)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,77)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,84)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,84)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,84)._onInput()&&t),t},null,null)),o["\u0275did"](77,16384,null,0,y.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,y.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](78,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275prd"](1024,null,y.NG_VALUE_ACCESSOR,function(l){return[l]},[y.DefaultValueAccessor]),o["\u0275did"](81,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[6,y.NG_VALUE_ACCESSOR],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](83,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](84,999424,null,0,w.a,[o.ElementRef,m.a,[6,y.NgControl],[2,y.NgForm],[2,y.FormGroupDirective],i.d,[8,null],I.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[15,4]],t.d,null,[w.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,A)),o["\u0275did"](87,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](88,0,null,null,21,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](89,0,null,null,20,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](90,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,i.j],[2,b.c],[2,t.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,22,{_control:0}),o["\u0275qud"](335544320,23,{_placeholderChild:0}),o["\u0275qud"](335544320,24,{_labelChild:0}),o["\u0275qud"](603979776,25,{_errorChildren:1}),o["\u0275qud"](603979776,26,{_hintChildren:1}),o["\u0275qud"](603979776,27,{_prefixChildren:1}),o["\u0275qud"](603979776,28,{_suffixChildren:1}),(l()(),o["\u0275eld"](98,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Company addressline3"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,99)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,99).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,99)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,99)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,106)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,106)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,106)._onInput()&&t),t},null,null)),o["\u0275did"](99,16384,null,0,y.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,y.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](100,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275prd"](1024,null,y.NG_VALUE_ACCESSOR,function(l){return[l]},[y.DefaultValueAccessor]),o["\u0275did"](103,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[6,y.NG_VALUE_ACCESSOR],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](105,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](106,999424,null,0,w.a,[o.ElementRef,m.a,[6,y.NgControl],[2,y.NgForm],[2,y.FormGroupDirective],i.d,[8,null],I.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[22,4]],t.d,null,[w.a]),(l()(),o["\u0275and"](16777216,null,5,1,null,k)),o["\u0275did"](109,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](110,0,null,null,25,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](111,0,null,null,24,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](112,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,i.j],[2,b.c],[2,t.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,29,{_control:0}),o["\u0275qud"](335544320,30,{_placeholderChild:0}),o["\u0275qud"](335544320,31,{_labelChild:0}),o["\u0275qud"](603979776,32,{_errorChildren:1}),o["\u0275qud"](603979776,33,{_hintChildren:1}),o["\u0275qud"](603979776,34,{_prefixChildren:1}),o["\u0275qud"](603979776,35,{_suffixChildren:1}),(l()(),o["\u0275eld"](120,0,null,1,13,"mat-select",[["class","mat-select"],["placeholder","Pick Up City name"],["required",""],["role","listbox"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[1,"id",0],[1,"tabindex",0],[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-required",0],[1,"aria-disabled",0],[1,"aria-invalid",0],[1,"aria-owns",0],[1,"aria-multiselectable",0],[1,"aria-describedby",0],[1,"aria-activedescendant",0],[2,"mat-select-disabled",null],[2,"mat-select-invalid",null],[2,"mat-select-required",null]],[[null,"keydown"],[null,"focus"],[null,"blur"]],function(l,n,e){var t=!0;return"keydown"===n&&(t=!1!==o["\u0275nov"](l,127)._handleKeydown(e)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,127)._onFocus()&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,127)._onBlur()&&t),t},S.b,S.a)),o["\u0275prd"](6144,null,i.l,null,[E.c]),o["\u0275did"](122,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275did"](124,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[8,null],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](126,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](127,2080768,null,3,E.c,[g.e,o.ChangeDetectorRef,o.NgZone,i.d,o.ElementRef,[2,b.c],[2,y.NgForm],[2,y.FormGroupDirective],[2,t.c],[6,y.NgControl],[8,null],E.a],{placeholder:[0,"placeholder"],required:[1,"required"]},null),o["\u0275qud"](603979776,36,{options:1}),o["\u0275qud"](603979776,37,{optionGroups:1}),o["\u0275qud"](335544320,38,{customTrigger:0}),o["\u0275prd"](2048,[[29,4]],t.d,null,[E.c]),(l()(),o["\u0275and"](16777216,null,1,1,null,V)),o["\u0275did"](133,278528,null,0,q.NgForOf,[o.ViewContainerRef,o.TemplateRef,o.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(l()(),o["\u0275and"](16777216,null,5,1,null,O)),o["\u0275did"](135,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](136,0,null,null,26,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](137,0,null,null,25,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](138,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,i.j],[2,b.c],[2,t.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,39,{_control:0}),o["\u0275qud"](335544320,40,{_placeholderChild:0}),o["\u0275qud"](335544320,41,{_labelChild:0}),o["\u0275qud"](603979776,42,{_errorChildren:1}),o["\u0275qud"](603979776,43,{_hintChildren:1}),o["\u0275qud"](603979776,44,{_prefixChildren:1}),o["\u0275qud"](603979776,45,{_suffixChildren:1}),(l()(),o["\u0275eld"](146,0,null,1,9,"input",[["class","mat-input-element mat-form-field-autofill-control"],["matInput",""],["placeholder","Pin code"],["required",""],["type","text"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"placeholder",0],[8,"disabled",0],[8,"required",0],[8,"readOnly",0],[1,"aria-describedby",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var t=!0;return"input"===n&&(t=!1!==o["\u0275nov"](l,147)._handleInput(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,147).onTouched()&&t),"compositionstart"===n&&(t=!1!==o["\u0275nov"](l,147)._compositionStart()&&t),"compositionend"===n&&(t=!1!==o["\u0275nov"](l,147)._compositionEnd(e.target.value)&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,154)._focusChanged(!1)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,154)._focusChanged(!0)&&t),"input"===n&&(t=!1!==o["\u0275nov"](l,154)._onInput()&&t),t},null,null)),o["\u0275did"](147,16384,null,0,y.DefaultValueAccessor,[o.Renderer2,o.ElementRef,[2,y.COMPOSITION_BUFFER_MODE]],null,null),o["\u0275did"](148,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275prd"](1024,null,y.NG_VALUE_ACCESSOR,function(l){return[l]},[y.DefaultValueAccessor]),o["\u0275did"](151,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[6,y.NG_VALUE_ACCESSOR],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](153,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](154,999424,null,0,w.a,[o.ElementRef,m.a,[6,y.NgControl],[2,y.NgForm],[2,y.FormGroupDirective],i.d,[8,null],I.a,o.NgZone],{placeholder:[0,"placeholder"],required:[1,"required"],type:[2,"type"]},null),o["\u0275prd"](2048,[[39,4]],t.d,null,[w.a]),(l()(),o["\u0275eld"](156,0,null,6,2,"mat-hint",[["class","mat-hint"]],[[2,"mat-right",null],[1,"id",0],[1,"align",0]],null,null,null,null)),o["\u0275did"](157,16384,[[43,4]],0,t.f,[],null,null),(l()(),o["\u0275ted"](-1,null,["pincode should be in 6 digit format"])),(l()(),o["\u0275and"](16777216,null,5,1,null,P)),o["\u0275did"](160,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,5,1,null,M)),o["\u0275did"](162,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](163,0,null,null,25,"div",[["class","ml-xs mr-xs"]],null,null,null,null,null)),(l()(),o["\u0275eld"](164,0,null,null,24,"mat-form-field",[["class","mat-form-field"],["style","width: 100%"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,R.b,R.a)),o["\u0275did"](165,7389184,null,7,t.c,[o.ElementRef,o.ChangeDetectorRef,[2,i.j],[2,b.c],[2,t.a],m.a,o.NgZone,[2,f.a]],null,null),o["\u0275qud"](335544320,46,{_control:0}),o["\u0275qud"](335544320,47,{_placeholderChild:0}),o["\u0275qud"](335544320,48,{_labelChild:0}),o["\u0275qud"](603979776,49,{_errorChildren:1}),o["\u0275qud"](603979776,50,{_hintChildren:1}),o["\u0275qud"](603979776,51,{_prefixChildren:1}),o["\u0275qud"](603979776,52,{_suffixChildren:1}),(l()(),o["\u0275eld"](173,0,null,1,13,"mat-select",[["class","mat-select"],["placeholder","Pick Up State Name"],["required",""],["role","listbox"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[1,"id",0],[1,"tabindex",0],[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-required",0],[1,"aria-disabled",0],[1,"aria-invalid",0],[1,"aria-owns",0],[1,"aria-multiselectable",0],[1,"aria-describedby",0],[1,"aria-activedescendant",0],[2,"mat-select-disabled",null],[2,"mat-select-invalid",null],[2,"mat-select-required",null]],[[null,"keydown"],[null,"focus"],[null,"blur"]],function(l,n,e){var t=!0;return"keydown"===n&&(t=!1!==o["\u0275nov"](l,180)._handleKeydown(e)&&t),"focus"===n&&(t=!1!==o["\u0275nov"](l,180)._onFocus()&&t),"blur"===n&&(t=!1!==o["\u0275nov"](l,180)._onBlur()&&t),t},S.b,S.a)),o["\u0275prd"](6144,null,i.l,null,[E.c]),o["\u0275did"](175,16384,null,0,y.RequiredValidator,[],{required:[0,"required"]},null),o["\u0275prd"](1024,null,y.NG_VALIDATORS,function(l){return[l]},[y.RequiredValidator]),o["\u0275did"](177,540672,null,0,y.FormControlDirective,[[6,y.NG_VALIDATORS],[8,null],[8,null],[2,y["\u0275angular_packages_forms_forms_j"]]],{form:[0,"form"]},null),o["\u0275prd"](2048,null,y.NgControl,null,[y.FormControlDirective]),o["\u0275did"](179,16384,null,0,y.NgControlStatus,[[4,y.NgControl]],null,null),o["\u0275did"](180,2080768,null,3,E.c,[g.e,o.ChangeDetectorRef,o.NgZone,i.d,o.ElementRef,[2,b.c],[2,y.NgForm],[2,y.FormGroupDirective],[2,t.c],[6,y.NgControl],[8,null],E.a],{placeholder:[0,"placeholder"],required:[1,"required"]},null),o["\u0275qud"](603979776,53,{options:1}),o["\u0275qud"](603979776,54,{optionGroups:1}),o["\u0275qud"](335544320,55,{customTrigger:0}),o["\u0275prd"](2048,[[46,4]],t.d,null,[E.c]),(l()(),o["\u0275and"](16777216,null,1,1,null,L)),o["\u0275did"](186,278528,null,0,q.NgForOf,[o.ViewContainerRef,o.TemplateRef,o.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(l()(),o["\u0275and"](16777216,null,5,1,null,j)),o["\u0275did"](188,16384,null,0,q.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](189,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),o["\u0275eld"](190,0,null,null,12,"div",[["class","row"],["style","text-align:right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](191,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Reset"],["matTooltipPosition","above"],["type","reset"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,193).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,193)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,193)._handleTouchend()&&t),t},s.b,s.a)),o["\u0275did"](192,180224,null,0,c.b,[o.ElementRef,m.a,p.h,[2,f.a]],null,null),o["\u0275did"](193,147456,null,0,v.d,[h.c,o.ElementRef,g.c,o.ViewContainerRef,o.NgZone,m.a,p.c,p.h,v.b,[2,b.c],[2,v.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](194,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,_.b,_.a)),o["\u0275did"](195,638976,null,0,C.a,[o.ElementRef,C.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["settings_backup_restore"])),(l()(),o["\u0275eld"](197,16777216,null,null,5,"button",[["class","mr-1 mb-1 hover-icon"],["mat-icon-button",""],["mat-raised-button",""],["matTooltip","Save"],["matTooltipPosition","above"],["type","submit"]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"longpress"],[null,"keydown"],[null,"touchend"]],function(l,n,e){var t=!0;return"longpress"===n&&(t=!1!==o["\u0275nov"](l,199).show()&&t),"keydown"===n&&(t=!1!==o["\u0275nov"](l,199)._handleKeydown(e)&&t),"touchend"===n&&(t=!1!==o["\u0275nov"](l,199)._handleTouchend()&&t),t},s.b,s.a)),o["\u0275did"](198,180224,null,0,c.b,[o.ElementRef,m.a,p.h,[2,f.a]],{disabled:[0,"disabled"]},null),o["\u0275did"](199,147456,null,0,v.d,[h.c,o.ElementRef,g.c,o.ViewContainerRef,o.NgZone,m.a,p.c,p.h,v.b,[2,b.c],[2,v.a]],{position:[0,"position"],message:[1,"message"]},null),(l()(),o["\u0275eld"](200,0,null,0,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,_.b,_.a)),o["\u0275did"](201,638976,null,0,C.a,[o.ElementRef,C.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["save"]))],function(l,n){var e=n.component;l(n,1,0,"row"),l(n,2,0,"center"),l(n,4,0),l(n,10,0,"above","Close"),l(n,12,0),l(n,16,0,e._companyForm),l(n,34,0,""),l(n,37,0,e._companyForm.controls.name),l(n,40,0,"Company Name","","text"),l(n,43,0,!e._companyForm.controls.name.valid&&e._companyForm.controls.name.touched),l(n,56,0,""),l(n,59,0,e._companyForm.controls.addressline1),l(n,62,0,"Company addressline1","","text"),l(n,65,0,!e._companyForm.controls.addressline1.valid&&e._companyForm.controls.addressline1.touched),l(n,78,0,""),l(n,81,0,e._companyForm.controls.addressline2),l(n,84,0,"Company addressline2","","text"),l(n,87,0,!e._companyForm.controls.addressline2.valid&&e._companyForm.controls.addressline2.touched),l(n,100,0,""),l(n,103,0,e._companyForm.controls.addressline3),l(n,106,0,"Company addressline3","","text"),l(n,109,0,!e._companyForm.controls.addressline3.valid&&e._companyForm.controls.addressline3.touched),l(n,122,0,""),l(n,124,0,e._companyForm.controls.city),l(n,127,0,"Pick Up City name",""),l(n,133,0,e.citydatas),l(n,135,0,!e._companyForm.controls.city.valid&&e._companyForm.controls.city.touched),l(n,148,0,""),l(n,151,0,e._companyForm.controls.pincode),l(n,154,0,"Pin code","","text"),l(n,160,0,e._companyForm.controls.pincode.hasError("minlength")&&e._companyForm.controls.pincode.touched),l(n,162,0,e._companyForm.controls.pincode.hasError("maxlength")&&e._companyForm.controls.pincode.touched),l(n,175,0,""),l(n,177,0,e._companyForm.controls.state),l(n,180,0,"Pick Up State Name",""),l(n,186,0,e.stateDatas),l(n,188,0,!e._companyForm.controls.state.valid&&e._companyForm.controls.state.touched),l(n,193,0,"above","Reset"),l(n,195,0),l(n,198,0,!e._companyForm.valid),l(n,199,0,"above","Save"),l(n,201,0)},function(l,n){l(n,3,0,o["\u0275nov"](n,4).id),l(n,8,0,o["\u0275nov"](n,9).disabled||null,"NoopAnimations"===o["\u0275nov"](n,9)._animationMode),l(n,11,0,o["\u0275nov"](n,12).inline),l(n,14,0,o["\u0275nov"](n,18).ngClassUntouched,o["\u0275nov"](n,18).ngClassTouched,o["\u0275nov"](n,18).ngClassPristine,o["\u0275nov"](n,18).ngClassDirty,o["\u0275nov"](n,18).ngClassValid,o["\u0275nov"](n,18).ngClassInvalid,o["\u0275nov"](n,18).ngClassPending),l(n,23,1,["standard"==o["\u0275nov"](n,24).appearance,"fill"==o["\u0275nov"](n,24).appearance,"outline"==o["\u0275nov"](n,24).appearance,"legacy"==o["\u0275nov"](n,24).appearance,o["\u0275nov"](n,24)._control.errorState,o["\u0275nov"](n,24)._canLabelFloat,o["\u0275nov"](n,24)._shouldLabelFloat(),o["\u0275nov"](n,24)._hideControlPlaceholder(),o["\u0275nov"](n,24)._control.disabled,o["\u0275nov"](n,24)._control.autofilled,o["\u0275nov"](n,24)._control.focused,"accent"==o["\u0275nov"](n,24).color,"warn"==o["\u0275nov"](n,24).color,o["\u0275nov"](n,24)._shouldForward("untouched"),o["\u0275nov"](n,24)._shouldForward("touched"),o["\u0275nov"](n,24)._shouldForward("pristine"),o["\u0275nov"](n,24)._shouldForward("dirty"),o["\u0275nov"](n,24)._shouldForward("valid"),o["\u0275nov"](n,24)._shouldForward("invalid"),o["\u0275nov"](n,24)._shouldForward("pending"),!o["\u0275nov"](n,24)._animationsEnabled]),l(n,32,1,[o["\u0275nov"](n,34).required?"":null,o["\u0275nov"](n,39).ngClassUntouched,o["\u0275nov"](n,39).ngClassTouched,o["\u0275nov"](n,39).ngClassPristine,o["\u0275nov"](n,39).ngClassDirty,o["\u0275nov"](n,39).ngClassValid,o["\u0275nov"](n,39).ngClassInvalid,o["\u0275nov"](n,39).ngClassPending,o["\u0275nov"](n,40)._isServer,o["\u0275nov"](n,40).id,o["\u0275nov"](n,40).placeholder,o["\u0275nov"](n,40).disabled,o["\u0275nov"](n,40).required,o["\u0275nov"](n,40).readonly,o["\u0275nov"](n,40)._ariaDescribedby||null,o["\u0275nov"](n,40).errorState,o["\u0275nov"](n,40).required.toString()]),l(n,45,1,["standard"==o["\u0275nov"](n,46).appearance,"fill"==o["\u0275nov"](n,46).appearance,"outline"==o["\u0275nov"](n,46).appearance,"legacy"==o["\u0275nov"](n,46).appearance,o["\u0275nov"](n,46)._control.errorState,o["\u0275nov"](n,46)._canLabelFloat,o["\u0275nov"](n,46)._shouldLabelFloat(),o["\u0275nov"](n,46)._hideControlPlaceholder(),o["\u0275nov"](n,46)._control.disabled,o["\u0275nov"](n,46)._control.autofilled,o["\u0275nov"](n,46)._control.focused,"accent"==o["\u0275nov"](n,46).color,"warn"==o["\u0275nov"](n,46).color,o["\u0275nov"](n,46)._shouldForward("untouched"),o["\u0275nov"](n,46)._shouldForward("touched"),o["\u0275nov"](n,46)._shouldForward("pristine"),o["\u0275nov"](n,46)._shouldForward("dirty"),o["\u0275nov"](n,46)._shouldForward("valid"),o["\u0275nov"](n,46)._shouldForward("invalid"),o["\u0275nov"](n,46)._shouldForward("pending"),!o["\u0275nov"](n,46)._animationsEnabled]),l(n,54,1,[o["\u0275nov"](n,56).required?"":null,o["\u0275nov"](n,61).ngClassUntouched,o["\u0275nov"](n,61).ngClassTouched,o["\u0275nov"](n,61).ngClassPristine,o["\u0275nov"](n,61).ngClassDirty,o["\u0275nov"](n,61).ngClassValid,o["\u0275nov"](n,61).ngClassInvalid,o["\u0275nov"](n,61).ngClassPending,o["\u0275nov"](n,62)._isServer,o["\u0275nov"](n,62).id,o["\u0275nov"](n,62).placeholder,o["\u0275nov"](n,62).disabled,o["\u0275nov"](n,62).required,o["\u0275nov"](n,62).readonly,o["\u0275nov"](n,62)._ariaDescribedby||null,o["\u0275nov"](n,62).errorState,o["\u0275nov"](n,62).required.toString()]),l(n,67,1,["standard"==o["\u0275nov"](n,68).appearance,"fill"==o["\u0275nov"](n,68).appearance,"outline"==o["\u0275nov"](n,68).appearance,"legacy"==o["\u0275nov"](n,68).appearance,o["\u0275nov"](n,68)._control.errorState,o["\u0275nov"](n,68)._canLabelFloat,o["\u0275nov"](n,68)._shouldLabelFloat(),o["\u0275nov"](n,68)._hideControlPlaceholder(),o["\u0275nov"](n,68)._control.disabled,o["\u0275nov"](n,68)._control.autofilled,o["\u0275nov"](n,68)._control.focused,"accent"==o["\u0275nov"](n,68).color,"warn"==o["\u0275nov"](n,68).color,o["\u0275nov"](n,68)._shouldForward("untouched"),o["\u0275nov"](n,68)._shouldForward("touched"),o["\u0275nov"](n,68)._shouldForward("pristine"),o["\u0275nov"](n,68)._shouldForward("dirty"),o["\u0275nov"](n,68)._shouldForward("valid"),o["\u0275nov"](n,68)._shouldForward("invalid"),o["\u0275nov"](n,68)._shouldForward("pending"),!o["\u0275nov"](n,68)._animationsEnabled]),l(n,76,1,[o["\u0275nov"](n,78).required?"":null,o["\u0275nov"](n,83).ngClassUntouched,o["\u0275nov"](n,83).ngClassTouched,o["\u0275nov"](n,83).ngClassPristine,o["\u0275nov"](n,83).ngClassDirty,o["\u0275nov"](n,83).ngClassValid,o["\u0275nov"](n,83).ngClassInvalid,o["\u0275nov"](n,83).ngClassPending,o["\u0275nov"](n,84)._isServer,o["\u0275nov"](n,84).id,o["\u0275nov"](n,84).placeholder,o["\u0275nov"](n,84).disabled,o["\u0275nov"](n,84).required,o["\u0275nov"](n,84).readonly,o["\u0275nov"](n,84)._ariaDescribedby||null,o["\u0275nov"](n,84).errorState,o["\u0275nov"](n,84).required.toString()]),l(n,89,1,["standard"==o["\u0275nov"](n,90).appearance,"fill"==o["\u0275nov"](n,90).appearance,"outline"==o["\u0275nov"](n,90).appearance,"legacy"==o["\u0275nov"](n,90).appearance,o["\u0275nov"](n,90)._control.errorState,o["\u0275nov"](n,90)._canLabelFloat,o["\u0275nov"](n,90)._shouldLabelFloat(),o["\u0275nov"](n,90)._hideControlPlaceholder(),o["\u0275nov"](n,90)._control.disabled,o["\u0275nov"](n,90)._control.autofilled,o["\u0275nov"](n,90)._control.focused,"accent"==o["\u0275nov"](n,90).color,"warn"==o["\u0275nov"](n,90).color,o["\u0275nov"](n,90)._shouldForward("untouched"),o["\u0275nov"](n,90)._shouldForward("touched"),o["\u0275nov"](n,90)._shouldForward("pristine"),o["\u0275nov"](n,90)._shouldForward("dirty"),o["\u0275nov"](n,90)._shouldForward("valid"),o["\u0275nov"](n,90)._shouldForward("invalid"),o["\u0275nov"](n,90)._shouldForward("pending"),!o["\u0275nov"](n,90)._animationsEnabled]),l(n,98,1,[o["\u0275nov"](n,100).required?"":null,o["\u0275nov"](n,105).ngClassUntouched,o["\u0275nov"](n,105).ngClassTouched,o["\u0275nov"](n,105).ngClassPristine,o["\u0275nov"](n,105).ngClassDirty,o["\u0275nov"](n,105).ngClassValid,o["\u0275nov"](n,105).ngClassInvalid,o["\u0275nov"](n,105).ngClassPending,o["\u0275nov"](n,106)._isServer,o["\u0275nov"](n,106).id,o["\u0275nov"](n,106).placeholder,o["\u0275nov"](n,106).disabled,o["\u0275nov"](n,106).required,o["\u0275nov"](n,106).readonly,o["\u0275nov"](n,106)._ariaDescribedby||null,o["\u0275nov"](n,106).errorState,o["\u0275nov"](n,106).required.toString()]),l(n,111,1,["standard"==o["\u0275nov"](n,112).appearance,"fill"==o["\u0275nov"](n,112).appearance,"outline"==o["\u0275nov"](n,112).appearance,"legacy"==o["\u0275nov"](n,112).appearance,o["\u0275nov"](n,112)._control.errorState,o["\u0275nov"](n,112)._canLabelFloat,o["\u0275nov"](n,112)._shouldLabelFloat(),o["\u0275nov"](n,112)._hideControlPlaceholder(),o["\u0275nov"](n,112)._control.disabled,o["\u0275nov"](n,112)._control.autofilled,o["\u0275nov"](n,112)._control.focused,"accent"==o["\u0275nov"](n,112).color,"warn"==o["\u0275nov"](n,112).color,o["\u0275nov"](n,112)._shouldForward("untouched"),o["\u0275nov"](n,112)._shouldForward("touched"),o["\u0275nov"](n,112)._shouldForward("pristine"),o["\u0275nov"](n,112)._shouldForward("dirty"),o["\u0275nov"](n,112)._shouldForward("valid"),o["\u0275nov"](n,112)._shouldForward("invalid"),o["\u0275nov"](n,112)._shouldForward("pending"),!o["\u0275nov"](n,112)._animationsEnabled]),l(n,120,1,[o["\u0275nov"](n,122).required?"":null,o["\u0275nov"](n,126).ngClassUntouched,o["\u0275nov"](n,126).ngClassTouched,o["\u0275nov"](n,126).ngClassPristine,o["\u0275nov"](n,126).ngClassDirty,o["\u0275nov"](n,126).ngClassValid,o["\u0275nov"](n,126).ngClassInvalid,o["\u0275nov"](n,126).ngClassPending,o["\u0275nov"](n,127).id,o["\u0275nov"](n,127).tabIndex,o["\u0275nov"](n,127)._getAriaLabel(),o["\u0275nov"](n,127)._getAriaLabelledby(),o["\u0275nov"](n,127).required.toString(),o["\u0275nov"](n,127).disabled.toString(),o["\u0275nov"](n,127).errorState,o["\u0275nov"](n,127).panelOpen?o["\u0275nov"](n,127)._optionIds:null,o["\u0275nov"](n,127).multiple,o["\u0275nov"](n,127)._ariaDescribedby||null,o["\u0275nov"](n,127)._getAriaActiveDescendant(),o["\u0275nov"](n,127).disabled,o["\u0275nov"](n,127).errorState,o["\u0275nov"](n,127).required]),l(n,137,1,["standard"==o["\u0275nov"](n,138).appearance,"fill"==o["\u0275nov"](n,138).appearance,"outline"==o["\u0275nov"](n,138).appearance,"legacy"==o["\u0275nov"](n,138).appearance,o["\u0275nov"](n,138)._control.errorState,o["\u0275nov"](n,138)._canLabelFloat,o["\u0275nov"](n,138)._shouldLabelFloat(),o["\u0275nov"](n,138)._hideControlPlaceholder(),o["\u0275nov"](n,138)._control.disabled,o["\u0275nov"](n,138)._control.autofilled,o["\u0275nov"](n,138)._control.focused,"accent"==o["\u0275nov"](n,138).color,"warn"==o["\u0275nov"](n,138).color,o["\u0275nov"](n,138)._shouldForward("untouched"),o["\u0275nov"](n,138)._shouldForward("touched"),o["\u0275nov"](n,138)._shouldForward("pristine"),o["\u0275nov"](n,138)._shouldForward("dirty"),o["\u0275nov"](n,138)._shouldForward("valid"),o["\u0275nov"](n,138)._shouldForward("invalid"),o["\u0275nov"](n,138)._shouldForward("pending"),!o["\u0275nov"](n,138)._animationsEnabled]),l(n,146,1,[o["\u0275nov"](n,148).required?"":null,o["\u0275nov"](n,153).ngClassUntouched,o["\u0275nov"](n,153).ngClassTouched,o["\u0275nov"](n,153).ngClassPristine,o["\u0275nov"](n,153).ngClassDirty,o["\u0275nov"](n,153).ngClassValid,o["\u0275nov"](n,153).ngClassInvalid,o["\u0275nov"](n,153).ngClassPending,o["\u0275nov"](n,154)._isServer,o["\u0275nov"](n,154).id,o["\u0275nov"](n,154).placeholder,o["\u0275nov"](n,154).disabled,o["\u0275nov"](n,154).required,o["\u0275nov"](n,154).readonly,o["\u0275nov"](n,154)._ariaDescribedby||null,o["\u0275nov"](n,154).errorState,o["\u0275nov"](n,154).required.toString()]),l(n,156,0,"end"==o["\u0275nov"](n,157).align,o["\u0275nov"](n,157).id,null),l(n,164,1,["standard"==o["\u0275nov"](n,165).appearance,"fill"==o["\u0275nov"](n,165).appearance,"outline"==o["\u0275nov"](n,165).appearance,"legacy"==o["\u0275nov"](n,165).appearance,o["\u0275nov"](n,165)._control.errorState,o["\u0275nov"](n,165)._canLabelFloat,o["\u0275nov"](n,165)._shouldLabelFloat(),o["\u0275nov"](n,165)._hideControlPlaceholder(),o["\u0275nov"](n,165)._control.disabled,o["\u0275nov"](n,165)._control.autofilled,o["\u0275nov"](n,165)._control.focused,"accent"==o["\u0275nov"](n,165).color,"warn"==o["\u0275nov"](n,165).color,o["\u0275nov"](n,165)._shouldForward("untouched"),o["\u0275nov"](n,165)._shouldForward("touched"),o["\u0275nov"](n,165)._shouldForward("pristine"),o["\u0275nov"](n,165)._shouldForward("dirty"),o["\u0275nov"](n,165)._shouldForward("valid"),o["\u0275nov"](n,165)._shouldForward("invalid"),o["\u0275nov"](n,165)._shouldForward("pending"),!o["\u0275nov"](n,165)._animationsEnabled]),l(n,173,1,[o["\u0275nov"](n,175).required?"":null,o["\u0275nov"](n,179).ngClassUntouched,o["\u0275nov"](n,179).ngClassTouched,o["\u0275nov"](n,179).ngClassPristine,o["\u0275nov"](n,179).ngClassDirty,o["\u0275nov"](n,179).ngClassValid,o["\u0275nov"](n,179).ngClassInvalid,o["\u0275nov"](n,179).ngClassPending,o["\u0275nov"](n,180).id,o["\u0275nov"](n,180).tabIndex,o["\u0275nov"](n,180)._getAriaLabel(),o["\u0275nov"](n,180)._getAriaLabelledby(),o["\u0275nov"](n,180).required.toString(),o["\u0275nov"](n,180).disabled.toString(),o["\u0275nov"](n,180).errorState,o["\u0275nov"](n,180).panelOpen?o["\u0275nov"](n,180)._optionIds:null,o["\u0275nov"](n,180).multiple,o["\u0275nov"](n,180)._ariaDescribedby||null,o["\u0275nov"](n,180)._getAriaActiveDescendant(),o["\u0275nov"](n,180).disabled,o["\u0275nov"](n,180).errorState,o["\u0275nov"](n,180).required]),l(n,191,0,o["\u0275nov"](n,192).disabled||null,"NoopAnimations"===o["\u0275nov"](n,192)._animationMode),l(n,194,0,o["\u0275nov"](n,195).inline),l(n,197,0,o["\u0275nov"](n,198).disabled||null,"NoopAnimations"===o["\u0275nov"](n,198)._animationMode),l(n,200,0,o["\u0275nov"](n,201).inline)})}var z=o["\u0275ccf"]("app-jazz-dialog",F.a,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-jazz-dialog",[],null,null,null,H,D)),o["\u0275did"](1,114688,null,0,F.a,[y.FormBuilder,r.j,T.a,r.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[])},vzyk:function(l,n,e){"use strict";e.d(n,"a",function(){return t});var o=e("gIcY"),t=(e("mIDB"),function(){function l(l,n,e,o){this._formBuilder=l,this.dialogRef=n,this._MastersService=e,this.data=o}return l.prototype.ngOnInit=function(){this._lenderHierarchyForm=this._formBuilder.group({lender_hierarchy_id:[this.data.lender_hierarchy_id],lender_hierarchy:[this.data.lender_hierarchy,o.Validators.compose([o.Validators.required])]})},l.prototype.onNoClick=function(){this.dialogRef.close()},l.prototype.onSubmit=function(){var l=this._lenderHierarchyForm.value;isNaN(this.data.lender_hierarchy_id)?(Object.keys(l).forEach(function(n){return null==l[n]&&delete l[n]}),console.log(l),this._MastersService.addMasterDetails(l,"LENDERHIERARCHY").subscribe(),this.dialogRef.close(),alert("Saved Successfully")):(this._MastersService.editMasterDetails(l,"LENDERHIERARCHY").subscribe(),this.dialogRef.close(),alert("Edit Successfully"))},l.prototype.onReset=function(){this._lenderHierarchyForm.reset()},l}())},yLV6:function(l,n,e){var o;!function(t,u,i,a){"use strict";var d,r=["","webkit","Moz","MS","ms","o"],s=u.createElement("div"),c="function",m=Math.round,p=Math.abs,f=Date.now;function v(l,n,e){return setTimeout(R(l,e),n)}function h(l,n,e){return!!Array.isArray(l)&&(g(l,e[n],e),!0)}function g(l,n,e){var o;if(l)if(l.forEach)l.forEach(n,e);else if(l.length!==a)for(o=0;o\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",u=t.console&&(t.console.warn||t.console.log);return u&&u.call(t.console,o,e),l.apply(this,arguments)}}d="function"!=typeof Object.assign?function(l){if(l===a||null===l)throw new TypeError("Cannot convert undefined or null to object");for(var n=Object(l),e=1;e-1}function T(l){return l.trim().split(/\s+/g)}function D(l,n,e){if(l.indexOf&&!e)return l.indexOf(n);for(var o=0;oe[n]}):o.sort()),o}function A(l,n){for(var e,o,t=n[0].toUpperCase()+n.slice(1),u=0;u1&&!e.firstMultiple?e.firstMultiple=nl(n):1===t&&(e.firstMultiple=!1);var u=e.firstInput,i=e.firstMultiple,d=i?i.center:u.center,r=n.center=el(o);n.timeStamp=f(),n.deltaTime=n.timeStamp-u.timeStamp,n.angle=il(d,r),n.distance=ul(d,r),function(l,n){var e=n.center,o=l.offsetDelta||{},t=l.prevDelta||{},u=l.prevInput||{};n.eventType!==j&&u.eventType!==H||(t=l.prevDelta={x:u.deltaX||0,y:u.deltaY||0},o=l.offsetDelta={x:e.x,y:e.y}),n.deltaX=t.x+(e.x-o.x),n.deltaY=t.y+(e.y-o.y)}(e,n),n.offsetDirection=tl(n.deltaX,n.deltaY);var s,c,m=ol(n.deltaTime,n.deltaX,n.deltaY);n.overallVelocityX=m.x,n.overallVelocityY=m.y,n.overallVelocity=p(m.x)>p(m.y)?m.x:m.y,n.scale=i?(s=i.pointers,ul((c=o)[0],c[1],J)/ul(s[0],s[1],J)):1,n.rotation=i?function(l,n){return il(o[1],o[0],J)+il(l[1],l[0],J)}(i.pointers):0,n.maxPointers=e.prevInput?n.pointers.length>e.prevInput.maxPointers?n.pointers.length:e.prevInput.maxPointers:n.pointers.length,function(l,n){var e,o,t,u,i=l.lastInterval||n,d=n.timeStamp-i.timeStamp;if(n.eventType!=z&&(d>L||i.velocity===a)){var r=n.deltaX-i.deltaX,s=n.deltaY-i.deltaY,c=ol(d,r,s);o=c.x,t=c.y,e=p(c.x)>p(c.y)?c.x:c.y,u=tl(r,s),l.lastInterval=n}else e=i.velocity,o=i.velocityX,t=i.velocityY,u=i.direction;n.velocity=e,n.velocityX=o,n.velocityY=t,n.direction=u}(e,n);var v=l.element;E(n.srcEvent.target,v)&&(v=n.srcEvent.target),n.target=v}(l,e),l.emit("hammer.input",e),l.recognize(e),l.session.prevInput=e}function nl(l){for(var n=[],e=0;e=p(n)?l<0?G:Z:n<0?B:K}function ul(l,n,e){e||(e=X);var o=n[e[0]]-l[e[0]],t=n[e[1]]-l[e[1]];return Math.sqrt(o*o+t*t)}function il(l,n,e){return e||(e=X),180*Math.atan2(n[e[1]]-l[e[1]],n[e[0]]-l[e[0]])/Math.PI}Q.prototype={handler:function(){},init:function(){this.evEl&&q(this.element,this.evEl,this.domHandler),this.evTarget&&q(this.target,this.evTarget,this.domHandler),this.evWin&&q(V(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&S(this.element,this.evEl,this.domHandler),this.evTarget&&S(this.target,this.evTarget,this.domHandler),this.evWin&&S(V(this.element),this.evWin,this.domHandler)}};var al={mousedown:j,mousemove:2,mouseup:H},dl="mousedown",rl="mousemove mouseup";function sl(){this.evEl=dl,this.evWin=rl,this.pressed=!1,Q.apply(this,arguments)}y(sl,Q,{handler:function(l){var n=al[l.type];n&j&&0===l.button&&(this.pressed=!0),2&n&&1!==l.which&&(n=H),this.pressed&&(n&H&&(this.pressed=!1),this.callback(this.manager,n,{pointers:[l],changedPointers:[l],pointerType:"mouse",srcEvent:l}))}});var cl={pointerdown:j,pointermove:2,pointerup:H,pointercancel:z,pointerout:z},ml={2:"touch",3:"pen",4:"mouse",5:"kinect"},pl="pointerdown",fl="pointermove pointerup pointercancel";function vl(){this.evEl=pl,this.evWin=fl,Q.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}t.MSPointerEvent&&!t.PointerEvent&&(pl="MSPointerDown",fl="MSPointerMove MSPointerUp MSPointerCancel"),y(vl,Q,{handler:function(l){var n=this.store,e=!1,o=l.type.toLowerCase().replace("ms",""),t=cl[o],u=ml[l.pointerType]||l.pointerType,i="touch"==u,a=D(n,l.pointerId,"pointerId");t&j&&(0===l.button||i)?a<0&&(n.push(l),a=n.length-1):t&(H|z)&&(e=!0),a<0||(n[a]=l,this.callback(this.manager,t,{pointers:n,changedPointers:[l],pointerType:u,srcEvent:l}),e&&n.splice(a,1))}});var hl={touchstart:j,touchmove:2,touchend:H,touchcancel:z},gl="touchstart",bl="touchstart touchmove touchend touchcancel";function _l(){this.evTarget=gl,this.evWin=bl,this.started=!1,Q.apply(this,arguments)}y(_l,Q,{handler:function(l){var n=hl[l.type];if(n===j&&(this.started=!0),this.started){var e=(function(l,n){var e=N(l.touches),o=N(l.changedTouches);return n&(H|z)&&(e=x(e.concat(o),"identifier",!0)),[e,o]}).call(this,l,n);n&(H|z)&&e[0].length-e[1].length==0&&(this.started=!1),this.callback(this.manager,n,{pointers:e[0],changedPointers:e[1],pointerType:"touch",srcEvent:l})}}});var Cl={touchstart:j,touchmove:2,touchend:H,touchcancel:z},yl="touchstart touchmove touchend touchcancel";function Rl(){this.evTarget=yl,this.targetIds={},Q.apply(this,arguments)}y(Rl,Q,{handler:function(l){var n=Cl[l.type],e=(function(l,n){var e=N(l.touches),o=this.targetIds;if(n&(2|j)&&1===e.length)return o[e[0].identifier]=!0,[e,e];var t,u,i=N(l.changedTouches),a=[],d=this.target;if(u=e.filter(function(l){return E(l.target,d)}),n===j)for(t=0;t-1&&o.splice(l,1)},wl)}}y(Il,Q,{handler:function(l,n,e){var o="mouse"==e.pointerType;if(!(o&&e.sourceCapabilities&&e.sourceCapabilities.firesTouchEvents)){if("touch"==e.pointerType)(function(l,n){l&j?(this.primaryTouch=n.changedPointers[0].identifier,ql.call(this,n)):l&(H|z)&&ql.call(this,n)}).call(this,n,e);else if(o&&(function(l){for(var n=l.srcEvent.clientX,e=l.srcEvent.clientY,o=0;o-1&&this.requireFail.splice(n,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(l){return!!this.simultaneous[l.id]},emit:function(l){var n=this,e=this.state;function o(e){n.manager.emit(e,l)}e=Al&&o(n.options.event+Pl(e))},tryEmit:function(l){if(this.canEmit())return this.emit(l);this.state=32},canEmit:function(){for(var l=0;ln.threshold&&t&n.direction},attrTest:function(l){return jl.prototype.attrTest.call(this,l)&&(this.state&Nl||!(this.state&Nl)&&this.directionTest(l))},emit:function(l){this.pX=l.deltaX,this.pY=l.deltaY;var n=Ml(l.direction);n&&(l.additionalEvent=this.options.event+n),this._super.emit.call(this,l)}}),y(zl,jl,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return["none"]},attrTest:function(l){return this._super.attrTest.call(this,l)&&(Math.abs(l.scale-1)>this.options.threshold||this.state&Nl)},emit:function(l){1!==l.scale&&(l.additionalEvent=this.options.event+(l.scale<1?"in":"out")),this._super.emit.call(this,l)}}),y(Ul,Ol,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return["auto"]},process:function(l){var n=this.options,e=l.pointers.length===n.pointers,o=l.distancen.time;if(this._input=l,!o||!e||l.eventType&(H|z)&&!t)this.reset();else if(l.eventType&j)this.reset(),this._timer=v(function(){this.state=kl,this.tryEmit()},n.time,this);else if(l.eventType&H)return kl;return 32},reset:function(){clearTimeout(this._timer)},emit:function(l){this.state===kl&&(l&&l.eventType&H?this.manager.emit(this.options.event+"up",l):(this._input.timeStamp=f(),this.manager.emit(this.options.event,this._input)))}}),y(Gl,jl,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return["none"]},attrTest:function(l){return this._super.attrTest.call(this,l)&&(Math.abs(l.rotation)>this.options.threshold||this.state&Nl)}}),y(Zl,jl,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:Y|$,pointers:1},getTouchAction:function(){return Hl.prototype.getTouchAction.call(this)},attrTest:function(l){var n,e=this.options.direction;return e&(Y|$)?n=l.overallVelocity:e&Y?n=l.overallVelocityX:e&$&&(n=l.overallVelocityY),this._super.attrTest.call(this,l)&&e&l.offsetDirection&&l.distance>this.options.threshold&&l.maxPointers==this.options.pointers&&p(n)>this.options.velocity&&l.eventType&H},emit:function(l){var n=Ml(l.offsetDirection);n&&this.manager.emit(this.options.event+n,l),this.manager.emit(this.options.event,l)}}),y(Bl,Ol,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return["manipulation"]},process:function(l){var n=this.options,e=l.pointers.length===n.pointers,o=l.distance - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -rxjs@6.3.2 -Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -ngx-mat-select-search@1.3.1 -MIT -MIT License - -Copyright (c) 2018 Bithost GmbH - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -ng2-file-upload@1.2.1 -MIT -The MIT License (MIT) - -Copyright (c) 2015-2017 Dmitriy Shekhovtsov -Copyright (c) 2015-1017 Valor Software - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -hammerjs@2.0.8 -MIT -The MIT License (MIT) - -Copyright (C) 2011-2014 by Jorik Tangelder (Eight Media) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -moment@2.22.2 -MIT -Copyright (c) JS Foundation and other contributors - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - -d3-selection@1.3.2 -BSD-3-Clause -Copyright (c) 2010-2018, Michael Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* The name Michael Bostock may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -chart.js@2.6.0 -MIT -The MIT License (MIT) - -Copyright (c) 2013-2017 Nick Downie - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -d3-dispatch@1.0.5 -BSD-3-Clause -Copyright 2010-2016 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -d3-scale@1.0.7 -BSD-3-Clause -Copyright 2010-2015 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -chartjs-color@2.2.0 -MIT -Copyright (c) 2012 Heather Arthur - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -@swimlane/ngx-charts@7.4.0 -MIT -MIT License - -Copyright (c) 2017 Swimlane - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -d3-shape@1.2.2 -BSD-3-Clause -Copyright 2010-2015 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -d3-force@1.1.2 -BSD-3-Clause -Copyright 2010-2016 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -d3-color@1.2.3 -BSD-3-Clause -Copyright 2010-2016 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -color-name@1.1.3 -MIT -The MIT License (MIT) -Copyright (c) 2015 Dmitry Ivanov - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -d3-brush@1.0.6 -BSD-3-Clause -Copyright 2010-2016 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -d3-collection@1.0.7 -BSD-3-Clause -Copyright 2010-2016, Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -d3-time-format@2.1.3 -BSD-3-Clause -Copyright 2010-2017 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -chartjs-color-string@0.5.0 -MIT -Copyright (c) 2011 Heather Arthur - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -d3-interpolate@1.3.2 -BSD-3-Clause -Copyright 2010-2016 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -d3-format@1.3.2 -BSD-3-Clause -Copyright 2010-2015 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -d3-timer@1.0.9 -BSD-3-Clause -Copyright 2010-2016 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -d3-time@1.0.10 -BSD-3-Clause -Copyright 2010-2016 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -d3-array@1.2.4 -BSD-3-Clause -Copyright 2010-2016 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -ng2-charts@1.6.0 -MIT -The MIT License (MIT) - -Copyright (c) 2015-2017 Dmitriy Shekhovtsov -Copyright (c) 2015-2017 Valor Software - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -d3-hierarchy@1.1.8 -BSD-3-Clause -Copyright 2010-2016 Mike Bostock -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -simple-line-icons@2.4.1 -MIT -The MIT License (MIT) -Copyright (c) 2016 Sabbir Ahmed & All Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -quill@1.3.6 -BSD-3-Clause -Copyright (c) 2014, Jason Chen -Copyright (c) 2013, salesforce.com -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED -TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -dragula@3.7.2 -MIT -The MIT License (MIT) - -Copyright © 2015-2016 Nicolas Bevacqua - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -leaflet@1.3.4 -BSD-2-Clause -Copyright (c) 2010-2018, Vladimir Agafonkin -Copyright (c) 2010-2011, CloudMade -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are -permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this list of - conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright notice, this list - of conditions and the following disclaimer in the documentation and/or other materials - provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR -TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -angular-calendar@0.23.3 -MIT -The MIT License (MIT) - -Copyright (c) 2016 Matt Lewis - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -font-awesome@4.7.0 -(OFL-1.1 AND MIT) -(OFL-1.1 AND MIT) - -perfect-scrollbar@1.4.0 -MIT -The MIT License (MIT) Copyright (c) 2012-2017 Hyunje Jun and other contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -core-js@2.5.7 -MIT -Copyright (c) 2014-2018 Denis Pushkarev - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -zone.js@0.8.26 -MIT -The MIT License - -Copyright (c) 2016-2018 Google, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -aws-sdk@2.319.0 -Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -@angular/platform-browser@6.1.7 -MIT -MIT - -tslib@1.9.3 -Apache-2.0 -Apache License - -Version 2.0, January 2004 - -http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - -"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. - -"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. - -"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. - -"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. - -"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. - -"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. - -"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). - -"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. - -"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." - -"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: - -You must give any other recipients of the Work or Derivative Works a copy of this License; and - -You must cause any modified files to carry prominent notices stating that You changed the files; and - -You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and - -If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -@angular/common@6.1.7 -MIT -MIT - -@angular/router@6.1.7 -MIT -MIT - -@angular/material@6.4.7 -MIT -The MIT License - -Copyright (c) 2018 Google LLC. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -@angular/animations@6.1.7 -MIT -MIT - -@angular/forms@6.1.7 -MIT -MIT - -@angular/http@6.1.7 -MIT -MIT - -@angular/cdk@6.4.7 -MIT -The MIT License - -Copyright (c) 2018 Google LLC. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -@angular/flex-layout@6.0.0-beta.18 -MIT -The MIT License - -Copyright (c) 2018 Google LLC. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -ngx-perfect-scrollbar@5.0.0-7 -MIT -The MIT License - -Copyright (c) 2016 Zef Oy - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -resize-observer-polyfill@1.5.0 -MIT -The MIT License (MIT) - -Copyright (c) 2016 Denis Rul - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -@angular/core@6.1.7 -MIT -MIT - -jmespath@0.15.0 -Apache 2.0 -Copyright 2014 James Saryerwinnie - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -util@0.10.4 -MIT -Copyright Joyent, Inc. and other Node contributors. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. - -inherits@2.0.3 -ISC -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. - -buffer@4.9.1 -MIT -The MIT License (MIT) - -Copyright (c) Feross Aboukhadijeh, and other contributors. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -querystring@0.2.0 -MIT -MIT - -events@1.1.1 -MIT -MIT - -Copyright Joyent, Inc. and other Node contributors. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. - -webpack@4.8.3 -MIT -Copyright JS Foundation and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -base64-js@1.3.0 -MIT -The MIT License (MIT) - -Copyright (c) 2014 - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -ieee754@1.1.12 -BSD-3-Clause -Copyright (c) 2008, Fair Oaks Labs, Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - * Neither the name of Fair Oaks Labs, Inc. nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - -isarray@1.0.0 -MIT -MIT - -js-cookie@2.2.0 -MIT -Copyright 2014 Klaus Hartl - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -amazon-cognito-identity-js@2.0.27 -SEE LICENSE IN LICENSE.txt -Amazon Software License -This Amazon Software License (“License”) governs your use, reproduction, and distribution of the accompanying software as specified below. -1. Definitions -“Licensor” means any person or entity that distributes its Work. - -“Software” means the original work of authorship made available under this License. - -“Work” means the Software and any additions to or derivative works of the Software that are made available under this License. - -The terms “reproduce,” “reproduction,” “derivative works,” and “distribution” have the meaning as provided under U.S. copyright law; provided, however, that for the purposes of this License, derivative works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work. - -Works, including the Software, are “made available” under this License by including in or with the Work either (a) a copyright notice referencing the applicability of this License to the Work, or (b) a copy of this License. -2. License Grants -2.1 Copyright Grant. Subject to the terms and conditions of this License, each Licensor grants to you a perpetual, worldwide, non-exclusive, royalty-free, copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense and distribute its Work and any resulting derivative works in any form. -2.2 Patent Grant. Subject to the terms and conditions of this License, each Licensor grants to you a perpetual, worldwide, non-exclusive, royalty-free patent license to make, have made, use, sell, offer for sale, import, and otherwise transfer its Work, in whole or in part. The foregoing license applies only to the patent claims licensable by Licensor that would be infringed by Licensor’s Work (or portion thereof) individually and excluding any combinations with any other materials or technology. -3. Limitations -3.1 Redistribution. You may reproduce or distribute the Work only if (a) you do so under this License, (b) you include a complete copy of this License with your distribution, and (c) you retain without modification any copyright, patent, trademark, or attribution notices that are present in the Work. -3.2 Derivative Works. You may specify that additional or different terms apply to the use, reproduction, and distribution of your derivative works of the Work (“Your Terms”) only if (a) Your Terms provide that the use limitation in Section 3.3 applies to your derivative works, and (b) you identify the specific derivative works that are subject to Your Terms. Notwithstanding Your Terms, this License (including the redistribution requirements in Section 3.1) will continue to apply to the Work itself. -3.3 Use Limitation. The Work and any derivative works thereof only may be used or intended for use with the web services, computing platforms or applications provided by Amazon.com, Inc. or its affiliates, including Amazon Web Services, Inc. -3.4 Patent Claims. If you bring or threaten to bring a patent claim against any Licensor (including any claim, cross-claim or counterclaim in a lawsuit) to enforce any patents that you allege are infringed by any Work, then your rights under this License from such Licensor (including the grants in Sections 2.1 and 2.2) will terminate immediately. -3.5 Trademarks. This License does not grant any rights to use any Licensor’s or its affiliates’ names, logos, or trademarks, except as necessary to reproduce the notices described in this License. -3.6 Termination. If you violate any term of this License, then your rights under this License (including the grants in Sections 2.1 and 2.2) will terminate immediately. -4. Disclaimer of Warranty. -THE WORK IS PROVIDED “AS IS” WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OR CONDITIONS OF M ERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT. YOU BEAR THE RISK OF UNDERTAKING ANY ACTIVITIES UNDER THIS LICENSE. SOME STATES’ CONSUMER LAWS DO NOT ALLOW EXCLUSION OF AN IMPLIED WARRANTY, SO THIS DISCLAIMER MAY NOT APPLY TO YOU. -5. Limitation of Liability. -EXCEPT AS PROHIBITED BY APPLICABLE LAW, IN NO EVENT AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE SHALL ANY LICENSOR BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATED TO THIS LICENSE, THE USE OR INABILITY TO USE THE WORK (INCLUDING BUT NOT LIMITED TO LOSS OF GOODWILL, BUSINESS INTERRUPTION, LOST PROFITS OR DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY OTHER COMM ERCIAL DAMAGES OR LOSSES), EVEN IF THE LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. -Effective Date – April 18, 2008 © 2008 Amazon.com, Inc. or its affiliates. All rights reserved. - -ng2-validation@4.2.0 -MIT -The MIT License (MIT) - -Copyright (c) 2016 YangYang Yu - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -libphonenumber-js@0.4.52 -MIT -(The MIT License) - -Copyright (c) 2016 @catamphetamine - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -babel-runtime@6.26.0 -MIT -MIT - -screenfull@3.3.3 -MIT -MIT License - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/ng6-seed/dist/4.87df24c894aad68f5453.js b/ng6-seed/dist/4.87df24c894aad68f5453.js deleted file mode 100644 index a689bb55e..000000000 --- a/ng6-seed/dist/4.87df24c894aad68f5453.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{t9KH:function(l,n,e){"use strict";e.r(n);var o=e("CcnG"),a=function(){},r=e("pMnS"),t=e("NcP4"),u=e("t68o"),i=e("MBfO"),d=e("Z+uX"),s=e("wFw1"),c=e("Mr+X"),m=e("SMsm"),v=e("Ip0R"),f=e("bujt"),p=e("UodH"),g=e("dWZg"),h=e("lLAP"),_=e("lzlj"),b=e("FVSy"),C=e("zylw"),y=e("hW/x"),F=function(){function l(l,n,e){this.aws=l,this.route=n,this.users=e,this.displayedColumns=["position","name","weight","symbol"],this.userdata=[],this.loader=!1}return l.prototype.ngOnInit=function(){this.getusers(),delete this.aws.localUserId},l.prototype.getusers=function(){var l,n=this;this.loader=!0,this.users.getuserdata().subscribe(function(e){n.loader=!1,console.log(e),200==(l=e).status&&(n.userdata=l.records)})},l.prototype.isactive=function(l,n){var e=this,o=this.userdata.filter(function(n){return n.userid==l})[0];1==o.isactive?this.aws.admindisabelUser(o,n).subscribe(function(l){0==l&&e.users.adminupendis({userid:o.userid,isactive:"0"}).subscribe(function(l){200==l.status&&e.getusers()})}):this.aws.adminenableUser(o,n).subscribe(function(l){console.log(l),1==l&&e.users.adminupendis({userid:o.userid,isactive:"1"}).subscribe(function(l){200==l.status&&e.getusers()})})},l.prototype.editUserDetails=function(l){var n=this,e=this.userdata.filter(function(n){return n.userid==l})[0];this.users.adminGetUsers(e).subscribe(function(l){n.route.navigate(["setting/users/register"])})},l.prototype.add=function(){this.route.navigate(["setting/users/register"])},l}(),w=e("ZYCi"),q=o["\u0275crt"]({encapsulation:0,styles:[["table[_ngcontent-%COMP%]{width:100%}th[_ngcontent-%COMP%]{text-align:left}.active[_ngcontent-%COMP%]{color:green;font-size:20px}.active[_ngcontent-%COMP%]:hover{color:red;font-size:25px}.deactive[_ngcontent-%COMP%]{color:red;font-size:20px}.deactive[_ngcontent-%COMP%]:hover{color:green;font-size:25px}"]],data:{}});function S(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"mat-progress-bar",[["aria-valuemax","100"],["aria-valuemin","0"],["class","mb-1 mat-progress-bar"],["color","accent"],["mode","indeterminate"],["role","progressbar"]],[[1,"aria-valuenow",0],[1,"mode",0],[2,"_mat-animation-noopable",null]],null,null,i.b,i.a)),o["\u0275did"](2,49152,null,0,d.b,[o.ElementRef,[2,s.a],[2,d.a]],{color:[0,"color"],mode:[1,"mode"]},null)],function(l,n){l(n,2,0,"accent","indeterminate")},function(l,n){l(n,1,0,o["\u0275nov"](n,2).value,o["\u0275nov"](n,2).mode,"NoopAnimations"===o["\u0275nov"](n,2)._animationMode)})}function R(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"td",[["style","text-align: center;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,3,"a",[["class","active"]],null,[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.isactive(l.parent.context.$implicit.userid,l.parent.context.$implicit.aws_name)&&o),o},null,null)),(l()(),o["\u0275eld"](2,0,null,null,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,c.b,c.a)),o["\u0275did"](3,638976,null,0,m.a,[o.ElementRef,m.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["done"]))],function(l,n){l(n,3,0)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).inline)})}function x(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,4,"td",[["style","text-align: center;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,3,"a",[["class","deactive"]],null,[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.isactive(l.parent.context.$implicit.userid,l.parent.context.$implicit.aws_name)&&o),o},null,null)),(l()(),o["\u0275eld"](2,0,null,null,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,c.b,c.a)),o["\u0275did"](3,638976,null,0,m.a,[o.ElementRef,m.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["close"]))],function(l,n){l(n,3,0)},function(l,n){l(n,2,0,o["\u0275nov"](n,3).inline)})}function N(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,17,"tr",[],null,null,null,null,null)),(l()(),o["\u0275eld"](1,0,null,null,1,"td",[["style","text-align: center;"]],null,null,null,null,null)),(l()(),o["\u0275ted"](2,null,["",""])),(l()(),o["\u0275eld"](3,0,null,null,1,"td",[["style","text-align: center;"]],null,null,null,null,null)),(l()(),o["\u0275ted"](4,null,[""," ",""])),(l()(),o["\u0275eld"](5,0,null,null,1,"td",[["style","text-align: center;"]],null,null,null,null,null)),(l()(),o["\u0275ted"](6,null,["",""])),(l()(),o["\u0275eld"](7,0,null,null,1,"td",[["style","text-align: center;"]],null,null,null,null,null)),(l()(),o["\u0275ted"](8,null,["",""])),(l()(),o["\u0275eld"](9,0,null,null,4,"td",[["style","text-align: center;font-size: 20px"]],null,null,null,null,null)),(l()(),o["\u0275eld"](10,0,null,null,3,"a",[],null,[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.editUserDetails(l.context.$implicit.userid,l.context.$implicit.aws_name)&&o),o},null,null)),(l()(),o["\u0275eld"](11,0,null,null,2,"mat-icon",[["class","mat-icon"],["role","img"]],[[2,"mat-icon-inline",null]],null,null,c.b,c.a)),o["\u0275did"](12,638976,null,0,m.a,[o.ElementRef,m.c,[8,null]],null,null),(l()(),o["\u0275ted"](-1,0,["edit"])),(l()(),o["\u0275and"](16777216,null,null,1,null,R)),o["\u0275did"](15,16384,null,0,v.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275and"](16777216,null,null,1,null,x)),o["\u0275did"](17,16384,null,0,v.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,12,0),l(n,15,0,1==n.context.$implicit.isactive),l(n,17,0,0==n.context.$implicit.isactive)},function(l,n){l(n,2,0,n.context.index+1),l(n,4,0,n.context.$implicit.user_first_name,n.context.$implicit.user_last_name),l(n,6,0,n.context.$implicit.email),l(n,8,0,n.context.$implicit.mobile_no),l(n,11,0,o["\u0275nov"](n,12).inline)})}function D(l){return o["\u0275vid"](0,[o["\u0275qud"](402653184,1,{paginator:0}),(l()(),o["\u0275and"](16777216,null,null,1,null,S)),o["\u0275did"](2,16384,null,0,v.NgIf,[o.ViewContainerRef,o.TemplateRef],{ngIf:[0,"ngIf"]},null),(l()(),o["\u0275eld"](3,0,null,null,3,"div",[["style","text-align: right;"]],null,null,null,null,null)),(l()(),o["\u0275eld"](4,0,null,null,2,"button",[["color","primary"],["mat-raised-button",""]],[[8,"disabled",0],[2,"_mat-animation-noopable",null]],[[null,"click"]],function(l,n,e){var o=!0;return"click"===n&&(o=!1!==l.component.add()&&o),o},f.b,f.a)),o["\u0275did"](5,180224,null,0,p.b,[o.ElementRef,g.a,h.h,[2,s.a]],{color:[0,"color"]},null),(l()(),o["\u0275ted"](-1,0,["Add Register"])),(l()(),o["\u0275eld"](7,0,null,null,19,"mat-card",[["class","mat-card"]],null,null,null,_.b,_.a)),o["\u0275did"](8,49152,null,0,b.a,[],null,null),(l()(),o["\u0275eld"](9,0,null,0,17,"div",[["datatable",""]],null,null,null,null,null)),(l()(),o["\u0275eld"](10,0,null,null,16,"table",[["style","border-collapse: collapse"]],null,null,null,null,null)),(l()(),o["\u0275eld"](11,0,null,null,12,"thead",[],null,null,null,null,null)),(l()(),o["\u0275eld"](12,0,null,null,1,"th",[["style","text-align: center;"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["No"])),(l()(),o["\u0275eld"](14,0,null,null,1,"th",[["style","text-align: center;"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["FirstName"])),(l()(),o["\u0275eld"](16,0,null,null,1,"th",[["style","text-align: center;"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["Email"])),(l()(),o["\u0275eld"](18,0,null,null,1,"th",[["style","text-align: center;"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["Mobile No"])),(l()(),o["\u0275eld"](20,0,null,null,1,"th",[["style","text-align: center;"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["Action"])),(l()(),o["\u0275eld"](22,0,null,null,1,"th",[["style","text-align: center;"]],null,null,null,null,null)),(l()(),o["\u0275ted"](-1,null,["Isactive"])),(l()(),o["\u0275eld"](24,0,null,null,2,"tbody",[],null,null,null,null,null)),(l()(),o["\u0275and"](16777216,null,null,1,null,N)),o["\u0275did"](26,278528,null,0,v.NgForOf,[o.ViewContainerRef,o.TemplateRef,o.IterableDiffers],{ngForOf:[0,"ngForOf"]},null)],function(l,n){var e=n.component;l(n,2,0,e.loader),l(n,5,0,"primary"),l(n,26,0,e.userdata)},function(l,n){l(n,4,0,o["\u0275nov"](n,5).disabled||null,"NoopAnimations"===o["\u0275nov"](n,5)._animationMode)})}var I=o["\u0275ccf"]("app-user-list",F,function(l){return o["\u0275vid"](0,[(l()(),o["\u0275eld"](0,0,null,null,1,"app-user-list",[],null,null,null,D,q)),o["\u0275did"](1,114688,null,0,F,[C.a,w.l,y.a],null,null)],function(l,n){l(n,1,0)},null)},{},{},[]),E=e("seP3"),V=e("MlvX"),A=e("Wf4p"),O=e("dJrM"),k=e("Fzqc"),L=e("Azqq"),T=e("gIcY"),U=e("uGex"),P=e("qAlS"),G=e("b716"),M=e("/VYK"),j=e("kWGw"),Z=e("M2Lx"),B=e("ZYjt"),$=o["\u0275crt"]({encapsulation:2,styles:[".mat-slide-toggle{display:inline-block;height:24px;max-width:100%;line-height:24px;white-space:nowrap;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(16px,0,0)}[dir=rtl] .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(-16px,0,0)}.mat-slide-toggle.mat-disabled .mat-slide-toggle-label,.mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container{cursor:default}.mat-slide-toggle-label{display:flex;flex:1;flex-direction:row;align-items:center;height:inherit;cursor:pointer}.mat-slide-toggle-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-slide-toggle-label-before .mat-slide-toggle-label{order:1}.mat-slide-toggle-label-before .mat-slide-toggle-bar{order:2}.mat-slide-toggle-bar,[dir=rtl] .mat-slide-toggle-label-before .mat-slide-toggle-bar{margin-right:8px;margin-left:0}.mat-slide-toggle-label-before .mat-slide-toggle-bar,[dir=rtl] .mat-slide-toggle-bar{margin-left:8px;margin-right:0}.mat-slide-toggle-bar-no-side-margin{margin-left:0;margin-right:0}.mat-slide-toggle-thumb-container{position:absolute;z-index:1;width:20px;height:20px;top:-3px;left:0;transform:translate3d(0,0,0);transition:all 80ms linear;transition-property:transform;cursor:-webkit-grab;cursor:grab}.mat-slide-toggle-thumb-container.mat-dragging,.mat-slide-toggle-thumb-container:active{cursor:-webkit-grabbing;cursor:grabbing;transition-duration:0s}._mat-animation-noopable .mat-slide-toggle-thumb-container{transition:none}[dir=rtl] .mat-slide-toggle-thumb-container{left:auto;right:0}.mat-slide-toggle-thumb{height:20px;width:20px;border-radius:50%;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-slide-toggle-bar{position:relative;width:36px;height:14px;flex-shrink:0;border-radius:8px}.mat-slide-toggle-input{bottom:0;left:10px}[dir=rtl] .mat-slide-toggle-input{left:auto;right:10px}.mat-slide-toggle-bar,.mat-slide-toggle-thumb{transition:all 80ms linear;transition-property:background-color;transition-delay:50ms}._mat-animation-noopable .mat-slide-toggle-bar,._mat-animation-noopable .mat-slide-toggle-thumb{transition:none}.mat-slide-toggle-ripple{position:absolute;top:calc(50% - 23px);left:calc(50% - 23px);height:46px;width:46px;z-index:1;pointer-events:none}@media screen and (-ms-high-contrast:active){.mat-slide-toggle-thumb{background:#fff;border:1px solid #000}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background:#000;border:1px solid #fff}.mat-slide-toggle-bar{background:#fff}}@media screen and (-ms-high-contrast:black-on-white){.mat-slide-toggle-bar{border:1px solid #000}}"],data:{}});function H(l){return o["\u0275vid"](2,[o["\u0275qud"](402653184,1,{_thumbEl:0}),o["\u0275qud"](402653184,2,{_thumbBarEl:0}),o["\u0275qud"](402653184,3,{_inputElement:0}),o["\u0275qud"](402653184,4,{_ripple:0}),(l()(),o["\u0275eld"](4,0,[["label",1]],null,10,"label",[["class","mat-slide-toggle-label"]],null,null,null,null,null)),(l()(),o["\u0275eld"](5,0,[[2,0],["toggleBar",1]],null,6,"div",[["class","mat-slide-toggle-bar"]],[[2,"mat-slide-toggle-bar-no-side-margin",null]],null,null,null,null)),(l()(),o["\u0275eld"](6,0,[[3,0],["input",1]],null,0,"input",[["class","mat-slide-toggle-input cdk-visually-hidden"],["type","checkbox"]],[[8,"id",0],[8,"required",0],[8,"tabIndex",0],[8,"checked",0],[8,"disabled",0],[1,"name",0],[1,"aria-label",0],[1,"aria-labelledby",0]],[[null,"change"],[null,"click"]],function(l,n,e){var o=!0,a=l.component;return"change"===n&&(o=!1!==a._onChangeEvent(e)&&o),"click"===n&&(o=!1!==a._onInputClick(e)&&o),o},null,null)),(l()(),o["\u0275eld"](7,0,[[1,0],["thumbContainer",1]],null,4,"div",[["class","mat-slide-toggle-thumb-container"]],null,[[null,"slidestart"],[null,"slide"],[null,"slideend"]],function(l,n,e){var o=!0,a=l.component;return"slidestart"===n&&(o=!1!==a._onDragStart()&&o),"slide"===n&&(o=!1!==a._onDrag(e)&&o),"slideend"===n&&(o=!1!==a._onDragEnd()&&o),o},null,null)),(l()(),o["\u0275eld"](8,0,null,null,0,"div",[["class","mat-slide-toggle-thumb"]],null,null,null,null,null)),(l()(),o["\u0275eld"](9,0,null,null,2,"div",[["class","mat-slide-toggle-ripple mat-ripple"],["mat-ripple",""]],[[2,"mat-ripple-unbounded",null]],null,null,null,null)),o["\u0275did"](10,212992,[[4,4]],0,A.y,[o.ElementRef,o.NgZone,g.a,[2,A.m],[2,s.a]],{centered:[0,"centered"],radius:[1,"radius"],animation:[2,"animation"],disabled:[3,"disabled"],trigger:[4,"trigger"]},null),o["\u0275pod"](11,{enterDuration:0}),(l()(),o["\u0275eld"](12,0,[["labelContent",1]],null,2,"span",[["class","mat-slide-toggle-content"]],null,[[null,"cdkObserveContent"]],function(l,n,e){var o=!0;return"cdkObserveContent"===n&&(o=!1!==l.component._onLabelTextChange()&&o),o},null,null)),o["\u0275did"](13,1196032,null,0,Z.a,[Z.b,o.ElementRef,o.NgZone],null,{event:"cdkObserveContent"}),o["\u0275ncd"](null,0)],function(l,n){var e=n.component;l(n,10,0,!0,23,l(n,11,0,150),e.disableRipple||e.disabled,o["\u0275nov"](n,4))},function(l,n){var e=n.component;l(n,5,0,!o["\u0275nov"](n,12).textContent||!o["\u0275nov"](n,12).textContent.trim()),l(n,6,0,e.inputId,e.required,e.tabIndex,e.checked,e.disabled,e.name,e.ariaLabel,e.ariaLabelledby),l(n,9,0,o["\u0275nov"](n,10).unbounded)})}var K=e("JdLL"),z=function(){function l(l,n,e,o,a,r){this.router=l,this.fb=n,this.AWS=e,this.cd=o,this.elementRef=a,this.users=r,this.loader=!1,this.hierarchy=[],this.files=null}return l.prototype.ngOnInit=function(){console.log(this.users.localUserId),""!=this.users.localUserId&&null!=this.users.localUserId&&void 0!==this.users.localUserId||this.regdata(),this.roles=[{name:"Admin",value:"ADMIN"},{name:"Audit",value:"AUDIT"}],this.regForm=this.fb.group({userid:[null],firstName:[null,T.Validators.compose([T.Validators.required,T.Validators.minLength(2),T.Validators.maxLength(10)])],lastName:[null,T.Validators.compose([T.Validators.required])],phone:[null,T.Validators.compose([T.Validators.required,T.Validators.minLength(10),T.Validators.maxLength(12)])],altphone:[null,T.Validators.compose([T.Validators.minLength(10),T.Validators.maxLength(12)])],email:[null,T.Validators.compose([T.Validators.required,K.CustomValidators.email])],altemail:[null,T.Validators.compose([K.CustomValidators.email])],role:[null,T.Validators.compose([T.Validators.required])],type:[null,T.Validators.compose([T.Validators.required])],address1:[null,""],address2:[null,""],address3:[null,""],state:[null,T.Validators.compose([T.Validators.required])],city:[null,T.Validators.compose([T.Validators.required])],designation:[null,T.Validators.compose([T.Validators.required])],userpic:[null],isactive:[!0],pincode:[null],lenderHierarchy:[null,T.Validators.compose([T.Validators.required])]}),this.userupdate()},l.prototype.onSelect=function(l){},l.prototype.regdata=function(){var l=this;this.users.entityType().subscribe(function(n){l.types=n,200==l.types.status&&(l.types=l.types.records)}),this.users.City().subscribe(function(n){l.City=n,200==l.City.status&&(l.City=l.City.records)}),this.users.State().subscribe(function(n){l.State=n,200==l.State.status&&(l.State=l.State.records)}),this.users.designation().subscribe(function(n){l.designation=n,200==l.designation.status&&(l.designation=l.designation.records)}),this.users.lenderHierarchy().subscribe(function(n){l.lenderHierarchy=n,200==l.lenderHierarchy.status&&(l.lenderHierarchy=l.lenderHierarchy.records)})},l.prototype.onFileChange=function(l){this.files=l.target.files[0]},l.prototype.register=function(l){var n,e=this;console.log(this.usersData),""!=this.usersData&&void 0!==this.usersData?l.userpic=this.files?this.files:this.usersData.profilepic:this.files&&(l.userpic=this.files),this.loader=!0,void 0===this.usersData?this.AWS.register(l).subscribe(function(o){""!=o.User.UserStatus&&void 0!==o.User.UserStatus&&null!=o.User.UserStatus&&e.AWS.UserGroup(o,l).subscribe(function(o){e.users.saveRecords(o,l).subscribe(function(o){200==(n=o).status&&e.AWS.adminUpdateuser(l,n.record).subscribe(function(l){e.loader=!1,console.log(l),alert("user Created"),e.router.navigate(["setting/users/userlist"])})})})}):this.AWS.adminchangeData(this.usersData,l).subscribe(function(n){e.users.saveRecords(n,l).subscribe(function(l){e.loader=!1,alert("Update User"),e.router.navigate(["setting/users/userlist"]),delete e.AWS.localUserId})})},l.prototype.toggleAllSelection=function(l){""!=this.usersData&&void 0!==this.usersData&&(console.log(this.usersData),l.source.selected?this.AWS.UserGroup(l.source.value,this.usersData):(this.AWS.adminremoveGroup(l.source.value,this.usersData),console.log("else")))},l.prototype.userupdate=function(){var l=this;if(""!=this.users.localUserId&&null!=this.users.localUserId&&void 0!==this.users.localUserId){this.usersData=this.users.localUserId,console.log(this.usersData),console.log(this.usersData),this.users.entityType().subscribe(function(n){if(l.types=n,200==l.types.status){l.types=l.types.records;var e=l.types.filter(function(n){return n.entity_type_id==l.usersData.fk_entity_id})[0];l.regForm.controls.type.setValue(e),l.checktype(e)}}),this.users.City().subscribe(function(n){if(l.City=n,200==l.City.status){l.City=l.City.records;var e=l.City.filter(function(n){return n.city_id==l.usersData.fk_city})[0];l.regForm.controls.city.setValue(e)}}),this.users.State().subscribe(function(n){if(l.State=n,200==l.State.status){l.State=l.State.records;var e=l.State.filter(function(n){return n.state_id==l.usersData.fk_state})[0];l.regForm.controls.state.setValue(e)}}),this.users.designation().subscribe(function(n){if(l.designation=n,200==l.designation.status){l.designation=l.designation.records;var e=l.designation.filter(function(n){return n.designation_id==l.usersData.fk_designation})[0];l.regForm.controls.designation.setValue(e)}}),this.users.lenderHierarchy().subscribe(function(n){if(l.lenderHierarchy=n,200==l.lenderHierarchy.status){l.lenderHierarchy=l.lenderHierarchy.records;var e=l.lenderHierarchy.filter(function(n){return n.lender_hierarchy_id==l.usersData.fk_hierarchy_id})[0];console.log(e),l.regForm.controls.lenderHierarchy.setValue(e)}});for(var n=[],e=function(l){n.push(o.roles.filter(function(n){return n.value==l.user_role})[0])},o=this,a=0,r=this.usersData[0];a=20?"ste":"de")},week:{dow:1,doy:4}})}(n("wd/R"))},"//9w":function(t,e,n){!function(t){"use strict";t.defineLocale("se",{months:"o\u0111\u0111ajagem\xe1nnu_guovvam\xe1nnu_njuk\u010dam\xe1nnu_cuo\u014bom\xe1nnu_miessem\xe1nnu_geassem\xe1nnu_suoidnem\xe1nnu_borgem\xe1nnu_\u010dak\u010dam\xe1nnu_golggotm\xe1nnu_sk\xe1bmam\xe1nnu_juovlam\xe1nnu".split("_"),monthsShort:"o\u0111\u0111j_guov_njuk_cuo_mies_geas_suoi_borg_\u010dak\u010d_golg_sk\xe1b_juov".split("_"),weekdays:"sotnabeaivi_vuoss\xe1rga_ma\u014b\u014beb\xe1rga_gaskavahkku_duorastat_bearjadat_l\xe1vvardat".split("_"),weekdaysShort:"sotn_vuos_ma\u014b_gask_duor_bear_l\xe1v".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s gea\u017ees",past:"ma\u014bit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta m\xe1nnu",MM:"%d m\xe1nut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},"/TIM":function(t,e,n){"use strict";n.r(e);var i="http://www.w3.org/1999/xhtml",a={svg:"http://www.w3.org/2000/svg",xhtml:i,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},r=function(t){var e=t+="",n=e.indexOf(":");return n>=0&&"xmlns"!==(e=t.slice(0,n))&&(t=t.slice(n+1)),a.hasOwnProperty(e)?{space:a[e],local:t}:t},o=function(t){var e=r(t);return(e.local?function(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}:function(t){return function(){var e=this.ownerDocument,n=this.namespaceURI;return n===i&&e.documentElement.namespaceURI===i?e.createElement(t):e.createElementNS(n,t)}})(e)};function s(){}var c=function(t){return null==t?s:function(){return this.querySelector(t)}};function l(){return[]}var d=function(t){return null==t?l:function(){return this.querySelectorAll(t)}},u=function(t){return function(){return this.matches(t)}};if("undefined"!=typeof document){var h=document.documentElement;if(!h.matches){var p=h.webkitMatchesSelector||h.msMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector;u=function(t){return function(){return p.call(this,t)}}}}var m=u,f=function(t){return new Array(t.length)};function g(t,e){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=e}g.prototype={constructor:g,appendChild:function(t){return this._parent.insertBefore(t,this._next)},insertBefore:function(t,e){return this._parent.insertBefore(t,e)},querySelector:function(t){return this._parent.querySelector(t)},querySelectorAll:function(t){return this._parent.querySelectorAll(t)}};var y="$";function _(t,e,n,i,a,r){for(var o,s=0,c=e.length,l=r.length;se?1:t>=e?0:NaN}var x=function(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView};function M(t,e){return t.style.getPropertyValue(e)||x(t).getComputedStyle(t,null).getPropertyValue(e)}function w(t){return t.trim().split(/^|\s+/)}function L(t){return t.classList||new O(t)}function O(t){this._node=t,this._names=w(t.getAttribute("class")||"")}function k(t,e){for(var n=L(t),i=-1,a=e.length;++i=0&&(this._names.splice(e,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}};var P={},R=null;function H(t,e,n){return t=F(t,e,n),function(e){var n=e.relatedTarget;n&&(n===this||8&n.compareDocumentPosition(this))||t.call(this,e)}}function F(t,e,n){return function(i){var a=R;R=i;try{t.call(this,this.__data__,e,n)}finally{R=a}}}function W(t){return function(){var e=this.__on;if(e){for(var n,i=0,a=-1,r=e.length;i=w&&(w=M+1);!(x=y[w])&&++w=0;)(i=a[r])&&(o&&o!==i.nextSibling&&o.parentNode.insertBefore(i,o),o=i);return this},sort:function(t){function e(e,n){return e&&n?t(e.__data__,n.__data__):!e-!n}t||(t=b);for(var n=this._groups,i=n.length,a=new Array(i),r=0;r1?this.each((null==e?function(t){return function(){this.style.removeProperty(t)}}:"function"==typeof e?function(t,e,n){return function(){var i=e.apply(this,arguments);null==i?this.style.removeProperty(t):this.style.setProperty(t,i,n)}}:function(t,e,n){return function(){this.style.setProperty(t,e,n)}})(t,e,null==n?"":n)):M(this.node(),t)},property:function(t,e){return arguments.length>1?this.each((null==e?function(t){return function(){delete this[t]}}:"function"==typeof e?function(t,e){return function(){var n=e.apply(this,arguments);null==n?delete this[t]:this[t]=n}}:function(t,e){return function(){this[t]=e}})(t,e)):this.node()[t]},classed:function(t,e){var n=w(t+"");if(arguments.length<2){for(var i=L(this.node()),a=-1,r=n.length;++a=0&&(e=t.slice(n+1),t=t.slice(0,n)),{type:t,name:e}}),o=r.length;if(!(arguments.length<2)){for(s=e?z:W,null==n&&(n=!1),i=0;i=4||"\u0f49\u0f72\u0f53\u0f0b\u0f42\u0f74\u0f44"===e&&t<5||"\u0f51\u0f42\u0f7c\u0f44\u0f0b\u0f51\u0f42"===e?t+12:t},meridiem:function(t,e,n){return t<4?"\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c":t<10?"\u0f5e\u0f7c\u0f42\u0f66\u0f0b\u0f40\u0f66":t<17?"\u0f49\u0f72\u0f53\u0f0b\u0f42\u0f74\u0f44":t<20?"\u0f51\u0f42\u0f7c\u0f44\u0f0b\u0f51\u0f42":"\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c"},week:{dow:0,doy:6}})}(n("wd/R"))},"0tRk":function(t,e,n){!function(t){"use strict";t.defineLocale("pt-br",{months:"janeiro_fevereiro_mar\xe7o_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Ter\xe7a-feira_Quarta-feira_Quinta-feira_Sexta-feira_S\xe1bado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_S\xe1b".split("_"),weekdaysMin:"Do_2\xaa_3\xaa_4\xaa_5\xaa_6\xaa_S\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [\xe0s] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [\xe0s] HH:mm"},calendar:{sameDay:"[Hoje \xe0s] LT",nextDay:"[Amanh\xe3 \xe0s] LT",nextWeek:"dddd [\xe0s] LT",lastDay:"[Ontem \xe0s] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[\xdaltimo] dddd [\xe0s] LT":"[\xdaltima] dddd [\xe0s] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"h\xe1 %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um m\xeas",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba"})}(n("wd/R"))},"1rYy":function(t,e,n){!function(t){"use strict";t.defineLocale("hy-am",{months:{format:"\u0570\u0578\u0582\u0576\u057e\u0561\u0580\u056b_\u0583\u0565\u057f\u0580\u057e\u0561\u0580\u056b_\u0574\u0561\u0580\u057f\u056b_\u0561\u057a\u0580\u056b\u056c\u056b_\u0574\u0561\u0575\u056b\u057d\u056b_\u0570\u0578\u0582\u0576\u056b\u057d\u056b_\u0570\u0578\u0582\u056c\u056b\u057d\u056b_\u0585\u0563\u0578\u057d\u057f\u0578\u057d\u056b_\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580\u056b_\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b_\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056b_\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b".split("_"),standalone:"\u0570\u0578\u0582\u0576\u057e\u0561\u0580_\u0583\u0565\u057f\u0580\u057e\u0561\u0580_\u0574\u0561\u0580\u057f_\u0561\u057a\u0580\u056b\u056c_\u0574\u0561\u0575\u056b\u057d_\u0570\u0578\u0582\u0576\u056b\u057d_\u0570\u0578\u0582\u056c\u056b\u057d_\u0585\u0563\u0578\u057d\u057f\u0578\u057d_\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580_\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580_\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580_\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580".split("_")},monthsShort:"\u0570\u0576\u057e_\u0583\u057f\u0580_\u0574\u0580\u057f_\u0561\u057a\u0580_\u0574\u0575\u057d_\u0570\u0576\u057d_\u0570\u056c\u057d_\u0585\u0563\u057d_\u057d\u057a\u057f_\u0570\u056f\u057f_\u0576\u0574\u0562_\u0564\u056f\u057f".split("_"),weekdays:"\u056f\u056b\u0580\u0561\u056f\u056b_\u0565\u0580\u056f\u0578\u0582\u0577\u0561\u0562\u0569\u056b_\u0565\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b_\u0579\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b_\u0570\u056b\u0576\u0563\u0577\u0561\u0562\u0569\u056b_\u0578\u0582\u0580\u0562\u0561\u0569_\u0577\u0561\u0562\u0561\u0569".split("_"),weekdaysShort:"\u056f\u0580\u056f_\u0565\u0580\u056f_\u0565\u0580\u0584_\u0579\u0580\u0584_\u0570\u0576\u0563_\u0578\u0582\u0580\u0562_\u0577\u0562\u0569".split("_"),weekdaysMin:"\u056f\u0580\u056f_\u0565\u0580\u056f_\u0565\u0580\u0584_\u0579\u0580\u0584_\u0570\u0576\u0563_\u0578\u0582\u0580\u0562_\u0577\u0562\u0569".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0569.",LLL:"D MMMM YYYY \u0569., HH:mm",LLLL:"dddd, D MMMM YYYY \u0569., HH:mm"},calendar:{sameDay:"[\u0561\u0575\u057d\u0585\u0580] LT",nextDay:"[\u057e\u0561\u0572\u0568] LT",lastDay:"[\u0565\u0580\u0565\u056f] LT",nextWeek:function(){return"dddd [\u0585\u0580\u0568 \u056a\u0561\u0574\u0568] LT"},lastWeek:function(){return"[\u0561\u0576\u0581\u0561\u056e] dddd [\u0585\u0580\u0568 \u056a\u0561\u0574\u0568] LT"},sameElse:"L"},relativeTime:{future:"%s \u0570\u0565\u057f\u0578",past:"%s \u0561\u057c\u0561\u057b",s:"\u0574\u056b \u0584\u0561\u0576\u056b \u057e\u0561\u0575\u0580\u056f\u0575\u0561\u0576",ss:"%d \u057e\u0561\u0575\u0580\u056f\u0575\u0561\u0576",m:"\u0580\u0578\u057a\u0565",mm:"%d \u0580\u0578\u057a\u0565",h:"\u056a\u0561\u0574",hh:"%d \u056a\u0561\u0574",d:"\u0585\u0580",dd:"%d \u0585\u0580",M:"\u0561\u0574\u056b\u057d",MM:"%d \u0561\u0574\u056b\u057d",y:"\u057f\u0561\u0580\u056b",yy:"%d \u057f\u0561\u0580\u056b"},meridiemParse:/\u0563\u056b\u0577\u0565\u0580\u057e\u0561|\u0561\u057c\u0561\u057e\u0578\u057f\u057e\u0561|\u0581\u0565\u0580\u0565\u056f\u057e\u0561|\u0565\u0580\u0565\u056f\u0578\u0575\u0561\u0576/,isPM:function(t){return/^(\u0581\u0565\u0580\u0565\u056f\u057e\u0561|\u0565\u0580\u0565\u056f\u0578\u0575\u0561\u0576)$/.test(t)},meridiem:function(t){return t<4?"\u0563\u056b\u0577\u0565\u0580\u057e\u0561":t<12?"\u0561\u057c\u0561\u057e\u0578\u057f\u057e\u0561":t<17?"\u0581\u0565\u0580\u0565\u056f\u057e\u0561":"\u0565\u0580\u0565\u056f\u0578\u0575\u0561\u0576"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(\u056b\u0576|\u0580\u0564)/,ordinal:function(t,e){switch(e){case"DDD":case"w":case"W":case"DDDo":return 1===t?t+"-\u056b\u0576":t+"-\u0580\u0564";default:return t}},week:{dow:1,doy:7}})}(n("wd/R"))},"1xZ4":function(t,e,n){!function(t){"use strict";t.defineLocale("ca",{months:{standalone:"gener_febrer_mar\xe7_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de mar\xe7_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._mar\xe7_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[dem\xe0 a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aqu\xed %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|\xe8|a)/,ordinal:function(t,e){var n=1===t?"r":2===t?"n":3===t?"r":4===t?"t":"\xe8";return"w"!==e&&"W"!==e||(n="a"),t+n},week:{dow:1,doy:4}})}(n("wd/R"))},"2UWG":function(t,e,n){"use strict";t.exports=function(t){var e=t.defaults.global;function n(t){return void 0!==t._view.width}function i(t){var e,i,a,r,o=t._view;if(n(t)){var s=o.width/2;e=o.x-s,i=o.x+s,a=Math.min(o.y,o.base),r=Math.max(o.y,o.base)}else{var c=o.height/2;e=Math.min(o.x,o.base),i=Math.max(o.x,o.base),a=o.y-c,r=o.y+c}return{left:e,top:a,right:i,bottom:r}}e.elements.rectangle={backgroundColor:e.defaultColor,borderWidth:0,borderColor:e.defaultColor,borderSkipped:"bottom"},t.elements.Rectangle=t.Element.extend({draw:function(){var t,e,n,i,a,r,o,s=this._chart.ctx,c=this._view,l=c.borderWidth;if(c.horizontal?(n=c.y-c.height/2,i=c.y+c.height/2,a=(e=c.x)>(t=c.base)?1:-1,r=1,o=c.borderSkipped||"left"):(t=c.x-c.width/2,e=c.x+c.width/2,a=1,r=(i=c.base)>(n=c.y)?1:-1,o=c.borderSkipped||"bottom"),l){var d=Math.min(Math.abs(t-e),Math.abs(n-i)),u=(l=l>d?d:l)/2,h=t+("left"!==o?u*a:0),p=e+("right"!==o?-u*a:0),m=n+("top"!==o?u*r:0),f=i+("bottom"!==o?-u*r:0);h!==p&&(n=m,i=f),m!==f&&(t=h,e=p)}s.beginPath(),s.fillStyle=c.backgroundColor,s.strokeStyle=c.borderColor,s.lineWidth=l;var g=[[t,i],[t,n],[e,n],[e,i]],y=["bottom","left","top","right"].indexOf(o,0);function _(t){return g[(y+t)%4]}-1===y&&(y=0);var v=_(0);s.moveTo(v[0],v[1]);for(var b=1;b<4;b++)v=_(b),s.lineTo(v[0],v[1]);s.fill(),l&&s.stroke()},height:function(){var t=this._view;return t.base-t.y},inRange:function(t,e){var n=!1;if(this._view){var a=i(this);n=t>=a.left&&t<=a.right&&e>=a.top&&e<=a.bottom}return n},inLabelRange:function(t,e){if(!this._view)return!1;var a=i(this);return n(this)?t>=a.left&&t<=a.right:e>=a.top&&e<=a.bottom},inXRange:function(t){var e=i(this);return t>=e.left&&t<=e.right},inYRange:function(t){var e=i(this);return t>=e.top&&t<=e.bottom},getCenterPoint:function(){var t,e,i=this._view;return n(this)?(t=i.x,e=(i.y+i.base)/2):(t=(i.x+i.base)/2,e=i.y),{x:t,y:e}},getArea:function(){var t=this._view;return t.width*Math.abs(t.y-t.base)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y}}})}},"2fjn":function(t,e,n){!function(t){"use strict";t.defineLocale("fr-ca",{months:"janvier_f\xe9vrier_mars_avril_mai_juin_juillet_ao\xfbt_septembre_octobre_novembre_d\xe9cembre".split("_"),monthsShort:"janv._f\xe9vr._mars_avr._mai_juin_juil._ao\xfbt_sept._oct._nov._d\xe9c.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd\u2019hui \xe0] LT",nextDay:"[Demain \xe0] LT",nextWeek:"dddd [\xe0] LT",lastDay:"[Hier \xe0] LT",lastWeek:"dddd [dernier \xe0] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(t,e){switch(e){default:case"M":case"Q":case"D":case"DDD":case"d":return t+(1===t?"er":"e");case"w":case"W":return t+(1===t?"re":"e")}}})}(n("wd/R"))},"2hkV":function(t,e,n){"use strict";t.exports=function(t){var e=t.canvasHelpers={};e.drawPoint=function(e,n,i,a,r){var o,s,c,l,d,u;if("object"!=typeof n||"[object HTMLImageElement]"!==(o=n.toString())&&"[object HTMLCanvasElement]"!==o){if(!(isNaN(i)||i<=0)){switch(n){default:e.beginPath(),e.arc(a,r,i,0,2*Math.PI),e.closePath(),e.fill();break;case"triangle":e.beginPath(),d=(s=3*i/Math.sqrt(3))*Math.sqrt(3)/2,e.moveTo(a-s/2,r+d/3),e.lineTo(a+s/2,r+d/3),e.lineTo(a,r-2*d/3),e.closePath(),e.fill();break;case"rect":u=1/Math.SQRT2*i,e.beginPath(),e.fillRect(a-u,r-u,2*u,2*u),e.strokeRect(a-u,r-u,2*u,2*u);break;case"rectRounded":var h=i/Math.SQRT2,p=Math.SQRT2*i;t.helpers.drawRoundedRectangle(e,a-h,r-h,p,p,i/2),e.fill();break;case"rectRot":u=1/Math.SQRT2*i,e.beginPath(),e.moveTo(a-u,r),e.lineTo(a,r+u),e.lineTo(a+u,r),e.lineTo(a,r-u),e.closePath(),e.fill();break;case"cross":e.beginPath(),e.moveTo(a,r+i),e.lineTo(a,r-i),e.moveTo(a-i,r),e.lineTo(a+i,r),e.closePath();break;case"crossRot":e.beginPath(),c=Math.cos(Math.PI/4)*i,l=Math.sin(Math.PI/4)*i,e.moveTo(a-c,r-l),e.lineTo(a+c,r+l),e.moveTo(a-c,r+l),e.lineTo(a+c,r-l),e.closePath();break;case"star":e.beginPath(),e.moveTo(a,r+i),e.lineTo(a,r-i),e.moveTo(a-i,r),e.lineTo(a+i,r),c=Math.cos(Math.PI/4)*i,l=Math.sin(Math.PI/4)*i,e.moveTo(a-c,r-l),e.lineTo(a+c,r+l),e.moveTo(a-c,r+l),e.lineTo(a+c,r-l),e.closePath();break;case"line":e.beginPath(),e.moveTo(a-i,r),e.lineTo(a+i,r),e.closePath();break;case"dash":e.beginPath(),e.moveTo(a,r),e.lineTo(a+i,r),e.closePath()}e.stroke()}}else e.drawImage(n,a-n.width/2,r-n.height/2,n.width,n.height)},e.clipArea=function(t,e){t.save(),t.beginPath(),t.rect(e.left,e.top,e.right-e.left,e.bottom-e.top),t.clip()},e.unclipArea=function(t){t.restore()},e.lineTo=function(t,e,n,i){if(n.steppedLine)return"after"===n.steppedLine?t.lineTo(e.x,n.y):t.lineTo(n.x,e.y),void t.lineTo(n.x,n.y);n.tension?t.bezierCurveTo(i?e.controlPointPreviousX:e.controlPointNextX,i?e.controlPointPreviousY:e.controlPointNextY,i?n.controlPointNextX:n.controlPointPreviousX,i?n.controlPointNextY:n.controlPointPreviousY,n.x,n.y):t.lineTo(n.x,n.y)},t.helpers.canvas=e}},"2ykv":function(t,e,n){!function(t){"use strict";var e="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),i=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],a=/^(januari|februari|maart|april|mei|april|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;t.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(t,i){return t?/-MMM-/.test(i)?n[t.month()]:e[t.month()]:e},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(januari|februari|maart|mei|ju[nl]i|april|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"\xe9\xe9n minuut",mm:"%d minuten",h:"\xe9\xe9n uur",hh:"%d uur",d:"\xe9\xe9n dag",dd:"%d dagen",M:"\xe9\xe9n maand",MM:"%d maanden",y:"\xe9\xe9n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})}(n("wd/R"))},"30U6":function(t,e,n){"use strict";var i={value:function(){}};function a(){for(var t,e=0,n=arguments.length,i={};e=0&&(e=t.slice(n+1),t=t.slice(0,n)),t&&!i.hasOwnProperty(t))throw new Error("unknown type: "+t);return{type:t,name:e}})),c=-1,l=r.length;if(!(arguments.length<2)){if(null!=e&&"function"!=typeof e)throw new Error("invalid callback: "+e);for(;++c0)for(var n,i,a=new Array(n),r=0;r=10?t:t+12:"\u0936\u093e\u092e"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"\u0930\u093e\u0924":t<10?"\u0938\u0941\u092c\u0939":t<17?"\u0926\u094b\u092a\u0939\u0930":t<20?"\u0936\u093e\u092e":"\u0930\u093e\u0924"},week:{dow:0,doy:6}})}(n("wd/R"))},"4MV3":function(t,e,n){!function(t){"use strict";var e={1:"\u0ae7",2:"\u0ae8",3:"\u0ae9",4:"\u0aea",5:"\u0aeb",6:"\u0aec",7:"\u0aed",8:"\u0aee",9:"\u0aef",0:"\u0ae6"},n={"\u0ae7":"1","\u0ae8":"2","\u0ae9":"3","\u0aea":"4","\u0aeb":"5","\u0aec":"6","\u0aed":"7","\u0aee":"8","\u0aef":"9","\u0ae6":"0"};t.defineLocale("gu",{months:"\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0_\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0_\u0aae\u0abe\u0ab0\u0acd\u0a9a_\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2_\u0aae\u0ac7_\u0a9c\u0ac2\u0aa8_\u0a9c\u0ac1\u0ab2\u0abe\u0a88_\u0a91\u0a97\u0ab8\u0acd\u0a9f_\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0_\u0a91\u0a95\u0acd\u0a9f\u0acd\u0aac\u0ab0_\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0_\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0".split("_"),monthsShort:"\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1._\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1._\u0aae\u0abe\u0ab0\u0acd\u0a9a_\u0a8f\u0aaa\u0acd\u0ab0\u0abf._\u0aae\u0ac7_\u0a9c\u0ac2\u0aa8_\u0a9c\u0ac1\u0ab2\u0abe._\u0a91\u0a97._\u0ab8\u0aaa\u0acd\u0a9f\u0ac7._\u0a91\u0a95\u0acd\u0a9f\u0acd._\u0aa8\u0ab5\u0ac7._\u0aa1\u0abf\u0ab8\u0ac7.".split("_"),monthsParseExact:!0,weekdays:"\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0_\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0_\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0_\u0aac\u0ac1\u0aa7\u0acd\u0ab5\u0abe\u0ab0_\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0_\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0_\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0".split("_"),weekdaysShort:"\u0ab0\u0ab5\u0abf_\u0ab8\u0acb\u0aae_\u0aae\u0a82\u0a97\u0ab3_\u0aac\u0ac1\u0aa7\u0acd_\u0a97\u0ac1\u0ab0\u0ac1_\u0ab6\u0ac1\u0a95\u0acd\u0ab0_\u0ab6\u0aa8\u0abf".split("_"),weekdaysMin:"\u0ab0_\u0ab8\u0acb_\u0aae\u0a82_\u0aac\u0ac1_\u0a97\u0ac1_\u0ab6\u0ac1_\u0ab6".split("_"),longDateFormat:{LT:"A h:mm \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7",LTS:"A h:mm:ss \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7",LLLL:"dddd, D MMMM YYYY, A h:mm \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7"},calendar:{sameDay:"[\u0a86\u0a9c] LT",nextDay:"[\u0a95\u0abe\u0ab2\u0ac7] LT",nextWeek:"dddd, LT",lastDay:"[\u0a97\u0a87\u0a95\u0abe\u0ab2\u0ac7] LT",lastWeek:"[\u0aaa\u0abe\u0a9b\u0ab2\u0abe] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0aae\u0abe",past:"%s \u0aaa\u0ac7\u0ab9\u0ab2\u0abe",s:"\u0a85\u0aae\u0ac1\u0a95 \u0aaa\u0ab3\u0acb",ss:"%d \u0ab8\u0ac7\u0a95\u0a82\u0aa1",m:"\u0a8f\u0a95 \u0aae\u0abf\u0aa8\u0abf\u0a9f",mm:"%d \u0aae\u0abf\u0aa8\u0abf\u0a9f",h:"\u0a8f\u0a95 \u0a95\u0ab2\u0abe\u0a95",hh:"%d \u0a95\u0ab2\u0abe\u0a95",d:"\u0a8f\u0a95 \u0aa6\u0abf\u0ab5\u0ab8",dd:"%d \u0aa6\u0abf\u0ab5\u0ab8",M:"\u0a8f\u0a95 \u0aae\u0ab9\u0abf\u0aa8\u0acb",MM:"%d \u0aae\u0ab9\u0abf\u0aa8\u0acb",y:"\u0a8f\u0a95 \u0ab5\u0ab0\u0acd\u0ab7",yy:"%d \u0ab5\u0ab0\u0acd\u0ab7"},preparse:function(t){return t.replace(/[\u0ae7\u0ae8\u0ae9\u0aea\u0aeb\u0aec\u0aed\u0aee\u0aef\u0ae6]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/\u0ab0\u0abe\u0aa4|\u0aac\u0aaa\u0acb\u0ab0|\u0ab8\u0ab5\u0abe\u0ab0|\u0ab8\u0abe\u0a82\u0a9c/,meridiemHour:function(t,e){return 12===t&&(t=0),"\u0ab0\u0abe\u0aa4"===e?t<4?t:t+12:"\u0ab8\u0ab5\u0abe\u0ab0"===e?t:"\u0aac\u0aaa\u0acb\u0ab0"===e?t>=10?t:t+12:"\u0ab8\u0abe\u0a82\u0a9c"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"\u0ab0\u0abe\u0aa4":t<10?"\u0ab8\u0ab5\u0abe\u0ab0":t<17?"\u0aac\u0aaa\u0acb\u0ab0":t<20?"\u0ab8\u0abe\u0a82\u0a9c":"\u0ab0\u0abe\u0aa4"},week:{dow:0,doy:6}})}(n("wd/R"))},"4dOw":function(t,e,n){!function(t){"use strict";t.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(n("wd/R"))},"4jaM":function(t,e,n){"use strict";n.r(e);var i=n("vBe5"),a=n("bwSX"),r=Array.prototype,o=r.map,s=r.slice,c={name:"implicit"};function l(t){var e=Object(a.a)(),n=[],i=c;function r(a){var r=a+"",o=e.get(r);if(!o){if(i!==c)return i;e.set(r,o=n.push(a))}return t[(o-1)%t.length]}return t=null==t?[]:s.call(t),r.domain=function(t){if(!arguments.length)return n.slice();n=[],e=Object(a.a)();for(var i,o,s=-1,c=t.length;++s2?_:y,i=a=null,p}function p(e){return(i||(i=n(r,c,d?function(t){return function(e,n){var i=t(e=+e,n=+n);return function(t){return t<=e?0:t>=n?1:i(t)}}}(t):t,l)))(+e)}return p.invert=function(t){return(a||(a=n(c,r,g,d?function(t){return function(e,n){var i=t(e=+e,n=+n);return function(t){return t<=0?e:t>=1?n:i(t)}}}(e):e)))(+t)},p.domain=function(t){return arguments.length?(r=o.call(t,m),u()):r.slice()},p.range=function(t){return arguments.length?(c=s.call(t),u()):c.slice()},p.rangeRound=function(t){return c=s.call(t),l=h.interpolateRound,u()},p.clamp=function(t){return arguments.length?(d=!!t,u()):d},p.interpolate=function(t){return arguments.length?(l=t,u()):l},u()}var x=n("rWgG"),M=function(t,e,n){var a,r=t[0],o=t[t.length-1],s=Object(i.tickStep)(r,o,null==e?10:e);switch((n=Object(x.formatSpecifier)(null==n?",f":n)).type){case"s":var c=Math.max(Math.abs(r),Math.abs(o));return null!=n.precision||isNaN(a=Object(x.precisionPrefix)(s,c))||(n.precision=a),Object(x.formatPrefix)(n,c);case"":case"e":case"g":case"p":case"r":null!=n.precision||isNaN(a=Object(x.precisionRound)(s,Math.max(Math.abs(r),Math.abs(o))))||(n.precision=a-("e"===n.type));break;case"f":case"%":null!=n.precision||isNaN(a=Object(x.precisionFixed)(s))||(n.precision=a-2*("%"===n.type))}return Object(x.format)(n)};function w(t){var e=t.domain;return t.ticks=function(t){var n=e();return Object(i.ticks)(n[0],n[n.length-1],null==t?10:t)},t.tickFormat=function(t,n){return M(e(),t,n)},t.nice=function(n){null==n&&(n=10);var a,r=e(),o=0,s=r.length-1,c=r[o],l=r[s];return l0?(c=Math.floor(c/a)*a,l=Math.ceil(l/a)*a,a=Object(i.tickIncrement)(c,l,n)):a<0&&(c=Math.ceil(c*a)/a,l=Math.floor(l*a)/a,a=Object(i.tickIncrement)(c,l,n)),a>0?(r[o]=Math.floor(c/a)*a,r[s]=Math.ceil(l/a)*a,e(r)):a<0&&(r[o]=Math.ceil(c*a)/a,r[s]=Math.floor(l*a)/a,e(r)),t},t}function L(){var t=b(g,h.interpolateNumber);return t.copy=function(){return v(t,L())},w(t)}function O(){var t=[0,1];function e(t){return+t}return e.invert=e,e.domain=e.range=function(n){return arguments.length?(t=o.call(n,m),e):t.slice()},e.copy=function(){return O().domain(t)},w(e)}var k=function(t,e){var n,i=0,a=(t=t.slice()).length-1,r=t[i],o=t[a];return o0){for(;pl)break;g.push(h)}}else for(;p=1;--u)if(!((h=d*u)l)break;g.push(h)}}else g=Object(i.ticks)(p,m,Math.min(m-p,f)).map(r);return o?g.reverse():g},t.tickFormat=function(e,i){if(null==i&&(i=10===n?".0e":","),"function"!=typeof i&&(i=Object(x.format)(i)),e===1/0)return i;null==e&&(e=10);var o=Math.max(1,n*e/t.ticks().length);return function(t){var e=t/r(Math.round(a(t)));return e*n0?n[a-1]:t[0],a=n?[a[n-1],e]:[a[o-1],a[o]]},o.copy=function(){return H().domain([t,e]).range(r)},w(o)}function F(){var t=[.5],e=[0,1],n=1;function a(a){if(a<=a)return e[Object(i.bisect)(t,a,0,n)]}return a.domain=function(i){return arguments.length?(t=s.call(i),n=Math.min(t.length,e.length-1),a):t.slice()},a.range=function(i){return arguments.length?(e=s.call(i),n=Math.min(t.length,e.length-1),a):e.slice()},a.invertExtent=function(n){var i=e.indexOf(n);return[t[i-1],t[i]]},a.copy=function(){return F().domain(t).range(e)},a}var W=n("tgfz"),z=n("cOGN"),N=1e3,B=60*N,V=60*B,G=24*V,X=7*G,U=30*G,$=365*G;function J(t){return new Date(t)}function q(t){return t instanceof Date?+t:+new Date(+t)}function Z(t,e,n,a,r,s,c,l,d){var u=b(g,h.interpolateNumber),p=u.invert,m=u.domain,f=d(".%L"),y=d(":%S"),_=d("%I:%M"),x=d("%I %p"),M=d("%a %d"),w=d("%b %d"),L=d("%B"),O=d("%Y"),j=[[c,1,N],[c,5,5*N],[c,15,15*N],[c,30,30*N],[s,1,B],[s,5,5*B],[s,15,15*B],[s,30,30*B],[r,1,V],[r,3,3*V],[r,6,6*V],[r,12,12*V],[a,1,G],[a,2,2*G],[n,1,X],[e,1,U],[e,3,3*U],[t,1,$]];function D(i){return(c(i)1)&&(t-=Math.floor(t));var e=Math.abs(t-.5);return lt.h=360*t-100,lt.s=1.5-1.5*e,lt.l=.8-.9*e,lt+""};function ut(t){var e=t.length;return function(n){return t[Math.max(0,Math.min(e-1,Math.floor(n*e)))]}}var ht=ut(tt("44015444025645045745055946075a46085c460a5d460b5e470d60470e6147106347116447136548146748166848176948186a481a6c481b6d481c6e481d6f481f70482071482173482374482475482576482677482878482979472a7a472c7a472d7b472e7c472f7d46307e46327e46337f463480453581453781453882443983443a83443b84433d84433e85423f854240864241864142874144874045884046883f47883f48893e49893e4a893e4c8a3d4d8a3d4e8a3c4f8a3c508b3b518b3b528b3a538b3a548c39558c39568c38588c38598c375a8c375b8d365c8d365d8d355e8d355f8d34608d34618d33628d33638d32648e32658e31668e31678e31688e30698e306a8e2f6b8e2f6c8e2e6d8e2e6e8e2e6f8e2d708e2d718e2c718e2c728e2c738e2b748e2b758e2a768e2a778e2a788e29798e297a8e297b8e287c8e287d8e277e8e277f8e27808e26818e26828e26828e25838e25848e25858e24868e24878e23888e23898e238a8d228b8d228c8d228d8d218e8d218f8d21908d21918c20928c20928c20938c1f948c1f958b1f968b1f978b1f988b1f998a1f9a8a1e9b8a1e9c891e9d891f9e891f9f881fa0881fa1881fa1871fa28720a38620a48621a58521a68522a78522a88423a98324aa8325ab8225ac8226ad8127ad8128ae8029af7f2ab07f2cb17e2db27d2eb37c2fb47c31b57b32b67a34b67935b77937b87838b9773aba763bbb753dbc743fbc7340bd7242be7144bf7046c06f48c16e4ac16d4cc26c4ec36b50c46a52c56954c56856c66758c7655ac8645cc8635ec96260ca6063cb5f65cb5e67cc5c69cd5b6ccd5a6ece5870cf5773d05675d05477d1537ad1517cd2507fd34e81d34d84d44b86d54989d5488bd6468ed64590d74393d74195d84098d83e9bd93c9dd93ba0da39a2da37a5db36a8db34aadc32addc30b0dd2fb2dd2db5de2bb8de29bade28bddf26c0df25c2df23c5e021c8e020cae11fcde11dd0e11cd2e21bd5e21ad8e219dae319dde318dfe318e2e418e5e419e7e419eae51aece51befe51cf1e51df4e61ef6e620f8e621fbe723fde725")),pt=ut(tt("00000401000501010601010802010902020b02020d03030f03031204041405041606051806051a07061c08071e0907200a08220b09240c09260d0a290e0b2b100b2d110c2f120d31130d34140e36150e38160f3b180f3d19103f1a10421c10441d11471e114920114b21114e22115024125325125527125829115a2a115c2c115f2d11612f116331116533106734106936106b38106c390f6e3b0f703d0f713f0f72400f74420f75440f764510774710784910784a10794c117a4e117b4f127b51127c52137c54137d56147d57157e59157e5a167e5c167f5d177f5f187f601880621980641a80651a80671b80681c816a1c816b1d816d1d816e1e81701f81721f817320817521817621817822817922827b23827c23827e24828025828125818326818426818627818827818928818b29818c29818e2a81902a81912b81932b80942c80962c80982d80992d809b2e7f9c2e7f9e2f7fa02f7fa1307ea3307ea5317ea6317da8327daa337dab337cad347cae347bb0357bb2357bb3367ab5367ab73779b83779ba3878bc3978bd3977bf3a77c03a76c23b75c43c75c53c74c73d73c83e73ca3e72cc3f71cd4071cf4070d0416fd2426fd3436ed5446dd6456cd8456cd9466bdb476adc4869de4968df4a68e04c67e24d66e34e65e44f64e55064e75263e85362e95462ea5661eb5760ec5860ed5a5fee5b5eef5d5ef05f5ef1605df2625df2645cf3655cf4675cf4695cf56b5cf66c5cf66e5cf7705cf7725cf8745cf8765cf9785df9795df97b5dfa7d5efa7f5efa815ffb835ffb8560fb8761fc8961fc8a62fc8c63fc8e64fc9065fd9266fd9467fd9668fd9869fd9a6afd9b6bfe9d6cfe9f6dfea16efea36ffea571fea772fea973feaa74feac76feae77feb078feb27afeb47bfeb67cfeb77efeb97ffebb81febd82febf84fec185fec287fec488fec68afec88cfeca8dfecc8ffecd90fecf92fed194fed395fed597fed799fed89afdda9cfddc9efddea0fde0a1fde2a3fde3a5fde5a7fde7a9fde9aafdebacfcecaefceeb0fcf0b2fcf2b4fcf4b6fcf6b8fcf7b9fcf9bbfcfbbdfcfdbf")),mt=ut(tt("00000401000501010601010802010a02020c02020e03021004031204031405041706041907051b08051d09061f0a07220b07240c08260d08290e092b10092d110a30120a32140b34150b37160b39180c3c190c3e1b0c411c0c431e0c451f0c48210c4a230c4c240c4f260c51280b53290b552b0b572d0b592f0a5b310a5c320a5e340a5f3609613809623909633b09643d09653e0966400a67420a68440a68450a69470b6a490b6a4a0c6b4c0c6b4d0d6c4f0d6c510e6c520e6d540f6d550f6d57106e59106e5a116e5c126e5d126e5f136e61136e62146e64156e65156e67166e69166e6a176e6c186e6d186e6f196e71196e721a6e741a6e751b6e771c6d781c6d7a1d6d7c1d6d7d1e6d7f1e6c801f6c82206c84206b85216b87216b88226a8a226a8c23698d23698f24699025689225689326679526679727669827669a28659b29649d29649f2a63a02a63a22b62a32c61a52c60a62d60a82e5fa92e5eab2f5ead305dae305cb0315bb1325ab3325ab43359b63458b73557b93556ba3655bc3754bd3853bf3952c03a51c13a50c33b4fc43c4ec63d4dc73e4cc83f4bca404acb4149cc4248ce4347cf4446d04545d24644d34743d44842d54a41d74b3fd84c3ed94d3dda4e3cdb503bdd513ade5238df5337e05536e15635e25734e35933e45a31e55c30e65d2fe75e2ee8602de9612bea632aeb6429eb6628ec6726ed6925ee6a24ef6c23ef6e21f06f20f1711ff1731df2741cf3761bf37819f47918f57b17f57d15f67e14f68013f78212f78410f8850ff8870ef8890cf98b0bf98c0af98e09fa9008fa9207fa9407fb9606fb9706fb9906fb9b06fb9d07fc9f07fca108fca309fca50afca60cfca80dfcaa0ffcac11fcae12fcb014fcb216fcb418fbb61afbb81dfbba1ffbbc21fbbe23fac026fac228fac42afac62df9c72ff9c932f9cb35f8cd37f8cf3af7d13df7d340f6d543f6d746f5d949f5db4cf4dd4ff4df53f4e156f3e35af3e55df2e661f2e865f2ea69f1ec6df1ed71f1ef75f1f179f2f27df2f482f3f586f3f68af4f88ef5f992f6fa96f8fb9af9fc9dfafda1fcffa4")),ft=ut(tt("0d088710078813078916078a19068c1b068d1d068e20068f2206902406912605912805922a05932c05942e05952f059631059733059735049837049938049a3a049a3c049b3e049c3f049c41049d43039e44039e46039f48039f4903a04b03a14c02a14e02a25002a25102a35302a35502a45601a45801a45901a55b01a55c01a65e01a66001a66100a76300a76400a76600a76700a86900a86a00a86c00a86e00a86f00a87100a87201a87401a87501a87701a87801a87a02a87b02a87d03a87e03a88004a88104a78305a78405a78606a68707a68808a68a09a58b0aa58d0ba58e0ca48f0da4910ea3920fa39410a29511a19613a19814a099159f9a169f9c179e9d189d9e199da01a9ca11b9ba21d9aa31e9aa51f99a62098a72197a82296aa2395ab2494ac2694ad2793ae2892b02991b12a90b22b8fb32c8eb42e8db52f8cb6308bb7318ab83289ba3388bb3488bc3587bd3786be3885bf3984c03a83c13b82c23c81c33d80c43e7fc5407ec6417dc7427cc8437bc9447aca457acb4679cc4778cc4977cd4a76ce4b75cf4c74d04d73d14e72d24f71d35171d45270d5536fd5546ed6556dd7566cd8576bd9586ada5a6ada5b69db5c68dc5d67dd5e66de5f65de6164df6263e06363e16462e26561e26660e3685fe4695ee56a5de56b5de66c5ce76e5be76f5ae87059e97158e97257ea7457eb7556eb7655ec7754ed7953ed7a52ee7b51ef7c51ef7e50f07f4ff0804ef1814df1834cf2844bf3854bf3874af48849f48948f58b47f58c46f68d45f68f44f79044f79143f79342f89441f89540f9973ff9983ef99a3efa9b3dfa9c3cfa9e3bfb9f3afba139fba238fca338fca537fca636fca835fca934fdab33fdac33fdae32fdaf31fdb130fdb22ffdb42ffdb52efeb72dfeb82cfeba2cfebb2bfebd2afebe2afec029fdc229fdc328fdc527fdc627fdc827fdca26fdcb26fccd25fcce25fcd025fcd225fbd324fbd524fbd724fad824fada24f9dc24f9dd25f8df25f8e125f7e225f7e425f6e626f6e826f5e926f5eb27f4ed27f3ee27f3f027f2f227f1f426f1f525f0f724f0f921"));function gt(t){var e=0,n=1,i=!1;function a(a){var r=(a-e)/(n-e);return t(i?Math.max(0,Math.min(1,r)):r)}return a.domain=function(t){return arguments.length?(e=+t[0],n=+t[1],a):[e,n]},a.clamp=function(t){return arguments.length?(i=!!t,a):i},a.interpolator=function(e){return arguments.length?(t=e,a):t},a.copy=function(){return gt(t).domain([e,n]).clamp(i)},w(a)}n.d(e,"scaleBand",function(){return d}),n.d(e,"scalePoint",function(){return u}),n.d(e,"scaleIdentity",function(){return O}),n.d(e,"scaleLinear",function(){return L}),n.d(e,"scaleLog",function(){return C}),n.d(e,"scaleOrdinal",function(){return l}),n.d(e,"scaleImplicit",function(){return c}),n.d(e,"scalePow",function(){return E}),n.d(e,"scaleSqrt",function(){return P}),n.d(e,"scaleQuantile",function(){return R}),n.d(e,"scaleQuantize",function(){return H}),n.d(e,"scaleThreshold",function(){return F}),n.d(e,"scaleTime",function(){return K}),n.d(e,"scaleUtc",function(){return Q}),n.d(e,"schemeCategory10",function(){return et}),n.d(e,"schemeCategory20b",function(){return nt}),n.d(e,"schemeCategory20c",function(){return it}),n.d(e,"schemeCategory20",function(){return at}),n.d(e,"interpolateCubehelixDefault",function(){return ot}),n.d(e,"interpolateRainbow",function(){return dt}),n.d(e,"interpolateWarm",function(){return st}),n.d(e,"interpolateCool",function(){return ct}),n.d(e,"interpolateViridis",function(){return ht}),n.d(e,"interpolateMagma",function(){return pt}),n.d(e,"interpolateInferno",function(){return mt}),n.d(e,"interpolatePlasma",function(){return ft}),n.d(e,"scaleSequential",function(){return gt})},"5ZZ7":function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers;t.defaults.polarArea={scale:{type:"radialLinear",angleLines:{display:!1},gridLines:{circular:!0},pointLabels:{display:!1},ticks:{beginAtZero:!0}},animation:{animateRotate:!0,animateScale:!0},startAngle:-.5*Math.PI,aspectRatio:1,legendCallback:function(t){var e=[];e.push('
    ');var n=t.data,i=n.datasets,a=n.labels;if(i.length)for(var r=0;r'),a[r]&&e.push(a[r]),e.push("");return e.push("
"),e.join("")},legend:{labels:{generateLabels:function(t){var n=t.data;return n.labels.length&&n.datasets.length?n.labels.map(function(i,a){var r=t.getDatasetMeta(0),o=n.datasets[0],s=r.data[a].custom||{},c=e.getValueAtIndexOrDefault,l=t.options.elements.arc;return{text:i,fillStyle:s.backgroundColor?s.backgroundColor:c(o.backgroundColor,a,l.backgroundColor),strokeStyle:s.borderColor?s.borderColor:c(o.borderColor,a,l.borderColor),lineWidth:s.borderWidth?s.borderWidth:c(o.borderWidth,a,l.borderWidth),hidden:isNaN(o.data[a])||r.data[a].hidden,index:a}}):[]}},onClick:function(t,e){var n,i,a,r=e.index,o=this.chart;for(n=0,i=(o.data.datasets||[]).length;n0&&!isNaN(t)?2*Math.PI/e:0}})}},"6+QB":function(t,e,n){!function(t){"use strict";t.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(t,e){return 12===t&&(t=0),"pagi"===e?t:"tengahari"===e?t>=11?t:t+12:"petang"===e||"malam"===e?t+12:void 0},meridiem:function(t,e,n){return t<11?"pagi":t<15?"tengahari":t<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n("wd/R"))},"6B0Y":function(t,e,n){!function(t){"use strict";var e={1:"\u17e1",2:"\u17e2",3:"\u17e3",4:"\u17e4",5:"\u17e5",6:"\u17e6",7:"\u17e7",8:"\u17e8",9:"\u17e9",0:"\u17e0"},n={"\u17e1":"1","\u17e2":"2","\u17e3":"3","\u17e4":"4","\u17e5":"5","\u17e6":"6","\u17e7":"7","\u17e8":"8","\u17e9":"9","\u17e0":"0"};t.defineLocale("km",{months:"\u1798\u1780\u179a\u17b6_\u1780\u17bb\u1798\u17d2\u1797\u17c8_\u1798\u17b8\u1793\u17b6_\u1798\u17c1\u179f\u17b6_\u17a7\u179f\u1797\u17b6_\u1798\u17b7\u1790\u17bb\u1793\u17b6_\u1780\u1780\u17d2\u1780\u178a\u17b6_\u179f\u17b8\u17a0\u17b6_\u1780\u1789\u17d2\u1789\u17b6_\u178f\u17bb\u179b\u17b6_\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6_\u1792\u17d2\u1793\u17bc".split("_"),monthsShort:"\u1798\u1780\u179a\u17b6_\u1780\u17bb\u1798\u17d2\u1797\u17c8_\u1798\u17b8\u1793\u17b6_\u1798\u17c1\u179f\u17b6_\u17a7\u179f\u1797\u17b6_\u1798\u17b7\u1790\u17bb\u1793\u17b6_\u1780\u1780\u17d2\u1780\u178a\u17b6_\u179f\u17b8\u17a0\u17b6_\u1780\u1789\u17d2\u1789\u17b6_\u178f\u17bb\u179b\u17b6_\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6_\u1792\u17d2\u1793\u17bc".split("_"),weekdays:"\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799_\u1785\u17d0\u1793\u17d2\u1791_\u17a2\u1784\u17d2\u1782\u17b6\u179a_\u1796\u17bb\u1792_\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd_\u179f\u17bb\u1780\u17d2\u179a_\u179f\u17c5\u179a\u17cd".split("_"),weekdaysShort:"\u17a2\u17b6_\u1785_\u17a2_\u1796_\u1796\u17d2\u179a_\u179f\u17bb_\u179f".split("_"),weekdaysMin:"\u17a2\u17b6_\u1785_\u17a2_\u1796_\u1796\u17d2\u179a_\u179f\u17bb_\u179f".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/\u1796\u17d2\u179a\u17b9\u1780|\u179b\u17d2\u1784\u17b6\u1785/,isPM:function(t){return"\u179b\u17d2\u1784\u17b6\u1785"===t},meridiem:function(t,e,n){return t<12?"\u1796\u17d2\u179a\u17b9\u1780":"\u179b\u17d2\u1784\u17b6\u1785"},calendar:{sameDay:"[\u1790\u17d2\u1784\u17c3\u1793\u17c1\u17c7 \u1798\u17c9\u17c4\u1784] LT",nextDay:"[\u179f\u17d2\u17a2\u17c2\u1780 \u1798\u17c9\u17c4\u1784] LT",nextWeek:"dddd [\u1798\u17c9\u17c4\u1784] LT",lastDay:"[\u1798\u17d2\u179f\u17b7\u179b\u1798\u17b7\u1789 \u1798\u17c9\u17c4\u1784] LT",lastWeek:"dddd [\u179f\u1794\u17d2\u178f\u17b6\u17a0\u17cd\u1798\u17bb\u1793] [\u1798\u17c9\u17c4\u1784] LT",sameElse:"L"},relativeTime:{future:"%s\u1791\u17c0\u178f",past:"%s\u1798\u17bb\u1793",s:"\u1794\u17c9\u17bb\u1793\u17d2\u1798\u17b6\u1793\u179c\u17b7\u1793\u17b6\u1791\u17b8",ss:"%d \u179c\u17b7\u1793\u17b6\u1791\u17b8",m:"\u1798\u17bd\u1799\u1793\u17b6\u1791\u17b8",mm:"%d \u1793\u17b6\u1791\u17b8",h:"\u1798\u17bd\u1799\u1798\u17c9\u17c4\u1784",hh:"%d \u1798\u17c9\u17c4\u1784",d:"\u1798\u17bd\u1799\u1790\u17d2\u1784\u17c3",dd:"%d \u1790\u17d2\u1784\u17c3",M:"\u1798\u17bd\u1799\u1781\u17c2",MM:"%d \u1781\u17c2",y:"\u1798\u17bd\u1799\u1786\u17d2\u1793\u17b6\u17c6",yy:"%d \u1786\u17d2\u1793\u17b6\u17c6"},dayOfMonthOrdinalParse:/\u1791\u17b8\d{1,2}/,ordinal:"\u1791\u17b8%d",preparse:function(t){return t.replace(/[\u17e1\u17e2\u17e3\u17e4\u17e5\u17e6\u17e7\u17e8\u17e9\u17e0]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},week:{dow:1,doy:4}})}(n("wd/R"))},"6rqY":function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers,n=t.plugins,i=t.platform;function a(t){return"top"===t||"bottom"===t}t.types={},t.instances={},t.controllers={},e.extend(t.prototype,{construct:function(n,a){var r=this;a=function(n){var i=(n=n||{}).data=n.data||{};return i.datasets=i.datasets||[],i.labels=i.labels||[],n.options=e.configMerge(t.defaults.global,t.defaults[n.type],n.options||{}),n}(a);var o=i.acquireContext(n,a),s=o&&o.canvas,c=s&&s.height,l=s&&s.width;r.id=e.uid(),r.ctx=o,r.canvas=s,r.config=a,r.width=l,r.height=c,r.aspectRatio=c?l/c:null,r.options=a.options,r._bufferedRender=!1,r.chart=r,r.controller=r,t.instances[r.id]=r,Object.defineProperty(r,"data",{get:function(){return r.config.data},set:function(t){r.config.data=t}}),o&&s?(r.initialize(),r.update()):console.error("Failed to create chart: can't acquire context from the given item")},initialize:function(){var t=this;return n.notify(t,"beforeInit"),e.retinaScale(t),t.bindEvents(),t.options.responsive&&t.resize(!0),t.ensureScalesHaveIDs(),t.buildScales(),t.initToolTip(),n.notify(t,"afterInit"),t},clear:function(){return e.clear(this),this},stop:function(){return t.animationService.cancelAnimation(this),this},resize:function(t){var i=this,a=i.canvas,r=i.options.maintainAspectRatio&&i.aspectRatio||null,o=Math.floor(e.getMaximumWidth(a)),s=Math.floor(r?o/r:e.getMaximumHeight(a));if((i.width!==o||i.height!==s)&&(a.width=i.width=o,a.height=i.height=s,a.style.width=o+"px",a.style.height=s+"px",e.retinaScale(i),!t)){var c={width:o,height:s};n.notify(i,"resize",[c]),i.options.onResize&&i.options.onResize(i,c),i.stop(),i.update(i.options.responsiveAnimationDuration)}},ensureScalesHaveIDs:function(){var t=this.options,n=t.scales||{},i=t.scale;e.each(n.xAxes,function(t,e){t.id=t.id||"x-axis-"+e}),e.each(n.yAxes,function(t,e){t.id=t.id||"y-axis-"+e}),i&&(i.id=i.id||"scale")},buildScales:function(){var n=this,i=n.options,r=n.scales={},o=[];i.scales&&(o=o.concat((i.scales.xAxes||[]).map(function(t){return{options:t,dtype:"category",dposition:"bottom"}}),(i.scales.yAxes||[]).map(function(t){return{options:t,dtype:"linear",dposition:"left"}}))),i.scale&&o.push({options:i.scale,dtype:"radialLinear",isDefault:!0,dposition:"chartArea"}),e.each(o,function(i){var o=i.options,s=e.getValueOrDefault(o.type,i.dtype),c=t.scaleService.getScaleConstructor(s);if(c){a(o.position)!==a(i.dposition)&&(o.position=i.dposition);var l=new c({id:o.id,options:o,ctx:n.ctx,chart:n});r[l.id]=l,i.isDefault&&(n.scale=l)}}),t.scaleService.addScalesToLayout(this)},buildOrUpdateControllers:function(){var n=this,i=[],a=[];if(e.each(n.data.datasets,function(e,r){var o=n.getDatasetMeta(r);if(o.type||(o.type=e.type||n.config.type),i.push(o.type),o.controller)o.controller.updateIndex(r);else{var s=t.controllers[o.type];if(void 0===s)throw new Error('"'+o.type+'" is not a chart type.');o.controller=new s(n,r),a.push(o.controller)}},n),i.length>1)for(var r=1;r=0;--i)e.isDatasetVisible(i)&&e.drawDataset(i,t);n.notify(e,"afterDatasetsDraw",[t])}},drawDataset:function(t,e){var i=this.getDatasetMeta(t),a={meta:i,index:t,easingValue:e};!1!==n.notify(this,"beforeDatasetDraw",[a])&&(i.controller.draw(e),n.notify(this,"afterDatasetDraw",[a]))},getElementAtEvent:function(e){return t.Interaction.modes.single(this,e)},getElementsAtEvent:function(e){return t.Interaction.modes.label(this,e,{intersect:!0})},getElementsAtXAxis:function(e){return t.Interaction.modes["x-axis"](this,e,{intersect:!0})},getElementsAtEventForMode:function(e,n,i){var a=t.Interaction.modes[n];return"function"==typeof a?a(this,e,i):[]},getDatasetAtEvent:function(e){return t.Interaction.modes.dataset(this,e,{intersect:!0})},getDatasetMeta:function(t){var e=this.data.datasets[t];e._meta||(e._meta={});var n=e._meta[this.id];return n||(n=e._meta[this.id]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null}),n},getVisibleDatasetCount:function(){for(var t=0,e=0,n=this.data.datasets.length;en?(e+.05)/(n+.05):(n+.05)/(e+.05)},level:function(t){var e=this.contrast(t);return e>=7.1?"AAA":e>=4.5?"AA":""},dark:function(){var t=this.values.rgb;return(299*t[0]+587*t[1]+114*t[2])/1e3<128},light:function(){return!this.dark()},negate:function(){for(var t=[],e=0;e<3;e++)t[e]=255-this.values.rgb[e];return this.setValues("rgb",t),this},lighten:function(t){var e=this.values.hsl;return e[2]+=e[2]*t,this.setValues("hsl",e),this},darken:function(t){var e=this.values.hsl;return e[2]-=e[2]*t,this.setValues("hsl",e),this},saturate:function(t){var e=this.values.hsl;return e[1]+=e[1]*t,this.setValues("hsl",e),this},desaturate:function(t){var e=this.values.hsl;return e[1]-=e[1]*t,this.setValues("hsl",e),this},whiten:function(t){var e=this.values.hwb;return e[1]+=e[1]*t,this.setValues("hwb",e),this},blacken:function(t){var e=this.values.hwb;return e[2]+=e[2]*t,this.setValues("hwb",e),this},greyscale:function(){var t=this.values.rgb,e=.3*t[0]+.59*t[1]+.11*t[2];return this.setValues("rgb",[e,e,e]),this},clearer:function(t){var e=this.values.alpha;return this.setValues("alpha",e-e*t),this},opaquer:function(t){var e=this.values.alpha;return this.setValues("alpha",e+e*t),this},rotate:function(t){var e=this.values.hsl,n=(e[0]+t)%360;return e[0]=n<0?360+n:n,this.setValues("hsl",e),this},mix:function(t,e){var n=t,i=void 0===e?.5:e,a=2*i-1,r=this.alpha()-n.alpha(),o=((a*r==-1?a:(a+r)/(1+a*r))+1)/2,s=1-o;return this.rgb(o*this.red()+s*n.red(),o*this.green()+s*n.green(),o*this.blue()+s*n.blue()).alpha(this.alpha()*i+n.alpha()*(1-i))},toJSON:function(){return this.rgb()},clone:function(){var t,e,n=new r,i=this.values,a=n.values;for(var o in i)i.hasOwnProperty(o)&&("[object Array]"===(e={}.toString.call(t=i[o]))?a[o]=t.slice(0):"[object Number]"===e?a[o]=t:console.error("unexpected color value:",t));return n}},r.prototype.spaces={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},r.prototype.maxes={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},r.prototype.getValues=function(t){for(var e=this.values,n={},i=0;i11?n?"\u0db4.\u0dc0.":"\u0db4\u0dc3\u0dca \u0dc0\u0dbb\u0dd4":n?"\u0db4\u0dd9.\u0dc0.":"\u0db4\u0dd9\u0dbb \u0dc0\u0dbb\u0dd4"}})}(n("wd/R"))},"8/+R":function(t,e,n){!function(t){"use strict";var e={1:"\u0a67",2:"\u0a68",3:"\u0a69",4:"\u0a6a",5:"\u0a6b",6:"\u0a6c",7:"\u0a6d",8:"\u0a6e",9:"\u0a6f",0:"\u0a66"},n={"\u0a67":"1","\u0a68":"2","\u0a69":"3","\u0a6a":"4","\u0a6b":"5","\u0a6c":"6","\u0a6d":"7","\u0a6e":"8","\u0a6f":"9","\u0a66":"0"};t.defineLocale("pa-in",{months:"\u0a1c\u0a28\u0a35\u0a30\u0a40_\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40_\u0a2e\u0a3e\u0a30\u0a1a_\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32_\u0a2e\u0a08_\u0a1c\u0a42\u0a28_\u0a1c\u0a41\u0a32\u0a3e\u0a08_\u0a05\u0a17\u0a38\u0a24_\u0a38\u0a24\u0a70\u0a2c\u0a30_\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30_\u0a28\u0a35\u0a70\u0a2c\u0a30_\u0a26\u0a38\u0a70\u0a2c\u0a30".split("_"),monthsShort:"\u0a1c\u0a28\u0a35\u0a30\u0a40_\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40_\u0a2e\u0a3e\u0a30\u0a1a_\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32_\u0a2e\u0a08_\u0a1c\u0a42\u0a28_\u0a1c\u0a41\u0a32\u0a3e\u0a08_\u0a05\u0a17\u0a38\u0a24_\u0a38\u0a24\u0a70\u0a2c\u0a30_\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30_\u0a28\u0a35\u0a70\u0a2c\u0a30_\u0a26\u0a38\u0a70\u0a2c\u0a30".split("_"),weekdays:"\u0a10\u0a24\u0a35\u0a3e\u0a30_\u0a38\u0a4b\u0a2e\u0a35\u0a3e\u0a30_\u0a2e\u0a70\u0a17\u0a32\u0a35\u0a3e\u0a30_\u0a2c\u0a41\u0a27\u0a35\u0a3e\u0a30_\u0a35\u0a40\u0a30\u0a35\u0a3e\u0a30_\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30\u0a35\u0a3e\u0a30_\u0a38\u0a3c\u0a28\u0a40\u0a1a\u0a30\u0a35\u0a3e\u0a30".split("_"),weekdaysShort:"\u0a10\u0a24_\u0a38\u0a4b\u0a2e_\u0a2e\u0a70\u0a17\u0a32_\u0a2c\u0a41\u0a27_\u0a35\u0a40\u0a30_\u0a38\u0a3c\u0a41\u0a15\u0a30_\u0a38\u0a3c\u0a28\u0a40".split("_"),weekdaysMin:"\u0a10\u0a24_\u0a38\u0a4b\u0a2e_\u0a2e\u0a70\u0a17\u0a32_\u0a2c\u0a41\u0a27_\u0a35\u0a40\u0a30_\u0a38\u0a3c\u0a41\u0a15\u0a30_\u0a38\u0a3c\u0a28\u0a40".split("_"),longDateFormat:{LT:"A h:mm \u0a35\u0a1c\u0a47",LTS:"A h:mm:ss \u0a35\u0a1c\u0a47",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u0a35\u0a1c\u0a47",LLLL:"dddd, D MMMM YYYY, A h:mm \u0a35\u0a1c\u0a47"},calendar:{sameDay:"[\u0a05\u0a1c] LT",nextDay:"[\u0a15\u0a32] LT",nextWeek:"[\u0a05\u0a17\u0a32\u0a3e] dddd, LT",lastDay:"[\u0a15\u0a32] LT",lastWeek:"[\u0a2a\u0a3f\u0a1b\u0a32\u0a47] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0a35\u0a3f\u0a71\u0a1a",past:"%s \u0a2a\u0a3f\u0a1b\u0a32\u0a47",s:"\u0a15\u0a41\u0a1d \u0a38\u0a15\u0a3f\u0a70\u0a1f",ss:"%d \u0a38\u0a15\u0a3f\u0a70\u0a1f",m:"\u0a07\u0a15 \u0a2e\u0a3f\u0a70\u0a1f",mm:"%d \u0a2e\u0a3f\u0a70\u0a1f",h:"\u0a07\u0a71\u0a15 \u0a18\u0a70\u0a1f\u0a3e",hh:"%d \u0a18\u0a70\u0a1f\u0a47",d:"\u0a07\u0a71\u0a15 \u0a26\u0a3f\u0a28",dd:"%d \u0a26\u0a3f\u0a28",M:"\u0a07\u0a71\u0a15 \u0a2e\u0a39\u0a40\u0a28\u0a3e",MM:"%d \u0a2e\u0a39\u0a40\u0a28\u0a47",y:"\u0a07\u0a71\u0a15 \u0a38\u0a3e\u0a32",yy:"%d \u0a38\u0a3e\u0a32"},preparse:function(t){return t.replace(/[\u0a67\u0a68\u0a69\u0a6a\u0a6b\u0a6c\u0a6d\u0a6e\u0a6f\u0a66]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/\u0a30\u0a3e\u0a24|\u0a38\u0a35\u0a47\u0a30|\u0a26\u0a41\u0a2a\u0a39\u0a3f\u0a30|\u0a38\u0a3c\u0a3e\u0a2e/,meridiemHour:function(t,e){return 12===t&&(t=0),"\u0a30\u0a3e\u0a24"===e?t<4?t:t+12:"\u0a38\u0a35\u0a47\u0a30"===e?t:"\u0a26\u0a41\u0a2a\u0a39\u0a3f\u0a30"===e?t>=10?t:t+12:"\u0a38\u0a3c\u0a3e\u0a2e"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"\u0a30\u0a3e\u0a24":t<10?"\u0a38\u0a35\u0a47\u0a30":t<17?"\u0a26\u0a41\u0a2a\u0a39\u0a3f\u0a30":t<20?"\u0a38\u0a3c\u0a3e\u0a2e":"\u0a30\u0a3e\u0a24"},week:{dow:0,doy:6}})}(n("wd/R"))},"8//i":function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers,n=t.defaults.global,i={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1},gridLines:{circular:!1},ticks:{showLabelBackdrop:!0,backdropColor:"rgba(255,255,255,0.75)",backdropPaddingY:2,backdropPaddingX:2,callback:t.Ticks.formatters.linear},pointLabels:{display:!0,fontSize:10,callback:function(t){return t}}};function a(t){var e=t.options;return e.angleLines.display||e.pointLabels.display?t.chart.data.labels.length:0}function r(t){var i=t.options.pointLabels,a=e.getValueOrDefault(i.fontSize,n.defaultFontSize),r=e.getValueOrDefault(i.fontStyle,n.defaultFontStyle),o=e.getValueOrDefault(i.fontFamily,n.defaultFontFamily);return{size:a,style:r,family:o,font:e.fontString(a,r,o)}}function o(t,e,n,i,a){return t===i||t===a?{start:e-n/2,end:e+n/2}:ta?{start:e-n-5,end:e}:{start:e,end:e+n+5}}function s(t){return 0===t||180===t?"center":t<180?"left":"right"}function c(t,n,i,a){if(e.isArray(n))for(var r=i.y,o=1.5*a,s=0;s270||t<90)&&(n.y-=e.h)}function d(t){return e.isNumber(t)?t:0}var u=t.LinearScaleBase.extend({setDimensions:function(){var t=this,i=t.options,a=i.ticks;t.width=t.maxWidth,t.height=t.maxHeight,t.xCenter=Math.round(t.width/2),t.yCenter=Math.round(t.height/2);var r=e.min([t.height,t.width]),o=e.getValueOrDefault(a.fontSize,n.defaultFontSize);t.drawingArea=i.display?r/2-(o/2+a.backdropPaddingY):r/2},determineDataLimits:function(){var t=this,n=t.chart,i=Number.POSITIVE_INFINITY,a=Number.NEGATIVE_INFINITY;e.each(n.data.datasets,function(r,o){if(n.isDatasetVisible(o)){var s=n.getDatasetMeta(o);e.each(r.data,function(e,n){var r=+t.getRightValue(e);isNaN(r)||s.data[n].hidden||(i=Math.min(r,i),a=Math.max(r,a))})}}),t.min=i===Number.POSITIVE_INFINITY?0:i,t.max=a===Number.NEGATIVE_INFINITY?0:a,t.handleTickRangeOptions()},getTickLimit:function(){var t=this.options.ticks,i=e.getValueOrDefault(t.fontSize,n.defaultFontSize);return Math.min(t.maxTicksLimit?t.maxTicksLimit:11,Math.ceil(this.drawingArea/(1.5*i)))},convertTicksToLabels:function(){var e=this;t.LinearScaleBase.prototype.convertTicksToLabels.call(e),e.pointLabels=e.chart.data.labels.map(e.options.pointLabels.callback,e)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},fit:function(){var t,n;this.options.pointLabels.display?function(t){var n,i,s,c=r(t),l=Math.min(t.height/2,t.width/2),d={r:t.width,l:0,t:t.height,b:0},u={};t.ctx.font=c.font,t._pointLabelSizes=[];var h,p,m,f=a(t);for(n=0;nd.r&&(d.r=_.end,u.r=g),v.startd.b&&(d.b=v.end,u.b=g)}t.setReductions(l,d,u)}(this):(t=this,n=Math.min(t.height/2,t.width/2),t.drawingArea=Math.round(n),t.setCenterPoint(0,0,0,0))},setReductions:function(t,e,n){var i=e.l/Math.sin(n.l),a=Math.max(e.r-this.width,0)/Math.sin(n.r),r=-e.t/Math.cos(n.t),o=-Math.max(e.b-this.height,0)/Math.cos(n.b);i=d(i),a=d(a),r=d(r),o=d(o),this.drawingArea=Math.min(Math.round(t-(i+a)/2),Math.round(t-(r+o)/2)),this.setCenterPoint(i,a,r,o)},setCenterPoint:function(t,e,n,i){var a=this,r=n+a.drawingArea,o=a.height-i-a.drawingArea;a.xCenter=Math.round((t+a.drawingArea+(a.width-e-a.drawingArea))/2+a.left),a.yCenter=Math.round((r+o)/2+a.top)},getIndexAngle:function(t){return t*(2*Math.PI/a(this))+(this.chart.options&&this.chart.options.startAngle?this.chart.options.startAngle:0)*Math.PI*2/360},getDistanceFromCenterForValue:function(t){var e=this;if(null===t)return 0;var n=e.drawingArea/(e.max-e.min);return e.options.reverse?(e.max-t)*n:(t-e.min)*n},getPointPosition:function(t,e){var n=this.getIndexAngle(t)-Math.PI/2;return{x:Math.round(Math.cos(n)*e)+this.xCenter,y:Math.round(Math.sin(n)*e)+this.yCenter}},getPointPositionForValue:function(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))},getBasePosition:function(){var t=this.min,e=this.max;return this.getPointPositionForValue(0,this.beginAtZero?0:t<0&&e<0?e:t>0&&e>0?t:0)},draw:function(){var t=this,i=t.options,o=i.gridLines,d=i.ticks,u=e.getValueOrDefault;if(i.display){var h=t.ctx,p=u(d.fontSize,n.defaultFontSize),m=u(d.fontStyle,n.defaultFontStyle),f=u(d.fontFamily,n.defaultFontFamily),g=e.fontString(p,m,f);e.each(t.ticks,function(r,s){if(s>0||i.reverse){var c=t.getDistanceFromCenterForValue(t.ticksAsNumbers[s]),l=t.yCenter-c;if(o.display&&0!==s&&function(t,n,i,r){var o=t.ctx;if(o.strokeStyle=e.getValueAtIndexOrDefault(n.color,r-1),o.lineWidth=e.getValueAtIndexOrDefault(n.lineWidth,r-1),t.options.gridLines.circular)o.beginPath(),o.arc(t.xCenter,t.yCenter,i,0,2*Math.PI),o.closePath(),o.stroke();else{var s=a(t);if(0===s)return;o.beginPath();var c=t.getPointPosition(0,i);o.moveTo(c.x,c.y);for(var l=1;l=0;f--){if(u.display){var g=t.getPointPosition(f,p);i.beginPath(),i.moveTo(t.xCenter,t.yCenter),i.lineTo(g.x,g.y),i.stroke(),i.closePath()}if(h.display){var y=t.getPointPosition(f,p+5),_=o(h.fontColor,n.defaultFontColor);i.font=m.font,i.fillStyle=_;var v=t.getIndexAngle(f),b=e.toDegrees(v);i.textAlign=s(b),l(b,t._pointLabelSizes[f],y),c(i,t.pointLabels[f]||"",y,m.size)}}}(t)}}});t.scaleService.registerScaleType("radialLinear",u,i)}},"84xl":function(t,e,n){var i;"undefined"!=typeof self&&self,i=function(t,e,n,i,a,r,o,s,c,l,d,u,h,p,m){return function(t){var e={};function n(i){if(e[i])return e[i].exports;var a=e[i]={i:i,l:!1,exports:{}};return t[i].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="./src/index.ts")}({"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/bar-chart/bar-label.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".textDataLabel {\n font-size: 11px; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/common/base-chart.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".ngx-charts {\n float: left;\n overflow: visible; }\n .ngx-charts .circle,\n .ngx-charts .bar,\n .ngx-charts .arc {\n cursor: pointer; }\n .ngx-charts .bar.active, .ngx-charts .bar:hover,\n .ngx-charts .cell.active,\n .ngx-charts .cell:hover,\n .ngx-charts .arc.active,\n .ngx-charts .arc:hover,\n .ngx-charts .card.active,\n .ngx-charts .card:hover {\n opacity: 0.8;\n -webkit-transition: opacity 100ms ease-in-out;\n transition: opacity 100ms ease-in-out; }\n .ngx-charts .bar:focus,\n .ngx-charts .cell:focus,\n .ngx-charts .arc:focus,\n .ngx-charts .card:focus {\n outline: none; }\n .ngx-charts g:focus {\n outline: none; }\n .ngx-charts .line-series.inactive,\n .ngx-charts .line-series-range.inactive,\n .ngx-charts .polar-series-path.inactive,\n .ngx-charts .polar-series-area.inactive,\n .ngx-charts .area-series.inactive {\n -webkit-transition: opacity 100ms ease-in-out;\n transition: opacity 100ms ease-in-out;\n opacity: .2; }\n .ngx-charts .line-highlight {\n display: none; }\n .ngx-charts .line-highlight.active {\n display: block; }\n .ngx-charts .area {\n opacity: 0.6; }\n .ngx-charts .circle:hover {\n cursor: pointer; }\n .ngx-charts .label {\n font-size: 12px;\n font-weight: normal; }\n .ngx-charts .tooltip-anchor {\n fill: black; }\n .ngx-charts .gridline-path {\n stroke: #ddd;\n stroke-width: 1;\n fill: none; }\n .ngx-charts .refline-path {\n stroke: #a8b2c7;\n stroke-width: 1;\n stroke-dasharray: 5;\n stroke-dashoffset: 5; }\n .ngx-charts .refline-label {\n font-size: 9px; }\n .ngx-charts .reference-area {\n fill-opacity: 0.05;\n fill: #000; }\n .ngx-charts .gridline-path-dotted {\n stroke: #ddd;\n stroke-width: 1;\n fill: none;\n stroke-dasharray: 1, 20;\n stroke-dashoffset: 3; }\n .ngx-charts .grid-panel rect {\n fill: none; }\n .ngx-charts .grid-panel.odd rect {\n fill: rgba(0, 0, 0, 0.05); }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/common/legend/advanced-legend.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".advanced-pie-legend {\n float: left;\n position: relative;\n top: 50%;\n -webkit-transform: translate(0, -50%);\n transform: translate(0, -50%); }\n .advanced-pie-legend .total-value {\n font-size: 36px; }\n .advanced-pie-legend .total-label {\n font-size: 24px;\n margin-bottom: 19px; }\n .advanced-pie-legend .legend-items-container {\n width: 100%; }\n .advanced-pie-legend .legend-items-container .legend-items {\n white-space: nowrap;\n overflow: auto; }\n .advanced-pie-legend .legend-items-container .legend-items .legend-item {\n margin-right: 20px;\n display: inline-block;\n cursor: pointer; }\n .advanced-pie-legend .legend-items-container .legend-items .legend-item:focus {\n outline: none; }\n .advanced-pie-legend .legend-items-container .legend-items .legend-item:hover {\n color: #000;\n -webkit-transition: 0.2s;\n transition: 0.2s; }\n .advanced-pie-legend .legend-items-container .legend-items .legend-item .item-value {\n font-size: 24px;\n margin-top: -6px;\n margin-left: 11px; }\n .advanced-pie-legend .legend-items-container .legend-items .legend-item .item-label {\n font-size: 14px;\n opacity: 0.7;\n margin-left: 11px;\n margin-top: -6px; }\n .advanced-pie-legend .legend-items-container .legend-items .legend-item .item-percent {\n font-size: 24px;\n opacity: 0.7;\n margin-left: 11px; }\n .advanced-pie-legend .legend-items-container .legend-items .legend-item .item-color {\n width: 4px;\n height: 42px;\n float: left;\n margin-right: 7px; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/common/legend/legend.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".chart-legend {\n display: inline-block;\n padding: 0;\n width: auto !important; }\n .chart-legend .legend-title {\n white-space: nowrap;\n overflow: hidden;\n margin-left: 10px;\n margin-bottom: 5px;\n font-size: 14px;\n font-weight: bold; }\n .chart-legend ul, .chart-legend li {\n padding: 0;\n margin: 0;\n list-style: none; }\n .chart-legend .legend-wrap {\n width: calc(100% - 10px); }\n .chart-legend .legend-labels {\n line-height: 85%;\n list-style: none;\n text-align: left;\n float: left;\n width: 100%;\n border-radius: 3px;\n overflow-y: auto;\n overflow-x: hidden;\n white-space: nowrap;\n background: rgba(0, 0, 0, 0.05); }\n .chart-legend .legend-label {\n cursor: pointer;\n font-size: 90%;\n margin: 8px;\n color: #AFB7C8; }\n .chart-legend .legend-label:hover {\n color: #000;\n -webkit-transition: 0.2s;\n transition: 0.2s; }\n .chart-legend .legend-label .active .legend-label-text {\n color: #000; }\n .chart-legend .legend-label-color {\n display: inline-block;\n height: 15px;\n width: 15px;\n margin-right: 5px;\n color: #5b646b;\n border-radius: 3px; }\n .chart-legend .legend-label-text {\n display: inline-block;\n vertical-align: top;\n line-height: 15px;\n font-size: 12px;\n width: calc(100% - 20px);\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden; }\n .chart-legend .legend-title-text {\n vertical-align: bottom;\n display: inline-block;\n line-height: 16px;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/common/legend/scale-legend.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".chart-legend {\n display: inline-block;\n padding: 0;\n width: auto !important; }\n .chart-legend .scale-legend {\n text-align: center;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column; }\n .chart-legend .scale-legend-wrap {\n display: inline-block;\n -webkit-box-flex: 1;\n -ms-flex: 1;\n flex: 1;\n width: 30px;\n border-radius: 5px;\n margin: 0 auto; }\n .chart-legend .scale-legend-label {\n font-size: 12px; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/common/timeline/timeline.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".timeline .brush-background {\n fill: rgba(0, 0, 0, 0.05); }\n\n.timeline .brush .selection {\n fill: rgba(0, 0, 0, 0.1);\n stroke-width: 1px;\n stroke: #888888; }\n\n.timeline .brush .handle {\n fill-opacity: 0; }\n\n.timeline .embedded-chart {\n opacity: 0.6; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/common/tooltip/tooltip.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".ngx-charts-tooltip-content {\n position: fixed;\n border-radius: 3px;\n z-index: 5000;\n display: block;\n font-weight: normal;\n opacity: 0;\n pointer-events: none !important; }\n .ngx-charts-tooltip-content.type-popover {\n background: #fff;\n color: #060709;\n border: 1px solid #72809b;\n -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);\n box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);\n font-size: 13px;\n padding: 4px; }\n .ngx-charts-tooltip-content.type-popover .tooltip-caret {\n position: absolute;\n z-index: 5001;\n width: 0;\n height: 0; }\n .ngx-charts-tooltip-content.type-popover .tooltip-caret.position-left {\n border-top: 7px solid transparent;\n border-bottom: 7px solid transparent;\n border-left: 7px solid #fff; }\n .ngx-charts-tooltip-content.type-popover .tooltip-caret.position-top {\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-top: 7px solid #fff; }\n .ngx-charts-tooltip-content.type-popover .tooltip-caret.position-right {\n border-top: 7px solid transparent;\n border-bottom: 7px solid transparent;\n border-right: 7px solid #fff; }\n .ngx-charts-tooltip-content.type-popover .tooltip-caret.position-bottom {\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-bottom: 7px solid #fff; }\n .ngx-charts-tooltip-content.type-tooltip {\n color: #fff;\n background: rgba(0, 0, 0, 0.75);\n font-size: 12px;\n padding: 0 10px;\n text-align: center;\n pointer-events: auto; }\n .ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-left {\n border-top: 7px solid transparent;\n border-bottom: 7px solid transparent;\n border-left: 7px solid rgba(0, 0, 0, 0.75); }\n .ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-top {\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-top: 7px solid rgba(0, 0, 0, 0.75); }\n .ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-right {\n border-top: 7px solid transparent;\n border-bottom: 7px solid transparent;\n border-right: 7px solid rgba(0, 0, 0, 0.75); }\n .ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-bottom {\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-bottom: 7px solid rgba(0, 0, 0, 0.75); }\n .ngx-charts-tooltip-content .tooltip-label {\n display: block;\n line-height: 1em;\n padding: 8px 5px 5px 5px;\n font-size: 1em; }\n .ngx-charts-tooltip-content .tooltip-val {\n display: block;\n font-size: 1.3em;\n line-height: 1em;\n padding: 0 5px 8px 5px; }\n .ngx-charts-tooltip-content .tooltip-caret {\n position: absolute;\n z-index: 5001;\n width: 0;\n height: 0; }\n .ngx-charts-tooltip-content.position-right {\n -webkit-transform: translate3d(10px, 0, 0);\n transform: translate3d(10px, 0, 0); }\n .ngx-charts-tooltip-content.position-left {\n -webkit-transform: translate3d(-10px, 0, 0);\n transform: translate3d(-10px, 0, 0); }\n .ngx-charts-tooltip-content.position-top {\n -webkit-transform: translate3d(0, -10px, 0);\n transform: translate3d(0, -10px, 0); }\n .ngx-charts-tooltip-content.position-bottom {\n -webkit-transform: translate3d(0, 10px, 0);\n transform: translate3d(0, 10px, 0); }\n .ngx-charts-tooltip-content.animate {\n opacity: 1;\n -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;\n transition: opacity 0.3s, -webkit-transform 0.3s;\n transition: opacity 0.3s, transform 0.3s;\n transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;\n -webkit-transform: translate3d(0, 0, 0);\n transform: translate3d(0, 0, 0);\n pointer-events: auto; }\n\n.area-tooltip-container {\n padding: 5px 0;\n pointer-events: none; }\n\n.tooltip-item {\n text-align: left;\n line-height: 1.2em;\n padding: 5px 0; }\n .tooltip-item .tooltip-item-color {\n display: inline-block;\n height: 12px;\n width: 12px;\n margin-right: 5px;\n color: #5b646b;\n border-radius: 3px; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/force-directed-graph/force-directed-graph.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".force-directed-graph .edge {\n stroke: #333; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/gauge/gauge.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".gauge .background-arc path {\n fill: rgba(0, 0, 0, 0.05); }\n\n.gauge .gauge-tick path {\n stroke: #666; }\n\n.gauge .gauge-tick text {\n font-size: 12px;\n fill: #666;\n font-weight: bold; }\n\n.gauge .gauge-tick-large path {\n stroke-width: 2px; }\n\n.gauge .gauge-tick-small path {\n stroke-width: 1px; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/gauge/linear-gauge.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".linear-gauge {\n cursor: pointer; }\n .linear-gauge .background-bar path {\n fill: rgba(0, 0, 0, 0.05); }\n .linear-gauge .units {\n fill: #666; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/number-card/card.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,"ngx-charts-number-card .cell .trimmed-label {\n font-size: 12px;\n pointer-events: none;\n overflow: hidden;\n text-align: left;\n line-height: 1em; }\n ngx-charts-number-card .cell .trimmed-label p {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n width: 100%;\n padding: 0;\n margin: 0; }\n\nngx-charts-number-card .cell .value-text {\n pointer-events: none; }\n\nngx-charts-number-card .number-card.clickable .cell .card, ngx-charts-number-card .number-card.clickable .cell .card-band {\n cursor: pointer; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/pie-chart/advanced-pie-chart.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".advanced-pie {\n display: inline-block;\n float: left; }\n\n.advanced-pie-legend-wrapper {\n display: inline-block; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/pie-chart/pie-chart.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".pie-label {\n font-size: 11px; }\n .pie-label.animation {\n -webkit-animation: 750ms ease-in fadeIn;\n animation: 750ms ease-in fadeIn; }\n\n@-webkit-keyframes fadeIn {\n from {\n opacity: 0; }\n to {\n opacity: 1; } }\n\n@keyframes fadeIn {\n from {\n opacity: 0; }\n to {\n opacity: 1; } }\n\n.pie-label-line {\n stroke-dasharray: 100%; }\n .pie-label-line.animation {\n -webkit-animation: 3s linear drawOut;\n animation: 3s linear drawOut;\n -webkit-transition: d 750ms;\n transition: d 750ms; }\n\n@-webkit-keyframes drawOut {\n from {\n stroke-dashoffset: 100%; }\n to {\n stroke-dashoffset: 0; } }\n\n@keyframes drawOut {\n from {\n stroke-dashoffset: 100%; }\n to {\n stroke-dashoffset: 0; } }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/pie-chart/pie-grid.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".pie-grid .arc1 {\n opacity: 0.4; }\n\n.pie-grid .percent-label {\n font-size: 16px;\n font-weight: 400; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/polar-chart/polar-chart.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".polar-chart .polar-chart-background {\n fill: none; }\n\n.polar-chart .radial-gridline-path {\n stroke-dasharray: 10 10;\n fill: none; }\n\n.polar-chart .pie-label-line {\n stroke: #2f3646; }\n\n.polar-charts-series .polar-series-area {\n pointer-events: none; }\n\n.polar-series-path {\n pointer-events: none; }\n",""])},"./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/tree-map/tree-map.component.scss":function(t,e,n){(t.exports=n("./node_modules/css-loader/lib/css-base.js")(!1)).push([t.i,".tree-map .treemap-val {\n font-size: 1.3em;\n padding-top: 5px;\n display: inline-block; }\n\n.tree-map .label p {\n display: table-cell;\n text-align: center;\n line-height: 1.2em;\n vertical-align: middle; }\n",""])},"./node_modules/css-loader/lib/css-base.js":function(t,e){t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var n=function(t,e){var n=t[1]||"",i=t[3];if(!i)return n;if(e&&"function"==typeof btoa){var a="/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */",r=i.sources.map(function(t){return"/*# sourceURL="+i.sourceRoot+t+" */"});return[n].concat(r).concat([a]).join("\n")}return[n].join("\n")}(e,t);return e[2]?"@media "+e[2]+"{"+n+"}":n}).join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var i={},a=0;a=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},m=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legend=!1,e.legendTitle="Legend",e.showGridLines=!0,e.curve=o.curveLinear,e.activeEntries=[],e.roundDomains=!1,e.tooltipDisabled=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e.timelineHeight=50,e.timelinePadding=10,e}return h(e,t),e.prototype.update=function(){var e=this;t.prototype.update.call(this),this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.timeline&&(this.dims.height-=this.timelineHeight+this.margin[2]+this.timelinePadding),this.xDomain=this.getXDomain(),this.filteredDomain&&(this.xDomain=this.filteredDomain),this.yDomain=this.getYDomain(),this.seriesDomain=this.getSeriesDomain(),this.xScale=this.getXScale(this.xDomain,this.dims.width),this.yScale=this.getYScale(this.yDomain,this.dims.height);for(var n=function(t){for(var n=i.xSet[t],a=0,r=0,o=0,s=i.results;o0?(u.d0=100*u.d0/r,u.d1=100*u.d1/r):(u.d0=0,u.d1=0)}},i=this,a=0;ai?1:i>n?-1:0})}else"linear"===this.scaleType?(t=t.map(function(t){return Number(t)}),e=[n=Math.min.apply(Math,t),i=Math.max.apply(Math,t)],this.xSet=t.slice().sort(function(t,e){return t-e})):(e=t,this.xSet=t);return e},e.prototype.getYDomain=function(){return[0,100]},e.prototype.getSeriesDomain=function(){return this.results.map(function(t){return t.name})},e.prototype.getXScale=function(t,e){var n;return"time"===this.scaleType?n=Object(r.scaleTime)():"linear"===this.scaleType?n=Object(r.scaleLinear)():"ordinal"===this.scaleType&&(n=Object(r.scalePoint)().padding(.1)),n.range([0,e]).domain(t),this.roundDomains?n.nice():n},e.prototype.getYScale=function(t,e){var n=Object(r.scaleLinear)().range([e,0]).domain(t);return this.roundDomains?n.nice():n},e.prototype.getScaleType=function(t){for(var e=!0,n=!0,i=0,a=t;i-1||(this.activeEntries=[t].concat(this.activeEntries),this.activate.emit({value:t,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t){var e=this.activeEntries.findIndex(function(e){return e.name===t.name&&e.value===t.value});this.activeEntries.splice(e,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:t,entries:this.activeEntries})},e.prototype.deactivateAll=function(){this.activeEntries=this.activeEntries.slice();for(var t=0,e=this.activeEntries;t\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n ',changeDetection:a.ChangeDetectionStrategy.OnPush,styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None})],e)}(l.a)},"./src/area-chart/area-chart-stacked.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return f});var i,a=n("@angular/core"),r=(n.n(a),n("d3-scale")),o=(n.n(r),n("d3-shape")),s=(n.n(o),n("./src/common/view-dimensions.helper.ts")),c=n("./src/common/color.helper.ts"),l=n("./src/common/base-chart.component.ts"),d=n("./src/utils/id.ts"),u=n("./src/common/domain.helper.ts"),h=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),p=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},m=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legend=!1,e.legendTitle="Legend",e.showGridLines=!0,e.curve=o.curveLinear,e.activeEntries=[],e.roundDomains=!1,e.tooltipDisabled=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e.timelineHeight=50,e.timelinePadding=10,e}return h(e,t),e.prototype.update=function(){var e=this;t.prototype.update.call(this),this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.timeline&&(this.dims.height-=this.timelineHeight+this.margin[2]+this.timelinePadding),this.xDomain=this.getXDomain(),this.filteredDomain&&(this.xDomain=this.filteredDomain),this.yDomain=this.getYDomain(),this.seriesDomain=this.getSeriesDomain(),this.xScale=this.getXScale(this.xDomain,this.dims.width),this.yScale=this.getYScale(this.yDomain,this.dims.height);for(var n=function(t){for(var n=i.xSet[t],a=0,r=0,o=i.results;ri?1:i>n?-1:0})):"linear"===this.scaleType?(i=[e,n],this.xSet=t.slice().sort(function(t,e){return t-e})):(i=t,this.xSet=t),i},e.prototype.getYDomain=function(){for(var t=this,e=[],n=function(n){for(var a=i.xSet[n],r=0,o=0,s=i.results;o-1||(this.activeEntries=[t].concat(this.activeEntries),this.activate.emit({value:t,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t){var e=this.activeEntries.findIndex(function(e){return e.name===t.name&&e.value===t.value});this.activeEntries.splice(e,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:t,entries:this.activeEntries})},e.prototype.deactivateAll=function(){this.activeEntries=this.activeEntries.slice();for(var t=0,e=this.activeEntries;t\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n ',changeDetection:a.ChangeDetectionStrategy.OnPush,styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None})],e)}(l.a)},"./src/area-chart/area-chart.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return f});var i,a=n("@angular/core"),r=(n.n(a),n("d3-scale")),o=(n.n(r),n("d3-shape")),s=(n.n(o),n("./src/common/view-dimensions.helper.ts")),c=n("./src/common/color.helper.ts"),l=n("./src/common/base-chart.component.ts"),d=n("./src/utils/id.ts"),u=n("./src/common/domain.helper.ts"),h=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),p=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},m=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legendTitle="Legend",e.baseValue="auto",e.showGridLines=!0,e.curve=o.curveLinear,e.activeEntries=[],e.roundDomains=!1,e.tooltipDisabled=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e.timelineHeight=50,e.timelinePadding=10,e}return h(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.timeline&&(this.dims.height-=this.timelineHeight+this.margin[2]+this.timelinePadding),this.xDomain=this.getXDomain(),this.filteredDomain&&(this.xDomain=this.filteredDomain),this.yDomain=this.getYDomain(),this.seriesDomain=this.getSeriesDomain(),this.xScale=this.getXScale(this.xDomain,this.dims.width),this.yScale=this.getYScale(this.yDomain,this.dims.height),this.updateTimeline(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="translate("+this.dims.xOffset+", "+this.margin[0]+")",this.clipPathId="clip"+Object(d.a)().toString(),this.clipPath="url(#"+this.clipPathId+")"},e.prototype.updateTimeline=function(){this.timeline&&(this.timelineWidth=this.dims.width,this.timelineXDomain=this.getXDomain(),this.timelineXScale=this.getXScale(this.timelineXDomain,this.timelineWidth),this.timelineYScale=this.getYScale(this.yDomain,this.timelineHeight),this.timelineTransform="translate("+this.dims.xOffset+", "+-this.margin[2]+")")},e.prototype.getXDomain=function(){var t=Object(u.a)(this.results);this.scaleType=this.getScaleType(t);var e,n,i=[];return"linear"===this.scaleType&&(t=t.map(function(t){return Number(t)})),"time"!==this.scaleType&&"linear"!==this.scaleType||(e=this.xScaleMin?this.xScaleMin:Math.min.apply(Math,t),n=this.xScaleMax?this.xScaleMax:Math.max.apply(Math,t)),"time"===this.scaleType?(i=[new Date(e),new Date(n)],this.xSet=t.slice().sort(function(t,e){var n=t.getTime(),i=e.getTime();return n>i?1:i>n?-1:0})):"linear"===this.scaleType?(i=[e,n],this.xSet=t.slice().sort(function(t,e){return t-e})):(i=t,this.xSet=t),i},e.prototype.getYDomain=function(){for(var t=[],e=0,n=this.results;e-1||(this.activeEntries=[t].concat(this.activeEntries),this.activate.emit({value:t,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t){var e=this.activeEntries.findIndex(function(e){return e.name===t.name&&e.value===t.value});this.activeEntries.splice(e,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:t,entries:this.activeEntries})},e.prototype.deactivateAll=function(){this.activeEntries=this.activeEntries.slice();for(var t=0,e=this.activeEntries;t\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n ',changeDetection:a.ChangeDetectionStrategy.OnPush,styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None})],e)}(l.a)},"./src/area-chart/area-chart.module.ts":function(t,e,n){"use strict";n.d(e,"b",function(){return d});var i=n("@angular/core"),a=(n.n(i),n("./src/area-chart/area-chart.component.ts")),r=n("./src/area-chart/area-chart-normalized.component.ts"),o=n("./src/area-chart/area-chart-stacked.component.ts"),s=n("./src/area-chart/area-series.component.ts"),c=n("./src/common/chart-common.module.ts");n.d(e,"a",function(){return a.a}),n.d(e,"c",function(){return r.a}),n.d(e,"d",function(){return o.a}),n.d(e,"e",function(){return s.a});var l=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},d=function(){return l([Object(i.NgModule)({imports:[c.a],declarations:[a.a,r.a,o.a,s.a],exports:[a.a,r.a,o.a,s.a]})],function(){})}()},"./src/area-chart/area-series.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return c});var i=n("@angular/core"),a=(n.n(i),n("d3-shape")),r=(n.n(a),n("./src/utils/sort.ts")),o=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},s=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},c=function(){function t(){this.baseValue="auto",this.stacked=!1,this.normalized=!1,this.animations=!0,this.select=new i.EventEmitter}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){var t,e,n=this;this.updateGradient();var i=function(t){return n.xScale(t.name)};this.stacked||this.normalized?(t=Object(a.area)().x(i).y0(function(t,e){return n.yScale(t.d0)}).y1(function(t,e){return n.yScale(t.d1)}),e=Object(a.area)().x(i).y0(function(t){return n.yScale.range()[0]}).y1(function(t){return n.yScale.range()[0]})):(t=Object(a.area)().x(i).y0(function(){return"auto"===n.baseValue?n.yScale.range()[0]:n.yScale(n.baseValue)}).y1(function(t){return n.yScale(t.value)}),e=Object(a.area)().x(i).y0(function(t){return"auto"===n.baseValue?n.yScale.range()[0]:n.yScale(n.baseValue)}).y1(function(t){return"auto"===n.baseValue?n.yScale.range()[0]:n.yScale(n.baseValue)})),t.curve(this.curve),e.curve(this.curve),this.opacity=.8;var o=this.data.series;o="linear"===this.scaleType?Object(r.c)(o,"name"):"time"===this.scaleType?Object(r.b)(o,"name"):Object(r.a)(o,"name","asc",this.xScale.domain()),this.path=t(o),this.startingPath=e(o)},t.prototype.updateGradient=function(){if("linear"===this.colors.scaleType)if(this.hasGradient=!0,this.stacked||this.normalized){var t=this.data.series.map(function(t){return t.d0}),e=this.data.series.map(function(t){return t.d1}),n=Math.max.apply(Math,e),i=Math.min.apply(Math,t);this.gradientStops=this.colors.getLinearGradientStops(n,i)}else{var a=this.data.series.map(function(t){return t.value});n=Math.max.apply(Math,a),this.gradientStops=this.colors.getLinearGradientStops(n)}else this.hasGradient=!1,this.gradientStops=void 0},t.prototype.isActive=function(t){return!!this.activeEntries&&void 0!==this.activeEntries.find(function(e){return t.name===e.name})},t.prototype.isInactive=function(t){return!(!this.activeEntries||0===this.activeEntries.length)&&void 0===this.activeEntries.find(function(e){return t.name===e.name})},o([Object(i.Input)(),s("design:type",Object)],t.prototype,"data",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"xScale",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"yScale",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"baseValue",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"colors",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"scaleType",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"stacked",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"normalized",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"gradient",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"curve",void 0),o([Object(i.Input)(),s("design:type",Array)],t.prototype,"activeEntries",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"animations",void 0),o([Object(i.Output)(),s("design:type",Object)],t.prototype,"select",void 0),o([Object(i.Component)({selector:"g[ngx-charts-area-series]",template:'\n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/area-chart/index.ts":function(t,e,n){"use strict";var i=n("./src/area-chart/area-chart.module.ts");n.d(e,"a",function(){return i.a}),n.d(e,"b",function(){return i.b}),n.d(e,"c",function(){return i.c}),n.d(e,"d",function(){return i.d}),n.d(e,"e",function(){return i.e}),n("./src/area-chart/area-chart.component.ts"),n("./src/area-chart/area-chart-normalized.component.ts"),n("./src/area-chart/area-chart-stacked.component.ts"),n("./src/area-chart/area-series.component.ts")},"./src/bar-chart/bar-chart.module.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return _});var i=n("@angular/core"),a=(n.n(i),n("./src/common/chart-common.module.ts")),r=n("./src/bar-chart/bar.component.ts"),o=n("./src/bar-chart/bar-horizontal.component.ts"),s=n("./src/bar-chart/bar-horizontal-2d.component.ts"),c=n("./src/bar-chart/bar-horizontal-normalized.component.ts"),l=n("./src/bar-chart/bar-horizontal-stacked.component.ts"),d=n("./src/bar-chart/bar-vertical.component.ts"),u=n("./src/bar-chart/bar-vertical-2d.component.ts"),h=n("./src/bar-chart/bar-vertical-normalized.component.ts"),p=n("./src/bar-chart/bar-vertical-stacked.component.ts"),m=n("./src/bar-chart/series-horizontal.component.ts"),f=n("./src/bar-chart/series-vertical.component.ts"),g=n("./src/bar-chart/bar-label.component.ts");n.d(e,"g",function(){return g.a}),n.d(e,"b",function(){return r.a}),n.d(e,"d",function(){return o.a}),n.d(e,"c",function(){return s.a}),n.d(e,"e",function(){return c.a}),n.d(e,"f",function(){return l.a}),n.d(e,"i",function(){return d.a}),n.d(e,"h",function(){return u.a}),n.d(e,"j",function(){return h.a}),n.d(e,"k",function(){return p.a}),n.d(e,"l",function(){return m.a}),n.d(e,"m",function(){return f.b});var y=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},_=function(){return y([Object(i.NgModule)({imports:[a.a],declarations:[r.a,o.a,s.a,c.a,l.a,d.a,u.a,h.a,p.a,g.a,m.a,f.b],exports:[r.a,o.a,s.a,c.a,l.a,d.a,u.a,h.a,p.a,g.a,m.a,f.b]})],function(){})}()},"./src/bar-chart/bar-horizontal-2d.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return p});var i,a=n("@angular/core"),r=(n.n(a),n("@angular/animations")),o=(n.n(r),n("d3-scale")),s=(n.n(o),n("./src/common/view-dimensions.helper.ts")),c=n("./src/common/color.helper.ts"),l=n("./src/common/base-chart.component.ts"),d=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),u=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},h=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legend=!1,e.legendTitle="Legend",e.tooltipDisabled=!1,e.showGridLines=!0,e.activeEntries=[],e.groupPadding=16,e.barPadding=8,e.roundDomains=!1,e.roundEdges=!0,e.showDataLabel=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e.dataLabelMaxWidth={negative:0,positive:0},e}return d(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.showDataLabel||(this.dataLabelMaxWidth={negative:0,positive:0}),this.margin=[10,20+this.dataLabelMaxWidth.positive,10,20+this.dataLabelMaxWidth.negative],this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.formatDates(),this.groupDomain=this.getGroupDomain(),this.innerDomain=this.getInnerDomain(),this.valuesDomain=this.getValueDomain(),this.groupScale=this.getGroupScale(),this.innerScale=this.getInnerScale(),this.valueScale=this.getValueScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="translate("+this.dims.xOffset+" , "+this.margin[0]+")"},e.prototype.getGroupScale=function(){var t=this.groupDomain.length/(this.dims.height/this.groupPadding+1);return Object(o.scaleBand)().rangeRound([0,this.dims.height]).paddingInner(t).paddingOuter(t/2).domain(this.groupDomain)},e.prototype.getInnerScale=function(){var t=this.groupScale.bandwidth(),e=this.innerDomain.length/(t/this.barPadding+1);return Object(o.scaleBand)().rangeRound([0,t]).paddingInner(e).domain(this.innerDomain)},e.prototype.getValueScale=function(){var t=Object(o.scaleLinear)().range([0,this.dims.width]).domain(this.valuesDomain);return this.roundDomains?t.nice():t},e.prototype.getGroupDomain=function(){for(var t=[],e=0,n=this.results;e-1||(this.activeEntries=[n].concat(this.activeEntries),this.activate.emit({value:n,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t,e){var n=Object.assign({},t);e&&(n.series=e.name);var i=this.activeEntries.findIndex(function(t){return t.name===n.name&&t.value===n.value&&t.series===n.series});this.activeEntries.splice(i,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:n,entries:this.activeEntries})},u([Object(a.Input)(),h("design:type",Object)],e.prototype,"legend",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"legendTitle",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxis",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxis",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"showXAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"showYAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"gradient",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"showGridLines",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"activeEntries",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"schemeType",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxisTickFormatting",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxisTickFormatting",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"xAxisTicks",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"yAxisTicks",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"groupPadding",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"barPadding",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"roundDomains",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"roundEdges",void 0),u([Object(a.Input)(),h("design:type",Number)],e.prototype,"xScaleMax",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"showDataLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"dataLabelFormatting",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"activate",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"deactivate",void 0),u([Object(a.ContentChild)("tooltipTemplate"),h("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),u([Object(a.Component)({selector:"ngx-charts-bar-horizontal-2d",template:'\n \n \n \n \n \n \n \n \n \n \n \n \n \n ',changeDetection:a.ChangeDetectionStrategy.OnPush,styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None,animations:[Object(r.trigger)("animationState",[Object(r.transition)(":leave",[Object(r.style)({opacity:1,transform:"*"}),Object(r.animate)(500,Object(r.style)({opacity:0,transform:"scale(0)"}))])])]})],e)}(l.a)},"./src/bar-chart/bar-horizontal-normalized.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return p});var i,a=n("@angular/core"),r=(n.n(a),n("@angular/animations")),o=(n.n(r),n("d3-scale")),s=(n.n(o),n("./src/common/view-dimensions.helper.ts")),c=n("./src/common/color.helper.ts"),l=n("./src/common/base-chart.component.ts"),d=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),u=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},h=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legend=!1,e.legendTitle="Legend",e.tooltipDisabled=!1,e.showGridLines=!0,e.activeEntries=[],e.barPadding=8,e.roundDomains=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e}return d(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.formatDates(),this.groupDomain=this.getGroupDomain(),this.innerDomain=this.getInnerDomain(),this.valueDomain=this.getValueDomain(),this.xScale=this.getXScale(),this.yScale=this.getYScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="translate("+this.dims.xOffset+" , "+this.margin[0]+")"},e.prototype.getGroupDomain=function(){for(var t=[],e=0,n=this.results;e-1||(this.activeEntries=[n].concat(this.activeEntries),this.activate.emit({value:n,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t,e){var n=Object.assign({},t);e&&(n.series=e.name);var i=this.activeEntries.findIndex(function(t){return t.name===n.name&&t.value===n.value&&t.series===n.series});this.activeEntries.splice(i,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:n,entries:this.activeEntries})},u([Object(a.Input)(),h("design:type",Object)],e.prototype,"legend",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"legendTitle",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxis",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxis",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"showXAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"showYAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"gradient",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"showGridLines",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"activeEntries",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"schemeType",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxisTickFormatting",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxisTickFormatting",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"xAxisTicks",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"yAxisTicks",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"barPadding",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"roundDomains",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"activate",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"deactivate",void 0),u([Object(a.ContentChild)("tooltipTemplate"),h("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),u([Object(a.Component)({selector:"ngx-charts-bar-horizontal-normalized",template:'\n \n \n \n \n \n \n \n \n \n \n \n ',changeDetection:a.ChangeDetectionStrategy.OnPush,styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None,animations:[Object(r.trigger)("animationState",[Object(r.transition)(":leave",[Object(r.style)({opacity:1,transform:"*"}),Object(r.animate)(500,Object(r.style)({opacity:0,transform:"scale(0)"}))])])]})],e)}(l.a)},"./src/bar-chart/bar-horizontal-stacked.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return p});var i,a=n("@angular/core"),r=(n.n(a),n("@angular/animations")),o=(n.n(r),n("d3-scale")),s=(n.n(o),n("./src/common/view-dimensions.helper.ts")),c=n("./src/common/color.helper.ts"),l=n("./src/common/base-chart.component.ts"),d=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),u=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},h=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legend=!1,e.legendTitle="Legend",e.tooltipDisabled=!1,e.showGridLines=!0,e.activeEntries=[],e.barPadding=8,e.roundDomains=!1,e.showDataLabel=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e.dataLabelMaxWidth={negative:0,positive:0},e}return d(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.showDataLabel||(this.dataLabelMaxWidth={negative:0,positive:0}),this.margin=[10,20+this.dataLabelMaxWidth.positive,10,20+this.dataLabelMaxWidth.negative],this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.formatDates(),this.groupDomain=this.getGroupDomain(),this.innerDomain=this.getInnerDomain(),this.valueDomain=this.getValueDomain(),this.xScale=this.getXScale(),this.yScale=this.getYScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="translate("+this.dims.xOffset+" , "+this.margin[0]+")"},e.prototype.getGroupDomain=function(){for(var t=[],e=0,n=this.results;en?l.value:n}t.push(r),t.push(o)}return t.push(e),t.push(n),[Math.min.apply(Math,[0].concat(t)),this.xScaleMax?Math.max.apply(Math,[this.xScaleMax].concat(t)):Math.max.apply(Math,t)]},e.prototype.getYScale=function(){var t=this.groupDomain.length/(this.dims.height/this.barPadding+1);return Object(o.scaleBand)().rangeRound([0,this.dims.height]).paddingInner(t).domain(this.groupDomain)},e.prototype.getXScale=function(){var t=Object(o.scaleLinear)().range([0,this.dims.width]).domain(this.valueDomain);return this.roundDomains?t.nice():t},e.prototype.groupTransform=function(t){return"translate(0, "+this.yScale(t.name)+")"},e.prototype.onClick=function(t,e){e&&(t.series=e.name),this.select.emit(t)},e.prototype.trackBy=function(t,e){return e.name},e.prototype.setColors=function(){this.colors=new c.a(this.scheme,this.schemeType,"ordinal"===this.schemeType?this.innerDomain:this.valueDomain,this.customColors)},e.prototype.getLegendOptions=function(){var t={scaleType:this.schemeType,colors:void 0,domain:[],title:void 0};return"ordinal"===t.scaleType?(t.domain=this.innerDomain,t.colors=this.colors,t.title=this.legendTitle):(t.domain=this.valueDomain,t.colors=this.colors.scale),t},e.prototype.updateYAxisWidth=function(t){this.yAxisWidth=t.width,this.update()},e.prototype.updateXAxisHeight=function(t){this.xAxisHeight=t.height,this.update()},e.prototype.onDataLabelMaxWidthChanged=function(t,e){var n=this;t.size.negative?this.dataLabelMaxWidth.negative=Math.max(this.dataLabelMaxWidth.negative,t.size.width):this.dataLabelMaxWidth.positive=Math.max(this.dataLabelMaxWidth.positive,t.size.width),e===this.results.length-1&&setTimeout(function(){return n.update()})},e.prototype.onActivate=function(t,e){var n=Object.assign({},t);e&&(n.series=e.name),this.activeEntries.findIndex(function(t){return t.name===n.name&&t.value===n.value&&t.series===n.series})>-1||(this.activeEntries=[n].concat(this.activeEntries),this.activate.emit({value:n,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t,e){var n=Object.assign({},t);e&&(n.series=e.name);var i=this.activeEntries.findIndex(function(t){return t.name===n.name&&t.value===n.value&&t.series===n.series});this.activeEntries.splice(i,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:n,entries:this.activeEntries})},u([Object(a.Input)(),h("design:type",Object)],e.prototype,"legend",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"legendTitle",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxis",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxis",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"showXAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"showYAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"gradient",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"showGridLines",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"activeEntries",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"schemeType",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxisTickFormatting",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxisTickFormatting",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"xAxisTicks",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"yAxisTicks",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"barPadding",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"roundDomains",void 0),u([Object(a.Input)(),h("design:type",Number)],e.prototype,"xScaleMax",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"showDataLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"dataLabelFormatting",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"activate",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"deactivate",void 0),u([Object(a.ContentChild)("tooltipTemplate"),h("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),u([Object(a.Component)({selector:"ngx-charts-bar-horizontal-stacked",template:'\n \n \n \n \n \n \n \n \n \n \n \n ',changeDetection:a.ChangeDetectionStrategy.OnPush,styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None,animations:[Object(r.trigger)("animationState",[Object(r.transition)(":leave",[Object(r.style)({opacity:1,transform:"*"}),Object(r.animate)(500,Object(r.style)({opacity:0,transform:"scale(0)"}))])])]})],e)}(l.a)},"./src/bar-chart/bar-horizontal.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return h});var i,a=n("@angular/core"),r=(n.n(a),n("d3-scale")),o=(n.n(r),n("./src/common/view-dimensions.helper.ts")),s=n("./src/common/color.helper.ts"),c=n("./src/common/base-chart.component.ts"),l=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),d=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},u=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},h=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legend=!1,e.legendTitle="Legend",e.tooltipDisabled=!1,e.showGridLines=!0,e.activeEntries=[],e.barPadding=8,e.roundDomains=!1,e.roundEdges=!0,e.showDataLabel=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e.dataLabelMaxWidth={negative:0,positive:0},e}return l(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.showDataLabel||(this.dataLabelMaxWidth={negative:0,positive:0}),this.margin=[10,20+this.dataLabelMaxWidth.positive,10,20+this.dataLabelMaxWidth.negative],this.dims=Object(o.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.xScale=this.getXScale(),this.yScale=this.getYScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="translate("+this.dims.xOffset+" , "+this.margin[0]+")"},e.prototype.getXScale=function(){this.xDomain=this.getXDomain();var t=Object(r.scaleLinear)().range([0,this.dims.width]).domain(this.xDomain);return this.roundDomains?t.nice():t},e.prototype.getYScale=function(){this.yDomain=this.getYDomain();var t=this.yDomain.length/(this.dims.height/this.barPadding+1);return Object(r.scaleBand)().rangeRound([0,this.dims.height]).paddingInner(t).domain(this.yDomain)},e.prototype.getXDomain=function(){var t=this.results.map(function(t){return t.value});return[this.xScaleMin?Math.min.apply(Math,[this.xScaleMin].concat(t)):Math.min.apply(Math,[0].concat(t)),this.xScaleMax?Math.max.apply(Math,[this.xScaleMax].concat(t)):Math.max.apply(Math,t)]},e.prototype.getYDomain=function(){return this.results.map(function(t){return t.name})},e.prototype.onClick=function(t){this.select.emit(t)},e.prototype.setColors=function(){this.colors=new s.a(this.scheme,this.schemeType,"ordinal"===this.schemeType?this.yDomain:this.xDomain,this.customColors)},e.prototype.getLegendOptions=function(){var t={scaleType:this.schemeType,colors:void 0,domain:[],title:void 0};return"ordinal"===t.scaleType?(t.domain=this.yDomain,t.colors=this.colors,t.title=this.legendTitle):(t.domain=this.xDomain,t.colors=this.colors.scale),t},e.prototype.updateYAxisWidth=function(t){this.yAxisWidth=t.width,this.update()},e.prototype.updateXAxisHeight=function(t){this.xAxisHeight=t.height,this.update()},e.prototype.onDataLabelMaxWidthChanged=function(t){var e=this;t.size.negative?this.dataLabelMaxWidth.negative=Math.max(this.dataLabelMaxWidth.negative,t.size.width):this.dataLabelMaxWidth.positive=Math.max(this.dataLabelMaxWidth.positive,t.size.width),t.index===this.results.length-1&&setTimeout(function(){return e.update()})},e.prototype.onActivate=function(t){this.activeEntries.findIndex(function(e){return e.name===t.name&&e.value===t.value&&e.series===t.series})>-1||(this.activeEntries=[t].concat(this.activeEntries),this.activate.emit({value:t,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t){var e=this.activeEntries.findIndex(function(e){return e.name===t.name&&e.value===t.value&&e.series===t.series});this.activeEntries.splice(e,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:t,entries:this.activeEntries})},d([Object(a.Input)(),u("design:type",Object)],e.prototype,"legend",void 0),d([Object(a.Input)(),u("design:type",String)],e.prototype,"legendTitle",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"xAxis",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"yAxis",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"showXAxisLabel",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"showYAxisLabel",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"xAxisLabel",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"yAxisLabel",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"gradient",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"showGridLines",void 0),d([Object(a.Input)(),u("design:type",Array)],e.prototype,"activeEntries",void 0),d([Object(a.Input)(),u("design:type",String)],e.prototype,"schemeType",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"xAxisTickFormatting",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"yAxisTickFormatting",void 0),d([Object(a.Input)(),u("design:type",Array)],e.prototype,"xAxisTicks",void 0),d([Object(a.Input)(),u("design:type",Array)],e.prototype,"yAxisTicks",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"barPadding",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"roundDomains",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"roundEdges",void 0),d([Object(a.Input)(),u("design:type",Number)],e.prototype,"xScaleMax",void 0),d([Object(a.Input)(),u("design:type",Number)],e.prototype,"xScaleMin",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"showDataLabel",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"dataLabelFormatting",void 0),d([Object(a.Output)(),u("design:type",a.EventEmitter)],e.prototype,"activate",void 0),d([Object(a.Output)(),u("design:type",a.EventEmitter)],e.prototype,"deactivate",void 0),d([Object(a.ContentChild)("tooltipTemplate"),u("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),d([Object(a.Component)({selector:"ngx-charts-bar-horizontal",template:'\n \n \n \n \n \n \n \n \n \n \n ',changeDetection:a.ChangeDetectionStrategy.OnPush,styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None})],e)}(c.a)},"./src/bar-chart/bar-label.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/bar-chart/bar-label.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/bar-chart/bar-label.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return s});var i=n("@angular/core"),a=(n.n(i),n("./src/index.ts")),r=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},o=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},s=function(){function t(t){this.dimensionsChanged=new i.EventEmitter,this.horizontalPadding=2,this.verticalPadding=5,this.element=t.nativeElement}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.getSize=function(){return{height:this.element.getBoundingClientRect().height,width:this.element.getBoundingClientRect().width,negative:this.value<0}},t.prototype.ngAfterViewInit=function(){this.dimensionsChanged.emit(this.getSize())},t.prototype.update=function(){this.formatedValue=this.valueFormatting?this.valueFormatting(this.value):Object(a.formatLabel)(this.value),"horizontal"===this.orientation?(this.x=this.barX+this.barWidth,this.value<0?(this.x=this.x-this.horizontalPadding,this.textAnchor="end"):(this.x=this.x+this.horizontalPadding,this.textAnchor="start"),this.y=this.barY+this.barHeight/2):(this.x=this.barX+this.barWidth/2,this.y=this.barY+this.barHeight,this.value<0?(this.y=this.y+this.verticalPadding,this.textAnchor="end"):(this.y=this.y-this.verticalPadding,this.textAnchor="start"),this.transform="rotate(-45, "+this.x+" , "+this.y+")")},r([Object(i.Input)(),o("design:type",Object)],t.prototype,"value",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"valueFormatting",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"barX",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"barY",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"barWidth",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"barHeight",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"orientation",void 0),r([Object(i.Output)(),o("design:type",i.EventEmitter)],t.prototype,"dimensionsChanged",void 0),r([Object(i.Component)({selector:"g[ngx-charts-bar-label]",template:' \n \n {{formatedValue}} \n \n\n ',styles:[n("./src/bar-chart/bar-label.component.scss")],changeDetection:i.ChangeDetectionStrategy.OnPush}),o("design:paramtypes",[i.ElementRef])],t)}()},"./src/bar-chart/bar-vertical-2d.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return p});var i,a=n("@angular/core"),r=(n.n(a),n("@angular/animations")),o=(n.n(r),n("d3-scale")),s=(n.n(o),n("./src/common/view-dimensions.helper.ts")),c=n("./src/common/color.helper.ts"),l=n("./src/common/base-chart.component.ts"),d=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),u=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},h=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legend=!1,e.legendTitle="Legend",e.tooltipDisabled=!1,e.scaleType="ordinal",e.showGridLines=!0,e.activeEntries=[],e.groupPadding=16,e.barPadding=8,e.roundDomains=!1,e.roundEdges=!0,e.showDataLabel=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e.dataLabelMaxHeight={negative:0,positive:0},e}return d(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.showDataLabel||(this.dataLabelMaxHeight={negative:0,positive:0}),this.margin=[10+this.dataLabelMaxHeight.positive,20,10+this.dataLabelMaxHeight.negative,20],this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.showDataLabel&&(this.dims.height-=this.dataLabelMaxHeight.negative),this.formatDates(),this.groupDomain=this.getGroupDomain(),this.innerDomain=this.getInnerDomain(),this.valuesDomain=this.getValueDomain(),this.groupScale=this.getGroupScale(),this.innerScale=this.getInnerScale(),this.valueScale=this.getValueScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="translate("+this.dims.xOffset+" , "+(this.margin[0]+this.dataLabelMaxHeight.negative)+")"},e.prototype.onDataLabelMaxHeightChanged=function(t,e){var n=this;t.size.negative?this.dataLabelMaxHeight.negative=Math.max(this.dataLabelMaxHeight.negative,t.size.height):this.dataLabelMaxHeight.positive=Math.max(this.dataLabelMaxHeight.positive,t.size.height),e===this.results.length-1&&setTimeout(function(){return n.update()})},e.prototype.getGroupScale=function(){var t=this.groupDomain.length/(this.dims.height/this.groupPadding+1);return Object(o.scaleBand)().rangeRound([0,this.dims.width]).paddingInner(t).paddingOuter(t/2).domain(this.groupDomain)},e.prototype.getInnerScale=function(){var t=this.groupScale.bandwidth(),e=this.innerDomain.length/(t/this.barPadding+1);return Object(o.scaleBand)().rangeRound([0,t]).paddingInner(e).domain(this.innerDomain)},e.prototype.getValueScale=function(){var t=Object(o.scaleLinear)().range([this.dims.height,0]).domain(this.valuesDomain);return this.roundDomains?t.nice():t},e.prototype.getGroupDomain=function(){for(var t=[],e=0,n=this.results;e-1||(this.activeEntries=[n].concat(this.activeEntries),this.activate.emit({value:n,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t,e){var n=Object.assign({},t);e&&(n.series=e.name);var i=this.activeEntries.findIndex(function(t){return t.name===n.name&&t.value===n.value&&t.series===n.series});this.activeEntries.splice(i,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:n,entries:this.activeEntries})},u([Object(a.Input)(),h("design:type",Object)],e.prototype,"legend",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"legendTitle",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxis",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxis",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"showXAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"showYAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"scaleType",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"gradient",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"showGridLines",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"activeEntries",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"schemeType",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxisTickFormatting",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxisTickFormatting",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"xAxisTicks",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"yAxisTicks",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"groupPadding",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"barPadding",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"roundDomains",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"roundEdges",void 0),u([Object(a.Input)(),h("design:type",Number)],e.prototype,"yScaleMax",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"showDataLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"dataLabelFormatting",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"activate",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"deactivate",void 0),u([Object(a.ContentChild)("tooltipTemplate"),h("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),u([Object(a.Component)({selector:"ngx-charts-bar-vertical-2d",template:'\n \n \n \n \n \n \n \n \n \n \n \n ',styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush,animations:[Object(r.trigger)("animationState",[Object(r.transition)(":leave",[Object(r.style)({opacity:1,transform:"*"}),Object(r.animate)(500,Object(r.style)({opacity:0,transform:"scale(0)"}))])])]})],e)}(l.a)},"./src/bar-chart/bar-vertical-normalized.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return p});var i,a=n("@angular/core"),r=(n.n(a),n("@angular/animations")),o=(n.n(r),n("d3-scale")),s=(n.n(o),n("./src/common/view-dimensions.helper.ts")),c=n("./src/common/color.helper.ts"),l=n("./src/common/base-chart.component.ts"),d=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),u=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},h=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legend=!1,e.legendTitle="Legend",e.tooltipDisabled=!1,e.showGridLines=!0,e.activeEntries=[],e.barPadding=8,e.roundDomains=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e}return d(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.formatDates(),this.groupDomain=this.getGroupDomain(),this.innerDomain=this.getInnerDomain(),this.valueDomain=this.getValueDomain(),this.xScale=this.getXScale(),this.yScale=this.getYScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="translate("+this.dims.xOffset+" , "+this.margin[0]+")"},e.prototype.getGroupDomain=function(){for(var t=[],e=0,n=this.results;e-1||(this.activeEntries=[n].concat(this.activeEntries),this.activate.emit({value:n,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t,e){var n=Object.assign({},t);e&&(n.series=e.name);var i=this.activeEntries.findIndex(function(t){return t.name===n.name&&t.value===n.value&&t.series===n.series});this.activeEntries.splice(i,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:n,entries:this.activeEntries})},u([Object(a.Input)(),h("design:type",Object)],e.prototype,"legend",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"legendTitle",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxis",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxis",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"showXAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"showYAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"gradient",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"showGridLines",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"activeEntries",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"schemeType",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxisTickFormatting",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxisTickFormatting",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"xAxisTicks",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"yAxisTicks",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"barPadding",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"roundDomains",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"activate",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"deactivate",void 0),u([Object(a.ContentChild)("tooltipTemplate"),h("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),u([Object(a.Component)({selector:"ngx-charts-bar-vertical-normalized",template:'\n \n \n \n \n \n \n \n \n \n \n \n ',styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush,animations:[Object(r.trigger)("animationState",[Object(r.transition)(":leave",[Object(r.style)({opacity:1,transform:"*"}),Object(r.animate)(500,Object(r.style)({opacity:0,transform:"scale(0)"}))])])]})],e)}(l.a)},"./src/bar-chart/bar-vertical-stacked.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return p});var i,a=n("@angular/core"),r=(n.n(a),n("@angular/animations")),o=(n.n(r),n("d3-scale")),s=(n.n(o),n("./src/common/view-dimensions.helper.ts")),c=n("./src/common/color.helper.ts"),l=n("./src/common/base-chart.component.ts"),d=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),u=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},h=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legend=!1,e.legendTitle="Legend",e.tooltipDisabled=!1,e.showGridLines=!0,e.activeEntries=[],e.barPadding=8,e.roundDomains=!1,e.showDataLabel=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e.dataLabelMaxHeight={negative:0,positive:0},e}return d(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.showDataLabel||(this.dataLabelMaxHeight={negative:0,positive:0}),this.margin=[10+this.dataLabelMaxHeight.positive,20,10+this.dataLabelMaxHeight.negative,20],this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.showDataLabel&&(this.dims.height-=this.dataLabelMaxHeight.negative),this.formatDates(),this.groupDomain=this.getGroupDomain(),this.innerDomain=this.getInnerDomain(),this.valueDomain=this.getValueDomain(),this.xScale=this.getXScale(),this.yScale=this.getYScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="translate("+this.dims.xOffset+" , "+(this.margin[0]+this.dataLabelMaxHeight.negative)+")"},e.prototype.getGroupDomain=function(){for(var t=[],e=0,n=this.results;en?l.value:n}t.push(r),t.push(o)}return t.push(e),t.push(n),[Math.min.apply(Math,[0].concat(t)),this.yScaleMax?Math.max.apply(Math,[this.yScaleMax].concat(t)):Math.max.apply(Math,t)]},e.prototype.getXScale=function(){var t=this.groupDomain.length/(this.dims.width/this.barPadding+1);return Object(o.scaleBand)().rangeRound([0,this.dims.width]).paddingInner(t).domain(this.groupDomain)},e.prototype.getYScale=function(){var t=Object(o.scaleLinear)().range([this.dims.height,0]).domain(this.valueDomain);return this.roundDomains?t.nice():t},e.prototype.onDataLabelMaxHeightChanged=function(t,e){var n=this;t.size.negative?this.dataLabelMaxHeight.negative=Math.max(this.dataLabelMaxHeight.negative,t.size.height):this.dataLabelMaxHeight.positive=Math.max(this.dataLabelMaxHeight.positive,t.size.height),e===this.results.length-1&&setTimeout(function(){return n.update()})},e.prototype.groupTransform=function(t){return"translate("+this.xScale(t.name)+", 0)"},e.prototype.onClick=function(t,e){e&&(t.series=e.name),this.select.emit(t)},e.prototype.trackBy=function(t,e){return e.name},e.prototype.setColors=function(){this.colors=new c.a(this.scheme,this.schemeType,"ordinal"===this.schemeType?this.innerDomain:this.valueDomain,this.customColors)},e.prototype.getLegendOptions=function(){var t={scaleType:this.schemeType,colors:void 0,domain:[],title:void 0};return"ordinal"===t.scaleType?(t.domain=this.innerDomain,t.colors=this.colors,t.title=this.legendTitle):(t.domain=this.valueDomain,t.colors=this.colors.scale),t},e.prototype.updateYAxisWidth=function(t){this.yAxisWidth=t.width,this.update()},e.prototype.updateXAxisHeight=function(t){this.xAxisHeight=t.height,this.update()},e.prototype.onActivate=function(t,e){var n=Object.assign({},t);e&&(n.series=e.name),this.activeEntries.findIndex(function(t){return t.name===n.name&&t.value===n.value&&t.series===n.series})>-1||(this.activeEntries=[n].concat(this.activeEntries),this.activate.emit({value:n,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t,e){var n=Object.assign({},t);e&&(n.series=e.name);var i=this.activeEntries.findIndex(function(t){return t.name===n.name&&t.value===n.value&&t.series===n.series});this.activeEntries.splice(i,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:n,entries:this.activeEntries})},u([Object(a.Input)(),h("design:type",Object)],e.prototype,"legend",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"legendTitle",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxis",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxis",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"showXAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"showYAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxisLabel",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"gradient",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"showGridLines",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"activeEntries",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"schemeType",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"xAxisTickFormatting",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"yAxisTickFormatting",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"xAxisTicks",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"yAxisTicks",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"barPadding",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"roundDomains",void 0),u([Object(a.Input)(),h("design:type",Number)],e.prototype,"yScaleMax",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"showDataLabel",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"dataLabelFormatting",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"activate",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"deactivate",void 0),u([Object(a.ContentChild)("tooltipTemplate"),h("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),u([Object(a.Component)({selector:"ngx-charts-bar-vertical-stacked",template:'\n \n \n \n \n \n \n \n \n \n \n \n ',styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush,animations:[Object(r.trigger)("animationState",[Object(r.transition)(":leave",[Object(r.style)({opacity:1,transform:"*"}),Object(r.animate)(500,Object(r.style)({opacity:0,transform:"scale(0)"}))])])]})],e)}(l.a)},"./src/bar-chart/bar-vertical.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return h});var i,a=n("@angular/core"),r=(n.n(a),n("d3-scale")),o=(n.n(r),n("./src/common/view-dimensions.helper.ts")),s=n("./src/common/color.helper.ts"),c=n("./src/common/base-chart.component.ts"),l=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),d=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},u=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},h=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legend=!1,e.legendTitle="Legend",e.tooltipDisabled=!1,e.showGridLines=!0,e.activeEntries=[],e.barPadding=8,e.roundDomains=!1,e.roundEdges=!0,e.showDataLabel=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e.dataLabelMaxHeight={negative:0,positive:0},e}return l(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.showDataLabel||(this.dataLabelMaxHeight={negative:0,positive:0}),this.margin=[10+this.dataLabelMaxHeight.positive,20,10+this.dataLabelMaxHeight.negative,20],this.dims=Object(o.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.showDataLabel&&(this.dims.height-=this.dataLabelMaxHeight.negative),this.xScale=this.getXScale(),this.yScale=this.getYScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="translate("+this.dims.xOffset+" , "+(this.margin[0]+this.dataLabelMaxHeight.negative)+")"},e.prototype.getXScale=function(){this.xDomain=this.getXDomain();var t=this.xDomain.length/(this.dims.width/this.barPadding+1);return Object(r.scaleBand)().rangeRound([0,this.dims.width]).paddingInner(t).domain(this.xDomain)},e.prototype.getYScale=function(){this.yDomain=this.getYDomain();var t=Object(r.scaleLinear)().range([this.dims.height,0]).domain(this.yDomain);return this.roundDomains?t.nice():t},e.prototype.getXDomain=function(){return this.results.map(function(t){return t.name})},e.prototype.getYDomain=function(){var t=this.results.map(function(t){return t.value});return[this.yScaleMin?Math.min.apply(Math,[this.yScaleMin].concat(t)):Math.min.apply(Math,[0].concat(t)),this.yScaleMax?Math.max.apply(Math,[this.yScaleMax].concat(t)):Math.max.apply(Math,t)]},e.prototype.onClick=function(t){this.select.emit(t)},e.prototype.setColors=function(){this.colors=new s.a(this.scheme,this.schemeType,"ordinal"===this.schemeType?this.xDomain:this.yDomain,this.customColors)},e.prototype.getLegendOptions=function(){var t={scaleType:this.schemeType,colors:void 0,domain:[],title:void 0};return"ordinal"===t.scaleType?(t.domain=this.xDomain,t.colors=this.colors,t.title=this.legendTitle):(t.domain=this.yDomain,t.colors=this.colors.scale),t},e.prototype.updateYAxisWidth=function(t){this.yAxisWidth=t.width,this.update()},e.prototype.updateXAxisHeight=function(t){this.xAxisHeight=t.height,this.update()},e.prototype.onDataLabelMaxHeightChanged=function(t){var e=this;t.size.negative?this.dataLabelMaxHeight.negative=Math.max(this.dataLabelMaxHeight.negative,t.size.height):this.dataLabelMaxHeight.positive=Math.max(this.dataLabelMaxHeight.positive,t.size.height),t.index===this.results.length-1&&setTimeout(function(){return e.update()})},e.prototype.onActivate=function(t){this.activeEntries.findIndex(function(e){return e.name===t.name&&e.value===t.value&&e.series===t.series})>-1||(this.activeEntries=[t].concat(this.activeEntries),this.activate.emit({value:t,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t){var e=this.activeEntries.findIndex(function(e){return e.name===t.name&&e.value===t.value&&e.series===t.series});this.activeEntries.splice(e,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:t,entries:this.activeEntries})},d([Object(a.Input)(),u("design:type",Object)],e.prototype,"legend",void 0),d([Object(a.Input)(),u("design:type",String)],e.prototype,"legendTitle",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"xAxis",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"yAxis",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"showXAxisLabel",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"showYAxisLabel",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"xAxisLabel",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"yAxisLabel",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"gradient",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"showGridLines",void 0),d([Object(a.Input)(),u("design:type",Array)],e.prototype,"activeEntries",void 0),d([Object(a.Input)(),u("design:type",String)],e.prototype,"schemeType",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"xAxisTickFormatting",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"yAxisTickFormatting",void 0),d([Object(a.Input)(),u("design:type",Array)],e.prototype,"xAxisTicks",void 0),d([Object(a.Input)(),u("design:type",Array)],e.prototype,"yAxisTicks",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"barPadding",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"roundDomains",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"roundEdges",void 0),d([Object(a.Input)(),u("design:type",Number)],e.prototype,"yScaleMax",void 0),d([Object(a.Input)(),u("design:type",Number)],e.prototype,"yScaleMin",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"showDataLabel",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"dataLabelFormatting",void 0),d([Object(a.Output)(),u("design:type",a.EventEmitter)],e.prototype,"activate",void 0),d([Object(a.Output)(),u("design:type",a.EventEmitter)],e.prototype,"deactivate",void 0),d([Object(a.ContentChild)("tooltipTemplate"),u("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),d([Object(a.Component)({selector:"ngx-charts-bar-vertical",template:'\n \n \n \n \n \n \n \n \n \n \n ',changeDetection:a.ChangeDetectionStrategy.OnPush,styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None})],e)}(c.a)},"./src/bar-chart/bar.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return l});var i=n("@angular/core"),a=(n.n(i),n("d3-selection")),r=(n.n(a),n("./src/common/shape.helper.ts")),o=n("./src/utils/id.ts"),s=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},c=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},l=function(){function t(t){this.roundEdges=!0,this.gradient=!1,this.offset=0,this.isActive=!1,this.animations=!0,this.select=new i.EventEmitter,this.activate=new i.EventEmitter,this.deactivate=new i.EventEmitter,this.initialized=!1,this.hasGradient=!1,this.element=t.nativeElement}return t.prototype.ngOnChanges=function(t){this.initialized?this.update():(this.loadAnimation(),this.initialized=!0)},t.prototype.update=function(){this.gradientId="grad"+Object(o.a)().toString(),this.gradientFill="url(#"+this.gradientId+")",this.gradient||this.stops?(this.gradientStops=this.getGradient(),this.hasGradient=!0):this.hasGradient=!1,this.updatePathEl()},t.prototype.loadAnimation=function(){this.path=this.getStartingPath(),setTimeout(this.update.bind(this),100)},t.prototype.updatePathEl=function(){var t=Object(a.select)(this.element).select(".bar"),e=this.getPath();this.animations?t.transition().duration(500).attr("d",e):t.attr("d",e)},t.prototype.getGradient=function(){return this.stops?this.stops:[{offset:0,color:this.fill,opacity:this.getStartOpacity()},{offset:100,color:this.fill,opacity:1}]},t.prototype.getStartingPath=function(){if(!this.animations)return this.getPath();var t,e=this.getRadius();return this.roundEdges?"vertical"===this.orientation?(e=Math.min(this.height,e),t=Object(r.a)(this.x,this.y+this.height,this.width,1,0,this.edges)):"horizontal"===this.orientation&&(e=Math.min(this.width,e),t=Object(r.a)(this.x,this.y,1,this.height,0,this.edges)):"vertical"===this.orientation?t=Object(r.a)(this.x,this.y+this.height,this.width,1,0,this.edges):"horizontal"===this.orientation&&(t=Object(r.a)(this.x,this.y,1,this.height,0,this.edges)),t},t.prototype.getPath=function(){var t,e=this.getRadius();return this.roundEdges?"vertical"===this.orientation?(e=Math.min(this.height,e),t=Object(r.a)(this.x,this.y,this.width,this.height,e,this.edges)):"horizontal"===this.orientation&&(e=Math.min(this.width,e),t=Object(r.a)(this.x,this.y,this.width,this.height,e,this.edges)):t=Object(r.a)(this.x,this.y,this.width,this.height,e,this.edges),t},t.prototype.getRadius=function(){var t=0;return this.roundEdges&&this.height>5&&this.width>5&&(t=Math.floor(Math.min(5,this.height/2,this.width/2))),t},t.prototype.getStartOpacity=function(){return this.roundEdges?.2:.5},Object.defineProperty(t.prototype,"edges",{get:function(){var t=[!1,!1,!1,!1];return this.roundEdges&&("vertical"===this.orientation?t=this.data.value>0?[!0,!0,!1,!1]:[!1,!1,!0,!0]:"horizontal"===this.orientation&&(t=this.data.value>0?[!1,!0,!1,!0]:[!0,!1,!0,!1])),t},enumerable:!0,configurable:!0}),t.prototype.onMouseEnter=function(){this.activate.emit(this.data)},t.prototype.onMouseLeave=function(){this.deactivate.emit(this.data)},s([Object(i.Input)(),c("design:type",Object)],t.prototype,"fill",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"data",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"width",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"height",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"x",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"y",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"orientation",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"roundEdges",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"gradient",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"offset",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"isActive",void 0),s([Object(i.Input)(),c("design:type",Array)],t.prototype,"stops",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"animations",void 0),s([Object(i.Output)(),c("design:type",Object)],t.prototype,"select",void 0),s([Object(i.Output)(),c("design:type",Object)],t.prototype,"activate",void 0),s([Object(i.Output)(),c("design:type",Object)],t.prototype,"deactivate",void 0),s([Object(i.HostListener)("mouseenter"),c("design:type",Function),c("design:paramtypes",[]),c("design:returntype",void 0)],t.prototype,"onMouseEnter",null),s([Object(i.HostListener)("mouseleave"),c("design:type",Function),c("design:paramtypes",[]),c("design:returntype",void 0)],t.prototype,"onMouseLeave",null),s([Object(i.Component)({selector:"g[ngx-charts-bar]",template:'\n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush}),c("design:paramtypes",[i.ElementRef])],t)}()},"./src/bar-chart/index.ts":function(t,e,n){"use strict";var i=n("./src/bar-chart/bar-chart.module.ts");n.d(e,"a",function(){return i.a}),n.d(e,"b",function(){return i.b}),n.d(e,"c",function(){return i.c}),n.d(e,"d",function(){return i.d}),n.d(e,"e",function(){return i.e}),n.d(e,"f",function(){return i.f}),n.d(e,"g",function(){return i.g}),n.d(e,"h",function(){return i.h}),n.d(e,"i",function(){return i.i}),n.d(e,"j",function(){return i.j}),n.d(e,"k",function(){return i.k}),n.d(e,"m",function(){return i.l}),n.d(e,"n",function(){return i.m}),n("./src/bar-chart/bar.component.ts"),n("./src/bar-chart/bar-horizontal.component.ts"),n("./src/bar-chart/bar-horizontal-2d.component.ts"),n("./src/bar-chart/bar-horizontal-normalized.component.ts"),n("./src/bar-chart/bar-horizontal-stacked.component.ts"),n("./src/bar-chart/series-horizontal.component.ts"),n("./src/bar-chart/bar-vertical.component.ts"),n("./src/bar-chart/bar-vertical-2d.component.ts"),n("./src/bar-chart/bar-vertical-normalized.component.ts"),n("./src/bar-chart/bar-vertical-stacked.component.ts");var a=n("./src/bar-chart/series-vertical.component.ts");n.d(e,"l",function(){return a.a})},"./src/bar-chart/series-horizontal.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return l});var i=n("@angular/core"),a=(n.n(i),n("@angular/animations")),r=(n.n(a),n("./src/common/label.helper.ts")),o=n("./src/bar-chart/series-vertical.component.ts"),s=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},c=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},l=function(){function t(){this.barsForDataLabels=[],this.type="standard",this.tooltipDisabled=!1,this.animations=!0,this.showDataLabel=!1,this.select=new i.EventEmitter,this.activate=new i.EventEmitter,this.deactivate=new i.EventEmitter,this.dataLabelWidthChanged=new i.EventEmitter}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){var t=this;this.updateTooltipSettings();var e,n,i=((a={})[o.a.positive]=0,a[o.a.negative]=0,a);e=o.a.positive,"normalized"===this.type&&(n=this.series.map(function(t){return t.value}).reduce(function(t,e){return t+e},0));var a,s=Math.max(this.xScale.domain()[0],0);this.bars=this.series.map(function(a,c){var l=a.value,d=a.name,u=Object(r.a)(d);e=l>0?o.a.positive:o.a.negative;var h={value:l,label:d,roundEdges:t.roundEdges,data:a,formattedLabel:u};if(h.height=t.yScale.bandwidth(),"standard"===t.type)h.width=Math.abs(t.xScale(l)-t.xScale(s)),h.x=t.xScale(l<0?l:s),h.y=t.yScale(d);else if("stacked"===t.type){var p=(m=i[e])+l;i[e]+=l,h.width=t.xScale(p)-t.xScale(m),h.x=t.xScale(m),h.y=0,h.offset0=m,h.offset1=p}else if("normalized"===t.type){var m;p=(m=i[e])+l,i[e]+=l,n>0?(m=100*m/n,p=100*p/n):(m=0,p=0),h.width=t.xScale(p)-t.xScale(m),h.x=t.xScale(m),h.y=0,h.offset0=m,h.offset1=p,l=(p-m).toFixed(2)+"%"}"ordinal"===t.colors.scaleType?h.color=t.colors.getColor(d):"standard"===t.type?(h.color=t.colors.getColor(l),h.gradientStops=t.colors.getLinearGradientStops(l)):(h.color=t.colors.getColor(h.offset1),h.gradientStops=t.colors.getLinearGradientStops(h.offset1,h.offset0));var f=u;return t.seriesName&&(f=t.seriesName+" \u2022 "+u,h.data.series=t.seriesName),h.tooltipText=t.tooltipDisabled?void 0:'\n '+f+'\n '+l.toLocaleString()+"\n ",h}),this.updateDataLabels()},t.prototype.updateDataLabels=function(){var t=this;if("stacked"===this.type){this.barsForDataLabels=[];var e={};e.series=this.seriesName;var n=this.series.map(function(t){return t.value}).reduce(function(t,e){return e>0?t+e:t},0),i=this.series.map(function(t){return t.value}).reduce(function(t,e){return e<0?t+e:t},0);e.total=n+i,e.x=0,e.y=0,e.width=this.xScale(e.total>0?n:i),e.height=this.yScale.bandwidth(),this.barsForDataLabels.push(e)}else this.barsForDataLabels=this.series.map(function(e){var n={};return n.series=t.seriesName?t.seriesName:e.name,n.total=e.value,n.x=t.xScale(0),n.y=t.yScale(e.name),n.width=t.xScale(n.total)-t.xScale(0),n.height=t.yScale.bandwidth(),n})},t.prototype.updateTooltipSettings=function(){this.tooltipPlacement=this.tooltipDisabled?void 0:"top",this.tooltipType=this.tooltipDisabled?void 0:"tooltip"},t.prototype.isActive=function(t){return!!this.activeEntries&&void 0!==this.activeEntries.find(function(e){return t.name===e.name&&t.series===e.series})},t.prototype.trackBy=function(t,e){return e.label},t.prototype.trackDataLabelBy=function(t,e){return t+"#"+e.series+"#"+e.total},t.prototype.click=function(t){this.select.emit(t)},s([Object(i.Input)(),c("design:type",Object)],t.prototype,"dims",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"type",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"series",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"xScale",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"yScale",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"colors",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"tooltipDisabled",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"gradient",void 0),s([Object(i.Input)(),c("design:type",Array)],t.prototype,"activeEntries",void 0),s([Object(i.Input)(),c("design:type",String)],t.prototype,"seriesName",void 0),s([Object(i.Input)(),c("design:type",i.TemplateRef)],t.prototype,"tooltipTemplate",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"roundEdges",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"animations",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"showDataLabel",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"dataLabelFormatting",void 0),s([Object(i.Output)(),c("design:type",Object)],t.prototype,"select",void 0),s([Object(i.Output)(),c("design:type",Object)],t.prototype,"activate",void 0),s([Object(i.Output)(),c("design:type",Object)],t.prototype,"deactivate",void 0),s([Object(i.Output)(),c("design:type",Object)],t.prototype,"dataLabelWidthChanged",void 0),s([Object(i.Component)({selector:"g[ngx-charts-series-horizontal]",template:'\n \n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush,animations:[Object(a.trigger)("animationState",[Object(a.transition)(":leave",[Object(a.style)({opacity:1}),Object(a.animate)(500,Object(a.style)({opacity:0}))])])]})],t)}()},"./src/bar-chart/series-vertical.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return i}),n.d(e,"b",function(){return l});var i,a=n("@angular/core"),r=(n.n(a),n("@angular/animations")),o=(n.n(r),n("./src/common/label.helper.ts")),s=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},c=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)};!function(t){t.positive="positive",t.negative="negative"}(i||(i={}));var l=function(){function t(){this.type="standard",this.tooltipDisabled=!1,this.animations=!0,this.showDataLabel=!1,this.select=new a.EventEmitter,this.activate=new a.EventEmitter,this.deactivate=new a.EventEmitter,this.dataLabelHeightChanged=new a.EventEmitter,this.barsForDataLabels=[]}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){var t,e=this;this.updateTooltipSettings(),this.series.length&&(t=this.xScale.bandwidth());var n,a,r=Math.max(this.yScale.domain()[0],0),s=((a={})[i.positive]=0,a[i.negative]=0,a),c=i.positive;"normalized"===this.type&&(n=this.series.map(function(t){return t.value}).reduce(function(t,e){return t+e},0)),this.bars=this.series.map(function(a,l){var d=a.value,u=a.name,h=Object(o.a)(u);c=d>0?i.positive:i.negative;var p={value:d,label:u,roundEdges:e.roundEdges,data:a,width:t,formattedLabel:h,height:0,x:0,y:0};if("standard"===e.type)p.height=Math.abs(e.yScale(d)-e.yScale(r)),p.x=e.xScale(u),p.y=e.yScale(d<0?0:d);else if("stacked"===e.type){var m=(f=s[c])+d;s[c]+=d,p.height=e.yScale(f)-e.yScale(m),p.x=0,p.y=e.yScale(m),p.offset0=f,p.offset1=m}else if("normalized"===e.type){var f;m=(f=s[c])+d,s[c]+=d,n>0?(f=100*f/n,m=100*m/n):(f=0,m=0),p.height=e.yScale(f)-e.yScale(m),p.x=0,p.y=e.yScale(m),p.offset0=f,p.offset1=m,d=(m-f).toFixed(2)+"%"}"ordinal"===e.colors.scaleType?p.color=e.colors.getColor(u):"standard"===e.type?(p.color=e.colors.getColor(d),p.gradientStops=e.colors.getLinearGradientStops(d)):(p.color=e.colors.getColor(p.offset1),p.gradientStops=e.colors.getLinearGradientStops(p.offset1,p.offset0));var g=h;return e.seriesName&&(g=e.seriesName+" \u2022 "+h,p.data.series=e.seriesName),p.tooltipText=e.tooltipDisabled?void 0:'\n '+g+'\n '+d.toLocaleString()+"\n ",p}),this.updateDataLabels()},t.prototype.updateDataLabels=function(){var t=this;if("stacked"===this.type){this.barsForDataLabels=[];var e={};e.series=this.seriesName;var n=this.series.map(function(t){return t.value}).reduce(function(t,e){return e>0?t+e:t},0),i=this.series.map(function(t){return t.value}).reduce(function(t,e){return e<0?t+e:t},0);e.total=n+i,e.x=0,e.y=0,e.height=this.yScale(e.total>0?n:i),e.width=this.xScale.bandwidth(),this.barsForDataLabels.push(e)}else this.barsForDataLabels=this.series.map(function(e){var n={};return n.series=t.seriesName?t.seriesName:e.name,n.total=e.value,n.x=t.xScale(e.name),n.y=t.yScale(0),n.height=t.yScale(n.total)-t.yScale(0),n.width=t.xScale.bandwidth(),n})},t.prototype.updateTooltipSettings=function(){this.tooltipPlacement=this.tooltipDisabled?void 0:"top",this.tooltipType=this.tooltipDisabled?void 0:"tooltip"},t.prototype.isActive=function(t){return!!this.activeEntries&&void 0!==this.activeEntries.find(function(e){return t.name===e.name&&t.series===e.series})},t.prototype.onClick=function(t){this.select.emit(t)},t.prototype.trackBy=function(t,e){return e.label},t.prototype.trackDataLabelBy=function(t,e){return t+"#"+e.series+"#"+e.total},s([Object(a.Input)(),c("design:type",Object)],t.prototype,"dims",void 0),s([Object(a.Input)(),c("design:type",Object)],t.prototype,"type",void 0),s([Object(a.Input)(),c("design:type",Object)],t.prototype,"series",void 0),s([Object(a.Input)(),c("design:type",Object)],t.prototype,"xScale",void 0),s([Object(a.Input)(),c("design:type",Object)],t.prototype,"yScale",void 0),s([Object(a.Input)(),c("design:type",Object)],t.prototype,"colors",void 0),s([Object(a.Input)(),c("design:type",Boolean)],t.prototype,"gradient",void 0),s([Object(a.Input)(),c("design:type",Array)],t.prototype,"activeEntries",void 0),s([Object(a.Input)(),c("design:type",String)],t.prototype,"seriesName",void 0),s([Object(a.Input)(),c("design:type",Boolean)],t.prototype,"tooltipDisabled",void 0),s([Object(a.Input)(),c("design:type",a.TemplateRef)],t.prototype,"tooltipTemplate",void 0),s([Object(a.Input)(),c("design:type",Boolean)],t.prototype,"roundEdges",void 0),s([Object(a.Input)(),c("design:type",Boolean)],t.prototype,"animations",void 0),s([Object(a.Input)(),c("design:type",Boolean)],t.prototype,"showDataLabel",void 0),s([Object(a.Input)(),c("design:type",Object)],t.prototype,"dataLabelFormatting",void 0),s([Object(a.Output)(),c("design:type",Object)],t.prototype,"select",void 0),s([Object(a.Output)(),c("design:type",Object)],t.prototype,"activate",void 0),s([Object(a.Output)(),c("design:type",Object)],t.prototype,"deactivate",void 0),s([Object(a.Output)(),c("design:type",Object)],t.prototype,"dataLabelHeightChanged",void 0),s([Object(a.Component)({selector:"g[ngx-charts-series-vertical]",template:'\n \n \n \n \n \n ',changeDetection:a.ChangeDetectionStrategy.OnPush,animations:[Object(r.trigger)("animationState",[Object(r.transition)(":leave",[Object(r.style)({opacity:1}),Object(r.animate)(500,Object(r.style)({opacity:0}))])])]})],t)}()},"./src/bubble-chart/bubble-chart.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return f});var i,a=n("@angular/core"),r=(n.n(a),n("@angular/animations")),o=(n.n(r),n("d3-scale")),s=(n.n(o),n("./src/common/base-chart.component.ts")),c=n("./src/common/view-dimensions.helper.ts"),l=n("./src/common/color.helper.ts"),d=n("./src/bubble-chart/bubble-chart.utils.ts"),u=n("./src/utils/id.ts"),h=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),p=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},m=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.showGridLines=!0,e.legend=!1,e.legendTitle="Legend",e.xAxis=!0,e.yAxis=!0,e.roundDomains=!1,e.maxRadius=10,e.minRadius=3,e.schemeType="ordinal",e.legendPosition="right",e.tooltipDisabled=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.scaleType="linear",e.margin=[10,20,10,20],e.bubblePadding=[0,0,0,0],e.xAxisHeight=0,e.yAxisWidth=0,e.activeEntries=[],e}return h(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.dims=Object(c.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.seriesDomain=this.results.map(function(t){return t.name}),this.rDomain=this.getRDomain(),this.xDomain=this.getXDomain(),this.yDomain=this.getYDomain(),this.transform="translate("+this.dims.xOffset+","+this.margin[0]+")",this.colors=new l.a(this.scheme,this.schemeType,"ordinal"===this.schemeType?this.seriesDomain:this.rDomain,this.customColors),this.data=this.results,this.minRadius=Math.max(this.minRadius,1),this.maxRadius=Math.max(this.maxRadius,1),this.rScale=this.getRScale(this.rDomain,[this.minRadius,this.maxRadius]),this.bubblePadding=[0,0,0,0],this.setScales(),this.bubblePadding=this.getBubblePadding(),this.setScales(),this.legendOptions=this.getLegendOptions(),this.clipPathId="clip"+Object(u.a)().toString(),this.clipPath="url(#"+this.clipPathId+")"},e.prototype.hideCircles=function(){this.deactivateAll()},e.prototype.onClick=function(t,e){e&&(t.series=e.name),this.select.emit(t)},e.prototype.getBubblePadding=function(){for(var t=0,e=0,n=this.dims.height,i=this.dims.width,a=0,r=this.data;a-1||(this.activeEntries=[t].concat(this.activeEntries),this.activate.emit({value:t,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t){var e=this.activeEntries.findIndex(function(e){return e.name===t.name});this.activeEntries.splice(e,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:t,entries:this.activeEntries})},e.prototype.deactivateAll=function(){this.activeEntries=this.activeEntries.slice();for(var t=0,e=this.activeEntries;t\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ',styles:[n("./src/common/base-chart.component.scss")],changeDetection:a.ChangeDetectionStrategy.OnPush,encapsulation:a.ViewEncapsulation.None,animations:[Object(r.trigger)("animationState",[Object(r.transition)(":leave",[Object(r.style)({opacity:1}),Object(r.animate)(500,Object(r.style)({opacity:0}))])])]})],e)}(s.a)},"./src/bubble-chart/bubble-chart.module.ts":function(t,e,n){"use strict";n.d(e,"b",function(){return c});var i=n("@angular/core"),a=(n.n(i),n("./src/common/chart-common.module.ts")),r=n("./src/bubble-chart/bubble-chart.component.ts"),o=n("./src/bubble-chart/bubble-series.component.ts");n.d(e,"a",function(){return r.a}),n.d(e,"c",function(){return o.a});var s=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},c=function(){return s([Object(i.NgModule)({imports:[a.a],declarations:[r.a,o.a],exports:[r.a,o.a]})],function(){})}()},"./src/bubble-chart/bubble-chart.utils.ts":function(t,e,n){"use strict";e.c=function(t){for(var e=!0,n=!0,i=0,r=t;i=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},s=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},c=function(){function t(){this.tooltipDisabled=!1,this.select=new i.EventEmitter,this.activate=new i.EventEmitter,this.deactivate=new i.EventEmitter}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){this.circles=this.getCircles()},t.prototype.getCircles=function(){var t=this,e=this.data.name;return this.data.series.map(function(n,i){if(void 0!==n.y&&void 0!==n.x){var a=n.y,o=n.x,s=n.r,c=t.rScale(s||1),l=Object(r.a)(n.name),d=t.xScale("linear"===t.xScaleType?Number(o):o),u=t.yScale("linear"===t.yScaleType?Number(a):a),h=t.colors.getColor("linear"===t.colors.scaleType?s:e),p=!t.activeEntries.length||t.isActive({name:e});return{data:{series:e,name:n.name,value:n.y,x:n.x,radius:n.r},x:o,y:a,r:s,classNames:["circle-data-"+i],value:a,label:o,cx:d,cy:u,radius:c,tooltipLabel:l,color:h,opacity:p?1:.3,seriesName:e,isActive:p,transform:"translate("+d+","+u+")"}}}).filter(function(t){return void 0!==t})},t.prototype.getTooltipText=function(t){var e=t.tooltipLabel&&t.tooltipLabel.length,n=t.seriesName&&t.seriesName.length,i=void 0!==t.r?Object(r.a)(t.r):"",a=this.xAxisLabel&&""!==this.xAxisLabel?this.xAxisLabel+":":"",o=this.yAxisLabel&&""!==this.yAxisLabel?this.yAxisLabel+":":"",s=Object(r.a)(t.x),c=Object(r.a)(t.y);return"\n "+(n||e?''+(n&&e?t.seriesName+" \u2022 "+t.tooltipLabel:t.seriesName+t.tooltipLabel)+"":"")+'\n \n "+s+"
\n "+c+'\n
\n \n '+i+"\n \n "},t.prototype.onClick=function(t,e){this.select.emit({name:e,value:t})},t.prototype.isActive=function(t){return!!this.activeEntries&&void 0!==this.activeEntries.find(function(e){return t.name===e.name})},t.prototype.isVisible=function(t){return this.activeEntries.length>0?this.isActive({name:t.seriesName}):0!==t.opacity},t.prototype.activateCircle=function(t){t.barVisible=!0,this.activate.emit({name:this.data.name})},t.prototype.deactivateCircle=function(t){t.barVisible=!1,this.deactivate.emit({name:this.data.name})},t.prototype.trackBy=function(t,e){return e.data.series+" "+e.data.name},o([Object(i.Input)(),s("design:type",Object)],t.prototype,"data",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"xScale",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"yScale",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"rScale",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"xScaleType",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"yScaleType",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"colors",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"visibleValue",void 0),o([Object(i.Input)(),s("design:type",Array)],t.prototype,"activeEntries",void 0),o([Object(i.Input)(),s("design:type",String)],t.prototype,"xAxisLabel",void 0),o([Object(i.Input)(),s("design:type",String)],t.prototype,"yAxisLabel",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"tooltipDisabled",void 0),o([Object(i.Input)(),s("design:type",i.TemplateRef)],t.prototype,"tooltipTemplate",void 0),o([Object(i.Output)(),s("design:type",Object)],t.prototype,"select",void 0),o([Object(i.Output)(),s("design:type",Object)],t.prototype,"activate",void 0),o([Object(i.Output)(),s("design:type",Object)],t.prototype,"deactivate",void 0),o([Object(i.Component)({selector:"g[ngx-charts-bubble-series]",template:'\n \n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush,animations:[Object(a.trigger)("animationState",[Object(a.transition)(":enter",[Object(a.style)({opacity:0,transform:"scale(0)"}),Object(a.animate)(250,Object(a.style)({opacity:1,transform:"scale(1)"}))])])]})],t)}()},"./src/bubble-chart/index.ts":function(t,e,n){"use strict";var i=n("./src/bubble-chart/bubble-chart.module.ts");n.d(e,"a",function(){return i.a}),n.d(e,"b",function(){return i.b}),n.d(e,"c",function(){return i.c}),n("./src/bubble-chart/bubble-chart.component.ts"),n("./src/bubble-chart/bubble-series.component.ts")},"./src/common/area.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return c});var i=n("@angular/core"),a=(n.n(i),n("d3-selection")),r=(n.n(a),n("./src/utils/id.ts")),o=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},s=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},c=function(){function t(t){this.opacity=1,this.startOpacity=.5,this.endOpacity=1,this.gradient=!1,this.animations=!0,this.select=new i.EventEmitter,this.initialized=!1,this.hasGradient=!1,this.element=t.nativeElement}return t.prototype.ngOnChanges=function(t){this.initialized?this.update():(this.loadAnimation(),this.initialized=!0)},t.prototype.update=function(){this.gradientId="grad"+Object(r.a)().toString(),this.gradientFill="url(#"+this.gradientId+")",this.gradient||this.stops?(this.gradientStops=this.getGradient(),this.hasGradient=!0):this.hasGradient=!1,this.updatePathEl()},t.prototype.loadAnimation=function(){this.areaPath=this.startingPath,setTimeout(this.update.bind(this),100)},t.prototype.updatePathEl=function(){var t=Object(a.select)(this.element).select(".area");this.animations?t.transition().duration(750).attr("d",this.path):t.attr("d",this.path)},t.prototype.getGradient=function(){return this.stops?this.stops:[{offset:0,color:this.fill,opacity:this.startOpacity},{offset:100,color:this.fill,opacity:this.endOpacity}]},o([Object(i.Input)(),s("design:type",Object)],t.prototype,"data",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"path",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"startingPath",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"fill",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"opacity",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"startOpacity",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"endOpacity",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"activeLabel",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"gradient",void 0),o([Object(i.Input)(),s("design:type",Array)],t.prototype,"stops",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"animations",void 0),o([Object(i.Output)(),s("design:type",Object)],t.prototype,"select",void 0),o([Object(i.Component)({selector:"g[ngx-charts-area]",template:'\n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush}),s("design:paramtypes",[i.ElementRef])],t)}()},"./src/common/axes/axes.module.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return u});var i=n("@angular/core"),a=(n.n(i),n("./src/common/axes/axis-label.component.ts")),r=n("./src/common/axes/x-axis.component.ts"),o=n("./src/common/axes/x-axis-ticks.component.ts"),s=n("./src/common/axes/y-axis.component.ts"),c=n("./src/common/axes/y-axis-ticks.component.ts"),l=n("@angular/common"),d=(n.n(l),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),u=function(){return d([Object(i.NgModule)({imports:[l.CommonModule],declarations:[a.a,r.a,o.a,s.a,c.a],exports:[a.a,r.a,o.a,s.a,c.a]})],function(){})}()},"./src/common/axes/axis-label.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n("@angular/core"),a=(n.n(i),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),r=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},o=function(){function t(t){this.textHeight=25,this.margin=5,this.element=t.nativeElement}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){switch(this.strokeWidth="0.01",this.textAnchor="middle",this.transform="",this.orient){case"top":case"bottom":this.y=this.offset,this.x=this.width/2;break;case"left":this.y=-(this.offset+this.textHeight+this.margin),this.x=-this.height/2,this.transform="rotate(270)";break;case"right":this.y=this.offset+this.margin,this.x=-this.height/2,this.transform="rotate(270)"}},a([Object(i.Input)(),r("design:type",Object)],t.prototype,"orient",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"label",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"offset",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"width",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"height",void 0),a([Object(i.Component)({selector:"g[ngx-charts-axis-label]",template:'\n \n {{label}}\n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush}),r("design:paramtypes",[i.ElementRef])],t)}()},"./src/common/axes/ticks.helper.ts":function(t,e,n){"use strict";e.a=function(t,e){if(t.length>e){for(var n=[],i=Math.floor(t.length/e),a=0;a=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},s=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},c=function(){function t(){this.tickArguments=[5],this.tickStroke="#ccc",this.showGridLines=!1,this.dimensionsChanged=new i.EventEmitter,this.verticalSpacing=20,this.rotateLabels=!1,this.innerTickSize=6,this.outerTickSize=6,this.tickPadding=3,this.textAnchor="middle",this.maxTicksLength=0,this.maxAllowedLength=16,this.height=0,this.trimLabel=a.a}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.ngAfterViewInit=function(){var t=this;setTimeout(function(){return t.updateDims()})},t.prototype.updateDims=function(){var t=this,e=parseInt(this.ticksElement.nativeElement.getBoundingClientRect().height,10);e!==this.height&&(this.height=e,this.dimensionsChanged.emit({height:e}),setTimeout(function(){return t.updateDims()}))},t.prototype.update=function(){var t=this,e=this.scale;this.ticks=this.getTicks(),this.tickFormat=this.tickFormatting?this.tickFormatting:e.tickFormat?e.tickFormat.apply(e,this.tickArguments):function(t){return"Date"===t.constructor.name?t.toLocaleDateString():t.toLocaleString()};var n=this.getRotationAngle(this.ticks);this.adjustedScale=this.scale.bandwidth?function(t){return this.scale(t)+.5*this.scale.bandwidth()}:this.scale,this.textTransform="",0!==n?(this.textTransform="rotate("+n+")",this.textAnchor="end",this.verticalSpacing=10):this.textAnchor="middle",setTimeout(function(){return t.updateDims()})},t.prototype.getRotationAngle=function(t){for(var e=0,n=0;nthis.maxTicksLength&&(this.maxTicksLength=i.length)}for(var a=8*Math.min(this.maxTicksLength,this.maxAllowedLength),r=a,o=Math.floor(this.width/t.length);r>o&&e>-90;)e-=30,r=Math.cos(e*(Math.PI/180))*a;return e},t.prototype.getTicks=function(){var t,e=this.getMaxTicks(20),n=this.getMaxTicks(100);return this.tickValues?t=this.tickValues:this.scale.ticks?t=this.scale.ticks.apply(this.scale,[n]):(t=this.scale.domain(),t=Object(r.a)(t,e)),t},t.prototype.getMaxTicks=function(t){return Math.floor(this.width/t)},t.prototype.tickTransform=function(t){return"translate("+this.adjustedScale(t)+","+this.verticalSpacing+")"},t.prototype.gridLineTransform=function(){return"translate(0,"+(-this.verticalSpacing-5)+")"},o([Object(i.Input)(),s("design:type",Object)],t.prototype,"scale",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"orient",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"tickArguments",void 0),o([Object(i.Input)(),s("design:type",Array)],t.prototype,"tickValues",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"tickStroke",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"tickFormatting",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"showGridLines",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"gridLineHeight",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"width",void 0),o([Object(i.Output)(),s("design:type",Object)],t.prototype,"dimensionsChanged",void 0),o([Object(i.ViewChild)("ticksel"),s("design:type",i.ElementRef)],t.prototype,"ticksElement",void 0),o([Object(i.Component)({selector:"g[ngx-charts-x-axis-ticks]",template:'\n \n \n {{tickFormat(tick)}}\n \n {{trimLabel(tickFormat(tick))}}\n \n \n \n\n \n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush}),s("design:paramtypes",[])],t)}()},"./src/common/axes/x-axis.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return s});var i=n("@angular/core"),a=(n.n(i),n("./src/common/axes/x-axis-ticks.component.ts")),r=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},o=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},s=function(){function t(){this.showGridLines=!1,this.xOrient="bottom",this.xAxisOffset=0,this.dimensionsChanged=new i.EventEmitter,this.xAxisClassName="x axis",this.labelOffset=0,this.fill="none",this.stroke="stroke",this.tickStroke="#ccc",this.strokeWidth="none",this.padding=5}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){this.transform="translate(0,"+(this.xAxisOffset+this.padding+this.dims.height)+")",void 0!==this.xAxisTickCount&&(this.tickArguments=[this.xAxisTickCount])},t.prototype.emitTicksHeight=function(t){var e=this,n=t.height,i=n+25+5;i!==this.labelOffset&&(this.labelOffset=i,setTimeout(function(){e.dimensionsChanged.emit({height:n})},0))},r([Object(i.Input)(),o("design:type",Object)],t.prototype,"xScale",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"dims",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"tickFormatting",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"showGridLines",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"showLabel",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"labelText",void 0),r([Object(i.Input)(),o("design:type",Array)],t.prototype,"ticks",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"xAxisTickInterval",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"xAxisTickCount",void 0),r([Object(i.Input)(),o("design:type",String)],t.prototype,"xOrient",void 0),r([Object(i.Input)(),o("design:type",Number)],t.prototype,"xAxisOffset",void 0),r([Object(i.Output)(),o("design:type",Object)],t.prototype,"dimensionsChanged",void 0),r([Object(i.ViewChild)(a.a),o("design:type",a.a)],t.prototype,"ticksComponent",void 0),r([Object(i.Component)({selector:"g[ngx-charts-x-axis]",template:'\n \n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/common/axes/y-axis-ticks.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return l});var i=n("@angular/core"),a=(n.n(i),n("./src/common/trim-label.helper.ts")),r=n("./src/common/axes/ticks.helper.ts"),o=n("./src/common/shape.helper.ts"),s=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},c=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},l=function(){function t(){this.tickArguments=[5],this.tickStroke="#ccc",this.showGridLines=!1,this.showRefLabels=!1,this.showRefLines=!1,this.dimensionsChanged=new i.EventEmitter,this.innerTickSize=6,this.tickPadding=3,this.verticalSpacing=20,this.textAnchor="middle",this.width=0,this.outerTickSize=6,this.rotateLabels=!1,this.referenceLineLength=0,this.trimLabel=a.a}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.ngAfterViewInit=function(){var t=this;setTimeout(function(){return t.updateDims()})},t.prototype.updateDims=function(){var t=this,e=parseInt(this.ticksElement.nativeElement.getBoundingClientRect().width,10);e!==this.width&&(this.width=e,this.dimensionsChanged.emit({width:e}),setTimeout(function(){return t.updateDims()}))},t.prototype.update=function(){var t,e=this,n="top"===this.orient||"right"===this.orient?-1:1;switch(this.tickSpacing=Math.max(this.innerTickSize,0)+this.tickPadding,t=this.scale,this.ticks=this.getTicks(),this.tickFormat=this.tickFormatting?this.tickFormatting:t.tickFormat?t.tickFormat.apply(t,this.tickArguments):function(t){return"Date"===t.constructor.name?t.toLocaleDateString():t.toLocaleString()},this.adjustedScale=t.bandwidth?function(e){return t(e)+.5*t.bandwidth()}:t,this.showRefLines&&this.referenceLines&&this.setReferencelines(),this.orient){case"top":case"bottom":this.transform=function(t){return"translate("+this.adjustedScale(t)+",0)"},this.textAnchor="middle",this.y2=this.innerTickSize*n,this.y1=this.tickSpacing*n,this.dy=n<0?"0em":".71em";break;case"left":this.transform=function(t){return"translate(0,"+this.adjustedScale(t)+")"},this.textAnchor="end",this.x2=this.innerTickSize*-n,this.x1=this.tickSpacing*-n,this.dy=".32em";break;case"right":this.transform=function(t){return"translate(0,"+this.adjustedScale(t)+")"},this.textAnchor="start",this.x2=this.innerTickSize*-n,this.x1=this.tickSpacing*-n,this.dy=".32em"}setTimeout(function(){return e.updateDims()})},t.prototype.setReferencelines=function(){this.refMin=this.adjustedScale(Math.min.apply(null,this.referenceLines.map(function(t){return t.value}))),this.refMax=this.adjustedScale(Math.max.apply(null,this.referenceLines.map(function(t){return t.value}))),this.referenceLineLength=this.referenceLines.length,this.referenceAreaPath=Object(o.a)(0,this.refMax,this.gridLineWidth,this.refMin-this.refMax,0,[!1,!1,!1,!1])},t.prototype.getTicks=function(){var t,e=this.getMaxTicks(20),n=this.getMaxTicks(50);return this.tickValues?t=this.tickValues:this.scale.ticks?t=this.scale.ticks.apply(this.scale,[n]):(t=this.scale.domain(),t=Object(r.a)(t,e)),t},t.prototype.getMaxTicks=function(t){return Math.floor(this.height/t)},t.prototype.tickTransform=function(t){return"translate("+this.adjustedScale(t)+","+this.verticalSpacing+")"},t.prototype.gridLineTransform=function(){return"translate(5,0)"},s([Object(i.Input)(),c("design:type",Object)],t.prototype,"scale",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"orient",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"tickArguments",void 0),s([Object(i.Input)(),c("design:type",Array)],t.prototype,"tickValues",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"tickStroke",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"tickFormatting",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"showGridLines",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"gridLineWidth",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"height",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"referenceLines",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"showRefLabels",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"showRefLines",void 0),s([Object(i.Output)(),c("design:type",Object)],t.prototype,"dimensionsChanged",void 0),s([Object(i.ViewChild)("ticksel"),c("design:type",i.ElementRef)],t.prototype,"ticksElement",void 0),s([Object(i.Component)({selector:"g[ngx-charts-y-axis-ticks]",template:'\n \n \n {{tickFormat(tick)}}\n \n {{trimLabel(tickFormat(tick))}}\n \n \n \n\n \n \n \n \n \n \n \n\n \n \n \n \n {{trimLabel(tickFormat(refLine.value))}}\n \n {{refLine.name}}\n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush}),c("design:paramtypes",[])],t)}()},"./src/common/axes/y-axis.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return s});var i=n("@angular/core"),a=(n.n(i),n("./src/common/axes/y-axis-ticks.component.ts")),r=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},o=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},s=function(){function t(){this.showGridLines=!1,this.yOrient="left",this.yAxisOffset=0,this.dimensionsChanged=new i.EventEmitter,this.yAxisClassName="y axis",this.labelOffset=15,this.fill="none",this.stroke="#CCC",this.tickStroke="#CCC",this.strokeWidth=1,this.padding=5}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){this.offset=-(this.yAxisOffset+this.padding),"right"===this.yOrient?(this.labelOffset=65,this.transform="translate("+(this.offset+this.dims.width)+" , 0)"):(this.offset=this.offset,this.transform="translate("+this.offset+" , 0)"),void 0!==this.yAxisTickCount&&(this.tickArguments=[this.yAxisTickCount])},t.prototype.emitTicksWidth=function(t){var e=this,n=t.width;n!==this.labelOffset&&"right"===this.yOrient?(this.labelOffset=n+this.labelOffset,setTimeout(function(){e.dimensionsChanged.emit({width:n})},0)):n!==this.labelOffset&&(this.labelOffset=n,setTimeout(function(){e.dimensionsChanged.emit({width:n})},0))},r([Object(i.Input)(),o("design:type",Object)],t.prototype,"yScale",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"dims",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"tickFormatting",void 0),r([Object(i.Input)(),o("design:type",Array)],t.prototype,"ticks",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"showGridLines",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"showLabel",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"labelText",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"yAxisTickInterval",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"yAxisTickCount",void 0),r([Object(i.Input)(),o("design:type",String)],t.prototype,"yOrient",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"referenceLines",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"showRefLines",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"showRefLabels",void 0),r([Object(i.Input)(),o("design:type",Number)],t.prototype,"yAxisOffset",void 0),r([Object(i.Output)(),o("design:type",Object)],t.prototype,"dimensionsChanged",void 0),r([Object(i.ViewChild)(a.a),o("design:type",a.a)],t.prototype,"ticksComponent",void 0),r([Object(i.Component)({selector:"g[ngx-charts-y-axis]",template:'\n \n \n\n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/common/base-chart.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/common/base-chart.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/common/base-chart.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return l});var i=n("@angular/core"),a=(n.n(i),n("./node_modules/rxjs/observable/fromEvent.js")),r=(n.n(a),n("./node_modules/rxjs/operators/debounceTime.js")),o=(n.n(r),n("./src/utils/index.ts")),s=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},c=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},l=function(){function t(t,e,n){this.chartElement=t,this.zone=e,this.cd=n,this.scheme="cool",this.schemeType="ordinal",this.animations=!0,this.select=new i.EventEmitter}return t.prototype.ngAfterViewInit=function(){this.bindWindowResizeEvent(),this.visibilityObserver=new o.a(this.chartElement,this.zone),this.visibilityObserver.visible.subscribe(this.update.bind(this))},t.prototype.ngOnDestroy=function(){this.unbindEvents(),this.visibilityObserver&&(this.visibilityObserver.visible.unsubscribe(),this.visibilityObserver.destroy())},t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){if(this.results=this.results?this.cloneData(this.results):[],this.view)this.width=this.view[0],this.height=this.view[1];else{var t=this.getContainerDims();t&&(this.width=t.width,this.height=t.height)}this.width||(this.width=600),this.height||(this.height=400),this.width=~~this.width,this.height=~~this.height,this.cd&&this.cd.markForCheck()},t.prototype.getContainerDims=function(){var t,e,n=this.chartElement.nativeElement;if(null!==n.parentNode){var i=n.parentNode.getBoundingClientRect();t=i.width,e=i.height}return t&&e?{width:t,height:e}:null},t.prototype.formatDates=function(){for(var t=0;t"}),c("design:paramtypes",[i.ElementRef,i.NgZone,i.ChangeDetectorRef])],t)}()},"./src/common/chart-common.module.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return M});var i=n("@angular/core"),a=(n.n(i),n("@angular/common")),r=(n.n(a),n("./src/common/charts/chart.component.ts")),o=n("./src/common/legend/index.ts"),s=n("./src/common/base-chart.component.ts"),c=n("./src/common/axes/axes.module.ts"),l=n("./src/common/tooltip/index.ts"),d=n("./src/common/circle-series.component.ts"),u=n("./src/common/circle.component.ts"),h=n("./src/common/grid-panel.component.ts"),p=n("./src/common/grid-panel-series.component.ts"),m=n("./src/common/svg-linear-gradient.component.ts"),f=n("./src/common/svg-radial-gradient.component.ts"),g=n("./src/common/timeline/index.ts"),y=n("./src/common/area.component.ts"),_=n("./src/common/tooltip-area.component.ts"),v=n("./src/common/count/index.ts"),b=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},x=[y.a,s.a,v.a,_.a,r.a,o.b,o.c,o.d,u.a,d.a,h.a,p.a,m.a,f.a,g.a,o.a],M=function(){return b([Object(i.NgModule)({providers:[a.Location,{provide:a.LocationStrategy,useClass:a.PathLocationStrategy}],imports:[a.CommonModule,c.a,l.f],declarations:x.slice(),exports:[a.CommonModule,c.a,l.f].concat(x)})],function(){})}()},"./src/common/charts/chart.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return c});var i=n("@angular/core"),a=(n.n(i),n("@angular/animations")),r=(n.n(a),n("./src/common/tooltip/index.ts")),o=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},s=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},c=function(){function t(t,e){this.vcr=t,this.tooltipService=e,this.showLegend=!1,this.animations=!0,this.legendLabelClick=new i.EventEmitter,this.legendLabelActivate=new i.EventEmitter,this.legendLabelDeactivate=new i.EventEmitter,this.tooltipService.injectionService.setRootViewContainer(this.vcr)}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){var t=0;this.showLegend&&(this.legendType=this.getLegendType(),t="scaleLegend"===this.legendType?1:2),this.chartWidth=~~(this.view[0]*(12-t)/12),this.legendWidth=~~(this.view[0]*t/12)},t.prototype.getLegendType=function(){return"linear"===this.legendOptions.scaleType?"scaleLegend":"legend"},o([Object(i.Input)(),s("design:type",Object)],t.prototype,"view",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"showLegend",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"legendOptions",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"data",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"legendData",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"legendType",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"colors",void 0),o([Object(i.Input)(),s("design:type",Array)],t.prototype,"activeEntries",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"animations",void 0),o([Object(i.Output)(),s("design:type",i.EventEmitter)],t.prototype,"legendLabelClick",void 0),o([Object(i.Output)(),s("design:type",i.EventEmitter)],t.prototype,"legendLabelActivate",void 0),o([Object(i.Output)(),s("design:type",i.EventEmitter)],t.prototype,"legendLabelDeactivate",void 0),o([Object(i.Component)({providers:[r.g],selector:"ngx-charts-chart",template:'\n \n \n \n \n \n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush,animations:[Object(a.trigger)("animationState",[Object(a.transition)(":enter",[Object(a.style)({opacity:0}),Object(a.animate)("500ms 100ms",Object(a.style)({opacity:1}))])])]}),s("design:paramtypes",[i.ViewContainerRef,r.g])],t)}()},"./src/common/charts/index.ts":function(t,e,n){"use strict";var i=n("./src/common/charts/chart.component.ts");n.d(e,"a",function(){return i.a})},"./src/common/circle-series.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return d});var i=n("@angular/core"),a=(n.n(i),n("@angular/animations")),r=(n.n(a),n("./src/common/label.helper.ts")),o=n("./src/utils/id.ts"),s=n("./src/common/index.ts"),c=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},l=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},d=function(){function t(){this.type="standard",this.tooltipDisabled=!1,this.select=new i.EventEmitter,this.activate=new i.EventEmitter,this.deactivate=new i.EventEmitter,this.barVisible=!1}return t.prototype.ngOnInit=function(){this.gradientId="grad"+Object(o.a)().toString(),this.gradientFill="url(#"+this.gradientId+")"},t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){this.circle=this.getActiveCircle()},t.prototype.getActiveCircle=function(){var t=this,e=this.data.series.findIndex(function(e){var n=e.name;return n&&t.visibleValue&&n.toString()===t.visibleValue.toString()&&void 0!==e.value});if(-1!==e)return this.mapDataPointToCircle(this.data.series[e],e)},t.prototype.mapDataPointToCircle=function(t,e){var n,i=this.data.name,a=t.value,o=t.name,s=Object(r.a)(o);n=this.xScale("time"===this.scaleType?o:"linear"===this.scaleType?Number(o):o);var c,l=this.yScale("standard"===this.type?a:t.d1);return{classNames:["circle-data-"+e],value:a,label:o,data:{series:i,value:a,name:o},cx:n,cy:l,radius:5,height:this.yScale.range()[0]-l,tooltipLabel:s,color:c=this.colors.getColor("linear"===this.colors.scaleType?"standard"===this.type?a:t.d1:i),opacity:1,seriesName:i,gradientStops:this.getGradientStops(c),min:t.min,max:t.max}},t.prototype.getTooltipText=function(t){var e=t.min,n=t.max;return'\n '+t.seriesName+" \u2022 "+t.tooltipLabel+'\n '+t.value.toLocaleString()+this.getTooltipMinMaxText(e,n)+"\n "},t.prototype.getTooltipMinMaxText=function(t,e){if(void 0!==t||void 0!==e){var n=" (";return void 0!==t?(void 0===e&&(n+="\u2265"),n+=t.toLocaleString(),void 0!==e&&(n+=" - ")):void 0!==e&&(n+="\u2264"),void 0!==e&&(n+=e.toLocaleString()),n+")"}return""},t.prototype.getGradientStops=function(t){return[{offset:0,color:t,opacity:.2},{offset:100,color:t,opacity:1}]},t.prototype.onClick=function(t,e){this.select.emit({name:e,value:t})},t.prototype.isActive=function(t){return!!this.activeEntries&&void 0!==this.activeEntries.find(function(e){return t.name===e.name})},t.prototype.activateCircle=function(){this.barVisible=!0,this.activate.emit({name:this.data.name})},t.prototype.deactivateCircle=function(){this.barVisible=!1,this.circle.opacity=0,this.deactivate.emit({name:this.data.name})},c([Object(i.Input)(),l("design:type",Object)],t.prototype,"data",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"type",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"xScale",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"yScale",void 0),c([Object(i.Input)(),l("design:type",s.i)],t.prototype,"colors",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"scaleType",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"visibleValue",void 0),c([Object(i.Input)(),l("design:type",Array)],t.prototype,"activeEntries",void 0),c([Object(i.Input)(),l("design:type",Boolean)],t.prototype,"tooltipDisabled",void 0),c([Object(i.Input)(),l("design:type",i.TemplateRef)],t.prototype,"tooltipTemplate",void 0),c([Object(i.Output)(),l("design:type",Object)],t.prototype,"select",void 0),c([Object(i.Output)(),l("design:type",Object)],t.prototype,"activate",void 0),c([Object(i.Output)(),l("design:type",Object)],t.prototype,"deactivate",void 0),c([Object(i.Component)({selector:"g[ngx-charts-circle-series]",template:'\n \n \n \n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush,animations:[Object(a.trigger)("animationState",[Object(a.transition)(":enter",[Object(a.style)({opacity:0}),Object(a.animate)(250,Object(a.style)({opacity:1}))])])]})],t)}()},"./src/common/circle.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n("@angular/core"),a=(n.n(i),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),r=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},o=function(){function t(){this.select=new i.EventEmitter,this.activate=new i.EventEmitter,this.deactivate=new i.EventEmitter}return t.prototype.onClick=function(){this.select.emit(this.data)},t.prototype.onMouseEnter=function(){this.activate.emit(this.data)},t.prototype.onMouseLeave=function(){this.deactivate.emit(this.data)},t.prototype.ngOnChanges=function(t){this.classNames=Array.isArray(this.classNames)?this.classNames.join(" "):"",this.classNames+="circle"},a([Object(i.Input)(),r("design:type",Object)],t.prototype,"cx",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"cy",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"r",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"fill",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"stroke",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"data",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"classNames",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"circleOpacity",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"pointerEvents",void 0),a([Object(i.Output)(),r("design:type",Object)],t.prototype,"select",void 0),a([Object(i.Output)(),r("design:type",Object)],t.prototype,"activate",void 0),a([Object(i.Output)(),r("design:type",Object)],t.prototype,"deactivate",void 0),a([Object(i.HostListener)("click"),r("design:type",Function),r("design:paramtypes",[]),r("design:returntype",void 0)],t.prototype,"onClick",null),a([Object(i.HostListener)("mouseenter"),r("design:type",Function),r("design:paramtypes",[]),r("design:returntype",void 0)],t.prototype,"onMouseEnter",null),a([Object(i.HostListener)("mouseleave"),r("design:type",Function),r("design:paramtypes",[]),r("design:returntype",void 0)],t.prototype,"onMouseLeave",null),a([Object(i.Component)({selector:"g[ngx-charts-circle]",template:'\n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/common/color.helper.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n("d3-array"),a=(n.n(i),n("d3-scale")),r=(n.n(a),n("./src/utils/color-sets.ts")),o=function(){function t(t,e,n,i){"string"==typeof t&&(t=r.a.find(function(e){return e.name===t})),this.colorDomain=t.domain,this.scaleType=e,this.domain=n,this.customColors=i,this.scale=this.generateColorScheme(t,e,this.domain)}return t.prototype.generateColorScheme=function(t,e,n){var o;if("string"==typeof t&&(t=r.a.find(function(e){return e.name===t})),"quantile"===e)o=Object(a.scaleQuantile)().range(t.domain).domain(n);else if("ordinal"===e)o=Object(a.scaleOrdinal)().range(t.domain).domain(n);else if("linear"===e){var s=t.domain.slice();1===s.length&&(s.push(s[0]),this.colorDomain=s);var c=Object(i.range)(0,1,1/s.length);o=Object(a.scaleLinear)().domain(c).range(s)}return o},t.prototype.getColor=function(t){if("linear"===this.scaleType){var e=Object(a.scaleLinear)().domain(this.domain).range([0,1]);return this.scale(e(t))}if("function"==typeof this.customColors)return this.customColors(t);var n=t.toString(),i=void 0;return this.customColors&&this.customColors.length>0&&(i=this.customColors.find(function(t){return t.name.toLowerCase()===n.toLowerCase()})),i?i.value:this.scale(t)},t.prototype.getLinearGradientStops=function(t,e){void 0===e&&(e=this.domain[0]);var n=Object(a.scaleLinear)().domain(this.domain).range([0,1]),i=Object(a.scaleBand)().domain(this.colorDomain).range([0,1]),r=this.getColor(t),o=n(e),s=this.getColor(e),c=n(t),l=1,d=o,u=[];for(u.push({color:s,offset:o,originalOffset:o,opacity:1});d=(c-i.bandwidth()).toFixed(4))break;u.push({color:h,offset:p,opacity:1}),d=p,l++}}if(u[u.length-1].offset<100&&u.push({color:r,offset:c,opacity:1}),c===o)u[0].offset=0,u[1].offset=100;else if(100!==u[u.length-1].offset)for(var m=0,f=u;m=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},o=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},s=function(){function t(t,e){this.cd=t,this.countDuration=1,this.countPrefix="",this.countSuffix="",this.countChange=new i.EventEmitter,this.countFinish=new i.EventEmitter,this.value="",this._countDecimals=0,this._countTo=0,this._countFrom=0,this.nativeElement=e.nativeElement}return Object.defineProperty(t.prototype,"countDecimals",{get:function(){return this._countDecimals?this._countDecimals:Object(a.b)(this.countTo)},set:function(t){this._countDecimals=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"countTo",{get:function(){return this._countTo},set:function(t){this._countTo=parseFloat(t),this.start()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"countFrom",{get:function(){return this._countFrom},set:function(t){this._countFrom=parseFloat(t),this.start()},enumerable:!0,configurable:!0}),t.prototype.ngOnDestroy=function(){cancelAnimationFrame(this.animationReq)},t.prototype.start=function(){var t=this;cancelAnimationFrame(this.animationReq);var e=this.valueFormatting||function(e){return""+t.countPrefix+e.value.toLocaleString()+t.countSuffix};this.animationReq=Object(a.a)(this.countFrom,this.countTo,this.countDecimals,this.countDuration,function(n){var i=n.value,a=n.progress,r=n.finished;t.value=e({value:i}),t.cd.markForCheck(),r||t.countChange.emit({value:i,progress:a}),r&&t.countFinish.emit({value:i,progress:a})})},r([Object(i.Input)(),o("design:type",Number)],t.prototype,"countDuration",void 0),r([Object(i.Input)(),o("design:type",String)],t.prototype,"countPrefix",void 0),r([Object(i.Input)(),o("design:type",String)],t.prototype,"countSuffix",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"valueFormatting",void 0),r([Object(i.Input)(),o("design:type",Number),o("design:paramtypes",[Number])],t.prototype,"countDecimals",null),r([Object(i.Input)(),o("design:type",Object),o("design:paramtypes",[Object])],t.prototype,"countTo",null),r([Object(i.Input)(),o("design:type",Object),o("design:paramtypes",[Object])],t.prototype,"countFrom",null),r([Object(i.Output)(),o("design:type",Object)],t.prototype,"countChange",void 0),r([Object(i.Output)(),o("design:type",Object)],t.prototype,"countFinish",void 0),r([Object(i.Component)({selector:"[ngx-charts-count-up]",template:"{{value}}"}),o("design:paramtypes",[i.ChangeDetectorRef,i.ElementRef])],t)}()},"./src/common/count/count.helper.ts":function(t,e,n){"use strict";function i(t,e,n,i){return n*(1-Math.pow(2,-10*t/i))*1024/1023+e}e.a=function(t,e,n,a,r){var o,s=Number(t),c=Number(e),l=s>c,d=Math.max(0,n),u=Math.pow(10,d),h=1e3*Number(a);return requestAnimationFrame(function(t){return o=t,function t(e){var n,a=e-o;n=l?s-i(a,0,s-c,h):i(a,s,c-s,h),n=l?nc?c:n,n=Math.round(n*u)/u;var d=a0?g[f].data.value/y:0,g[f].data.total=y;return g};var i=n("d3-scale");function a(t,e,n){var i=1,a=e,r=t.width;if(r>n)for(;r/a=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),r=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},o=function(){function t(){}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){this.gridPanels=this.getGridPanels()},t.prototype.getGridPanels=function(){var t=this;return this.data.map(function(e,n){var i,a,r,o,s,c="odd";if("vertical"===t.orient){var l=t.xScale(e.name);Number.parseInt((l/t.xScale.step()).toString())%2==1&&(c="even"),i=t.xScale.bandwidth()*t.xScale.paddingInner(),a=t.xScale.bandwidth()+i,r=t.dims.height,o=t.xScale(e.name)-i/2,s=0}else"horizontal"===t.orient&&(l=t.yScale(e.name),Number.parseInt((l/t.yScale.step()).toString())%2==1&&(c="even"),i=t.yScale.bandwidth()*t.yScale.paddingInner(),a=t.dims.width,r=t.yScale.bandwidth()+i,o=0,s=t.yScale(e.name)-i/2);return{name:e.name,class:c,height:r,width:a,x:o,y:s}})},a([Object(i.Input)(),r("design:type",Object)],t.prototype,"data",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"dims",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"xScale",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"yScale",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"orient",void 0),a([Object(i.Component)({selector:"g[ngx-charts-grid-panel-series]",template:'\n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/common/grid-panel.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n("@angular/core"),a=(n.n(i),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),r=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},o=function(){function t(){}return a([Object(i.Input)(),r("design:type",Object)],t.prototype,"path",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"width",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"height",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"x",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"y",void 0),a([Object(i.Component)({selector:"g[ngx-charts-grid-panel]",template:'\n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/common/index.ts":function(t,e,n){"use strict";var i=n("./src/common/chart-common.module.ts");n.d(e,"e",function(){return i.a});var a=n("./src/common/legend/index.ts");n.d(e,"a",function(){return a.a}),n.d(e,"m",function(){return a.b}),n.d(e,"n",function(){return a.c}),n.d(e,"o",function(){return a.d});var r=n("./src/common/tooltip/index.ts");n.d(e,"b",function(){return r.a}),n.d(e,"p",function(){return r.b}),n.d(e,"q",function(){return r.c}),n.d(e,"v",function(){return r.d}),n.d(e,"w",function(){return r.e}),n.d(e,"x",function(){return r.f}),n.d(e,"y",function(){return r.g});var o=n("./src/common/count/index.ts");n.d(e,"j",function(){return o.a}),n.d(e,"A",function(){return o.b}),n.d(e,"B",function(){return o.c});var s=n("./src/common/timeline/index.ts");n.d(e,"t",function(){return s.a});var c=n("./src/common/color.helper.ts");n.d(e,"i",function(){return c.a});var l=n("./src/common/charts/index.ts");n.d(e,"f",function(){return l.a});var d=n("./src/common/area.component.ts");n.d(e,"c",function(){return d.a});var u=n("./src/common/base-chart.component.ts");n.d(e,"d",function(){return u.a});var h=n("./src/common/circle.component.ts");n.d(e,"g",function(){return h.a});var p=n("./src/common/circle-series.component.ts");n.d(e,"h",function(){return p.a});var m=n("./src/common/grid-layout.helper.ts");n.d(e,"D",function(){return m.a}),n.d(e,"E",function(){return m.b});var f=n("./src/common/grid-panel.component.ts");n.d(e,"k",function(){return f.a});var g=n("./src/common/grid-panel-series.component.ts");n.d(e,"l",function(){return g.a});var y=n("./src/common/svg-linear-gradient.component.ts");n.d(e,"r",function(){return y.a});var _=n("./src/common/svg-radial-gradient.component.ts");n.d(e,"s",function(){return _.a});var v=n("./src/common/tooltip-area.component.ts");n.d(e,"u",function(){return v.a});var b=n("./src/common/tick-format.helper.ts");n.d(e,"F",function(){return b.a});var x=n("./src/common/trim-label.helper.ts");n.d(e,"G",function(){return x.a});var M=n("./src/common/view-dimensions.helper.ts");n.d(e,"z",function(){return M.a});var w=n("./src/common/label.helper.ts");n.d(e,"C",function(){return w.a})},"./src/common/label.helper.ts":function(t,e,n){"use strict";e.a=function(t){return t instanceof Date?t.toLocaleDateString():t.toLocaleString()}},"./src/common/legend/advanced-legend.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/common/legend/advanced-legend.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/common/legend/advanced-legend.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return c});var i=n("@angular/core"),a=(n.n(i),n("./src/common/trim-label.helper.ts")),r=n("./src/common/label.helper.ts"),o=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},s=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},c=function(){function t(){this.label="Total",this.animations=!0,this.select=new i.EventEmitter,this.activate=new i.EventEmitter,this.deactivate=new i.EventEmitter,this.legendItems=[],this.valueFormatting=function(t){return t},this.labelFormatting=function(t){return t},this.percentageFormatting=function(t){return t}}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.getTotal=function(){return this.data.map(function(t){return t.value}).reduce(function(t,e){return t+e},0)},t.prototype.update=function(){this.total=this.getTotal(),this.roundedTotal=this.total,this.legendItems=this.getLegendItems()},t.prototype.getLegendItems=function(){var t=this;return this.data.map(function(e,n){var i=Object(r.a)(e.name),o=e.value,s=t.colors.getColor(i),c=t.total>0?o/t.total*100:0;return{value:t.valueFormatting(o),color:s,label:Object(a.a)(t.labelFormatting(i),20),originalLabel:e.name,percentage:t.percentageFormatting(c)}})},t.prototype.trackBy=function(t){return t.formattedLabel},o([Object(i.Input)(),s("design:type",Number)],t.prototype,"width",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"data",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"colors",void 0),o([Object(i.Input)(),s("design:type",String)],t.prototype,"label",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"animations",void 0),o([Object(i.Output)(),s("design:type",i.EventEmitter)],t.prototype,"select",void 0),o([Object(i.Output)(),s("design:type",i.EventEmitter)],t.prototype,"activate",void 0),o([Object(i.Output)(),s("design:type",i.EventEmitter)],t.prototype,"deactivate",void 0),o([Object(i.Input)(),s("design:type",Function)],t.prototype,"valueFormatting",void 0),o([Object(i.Input)(),s("design:type",Function)],t.prototype,"labelFormatting",void 0),o([Object(i.Input)(),s("design:type",Function)],t.prototype,"percentageFormatting",void 0),o([Object(i.Component)({selector:"ngx-charts-advanced-legend",template:'\n
\n \n
\n
\n {{roundedTotal}}\n
\n
\n {{label}}\n
\n
\n
\n \n \n
\n
\n
\n
\n {{legendItem.value}}\n
\n
{{legendItem.label}}
\n
\n
\n
\n {{legendItem.percentage.toLocaleString()}}%\n
\n
\n \n \n \n ',styles:[n("./src/common/legend/advanced-legend.component.scss")],encapsulation:i.ViewEncapsulation.None,changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/common/legend/index.ts":function(t,e,n){"use strict";var i=n("./src/common/legend/legend.component.ts");n.d(e,"b",function(){return i.a});var a=n("./src/common/legend/scale-legend.component.ts");n.d(e,"d",function(){return a.a});var r=n("./src/common/legend/legend-entry.component.ts");n.d(e,"c",function(){return r.a});var o=n("./src/common/legend/advanced-legend.component.ts");n.d(e,"a",function(){return o.a})},"./src/common/legend/legend-entry.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n("@angular/core"),a=(n.n(i),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),r=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},o=function(){function t(){this.isActive=!1,this.select=new i.EventEmitter,this.activate=new i.EventEmitter,this.deactivate=new i.EventEmitter,this.toggle=new i.EventEmitter}return Object.defineProperty(t.prototype,"trimmedLabel",{get:function(){return this.formattedLabel||"(empty)"},enumerable:!0,configurable:!0}),t.prototype.onMouseEnter=function(){this.activate.emit({name:this.label})},t.prototype.onMouseLeave=function(){this.deactivate.emit({name:this.label})},a([Object(i.Input)(),r("design:type",String)],t.prototype,"color",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"label",void 0),a([Object(i.Input)(),r("design:type",String)],t.prototype,"formattedLabel",void 0),a([Object(i.Input)(),r("design:type",Boolean)],t.prototype,"isActive",void 0),a([Object(i.Output)(),r("design:type",i.EventEmitter)],t.prototype,"select",void 0),a([Object(i.Output)(),r("design:type",i.EventEmitter)],t.prototype,"activate",void 0),a([Object(i.Output)(),r("design:type",i.EventEmitter)],t.prototype,"deactivate",void 0),a([Object(i.Output)(),r("design:type",i.EventEmitter)],t.prototype,"toggle",void 0),a([Object(i.HostListener)("mouseenter"),r("design:type",Function),r("design:paramtypes",[]),r("design:returntype",void 0)],t.prototype,"onMouseEnter",null),a([Object(i.HostListener)("mouseleave"),r("design:type",Function),r("design:paramtypes",[]),r("design:returntype",void 0)],t.prototype,"onMouseLeave",null),a([Object(i.Component)({selector:"ngx-charts-legend-entry",template:'\n \n \n \n \n {{trimmedLabel}}\n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/common/legend/legend.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/common/legend/legend.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/common/legend/legend.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return s});var i=n("@angular/core"),a=(n.n(i),n("./src/common/label.helper.ts")),r=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},o=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},s=function(){function t(t){this.cd=t,this.labelClick=new i.EventEmitter,this.labelActivate=new i.EventEmitter,this.labelDeactivate=new i.EventEmitter,this.legendEntries=[]}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){this.cd.markForCheck(),this.legendEntries=this.getLegendEntries()},t.prototype.getLegendEntries=function(){for(var t=[],e=function(e){var i=Object(a.a)(e);-1===t.findIndex(function(t){return t.label===i})&&t.push({label:e,formattedLabel:i,color:n.colors.getColor(e)})},n=this,i=0,r=this.data;i\n
\n {{title}}\n
\n
\n
    \n \n \n \n \n
\n
\n \n ',styles:[n("./src/common/legend/legend.component.scss")],encapsulation:i.ViewEncapsulation.None,changeDetection:i.ChangeDetectionStrategy.OnPush}),o("design:paramtypes",[i.ChangeDetectorRef])],t)}()},"./src/common/legend/scale-legend.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/common/legend/scale-legend.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/common/legend/scale-legend.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return s});var i=n("@angular/core"),a=(n.n(i),n("@angular/platform-browser")),r=(n.n(a),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),o=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},s=function(){function t(t){this.sanitizer=t}return t.prototype.ngOnChanges=function(t){var e=this.gradientString(this.colors.range(),this.colors.domain());this.gradient=this.sanitizer.bypassSecurityTrustStyle("linear-gradient(to bottom, "+e+")")},t.prototype.gradientString=function(t,e){e.push(1);var n=[];return t.reverse().forEach(function(t,i){n.push(t+" "+Math.round(100*e[i])+"%")}),n.join(", ")},r([Object(i.Input)(),o("design:type",Object)],t.prototype,"valueRange",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"colors",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"height",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"width",void 0),r([Object(i.Component)({selector:"ngx-charts-scale-legend",template:'\n \n
\n {{ valueRange[1].toLocaleString() }}\n
\n \n \n
\n {{ valueRange[0].toLocaleString() }}\n
\n \n ',styles:[n("./src/common/legend/scale-legend.component.scss")],encapsulation:i.ViewEncapsulation.None,changeDetection:i.ChangeDetectionStrategy.OnPush}),o("design:paramtypes",[a.DomSanitizer])],t)}()},"./src/common/shape.helper.ts":function(t,e,n){"use strict";e.a=function(t,e,n,i,a,r){var o=r[0],s=r[1],c=r[2],l=r[3],d="";return n=Math.floor(n),i=Math.floor(i),n=0===n?1:n,i=0===i?1:i,d="M"+[t+a,e],d+="h"+(n-2*a),d+=s?"a"+[a,a]+" 0 0 1 "+[a,a]:"h"+a+"v"+a,d+="v"+(i-2*a),d+=l?"a"+[a,a]+" 0 0 1 "+[-a,a]:"v"+a+"h"+-a,d+="h"+(2*a-n),d+=c?"a"+[a,a]+" 0 0 1 "+[-a,-a]:"h"+-a+"v"+-a,d+="v"+(2*a-i),(d+=o?"a"+[a,a]+" 0 0 1 "+[a,-a]:"v"+-a+"h"+a)+"z"}},"./src/common/svg-linear-gradient.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n("@angular/core"),a=(n.n(i),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),r=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},o=function(){function t(){this.orientation="vertical"}return t.prototype.ngOnChanges=function(t){this.x1="0%",this.x2="0%",this.y1="0%",this.y2="0%","horizontal"===this.orientation?this.x2="100%":"vertical"===this.orientation&&(this.y1="100%")},a([Object(i.Input)(),r("design:type",Object)],t.prototype,"orientation",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"name",void 0),a([Object(i.Input)(),r("design:type",Array)],t.prototype,"stops",void 0),a([Object(i.Component)({selector:"g[ngx-charts-svg-linear-gradient]",template:'\n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/common/svg-radial-gradient.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n("@angular/core"),a=(n.n(i),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),r=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},o=function(){function t(){this.endOpacity=1,this.cx=0,this.cy=0}return Object.defineProperty(t.prototype,"stops",{get:function(){return this.stopsInput||this.stopsDefault},set:function(t){this.stopsInput=t},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(t){this.r="30%",("color"in t||"startOpacity"in t||"endOpacity"in t)&&(this.stopsDefault=[{offset:0,color:this.color,opacity:this.startOpacity},{offset:100,color:this.color,opacity:this.endOpacity}])},a([Object(i.Input)(),r("design:type",String)],t.prototype,"color",void 0),a([Object(i.Input)(),r("design:type",String)],t.prototype,"name",void 0),a([Object(i.Input)(),r("design:type",Number)],t.prototype,"startOpacity",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"endOpacity",void 0),a([Object(i.Input)(),r("design:type",Number)],t.prototype,"cx",void 0),a([Object(i.Input)(),r("design:type",Number)],t.prototype,"cy",void 0),a([Object(i.Input)(),r("design:type",Array),r("design:paramtypes",[Array])],t.prototype,"stops",null),a([Object(i.Component)({selector:"g[ngx-charts-svg-radial-gradient]",template:'\n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/common/tick-format.helper.ts":function(t,e,n){"use strict";e.a=function(t,e){return function(n){return"No Value"===n||"Other"===n?n:"date"===t&&"groupBy"===e?Object(i.timeFormat)("MM/DD/YYYY")(n):n.toString()}};var i=n("d3-time-format");n.n(i)},"./src/common/timeline/index.ts":function(t,e,n){"use strict";var i=n("./src/common/timeline/timeline.component.ts");n.d(e,"a",function(){return i.a})},"./src/common/timeline/timeline.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/common/timeline/timeline.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/common/timeline/timeline.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return d});var i=n("@angular/core"),a=(n.n(i),n("d3-brush")),r=(n.n(a),n("d3-scale")),o=(n.n(r),n("d3-selection")),s=(n.n(o),n("./src/utils/index.ts")),c=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},l=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},d=function(){function t(t,e){this.cd=e,this.height=50,this.select=new i.EventEmitter,this.onDomainChange=new i.EventEmitter,this.initialized=!1,this.element=t.nativeElement}return t.prototype.ngOnChanges=function(t){this.update(),this.initialized||(this.addBrush(),this.initialized=!0)},t.prototype.update=function(){this.dims=this.getDims(),this.height=this.dims.height;var t=this.view[1]-this.height;this.xDomain=this.getXDomain(),this.xScale=this.getXScale(),this.brush&&this.updateBrush(),this.transform="translate(0 , "+t+")",this.filterId="filter"+Object(s.b)().toString(),this.filter="url(#"+this.filterId+")",this.cd.markForCheck()},t.prototype.getXDomain=function(){for(var t=[],e=0,n=this.results;e\n \n \n \n \n \n \n \n \n
\n ',styles:[n("./src/common/timeline/timeline.component.scss")],encapsulation:i.ViewEncapsulation.None,changeDetection:i.ChangeDetectionStrategy.OnPush}),l("design:paramtypes",[i.ElementRef,i.ChangeDetectorRef])],t)}()},"./src/common/tooltip-area.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return s});var i=n("@angular/core"),a=(n.n(i),n("@angular/animations")),r=(n.n(a),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),o=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},s=function(){function t(t){this.renderer=t,this.anchorOpacity=0,this.anchorPos=-1,this.anchorValues=[],this.showPercentage=!1,this.tooltipDisabled=!1,this.hover=new i.EventEmitter}return t.prototype.getValues=function(t){for(var e=[],n=0,i=this.results;nt)){i=0,a=r;break}n=r-1}}return a},t.prototype.showTooltip=function(){var t=new MouseEvent("mouseenter",{bubbles:!1});this.renderer.invokeElementMethod(this.tooltipAnchor.nativeElement,"dispatchEvent",[t])},t.prototype.hideTooltip=function(){var t=new MouseEvent("mouseleave",{bubbles:!1});this.renderer.invokeElementMethod(this.tooltipAnchor.nativeElement,"dispatchEvent",[t]),this.anchorOpacity=0,this.lastAnchorPos=-1},t.prototype.getToolTipText=function(t){var e="";return e+=void 0!==t.series?t.series:"???",e+=": ",void 0!==t.value&&(e+=t.value.toLocaleString()),void 0===t.min&&void 0===t.max||(e+=" (",void 0!==t.min?(void 0===t.max&&(e+="\u2265"),e+=t.min.toLocaleString(),void 0!==t.max&&(e+=" - ")):void 0!==t.max&&(e+="\u2264"),void 0!==t.max&&(e+=t.max.toLocaleString()),e+=")"),e},r([Object(i.Input)(),o("design:type",Object)],t.prototype,"dims",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"xSet",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"xScale",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"yScale",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"results",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"colors",void 0),r([Object(i.Input)(),o("design:type",Boolean)],t.prototype,"showPercentage",void 0),r([Object(i.Input)(),o("design:type",Boolean)],t.prototype,"tooltipDisabled",void 0),r([Object(i.Input)(),o("design:type",i.TemplateRef)],t.prototype,"tooltipTemplate",void 0),r([Object(i.Output)(),o("design:type",Object)],t.prototype,"hover",void 0),r([Object(i.ViewChild)("tooltipAnchor"),o("design:type",Object)],t.prototype,"tooltipAnchor",void 0),r([Object(i.Component)({selector:"g[ngx-charts-tooltip-area]",template:'\n \n \n \n \n \n \n \n {{getToolTipText(tooltipItem)}}\n \n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush,animations:[Object(a.trigger)("animationState",[Object(a.transition)("inactive => active",[Object(a.style)({opacity:0}),Object(a.animate)(250,Object(a.style)({opacity:.7}))]),Object(a.transition)("active => inactive",[Object(a.style)({opacity:.7}),Object(a.animate)(250,Object(a.style)({opacity:0}))])])]}),o("design:paramtypes",[i.Renderer])],t)}()},"./src/common/tooltip/alignment.type.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(t){return t[t.left="left"]="left",t[t.center="center"]="center",t[t.right="right"]="right",t}({})},"./src/common/tooltip/index.ts":function(t,e,n){"use strict";var i=n("./src/common/tooltip/tooltip.module.ts");n.d(e,"f",function(){return i.a});var a=n("./src/common/tooltip/tooltip.service.ts");n.d(e,"g",function(){return a.a});var r=n("./src/common/tooltip/tooltip.component.ts");n.d(e,"d",function(){return r.a});var o=n("./src/common/tooltip/tooltip.directive.ts");n.d(e,"e",function(){return o.a});var s=n("./src/common/tooltip/style.type.ts");n.d(e,"c",function(){return s.a});var c=n("./src/common/tooltip/alignment.type.ts");n.d(e,"a",function(){return c.a});var l=n("./src/common/tooltip/show.type.ts");n.d(e,"b",function(){return l.a})},"./src/common/tooltip/injection-registery.service.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){function t(t){this.injectionService=t,this.defaults={},this.components=new Map}return t.prototype.getByType=function(t){return void 0===t&&(t=this.type),this.components.get(t)},t.prototype.create=function(t){return this.createByType(this.type,t)},t.prototype.createByType=function(t,e){e=this.assignDefaults(e);var n=this.injectComponent(t,e);return this.register(t,n),n},t.prototype.destroy=function(t){var e=this.components.get(t.componentType);if(e){var n=e.indexOf(t);n>-1&&(e[n].destroy(),e.splice(n,1))}},t.prototype.destroyAll=function(){this.destroyByType(this.type)},t.prototype.destroyByType=function(t){var e=this.components.get(t);if(e)for(var n=0,i=e;n=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),r=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},o=function(){function t(t,e,n){this.applicationRef=t,this.componentFactoryResolver=e,this.injector=n}return t.prototype.getRootViewContainer=function(){var t=this.applicationRef.components;if(t&&t.length)return t[0];if(this._container)return this._container;throw new Error("View Container not found! ngUpgrade needs to manually set this via setRootViewContainer.")},t.prototype.setRootViewContainer=function(t){this._container=t},t.prototype.getComponentRootNode=function(t){return t.hostView?t.hostView.rootNodes[0]:t.element.nativeElement},t.prototype.getRootViewContainerNode=function(){return this.getComponentRootNode(this.getRootViewContainer())},t.prototype.projectComponentBindings=function(t,e){if(e){if(void 0!==e.inputs)for(var n=0,i=Object.getOwnPropertyNames(e.inputs);nwindow.innerHeight&&(i=window.innerHeight-e.height),i},t.calculateVerticalCaret=function(t,e,n,i){var o;"top"===i&&(o=t.height/2-n.height/2+a),"bottom"===i&&(o=e.height-t.height/2-n.height/2-a),"center"===i&&(o=e.height/2-n.height/2);var s=r(t,e,i);return s+e.height>window.innerHeight&&(o+=s+e.height-window.innerHeight),o},t.calculateHorizontalAlignment=function(t,e,n){var i=o(t,e,n);return i+e.width>window.innerWidth&&(i=window.innerWidth-e.width),i},t.calculateHorizontalCaret=function(t,e,n,i){var r;"left"===i&&(r=t.width/2-n.width/2+a),"right"===i&&(r=e.width-t.width/2-n.width/2-a),"center"===i&&(r=e.width/2-n.width/2);var s=o(t,e,i);return s+e.width>window.innerWidth&&(r+=s+e.width-window.innerWidth),r},t.shouldFlip=function(t,e,n,i,a){var s=!1;return"right"===n&&o(t,e,i)+e.width+a>window.innerWidth&&(s=!0),"left"===n&&o(t,e,i)-a<0&&(s=!0),"top"===n&&t.top-e.height-a<0&&(s=!0),"bottom"===n&&r(t,e,i)+e.height+a>window.innerHeight&&(s=!0),s},t.positionCaret=function(e,n,a,r,o){var s=0,c=0;return e===i.a.right?(c=-7,s=t.calculateVerticalCaret(a,n,r,o)):e===i.a.left?(c=n.width,s=t.calculateVerticalCaret(a,n,r,o)):e===i.a.top?(s=n.height,c=t.calculateHorizontalCaret(a,n,r,o)):e===i.a.bottom&&(s=-7,c=t.calculateHorizontalCaret(a,n,r,o)),{top:s,left:c}},t.positionContent=function(e,n,a,r,o){var s=0,c=0;return e===i.a.right?(c=a.left+a.width+r,s=t.calculateVerticalAlignment(a,n,o)):e===i.a.left?(c=a.left-n.width-r,s=t.calculateVerticalAlignment(a,n,o)):e===i.a.top?(s=a.top-n.height-r,c=t.calculateHorizontalAlignment(a,n,o)):e===i.a.bottom&&(s=a.top+a.height+r,c=t.calculateHorizontalAlignment(a,n,o)),{top:s,left:c}},t.determinePlacement=function(e,n,a,r,o){if(t.shouldFlip(a,n,e,o,r)){if(e===i.a.right)return i.a.left;if(e===i.a.left)return i.a.right;if(e===i.a.top)return i.a.bottom;if(e===i.a.bottom)return i.a.top}return e},t}()},"./src/common/tooltip/show.type.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(t){return t[t.all="all"]="all",t[t.focus="focus"]="focus",t[t.mouseover="mouseover"]="mouseover",t}({})},"./src/common/tooltip/style.type.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(t){return t[t.popover="popover"]="popover",t[t.tooltip="tooltip"]="tooltip",t}({})},"./src/common/tooltip/tooltip.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/common/tooltip/tooltip.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/common/tooltip/tooltip.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return c});var i=n("@angular/core"),a=(n.n(i),n("./src/utils/throttle.ts")),r=n("./src/common/tooltip/position/index.ts"),o=(n("./src/common/tooltip/style.type.ts"),n("./src/common/tooltip/alignment.type.ts"),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),s=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},c=function(){function t(t,e){this.element=t,this.renderer=e}return Object.defineProperty(t.prototype,"cssClasses",{get:function(){var t="ngx-charts-tooltip-content";return t+=" position-"+this.placement,(t+=" type-"+this.type)+" "+this.cssClass},enumerable:!0,configurable:!0}),t.prototype.ngAfterViewInit=function(){setTimeout(this.position.bind(this))},t.prototype.position=function(){var t=this,e=this.element.nativeElement,n=this.host.nativeElement.getBoundingClientRect();if(n.height||n.width){var i=e.getBoundingClientRect();this.checkFlip(n,i),this.positionContent(e,n,i),this.showCaret&&this.positionCaret(n,i),setTimeout(function(){return t.renderer.setElementClass(e,"animate",!0)},1)}},t.prototype.positionContent=function(t,e,n){var i=r.b.positionContent(this.placement,n,e,this.spacing,this.alignment),a=i.left;this.renderer.setElementStyle(t,"top",i.top+"px"),this.renderer.setElementStyle(t,"left",a+"px")},t.prototype.positionCaret=function(t,e){var n=this.caretElm.nativeElement,i=n.getBoundingClientRect(),a=r.b.positionCaret(this.placement,e,t,i,this.alignment),o=a.left;this.renderer.setElementStyle(n,"top",a.top+"px"),this.renderer.setElementStyle(n,"left",o+"px")},t.prototype.checkFlip=function(t,e){this.placement=r.b.determinePlacement(this.placement,e,t,this.spacing,this.alignment)},t.prototype.onWindowResize=function(){this.position()},o([Object(i.Input)(),s("design:type",Object)],t.prototype,"host",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"showCaret",void 0),o([Object(i.Input)(),s("design:type",Number)],t.prototype,"type",void 0),o([Object(i.Input)(),s("design:type",Number)],t.prototype,"placement",void 0),o([Object(i.Input)(),s("design:type",Number)],t.prototype,"alignment",void 0),o([Object(i.Input)(),s("design:type",Number)],t.prototype,"spacing",void 0),o([Object(i.Input)(),s("design:type",String)],t.prototype,"cssClass",void 0),o([Object(i.Input)(),s("design:type",String)],t.prototype,"title",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"template",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"context",void 0),o([Object(i.ViewChild)("caretElm"),s("design:type",Object)],t.prototype,"caretElm",void 0),o([Object(i.HostBinding)("class"),s("design:type",String),s("design:paramtypes",[])],t.prototype,"cssClasses",null),o([Object(i.HostListener)("window:resize"),Object(a.a)(100),s("design:type",Function),s("design:paramtypes",[]),s("design:returntype",void 0)],t.prototype,"onWindowResize",null),o([Object(i.Component)({selector:"ngx-tooltip-content",template:'\n
\n \n \n
\n \n \n \n \n \n \n
\n
\n ',encapsulation:i.ViewEncapsulation.None,styles:[n("./src/common/tooltip/tooltip.component.scss")]}),s("design:paramtypes",[i.ElementRef,i.Renderer])],t)}()},"./src/common/tooltip/tooltip.directive.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return u});var i=n("@angular/core"),a=(n.n(i),n("./src/common/tooltip/position/index.ts")),r=n("./src/common/tooltip/style.type.ts"),o=n("./src/common/tooltip/alignment.type.ts"),s=n("./src/common/tooltip/show.type.ts"),c=n("./src/common/tooltip/tooltip.service.ts"),l=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},d=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},u=function(){function t(t,e,n){this.tooltipService=t,this.viewContainerRef=e,this.renderer=n,this.tooltipCssClass="",this.tooltipTitle="",this.tooltipAppendToBody=!0,this.tooltipSpacing=10,this.tooltipDisabled=!1,this.tooltipShowCaret=!0,this.tooltipPlacement=a.a.top,this.tooltipAlignment=o.a.center,this.tooltipType=r.a.popover,this.tooltipCloseOnClickOutside=!0,this.tooltipCloseOnMouseLeave=!0,this.tooltipHideTimeout=300,this.tooltipShowTimeout=100,this.tooltipShowEvent=s.a.all,this.tooltipImmediateExit=!1,this.show=new i.EventEmitter,this.hide=new i.EventEmitter}return Object.defineProperty(t.prototype,"listensForFocus",{get:function(){return this.tooltipShowEvent===s.a.all||this.tooltipShowEvent===s.a.focus},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"listensForHover",{get:function(){return this.tooltipShowEvent===s.a.all||this.tooltipShowEvent===s.a.mouseover},enumerable:!0,configurable:!0}),t.prototype.ngOnDestroy=function(){this.hideTooltip(!0)},t.prototype.onFocus=function(){this.listensForFocus&&this.showTooltip()},t.prototype.onBlur=function(){this.listensForFocus&&this.hideTooltip(!0)},t.prototype.onMouseEnter=function(){this.listensForHover&&this.showTooltip()},t.prototype.onMouseLeave=function(t){if(this.listensForHover&&this.tooltipCloseOnMouseLeave){if(clearTimeout(this.timeout),this.component&&this.component.instance.element.nativeElement.contains(t))return;this.hideTooltip(this.tooltipImmediateExit)}},t.prototype.onMouseClick=function(){this.listensForHover&&this.hideTooltip(!0)},t.prototype.showTooltip=function(t){var e=this;if(!this.component&&!this.tooltipDisabled){var n=t?0:this.tooltipShowTimeout;clearTimeout(this.timeout),this.timeout=setTimeout(function(){e.tooltipService.destroyAll();var t=e.createBoundOptions();e.component=e.tooltipService.create(t),setTimeout(function(){e.component&&e.addHideListeners(e.component.instance.element.nativeElement)},10),e.show.emit(!0)},n)}},t.prototype.addHideListeners=function(t){var e=this;this.mouseEnterContentEvent=this.renderer.listen(t,"mouseenter",function(){clearTimeout(e.timeout)}),this.tooltipCloseOnMouseLeave&&(this.mouseLeaveContentEvent=this.renderer.listen(t,"mouseleave",function(){e.hideTooltip(e.tooltipImmediateExit)})),this.tooltipCloseOnClickOutside&&(this.documentClickEvent=this.renderer.listen(document,"click",function(n){t.contains(n.target)||e.hideTooltip()}))},t.prototype.hideTooltip=function(t){var e=this;if(void 0===t&&(t=!1),this.component){var n=function(){e.mouseLeaveContentEvent&&e.mouseLeaveContentEvent(),e.mouseEnterContentEvent&&e.mouseEnterContentEvent(),e.documentClickEvent&&e.documentClickEvent(),e.hide.emit(!0),e.tooltipService.destroy(e.component),e.component=void 0};clearTimeout(this.timeout),t?n():this.timeout=setTimeout(n,this.tooltipHideTimeout)}},t.prototype.createBoundOptions=function(){return{title:this.tooltipTitle,template:this.tooltipTemplate,host:this.viewContainerRef.element,placement:this.tooltipPlacement,alignment:this.tooltipAlignment,type:this.tooltipType,showCaret:this.tooltipShowCaret,cssClass:this.tooltipCssClass,spacing:this.tooltipSpacing,context:this.tooltipContext}},l([Object(i.Input)(),d("design:type",String)],t.prototype,"tooltipCssClass",void 0),l([Object(i.Input)(),d("design:type",String)],t.prototype,"tooltipTitle",void 0),l([Object(i.Input)(),d("design:type",Boolean)],t.prototype,"tooltipAppendToBody",void 0),l([Object(i.Input)(),d("design:type",Number)],t.prototype,"tooltipSpacing",void 0),l([Object(i.Input)(),d("design:type",Boolean)],t.prototype,"tooltipDisabled",void 0),l([Object(i.Input)(),d("design:type",Boolean)],t.prototype,"tooltipShowCaret",void 0),l([Object(i.Input)(),d("design:type",Number)],t.prototype,"tooltipPlacement",void 0),l([Object(i.Input)(),d("design:type",Number)],t.prototype,"tooltipAlignment",void 0),l([Object(i.Input)(),d("design:type",Number)],t.prototype,"tooltipType",void 0),l([Object(i.Input)(),d("design:type",Boolean)],t.prototype,"tooltipCloseOnClickOutside",void 0),l([Object(i.Input)(),d("design:type",Boolean)],t.prototype,"tooltipCloseOnMouseLeave",void 0),l([Object(i.Input)(),d("design:type",Number)],t.prototype,"tooltipHideTimeout",void 0),l([Object(i.Input)(),d("design:type",Number)],t.prototype,"tooltipShowTimeout",void 0),l([Object(i.Input)(),d("design:type",Object)],t.prototype,"tooltipTemplate",void 0),l([Object(i.Input)(),d("design:type",Number)],t.prototype,"tooltipShowEvent",void 0),l([Object(i.Input)(),d("design:type",Object)],t.prototype,"tooltipContext",void 0),l([Object(i.Input)(),d("design:type",Boolean)],t.prototype,"tooltipImmediateExit",void 0),l([Object(i.Output)(),d("design:type",Object)],t.prototype,"show",void 0),l([Object(i.Output)(),d("design:type",Object)],t.prototype,"hide",void 0),l([Object(i.HostListener)("focusin"),d("design:type",Function),d("design:paramtypes",[]),d("design:returntype",void 0)],t.prototype,"onFocus",null),l([Object(i.HostListener)("blur"),d("design:type",Function),d("design:paramtypes",[]),d("design:returntype",void 0)],t.prototype,"onBlur",null),l([Object(i.HostListener)("mouseenter"),d("design:type",Function),d("design:paramtypes",[]),d("design:returntype",void 0)],t.prototype,"onMouseEnter",null),l([Object(i.HostListener)("mouseleave",["$event.target"]),d("design:type",Function),d("design:paramtypes",[Object]),d("design:returntype",void 0)],t.prototype,"onMouseLeave",null),l([Object(i.HostListener)("click"),d("design:type",Function),d("design:paramtypes",[]),d("design:returntype",void 0)],t.prototype,"onMouseClick",null),l([Object(i.Directive)({selector:"[ngx-tooltip]"}),d("design:paramtypes",[c.a,i.ViewContainerRef,i.Renderer])],t)}()},"./src/common/tooltip/tooltip.module.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return d});var i=n("@angular/core"),a=(n.n(i),n("@angular/common")),r=(n.n(a),n("./src/common/tooltip/tooltip.directive.ts")),o=n("./src/common/tooltip/tooltip.component.ts"),s=n("./src/common/tooltip/tooltip.service.ts"),c=n("./src/common/tooltip/injection.service.ts"),l=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},d=function(){return l([Object(i.NgModule)({declarations:[o.a,r.a],providers:[c.a,s.a],exports:[o.a,r.a],imports:[a.CommonModule],entryComponents:[o.a]})],function(){})}()},"./src/common/tooltip/tooltip.service.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return u});var i,a=n("@angular/core"),r=(n.n(a),n("./src/common/tooltip/injection.service.ts")),o=n("./src/common/tooltip/injection-registery.service.ts"),s=n("./src/common/tooltip/tooltip.component.ts"),c=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),l=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},d=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},u=function(t){function e(e){var n=t.call(this,e)||this;return n.injectionService=e,n.type=s.a,n}return c(e,t),l([Object(a.Injectable)(),d("design:paramtypes",[r.a])],e)}(o.a)},"./src/common/trim-label.helper.ts":function(t,e,n){"use strict";e.a=function(t,e){return void 0===e&&(e=16),"string"!=typeof t?"number"==typeof t?t+"":"":(t=t.trim()).length<=e?t:t.slice(0,e)+"..."}},"./src/common/view-dimensions.helper.ts":function(t,e,n){"use strict";e.a=function(t){var e,n=t.margins,i=t.showXAxis,a=t.showYAxis,r=t.xAxisHeight,o=t.yAxisWidth,s=void 0===o?0:o,c=t.showXLabel,l=t.showYLabel,d=t.showLegend,u=t.legendType,h=t.columns,p=void 0===h?12:h,m=n[3],f=t.width,g=t.height-n[0]-n[2];return void 0!==d&&d&&(p-="ordinal"===(void 0===u?"ordinal":u)?2:1),f=(f=f*p/12)-n[1]-n[3],void 0!==i&&i&&(g-=5,g-=void 0===r?0:r,void 0!==c&&c)&&(g-=e=30),void 0!==a&&a&&(f-=5,f-=s,m+=s,m+=10,void 0!==l&&l)&&(f-=e=30,m+=e),{width:~~(f=Math.max(0,f)),height:~~(g=Math.max(0,g)),xOffset:~~m}}},"./src/force-directed-graph/force-directed-graph.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/force-directed-graph/force-directed-graph.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/force-directed-graph/force-directed-graph.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return p});var i,a=n("@angular/core"),r=(n.n(a),n("d3-force")),o=(n.n(r),n("./src/common/charts/chart.component.ts")),s=n("./src/common/base-chart.component.ts"),c=n("./src/common/view-dimensions.helper.ts"),l=n("./src/common/color.helper.ts"),d=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),u=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},h=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.force=Object(r.forceSimulation)().force("charge",Object(r.forceManyBody)()).force("collide",Object(r.forceCollide)(5)).force("x",Object(r.forceX)()).force("y",Object(r.forceY)()),e.forceLink=Object(r.forceLink)().id(function(t){return t.value}),e.legendTitle="Legend",e.nodes=[],e.links=[],e.activeEntries=[],e.tooltipDisabled=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[0,0,0,0],e.results=[],e.groupResultsBy=function(t){return t.value},e}return d(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.dims=Object(c.a)({width:this.width,height:this.height,margins:this.margin,showLegend:this.legend}),this.seriesDomain=this.getSeriesDomain(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="\n translate("+(this.dims.xOffset+this.dims.width/2)+", "+(this.margin[0]+this.dims.height/2)+")\n ",this.force&&this.force.nodes(this.nodes).force("link",this.forceLink.links(this.links)).alpha(.5).restart()},e.prototype.onClick=function(t){this.select.emit(t)},e.prototype.onActivate=function(t){this.activeEntries.indexOf(t)>-1||(this.activeEntries=[t].concat(this.activeEntries),this.activate.emit({value:t,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t){var e=this.activeEntries.indexOf(t);this.activeEntries.splice(e,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:t,entries:this.activeEntries})},e.prototype.getSeriesDomain=function(){var t=this;return this.nodes.map(function(e){return t.groupResultsBy(e)}).reduce(function(t,e){return t.includes(e)?t:t.concat([e])},[]).sort()},e.prototype.trackLinkBy=function(t,e){return e.index},e.prototype.trackNodeBy=function(t,e){return e.value},e.prototype.setColors=function(){this.colors=new l.a(this.scheme,"ordinal",this.seriesDomain,this.customColors)},e.prototype.getLegendOptions=function(){return{scaleType:"ordinal",domain:this.seriesDomain,colors:this.colors,title:this.legendTitle}},e.prototype.onDragStart=function(t,e){this.force.alphaTarget(.3).restart(),this.draggingNode=t,this.draggingStart={x:e.x-t.x,y:e.y-t.y},this.draggingNode.fx=e.x-this.draggingStart.x,this.draggingNode.fy=e.y-this.draggingStart.y},e.prototype.onDrag=function(t){this.draggingNode&&(this.draggingNode.fx=t.x-this.draggingStart.x,this.draggingNode.fy=t.y-this.draggingStart.y)},e.prototype.onDragEnd=function(t){this.draggingNode&&(this.force.alphaTarget(0),this.draggingNode.fx=void 0,this.draggingNode.fy=void 0,this.draggingNode=void 0)},u([Object(a.Input)(),h("design:type",Object)],e.prototype,"force",void 0),u([Object(a.Input)(),h("design:type",Object)],e.prototype,"forceLink",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"legend",void 0),u([Object(a.Input)(),h("design:type",String)],e.prototype,"legendTitle",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"nodes",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"links",void 0),u([Object(a.Input)(),h("design:type",Array)],e.prototype,"activeEntries",void 0),u([Object(a.Input)(),h("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"activate",void 0),u([Object(a.Output)(),h("design:type",a.EventEmitter)],e.prototype,"deactivate",void 0),u([Object(a.ContentChild)("linkTemplate"),h("design:type",a.TemplateRef)],e.prototype,"linkTemplate",void 0),u([Object(a.ContentChild)("nodeTemplate"),h("design:type",a.TemplateRef)],e.prototype,"nodeTemplate",void 0),u([Object(a.ContentChild)("tooltipTemplate"),h("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),u([Object(a.ViewChild)(o.a,{read:a.ElementRef}),h("design:type",a.ElementRef)],e.prototype,"chart",void 0),u([Object(a.Input)(),h("design:type",Function)],e.prototype,"groupResultsBy",void 0),u([Object(a.HostListener)("document:mousemove",["$event"]),h("design:type",Function),h("design:paramtypes",[MouseEvent]),h("design:returntype",void 0)],e.prototype,"onDrag",null),u([Object(a.HostListener)("document:mouseup",["$event"]),h("design:type",Function),h("design:paramtypes",[MouseEvent]),h("design:returntype",void 0)],e.prototype,"onDragEnd",null),u([Object(a.Component)({selector:"ngx-charts-force-directed-graph",template:'\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ',styles:[n("./src/common/base-chart.component.scss"),n("./src/force-directed-graph/force-directed-graph.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush})],e)}(s.a)},"./src/force-directed-graph/force-directed-graph.module.ts":function(t,e,n){"use strict";n.d(e,"b",function(){return s});var i=n("@angular/core"),a=(n.n(i),n("./src/force-directed-graph/force-directed-graph.component.ts")),r=n("./src/common/chart-common.module.ts");n.d(e,"a",function(){return a.a});var o=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},s=function(){return o([Object(i.NgModule)({imports:[r.a],declarations:[a.a],exports:[a.a]})],function(){})}()},"./src/force-directed-graph/index.ts":function(t,e,n){"use strict";var i=n("./src/force-directed-graph/force-directed-graph.module.ts");n.d(e,"a",function(){return i.a}),n.d(e,"b",function(){return i.b}),n("./src/force-directed-graph/force-directed-graph.component.ts")},"./src/gauge/gauge-arc.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return c});var i=n("@angular/core"),a=(n.n(i),n("./src/common/label.helper.ts")),r=n("./src/common/color.helper.ts"),o=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},s=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},c=function(){function t(){this.isActive=!1,this.tooltipDisabled=!1,this.animations=!0,this.select=new i.EventEmitter,this.activate=new i.EventEmitter,this.deactivate=new i.EventEmitter}return t.prototype.tooltipText=function(t){return'\n '+Object(a.a)(t.data.name)+'\n '+(this.valueFormatting?this.valueFormatting(t.data.value):Object(a.a)(t.data.value))+"\n "},o([Object(i.Input)(),s("design:type",Object)],t.prototype,"backgroundArc",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"valueArc",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"cornerRadius",void 0),o([Object(i.Input)(),s("design:type",r.a)],t.prototype,"colors",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"isActive",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"tooltipDisabled",void 0),o([Object(i.Input)(),s("design:type",Function)],t.prototype,"valueFormatting",void 0),o([Object(i.Input)(),s("design:type",i.TemplateRef)],t.prototype,"tooltipTemplate",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"animations",void 0),o([Object(i.Output)(),s("design:type",Object)],t.prototype,"select",void 0),o([Object(i.Output)(),s("design:type",Object)],t.prototype,"activate",void 0),o([Object(i.Output)(),s("design:type",Object)],t.prototype,"deactivate",void 0),o([Object(i.Component)({selector:"g[ngx-charts-gauge-arc]",template:'\n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/gauge/gauge-axis.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return s});var i=n("@angular/core"),a=(n.n(i),n("d3-shape")),r=(n.n(a),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),o=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},s=function(){function t(){this.rotate=""}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){this.rotationAngle=-90+this.startAngle,this.rotate="rotate("+this.rotationAngle+")",this.ticks=this.getTicks()},t.prototype.getTicks=function(){for(var t=this.angleSpan/this.bigSegments,e=t/this.smallSegments,n={big:[],small:[]},i=this.radius+10,a=i+20+10,r=0;r<=this.bigSegments;r++){var o=r*t,s=o*Math.PI/180,c=this.getTextAnchor(o),l=!1;if(0===r&&360===this.angleSpan&&(l=!0),!l){var d=Number.parseFloat(this.valueScale.invert(o).toString()).toLocaleString();this.tickFormatting&&(d=this.tickFormatting(d)),n.big.push({line:this.getTickPath(i,20,s),textAnchor:c,text:d,textTransform:"\n translate("+a*Math.cos(s)+", "+a*Math.sin(s)+") rotate("+-this.rotationAngle+")\n "})}if(r!==this.bigSegments)for(var u=1;u<=this.smallSegments;u++){var h=(o+u*e)*Math.PI/180;n.small.push({line:this.getTickPath(i,10,h)})}}return n},t.prototype.getTextAnchor=function(t){var e="middle";return(t=(this.startAngle+t)%360)>45&&t<=135?e="start":t>225&&t<=315&&(e="end"),e},t.prototype.getTickPath=function(t,e,n){var i=t*Math.sin(n),r=(t+e)*Math.sin(n),o=[{x:t*Math.cos(n),y:i},{x:(t+e)*Math.cos(n),y:r}];return Object(a.line)().x(function(t){return t.x}).y(function(t){return t.y})(o)},r([Object(i.Input)(),o("design:type",Object)],t.prototype,"bigSegments",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"smallSegments",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"min",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"max",void 0),r([Object(i.Input)(),o("design:type",Number)],t.prototype,"angleSpan",void 0),r([Object(i.Input)(),o("design:type",Number)],t.prototype,"startAngle",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"radius",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"valueScale",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"tickFormatting",void 0),r([Object(i.Component)({selector:"g[ngx-charts-gauge-axis]",template:'\n \n \n \n \n \n \n {{tick.text}}\n \n \n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/gauge/gauge.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/gauge/gauge.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/gauge/gauge.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return h});var i,a=n("@angular/core"),r=(n.n(a),n("d3-scale")),o=(n.n(r),n("./src/common/base-chart.component.ts")),s=n("./src/common/view-dimensions.helper.ts"),c=n("./src/common/color.helper.ts"),l=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),d=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},u=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},h=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legend=!1,e.legendTitle="Legend",e.min=0,e.max=100,e.bigSegments=10,e.smallSegments=5,e.showAxis=!0,e.startAngle=-120,e.angleSpan=240,e.activeEntries=[],e.tooltipDisabled=!1,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.resizeScale=1,e.rotation="",e.textTransform="scale(1, 1)",e.cornerRadius=10,e}return l(e,t),e.prototype.ngAfterViewInit=function(){var e=this;t.prototype.ngAfterViewInit.call(this),setTimeout(function(){return e.scaleText()})},e.prototype.update=function(){var e=this;t.prototype.update.call(this),this.showAxis?this.margin||(this.margin=[60,100,60,100]):this.margin||(this.margin=[10,20,10,20]),this.startAngle<0&&(this.startAngle=this.startAngle%360+360),this.angleSpan=Math.min(this.angleSpan,360),this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin,showLegend:this.legend}),this.domain=this.getDomain(),this.valueDomain=this.getValueDomain(),this.valueScale=this.getValueScale(),this.displayValue=this.getDisplayValue(),this.outerRadius=Math.min(this.dims.width,this.dims.height)/2,this.arcs=this.getArcs(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="translate("+(this.margin[3]+this.dims.width/2)+", "+(this.margin[0]+this.dims.height/2)+")",this.rotation="rotate("+this.startAngle+")",setTimeout(function(){return e.scaleText()},50)},e.prototype.getArcs=function(){var t=[],e=Math.min(.7*this.outerRadius/this.results.length,10),n=.7*e;this.textRadius=this.outerRadius-this.results.length*e,this.cornerRadius=Math.floor(n/2);for(var i=0,a=0,r=this.results;a-1||(this.activeEntries=[t].concat(this.activeEntries),this.activate.emit({value:t,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t){var e=this.activeEntries.findIndex(function(e){return e.name===t.name&&e.value===t.value});this.activeEntries.splice(e,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:t,entries:this.activeEntries})},e.prototype.isActive=function(t){return!!this.activeEntries&&void 0!==this.activeEntries.find(function(e){return t.name===e.name&&t.series===e.series})},e.prototype.trackBy=function(t,e){return e.valueArc.data.name},d([Object(a.Input)(),u("design:type",Object)],e.prototype,"legend",void 0),d([Object(a.Input)(),u("design:type",String)],e.prototype,"legendTitle",void 0),d([Object(a.Input)(),u("design:type",Number)],e.prototype,"min",void 0),d([Object(a.Input)(),u("design:type",Number)],e.prototype,"max",void 0),d([Object(a.Input)(),u("design:type",String)],e.prototype,"textValue",void 0),d([Object(a.Input)(),u("design:type",String)],e.prototype,"units",void 0),d([Object(a.Input)(),u("design:type",Number)],e.prototype,"bigSegments",void 0),d([Object(a.Input)(),u("design:type",Number)],e.prototype,"smallSegments",void 0),d([Object(a.Input)(),u("design:type",Array)],e.prototype,"results",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"showAxis",void 0),d([Object(a.Input)(),u("design:type",Number)],e.prototype,"startAngle",void 0),d([Object(a.Input)(),u("design:type",Number)],e.prototype,"angleSpan",void 0),d([Object(a.Input)(),u("design:type",Array)],e.prototype,"activeEntries",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"axisTickFormatting",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),d([Object(a.Input)(),u("design:type",Function)],e.prototype,"valueFormatting",void 0),d([Object(a.Input)(),u("design:type",Array)],e.prototype,"margin",void 0),d([Object(a.Output)(),u("design:type",a.EventEmitter)],e.prototype,"activate",void 0),d([Object(a.Output)(),u("design:type",a.EventEmitter)],e.prototype,"deactivate",void 0),d([Object(a.ContentChild)("tooltipTemplate"),u("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),d([Object(a.ViewChild)("textEl"),u("design:type",a.ElementRef)],e.prototype,"textEl",void 0),d([Object(a.Component)({selector:"ngx-charts-gauge",template:'\n \n \n \n \n \n \n\n \n \n\n \n {{displayValue}}\n {{units}}\n \n\n \n \n ',styles:[n("./src/common/base-chart.component.scss"),n("./src/gauge/gauge.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush})],e)}(o.a)},"./src/gauge/gauge.module.ts":function(t,e,n){"use strict";n.d(e,"d",function(){return h});var i=n("@angular/core"),a=(n.n(i),n("./src/common/chart-common.module.ts")),r=n("./src/gauge/linear-gauge.component.ts"),o=n("./src/gauge/gauge.component.ts"),s=n("./src/gauge/gauge-arc.component.ts"),c=n("./src/gauge/gauge-axis.component.ts"),l=n("./src/pie-chart/pie-chart.module.ts"),d=n("./src/bar-chart/bar-chart.module.ts");n.d(e,"c",function(){return o.a}),n.d(e,"a",function(){return s.a}),n.d(e,"b",function(){return c.a}),n.d(e,"e",function(){return r.a});var u=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},h=function(){return u([Object(i.NgModule)({imports:[a.a,l.d,d.a],declarations:[r.a,o.a,s.a,c.a],exports:[r.a,o.a,s.a,c.a]})],function(){})}()},"./src/gauge/index.ts":function(t,e,n){"use strict";var i=n("./src/gauge/gauge.module.ts");n.d(e,"a",function(){return i.a}),n.d(e,"b",function(){return i.b}),n.d(e,"c",function(){return i.c}),n.d(e,"d",function(){return i.d}),n.d(e,"e",function(){return i.e}),n("./src/gauge/gauge.component.ts")},"./src/gauge/linear-gauge.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/gauge/linear-gauge.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/gauge/linear-gauge.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return h});var i,a=n("@angular/core"),r=(n.n(a),n("d3-scale")),o=(n.n(r),n("./src/common/base-chart.component.ts")),s=n("./src/common/view-dimensions.helper.ts"),c=n("./src/common/color.helper.ts"),l=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),d=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},u=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},h=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.min=0,e.max=100,e.value=0,e.margin=[10,20,10,20],e.valueResizeScale=1,e.unitsResizeScale=1,e.valueTextTransform="",e.valueTranslate="",e.unitsTextTransform="",e.unitsTranslate="",e}return l(e,t),e.prototype.ngAfterViewInit=function(){var e=this;t.prototype.ngAfterViewInit.call(this),setTimeout(function(){e.scaleText("value"),e.scaleText("units")})},e.prototype.update=function(){var e=this;t.prototype.update.call(this),this.hasPreviousValue=void 0!==this.previousValue,this.max=Math.max(this.max,this.value),this.min=Math.min(this.min,this.value),this.hasPreviousValue&&(this.max=Math.max(this.max,this.previousValue),this.min=Math.min(this.min,this.previousValue)),this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin}),this.valueDomain=this.getValueDomain(),this.valueScale=this.getValueScale(),this.displayValue=this.getDisplayValue(),this.setColors();var n=this.margin[0]+this.dims.height/2;this.transform="translate("+(this.margin[3]+this.dims.width/2)+", "+n+")",this.transformLine="translate("+(this.margin[3]+this.valueScale(this.previousValue))+", "+n+")",this.valueTranslate="translate(0, -15)",this.unitsTranslate="translate(0, 15)",setTimeout(function(){return e.scaleText("value")},50),setTimeout(function(){return e.scaleText("units")},50)},e.prototype.getValueDomain=function(){return[this.min,this.max]},e.prototype.getValueScale=function(){return Object(r.scaleLinear)().range([0,this.dims.width]).domain(this.valueDomain)},e.prototype.getDisplayValue=function(){return this.valueFormatting?this.valueFormatting(this.value):this.value.toLocaleString()},e.prototype.scaleText=function(t,e){var n,i,a=this;void 0===e&&(e=!0),"value"===t?(n=this.valueTextEl,i=this.valueResizeScale):(n=this.unitsTextEl,i=this.unitsResizeScale);var r=n.nativeElement.getBoundingClientRect(),o=r.width,s=r.height;if(0!==o&&0!==s){var c=i,l=this.dims.width,d=Math.max(this.dims.height/2-15,0),u=Math.floor(l/(o/i)*100)/100,h=Math.floor(d/(s/i)*100)/100;(i=Math.min(h,u))!==c&&("value"===t?(this.valueResizeScale=i,this.valueTextTransform="scale("+i+", "+i+")"):(this.unitsResizeScale=i,this.unitsTextTransform="scale("+i+", "+i+")"),this.cd.markForCheck(),e&&setTimeout(function(){a.scaleText(t,!1)},50))}},e.prototype.onClick=function(){this.select.emit({name:"Value",value:this.value})},e.prototype.setColors=function(){this.colors=new c.a(this.scheme,"ordinal",[this.value],this.customColors)},d([Object(a.Input)(),u("design:type",Number)],e.prototype,"min",void 0),d([Object(a.Input)(),u("design:type",Number)],e.prototype,"max",void 0),d([Object(a.Input)(),u("design:type",Number)],e.prototype,"value",void 0),d([Object(a.Input)(),u("design:type",String)],e.prototype,"units",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"previousValue",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"valueFormatting",void 0),d([Object(a.ViewChild)("valueTextEl"),u("design:type",a.ElementRef)],e.prototype,"valueTextEl",void 0),d([Object(a.ViewChild)("unitsTextEl"),u("design:type",a.ElementRef)],e.prototype,"unitsTextEl",void 0),d([Object(a.Component)({selector:"ngx-charts-linear-gauge",template:'\n \n \n \n \n \n \n\n \n\n \n\n \n \n \n {{displayValue}}\n \n \n\n \n \n {{units}}\n \n \n \n \n \n ',styles:[n("./src/common/base-chart.component.scss"),n("./src/gauge/linear-gauge.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush})],e)}(o.a)},"./src/heat-map/heat-map-cell-series.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return s});var i=n("@angular/core"),a=(n.n(i),n("./src/common/label.helper.ts")),r=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},o=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},s=function(){function t(){this.tooltipDisabled=!1,this.animations=!0,this.select=new i.EventEmitter}return t.prototype.ngOnInit=function(){this.tooltipText||(this.tooltipText=this.getTooltipText)},t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){this.cells=this.getCells()},t.prototype.getCells=function(){var t=this,e=[];return this.data.map(function(n){n.series.map(function(i){var r=i.value;e.push({row:n,cell:i,x:t.xScale(n.name),y:t.yScale(i.name),width:t.xScale.bandwidth(),height:t.yScale.bandwidth(),fill:t.colors.getColor(r),data:r,label:Object(a.a)(i.name),series:n.name})})}),e},t.prototype.getTooltipText=function(t){return'\n '+t.series+" \u2022 "+t.label+'\n '+t.data.toLocaleString()+"\n "},t.prototype.trackBy=function(t,e){return e.tooltipText},t.prototype.onClick=function(t,e,n){this.select.emit({name:e,value:t,series:n})},r([Object(i.Input)(),o("design:type",Object)],t.prototype,"data",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"colors",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"xScale",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"yScale",void 0),r([Object(i.Input)(),o("design:type",Boolean)],t.prototype,"gradient",void 0),r([Object(i.Input)(),o("design:type",Boolean)],t.prototype,"tooltipDisabled",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"tooltipText",void 0),r([Object(i.Input)(),o("design:type",i.TemplateRef)],t.prototype,"tooltipTemplate",void 0),r([Object(i.Input)(),o("design:type",Boolean)],t.prototype,"animations",void 0),r([Object(i.Output)(),o("design:type",Object)],t.prototype,"select",void 0),r([Object(i.Component)({selector:"g[ngx-charts-heat-map-cell-series]",template:'\n \n
\n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/heat-map/heat-map-cell.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return c});var i=n("@angular/core"),a=(n.n(i),n("d3-selection")),r=(n.n(a),n("./src/utils/id.ts")),o=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},s=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},c=function(){function t(t){this.gradient=!1,this.animations=!0,this.select=new i.EventEmitter,this.element=t.nativeElement}return t.prototype.ngOnChanges=function(t){this.transform="translate("+this.x+" , "+this.y+")",this.startOpacity=.3,this.gradientId="grad"+Object(r.a)().toString(),this.gradientUrl="url(#"+this.gradientId+")",this.gradientStops=this.getGradientStops(),this.animations&&this.loadAnimation()},t.prototype.getGradientStops=function(){return[{offset:0,color:this.fill,opacity:this.startOpacity},{offset:100,color:this.fill,opacity:1}]},t.prototype.loadAnimation=function(){Object(a.select)(this.element).select(".cell").attr("opacity",0),this.animateToCurrentForm()},t.prototype.animateToCurrentForm=function(){Object(a.select)(this.element).select(".cell").transition().duration(750).attr("opacity",1)},t.prototype.onClick=function(){this.select.emit(this.data)},o([Object(i.Input)(),s("design:type",Object)],t.prototype,"fill",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"x",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"y",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"width",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"height",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"data",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"label",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"gradient",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"animations",void 0),o([Object(i.Output)(),s("design:type",Object)],t.prototype,"select",void 0),o([Object(i.Component)({selector:"g[ngx-charts-heat-map-cell]",template:'\n \n \n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush}),s("design:paramtypes",[i.ElementRef])],t)}()},"./src/heat-map/heat-map.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return h});var i,a=n("@angular/core"),r=(n.n(a),n("d3-scale")),o=(n.n(r),n("./src/common/base-chart.component.ts")),s=n("./src/common/view-dimensions.helper.ts"),c=n("./src/common/color.helper.ts"),l=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),d=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},u=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},h=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legendTitle="Legend",e.innerPadding=8,e.tooltipDisabled=!1,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e.scaleType="linear",e}return l(e,t),e.prototype.update=function(){if(t.prototype.update.call(this),this.formatDates(),this.xDomain=this.getXDomain(),this.yDomain=this.getYDomain(),this.valueDomain=this.getValueDomain(),this.scaleType=this.getScaleType(this.valueDomain),this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.scaleType}),"linear"===this.scaleType){var e=Math.min.apply(Math,[0].concat(this.valueDomain)),n=Math.max.apply(Math,this.valueDomain);this.valueDomain=[e,n]}this.xScale=this.getXScale(),this.yScale=this.getYScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="translate("+this.dims.xOffset+" , "+this.margin[0]+")",this.rects=this.getRects()},e.prototype.getXDomain=function(){for(var t=[],e=0,n=this.results;e\n \n \n \n \n \n \n \n \n \n ',changeDetection:a.ChangeDetectionStrategy.OnPush,styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None})],e)}(o.a)},"./src/heat-map/heat-map.module.ts":function(t,e,n){"use strict";n.d(e,"d",function(){return l});var i=n("@angular/core"),a=(n.n(i),n("./src/common/chart-common.module.ts")),r=n("./src/heat-map/heat-map-cell.component.ts"),o=n("./src/heat-map/heat-map-cell-series.component.ts"),s=n("./src/heat-map/heat-map.component.ts");n.d(e,"b",function(){return r.a}),n.d(e,"a",function(){return o.a}),n.d(e,"c",function(){return s.a});var c=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},l=function(){return c([Object(i.NgModule)({imports:[a.a],declarations:[r.a,o.a,s.a],exports:[r.a,o.a,s.a]})],function(){})}()},"./src/heat-map/index.ts":function(t,e,n){"use strict";var i=n("./src/heat-map/heat-map.module.ts");n.d(e,"a",function(){return i.a}),n.d(e,"b",function(){return i.b}),n.d(e,"c",function(){return i.c}),n.d(e,"d",function(){return i.d}),n("./src/heat-map/heat-map.component.ts"),n("./src/heat-map/heat-map-cell.component.ts"),n("./src/heat-map/heat-map-cell-series.component.ts")},"./src/index.ts":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("./src/ngx-charts.module.ts");n.d(e,"NgxChartsModule",function(){return i.a});var a=n("./src/common/index.ts");n.d(e,"ChartCommonModule",function(){return a.e}),n.d(e,"ColorHelper",function(){return a.i}),n.d(e,"ChartComponent",function(){return a.f}),n.d(e,"AreaComponent",function(){return a.c}),n.d(e,"BaseChartComponent",function(){return a.d}),n.d(e,"CircleComponent",function(){return a.g}),n.d(e,"CircleSeriesComponent",function(){return a.h}),n.d(e,"gridSize",function(){return a.E}),n.d(e,"gridLayout",function(){return a.D}),n.d(e,"GridPanelComponent",function(){return a.k}),n.d(e,"GridPanelSeriesComponent",function(){return a.l}),n.d(e,"SvgLinearGradientComponent",function(){return a.r}),n.d(e,"SvgRadialGradientComponent",function(){return a.s}),n.d(e,"TooltipArea",function(){return a.u}),n.d(e,"tickFormat",function(){return a.F}),n.d(e,"trimLabel",function(){return a.G}),n.d(e,"calculateViewDimensions",function(){return a.z}),n.d(e,"formatLabel",function(){return a.C}),n.d(e,"LegendComponent",function(){return a.m}),n.d(e,"ScaleLegendComponent",function(){return a.o}),n.d(e,"LegendEntryComponent",function(){return a.n}),n.d(e,"AdvancedLegendComponent",function(){return a.a}),n.d(e,"TooltipModule",function(){return a.x}),n.d(e,"TooltipService",function(){return a.y}),n.d(e,"TooltipContentComponent",function(){return a.v}),n.d(e,"TooltipDirective",function(){return a.w}),n.d(e,"StyleTypes",function(){return a.q}),n.d(e,"AlignmentTypes",function(){return a.b}),n.d(e,"ShowTypes",function(){return a.p}),n.d(e,"CountUpDirective",function(){return a.j}),n.d(e,"count",function(){return a.A}),n.d(e,"decimalChecker",function(){return a.B}),n.d(e,"Timeline",function(){return a.t});var r=n("./src/area-chart/index.ts");n.d(e,"AreaChartComponent",function(){return r.a}),n.d(e,"AreaChartNormalizedComponent",function(){return r.c}),n.d(e,"AreaChartStackedComponent",function(){return r.d}),n.d(e,"AreaSeriesComponent",function(){return r.e}),n.d(e,"AreaChartModule",function(){return r.b});var o=n("./src/bar-chart/index.ts");n.d(e,"BarLabelComponent",function(){return o.g}),n.d(e,"BarComponent",function(){return o.b}),n.d(e,"BarHorizontalComponent",function(){return o.d}),n.d(e,"BarHorizontal2DComponent",function(){return o.c}),n.d(e,"BarHorizontalNormalizedComponent",function(){return o.e}),n.d(e,"BarHorizontalStackedComponent",function(){return o.f}),n.d(e,"BarVerticalComponent",function(){return o.i}),n.d(e,"BarVertical2DComponent",function(){return o.h}),n.d(e,"BarVerticalNormalizedComponent",function(){return o.j}),n.d(e,"BarVerticalStackedComponent",function(){return o.k}),n.d(e,"SeriesHorizontal",function(){return o.m}),n.d(e,"SeriesVerticalComponent",function(){return o.n}),n.d(e,"BarChartModule",function(){return o.a}),n.d(e,"D0Types",function(){return o.l});var s=n("./src/bubble-chart/index.ts");n.d(e,"BubbleChartComponent",function(){return s.a}),n.d(e,"BubbleSeriesComponent",function(){return s.c}),n.d(e,"BubbleChartModule",function(){return s.b});var c=n("./src/force-directed-graph/index.ts");n.d(e,"ForceDirectedGraphComponent",function(){return c.a}),n.d(e,"ForceDirectedGraphModule",function(){return c.b});var l=n("./src/heat-map/index.ts");n.d(e,"HeatMapCellComponent",function(){return l.b}),n.d(e,"HeatCellSeriesComponent",function(){return l.a}),n.d(e,"HeatMapComponent",function(){return l.c}),n.d(e,"HeatMapModule",function(){return l.d});var d=n("./src/line-chart/index.ts");n.d(e,"LineComponent",function(){return d.c}),n.d(e,"LineChartComponent",function(){return d.a}),n.d(e,"LineSeriesComponent",function(){return d.d}),n.d(e,"LineChartModule",function(){return d.b});var u=n("./src/polar-chart/index.ts");n.d(e,"PolarChartComponent",function(){return u.a}),n.d(e,"PolarSeriesComponent",function(){return u.c}),n.d(e,"PolarChartModule",function(){return u.b});var h=n("./src/number-card/index.ts");n.d(e,"CardComponent",function(){return h.a}),n.d(e,"CardSeriesComponent",function(){return h.b}),n.d(e,"NumberCardComponent",function(){return h.c}),n.d(e,"NumberCardModule",function(){return h.d});var p=n("./src/pie-chart/index.ts");n.d(e,"AdvancedPieChartComponent",function(){return p.a}),n.d(e,"PieLabelComponent",function(){return p.g}),n.d(e,"PieArcComponent",function(){return p.b}),n.d(e,"PieChartComponent",function(){return p.c}),n.d(e,"PieGridComponent",function(){return p.e}),n.d(e,"PieGridSeriesComponent",function(){return p.f}),n.d(e,"PieSeriesComponent",function(){return p.h}),n.d(e,"PieChartModule",function(){return p.d});var m=n("./src/tree-map/index.ts");n.d(e,"TreeMapCellComponent",function(){return m.a}),n.d(e,"TreeMapCellSeriesComponent",function(){return m.b}),n.d(e,"TreeMapComponent",function(){return m.c}),n.d(e,"TreeMapModule",function(){return m.d});var f=n("./src/gauge/index.ts");n.d(e,"GaugeComponent",function(){return f.c}),n.d(e,"GaugeArcComponent",function(){return f.a}),n.d(e,"GaugeAxisComponent",function(){return f.b}),n.d(e,"LinearGaugeComponent",function(){return f.e}),n.d(e,"GaugeModule",function(){return f.d})},"./src/line-chart/index.ts":function(t,e,n){"use strict";var i=n("./src/line-chart/line-chart.module.ts");n.d(e,"a",function(){return i.a}),n.d(e,"b",function(){return i.b}),n.d(e,"c",function(){return i.c}),n.d(e,"d",function(){return i.d}),n("./src/line-chart/line-chart.component.ts"),n("./src/line-chart/line.component.ts"),n("./src/line-chart/line-series.component.ts")},"./src/line-chart/line-chart.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return g});var i,a=n("@angular/core"),r=(n.n(a),n("@angular/animations")),o=(n.n(r),n("d3-scale")),s=(n.n(o),n("d3-shape")),c=(n.n(s),n("./src/common/view-dimensions.helper.ts")),l=n("./src/common/color.helper.ts"),d=n("./src/common/base-chart.component.ts"),u=n("./src/utils/id.ts"),h=n("./src/common/domain.helper.ts"),p=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),m=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},f=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},g=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legendTitle="Legend",e.showGridLines=!0,e.curve=s.curveLinear,e.activeEntries=[],e.roundDomains=!1,e.tooltipDisabled=!1,e.showRefLines=!1,e.showRefLabels=!0,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e.timelineHeight=50,e.timelinePadding=10,e}return p(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.dims=Object(c.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType}),this.timeline&&(this.dims.height-=this.timelineHeight+this.margin[2]+this.timelinePadding),this.xDomain=this.getXDomain(),this.filteredDomain&&(this.xDomain=this.filteredDomain),this.yDomain=this.getYDomain(),this.seriesDomain=this.getSeriesDomain(),this.xScale=this.getXScale(this.xDomain,this.dims.width),this.yScale=this.getYScale(this.yDomain,this.dims.height),this.updateTimeline(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform="translate("+this.dims.xOffset+" , "+this.margin[0]+")",this.clipPathId="clip"+Object(u.a)().toString(),this.clipPath="url(#"+this.clipPathId+")"},e.prototype.updateTimeline=function(){this.timeline&&(this.timelineWidth=this.dims.width,this.timelineXDomain=this.getXDomain(),this.timelineXScale=this.getXScale(this.timelineXDomain,this.timelineWidth),this.timelineYScale=this.getYScale(this.yDomain,this.timelineHeight),this.timelineTransform="translate("+this.dims.xOffset+", "+-this.margin[2]+")")},e.prototype.getXDomain=function(){var t=Object(h.a)(this.results);this.scaleType=this.getScaleType(t);var e,n,i=[];return"linear"===this.scaleType&&(t=t.map(function(t){return Number(t)})),"time"!==this.scaleType&&"linear"!==this.scaleType||(e=this.xScaleMin?this.xScaleMin:Math.min.apply(Math,t),n=this.xScaleMax?this.xScaleMax:Math.max.apply(Math,t)),"time"===this.scaleType?(i=[new Date(e),new Date(n)],this.xSet=t.slice().sort(function(t,e){var n=t.getTime(),i=e.getTime();return n>i?1:i>n?-1:0})):"linear"===this.scaleType?(i=[e,n],this.xSet=t.slice().sort(function(t,e){return t-e})):(i=t,this.xSet=t),i},e.prototype.getYDomain=function(){for(var t=[],e=0,n=this.results;e-1||(this.activeEntries=[t],this.activate.emit({value:t,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t){var e=this.activeEntries.findIndex(function(e){return e.name===t.name&&e.value===t.value});this.activeEntries.splice(e,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:t,entries:this.activeEntries})},e.prototype.deactivateAll=function(){this.activeEntries=this.activeEntries.slice();for(var t=0,e=this.activeEntries;t\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n ',styles:[n("./src/common/base-chart.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush,animations:[Object(r.trigger)("animationState",[Object(r.transition)(":leave",[Object(r.style)({opacity:1}),Object(r.animate)(500,Object(r.style)({opacity:0}))])])]})],e)}(d.a)},"./src/line-chart/line-chart.module.ts":function(t,e,n){"use strict";n.d(e,"b",function(){return l});var i=n("@angular/core"),a=(n.n(i),n("./src/common/chart-common.module.ts")),r=n("./src/line-chart/line.component.ts"),o=n("./src/line-chart/line-chart.component.ts"),s=n("./src/line-chart/line-series.component.ts");n.d(e,"c",function(){return r.a}),n.d(e,"a",function(){return o.a}),n.d(e,"d",function(){return s.a});var c=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},l=function(){return c([Object(i.NgModule)({imports:[a.a],declarations:[r.a,o.a,s.a],exports:[r.a,o.a,s.a]})],function(){})}()},"./src/line-chart/line-series.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return l});var i=n("@angular/core"),a=(n.n(i),n("d3-shape")),r=(n.n(a),n("./src/utils/id.ts")),o=n("./src/utils/sort.ts"),s=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},c=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},l=function(){function t(){this.animations=!0}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){this.updateGradients();var t=this.sortData(this.data.series),e=this.getLineGenerator();this.path=e(t)||"";var n=this.getAreaGenerator();if(this.areaPath=n(t)||"",this.hasRange){var i=this.getRangeGenerator();this.outerPath=i(t)||""}if(this.hasGradient){this.stroke=this.gradientUrl;var a=this.data.series.map(function(t){return t.value}),r=Math.max.apply(Math,a);r===Math.min.apply(Math,a)&&(this.stroke=this.colors.getColor(r))}else this.stroke=this.colors.getColor(this.data.name)},t.prototype.getLineGenerator=function(){var t=this;return Object(a.line)().x(function(e){var n=e.name;return t.xScale("time"===t.scaleType?n:"linear"===t.scaleType?Number(n):n)}).y(function(e){return t.yScale(e.value)}).curve(this.curve)},t.prototype.getRangeGenerator=function(){var t=this;return Object(a.area)().x(function(e){var n=e.name;return t.xScale("time"===t.scaleType?n:"linear"===t.scaleType?Number(n):n)}).y0(function(e){return t.yScale(e.min?e.min:e.value)}).y1(function(e){return t.yScale(e.max?e.max:e.value)}).curve(this.curve)},t.prototype.getAreaGenerator=function(){var t=this;return Object(a.area)().x(function(e){return t.xScale(e.name)}).y0(function(){return t.yScale.range()[0]}).y1(function(e){return t.yScale(e.value)}).curve(this.curve)},t.prototype.sortData=function(t){return"linear"===this.scaleType?Object(o.c)(t,"name"):"time"===this.scaleType?Object(o.b)(t,"name"):Object(o.a)(t,"name","asc",this.xScale.domain())},t.prototype.updateGradients=function(){if("linear"===this.colors.scaleType){this.hasGradient=!0,this.gradientId="grad"+Object(r.a)().toString(),this.gradientUrl="url(#"+this.gradientId+")";var t=this.data.series.map(function(t){return t.value}),e=Math.max.apply(Math,t),n=Math.min.apply(Math,t);this.gradientStops=this.colors.getLinearGradientStops(e,n),this.areaGradientStops=this.colors.getLinearGradientStops(e)}else this.hasGradient=!1,this.gradientStops=void 0,this.areaGradientStops=void 0},t.prototype.isActive=function(t){return!!this.activeEntries&&void 0!==this.activeEntries.find(function(e){return t.name===e.name})},t.prototype.isInactive=function(t){return!(!this.activeEntries||0===this.activeEntries.length)&&void 0===this.activeEntries.find(function(e){return t.name===e.name})},s([Object(i.Input)(),c("design:type",Object)],t.prototype,"data",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"xScale",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"yScale",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"colors",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"scaleType",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"curve",void 0),s([Object(i.Input)(),c("design:type",Array)],t.prototype,"activeEntries",void 0),s([Object(i.Input)(),c("design:type",Number)],t.prototype,"rangeFillOpacity",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"hasRange",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"animations",void 0),s([Object(i.Component)({selector:"g[ngx-charts-line-series]",template:'\n \n \n \n \n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/line-chart/line.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return c});var i=n("@angular/core"),a=(n.n(i),n("@angular/animations")),r=(n.n(a),n("d3-selection")),o=(n.n(r),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),s=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},c=function(){function t(t){this.element=t,this.fill="none",this.animations=!0,this.select=new i.EventEmitter,this.initialized=!1}return t.prototype.ngOnChanges=function(t){this.initialized?this.updatePathEl():(this.initialized=!0,this.initialPath=this.path)},t.prototype.updatePathEl=function(){var t=Object(r.select)(this.element.nativeElement).select(".line");this.animations?t.transition().duration(750).attr("d",this.path):t.attr("d",this.path)},o([Object(i.Input)(),s("design:type",Object)],t.prototype,"path",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"stroke",void 0),o([Object(i.Input)(),s("design:type",Object)],t.prototype,"data",void 0),o([Object(i.Input)(),s("design:type",String)],t.prototype,"fill",void 0),o([Object(i.Input)(),s("design:type",Boolean)],t.prototype,"animations",void 0),o([Object(i.Output)(),s("design:type",Object)],t.prototype,"select",void 0),o([Object(i.Component)({selector:"g[ngx-charts-line]",template:'\n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush,animations:[Object(a.trigger)("animationState",[Object(a.transition)(":enter",[Object(a.style)({strokeDasharray:2e3,strokeDashoffset:2e3}),Object(a.animate)(1e3,Object(a.style)({strokeDashoffset:0}))])])]}),s("design:paramtypes",[i.ElementRef])],t)}()},"./src/ngx-charts.module.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return y}),n("./src/polyfills.ts");var i=n("@angular/core"),a=(n.n(i),n("./src/common/chart-common.module.ts")),r=n("./src/area-chart/area-chart.module.ts"),o=n("./src/bar-chart/bar-chart.module.ts"),s=n("./src/bubble-chart/bubble-chart.module.ts"),c=n("./src/force-directed-graph/force-directed-graph.module.ts"),l=n("./src/heat-map/heat-map.module.ts"),d=n("./src/line-chart/line-chart.module.ts"),u=n("./src/polar-chart/polar-chart.module.ts"),h=n("./src/number-card/number-card.module.ts"),p=n("./src/pie-chart/pie-chart.module.ts"),m=n("./src/tree-map/tree-map.module.ts"),f=n("./src/gauge/gauge.module.ts"),g=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},y=function(){return g([Object(i.NgModule)({exports:[a.a,r.b,o.a,s.b,c.b,l.d,d.b,u.b,h.d,p.d,m.d,f.d]})],function(){})}()},"./src/number-card/card-series.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return s});var i=n("@angular/core"),a=(n.n(i),n("./src/utils/color-utils.ts")),r=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},o=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},s=function(){function t(){this.innerPadding=15,this.emptyColor="rgba(0, 0, 0, 0)",this.animations=!0,this.select=new i.EventEmitter}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){if(this.data.length>2){var t=this.valueFormatting||function(t){return t.value.toLocaleString()},e=this.data.map(function(e){return e&&e.data&&void 0!==e.data.value&&null!==e.data.value?t({data:e.data,label:e?e.data.name:"",value:e&&e.data?e.data.value:""}).length:0}).sort(function(t,e){return e-t}),n=Math.ceil(this.data.length/2);this.medianSize=e[n]}var i=this.getCards();this.cards=i.filter(function(t){return null!==t.data.value}),this.emptySlots=i.filter(function(t){return null===t.data.value})},t.prototype.getCards=function(){var t=this,e="number"==typeof this.innerPadding?this.innerPadding:this.innerPadding[0]+this.innerPadding[2],n="number"==typeof this.innerPadding?this.innerPadding:this.innerPadding[1]+this.innerPadding[3];return this.data.map(function(i,r){var o=i.data.name;o=o&&"Date"===o.constructor.name?o.toLocaleDateString():o?o.toLocaleString():o,i.data.name=o;var s=i.data.value,c=o?t.colors.getColor(o):t.emptyColor,l=t.cardColor||c||"#000";return{x:i.x,y:i.y,width:i.width-n,height:i.height-e,color:l,bandColor:t.bandColor||c,textColor:t.textColor||Object(a.a)(l),label:o,data:i.data,tooltipText:o+": "+s}})},t.prototype.trackBy=function(t,e){return e.label},t.prototype.onClick=function(t){this.select.emit(t)},r([Object(i.Input)(),o("design:type",Array)],t.prototype,"data",void 0),r([Object(i.Input)(),o("design:type",Array)],t.prototype,"slots",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"dims",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"colors",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"innerPadding",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"cardColor",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"bandColor",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"emptyColor",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"textColor",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"valueFormatting",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"labelFormatting",void 0),r([Object(i.Input)(),o("design:type",Boolean)],t.prototype,"animations",void 0),r([Object(i.Output)(),o("design:type",Object)],t.prototype,"select",void 0),r([Object(i.Component)({selector:"g[ngx-charts-card-series]",template:'\n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/number-card/card.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/number-card/card.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/number-card/card.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return l});var i=n("@angular/core"),a=(n.n(i),n("./src/common/trim-label.helper.ts")),r=n("./src/common/shape.helper.ts"),o=n("./src/common/count/index.ts"),s=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},c=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},l=function(){function t(t,e,n){this.cd=e,this.zone=n,this.animations=!0,this.select=new i.EventEmitter,this.value="",this.textFontSize=12,this.textTransform="",this.initialized=!1,this.bandHeight=10,this.textPadding=[10,20,5,20],this.labelFontSize=15,this.element=t.nativeElement}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.ngOnDestroy=function(){cancelAnimationFrame(this.animationReq)},t.prototype.update=function(){var t=this;this.zone.run(function(){var e=t.data&&void 0!==t.data.value,n=t.valueFormatting||function(t){return t.value.toLocaleString()},i=t.labelFormatting||function(t){return Object(a.a)(t.label,55)};t.transform="translate("+t.x+" , "+t.y+")",t.textWidth=Math.max(0,t.width)-t.textPadding[1]-t.textPadding[3],t.cardWidth=Math.max(0,t.width),t.cardHeight=Math.max(0,t.height),t.label=t.data?t.data.name:"";var o={label:t.label,data:t.data,value:t.data.value};t.formattedLabel=i(o),t.transformBand="translate(0 , "+(t.cardHeight-t.bandHeight)+")";var s=e?n(o):"";t.value=t.paddedValue(s),t.setPadding(),t.bandPath=Object(r.a)(0,0,t.cardWidth,t.bandHeight,3,[!1,!1,!0,!0]),setTimeout(function(){t.scaleText(),t.value=s,e&&!t.initialized&&setTimeout(function(){return t.startCount()},20)},8)})},t.prototype.paddedValue=function(t){return this.medianSize&&this.medianSize>t.length&&(t+="\u2007".repeat(this.medianSize-t.length)),t},t.prototype.startCount=function(){var t=this;if(!this.initialized&&this.animations){cancelAnimationFrame(this.animationReq);var e=this.data.value,n=Object(o.c)(e),i=this.valueFormatting||function(t){return t.value.toLocaleString()};this.animationReq=Object(o.b)(0,e,n,1,function(n){var a=n.value,r=n.finished;t.zone.run(function(){t.value=i({label:t.label,data:t.data,value:a=r?e:a}),r||(t.value=t.paddedValue(t.value)),t.cd.markForCheck()})}),this.initialized=!0}},t.prototype.scaleText=function(){var t=this;this.zone.run(function(){var e=t.textEl.nativeElement.getBoundingClientRect(),n=e.width,i=e.height;if(0!==n&&0!==i){var a=t.textPadding[1]=t.textPadding[3]=t.cardWidth/8,r=Math.min((t.cardWidth-2*a)/n,t.cardHeight/3/i);t.textFontSize=Math.floor(t.textFontSize*r),t.labelFontSize=Math.min(t.textFontSize,15),t.setPadding(),t.cd.markForCheck()}})},t.prototype.setPadding=function(){this.textPadding[1]=this.textPadding[3]=this.cardWidth/8;var t=this.cardHeight/2;this.textPadding[0]=t-this.textFontSize-this.labelFontSize/2,this.textPadding[2]=t-this.labelFontSize},t.prototype.onClick=function(){this.select.emit({name:this.data.name,value:this.data.value})},s([Object(i.Input)(),c("design:type",Object)],t.prototype,"color",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"bandColor",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"textColor",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"x",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"y",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"width",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"height",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"label",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"data",void 0),s([Object(i.Input)(),c("design:type",Number)],t.prototype,"medianSize",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"valueFormatting",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"labelFormatting",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"animations",void 0),s([Object(i.Output)(),c("design:type",Object)],t.prototype,"select",void 0),s([Object(i.ViewChild)("textEl"),c("design:type",i.ElementRef)],t.prototype,"textEl",void 0),s([Object(i.Component)({selector:"g[ngx-charts-card]",template:'\n \n \n \n {{label}}\n \n \n \n \n \n {{value}}\n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush}),c("design:paramtypes",[i.ElementRef,i.ChangeDetectorRef,i.NgZone])],t)}()},"./src/number-card/index.ts":function(t,e,n){"use strict";var i=n("./src/number-card/number-card.module.ts");n.d(e,"a",function(){return i.a}),n.d(e,"b",function(){return i.b}),n.d(e,"c",function(){return i.c}),n.d(e,"d",function(){return i.d}),n("./src/number-card/number-card.component.ts"),n("./src/number-card/card.component.ts"),n("./src/number-card/card-series.component.ts")},"./src/number-card/number-card.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return h});var i,a=n("@angular/core"),r=(n.n(a),n("./src/common/base-chart.component.ts")),o=n("./src/common/view-dimensions.helper.ts"),s=n("./src/common/color.helper.ts"),c=n("./src/common/grid-layout.helper.ts"),l=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),d=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},u=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},h=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.emptyColor="rgba(0, 0, 0, 0)",e.innerPadding=15,e.margin=[10,10,10,10],e}return l(e,t),Object.defineProperty(e.prototype,"clickable",{get:function(){return!!this.select.observers.length},enumerable:!0,configurable:!0}),e.prototype.update=function(){t.prototype.update.call(this),this.dims=Object(o.a)({width:this.width,height:this.height,margins:this.margin}),this.domain=this.getDomain(),this.setColors(),this.transform="translate("+this.dims.xOffset+" , "+this.margin[0]+")";for(var e=Object(c.b)(this.dims,this.results.length,150),n=e[0]*e[1],i=this.results.slice();i.length\n \n \n \n \n ',styles:[n("./src/common/base-chart.component.scss"),n("./src/number-card/card.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush})],e)}(r.a)},"./src/number-card/number-card.module.ts":function(t,e,n){"use strict";n.d(e,"d",function(){return l});var i=n("@angular/core"),a=(n.n(i),n("./src/common/chart-common.module.ts")),r=n("./src/number-card/card.component.ts"),o=n("./src/number-card/card-series.component.ts"),s=n("./src/number-card/number-card.component.ts");n.d(e,"a",function(){return r.a}),n.d(e,"b",function(){return o.a}),n.d(e,"c",function(){return s.a});var c=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},l=function(){return c([Object(i.NgModule)({imports:[a.a],declarations:[r.a,o.a,s.a],exports:[r.a,o.a,s.a]})],function(){})}()},"./src/pie-chart/advanced-pie-chart.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/pie-chart/advanced-pie-chart.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/pie-chart/advanced-pie-chart.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return u});var i,a=n("@angular/core"),r=(n.n(a),n("./src/common/view-dimensions.helper.ts")),o=n("./src/common/color.helper.ts"),s=n("./src/common/base-chart.component.ts"),c=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),l=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},d=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.activeEntries=[],e.tooltipDisabled=!1,e.label="Total",e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[20,20,20,20],e.valueFormatting=function(t){return t},e.nameFormatting=function(t){return t},e.percentageFormatting=function(t){return t},e}return c(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.dims=Object(r.a)({width:4*this.width/12,height:this.height,margins:this.margin}),this.domain=this.getDomain(),this.setColors();var e=this.dims.width/2,n=this.margin[0]+this.dims.height/2;this.legendWidth=this.width-this.dims.width-this.margin[1],this.outerRadius=Math.min(this.dims.width,this.dims.height)/2.5,this.innerRadius=.75*this.outerRadius,this.transform="translate("+e+" , "+n+")"},e.prototype.getDomain=function(){return this.results.map(function(t){return t.name})},e.prototype.onClick=function(t){this.select.emit(t)},e.prototype.setColors=function(){this.colors=new o.a(this.scheme,"ordinal",this.domain,this.customColors)},e.prototype.onActivate=function(t){this.activeEntries.indexOf(t)>-1||(this.activeEntries=[t].concat(this.activeEntries),this.activate.emit({value:t,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t){var e=this.activeEntries.indexOf(t);this.activeEntries.splice(e,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:t,entries:this.activeEntries})},l([Object(a.Input)(),d("design:type",Boolean)],e.prototype,"gradient",void 0),l([Object(a.Input)(),d("design:type",Array)],e.prototype,"activeEntries",void 0),l([Object(a.Input)(),d("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),l([Object(a.Input)(),d("design:type",Object)],e.prototype,"tooltipText",void 0),l([Object(a.Input)(),d("design:type",String)],e.prototype,"label",void 0),l([Object(a.Output)(),d("design:type",a.EventEmitter)],e.prototype,"activate",void 0),l([Object(a.Output)(),d("design:type",a.EventEmitter)],e.prototype,"deactivate",void 0),l([Object(a.ContentChild)("tooltipTemplate"),d("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),l([Object(a.Input)(),d("design:type",Function)],e.prototype,"valueFormatting",void 0),l([Object(a.Input)(),d("design:type",Function)],e.prototype,"nameFormatting",void 0),l([Object(a.Input)(),d("design:type",Function)],e.prototype,"percentageFormatting",void 0),l([Object(a.Component)({selector:"ngx-charts-advanced-pie-chart",template:'\n \n
\n \n \n \n \n \n \n
\n \n \n \n \n \n ',styles:[n("./src/common/base-chart.component.scss"),n("./src/pie-chart/advanced-pie-chart.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush})],e)}(s.a)},"./src/pie-chart/index.ts":function(t,e,n){"use strict";var i=n("./src/pie-chart/pie-chart.module.ts");n.d(e,"a",function(){return i.a}),n.d(e,"b",function(){return i.b}),n.d(e,"c",function(){return i.c}),n.d(e,"d",function(){return i.d}),n.d(e,"e",function(){return i.e}),n.d(e,"f",function(){return i.f}),n.d(e,"g",function(){return i.g}),n.d(e,"h",function(){return i.h}),n("./src/pie-chart/pie-chart.component.ts"),n("./src/pie-chart/pie-arc.component.ts"),n("./src/pie-chart/pie-grid.component.ts"),n("./src/pie-chart/pie-series.component.ts"),n("./src/pie-chart/pie-label.component.ts")},"./src/pie-chart/pie-arc.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return d});var i=n("@angular/core"),a=(n.n(i),n("d3-interpolate")),r=(n.n(a),n("d3-selection")),o=(n.n(r),n("d3-shape")),s=(n.n(o),n("./src/utils/id.ts")),c=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},l=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},d=function(){function t(t){this.startAngle=0,this.endAngle=2*Math.PI,this.cornerRadius=0,this.explodeSlices=!1,this.gradient=!1,this.animate=!0,this.pointerEvents=!0,this.isActive=!1,this.select=new i.EventEmitter,this.activate=new i.EventEmitter,this.deactivate=new i.EventEmitter,this.initialized=!1,this.element=t.nativeElement}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){var t=this.calculateArc();this.path=t.startAngle(this.startAngle).endAngle(this.endAngle)(),this.startOpacity=.5,this.radialGradientId="linearGrad"+Object(s.a)().toString(),this.gradientFill="url(#"+this.radialGradientId+")",this.animate&&(this.initialized?this.updateAnimation():(this.loadAnimation(),this.initialized=!0))},t.prototype.calculateArc=function(){var t=this.outerRadius;return this.explodeSlices&&0===this.innerRadius&&(t=this.outerRadius*this.value/this.max),Object(o.arc)().innerRadius(this.innerRadius).outerRadius(t).cornerRadius(this.cornerRadius)},t.prototype.loadAnimation=function(){var t=Object(r.select)(this.element).selectAll(".arc").data([{startAngle:this.startAngle,endAngle:this.endAngle}]),e=this.calculateArc();t.transition().attrTween("d",function(t){this._current=this._current||t;var n=Object.assign({},t);n.endAngle=n.startAngle;var i=Object(a.interpolate)(n,n);return this._current=i(0),function(t){return e(i(t))}}).transition().duration(750).attrTween("d",function(t){this._current=this._current||t;var n=Object(a.interpolate)(this._current,t);return this._current=n(0),function(t){return e(n(t))}})},t.prototype.updateAnimation=function(){var t=Object(r.select)(this.element).selectAll(".arc").data([{startAngle:this.startAngle,endAngle:this.endAngle}]),e=this.calculateArc();t.transition().duration(750).attrTween("d",function(t){this._current=this._current||t;var n=Object(a.interpolate)(this._current,t);return this._current=n(0),function(t){return e(n(t))}})},t.prototype.onClick=function(){this.select.emit(this.data)},c([Object(i.Input)(),l("design:type",Object)],t.prototype,"fill",void 0),c([Object(i.Input)(),l("design:type",Number)],t.prototype,"startAngle",void 0),c([Object(i.Input)(),l("design:type",Number)],t.prototype,"endAngle",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"innerRadius",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"outerRadius",void 0),c([Object(i.Input)(),l("design:type",Number)],t.prototype,"cornerRadius",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"value",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"max",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"data",void 0),c([Object(i.Input)(),l("design:type",Boolean)],t.prototype,"explodeSlices",void 0),c([Object(i.Input)(),l("design:type",Boolean)],t.prototype,"gradient",void 0),c([Object(i.Input)(),l("design:type",Boolean)],t.prototype,"animate",void 0),c([Object(i.Input)(),l("design:type",Boolean)],t.prototype,"pointerEvents",void 0),c([Object(i.Input)(),l("design:type",Boolean)],t.prototype,"isActive",void 0),c([Object(i.Output)(),l("design:type",Object)],t.prototype,"select",void 0),c([Object(i.Output)(),l("design:type",Object)],t.prototype,"activate",void 0),c([Object(i.Output)(),l("design:type",Object)],t.prototype,"deactivate",void 0),c([Object(i.Component)({selector:"g[ngx-charts-pie-arc]",template:'\n \n \n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush}),l("design:paramtypes",[i.ElementRef])],t)}()},"./src/pie-chart/pie-chart.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/pie-chart/pie-chart.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/pie-chart/pie-chart.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return u});var i,a=n("@angular/core"),r=(n.n(a),n("./src/common/view-dimensions.helper.ts")),o=n("./src/common/color.helper.ts"),s=n("./src/common/base-chart.component.ts"),c=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),l=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},d=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.labels=!1,e.legend=!1,e.legendTitle="Legend",e.explodeSlices=!1,e.doughnut=!1,e.arcWidth=.25,e.activeEntries=[],e.tooltipDisabled=!1,e.trimLabels=!0,e.maxLabelLength=10,e.select=new a.EventEmitter,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[20,20,20,20],e}return c(e,t),e.prototype.update=function(){var e=this;t.prototype.update.call(this),this.labels&&(this.margin=[30,80,30,80]),this.dims=Object(r.a)({width:this.width,height:this.height,margins:this.margin,showLegend:this.legend}),this.translation="translate("+(this.margin[3]+this.dims.width/2)+", "+(this.margin[0]+this.dims.height/2)+")",this.outerRadius=Math.min(this.dims.width,this.dims.height),this.outerRadius/=this.labels?3:2,this.innerRadius=0,this.doughnut&&(this.innerRadius=this.outerRadius*(1-this.arcWidth)),this.domain=this.getDomain(),this.data=this.results.sort(function(t,n){return e.domain.indexOf(t.name)-e.domain.indexOf(n.name)}),this.setColors(),this.legendOptions=this.getLegendOptions()},e.prototype.getDomain=function(){var t=[];return this.results.map(function(e){var n=e.name;n="Date"===n.constructor.name?n.toLocaleDateString():n.toLocaleString(),-1===t.indexOf(n)&&t.push(n)}),t},e.prototype.onClick=function(t){this.select.emit(t)},e.prototype.setColors=function(){this.colors=new o.a(this.scheme,"ordinal",this.domain,this.customColors)},e.prototype.getLegendOptions=function(){return{scaleType:"ordinal",domain:this.domain,colors:this.colors,title:this.legendTitle}},e.prototype.onActivate=function(t){this.activeEntries.findIndex(function(e){return e.name===t.name&&e.value===t.value})>-1||(this.activeEntries=[t].concat(this.activeEntries),this.activate.emit({value:t,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t){var e=this.activeEntries.findIndex(function(e){return e.name===t.name&&e.value===t.value});this.activeEntries.splice(e,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:t,entries:this.activeEntries})},l([Object(a.Input)(),d("design:type",Object)],e.prototype,"labels",void 0),l([Object(a.Input)(),d("design:type",Object)],e.prototype,"legend",void 0),l([Object(a.Input)(),d("design:type",String)],e.prototype,"legendTitle",void 0),l([Object(a.Input)(),d("design:type",Object)],e.prototype,"explodeSlices",void 0),l([Object(a.Input)(),d("design:type",Object)],e.prototype,"doughnut",void 0),l([Object(a.Input)(),d("design:type",Object)],e.prototype,"arcWidth",void 0),l([Object(a.Input)(),d("design:type",Boolean)],e.prototype,"gradient",void 0),l([Object(a.Input)(),d("design:type",Array)],e.prototype,"activeEntries",void 0),l([Object(a.Input)(),d("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),l([Object(a.Input)(),d("design:type",Object)],e.prototype,"labelFormatting",void 0),l([Object(a.Input)(),d("design:type",Boolean)],e.prototype,"trimLabels",void 0),l([Object(a.Input)(),d("design:type",Number)],e.prototype,"maxLabelLength",void 0),l([Object(a.Input)(),d("design:type",Object)],e.prototype,"tooltipText",void 0),l([Object(a.Output)(),d("design:type",Object)],e.prototype,"select",void 0),l([Object(a.Output)(),d("design:type",a.EventEmitter)],e.prototype,"activate",void 0),l([Object(a.Output)(),d("design:type",a.EventEmitter)],e.prototype,"deactivate",void 0),l([Object(a.ContentChild)("tooltipTemplate"),d("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),l([Object(a.Component)({selector:"ngx-charts-pie-chart",template:'\n \n \n \n \n \n ',styles:[n("./src/common/base-chart.component.scss"),n("./src/pie-chart/pie-chart.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush})],e)}(s.a)},"./src/pie-chart/pie-chart.module.ts":function(t,e,n){"use strict";n.d(e,"d",function(){return p});var i=n("@angular/core"),a=(n.n(i),n("./src/common/chart-common.module.ts")),r=n("./src/pie-chart/advanced-pie-chart.component.ts"),o=n("./src/pie-chart/pie-label.component.ts"),s=n("./src/pie-chart/pie-arc.component.ts"),c=n("./src/pie-chart/pie-chart.component.ts"),l=n("./src/pie-chart/pie-grid.component.ts"),d=n("./src/pie-chart/pie-grid-series.component.ts"),u=n("./src/pie-chart/pie-series.component.ts");n.d(e,"a",function(){return r.a}),n.d(e,"g",function(){return o.a}),n.d(e,"b",function(){return s.a}),n.d(e,"c",function(){return c.a}),n.d(e,"e",function(){return l.a}),n.d(e,"f",function(){return d.a}),n.d(e,"h",function(){return u.a});var h=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},p=function(){return h([Object(i.NgModule)({imports:[a.a],declarations:[r.a,o.a,s.a,c.a,l.a,d.a,u.a],exports:[r.a,o.a,s.a,c.a,l.a,d.a,u.a]})],function(){})}()},"./src/pie-chart/pie-grid-series.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return s});var i=n("@angular/core"),a=(n.n(i),n("d3-shape")),r=(n.n(a),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),o=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},s=function(){function t(t){this.innerRadius=70,this.outerRadius=80,this.animations=!0,this.select=new i.EventEmitter,this.element=t.nativeElement}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){this.layout=Object(a.pie)().value(function(t){return t.data.value}).sort(null),this.arcs=this.getArcs()},t.prototype.getArcs=function(){var t=this;return this.layout(this.data).map(function(e,n){var i=e.data.data.name,a=e.data.data.other;0===n&&(e.startAngle=0);var r=t.colors(i);return{data:e.data.data,class:"arc arc"+n,fill:r,startAngle:a?0:e.startAngle,endAngle:e.endAngle,animate:t.animations&&!a,pointerEvents:!a}})},t.prototype.onClick=function(t){this.select.emit({name:this.data[0].data.name,value:this.data[0].data.value})},t.prototype.trackBy=function(t,e){return e.data.name},t.prototype.label=function(t){return t.data.name},t.prototype.color=function(t){return this.colors(this.label(t))},r([Object(i.Input)(),o("design:type",Object)],t.prototype,"colors",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"data",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"innerRadius",void 0),r([Object(i.Input)(),o("design:type",Object)],t.prototype,"outerRadius",void 0),r([Object(i.Input)(),o("design:type",Boolean)],t.prototype,"animations",void 0),r([Object(i.Output)(),o("design:type",Object)],t.prototype,"select",void 0),r([Object(i.Component)({selector:"g[ngx-charts-pie-grid-series]",template:'\n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush}),o("design:paramtypes",[i.ElementRef])],t)}()},"./src/pie-chart/pie-grid.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/pie-chart/pie-grid.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/pie-chart/pie-grid.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return g});var i,a=n("@angular/core"),r=(n.n(a),n("d3-array")),o=(n.n(r),n("d3-format")),s=(n.n(o),n("./src/common/view-dimensions.helper.ts")),c=n("./src/common/color.helper.ts"),l=n("./src/common/base-chart.component.ts"),d=n("./src/common/trim-label.helper.ts"),u=n("./src/common/grid-layout.helper.ts"),h=n("./src/common/label.helper.ts"),p=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),m=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},f=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},g=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.tooltipDisabled=!1,e.label="Total",e.minWidth=150,e.margin=[20,20,20,20],e}return p(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin}),this.domain=this.getDomain(),this.data=Object(u.a)(this.dims,this.results,this.minWidth,this.designatedTotal),this.transform="translate("+this.margin[3]+" , "+this.margin[0]+")",this.series=this.getSeries(),this.setColors(),this.tooltipText=this.tooltipText||this.defaultTooltipText},e.prototype.defaultTooltipText=function(t){var e=t.data;return'\n '+Object(d.a)(Object(h.a)(e.name))+'\n '+e.value.toLocaleString()+"\n "},e.prototype.getDomain=function(){return this.results.map(function(t){return t.name})},e.prototype.getSeries=function(){var t=this,e=this.designatedTotal?this.designatedTotal:this.getTotal();return this.data.map(function(n){var i=n.data.name,a=Object(h.a)(i),s=n.data.value,c=Object(r.min)([n.width-10,n.height-20])/2-5,l=0;return{transform:"translate("+(n.x+(n.width-10)/2)+", "+(n.y+(n.height-20)/2)+")",colors:function(){return 1===(l+=1)?"rgba(100,100,100,0.3)":t.colorScale.getColor(a)},innerRadius:.9*c,outerRadius:c,name:i,label:Object(d.a)(a),total:s,value:s,percent:Object(o.format)(".1%")(n.data.percent),data:[n,{data:{other:!0,value:e-s,name:n.data.name}}]}})},e.prototype.getTotal=function(){return this.results.map(function(t){return t.value}).reduce(function(t,e){return t+e},0)},e.prototype.onClick=function(t){this.select.emit(t)},e.prototype.setColors=function(){this.colorScale=new c.a(this.scheme,"ordinal",this.domain,this.customColors)},m([Object(a.Input)(),f("design:type",Number)],e.prototype,"designatedTotal",void 0),m([Object(a.Input)(),f("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),m([Object(a.Input)(),f("design:type",Function)],e.prototype,"tooltipText",void 0),m([Object(a.Input)(),f("design:type",String)],e.prototype,"label",void 0),m([Object(a.Input)(),f("design:type",Number)],e.prototype,"minWidth",void 0),m([Object(a.ContentChild)("tooltipTemplate"),f("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),m([Object(a.Component)({selector:"ngx-charts-pie-grid",template:'\n \n \n \n \n \n \n \n {{series.percent.toLocaleString()}}\n \n \n {{series.label}}\n \n \n \n \n {{label}}: {{series.total.toLocaleString()}}\n \n \n \n \n ',styles:[n("./src/common/base-chart.component.scss"),n("./src/pie-chart/pie-grid.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush})],e)}(l.a)},"./src/pie-chart/pie-label.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return c});var i=n("@angular/core"),a=(n.n(i),n("d3-shape")),r=(n.n(a),n("./src/common/trim-label.helper.ts")),o=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},s=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},c=function(){function t(){this.animations=!0,this.labelTrim=!0,this.labelTrimSize=10,this.isIE=/(edge|msie|trident)/i.test(navigator.userAgent),this.trimLabel=r.a}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){var t=this.radius;this.explodeSlices&&(t=this.radius*this.value/this.max);var e=Object(a.arc)().innerRadius(t).outerRadius(t).centroid(this.data),n=this.data.pos[1]/e[1];0!==this.data.pos[1]&&0!==e[1]||(n=1),this.line="M"+e+"L"+[n*e[0],n*e[1]]+"L"+this.data.pos},Object.defineProperty(t.prototype,"textX",{get:function(){return this.data.pos[0]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"textY",{get:function(){return this.data.pos[1]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"styleTransform",{get:function(){return this.isIE?null:"translate3d("+this.textX+"px,"+this.textY+"px, 0)"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"attrTransform",{get:function(){return this.isIE?"translate("+this.textX+","+this.textY+")":null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"textTransition",{get:function(){return this.isIE||!this.animations?null:"transform 0.75s"},enumerable:!0,configurable:!0}),t.prototype.textAnchor=function(){return this.midAngle(this.data){{label}}\n \n \n {{labelTrim ? trimLabel(label, labelTrimSize) : label}}\n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush}),s("design:paramtypes",[])],t)}()},"./src/pie-chart/pie-series.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return l});var i=n("@angular/core"),a=(n.n(i),n("d3-array")),r=(n.n(a),n("d3-shape")),o=(n.n(r),n("./src/common/label.helper.ts")),s=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},c=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},l=function(){function t(){this.series=[],this.innerRadius=60,this.outerRadius=80,this.trimLabels=!0,this.maxLabelLength=10,this.tooltipDisabled=!1,this.animations=!0,this.select=new i.EventEmitter,this.activate=new i.EventEmitter,this.deactivate=new i.EventEmitter}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){var t=Object(r.pie)().value(function(t){return t.value}).sort(null)(this.series);this.max=Object(a.max)(t,function(t){return t.value}),this.data=this.calculateLabelPositions(t),this.tooltipText=this.tooltipText||this.defaultTooltipText},t.prototype.midAngle=function(t){return t.startAngle+(t.endAngle-t.startAngle)/2},t.prototype.outerArc=function(){return Object(r.arc)().innerRadius(1.5*this.outerRadius).outerRadius(1.5*this.outerRadius)},t.prototype.calculateLabelPositions=function(t){var e=this,n=t;n.forEach(function(t){t.pos=e.outerArc().centroid(t),t.pos[0]=1.5*e.outerRadius*(e.midAngle(t)0){var s=10-Math.abs(o.pos[1]-a.pos[1]);s>0&&(o.pos[1]+=Math.sign(o.pos[0])*s)}}return n},t.prototype.labelVisible=function(t){return this.showLabels&&t.endAngle-t.startAngle>Math.PI/30},t.prototype.labelText=function(t){return this.labelFormatting?this.labelFormatting(t.data.name):this.label(t)},t.prototype.label=function(t){return Object(o.a)(t.data.name)},t.prototype.defaultTooltipText=function(t){return'\n '+this.label(t)+'\n '+Object(o.a)(t.data.value)+"\n "},t.prototype.color=function(t){return this.colors.getColor(this.label(t))},t.prototype.trackBy=function(t,e){return e.data.name},t.prototype.onClick=function(t){this.select.emit(t)},t.prototype.isActive=function(t){return!!this.activeEntries&&void 0!==this.activeEntries.find(function(e){return t.name===e.name&&t.series===e.series})},s([Object(i.Input)(),c("design:type",Object)],t.prototype,"colors",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"series",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"dims",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"innerRadius",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"outerRadius",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"explodeSlices",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"showLabels",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"gradient",void 0),s([Object(i.Input)(),c("design:type",Array)],t.prototype,"activeEntries",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"labelFormatting",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"trimLabels",void 0),s([Object(i.Input)(),c("design:type",Number)],t.prototype,"maxLabelLength",void 0),s([Object(i.Input)(),c("design:type",Function)],t.prototype,"tooltipText",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"tooltipDisabled",void 0),s([Object(i.Input)(),c("design:type",i.TemplateRef)],t.prototype,"tooltipTemplate",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"animations",void 0),s([Object(i.Output)(),c("design:type",Object)],t.prototype,"select",void 0),s([Object(i.Output)(),c("design:type",Object)],t.prototype,"activate",void 0),s([Object(i.Output)(),c("design:type",Object)],t.prototype,"deactivate",void 0),s([Object(i.Component)({selector:"g[ngx-charts-pie-series]",template:'\n \n \n \n \n \n
\n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/polar-chart/index.ts":function(t,e,n){"use strict";var i=n("./src/polar-chart/polar-chart.module.ts");n.d(e,"a",function(){return i.a}),n.d(e,"b",function(){return i.b}),n.d(e,"c",function(){return i.c}),n("./src/polar-chart/polar-chart.component.ts"),n("./src/polar-chart/polar-series.component.ts")},"./src/polar-chart/polar-chart.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/polar-chart/polar-chart.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/polar-chart/polar-chart.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return y});var i,a=n("@angular/core"),r=(n.n(a),n("@angular/animations")),o=(n.n(r),n("d3-scale")),s=(n.n(o),n("d3-shape")),c=(n.n(s),n("./src/common/view-dimensions.helper.ts")),l=n("./src/common/color.helper.ts"),d=n("./src/common/base-chart.component.ts"),u=n("./src/utils/types.ts"),h=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),p=this&&this.__assign||Object.assign||function(t){for(var e,n=1,i=arguments.length;n=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},f=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},g=2*Math.PI,y=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.legendTitle="Legend",e.showGridLines=!0,e.curve=s.curveCardinalClosed,e.activeEntries=[],e.rangeFillOpacity=.15,e.roundDomains=!1,e.tooltipDisabled=!1,e.showSeriesOnHover=!0,e.gradient=!1,e.yAxisMinScale=0,e.activate=new a.EventEmitter,e.deactivate=new a.EventEmitter,e.margin=[10,20,10,20],e.xAxisHeight=0,e.yAxisWidth=0,e}return h(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.setDims(),this.setScales(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.setTicks()},e.prototype.setDims=function(){this.dims=Object(c.a)({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType});var t=~~(this.dims.width/2),e=~~(this.dims.height/2),n=this.outerRadius=Math.min(e/1.5,t/1.5),i=Math.max(0,e-n);this.yAxisDims=p({},this.dims,{width:t}),this.transform="translate("+this.dims.xOffset+", "+this.margin[0]+")",this.transformYAxis="translate(0, "+i+")",this.labelOffset=this.dims.height+40,this.transformPlot="translate("+t+", "+e+")"},e.prototype.setScales=function(){var t=this.getXValues();this.scaleType=this.getScaleType(t),this.xDomain=this.filteredDomain||this.getXDomain(t),this.yDomain=this.getYDomain(),this.seriesDomain=this.getSeriesDomain(),this.xScale=this.getXScale(this.xDomain,g),this.yScale=this.getYScale(this.yDomain,this.outerRadius),this.yAxisScale=this.getYScale(this.yDomain.reverse(),this.outerRadius)},e.prototype.setTicks=function(){var t,e=this;t=this.xAxisTickFormatting?this.xAxisTickFormatting:this.xScale.tickFormat?this.xScale.tickFormat.apply(this.xScale,[5]):function(t){return Object(u.a)(t)?t.toLocaleDateString():t.toLocaleString()};var n=this.outerRadius;this.thetaTicks=this.xDomain.map(function(i){var a=e.xScale(i),r=1.1*n*(a>Math.PI?-1:1),o=t(i),s=[n*Math.sin(a),-n*Math.cos(a)];return{innerRadius:0,outerRadius:n,startAngle:a,endAngle:a,value:n,label:o,startPos:s,pos:[r,1.1*s[1]]}});for(var i=0;i0){var s=10-Math.abs(o.pos[1]-a.pos[1]);s>0&&(o.pos[1]+=Math.sign(o.pos[0])*s)}}this.radiusTicks=this.yAxisScale.ticks(~~(this.dims.height/50)).map(function(t){return e.yScale(t)})},e.prototype.getXValues=function(){for(var t=[],e=0,n=this.results;e-1||(this.activeEntries=this.showSeriesOnHover?[t].concat(this.activeEntries):this.activeEntries,this.activate.emit({value:t,entries:this.activeEntries}))},e.prototype.onDeactivate=function(t){var e=this.activeEntries.findIndex(function(e){return e.name===t.name&&e.value===t.value});this.activeEntries.splice(e,1),this.activeEntries=this.activeEntries.slice(),this.deactivate.emit({value:t,entries:this.activeEntries})},e.prototype.deactivateAll=function(){this.activeEntries=this.activeEntries.slice();for(var t=0,e=this.activeEntries;t\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ',styles:[n("./src/common/base-chart.component.scss"),n("./src/pie-chart/pie-chart.component.scss"),n("./src/polar-chart/polar-chart.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush,animations:[Object(r.trigger)("animationState",[Object(r.transition)(":leave",[Object(r.style)({opacity:1}),Object(r.animate)(500,Object(r.style)({opacity:0}))])])]})],e)}(d.a)},"./src/polar-chart/polar-chart.module.ts":function(t,e,n){"use strict";n.d(e,"b",function(){return d});var i=n("@angular/core"),a=(n.n(i),n("./src/common/chart-common.module.ts")),r=n("./src/polar-chart/polar-chart.component.ts"),o=n("./src/polar-chart/polar-series.component.ts"),s=n("./src/pie-chart/index.ts"),c=n("./src/line-chart/index.ts");n.d(e,"a",function(){return r.a}),n.d(e,"c",function(){return o.a});var l=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},d=function(){return l([Object(i.NgModule)({imports:[a.a,s.d,c.b],declarations:[r.a,o.a],exports:[r.a,o.a]})],function(){})}()},"./src/polar-chart/polar-series.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return l});var i=n("@angular/core"),a=(n.n(i),n("d3-shape")),r=(n.n(a),n("./src/utils/id.ts")),o=n("./src/utils/sort.ts"),s=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},c=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},l=function(){function t(){this.tooltipDisabled=!1,this.gradient=!1,this.animations=!0,this.circleRadius=3}return t.prototype.ngOnChanges=function(t){this.update()},t.prototype.update=function(){var t=this;this.updateGradients();var e=this.getLineGenerator(),n=this.sortData(this.data.series),i=this.data.name,a="linear"===this.colors.scaleType,r=this.yScale.domain()[0];this.seriesColor=this.colors.getColor(a?r:i),this.path=e(n)||"",this.circles=n.map(function(e){var n=t.getAngle(e),r=t.getRadius(e),o=e.value,s=t.colors.getColor(a?Math.abs(o):i);return{data:{series:i,value:o,name:e.name},cx:r*Math.sin(n),cy:-r*Math.cos(n),value:o,color:s,label:e.name}}),this.active=this.isActive(this.data),this.inactive=this.isInactive(this.data),this.tooltipText=this.tooltipText||function(e){return t.defaultTooltipText(e)}},t.prototype.getAngle=function(t){var e=t.name;return this.xScale("time"===this.scaleType?e:"linear"===this.scaleType?Number(e):e)},t.prototype.getRadius=function(t){return this.yScale(t.value)},t.prototype.getLineGenerator=function(){var t=this;return Object(a.radialLine)().angle(function(e){return t.getAngle(e)}).radius(function(e){return t.getRadius(e)}).curve(this.curve)},t.prototype.sortData=function(t){return"linear"===this.scaleType?Object(o.c)(t,"name"):"time"===this.scaleType?Object(o.b)(t,"name"):Object(o.a)(t,"name","asc",this.xScale.domain())},t.prototype.isActive=function(t){return!!this.activeEntries&&void 0!==this.activeEntries.find(function(e){return t.name===e.name})},t.prototype.isInactive=function(t){return!(!this.activeEntries||0===this.activeEntries.length)&&void 0===this.activeEntries.find(function(e){return t.name===e.name})},t.prototype.defaultTooltipText=function(t){return'\n '+this.data.name+" \u2022 "+t.label+'\n '+t.value.toLocaleString()+"\n "},t.prototype.updateGradients=function(){if(this.hasGradient=this.gradient||"linear"===this.colors.scaleType,this.hasGradient)if(this.gradientId="grad"+Object(r.a)().toString(),this.gradientUrl="url(#"+this.gradientId+")","linear"===this.colors.scaleType){var t=this.data.series.map(function(t){return t.value}),e=Math.max.apply(Math,t),n=Math.min.apply(Math,t);this.gradientStops=this.colors.getLinearGradientStops(e,n)}else this.gradientStops=void 0},s([Object(i.Input)(),c("design:type",Object)],t.prototype,"name",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"data",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"xScale",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"yScale",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"colors",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"scaleType",void 0),s([Object(i.Input)(),c("design:type",Object)],t.prototype,"curve",void 0),s([Object(i.Input)(),c("design:type",Array)],t.prototype,"activeEntries",void 0),s([Object(i.Input)(),c("design:type",Number)],t.prototype,"rangeFillOpacity",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"tooltipDisabled",void 0),s([Object(i.Input)(),c("design:type",Function)],t.prototype,"tooltipText",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"gradient",void 0),s([Object(i.Input)(),c("design:type",i.TemplateRef)],t.prototype,"tooltipTemplate",void 0),s([Object(i.Input)(),c("design:type",Boolean)],t.prototype,"animations",void 0),s([Object(i.Component)({selector:"g[ngx-charts-polar-series]",template:'\n \n \n \n \n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/polyfills.ts":function(t,e,n){"use strict";"undefined"!=typeof SVGElement&&void 0===SVGElement.prototype.contains&&(SVGElement.prototype.contains=HTMLDivElement.prototype.contains)},"./src/tree-map/index.ts":function(t,e,n){"use strict";var i=n("./src/tree-map/tree-map.module.ts");n.d(e,"a",function(){return i.a}),n.d(e,"b",function(){return i.b}),n.d(e,"c",function(){return i.c}),n.d(e,"d",function(){return i.d}),n("./src/tree-map/tree-map.component.ts"),n("./src/tree-map/tree-map-cell.component.ts"),n("./src/tree-map/tree-map-cell-series.component.ts")},"./src/tree-map/tree-map-cell-series.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n("@angular/core"),a=(n.n(i),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),r=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},o=function(){function t(){this.gradient=!1,this.tooltipDisabled=!1,this.animations=!0,this.select=new i.EventEmitter}return t.prototype.ngOnChanges=function(t){this.cells=this.getCells()},t.prototype.getCells=function(){var t=this;return this.data.children.filter(function(t){return 1===t.depth}).map(function(e,n){var i=e.id;return{data:{name:i,value:e.value},x:e.x0,y:e.y0,width:e.x1-e.x0,height:e.y1-e.y0,fill:t.colors.getColor(i),label:i,value:e.value,valueType:e.valueType}})},t.prototype.getTooltipText=function(t){return'\n '+t.label+'\n '+t.value.toLocaleString()+"\n "},t.prototype.onClick=function(t){this.select.emit(t)},t.prototype.trackBy=function(t,e){return e.label},a([Object(i.Input)(),r("design:type",Object)],t.prototype,"data",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"dims",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"colors",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"valueFormatting",void 0),a([Object(i.Input)(),r("design:type",Object)],t.prototype,"labelFormatting",void 0),a([Object(i.Input)(),r("design:type",Boolean)],t.prototype,"gradient",void 0),a([Object(i.Input)(),r("design:type",Boolean)],t.prototype,"tooltipDisabled",void 0),a([Object(i.Input)(),r("design:type",i.TemplateRef)],t.prototype,"tooltipTemplate",void 0),a([Object(i.Input)(),r("design:type",Boolean)],t.prototype,"animations",void 0),a([Object(i.Output)(),r("design:type",Object)],t.prototype,"select",void 0),a([Object(i.Component)({selector:"g[ngx-charts-tree-map-cell-series]",template:'\n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush})],t)}()},"./src/tree-map/tree-map-cell.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return d});var i=n("@angular/core"),a=(n.n(i),n("d3-selection")),r=(n.n(a),n("./src/utils/color-utils.ts")),o=n("./src/common/trim-label.helper.ts"),s=n("./src/utils/id.ts"),c=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},l=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},d=function(){function t(t){this.gradient=!1,this.animations=!0,this.select=new i.EventEmitter,this.initialized=!1,this.element=t.nativeElement}return t.prototype.ngOnChanges=function(){this.update(),this.valueFormatting=this.valueFormatting||function(t){return t.value.toLocaleString()};var t=this.labelFormatting||function(t){return Object(o.a)(t.label,55)},e={data:this.data,label:this.label,value:this.value};this.formattedValue=this.valueFormatting(e),this.formattedLabel=t(e),this.gradientId="grad"+Object(s.a)().toString(),this.gradientUrl="url(#"+this.gradientId+")",this.gradientStops=this.getGradientStops()},t.prototype.update=function(){this.initialized?this.animateToCurrentForm():(this.animations&&this.loadAnimation(),this.initialized=!0)},t.prototype.loadAnimation=function(){Object(a.select)(this.element).select(".cell").attr("opacity",0).attr("x",this.x).attr("y",this.y),this.animateToCurrentForm()},t.prototype.getTextColor=function(){return Object(r.a)(this.fill)},t.prototype.animateToCurrentForm=function(){var t=Object(a.select)(this.element).select(".cell");this.animations?t.transition().duration(750).attr("opacity",1).attr("x",this.x).attr("y",this.y).attr("width",this.width).attr("height",this.height):t.attr("opacity",1).attr("x",this.x).attr("y",this.y).attr("width",this.width).attr("height",this.height)},t.prototype.onClick=function(){this.select.emit({name:this.label,value:this.value})},t.prototype.getGradientStops=function(){return[{offset:0,color:this.fill,opacity:.3},{offset:100,color:this.fill,opacity:1}]},c([Object(i.Input)(),l("design:type",Object)],t.prototype,"data",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"fill",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"x",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"y",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"width",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"height",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"label",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"value",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"valueType",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"valueFormatting",void 0),c([Object(i.Input)(),l("design:type",Object)],t.prototype,"labelFormatting",void 0),c([Object(i.Input)(),l("design:type",Boolean)],t.prototype,"gradient",void 0),c([Object(i.Input)(),l("design:type",Boolean)],t.prototype,"animations",void 0),c([Object(i.Output)(),l("design:type",Object)],t.prototype,"select",void 0),c([Object(i.Component)({selector:"g[ngx-charts-tree-map-cell]",template:'\n \n \n \n \n \n \n \n \n \n \n \n \n \n {{formattedValue}}\n \n \n \n \n ',changeDetection:i.ChangeDetectionStrategy.OnPush}),l("design:paramtypes",[i.ElementRef])],t)}()},"./src/tree-map/tree-map.component.scss":function(t,e,n){var i=n("./node_modules/css-loader/index.js!./node_modules/postcss-loader/index.js!./node_modules/sass-loader/lib/loader.js??ref--3-4!./src/tree-map/tree-map.component.scss");t.exports="string"==typeof i?i:i.toString()},"./src/tree-map/tree-map.component.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return h});var i,a=n("@angular/core"),r=(n.n(a),n("d3-hierarchy")),o=(n.n(r),n("./src/common/base-chart.component.ts")),s=n("./src/common/view-dimensions.helper.ts"),c=n("./src/common/color.helper.ts"),l=this&&this.__extends||(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),d=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},u=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},h=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.tooltipDisabled=!1,e.gradient=!1,e.select=new a.EventEmitter,e.margin=[10,10,10,10],e}return l(e,t),e.prototype.update=function(){t.prototype.update.call(this),this.dims=Object(s.a)({width:this.width,height:this.height,margins:this.margin}),this.domain=this.getDomain(),this.treemap=Object(r.treemap)().size([this.dims.width,this.dims.height]);var e=Object(r.stratify)().id(function(t){var e=t.name;return"Date"===e.constructor.name?e.toLocaleDateString():e.toLocaleString()}).parentId(function(t){return t.isRoot?null:"root"})([{name:"root",value:0,isRoot:!0}].concat(this.results)).sum(function(t){return t.value});this.data=this.treemap(e),this.setColors(),this.transform="translate("+this.dims.xOffset+" , "+this.margin[0]+")"},e.prototype.getDomain=function(){return this.results.map(function(t){return t.name})},e.prototype.onClick=function(t){this.select.emit(t)},e.prototype.setColors=function(){this.colors=new c.a(this.scheme,"ordinal",this.domain,this.customColors)},d([Object(a.Input)(),u("design:type",Object)],e.prototype,"results",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"tooltipDisabled",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"valueFormatting",void 0),d([Object(a.Input)(),u("design:type",Object)],e.prototype,"labelFormatting",void 0),d([Object(a.Input)(),u("design:type",Boolean)],e.prototype,"gradient",void 0),d([Object(a.Output)(),u("design:type",Object)],e.prototype,"select",void 0),d([Object(a.ContentChild)("tooltipTemplate"),u("design:type",a.TemplateRef)],e.prototype,"tooltipTemplate",void 0),d([Object(a.Component)({selector:"ngx-charts-tree-map",template:'\n \n \n \n \n \n ',styles:[n("./src/tree-map/tree-map.component.scss")],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush})],e)}(o.a)},"./src/tree-map/tree-map.module.ts":function(t,e,n){"use strict";n.d(e,"d",function(){return l});var i=n("@angular/core"),a=(n.n(i),n("./src/common/chart-common.module.ts")),r=n("./src/tree-map/tree-map-cell.component.ts"),o=n("./src/tree-map/tree-map-cell-series.component.ts"),s=n("./src/tree-map/tree-map.component.ts");n.d(e,"a",function(){return r.a}),n.d(e,"b",function(){return o.a}),n.d(e,"c",function(){return s.a});var c=this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o},l=function(){return c([Object(i.NgModule)({imports:[a.a],declarations:[r.a,o.a,s.a],exports:[r.a,o.a,s.a]})],function(){})}()},"./src/utils/color-sets.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=[{name:"vivid",selectable:!0,group:"Ordinal",domain:["#647c8a","#3f51b5","#2196f3","#00b862","#afdf0a","#a7b61a","#f3e562","#ff9800","#ff5722","#ff4514"]},{name:"natural",selectable:!0,group:"Ordinal",domain:["#bf9d76","#e99450","#d89f59","#f2dfa7","#a5d7c6","#7794b1","#afafaf","#707160","#ba9383","#d9d5c3"]},{name:"cool",selectable:!0,group:"Ordinal",domain:["#a8385d","#7aa3e5","#a27ea8","#aae3f5","#adcded","#a95963","#8796c0","#7ed3ed","#50abcc","#ad6886"]},{name:"fire",selectable:!0,group:"Ordinal",domain:["#ff3d00","#bf360c","#ff8f00","#ff6f00","#ff5722","#e65100","#ffca28","#ffab00"]},{name:"solar",selectable:!0,group:"Continuous",domain:["#fff8e1","#ffecb3","#ffe082","#ffd54f","#ffca28","#ffc107","#ffb300","#ffa000","#ff8f00","#ff6f00"]},{name:"air",selectable:!0,group:"Continuous",domain:["#e1f5fe","#b3e5fc","#81d4fa","#4fc3f7","#29b6f6","#03a9f4","#039be5","#0288d1","#0277bd","#01579b"]},{name:"aqua",selectable:!0,group:"Continuous",domain:["#e0f7fa","#b2ebf2","#80deea","#4dd0e1","#26c6da","#00bcd4","#00acc1","#0097a7","#00838f","#006064"]},{name:"flame",selectable:!1,group:"Ordinal",domain:["#A10A28","#D3342D","#EF6D49","#FAAD67","#FDDE90","#DBED91","#A9D770","#6CBA67","#2C9653","#146738"]},{name:"ocean",selectable:!1,group:"Ordinal",domain:["#1D68FB","#33C0FC","#4AFFFE","#AFFFFF","#FFFC63","#FDBD2D","#FC8A25","#FA4F1E","#FA141B","#BA38D1"]},{name:"forest",selectable:!1,group:"Ordinal",domain:["#55C22D","#C1F33D","#3CC099","#AFFFFF","#8CFC9D","#76CFFA","#BA60FB","#EE6490","#C42A1C","#FC9F32"]},{name:"horizon",selectable:!1,group:"Ordinal",domain:["#2597FB","#65EBFD","#99FDD0","#FCEE4B","#FEFCFA","#FDD6E3","#FCB1A8","#EF6F7B","#CB96E8","#EFDEE0"]},{name:"neons",selectable:!1,group:"Ordinal",domain:["#FF3333","#FF33FF","#CC33FF","#0000FF","#33CCFF","#33FFFF","#33FF66","#CCFF33","#FFCC00","#FF6600"]},{name:"picnic",selectable:!1,group:"Ordinal",domain:["#FAC51D","#66BD6D","#FAA026","#29BB9C","#E96B56","#55ACD2","#B7332F","#2C83C9","#9166B8","#92E7E8"]},{name:"night",selectable:!1,group:"Ordinal",domain:["#2B1B5A","#501356","#183356","#28203F","#391B3C","#1E2B3C","#120634","#2D0432","#051932","#453080","#75267D","#2C507D","#4B3880","#752F7D","#35547D"]},{name:"nightLights",selectable:!1,group:"Ordinal",domain:["#4e31a5","#9c25a7","#3065ab","#57468b","#904497","#46648b","#32118d","#a00fb3","#1052a2","#6e51bd","#b63cc3","#6c97cb","#8671c1","#b455be","#7496c3"]}]},"./src/utils/color-utils.ts":function(t,e,n){"use strict";e.a=function(t){var e=i.rgb(t),n=e.r,a=e.g,r=e.b;return 0===e.opacity?e.toString():function(t,n){var i=e.r,a=e.g,r=e.b,o=n<0?0:255,s=n<0?-1*n:n;return"rgb("+(i=Math.round((o-i)*s)+i)+", "+(a=Math.round((o-a)*s)+a)+", "+(r=Math.round((o-r)*s)+r)+")"}(0,(299*n+587*a+114*r)/1e3>=128?-.8:.8)};var i=n("d3-color");n.n(i)},"./src/utils/id.ts":function(t,e,n){"use strict";e.a=function t(){var e=("0000"+(Math.random()*Math.pow(36,4)<<0).toString(36)).slice(-4);return i[e="a"+e]?t():(i[e]=!0,e)};var i={}},"./src/utils/index.ts":function(t,e,n){"use strict";var i=n("./src/utils/id.ts");n.d(e,"b",function(){return i.a}),n("./src/utils/color-sets.ts"),n("./src/utils/sort.ts"),n("./src/utils/throttle.ts"),n("./src/utils/color-utils.ts");var a=n("./src/utils/visibility-observer.ts");n.d(e,"a",function(){return a.a}),n("./src/utils/types.ts")},"./src/utils/sort.ts":function(t,e,n){"use strict";e.c=function(t,e,n){return void 0===n&&(n="asc"),t.sort(function(t,i){return"asc"===n?t[e]-i[e]:i[e]-t[e]})},e.a=function(t,e,n,i){return void 0===n&&(n="asc"),t.sort(function(t,a){var r=a[e],o=i.indexOf(t[e]),s=i.indexOf(r);return"asc"===n?o-s:s-o})},e.b=function(t,e,n){return void 0===n&&(n="asc"),t.sort(function(t,i){var a=t[e].getTime(),r=i[e].getTime();return"asc"===n?a>r?1:r>a?-1:0:a>r?-1:r>a?1:0})}},"./src/utils/throttle.ts":function(t,e,n){"use strict";e.a=function(t,e){return function(n,i,a){return{configurable:!0,enumerable:a.enumerable,get:function(){return Object.defineProperty(this,i,{configurable:!0,enumerable:a.enumerable,value:function(t,e,n){var i,a,r;n=n||{};var o=null,s=0;function c(){s=!1===n.leading?0:+new Date,o=null,r=t.apply(i,a)}return function(){var l=+new Date;s||!1!==n.leading||(s=l);var d=e-(l-s);return i=this,a=arguments,d<=0?(clearTimeout(o),o=null,s=l,r=t.apply(i,a)):o||!1===n.trailing||(o=setTimeout(c,d)),r}}(a.value,t,e)}),this[i]}}}}},"./src/utils/types.ts":function(t,e,n){"use strict";e.a=function(t){return"[object Date]"===toString.call(t)},e.b=function(t){return"number"==typeof t}},"./src/utils/visibility-observer.ts":function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n("@angular/core"),a=(n.n(i),this&&this.__decorate||function(t,e,n,i){var a,r=arguments.length,o=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(o=(r<3?a(o):r>3?a(e,n,o):a(e,n))||o);return r>3&&o&&Object.defineProperty(e,n,o),o}),r=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},o=function(){function t(t,e){this.element=t,this.zone=e,this.visible=new i.EventEmitter,this.isVisible=!1,this.runCheck()}return t.prototype.destroy=function(){clearTimeout(this.timeout)},t.prototype.onVisibilityChange=function(){var t=this;this.zone.run(function(){t.isVisible=!0,t.visible.emit(!0)})},t.prototype.runCheck=function(){var t=this,e=function(){if(t.element){var n=t.element.nativeElement;n.offsetHeight&&n.offsetWidth?(clearTimeout(t.timeout),t.onVisibilityChange()):(clearTimeout(t.timeout),t.zone.runOutsideAngular(function(){t.timeout=setTimeout(function(){return e()},100)}))}};this.zone.runOutsideAngular(function(){t.timeout=setTimeout(function(){return e()})})},a([Object(i.Output)(),r("design:type",i.EventEmitter)],t.prototype,"visible",void 0),t}()},"@angular/animations":function(e,n){e.exports=t},"@angular/common":function(t,n){t.exports=e},"@angular/core":function(t,e){t.exports=n},"@angular/platform-browser":function(t,e){t.exports=i},"d3-array":function(t,e){t.exports=a},"d3-brush":function(t,e){t.exports=r},"d3-color":function(t,e){t.exports=o},"d3-force":function(t,e){t.exports=s},"d3-format":function(t,e){t.exports=c},"d3-hierarchy":function(t,e){t.exports=l},"d3-interpolate":function(t,e){t.exports=d},"d3-scale":function(t,e){t.exports=u},"d3-selection":function(t,e){t.exports=h},"d3-shape":function(t,e){t.exports=p},"d3-time-format":function(t,e){t.exports=m}})},t.exports=i(n("ihYY"),n("Ip0R"),n("CcnG"),n("ZYjt"),n("vBe5"),n("X486"),n("SC+/"),n("Ckr6"),n("rWgG"),n("yUfG"),n("pD2Y"),n("4jaM"),n("/TIM"),n("8d86"),n("cOGN"))},"8TtQ":function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers,n=t.Scale.extend({getLabels:function(){var t=this.chart.data;return(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels},determineDataLimits:function(){var t,n=this,i=n.getLabels();n.minIndex=0,n.maxIndex=i.length-1,void 0!==n.options.ticks.min&&(t=e.indexOf(i,n.options.ticks.min),n.minIndex=-1!==t?t:n.minIndex),void 0!==n.options.ticks.max&&(t=e.indexOf(i,n.options.ticks.max),n.maxIndex=-1!==t?t:n.maxIndex),n.min=i[n.minIndex],n.max=i[n.maxIndex]},buildTicks:function(){var t=this,e=t.getLabels();t.ticks=0===t.minIndex&&t.maxIndex===e.length-1?e:e.slice(t.minIndex,t.maxIndex+1)},getLabelForIndex:function(t,e){var n=this,i=n.chart.data,a=n.isHorizontal();return i.yLabels&&!a?n.getRightValue(i.datasets[e].data[t]):n.ticks[t-n.minIndex]},getPixelForValue:function(t,e,n,i){var a,r=this,o=Math.max(r.maxIndex+1-r.minIndex-(r.options.gridLines.offsetGridLines?0:1),1);if(void 0!==t&&null!==t&&(a=r.isHorizontal()?t.x:t.y),void 0!==a||void 0!==t&&isNaN(e)){var s=r.getLabels().indexOf(t=a||t);e=-1!==s?s:e}if(r.isHorizontal()){var c=r.width/o,l=c*(e-r.minIndex);return(r.options.gridLines.offsetGridLines&&i||r.maxIndex===r.minIndex&&i)&&(l+=c/2),r.left+Math.round(l)}var d=r.height/o,u=d*(e-r.minIndex);return r.options.gridLines.offsetGridLines&&i&&(u+=d/2),r.top+Math.round(u)},getPixelForTick:function(t,e){return this.getPixelForValue(this.ticks[t],t+this.minIndex,null,e)},getValueForPixel:function(t){var e=this,n=Math.max(e.ticks.length-(e.options.gridLines.offsetGridLines?0:1),1),i=e.isHorizontal(),a=(i?e.width:e.height)/n;return t-=i?e.left:e.top,e.options.gridLines.offsetGridLines&&(t-=a/2),t<=0?0:Math.round(t/a)},getBasePixel:function(){return this.bottom}});t.scaleService.registerScaleType("category",n,{position:"bottom"})}},"8d86":function(t,e,n){"use strict";n.r(e);var i=Math.PI,a=2*i,r=a-1e-6;function o(){this._x0=this._y0=this._x1=this._y1=null,this._=""}function s(){return new o}o.prototype=s.prototype={constructor:o,moveTo:function(t,e){this._+="M"+(this._x0=this._x1=+t)+","+(this._y0=this._y1=+e)},closePath:function(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")},lineTo:function(t,e){this._+="L"+(this._x1=+t)+","+(this._y1=+e)},quadraticCurveTo:function(t,e,n,i){this._+="Q"+ +t+","+ +e+","+(this._x1=+n)+","+(this._y1=+i)},bezierCurveTo:function(t,e,n,i,a,r){this._+="C"+ +t+","+ +e+","+ +n+","+ +i+","+(this._x1=+a)+","+(this._y1=+r)},arcTo:function(t,e,n,a,r){var o=this._x1,s=this._y1,c=(n=+n)-(t=+t),l=(a=+a)-(e=+e),d=o-t,u=s-e,h=d*d+u*u;if((r=+r)<0)throw new Error("negative radius: "+r);if(null===this._x1)this._+="M"+(this._x1=t)+","+(this._y1=e);else if(h>1e-6)if(Math.abs(u*c-l*d)>1e-6&&r){var p=n-o,m=a-s,f=c*c+l*l,g=p*p+m*m,y=Math.sqrt(f),_=Math.sqrt(h),v=r*Math.tan((i-Math.acos((f+h-g)/(2*y*_)))/2),b=v/_,x=v/y;Math.abs(b-1)>1e-6&&(this._+="L"+(t+b*d)+","+(e+b*u)),this._+="A"+r+","+r+",0,0,"+ +(u*p>d*m)+","+(this._x1=t+x*c)+","+(this._y1=e+x*l)}else this._+="L"+(this._x1=t)+","+(this._y1=e)},arc:function(t,e,n,o,s,c){t=+t,e=+e;var l=(n=+n)*Math.cos(o),d=n*Math.sin(o),u=t+l,h=e+d,p=1^c,m=c?o-s:s-o;if(n<0)throw new Error("negative radius: "+n);null===this._x1?this._+="M"+u+","+h:(Math.abs(this._x1-u)>1e-6||Math.abs(this._y1-h)>1e-6)&&(this._+="L"+u+","+h),n&&(m<0&&(m=m%a+a),m>r?this._+="A"+n+","+n+",0,1,"+p+","+(t-l)+","+(e-d)+"A"+n+","+n+",0,1,"+p+","+(this._x1=u)+","+(this._y1=h):m>1e-6&&(this._+="A"+n+","+n+",0,"+ +(m>=i)+","+p+","+(this._x1=t+n*Math.cos(s))+","+(this._y1=e+n*Math.sin(s))))},rect:function(t,e,n,i){this._+="M"+(this._x0=this._x1=+t)+","+(this._y0=this._y1=+e)+"h"+ +n+"v"+ +i+"h"+-n+"Z"},toString:function(){return this._}};var c=s,l=function(t){return function(){return t}},d=Math.abs,u=Math.atan2,h=Math.cos,p=Math.max,m=Math.min,f=Math.sin,g=Math.sqrt,y=1e-12,_=Math.PI,v=_/2,b=2*_;function x(t){return t>=1?v:t<=-1?-v:Math.asin(t)}function M(t){return t.innerRadius}function w(t){return t.outerRadius}function L(t){return t.startAngle}function O(t){return t.endAngle}function k(t){return t&&t.padAngle}function j(t,e,n,i,a,r,o){var s=t-n,c=e-i,l=(o?r:-r)/g(s*s+c*c),d=l*c,u=-l*s,h=t+d,m=e+u,f=n+d,y=i+u,_=(h+f)/2,v=(m+y)/2,b=f-h,x=y-m,M=b*b+x*x,w=a-r,L=h*y-f*m,O=(x<0?-1:1)*g(p(0,w*w*M-L*L)),k=(L*x-b*O)/M,j=(-L*b-x*O)/M,D=(L*x+b*O)/M,T=(-L*b+x*O)/M,S=k-_,Y=j-v,A=D-_,C=T-v;return S*S+Y*Y>A*A+C*C&&(k=D,j=T),{cx:k,cy:j,x01:-d,y01:-u,x11:k*(a/w-1),y11:j*(a/w-1)}}var D=function(){var t=M,e=w,n=l(0),i=null,a=L,r=O,o=k,s=null;function p(){var l,p,M,w=+t.apply(this,arguments),L=+e.apply(this,arguments),O=a.apply(this,arguments)-v,k=r.apply(this,arguments)-v,D=d(k-O),T=k>O;if(s||(s=l=c()),Ly)if(D>b-y)s.moveTo(L*h(O),L*f(O)),s.arc(0,0,L,O,k,!T),w>y&&(s.moveTo(w*h(k),w*f(k)),s.arc(0,0,w,k,O,T));else{var S,Y,A=O,C=k,I=O,E=k,P=D,R=D,H=o.apply(this,arguments)/2,F=H>y&&(i?+i.apply(this,arguments):g(w*w+L*L)),W=m(d(L-w)/2,+n.apply(this,arguments)),z=W,N=W;if(F>y){var B=x(F/w*f(H)),V=x(F/L*f(H));(P-=2*B)>y?(I+=B*=T?1:-1,E-=B):(P=0,I=E=(O+k)/2),(R-=2*V)>y?(A+=V*=T?1:-1,C-=V):(R=0,A=C=(O+k)/2)}var G=L*h(A),X=L*f(A),U=w*h(E),$=w*f(E);if(W>y){var J=L*h(C),q=L*f(C),Z=w*h(I),K=w*f(I);if(D<_){var Q=P>y?function(t,e,n,i,a,r,o,s){var c=Z-G,l=K-X,d=o-J,u=s-q,h=(d*(X-q)-u*(G-J))/(u*c-d*l);return[G+h*c,X+h*l]}(0,0,0,0,0,0,U,$):[U,$],tt=G-Q[0],et=X-Q[1],nt=J-Q[0],it=q-Q[1],at=1/f(((M=(tt*nt+et*it)/(g(tt*tt+et*et)*g(nt*nt+it*it)))>1?0:M<-1?_:Math.acos(M))/2),rt=g(Q[0]*Q[0]+Q[1]*Q[1]);z=m(W,(w-rt)/(at-1)),N=m(W,(L-rt)/(at+1))}}R>y?N>y?(S=j(Z,K,G,X,L,N,T),Y=j(J,q,U,$,L,N,T),s.moveTo(S.cx+S.x01,S.cy+S.y01),Ny&&P>y?z>y?(S=j(U,$,J,q,w,-z,T),Y=j(G,X,Z,K,w,-z,T),s.lineTo(S.cx+S.x01,S.cy+S.y01),z=u;--h)s.point(y[h],_[h]);s.lineEnd(),s.areaEnd()}g&&(y[d]=+t(p,d,l),_[d]=+n(p,d,l),s.point(e?+e(p,d,l):y[d],i?+i(p,d,l):_[d]))}if(m)return s=null,m+""||null}function u(){return C().defined(a).curve(o).context(r)}return d.x=function(n){return arguments.length?(t="function"==typeof n?n:l(+n),e=null,d):t},d.x0=function(e){return arguments.length?(t="function"==typeof e?e:l(+e),d):t},d.x1=function(t){return arguments.length?(e=null==t?null:"function"==typeof t?t:l(+t),d):e},d.y=function(t){return arguments.length?(n="function"==typeof t?t:l(+t),i=null,d):n},d.y0=function(t){return arguments.length?(n="function"==typeof t?t:l(+t),d):n},d.y1=function(t){return arguments.length?(i=null==t?null:"function"==typeof t?t:l(+t),d):i},d.lineX0=d.lineY0=function(){return u().x(t).y(n)},d.lineY1=function(){return u().x(t).y(i)},d.lineX1=function(){return u().x(e).y(n)},d.defined=function(t){return arguments.length?(a="function"==typeof t?t:l(!!t),d):a},d.curve=function(t){return arguments.length?(o=t,null!=r&&(s=o(r)),d):o},d.context=function(t){return arguments.length?(null==t?r=s=null:s=o(r=t),d):r},d},E=function(t,e){return et?1:e>=t?0:NaN},P=function(t){return t},R=function(){var t=P,e=E,n=null,i=l(0),a=l(b),r=l(0);function o(o){var s,c,l,d,u,h=o.length,p=0,m=new Array(h),f=new Array(h),g=+i.apply(this,arguments),y=Math.min(b,Math.max(-b,a.apply(this,arguments)-g)),_=Math.min(Math.abs(y)/h,r.apply(this,arguments)),v=_*(y<0?-1:1);for(s=0;s0&&(p+=u);for(null!=e?m.sort(function(t,n){return e(f[t],f[n])}):null!=n&&m.sort(function(t,e){return n(o[t],o[e])}),s=0,l=p?(y-h*v)/p:0;s0?u*l:0)+v,padAngle:_};return f}return o.value=function(e){return arguments.length?(t="function"==typeof e?e:l(+e),o):t},o.sortValues=function(t){return arguments.length?(e=t,n=null,o):e},o.sort=function(t){return arguments.length?(n=t,e=null,o):n},o.startAngle=function(t){return arguments.length?(i="function"==typeof t?t:l(+t),o):i},o.endAngle=function(t){return arguments.length?(a="function"==typeof t?t:l(+t),o):a},o.padAngle=function(t){return arguments.length?(r="function"==typeof t?t:l(+t),o):r},o},H=W(S);function F(t){this._curve=t}function W(t){function e(e){return new F(t(e))}return e._curve=t,e}function z(t){var e=t.curve;return t.angle=t.x,delete t.x,t.radius=t.y,delete t.y,t.curve=function(t){return arguments.length?e(W(t)):e()._curve},t}F.prototype={areaStart:function(){this._curve.areaStart()},areaEnd:function(){this._curve.areaEnd()},lineStart:function(){this._curve.lineStart()},lineEnd:function(){this._curve.lineEnd()},point:function(t,e){this._curve.point(e*Math.sin(t),e*-Math.cos(t))}};var N=function(){return z(C().curve(H))},B=function(){var t=I().curve(H),e=t.curve,n=t.lineX0,i=t.lineX1,a=t.lineY0,r=t.lineY1;return t.angle=t.x,delete t.x,t.startAngle=t.x0,delete t.x0,t.endAngle=t.x1,delete t.x1,t.radius=t.y,delete t.y,t.innerRadius=t.y0,delete t.y0,t.outerRadius=t.y1,delete t.y1,t.lineStartAngle=function(){return z(n())},delete t.lineX0,t.lineEndAngle=function(){return z(i())},delete t.lineX1,t.lineInnerRadius=function(){return z(a())},delete t.lineY0,t.lineOuterRadius=function(){return z(r())},delete t.lineY1,t.curve=function(t){return arguments.length?e(W(t)):e()._curve},t},V=function(t,e){return[(e=+e)*Math.cos(t-=Math.PI/2),e*Math.sin(t)]},G=Array.prototype.slice;function X(t){return t.source}function U(t){return t.target}function $(t){var e=X,n=U,i=Y,a=A,r=null;function o(){var o,s=G.call(arguments),l=e.apply(this,s),d=n.apply(this,s);if(r||(r=o=c()),t(r,+i.apply(this,(s[0]=l,s)),+a.apply(this,s),+i.apply(this,(s[0]=d,s)),+a.apply(this,s)),o)return r=null,o+""||null}return o.source=function(t){return arguments.length?(e=t,o):e},o.target=function(t){return arguments.length?(n=t,o):n},o.x=function(t){return arguments.length?(i="function"==typeof t?t:l(+t),o):i},o.y=function(t){return arguments.length?(a="function"==typeof t?t:l(+t),o):a},o.context=function(t){return arguments.length?(r=null==t?null:t,o):r},o}function J(t,e,n,i,a){t.moveTo(e,n),t.bezierCurveTo(e=(e+i)/2,n,e,a,i,a)}function q(t,e,n,i,a){t.moveTo(e,n),t.bezierCurveTo(e,n=(n+a)/2,i,n,i,a)}function Z(t,e,n,i,a){var r=V(e,n),o=V(e,n=(n+a)/2),s=V(i,n),c=V(i,a);t.moveTo(r[0],r[1]),t.bezierCurveTo(o[0],o[1],s[0],s[1],c[0],c[1])}function K(){return $(J)}function Q(){return $(q)}function tt(){var t=$(Z);return t.angle=t.x,delete t.x,t.radius=t.y,delete t.y,t}var et={draw:function(t,e){var n=Math.sqrt(e/_);t.moveTo(n,0),t.arc(0,0,n,0,b)}},nt={draw:function(t,e){var n=Math.sqrt(e/5)/2;t.moveTo(-3*n,-n),t.lineTo(-n,-n),t.lineTo(-n,-3*n),t.lineTo(n,-3*n),t.lineTo(n,-n),t.lineTo(3*n,-n),t.lineTo(3*n,n),t.lineTo(n,n),t.lineTo(n,3*n),t.lineTo(-n,3*n),t.lineTo(-n,n),t.lineTo(-3*n,n),t.closePath()}},it=Math.sqrt(1/3),at=2*it,rt={draw:function(t,e){var n=Math.sqrt(e/at),i=n*it;t.moveTo(0,-n),t.lineTo(i,0),t.lineTo(0,n),t.lineTo(-i,0),t.closePath()}},ot=Math.sin(_/10)/Math.sin(7*_/10),st=Math.sin(b/10)*ot,ct=-Math.cos(b/10)*ot,lt={draw:function(t,e){var n=Math.sqrt(.8908130915292852*e),i=st*n,a=ct*n;t.moveTo(0,-n),t.lineTo(i,a);for(var r=1;r<5;++r){var o=b*r/5,s=Math.cos(o),c=Math.sin(o);t.lineTo(c*n,-s*n),t.lineTo(s*i-c*a,c*i+s*a)}t.closePath()}},dt={draw:function(t,e){var n=Math.sqrt(e),i=-n/2;t.rect(i,i,n,n)}},ut=Math.sqrt(3),ht={draw:function(t,e){var n=-Math.sqrt(e/(3*ut));t.moveTo(0,2*n),t.lineTo(-ut*n,-n),t.lineTo(ut*n,-n),t.closePath()}},pt=Math.sqrt(3)/2,mt=1/Math.sqrt(12),ft=3*(mt/2+1),gt={draw:function(t,e){var n=Math.sqrt(e/ft),i=n/2,a=n*mt,r=i,o=n*mt+n,s=-r,c=o;t.moveTo(i,a),t.lineTo(r,o),t.lineTo(s,c),t.lineTo(-.5*i-pt*a,pt*i+-.5*a),t.lineTo(-.5*r-pt*o,pt*r+-.5*o),t.lineTo(-.5*s-pt*c,pt*s+-.5*c),t.lineTo(-.5*i+pt*a,-.5*a-pt*i),t.lineTo(-.5*r+pt*o,-.5*o-pt*r),t.lineTo(-.5*s+pt*c,-.5*c-pt*s),t.closePath()}},yt=[et,nt,rt,dt,lt,ht,gt],_t=function(){var t=l(et),e=l(64),n=null;function i(){var i;if(n||(n=i=c()),t.apply(this,arguments).draw(n,+e.apply(this,arguments)),i)return n=null,i+""||null}return i.type=function(e){return arguments.length?(t="function"==typeof e?e:l(e),i):t},i.size=function(t){return arguments.length?(e="function"==typeof t?t:l(+t),i):e},i.context=function(t){return arguments.length?(n=null==t?null:t,i):n},i},vt=function(){};function bt(t,e,n){t._context.bezierCurveTo((2*t._x0+t._x1)/3,(2*t._y0+t._y1)/3,(t._x0+2*t._x1)/3,(t._y0+2*t._y1)/3,(t._x0+4*t._x1+e)/6,(t._y0+4*t._y1+n)/6)}function xt(t){this._context=t}xt.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:bt(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:bt(this,t,e)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=e}};var Mt=function(t){return new xt(t)};function wt(t){this._context=t}wt.prototype={areaStart:vt,areaEnd:vt,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x2,this._y2),this._context.closePath();break;case 2:this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break;case 3:this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4)}},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._x2=t,this._y2=e;break;case 1:this._point=2,this._x3=t,this._y3=e;break;case 2:this._point=3,this._x4=t,this._y4=e,this._context.moveTo((this._x0+4*this._x1+t)/6,(this._y0+4*this._y1+e)/6);break;default:bt(this,t,e)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=e}};var Lt=function(t){return new wt(t)};function Ot(t){this._context=t}Ot.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+t)/6,i=(this._y0+4*this._y1+e)/6;this._line?this._context.lineTo(n,i):this._context.moveTo(n,i);break;case 3:this._point=4;default:bt(this,t,e)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=e}};var kt=function(t){return new Ot(t)};function jt(t,e){this._basis=new xt(t),this._beta=e}jt.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var t=this._x,e=this._y,n=t.length-1;if(n>0)for(var i,a=t[0],r=e[0],o=t[n]-a,s=e[n]-r,c=-1;++c<=n;)this._basis.point(this._beta*t[c]+(1-this._beta)*(a+(i=c/n)*o),this._beta*e[c]+(1-this._beta)*(r+i*s));this._x=this._y=null,this._basis.lineEnd()},point:function(t,e){this._x.push(+t),this._y.push(+e)}};var Dt=function t(e){function n(t){return 1===e?new xt(t):new jt(t,e)}return n.beta=function(e){return t(+e)},n}(.85);function Tt(t,e,n){t._context.bezierCurveTo(t._x1+t._k*(t._x2-t._x0),t._y1+t._k*(t._y2-t._y0),t._x2+t._k*(t._x1-e),t._y2+t._k*(t._y1-n),t._x2,t._y2)}function St(t,e){this._context=t,this._k=(1-e)/6}St.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:Tt(this,this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2,this._x1=t,this._y1=e;break;case 2:this._point=3;default:Tt(this,t,e)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};var Yt=function t(e){function n(t){return new St(t,e)}return n.tension=function(e){return t(+e)},n}(0);function At(t,e){this._context=t,this._k=(1-e)/6}At.prototype={areaStart:vt,areaEnd:vt,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._x3=t,this._y3=e;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=e);break;case 2:this._point=3,this._x5=t,this._y5=e;break;default:Tt(this,t,e)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};var Ct=function t(e){function n(t){return new At(t,e)}return n.tension=function(e){return t(+e)},n}(0);function It(t,e){this._context=t,this._k=(1-e)/6}It.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Tt(this,t,e)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};var Et=function t(e){function n(t){return new It(t,e)}return n.tension=function(e){return t(+e)},n}(0);function Pt(t,e,n){var i=t._x1,a=t._y1,r=t._x2,o=t._y2;if(t._l01_a>y){var s=2*t._l01_2a+3*t._l01_a*t._l12_a+t._l12_2a,c=3*t._l01_a*(t._l01_a+t._l12_a);i=(i*s-t._x0*t._l12_2a+t._x2*t._l01_2a)/c,a=(a*s-t._y0*t._l12_2a+t._y2*t._l01_2a)/c}if(t._l23_a>y){var l=2*t._l23_2a+3*t._l23_a*t._l12_a+t._l12_2a,d=3*t._l23_a*(t._l23_a+t._l12_a);r=(r*l+t._x1*t._l23_2a-e*t._l12_2a)/d,o=(o*l+t._y1*t._l23_2a-n*t._l12_2a)/d}t._context.bezierCurveTo(i,a,r,o,t._x2,t._y2)}function Rt(t,e){this._context=t,this._alpha=e}Rt.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){if(t=+t,e=+e,this._point){var n=this._x2-t,i=this._y2-e;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+i*i,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;break;case 2:this._point=3;default:Pt(this,t,e)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};var Ht=function t(e){function n(t){return e?new Rt(t,e):new St(t,0)}return n.alpha=function(e){return t(+e)},n}(.5);function Ft(t,e){this._context=t,this._alpha=e}Ft.prototype={areaStart:vt,areaEnd:vt,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(t,e){if(t=+t,e=+e,this._point){var n=this._x2-t,i=this._y2-e;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+i*i,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=t,this._y3=e;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=e);break;case 2:this._point=3,this._x5=t,this._y5=e;break;default:Pt(this,t,e)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};var Wt=function t(e){function n(t){return e?new Ft(t,e):new At(t,0)}return n.alpha=function(e){return t(+e)},n}(.5);function zt(t,e){this._context=t,this._alpha=e}zt.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){if(t=+t,e=+e,this._point){var n=this._x2-t,i=this._y2-e;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+i*i,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Pt(this,t,e)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};var Nt=function t(e){function n(t){return e?new zt(t,e):new It(t,0)}return n.alpha=function(e){return t(+e)},n}(.5);function Bt(t){this._context=t}Bt.prototype={areaStart:vt,areaEnd:vt,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(t,e){t=+t,e=+e,this._point?this._context.lineTo(t,e):(this._point=1,this._context.moveTo(t,e))}};var Vt=function(t){return new Bt(t)};function Gt(t){return t<0?-1:1}function Xt(t,e,n){var i=t._x1-t._x0,a=e-t._x1,r=(t._y1-t._y0)/(i||a<0&&-0),o=(n-t._y1)/(a||i<0&&-0),s=(r*a+o*i)/(i+a);return(Gt(r)+Gt(o))*Math.min(Math.abs(r),Math.abs(o),.5*Math.abs(s))||0}function Ut(t,e){var n=t._x1-t._x0;return n?(3*(t._y1-t._y0)/n-e)/2:e}function $t(t,e,n){var i=t._x0,a=t._x1,r=t._y1,o=(a-i)/3;t._context.bezierCurveTo(i+o,t._y0+o*e,a-o,r-o*n,a,r)}function Jt(t){this._context=t}function qt(t){this._context=new Zt(t)}function Zt(t){this._context=t}function Kt(t){return new Jt(t)}function Qt(t){return new qt(t)}function te(t){this._context=t}function ee(t){var e,n,i=t.length-1,a=new Array(i),r=new Array(i),o=new Array(i);for(a[0]=0,r[0]=2,o[0]=t[0]+2*t[1],e=1;e=0;--e)a[e]=(o[e]-a[e+1])/r[e];for(r[i-1]=(t[i]+a[i-1])/2,e=0;e=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;default:if(this._t<=0)this._context.lineTo(this._x,e),this._context.lineTo(t,e);else{var n=this._x*(1-this._t)+t*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,e)}}this._x=t,this._y=e}};var ae=function(t){return new ie(t,.5)};function re(t){return new ie(t,0)}function oe(t){return new ie(t,1)}var se=function(t,e){if((a=t.length)>1)for(var n,i,a,r=1,o=t[e[0]],s=o.length;r=0;)n[e]=e;return n};function le(t,e){return t[e]}var de=function(){var t=l([]),e=ce,n=se,i=le;function a(a){var r,o,s=t.apply(this,arguments),c=a.length,l=s.length,d=new Array(l);for(r=0;r0){for(var n,i,a,r=0,o=t[0].length;r1)for(var n,i,a,r,o,s,c=0,l=t[e[0]].length;c=0?(i[0]=r,i[1]=r+=a):a<0?(i[1]=o,i[0]=o+=a):i[0]=r},pe=function(t,e){if((n=t.length)>0){for(var n,i=0,a=t[e[0]],r=a.length;i0&&(i=(n=t[e[0]]).length)>0){for(var n,i,a,r=0,o=1;o1&&(n=Math.floor(t.dropFrames),t.dropFrames=t.dropFrames%1),t.advance(1+n);var i=Date.now();t.dropFrames+=(i-e)/t.frameDuration,t.animations.length>0&&t.requestAnimationFrame()},advance:function(t){for(var n,i,a=this.animations,r=0;r=n.numSteps?(e.callback(n.onAnimationComplete,[n],i),i.animating=!1,a.splice(r,1)):++r}},Object.defineProperty(t.Animation.prototype,"animationObject",{get:function(){return this}}),Object.defineProperty(t.Animation.prototype,"chartInstance",{get:function(){return this.chart},set:function(t){this.chart=t}})}},AQ68:function(t,e,n){!function(t){"use strict";t.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n("wd/R"))},AX6q:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers,n=t.layoutService,i=e.noop;function a(t,e){return t.usePointStyle?e*Math.SQRT2:t.boxWidth}function r(e,i){var a=new t.Legend({ctx:e.ctx,options:i,chart:e});n.configure(e,a,i),n.addBox(e,a),e.legend=a}return t.defaults.global.legend={display:!0,position:"top",fullWidth:!0,reverse:!1,weight:1e3,onClick:function(t,e){var n=e.datasetIndex,i=this.chart,a=i.getDatasetMeta(n);a.hidden=null===a.hidden?!i.data.datasets[n].hidden:null,i.update()},onHover:null,labels:{boxWidth:40,padding:10,generateLabels:function(t){var n=t.data;return e.isArray(n.datasets)?n.datasets.map(function(n,i){return{text:n.label,fillStyle:e.isArray(n.backgroundColor)?n.backgroundColor[0]:n.backgroundColor,hidden:!t.isDatasetVisible(i),lineCap:n.borderCapStyle,lineDash:n.borderDash,lineDashOffset:n.borderDashOffset,lineJoin:n.borderJoinStyle,lineWidth:n.borderWidth,strokeStyle:n.borderColor,pointStyle:n.pointStyle,datasetIndex:i}},this):[]}}},t.Legend=t.Element.extend({initialize:function(t){e.extend(this,t),this.legendHitBoxes=[],this.doughnutMode=!1},beforeUpdate:i,update:function(t,e,n){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=n,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:i,beforeSetDimensions:i,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:i,beforeBuildLabels:i,buildLabels:function(){var t=this,e=t.options.labels,n=e.generateLabels.call(t,t.chart);e.filter&&(n=n.filter(function(n){return e.filter(n,t.chart.data)})),t.options.reverse&&n.reverse(),t.legendItems=n},afterBuildLabels:i,beforeFit:i,fit:function(){var n=this,i=n.options,r=i.labels,o=i.display,s=n.ctx,c=t.defaults.global,l=e.getValueOrDefault,d=l(r.fontSize,c.defaultFontSize),u=l(r.fontStyle,c.defaultFontStyle),h=l(r.fontFamily,c.defaultFontFamily),p=e.fontString(d,u,h),m=n.legendHitBoxes=[],f=n.minSize,g=n.isHorizontal();if(g?(f.width=n.maxWidth,f.height=o?10:0):(f.width=o?10:0,f.height=n.maxHeight),o)if(s.font=p,g){var y=n.lineWidths=[0],_=n.legendItems.length?d+r.padding:0;s.textAlign="left",s.textBaseline="top",e.each(n.legendItems,function(t,e){var i=a(r,d)+d/2+s.measureText(t.text).width;y[y.length-1]+i+r.padding>=n.width&&(_+=d+r.padding,y[y.length]=n.left),m[e]={left:0,top:0,width:i,height:d},y[y.length-1]+=i+r.padding}),f.height+=_}else{var v=r.padding,b=n.columnWidths=[],x=r.padding,M=0,w=0,L=d+v;e.each(n.legendItems,function(t,e){var n=a(r,d)+d/2+s.measureText(t.text).width;w+L>f.height&&(x+=M+r.padding,b.push(M),M=0,w=0),M=Math.max(M,n),w+=L,m[e]={left:0,top:0,width:n,height:d}}),x+=M,b.push(M),f.width+=x}n.width=f.width,n.height=f.height},afterFit:i,isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},draw:function(){var n=this,i=n.options,r=i.labels,o=t.defaults.global,s=o.elements.line,c=n.width,l=n.lineWidths;if(i.display){var d,u=n.ctx,h=e.getValueOrDefault,p=h(r.fontColor,o.defaultFontColor),m=h(r.fontSize,o.defaultFontSize),f=h(r.fontStyle,o.defaultFontStyle),g=h(r.fontFamily,o.defaultFontFamily),y=e.fontString(m,f,g);u.textAlign="left",u.textBaseline="top",u.lineWidth=.5,u.strokeStyle=p,u.fillStyle=p,u.font=y;var _=a(r,m),v=n.legendHitBoxes,b=n.isHorizontal();d=b?{x:n.left+(c-l[0])/2,y:n.top+r.padding,line:0}:{x:n.left+r.padding,y:n.top+r.padding,line:0};var x=m+r.padding;e.each(n.legendItems,function(e,a){var p=u.measureText(e.text).width,f=_+m/2+p,g=d.x,y=d.y;b?g+f>=c&&(y=d.y+=x,d.line++,g=d.x=n.left+(c-l[d.line])/2):y+x>n.bottom&&(g=d.x=g+n.columnWidths[d.line]+r.padding,y=d.y=n.top+r.padding,d.line++),function(e,n,a){if(!(isNaN(_)||_<=0)){u.save(),u.fillStyle=h(a.fillStyle,o.defaultColor),u.lineCap=h(a.lineCap,s.borderCapStyle),u.lineDashOffset=h(a.lineDashOffset,s.borderDashOffset),u.lineJoin=h(a.lineJoin,s.borderJoinStyle),u.lineWidth=h(a.lineWidth,s.borderWidth),u.strokeStyle=h(a.strokeStyle,o.defaultColor);var r=0===h(a.lineWidth,s.borderWidth);if(u.setLineDash&&u.setLineDash(h(a.lineDash,s.borderDash)),i.labels&&i.labels.usePointStyle){var c=m*Math.SQRT2/2,l=c/Math.SQRT2;t.canvasHelpers.drawPoint(u,a.pointStyle,c,e+l,n+l)}else r||u.strokeRect(e,n,_,m),u.fillRect(e,n,_,m);u.restore()}}(g,y,e),v[a].left=g,v[a].top=y,function(t,e,n,i){u.fillText(n.text,_+m/2+t,e),n.hidden&&(u.beginPath(),u.lineWidth=2,u.moveTo(_+m/2+t,e+m/2),u.lineTo(_+m/2+t+i,e+m/2),u.stroke())}(g,y,e,p),b?d.x+=f+r.padding:d.y+=x})}},handleEvent:function(t){var e=this,n=e.options,i="mouseup"===t.type?"click":t.type,a=!1;if("mousemove"===i){if(!n.onHover)return}else{if("click"!==i)return;if(!n.onClick)return}var r=t.x,o=t.y;if(r>=e.left&&r<=e.right&&o>=e.top&&o<=e.bottom)for(var s=e.legendHitBoxes,c=0;c=l.left&&r<=l.left+l.width&&o>=l.top&&o<=l.top+l.height){if("click"===i){n.onClick.call(e,t.native,e.legendItems[c]),a=!0;break}if("mousemove"===i){n.onHover.call(e,t.native,e.legendItems[c]),a=!0;break}}}return a}}),{id:"legend",beforeInit:function(t){var e=t.options.legend;e&&r(t,e)},beforeUpdate:function(i){var a=i.options.legend,o=i.legend;a?(a=e.configMerge(t.defaults.global.legend,a),o?(n.configure(i,o,a),o.options=a):r(i,a)):o&&(n.removeBox(i,o),delete i.legend)},afterEvent:function(t,e){var n=t.legend;n&&n.handleEvent(e)}}}},AvvY:function(t,e,n){!function(t){"use strict";t.defineLocale("ml",{months:"\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f_\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f_\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d_\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d_\u0d2e\u0d47\u0d2f\u0d4d_\u0d1c\u0d42\u0d7a_\u0d1c\u0d42\u0d32\u0d48_\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d_\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c_\u0d12\u0d15\u0d4d\u0d1f\u0d4b\u0d2c\u0d7c_\u0d28\u0d35\u0d02\u0d2c\u0d7c_\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c".split("_"),monthsShort:"\u0d1c\u0d28\u0d41._\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41._\u0d2e\u0d3e\u0d7c._\u0d0f\u0d2a\u0d4d\u0d30\u0d3f._\u0d2e\u0d47\u0d2f\u0d4d_\u0d1c\u0d42\u0d7a_\u0d1c\u0d42\u0d32\u0d48._\u0d13\u0d17._\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31._\u0d12\u0d15\u0d4d\u0d1f\u0d4b._\u0d28\u0d35\u0d02._\u0d21\u0d3f\u0d38\u0d02.".split("_"),monthsParseExact:!0,weekdays:"\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u0d1a_\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u0d1a_\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u0d1a_\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u0d1a_\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u0d1a_\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u0d1a_\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u0d1a".split("_"),weekdaysShort:"\u0d1e\u0d3e\u0d2f\u0d7c_\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d7e_\u0d1a\u0d4a\u0d35\u0d4d\u0d35_\u0d2c\u0d41\u0d27\u0d7b_\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02_\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f_\u0d36\u0d28\u0d3f".split("_"),weekdaysMin:"\u0d1e\u0d3e_\u0d24\u0d3f_\u0d1a\u0d4a_\u0d2c\u0d41_\u0d35\u0d4d\u0d2f\u0d3e_\u0d35\u0d46_\u0d36".split("_"),longDateFormat:{LT:"A h:mm -\u0d28\u0d41",LTS:"A h:mm:ss -\u0d28\u0d41",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -\u0d28\u0d41",LLLL:"dddd, D MMMM YYYY, A h:mm -\u0d28\u0d41"},calendar:{sameDay:"[\u0d07\u0d28\u0d4d\u0d28\u0d4d] LT",nextDay:"[\u0d28\u0d3e\u0d33\u0d46] LT",nextWeek:"dddd, LT",lastDay:"[\u0d07\u0d28\u0d4d\u0d28\u0d32\u0d46] LT",lastWeek:"[\u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d",past:"%s \u0d2e\u0d41\u0d7b\u0d2a\u0d4d",s:"\u0d05\u0d7d\u0d2a \u0d28\u0d3f\u0d2e\u0d3f\u0d37\u0d19\u0d4d\u0d19\u0d7e",ss:"%d \u0d38\u0d46\u0d15\u0d4d\u0d15\u0d7b\u0d21\u0d4d",m:"\u0d12\u0d30\u0d41 \u0d2e\u0d3f\u0d28\u0d3f\u0d31\u0d4d\u0d31\u0d4d",mm:"%d \u0d2e\u0d3f\u0d28\u0d3f\u0d31\u0d4d\u0d31\u0d4d",h:"\u0d12\u0d30\u0d41 \u0d2e\u0d23\u0d3f\u0d15\u0d4d\u0d15\u0d42\u0d7c",hh:"%d \u0d2e\u0d23\u0d3f\u0d15\u0d4d\u0d15\u0d42\u0d7c",d:"\u0d12\u0d30\u0d41 \u0d26\u0d3f\u0d35\u0d38\u0d02",dd:"%d \u0d26\u0d3f\u0d35\u0d38\u0d02",M:"\u0d12\u0d30\u0d41 \u0d2e\u0d3e\u0d38\u0d02",MM:"%d \u0d2e\u0d3e\u0d38\u0d02",y:"\u0d12\u0d30\u0d41 \u0d35\u0d7c\u0d37\u0d02",yy:"%d \u0d35\u0d7c\u0d37\u0d02"},meridiemParse:/\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f|\u0d30\u0d3e\u0d35\u0d3f\u0d32\u0d46|\u0d09\u0d1a\u0d4d\u0d1a \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d|\u0d35\u0d48\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d47\u0d30\u0d02|\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f/i,meridiemHour:function(t,e){return 12===t&&(t=0),"\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f"===e&&t>=4||"\u0d09\u0d1a\u0d4d\u0d1a \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d"===e||"\u0d35\u0d48\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d47\u0d30\u0d02"===e?t+12:t},meridiem:function(t,e,n){return t<4?"\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f":t<12?"\u0d30\u0d3e\u0d35\u0d3f\u0d32\u0d46":t<17?"\u0d09\u0d1a\u0d4d\u0d1a \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d":t<20?"\u0d35\u0d48\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d47\u0d30\u0d02":"\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f"}})}(n("wd/R"))},B55N:function(t,e,n){!function(t){"use strict";t.defineLocale("ja",{months:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u65e5\u66dc\u65e5_\u6708\u66dc\u65e5_\u706b\u66dc\u65e5_\u6c34\u66dc\u65e5_\u6728\u66dc\u65e5_\u91d1\u66dc\u65e5_\u571f\u66dc\u65e5".split("_"),weekdaysShort:"\u65e5_\u6708_\u706b_\u6c34_\u6728_\u91d1_\u571f".split("_"),weekdaysMin:"\u65e5_\u6708_\u706b_\u6c34_\u6728_\u91d1_\u571f".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5 HH:mm",LLLL:"YYYY\u5e74M\u6708D\u65e5 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5(ddd) HH:mm"},meridiemParse:/\u5348\u524d|\u5348\u5f8c/i,isPM:function(t){return"\u5348\u5f8c"===t},meridiem:function(t,e,n){return t<12?"\u5348\u524d":"\u5348\u5f8c"},calendar:{sameDay:"[\u4eca\u65e5] LT",nextDay:"[\u660e\u65e5] LT",nextWeek:function(t){return t.week()=(r=(f+y)/2))?f=r:y=r,(d=n>=(o=(g+_)/2))?g=o:_=o,a=p,!(p=p[u=d<<1|l]))return a[u]=m,t;if(s=+t._x.call(null,p.data),c=+t._y.call(null,p.data),e===s&&n===c)return m.next=p,a?a[u]=m:t._root=m,t;do{a=a?a[u]=new Array(4):t._root=new Array(4),(l=e>=(r=(f+y)/2))?f=r:y=r,(d=n>=(o=(g+_)/2))?g=o:_=o}while((u=d<<1|l)==(h=(c>=o)<<1|s>=r));return a[h]=p,a[u]=m,t}var s=function(t,e,n,i,a){this.node=t,this.x0=e,this.y0=n,this.x1=i,this.y1=a};function c(t){return t[0]}function l(t){return t[1]}function d(t,e,n){var i=new u(null==e?c:e,null==n?l:n,NaN,NaN,NaN,NaN);return null==t?i:i.addAll(t)}function u(t,e,n,i,a,r){this._x=t,this._y=e,this._x0=n,this._y0=i,this._x1=a,this._y1=r,this._root=void 0}function h(t){for(var e={data:t.data},n=e;t=t.next;)n=n.next={data:t.data};return e}var p=d.prototype=u.prototype;function m(t){return t.x+t.vx}function f(t){return t.y+t.vy}p.copy=function(){var t,e,n=new u(this._x,this._y,this._x0,this._y0,this._x1,this._y1),i=this._root;if(!i)return n;if(!i.length)return n._root=h(i),n;for(t=[{source:i,target:n._root=new Array(4)}];i=t.pop();)for(var a=0;a<4;++a)(e=i.source[a])&&(e.length?t.push({source:e,target:i.target[a]=new Array(4)}):i.target[a]=h(e));return n},p.add=function(t){var e=+this._x.call(null,t),n=+this._y.call(null,t);return o(this.cover(e,n),e,n,t)},p.addAll=function(t){var e,n,i,a,r=t.length,s=new Array(r),c=new Array(r),l=1/0,d=1/0,u=-1/0,h=-1/0;for(n=0;nu&&(u=i),ah&&(h=a));for(ut||t>a||i>e||e>r))return this;var o,s,c=a-n,l=this._root;switch(s=(e<(i+r)/2)<<1|t<(n+a)/2){case 0:do{(o=new Array(4))[s]=l,l=o}while(r=i+(c*=2),t>(a=n+c)||e>r);break;case 1:do{(o=new Array(4))[s]=l,l=o}while(r=i+(c*=2),(n=a-c)>t||e>r);break;case 2:do{(o=new Array(4))[s]=l,l=o}while(i=r-(c*=2),t>(a=n+c)||i>e);break;case 3:do{(o=new Array(4))[s]=l,l=o}while(i=r-(c*=2),(n=a-c)>t||i>e)}this._root&&this._root.length&&(this._root=l)}return this._x0=n,this._y0=i,this._x1=a,this._y1=r,this},p.data=function(){var t=[];return this.visit(function(e){if(!e.length)do{t.push(e.data)}while(e=e.next)}),t},p.extent=function(t){return arguments.length?this.cover(+t[0][0],+t[0][1]).cover(+t[1][0],+t[1][1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]},p.find=function(t,e,n){var i,a,r,o,c,l,d,u=this._x0,h=this._y0,p=this._x1,m=this._y1,f=[],g=this._root;for(g&&f.push(new s(g,u,h,p,m)),null==n?n=1/0:(u=t-n,h=e-n,p=t+n,m=e+n,n*=n);l=f.pop();)if(!(!(g=l.node)||(a=l.x0)>p||(r=l.y0)>m||(o=l.x1)=_)<<1|t>=y)&&(l=f[f.length-1],f[f.length-1]=f[f.length-1-d],f[f.length-1-d]=l)}else{var v=t-+this._x.call(null,g.data),b=e-+this._y.call(null,g.data),x=v*v+b*b;if(x=(s=(m+g)/2))?m=s:g=s,(d=o>=(c=(f+y)/2))?f=c:y=c,e=p,!(p=p[u=d<<1|l]))return this;if(!p.length)break;(e[u+1&3]||e[u+2&3]||e[u+3&3])&&(n=e,h=u)}for(;p.data!==t;)if(i=p,!(p=p.next))return this;return(a=p.next)&&delete p.next,i?(a?i.next=a:delete i.next,this):e?(a?e[u]=a:delete e[u],(p=e[0]||e[1]||e[2]||e[3])&&p===(e[3]||e[2]||e[1]||e[0])&&!p.length&&(n?n[h]=p:this._root=p),this):(this._root=a,this)},p.removeAll=function(t){for(var e=0,n=t.length;el+m||au+m||os.index){var f=l-c.x-c.vx,g=u-c.y-c.vy,y=f*f+g*g;yt.r&&(t.r=t[e].r)}function l(){if(e){var i,a,r=e.length;for(n=new Array(r),i=0;i1?(null==n?s.remove(t):s.set(t,p(n)),e):s.get(t)},find:function(e,n,i){var a,r,o,s,c,l=0,d=t.length;for(null==i?i=1/0:i*=i,l=0;l1?(l.on(t,n),e):l.on(t)}}},D=function(){var t,e,n,i,o=a(-30),s=1,c=1/0,l=.81;function u(i){var a,r=t.length,o=d(t,w,L).visitAfter(p);for(n=i,a=0;a=c)){(t.data!==e||t.next)&&(0===u&&(m+=(u=r())*u),0===h&&(m+=(h=r())*h),m12?t:t+12:"sanje"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"rati":t<12?"sokalli":t<16?"donparam":t<20?"sanje":"rati"}})}(n("wd/R"))},Dkky:function(t,e,n){!function(t){"use strict";t.defineLocale("fr-ch",{months:"janvier_f\xe9vrier_mars_avril_mai_juin_juillet_ao\xfbt_septembre_octobre_novembre_d\xe9cembre".split("_"),monthsShort:"janv._f\xe9vr._mars_avr._mai_juin_juil._ao\xfbt_sept._oct._nov._d\xe9c.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd\u2019hui \xe0] LT",nextDay:"[Demain \xe0] LT",nextWeek:"dddd [\xe0] LT",lastDay:"[Hier \xe0] LT",lastWeek:"dddd [dernier \xe0] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(t,e){switch(e){default:case"M":case"Q":case"D":case"DDD":case"d":return t+(1===t?"er":"e");case"w":case"W":return t+(1===t?"re":"e")}},week:{dow:1,doy:4}})}(n("wd/R"))},Dmvi:function(t,e,n){!function(t){"use strict";t.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(n("wd/R"))},DoHr:function(t,e,n){!function(t){"use strict";var e={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'\xfcnc\xfc",4:"'\xfcnc\xfc",100:"'\xfcnc\xfc",6:"'nc\u0131",9:"'uncu",10:"'uncu",30:"'uncu",60:"'\u0131nc\u0131",90:"'\u0131nc\u0131"};t.defineLocale("tr",{months:"Ocak_\u015eubat_Mart_Nisan_May\u0131s_Haziran_Temmuz_A\u011fustos_Eyl\xfcl_Ekim_Kas\u0131m_Aral\u0131k".split("_"),monthsShort:"Oca_\u015eub_Mar_Nis_May_Haz_Tem_A\u011fu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Sal\u0131_\xc7ar\u015famba_Per\u015fembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_\xc7ar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_\xc7a_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bug\xfcn saat] LT",nextDay:"[yar\u0131n saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[d\xfcn] LT",lastWeek:"[ge\xe7en] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s \xf6nce",s:"birka\xe7 saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir g\xfcn",dd:"%d g\xfcn",M:"bir ay",MM:"%d ay",y:"bir y\u0131l",yy:"%d y\u0131l"},ordinal:function(t,n){switch(n){case"d":case"D":case"Do":case"DD":return t;default:if(0===t)return t+"'\u0131nc\u0131";var i=t%10;return t+(e[i]||e[t%100-i]||e[t>=100?100:null])}},week:{dow:1,doy:7}})}(n("wd/R"))},DxQv:function(t,e,n){!function(t){"use strict";t.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"s\xf8ndag_mandag_tirsdag_onsdag_torsdag_fredag_l\xf8rdag".split("_"),weekdaysShort:"s\xf8n_man_tir_ons_tor_fre_l\xf8r".split("_"),weekdaysMin:"s\xf8_ma_ti_on_to_fr_l\xf8".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"p\xe5 dddd [kl.] LT",lastDay:"[i g\xe5r kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"f\xe5 sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en m\xe5ned",MM:"%d m\xe5neder",y:"et \xe5r",yy:"%d \xe5r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},Dzi0:function(t,e,n){!function(t){"use strict";t.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(t){return t},week:{dow:1,doy:4}})}(n("wd/R"))},"E+lV":function(t,e,n){!function(t){"use strict";var e={words:{ss:["\u0441\u0435\u043a\u0443\u043d\u0434\u0430","\u0441\u0435\u043a\u0443\u043d\u0434\u0435","\u0441\u0435\u043a\u0443\u043d\u0434\u0438"],m:["\u0458\u0435\u0434\u0430\u043d \u043c\u0438\u043d\u0443\u0442","\u0458\u0435\u0434\u043d\u0435 \u043c\u0438\u043d\u0443\u0442\u0435"],mm:["\u043c\u0438\u043d\u0443\u0442","\u043c\u0438\u043d\u0443\u0442\u0435","\u043c\u0438\u043d\u0443\u0442\u0430"],h:["\u0458\u0435\u0434\u0430\u043d \u0441\u0430\u0442","\u0458\u0435\u0434\u043d\u043e\u0433 \u0441\u0430\u0442\u0430"],hh:["\u0441\u0430\u0442","\u0441\u0430\u0442\u0430","\u0441\u0430\u0442\u0438"],dd:["\u0434\u0430\u043d","\u0434\u0430\u043d\u0430","\u0434\u0430\u043d\u0430"],MM:["\u043c\u0435\u0441\u0435\u0446","\u043c\u0435\u0441\u0435\u0446\u0430","\u043c\u0435\u0441\u0435\u0446\u0438"],yy:["\u0433\u043e\u0434\u0438\u043d\u0430","\u0433\u043e\u0434\u0438\u043d\u0435","\u0433\u043e\u0434\u0438\u043d\u0430"]},correctGrammaticalCase:function(t,e){return 1===t?e[0]:t>=2&&t<=4?e[1]:e[2]},translate:function(t,n,i){var a=e.words[i];return 1===i.length?n?a[0]:a[1]:t+" "+e.correctGrammaticalCase(t,a)}};t.defineLocale("sr-cyrl",{months:"\u0458\u0430\u043d\u0443\u0430\u0440_\u0444\u0435\u0431\u0440\u0443\u0430\u0440_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0438\u043b_\u043c\u0430\u0458_\u0458\u0443\u043d_\u0458\u0443\u043b_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440_\u043e\u043a\u0442\u043e\u0431\u0430\u0440_\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440_\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440".split("_"),monthsShort:"\u0458\u0430\u043d._\u0444\u0435\u0431._\u043c\u0430\u0440._\u0430\u043f\u0440._\u043c\u0430\u0458_\u0458\u0443\u043d_\u0458\u0443\u043b_\u0430\u0432\u0433._\u0441\u0435\u043f._\u043e\u043a\u0442._\u043d\u043e\u0432._\u0434\u0435\u0446.".split("_"),monthsParseExact:!0,weekdays:"\u043d\u0435\u0434\u0435\u0459\u0430_\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a_\u0443\u0442\u043e\u0440\u0430\u043a_\u0441\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a_\u043f\u0435\u0442\u0430\u043a_\u0441\u0443\u0431\u043e\u0442\u0430".split("_"),weekdaysShort:"\u043d\u0435\u0434._\u043f\u043e\u043d._\u0443\u0442\u043e._\u0441\u0440\u0435._\u0447\u0435\u0442._\u043f\u0435\u0442._\u0441\u0443\u0431.".split("_"),weekdaysMin:"\u043d\u0435_\u043f\u043e_\u0443\u0442_\u0441\u0440_\u0447\u0435_\u043f\u0435_\u0441\u0443".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[\u0434\u0430\u043d\u0430\u0441 \u0443] LT",nextDay:"[\u0441\u0443\u0442\u0440\u0430 \u0443] LT",nextWeek:function(){switch(this.day()){case 0:return"[\u0443] [\u043d\u0435\u0434\u0435\u0459\u0443] [\u0443] LT";case 3:return"[\u0443] [\u0441\u0440\u0435\u0434\u0443] [\u0443] LT";case 6:return"[\u0443] [\u0441\u0443\u0431\u043e\u0442\u0443] [\u0443] LT";case 1:case 2:case 4:case 5:return"[\u0443] dddd [\u0443] LT"}},lastDay:"[\u0458\u0443\u0447\u0435 \u0443] LT",lastWeek:function(){return["[\u043f\u0440\u043e\u0448\u043b\u0435] [\u043d\u0435\u0434\u0435\u0459\u0435] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u043e\u0433] [\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u043a\u0430] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u043e\u0433] [\u0443\u0442\u043e\u0440\u043a\u0430] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u0435] [\u0441\u0440\u0435\u0434\u0435] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u043e\u0433] [\u0447\u0435\u0442\u0432\u0440\u0442\u043a\u0430] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u043e\u0433] [\u043f\u0435\u0442\u043a\u0430] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u0435] [\u0441\u0443\u0431\u043e\u0442\u0435] [\u0443] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"\u0437\u0430 %s",past:"\u043f\u0440\u0435 %s",s:"\u043d\u0435\u043a\u043e\u043b\u0438\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434\u0438",ss:e.translate,m:e.translate,mm:e.translate,h:e.translate,hh:e.translate,d:"\u0434\u0430\u043d",dd:e.translate,M:"\u043c\u0435\u0441\u0435\u0446",MM:e.translate,y:"\u0433\u043e\u0434\u0438\u043d\u0443",yy:e.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n("wd/R"))},EOgW:function(t,e,n){!function(t){"use strict";t.defineLocale("th",{months:"\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21_\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c_\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21_\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19_\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21_\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19_\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21_\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21_\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19_\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21_\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19_\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21".split("_"),monthsShort:"\u0e21.\u0e04._\u0e01.\u0e1e._\u0e21\u0e35.\u0e04._\u0e40\u0e21.\u0e22._\u0e1e.\u0e04._\u0e21\u0e34.\u0e22._\u0e01.\u0e04._\u0e2a.\u0e04._\u0e01.\u0e22._\u0e15.\u0e04._\u0e1e.\u0e22._\u0e18.\u0e04.".split("_"),monthsParseExact:!0,weekdays:"\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c_\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c_\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23_\u0e1e\u0e38\u0e18_\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35_\u0e28\u0e38\u0e01\u0e23\u0e4c_\u0e40\u0e2a\u0e32\u0e23\u0e4c".split("_"),weekdaysShort:"\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c_\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c_\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23_\u0e1e\u0e38\u0e18_\u0e1e\u0e24\u0e2b\u0e31\u0e2a_\u0e28\u0e38\u0e01\u0e23\u0e4c_\u0e40\u0e2a\u0e32\u0e23\u0e4c".split("_"),weekdaysMin:"\u0e2d\u0e32._\u0e08._\u0e2d._\u0e1e._\u0e1e\u0e24._\u0e28._\u0e2a.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY \u0e40\u0e27\u0e25\u0e32 H:mm",LLLL:"\u0e27\u0e31\u0e19dddd\u0e17\u0e35\u0e48 D MMMM YYYY \u0e40\u0e27\u0e25\u0e32 H:mm"},meridiemParse:/\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07|\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07/,isPM:function(t){return"\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07"===t},meridiem:function(t,e,n){return t<12?"\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07":"\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07"},calendar:{sameDay:"[\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49 \u0e40\u0e27\u0e25\u0e32] LT",nextDay:"[\u0e1e\u0e23\u0e38\u0e48\u0e07\u0e19\u0e35\u0e49 \u0e40\u0e27\u0e25\u0e32] LT",nextWeek:"dddd[\u0e2b\u0e19\u0e49\u0e32 \u0e40\u0e27\u0e25\u0e32] LT",lastDay:"[\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e27\u0e32\u0e19\u0e19\u0e35\u0e49 \u0e40\u0e27\u0e25\u0e32] LT",lastWeek:"[\u0e27\u0e31\u0e19]dddd[\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27 \u0e40\u0e27\u0e25\u0e32] LT",sameElse:"L"},relativeTime:{future:"\u0e2d\u0e35\u0e01 %s",past:"%s\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27",s:"\u0e44\u0e21\u0e48\u0e01\u0e35\u0e48\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35",ss:"%d \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35",m:"1 \u0e19\u0e32\u0e17\u0e35",mm:"%d \u0e19\u0e32\u0e17\u0e35",h:"1 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07",hh:"%d \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07",d:"1 \u0e27\u0e31\u0e19",dd:"%d \u0e27\u0e31\u0e19",M:"1 \u0e40\u0e14\u0e37\u0e2d\u0e19",MM:"%d \u0e40\u0e14\u0e37\u0e2d\u0e19",y:"1 \u0e1b\u0e35",yy:"%d \u0e1b\u0e35"}})}(n("wd/R"))},G0Q6:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers;function n(t,n){return e.getValueOrDefault(t.showLine,n.showLines)}t.defaults.line={showLines:!0,spanGaps:!1,hover:{mode:"label"},scales:{xAxes:[{type:"category",id:"x-axis-0"}],yAxes:[{type:"linear",id:"y-axis-0"}]}},t.controllers.line=t.DatasetController.extend({datasetElementType:t.elements.Line,dataElementType:t.elements.Point,update:function(t){var i,a,r,o=this,s=o.getMeta(),c=s.dataset,l=s.data||[],d=o.chart.options,u=d.elements.line,h=o.getScaleForId(s.yAxisID),p=o.getDataset(),m=n(p,d);for(m&&(r=c.custom||{},void 0!==p.tension&&void 0===p.lineTension&&(p.lineTension=p.tension),c._scale=h,c._datasetIndex=o.index,c._children=l,c._model={spanGaps:p.spanGaps?p.spanGaps:d.spanGaps,tension:r.tension?r.tension:e.getValueOrDefault(p.lineTension,u.tension),backgroundColor:r.backgroundColor?r.backgroundColor:p.backgroundColor||u.backgroundColor,borderWidth:r.borderWidth?r.borderWidth:p.borderWidth||u.borderWidth,borderColor:r.borderColor?r.borderColor:p.borderColor||u.borderColor,borderCapStyle:r.borderCapStyle?r.borderCapStyle:p.borderCapStyle||u.borderCapStyle,borderDash:r.borderDash?r.borderDash:p.borderDash||u.borderDash,borderDashOffset:r.borderDashOffset?r.borderDashOffset:p.borderDashOffset||u.borderDashOffset,borderJoinStyle:r.borderJoinStyle?r.borderJoinStyle:p.borderJoinStyle||u.borderJoinStyle,fill:r.fill?r.fill:void 0!==p.fill?p.fill:u.fill,steppedLine:r.steppedLine?r.steppedLine:e.getValueOrDefault(p.steppedLine,u.stepped),cubicInterpolationMode:r.cubicInterpolationMode?r.cubicInterpolationMode:e.getValueOrDefault(p.cubicInterpolationMode,u.cubicInterpolationMode)},c.pivot()),i=0,a=l.length;i=2&&i%10<=4&&(i%100<10||i%100>=20)?a[1]:a[2])}t.defineLocale("be",{months:{format:"\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044f_\u043b\u044e\u0442\u0430\u0433\u0430_\u0441\u0430\u043a\u0430\u0432\u0456\u043a\u0430_\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a\u0430_\u0442\u0440\u0430\u045e\u043d\u044f_\u0447\u044d\u0440\u0432\u0435\u043d\u044f_\u043b\u0456\u043f\u0435\u043d\u044f_\u0436\u043d\u0456\u045e\u043d\u044f_\u0432\u0435\u0440\u0430\u0441\u043d\u044f_\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430_\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430_\u0441\u043d\u0435\u0436\u043d\u044f".split("_"),standalone:"\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044c_\u043b\u044e\u0442\u044b_\u0441\u0430\u043a\u0430\u0432\u0456\u043a_\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a_\u0442\u0440\u0430\u0432\u0435\u043d\u044c_\u0447\u044d\u0440\u0432\u0435\u043d\u044c_\u043b\u0456\u043f\u0435\u043d\u044c_\u0436\u043d\u0456\u0432\u0435\u043d\u044c_\u0432\u0435\u0440\u0430\u0441\u0435\u043d\u044c_\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a_\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434_\u0441\u043d\u0435\u0436\u0430\u043d\u044c".split("_")},monthsShort:"\u0441\u0442\u0443\u0434_\u043b\u044e\u0442_\u0441\u0430\u043a_\u043a\u0440\u0430\u0441_\u0442\u0440\u0430\u0432_\u0447\u044d\u0440\u0432_\u043b\u0456\u043f_\u0436\u043d\u0456\u0432_\u0432\u0435\u0440_\u043a\u0430\u0441\u0442_\u043b\u0456\u0441\u0442_\u0441\u043d\u0435\u0436".split("_"),weekdays:{format:"\u043d\u044f\u0434\u0437\u0435\u043b\u044e_\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a_\u0430\u045e\u0442\u043e\u0440\u0430\u043a_\u0441\u0435\u0440\u0430\u0434\u0443_\u0447\u0430\u0446\u0432\u0435\u0440_\u043f\u044f\u0442\u043d\u0456\u0446\u0443_\u0441\u0443\u0431\u043e\u0442\u0443".split("_"),standalone:"\u043d\u044f\u0434\u0437\u0435\u043b\u044f_\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a_\u0430\u045e\u0442\u043e\u0440\u0430\u043a_\u0441\u0435\u0440\u0430\u0434\u0430_\u0447\u0430\u0446\u0432\u0435\u0440_\u043f\u044f\u0442\u043d\u0456\u0446\u0430_\u0441\u0443\u0431\u043e\u0442\u0430".split("_"),isFormat:/\[ ?[\u0423\u0443\u045e] ?(?:\u043c\u0456\u043d\u0443\u043b\u0443\u044e|\u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0443\u044e)? ?\] ?dddd/},weekdaysShort:"\u043d\u0434_\u043f\u043d_\u0430\u0442_\u0441\u0440_\u0447\u0446_\u043f\u0442_\u0441\u0431".split("_"),weekdaysMin:"\u043d\u0434_\u043f\u043d_\u0430\u0442_\u0441\u0440_\u0447\u0446_\u043f\u0442_\u0441\u0431".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0433.",LLL:"D MMMM YYYY \u0433., HH:mm",LLLL:"dddd, D MMMM YYYY \u0433., HH:mm"},calendar:{sameDay:"[\u0421\u0451\u043d\u043d\u044f \u045e] LT",nextDay:"[\u0417\u0430\u045e\u0442\u0440\u0430 \u045e] LT",lastDay:"[\u0423\u0447\u043e\u0440\u0430 \u045e] LT",nextWeek:function(){return"[\u0423] dddd [\u045e] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[\u0423 \u043c\u0456\u043d\u0443\u043b\u0443\u044e] dddd [\u045e] LT";case 1:case 2:case 4:return"[\u0423 \u043c\u0456\u043d\u0443\u043b\u044b] dddd [\u045e] LT"}},sameElse:"L"},relativeTime:{future:"\u043f\u0440\u0430\u0437 %s",past:"%s \u0442\u0430\u043c\u0443",s:"\u043d\u0435\u043a\u0430\u043b\u044c\u043a\u0456 \u0441\u0435\u043a\u0443\u043d\u0434",m:e,mm:e,h:e,hh:e,d:"\u0434\u0437\u0435\u043d\u044c",dd:e,M:"\u043c\u0435\u0441\u044f\u0446",MM:e,y:"\u0433\u043e\u0434",yy:e},meridiemParse:/\u043d\u043e\u0447\u044b|\u0440\u0430\u043d\u0456\u0446\u044b|\u0434\u043d\u044f|\u0432\u0435\u0447\u0430\u0440\u0430/,isPM:function(t){return/^(\u0434\u043d\u044f|\u0432\u0435\u0447\u0430\u0440\u0430)$/.test(t)},meridiem:function(t,e,n){return t<4?"\u043d\u043e\u0447\u044b":t<12?"\u0440\u0430\u043d\u0456\u0446\u044b":t<17?"\u0434\u043d\u044f":"\u0432\u0435\u0447\u0430\u0440\u0430"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0456|\u044b|\u0433\u0430)/,ordinal:function(t,e){switch(e){case"M":case"d":case"DDD":case"w":case"W":return t%10!=2&&t%10!=3||t%100==12||t%100==13?t+"-\u044b":t+"-\u0456";case"D":return t+"-\u0433\u0430";default:return t}},week:{dow:1,doy:7}})}(n("wd/R"))},HP3h:function(t,e,n){!function(t){"use strict";var e={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(t){return 0===t?0:1===t?1:2===t?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5},i={s:["\u0623\u0642\u0644 \u0645\u0646 \u062b\u0627\u0646\u064a\u0629","\u062b\u0627\u0646\u064a\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062b\u0627\u0646\u064a\u062a\u0627\u0646","\u062b\u0627\u0646\u064a\u062a\u064a\u0646"],"%d \u062b\u0648\u0627\u0646","%d \u062b\u0627\u0646\u064a\u0629","%d \u062b\u0627\u0646\u064a\u0629"],m:["\u0623\u0642\u0644 \u0645\u0646 \u062f\u0642\u064a\u0642\u0629","\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062f\u0642\u064a\u0642\u062a\u0627\u0646","\u062f\u0642\u064a\u0642\u062a\u064a\u0646"],"%d \u062f\u0642\u0627\u0626\u0642","%d \u062f\u0642\u064a\u0642\u0629","%d \u062f\u0642\u064a\u0642\u0629"],h:["\u0623\u0642\u0644 \u0645\u0646 \u0633\u0627\u0639\u0629","\u0633\u0627\u0639\u0629 \u0648\u0627\u062d\u062f\u0629",["\u0633\u0627\u0639\u062a\u0627\u0646","\u0633\u0627\u0639\u062a\u064a\u0646"],"%d \u0633\u0627\u0639\u0627\u062a","%d \u0633\u0627\u0639\u0629","%d \u0633\u0627\u0639\u0629"],d:["\u0623\u0642\u0644 \u0645\u0646 \u064a\u0648\u0645","\u064a\u0648\u0645 \u0648\u0627\u062d\u062f",["\u064a\u0648\u0645\u0627\u0646","\u064a\u0648\u0645\u064a\u0646"],"%d \u0623\u064a\u0627\u0645","%d \u064a\u0648\u0645\u064b\u0627","%d \u064a\u0648\u0645"],M:["\u0623\u0642\u0644 \u0645\u0646 \u0634\u0647\u0631","\u0634\u0647\u0631 \u0648\u0627\u062d\u062f",["\u0634\u0647\u0631\u0627\u0646","\u0634\u0647\u0631\u064a\u0646"],"%d \u0623\u0634\u0647\u0631","%d \u0634\u0647\u0631\u0627","%d \u0634\u0647\u0631"],y:["\u0623\u0642\u0644 \u0645\u0646 \u0639\u0627\u0645","\u0639\u0627\u0645 \u0648\u0627\u062d\u062f",["\u0639\u0627\u0645\u0627\u0646","\u0639\u0627\u0645\u064a\u0646"],"%d \u0623\u0639\u0648\u0627\u0645","%d \u0639\u0627\u0645\u064b\u0627","%d \u0639\u0627\u0645"]},a=function(t){return function(e,a,r,o){var s=n(e),c=i[t][n(e)];return 2===s&&(c=c[a?0:1]),c.replace(/%d/i,e)}},r=["\u064a\u0646\u0627\u064a\u0631","\u0641\u0628\u0631\u0627\u064a\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064a\u0644","\u0645\u0627\u064a\u0648","\u064a\u0648\u0646\u064a\u0648","\u064a\u0648\u0644\u064a\u0648","\u0623\u063a\u0633\u0637\u0633","\u0633\u0628\u062a\u0645\u0628\u0631","\u0623\u0643\u062a\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062f\u064a\u0633\u0645\u0628\u0631"];t.defineLocale("ar-ly",{months:r,monthsShort:r,weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/\u200fM/\u200fYYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(t){return"\u0645"===t},meridiem:function(t,e,n){return t<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u064b\u0627 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0628\u0639\u062f %s",past:"\u0645\u0646\u0630 %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},preparse:function(t){return t.replace(/\u060c/g,",")},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]}).replace(/,/g,"\u060c")},week:{dow:6,doy:12}})}(n("wd/R"))},IBtZ:function(t,e,n){!function(t){"use strict";t.defineLocale("ka",{months:{standalone:"\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8_\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8_\u10db\u10d0\u10e0\u10e2\u10d8_\u10d0\u10de\u10e0\u10d8\u10da\u10d8_\u10db\u10d0\u10d8\u10e1\u10d8_\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8_\u10d8\u10d5\u10da\u10d8\u10e1\u10d8_\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd_\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8_\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8_\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8_\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8".split("_"),format:"\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10e1_\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10e1_\u10db\u10d0\u10e0\u10e2\u10e1_\u10d0\u10de\u10e0\u10d8\u10da\u10d8\u10e1_\u10db\u10d0\u10d8\u10e1\u10e1_\u10d8\u10d5\u10dc\u10d8\u10e1\u10e1_\u10d8\u10d5\u10da\u10d8\u10e1\u10e1_\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10e1_\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10e1_\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10e1_\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10e1_\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10e1".split("_")},monthsShort:"\u10d8\u10d0\u10dc_\u10d7\u10d4\u10d1_\u10db\u10d0\u10e0_\u10d0\u10de\u10e0_\u10db\u10d0\u10d8_\u10d8\u10d5\u10dc_\u10d8\u10d5\u10da_\u10d0\u10d2\u10d5_\u10e1\u10d4\u10e5_\u10dd\u10e5\u10e2_\u10dc\u10dd\u10d4_\u10d3\u10d4\u10d9".split("_"),weekdays:{standalone:"\u10d9\u10d5\u10d8\u10e0\u10d0_\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8_\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8".split("_"),format:"\u10d9\u10d5\u10d8\u10e0\u10d0\u10e1_\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10e1_\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1".split("_"),isFormat:/(\u10ec\u10d8\u10dc\u10d0|\u10e8\u10d4\u10db\u10d3\u10d4\u10d2)/},weekdaysShort:"\u10d9\u10d5\u10d8_\u10dd\u10e0\u10e8_\u10e1\u10d0\u10db_\u10dd\u10d7\u10ee_\u10ee\u10e3\u10d7_\u10de\u10d0\u10e0_\u10e8\u10d0\u10d1".split("_"),weekdaysMin:"\u10d9\u10d5_\u10dd\u10e0_\u10e1\u10d0_\u10dd\u10d7_\u10ee\u10e3_\u10de\u10d0_\u10e8\u10d0".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[\u10d3\u10e6\u10d4\u10e1] LT[-\u10d6\u10d4]",nextDay:"[\u10ee\u10d5\u10d0\u10da] LT[-\u10d6\u10d4]",lastDay:"[\u10d2\u10e3\u10e8\u10d8\u10dc] LT[-\u10d6\u10d4]",nextWeek:"[\u10e8\u10d4\u10db\u10d3\u10d4\u10d2] dddd LT[-\u10d6\u10d4]",lastWeek:"[\u10ec\u10d8\u10dc\u10d0] dddd LT-\u10d6\u10d4",sameElse:"L"},relativeTime:{future:function(t){return/(\u10ec\u10d0\u10db\u10d8|\u10ec\u10e3\u10d7\u10d8|\u10e1\u10d0\u10d0\u10d7\u10d8|\u10ec\u10d4\u10da\u10d8)/.test(t)?t.replace(/\u10d8$/,"\u10e8\u10d8"):t+"\u10e8\u10d8"},past:function(t){return/(\u10ec\u10d0\u10db\u10d8|\u10ec\u10e3\u10d7\u10d8|\u10e1\u10d0\u10d0\u10d7\u10d8|\u10d3\u10e6\u10d4|\u10d7\u10d5\u10d4)/.test(t)?t.replace(/(\u10d8|\u10d4)$/,"\u10d8\u10e1 \u10ec\u10d8\u10dc"):/\u10ec\u10d4\u10da\u10d8/.test(t)?t.replace(/\u10ec\u10d4\u10da\u10d8$/,"\u10ec\u10da\u10d8\u10e1 \u10ec\u10d8\u10dc"):void 0},s:"\u10e0\u10d0\u10db\u10d3\u10d4\u10dc\u10d8\u10db\u10d4 \u10ec\u10d0\u10db\u10d8",ss:"%d \u10ec\u10d0\u10db\u10d8",m:"\u10ec\u10e3\u10d7\u10d8",mm:"%d \u10ec\u10e3\u10d7\u10d8",h:"\u10e1\u10d0\u10d0\u10d7\u10d8",hh:"%d \u10e1\u10d0\u10d0\u10d7\u10d8",d:"\u10d3\u10e6\u10d4",dd:"%d \u10d3\u10e6\u10d4",M:"\u10d7\u10d5\u10d4",MM:"%d \u10d7\u10d5\u10d4",y:"\u10ec\u10d4\u10da\u10d8",yy:"%d \u10ec\u10d4\u10da\u10d8"},dayOfMonthOrdinalParse:/0|1-\u10da\u10d8|\u10db\u10d4-\d{1,2}|\d{1,2}-\u10d4/,ordinal:function(t){return 0===t?t:1===t?t+"-\u10da\u10d8":t<20||t<=100&&t%20==0||t%100==0?"\u10db\u10d4-"+t:t+"-\u10d4"},week:{dow:1,doy:7}})}(n("wd/R"))},IYT7:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers;t.defaults.global.plugins={},t.plugins={_plugins:[],_cacheId:0,register:function(t){var e=this._plugins;[].concat(t).forEach(function(t){-1===e.indexOf(t)&&e.push(t)}),this._cacheId++},unregister:function(t){var e=this._plugins;[].concat(t).forEach(function(t){var n=e.indexOf(t);-1!==n&&e.splice(n,1)}),this._cacheId++},clear:function(){this._plugins=[],this._cacheId++},count:function(){return this._plugins.length},getAll:function(){return this._plugins},notify:function(t,e,n){var i,a,r,o,s,c=this.descriptors(t),l=c.length;for(i=0;i10&&t<20}function a(t){return e[t].split("_")}function r(t,e,r,o){var s=t+" ";return 1===t?s+n(0,e,r[0],o):e?s+(i(t)?a(r)[1]:a(r)[0]):o?s+a(r)[1]:s+(i(t)?a(r)[1]:a(r)[2])}t.defineLocale("lt",{months:{format:"sausio_vasario_kovo_baland\u017eio_gegu\u017e\u0117s_bir\u017eelio_liepos_rugpj\u016b\u010dio_rugs\u0117jo_spalio_lapkri\u010dio_gruod\u017eio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegu\u017e\u0117_bir\u017eelis_liepa_rugpj\u016btis_rugs\u0117jis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadien\u012f_pirmadien\u012f_antradien\u012f_tre\u010diadien\u012f_ketvirtadien\u012f_penktadien\u012f_\u0161e\u0161tadien\u012f".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_tre\u010diadienis_ketvirtadienis_penktadienis_\u0161e\u0161tadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_\u0160e\u0161".split("_"),weekdaysMin:"S_P_A_T_K_Pn_\u0160".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[\u0160iandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Pra\u0117jus\u012f] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prie\u0161 %s",s:function(t,e,n,i){return e?"kelios sekund\u0117s":i?"keli\u0173 sekund\u017ei\u0173":"kelias sekundes"},ss:r,m:n,mm:r,h:n,hh:r,d:n,dd:r,M:n,MM:r,y:n,yy:r},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(t){return t+"-oji"},week:{dow:1,doy:4}})}(n("wd/R"))},"K/tc":function(t,e,n){!function(t){"use strict";t.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(t){return/^nm$/i.test(t)},meridiem:function(t,e,n){return t<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[M\xf4re om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})}(n("wd/R"))},K2E3:function(t,e,n){"use strict";var i=n("6ww4");t.exports=function(t){var e=t.helpers;t.elements={},t.Element=function(t){e.extend(this,t),this.initialize.apply(this,arguments)},e.extend(t.Element.prototype,{initialize:function(){this.hidden=!1},pivot:function(){var t=this;return t._view||(t._view=e.clone(t._model)),t._start={},t},transition:function(t){var e=this,n=e._model,a=e._start,r=e._view;return n&&1!==t?(r||(r=e._view={}),a||(a=e._start={}),function(t,e,n,a){var r,o,s,c,l,d,u,h,p,m=Object.keys(n);for(r=0,o=m.length;r0||(n.forEach(function(e){delete t[e]}),delete t._chartjs)}}t.DatasetController=function(t,e){this.initialize(t,e)},e.extend(t.DatasetController.prototype,{datasetElementType:null,dataElementType:null,initialize:function(t,e){this.chart=t,this.index=e,this.linkScales(),this.addElements()},updateIndex:function(t){this.index=t},linkScales:function(){var t=this.getMeta(),e=this.getDataset();null===t.xAxisID&&(t.xAxisID=e.xAxisID||this.chart.options.scales.xAxes[0].id),null===t.yAxisID&&(t.yAxisID=e.yAxisID||this.chart.options.scales.yAxes[0].id)},getDataset:function(){return this.chart.data.datasets[this.index]},getMeta:function(){return this.chart.getDatasetMeta(this.index)},getScaleForId:function(t){return this.chart.scales[t]},reset:function(){this.update(!0)},destroy:function(){this._data&&i(this._data,this)},createMetaDataset:function(){var t=this.datasetElementType;return t&&new t({_chart:this.chart,_datasetIndex:this.index})},createMetaData:function(t){var e=this.dataElementType;return e&&new e({_chart:this.chart,_datasetIndex:this.index,_index:t})},addElements:function(){var t,e,n=this.getMeta(),i=this.getDataset().data||[],a=n.data;for(t=0,e=i.length;tn&&this.insertElements(n,i-n)},insertElements:function(t,e){for(var n=0;n=2&&t<=4?e[1]:e[2]},translate:function(t,n,i){var a=e.words[i];return 1===i.length?n?a[0]:a[1]:t+" "+e.correctGrammaticalCase(t,a)}};t.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_\u010detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._\u010det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010de_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010de u] LT",lastWeek:function(){return["[pro\u0161le] [nedjelje] [u] LT","[pro\u0161log] [ponedjeljka] [u] LT","[pro\u0161log] [utorka] [u] LT","[pro\u0161le] [srijede] [u] LT","[pro\u0161log] [\u010detvrtka] [u] LT","[pro\u0161log] [petka] [u] LT","[pro\u0161le] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:e.translate,m:e.translate,mm:e.translate,h:e.translate,hh:e.translate,d:"dan",dd:e.translate,M:"mjesec",MM:e.translate,y:"godinu",yy:e.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n("wd/R"))},Loxo:function(t,e,n){!function(t){"use strict";t.defineLocale("uz",{months:"\u044f\u043d\u0432\u0430\u0440_\u0444\u0435\u0432\u0440\u0430\u043b_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0435\u043b_\u043c\u0430\u0439_\u0438\u044e\u043d_\u0438\u044e\u043b_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043d\u0442\u044f\u0431\u0440_\u043e\u043a\u0442\u044f\u0431\u0440_\u043d\u043e\u044f\u0431\u0440_\u0434\u0435\u043a\u0430\u0431\u0440".split("_"),monthsShort:"\u044f\u043d\u0432_\u0444\u0435\u0432_\u043c\u0430\u0440_\u0430\u043f\u0440_\u043c\u0430\u0439_\u0438\u044e\u043d_\u0438\u044e\u043b_\u0430\u0432\u0433_\u0441\u0435\u043d_\u043e\u043a\u0442_\u043d\u043e\u044f_\u0434\u0435\u043a".split("_"),weekdays:"\u042f\u043a\u0448\u0430\u043d\u0431\u0430_\u0414\u0443\u0448\u0430\u043d\u0431\u0430_\u0421\u0435\u0448\u0430\u043d\u0431\u0430_\u0427\u043e\u0440\u0448\u0430\u043d\u0431\u0430_\u041f\u0430\u0439\u0448\u0430\u043d\u0431\u0430_\u0416\u0443\u043c\u0430_\u0428\u0430\u043d\u0431\u0430".split("_"),weekdaysShort:"\u042f\u043a\u0448_\u0414\u0443\u0448_\u0421\u0435\u0448_\u0427\u043e\u0440_\u041f\u0430\u0439_\u0416\u0443\u043c_\u0428\u0430\u043d".split("_"),weekdaysMin:"\u042f\u043a_\u0414\u0443_\u0421\u0435_\u0427\u043e_\u041f\u0430_\u0416\u0443_\u0428\u0430".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[\u0411\u0443\u0433\u0443\u043d \u0441\u043e\u0430\u0442] LT [\u0434\u0430]",nextDay:"[\u042d\u0440\u0442\u0430\u0433\u0430] LT [\u0434\u0430]",nextWeek:"dddd [\u043a\u0443\u043d\u0438 \u0441\u043e\u0430\u0442] LT [\u0434\u0430]",lastDay:"[\u041a\u0435\u0447\u0430 \u0441\u043e\u0430\u0442] LT [\u0434\u0430]",lastWeek:"[\u0423\u0442\u0433\u0430\u043d] dddd [\u043a\u0443\u043d\u0438 \u0441\u043e\u0430\u0442] LT [\u0434\u0430]",sameElse:"L"},relativeTime:{future:"\u042f\u043a\u0438\u043d %s \u0438\u0447\u0438\u0434\u0430",past:"\u0411\u0438\u0440 \u043d\u0435\u0447\u0430 %s \u043e\u043b\u0434\u0438\u043d",s:"\u0444\u0443\u0440\u0441\u0430\u0442",ss:"%d \u0444\u0443\u0440\u0441\u0430\u0442",m:"\u0431\u0438\u0440 \u0434\u0430\u043a\u0438\u043a\u0430",mm:"%d \u0434\u0430\u043a\u0438\u043a\u0430",h:"\u0431\u0438\u0440 \u0441\u043e\u0430\u0442",hh:"%d \u0441\u043e\u0430\u0442",d:"\u0431\u0438\u0440 \u043a\u0443\u043d",dd:"%d \u043a\u0443\u043d",M:"\u0431\u0438\u0440 \u043e\u0439",MM:"%d \u043e\u0439",y:"\u0431\u0438\u0440 \u0439\u0438\u043b",yy:"%d \u0439\u0438\u043b"},week:{dow:1,doy:7}})}(n("wd/R"))},ODdm:function(t,e,n){"use strict";t.exports=function(t){t.Bar=function(e,n){return n.type="bar",new t(e,n)}}},OIYi:function(t,e,n){!function(t){"use strict";t.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}})}(n("wd/R"))},OXbD:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers,n=t.defaults.global,i=n.defaultColor;function a(t){var e=this._view;return!!e&&Math.pow(t-e.x,2)=10?t:t+12:"\u0938\u093e\u092f\u0902\u0915\u093e\u0933\u0940"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"\u0930\u093e\u0924\u094d\u0930\u0940":t<10?"\u0938\u0915\u093e\u0933\u0940":t<17?"\u0926\u0941\u092a\u093e\u0930\u0940":t<20?"\u0938\u093e\u092f\u0902\u0915\u093e\u0933\u0940":"\u0930\u093e\u0924\u094d\u0930\u0940"},week:{dow:0,doy:6}})}(n("wd/R"))},OjkT:function(t,e,n){!function(t){"use strict";var e={1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096a",5:"\u096b",6:"\u096c",7:"\u096d",8:"\u096e",9:"\u096f",0:"\u0966"},n={"\u0967":"1","\u0968":"2","\u0969":"3","\u096a":"4","\u096b":"5","\u096c":"6","\u096d":"7","\u096e":"8","\u096f":"9","\u0966":"0"};t.defineLocale("ne",{months:"\u091c\u0928\u0935\u0930\u0940_\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u0930\u0940_\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u093f\u0932_\u092e\u0908_\u091c\u0941\u0928_\u091c\u0941\u0932\u093e\u0908_\u0905\u0917\u0937\u094d\u091f_\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930_\u0905\u0915\u094d\u091f\u094b\u092c\u0930_\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930_\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930".split("_"),monthsShort:"\u091c\u0928._\u092b\u0947\u092c\u094d\u0930\u0941._\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u093f._\u092e\u0908_\u091c\u0941\u0928_\u091c\u0941\u0932\u093e\u0908._\u0905\u0917._\u0938\u0947\u092a\u094d\u091f._\u0905\u0915\u094d\u091f\u094b._\u0928\u094b\u092d\u0947._\u0921\u093f\u0938\u0947.".split("_"),monthsParseExact:!0,weekdays:"\u0906\u0907\u0924\u092c\u093e\u0930_\u0938\u094b\u092e\u092c\u093e\u0930_\u092e\u0919\u094d\u0917\u0932\u092c\u093e\u0930_\u092c\u0941\u0927\u092c\u093e\u0930_\u092c\u093f\u0939\u093f\u092c\u093e\u0930_\u0936\u0941\u0915\u094d\u0930\u092c\u093e\u0930_\u0936\u0928\u093f\u092c\u093e\u0930".split("_"),weekdaysShort:"\u0906\u0907\u0924._\u0938\u094b\u092e._\u092e\u0919\u094d\u0917\u0932._\u092c\u0941\u0927._\u092c\u093f\u0939\u093f._\u0936\u0941\u0915\u094d\u0930._\u0936\u0928\u093f.".split("_"),weekdaysMin:"\u0906._\u0938\u094b._\u092e\u0902._\u092c\u0941._\u092c\u093f._\u0936\u0941._\u0936.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A\u0915\u094b h:mm \u092c\u091c\u0947",LTS:"A\u0915\u094b h:mm:ss \u092c\u091c\u0947",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A\u0915\u094b h:mm \u092c\u091c\u0947",LLLL:"dddd, D MMMM YYYY, A\u0915\u094b h:mm \u092c\u091c\u0947"},preparse:function(t){return t.replace(/[\u0967\u0968\u0969\u096a\u096b\u096c\u096d\u096e\u096f\u0966]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/\u0930\u093e\u0924\u093f|\u092c\u093f\u0939\u093e\u0928|\u0926\u093f\u0909\u0901\u0938\u094b|\u0938\u093e\u0901\u091d/,meridiemHour:function(t,e){return 12===t&&(t=0),"\u0930\u093e\u0924\u093f"===e?t<4?t:t+12:"\u092c\u093f\u0939\u093e\u0928"===e?t:"\u0926\u093f\u0909\u0901\u0938\u094b"===e?t>=10?t:t+12:"\u0938\u093e\u0901\u091d"===e?t+12:void 0},meridiem:function(t,e,n){return t<3?"\u0930\u093e\u0924\u093f":t<12?"\u092c\u093f\u0939\u093e\u0928":t<16?"\u0926\u093f\u0909\u0901\u0938\u094b":t<20?"\u0938\u093e\u0901\u091d":"\u0930\u093e\u0924\u093f"},calendar:{sameDay:"[\u0906\u091c] LT",nextDay:"[\u092d\u094b\u0932\u093f] LT",nextWeek:"[\u0906\u0909\u0901\u0926\u094b] dddd[,] LT",lastDay:"[\u0939\u093f\u091c\u094b] LT",lastWeek:"[\u0917\u090f\u0915\u094b] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s\u092e\u093e",past:"%s \u0905\u0917\u093e\u0921\u093f",s:"\u0915\u0947\u0939\u0940 \u0915\u094d\u0937\u0923",ss:"%d \u0938\u0947\u0915\u0947\u0923\u094d\u0921",m:"\u090f\u0915 \u092e\u093f\u0928\u0947\u091f",mm:"%d \u092e\u093f\u0928\u0947\u091f",h:"\u090f\u0915 \u0918\u0923\u094d\u091f\u093e",hh:"%d \u0918\u0923\u094d\u091f\u093e",d:"\u090f\u0915 \u0926\u093f\u0928",dd:"%d \u0926\u093f\u0928",M:"\u090f\u0915 \u092e\u0939\u093f\u0928\u093e",MM:"%d \u092e\u0939\u093f\u0928\u093e",y:"\u090f\u0915 \u092c\u0930\u094d\u0937",yy:"%d \u092c\u0930\u094d\u0937"},week:{dow:0,doy:6}})}(n("wd/R"))},Oxv6:function(t,e,n){!function(t){"use strict";var e={0:"-\u0443\u043c",1:"-\u0443\u043c",2:"-\u044e\u043c",3:"-\u044e\u043c",4:"-\u0443\u043c",5:"-\u0443\u043c",6:"-\u0443\u043c",7:"-\u0443\u043c",8:"-\u0443\u043c",9:"-\u0443\u043c",10:"-\u0443\u043c",12:"-\u0443\u043c",13:"-\u0443\u043c",20:"-\u0443\u043c",30:"-\u044e\u043c",40:"-\u0443\u043c",50:"-\u0443\u043c",60:"-\u0443\u043c",70:"-\u0443\u043c",80:"-\u0443\u043c",90:"-\u0443\u043c",100:"-\u0443\u043c"};t.defineLocale("tg",{months:"\u044f\u043d\u0432\u0430\u0440_\u0444\u0435\u0432\u0440\u0430\u043b_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0435\u043b_\u043c\u0430\u0439_\u0438\u044e\u043d_\u0438\u044e\u043b_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043d\u0442\u044f\u0431\u0440_\u043e\u043a\u0442\u044f\u0431\u0440_\u043d\u043e\u044f\u0431\u0440_\u0434\u0435\u043a\u0430\u0431\u0440".split("_"),monthsShort:"\u044f\u043d\u0432_\u0444\u0435\u0432_\u043c\u0430\u0440_\u0430\u043f\u0440_\u043c\u0430\u0439_\u0438\u044e\u043d_\u0438\u044e\u043b_\u0430\u0432\u0433_\u0441\u0435\u043d_\u043e\u043a\u0442_\u043d\u043e\u044f_\u0434\u0435\u043a".split("_"),weekdays:"\u044f\u043a\u0448\u0430\u043d\u0431\u0435_\u0434\u0443\u0448\u0430\u043d\u0431\u0435_\u0441\u0435\u0448\u0430\u043d\u0431\u0435_\u0447\u043e\u0440\u0448\u0430\u043d\u0431\u0435_\u043f\u0430\u043d\u04b7\u0448\u0430\u043d\u0431\u0435_\u04b7\u0443\u043c\u044a\u0430_\u0448\u0430\u043d\u0431\u0435".split("_"),weekdaysShort:"\u044f\u0448\u0431_\u0434\u0448\u0431_\u0441\u0448\u0431_\u0447\u0448\u0431_\u043f\u0448\u0431_\u04b7\u0443\u043c_\u0448\u043d\u0431".split("_"),weekdaysMin:"\u044f\u0448_\u0434\u0448_\u0441\u0448_\u0447\u0448_\u043f\u0448_\u04b7\u043c_\u0448\u0431".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0418\u043c\u0440\u04ef\u0437 \u0441\u043e\u0430\u0442\u0438] LT",nextDay:"[\u041f\u0430\u0433\u043e\u04b3 \u0441\u043e\u0430\u0442\u0438] LT",lastDay:"[\u0414\u0438\u0440\u04ef\u0437 \u0441\u043e\u0430\u0442\u0438] LT",nextWeek:"dddd[\u0438] [\u04b3\u0430\u0444\u0442\u0430\u0438 \u043e\u044f\u043d\u0434\u0430 \u0441\u043e\u0430\u0442\u0438] LT",lastWeek:"dddd[\u0438] [\u04b3\u0430\u0444\u0442\u0430\u0438 \u0433\u0443\u0437\u0430\u0448\u0442\u0430 \u0441\u043e\u0430\u0442\u0438] LT",sameElse:"L"},relativeTime:{future:"\u0431\u0430\u044a\u0434\u0438 %s",past:"%s \u043f\u0435\u0448",s:"\u044f\u043a\u0447\u0430\u043d\u0434 \u0441\u043e\u043d\u0438\u044f",m:"\u044f\u043a \u0434\u0430\u049b\u0438\u049b\u0430",mm:"%d \u0434\u0430\u049b\u0438\u049b\u0430",h:"\u044f\u043a \u0441\u043e\u0430\u0442",hh:"%d \u0441\u043e\u0430\u0442",d:"\u044f\u043a \u0440\u04ef\u0437",dd:"%d \u0440\u04ef\u0437",M:"\u044f\u043a \u043c\u043e\u04b3",MM:"%d \u043c\u043e\u04b3",y:"\u044f\u043a \u0441\u043e\u043b",yy:"%d \u0441\u043e\u043b"},meridiemParse:/\u0448\u0430\u0431|\u0441\u0443\u0431\u04b3|\u0440\u04ef\u0437|\u0431\u0435\u0433\u043e\u04b3/,meridiemHour:function(t,e){return 12===t&&(t=0),"\u0448\u0430\u0431"===e?t<4?t:t+12:"\u0441\u0443\u0431\u04b3"===e?t:"\u0440\u04ef\u0437"===e?t>=11?t:t+12:"\u0431\u0435\u0433\u043e\u04b3"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"\u0448\u0430\u0431":t<11?"\u0441\u0443\u0431\u04b3":t<16?"\u0440\u04ef\u0437":t<19?"\u0431\u0435\u0433\u043e\u04b3":"\u0448\u0430\u0431"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0443\u043c|\u044e\u043c)/,ordinal:function(t){return t+(e[t]||e[t%10]||e[t>=100?100:null])},week:{dow:1,doy:7}})}(n("wd/R"))},PA2r:function(t,e,n){!function(t){"use strict";var e="leden_\xfanor_b\u0159ezen_duben_kv\u011bten_\u010derven_\u010dervenec_srpen_z\xe1\u0159\xed_\u0159\xedjen_listopad_prosinec".split("_"),n="led_\xfano_b\u0159e_dub_kv\u011b_\u010dvn_\u010dvc_srp_z\xe1\u0159_\u0159\xedj_lis_pro".split("_");function i(t){return t>1&&t<5&&1!=~~(t/10)}function a(t,e,n,a){var r=t+" ";switch(n){case"s":return e||a?"p\xe1r sekund":"p\xe1r sekundami";case"ss":return e||a?r+(i(t)?"sekundy":"sekund"):r+"sekundami";case"m":return e?"minuta":a?"minutu":"minutou";case"mm":return e||a?r+(i(t)?"minuty":"minut"):r+"minutami";case"h":return e?"hodina":a?"hodinu":"hodinou";case"hh":return e||a?r+(i(t)?"hodiny":"hodin"):r+"hodinami";case"d":return e||a?"den":"dnem";case"dd":return e||a?r+(i(t)?"dny":"dn\xed"):r+"dny";case"M":return e||a?"m\u011bs\xedc":"m\u011bs\xedcem";case"MM":return e||a?r+(i(t)?"m\u011bs\xedce":"m\u011bs\xedc\u016f"):r+"m\u011bs\xedci";case"y":return e||a?"rok":"rokem";case"yy":return e||a?r+(i(t)?"roky":"let"):r+"lety"}}t.defineLocale("cs",{months:e,monthsShort:n,monthsParse:function(t,e){var n,i=[];for(n=0;n<12;n++)i[n]=new RegExp("^"+t[n]+"$|^"+e[n]+"$","i");return i}(e,n),shortMonthsParse:function(t){var e,n=[];for(e=0;e<12;e++)n[e]=new RegExp("^"+t[e]+"$","i");return n}(n),longMonthsParse:function(t){var e,n=[];for(e=0;e<12;e++)n[e]=new RegExp("^"+t[e]+"$","i");return n}(e),weekdays:"ned\u011ble_pond\u011bl\xed_\xfater\xfd_st\u0159eda_\u010dtvrtek_p\xe1tek_sobota".split("_"),weekdaysShort:"ne_po_\xfat_st_\u010dt_p\xe1_so".split("_"),weekdaysMin:"ne_po_\xfat_st_\u010dt_p\xe1_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[z\xedtra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v ned\u011bli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve st\u0159edu v] LT";case 4:return"[ve \u010dtvrtek v] LT";case 5:return"[v p\xe1tek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[v\u010dera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou ned\u011bli v] LT";case 1:case 2:return"[minul\xe9] dddd [v] LT";case 3:return"[minulou st\u0159edu v] LT";case 4:case 5:return"[minul\xfd] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"p\u0159ed %s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},PeUW:function(t,e,n){!function(t){"use strict";var e={1:"\u0be7",2:"\u0be8",3:"\u0be9",4:"\u0bea",5:"\u0beb",6:"\u0bec",7:"\u0bed",8:"\u0bee",9:"\u0bef",0:"\u0be6"},n={"\u0be7":"1","\u0be8":"2","\u0be9":"3","\u0bea":"4","\u0beb":"5","\u0bec":"6","\u0bed":"7","\u0bee":"8","\u0bef":"9","\u0be6":"0"};t.defineLocale("ta",{months:"\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf_\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf_\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd_\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd_\u0bae\u0bc7_\u0b9c\u0bc2\u0ba9\u0bcd_\u0b9c\u0bc2\u0bb2\u0bc8_\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd_\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bc6\u0bae\u0bcd\u0baa\u0bb0\u0bcd_\u0b85\u0b95\u0bcd\u0b9f\u0bc7\u0bbe\u0baa\u0bb0\u0bcd_\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd_\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd".split("_"),monthsShort:"\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf_\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf_\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd_\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd_\u0bae\u0bc7_\u0b9c\u0bc2\u0ba9\u0bcd_\u0b9c\u0bc2\u0bb2\u0bc8_\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd_\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bc6\u0bae\u0bcd\u0baa\u0bb0\u0bcd_\u0b85\u0b95\u0bcd\u0b9f\u0bc7\u0bbe\u0baa\u0bb0\u0bcd_\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd_\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd".split("_"),weekdays:"\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bcd\u0bb1\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0b9f\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0baa\u0bc1\u0ba4\u0ba9\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0b95\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf\u0b95\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0b9a\u0ba9\u0bbf\u0b95\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8".split("_"),weekdaysShort:"\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1_\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd_\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd_\u0baa\u0bc1\u0ba4\u0ba9\u0bcd_\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd_\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf_\u0b9a\u0ba9\u0bbf".split("_"),weekdaysMin:"\u0b9e\u0bbe_\u0ba4\u0bbf_\u0b9a\u0bc6_\u0baa\u0bc1_\u0bb5\u0bbf_\u0bb5\u0bc6_\u0b9a".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[\u0b87\u0ba9\u0bcd\u0bb1\u0bc1] LT",nextDay:"[\u0ba8\u0bbe\u0bb3\u0bc8] LT",nextWeek:"dddd, LT",lastDay:"[\u0ba8\u0bc7\u0bb1\u0bcd\u0bb1\u0bc1] LT",lastWeek:"[\u0b95\u0b9f\u0ba8\u0bcd\u0ba4 \u0bb5\u0bbe\u0bb0\u0bae\u0bcd] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0b87\u0bb2\u0bcd",past:"%s \u0bae\u0bc1\u0ba9\u0bcd",s:"\u0b92\u0bb0\u0bc1 \u0b9a\u0bbf\u0bb2 \u0bb5\u0bbf\u0ba8\u0bbe\u0b9f\u0bbf\u0b95\u0bb3\u0bcd",ss:"%d \u0bb5\u0bbf\u0ba8\u0bbe\u0b9f\u0bbf\u0b95\u0bb3\u0bcd",m:"\u0b92\u0bb0\u0bc1 \u0ba8\u0bbf\u0bae\u0bbf\u0b9f\u0bae\u0bcd",mm:"%d \u0ba8\u0bbf\u0bae\u0bbf\u0b9f\u0b99\u0bcd\u0b95\u0bb3\u0bcd",h:"\u0b92\u0bb0\u0bc1 \u0bae\u0ba3\u0bbf \u0ba8\u0bc7\u0bb0\u0bae\u0bcd",hh:"%d \u0bae\u0ba3\u0bbf \u0ba8\u0bc7\u0bb0\u0bae\u0bcd",d:"\u0b92\u0bb0\u0bc1 \u0ba8\u0bbe\u0bb3\u0bcd",dd:"%d \u0ba8\u0bbe\u0b9f\u0bcd\u0b95\u0bb3\u0bcd",M:"\u0b92\u0bb0\u0bc1 \u0bae\u0bbe\u0ba4\u0bae\u0bcd",MM:"%d \u0bae\u0bbe\u0ba4\u0b99\u0bcd\u0b95\u0bb3\u0bcd",y:"\u0b92\u0bb0\u0bc1 \u0bb5\u0bb0\u0bc1\u0b9f\u0bae\u0bcd",yy:"%d \u0b86\u0ba3\u0bcd\u0b9f\u0bc1\u0b95\u0bb3\u0bcd"},dayOfMonthOrdinalParse:/\d{1,2}\u0bb5\u0ba4\u0bc1/,ordinal:function(t){return t+"\u0bb5\u0ba4\u0bc1"},preparse:function(t){return t.replace(/[\u0be7\u0be8\u0be9\u0bea\u0beb\u0bec\u0bed\u0bee\u0bef\u0be6]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/\u0baf\u0bbe\u0bae\u0bae\u0bcd|\u0bb5\u0bc8\u0b95\u0bb1\u0bc8|\u0b95\u0bbe\u0bb2\u0bc8|\u0ba8\u0ba3\u0bcd\u0baa\u0b95\u0bb2\u0bcd|\u0b8e\u0bb1\u0bcd\u0baa\u0bbe\u0b9f\u0bc1|\u0bae\u0bbe\u0bb2\u0bc8/,meridiem:function(t,e,n){return t<2?" \u0baf\u0bbe\u0bae\u0bae\u0bcd":t<6?" \u0bb5\u0bc8\u0b95\u0bb1\u0bc8":t<10?" \u0b95\u0bbe\u0bb2\u0bc8":t<14?" \u0ba8\u0ba3\u0bcd\u0baa\u0b95\u0bb2\u0bcd":t<18?" \u0b8e\u0bb1\u0bcd\u0baa\u0bbe\u0b9f\u0bc1":t<22?" \u0bae\u0bbe\u0bb2\u0bc8":" \u0baf\u0bbe\u0bae\u0bae\u0bcd"},meridiemHour:function(t,e){return 12===t&&(t=0),"\u0baf\u0bbe\u0bae\u0bae\u0bcd"===e?t<2?t:t+12:"\u0bb5\u0bc8\u0b95\u0bb1\u0bc8"===e||"\u0b95\u0bbe\u0bb2\u0bc8"===e?t:"\u0ba8\u0ba3\u0bcd\u0baa\u0b95\u0bb2\u0bcd"===e&&t>=10?t:t+12},week:{dow:0,doy:6}})}(n("wd/R"))},PpIw:function(t,e,n){!function(t){"use strict";var e={1:"\u0ce7",2:"\u0ce8",3:"\u0ce9",4:"\u0cea",5:"\u0ceb",6:"\u0cec",7:"\u0ced",8:"\u0cee",9:"\u0cef",0:"\u0ce6"},n={"\u0ce7":"1","\u0ce8":"2","\u0ce9":"3","\u0cea":"4","\u0ceb":"5","\u0cec":"6","\u0ced":"7","\u0cee":"8","\u0cef":"9","\u0ce6":"0"};t.defineLocale("kn",{months:"\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf_\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf_\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd_\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd_\u0cae\u0cc6\u0cd5_\u0c9c\u0cc2\u0ca8\u0ccd_\u0c9c\u0cc1\u0cb2\u0cc6\u0cd6_\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd_\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd_\u0c85\u0c95\u0ccd\u0c9f\u0cc6\u0cc2\u0cd5\u0cac\u0cb0\u0ccd_\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd_\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd".split("_"),monthsShort:"\u0c9c\u0ca8_\u0cab\u0cc6\u0cac\u0ccd\u0cb0_\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd_\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd_\u0cae\u0cc6\u0cd5_\u0c9c\u0cc2\u0ca8\u0ccd_\u0c9c\u0cc1\u0cb2\u0cc6\u0cd6_\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd_\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82_\u0c85\u0c95\u0ccd\u0c9f\u0cc6\u0cc2\u0cd5_\u0ca8\u0cb5\u0cc6\u0c82_\u0ca1\u0cbf\u0cb8\u0cc6\u0c82".split("_"),monthsParseExact:!0,weekdays:"\u0cad\u0cbe\u0ca8\u0cc1\u0cb5\u0cbe\u0cb0_\u0cb8\u0cc6\u0cc2\u0cd5\u0cae\u0cb5\u0cbe\u0cb0_\u0cae\u0c82\u0c97\u0cb3\u0cb5\u0cbe\u0cb0_\u0cac\u0cc1\u0ca7\u0cb5\u0cbe\u0cb0_\u0c97\u0cc1\u0cb0\u0cc1\u0cb5\u0cbe\u0cb0_\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0_\u0cb6\u0ca8\u0cbf\u0cb5\u0cbe\u0cb0".split("_"),weekdaysShort:"\u0cad\u0cbe\u0ca8\u0cc1_\u0cb8\u0cc6\u0cc2\u0cd5\u0cae_\u0cae\u0c82\u0c97\u0cb3_\u0cac\u0cc1\u0ca7_\u0c97\u0cc1\u0cb0\u0cc1_\u0cb6\u0cc1\u0c95\u0ccd\u0cb0_\u0cb6\u0ca8\u0cbf".split("_"),weekdaysMin:"\u0cad\u0cbe_\u0cb8\u0cc6\u0cc2\u0cd5_\u0cae\u0c82_\u0cac\u0cc1_\u0c97\u0cc1_\u0cb6\u0cc1_\u0cb6".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[\u0c87\u0c82\u0ca6\u0cc1] LT",nextDay:"[\u0ca8\u0cbe\u0cb3\u0cc6] LT",nextWeek:"dddd, LT",lastDay:"[\u0ca8\u0cbf\u0ca8\u0ccd\u0ca8\u0cc6] LT",lastWeek:"[\u0c95\u0cc6\u0cc2\u0ca8\u0cc6\u0caf] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0ca8\u0c82\u0ca4\u0cb0",past:"%s \u0cb9\u0cbf\u0c82\u0ca6\u0cc6",s:"\u0c95\u0cc6\u0cb2\u0cb5\u0cc1 \u0c95\u0ccd\u0cb7\u0ca3\u0c97\u0cb3\u0cc1",ss:"%d \u0cb8\u0cc6\u0c95\u0cc6\u0c82\u0ca1\u0cc1\u0c97\u0cb3\u0cc1",m:"\u0c92\u0c82\u0ca6\u0cc1 \u0ca8\u0cbf\u0cae\u0cbf\u0cb7",mm:"%d \u0ca8\u0cbf\u0cae\u0cbf\u0cb7",h:"\u0c92\u0c82\u0ca6\u0cc1 \u0c97\u0c82\u0c9f\u0cc6",hh:"%d \u0c97\u0c82\u0c9f\u0cc6",d:"\u0c92\u0c82\u0ca6\u0cc1 \u0ca6\u0cbf\u0ca8",dd:"%d \u0ca6\u0cbf\u0ca8",M:"\u0c92\u0c82\u0ca6\u0cc1 \u0ca4\u0cbf\u0c82\u0c97\u0cb3\u0cc1",MM:"%d \u0ca4\u0cbf\u0c82\u0c97\u0cb3\u0cc1",y:"\u0c92\u0c82\u0ca6\u0cc1 \u0cb5\u0cb0\u0ccd\u0cb7",yy:"%d \u0cb5\u0cb0\u0ccd\u0cb7"},preparse:function(t){return t.replace(/[\u0ce7\u0ce8\u0ce9\u0cea\u0ceb\u0cec\u0ced\u0cee\u0cef\u0ce6]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf|\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6|\u0cae\u0ca7\u0ccd\u0caf\u0cbe\u0cb9\u0ccd\u0ca8|\u0cb8\u0c82\u0c9c\u0cc6/,meridiemHour:function(t,e){return 12===t&&(t=0),"\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf"===e?t<4?t:t+12:"\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6"===e?t:"\u0cae\u0ca7\u0ccd\u0caf\u0cbe\u0cb9\u0ccd\u0ca8"===e?t>=10?t:t+12:"\u0cb8\u0c82\u0c9c\u0cc6"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf":t<10?"\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6":t<17?"\u0cae\u0ca7\u0ccd\u0caf\u0cbe\u0cb9\u0ccd\u0ca8":t<20?"\u0cb8\u0c82\u0c9c\u0cc6":"\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf"},dayOfMonthOrdinalParse:/\d{1,2}(\u0ca8\u0cc6\u0cd5)/,ordinal:function(t){return t+"\u0ca8\u0cc6\u0cd5"},week:{dow:0,doy:6}})}(n("wd/R"))},Qexa:function(t,e,n){"use strict";t.exports=function(t){t.Bubble=function(e,n){return n.type="bubble",new t(e,n)}}},Qj4J:function(t,e,n){!function(t){"use strict";t.defineLocale("ar-kw",{months:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648\u0632_\u063a\u0634\u062a_\u0634\u062a\u0646\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062f\u062c\u0646\u0628\u0631".split("_"),monthsShort:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648\u0632_\u063a\u0634\u062a_\u0634\u062a\u0646\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062f\u062c\u0646\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062a\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0627\u062d\u062f_\u0627\u062a\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064a %s",past:"\u0645\u0646\u0630 %s",s:"\u062b\u0648\u0627\u0646",ss:"%d \u062b\u0627\u0646\u064a\u0629",m:"\u062f\u0642\u064a\u0642\u0629",mm:"%d \u062f\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062a",d:"\u064a\u0648\u0645",dd:"%d \u0623\u064a\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062a"},week:{dow:0,doy:12}})}(n("wd/R"))},RAwQ:function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var a={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return e?a[n][0]:a[n][1]}function n(t){if(t=parseInt(t,10),isNaN(t))return!1;if(t<0)return!0;if(t<10)return 4<=t&&t<=7;if(t<100){var e=t%10;return n(0===e?t/10:e)}if(t<1e4){for(;t>=10;)t/=10;return n(t)}return n(t/=1e3)}t.defineLocale("lb",{months:"Januar_Februar_M\xe4erz_Abr\xebll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_M\xe9indeg_D\xebnschdeg_M\xebttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._M\xe9._D\xeb._M\xeb._Do._Fr._Sa.".split("_"),weekdaysMin:"So_M\xe9_D\xeb_M\xeb_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[G\xebschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(t){return n(t.substr(0,t.indexOf(" ")))?"a "+t:"an "+t},past:function(t){return n(t.substr(0,t.indexOf(" ")))?"viru "+t:"virun "+t},s:"e puer Sekonnen",ss:"%d Sekonnen",m:e,mm:"%d Minutten",h:e,hh:"%d Stonnen",d:e,dd:"%d Deeg",M:e,MM:"%d M\xe9int",y:e,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},RCHg:function(t,e,n){"use strict";var i=n("wd/R");i="function"==typeof i?i:window.moment,t.exports=function(t){var e=t.helpers,n={millisecond:{size:1,steps:[1,2,5,10,20,50,100,250,500]},second:{size:1e3,steps:[1,2,5,10,30]},minute:{size:6e4,steps:[1,2,5,10,30]},hour:{size:36e5,steps:[1,2,3,6,12]},day:{size:864e5,steps:[1,2,5]},week:{size:6048e5,maxStep:4},month:{size:2628e6,maxStep:3},quarter:{size:7884e6,maxStep:4},year:{size:3154e7,maxStep:!1}};function a(t,e){var n=t.options.time;if("string"==typeof n.parser)return i(e,n.parser);if("function"==typeof n.parser)return n.parser(e);if("function"==typeof e.getMonth||"number"==typeof e)return i(e);if(e.isValid&&e.isValid())return e;var a=n.format;return"string"!=typeof a&&a.call?(console.warn("options.time.format is deprecated and replaced by options.time.parser."),a(e)):i(e,a)}t.Ticks.generators.time=function(t,e){var n,a,r=t.isoWeekday;return"week"===t.unit&&!1!==r?(n=i(e.min).startOf("isoWeek").isoWeekday(r).valueOf(),a=i(e.max).startOf("isoWeek").isoWeekday(r),e.max-a>0&&a.add(1,"week"),a=a.valueOf()):(n=i(e.min).startOf(t.unit).valueOf(),a=i(e.max).startOf(t.unit),e.max-a>0&&a.add(1,t.unit),a=a.valueOf()),function(t,e,n){var a=[];if(t.maxTicks){var r=t.stepSize;a.push(void 0!==t.min?t.min:n.min);for(var o=i(n.min);o.add(r,t.unit).valueOf()a;u++)c=r.steps[u],s=Math.ceil(l/(o*c));else for(;s>a&&a>0;)++c,s=Math.ceil(l/(o*c));return c}(i||c,r||l,h,u);o.ticks=t.Ticks.generators.time({maxTicks:u,min:i,max:r,stepSize:p,unit:h,isoWeekday:s.isoWeekday},{min:c,max:l}),o.max=e.max(o.ticks),o.min=e.min(o.ticks)},getLabelForIndex:function(t,e){var n=this,i=n.chart.data.labels&&t>8&15|e>>4&240,e>>4&15|240&e,(15&e)<<4|15&e,1):(e=d.exec(t))?v(parseInt(e[1],16)):(e=u.exec(t))?new w(e[1],e[2],e[3],1):(e=h.exec(t))?new w(255*e[1]/100,255*e[2]/100,255*e[3]/100,1):(e=p.exec(t))?b(e[1],e[2],e[3],e[4]):(e=m.exec(t))?b(255*e[1]/100,255*e[2]/100,255*e[3]/100,e[4]):(e=f.exec(t))?O(e[1],e[2]/100,e[3]/100,1):(e=g.exec(t))?O(e[1],e[2]/100,e[3]/100,e[4]):y.hasOwnProperty(t)?v(y[t]):"transparent"===t?new w(NaN,NaN,NaN,0):null}function v(t){return new w(t>>16&255,t>>8&255,255&t,1)}function b(t,e,n,i){return i<=0&&(t=e=n=NaN),new w(t,e,n,i)}function x(t){return t instanceof r||(t=_(t)),t?new w((t=t.rgb()).r,t.g,t.b,t.opacity):new w}function M(t,e,n,i){return 1===arguments.length?x(t):new w(t,e,n,null==i?1:i)}function w(t,e,n,i){this.r=+t,this.g=+e,this.b=+n,this.opacity=+i}function L(t){return((t=Math.max(0,Math.min(255,Math.round(t)||0)))<16?"0":"")+t.toString(16)}function O(t,e,n,i){return i<=0?t=e=n=NaN:n<=0||n>=1?t=e=NaN:e<=0&&(t=NaN),new j(t,e,n,i)}function k(t,e,n,i){return 1===arguments.length?function(t){if(t instanceof j)return new j(t.h,t.s,t.l,t.opacity);if(t instanceof r||(t=_(t)),!t)return new j;if(t instanceof j)return t;var e=(t=t.rgb()).r/255,n=t.g/255,i=t.b/255,a=Math.min(e,n,i),o=Math.max(e,n,i),s=NaN,c=o-a,l=(o+a)/2;return c?(s=e===o?(n-i)/c+6*(n0&&l<1?0:s,new j(s,c,l,t.opacity)}(t):new j(t,e,n,null==i?1:i)}function j(t,e,n,i){this.h=+t,this.s=+e,this.l=+n,this.opacity=+i}function D(t,e,n){return 255*(t<60?e+(n-e)*t/60:t<180?n:t<240?e+(n-e)*(240-t)/60:e)}i(r,_,{displayable:function(){return this.rgb().displayable()},hex:function(){return this.rgb().hex()},toString:function(){return this.rgb()+""}}),i(w,M,a(r,{brighter:function(t){return t=null==t?1/.7:Math.pow(1/.7,t),new w(this.r*t,this.g*t,this.b*t,this.opacity)},darker:function(t){return t=null==t?.7:Math.pow(.7,t),new w(this.r*t,this.g*t,this.b*t,this.opacity)},rgb:function(){return this},displayable:function(){return 0<=this.r&&this.r<=255&&0<=this.g&&this.g<=255&&0<=this.b&&this.b<=255&&0<=this.opacity&&this.opacity<=1},hex:function(){return"#"+L(this.r)+L(this.g)+L(this.b)},toString:function(){var t=this.opacity;return(1===(t=isNaN(t)?1:Math.max(0,Math.min(1,t)))?"rgb(":"rgba(")+Math.max(0,Math.min(255,Math.round(this.r)||0))+", "+Math.max(0,Math.min(255,Math.round(this.g)||0))+", "+Math.max(0,Math.min(255,Math.round(this.b)||0))+(1===t?")":", "+t+")")}})),i(j,k,a(r,{brighter:function(t){return t=null==t?1/.7:Math.pow(1/.7,t),new j(this.h,this.s,this.l*t,this.opacity)},darker:function(t){return t=null==t?.7:Math.pow(.7,t),new j(this.h,this.s,this.l*t,this.opacity)},rgb:function(){var t=this.h%360+360*(this.h<0),e=isNaN(t)||isNaN(this.s)?0:this.s,n=this.l,i=n+(n<.5?n:1-n)*e,a=2*n-i;return new w(D(t>=240?t-240:t+120,a,i),D(t,a,i),D(t<120?t+240:t-120,a,i),this.opacity)},displayable:function(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1}}));var T=Math.PI/180,S=180/Math.PI,Y=.96422,A=1,C=.82521,I=4/29,E=6/29,P=3*E*E,R=E*E*E;function H(t){if(t instanceof z)return new z(t.l,t.a,t.b,t.opacity);if(t instanceof J){if(isNaN(t.h))return new z(t.l,0,0,t.opacity);var e=t.h*T;return new z(t.l,Math.cos(e)*t.c,Math.sin(e)*t.c,t.opacity)}t instanceof w||(t=x(t));var n,i,a=G(t.r),r=G(t.g),o=G(t.b),s=N((.2225045*a+.7168786*r+.0606169*o)/A);return a===r&&r===o?n=i=s:(n=N((.4360747*a+.3850649*r+.1430804*o)/Y),i=N((.0139322*a+.0971045*r+.7141733*o)/C)),new z(116*s-16,500*(n-s),200*(s-i),t.opacity)}function F(t,e){return new z(t,0,0,null==e?1:e)}function W(t,e,n,i){return 1===arguments.length?H(t):new z(t,e,n,null==i?1:i)}function z(t,e,n,i){this.l=+t,this.a=+e,this.b=+n,this.opacity=+i}function N(t){return t>R?Math.pow(t,1/3):t/P+I}function B(t){return t>E?t*t*t:P*(t-I)}function V(t){return 255*(t<=.0031308?12.92*t:1.055*Math.pow(t,1/2.4)-.055)}function G(t){return(t/=255)<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}function X(t){if(t instanceof J)return new J(t.h,t.c,t.l,t.opacity);if(t instanceof z||(t=H(t)),0===t.a&&0===t.b)return new J(NaN,0,t.l,t.opacity);var e=Math.atan2(t.b,t.a)*S;return new J(e<0?e+360:e,Math.sqrt(t.a*t.a+t.b*t.b),t.l,t.opacity)}function U(t,e,n,i){return 1===arguments.length?X(t):new J(n,e,t,null==i?1:i)}function $(t,e,n,i){return 1===arguments.length?X(t):new J(t,e,n,null==i?1:i)}function J(t,e,n,i){this.h=+t,this.c=+e,this.l=+n,this.opacity=+i}i(z,W,a(r,{brighter:function(t){return new z(this.l+18*(null==t?1:t),this.a,this.b,this.opacity)},darker:function(t){return new z(this.l-18*(null==t?1:t),this.a,this.b,this.opacity)},rgb:function(){var t=(this.l+16)/116,e=isNaN(this.a)?t:t+this.a/500,n=isNaN(this.b)?t:t-this.b/200;return new w(V(3.1338561*(e=Y*B(e))-1.6168667*(t=A*B(t))-.4906146*(n=C*B(n))),V(-.9787684*e+1.9161415*t+.033454*n),V(.0719453*e-.2289914*t+1.4052427*n),this.opacity)}})),i(J,$,a(r,{brighter:function(t){return new J(this.h,this.c,this.l+18*(null==t?1:t),this.opacity)},darker:function(t){return new J(this.h,this.c,this.l-18*(null==t?1:t),this.opacity)},rgb:function(){return H(this).rgb()}}));var q=-.14861,Z=1.78277,K=-.29227,Q=-.90649,tt=1.97294,et=tt*Q,nt=tt*Z,it=Z*K-Q*q;function at(t,e,n,i){return 1===arguments.length?function(t){if(t instanceof rt)return new rt(t.h,t.s,t.l,t.opacity);t instanceof w||(t=x(t));var e=t.g/255,n=t.b/255,i=(it*n+et*(t.r/255)-nt*e)/(it+et-nt),a=n-i,r=(tt*(e-i)-K*a)/Q,o=Math.sqrt(r*r+a*a)/(tt*i*(1-i)),s=o?Math.atan2(r,a)*S-120:NaN;return new rt(s<0?s+360:s,o,i,t.opacity)}(t):new rt(t,e,n,null==i?1:i)}function rt(t,e,n,i){this.h=+t,this.s=+e,this.l=+n,this.opacity=+i}i(rt,at,a(r,{brighter:function(t){return t=null==t?1/.7:Math.pow(1/.7,t),new rt(this.h,this.s,this.l*t,this.opacity)},darker:function(t){return t=null==t?.7:Math.pow(.7,t),new rt(this.h,this.s,this.l*t,this.opacity)},rgb:function(){var t=isNaN(this.h)?0:(this.h+120)*T,e=+this.l,n=isNaN(this.s)?0:this.s*e*(1-e),i=Math.cos(t),a=Math.sin(t);return new w(255*(e+n*(q*i+Z*a)),255*(e+n*(K*i+Q*a)),255*(e+n*(tt*i)),this.opacity)}})),n.d(e,"color",function(){return _}),n.d(e,"rgb",function(){return M}),n.d(e,"hsl",function(){return k}),n.d(e,"lab",function(){return W}),n.d(e,"hcl",function(){return $}),n.d(e,"lch",function(){return U}),n.d(e,"gray",function(){return F}),n.d(e,"cubehelix",function(){return at})},SFxW:function(t,e,n){!function(t){"use strict";var e={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-\xfcnc\xfc",4:"-\xfcnc\xfc",100:"-\xfcnc\xfc",6:"-nc\u0131",9:"-uncu",10:"-uncu",30:"-uncu",60:"-\u0131nc\u0131",90:"-\u0131nc\u0131"};t.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ert\u0259si_\xc7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131_\xc7\u0259r\u015f\u0259nb\u0259_C\xfcm\u0259 ax\u015fam\u0131_C\xfcm\u0259_\u015e\u0259nb\u0259".split("_"),weekdaysShort:"Baz_BzE_\xc7Ax_\xc7\u0259r_CAx_C\xfcm_\u015e\u0259n".split("_"),weekdaysMin:"Bz_BE_\xc7A_\xc7\u0259_CA_C\xfc_\u015e\u0259".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bug\xfcn saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[g\u0259l\u0259n h\u0259ft\u0259] dddd [saat] LT",lastDay:"[d\xfcn\u0259n] LT",lastWeek:"[ke\xe7\u0259n h\u0259ft\u0259] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s \u0259vv\u0259l",s:"birne\xe7\u0259 saniy\u0259",ss:"%d saniy\u0259",m:"bir d\u0259qiq\u0259",mm:"%d d\u0259qiq\u0259",h:"bir saat",hh:"%d saat",d:"bir g\xfcn",dd:"%d g\xfcn",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gec\u0259|s\u0259h\u0259r|g\xfcnd\xfcz|ax\u015fam/,isPM:function(t){return/^(g\xfcnd\xfcz|ax\u015fam)$/.test(t)},meridiem:function(t,e,n){return t<4?"gec\u0259":t<12?"s\u0259h\u0259r":t<17?"g\xfcnd\xfcz":"ax\u015fam"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0131nc\u0131|inci|nci|\xfcnc\xfc|nc\u0131|uncu)/,ordinal:function(t){if(0===t)return t+"-\u0131nc\u0131";var n=t%10;return t+(e[n]||e[t%100-n]||e[t>=100?100:null])},week:{dow:1,doy:7}})}(n("wd/R"))},SatO:function(t,e,n){!function(t){"use strict";t.defineLocale("zh-hk",{months:"\u4e00\u6708_\u4e8c\u6708_\u4e09\u6708_\u56db\u6708_\u4e94\u6708_\u516d\u6708_\u4e03\u6708_\u516b\u6708_\u4e5d\u6708_\u5341\u6708_\u5341\u4e00\u6708_\u5341\u4e8c\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661f\u671f\u65e5_\u661f\u671f\u4e00_\u661f\u671f\u4e8c_\u661f\u671f\u4e09_\u661f\u671f\u56db_\u661f\u671f\u4e94_\u661f\u671f\u516d".split("_"),weekdaysShort:"\u9031\u65e5_\u9031\u4e00_\u9031\u4e8c_\u9031\u4e09_\u9031\u56db_\u9031\u4e94_\u9031\u516d".split("_"),weekdaysMin:"\u65e5_\u4e00_\u4e8c_\u4e09_\u56db_\u4e94_\u516d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5 HH:mm",LLLL:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm",l:"YYYY/M/D",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(t,e){return 12===t&&(t=0),"\u51cc\u6668"===e||"\u65e9\u4e0a"===e||"\u4e0a\u5348"===e?t:"\u4e2d\u5348"===e?t>=11?t:t+12:"\u4e0b\u5348"===e||"\u665a\u4e0a"===e?t+12:void 0},meridiem:function(t,e,n){var i=100*t+e;return i<600?"\u51cc\u6668":i<900?"\u65e9\u4e0a":i<1130?"\u4e0a\u5348":i<1230?"\u4e2d\u5348":i<1800?"\u4e0b\u5348":"\u665a\u4e0a"},calendar:{sameDay:"[\u4eca\u5929]LT",nextDay:"[\u660e\u5929]LT",nextWeek:"[\u4e0b]ddddLT",lastDay:"[\u6628\u5929]LT",lastWeek:"[\u4e0a]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u9031)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"\u65e5";case"M":return t+"\u6708";case"w":case"W":return t+"\u9031";default:return t}},relativeTime:{future:"%s\u5167",past:"%s\u524d",s:"\u5e7e\u79d2",ss:"%d \u79d2",m:"1 \u5206\u9418",mm:"%d \u5206\u9418",h:"1 \u5c0f\u6642",hh:"%d \u5c0f\u6642",d:"1 \u5929",dd:"%d \u5929",M:"1 \u500b\u6708",MM:"%d \u500b\u6708",y:"1 \u5e74",yy:"%d \u5e74"}})}(n("wd/R"))},T016:function(t,e,n){"use strict";t.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},UDhR:function(t,e,n){!function(t){"use strict";t.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(t,e){return 12===t&&(t=0),"pagi"===e?t:"siang"===e?t>=11?t:t+12:"sore"===e||"malam"===e?t+12:void 0},meridiem:function(t,e,n){return t<11?"pagi":t<15?"siang":t<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n("wd/R"))},UWmW:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers;function n(t,n){return e.where(t,function(t){return t.position===n})}function i(t,e){t.forEach(function(t,e){return t._tmpIndex_=e,t}),t.sort(function(t,n){var i=e?n:t,a=e?t:n;return i.weight===a.weight?i._tmpIndex_-a._tmpIndex_:i.weight-a.weight}),t.forEach(function(t){delete t._tmpIndex_})}t.layoutService={defaults:{},addBox:function(t,e){t.boxes||(t.boxes=[]),e.fullWidth=e.fullWidth||!1,e.position=e.position||"top",e.weight=e.weight||0,t.boxes.push(e)},removeBox:function(t,e){var n=t.boxes?t.boxes.indexOf(e):-1;-1!==n&&t.boxes.splice(n,1)},configure:function(t,e,n){for(var i,a=["fullWidth","position","weight"],r=a.length,o=0;o=11?t:t+12:"entsambama"===e||"ebusuku"===e?0===t?0:t+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n("wd/R"))},V2x9:function(t,e,n){!function(t){"use strict";t.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Ju\xf1u_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"minutu balun",ss:"minutu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(n("wd/R"))},Vclq:function(t,e,n){!function(t){"use strict";var e="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_");t.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(t,i){return t?/-MMM-/.test(i)?n[t.month()]:e[t.month()]:e},monthsParseExact:!0,weekdays:"domingo_lunes_martes_mi\xe9rcoles_jueves_viernes_s\xe1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xe9._jue._vie._s\xe1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"MMMM [de] D [de] YYYY",LLL:"MMMM [de] D [de] YYYY h:mm A",LLLL:"dddd, MMMM [de] D [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[ma\xf1ana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xeda",dd:"%d d\xedas",M:"un mes",MM:"%d meses",y:"un a\xf1o",yy:"%d a\xf1os"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:0,doy:6}})}(n("wd/R"))},WYrj:function(t,e,n){!function(t){"use strict";var e=["\u0796\u07ac\u0782\u07aa\u0787\u07a6\u0783\u07a9","\u078a\u07ac\u0784\u07b0\u0783\u07aa\u0787\u07a6\u0783\u07a9","\u0789\u07a7\u0783\u07a8\u0797\u07aa","\u0787\u07ad\u0795\u07b0\u0783\u07a9\u078d\u07aa","\u0789\u07ad","\u0796\u07ab\u0782\u07b0","\u0796\u07aa\u078d\u07a6\u0787\u07a8","\u0787\u07af\u078e\u07a6\u0790\u07b0\u0793\u07aa","\u0790\u07ac\u0795\u07b0\u0793\u07ac\u0789\u07b0\u0784\u07a6\u0783\u07aa","\u0787\u07ae\u0786\u07b0\u0793\u07af\u0784\u07a6\u0783\u07aa","\u0782\u07ae\u0788\u07ac\u0789\u07b0\u0784\u07a6\u0783\u07aa","\u0791\u07a8\u0790\u07ac\u0789\u07b0\u0784\u07a6\u0783\u07aa"],n=["\u0787\u07a7\u078b\u07a8\u0787\u07b0\u078c\u07a6","\u0780\u07af\u0789\u07a6","\u0787\u07a6\u0782\u07b0\u078e\u07a7\u0783\u07a6","\u0784\u07aa\u078b\u07a6","\u0784\u07aa\u0783\u07a7\u0790\u07b0\u078a\u07a6\u078c\u07a8","\u0780\u07aa\u0786\u07aa\u0783\u07aa","\u0780\u07ae\u0782\u07a8\u0780\u07a8\u0783\u07aa"];t.defineLocale("dv",{months:e,monthsShort:e,weekdays:n,weekdaysShort:n,weekdaysMin:"\u0787\u07a7\u078b\u07a8_\u0780\u07af\u0789\u07a6_\u0787\u07a6\u0782\u07b0_\u0784\u07aa\u078b\u07a6_\u0784\u07aa\u0783\u07a7_\u0780\u07aa\u0786\u07aa_\u0780\u07ae\u0782\u07a8".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0789\u0786|\u0789\u078a/,isPM:function(t){return"\u0789\u078a"===t},meridiem:function(t,e,n){return t<12?"\u0789\u0786":"\u0789\u078a"},calendar:{sameDay:"[\u0789\u07a8\u0787\u07a6\u078b\u07aa] LT",nextDay:"[\u0789\u07a7\u078b\u07a6\u0789\u07a7] LT",nextWeek:"dddd LT",lastDay:"[\u0787\u07a8\u0787\u07b0\u0794\u07ac] LT",lastWeek:"[\u078a\u07a7\u0787\u07a8\u078c\u07aa\u0788\u07a8] dddd LT",sameElse:"L"},relativeTime:{future:"\u078c\u07ac\u0783\u07ad\u078e\u07a6\u0787\u07a8 %s",past:"\u0786\u07aa\u0783\u07a8\u0782\u07b0 %s",s:"\u0790\u07a8\u0786\u07aa\u0782\u07b0\u078c\u07aa\u0786\u07ae\u0785\u07ac\u0787\u07b0",ss:"d% \u0790\u07a8\u0786\u07aa\u0782\u07b0\u078c\u07aa",m:"\u0789\u07a8\u0782\u07a8\u0793\u07ac\u0787\u07b0",mm:"\u0789\u07a8\u0782\u07a8\u0793\u07aa %d",h:"\u078e\u07a6\u0791\u07a8\u0787\u07a8\u0783\u07ac\u0787\u07b0",hh:"\u078e\u07a6\u0791\u07a8\u0787\u07a8\u0783\u07aa %d",d:"\u078b\u07aa\u0788\u07a6\u0780\u07ac\u0787\u07b0",dd:"\u078b\u07aa\u0788\u07a6\u0790\u07b0 %d",M:"\u0789\u07a6\u0780\u07ac\u0787\u07b0",MM:"\u0789\u07a6\u0790\u07b0 %d",y:"\u0787\u07a6\u0780\u07a6\u0783\u07ac\u0787\u07b0",yy:"\u0787\u07a6\u0780\u07a6\u0783\u07aa %d"},preparse:function(t){return t.replace(/\u060c/g,",")},postformat:function(t){return t.replace(/,/g,"\u060c")},week:{dow:7,doy:12}})}(n("wd/R"))},WxRl:function(t,e,n){!function(t){"use strict";var e="vas\xe1rnap h\xe9tf\u0151n kedden szerd\xe1n cs\xfct\xf6rt\xf6k\xf6n p\xe9nteken szombaton".split(" ");function n(t,e,n,i){var a=t;switch(n){case"s":return i||e?"n\xe9h\xe1ny m\xe1sodperc":"n\xe9h\xe1ny m\xe1sodperce";case"ss":return a+(i||e)?" m\xe1sodperc":" m\xe1sodperce";case"m":return"egy"+(i||e?" perc":" perce");case"mm":return a+(i||e?" perc":" perce");case"h":return"egy"+(i||e?" \xf3ra":" \xf3r\xe1ja");case"hh":return a+(i||e?" \xf3ra":" \xf3r\xe1ja");case"d":return"egy"+(i||e?" nap":" napja");case"dd":return a+(i||e?" nap":" napja");case"M":return"egy"+(i||e?" h\xf3nap":" h\xf3napja");case"MM":return a+(i||e?" h\xf3nap":" h\xf3napja");case"y":return"egy"+(i||e?" \xe9v":" \xe9ve");case"yy":return a+(i||e?" \xe9v":" \xe9ve")}return""}function i(t){return(t?"":"[m\xfalt] ")+"["+e[this.day()]+"] LT[-kor]"}t.defineLocale("hu",{months:"janu\xe1r_febru\xe1r_m\xe1rcius_\xe1prilis_m\xe1jus_j\xfanius_j\xfalius_augusztus_szeptember_okt\xf3ber_november_december".split("_"),monthsShort:"jan_feb_m\xe1rc_\xe1pr_m\xe1j_j\xfan_j\xfal_aug_szept_okt_nov_dec".split("_"),weekdays:"vas\xe1rnap_h\xe9tf\u0151_kedd_szerda_cs\xfct\xf6rt\xf6k_p\xe9ntek_szombat".split("_"),weekdaysShort:"vas_h\xe9t_kedd_sze_cs\xfct_p\xe9n_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(t){return"u"===t.charAt(1).toLowerCase()},meridiem:function(t,e,n){return t<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return i.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return i.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s m\xfalva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},WyAD:function(t,e,n){var i=n("yPMN")();n("nDWh")(i),n("iM7B")(i),n("2hkV")(i),n("K2E3")(i),n("IYT7")(i),n("A5uo")(i),n("6rqY")(i),n("KAQS")(i),n("UWmW")(i),n("tjFV")(i),n("g8vO")(i),n("cdu6")(i),n("mlr9")(i),n("x8uC")(i),n("X8CM")(i),n("UqmZ")(i),n("OXbD")(i),n("2UWG")(i),n("paOr")(i),n("8TtQ")(i),n("YSsK")(i),n("Y4Rb")(i),n("8//i")(i),n("RCHg")(i),n("ZANz")(i),n("bidN")(i),n("XQh+")(i),n("G0Q6")(i),n("5ZZ7")(i),n("aB2c")(i),n("ODdm")(i),n("Qexa")(i),n("S7Ns")(i),n("7O6V")(i),n("qzaf")(i),n("iYGd")(i),n("S3/U")(i);var a=[];a.push(n("vpM6")(i),n("AX6q")(i),n("mjYD")(i)),i.plugins.register(a),t.exports=i,"undefined"!=typeof window&&(window.Chart=i)},X486:function(t,e,n){"use strict";n.r(e);var i=n("30U6"),a=n("/TIM"),r=function(){a.event.preventDefault(),a.event.stopImmediatePropagation()},o=function(t){var e=t.document.documentElement,n=Object(a.select)(t).on("dragstart.drag",r,!0);"onselectstart"in e?n.on("selectstart.drag",r,!0):(e.__noselect=e.style.MozUserSelect,e.style.MozUserSelect="none")},s=n("pD2Y"),c=n("ta7q"),l=Object(i.a)("start","end","interrupt"),d=[],u=0,h=1,p=2,m=3,f=4,g=5,y=6,_=function(t,e,n,i,a,r){var o=t.__transition;if(o){if(n in o)return}else t.__transition={};!function(t,e,n){var i,a=t.__transition;function r(l){var d,u,g,_;if(n.state!==h)return s();for(d in a)if((_=a[d]).name===n.name){if(_.state===m)return Object(c.b)(r);_.state===f?(_.state=y,_.timer.stop(),_.on.call("interrupt",t,t.__data__,_.index,_.group),delete a[d]):+du)throw new Error("too late; already scheduled");return n}function b(t,e){var n=x(t,e);if(n.state>p)throw new Error("too late; already started");return n}function x(t,e){var n=t.__transition;if(!n||!(n=n[e]))throw new Error("transition not found");return n}var M=function(t,e){var n,i,a,r=t.__transition,o=!0;if(r){for(a in e=null==e?null:e+"",r)(n=r[a]).name===e?(i=n.state>p&&n.state=0&&(t=t.slice(0,e)),!t||"start"===t})}(e)?v:b;return function(){var o=r(this,t),s=o.on;s!==i&&(a=(i=s).copy()).on(e,n),o.on=a}}(n,t,e))},attr:function(t,e){var n=Object(a.namespace)(t),i="transform"===n?s.interpolateTransformSvg:O;return this.attrTween(t,"function"==typeof e?(n.local?function(t,e,n){var i,a,r;return function(){var o,s=n(this);if(null!=s)return(o=this.getAttributeNS(t.space,t.local))===s?null:o===i&&s===a?r:r=e(i=o,a=s);this.removeAttributeNS(t.space,t.local)}}:function(t,e,n){var i,a,r;return function(){var o,s=n(this);if(null!=s)return(o=this.getAttribute(t))===s?null:o===i&&s===a?r:r=e(i=o,a=s);this.removeAttribute(t)}})(n,i,w(this,"attr."+t,e)):null==e?(n.local?function(t){return function(){this.removeAttributeNS(t.space,t.local)}}:function(t){return function(){this.removeAttribute(t)}})(n):(n.local?function(t,e,n){var i,a;return function(){var r=this.getAttributeNS(t.space,t.local);return r===n?null:r===i?a:a=e(i=r,n)}}:function(t,e,n){var i,a;return function(){var r=this.getAttribute(t);return r===n?null:r===i?a:a=e(i=r,n)}})(n,i,e+""))},attrTween:function(t,e){var n="attr."+t;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(null==e)return this.tween(n,null);if("function"!=typeof e)throw new Error;var i=Object(a.namespace)(t);return this.tween(n,(i.local?function(t,e){function n(){var n=this,i=e.apply(n,arguments);return i&&function(e){n.setAttributeNS(t.space,t.local,i(e))}}return n._value=e,n}:function(t,e){function n(){var n=this,i=e.apply(n,arguments);return i&&function(e){n.setAttribute(t,i(e))}}return n._value=e,n})(i,e))},style:function(t,e,n){var i="transform"==(t+="")?s.interpolateTransformCss:O;return null==e?this.styleTween(t,function(t,e){var n,i,r;return function(){var o=Object(a.style)(this,t),s=(this.style.removeProperty(t),Object(a.style)(this,t));return o===s?null:o===n&&s===i?r:r=e(n=o,i=s)}}(t,i)).on("end.style."+t,function(t){return function(){this.style.removeProperty(t)}}(t)):this.styleTween(t,"function"==typeof e?function(t,e,n){var i,r,o;return function(){var s=Object(a.style)(this,t),c=n(this);return null==c&&(this.style.removeProperty(t),c=Object(a.style)(this,t)),s===c?null:s===i&&c===r?o:o=e(i=s,r=c)}}(t,i,w(this,"style."+t,e)):function(t,e,n){var i,r;return function(){var o=Object(a.style)(this,t);return o===n?null:o===i?r:r=e(i=o,n)}}(t,i,e+""),n)},styleTween:function(t,e,n){var i="style."+(t+="");if(arguments.length<2)return(i=this.tween(i))&&i._value;if(null==e)return this.tween(i,null);if("function"!=typeof e)throw new Error;return this.tween(i,function(t,e,n){function i(){var i=this,a=e.apply(i,arguments);return a&&function(e){i.style.setProperty(t,a(e),n)}}return i._value=e,i}(t,e,null==n?"":n))},text:function(t){return this.tween("text","function"==typeof t?function(t){return function(){var e=t(this);this.textContent=null==e?"":e}}(w(this,"text",t)):function(t){return function(){this.textContent=t}}(null==t?"":t+""))},remove:function(){return this.on("end.remove",(t=this._id,function(){var e=this.parentNode;for(var n in this.__transition)if(+n!==t)return;e&&e.removeChild(this)}));var t},tween:function(t,e){var n=this._id;if(t+="",arguments.length<2){for(var i,a=x(this.node(),n).tween,r=0,o=a.length;r0&&(n=i-g),k<0?m=f-y:k>0&&(s=l-y),L=F,K.attr("cursor",G.selection),it());break;default:return}R()},!0).on("keyup.brush",function(){switch(a.event.keyCode){case 16:I&&(v=b=I=!1,it());break;case 18:L===z&&(O<0?d=u:O>0&&(n=i),k<0?m=f:k>0&&(s=l),L=W,it());break;case 32:L===F&&(a.event.altKey?(O&&(d=u-g*O,n=i+g*O),k&&(m=f-y*k,s=l+y*k),L=z):(O<0?d=u:O>0&&(n=i),k<0?m=f:k>0&&(s=l),L=W),K.attr("cursor",G[w]),it());break;default:return}R()},!0).on("mousemove.brush",nt,!0).on("mouseup.brush",at,!0);o(a.event.view)}P(),M(x),h.call(x),q.start()}function nt(){var t=Object(a.mouse)(x);!I||v||b||(Math.abs(t[0]-V[0])>Math.abs(t[1]-V[1])?b=!0:v=!0),V=t,_=!0,R(),it()}function it(){var t;switch(g=V[0]-E[0],y=V[1]-E[1],L){case F:case H:O&&(g=Math.max(S-n,Math.min(A-d,g)),i=n+g,u=d+g),k&&(y=Math.max(Y-s,Math.min(C-m,y)),l=s+y,f=m+y);break;case W:O<0?(g=Math.max(S-n,Math.min(A-n,g)),i=n+g,u=d):O>0&&(g=Math.max(S-d,Math.min(A-d,g)),i=n,u=d+g),k<0?(y=Math.max(Y-s,Math.min(C-s,y)),l=s+y,f=m):k>0&&(y=Math.max(Y-m,Math.min(C-m,y)),l=s,f=m+y);break;case z:O&&(i=Math.max(S,Math.min(A,n-g*O)),u=Math.max(S,Math.min(A,d+g*O))),k&&(l=Math.max(Y,Math.min(C,s-y*k)),f=Math.max(Y,Math.min(C,m+y*k)))}uc;)r-=2*Math.PI;for(;r=s&&r<=c&&o>=i.innerRadius&&o<=i.outerRadius}return!1},getCenterPoint:function(){var t=this._view,e=(t.startAngle+t.endAngle)/2,n=(t.innerRadius+t.outerRadius)/2;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},getArea:function(){var t=this._view;return Math.PI*((t.endAngle-t.startAngle)/(2*Math.PI))*(Math.pow(t.outerRadius,2)-Math.pow(t.innerRadius,2))},tooltipPosition:function(){var t=this._view,e=t.startAngle+(t.endAngle-t.startAngle)/2,n=(t.outerRadius-t.innerRadius)/2+t.innerRadius;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},draw:function(){var t=this._chart.ctx,e=this._view,n=e.startAngle,i=e.endAngle;t.beginPath(),t.arc(e.x,e.y,e.outerRadius,n,i),t.arc(e.x,e.y,e.innerRadius,i,n,!0),t.closePath(),t.strokeStyle=e.borderColor,t.lineWidth=e.borderWidth,t.fillStyle=e.backgroundColor,t.fill(),t.lineJoin="bevel",e.borderWidth&&t.stroke()}})}},XDpg:function(t,e,n){!function(t){"use strict";t.defineLocale("zh-cn",{months:"\u4e00\u6708_\u4e8c\u6708_\u4e09\u6708_\u56db\u6708_\u4e94\u6708_\u516d\u6708_\u4e03\u6708_\u516b\u6708_\u4e5d\u6708_\u5341\u6708_\u5341\u4e00\u6708_\u5341\u4e8c\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661f\u671f\u65e5_\u661f\u671f\u4e00_\u661f\u671f\u4e8c_\u661f\u671f\u4e09_\u661f\u671f\u56db_\u661f\u671f\u4e94_\u661f\u671f\u516d".split("_"),weekdaysShort:"\u5468\u65e5_\u5468\u4e00_\u5468\u4e8c_\u5468\u4e09_\u5468\u56db_\u5468\u4e94_\u5468\u516d".split("_"),weekdaysMin:"\u65e5_\u4e00_\u4e8c_\u4e09_\u56db_\u4e94_\u516d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5Ah\u70b9mm\u5206",LLLL:"YYYY\u5e74M\u6708D\u65e5ddddAh\u70b9mm\u5206",l:"YYYY/M/D",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(t,e){return 12===t&&(t=0),"\u51cc\u6668"===e||"\u65e9\u4e0a"===e||"\u4e0a\u5348"===e?t:"\u4e0b\u5348"===e||"\u665a\u4e0a"===e?t+12:t>=11?t:t+12},meridiem:function(t,e,n){var i=100*t+e;return i<600?"\u51cc\u6668":i<900?"\u65e9\u4e0a":i<1130?"\u4e0a\u5348":i<1230?"\u4e2d\u5348":i<1800?"\u4e0b\u5348":"\u665a\u4e0a"},calendar:{sameDay:"[\u4eca\u5929]LT",nextDay:"[\u660e\u5929]LT",nextWeek:"[\u4e0b]ddddLT",lastDay:"[\u6628\u5929]LT",lastWeek:"[\u4e0a]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u5468)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"\u65e5";case"M":return t+"\u6708";case"w":case"W":return t+"\u5468";default:return t}},relativeTime:{future:"%s\u5185",past:"%s\u524d",s:"\u51e0\u79d2",ss:"%d \u79d2",m:"1 \u5206\u949f",mm:"%d \u5206\u949f",h:"1 \u5c0f\u65f6",hh:"%d \u5c0f\u65f6",d:"1 \u5929",dd:"%d \u5929",M:"1 \u4e2a\u6708",MM:"%d \u4e2a\u6708",y:"1 \u5e74",yy:"%d \u5e74"},week:{dow:1,doy:4}})}(n("wd/R"))},XLvN:function(t,e,n){!function(t){"use strict";t.defineLocale("te",{months:"\u0c1c\u0c28\u0c35\u0c30\u0c3f_\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f_\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f_\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d_\u0c2e\u0c47_\u0c1c\u0c42\u0c28\u0c4d_\u0c1c\u0c42\u0c32\u0c46\u0c56_\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41_\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d_\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d_\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d_\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d".split("_"),monthsShort:"\u0c1c\u0c28._\u0c2b\u0c3f\u0c2c\u0c4d\u0c30._\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f_\u0c0f\u0c2a\u0c4d\u0c30\u0c3f._\u0c2e\u0c47_\u0c1c\u0c42\u0c28\u0c4d_\u0c1c\u0c42\u0c32\u0c46\u0c56_\u0c06\u0c17._\u0c38\u0c46\u0c2a\u0c4d._\u0c05\u0c15\u0c4d\u0c1f\u0c4b._\u0c28\u0c35._\u0c21\u0c3f\u0c38\u0c46.".split("_"),monthsParseExact:!0,weekdays:"\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02_\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02_\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02_\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02_\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02_\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02_\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02".split("_"),weekdaysShort:"\u0c06\u0c26\u0c3f_\u0c38\u0c4b\u0c2e_\u0c2e\u0c02\u0c17\u0c33_\u0c2c\u0c41\u0c27_\u0c17\u0c41\u0c30\u0c41_\u0c36\u0c41\u0c15\u0c4d\u0c30_\u0c36\u0c28\u0c3f".split("_"),weekdaysMin:"\u0c06_\u0c38\u0c4b_\u0c2e\u0c02_\u0c2c\u0c41_\u0c17\u0c41_\u0c36\u0c41_\u0c36".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[\u0c28\u0c47\u0c21\u0c41] LT",nextDay:"[\u0c30\u0c47\u0c2a\u0c41] LT",nextWeek:"dddd, LT",lastDay:"[\u0c28\u0c3f\u0c28\u0c4d\u0c28] LT",lastWeek:"[\u0c17\u0c24] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0c32\u0c4b",past:"%s \u0c15\u0c4d\u0c30\u0c3f\u0c24\u0c02",s:"\u0c15\u0c4a\u0c28\u0c4d\u0c28\u0c3f \u0c15\u0c4d\u0c37\u0c23\u0c3e\u0c32\u0c41",ss:"%d \u0c38\u0c46\u0c15\u0c28\u0c4d\u0c32\u0c41",m:"\u0c12\u0c15 \u0c28\u0c3f\u0c2e\u0c3f\u0c37\u0c02",mm:"%d \u0c28\u0c3f\u0c2e\u0c3f\u0c37\u0c3e\u0c32\u0c41",h:"\u0c12\u0c15 \u0c17\u0c02\u0c1f",hh:"%d \u0c17\u0c02\u0c1f\u0c32\u0c41",d:"\u0c12\u0c15 \u0c30\u0c4b\u0c1c\u0c41",dd:"%d \u0c30\u0c4b\u0c1c\u0c41\u0c32\u0c41",M:"\u0c12\u0c15 \u0c28\u0c46\u0c32",MM:"%d \u0c28\u0c46\u0c32\u0c32\u0c41",y:"\u0c12\u0c15 \u0c38\u0c02\u0c35\u0c24\u0c4d\u0c38\u0c30\u0c02",yy:"%d \u0c38\u0c02\u0c35\u0c24\u0c4d\u0c38\u0c30\u0c3e\u0c32\u0c41"},dayOfMonthOrdinalParse:/\d{1,2}\u0c35/,ordinal:"%d\u0c35",meridiemParse:/\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f|\u0c09\u0c26\u0c2f\u0c02|\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c02|\u0c38\u0c3e\u0c2f\u0c02\u0c24\u0c4d\u0c30\u0c02/,meridiemHour:function(t,e){return 12===t&&(t=0),"\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f"===e?t<4?t:t+12:"\u0c09\u0c26\u0c2f\u0c02"===e?t:"\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c02"===e?t>=10?t:t+12:"\u0c38\u0c3e\u0c2f\u0c02\u0c24\u0c4d\u0c30\u0c02"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f":t<10?"\u0c09\u0c26\u0c2f\u0c02":t<17?"\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c02":t<20?"\u0c38\u0c3e\u0c2f\u0c02\u0c24\u0c4d\u0c30\u0c02":"\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f"},week:{dow:0,doy:6}})}(n("wd/R"))},"XQh+":function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers,n=t.defaults;n.doughnut={animation:{animateRotate:!0,animateScale:!1},aspectRatio:1,hover:{mode:"single"},legendCallback:function(t){var e=[];e.push('
    ');var n=t.data,i=n.datasets,a=n.labels;if(i.length)for(var r=0;r'),a[r]&&e.push(a[r]),e.push("");return e.push("
"),e.join("")},legend:{labels:{generateLabels:function(t){var n=t.data;return n.labels.length&&n.datasets.length?n.labels.map(function(i,a){var r=t.getDatasetMeta(0),o=n.datasets[0],s=r.data[a],c=s&&s.custom||{},l=e.getValueAtIndexOrDefault,d=t.options.elements.arc;return{text:i,fillStyle:c.backgroundColor?c.backgroundColor:l(o.backgroundColor,a,d.backgroundColor),strokeStyle:c.borderColor?c.borderColor:l(o.borderColor,a,d.borderColor),lineWidth:c.borderWidth?c.borderWidth:l(o.borderWidth,a,d.borderWidth),hidden:isNaN(o.data[a])||r.data[a].hidden,index:a}}):[]}},onClick:function(t,e){var n,i,a,r=e.index,o=this.chart;for(n=0,i=(o.data.datasets||[]).length;n=Math.PI?-1:m<-Math.PI?1:0))+p,g={x:Math.cos(m),y:Math.sin(m)},y={x:Math.cos(f),y:Math.sin(f)},_=m<=0&&0<=f||m<=2*Math.PI&&2*Math.PI<=f,v=m<=.5*Math.PI&&.5*Math.PI<=f||m<=2.5*Math.PI&&2.5*Math.PI<=f,b=m<=-Math.PI&&-Math.PI<=f||m<=Math.PI&&Math.PI<=f,x=m<=.5*-Math.PI&&.5*-Math.PI<=f||m<=1.5*Math.PI&&1.5*Math.PI<=f,M=h/100,w={x:b?-1:Math.min(g.x*(g.x<0?1:M),y.x*(y.x<0?1:M)),y:x?-1:Math.min(g.y*(g.y<0?1:M),y.y*(y.y<0?1:M))},L={x:_?1:Math.max(g.x*(g.x>0?1:M),y.x*(y.x>0?1:M)),y:v?1:Math.max(g.y*(g.y>0?1:M),y.y*(y.y>0?1:M))},O={width:.5*(L.x-w.x),height:.5*(L.y-w.y)};l=Math.min(s/O.width,c/O.height),d={x:-.5*(L.x+w.x),y:-.5*(L.y+w.y)}}i.borderWidth=n.getMaxBorderWidth(u.data),i.outerRadius=Math.max((l-i.borderWidth)/2,0),i.innerRadius=Math.max(h?i.outerRadius/100*h:0,0),i.radiusLength=(i.outerRadius-i.innerRadius)/i.getVisibleDatasetCount(),i.offsetX=d.x*i.outerRadius,i.offsetY=d.y*i.outerRadius,u.total=n.calculateTotal(),n.outerRadius=i.outerRadius-i.radiusLength*n.getRingIndex(n.index),n.innerRadius=Math.max(n.outerRadius-i.radiusLength,0),e.each(u.data,function(e,i){n.updateElement(e,i,t)})},updateElement:function(t,n,i){var a=this,r=a.chart,o=r.chartArea,s=r.options,c=s.animation,l=(o.left+o.right)/2,d=(o.top+o.bottom)/2,u=s.rotation,h=s.rotation,p=a.getDataset(),m=i&&c.animateRotate?0:t.hidden?0:a.calculateCircumference(p.data[n])*(s.circumference/(2*Math.PI));e.extend(t,{_datasetIndex:a.index,_index:n,_model:{x:l+r.offsetX,y:d+r.offsetY,startAngle:u,endAngle:h,circumference:m,outerRadius:i&&c.animateScale?0:a.outerRadius,innerRadius:i&&c.animateScale?0:a.innerRadius,label:(0,e.getValueAtIndexOrDefault)(p.label,n,r.data.labels[n])}});var f=t._model;this.removeHoverStyle(t),i&&c.animateRotate||(f.startAngle=0===n?s.rotation:a.getMeta().data[n-1]._model.endAngle,f.endAngle=f.startAngle+f.circumference),t.pivot()},removeHoverStyle:function(e){t.DatasetController.prototype.removeHoverStyle.call(this,e,this.chart.options.elements.arc)},calculateTotal:function(){var t,n=this.getDataset(),i=this.getMeta(),a=0;return e.each(i.data,function(e,i){t=n.data[i],isNaN(t)||e.hidden||(a+=Math.abs(t))}),a},calculateCircumference:function(t){var e=this.getMeta().total;return e>0&&!isNaN(t)?2*Math.PI*(t/e):0},getMaxBorderWidth:function(t){for(var e,n,i=0,a=this.index,r=t.length,o=0;o(i=e>i?e:i)?n:i;return i}})}},Y4Rb:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers,n={position:"left",ticks:{callback:t.Ticks.formatters.logarithmic}},i=t.Scale.extend({determineDataLimits:function(){var t=this,n=t.options,i=n.ticks,a=t.chart,r=a.data.datasets,o=e.getValueOrDefault,s=t.isHorizontal();function c(e){return s?e.xAxisID===t.id:e.yAxisID===t.id}t.min=null,t.max=null,t.minNotZero=null;var l=n.stacked;if(void 0===l&&e.each(r,function(t,e){if(!l){var n=a.getDatasetMeta(e);a.isDatasetVisible(e)&&c(n)&&void 0!==n.stack&&(l=!0)}}),n.stacked||l){var d={};e.each(r,function(i,r){var o=a.getDatasetMeta(r),s=[o.type,void 0===n.stacked&&void 0===o.stack?r:"",o.stack].join(".");a.isDatasetVisible(r)&&c(o)&&(void 0===d[s]&&(d[s]=[]),e.each(i.data,function(e,i){var a=d[s],r=+t.getRightValue(e);isNaN(r)||o.data[i].hidden||(a[i]=a[i]||0,n.relativePoints?a[i]=100:a[i]+=r)}))}),e.each(d,function(n){var i=e.min(n),a=e.max(n);t.min=null===t.min?i:Math.min(t.min,i),t.max=null===t.max?a:Math.max(t.max,a)})}else e.each(r,function(n,i){var r=a.getDatasetMeta(i);a.isDatasetVisible(i)&&c(r)&&e.each(n.data,function(e,n){var i=+t.getRightValue(e);isNaN(i)||r.data[n].hidden||(null===t.min?t.min=i:it.max&&(t.max=i),0!==i&&(null===t.minNotZero||i=11?t:t+12},meridiem:function(t,e,n){var i=100*t+e;return i<600?"\u064a\u06d0\u0631\u0649\u0645 \u0643\u06d0\u0686\u06d5":i<900?"\u0633\u06d5\u06be\u06d5\u0631":i<1130?"\u0686\u06c8\u0634\u062a\u0649\u0646 \u0628\u06c7\u0631\u06c7\u0646":i<1230?"\u0686\u06c8\u0634":i<1800?"\u0686\u06c8\u0634\u062a\u0649\u0646 \u0643\u06d0\u064a\u0649\u0646":"\u0643\u06d5\u0686"},calendar:{sameDay:"[\u0628\u06c8\u06af\u06c8\u0646 \u0633\u0627\u0626\u06d5\u062a] LT",nextDay:"[\u0626\u06d5\u062a\u06d5 \u0633\u0627\u0626\u06d5\u062a] LT",nextWeek:"[\u0643\u06d0\u0644\u06d5\u0631\u0643\u0649] dddd [\u0633\u0627\u0626\u06d5\u062a] LT",lastDay:"[\u062a\u06c6\u0646\u06c8\u06af\u06c8\u0646] LT",lastWeek:"[\u0626\u0627\u0644\u062f\u0649\u0646\u0642\u0649] dddd [\u0633\u0627\u0626\u06d5\u062a] LT",sameElse:"L"},relativeTime:{future:"%s \u0643\u06d0\u064a\u0649\u0646",past:"%s \u0628\u06c7\u0631\u06c7\u0646",s:"\u0646\u06d5\u0686\u0686\u06d5 \u0633\u06d0\u0643\u0648\u0646\u062a",ss:"%d \u0633\u06d0\u0643\u0648\u0646\u062a",m:"\u0628\u0649\u0631 \u0645\u0649\u0646\u06c7\u062a",mm:"%d \u0645\u0649\u0646\u06c7\u062a",h:"\u0628\u0649\u0631 \u0633\u0627\u0626\u06d5\u062a",hh:"%d \u0633\u0627\u0626\u06d5\u062a",d:"\u0628\u0649\u0631 \u0643\u06c8\u0646",dd:"%d \u0643\u06c8\u0646",M:"\u0628\u0649\u0631 \u0626\u0627\u064a",MM:"%d \u0626\u0627\u064a",y:"\u0628\u0649\u0631 \u064a\u0649\u0644",yy:"%d \u064a\u0649\u0644"},dayOfMonthOrdinalParse:/\d{1,2}(-\u0643\u06c8\u0646\u0649|-\u0626\u0627\u064a|-\u06be\u06d5\u067e\u062a\u06d5)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"-\u0643\u06c8\u0646\u0649";case"w":case"W":return t+"-\u06be\u06d5\u067e\u062a\u06d5";default:return t}},preparse:function(t){return t.replace(/\u060c/g,",")},postformat:function(t){return t.replace(/,/g,"\u060c")},week:{dow:1,doy:7}})}(n("wd/R"))},YSsK:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers,n={position:"left",ticks:{callback:t.Ticks.formatters.linear}},i=t.LinearScaleBase.extend({determineDataLimits:function(){var t=this,n=t.options,i=t.chart,a=i.data.datasets,r=t.isHorizontal();function o(e){return r?e.xAxisID===t.id:e.yAxisID===t.id}t.min=null,t.max=null;var s=n.stacked;if(void 0===s&&e.each(a,function(t,e){if(!s){var n=i.getDatasetMeta(e);i.isDatasetVisible(e)&&o(n)&&void 0!==n.stack&&(s=!0)}}),n.stacked||s){var c={};e.each(a,function(a,r){var s=i.getDatasetMeta(r),l=[s.type,void 0===n.stacked&&void 0===s.stack?r:"",s.stack].join(".");void 0===c[l]&&(c[l]={positiveValues:[],negativeValues:[]});var d=c[l].positiveValues,u=c[l].negativeValues;i.isDatasetVisible(r)&&o(s)&&e.each(a.data,function(e,i){var a=+t.getRightValue(e);isNaN(a)||s.data[i].hidden||(d[i]=d[i]||0,u[i]=u[i]||0,n.relativePoints?d[i]=100:a<0?u[i]+=a:d[i]+=a)})}),e.each(c,function(n){var i=n.positiveValues.concat(n.negativeValues),a=e.min(i),r=e.max(i);t.min=null===t.min?a:Math.min(t.min,a),t.max=null===t.max?r:Math.max(t.max,r)})}else e.each(a,function(n,a){var r=i.getDatasetMeta(a);i.isDatasetVisible(a)&&o(r)&&e.each(n.data,function(e,n){var i=+t.getRightValue(e);isNaN(i)||r.data[n].hidden||(null===t.min?t.min=i:it.max&&(t.max=i))})});t.min=isFinite(t.min)?t.min:0,t.max=isFinite(t.max)?t.max:1,this.handleTickRangeOptions()},getTickLimit:function(){var n,i=this.options.ticks;if(this.isHorizontal())n=Math.min(i.maxTicksLimit?i.maxTicksLimit:11,Math.ceil(this.width/50));else{var a=e.getValueOrDefault(i.fontSize,t.defaults.global.defaultFontSize);n=Math.min(i.maxTicksLimit?i.maxTicksLimit:11,Math.ceil(this.height/(2*a)))}return n},handleDirectionalChanges:function(){this.isHorizontal()||this.ticks.reverse()},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForValue:function(t){var e,n=this,i=n.start,a=+n.getRightValue(t),r=n.end-i;return n.isHorizontal()?(e=n.left+n.width/r*(a-i),Math.round(e)):(e=n.bottom-n.height/r*(a-i),Math.round(e))},getValueForPixel:function(t){var e=this,n=e.isHorizontal();return e.start+(n?t-e.left:e.bottom-t)/(n?e.width:e.height)*(e.end-e.start)},getPixelForTick:function(t){return this.getPixelForValue(this.ticksAsNumbers[t])}});t.scaleService.registerScaleType("linear",i,n)}},Z4QM:function(t,e,n){!function(t){"use strict";var e=["\u062c\u0646\u0648\u0631\u064a","\u0641\u064a\u0628\u0631\u0648\u0631\u064a","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u064a\u0644","\u0645\u0626\u064a","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u0621\u0650","\u0622\u06af\u0633\u067d","\u0633\u064a\u067e\u067d\u0645\u0628\u0631","\u0622\u06aa\u067d\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u068a\u0633\u0645\u0628\u0631"],n=["\u0622\u0686\u0631","\u0633\u0648\u0645\u0631","\u0627\u06b1\u0627\u0631\u0648","\u0627\u0631\u0628\u0639","\u062e\u0645\u064a\u0633","\u062c\u0645\u0639","\u0687\u0646\u0687\u0631"];t.defineLocale("sd",{months:e,monthsShort:e,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd\u060c D MMMM YYYY HH:mm"},meridiemParse:/\u0635\u0628\u062d|\u0634\u0627\u0645/,isPM:function(t){return"\u0634\u0627\u0645"===t},meridiem:function(t,e,n){return t<12?"\u0635\u0628\u062d":"\u0634\u0627\u0645"},calendar:{sameDay:"[\u0627\u0684] LT",nextDay:"[\u0633\u0680\u0627\u06bb\u064a] LT",nextWeek:"dddd [\u0627\u06b3\u064a\u0646 \u0647\u0641\u062a\u064a \u062a\u064a] LT",lastDay:"[\u06aa\u0627\u0644\u0647\u0647] LT",lastWeek:"[\u06af\u0632\u0631\u064a\u0644 \u0647\u0641\u062a\u064a] dddd [\u062a\u064a] LT",sameElse:"L"},relativeTime:{future:"%s \u067e\u0648\u0621",past:"%s \u0627\u06b3",s:"\u0686\u0646\u062f \u0633\u064a\u06aa\u0646\u068a",ss:"%d \u0633\u064a\u06aa\u0646\u068a",m:"\u0647\u06aa \u0645\u0646\u067d",mm:"%d \u0645\u0646\u067d",h:"\u0647\u06aa \u06aa\u0644\u0627\u06aa",hh:"%d \u06aa\u0644\u0627\u06aa",d:"\u0647\u06aa \u068f\u064a\u0646\u0647\u0646",dd:"%d \u068f\u064a\u0646\u0647\u0646",M:"\u0647\u06aa \u0645\u0647\u064a\u0646\u0648",MM:"%d \u0645\u0647\u064a\u0646\u0627",y:"\u0647\u06aa \u0633\u0627\u0644",yy:"%d \u0633\u0627\u0644"},preparse:function(t){return t.replace(/\u060c/g,",")},postformat:function(t){return t.replace(/,/g,"\u060c")},week:{dow:1,doy:4}})}(n("wd/R"))},ZAMP:function(t,e,n){!function(t){"use strict";t.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(t,e){return 12===t&&(t=0),"pagi"===e?t:"tengahari"===e?t>=11?t:t+12:"petang"===e||"malam"===e?t+12:void 0},meridiem:function(t,e,n){return t<11?"pagi":t<15?"tengahari":t<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n("wd/R"))},ZANz:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers;t.defaults.bar={hover:{mode:"label"},scales:{xAxes:[{type:"category",categoryPercentage:.8,barPercentage:.9,gridLines:{offsetGridLines:!0}}],yAxes:[{type:"linear"}]}},t.controllers.bar=t.DatasetController.extend({dataElementType:t.elements.Rectangle,initialize:function(){var e;t.DatasetController.prototype.initialize.apply(this,arguments),(e=this.getMeta()).stack=this.getDataset().stack,e.bar=!0},update:function(t){var e,n,i=this.getMeta().data;for(this._ruler=this.getRuler(),e=0,n=i.length;e=0&&a>0)&&(f+=a));return r=d.getPixelForValue(f),{size:s=((o=d.getPixelForValue(f+h))-r)/2,base:r,head:o,center:o+s/2}},calculateBarIndexPixels:function(t,e,n){var i=n.scale,a=this.chart.isCombo,r=this.getStackIndex(t),o=i.getPixelForValue(null,e,t,a),s=n.barSize;return o-=a?n.tickSize/2:0,o+=n.fullBarSize*r,o+=n.categorySpacing/2,{size:s,base:o+=n.barSpacing/2,head:o+s,center:o+s/2}},draw:function(){var t,n=this.chart,i=this.getMeta().data,a=this.getDataset(),r=i.length,o=0;for(e.canvas.clipArea(n.ctx,n.chartArea);o0&&(t[0].yLabel?n=t[0].yLabel:e.labels.length>0&&t[0].index11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodia\u016d je] LT",nextDay:"[Morga\u016d je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hiera\u016d je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"anta\u016d %s",s:"sekundoj",ss:"%d sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n("wd/R"))},aB2c:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers;t.defaults.radar={aspectRatio:1,scale:{type:"radialLinear"},elements:{line:{tension:0}}},t.controllers.radar=t.DatasetController.extend({datasetElementType:t.elements.Line,dataElementType:t.elements.Point,linkScales:e.noop,update:function(t){var n=this,i=n.getMeta(),a=i.data,r=i.dataset.custom||{},o=n.getDataset(),s=n.chart.options.elements.line,c=n.chart.scale;void 0!==o.tension&&void 0===o.lineTension&&(o.lineTension=o.tension),e.extend(i.dataset,{_datasetIndex:n.index,_scale:c,_children:a,_loop:!0,_model:{tension:r.tension?r.tension:e.getValueOrDefault(o.lineTension,s.tension),backgroundColor:r.backgroundColor?r.backgroundColor:o.backgroundColor||s.backgroundColor,borderWidth:r.borderWidth?r.borderWidth:o.borderWidth||s.borderWidth,borderColor:r.borderColor?r.borderColor:o.borderColor||s.borderColor,fill:r.fill?r.fill:void 0!==o.fill?o.fill:s.fill,borderCapStyle:r.borderCapStyle?r.borderCapStyle:o.borderCapStyle||s.borderCapStyle,borderDash:r.borderDash?r.borderDash:o.borderDash||s.borderDash,borderDashOffset:r.borderDashOffset?r.borderDashOffset:o.borderDashOffset||s.borderDashOffset,borderJoinStyle:r.borderJoinStyle?r.borderJoinStyle:o.borderJoinStyle||s.borderJoinStyle}}),i.dataset.pivot(),e.each(a,function(e,i){n.updateElement(e,i,t)},n),n.updateBezierControlPoints()},updateElement:function(t,n,i){var a=this,r=t.custom||{},o=a.getDataset(),s=a.chart.scale,c=a.chart.options.elements.point,l=s.getPointPositionForValue(n,o.data[n]);void 0!==o.radius&&void 0===o.pointRadius&&(o.pointRadius=o.radius),void 0!==o.hitRadius&&void 0===o.pointHitRadius&&(o.pointHitRadius=o.hitRadius),e.extend(t,{_datasetIndex:a.index,_index:n,_scale:s,_model:{x:i?s.xCenter:l.x,y:i?s.yCenter:l.y,tension:r.tension?r.tension:e.getValueOrDefault(o.lineTension,a.chart.options.elements.line.tension),radius:r.radius?r.radius:e.getValueAtIndexOrDefault(o.pointRadius,n,c.radius),backgroundColor:r.backgroundColor?r.backgroundColor:e.getValueAtIndexOrDefault(o.pointBackgroundColor,n,c.backgroundColor),borderColor:r.borderColor?r.borderColor:e.getValueAtIndexOrDefault(o.pointBorderColor,n,c.borderColor),borderWidth:r.borderWidth?r.borderWidth:e.getValueAtIndexOrDefault(o.pointBorderWidth,n,c.borderWidth),pointStyle:r.pointStyle?r.pointStyle:e.getValueAtIndexOrDefault(o.pointStyle,n,c.pointStyle),hitRadius:r.hitRadius?r.hitRadius:e.getValueAtIndexOrDefault(o.pointHitRadius,n,c.hitRadius)}}),t._model.skip=r.skip?r.skip:isNaN(t._model.x)||isNaN(t._model.y)},updateBezierControlPoints:function(){var t=this.chart.chartArea,n=this.getMeta();e.each(n.data,function(i,a){var r=i._model,o=e.splineCurve(e.previousItem(n.data,a,!0)._model,r,e.nextItem(n.data,a,!0)._model,r.tension);r.controlPointPreviousX=Math.max(Math.min(o.previous.x,t.right),t.left),r.controlPointPreviousY=Math.max(Math.min(o.previous.y,t.bottom),t.top),r.controlPointNextX=Math.max(Math.min(o.next.x,t.right),t.left),r.controlPointNextY=Math.max(Math.min(o.next.y,t.bottom),t.top),i.pivot()})},setHoverStyle:function(t){var n=this.chart.data.datasets[t._datasetIndex],i=t.custom||{},a=t._index,r=t._model;r.radius=i.hoverRadius?i.hoverRadius:e.getValueAtIndexOrDefault(n.pointHoverRadius,a,this.chart.options.elements.point.hoverRadius),r.backgroundColor=i.hoverBackgroundColor?i.hoverBackgroundColor:e.getValueAtIndexOrDefault(n.pointHoverBackgroundColor,a,e.getHoverColor(r.backgroundColor)),r.borderColor=i.hoverBorderColor?i.hoverBorderColor:e.getValueAtIndexOrDefault(n.pointHoverBorderColor,a,e.getHoverColor(r.borderColor)),r.borderWidth=i.hoverBorderWidth?i.hoverBorderWidth:e.getValueAtIndexOrDefault(n.pointHoverBorderWidth,a,r.borderWidth)},removeHoverStyle:function(t){var n=this.chart.data.datasets[t._datasetIndex],i=t.custom||{},a=t._index,r=t._model,o=this.chart.options.elements.point;r.radius=i.radius?i.radius:e.getValueAtIndexOrDefault(n.pointRadius,a,o.radius),r.backgroundColor=i.backgroundColor?i.backgroundColor:e.getValueAtIndexOrDefault(n.pointBackgroundColor,a,o.backgroundColor),r.borderColor=i.borderColor?i.borderColor:e.getValueAtIndexOrDefault(n.pointBorderColor,a,o.borderColor),r.borderWidth=i.borderWidth?i.borderWidth:e.getValueAtIndexOrDefault(n.pointBorderWidth,a,o.borderWidth)}})}},aIdf:function(t,e,n){!function(t){"use strict";function e(t,e,n){return t+" "+function(t,e){return 2===e?function(t){var e={m:"v",b:"v",d:"z"};return void 0===e[t.charAt(0)]?t:e[t.charAt(0)]+t.substring(1)}(t):t}({mm:"munutenn",MM:"miz",dd:"devezh"}[n],t)}t.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondenno\xf9",ss:"%d eilenn",m:"ur vunutenn",mm:e,h:"un eur",hh:"%d eur",d:"un devezh",dd:e,M:"ur miz",MM:e,y:"ur bloaz",yy:function(t){switch(function t(e){return e>9?t(e%10):e}(t)){case 1:case 3:case 4:case 5:case 9:return t+" bloaz";default:return t+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(a\xf1|vet)/,ordinal:function(t){return t+(1===t?"a\xf1":"vet")},week:{dow:1,doy:4}})}(n("wd/R"))},aIsn:function(t,e,n){!function(t){"use strict";t.defineLocale("mi",{months:"Kohi-t\u0101te_Hui-tanguru_Pout\u016b-te-rangi_Paenga-wh\u0101wh\u0101_Haratua_Pipiri_H\u014dngoingoi_Here-turi-k\u014dk\u0101_Mahuru_Whiringa-\u0101-nuku_Whiringa-\u0101-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_H\u014dngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"R\u0101tapu_Mane_T\u016brei_Wenerei_T\u0101ite_Paraire_H\u0101tarei".split("_"),weekdaysShort:"Ta_Ma_T\u016b_We_T\u0101i_Pa_H\u0101".split("_"),weekdaysMin:"Ta_Ma_T\u016b_We_T\u0101i_Pa_H\u0101".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te h\u0113kona ruarua",ss:"%d h\u0113kona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}})}(n("wd/R"))},aQkU:function(t,e,n){!function(t){"use strict";t.defineLocale("mk",{months:"\u0458\u0430\u043d\u0443\u0430\u0440\u0438_\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0438\u043b_\u043c\u0430\u0458_\u0458\u0443\u043d\u0438_\u0458\u0443\u043b\u0438_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438_\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438_\u043d\u043e\u0435\u043c\u0432\u0440\u0438_\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438".split("_"),monthsShort:"\u0458\u0430\u043d_\u0444\u0435\u0432_\u043c\u0430\u0440_\u0430\u043f\u0440_\u043c\u0430\u0458_\u0458\u0443\u043d_\u0458\u0443\u043b_\u0430\u0432\u0433_\u0441\u0435\u043f_\u043e\u043a\u0442_\u043d\u043e\u0435_\u0434\u0435\u043a".split("_"),weekdays:"\u043d\u0435\u0434\u0435\u043b\u0430_\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a_\u0432\u0442\u043e\u0440\u043d\u0438\u043a_\u0441\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0440\u0442\u043e\u043a_\u043f\u0435\u0442\u043e\u043a_\u0441\u0430\u0431\u043e\u0442\u0430".split("_"),weekdaysShort:"\u043d\u0435\u0434_\u043f\u043e\u043d_\u0432\u0442\u043e_\u0441\u0440\u0435_\u0447\u0435\u0442_\u043f\u0435\u0442_\u0441\u0430\u0431".split("_"),weekdaysMin:"\u043de_\u043fo_\u0432\u0442_\u0441\u0440_\u0447\u0435_\u043f\u0435_\u0441a".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[\u0414\u0435\u043d\u0435\u0441 \u0432\u043e] LT",nextDay:"[\u0423\u0442\u0440\u0435 \u0432\u043e] LT",nextWeek:"[\u0412\u043e] dddd [\u0432\u043e] LT",lastDay:"[\u0412\u0447\u0435\u0440\u0430 \u0432\u043e] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[\u0418\u0437\u043c\u0438\u043d\u0430\u0442\u0430\u0442\u0430] dddd [\u0432\u043e] LT";case 1:case 2:case 4:case 5:return"[\u0418\u0437\u043c\u0438\u043d\u0430\u0442\u0438\u043e\u0442] dddd [\u0432\u043e] LT"}},sameElse:"L"},relativeTime:{future:"\u043f\u043e\u0441\u043b\u0435 %s",past:"\u043f\u0440\u0435\u0434 %s",s:"\u043d\u0435\u043a\u043e\u043b\u043a\u0443 \u0441\u0435\u043a\u0443\u043d\u0434\u0438",ss:"%d \u0441\u0435\u043a\u0443\u043d\u0434\u0438",m:"\u043c\u0438\u043d\u0443\u0442\u0430",mm:"%d \u043c\u0438\u043d\u0443\u0442\u0438",h:"\u0447\u0430\u0441",hh:"%d \u0447\u0430\u0441\u0430",d:"\u0434\u0435\u043d",dd:"%d \u0434\u0435\u043d\u0430",M:"\u043c\u0435\u0441\u0435\u0446",MM:"%d \u043c\u0435\u0441\u0435\u0446\u0438",y:"\u0433\u043e\u0434\u0438\u043d\u0430",yy:"%d \u0433\u043e\u0434\u0438\u043d\u0438"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0435\u0432|\u0435\u043d|\u0442\u0438|\u0432\u0438|\u0440\u0438|\u043c\u0438)/,ordinal:function(t){var e=t%10,n=t%100;return 0===t?t+"-\u0435\u0432":0===n?t+"-\u0435\u043d":n>10&&n<20?t+"-\u0442\u0438":1===e?t+"-\u0432\u0438":2===e?t+"-\u0440\u0438":7===e||8===e?t+"-\u043c\u0438":t+"-\u0442\u0438"},week:{dow:1,doy:7}})}(n("wd/R"))},b1Dy:function(t,e,n){!function(t){"use strict";t.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(n("wd/R"))},bOMt:function(t,e,n){!function(t){"use strict";t.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"s\xf8ndag_mandag_tirsdag_onsdag_torsdag_fredag_l\xf8rdag".split("_"),weekdaysShort:"s\xf8._ma._ti._on._to._fr._l\xf8.".split("_"),weekdaysMin:"s\xf8_ma_ti_on_to_fr_l\xf8".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i g\xe5r kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en m\xe5ned",MM:"%d m\xe5neder",y:"ett \xe5r",yy:"%d \xe5r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},bXm7:function(t,e,n){!function(t){"use strict";var e={0:"-\u0448\u0456",1:"-\u0448\u0456",2:"-\u0448\u0456",3:"-\u0448\u0456",4:"-\u0448\u0456",5:"-\u0448\u0456",6:"-\u0448\u044b",7:"-\u0448\u0456",8:"-\u0448\u0456",9:"-\u0448\u044b",10:"-\u0448\u044b",20:"-\u0448\u044b",30:"-\u0448\u044b",40:"-\u0448\u044b",50:"-\u0448\u0456",60:"-\u0448\u044b",70:"-\u0448\u0456",80:"-\u0448\u0456",90:"-\u0448\u044b",100:"-\u0448\u0456"};t.defineLocale("kk",{months:"\u049b\u0430\u04a3\u0442\u0430\u0440_\u0430\u049b\u043f\u0430\u043d_\u043d\u0430\u0443\u0440\u044b\u0437_\u0441\u04d9\u0443\u0456\u0440_\u043c\u0430\u043c\u044b\u0440_\u043c\u0430\u0443\u0441\u044b\u043c_\u0448\u0456\u043b\u0434\u0435_\u0442\u0430\u043c\u044b\u0437_\u049b\u044b\u0440\u043a\u04af\u0439\u0435\u043a_\u049b\u0430\u0437\u0430\u043d_\u049b\u0430\u0440\u0430\u0448\u0430_\u0436\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d".split("_"),monthsShort:"\u049b\u0430\u04a3_\u0430\u049b\u043f_\u043d\u0430\u0443_\u0441\u04d9\u0443_\u043c\u0430\u043c_\u043c\u0430\u0443_\u0448\u0456\u043b_\u0442\u0430\u043c_\u049b\u044b\u0440_\u049b\u0430\u0437_\u049b\u0430\u0440_\u0436\u0435\u043b".split("_"),weekdays:"\u0436\u0435\u043a\u0441\u0435\u043d\u0431\u0456_\u0434\u04af\u0439\u0441\u0435\u043d\u0431\u0456_\u0441\u0435\u0439\u0441\u0435\u043d\u0431\u0456_\u0441\u04d9\u0440\u0441\u0435\u043d\u0431\u0456_\u0431\u0435\u0439\u0441\u0435\u043d\u0431\u0456_\u0436\u04b1\u043c\u0430_\u0441\u0435\u043d\u0431\u0456".split("_"),weekdaysShort:"\u0436\u0435\u043a_\u0434\u04af\u0439_\u0441\u0435\u0439_\u0441\u04d9\u0440_\u0431\u0435\u0439_\u0436\u04b1\u043c_\u0441\u0435\u043d".split("_"),weekdaysMin:"\u0436\u043a_\u0434\u0439_\u0441\u0439_\u0441\u0440_\u0431\u0439_\u0436\u043c_\u0441\u043d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0411\u04af\u0433\u0456\u043d \u0441\u0430\u0493\u0430\u0442] LT",nextDay:"[\u0415\u0440\u0442\u0435\u04a3 \u0441\u0430\u0493\u0430\u0442] LT",nextWeek:"dddd [\u0441\u0430\u0493\u0430\u0442] LT",lastDay:"[\u041a\u0435\u0448\u0435 \u0441\u0430\u0493\u0430\u0442] LT",lastWeek:"[\u04e8\u0442\u043a\u0435\u043d \u0430\u043f\u0442\u0430\u043d\u044b\u04a3] dddd [\u0441\u0430\u0493\u0430\u0442] LT",sameElse:"L"},relativeTime:{future:"%s \u0456\u0448\u0456\u043d\u0434\u0435",past:"%s \u0431\u04b1\u0440\u044b\u043d",s:"\u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0441\u0435\u043a\u0443\u043d\u0434",ss:"%d \u0441\u0435\u043a\u0443\u043d\u0434",m:"\u0431\u0456\u0440 \u043c\u0438\u043d\u0443\u0442",mm:"%d \u043c\u0438\u043d\u0443\u0442",h:"\u0431\u0456\u0440 \u0441\u0430\u0493\u0430\u0442",hh:"%d \u0441\u0430\u0493\u0430\u0442",d:"\u0431\u0456\u0440 \u043a\u04af\u043d",dd:"%d \u043a\u04af\u043d",M:"\u0431\u0456\u0440 \u0430\u0439",MM:"%d \u0430\u0439",y:"\u0431\u0456\u0440 \u0436\u044b\u043b",yy:"%d \u0436\u044b\u043b"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0448\u0456|\u0448\u044b)/,ordinal:function(t){return t+(e[t]||e[t%10]||e[t>=100?100:null])},week:{dow:1,doy:7}})}(n("wd/R"))},bYM6:function(t,e,n){!function(t){"use strict";t.defineLocale("ar-tn",{months:"\u062c\u0627\u0646\u0641\u064a_\u0641\u064a\u0641\u0631\u064a_\u0645\u0627\u0631\u0633_\u0623\u0641\u0631\u064a\u0644_\u0645\u0627\u064a_\u062c\u0648\u0627\u0646_\u062c\u0648\u064a\u0644\u064a\u0629_\u0623\u0648\u062a_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),monthsShort:"\u062c\u0627\u0646\u0641\u064a_\u0641\u064a\u0641\u0631\u064a_\u0645\u0627\u0631\u0633_\u0623\u0641\u0631\u064a\u0644_\u0645\u0627\u064a_\u062c\u0648\u0627\u0646_\u062c\u0648\u064a\u0644\u064a\u0629_\u0623\u0648\u062a_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064a %s",past:"\u0645\u0646\u0630 %s",s:"\u062b\u0648\u0627\u0646",ss:"%d \u062b\u0627\u0646\u064a\u0629",m:"\u062f\u0642\u064a\u0642\u0629",mm:"%d \u062f\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062a",d:"\u064a\u0648\u0645",dd:"%d \u0623\u064a\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062a"},week:{dow:1,doy:4}})}(n("wd/R"))},bidN:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers;t.defaults.bubble={hover:{mode:"single"},scales:{xAxes:[{type:"linear",position:"bottom",id:"x-axis-0"}],yAxes:[{type:"linear",position:"left",id:"y-axis-0"}]},tooltips:{callbacks:{title:function(){return""},label:function(t,e){return(e.datasets[t.datasetIndex].label||"")+": ("+t.xLabel+", "+t.yLabel+", "+e.datasets[t.datasetIndex].data[t.index].r+")"}}}},t.controllers.bubble=t.DatasetController.extend({dataElementType:t.elements.Point,update:function(t){var n=this,i=n.getMeta();e.each(i.data,function(e,i){n.updateElement(e,i,t)})},updateElement:function(n,i,a){var r=this,o=r.getMeta(),s=r.getScaleForId(o.xAxisID),c=r.getScaleForId(o.yAxisID),l=n.custom||{},d=r.getDataset(),u=d.data[i],h=r.chart.options.elements.point,p=r.index;e.extend(n,{_xScale:s,_yScale:c,_datasetIndex:p,_index:i,_model:{x:a?s.getPixelForDecimal(.5):s.getPixelForValue("object"==typeof u?u:NaN,i,p,r.chart.isCombo),y:a?c.getBasePixel():c.getPixelForValue(u,i,p),radius:a?0:l.radius?l.radius:r.getRadius(u),hitRadius:l.hitRadius?l.hitRadius:e.getValueAtIndexOrDefault(d.hitRadius,i,h.hitRadius)}}),t.DatasetController.prototype.removeHoverStyle.call(r,n,h);var m=n._model;m.skip=l.skip?l.skip:isNaN(m.x)||isNaN(m.y),n.pivot()},getRadius:function(t){return t.r||this.chart.options.elements.point.radius},setHoverStyle:function(n){t.DatasetController.prototype.setHoverStyle.call(this,n);var i=this.chart.data.datasets[n._datasetIndex],a=n._index,r=n.custom||{};n._model.radius=r.hoverRadius?r.hoverRadius:e.getValueAtIndexOrDefault(i.hoverRadius,a,this.chart.options.elements.point.hoverRadius)+this.getRadius(i.data[a])},removeHoverStyle:function(e){t.DatasetController.prototype.removeHoverStyle.call(this,e,this.chart.options.elements.point);var n=e.custom||{};e._model.radius=n.radius?n.radius:this.getRadius(this.chart.data.datasets[e._datasetIndex].data[e._index])}})}},bpih:function(t,e,n){!function(t){"use strict";t.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_luned\xec_marted\xec_mercoled\xec_gioved\xec_venerd\xec_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(t){return(/^[0-9].+$/.test(t)?"tra":"in")+" "+t},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}})}(n("wd/R"))},bwSX:function(t,e,n){"use strict";function i(){}function a(t,e){var n=new i;if(t instanceof i)t.each(function(t,e){n.set(e,t)});else if(Array.isArray(t)){var a,r=-1,o=t.length;if(null==e)for(;++r=i.length)return null!=t&&n.sort(t),null!=e?e(n):n;for(var l,d,u,h=-1,p=n.length,m=i[a++],f=r(),g=s();++hi.length)return n;var o,s=a[r-1];return null!=e&&r>=i.length?o=n.entries():(o=[],n.each(function(e,n){o.push({key:n,values:t(e,r)})})),null!=s?o.sort(function(t,e){return s(t.key,e.key)}):o}(o(t,0,l,d),0)},key:function(t){return i.push(t),n},sortKeys:function(t){return a[i.length-1]=t,n},sortValues:function(e){return t=e,n},rollup:function(t){return e=t,n}}};function s(){return{}}function c(t,e,n){t[e]=n}function l(){return r()}function d(t,e,n){t.set(e,n)}function u(){}var h=r.prototype;function p(t,e){var n=new u;if(t instanceof u)t.each(function(t){n.add(t)});else if(t){var i=-1,a=t.length;if(null==e)for(;++i=12)]},Q:xt,s:Mt,S:$,u:J,U:q,V:Z,w:K,W:Q,x:null,X:null,y:tt,Y:et,Z:nt,"%":bt},Tt={a:function(t){return d[t.getUTCDay()]},A:function(t){return l[t.getUTCDay()]},b:function(t){return h[t.getUTCMonth()]},B:function(t){return u[t.getUTCMonth()]},c:null,d:it,e:it,f:ct,H:at,I:rt,j:ot,L:st,m:lt,M:dt,p:function(t){return c[+(t.getUTCHours()>=12)]},Q:xt,s:Mt,S:ut,u:ht,U:pt,V:mt,w:ft,W:gt,x:null,X:null,y:yt,Y:_t,Z:vt,"%":bt},St={a:function(t,e,n){var i=_.exec(e.slice(n));return i?(t.w=wt[i[0].toLowerCase()],n+i[0].length):-1},A:function(t,e,n){var i=g.exec(e.slice(n));return i?(t.w=y[i[0].toLowerCase()],n+i[0].length):-1},b:function(t,e,n){var i=kt.exec(e.slice(n));return i?(t.m=jt[i[0].toLowerCase()],n+i[0].length):-1},B:function(t,e,n){var i=Lt.exec(e.slice(n));return i?(t.m=Ot[i[0].toLowerCase()],n+i[0].length):-1},c:function(t,n,i){return Ct(t,e,n,i)},d:S,e:S,f:P,H:A,I:A,j:Y,L:E,m:T,M:C,p:function(t,e,n){var i=m.exec(e.slice(n));return i?(t.p=f[i[0].toLowerCase()],n+i[0].length):-1},Q:H,s:F,S:I,u:M,U:w,V:L,w:x,W:O,x:function(t,e,i){return Ct(t,n,e,i)},X:function(t,e,n){return Ct(t,s,e,n)},y:j,Y:k,Z:D,"%":R};function Yt(t,e){return function(n){var i,a,r,o=[],s=-1,c=0,l=t.length;for(n instanceof Date||(n=new Date(+n));++s53)return null;"w"in c||(c.w=1),"Z"in c?(a=(s=(a=r(o(c.y))).getUTCDay())>4||0===s?i.p.ceil(a):Object(i.p)(a),a=i.l.offset(a,7*(c.V-1)),c.y=a.getUTCFullYear(),c.m=a.getUTCMonth(),c.d=a.getUTCDate()+(c.w+6)%7):(a=(s=(a=e(o(c.y))).getDay())>4||0===s?i.e.ceil(a):Object(i.e)(a),a=i.a.offset(a,7*(c.V-1)),c.y=a.getFullYear(),c.m=a.getMonth(),c.d=a.getDate()+(c.w+6)%7)}else("W"in c||"U"in c)&&("w"in c||(c.w="u"in c?c.u%7:"W"in c?1:0),s="Z"in c?r(o(c.y)).getUTCDay():e(o(c.y)).getDay(),c.m=0,c.d="W"in c?(c.w+6)%7+7*c.W-(s+5)%7:c.w+7*c.U-(s+6)%7);return"Z"in c?(c.H+=c.Z/100|0,c.M+=c.Z%100,r(c)):e(c)}}function Ct(t,e,n,i){for(var a,r,o=0,s=e.length,c=n.length;o=c)return-1;if(37===(a=e.charCodeAt(o++))){if(a=e.charAt(o++),!(r=St[a in p?e.charAt(o++):a])||(i=r(t,n,i))<0)return-1}else if(a!=n.charCodeAt(i++))return-1}return i}return Dt.x=Yt(n,Dt),Dt.X=Yt(s,Dt),Dt.c=Yt(e,Dt),Tt.x=Yt(n,Tt),Tt.X=Yt(s,Tt),Tt.c=Yt(e,Tt),{format:function(t){var e=Yt(t+="",Dt);return e.toString=function(){return t},e},parse:function(t){var e=At(t+="",a);return e.toString=function(){return t},e},utcFormat:function(t){var e=Yt(t+="",Tt);return e.toString=function(){return t},e},utcParse:function(t){var e=At(t,r);return e.toString=function(){return t},e}}}var c,l,d,u,h,p={"-":"",_:" ",0:"0"},m=/^\s*\d+/,f=/^%/,g=/[\\^$*+?|[\]().{}]/g;function y(t,e,n){var i=t<0?"-":"",a=(i?-t:t)+"",r=a.length;return i+(r68?1900:2e3),n+i[0].length):-1}function D(t,e,n){var i=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(e.slice(n,n+6));return i?(t.Z=i[1]?0:-(i[2]+(i[3]||"00")),n+i[0].length):-1}function T(t,e,n){var i=m.exec(e.slice(n,n+2));return i?(t.m=i[0]-1,n+i[0].length):-1}function S(t,e,n){var i=m.exec(e.slice(n,n+2));return i?(t.d=+i[0],n+i[0].length):-1}function Y(t,e,n){var i=m.exec(e.slice(n,n+3));return i?(t.m=0,t.d=+i[0],n+i[0].length):-1}function A(t,e,n){var i=m.exec(e.slice(n,n+2));return i?(t.H=+i[0],n+i[0].length):-1}function C(t,e,n){var i=m.exec(e.slice(n,n+2));return i?(t.M=+i[0],n+i[0].length):-1}function I(t,e,n){var i=m.exec(e.slice(n,n+2));return i?(t.S=+i[0],n+i[0].length):-1}function E(t,e,n){var i=m.exec(e.slice(n,n+3));return i?(t.L=+i[0],n+i[0].length):-1}function P(t,e,n){var i=m.exec(e.slice(n,n+6));return i?(t.L=Math.floor(i[0]/1e3),n+i[0].length):-1}function R(t,e,n){var i=f.exec(e.slice(n,n+1));return i?n+i[0].length:-1}function H(t,e,n){var i=m.exec(e.slice(n));return i?(t.Q=+i[0],n+i[0].length):-1}function F(t,e,n){var i=m.exec(e.slice(n));return i?(t.Q=1e3*+i[0],n+i[0].length):-1}function W(t,e){return y(t.getDate(),e,2)}function z(t,e){return y(t.getHours(),e,2)}function N(t,e){return y(t.getHours()%12||12,e,2)}function B(t,e){return y(1+i.a.count(Object(i.k)(t),t),e,3)}function V(t,e){return y(t.getMilliseconds(),e,3)}function G(t,e){return V(t,e)+"000"}function X(t,e){return y(t.getMonth()+1,e,2)}function U(t,e){return y(t.getMinutes(),e,2)}function $(t,e){return y(t.getSeconds(),e,2)}function J(t){var e=t.getDay();return 0===e?7:e}function q(t,e){return y(i.h.count(Object(i.k)(t),t),e,2)}function Z(t,e){var n=t.getDay();return t=n>=4||0===n?Object(i.i)(t):i.i.ceil(t),y(i.i.count(Object(i.k)(t),t)+(4===Object(i.k)(t).getDay()),e,2)}function K(t){return t.getDay()}function Q(t,e){return y(i.e.count(Object(i.k)(t),t),e,2)}function tt(t,e){return y(t.getFullYear()%100,e,2)}function et(t,e){return y(t.getFullYear()%1e4,e,4)}function nt(t){var e=t.getTimezoneOffset();return(e>0?"-":(e*=-1,"+"))+y(e/60|0,"0",2)+y(e%60,"0",2)}function it(t,e){return y(t.getUTCDate(),e,2)}function at(t,e){return y(t.getUTCHours(),e,2)}function rt(t,e){return y(t.getUTCHours()%12||12,e,2)}function ot(t,e){return y(1+i.l.count(Object(i.v)(t),t),e,3)}function st(t,e){return y(t.getUTCMilliseconds(),e,3)}function ct(t,e){return st(t,e)+"000"}function lt(t,e){return y(t.getUTCMonth()+1,e,2)}function dt(t,e){return y(t.getUTCMinutes(),e,2)}function ut(t,e){return y(t.getUTCSeconds(),e,2)}function ht(t){var e=t.getUTCDay();return 0===e?7:e}function pt(t,e){return y(i.s.count(Object(i.v)(t),t),e,2)}function mt(t,e){var n=t.getUTCDay();return t=n>=4||0===n?Object(i.t)(t):i.t.ceil(t),y(i.t.count(Object(i.v)(t),t)+(4===Object(i.v)(t).getUTCDay()),e,2)}function ft(t){return t.getUTCDay()}function gt(t,e){return y(i.p.count(Object(i.v)(t),t),e,2)}function yt(t,e){return y(t.getUTCFullYear()%100,e,2)}function _t(t,e){return y(t.getUTCFullYear()%1e4,e,4)}function vt(){return"+0000"}function bt(){return"%"}function xt(t){return+t}function Mt(t){return Math.floor(+t/1e3)}function wt(t){return c=s(t),l=c.format,d=c.parse,u=c.utcFormat,h=c.utcParse,c}wt({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});var Lt=Date.prototype.toISOString?function(t){return t.toISOString()}:u("%Y-%m-%dT%H:%M:%S.%LZ"),Ot=+new Date("2000-01-01T00:00:00.000Z")?function(t){var e=new Date(t);return isNaN(e)?null:e}:h("%Y-%m-%dT%H:%M:%S.%LZ");n.d(e,"timeFormatDefaultLocale",function(){return wt}),n.d(e,"timeFormat",function(){return l}),n.d(e,"timeParse",function(){return d}),n.d(e,"utcFormat",function(){return u}),n.d(e,"utcParse",function(){return h}),n.d(e,"timeFormatLocale",function(){return s}),n.d(e,"isoFormat",function(){return Lt}),n.d(e,"isoParse",function(){return Ot})},cRix:function(t,e,n){!function(t){"use strict";var e="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");t.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(t,i){return t?/-MMM-/.test(i)?n[t.month()]:e[t.month()]:e},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[\xf4fr\xfbne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien min\xfat",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})}(n("wd/R"))},cdu6:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers;function n(t,n,i){return e.isArray(n)?e.longestText(t,i,n):t.measureText(n).width}function i(n){var i=e.getValueOrDefault,a=t.defaults.global,r=i(n.fontSize,a.defaultFontSize),o=i(n.fontStyle,a.defaultFontStyle),s=i(n.fontFamily,a.defaultFontFamily);return{size:r,style:o,family:s,font:e.fontString(r,o,s)}}t.defaults.scale={display:!0,position:"left",gridLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickMarkLength:10,zeroLineWidth:1,zeroLineColor:"rgba(0,0,0,0.25)",zeroLineBorderDash:[],zeroLineBorderDashOffset:0,offsetGridLines:!1,borderDash:[],borderDashOffset:0},scaleLabel:{labelString:"",display:!1},ticks:{beginAtZero:!1,minRotation:0,maxRotation:50,mirror:!1,padding:0,reverse:!1,display:!0,autoSkip:!0,autoSkipPadding:0,labelOffset:0,callback:t.Ticks.formatters.values}},t.Scale=t.Element.extend({getPadding:function(){return{left:this.paddingLeft||0,top:this.paddingTop||0,right:this.paddingRight||0,bottom:this.paddingBottom||0}},beforeUpdate:function(){e.callback(this.options.beforeUpdate,[this])},update:function(t,n,i){var a=this;return a.beforeUpdate(),a.maxWidth=t,a.maxHeight=n,a.margins=e.extend({left:0,right:0,top:0,bottom:0},i),a.longestTextCache=a.longestTextCache||{},a.beforeSetDimensions(),a.setDimensions(),a.afterSetDimensions(),a.beforeDataLimits(),a.determineDataLimits(),a.afterDataLimits(),a.beforeBuildTicks(),a.buildTicks(),a.afterBuildTicks(),a.beforeTickToLabelConversion(),a.convertTicksToLabels(),a.afterTickToLabelConversion(),a.beforeCalculateTickRotation(),a.calculateTickRotation(),a.afterCalculateTickRotation(),a.beforeFit(),a.fit(),a.afterFit(),a.afterUpdate(),a.minSize},afterUpdate:function(){e.callback(this.options.afterUpdate,[this])},beforeSetDimensions:function(){e.callback(this.options.beforeSetDimensions,[this])},setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0},afterSetDimensions:function(){e.callback(this.options.afterSetDimensions,[this])},beforeDataLimits:function(){e.callback(this.options.beforeDataLimits,[this])},determineDataLimits:e.noop,afterDataLimits:function(){e.callback(this.options.afterDataLimits,[this])},beforeBuildTicks:function(){e.callback(this.options.beforeBuildTicks,[this])},buildTicks:e.noop,afterBuildTicks:function(){e.callback(this.options.afterBuildTicks,[this])},beforeTickToLabelConversion:function(){e.callback(this.options.beforeTickToLabelConversion,[this])},convertTicksToLabels:function(){var t=this.options.ticks;this.ticks=this.ticks.map(t.userCallback||t.callback)},afterTickToLabelConversion:function(){e.callback(this.options.afterTickToLabelConversion,[this])},beforeCalculateTickRotation:function(){e.callback(this.options.beforeCalculateTickRotation,[this])},calculateTickRotation:function(){var t=this,n=t.ctx,a=t.options.ticks,r=i(a);n.font=r.font;var o=a.minRotation||0;if(t.options.display&&t.isHorizontal())for(var s,c=e.longestText(n,r.font,t.ticks,t.longestTextCache),l=c,d=t.getPixelForTick(1)-t.getPixelForTick(0)-6;l>d&&ot.maxHeight){o--;break}o++,l=s*c}t.labelRotation=o},afterCalculateTickRotation:function(){e.callback(this.options.afterCalculateTickRotation,[this])},beforeFit:function(){e.callback(this.options.beforeFit,[this])},fit:function(){var t=this,a=t.minSize={width:0,height:0},r=t.options,o=r.ticks,s=r.scaleLabel,c=r.gridLines,l=r.display,d=t.isHorizontal(),u=i(o),h=1.5*i(s).size,p=r.gridLines.tickMarkLength;if(a.width=d?t.isFullWidth()?t.maxWidth-t.margins.left-t.margins.right:t.maxWidth:l&&c.drawTicks?p:0,a.height=d?l&&c.drawTicks?p:0:t.maxHeight,s.display&&l&&(d?a.height+=h:a.width+=h),o.display&&l){var m=e.longestText(t.ctx,u.font,t.ticks,t.longestTextCache),f=e.numberOfLabelLines(t.ticks),g=.5*u.size;if(d){t.longestLabelWidth=m;var y=e.toRadians(t.labelRotation),_=Math.cos(y),v=Math.sin(y);a.height=Math.min(t.maxHeight,a.height+(v*m+u.size*f+g*f)),t.ctx.font=u.font;var b=n(t.ctx,t.ticks[0],u.font),x=n(t.ctx,t.ticks[t.ticks.length-1],u.font);0!==t.labelRotation?(t.paddingLeft="bottom"===r.position?_*b+3:_*g+3,t.paddingRight="bottom"===r.position?_*g+3:_*x+3):(t.paddingLeft=b/2+3,t.paddingRight=x/2+3)}else o.mirror?m=0:m+=t.options.ticks.padding,a.width=Math.min(t.maxWidth,a.width+m),t.paddingTop=u.size/2,t.paddingBottom=u.size/2}t.handleMargins(),t.width=a.width,t.height=a.height},handleMargins:function(){var t=this;t.margins&&(t.paddingLeft=Math.max(t.paddingLeft-t.margins.left,0),t.paddingTop=Math.max(t.paddingTop-t.margins.top,0),t.paddingRight=Math.max(t.paddingRight-t.margins.right,0),t.paddingBottom=Math.max(t.paddingBottom-t.margins.bottom,0))},afterFit:function(){e.callback(this.options.afterFit,[this])},isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},isFullWidth:function(){return this.options.fullWidth},getRightValue:function(t){return null===t||void 0===t?NaN:"number"!=typeof t||isFinite(t)?"object"==typeof t?t instanceof Date||t.isValid?t:this.getRightValue(this.isHorizontal()?t.x:t.y):t:NaN},getLabelForIndex:e.noop,getPixelForValue:e.noop,getValueForPixel:e.noop,getPixelForTick:function(t,e){var n=this;if(n.isHorizontal()){var i=(n.width-(n.paddingLeft+n.paddingRight))/Math.max(n.ticks.length-(n.options.gridLines.offsetGridLines?0:1),1),a=i*t+n.paddingLeft;return e&&(a+=i/2),n.left+Math.round(a)+(n.isFullWidth()?n.margins.left:0)}return n.top+t*((n.height-(n.paddingTop+n.paddingBottom))/(n.ticks.length-1))},getPixelForDecimal:function(t){var e=this;return e.isHorizontal()?e.left+Math.round((e.width-(e.paddingLeft+e.paddingRight))*t+e.paddingLeft)+(e.isFullWidth()?e.margins.left:0):e.top+t*e.height},getBasePixel:function(){return this.getPixelForValue(this.getBaseValue())},getBaseValue:function(){var t=this.min,e=this.max;return this.beginAtZero?0:t<0&&e<0?e:t>0&&e>0?t:0},draw:function(n){var a=this,r=a.options;if(r.display){var o,s,c=a.ctx,l=t.defaults.global,d=r.ticks,u=r.gridLines,h=r.scaleLabel,p=0!==a.labelRotation,m=d.autoSkip,f=a.isHorizontal();d.maxTicksLimit&&(s=d.maxTicksLimit);var g=e.getValueOrDefault(d.fontColor,l.defaultFontColor),y=i(d),_=u.drawTicks?u.tickMarkLength:0,v=e.getValueOrDefault(h.fontColor,l.defaultFontColor),b=i(h),x=e.toRadians(a.labelRotation),M=Math.cos(x),w=a.longestLabelWidth*M;c.fillStyle=g;var L=[];if(f){if(o=!1,(w+d.autoSkipPadding)*a.ticks.length>a.width-(a.paddingLeft+a.paddingRight)&&(o=1+Math.floor((w+d.autoSkipPadding)*a.ticks.length/(a.width-(a.paddingLeft+a.paddingRight)))),s&&a.ticks.length>s)for(;!o||a.ticks.length/(o||1)>s;)o||(o=1),o+=1;m||(o=!1)}var O="right"===r.position?a.left:a.right-_,k="right"===r.position?a.left+_:a.right,j="bottom"===r.position?a.top:a.bottom-_,D="bottom"===r.position?a.top+_:a.bottom;if(e.each(a.ticks,function(t,i){if(void 0!==t&&null!==t&&(!(o>1&&i%o>0||i%o==0&&i+o>=a.ticks.length)||a.ticks.length===i+1)&&void 0!==t&&null!==t){var s,c,h,m,g,y,v,b,M,w,T,S,Y,A;i===(void 0!==a.zeroLineIndex?a.zeroLineIndex:0)?(s=u.zeroLineWidth,c=u.zeroLineColor,h=u.zeroLineBorderDash,m=u.zeroLineBorderDashOffset):(s=e.getValueAtIndexOrDefault(u.lineWidth,i),c=e.getValueAtIndexOrDefault(u.color,i),h=e.getValueOrDefault(u.borderDash,l.borderDash),m=e.getValueOrDefault(u.borderDashOffset,l.borderDashOffset));var C="middle",I="middle";if(f){"bottom"===r.position?(I=p?"middle":"top",C=p?"right":"center",A=a.top+_):(I=p?"middle":"bottom",C=p?"left":"center",A=a.bottom-_);var E=a.getPixelForTick(i)+e.aliasPixel(s);Y=a.getPixelForTick(i,u.offsetGridLines)+d.labelOffset,g=v=M=T=E,y=j,b=D,w=n.top,S=n.bottom}else{var P,R="left"===r.position,H=d.padding;d.mirror?(C=R?"left":"right",P=H):(C=R?"right":"left",P=_+H),Y=R?a.right-P:a.left+P;var F=a.getPixelForTick(i);F+=e.aliasPixel(s),A=a.getPixelForTick(i,u.offsetGridLines),g=O,v=k,M=n.left,T=n.right,y=b=w=S=F}L.push({tx1:g,ty1:y,tx2:v,ty2:b,x1:M,y1:w,x2:T,y2:S,labelX:Y,labelY:A,glWidth:s,glColor:c,glBorderDash:h,glBorderDashOffset:m,rotation:-1*x,label:t,textBaseline:I,textAlign:C})}}),e.each(L,function(t){if(u.display&&(c.save(),c.lineWidth=t.glWidth,c.strokeStyle=t.glColor,c.setLineDash&&(c.setLineDash(t.glBorderDash),c.lineDashOffset=t.glBorderDashOffset),c.beginPath(),u.drawTicks&&(c.moveTo(t.tx1,t.ty1),c.lineTo(t.tx2,t.ty2)),u.drawOnChartArea&&(c.moveTo(t.x1,t.y1),c.lineTo(t.x2,t.y2)),c.stroke(),c.restore()),d.display){c.save(),c.translate(t.labelX,t.labelY),c.rotate(t.rotation),c.font=y.font,c.textBaseline=t.textBaseline,c.textAlign=t.textAlign;var n=t.label;if(e.isArray(n))for(var i=0,a=0;i1&&t<5}function a(t,e,n,a){var r=t+" ";switch(n){case"s":return e||a?"p\xe1r sek\xfand":"p\xe1r sekundami";case"ss":return e||a?r+(i(t)?"sekundy":"sek\xfand"):r+"sekundami";case"m":return e?"min\xfata":a?"min\xfatu":"min\xfatou";case"mm":return e||a?r+(i(t)?"min\xfaty":"min\xfat"):r+"min\xfatami";case"h":return e?"hodina":a?"hodinu":"hodinou";case"hh":return e||a?r+(i(t)?"hodiny":"hod\xedn"):r+"hodinami";case"d":return e||a?"de\u0148":"d\u0148om";case"dd":return e||a?r+(i(t)?"dni":"dn\xed"):r+"d\u0148ami";case"M":return e||a?"mesiac":"mesiacom";case"MM":return e||a?r+(i(t)?"mesiace":"mesiacov"):r+"mesiacmi";case"y":return e||a?"rok":"rokom";case"yy":return e||a?r+(i(t)?"roky":"rokov"):r+"rokmi"}}t.defineLocale("sk",{months:e,monthsShort:n,weekdays:"nede\u013ea_pondelok_utorok_streda_\u0161tvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_\u0161t_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_\u0161t_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nede\u013eu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo \u0161tvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[v\u010dera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minul\xfa nede\u013eu o] LT";case 1:case 2:return"[minul\xfd] dddd [o] LT";case 3:return"[minul\xfa stredu o] LT";case 4:case 5:return"[minul\xfd] dddd [o] LT";case 6:return"[minul\xfa sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},fzPg:function(t,e,n){!function(t){"use strict";t.defineLocale("yo",{months:"S\u1eb9\u0301r\u1eb9\u0301_E\u0300re\u0300le\u0300_\u1eb8r\u1eb9\u0300na\u0300_I\u0300gbe\u0301_E\u0300bibi_O\u0300ku\u0300du_Ag\u1eb9mo_O\u0300gu\u0301n_Owewe_\u1ecc\u0300wa\u0300ra\u0300_Be\u0301lu\u0301_\u1ecc\u0300p\u1eb9\u0300\u0300".split("_"),monthsShort:"S\u1eb9\u0301r_E\u0300rl_\u1eb8rn_I\u0300gb_E\u0300bi_O\u0300ku\u0300_Ag\u1eb9_O\u0300gu\u0301_Owe_\u1ecc\u0300wa\u0300_Be\u0301l_\u1ecc\u0300p\u1eb9\u0300\u0300".split("_"),weekdays:"A\u0300i\u0300ku\u0301_Aje\u0301_I\u0300s\u1eb9\u0301gun_\u1eccj\u1ecd\u0301ru\u0301_\u1eccj\u1ecd\u0301b\u1ecd_\u1eb8ti\u0300_A\u0300ba\u0301m\u1eb9\u0301ta".split("_"),weekdaysShort:"A\u0300i\u0300k_Aje\u0301_I\u0300s\u1eb9\u0301_\u1eccjr_\u1eccjb_\u1eb8ti\u0300_A\u0300ba\u0301".split("_"),weekdaysMin:"A\u0300i\u0300_Aj_I\u0300s_\u1eccr_\u1eccb_\u1eb8t_A\u0300b".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[O\u0300ni\u0300 ni] LT",nextDay:"[\u1ecc\u0300la ni] LT",nextWeek:"dddd [\u1eccs\u1eb9\u0300 to\u0301n'b\u1ecd] [ni] LT",lastDay:"[A\u0300na ni] LT",lastWeek:"dddd [\u1eccs\u1eb9\u0300 to\u0301l\u1ecd\u0301] [ni] LT",sameElse:"L"},relativeTime:{future:"ni\u0301 %s",past:"%s k\u1ecdja\u0301",s:"i\u0300s\u1eb9ju\u0301 aaya\u0301 die",ss:"aaya\u0301 %d",m:"i\u0300s\u1eb9ju\u0301 kan",mm:"i\u0300s\u1eb9ju\u0301 %d",h:"wa\u0301kati kan",hh:"wa\u0301kati %d",d:"\u1ecdj\u1ecd\u0301 kan",dd:"\u1ecdj\u1ecd\u0301 %d",M:"osu\u0300 kan",MM:"osu\u0300 %d",y:"\u1ecddu\u0301n kan",yy:"\u1ecddu\u0301n %d"},dayOfMonthOrdinalParse:/\u1ecdj\u1ecd\u0301\s\d{1,2}/,ordinal:"\u1ecdj\u1ecd\u0301 %d",week:{dow:1,doy:4}})}(n("wd/R"))},g8vO:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers;t.Ticks={generators:{linear:function(t,n){var i,a=[];if(t.stepSize&&t.stepSize>0)i=t.stepSize;else{var r=e.niceNum(n.max-n.min,!1);i=e.niceNum(r/(t.maxTicks-1),!0)}var o=Math.floor(n.min/i)*i,s=Math.ceil(n.max/i)*i;t.min&&t.max&&t.stepSize&&e.almostWhole((t.max-t.min)/t.stepSize,i/1e3)&&(o=t.min,s=t.max);var c=(s-o)/i;c=e.almostEquals(c,Math.round(c),i/1e3)?Math.round(c):Math.ceil(c),a.push(void 0!==t.min?t.min:o);for(var l=1;l3?i[2]-i[1]:i[1]-i[0];Math.abs(a)>1&&t!==Math.floor(t)&&(a=t-Math.floor(t));var r=e.log10(Math.abs(a)),o="";if(0!==t){var s=-1*Math.floor(r);s=Math.max(Math.min(s,20),0),o=t.toFixed(s)}else o="0";return o},logarithmic:function(t,n,i){var a=t/Math.pow(10,Math.floor(e.log10(t)));return 0===t?"0":1===a||2===a||5===a||0===n||n===i.length-1?t.toExponential():""}}}}},gVVK:function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var a=t+" ";switch(n){case"s":return e||i?"nekaj sekund":"nekaj sekundami";case"ss":return a+(1===t?e?"sekundo":"sekundi":2===t?e||i?"sekundi":"sekundah":t<5?e||i?"sekunde":"sekundah":"sekund");case"m":return e?"ena minuta":"eno minuto";case"mm":return a+(1===t?e?"minuta":"minuto":2===t?e||i?"minuti":"minutama":t<5?e||i?"minute":"minutami":e||i?"minut":"minutami");case"h":return e?"ena ura":"eno uro";case"hh":return a+(1===t?e?"ura":"uro":2===t?e||i?"uri":"urama":t<5?e||i?"ure":"urami":e||i?"ur":"urami");case"d":return e||i?"en dan":"enim dnem";case"dd":return a+(1===t?e||i?"dan":"dnem":2===t?e||i?"dni":"dnevoma":e||i?"dni":"dnevi");case"M":return e||i?"en mesec":"enim mesecem";case"MM":return a+(1===t?e||i?"mesec":"mesecem":2===t?e||i?"meseca":"mesecema":t<5?e||i?"mesece":"meseci":e||i?"mesecev":"meseci");case"y":return e||i?"eno leto":"enim letom";case"yy":return a+(1===t?e||i?"leto":"letom":2===t?e||i?"leti":"letoma":t<5?e||i?"leta":"leti":e||i?"let":"leti")}}t.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_\u010detrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._\u010det._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_\u010de_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[v\u010deraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prej\u0161njo] [nedeljo] [ob] LT";case 3:return"[prej\u0161njo] [sredo] [ob] LT";case 6:return"[prej\u0161njo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prej\u0161nji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"\u010dez %s",past:"pred %s",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n("wd/R"))},gekB:function(t,e,n){!function(t){"use strict";var e="nolla yksi kaksi kolme nelj\xe4 viisi kuusi seitsem\xe4n kahdeksan yhdeks\xe4n".split(" "),n=["nolla","yhden","kahden","kolmen","nelj\xe4n","viiden","kuuden",e[7],e[8],e[9]];function i(t,i,a,r){var o="";switch(a){case"s":return r?"muutaman sekunnin":"muutama sekunti";case"ss":return r?"sekunnin":"sekuntia";case"m":return r?"minuutin":"minuutti";case"mm":o=r?"minuutin":"minuuttia";break;case"h":return r?"tunnin":"tunti";case"hh":o=r?"tunnin":"tuntia";break;case"d":return r?"p\xe4iv\xe4n":"p\xe4iv\xe4";case"dd":o=r?"p\xe4iv\xe4n":"p\xe4iv\xe4\xe4";break;case"M":return r?"kuukauden":"kuukausi";case"MM":o=r?"kuukauden":"kuukautta";break;case"y":return r?"vuoden":"vuosi";case"yy":o=r?"vuoden":"vuotta"}return function(t,i){return t<10?i?n[t]:e[t]:t}(t,r)+" "+o}t.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kes\xe4kuu_hein\xe4kuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kes\xe4_hein\xe4_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[t\xe4n\xe4\xe4n] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s p\xe4\xe4st\xe4",past:"%s sitten",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},gjCT:function(t,e,n){!function(t){"use strict";var e={1:"\u0661",2:"\u0662",3:"\u0663",4:"\u0664",5:"\u0665",6:"\u0666",7:"\u0667",8:"\u0668",9:"\u0669",0:"\u0660"},n={"\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u0660":"0"};t.defineLocale("ar-sa",{months:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a\u0648_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648_\u0623\u063a\u0633\u0637\u0633_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),monthsShort:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a\u0648_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648_\u0623\u063a\u0633\u0637\u0633_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(t){return"\u0645"===t},meridiem:function(t,e,n){return t<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064a %s",past:"\u0645\u0646\u0630 %s",s:"\u062b\u0648\u0627\u0646",ss:"%d \u062b\u0627\u0646\u064a\u0629",m:"\u062f\u0642\u064a\u0642\u0629",mm:"%d \u062f\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062a",d:"\u064a\u0648\u0645",dd:"%d \u0623\u064a\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062a"},preparse:function(t){return t.replace(/[\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\u0660]/g,function(t){return n[t]}).replace(/\u060c/g,",")},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]}).replace(/,/g,"\u060c")},week:{dow:0,doy:6}})}(n("wd/R"))},hKrs:function(t,e,n){!function(t){"use strict";t.defineLocale("bg",{months:"\u044f\u043d\u0443\u0430\u0440\u0438_\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0438\u043b_\u043c\u0430\u0439_\u044e\u043d\u0438_\u044e\u043b\u0438_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438_\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438_\u043d\u043e\u0435\u043c\u0432\u0440\u0438_\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438".split("_"),monthsShort:"\u044f\u043d\u0440_\u0444\u0435\u0432_\u043c\u0430\u0440_\u0430\u043f\u0440_\u043c\u0430\u0439_\u044e\u043d\u0438_\u044e\u043b\u0438_\u0430\u0432\u0433_\u0441\u0435\u043f_\u043e\u043a\u0442_\u043d\u043e\u0435_\u0434\u0435\u043a".split("_"),weekdays:"\u043d\u0435\u0434\u0435\u043b\u044f_\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a_\u0432\u0442\u043e\u0440\u043d\u0438\u043a_\u0441\u0440\u044f\u0434\u0430_\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a_\u043f\u0435\u0442\u044a\u043a_\u0441\u044a\u0431\u043e\u0442\u0430".split("_"),weekdaysShort:"\u043d\u0435\u0434_\u043f\u043e\u043d_\u0432\u0442\u043e_\u0441\u0440\u044f_\u0447\u0435\u0442_\u043f\u0435\u0442_\u0441\u044a\u0431".split("_"),weekdaysMin:"\u043d\u0434_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[\u0414\u043d\u0435\u0441 \u0432] LT",nextDay:"[\u0423\u0442\u0440\u0435 \u0432] LT",nextWeek:"dddd [\u0432] LT",lastDay:"[\u0412\u0447\u0435\u0440\u0430 \u0432] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[\u0412 \u0438\u0437\u043c\u0438\u043d\u0430\u043b\u0430\u0442\u0430] dddd [\u0432] LT";case 1:case 2:case 4:case 5:return"[\u0412 \u0438\u0437\u043c\u0438\u043d\u0430\u043b\u0438\u044f] dddd [\u0432] LT"}},sameElse:"L"},relativeTime:{future:"\u0441\u043b\u0435\u0434 %s",past:"\u043f\u0440\u0435\u0434\u0438 %s",s:"\u043d\u044f\u043a\u043e\u043b\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434\u0438",ss:"%d \u0441\u0435\u043a\u0443\u043d\u0434\u0438",m:"\u043c\u0438\u043d\u0443\u0442\u0430",mm:"%d \u043c\u0438\u043d\u0443\u0442\u0438",h:"\u0447\u0430\u0441",hh:"%d \u0447\u0430\u0441\u0430",d:"\u0434\u0435\u043d",dd:"%d \u0434\u043d\u0438",M:"\u043c\u0435\u0441\u0435\u0446",MM:"%d \u043c\u0435\u0441\u0435\u0446\u0430",y:"\u0433\u043e\u0434\u0438\u043d\u0430",yy:"%d \u0433\u043e\u0434\u0438\u043d\u0438"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0435\u0432|\u0435\u043d|\u0442\u0438|\u0432\u0438|\u0440\u0438|\u043c\u0438)/,ordinal:function(t){var e=t%10,n=t%100;return 0===t?t+"-\u0435\u0432":0===n?t+"-\u0435\u043d":n>10&&n<20?t+"-\u0442\u0438":1===e?t+"-\u0432\u0438":2===e?t+"-\u0440\u0438":7===e||8===e?t+"-\u043c\u0438":t+"-\u0442\u0438"},week:{dow:1,doy:7}})}(n("wd/R"))},honF:function(t,e,n){!function(t){"use strict";var e={1:"\u1041",2:"\u1042",3:"\u1043",4:"\u1044",5:"\u1045",6:"\u1046",7:"\u1047",8:"\u1048",9:"\u1049",0:"\u1040"},n={"\u1041":"1","\u1042":"2","\u1043":"3","\u1044":"4","\u1045":"5","\u1046":"6","\u1047":"7","\u1048":"8","\u1049":"9","\u1040":"0"};t.defineLocale("my",{months:"\u1007\u1014\u103a\u1014\u101d\u102b\u101b\u102e_\u1016\u1031\u1016\u1031\u102c\u103a\u101d\u102b\u101b\u102e_\u1019\u1010\u103a_\u1027\u1015\u103c\u102e_\u1019\u1031_\u1007\u103d\u1014\u103a_\u1007\u1030\u101c\u102d\u102f\u1004\u103a_\u101e\u103c\u1002\u102f\u1010\u103a_\u1005\u1000\u103a\u1010\u1004\u103a\u1018\u102c_\u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c_\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c_\u1012\u102e\u1007\u1004\u103a\u1018\u102c".split("_"),monthsShort:"\u1007\u1014\u103a_\u1016\u1031_\u1019\u1010\u103a_\u1015\u103c\u102e_\u1019\u1031_\u1007\u103d\u1014\u103a_\u101c\u102d\u102f\u1004\u103a_\u101e\u103c_\u1005\u1000\u103a_\u1021\u1031\u102c\u1000\u103a_\u1014\u102d\u102f_\u1012\u102e".split("_"),weekdays:"\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031_\u1010\u1014\u1004\u103a\u1039\u101c\u102c_\u1021\u1004\u103a\u1039\u1002\u102b_\u1017\u102f\u1012\u1039\u1013\u101f\u1030\u1038_\u1000\u103c\u102c\u101e\u1015\u1010\u1031\u1038_\u101e\u1031\u102c\u1000\u103c\u102c_\u1005\u1014\u1031".split("_"),weekdaysShort:"\u1014\u103d\u1031_\u101c\u102c_\u1002\u102b_\u101f\u1030\u1038_\u1000\u103c\u102c_\u101e\u1031\u102c_\u1014\u1031".split("_"),weekdaysMin:"\u1014\u103d\u1031_\u101c\u102c_\u1002\u102b_\u101f\u1030\u1038_\u1000\u103c\u102c_\u101e\u1031\u102c_\u1014\u1031".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u101a\u1014\u1031.] LT [\u1019\u103e\u102c]",nextDay:"[\u1019\u1014\u1000\u103a\u1016\u103c\u1014\u103a] LT [\u1019\u103e\u102c]",nextWeek:"dddd LT [\u1019\u103e\u102c]",lastDay:"[\u1019\u1014\u1031.\u1000] LT [\u1019\u103e\u102c]",lastWeek:"[\u1015\u103c\u102e\u1038\u1001\u1032\u1037\u101e\u1031\u102c] dddd LT [\u1019\u103e\u102c]",sameElse:"L"},relativeTime:{future:"\u101c\u102c\u1019\u100a\u103a\u1037 %s \u1019\u103e\u102c",past:"\u101c\u103d\u1014\u103a\u1001\u1032\u1037\u101e\u1031\u102c %s \u1000",s:"\u1005\u1000\u1039\u1000\u1014\u103a.\u1021\u1014\u100a\u103a\u1038\u1004\u101a\u103a",ss:"%d \u1005\u1000\u1039\u1000\u1014\u1037\u103a",m:"\u1010\u1005\u103a\u1019\u102d\u1014\u1005\u103a",mm:"%d \u1019\u102d\u1014\u1005\u103a",h:"\u1010\u1005\u103a\u1014\u102c\u101b\u102e",hh:"%d \u1014\u102c\u101b\u102e",d:"\u1010\u1005\u103a\u101b\u1000\u103a",dd:"%d \u101b\u1000\u103a",M:"\u1010\u1005\u103a\u101c",MM:"%d \u101c",y:"\u1010\u1005\u103a\u1014\u103e\u1005\u103a",yy:"%d \u1014\u103e\u1005\u103a"},preparse:function(t){return t.replace(/[\u1041\u1042\u1043\u1044\u1045\u1046\u1047\u1048\u1049\u1040]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},week:{dow:1,doy:4}})}(n("wd/R"))},iEDd:function(t,e,n){!function(t){"use strict";t.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xu\xf1o_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xu\xf1._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_m\xe9rcores_xoves_venres_s\xe1bado".split("_"),weekdaysShort:"dom._lun._mar._m\xe9r._xov._ven._s\xe1b.".split("_"),weekdaysMin:"do_lu_ma_m\xe9_xo_ve_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"\xe1s":"\xe1")+"] LT"},nextDay:function(){return"[ma\xf1\xe1 "+(1!==this.hours()?"\xe1s":"\xe1")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"\xe1s":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"\xe1":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"\xe1s":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(t){return 0===t.indexOf("un")?"n"+t:"en "+t},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un d\xeda",dd:"%d d\xedas",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}})}(n("wd/R"))},iM7B:function(t,e,n){"use strict";var i=n("q8Fl");t.exports=function(t){t.platform={acquireContext:function(){},releaseContext:function(){},addEventListener:function(){},removeEventListener:function(){}},t.helpers.extend(t.platform,i(t))}},iYGd:function(t,e,n){"use strict";t.exports=function(t){t.Radar=function(e,n){return n.type="radar",new t(e,n)}}},iYuL:function(t,e,n){!function(t){"use strict";var e="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],a=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;t.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(t,i){return t?/-MMM-/.test(i)?n[t.month()]:e[t.month()]:e},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_mi\xe9rcoles_jueves_viernes_s\xe1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xe9._jue._vie._s\xe1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[ma\xf1ana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xeda",dd:"%d d\xedas",M:"un mes",MM:"%d meses",y:"un a\xf1o",yy:"%d a\xf1os"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}})}(n("wd/R"))},jUeY:function(t,e,n){!function(t){"use strict";t.defineLocale("el",{monthsNominativeEl:"\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2_\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2_\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2_\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2_\u039c\u03ac\u03b9\u03bf\u03c2_\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2_\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2_\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2_\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2_\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2_\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2_\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2".split("_"),monthsGenitiveEl:"\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5_\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5_\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5_\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5_\u039c\u03b1\u0390\u03bf\u03c5_\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5_\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5_\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5_\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5_\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5_\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5_\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5".split("_"),months:function(t,e){return t?"string"==typeof e&&/D/.test(e.substring(0,e.indexOf("MMMM")))?this._monthsGenitiveEl[t.month()]:this._monthsNominativeEl[t.month()]:this._monthsNominativeEl},monthsShort:"\u0399\u03b1\u03bd_\u03a6\u03b5\u03b2_\u039c\u03b1\u03c1_\u0391\u03c0\u03c1_\u039c\u03b1\u03ca_\u0399\u03bf\u03c5\u03bd_\u0399\u03bf\u03c5\u03bb_\u0391\u03c5\u03b3_\u03a3\u03b5\u03c0_\u039f\u03ba\u03c4_\u039d\u03bf\u03b5_\u0394\u03b5\u03ba".split("_"),weekdays:"\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae_\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1_\u03a4\u03c1\u03af\u03c4\u03b7_\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7_\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7_\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae_\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf".split("_"),weekdaysShort:"\u039a\u03c5\u03c1_\u0394\u03b5\u03c5_\u03a4\u03c1\u03b9_\u03a4\u03b5\u03c4_\u03a0\u03b5\u03bc_\u03a0\u03b1\u03c1_\u03a3\u03b1\u03b2".split("_"),weekdaysMin:"\u039a\u03c5_\u0394\u03b5_\u03a4\u03c1_\u03a4\u03b5_\u03a0\u03b5_\u03a0\u03b1_\u03a3\u03b1".split("_"),meridiem:function(t,e,n){return t>11?n?"\u03bc\u03bc":"\u039c\u039c":n?"\u03c0\u03bc":"\u03a0\u039c"},isPM:function(t){return"\u03bc"===(t+"").toLowerCase()[0]},meridiemParse:/[\u03a0\u039c]\.?\u039c?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[\u03a3\u03ae\u03bc\u03b5\u03c1\u03b1 {}] LT",nextDay:"[\u0391\u03cd\u03c1\u03b9\u03bf {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[\u03a7\u03b8\u03b5\u03c2 {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[\u03c4\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf] dddd [{}] LT";default:return"[\u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7] dddd [{}] LT"}},sameElse:"L"},calendar:function(t,e){var n,i=this._calendarEl[t],a=e&&e.hours();return((n=i)instanceof Function||"[object Function]"===Object.prototype.toString.call(n))&&(i=i.apply(e)),i.replace("{}",a%12==1?"\u03c3\u03c4\u03b7":"\u03c3\u03c4\u03b9\u03c2")},relativeTime:{future:"\u03c3\u03b5 %s",past:"%s \u03c0\u03c1\u03b9\u03bd",s:"\u03bb\u03af\u03b3\u03b1 \u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03b1",ss:"%d \u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03b1",m:"\u03ad\u03bd\u03b1 \u03bb\u03b5\u03c0\u03c4\u03cc",mm:"%d \u03bb\u03b5\u03c0\u03c4\u03ac",h:"\u03bc\u03af\u03b1 \u03ce\u03c1\u03b1",hh:"%d \u03ce\u03c1\u03b5\u03c2",d:"\u03bc\u03af\u03b1 \u03bc\u03ad\u03c1\u03b1",dd:"%d \u03bc\u03ad\u03c1\u03b5\u03c2",M:"\u03ad\u03bd\u03b1\u03c2 \u03bc\u03ae\u03bd\u03b1\u03c2",MM:"%d \u03bc\u03ae\u03bd\u03b5\u03c2",y:"\u03ad\u03bd\u03b1\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2",yy:"%d \u03c7\u03c1\u03cc\u03bd\u03b9\u03b1"},dayOfMonthOrdinalParse:/\d{1,2}\u03b7/,ordinal:"%d\u03b7",week:{dow:1,doy:4}})}(n("wd/R"))},jVdC:function(t,e,n){!function(t){"use strict";var e="stycze\u0144_luty_marzec_kwiecie\u0144_maj_czerwiec_lipiec_sierpie\u0144_wrzesie\u0144_pa\u017adziernik_listopad_grudzie\u0144".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_wrze\u015bnia_pa\u017adziernika_listopada_grudnia".split("_");function i(t){return t%10<5&&t%10>1&&~~(t/10)%10!=1}function a(t,e,n){var a=t+" ";switch(n){case"ss":return a+(i(t)?"sekundy":"sekund");case"m":return e?"minuta":"minut\u0119";case"mm":return a+(i(t)?"minuty":"minut");case"h":return e?"godzina":"godzin\u0119";case"hh":return a+(i(t)?"godziny":"godzin");case"MM":return a+(i(t)?"miesi\u0105ce":"miesi\u0119cy");case"yy":return a+(i(t)?"lata":"lat")}}t.defineLocale("pl",{months:function(t,i){return t?""===i?"("+n[t.month()]+"|"+e[t.month()]+")":/D MMMM/.test(i)?n[t.month()]:e[t.month()]:e},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_pa\u017a_lis_gru".split("_"),weekdays:"niedziela_poniedzia\u0142ek_wtorek_\u015broda_czwartek_pi\u0105tek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_\u015br_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_\u015ar_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dzi\u015b o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedziel\u0119 o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W \u015brod\u0119 o] LT";case 6:return"[W sobot\u0119 o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zesz\u0142\u0105 niedziel\u0119 o] LT";case 3:return"[W zesz\u0142\u0105 \u015brod\u0119 o] LT";case 6:return"[W zesz\u0142\u0105 sobot\u0119 o] LT";default:return"[W zesz\u0142y] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:a,m:a,mm:a,h:a,hh:a,d:"1 dzie\u0144",dd:"%d dni",M:"miesi\u0105c",MM:a,y:"rok",yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},jfSC:function(t,e,n){!function(t){"use strict";var e={1:"\u06f1",2:"\u06f2",3:"\u06f3",4:"\u06f4",5:"\u06f5",6:"\u06f6",7:"\u06f7",8:"\u06f8",9:"\u06f9",0:"\u06f0"},n={"\u06f1":"1","\u06f2":"2","\u06f3":"3","\u06f4":"4","\u06f5":"5","\u06f6":"6","\u06f7":"7","\u06f8":"8","\u06f9":"9","\u06f0":"0"};t.defineLocale("fa",{months:"\u0698\u0627\u0646\u0648\u06cc\u0647_\u0641\u0648\u0631\u06cc\u0647_\u0645\u0627\u0631\u0633_\u0622\u0648\u0631\u06cc\u0644_\u0645\u0647_\u0698\u0648\u0626\u0646_\u0698\u0648\u0626\u06cc\u0647_\u0627\u0648\u062a_\u0633\u067e\u062a\u0627\u0645\u0628\u0631_\u0627\u06a9\u062a\u0628\u0631_\u0646\u0648\u0627\u0645\u0628\u0631_\u062f\u0633\u0627\u0645\u0628\u0631".split("_"),monthsShort:"\u0698\u0627\u0646\u0648\u06cc\u0647_\u0641\u0648\u0631\u06cc\u0647_\u0645\u0627\u0631\u0633_\u0622\u0648\u0631\u06cc\u0644_\u0645\u0647_\u0698\u0648\u0626\u0646_\u0698\u0648\u0626\u06cc\u0647_\u0627\u0648\u062a_\u0633\u067e\u062a\u0627\u0645\u0628\u0631_\u0627\u06a9\u062a\u0628\u0631_\u0646\u0648\u0627\u0645\u0628\u0631_\u062f\u0633\u0627\u0645\u0628\u0631".split("_"),weekdays:"\u06cc\u06a9\u200c\u0634\u0646\u0628\u0647_\u062f\u0648\u0634\u0646\u0628\u0647_\u0633\u0647\u200c\u0634\u0646\u0628\u0647_\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647_\u067e\u0646\u062c\u200c\u0634\u0646\u0628\u0647_\u062c\u0645\u0639\u0647_\u0634\u0646\u0628\u0647".split("_"),weekdaysShort:"\u06cc\u06a9\u200c\u0634\u0646\u0628\u0647_\u062f\u0648\u0634\u0646\u0628\u0647_\u0633\u0647\u200c\u0634\u0646\u0628\u0647_\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647_\u067e\u0646\u062c\u200c\u0634\u0646\u0628\u0647_\u062c\u0645\u0639\u0647_\u0634\u0646\u0628\u0647".split("_"),weekdaysMin:"\u06cc_\u062f_\u0633_\u0686_\u067e_\u062c_\u0634".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/\u0642\u0628\u0644 \u0627\u0632 \u0638\u0647\u0631|\u0628\u0639\u062f \u0627\u0632 \u0638\u0647\u0631/,isPM:function(t){return/\u0628\u0639\u062f \u0627\u0632 \u0638\u0647\u0631/.test(t)},meridiem:function(t,e,n){return t<12?"\u0642\u0628\u0644 \u0627\u0632 \u0638\u0647\u0631":"\u0628\u0639\u062f \u0627\u0632 \u0638\u0647\u0631"},calendar:{sameDay:"[\u0627\u0645\u0631\u0648\u0632 \u0633\u0627\u0639\u062a] LT",nextDay:"[\u0641\u0631\u062f\u0627 \u0633\u0627\u0639\u062a] LT",nextWeek:"dddd [\u0633\u0627\u0639\u062a] LT",lastDay:"[\u062f\u06cc\u0631\u0648\u0632 \u0633\u0627\u0639\u062a] LT",lastWeek:"dddd [\u067e\u06cc\u0634] [\u0633\u0627\u0639\u062a] LT",sameElse:"L"},relativeTime:{future:"\u062f\u0631 %s",past:"%s \u067e\u06cc\u0634",s:"\u0686\u0646\u062f \u062b\u0627\u0646\u06cc\u0647",ss:"\u062b\u0627\u0646\u06cc\u0647 d%",m:"\u06cc\u06a9 \u062f\u0642\u06cc\u0642\u0647",mm:"%d \u062f\u0642\u06cc\u0642\u0647",h:"\u06cc\u06a9 \u0633\u0627\u0639\u062a",hh:"%d \u0633\u0627\u0639\u062a",d:"\u06cc\u06a9 \u0631\u0648\u0632",dd:"%d \u0631\u0648\u0632",M:"\u06cc\u06a9 \u0645\u0627\u0647",MM:"%d \u0645\u0627\u0647",y:"\u06cc\u06a9 \u0633\u0627\u0644",yy:"%d \u0633\u0627\u0644"},preparse:function(t){return t.replace(/[\u06f0-\u06f9]/g,function(t){return n[t]}).replace(/\u060c/g,",")},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]}).replace(/,/g,"\u060c")},dayOfMonthOrdinalParse:/\d{1,2}\u0645/,ordinal:"%d\u0645",week:{dow:6,doy:12}})}(n("wd/R"))},jnO4:function(t,e,n){!function(t){"use strict";var e={1:"\u0661",2:"\u0662",3:"\u0663",4:"\u0664",5:"\u0665",6:"\u0666",7:"\u0667",8:"\u0668",9:"\u0669",0:"\u0660"},n={"\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u0660":"0"},i=function(t){return 0===t?0:1===t?1:2===t?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5},a={s:["\u0623\u0642\u0644 \u0645\u0646 \u062b\u0627\u0646\u064a\u0629","\u062b\u0627\u0646\u064a\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062b\u0627\u0646\u064a\u062a\u0627\u0646","\u062b\u0627\u0646\u064a\u062a\u064a\u0646"],"%d \u062b\u0648\u0627\u0646","%d \u062b\u0627\u0646\u064a\u0629","%d \u062b\u0627\u0646\u064a\u0629"],m:["\u0623\u0642\u0644 \u0645\u0646 \u062f\u0642\u064a\u0642\u0629","\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062f\u0642\u064a\u0642\u062a\u0627\u0646","\u062f\u0642\u064a\u0642\u062a\u064a\u0646"],"%d \u062f\u0642\u0627\u0626\u0642","%d \u062f\u0642\u064a\u0642\u0629","%d \u062f\u0642\u064a\u0642\u0629"],h:["\u0623\u0642\u0644 \u0645\u0646 \u0633\u0627\u0639\u0629","\u0633\u0627\u0639\u0629 \u0648\u0627\u062d\u062f\u0629",["\u0633\u0627\u0639\u062a\u0627\u0646","\u0633\u0627\u0639\u062a\u064a\u0646"],"%d \u0633\u0627\u0639\u0627\u062a","%d \u0633\u0627\u0639\u0629","%d \u0633\u0627\u0639\u0629"],d:["\u0623\u0642\u0644 \u0645\u0646 \u064a\u0648\u0645","\u064a\u0648\u0645 \u0648\u0627\u062d\u062f",["\u064a\u0648\u0645\u0627\u0646","\u064a\u0648\u0645\u064a\u0646"],"%d \u0623\u064a\u0627\u0645","%d \u064a\u0648\u0645\u064b\u0627","%d \u064a\u0648\u0645"],M:["\u0623\u0642\u0644 \u0645\u0646 \u0634\u0647\u0631","\u0634\u0647\u0631 \u0648\u0627\u062d\u062f",["\u0634\u0647\u0631\u0627\u0646","\u0634\u0647\u0631\u064a\u0646"],"%d \u0623\u0634\u0647\u0631","%d \u0634\u0647\u0631\u0627","%d \u0634\u0647\u0631"],y:["\u0623\u0642\u0644 \u0645\u0646 \u0639\u0627\u0645","\u0639\u0627\u0645 \u0648\u0627\u062d\u062f",["\u0639\u0627\u0645\u0627\u0646","\u0639\u0627\u0645\u064a\u0646"],"%d \u0623\u0639\u0648\u0627\u0645","%d \u0639\u0627\u0645\u064b\u0627","%d \u0639\u0627\u0645"]},r=function(t){return function(e,n,r,o){var s=i(e),c=a[t][i(e)];return 2===s&&(c=c[n?0:1]),c.replace(/%d/i,e)}},o=["\u064a\u0646\u0627\u064a\u0631","\u0641\u0628\u0631\u0627\u064a\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064a\u0644","\u0645\u0627\u064a\u0648","\u064a\u0648\u0646\u064a\u0648","\u064a\u0648\u0644\u064a\u0648","\u0623\u063a\u0633\u0637\u0633","\u0633\u0628\u062a\u0645\u0628\u0631","\u0623\u0643\u062a\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062f\u064a\u0633\u0645\u0628\u0631"];t.defineLocale("ar",{months:o,monthsShort:o,weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/\u200fM/\u200fYYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(t){return"\u0645"===t},meridiem:function(t,e,n){return t<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u064b\u0627 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0628\u0639\u062f %s",past:"\u0645\u0646\u0630 %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},preparse:function(t){return t.replace(/[\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\u0660]/g,function(t){return n[t]}).replace(/\u060c/g,",")},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]}).replace(/,/g,"\u060c")},week:{dow:6,doy:12}})}(n("wd/R"))},kEOa:function(t,e,n){!function(t){"use strict";var e={1:"\u09e7",2:"\u09e8",3:"\u09e9",4:"\u09ea",5:"\u09eb",6:"\u09ec",7:"\u09ed",8:"\u09ee",9:"\u09ef",0:"\u09e6"},n={"\u09e7":"1","\u09e8":"2","\u09e9":"3","\u09ea":"4","\u09eb":"5","\u09ec":"6","\u09ed":"7","\u09ee":"8","\u09ef":"9","\u09e6":"0"};t.defineLocale("bn",{months:"\u099c\u09be\u09a8\u09c1\u09df\u09be\u09b0\u09c0_\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09df\u09be\u09b0\u09bf_\u09ae\u09be\u09b0\u09cd\u099a_\u098f\u09aa\u09cd\u09b0\u09bf\u09b2_\u09ae\u09c7_\u099c\u09c1\u09a8_\u099c\u09c1\u09b2\u09be\u0987_\u0986\u0997\u09b8\u09cd\u099f_\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0_\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0_\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0_\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0".split("_"),monthsShort:"\u099c\u09be\u09a8\u09c1_\u09ab\u09c7\u09ac_\u09ae\u09be\u09b0\u09cd\u099a_\u098f\u09aa\u09cd\u09b0_\u09ae\u09c7_\u099c\u09c1\u09a8_\u099c\u09c1\u09b2_\u0986\u0997_\u09b8\u09c7\u09aa\u09cd\u099f_\u0985\u0995\u09cd\u099f\u09cb_\u09a8\u09ad\u09c7_\u09a1\u09bf\u09b8\u09c7".split("_"),weekdays:"\u09b0\u09ac\u09bf\u09ac\u09be\u09b0_\u09b8\u09cb\u09ae\u09ac\u09be\u09b0_\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0_\u09ac\u09c1\u09a7\u09ac\u09be\u09b0_\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0_\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0_\u09b6\u09a8\u09bf\u09ac\u09be\u09b0".split("_"),weekdaysShort:"\u09b0\u09ac\u09bf_\u09b8\u09cb\u09ae_\u09ae\u0999\u09cd\u0997\u09b2_\u09ac\u09c1\u09a7_\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf_\u09b6\u09c1\u0995\u09cd\u09b0_\u09b6\u09a8\u09bf".split("_"),weekdaysMin:"\u09b0\u09ac\u09bf_\u09b8\u09cb\u09ae_\u09ae\u0999\u09cd\u0997_\u09ac\u09c1\u09a7_\u09ac\u09c3\u09b9\u0983_\u09b6\u09c1\u0995\u09cd\u09b0_\u09b6\u09a8\u09bf".split("_"),longDateFormat:{LT:"A h:mm \u09b8\u09ae\u09df",LTS:"A h:mm:ss \u09b8\u09ae\u09df",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u09b8\u09ae\u09df",LLLL:"dddd, D MMMM YYYY, A h:mm \u09b8\u09ae\u09df"},calendar:{sameDay:"[\u0986\u099c] LT",nextDay:"[\u0986\u0997\u09be\u09ae\u09c0\u0995\u09be\u09b2] LT",nextWeek:"dddd, LT",lastDay:"[\u0997\u09a4\u0995\u09be\u09b2] LT",lastWeek:"[\u0997\u09a4] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u09aa\u09b0\u09c7",past:"%s \u0986\u0997\u09c7",s:"\u0995\u09df\u09c7\u0995 \u09b8\u09c7\u0995\u09c7\u09a8\u09cd\u09a1",ss:"%d \u09b8\u09c7\u0995\u09c7\u09a8\u09cd\u09a1",m:"\u098f\u0995 \u09ae\u09bf\u09a8\u09bf\u099f",mm:"%d \u09ae\u09bf\u09a8\u09bf\u099f",h:"\u098f\u0995 \u0998\u09a8\u09cd\u099f\u09be",hh:"%d \u0998\u09a8\u09cd\u099f\u09be",d:"\u098f\u0995 \u09a6\u09bf\u09a8",dd:"%d \u09a6\u09bf\u09a8",M:"\u098f\u0995 \u09ae\u09be\u09b8",MM:"%d \u09ae\u09be\u09b8",y:"\u098f\u0995 \u09ac\u099b\u09b0",yy:"%d \u09ac\u099b\u09b0"},preparse:function(t){return t.replace(/[\u09e7\u09e8\u09e9\u09ea\u09eb\u09ec\u09ed\u09ee\u09ef\u09e6]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/\u09b0\u09be\u09a4|\u09b8\u0995\u09be\u09b2|\u09a6\u09c1\u09aa\u09c1\u09b0|\u09ac\u09bf\u0995\u09be\u09b2|\u09b0\u09be\u09a4/,meridiemHour:function(t,e){return 12===t&&(t=0),"\u09b0\u09be\u09a4"===e&&t>=4||"\u09a6\u09c1\u09aa\u09c1\u09b0"===e&&t<5||"\u09ac\u09bf\u0995\u09be\u09b2"===e?t+12:t},meridiem:function(t,e,n){return t<4?"\u09b0\u09be\u09a4":t<10?"\u09b8\u0995\u09be\u09b2":t<17?"\u09a6\u09c1\u09aa\u09c1\u09b0":t<20?"\u09ac\u09bf\u0995\u09be\u09b2":"\u09b0\u09be\u09a4"},week:{dow:0,doy:6}})}(n("wd/R"))},kOpN:function(t,e,n){!function(t){"use strict";t.defineLocale("zh-tw",{months:"\u4e00\u6708_\u4e8c\u6708_\u4e09\u6708_\u56db\u6708_\u4e94\u6708_\u516d\u6708_\u4e03\u6708_\u516b\u6708_\u4e5d\u6708_\u5341\u6708_\u5341\u4e00\u6708_\u5341\u4e8c\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661f\u671f\u65e5_\u661f\u671f\u4e00_\u661f\u671f\u4e8c_\u661f\u671f\u4e09_\u661f\u671f\u56db_\u661f\u671f\u4e94_\u661f\u671f\u516d".split("_"),weekdaysShort:"\u9031\u65e5_\u9031\u4e00_\u9031\u4e8c_\u9031\u4e09_\u9031\u56db_\u9031\u4e94_\u9031\u516d".split("_"),weekdaysMin:"\u65e5_\u4e00_\u4e8c_\u4e09_\u56db_\u4e94_\u516d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5 HH:mm",LLLL:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm",l:"YYYY/M/D",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(t,e){return 12===t&&(t=0),"\u51cc\u6668"===e||"\u65e9\u4e0a"===e||"\u4e0a\u5348"===e?t:"\u4e2d\u5348"===e?t>=11?t:t+12:"\u4e0b\u5348"===e||"\u665a\u4e0a"===e?t+12:void 0},meridiem:function(t,e,n){var i=100*t+e;return i<600?"\u51cc\u6668":i<900?"\u65e9\u4e0a":i<1130?"\u4e0a\u5348":i<1230?"\u4e2d\u5348":i<1800?"\u4e0b\u5348":"\u665a\u4e0a"},calendar:{sameDay:"[\u4eca\u5929] LT",nextDay:"[\u660e\u5929] LT",nextWeek:"[\u4e0b]dddd LT",lastDay:"[\u6628\u5929] LT",lastWeek:"[\u4e0a]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u9031)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"\u65e5";case"M":return t+"\u6708";case"w":case"W":return t+"\u9031";default:return t}},relativeTime:{future:"%s\u5167",past:"%s\u524d",s:"\u5e7e\u79d2",ss:"%d \u79d2",m:"1 \u5206\u9418",mm:"%d \u5206\u9418",h:"1 \u5c0f\u6642",hh:"%d \u5c0f\u6642",d:"1 \u5929",dd:"%d \u5929",M:"1 \u500b\u6708",MM:"%d \u500b\u6708",y:"1 \u5e74",yy:"%d \u5e74"}})}(n("wd/R"))},l5ep:function(t,e,n){!function(t){"use strict";t.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn \xf4l",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(t){var e="";return t>20?e=40===t||50===t||60===t||80===t||100===t?"fed":"ain":t>0&&(e=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][t]),t+e},week:{dow:1,doy:4}})}(n("wd/R"))},lXzo:function(t,e,n){!function(t){"use strict";function e(t,e,n){var i,a;return"m"===n?e?"\u043c\u0438\u043d\u0443\u0442\u0430":"\u043c\u0438\u043d\u0443\u0442\u0443":t+" "+(i=+t,a={ss:e?"\u0441\u0435\u043a\u0443\u043d\u0434\u0430_\u0441\u0435\u043a\u0443\u043d\u0434\u044b_\u0441\u0435\u043a\u0443\u043d\u0434":"\u0441\u0435\u043a\u0443\u043d\u0434\u0443_\u0441\u0435\u043a\u0443\u043d\u0434\u044b_\u0441\u0435\u043a\u0443\u043d\u0434",mm:e?"\u043c\u0438\u043d\u0443\u0442\u0430_\u043c\u0438\u043d\u0443\u0442\u044b_\u043c\u0438\u043d\u0443\u0442":"\u043c\u0438\u043d\u0443\u0442\u0443_\u043c\u0438\u043d\u0443\u0442\u044b_\u043c\u0438\u043d\u0443\u0442",hh:"\u0447\u0430\u0441_\u0447\u0430\u0441\u0430_\u0447\u0430\u0441\u043e\u0432",dd:"\u0434\u0435\u043d\u044c_\u0434\u043d\u044f_\u0434\u043d\u0435\u0439",MM:"\u043c\u0435\u0441\u044f\u0446_\u043c\u0435\u0441\u044f\u0446\u0430_\u043c\u0435\u0441\u044f\u0446\u0435\u0432",yy:"\u0433\u043e\u0434_\u0433\u043e\u0434\u0430_\u043b\u0435\u0442"}[n].split("_"),i%10==1&&i%100!=11?a[0]:i%10>=2&&i%10<=4&&(i%100<10||i%100>=20)?a[1]:a[2])}var n=[/^\u044f\u043d\u0432/i,/^\u0444\u0435\u0432/i,/^\u043c\u0430\u0440/i,/^\u0430\u043f\u0440/i,/^\u043c\u0430[\u0439\u044f]/i,/^\u0438\u044e\u043d/i,/^\u0438\u044e\u043b/i,/^\u0430\u0432\u0433/i,/^\u0441\u0435\u043d/i,/^\u043e\u043a\u0442/i,/^\u043d\u043e\u044f/i,/^\u0434\u0435\u043a/i];t.defineLocale("ru",{months:{format:"\u044f\u043d\u0432\u0430\u0440\u044f_\u0444\u0435\u0432\u0440\u0430\u043b\u044f_\u043c\u0430\u0440\u0442\u0430_\u0430\u043f\u0440\u0435\u043b\u044f_\u043c\u0430\u044f_\u0438\u044e\u043d\u044f_\u0438\u044e\u043b\u044f_\u0430\u0432\u0433\u0443\u0441\u0442\u0430_\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f_\u043e\u043a\u0442\u044f\u0431\u0440\u044f_\u043d\u043e\u044f\u0431\u0440\u044f_\u0434\u0435\u043a\u0430\u0431\u0440\u044f".split("_"),standalone:"\u044f\u043d\u0432\u0430\u0440\u044c_\u0444\u0435\u0432\u0440\u0430\u043b\u044c_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0435\u043b\u044c_\u043c\u0430\u0439_\u0438\u044e\u043d\u044c_\u0438\u044e\u043b\u044c_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c_\u043e\u043a\u0442\u044f\u0431\u0440\u044c_\u043d\u043e\u044f\u0431\u0440\u044c_\u0434\u0435\u043a\u0430\u0431\u0440\u044c".split("_")},monthsShort:{format:"\u044f\u043d\u0432._\u0444\u0435\u0432\u0440._\u043c\u0430\u0440._\u0430\u043f\u0440._\u043c\u0430\u044f_\u0438\u044e\u043d\u044f_\u0438\u044e\u043b\u044f_\u0430\u0432\u0433._\u0441\u0435\u043d\u0442._\u043e\u043a\u0442._\u043d\u043e\u044f\u0431._\u0434\u0435\u043a.".split("_"),standalone:"\u044f\u043d\u0432._\u0444\u0435\u0432\u0440._\u043c\u0430\u0440\u0442_\u0430\u043f\u0440._\u043c\u0430\u0439_\u0438\u044e\u043d\u044c_\u0438\u044e\u043b\u044c_\u0430\u0432\u0433._\u0441\u0435\u043d\u0442._\u043e\u043a\u0442._\u043d\u043e\u044f\u0431._\u0434\u0435\u043a.".split("_")},weekdays:{standalone:"\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435_\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a_\u0432\u0442\u043e\u0440\u043d\u0438\u043a_\u0441\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0435\u0440\u0433_\u043f\u044f\u0442\u043d\u0438\u0446\u0430_\u0441\u0443\u0431\u0431\u043e\u0442\u0430".split("_"),format:"\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435_\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a_\u0432\u0442\u043e\u0440\u043d\u0438\u043a_\u0441\u0440\u0435\u0434\u0443_\u0447\u0435\u0442\u0432\u0435\u0440\u0433_\u043f\u044f\u0442\u043d\u0438\u0446\u0443_\u0441\u0443\u0431\u0431\u043e\u0442\u0443".split("_"),isFormat:/\[ ?[\u0412\u0432] ?(?:\u043f\u0440\u043e\u0448\u043b\u0443\u044e|\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e|\u044d\u0442\u0443)? ?\] ?dddd/},weekdaysShort:"\u0432\u0441_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),weekdaysMin:"\u0432\u0441_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,monthsRegex:/^(\u044f\u043d\u0432\u0430\u0440[\u044c\u044f]|\u044f\u043d\u0432\.?|\u0444\u0435\u0432\u0440\u0430\u043b[\u044c\u044f]|\u0444\u0435\u0432\u0440?\.?|\u043c\u0430\u0440\u0442\u0430?|\u043c\u0430\u0440\.?|\u0430\u043f\u0440\u0435\u043b[\u044c\u044f]|\u0430\u043f\u0440\.?|\u043c\u0430[\u0439\u044f]|\u0438\u044e\u043d[\u044c\u044f]|\u0438\u044e\u043d\.?|\u0438\u044e\u043b[\u044c\u044f]|\u0438\u044e\u043b\.?|\u0430\u0432\u0433\u0443\u0441\u0442\u0430?|\u0430\u0432\u0433\.?|\u0441\u0435\u043d\u0442\u044f\u0431\u0440[\u044c\u044f]|\u0441\u0435\u043d\u0442?\.?|\u043e\u043a\u0442\u044f\u0431\u0440[\u044c\u044f]|\u043e\u043a\u0442\.?|\u043d\u043e\u044f\u0431\u0440[\u044c\u044f]|\u043d\u043e\u044f\u0431?\.?|\u0434\u0435\u043a\u0430\u0431\u0440[\u044c\u044f]|\u0434\u0435\u043a\.?)/i,monthsShortRegex:/^(\u044f\u043d\u0432\u0430\u0440[\u044c\u044f]|\u044f\u043d\u0432\.?|\u0444\u0435\u0432\u0440\u0430\u043b[\u044c\u044f]|\u0444\u0435\u0432\u0440?\.?|\u043c\u0430\u0440\u0442\u0430?|\u043c\u0430\u0440\.?|\u0430\u043f\u0440\u0435\u043b[\u044c\u044f]|\u0430\u043f\u0440\.?|\u043c\u0430[\u0439\u044f]|\u0438\u044e\u043d[\u044c\u044f]|\u0438\u044e\u043d\.?|\u0438\u044e\u043b[\u044c\u044f]|\u0438\u044e\u043b\.?|\u0430\u0432\u0433\u0443\u0441\u0442\u0430?|\u0430\u0432\u0433\.?|\u0441\u0435\u043d\u0442\u044f\u0431\u0440[\u044c\u044f]|\u0441\u0435\u043d\u0442?\.?|\u043e\u043a\u0442\u044f\u0431\u0440[\u044c\u044f]|\u043e\u043a\u0442\.?|\u043d\u043e\u044f\u0431\u0440[\u044c\u044f]|\u043d\u043e\u044f\u0431?\.?|\u0434\u0435\u043a\u0430\u0431\u0440[\u044c\u044f]|\u0434\u0435\u043a\.?)/i,monthsStrictRegex:/^(\u044f\u043d\u0432\u0430\u0440[\u044f\u044c]|\u0444\u0435\u0432\u0440\u0430\u043b[\u044f\u044c]|\u043c\u0430\u0440\u0442\u0430?|\u0430\u043f\u0440\u0435\u043b[\u044f\u044c]|\u043c\u0430[\u044f\u0439]|\u0438\u044e\u043d[\u044f\u044c]|\u0438\u044e\u043b[\u044f\u044c]|\u0430\u0432\u0433\u0443\u0441\u0442\u0430?|\u0441\u0435\u043d\u0442\u044f\u0431\u0440[\u044f\u044c]|\u043e\u043a\u0442\u044f\u0431\u0440[\u044f\u044c]|\u043d\u043e\u044f\u0431\u0440[\u044f\u044c]|\u0434\u0435\u043a\u0430\u0431\u0440[\u044f\u044c])/i,monthsShortStrictRegex:/^(\u044f\u043d\u0432\.|\u0444\u0435\u0432\u0440?\.|\u043c\u0430\u0440[\u0442.]|\u0430\u043f\u0440\.|\u043c\u0430[\u044f\u0439]|\u0438\u044e\u043d[\u044c\u044f.]|\u0438\u044e\u043b[\u044c\u044f.]|\u0430\u0432\u0433\.|\u0441\u0435\u043d\u0442?\.|\u043e\u043a\u0442\.|\u043d\u043e\u044f\u0431?\.|\u0434\u0435\u043a\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0433.",LLL:"D MMMM YYYY \u0433., H:mm",LLLL:"dddd, D MMMM YYYY \u0433., H:mm"},calendar:{sameDay:"[\u0421\u0435\u0433\u043e\u0434\u043d\u044f, \u0432] LT",nextDay:"[\u0417\u0430\u0432\u0442\u0440\u0430, \u0432] LT",lastDay:"[\u0412\u0447\u0435\u0440\u0430, \u0432] LT",nextWeek:function(t){if(t.week()===this.week())return 2===this.day()?"[\u0412\u043e] dddd, [\u0432] LT":"[\u0412] dddd, [\u0432] LT";switch(this.day()){case 0:return"[\u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435] dddd, [\u0432] LT";case 1:case 2:case 4:return"[\u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439] dddd, [\u0432] LT";case 3:case 5:case 6:return"[\u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e] dddd, [\u0432] LT"}},lastWeek:function(t){if(t.week()===this.week())return 2===this.day()?"[\u0412\u043e] dddd, [\u0432] LT":"[\u0412] dddd, [\u0432] LT";switch(this.day()){case 0:return"[\u0412 \u043f\u0440\u043e\u0448\u043b\u043e\u0435] dddd, [\u0432] LT";case 1:case 2:case 4:return"[\u0412 \u043f\u0440\u043e\u0448\u043b\u044b\u0439] dddd, [\u0432] LT";case 3:case 5:case 6:return"[\u0412 \u043f\u0440\u043e\u0448\u043b\u0443\u044e] dddd, [\u0432] LT"}},sameElse:"L"},relativeTime:{future:"\u0447\u0435\u0440\u0435\u0437 %s",past:"%s \u043d\u0430\u0437\u0430\u0434",s:"\u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434",ss:e,m:e,mm:e,h:"\u0447\u0430\u0441",hh:e,d:"\u0434\u0435\u043d\u044c",dd:e,M:"\u043c\u0435\u0441\u044f\u0446",MM:e,y:"\u0433\u043e\u0434",yy:e},meridiemParse:/\u043d\u043e\u0447\u0438|\u0443\u0442\u0440\u0430|\u0434\u043d\u044f|\u0432\u0435\u0447\u0435\u0440\u0430/i,isPM:function(t){return/^(\u0434\u043d\u044f|\u0432\u0435\u0447\u0435\u0440\u0430)$/.test(t)},meridiem:function(t,e,n){return t<4?"\u043d\u043e\u0447\u0438":t<12?"\u0443\u0442\u0440\u0430":t<17?"\u0434\u043d\u044f":"\u0432\u0435\u0447\u0435\u0440\u0430"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0439|\u0433\u043e|\u044f)/,ordinal:function(t,e){switch(e){case"M":case"d":case"DDD":return t+"-\u0439";case"D":return t+"-\u0433\u043e";case"w":case"W":return t+"-\u044f";default:return t}},week:{dow:1,doy:4}})}(n("wd/R"))},lYtQ:function(t,e,n){!function(t){"use strict";function e(t,e,n,i){switch(n){case"s":return e?"\u0445\u044d\u0434\u0445\u044d\u043d \u0441\u0435\u043a\u0443\u043d\u0434":"\u0445\u044d\u0434\u0445\u044d\u043d \u0441\u0435\u043a\u0443\u043d\u0434\u044b\u043d";case"ss":return t+(e?" \u0441\u0435\u043a\u0443\u043d\u0434":" \u0441\u0435\u043a\u0443\u043d\u0434\u044b\u043d");case"m":case"mm":return t+(e?" \u043c\u0438\u043d\u0443\u0442":" \u043c\u0438\u043d\u0443\u0442\u044b\u043d");case"h":case"hh":return t+(e?" \u0446\u0430\u0433":" \u0446\u0430\u0433\u0438\u0439\u043d");case"d":case"dd":return t+(e?" \u04e9\u0434\u04e9\u0440":" \u04e9\u0434\u0440\u0438\u0439\u043d");case"M":case"MM":return t+(e?" \u0441\u0430\u0440":" \u0441\u0430\u0440\u044b\u043d");case"y":case"yy":return t+(e?" \u0436\u0438\u043b":" \u0436\u0438\u043b\u0438\u0439\u043d");default:return t}}t.defineLocale("mn",{months:"\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440_\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440_\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0417\u0443\u0440\u0433\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0414\u043e\u043b\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440_\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440_\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440".split("_"),monthsShort:"1 \u0441\u0430\u0440_2 \u0441\u0430\u0440_3 \u0441\u0430\u0440_4 \u0441\u0430\u0440_5 \u0441\u0430\u0440_6 \u0441\u0430\u0440_7 \u0441\u0430\u0440_8 \u0441\u0430\u0440_9 \u0441\u0430\u0440_10 \u0441\u0430\u0440_11 \u0441\u0430\u0440_12 \u0441\u0430\u0440".split("_"),monthsParseExact:!0,weekdays:"\u041d\u044f\u043c_\u0414\u0430\u0432\u0430\u0430_\u041c\u044f\u0433\u043c\u0430\u0440_\u041b\u0445\u0430\u0433\u0432\u0430_\u041f\u04af\u0440\u044d\u0432_\u0411\u0430\u0430\u0441\u0430\u043d_\u0411\u044f\u043c\u0431\u0430".split("_"),weekdaysShort:"\u041d\u044f\u043c_\u0414\u0430\u0432_\u041c\u044f\u0433_\u041b\u0445\u0430_\u041f\u04af\u0440_\u0411\u0430\u0430_\u0411\u044f\u043c".split("_"),weekdaysMin:"\u041d\u044f_\u0414\u0430_\u041c\u044f_\u041b\u0445_\u041f\u04af_\u0411\u0430_\u0411\u044f".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY \u043e\u043d\u044b MMMM\u044b\u043d D",LLL:"YYYY \u043e\u043d\u044b MMMM\u044b\u043d D HH:mm",LLLL:"dddd, YYYY \u043e\u043d\u044b MMMM\u044b\u043d D HH:mm"},meridiemParse:/\u04ae\u04e8|\u04ae\u0425/i,isPM:function(t){return"\u04ae\u0425"===t},meridiem:function(t,e,n){return t<12?"\u04ae\u04e8":"\u04ae\u0425"},calendar:{sameDay:"[\u04e8\u043d\u04e9\u04e9\u0434\u04e9\u0440] LT",nextDay:"[\u041c\u0430\u0440\u0433\u0430\u0430\u0448] LT",nextWeek:"[\u0418\u0440\u044d\u0445] dddd LT",lastDay:"[\u04e8\u0447\u0438\u0433\u0434\u04e9\u0440] LT",lastWeek:"[\u04e8\u043d\u0433\u04e9\u0440\u0441\u04e9\u043d] dddd LT",sameElse:"L"},relativeTime:{future:"%s \u0434\u0430\u0440\u0430\u0430",past:"%s \u04e9\u043c\u043d\u04e9",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2} \u04e9\u0434\u04e9\u0440/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+" \u04e9\u0434\u04e9\u0440";default:return t}}})}(n("wd/R"))},lgnt:function(t,e,n){!function(t){"use strict";var e={0:"-\u0447\u04af",1:"-\u0447\u0438",2:"-\u0447\u0438",3:"-\u0447\u04af",4:"-\u0447\u04af",5:"-\u0447\u0438",6:"-\u0447\u044b",7:"-\u0447\u0438",8:"-\u0447\u0438",9:"-\u0447\u0443",10:"-\u0447\u0443",20:"-\u0447\u044b",30:"-\u0447\u0443",40:"-\u0447\u044b",50:"-\u0447\u04af",60:"-\u0447\u044b",70:"-\u0447\u0438",80:"-\u0447\u0438",90:"-\u0447\u0443",100:"-\u0447\u04af"};t.defineLocale("ky",{months:"\u044f\u043d\u0432\u0430\u0440\u044c_\u0444\u0435\u0432\u0440\u0430\u043b\u044c_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0435\u043b\u044c_\u043c\u0430\u0439_\u0438\u044e\u043d\u044c_\u0438\u044e\u043b\u044c_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c_\u043e\u043a\u0442\u044f\u0431\u0440\u044c_\u043d\u043e\u044f\u0431\u0440\u044c_\u0434\u0435\u043a\u0430\u0431\u0440\u044c".split("_"),monthsShort:"\u044f\u043d\u0432_\u0444\u0435\u0432_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440_\u043c\u0430\u0439_\u0438\u044e\u043d\u044c_\u0438\u044e\u043b\u044c_\u0430\u0432\u0433_\u0441\u0435\u043d_\u043e\u043a\u0442_\u043d\u043e\u044f_\u0434\u0435\u043a".split("_"),weekdays:"\u0416\u0435\u043a\u0448\u0435\u043c\u0431\u0438_\u0414\u04af\u0439\u0448\u04e9\u043c\u0431\u04af_\u0428\u0435\u0439\u0448\u0435\u043c\u0431\u0438_\u0428\u0430\u0440\u0448\u0435\u043c\u0431\u0438_\u0411\u0435\u0439\u0448\u0435\u043c\u0431\u0438_\u0416\u0443\u043c\u0430_\u0418\u0448\u0435\u043c\u0431\u0438".split("_"),weekdaysShort:"\u0416\u0435\u043a_\u0414\u04af\u0439_\u0428\u0435\u0439_\u0428\u0430\u0440_\u0411\u0435\u0439_\u0416\u0443\u043c_\u0418\u0448\u0435".split("_"),weekdaysMin:"\u0416\u043a_\u0414\u0439_\u0428\u0439_\u0428\u0440_\u0411\u0439_\u0416\u043c_\u0418\u0448".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0411\u04af\u0433\u04af\u043d \u0441\u0430\u0430\u0442] LT",nextDay:"[\u042d\u0440\u0442\u0435\u04a3 \u0441\u0430\u0430\u0442] LT",nextWeek:"dddd [\u0441\u0430\u0430\u0442] LT",lastDay:"[\u041a\u0435\u0447\u0435 \u0441\u0430\u0430\u0442] LT",lastWeek:"[\u04e8\u0442\u043a\u0435\u043d \u0430\u043f\u0442\u0430\u043d\u044b\u043d] dddd [\u043a\u04af\u043d\u04af] [\u0441\u0430\u0430\u0442] LT",sameElse:"L"},relativeTime:{future:"%s \u0438\u0447\u0438\u043d\u0434\u0435",past:"%s \u043c\u0443\u0440\u0443\u043d",s:"\u0431\u0438\u0440\u043d\u0435\u0447\u0435 \u0441\u0435\u043a\u0443\u043d\u0434",ss:"%d \u0441\u0435\u043a\u0443\u043d\u0434",m:"\u0431\u0438\u0440 \u043c\u04af\u043d\u04e9\u0442",mm:"%d \u043c\u04af\u043d\u04e9\u0442",h:"\u0431\u0438\u0440 \u0441\u0430\u0430\u0442",hh:"%d \u0441\u0430\u0430\u0442",d:"\u0431\u0438\u0440 \u043a\u04af\u043d",dd:"%d \u043a\u04af\u043d",M:"\u0431\u0438\u0440 \u0430\u0439",MM:"%d \u0430\u0439",y:"\u0431\u0438\u0440 \u0436\u044b\u043b",yy:"%d \u0436\u044b\u043b"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0447\u0438|\u0447\u044b|\u0447\u04af|\u0447\u0443)/,ordinal:function(t){return t+(e[t]||e[t%10]||e[t>=100?100:null])},week:{dow:1,doy:7}})}(n("wd/R"))},lyxo:function(t,e,n){!function(t){"use strict";function e(t,e,n){var i=" ";return(t%100>=20||t>=100&&t%100==0)&&(i=" de "),t+i+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"}[n]}t.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminic\u0103_luni_mar\u021bi_miercuri_joi_vineri_s\xe2mb\u0103t\u0103".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_S\xe2m".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_S\xe2".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[m\xe2ine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s \xeen urm\u0103",s:"c\xe2teva secunde",ss:e,m:"un minut",mm:e,h:"o or\u0103",hh:e,d:"o zi",dd:e,M:"o lun\u0103",MM:e,y:"un an",yy:e},week:{dow:1,doy:7}})}(n("wd/R"))},mgIt:function(t,e,n){var i=n("T016");function a(t){if(t){var e=[0,0,0],n=1,a=t.match(/^#([a-fA-F0-9]{3})$/i);if(a){a=a[1];for(var r=0;r0&&(s=t.getDatasetMeta(s[0]._datasetIndex).data),s},"x-axis":function(t,e){return o(t,e,!0)},point:function(t,e){return a(t,n(e,t))},nearest:function(t,e,i){var a=r(t,n(e,t),i.intersect);return a.length>1&&a.sort(function(t,e){var n=t.getArea()-e.getArea();return 0===n&&(n=t._datasetIndex-e._datasetIndex),n}),a.slice(0,1)},x:function(t,e,a){var r=n(e,t),o=[],s=!1;return i(t,function(t){t.inXRange(r.x)&&o.push(t),t.inRange(r.x,r.y)&&(s=!0)}),a.intersect&&!s&&(o=[]),o},y:function(t,e,a){var r=n(e,t),o=[],s=!1;return i(t,function(t){t.inYRange(r.y)&&o.push(t),t.inRange(r.x,r.y)&&(s=!0)}),a.intersect&&!s&&(o=[]),o}}}}},nDWh:function(t,e,n){"use strict";var i=n("6ww4");t.exports=function(t){var e,n=t.helpers={};n.each=function(t,e,i,a){var r,o;if(n.isArray(t))if(o=t.length,a)for(r=o-1;r>=0;r--)e.call(i,t[r],r);else for(r=0;r=a[i].length||!a[i][r].type?a[i].push(n.configMerge(s,e)):a[i][r]=e.type&&e.type!==a[i][r].type?n.configMerge(a[i][r],s,e):n.configMerge(a[i][r],e)}):(a[i]=[],n.each(e,function(e){var r=n.getValueOrDefault(e.type,"xAxes"===i?"category":"linear");a[i].push(n.configMerge(t.scaleService.getScaleDefaults(r),e))})):a[i]=a.hasOwnProperty(i)&&"object"==typeof a[i]&&null!==a[i]&&"object"==typeof e?n.configMerge(a[i],e):e}),a},n.getValueAtIndexOrDefault=function(t,e,i){return void 0===t||null===t?i:n.isArray(t)?e=0;i--){var a=t[i];if(e(a))return a}},n.inherits=function(t){var e=this,i=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return e.apply(this,arguments)},a=function(){this.constructor=i};return a.prototype=e.prototype,i.prototype=new a,i.extend=n.inherits,t&&n.extend(i.prototype,t),i.__super__=e.prototype,i},n.noop=function(){},n.uid=(e=0,function(){return e++}),n.isNumber=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},n.almostEquals=function(t,e,n){return Math.abs(t-e)t},n.max=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.max(t,e)},Number.NEGATIVE_INFINITY)},n.min=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.min(t,e)},Number.POSITIVE_INFINITY)},n.sign=Math.sign?function(t){return Math.sign(t)}:function(t){return 0==(t=+t)||isNaN(t)?t:t>0?1:-1},n.log10=Math.log10?function(t){return Math.log10(t)}:function(t){return Math.log(t)/Math.LN10},n.toRadians=function(t){return t*(Math.PI/180)},n.toDegrees=function(t){return t*(180/Math.PI)},n.getAngleFromPoint=function(t,e){var n=e.x-t.x,i=e.y-t.y,a=Math.sqrt(n*n+i*i),r=Math.atan2(i,n);return r<-.5*Math.PI&&(r+=2*Math.PI),{angle:r,distance:a}},n.distanceBetweenPoints=function(t,e){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))},n.aliasPixel=function(t){return t%2==0?0:.5},n.splineCurve=function(t,e,n,i){var a=t.skip?e:t,r=e,o=n.skip?e:n,s=Math.sqrt(Math.pow(r.x-a.x,2)+Math.pow(r.y-a.y,2)),c=Math.sqrt(Math.pow(o.x-r.x,2)+Math.pow(o.y-r.y,2)),l=s/(s+c),d=c/(s+c),u=i*(l=isNaN(l)?0:l),h=i*(d=isNaN(d)?0:d);return{previous:{x:r.x-u*(o.x-a.x),y:r.y-u*(o.y-a.y)},next:{x:r.x+h*(o.x-a.x),y:r.y+h*(o.y-a.y)}}},n.EPSILON=Number.EPSILON||1e-14,n.splineCurveMonotone=function(t){var e,i,a,r,o,s,c,l,d,u=(t||[]).map(function(t){return{model:t._model,deltaK:0,mK:0}}),h=u.length;for(e=0;e0?u[e-1]:null,(r=e0?u[e-1]:null,r=e=t.length-1?t[0]:t[e+1]:e>=t.length-1?t[t.length-1]:t[e+1]},n.previousItem=function(t,e,n){return n?e<=0?t[t.length-1]:t[e-1]:e<=0?t[0]:t[e-1]},n.niceNum=function(t,e){var i=Math.floor(n.log10(t)),a=t/Math.pow(10,i);return(e?a<1.5?1:a<3?2:a<7?5:10:a<=1?1:a<=2?2:a<=5?5:10)*Math.pow(10,i)};var a=n.easingEffects={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-1*t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return 1*((t=t/1-1)*t*t+1)},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-1*((t=t/1-1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return 1*(t/=1)*t*t*t*t},easeOutQuint:function(t){return 1*((t=t/1-1)*t*t*t*t+1)},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return-1*Math.cos(t/1*(Math.PI/2))+1},easeOutSine:function(t){return 1*Math.sin(t/1*(Math.PI/2))},easeInOutSine:function(t){return-.5*(Math.cos(Math.PI*t/1)-1)},easeInExpo:function(t){return 0===t?1:1*Math.pow(2,10*(t/1-1))},easeOutExpo:function(t){return 1===t?1:1*(1-Math.pow(2,-10*t/1))},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*--t))},easeInCirc:function(t){return t>=1?t:-1*(Math.sqrt(1-(t/=1)*t)-1)},easeOutCirc:function(t){return 1*Math.sqrt(1-(t=t/1-1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:1==(t/=1)?1:(n||(n=.3),i0?(i=c[0].clientX,a=c[0].clientY):(i=r.clientX,a=r.clientY);var l=parseFloat(n.getStyle(o,"padding-left")),d=parseFloat(n.getStyle(o,"padding-top")),u=parseFloat(n.getStyle(o,"padding-right")),h=parseFloat(n.getStyle(o,"padding-bottom")),p=s.bottom-s.top-d-h;return{x:i=Math.round((i-s.left-l)/(s.right-s.left-l-u)*o.width/e.currentDevicePixelRatio),y:a=Math.round((a-s.top-d)/p*o.height/e.currentDevicePixelRatio)}},n.addEvent=function(t,e,n){t.addEventListener?t.addEventListener(e,n):t.attachEvent?t.attachEvent("on"+e,n):t["on"+e]=n},n.removeEvent=function(t,e,i){t.removeEventListener?t.removeEventListener(e,i,!1):t.detachEvent?t.detachEvent("on"+e,i):t["on"+e]=n.noop},n.getConstraintWidth=function(t){return s(t,"max-width","clientWidth")},n.getConstraintHeight=function(t){return s(t,"max-height","clientHeight")},n.getMaximumWidth=function(t){var e=t.parentNode,i=parseInt(n.getStyle(e,"padding-left"),10),a=parseInt(n.getStyle(e,"padding-right"),10),r=e.clientWidth-i-a,o=n.getConstraintWidth(t);return isNaN(o)?r:Math.min(r,o)},n.getMaximumHeight=function(t){var e=t.parentNode,i=parseInt(n.getStyle(e,"padding-top"),10),a=parseInt(n.getStyle(e,"padding-bottom"),10),r=e.clientHeight-i-a,o=n.getConstraintHeight(t);return isNaN(o)?r:Math.min(r,o)},n.getStyle=function(t,e){return t.currentStyle?t.currentStyle[e]:document.defaultView.getComputedStyle(t,null).getPropertyValue(e)},n.retinaScale=function(t){var e=t.currentDevicePixelRatio=window.devicePixelRatio||1;if(1!==e){var n=t.canvas,i=t.height,a=t.width;n.height=i*e,n.width=a*e,t.ctx.scale(e,e),n.style.height=i+"px",n.style.width=a+"px"}},n.clear=function(t){t.ctx.clearRect(0,0,t.width,t.height)},n.fontString=function(t,e,n){return e+" "+t+"px "+n},n.longestText=function(t,e,i,a){var r=(a=a||{}).data=a.data||{},o=a.garbageCollect=a.garbageCollect||[];a.font!==e&&(r=a.data={},o=a.garbageCollect=[],a.font=e),t.font=e;var s=0;n.each(i,function(e){void 0!==e&&null!==e&&!0!==n.isArray(e)?s=n.measureText(t,r,o,s,e):n.isArray(e)&&n.each(e,function(e){void 0===e||null===e||n.isArray(e)||(s=n.measureText(t,r,o,s,e))})});var c=o.length/2;if(c>i.length){for(var l=0;li&&(i=r),i},n.numberOfLabelLines=function(t){var e=1;return n.each(t,function(t){n.isArray(t)&&t.length>e&&(e=t.length)}),e},n.drawRoundedRectangle=function(t,e,n,i,a,r){t.beginPath(),t.moveTo(e+r,n),t.lineTo(e+i-r,n),t.quadraticCurveTo(e+i,n,e+i,n+r),t.lineTo(e+i,n+a-r),t.quadraticCurveTo(e+i,n+a,e+i-r,n+a),t.lineTo(e+r,n+a),t.quadraticCurveTo(e,n+a,e,n+a-r),t.lineTo(e,n+r),t.quadraticCurveTo(e,n,e+r,n),t.closePath()},n.color=i?function(e){return e instanceof CanvasGradient&&(e=t.defaults.global.defaultColor),i(e)}:function(t){return console.error("Color.js not found!"),t},n.isArray=Array.isArray?function(t){return Array.isArray(t)}:function(t){return"[object Array]"===Object.prototype.toString.call(t)},n.arrayEquals=function(t,e){var i,a,r,o;if(!t||!e||t.length!==e.length)return!1;for(i=0,a=t.length;i=1?(n=1,e-1):Math.floor(n*e),r=t[i],o=t[i+1];return a((n-i/e)*e,i>0?t[i-1]:2*r-o,r,o,i180||n<-180?n-360*Math.round(n/360):n):s(isNaN(t)?e:t)}function d(t,e){var n=e-t;return n?c(t,n):s(isNaN(t)?e:t)}var u=function t(e){var n=function(t){return 1==(t=+t)?d:function(e,n){return n-e?function(t,e,n){return t=Math.pow(t,n),e=Math.pow(e,n)-t,n=1/n,function(i){return Math.pow(t+i*e,n)}}(e,n,t):s(isNaN(e)?n:e)}}(e);function a(t,e){var a=n((t=Object(i.rgb)(t)).r,(e=Object(i.rgb)(e)).r),r=n(t.g,e.g),o=n(t.b,e.b),s=d(t.opacity,e.opacity);return function(e){return t.r=a(e),t.g=r(e),t.b=o(e),t.opacity=s(e),t+""}}return a.gamma=t,a}(1);function h(t){return function(e){var n,a,r=e.length,o=new Array(r),s=new Array(r),c=new Array(r);for(n=0;nr&&(a=e.slice(r,a),s[o]?s[o]+=a:s[++o]=a),(n=n[0])===(i=i[0])?s[o]?s[o]+=i:s[++o]=i:(s[++o]=null,c.push({i:o,x:x(n,i)})),r=L.lastIndex;return r180?e+=360:e-t>180&&(t+=360),r.push({i:n.push(a(n)+"rotate(",null,i)-2,x:x(t,e)})):e&&n.push(a(n)+"rotate("+e+i)}(r.rotate,o.rotate,s,c),function(t,e,n,r){t!==e?r.push({i:n.push(a(n)+"skewX(",null,i)-2,x:x(t,e)}):e&&n.push(a(n)+"skewX("+e+i)}(r.skewX,o.skewX,s,c),function(t,e,n,i,r,o){if(t!==n||e!==i){var s=r.push(a(r)+"scale(",null,",",null,")");o.push({i:s-4,x:x(t,n)},{i:s-2,x:x(e,i)})}else 1===n&&1===i||r.push(a(r)+"scale("+n+","+i+")")}(r.scaleX,r.scaleY,o.scaleX,o.scaleY,s,c),r=o=null,function(t){for(var e,n=-1,i=c.length;++n0&&a>0&&(t.min=0)}void 0!==n.min?t.min=n.min:void 0!==n.suggestedMin&&(t.min=null===t.min?n.suggestedMin:Math.min(t.min,n.suggestedMin)),void 0!==n.max?t.max=n.max:void 0!==n.suggestedMax&&(t.max=null===t.max?n.suggestedMax:Math.max(t.max,n.suggestedMax)),t.min===t.max&&(t.max++,n.beginAtZero||t.min--)},getTickLimit:n,handleDirectionalChanges:n,buildTicks:function(){var n=this,i=n.options.ticks,a=n.getTickLimit(),r={maxTicks:a=Math.max(2,a),min:i.min,max:i.max,stepSize:e.getValueOrDefault(i.fixedStepSize,i.stepSize)},o=n.ticks=t.Ticks.generators.linear(r,n);n.handleDirectionalChanges(),n.max=e.max(o),n.min=e.min(o),i.reverse?(o.reverse(),n.start=n.max,n.end=n.min):(n.start=n.min,n.end=n.max)},convertTicksToLabels:function(){var e=this;e.ticksAsNumbers=e.ticks.slice(),e.zeroLineIndex=e.ticks.indexOf(0),t.Scale.prototype.convertTicksToLabels.call(e)}})}},q8Fl:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers,n={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"};function i(t,n){var i=e.getStyle(t,n),a=i&&i.match(/^(\d+)(\.\d+)?px$/);return a?Number(a[1]):void 0}function a(t,e,n,i,a){return{type:t,chart:e,native:a||null,x:void 0!==n?n:null,y:void 0!==i?i:null}}return{acquireContext:function(t,e){"string"==typeof t?t=document.getElementById(t):t.length&&(t=t[0]),t&&t.canvas&&(t=t.canvas);var n=t&&t.getContext&&t.getContext("2d");return n&&n.canvas===t?(function(t,e){var n=t.style,a=t.getAttribute("height"),r=t.getAttribute("width");if(t._chartjs={initial:{height:a,width:r,style:{display:n.display,height:n.height,width:n.width}}},n.display=n.display||"block",null===r||""===r){var o=i(t,"width");void 0!==o&&(t.width=o)}if(null===a||""===a)if(""===t.style.height)t.height=t.width/(e.options.aspectRatio||2);else{var s=i(t,"height");void 0!==o&&(t.height=s)}}(t,e),n):null},releaseContext:function(t){var n=t.canvas;if(n._chartjs){var i=n._chartjs.initial;["height","width"].forEach(function(t){var e=i[t];void 0===e||null===e?n.removeAttribute(t):n.setAttribute(t,e)}),e.each(i.style||{},function(t,e){n.style[e]=t}),n.width=n.width,delete n._chartjs}},addEventListener:function(t,i,r){var o=t.canvas;if("resize"!==i){var s=r._chartjs||(r._chartjs={}),c=(s.proxies||(s.proxies={}))[t.id+"_"+i]=function(i){r(function(t,i){var r=n[t.type]||t.type,o=e.getRelativePosition(t,i);return a(r,i,o.x,o.y,t)}(i,t))};e.addEvent(o,i,c)}else!function(t,n,i){var r,o,s=t._chartjs={ticking:!1};s.resizer=(r=function(){s.ticking||(s.ticking=!0,e.requestAnimFrame.call(window,function(){if(s.resizer)return s.ticking=!1,n(a("resize",i))}))},(o=document.createElement("iframe")).className="chartjs-hidden-iframe",o.style.cssText="display:block;overflow:hidden;border:0;margin:0;top:0;left:0;bottom:0;right:0;height:100%;width:100%;position:absolute;pointer-events:none;z-index:-1;",o.tabIndex=-1,e.addEvent(o,"load",function(){e.addEvent(o.contentWindow||o,"resize",r),r()}),o),t.insertBefore(s.resizer,t.firstChild)}(o.parentNode,r,t)},removeEventListener:function(t,n,i){var a=t.canvas;if("resize"!==n){var r=((i._chartjs||{}).proxies||{})[t.id+"_"+n];r&&e.removeEvent(a,n,r)}else!function(t){if(t&&t._chartjs){var e=t._chartjs.resizer;e&&(e.parentNode.removeChild(e),t._chartjs.resizer=null),delete t._chartjs}}(a.parentNode)}}}},qzaf:function(t,e,n){"use strict";t.exports=function(t){t.PolarArea=function(e,n){return n.type="polarArea",new t(e,n)}}},rWgG:function(t,e,n){"use strict";n.r(e);var i=function(t,e){if((n=(t=e?t.toExponential(e-1):t.toExponential()).indexOf("e"))<0)return null;var n,i=t.slice(0,n);return[i.length>1?i[0]+i.slice(2):i,+t.slice(n+1)]},a=function(t){return(t=i(Math.abs(t)))?t[1]:NaN},r=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function o(t){return new s(t)}function s(t){if(!(e=r.exec(t)))throw new Error("invalid format: "+t);var e;this.fill=e[1]||" ",this.align=e[2]||">",this.sign=e[3]||"-",this.symbol=e[4]||"",this.zero=!!e[5],this.width=e[6]&&+e[6],this.comma=!!e[7],this.precision=e[8]&&+e[8].slice(1),this.trim=!!e[9],this.type=e[10]||""}o.prototype=s.prototype,s.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(null==this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(null==this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var c,l,d,u,h=function(t){t:for(var e,n=t.length,i=1,a=-1;i0){if(!+t[i])break t;a=0}}return a>0?t.slice(0,a)+t.slice(e+1):t},p=function(t,e){var n=i(t,e);if(!n)return t+"";var a=n[0],r=n[1];return r<0?"0."+new Array(-r).join("0")+a:a.length>r+1?a.slice(0,r+1)+"."+a.slice(r+1):a+new Array(r-a.length+2).join("0")},m={"%":function(t,e){return(100*t).toFixed(e)},b:function(t){return Math.round(t).toString(2)},c:function(t){return t+""},d:function(t){return Math.round(t).toString(10)},e:function(t,e){return t.toExponential(e)},f:function(t,e){return t.toFixed(e)},g:function(t,e){return t.toPrecision(e)},o:function(t){return Math.round(t).toString(8)},p:function(t,e){return p(100*t,e)},r:p,s:function(t,e){var n=i(t,e);if(!n)return t+"";var a=n[0],r=n[1],o=r-(c=3*Math.max(-8,Math.min(8,Math.floor(r/3))))+1,s=a.length;return o===s?a:o>s?a+new Array(o-s+1).join("0"):o>0?a.slice(0,o)+"."+a.slice(o):"0."+new Array(1-o).join("0")+i(t,Math.max(0,e+o-1))[0]},X:function(t){return Math.round(t).toString(16).toUpperCase()},x:function(t){return Math.round(t).toString(16)}},f=function(t){return t},g=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"],y=function(t){var e,n,i=t.grouping&&t.thousands?(e=t.grouping,n=t.thousands,function(t,i){for(var a=t.length,r=[],o=0,s=e[0],c=0;a>0&&s>0&&(c+s+1>i&&(s=Math.max(1,i-c)),r.push(t.substring(a-=s,a+s)),!((c+=s+1)>i));)s=e[o=(o+1)%e.length];return r.reverse().join(n)}):f,r=t.currency,s=t.decimal,l=t.numerals?function(t){return function(e){return e.replace(/[0-9]/g,function(e){return t[+e]})}}(t.numerals):f,d=t.percent||"%";function u(t){var e=(t=o(t)).fill,n=t.align,a=t.sign,u=t.symbol,p=t.zero,f=t.width,y=t.comma,_=t.precision,v=t.trim,b=t.type;"n"===b?(y=!0,b="g"):m[b]||(null==_&&(_=12),v=!0,b="g"),(p||"0"===e&&"="===n)&&(p=!0,e="0",n="=");var x="$"===u?r[0]:"#"===u&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",M="$"===u?r[1]:/[%p]/.test(b)?d:"",w=m[b],L=/[defgprs%]/.test(b);function O(t){var r,o,d,u=x,m=M;if("c"===b)m=w(t)+m,t="";else{var O=(t=+t)<0;if(t=w(Math.abs(t),_),v&&(t=h(t)),O&&0==+t&&(O=!1),u=(O?"("===a?a:"-":"-"===a||"("===a?"":a)+u,m=("s"===b?g[8+c/3]:"")+m+(O&&"("===a?")":""),L)for(r=-1,o=t.length;++r(d=t.charCodeAt(r))||d>57){m=(46===d?s+t.slice(r+1):t.slice(r))+m,t=t.slice(0,r);break}}y&&!p&&(t=i(t,1/0));var k=u.length+t.length+m.length,j=k>1)+u+t+m+j.slice(k);break;default:t=j+u+t+m}return l(t)}return _=null==_?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,_)):Math.max(0,Math.min(20,_)),O.toString=function(){return t+""},O}return{format:u,formatPrefix:function(t,e){var n=u(((t=o(t)).type="f",t)),i=3*Math.max(-8,Math.min(8,Math.floor(a(e)/3))),r=Math.pow(10,-i),s=g[8+i/3];return function(t){return n(r*t)+s}}}};function _(t){return l=y(t),d=l.format,u=l.formatPrefix,l}_({decimal:".",thousands:",",grouping:[3],currency:["$",""]});var v=function(t){return Math.max(0,-a(Math.abs(t)))},b=function(t,e){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(a(e)/3)))-a(Math.abs(t)))},x=function(t,e){return t=Math.abs(t),e=Math.abs(e)-t,Math.max(0,a(e)-a(t))+1};n.d(e,"formatDefaultLocale",function(){return _}),n.d(e,"format",function(){return d}),n.d(e,"formatPrefix",function(){return u}),n.d(e,"formatLocale",function(){return y}),n.d(e,"formatSpecifier",function(){return o}),n.d(e,"precisionFixed",function(){return v}),n.d(e,"precisionPrefix",function(){return b}),n.d(e,"precisionRound",function(){return x})},raLr:function(t,e,n){!function(t){"use strict";function e(t,e,n){var i,a;return"m"===n?e?"\u0445\u0432\u0438\u043b\u0438\u043d\u0430":"\u0445\u0432\u0438\u043b\u0438\u043d\u0443":"h"===n?e?"\u0433\u043e\u0434\u0438\u043d\u0430":"\u0433\u043e\u0434\u0438\u043d\u0443":t+" "+(i=+t,a={ss:e?"\u0441\u0435\u043a\u0443\u043d\u0434\u0430_\u0441\u0435\u043a\u0443\u043d\u0434\u0438_\u0441\u0435\u043a\u0443\u043d\u0434":"\u0441\u0435\u043a\u0443\u043d\u0434\u0443_\u0441\u0435\u043a\u0443\u043d\u0434\u0438_\u0441\u0435\u043a\u0443\u043d\u0434",mm:e?"\u0445\u0432\u0438\u043b\u0438\u043d\u0430_\u0445\u0432\u0438\u043b\u0438\u043d\u0438_\u0445\u0432\u0438\u043b\u0438\u043d":"\u0445\u0432\u0438\u043b\u0438\u043d\u0443_\u0445\u0432\u0438\u043b\u0438\u043d\u0438_\u0445\u0432\u0438\u043b\u0438\u043d",hh:e?"\u0433\u043e\u0434\u0438\u043d\u0430_\u0433\u043e\u0434\u0438\u043d\u0438_\u0433\u043e\u0434\u0438\u043d":"\u0433\u043e\u0434\u0438\u043d\u0443_\u0433\u043e\u0434\u0438\u043d\u0438_\u0433\u043e\u0434\u0438\u043d",dd:"\u0434\u0435\u043d\u044c_\u0434\u043d\u0456_\u0434\u043d\u0456\u0432",MM:"\u043c\u0456\u0441\u044f\u0446\u044c_\u043c\u0456\u0441\u044f\u0446\u0456_\u043c\u0456\u0441\u044f\u0446\u0456\u0432",yy:"\u0440\u0456\u043a_\u0440\u043e\u043a\u0438_\u0440\u043e\u043a\u0456\u0432"}[n].split("_"),i%10==1&&i%100!=11?a[0]:i%10>=2&&i%10<=4&&(i%100<10||i%100>=20)?a[1]:a[2])}function n(t){return function(){return t+"\u043e"+(11===this.hours()?"\u0431":"")+"] LT"}}t.defineLocale("uk",{months:{format:"\u0441\u0456\u0447\u043d\u044f_\u043b\u044e\u0442\u043e\u0433\u043e_\u0431\u0435\u0440\u0435\u0437\u043d\u044f_\u043a\u0432\u0456\u0442\u043d\u044f_\u0442\u0440\u0430\u0432\u043d\u044f_\u0447\u0435\u0440\u0432\u043d\u044f_\u043b\u0438\u043f\u043d\u044f_\u0441\u0435\u0440\u043f\u043d\u044f_\u0432\u0435\u0440\u0435\u0441\u043d\u044f_\u0436\u043e\u0432\u0442\u043d\u044f_\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430_\u0433\u0440\u0443\u0434\u043d\u044f".split("_"),standalone:"\u0441\u0456\u0447\u0435\u043d\u044c_\u043b\u044e\u0442\u0438\u0439_\u0431\u0435\u0440\u0435\u0437\u0435\u043d\u044c_\u043a\u0432\u0456\u0442\u0435\u043d\u044c_\u0442\u0440\u0430\u0432\u0435\u043d\u044c_\u0447\u0435\u0440\u0432\u0435\u043d\u044c_\u043b\u0438\u043f\u0435\u043d\u044c_\u0441\u0435\u0440\u043f\u0435\u043d\u044c_\u0432\u0435\u0440\u0435\u0441\u0435\u043d\u044c_\u0436\u043e\u0432\u0442\u0435\u043d\u044c_\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434_\u0433\u0440\u0443\u0434\u0435\u043d\u044c".split("_")},monthsShort:"\u0441\u0456\u0447_\u043b\u044e\u0442_\u0431\u0435\u0440_\u043a\u0432\u0456\u0442_\u0442\u0440\u0430\u0432_\u0447\u0435\u0440\u0432_\u043b\u0438\u043f_\u0441\u0435\u0440\u043f_\u0432\u0435\u0440_\u0436\u043e\u0432\u0442_\u043b\u0438\u0441\u0442_\u0433\u0440\u0443\u0434".split("_"),weekdays:function(t,e){var n={nominative:"\u043d\u0435\u0434\u0456\u043b\u044f_\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a_\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a_\u0441\u0435\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0435\u0440_\u043f\u2019\u044f\u0442\u043d\u0438\u0446\u044f_\u0441\u0443\u0431\u043e\u0442\u0430".split("_"),accusative:"\u043d\u0435\u0434\u0456\u043b\u044e_\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a_\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a_\u0441\u0435\u0440\u0435\u0434\u0443_\u0447\u0435\u0442\u0432\u0435\u0440_\u043f\u2019\u044f\u0442\u043d\u0438\u0446\u044e_\u0441\u0443\u0431\u043e\u0442\u0443".split("_"),genitive:"\u043d\u0435\u0434\u0456\u043b\u0456_\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043a\u0430_\u0432\u0456\u0432\u0442\u043e\u0440\u043a\u0430_\u0441\u0435\u0440\u0435\u0434\u0438_\u0447\u0435\u0442\u0432\u0435\u0440\u0433\u0430_\u043f\u2019\u044f\u0442\u043d\u0438\u0446\u0456_\u0441\u0443\u0431\u043e\u0442\u0438".split("_")};return t?n[/(\[[\u0412\u0432\u0423\u0443]\]) ?dddd/.test(e)?"accusative":/\[?(?:\u043c\u0438\u043d\u0443\u043b\u043e\u0457|\u043d\u0430\u0441\u0442\u0443\u043f\u043d\u043e\u0457)? ?\] ?dddd/.test(e)?"genitive":"nominative"][t.day()]:n.nominative},weekdaysShort:"\u043d\u0434_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),weekdaysMin:"\u043d\u0434_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0440.",LLL:"D MMMM YYYY \u0440., HH:mm",LLLL:"dddd, D MMMM YYYY \u0440., HH:mm"},calendar:{sameDay:n("[\u0421\u044c\u043e\u0433\u043e\u0434\u043d\u0456 "),nextDay:n("[\u0417\u0430\u0432\u0442\u0440\u0430 "),lastDay:n("[\u0412\u0447\u043e\u0440\u0430 "),nextWeek:n("[\u0423] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return n("[\u041c\u0438\u043d\u0443\u043b\u043e\u0457] dddd [").call(this);case 1:case 2:case 4:return n("[\u041c\u0438\u043d\u0443\u043b\u043e\u0433\u043e] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"\u0437\u0430 %s",past:"%s \u0442\u043e\u043c\u0443",s:"\u0434\u0435\u043a\u0456\u043b\u044c\u043a\u0430 \u0441\u0435\u043a\u0443\u043d\u0434",ss:e,m:e,mm:e,h:"\u0433\u043e\u0434\u0438\u043d\u0443",hh:e,d:"\u0434\u0435\u043d\u044c",dd:e,M:"\u043c\u0456\u0441\u044f\u0446\u044c",MM:e,y:"\u0440\u0456\u043a",yy:e},meridiemParse:/\u043d\u043e\u0447\u0456|\u0440\u0430\u043d\u043a\u0443|\u0434\u043d\u044f|\u0432\u0435\u0447\u043e\u0440\u0430/,isPM:function(t){return/^(\u0434\u043d\u044f|\u0432\u0435\u0447\u043e\u0440\u0430)$/.test(t)},meridiem:function(t,e,n){return t<4?"\u043d\u043e\u0447\u0456":t<12?"\u0440\u0430\u043d\u043a\u0443":t<17?"\u0434\u043d\u044f":"\u0432\u0435\u0447\u043e\u0440\u0430"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0439|\u0433\u043e)/,ordinal:function(t,e){switch(e){case"M":case"d":case"DDD":case"w":case"W":return t+"-\u0439";case"D":return t+"-\u0433\u043e";default:return t}},week:{dow:1,doy:7}})}(n("wd/R"))},"s+uk":function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[t+" Tage",t+" Tagen"],M:["ein Monat","einem Monat"],MM:[t+" Monate",t+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[t+" Jahre",t+" Jahren"]};return e?a[n][0]:a[n][1]}t.defineLocale("de-at",{months:"J\xe4nner_Februar_M\xe4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"J\xe4n._Feb._M\xe4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:e,mm:"%d Minuten",h:e,hh:"%d Stunden",d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},sp3z:function(t,e,n){!function(t){"use strict";t.defineLocale("lo",{months:"\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99_\u0e81\u0eb8\u0ea1\u0e9e\u0eb2_\u0ea1\u0eb5\u0e99\u0eb2_\u0ec0\u0ea1\u0eaa\u0eb2_\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2_\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2_\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94_\u0eaa\u0eb4\u0e87\u0eab\u0eb2_\u0e81\u0eb1\u0e99\u0e8d\u0eb2_\u0e95\u0eb8\u0ea5\u0eb2_\u0e9e\u0eb0\u0e88\u0eb4\u0e81_\u0e97\u0eb1\u0e99\u0ea7\u0eb2".split("_"),monthsShort:"\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99_\u0e81\u0eb8\u0ea1\u0e9e\u0eb2_\u0ea1\u0eb5\u0e99\u0eb2_\u0ec0\u0ea1\u0eaa\u0eb2_\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2_\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2_\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94_\u0eaa\u0eb4\u0e87\u0eab\u0eb2_\u0e81\u0eb1\u0e99\u0e8d\u0eb2_\u0e95\u0eb8\u0ea5\u0eb2_\u0e9e\u0eb0\u0e88\u0eb4\u0e81_\u0e97\u0eb1\u0e99\u0ea7\u0eb2".split("_"),weekdays:"\u0ead\u0eb2\u0e97\u0eb4\u0e94_\u0e88\u0eb1\u0e99_\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99_\u0e9e\u0eb8\u0e94_\u0e9e\u0eb0\u0eab\u0eb1\u0e94_\u0eaa\u0eb8\u0e81_\u0ec0\u0eaa\u0ebb\u0eb2".split("_"),weekdaysShort:"\u0e97\u0eb4\u0e94_\u0e88\u0eb1\u0e99_\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99_\u0e9e\u0eb8\u0e94_\u0e9e\u0eb0\u0eab\u0eb1\u0e94_\u0eaa\u0eb8\u0e81_\u0ec0\u0eaa\u0ebb\u0eb2".split("_"),weekdaysMin:"\u0e97_\u0e88_\u0ead\u0e84_\u0e9e_\u0e9e\u0eab_\u0eaa\u0e81_\u0eaa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"\u0ea7\u0eb1\u0e99dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0e95\u0ead\u0e99\u0ec0\u0e8a\u0ebb\u0ec9\u0eb2|\u0e95\u0ead\u0e99\u0ec1\u0ea5\u0e87/,isPM:function(t){return"\u0e95\u0ead\u0e99\u0ec1\u0ea5\u0e87"===t},meridiem:function(t,e,n){return t<12?"\u0e95\u0ead\u0e99\u0ec0\u0e8a\u0ebb\u0ec9\u0eb2":"\u0e95\u0ead\u0e99\u0ec1\u0ea5\u0e87"},calendar:{sameDay:"[\u0ea1\u0eb7\u0ec9\u0e99\u0eb5\u0ec9\u0ec0\u0ea7\u0ea5\u0eb2] LT",nextDay:"[\u0ea1\u0eb7\u0ec9\u0ead\u0eb7\u0ec8\u0e99\u0ec0\u0ea7\u0ea5\u0eb2] LT",nextWeek:"[\u0ea7\u0eb1\u0e99]dddd[\u0edc\u0ec9\u0eb2\u0ec0\u0ea7\u0ea5\u0eb2] LT",lastDay:"[\u0ea1\u0eb7\u0ec9\u0ea7\u0eb2\u0e99\u0e99\u0eb5\u0ec9\u0ec0\u0ea7\u0ea5\u0eb2] LT",lastWeek:"[\u0ea7\u0eb1\u0e99]dddd[\u0ec1\u0ea5\u0ec9\u0ea7\u0e99\u0eb5\u0ec9\u0ec0\u0ea7\u0ea5\u0eb2] LT",sameElse:"L"},relativeTime:{future:"\u0ead\u0eb5\u0e81 %s",past:"%s\u0e9c\u0ec8\u0eb2\u0e99\u0ea1\u0eb2",s:"\u0e9a\u0ecd\u0ec8\u0ec0\u0e97\u0ebb\u0ec8\u0eb2\u0ec3\u0e94\u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5",ss:"%d \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5",m:"1 \u0e99\u0eb2\u0e97\u0eb5",mm:"%d \u0e99\u0eb2\u0e97\u0eb5",h:"1 \u0e8a\u0ebb\u0ec8\u0ea7\u0ec2\u0ea1\u0e87",hh:"%d \u0e8a\u0ebb\u0ec8\u0ea7\u0ec2\u0ea1\u0e87",d:"1 \u0ea1\u0eb7\u0ec9",dd:"%d \u0ea1\u0eb7\u0ec9",M:"1 \u0ec0\u0e94\u0eb7\u0ead\u0e99",MM:"%d \u0ec0\u0e94\u0eb7\u0ead\u0e99",y:"1 \u0e9b\u0eb5",yy:"%d \u0e9b\u0eb5"},dayOfMonthOrdinalParse:/(\u0e97\u0eb5\u0ec8)\d{1,2}/,ordinal:function(t){return"\u0e97\u0eb5\u0ec8"+t}})}(n("wd/R"))},t1N5:function(t,e){function n(t){var e,n,i=t[0]/255,a=t[1]/255,r=t[2]/255,o=Math.min(i,a,r),s=Math.max(i,a,r),c=s-o;return s==o?e=0:i==s?e=(a-r)/c:a==s?e=2+(r-i)/c:r==s&&(e=4+(i-a)/c),(e=Math.min(60*e,360))<0&&(e+=360),n=(o+s)/2,[e,100*(s==o?0:n<=.5?c/(s+o):c/(2-s-o)),100*n]}function i(t){var e,n,i=t[0],a=t[1],r=t[2],o=Math.min(i,a,r),s=Math.max(i,a,r),c=s-o;return n=0==s?0:c/s*1e3/10,s==o?e=0:i==s?e=(a-r)/c:a==s?e=2+(r-i)/c:r==s&&(e=4+(i-a)/c),(e=Math.min(60*e,360))<0&&(e+=360),[e,n,s/255*1e3/10]}function a(t){var e=t[0],i=t[1],a=t[2];return[n(t)[0],1/255*Math.min(e,Math.min(i,a))*100,100*(a=1-1/255*Math.max(e,Math.max(i,a)))]}function o(t){var e,n=t[0]/255,i=t[1]/255,a=t[2]/255;return[100*((1-n-(e=Math.min(1-n,1-i,1-a)))/(1-e)||0),100*((1-i-e)/(1-e)||0),100*((1-a-e)/(1-e)||0),100*e]}function s(t){return L[JSON.stringify(t)]}function c(t){var e=t[0]/255,n=t[1]/255,i=t[2]/255;return[100*(.4124*(e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92)+.3576*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)+.1805*(i=i>.04045?Math.pow((i+.055)/1.055,2.4):i/12.92)),100*(.2126*e+.7152*n+.0722*i),100*(.0193*e+.1192*n+.9505*i)]}function l(t){var e=c(t),n=e[0],i=e[1],a=e[2];return i/=100,a/=108.883,n=(n/=95.047)>.008856?Math.pow(n,1/3):7.787*n+16/116,[116*(i=i>.008856?Math.pow(i,1/3):7.787*i+16/116)-16,500*(n-i),200*(i-(a=a>.008856?Math.pow(a,1/3):7.787*a+16/116))]}function d(t){var e,n,i,a,r,o=t[0]/360,s=t[1]/100,c=t[2]/100;if(0==s)return[r=255*c,r,r];e=2*c-(n=c<.5?c*(1+s):c+s-c*s),a=[0,0,0];for(var l=0;l<3;l++)(i=o+1/3*-(l-1))<0&&i++,i>1&&i--,a[l]=255*(r=6*i<1?e+6*(n-e)*i:2*i<1?n:3*i<2?e+(n-e)*(2/3-i)*6:e);return a}function u(t){var e=t[0]/60,n=t[1]/100,i=t[2]/100,a=Math.floor(e)%6,r=e-Math.floor(e),o=255*i*(1-n),s=255*i*(1-n*r),c=255*i*(1-n*(1-r));switch(i*=255,a){case 0:return[i,c,o];case 1:return[s,i,o];case 2:return[o,i,c];case 3:return[o,s,i];case 4:return[c,o,i];case 5:return[i,o,s]}}function h(t){var e,n,i,a,o=t[0]/360,s=t[1]/100,c=t[2]/100,l=s+c;switch(l>1&&(s/=l,c/=l),n=1-c,i=6*o-(e=Math.floor(6*o)),0!=(1&e)&&(i=1-i),a=s+i*(n-s),e){default:case 6:case 0:r=n,g=a,b=s;break;case 1:r=a,g=n,b=s;break;case 2:r=s,g=n,b=a;break;case 3:r=s,g=a,b=n;break;case 4:r=a,g=s,b=n;break;case 5:r=n,g=s,b=a}return[255*r,255*g,255*b]}function p(t){var e=t[1]/100,n=t[2]/100,i=t[3]/100;return[255*(1-Math.min(1,t[0]/100*(1-i)+i)),255*(1-Math.min(1,e*(1-i)+i)),255*(1-Math.min(1,n*(1-i)+i))]}function m(t){var e,n,i,a=t[0]/100,r=t[1]/100,o=t[2]/100;return n=-.9689*a+1.8758*r+.0415*o,i=.0557*a+-.204*r+1.057*o,e=(e=3.2406*a+-1.5372*r+-.4986*o)>.0031308?1.055*Math.pow(e,1/2.4)-.055:e*=12.92,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:n*=12.92,i=i>.0031308?1.055*Math.pow(i,1/2.4)-.055:i*=12.92,[255*(e=Math.min(Math.max(0,e),1)),255*(n=Math.min(Math.max(0,n),1)),255*(i=Math.min(Math.max(0,i),1))]}function f(t){var e=t[0],n=t[1],i=t[2];return n/=100,i/=108.883,e=(e/=95.047)>.008856?Math.pow(e,1/3):7.787*e+16/116,[116*(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116)-16,500*(e-n),200*(n-(i=i>.008856?Math.pow(i,1/3):7.787*i+16/116))]}function y(t){var e,n,i,a,r=t[0],o=t[1],s=t[2];return r<=8?a=(n=100*r/903.3)/100*7.787+16/116:(n=100*Math.pow((r+16)/116,3),a=Math.pow(n/100,1/3)),[e=e/95.047<=.008856?e=95.047*(o/500+a-16/116)/7.787:95.047*Math.pow(o/500+a,3),n,i=i/108.883<=.008859?i=108.883*(a-s/200-16/116)/7.787:108.883*Math.pow(a-s/200,3)]}function _(t){var e,n=t[0],i=t[1],a=t[2];return(e=360*Math.atan2(a,i)/2/Math.PI)<0&&(e+=360),[n,Math.sqrt(i*i+a*a),e]}function v(t){return m(y(t))}function x(t){var e,n=t[1];return e=t[2]/360*2*Math.PI,[t[0],n*Math.cos(e),n*Math.sin(e)]}function M(t){return w[t]}t.exports={rgb2hsl:n,rgb2hsv:i,rgb2hwb:a,rgb2cmyk:o,rgb2keyword:s,rgb2xyz:c,rgb2lab:l,rgb2lch:function(t){return _(l(t))},hsl2rgb:d,hsl2hsv:function(t){var e=t[1]/100,n=t[2]/100;return 0===n?[0,0,0]:[t[0],2*(e*=(n*=2)<=1?n:2-n)/(n+e)*100,(n+e)/2*100]},hsl2hwb:function(t){return a(d(t))},hsl2cmyk:function(t){return o(d(t))},hsl2keyword:function(t){return s(d(t))},hsv2rgb:u,hsv2hsl:function(t){var e,n,i=t[1]/100,a=t[2]/100;return e=i*a,[t[0],100*(e=(e/=(n=(2-i)*a)<=1?n:2-n)||0),100*(n/=2)]},hsv2hwb:function(t){return a(u(t))},hsv2cmyk:function(t){return o(u(t))},hsv2keyword:function(t){return s(u(t))},hwb2rgb:h,hwb2hsl:function(t){return n(h(t))},hwb2hsv:function(t){return i(h(t))},hwb2cmyk:function(t){return o(h(t))},hwb2keyword:function(t){return s(h(t))},cmyk2rgb:p,cmyk2hsl:function(t){return n(p(t))},cmyk2hsv:function(t){return i(p(t))},cmyk2hwb:function(t){return a(p(t))},cmyk2keyword:function(t){return s(p(t))},keyword2rgb:M,keyword2hsl:function(t){return n(M(t))},keyword2hsv:function(t){return i(M(t))},keyword2hwb:function(t){return a(M(t))},keyword2cmyk:function(t){return o(M(t))},keyword2lab:function(t){return l(M(t))},keyword2xyz:function(t){return c(M(t))},xyz2rgb:m,xyz2lab:f,xyz2lch:function(t){return _(f(t))},lab2xyz:y,lab2rgb:v,lab2lch:_,lch2lab:x,lch2xyz:function(t){return y(x(t))},lch2rgb:function(t){return v(x(t))}};var w={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},L={};for(var O in w)L[JSON.stringify(w[O])]=O},tGlX:function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[t+" Tage",t+" Tagen"],M:["ein Monat","einem Monat"],MM:[t+" Monate",t+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[t+" Jahre",t+" Jahren"]};return e?a[n][0]:a[n][1]}t.defineLocale("de",{months:"Januar_Februar_M\xe4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._M\xe4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:e,mm:"%d Minuten",h:e,hh:"%d Stunden",d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},tT3J:function(t,e,n){!function(t){"use strict";t.defineLocale("tzm-latn",{months:"innayr_br\u02e4ayr\u02e4_mar\u02e4s\u02e4_ibrir_mayyw_ywnyw_ywlywz_\u0263w\u0161t_\u0161wtanbir_kt\u02e4wbr\u02e4_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_br\u02e4ayr\u02e4_mar\u02e4s\u02e4_ibrir_mayyw_ywnyw_ywlywz_\u0263w\u0161t_\u0161wtanbir_kt\u02e4wbr\u02e4_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asi\u1e0dyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asi\u1e0dyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asi\u1e0dyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minu\u1e0d",mm:"%d minu\u1e0d",h:"sa\u025ba",hh:"%d tassa\u025bin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n("wd/R"))},tUCv:function(t,e,n){!function(t){"use strict";t.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(t,e){return 12===t&&(t=0),"enjing"===e?t:"siyang"===e?t>=11?t:t+12:"sonten"===e||"ndalu"===e?t+12:void 0},meridiem:function(t,e,n){return t<11?"enjing":t<15?"siyang":t<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n("wd/R"))},ta7q:function(t,e,n){"use strict";var i,a,r=0,o=0,s=0,c=1e3,l=0,d=0,u=0,h="object"==typeof performance&&performance.now?performance:Date,p="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function m(){return d||(p(f),d=h.now()+u)}function f(){d=0}function g(){this._call=this._time=this._next=null}function y(t,e,n){var i=new g;return i.restart(t,e,n),i}function _(){m(),++r;for(var t,e=i;e;)(t=d-e._time)>=0&&e._call.call(null,t),e=e._next;--r}function v(){d=(l=h.now())+u,r=o=0;try{_()}finally{r=0,function(){for(var t,e,n=i,r=1/0;n;)n._call?(r>n._time&&(r=n._time),t=n,n=n._next):(e=n._next,n._next=null,n=t?t._next=e:i=e);a=t,x(r)}(),d=0}}function b(){var t=h.now(),e=t-l;e>c&&(u-=e,l=t)}function x(t){r||(o&&(o=clearTimeout(o)),t-d>24?(t<1/0&&(o=setTimeout(v,t-h.now()-u)),s&&(s=clearInterval(s))):(s||(l=h.now(),s=setInterval(b,c)),r=1,p(v)))}g.prototype=y.prototype={constructor:g,restart:function(t,e,n){if("function"!=typeof t)throw new TypeError("callback is not a function");n=(null==n?m():+n)+(null==e?0:+e),this._next||a===this||(a?a._next=this:i=this,a=this),this._call=t,this._time=n,x()},stop:function(){this._call&&(this._call=null,this._time=1/0,x())}};var M=function(t,e,n){var i=new g;return i.restart(function(n){i.stop(),t(n+e)},e=null==e?0:+e,n),i},w=function(t,e,n){var i=new g,a=e;return null==e?(i.restart(t,e,n),i):(e=+e,n=null==n?m():+n,i.restart(function r(o){o+=a,i.restart(r,a+=e,n),t(o)},e,n),i)};n.d(e,"a",function(){return m}),n.d(e,"c",function(){return y}),n.d(e,!1,function(){return _}),n.d(e,"b",function(){return M}),n.d(e,!1,function(){return w})},tgfz:function(t,e,n){"use strict";var i=new Date,a=new Date;function r(t,e,n,o){function s(e){return t(e=new Date(+e)),e}return s.floor=s,s.ceil=function(n){return t(n=new Date(n-1)),e(n,1),t(n),n},s.round=function(t){var e=s(t),n=s.ceil(t);return t-e0))return o;do{o.push(r=new Date(+n)),e(n,a),t(n)}while(r=e)for(;t(e),!n(e);)e.setTime(e-1)},function(t,i){if(t>=t)if(i<0)for(;++i<=0;)for(;e(t,-1),!n(t););else for(;--i>=0;)for(;e(t,1),!n(t););})},n&&(s.count=function(e,r){return i.setTime(+e),a.setTime(+r),t(i),t(a),Math.floor(n(i,a))},s.every=function(t){return t=Math.floor(t),isFinite(t)&&t>0?t>1?s.filter(o?function(e){return o(e)%t==0}:function(e){return s.count(0,e)%t==0}):s:null}),s}var o=r(function(){},function(t,e){t.setTime(+t+e)},function(t,e){return e-t});o.every=function(t){return t=Math.floor(t),isFinite(t)&&t>0?t>1?r(function(e){e.setTime(Math.floor(e/t)*t)},function(e,n){e.setTime(+e+n*t)},function(e,n){return(n-e)/t}):o:null};var s=o,c=o.range,l=6e4,d=6048e5,u=r(function(t){t.setTime(1e3*Math.floor(t/1e3))},function(t,e){t.setTime(+t+1e3*e)},function(t,e){return(e-t)/1e3},function(t){return t.getUTCSeconds()}),h=u,p=u.range,m=r(function(t){t.setTime(Math.floor(t/l)*l)},function(t,e){t.setTime(+t+e*l)},function(t,e){return(e-t)/l},function(t){return t.getMinutes()}),f=m,g=m.range,y=r(function(t){var e=t.getTimezoneOffset()*l%36e5;e<0&&(e+=36e5),t.setTime(36e5*Math.floor((+t-e)/36e5)+e)},function(t,e){t.setTime(+t+36e5*e)},function(t,e){return(e-t)/36e5},function(t){return t.getHours()}),_=y,v=y.range,b=r(function(t){t.setHours(0,0,0,0)},function(t,e){t.setDate(t.getDate()+e)},function(t,e){return(e-t-(e.getTimezoneOffset()-t.getTimezoneOffset())*l)/864e5},function(t){return t.getDate()-1}),x=b,M=b.range;function w(t){return r(function(e){e.setDate(e.getDate()-(e.getDay()+7-t)%7),e.setHours(0,0,0,0)},function(t,e){t.setDate(t.getDate()+7*e)},function(t,e){return(e-t-(e.getTimezoneOffset()-t.getTimezoneOffset())*l)/d})}var L=w(0),O=w(1),k=w(2),j=w(3),D=w(4),T=w(5),S=w(6),Y=L.range,A=O.range,C=k.range,I=j.range,E=D.range,P=T.range,R=S.range,H=r(function(t){t.setDate(1),t.setHours(0,0,0,0)},function(t,e){t.setMonth(t.getMonth()+e)},function(t,e){return e.getMonth()-t.getMonth()+12*(e.getFullYear()-t.getFullYear())},function(t){return t.getMonth()}),F=H,W=H.range,z=r(function(t){t.setMonth(0,1),t.setHours(0,0,0,0)},function(t,e){t.setFullYear(t.getFullYear()+e)},function(t,e){return e.getFullYear()-t.getFullYear()},function(t){return t.getFullYear()});z.every=function(t){return isFinite(t=Math.floor(t))&&t>0?r(function(e){e.setFullYear(Math.floor(e.getFullYear()/t)*t),e.setMonth(0,1),e.setHours(0,0,0,0)},function(e,n){e.setFullYear(e.getFullYear()+n*t)}):null};var N=z,B=z.range,V=r(function(t){t.setUTCSeconds(0,0)},function(t,e){t.setTime(+t+e*l)},function(t,e){return(e-t)/l},function(t){return t.getUTCMinutes()}),G=V,X=V.range,U=r(function(t){t.setUTCMinutes(0,0,0)},function(t,e){t.setTime(+t+36e5*e)},function(t,e){return(e-t)/36e5},function(t){return t.getUTCHours()}),$=U,J=U.range,q=r(function(t){t.setUTCHours(0,0,0,0)},function(t,e){t.setUTCDate(t.getUTCDate()+e)},function(t,e){return(e-t)/864e5},function(t){return t.getUTCDate()-1}),Z=q,K=q.range;function Q(t){return r(function(e){e.setUTCDate(e.getUTCDate()-(e.getUTCDay()+7-t)%7),e.setUTCHours(0,0,0,0)},function(t,e){t.setUTCDate(t.getUTCDate()+7*e)},function(t,e){return(e-t)/d})}var tt=Q(0),et=Q(1),nt=Q(2),it=Q(3),at=Q(4),rt=Q(5),ot=Q(6),st=tt.range,ct=et.range,lt=nt.range,dt=it.range,ut=at.range,ht=rt.range,pt=ot.range,mt=r(function(t){t.setUTCDate(1),t.setUTCHours(0,0,0,0)},function(t,e){t.setUTCMonth(t.getUTCMonth()+e)},function(t,e){return e.getUTCMonth()-t.getUTCMonth()+12*(e.getUTCFullYear()-t.getUTCFullYear())},function(t){return t.getUTCMonth()}),ft=mt,gt=mt.range,yt=r(function(t){t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},function(t,e){t.setUTCFullYear(t.getUTCFullYear()+e)},function(t,e){return e.getUTCFullYear()-t.getUTCFullYear()},function(t){return t.getUTCFullYear()});yt.every=function(t){return isFinite(t=Math.floor(t))&&t>0?r(function(e){e.setUTCFullYear(Math.floor(e.getUTCFullYear()/t)*t),e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},function(e,n){e.setUTCFullYear(e.getUTCFullYear()+n*t)}):null};var _t=yt,vt=yt.range;n.d(e,!1,function(){return r}),n.d(e,"c",function(){return s}),n.d(e,!1,function(){return c}),n.d(e,"n",function(){return s}),n.d(e,!1,function(){return c}),n.d(e,"g",function(){return h}),n.d(e,!1,function(){return p}),n.d(e,"r",function(){return h}),n.d(e,!1,function(){return p}),n.d(e,"d",function(){return f}),n.d(e,!1,function(){return g}),n.d(e,"b",function(){return _}),n.d(e,!1,function(){return v}),n.d(e,"a",function(){return x}),n.d(e,!1,function(){return M}),n.d(e,"j",function(){return L}),n.d(e,!1,function(){return Y}),n.d(e,"h",function(){return L}),n.d(e,!1,function(){return Y}),n.d(e,"e",function(){return O}),n.d(e,!1,function(){return A}),n.d(e,!1,function(){return k}),n.d(e,!1,function(){return C}),n.d(e,!1,function(){return j}),n.d(e,!1,function(){return I}),n.d(e,"i",function(){return D}),n.d(e,!1,function(){return E}),n.d(e,!1,function(){return T}),n.d(e,!1,function(){return P}),n.d(e,!1,function(){return S}),n.d(e,!1,function(){return R}),n.d(e,"f",function(){return F}),n.d(e,!1,function(){return W}),n.d(e,"k",function(){return N}),n.d(e,!1,function(){return B}),n.d(e,"o",function(){return G}),n.d(e,!1,function(){return X}),n.d(e,"m",function(){return $}),n.d(e,!1,function(){return J}),n.d(e,"l",function(){return Z}),n.d(e,!1,function(){return K}),n.d(e,"u",function(){return tt}),n.d(e,!1,function(){return st}),n.d(e,"s",function(){return tt}),n.d(e,!1,function(){return st}),n.d(e,"p",function(){return et}),n.d(e,!1,function(){return ct}),n.d(e,!1,function(){return nt}),n.d(e,!1,function(){return lt}),n.d(e,!1,function(){return it}),n.d(e,!1,function(){return dt}),n.d(e,"t",function(){return at}),n.d(e,!1,function(){return ut}),n.d(e,!1,function(){return rt}),n.d(e,!1,function(){return ht}),n.d(e,!1,function(){return ot}),n.d(e,!1,function(){return pt}),n.d(e,"q",function(){return ft}),n.d(e,!1,function(){return gt}),n.d(e,"v",function(){return _t}),n.d(e,!1,function(){return vt})},tjFV:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers;t.scaleService={constructors:{},defaults:{},registerScaleType:function(t,n,i){this.constructors[t]=n,this.defaults[t]=e.clone(i)},getScaleConstructor:function(t){return this.constructors.hasOwnProperty(t)?this.constructors[t]:void 0},getScaleDefaults:function(n){return this.defaults.hasOwnProperty(n)?e.scaleMerge(t.defaults.scale,this.defaults[n]):{}},updateScaleDefaults:function(t,n){var i=this.defaults;i.hasOwnProperty(t)&&(i[t]=e.extend(i[t],n))},addScalesToLayout:function(n){e.each(n.scales,function(e){e.fullWidth=e.options.fullWidth,e.position=e.options.position,e.weight=e.options.weight,t.layoutService.addBox(n,e)})}}}},u3GI:function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[t+" Tage",t+" Tagen"],M:["ein Monat","einem Monat"],MM:[t+" Monate",t+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[t+" Jahre",t+" Jahren"]};return e?a[n][0]:a[n][1]}t.defineLocale("de-ch",{months:"Januar_Februar_M\xe4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._M\xe4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:e,mm:"%d Minuten",h:e,hh:"%d Stunden",d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},uEye:function(t,e,n){!function(t){"use strict";t.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_m\xe5ndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_m\xe5n_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_m\xe5_ty_on_to_fr_l\xf8".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I g\xe5r klokka] LT",lastWeek:"[F\xf8reg\xe5ande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein m\xe5nad",MM:"%d m\xe5nader",y:"eit \xe5r",yy:"%d \xe5r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},"uP/6":function(t,e,n){"use strict";n.r(e);var i=n("CcnG"),a=function(){},r=n("pMnS"),o=n("Ip0R"),s=n("mrSG"),c=function(t){return t[t.top="top"]="top",t[t.bottom="bottom"]="bottom",t[t.left="left"]="left",t[t.right="right"]="right",t}({}),l=7;function d(t,e,n){return"top"===n?t.top-l:"bottom"===n?t.top+t.height-e.height+l:"center"===n?t.top+t.height/2-e.height/2:void 0}function u(t,e,n){return"left"===n?t.left-l:"right"===n?t.left+t.width-e.width+l:"center"===n?t.left+t.width/2-e.width/2:void 0}var h=function(){function t(){}return t.calculateVerticalAlignment=function(t,e,n){var i=d(t,e,n);return i+e.height>window.innerHeight&&(i=window.innerHeight-e.height),i},t.calculateVerticalCaret=function(t,e,n,i){var a;"top"===i&&(a=t.height/2-n.height/2+l),"bottom"===i&&(a=e.height-t.height/2-n.height/2-l),"center"===i&&(a=e.height/2-n.height/2);var r=d(t,e,i);return r+e.height>window.innerHeight&&(a+=r+e.height-window.innerHeight),a},t.calculateHorizontalAlignment=function(t,e,n){var i=u(t,e,n);return i+e.width>window.innerWidth&&(i=window.innerWidth-e.width),i},t.calculateHorizontalCaret=function(t,e,n,i){var a;"left"===i&&(a=t.width/2-n.width/2+l),"right"===i&&(a=e.width-t.width/2-n.width/2-l),"center"===i&&(a=e.width/2-n.width/2);var r=u(t,e,i);return r+e.width>window.innerWidth&&(a+=r+e.width-window.innerWidth),a},t.shouldFlip=function(t,e,n,i,a){var r=!1;return"right"===n&&u(t,e,i)+e.width+a>window.innerWidth&&(r=!0),"left"===n&&u(t,e,i)-a<0&&(r=!0),"top"===n&&t.top-e.height-a<0&&(r=!0),"bottom"===n&&d(t,e,i)+e.height+a>window.innerHeight&&(r=!0),r},t.positionCaret=function(e,n,i,a,r){var o=0,s=0;return e===c.right?(s=-7,o=t.calculateVerticalCaret(i,n,a,r)):e===c.left?(s=n.width,o=t.calculateVerticalCaret(i,n,a,r)):e===c.top?(o=n.height,s=t.calculateHorizontalCaret(i,n,a,r)):e===c.bottom&&(o=-7,s=t.calculateHorizontalCaret(i,n,a,r)),{top:o,left:s}},t.positionContent=function(e,n,i,a,r){var o=0,s=0;return e===c.right?(s=i.left+i.width+a,o=t.calculateVerticalAlignment(i,n,r)):e===c.left?(s=i.left-n.width-a,o=t.calculateVerticalAlignment(i,n,r)):e===c.top?(o=i.top-n.height-a,s=t.calculateHorizontalAlignment(i,n,r)):e===c.bottom&&(o=i.top+i.height+a,s=t.calculateHorizontalAlignment(i,n,r)),{top:o,left:s}},t.determinePlacement=function(e,n,i,a,r){if(t.shouldFlip(i,n,e,r,a)){if(e===c.right)return c.left;if(e===c.left)return c.right;if(e===c.top)return c.bottom;if(e===c.bottom)return c.top}return e},t}(),p=function(){function t(t,e){this.element=t,this.renderer=e}return Object.defineProperty(t.prototype,"cssClasses",{get:function(){var t="ngx-charts-tooltip-content";return t+=" position-"+this.placement,(t+=" type-"+this.type)+" "+this.cssClass},enumerable:!0,configurable:!0}),t.prototype.ngAfterViewInit=function(){setTimeout(this.position.bind(this))},t.prototype.position=function(){var t=this,e=this.element.nativeElement,n=this.host.nativeElement.getBoundingClientRect();if(n.height||n.width){var i=e.getBoundingClientRect();this.checkFlip(n,i),this.positionContent(e,n,i),this.showCaret&&this.positionCaret(n,i),setTimeout(function(){return t.renderer.setElementClass(e,"animate",!0)},1)}},t.prototype.positionContent=function(t,e,n){var i=h.positionContent(this.placement,n,e,this.spacing,this.alignment),a=i.left;this.renderer.setElementStyle(t,"top",i.top+"px"),this.renderer.setElementStyle(t,"left",a+"px")},t.prototype.positionCaret=function(t,e){var n=this.caretElm.nativeElement,i=n.getBoundingClientRect(),a=h.positionCaret(this.placement,e,t,i,this.alignment),r=a.left;this.renderer.setElementStyle(n,"top",a.top+"px"),this.renderer.setElementStyle(n,"left",r+"px")},t.prototype.checkFlip=function(t,e){this.placement=h.determinePlacement(this.placement,e,t,this.spacing,this.alignment)},t.prototype.onWindowResize=function(){this.position()},Object(s.__decorate)([Object(i.HostListener)("window:resize"),(100,function(t,e,n){return{configurable:!0,enumerable:n.enumerable,get:function(){return Object.defineProperty(this,e,{configurable:!0,enumerable:n.enumerable,value:function(t,e,n){var i,a,r;n=n||{};var o=null,s=0;function c(){s=!1===n.leading?0:+new Date,o=null,r=t.apply(i,a)}return function(){var e=+new Date;s||!1!==n.leading||(s=e);var l=100-(e-s);return i=this,a=arguments,l<=0?(clearTimeout(o),o=null,s=e,r=t.apply(i,a)):o||!1===n.trailing||(o=setTimeout(c,l)),r}}(n.value,0,void 0)}),this[e]}}}),Object(s.__metadata)("design:type",Function),Object(s.__metadata)("design:paramtypes",[]),Object(s.__metadata)("design:returntype",void 0)],t.prototype,"onWindowResize",null),t}(),m=i["\u0275crt"]({encapsulation:2,styles:[[".ngx-charts-tooltip-content{position:fixed;border-radius:3px;z-index:5000;display:block;font-weight:400;opacity:0;pointer-events:none!important}.ngx-charts-tooltip-content.type-popover{background:#fff;color:#060709;border:1px solid #72809b;box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);font-size:13px;padding:4px}.ngx-charts-tooltip-content.type-popover .tooltip-caret{position:absolute;z-index:5001;width:0;height:0}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-left{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-top{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-right{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-bottom{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff}.ngx-charts-tooltip-content.type-tooltip{color:#fff;background:rgba(0,0,0,.75);font-size:12px;padding:0 10px;text-align:center;pointer-events:auto}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-left{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-top{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-right{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-bottom{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content .tooltip-label{display:block;line-height:1em;padding:8px 5px 5px;font-size:1em}.ngx-charts-tooltip-content .tooltip-val{display:block;font-size:1.3em;line-height:1em;padding:0 5px 8px}.ngx-charts-tooltip-content .tooltip-caret{position:absolute;z-index:5001;width:0;height:0}.ngx-charts-tooltip-content.position-right{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.ngx-charts-tooltip-content.position-left{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.ngx-charts-tooltip-content.position-top{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.ngx-charts-tooltip-content.position-bottom{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.ngx-charts-tooltip-content.animate{opacity:1;transition:opacity .3s,transform .3s,-webkit-transform .3s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);pointer-events:auto}.area-tooltip-container{padding:5px 0;pointer-events:none}.tooltip-item{text-align:left;line-height:1.2em;padding:5px 0}.tooltip-item .tooltip-item-color{display:inline-block;height:12px;width:12px;margin-right:5px;color:#5b646b;border-radius:3px}"]],data:{}});function f(t){return i["\u0275vid"](0,[(t()(),i["\u0275and"](0,null,null,0))],null,null)}function g(t){return i["\u0275vid"](0,[(t()(),i["\u0275eld"](0,0,null,null,3,"span",[],null,null,null,null,null)),(t()(),i["\u0275and"](16777216,null,null,2,null,f)),i["\u0275did"](2,540672,null,0,o.NgTemplateOutlet,[i.ViewContainerRef],{ngTemplateOutletContext:[0,"ngTemplateOutletContext"],ngTemplateOutlet:[1,"ngTemplateOutlet"]},null),i["\u0275pod"](3,{model:0})],function(t,e){var n=e.component;t(e,2,0,t(e,3,0,n.context),n.template)},null)}function y(t){return i["\u0275vid"](0,[(t()(),i["\u0275eld"](0,0,null,null,0,"span",[],[[8,"innerHTML",1]],null,null,null,null))],null,function(t,e){t(e,0,0,e.component.title)})}function _(t){return i["\u0275vid"](0,[i["\u0275qud"](402653184,1,{caretElm:0}),(t()(),i["\u0275eld"](1,0,null,null,6,"div",[],null,null,null,null,null)),(t()(),i["\u0275eld"](2,0,[[1,0],["caretElm",1]],null,0,"span",[],[[8,"hidden",0],[8,"className",0]],null,null,null,null)),(t()(),i["\u0275eld"](3,0,null,null,4,"div",[["class","tooltip-content"]],null,null,null,null,null)),(t()(),i["\u0275and"](16777216,null,null,1,null,g)),i["\u0275did"](5,16384,null,0,o.NgIf,[i.ViewContainerRef,i.TemplateRef],{ngIf:[0,"ngIf"]},null),(t()(),i["\u0275and"](16777216,null,null,1,null,y)),i["\u0275did"](7,16384,null,0,o.NgIf,[i.ViewContainerRef,i.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(t,e){var n=e.component;t(e,5,0,!n.title),t(e,7,0,n.title)},function(t,e){var n=e.component;t(e,2,0,!n.showCaret,i["\u0275inlineInterpolate"](1,"tooltip-caret position-",n.placement,""))})}var v=i["\u0275ccf"]("ngx-tooltip-content",p,function(t){return i["\u0275vid"](0,[(t()(),i["\u0275eld"](0,0,null,null,1,"ngx-tooltip-content",[],[[8,"className",0]],[["window","resize"]],function(t,e,n){var a=!0;return"window:resize"===e&&(a=!1!==i["\u0275nov"](t,1).onWindowResize()&&a),a},_,m)),i["\u0275did"](1,4243456,null,0,p,[i.ElementRef,i.Renderer],null,null)],null,function(t,e){t(e,0,0,i["\u0275nov"](e,1).cssClasses)})},{host:"host",showCaret:"showCaret",type:"type",placement:"placement",alignment:"alignment",spacing:"spacing",cssClass:"cssClass",title:"title",template:"template",context:"context"},{},[]),b=function(){},x=i["\u0275crt"]({encapsulation:0,styles:[[".profile[_ngcontent-%COMP%]{position:relative;width:100%;height:100%;background:rgba(255,255,255,.25);border-radius:2px;overflow:hidden;box-shadow:0 0 20px rgba(115,7,16,.2)}.profile.pre-enter[_ngcontent-%COMP%]{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:scaleY(0);transform:scaleY(0)}.profile.pre-enter[_ngcontent-%COMP%] .avatar[_ngcontent-%COMP%]{-webkit-transform-origin:center top;transform-origin:center top;-webkit-transform:scaleY(0);transform:scaleY(0)}.profile.pre-enter[_ngcontent-%COMP%] a.follow[_ngcontent-%COMP%], .profile.pre-enter[_ngcontent-%COMP%] a.link[_ngcontent-%COMP%], .profile.pre-enter[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .profile.pre-enter[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{opacity:0;-webkit-transform:translateY(300px);transform:translateY(300px)}.profile.on-enter[_ngcontent-%COMP%]{-webkit-animation:1s ease-out forwards scaleYIn;animation:1s ease-out forwards scaleYIn}.profile.on-enter[_ngcontent-%COMP%] .avatar[_ngcontent-%COMP%]{-webkit-animation:750ms ease-out 1s forwards scaleYIn-small;animation:750ms ease-out 1s forwards scaleYIn-small}.profile.on-enter[_ngcontent-%COMP%] a.follow[_ngcontent-%COMP%], .profile.on-enter[_ngcontent-%COMP%] a.link[_ngcontent-%COMP%], .profile.on-enter[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .profile.on-enter[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{opacity:1;-webkit-animation:1s ease-out forwards slideInUp;animation:1s ease-out forwards slideInUp}.profile.on-enter[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{-webkit-animation-delay:1.05s;animation-delay:1.05s}.profile.on-enter[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{-webkit-animation-delay:1.1s;animation-delay:1.1s}.profile.on-enter[_ngcontent-%COMP%] a.follow[_ngcontent-%COMP%]{-webkit-animation-delay:1.25s;animation-delay:1.25s}.profile.on-enter[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:nth-child(1) a.link[_ngcontent-%COMP%]{-webkit-animation-delay:1.3s;animation-delay:1.3s}.profile.on-enter[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:nth-child(2) a.link[_ngcontent-%COMP%]{-webkit-animation-delay:1.35s;animation-delay:1.35s}.profile.on-enter[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:nth-child(3) a.link[_ngcontent-%COMP%]{-webkit-animation-delay:1.4s;animation-delay:1.4s}.background[_ngcontent-%COMP%]{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;border-radius:2px}.avatar[_ngcontent-%COMP%], .info[_ngcontent-%COMP%]{width:100%;height:50%}.avatar[_ngcontent-%COMP%]{background:url(1.9caa1ceb6248f6b0254b.jpg) center center/cover no-repeat;-webkit-clip-path:polygon(0 0,100% 0,100% 75%,0 100%);clip-path:polygon(0 0,100% 0,100% 75%,0 100%)}.prof-list[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{display:inline-block;list-style:none}.info[_ngcontent-%COMP%]{display:flex;flex-flow:row wrap;align-items:center;align-content:center;justify-content:center;position:relative;text-align:center}.info[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{padding:12px 12px 0;width:100%;font-size:24px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.info[_ngcontent-%COMP%] a.follow[_ngcontent-%COMP%], .info[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{display:block;border-radius:2px;padding:6px;color:#fff;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.info[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{background:#f5515f;background:linear-gradient(135deg,#f5825f 0,#f5005f 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5825f', endColorstr='#f5005f', GradientType=1)}.info[_ngcontent-%COMP%] a.follow[_ngcontent-%COMP%]{margin-left:12px;background:#05abe0;background:linear-gradient(135deg,#05c8e0 0,#057fe0 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c8e0', endColorstr='#057fe0', GradientType=1)}.info[_ngcontent-%COMP%] a.follow[_ngcontent-%COMP%]:focus, .info[_ngcontent-%COMP%] a.follow[_ngcontent-%COMP%]:hover{background:#05c8e0;background:linear-gradient(135deg,#1ee2fa 0,#1e99fa 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten(#05c8e0, 10%)', endColorstr='lighten(#057fe0, 10%)', GradientType=1)}.info[_ngcontent-%COMP%] a.follow[_ngcontent-%COMP%]:active{background:#057fe0;background:linear-gradient(135deg,#04b2c7 0,#0471c7 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='darken(#05c8e0, 5%)', endColorstr='darken(#057fe0, 5%)', GradientType=1)}.info[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{display:flex;justify-content:center;padding:6px;width:100%}.info[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:6px}.info[_ngcontent-%COMP%] a.link[_ngcontent-%COMP%]{border-radius:100%;background:#05abe0;width:30px;height:30px;line-height:30px;display:block}a.link.portfolio[_ngcontent-%COMP%]{background:#f5c8bf;background:linear-gradient(135deg,#f5c8bf 0,#f58dbf 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c8bf', endColorstr='#f58dbf', GradientType=1);box-shadow:inset 0 0 10px rgba(245,141,191,.5)}a.link.portfolio[_ngcontent-%COMP%]:focus, a.link.portfolio[_ngcontent-%COMP%]:hover{background:#f8dbd5;background:linear-gradient(135deg,#f8dbd5 0,#f7a4cc 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten(#f5c8bf, 5%)', endColorstr='lighten(#f58dbf, 5%)', GradientType=1);box-shadow:inset 0 0 10px rgba(247,164,204,.5)}a.link.portfolio[_ngcontent-%COMP%]:active{background:#f2b5a9;background:linear-gradient(135deg,#f2b5a9 0,#f376b2 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='darken(#f5c8bf, 5%)', endColorstr='darken(#f58dbf, 5%)', GradientType=1);box-shadow:inset 0 0 10px rgba(243,118,178,.5)}a.link.codepen[_ngcontent-%COMP%]{background:#fcd000;background:linear-gradient(135deg,#fcd000 0,#fc9a00 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd000', endColorstr='#fc9a00', GradientType=1);box-shadow:inset 0 0 10px rgba(252,154,0,.5)}a.link.codepen[_ngcontent-%COMP%]:focus, a.link.codepen[_ngcontent-%COMP%]:hover{background:#ffd617;background:linear-gradient(135deg,#ffd617 0,#ffa517 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten(#fcd000, 5%)', endColorstr='lighten(#fc9a00, 5%)', GradientType=1);box-shadow:inset 0 0 10px rgba(255,165,23,.5)}a.link.codepen[_ngcontent-%COMP%]:active{background:#e3bb00;background:linear-gradient(135deg,#e3bb00 0,#e38a00 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='darken(#fcd000, 5%)', endColorstr='darken(#fc9a00, 5%)', GradientType=1);box-shadow:inset 0 0 10px rgba(227,138,0,.5)}a.link.github[_ngcontent-%COMP%]{background:#41adc4;background:linear-gradient(135deg,#41adc4 0,#4183c4 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41adc4', endColorstr='#4183c4', GradientType=1);box-shadow:inset 0 0 10px rgba(65,131,196,.5)}a.link.github[_ngcontent-%COMP%]:focus, a.link.github[_ngcontent-%COMP%]:hover{background:#54b5ca;background:linear-gradient(135deg,#54b5ca 0,#5490ca 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten(#41adc4, 5%)', endColorstr='lighten(#4183c4, 5%)', GradientType=1);box-shadow:inset 0 0 10px rgba(84,144,202,.5)}a.link.github[_ngcontent-%COMP%]:active{background:#389eb4;background:linear-gradient(135deg,#389eb4 0,#3876b4 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='darken(#41adc4, 5%)', endColorstr='darken(#4183c4, 5%)', GradientType=1);box-shadow:inset 0 0 10px rgba(56,118,180,.5)}@media only screen and (min-width:470px){.profile[_ngcontent-%COMP%]{display:flex}.profile.pre-enter[_ngcontent-%COMP%]{-webkit-transform:scaleX(0);transform:scaleX(0)}.profile.pre-enter[_ngcontent-%COMP%] .avatar[_ngcontent-%COMP%]{-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform:scaleX(0);transform:scaleX(0)}.profile.pre-enter[_ngcontent-%COMP%] a.follow[_ngcontent-%COMP%], .profile.pre-enter[_ngcontent-%COMP%] a.link[_ngcontent-%COMP%], .profile.pre-enter[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .profile.pre-enter[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{-webkit-transform:translateX(300px);transform:translateX(300px)}.profile.on-enter[_ngcontent-%COMP%]{-webkit-animation-name:scaleXIn;animation-name:scaleXIn}.profile.on-enter[_ngcontent-%COMP%] .avatar[_ngcontent-%COMP%]{-webkit-animation-name:scaleXIn-small;animation-name:scaleXIn-small}.profile.on-enter[_ngcontent-%COMP%] a.follow[_ngcontent-%COMP%], .profile.on-enter[_ngcontent-%COMP%] a.link[_ngcontent-%COMP%], .profile.on-enter[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .profile.on-enter[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}.background[_ngcontent-%COMP%]{mix-blend-mode:overlay}.avatar[_ngcontent-%COMP%], .info[_ngcontent-%COMP%]{width:50%;height:100%}.avatar[_ngcontent-%COMP%]{-webkit-clip-path:polygon(0 0,100% 0,75% 100%,0 100%);clip-path:polygon(0 0,100% 0,75% 100%,0 100%)}}@media only screen and (min-width:470px) and (min-height:600px){.profile[_ngcontent-%COMP%]{max-height:400px}}@-webkit-keyframes scaleXIn{0%{-webkit-transform:matrix3d(0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}4.7%{-webkit-transform:matrix3d(.45,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.45,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}9.41%{-webkit-transform:matrix3d(.883,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.883,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}14.11%{-webkit-transform:matrix3d(1.141,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.141,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}18.72%{-webkit-transform:matrix3d(1.212,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.212,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}24.32%{-webkit-transform:matrix3d(1.151,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.151,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}29.93%{-webkit-transform:matrix3d(1.048,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.048,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}35.54%{-webkit-transform:matrix3d(.979,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.979,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}41.04%{-webkit-transform:matrix3d(.961,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.961,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}52.15%{-webkit-transform:matrix3d(.991,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.991,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}63.26%{-webkit-transform:matrix3d(1.007,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.007,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}85.49%{-webkit-transform:matrix3d(.999,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.999,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes scaleXIn{0%{-webkit-transform:matrix3d(0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}4.7%{-webkit-transform:matrix3d(.45,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.45,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}9.41%{-webkit-transform:matrix3d(.883,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.883,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}14.11%{-webkit-transform:matrix3d(1.141,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.141,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}18.72%{-webkit-transform:matrix3d(1.212,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.212,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}24.32%{-webkit-transform:matrix3d(1.151,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.151,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}29.93%{-webkit-transform:matrix3d(1.048,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.048,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}35.54%{-webkit-transform:matrix3d(.979,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.979,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}41.04%{-webkit-transform:matrix3d(.961,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.961,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}52.15%{-webkit-transform:matrix3d(.991,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.991,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}63.26%{-webkit-transform:matrix3d(1.007,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.007,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}85.49%{-webkit-transform:matrix3d(.999,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.999,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-webkit-keyframes scaleYIn{0%{-webkit-transform:matrix3d(1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1)}4.7%{-webkit-transform:matrix3d(1,0,0,0,0,.45,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.45,0,0,0,0,1,0,0,0,0,1)}9.41%{-webkit-transform:matrix3d(1,0,0,0,0,.883,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.883,0,0,0,0,1,0,0,0,0,1)}14.11%{-webkit-transform:matrix3d(1,0,0,0,0,1.141,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.141,0,0,0,0,1,0,0,0,0,1)}18.72%{-webkit-transform:matrix3d(1,0,0,0,0,1.212,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.212,0,0,0,0,1,0,0,0,0,1)}24.32%{-webkit-transform:matrix3d(1,0,0,0,0,1.151,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.151,0,0,0,0,1,0,0,0,0,1)}29.93%{-webkit-transform:matrix3d(1,0,0,0,0,1.048,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.048,0,0,0,0,1,0,0,0,0,1)}35.54%{-webkit-transform:matrix3d(1,0,0,0,0,.979,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.979,0,0,0,0,1,0,0,0,0,1)}41.04%{-webkit-transform:matrix3d(1,0,0,0,0,.961,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.961,0,0,0,0,1,0,0,0,0,1)}52.15%{-webkit-transform:matrix3d(1,0,0,0,0,.991,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.991,0,0,0,0,1,0,0,0,0,1)}63.26%{-webkit-transform:matrix3d(1,0,0,0,0,1.007,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.007,0,0,0,0,1,0,0,0,0,1)}85.49%{-webkit-transform:matrix3d(1,0,0,0,0,.999,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.999,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes scaleYIn{0%{-webkit-transform:matrix3d(1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1)}4.7%{-webkit-transform:matrix3d(1,0,0,0,0,.45,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.45,0,0,0,0,1,0,0,0,0,1)}9.41%{-webkit-transform:matrix3d(1,0,0,0,0,.883,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.883,0,0,0,0,1,0,0,0,0,1)}14.11%{-webkit-transform:matrix3d(1,0,0,0,0,1.141,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.141,0,0,0,0,1,0,0,0,0,1)}18.72%{-webkit-transform:matrix3d(1,0,0,0,0,1.212,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.212,0,0,0,0,1,0,0,0,0,1)}24.32%{-webkit-transform:matrix3d(1,0,0,0,0,1.151,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.151,0,0,0,0,1,0,0,0,0,1)}29.93%{-webkit-transform:matrix3d(1,0,0,0,0,1.048,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.048,0,0,0,0,1,0,0,0,0,1)}35.54%{-webkit-transform:matrix3d(1,0,0,0,0,.979,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.979,0,0,0,0,1,0,0,0,0,1)}41.04%{-webkit-transform:matrix3d(1,0,0,0,0,.961,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.961,0,0,0,0,1,0,0,0,0,1)}52.15%{-webkit-transform:matrix3d(1,0,0,0,0,.991,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.991,0,0,0,0,1,0,0,0,0,1)}63.26%{-webkit-transform:matrix3d(1,0,0,0,0,1.007,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.007,0,0,0,0,1,0,0,0,0,1)}85.49%{-webkit-transform:matrix3d(1,0,0,0,0,.999,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.999,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-webkit-keyframes scaleXIn-small{0%{-webkit-transform:matrix3d(0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}6.31%{-webkit-transform:matrix3d(.384,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.384,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}12.51%{-webkit-transform:matrix3d(.621,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.621,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}18.82%{-webkit-transform:matrix3d(.771,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.771,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}25.03%{-webkit-transform:matrix3d(.862,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.862,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}37.54%{-webkit-transform:matrix3d(.952,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.952,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}50.05%{-webkit-transform:matrix3d(.984,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.984,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}75.08%{-webkit-transform:matrix3d(.999,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.999,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes scaleXIn-small{0%{-webkit-transform:matrix3d(0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}6.31%{-webkit-transform:matrix3d(.384,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.384,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}12.51%{-webkit-transform:matrix3d(.621,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.621,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}18.82%{-webkit-transform:matrix3d(.771,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.771,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}25.03%{-webkit-transform:matrix3d(.862,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.862,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}37.54%{-webkit-transform:matrix3d(.952,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.952,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}50.05%{-webkit-transform:matrix3d(.984,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.984,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}75.08%{-webkit-transform:matrix3d(.999,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.999,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-webkit-keyframes scaleYIn-small{0%{-webkit-transform:matrix3d(1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1)}6.31%{-webkit-transform:matrix3d(1,0,0,0,0,.384,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.384,0,0,0,0,1,0,0,0,0,1)}12.51%{-webkit-transform:matrix3d(1,0,0,0,0,.621,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.621,0,0,0,0,1,0,0,0,0,1)}18.82%{-webkit-transform:matrix3d(1,0,0,0,0,.771,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.771,0,0,0,0,1,0,0,0,0,1)}25.03%{-webkit-transform:matrix3d(1,0,0,0,0,.862,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.862,0,0,0,0,1,0,0,0,0,1)}37.54%{-webkit-transform:matrix3d(1,0,0,0,0,.952,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.952,0,0,0,0,1,0,0,0,0,1)}50.05%{-webkit-transform:matrix3d(1,0,0,0,0,.984,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.984,0,0,0,0,1,0,0,0,0,1)}75.08%{-webkit-transform:matrix3d(1,0,0,0,0,.999,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.999,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes scaleYIn-small{0%{-webkit-transform:matrix3d(1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1)}6.31%{-webkit-transform:matrix3d(1,0,0,0,0,.384,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.384,0,0,0,0,1,0,0,0,0,1)}12.51%{-webkit-transform:matrix3d(1,0,0,0,0,.621,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.621,0,0,0,0,1,0,0,0,0,1)}18.82%{-webkit-transform:matrix3d(1,0,0,0,0,.771,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.771,0,0,0,0,1,0,0,0,0,1)}25.03%{-webkit-transform:matrix3d(1,0,0,0,0,.862,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.862,0,0,0,0,1,0,0,0,0,1)}37.54%{-webkit-transform:matrix3d(1,0,0,0,0,.952,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.952,0,0,0,0,1,0,0,0,0,1)}50.05%{-webkit-transform:matrix3d(1,0,0,0,0,.984,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.984,0,0,0,0,1,0,0,0,0,1)}75.08%{-webkit-transform:matrix3d(1,0,0,0,0,.999,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.999,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-webkit-keyframes slideInLeft{0%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,300,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,300,0,0,1)}6.31%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,184.858,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,184.858,0,0,1)}12.51%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,113.68,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,113.68,0,0,1)}18.82%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,68.663,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,68.663,0,0,1)}25.03%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,41.37,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,41.37,0,0,1)}37.54%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,14.382,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,14.382,0,0,1)}50.05%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,4.724,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,4.724,0,0,1)}75.08%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,.381,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,.381,0,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes slideInLeft{0%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,300,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,300,0,0,1)}6.31%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,184.858,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,184.858,0,0,1)}12.51%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,113.68,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,113.68,0,0,1)}18.82%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,68.663,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,68.663,0,0,1)}25.03%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,41.37,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,41.37,0,0,1)}37.54%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,14.382,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,14.382,0,0,1)}50.05%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,4.724,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,4.724,0,0,1)}75.08%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,.381,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,.381,0,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-webkit-keyframes slideInUp{0%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,300,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,300,0,1)}6.31%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,184.858,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,184.858,0,1)}12.51%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,113.68,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,113.68,0,1)}18.82%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,68.663,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,68.663,0,1)}25.03%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,41.37,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,41.37,0,1)}37.54%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,14.382,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,14.382,0,1)}50.05%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,4.724,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,4.724,0,1)}75.08%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.381,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.381,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes slideInUp{0%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,300,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,300,0,1)}6.31%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,184.858,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,184.858,0,1)}12.51%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,113.68,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,113.68,0,1)}18.82%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,68.663,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,68.663,0,1)}25.03%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,41.37,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,41.37,0,1)}37.54%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,14.382,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,14.382,0,1)}50.05%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,4.724,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,4.724,0,1)}75.08%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.381,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.381,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.card-wheather[_ngcontent-%COMP%]{height:220px;color:#fff;padding:2rem}.city[_ngcontent-%COMP%]{font-size:26px}.date[_ngcontent-%COMP%]{font-size:20px;line-height:40px}.sun[_ngcontent-%COMP%]{height:70px}.grad-blue[_ngcontent-%COMP%]{background:linear-gradient(58deg,#f44336,#673ab7);color:#fff}.grad-green[_ngcontent-%COMP%]{background:linear-gradient(58deg,#009688,#673ab7);color:#fff}.grad-red[_ngcontent-%COMP%]{background:linear-gradient(58deg,#f44336,#673ab7);color:#fff}.temp[_ngcontent-%COMP%]{font-size:50px;display:inline-block}"]],data:{}});function M(t){return i["\u0275vid"](0,[(t()(),i["\u0275eld"](0,0,null,null,2,"div",[["class","pad-wrap"]],null,null,null,null,null)),(t()(),i["\u0275eld"](1,0,null,null,1,"p",[],null,null,null,null,null)),(t()(),i["\u0275ted"](-1,null,[" Dashboard!\n"]))],null,null)}var w=i["\u0275ccf"]("app-dashboard",b,function(t){return i["\u0275vid"](0,[(t()(),i["\u0275eld"](0,0,null,null,1,"app-dashboard",[],null,null,null,M,x)),i["\u0275did"](1,49152,null,0,b,[],null,null)],null,null)},{},{},[]),L=n("eDkP"),O=n("Fzqc"),k=n("mVsa"),j=function(){function t(t,e,n){this.applicationRef=t,this.componentFactoryResolver=e,this.injector=n}return t.prototype.getRootViewContainer=function(){var t=this.applicationRef.components;if(t&&t.length)return t[0];if(this._container)return this._container;throw new Error("View Container not found! ngUpgrade needs to manually set this via setRootViewContainer.")},t.prototype.setRootViewContainer=function(t){this._container=t},t.prototype.getComponentRootNode=function(t){return t.hostView?t.hostView.rootNodes[0]:t.element.nativeElement},t.prototype.getRootViewContainerNode=function(){return this.getComponentRootNode(this.getRootViewContainer())},t.prototype.projectComponentBindings=function(t,e){if(e){if(void 0!==e.inputs)for(var n=0,i=Object.getOwnPropertyNames(e.inputs);n-1&&(e[n].destroy(),e.splice(n,1))}},t.prototype.destroyAll=function(){this.destroyByType(this.type)},t.prototype.destroyByType=function(t){var e=this.components.get(t);if(e)for(var n=0,i=e;ne?1:t>=e?0:NaN},a=function(t){var e;return 1===t.length&&(e=t,t=function(t,n){return i(e(t),n)}),{left:function(e,n,i,a){for(null==i&&(i=0),null==a&&(a=e.length);i>>1;t(e[r],n)<0?i=r+1:a=r}return i},right:function(e,n,i,a){for(null==i&&(i=0),null==a&&(a=e.length);i>>1;t(e[r],n)>0?a=r:i=r+1}return i}}},r=a(i),o=r.right,s=r.left,c=o,l=function(t,e){null==e&&(e=d);for(var n=0,i=t.length-1,a=t[0],r=new Array(i<0?0:i);nt?1:e>=t?0:NaN},p=function(t){return null===t?NaN:+t},m=function(t,e){var n,i,a=t.length,r=0,o=-1,s=0,c=0;if(null==e)for(;++o1)return c/(r-1)},f=function(t,e){var n=m(t,e);return n?Math.sqrt(n):n},g=function(t,e){var n,i,a,r=t.length,o=-1;if(null==e){for(;++o=n)for(i=a=n;++on&&(i=n),a=n)for(i=a=n;++on&&(i=n),a0)return[t];if((i=e0)for(t=Math.ceil(t/o),e=Math.floor(e/o),r=new Array(a=Math.ceil(e-t+1));++s=0?(r>=w?10:r>=L?5:r>=O?2:1)*Math.pow(10,a):-Math.pow(10,-a)/(r>=w?10:r>=L?5:r>=O?2:1)}function D(t,e,n){var i=Math.abs(e-t)/Math.max(0,n),a=Math.pow(10,Math.floor(Math.log(i)/Math.LN10)),r=i/a;return r>=w?a*=10:r>=L?a*=5:r>=O&&(a*=2),eu;)h.pop(),--p;var m,f=new Array(p+1);for(a=0;a<=p;++a)(m=f[a]=[]).x0=a>0?h[a-1]:d,m.x1=a=1)return+n(t[i-1],i-1,t);var i,a=(i-1)*e,r=Math.floor(a),o=+n(t[r],r,t);return o+(+n(t[r+1],r+1,t)-o)*(a-r)}},A=function(t,e,n){return t=v.call(t,p).sort(i),Math.ceil((n-e)/(2*(Y(t,.75)-Y(t,.25))*Math.pow(t.length,-1/3)))},C=function(t,e,n){return Math.ceil((n-e)/(3.5*f(t)*Math.pow(t.length,-1/3)))},I=function(t,e){var n,i,a=t.length,r=-1;if(null==e){for(;++r=n)for(i=n;++ri&&(i=n)}else for(;++r=n)for(i=n;++ri&&(i=n);return i},E=function(t,e){var n,i=t.length,a=i,r=-1,o=0;if(null==e)for(;++r=0;)for(e=(i=t[a]).length;--e>=0;)n[--o]=i[e];return n},H=function(t,e){var n,i,a=t.length,r=-1;if(null==e){for(;++r=n)for(i=n;++rn&&(i=n)}else for(;++r=n)for(i=n;++rn&&(i=n);return i},F=function(t,e){for(var n=e.length,i=new Array(n);n--;)i[n]=t[e[n]];return i},W=function(t,e){if(n=t.length){var n,a,r=0,o=0,s=t[o];for(null==e&&(e=i);++r=n)&&i;switch(r){case"bottom":return"start";case"top":return"end";case"zero":return"origin";case"origin":case"start":case"end":return r;default:return!1}}function r(t){var e,n=t.el._model||{},i=t.el._scale||{},a=t.fill,r=null;if(isFinite(a))return null;if("start"===a?r=void 0===n.scaleBottom?i.bottom:n.scaleBottom:"end"===a?r=void 0===n.scaleTop?i.top:n.scaleTop:void 0!==n.scaleZero?r=n.scaleZero:i.getBasePosition?r=i.getBasePosition():i.getBasePixel&&(r=i.getBasePixel()),void 0!==r&&null!==r){if(void 0!==r.x&&void 0!==r.y)return r;if("number"==typeof r&&isFinite(r))return{x:(e=i.isHorizontal())?r:null,y:e?null:r}}return null}function o(t,e,n){var i,a=t[e].fill,r=[e];if(!n)return a;for(;!1!==a&&-1===r.indexOf(a);){if(!isFinite(a))return a;if(!(i=t[a]))return!1;if(i.visible)return a;r.push(a),a=i.fill}return!1}function s(t){var e=t.fill,n="dataset";return!1===e?null:(isFinite(e)||(n="boundary"),i[n](t))}function c(t){return t&&!t.skip}function l(t,e,i,a,r){var o;if(a&&r){for(t.moveTo(e[0].x,e[0].y),o=1;o0;--o)n.canvas.lineTo(t,i[o],i[o-1],!0)}}return{id:"filler",afterDatasetsUpdate:function(e,n){var i,c,l,d,u=(e.data.datasets||[]).length,h=n.propagate,p=[];for(c=0;c>>0,i=0;i0)for(n=0;n=0?n?"+":"":"-")+Math.pow(10,Math.max(0,e-i.length)).toString().substr(1)+i}var W=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,z=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,N={},B={};function V(t,e,n,i){var a=i;"string"==typeof i&&(a=function(){return this[i]()}),t&&(B[t]=a),e&&(B[e[0]]=function(){return F(a.apply(this,arguments),e[1],e[2])}),n&&(B[n]=function(){return this.localeData().ordinal(a.apply(this,arguments),t)})}function G(t,e){return t.isValid()?(e=X(e,t.localeData()),N[e]=N[e]||function(t){var e,n,i,a=t.match(W);for(e=0,n=a.length;e=0&&z.test(t);)t=t.replace(z,i),z.lastIndex=0,n-=1;return t}var U=/\d/,$=/\d\d/,J=/\d{3}/,q=/\d{4}/,Z=/[+-]?\d{6}/,K=/\d\d?/,Q=/\d\d\d\d?/,tt=/\d\d\d\d\d\d?/,et=/\d{1,3}/,nt=/\d{1,4}/,it=/[+-]?\d{1,6}/,at=/\d+/,rt=/[+-]?\d+/,ot=/Z|[+-]\d\d:?\d\d/gi,st=/Z|[+-]\d\d(?::?\d\d)?/gi,ct=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,lt={};function dt(t,e,n){lt[t]=S(e)?e:function(t,i){return t&&n?n:e}}function ut(t,e){return u(lt,t)?lt[t](e._strict,e._locale):new RegExp(ht(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,n,i,a){return e||n||i||a})))}function ht(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var pt={};function mt(t,e){var n,i=e;for("string"==typeof t&&(t=[t]),c(e)&&(i=function(t,n){n[e]=w(t)}),n=0;n68?1900:2e3)};var Dt,Tt=St("FullYear",!0);function St(t,e){return function(n){return null!=n?(At(this,t,n),a.updateOffset(this,e),this):Yt(this,t)}}function Yt(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function At(t,e,n){t.isValid()&&!isNaN(n)&&("FullYear"===e&&jt(t.year())&&1===t.month()&&29===t.date()?t._d["set"+(t._isUTC?"UTC":"")+e](n,t.month(),Ct(n,t.month())):t._d["set"+(t._isUTC?"UTC":"")+e](n))}function Ct(t,e){if(isNaN(t)||isNaN(e))return NaN;var n=(e%12+12)%12;return t+=(e-n)/12,1===n?jt(t)?29:28:31-n%7%2}Dt=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e=0&&isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t),e}function Bt(t,e,n){var i=7+e-n;return-(7+Nt(t,0,i).getUTCDay()-e)%7+i-1}function Vt(t,e,n,i,a){var r,o,s=1+7*(e-1)+(7+n-i)%7+Bt(t,i,a);return s<=0?o=kt(r=t-1)+s:s>kt(t)?(r=t+1,o=s-kt(t)):(r=t,o=s),{year:r,dayOfYear:o}}function Gt(t,e,n){var i,a,r=Bt(t.year(),e,n),o=Math.floor((t.dayOfYear()-r-1)/7)+1;return o<1?i=o+Xt(a=t.year()-1,e,n):o>Xt(t.year(),e,n)?(i=o-Xt(t.year(),e,n),a=t.year()+1):(a=t.year(),i=o),{week:i,year:a}}function Xt(t,e,n){var i=Bt(t,e,n),a=Bt(t+1,e,n);return(kt(t)-i+a)/7}V("w",["ww",2],"wo","week"),V("W",["WW",2],"Wo","isoWeek"),I("week","w"),I("isoWeek","W"),H("week",5),H("isoWeek",5),dt("w",K),dt("ww",K,$),dt("W",K),dt("WW",K,$),ft(["w","ww","W","WW"],function(t,e,n,i){e[i.substr(0,1)]=w(t)}),V("d",0,"do","day"),V("dd",0,0,function(t){return this.localeData().weekdaysMin(this,t)}),V("ddd",0,0,function(t){return this.localeData().weekdaysShort(this,t)}),V("dddd",0,0,function(t){return this.localeData().weekdays(this,t)}),V("e",0,0,"weekday"),V("E",0,0,"isoWeekday"),I("day","d"),I("weekday","e"),I("isoWeekday","E"),H("day",11),H("weekday",11),H("isoWeekday",11),dt("d",K),dt("e",K),dt("E",K),dt("dd",function(t,e){return e.weekdaysMinRegex(t)}),dt("ddd",function(t,e){return e.weekdaysShortRegex(t)}),dt("dddd",function(t,e){return e.weekdaysRegex(t)}),ft(["dd","ddd","dddd"],function(t,e,n,i){var a=n._locale.weekdaysParse(t,i,n._strict);null!=a?e.d=a:m(n).invalidWeekday=t}),ft(["d","e","E"],function(t,e,n,i){e[i]=w(t)});var Ut="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),$t="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Jt="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),qt=ct,Zt=ct,Kt=ct;function Qt(){function t(t,e){return e.length-t.length}var e,n,i,a,r,o=[],s=[],c=[],l=[];for(e=0;e<7;e++)n=p([2e3,1]).day(e),i=this.weekdaysMin(n,""),a=this.weekdaysShort(n,""),r=this.weekdays(n,""),o.push(i),s.push(a),c.push(r),l.push(i),l.push(a),l.push(r);for(o.sort(t),s.sort(t),c.sort(t),l.sort(t),e=0;e<7;e++)s[e]=ht(s[e]),c[e]=ht(c[e]),l[e]=ht(l[e]);this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function te(){return this.hours()%12||12}function ee(t,e){V(t,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)})}function ne(t,e){return e._meridiemParse}V("H",["HH",2],0,"hour"),V("h",["hh",2],0,te),V("k",["kk",2],0,function(){return this.hours()||24}),V("hmm",0,0,function(){return""+te.apply(this)+F(this.minutes(),2)}),V("hmmss",0,0,function(){return""+te.apply(this)+F(this.minutes(),2)+F(this.seconds(),2)}),V("Hmm",0,0,function(){return""+this.hours()+F(this.minutes(),2)}),V("Hmmss",0,0,function(){return""+this.hours()+F(this.minutes(),2)+F(this.seconds(),2)}),ee("a",!0),ee("A",!1),I("hour","h"),H("hour",13),dt("a",ne),dt("A",ne),dt("H",K),dt("h",K),dt("k",K),dt("HH",K,$),dt("hh",K,$),dt("kk",K,$),dt("hmm",Q),dt("hmmss",tt),dt("Hmm",Q),dt("Hmmss",tt),mt(["H","HH"],bt),mt(["k","kk"],function(t,e,n){var i=w(t);e[bt]=24===i?0:i}),mt(["a","A"],function(t,e,n){n._isPm=n._locale.isPM(t),n._meridiem=t}),mt(["h","hh"],function(t,e,n){e[bt]=w(t),m(n).bigHour=!0}),mt("hmm",function(t,e,n){var i=t.length-2;e[bt]=w(t.substr(0,i)),e[xt]=w(t.substr(i)),m(n).bigHour=!0}),mt("hmmss",function(t,e,n){var i=t.length-4,a=t.length-2;e[bt]=w(t.substr(0,i)),e[xt]=w(t.substr(i,2)),e[Mt]=w(t.substr(a)),m(n).bigHour=!0}),mt("Hmm",function(t,e,n){var i=t.length-2;e[bt]=w(t.substr(0,i)),e[xt]=w(t.substr(i))}),mt("Hmmss",function(t,e,n){var i=t.length-4,a=t.length-2;e[bt]=w(t.substr(0,i)),e[xt]=w(t.substr(i,2)),e[Mt]=w(t.substr(a))});var ie,ae=St("Hours",!0),re={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Et,monthsShort:Pt,week:{dow:0,doy:6},weekdays:Ut,weekdaysMin:Jt,weekdaysShort:$t,meridiemParse:/[ap]\.?m?\.?/i},oe={},se={};function ce(t){return t?t.toLowerCase().replace("_","-"):t}function le(e){var i=null;if(!oe[e]&&void 0!==t&&t&&t.exports)try{i=ie._abbr,n("RnhZ")("./"+e),de(i)}catch(t){}return oe[e]}function de(t,e){var n;return t&&((n=s(e)?he(t):ue(t,e))?ie=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),ie._abbr}function ue(t,e){if(null!==e){var n,i=re;if(e.abbr=t,null!=oe[t])T("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),i=oe[t]._config;else if(null!=e.parentLocale)if(null!=oe[e.parentLocale])i=oe[e.parentLocale]._config;else{if(null==(n=le(e.parentLocale)))return se[e.parentLocale]||(se[e.parentLocale]=[]),se[e.parentLocale].push({name:t,config:e}),null;i=n._config}return oe[t]=new A(Y(i,e)),se[t]&&se[t].forEach(function(t){ue(t.name,t.config)}),de(t),oe[t]}return delete oe[t],null}function he(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return ie;if(!r(t)){if(e=le(t))return e;t=[t]}return function(t){for(var e,n,i,a,r=0;r0;){if(i=le(a.slice(0,e).join("-")))return i;if(n&&n.length>=e&&L(a,n,!0)>=e-1)break;e--}r++}return ie}(t)}function pe(t){var e,n=t._a;return n&&-2===m(t).overflow&&(e=n[_t]<0||n[_t]>11?_t:n[vt]<1||n[vt]>Ct(n[yt],n[_t])?vt:n[bt]<0||n[bt]>24||24===n[bt]&&(0!==n[xt]||0!==n[Mt]||0!==n[wt])?bt:n[xt]<0||n[xt]>59?xt:n[Mt]<0||n[Mt]>59?Mt:n[wt]<0||n[wt]>999?wt:-1,m(t)._overflowDayOfYear&&(evt)&&(e=vt),m(t)._overflowWeeks&&-1===e&&(e=Lt),m(t)._overflowWeekday&&-1===e&&(e=Ot),m(t).overflow=e),t}function me(t,e,n){return null!=t?t:null!=e?e:n}function fe(t){var e,n,i,r,o,s=[];if(!t._d){for(i=function(t){var e=new Date(a.now());return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}(t),t._w&&null==t._a[vt]&&null==t._a[_t]&&function(t){var e,n,i,a,r,o,s,c;if(null!=(e=t._w).GG||null!=e.W||null!=e.E)r=1,o=4,n=me(e.GG,t._a[yt],Gt(Te(),1,4).year),i=me(e.W,1),((a=me(e.E,1))<1||a>7)&&(c=!0);else{r=t._locale._week.dow,o=t._locale._week.doy;var l=Gt(Te(),r,o);n=me(e.gg,t._a[yt],l.year),i=me(e.w,l.week),null!=e.d?((a=e.d)<0||a>6)&&(c=!0):null!=e.e?(a=e.e+r,(e.e<0||e.e>6)&&(c=!0)):a=r}i<1||i>Xt(n,r,o)?m(t)._overflowWeeks=!0:null!=c?m(t)._overflowWeekday=!0:(s=Vt(n,i,a,r,o),t._a[yt]=s.year,t._dayOfYear=s.dayOfYear)}(t),null!=t._dayOfYear&&(o=me(t._a[yt],i[yt]),(t._dayOfYear>kt(o)||0===t._dayOfYear)&&(m(t)._overflowDayOfYear=!0),n=Nt(o,0,t._dayOfYear),t._a[_t]=n.getUTCMonth(),t._a[vt]=n.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=s[e]=i[e];for(;e<7;e++)t._a[e]=s[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[bt]&&0===t._a[xt]&&0===t._a[Mt]&&0===t._a[wt]&&(t._nextDay=!0,t._a[bt]=0),t._d=(t._useUTC?Nt:function(t,e,n,i,a,r,o){var s=new Date(t,e,n,i,a,r,o);return t<100&&t>=0&&isFinite(s.getFullYear())&&s.setFullYear(t),s}).apply(null,s),r=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[bt]=24),t._w&&void 0!==t._w.d&&t._w.d!==r&&(m(t).weekdayMismatch=!0)}}var ge=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ye=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,_e=/Z|[+-]\d\d(?::?\d\d)?/,ve=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],be=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],xe=/^\/?Date\((\-?\d+)/i;function Me(t){var e,n,i,a,r,o,s=t._i,c=ge.exec(s)||ye.exec(s);if(c){for(m(t).iso=!0,e=0,n=ve.length;e0&&m(t).unusedInput.push(o),s=s.slice(s.indexOf(n)+n.length),l+=n.length),B[r]?(n?m(t).empty=!1:m(t).unusedTokens.push(r),gt(r,n,t)):t._strict&&!n&&m(t).unusedTokens.push(r);m(t).charsLeftOver=c-l,s.length>0&&m(t).unusedInput.push(s),t._a[bt]<=12&&!0===m(t).bigHour&&t._a[bt]>0&&(m(t).bigHour=void 0),m(t).parsedDateParts=t._a.slice(0),m(t).meridiem=t._meridiem,t._a[bt]=(d=t._locale,u=t._a[bt],null==(h=t._meridiem)?u:null!=d.meridiemHour?d.meridiemHour(u,h):null!=d.isPM?((p=d.isPM(h))&&u<12&&(u+=12),p||12!==u||(u=0),u):u),fe(t),pe(t)}else Oe(t);else Me(t);var d,u,h,p}function je(t){var e=t._i,n=t._f;return t._locale=t._locale||he(t._l),null===e||void 0===n&&""===e?g({nullInput:!0}):("string"==typeof e&&(t._i=e=t._locale.preparse(e)),x(e)?new b(pe(e)):(l(e)?t._d=e:r(n)?function(t){var e,n,i,a,r;if(0===t._f.length)return m(t).invalidFormat=!0,void(t._d=new Date(NaN));for(a=0;athis?this:t:g()});function Ae(t,e){var n,i;if(1===e.length&&r(e[0])&&(e=e[0]),!e.length)return Te();for(n=e[0],i=1;i(r=Xt(t,i,a))&&(e=r),(function(t,e,n,i,a){var r=Vt(t,e,n,i,a),o=Nt(r.year,0,r.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}).call(this,t,e,n,i,a))}V(0,["gg",2],0,function(){return this.weekYear()%100}),V(0,["GG",2],0,function(){return this.isoWeekYear()%100}),nn("gggg","weekYear"),nn("ggggg","weekYear"),nn("GGGG","isoWeekYear"),nn("GGGGG","isoWeekYear"),I("weekYear","gg"),I("isoWeekYear","GG"),H("weekYear",1),H("isoWeekYear",1),dt("G",rt),dt("g",rt),dt("GG",K,$),dt("gg",K,$),dt("GGGG",nt,q),dt("gggg",nt,q),dt("GGGGG",it,Z),dt("ggggg",it,Z),ft(["gggg","ggggg","GGGG","GGGGG"],function(t,e,n,i){e[i.substr(0,2)]=w(t)}),ft(["gg","GG"],function(t,e,n,i){e[i]=a.parseTwoDigitYear(t)}),V("Q",0,"Qo","quarter"),I("quarter","Q"),H("quarter",7),dt("Q",U),mt("Q",function(t,e){e[_t]=3*(w(t)-1)}),V("D",["DD",2],"Do","date"),I("date","D"),H("date",9),dt("D",K),dt("DD",K,$),dt("Do",function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient}),mt(["D","DD"],vt),mt("Do",function(t,e){e[vt]=w(t.match(K)[0])});var rn=St("Date",!0);V("DDD",["DDDD",3],"DDDo","dayOfYear"),I("dayOfYear","DDD"),H("dayOfYear",4),dt("DDD",et),dt("DDDD",J),mt(["DDD","DDDD"],function(t,e,n){n._dayOfYear=w(t)}),V("m",["mm",2],0,"minute"),I("minute","m"),H("minute",14),dt("m",K),dt("mm",K,$),mt(["m","mm"],xt);var on=St("Minutes",!1);V("s",["ss",2],0,"second"),I("second","s"),H("second",15),dt("s",K),dt("ss",K,$),mt(["s","ss"],Mt);var sn,cn=St("Seconds",!1);for(V("S",0,0,function(){return~~(this.millisecond()/100)}),V(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),V(0,["SSS",3],0,"millisecond"),V(0,["SSSS",4],0,function(){return 10*this.millisecond()}),V(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),V(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),V(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),V(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),V(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),I("millisecond","ms"),H("millisecond",16),dt("S",et,U),dt("SS",et,$),dt("SSS",et,J),sn="SSSS";sn.length<=9;sn+="S")dt(sn,at);function ln(t,e){e[wt]=w(1e3*("0."+t))}for(sn="S";sn.length<=9;sn+="S")mt(sn,ln);var dn=St("Milliseconds",!1);V("z",0,0,"zoneAbbr"),V("zz",0,0,"zoneName");var un=b.prototype;function hn(t){return t}un.add=qe,un.calendar=function(t,e){var n=t||Te(),i=We(n,this).startOf("day"),r=a.calendarFormat(this,i)||"sameElse",o=e&&(S(e[r])?e[r].call(this,n):e[r]);return this.format(o||this.localeData().calendar(r,this,Te(n)))},un.clone=function(){return new b(this)},un.diff=function(t,e,n){var i,a,r;if(!this.isValid())return NaN;if(!(i=We(t,this)).isValid())return NaN;switch(a=6e4*(i.utcOffset()-this.utcOffset()),e=E(e)){case"year":r=Ke(this,i)/12;break;case"month":r=Ke(this,i);break;case"quarter":r=Ke(this,i)/3;break;case"second":r=(this-i)/1e3;break;case"minute":r=(this-i)/6e4;break;case"hour":r=(this-i)/36e5;break;case"day":r=(this-i-a)/864e5;break;case"week":r=(this-i-a)/6048e5;break;default:r=this-i}return n?r:M(r)},un.endOf=function(t){return void 0===(t=E(t))||"millisecond"===t?this:("date"===t&&(t="day"),this.startOf(t).add(1,"isoWeek"===t?"week":t).subtract(1,"ms"))},un.format=function(t){t||(t=this.isUtc()?a.defaultFormatUtc:a.defaultFormat);var e=G(this,t);return this.localeData().postformat(e)},un.from=function(t,e){return this.isValid()&&(x(t)&&t.isValid()||Te(t).isValid())?Ge({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},un.fromNow=function(t){return this.from(Te(),t)},un.to=function(t,e){return this.isValid()&&(x(t)&&t.isValid()||Te(t).isValid())?Ge({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},un.toNow=function(t){return this.to(Te(),t)},un.get=function(t){return S(this[t=E(t)])?this[t]():this},un.invalidAt=function(){return m(this).overflow},un.isAfter=function(t,e){var n=x(t)?t:Te(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(e=E(s(e)?"millisecond":e))?this.valueOf()>n.valueOf():n.valueOf()9999?G(n,e?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):S(Date.prototype.toISOString)?e?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",G(n,"Z")):G(n,e?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},un.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t="moment",e="";this.isLocal()||(t=0===this.utcOffset()?"moment.utc":"moment.parseZone",e="Z");var n="["+t+'("]',i=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY";return this.format(n+i+"-MM-DD[T]HH:mm:ss.SSS"+e+'[")]')},un.toJSON=function(){return this.isValid()?this.toISOString():null},un.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},un.unix=function(){return Math.floor(this.valueOf()/1e3)},un.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},un.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},un.year=Tt,un.isLeapYear=function(){return jt(this.year())},un.weekYear=function(t){return an.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},un.isoWeekYear=function(t){return an.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},un.quarter=un.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},un.month=Ht,un.daysInMonth=function(){return Ct(this.year(),this.month())},un.week=un.weeks=function(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")},un.isoWeek=un.isoWeeks=function(t){var e=Gt(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")},un.weeksInYear=function(){var t=this.localeData()._week;return Xt(this.year(),t.dow,t.doy)},un.isoWeeksInYear=function(){return Xt(this.year(),1,4)},un.date=rn,un.day=un.days=function(t){if(!this.isValid())return null!=t?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=function(t,e){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=e.weekdaysParse(t))?t:null:parseInt(t,10)}(t,this.localeData()),this.add(t-e,"d")):e},un.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")},un.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var e=function(t,e){return"string"==typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}(t,this.localeData());return this.day(this.day()%7?e:e-7)}return this.day()||7},un.dayOfYear=function(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")},un.hour=un.hours=ae,un.minute=un.minutes=on,un.second=un.seconds=cn,un.millisecond=un.milliseconds=dn,un.utcOffset=function(t,e,n){var i,r=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=Fe(st,t)))return this}else Math.abs(t)<16&&!n&&(t*=60);return!this._isUTC&&e&&(i=ze(this)),this._offset=t,this._isUTC=!0,null!=i&&this.add(i,"m"),r!==t&&(!e||this._changeInProgress?Je(this,Ge(t-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,a.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?r:ze(this)},un.utc=function(t){return this.utcOffset(0,t)},un.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(ze(this),"m")),this},un.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=Fe(ot,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},un.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?Te(t).utcOffset():0,(this.utcOffset()-t)%60==0)},un.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},un.isLocal=function(){return!!this.isValid()&&!this._isUTC},un.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},un.isUtc=Ne,un.isUTC=Ne,un.zoneAbbr=function(){return this._isUTC?"UTC":""},un.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},un.dates=k("dates accessor is deprecated. Use date instead.",rn),un.months=k("months accessor is deprecated. Use month instead",Ht),un.years=k("years accessor is deprecated. Use year instead",Tt),un.zone=k("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",function(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()}),un.isDSTShifted=k("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",function(){if(!s(this._isDSTShifted))return this._isDSTShifted;var t={};if(_(t,this),(t=je(t))._a){var e=t._isUTC?p(t._a):Te(t._a);this._isDSTShifted=this.isValid()&&L(t._a,e.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted});var pn=A.prototype;function mn(t,e,n,i){var a=he(),r=p().set(i,e);return a[n](r,t)}function fn(t,e,n){if(c(t)&&(e=t,t=void 0),t=t||"",null!=e)return mn(t,e,n,"month");var i,a=[];for(i=0;i<12;i++)a[i]=mn(t,i,n,"month");return a}function gn(t,e,n,i){"boolean"==typeof t?(c(e)&&(n=e,e=void 0),e=e||""):(n=e=t,t=!1,c(e)&&(n=e,e=void 0),e=e||"");var a,r=he(),o=t?r._week.dow:0;if(null!=n)return mn(e,(n+o)%7,i,"day");var s=[];for(a=0;a<7;a++)s[a]=mn(e,(a+o)%7,i,"day");return s}pn.calendar=function(t,e,n){var i=this._calendar[t]||this._calendar.sameElse;return S(i)?i.call(e,n):i},pn.longDateFormat=function(t){var e=this._longDateFormat[t],n=this._longDateFormat[t.toUpperCase()];return e||!n?e:(this._longDateFormat[t]=n.replace(/MMMM|MM|DD|dddd/g,function(t){return t.slice(1)}),this._longDateFormat[t])},pn.invalidDate=function(){return this._invalidDate},pn.ordinal=function(t){return this._ordinal.replace("%d",t)},pn.preparse=hn,pn.postformat=hn,pn.relativeTime=function(t,e,n,i){var a=this._relativeTime[n];return S(a)?a(t,e,n,i):a.replace(/%d/i,t)},pn.pastFuture=function(t,e){var n=this._relativeTime[t>0?"future":"past"];return S(n)?n(e):n.replace(/%s/i,e)},pn.set=function(t){var e,n;for(n in t)S(e=t[n])?this[n]=e:this["_"+n]=e;this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},pn.months=function(t,e){return t?r(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||It).test(e)?"format":"standalone"][t.month()]:r(this._months)?this._months:this._months.standalone},pn.monthsShort=function(t,e){return t?r(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[It.test(e)?"format":"standalone"][t.month()]:r(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},pn.monthsParse=function(t,e,n){var i,a,r;if(this._monthsParseExact)return(function(t,e,n){var i,a,r,o=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],i=0;i<12;++i)r=p([2e3,i]),this._shortMonthsParse[i]=this.monthsShort(r,"").toLocaleLowerCase(),this._longMonthsParse[i]=this.months(r,"").toLocaleLowerCase();return n?"MMM"===e?-1!==(a=Dt.call(this._shortMonthsParse,o))?a:null:-1!==(a=Dt.call(this._longMonthsParse,o))?a:null:"MMM"===e?-1!==(a=Dt.call(this._shortMonthsParse,o))?a:-1!==(a=Dt.call(this._longMonthsParse,o))?a:null:-1!==(a=Dt.call(this._longMonthsParse,o))?a:-1!==(a=Dt.call(this._shortMonthsParse,o))?a:null}).call(this,t,e,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;i<12;i++){if(a=p([2e3,i]),n&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),n||this._monthsParse[i]||(r="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[i]=new RegExp(r.replace(".",""),"i")),n&&"MMMM"===e&&this._longMonthsParse[i].test(t))return i;if(n&&"MMM"===e&&this._shortMonthsParse[i].test(t))return i;if(!n&&this._monthsParse[i].test(t))return i}},pn.monthsRegex=function(t){return this._monthsParseExact?(u(this,"_monthsRegex")||zt.call(this),t?this._monthsStrictRegex:this._monthsRegex):(u(this,"_monthsRegex")||(this._monthsRegex=Wt),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},pn.monthsShortRegex=function(t){return this._monthsParseExact?(u(this,"_monthsRegex")||zt.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(u(this,"_monthsShortRegex")||(this._monthsShortRegex=Ft),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},pn.week=function(t){return Gt(t,this._week.dow,this._week.doy).week},pn.firstDayOfYear=function(){return this._week.doy},pn.firstDayOfWeek=function(){return this._week.dow},pn.weekdays=function(t,e){return t?r(this._weekdays)?this._weekdays[t.day()]:this._weekdays[this._weekdays.isFormat.test(e)?"format":"standalone"][t.day()]:r(this._weekdays)?this._weekdays:this._weekdays.standalone},pn.weekdaysMin=function(t){return t?this._weekdaysMin[t.day()]:this._weekdaysMin},pn.weekdaysShort=function(t){return t?this._weekdaysShort[t.day()]:this._weekdaysShort},pn.weekdaysParse=function(t,e,n){var i,a,r;if(this._weekdaysParseExact)return(function(t,e,n){var i,a,r,o=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],i=0;i<7;++i)r=p([2e3,1]).day(i),this._minWeekdaysParse[i]=this.weekdaysMin(r,"").toLocaleLowerCase(),this._shortWeekdaysParse[i]=this.weekdaysShort(r,"").toLocaleLowerCase(),this._weekdaysParse[i]=this.weekdays(r,"").toLocaleLowerCase();return n?"dddd"===e?-1!==(a=Dt.call(this._weekdaysParse,o))?a:null:"ddd"===e?-1!==(a=Dt.call(this._shortWeekdaysParse,o))?a:null:-1!==(a=Dt.call(this._minWeekdaysParse,o))?a:null:"dddd"===e?-1!==(a=Dt.call(this._weekdaysParse,o))?a:-1!==(a=Dt.call(this._shortWeekdaysParse,o))?a:-1!==(a=Dt.call(this._minWeekdaysParse,o))?a:null:"ddd"===e?-1!==(a=Dt.call(this._shortWeekdaysParse,o))?a:-1!==(a=Dt.call(this._weekdaysParse,o))?a:-1!==(a=Dt.call(this._minWeekdaysParse,o))?a:null:-1!==(a=Dt.call(this._minWeekdaysParse,o))?a:-1!==(a=Dt.call(this._weekdaysParse,o))?a:-1!==(a=Dt.call(this._shortWeekdaysParse,o))?a:null}).call(this,t,e,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),i=0;i<7;i++){if(a=p([2e3,1]).day(i),n&&!this._fullWeekdaysParse[i]&&(this._fullWeekdaysParse[i]=new RegExp("^"+this.weekdays(a,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[i]=new RegExp("^"+this.weekdaysShort(a,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[i]=new RegExp("^"+this.weekdaysMin(a,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[i]||(r="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[i]=new RegExp(r.replace(".",""),"i")),n&&"dddd"===e&&this._fullWeekdaysParse[i].test(t))return i;if(n&&"ddd"===e&&this._shortWeekdaysParse[i].test(t))return i;if(n&&"dd"===e&&this._minWeekdaysParse[i].test(t))return i;if(!n&&this._weekdaysParse[i].test(t))return i}},pn.weekdaysRegex=function(t){return this._weekdaysParseExact?(u(this,"_weekdaysRegex")||Qt.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(u(this,"_weekdaysRegex")||(this._weekdaysRegex=qt),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},pn.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(u(this,"_weekdaysRegex")||Qt.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(u(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Zt),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},pn.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(u(this,"_weekdaysRegex")||Qt.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(u(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Kt),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},pn.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},pn.meridiem=function(t,e,n){return t>11?n?"pm":"PM":n?"am":"AM"},de("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1===w(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}}),a.lang=k("moment.lang is deprecated. Use moment.locale instead.",de),a.langData=k("moment.langData is deprecated. Use moment.localeData instead.",he);var yn=Math.abs;function _n(t,e,n,i){var a=Ge(e,n);return t._milliseconds+=i*a._milliseconds,t._days+=i*a._days,t._months+=i*a._months,t._bubble()}function vn(t){return t<0?Math.floor(t):Math.ceil(t)}function bn(t){return 4800*t/146097}function xn(t){return 146097*t/4800}function Mn(t){return function(){return this.as(t)}}var wn=Mn("ms"),Ln=Mn("s"),On=Mn("m"),kn=Mn("h"),jn=Mn("d"),Dn=Mn("w"),Tn=Mn("M"),Sn=Mn("y");function Yn(t){return function(){return this.isValid()?this._data[t]:NaN}}var An=Yn("milliseconds"),Cn=Yn("seconds"),In=Yn("minutes"),En=Yn("hours"),Pn=Yn("days"),Rn=Yn("months"),Hn=Yn("years"),Fn=Math.round,Wn={ss:44,s:45,m:45,h:22,d:26,M:11},zn=Math.abs;function Nn(t){return(t>0)-(t<0)||+t}function Bn(){if(!this.isValid())return this.localeData().invalidDate();var t,e,n=zn(this._milliseconds)/1e3,i=zn(this._days),a=zn(this._months);e=M((t=M(n/60))/60),n%=60,t%=60;var r=M(a/12),o=a%=12,s=i,c=e,l=t,d=n?n.toFixed(3).replace(/\.?0+$/,""):"",u=this.asSeconds();if(!u)return"P0D";var h=u<0?"-":"",p=Nn(this._months)!==Nn(u)?"-":"",m=Nn(this._days)!==Nn(u)?"-":"",f=Nn(this._milliseconds)!==Nn(u)?"-":"";return h+"P"+(r?p+r+"Y":"")+(o?p+o+"M":"")+(s?m+s+"D":"")+(c||l||d?"T":"")+(c?f+c+"H":"")+(l?f+l+"M":"")+(d?f+d+"S":"")}var Vn=Ie.prototype;return Vn.isValid=function(){return this._isValid},Vn.abs=function(){var t=this._data;return this._milliseconds=yn(this._milliseconds),this._days=yn(this._days),this._months=yn(this._months),t.milliseconds=yn(t.milliseconds),t.seconds=yn(t.seconds),t.minutes=yn(t.minutes),t.hours=yn(t.hours),t.months=yn(t.months),t.years=yn(t.years),this},Vn.add=function(t,e){return _n(this,t,e,1)},Vn.subtract=function(t,e){return _n(this,t,e,-1)},Vn.as=function(t){if(!this.isValid())return NaN;var e,n,i=this._milliseconds;if("month"===(t=E(t))||"year"===t)return n=this._months+bn(e=this._days+i/864e5),"month"===t?n:n/12;switch(e=this._days+Math.round(xn(this._months)),t){case"week":return e/7+i/6048e5;case"day":return e+i/864e5;case"hour":return 24*e+i/36e5;case"minute":return 1440*e+i/6e4;case"second":return 86400*e+i/1e3;case"millisecond":return Math.floor(864e5*e)+i;default:throw new Error("Unknown unit "+t)}},Vn.asMilliseconds=wn,Vn.asSeconds=Ln,Vn.asMinutes=On,Vn.asHours=kn,Vn.asDays=jn,Vn.asWeeks=Dn,Vn.asMonths=Tn,Vn.asYears=Sn,Vn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*w(this._months/12):NaN},Vn._bubble=function(){var t,e,n,i,a,r=this._milliseconds,o=this._days,s=this._months,c=this._data;return r>=0&&o>=0&&s>=0||r<=0&&o<=0&&s<=0||(r+=864e5*vn(xn(s)+o),o=0,s=0),c.milliseconds=r%1e3,t=M(r/1e3),c.seconds=t%60,e=M(t/60),c.minutes=e%60,n=M(e/60),c.hours=n%24,s+=a=M(bn(o+=M(n/24))),o-=vn(xn(a)),i=M(s/12),s%=12,c.days=o,c.months=s,c.years=i,this},Vn.clone=function(){return Ge(this)},Vn.get=function(t){return t=E(t),this.isValid()?this[t+"s"]():NaN},Vn.milliseconds=An,Vn.seconds=Cn,Vn.minutes=In,Vn.hours=En,Vn.days=Pn,Vn.weeks=function(){return M(this.days()/7)},Vn.months=Rn,Vn.years=Hn,Vn.humanize=function(t){if(!this.isValid())return this.localeData().invalidDate();var e=this.localeData(),n=function(t,e,n){var i=Ge(t).abs(),a=Fn(i.as("s")),r=Fn(i.as("m")),o=Fn(i.as("h")),s=Fn(i.as("d")),c=Fn(i.as("M")),l=Fn(i.as("y")),d=a<=Wn.ss&&["s",a]||a0,d[4]=n,(function(t,e,n,i,a){return a.relativeTime(e||1,!!n,t,i)}).apply(null,d)}(this,!t,e);return t&&(n=e.pastFuture(+this,n)),e.postformat(n)},Vn.toISOString=Bn,Vn.toString=Bn,Vn.toJSON=Bn,Vn.locale=Qe,Vn.localeData=en,Vn.toIsoString=k("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Bn),Vn.lang=tn,V("X",0,0,"unix"),V("x",0,0,"valueOf"),dt("x",rt),dt("X",/[+-]?\d+(\.\d{1,3})?/),mt("X",function(t,e,n){n._d=new Date(1e3*parseFloat(t,10))}),mt("x",function(t,e,n){n._d=new Date(w(t))}),a.version="2.22.2",e=Te,a.fn=un,a.min=function(){return Ae("isBefore",[].slice.call(arguments,0))},a.max=function(){return Ae("isAfter",[].slice.call(arguments,0))},a.now=function(){return Date.now?Date.now():+new Date},a.utc=p,a.unix=function(t){return Te(1e3*t)},a.months=function(t,e){return fn(t,e,"months")},a.isDate=l,a.locale=de,a.invalid=g,a.duration=Ge,a.isMoment=x,a.weekdays=function(t,e,n){return gn(t,e,n,"weekdays")},a.parseZone=function(){return Te.apply(null,arguments).parseZone()},a.localeData=he,a.isDuration=Ee,a.monthsShort=function(t,e){return fn(t,e,"monthsShort")},a.weekdaysMin=function(t,e,n){return gn(t,e,n,"weekdaysMin")},a.defineLocale=ue,a.updateLocale=function(t,e){if(null!=e){var n,i,a=re;null!=(i=le(t))&&(a=i._config),(n=new A(e=Y(a,e))).parentLocale=oe[t],oe[t]=n,de(t)}else null!=oe[t]&&(null!=oe[t].parentLocale?oe[t]=oe[t].parentLocale:null!=oe[t]&&delete oe[t]);return oe[t]},a.locales=function(){return j(oe)},a.weekdaysShort=function(t,e,n){return gn(t,e,n,"weekdaysShort")},a.normalizeUnits=E,a.relativeTimeRounding=function(t){return void 0===t?Fn:"function"==typeof t&&(Fn=t,!0)},a.relativeTimeThreshold=function(t,e){return void 0!==Wn[t]&&(void 0===e?Wn[t]:(Wn[t]=e,"s"===t&&(Wn.ss=e-1),!0))},a.calendarFormat=function(t,e){var n=t.diff(e,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},a.prototype=un,a.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"YYYY-[W]WW",MONTH:"YYYY-MM"},a}()}).call(this,n("YuTi")(t))},x6pH:function(t,e,n){!function(t){"use strict";t.defineLocale("he",{months:"\u05d9\u05e0\u05d5\u05d0\u05e8_\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8_\u05de\u05e8\u05e5_\u05d0\u05e4\u05e8\u05d9\u05dc_\u05de\u05d0\u05d9_\u05d9\u05d5\u05e0\u05d9_\u05d9\u05d5\u05dc\u05d9_\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8_\u05e1\u05e4\u05d8\u05de\u05d1\u05e8_\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8_\u05e0\u05d5\u05d1\u05de\u05d1\u05e8_\u05d3\u05e6\u05de\u05d1\u05e8".split("_"),monthsShort:"\u05d9\u05e0\u05d5\u05f3_\u05e4\u05d1\u05e8\u05f3_\u05de\u05e8\u05e5_\u05d0\u05e4\u05e8\u05f3_\u05de\u05d0\u05d9_\u05d9\u05d5\u05e0\u05d9_\u05d9\u05d5\u05dc\u05d9_\u05d0\u05d5\u05d2\u05f3_\u05e1\u05e4\u05d8\u05f3_\u05d0\u05d5\u05e7\u05f3_\u05e0\u05d5\u05d1\u05f3_\u05d3\u05e6\u05de\u05f3".split("_"),weekdays:"\u05e8\u05d0\u05e9\u05d5\u05df_\u05e9\u05e0\u05d9_\u05e9\u05dc\u05d9\u05e9\u05d9_\u05e8\u05d1\u05d9\u05e2\u05d9_\u05d7\u05de\u05d9\u05e9\u05d9_\u05e9\u05d9\u05e9\u05d9_\u05e9\u05d1\u05ea".split("_"),weekdaysShort:"\u05d0\u05f3_\u05d1\u05f3_\u05d2\u05f3_\u05d3\u05f3_\u05d4\u05f3_\u05d5\u05f3_\u05e9\u05f3".split("_"),weekdaysMin:"\u05d0_\u05d1_\u05d2_\u05d3_\u05d4_\u05d5_\u05e9".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [\u05d1]MMMM YYYY",LLL:"D [\u05d1]MMMM YYYY HH:mm",LLLL:"dddd, D [\u05d1]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[\u05d4\u05d9\u05d5\u05dd \u05d1\u05be]LT",nextDay:"[\u05de\u05d7\u05e8 \u05d1\u05be]LT",nextWeek:"dddd [\u05d1\u05e9\u05e2\u05d4] LT",lastDay:"[\u05d0\u05ea\u05de\u05d5\u05dc \u05d1\u05be]LT",lastWeek:"[\u05d1\u05d9\u05d5\u05dd] dddd [\u05d4\u05d0\u05d7\u05e8\u05d5\u05df \u05d1\u05e9\u05e2\u05d4] LT",sameElse:"L"},relativeTime:{future:"\u05d1\u05e2\u05d5\u05d3 %s",past:"\u05dc\u05e4\u05e0\u05d9 %s",s:"\u05de\u05e1\u05e4\u05e8 \u05e9\u05e0\u05d9\u05d5\u05ea",ss:"%d \u05e9\u05e0\u05d9\u05d5\u05ea",m:"\u05d3\u05e7\u05d4",mm:"%d \u05d3\u05e7\u05d5\u05ea",h:"\u05e9\u05e2\u05d4",hh:function(t){return 2===t?"\u05e9\u05e2\u05ea\u05d9\u05d9\u05dd":t+" \u05e9\u05e2\u05d5\u05ea"},d:"\u05d9\u05d5\u05dd",dd:function(t){return 2===t?"\u05d9\u05d5\u05de\u05d9\u05d9\u05dd":t+" \u05d9\u05de\u05d9\u05dd"},M:"\u05d7\u05d5\u05d3\u05e9",MM:function(t){return 2===t?"\u05d7\u05d5\u05d3\u05e9\u05d9\u05d9\u05dd":t+" \u05d7\u05d5\u05d3\u05e9\u05d9\u05dd"},y:"\u05e9\u05e0\u05d4",yy:function(t){return 2===t?"\u05e9\u05e0\u05ea\u05d9\u05d9\u05dd":t%10==0&&10!==t?t+" \u05e9\u05e0\u05d4":t+" \u05e9\u05e0\u05d9\u05dd"}},meridiemParse:/\u05d0\u05d7\u05d4"\u05e6|\u05dc\u05e4\u05e0\u05d4"\u05e6|\u05d0\u05d7\u05e8\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd|\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd|\u05dc\u05e4\u05e0\u05d5\u05ea \u05d1\u05d5\u05e7\u05e8|\u05d1\u05d1\u05d5\u05e7\u05e8|\u05d1\u05e2\u05e8\u05d1/i,isPM:function(t){return/^(\u05d0\u05d7\u05d4"\u05e6|\u05d0\u05d7\u05e8\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd|\u05d1\u05e2\u05e8\u05d1)$/.test(t)},meridiem:function(t,e,n){return t<5?"\u05dc\u05e4\u05e0\u05d5\u05ea \u05d1\u05d5\u05e7\u05e8":t<10?"\u05d1\u05d1\u05d5\u05e7\u05e8":t<12?n?'\u05dc\u05e4\u05e0\u05d4"\u05e6':"\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd":t<18?n?'\u05d0\u05d7\u05d4"\u05e6':"\u05d0\u05d7\u05e8\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd":"\u05d1\u05e2\u05e8\u05d1"}})}(n("wd/R"))},x8uC:function(t,e,n){"use strict";t.exports=function(t){var e=t.helpers;function n(t,n){var i=e.color(t);return i.alpha(n*i.alpha()).rgbaString()}function i(t,n){return n&&(e.isArray(n)?Array.prototype.push.apply(t,n):t.push(n)),t}function a(n){var i=t.defaults.global,a=e.getValueOrDefault;return{xPadding:n.xPadding,yPadding:n.yPadding,xAlign:n.xAlign,yAlign:n.yAlign,bodyFontColor:n.bodyFontColor,_bodyFontFamily:a(n.bodyFontFamily,i.defaultFontFamily),_bodyFontStyle:a(n.bodyFontStyle,i.defaultFontStyle),_bodyAlign:n.bodyAlign,bodyFontSize:a(n.bodyFontSize,i.defaultFontSize),bodySpacing:n.bodySpacing,titleFontColor:n.titleFontColor,_titleFontFamily:a(n.titleFontFamily,i.defaultFontFamily),_titleFontStyle:a(n.titleFontStyle,i.defaultFontStyle),titleFontSize:a(n.titleFontSize,i.defaultFontSize),_titleAlign:n.titleAlign,titleSpacing:n.titleSpacing,titleMarginBottom:n.titleMarginBottom,footerFontColor:n.footerFontColor,_footerFontFamily:a(n.footerFontFamily,i.defaultFontFamily),_footerFontStyle:a(n.footerFontStyle,i.defaultFontStyle),footerFontSize:a(n.footerFontSize,i.defaultFontSize),_footerAlign:n.footerAlign,footerSpacing:n.footerSpacing,footerMarginTop:n.footerMarginTop,caretSize:n.caretSize,cornerRadius:n.cornerRadius,backgroundColor:n.backgroundColor,opacity:0,legendColorBackground:n.multiKeyBackground,displayColors:n.displayColors,borderColor:n.borderColor,borderWidth:n.borderWidth}}t.defaults.global.tooltips={enabled:!0,custom:null,mode:"nearest",position:"average",intersect:!0,backgroundColor:"rgba(0,0,0,0.8)",titleFontStyle:"bold",titleSpacing:2,titleMarginBottom:6,titleFontColor:"#fff",titleAlign:"left",bodySpacing:2,bodyFontColor:"#fff",bodyAlign:"left",footerFontStyle:"bold",footerSpacing:2,footerMarginTop:6,footerFontColor:"#fff",footerAlign:"left",yPadding:6,xPadding:6,caretPadding:2,caretSize:5,cornerRadius:6,multiKeyBackground:"#fff",displayColors:!0,borderColor:"rgba(0,0,0,0)",borderWidth:0,callbacks:{beforeTitle:e.noop,title:function(t,e){var n="",i=e.labels,a=i?i.length:0;if(t.length>0){var r=t[0];r.xLabel?n=r.xLabel:a>0&&r.indexc.height-e.height&&(u="bottom");var h=(l.left+l.right)/2,p=(l.top+l.bottom)/2;"center"===u?(n=function(t){return t<=h},i=function(t){return t>h}):(n=function(t){return t<=e.width/2},i=function(t){return t>=c.width-e.width/2}),a=function(t){return t+e.width>c.width},r=function(t){return t-e.width<0},o=function(t){return t<=p?"top":"bottom"},n(s.x)?(d="left",a(s.x)&&(d="center",u=o(s.y))):i(s.x)&&(d="right",r(s.x)&&(d="center",u=o(s.y)));var m=t._options;return{xAlign:m.xAlign?m.xAlign:d,yAlign:m.yAlign?m.yAlign:u}}(this,v))}else m.opacity=0;return m.xAlign=y.xAlign,m.yAlign=y.yAlign,m.x=_.x,m.y=_.y,m.width=v.width,m.height=v.height,m.caretX=b.x,m.caretY=b.y,u._model=m,n&&h.custom&&h.custom.call(u,m),u},drawCaret:function(t,e){var n=this._chart.ctx,i=this.getCaretPosition(t,e,this._view);n.lineTo(i.x1,i.y1),n.lineTo(i.x2,i.y2),n.lineTo(i.x3,i.y3)},getCaretPosition:function(t,e,n){var i,a,r,o,s,c,l=n.caretSize,d=n.cornerRadius,u=n.xAlign,h=n.yAlign,p=t.x,m=t.y,f=e.width,g=e.height;if("center"===h)s=m+g/2,"left"===u?(a=(i=p)-l,r=i,o=s+l,c=s-l):(a=(i=p+f)+l,r=i,o=s-l,c=s+l);else if("left"===u?(i=(a=p+d+l)-l,r=a+l):"right"===u?(i=(a=p+f-d-l)-l,r=a+l):(i=(a=p+f/2)-l,r=a+l),"top"===h)s=(o=m)-l,c=o;else{s=(o=m+g)+l,c=o;var y=r;r=i,i=y}return{x1:i,x2:a,x3:r,y1:o,y2:s,y3:c}},drawTitle:function(t,i,a,r){var o=i.title;if(o.length){a.textAlign=i._titleAlign,a.textBaseline="top";var s,c,l=i.titleFontSize,d=i.titleSpacing;for(a.fillStyle=n(i.titleFontColor,r),a.font=e.fontString(l,i._titleFontStyle,i._titleFontFamily),s=0,c=o.length;s0&&i.stroke()},draw:function(){var t=this._chart.ctx,e=this._view;if(0!==e.opacity){var n={width:e.width,height:e.height},i={x:e.x,y:e.y},a=Math.abs(e.opacity<.001)?0:e.opacity;this._options.enabled&&(e.title.length||e.beforeBody.length||e.body.length||e.afterBody.length||e.footer.length)&&(this.drawBackground(i,e,t,n,a),i.x+=e.xPadding,i.y+=e.yPadding,this.drawTitle(i,e,t,a),this.drawBody(i,e,t,a),this.drawFooter(i,e,t,a))}},handleEvent:function(t){var n=this,i=n._options,a=!1;if(n._lastActive=n._lastActive||[],n._active="mouseout"===t.type?[]:n._chart.getElementsAtEventForMode(t,i.mode,i),!(a=!e.arrayEquals(n._active,n._lastActive)))return!1;if(n._lastActive=n._active,i.enabled||i.custom){n._eventPosition={x:t.x,y:t.y};var r=n._model;n.update(!0),n.pivot(),a|=r.x!==n._model.x||r.y!==n._model.y}return a}}),t.Tooltip.positioners={average:function(t){if(!t.length)return!1;var e,n,i=0,a=0,r=0;for(e=0,n=t.length;e');for(var n=0;n'),t.data.datasets[n].label&&e.push(t.data.datasets[n].label),e.push("");return e.push(""),e.join("")}}},t.Chart=t,t}},yPMs:function(t,e,n){!function(t){"use strict";t.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_N\xebntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_N\xebn_Dhj".split("_"),weekdays:"E Diel_E H\xebn\xeb_E Mart\xeb_E M\xebrkur\xeb_E Enjte_E Premte_E Shtun\xeb".split("_"),weekdaysShort:"Die_H\xebn_Mar_M\xebr_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_M\xeb_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(t){return"M"===t.charAt(0)},meridiem:function(t,e,n){return t<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot n\xeb] LT",nextDay:"[Nes\xebr n\xeb] LT",nextWeek:"dddd [n\xeb] LT",lastDay:"[Dje n\xeb] LT",lastWeek:"dddd [e kaluar n\xeb] LT",sameElse:"L"},relativeTime:{future:"n\xeb %s",past:"%s m\xeb par\xeb",s:"disa sekonda",ss:"%d sekonda",m:"nj\xeb minut\xeb",mm:"%d minuta",h:"nj\xeb or\xeb",hh:"%d or\xeb",d:"nj\xeb dit\xeb",dd:"%d dit\xeb",M:"nj\xeb muaj",MM:"%d muaj",y:"nj\xeb vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},yUfG:function(t,e,n){"use strict";function i(t,e){return t.parent===e.parent?1:2}function a(t,e){return t+e.x}function r(t,e){return Math.max(t,e.y)}n.r(e);var o=function(){var t=i,e=1,n=1,o=!1;function s(i){var s,c=0;i.eachAfter(function(e){var n=e.children;n?(e.x=function(t){return t.reduce(a,0)/t.length}(n),e.y=function(t){return 1+t.reduce(r,0)}(n)):(e.x=s?c+=t(e,s):0,e.y=0,s=e)});var l=function(t){for(var e;e=t.children;)t=e[0];return t}(i),d=function(t){for(var e;e=t.children;)t=e[e.length-1];return t}(i),u=l.x-t(l,d)/2,h=d.x+t(d,l)/2;return i.eachAfter(o?function(t){t.x=(t.x-i.x)*e,t.y=(i.y-t.y)*n}:function(t){t.x=(t.x-u)/(h-u)*e,t.y=(1-(i.y?t.y/i.y:1))*n})}return s.separation=function(e){return arguments.length?(t=e,s):t},s.size=function(t){return arguments.length?(o=!1,e=+t[0],n=+t[1],s):o?null:[e,n]},s.nodeSize=function(t){return arguments.length?(o=!0,e=+t[0],n=+t[1],s):o?[e,n]:null},s};function s(t){var e=0,n=t.children,i=n&&n.length;if(i)for(;--i>=0;)e+=n[i].value;else e=1;t.value=e}function c(t,e){var n,i,a,r,o,s=new h(t),c=+t.value&&(s.value=t.value),d=[s];for(null==e&&(e=l);n=d.pop();)if(c&&(n.value=+n.data.value),(a=e(n.data))&&(o=a.length))for(n.children=new Array(o),r=o-1;r>=0;--r)d.push(i=n.children[r]=new h(a[r])),i.parent=n,i.depth=n.depth+1;return s.eachBefore(u)}function l(t){return t.children}function d(t){t.data=t.data.data}function u(t){var e=0;do{t.height=e}while((t=t.parent)&&t.height<++e)}function h(t){this.data=t,this.depth=this.height=0,this.parent=null}h.prototype=c.prototype={constructor:h,count:function(){return this.eachAfter(s)},each:function(t){var e,n,i,a,r=this,o=[r];do{for(e=o.reverse(),o=[];r=e.pop();)if(t(r),n=r.children)for(i=0,a=n.length;i=0;--n)a.push(e[n]);return this},sum:function(t){return this.eachAfter(function(e){for(var n=+t(e.data)||0,i=e.children,a=i&&i.length;--a>=0;)n+=i[a].value;e.value=n})},sort:function(t){return this.eachBefore(function(e){e.children&&e.children.sort(t)})},path:function(t){for(var e=this,n=function(t,e){if(t===e)return t;var n=t.ancestors(),i=e.ancestors(),a=null;for(t=n.pop(),e=i.pop();t===e;)a=t,t=n.pop(),e=i.pop();return a}(e,t),i=[e];e!==n;)i.push(e=e.parent);for(var a=i.length;t!==n;)i.splice(a,0,t),t=t.parent;return i},ancestors:function(){for(var t=this,e=[t];t=t.parent;)e.push(t);return e},descendants:function(){var t=[];return this.each(function(e){t.push(e)}),t},leaves:function(){var t=[];return this.eachBefore(function(e){e.children||t.push(e)}),t},links:function(){var t=this,e=[];return t.each(function(n){n!==t&&e.push({source:n.parent,target:n})}),e},copy:function(){return c(this).eachBefore(d)}};var p=Array.prototype.slice,m=function(t){for(var e,n,i=0,a=(t=function(t){for(var e,n,i=t.length;i;)n=Math.random()*i--|0,e=t[i],t[i]=t[n],t[n]=e;return t}(p.call(t))).length,r=[];i0&&n*n>i*i+a*a}function _(t,e){for(var n=0;n(o*=o)?(i=(l+o-a)/(2*l),r=Math.sqrt(Math.max(0,o/l-i*i)),n.x=t.x-i*s-r*c,n.y=t.y-i*c+r*s):(i=(l+a-o)/(2*l),r=Math.sqrt(Math.max(0,a/l-i*i)),n.x=e.x+i*s-r*c,n.y=e.y+i*c+r*s)):(n.x=e.x+n.r,n.y=e.y)}function w(t,e){var n=t.r+e.r-1e-6,i=e.x-t.x,a=e.y-t.y;return n>0&&n*n>i*i+a*a}function L(t){var e=t._,n=t.next._,i=e.r+n.r,a=(e.x*n.r+n.x*e.r)/i,r=(e.y*n.r+n.y*e.r)/i;return a*a+r*r}function O(t){this._=t,this.next=null,this.previous=null}function k(t){if(!(a=t.length))return 0;var e,n,i,a,r,o,s,c,l,d,u;if((e=t[0]).x=0,e.y=0,!(a>1))return e.r;if(e.x=-(n=t[1]).r,n.x=e.r,n.y=0,!(a>2))return e.r+n.r;M(n,e,i=t[2]),e=new O(e),n=new O(n),i=new O(i),e.next=i.previous=n,n.next=e.previous=i,i.next=n.previous=e;t:for(s=3;s0)throw new Error("cycle");return r}return n.id=function(e){return arguments.length?(t=D(e),n):t},n.parentId=function(t){return arguments.length?(e=D(t),n):e},n};function G(t,e){return t.parent===e.parent?1:2}function X(t){var e=t.children;return e?e[0]:t.t}function U(t){var e=t.children;return e?e[e.length-1]:t.t}function $(t,e,n){var i=n/(e.i-t.i);e.c-=i,e.s+=n,t.c+=i,e.z+=n,e.m+=n}function J(t,e,n){return t.a.parent===e.parent?t.a:n}function q(t,e){this._=t,this.parent=null,this.children=null,this.A=null,this.a=this,this.z=0,this.m=0,this.c=0,this.s=0,this.t=null,this.i=e}q.prototype=Object.create(h.prototype);var Z=function(){var t=G,e=1,n=1,i=null;function a(a){var c=function(t){for(var e,n,i,a,r,o=new q(t,0),s=[o];e=s.pop();)if(i=e._.children)for(e.children=new Array(r=i.length),a=r-1;a>=0;--a)s.push(n=e.children[a]=new q(i[a],a)),n.parent=e;return(o.parent=new q(null,0)).children=[o],o}(a);if(c.eachAfter(r),c.parent.m=-c.z,c.eachBefore(o),i)a.eachBefore(s);else{var l=a,d=a,u=a;a.eachBefore(function(t){t.xd.x&&(d=t),t.depth>u.depth&&(u=t)});var h=l===d?1:t(l,d)/2,p=h-l.x,m=e/(d.x+h+p),f=n/(u.depth||1);a.eachBefore(function(t){t.x=(t.x+p)*m,t.y=t.depth*f})}return a}function r(e){var n=e.children,i=e.parent.children,a=e.i?i[e.i-1]:null;if(n){!function(t){for(var e,n=0,i=0,a=t.children,r=a.length;--r>=0;)(e=a[r]).z+=n,e.m+=n,n+=e.s+(i+=e.c)}(e);var r=(n[0].z+n[n.length-1].z)/2;a?(e.z=a.z+t(e._,a._),e.m=e.z-r):e.z=r}else a&&(e.z=a.z+t(e._,a._));e.parent.A=function(e,n,i){if(n){for(var a,r=e,o=e,s=n,c=r.parent.children[0],l=r.m,d=o.m,u=s.m,h=c.m;s=U(s),r=X(r),s&&r;)c=X(c),(o=U(o)).a=e,(a=s.z+u-r.z-l+t(s._,r._))>0&&($(J(s,e,i),e,a),l+=a,d+=a),u+=s.m,l+=r.m,h+=c.m,d+=o.m;s&&!U(o)&&(o.t=s,o.m+=u-d),r&&!X(c)&&(c.t=r,c.m+=l-h,i=e)}return i}(e,a,e.parent.A||i[0])}function o(t){t._.x=t.z+t.parent.m,t.m+=t.parent.m}function s(t){t.x*=e,t.y=t.depth*n}return a.separation=function(e){return arguments.length?(t=e,a):t},a.size=function(t){return arguments.length?(i=!1,e=+t[0],n=+t[1],a):i?null:[e,n]},a.nodeSize=function(t){return arguments.length?(i=!0,e=+t[0],n=+t[1],a):i?[e,n]:null},a},K=function(t,e,n,i,a){for(var r,o=t.children,s=-1,c=o.length,l=t.value&&(a-n)/t.value;++sh&&(h=s),g=d*d*f,(p=Math.max(h/g,g/u))>m){d-=s;break}m=p}y.push(o={value:d,dice:c1?e:1)},n}(Q),nt=function(){var t=et,e=!1,n=1,i=1,a=[0],r=T,o=T,s=T,c=T,l=T;function d(t){return t.x0=t.y0=0,t.x1=n,t.y1=i,t.eachBefore(u),a=[0],e&&t.eachBefore(P),t}function u(e){var n=a[e.depth],i=e.x0+n,d=e.y0+n,u=e.x1-n,h=e.y1-n;u=n-1){var d=s[e];return d.x0=a,d.y0=r,d.x1=o,void(d.y1=c)}for(var u=l[e],h=i/2+u,p=e+1,m=n-1;p>>1;l[f]c-r){var _=(a*y+o*g)/i;t(e,p,g,a,r,_,c),t(p,n,y,_,r,o,c)}else{var v=(r*y+c*g)/i;t(e,p,g,a,r,o,v),t(p,n,y,a,v,o,c)}}(0,c,t.value,e,n,i,a)},at=function(t,e,n,i,a){(1&t.depth?K:R)(t,e,n,i,a)},rt=function t(e){function n(t,n,i,a,r){if((o=t._squarify)&&o.ratio===e)for(var o,s,c,l,d,u=-1,h=o.length,p=t.value;++u1?e:1)},n}(Q);n.d(e,"cluster",function(){return o}),n.d(e,"hierarchy",function(){return c}),n.d(e,"pack",function(){return A}),n.d(e,"packSiblings",function(){return j}),n.d(e,"packEnclose",function(){return m}),n.d(e,"partition",function(){return H}),n.d(e,"stratify",function(){return V}),n.d(e,"tree",function(){return Z}),n.d(e,"treemap",function(){return nt}),n.d(e,"treemapBinary",function(){return it}),n.d(e,"treemapDice",function(){return R}),n.d(e,"treemapSlice",function(){return K}),n.d(e,"treemapSliceDice",function(){return at}),n.d(e,"treemapSquarify",function(){return et}),n.d(e,"treemapResquarify",function(){return rt})},z1FC:function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var a={s:["viensas secunds","'iensas secunds"],ss:[t+" secunds",t+" secunds"],m:["'n m\xedut","'iens m\xedut"],mm:[t+" m\xeduts",t+" m\xeduts"],h:["'n \xfeora","'iensa \xfeora"],hh:[t+" \xfeoras",t+" \xfeoras"],d:["'n ziua","'iensa ziua"],dd:[t+" ziuas",t+" ziuas"],M:["'n mes","'iens mes"],MM:[t+" mesen",t+" mesen"],y:["'n ar","'iens ar"],yy:[t+" ars",t+" ars"]};return i?a[n][0]:e?a[n][0]:a[n][1]}t.defineLocale("tzl",{months:"Januar_Fevraglh_Mar\xe7_Avr\xefu_Mai_G\xfcn_Julia_Guscht_Setemvar_Listop\xe4ts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_G\xfcn_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"S\xfaladi_L\xfane\xe7i_Maitzi_M\xe1rcuri_Xh\xfaadi_Vi\xe9ner\xe7i_S\xe1turi".split("_"),weekdaysShort:"S\xfal_L\xfan_Mai_M\xe1r_Xh\xfa_Vi\xe9_S\xe1t".split("_"),weekdaysMin:"S\xfa_L\xfa_Ma_M\xe1_Xh_Vi_S\xe1".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(t){return"d'o"===t.toLowerCase()},meridiem:function(t,e,n){return t>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi \xe0] LT",nextDay:"[dem\xe0 \xe0] LT",nextWeek:"dddd [\xe0] LT",lastDay:"[ieiri \xe0] LT",lastWeek:"[s\xfcr el] dddd [lasteu \xe0] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},z3Vd:function(t,e,n){!function(t){"use strict";var e="pagh_wa\u2019_cha\u2019_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(t,n,i,a){var r=function(t){var n=Math.floor(t%1e3/100),i=Math.floor(t%100/10),a=t%10,r="";return n>0&&(r+=e[n]+"vatlh"),i>0&&(r+=(""!==r?" ":"")+e[i]+"maH"),a>0&&(r+=(""!==r?" ":"")+e[a]),""===r?"pagh":r}(t);switch(i){case"ss":return r+" lup";case"mm":return r+" tup";case"hh":return r+" rep";case"dd":return r+" jaj";case"MM":return r+" jar";case"yy":return r+" DIS"}}t.defineLocale("tlh",{months:"tera\u2019 jar wa\u2019_tera\u2019 jar cha\u2019_tera\u2019 jar wej_tera\u2019 jar loS_tera\u2019 jar vagh_tera\u2019 jar jav_tera\u2019 jar Soch_tera\u2019 jar chorgh_tera\u2019 jar Hut_tera\u2019 jar wa\u2019maH_tera\u2019 jar wa\u2019maH wa\u2019_tera\u2019 jar wa\u2019maH cha\u2019".split("_"),monthsShort:"jar wa\u2019_jar cha\u2019_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa\u2019maH_jar wa\u2019maH wa\u2019_jar wa\u2019maH cha\u2019".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa\u2019leS] LT",nextWeek:"LLL",lastDay:"[wa\u2019Hu\u2019] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(t){var e=t;return-1!==t.indexOf("jaj")?e.slice(0,-3)+"leS":-1!==t.indexOf("jar")?e.slice(0,-3)+"waQ":-1!==t.indexOf("DIS")?e.slice(0,-3)+"nem":e+" pIq"},past:function(t){var e=t;return-1!==t.indexOf("jaj")?e.slice(0,-3)+"Hu\u2019":-1!==t.indexOf("jar")?e.slice(0,-3)+"wen":-1!==t.indexOf("DIS")?e.slice(0,-3)+"ben":e+" ret"},s:"puS lup",ss:n,m:"wa\u2019 tup",mm:n,h:"wa\u2019 rep",hh:n,d:"wa\u2019 jaj",dd:n,M:"wa\u2019 jar",MM:n,y:"wa\u2019 DIS",yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},zx6S:function(t,e,n){!function(t){"use strict";var e={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(t,e){return 1===t?e[0]:t>=2&&t<=4?e[1]:e[2]},translate:function(t,n,i){var a=e.words[i];return 1===i.length?n?a[0]:a[1]:t+" "+e.correctGrammaticalCase(t,a)}};t.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_\u010detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._\u010det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010de_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010de u] LT",lastWeek:function(){return["[pro\u0161le] [nedelje] [u] LT","[pro\u0161log] [ponedeljka] [u] LT","[pro\u0161log] [utorka] [u] LT","[pro\u0161le] [srede] [u] LT","[pro\u0161log] [\u010detvrtka] [u] LT","[pro\u0161log] [petka] [u] LT","[pro\u0161le] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:e.translate,m:e.translate,mm:e.translate,h:e.translate,hh:e.translate,d:"dan",dd:e.translate,M:"mesec",MM:e.translate,y:"godinu",yy:e.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n("wd/R"))}}]); \ No newline at end of file diff --git a/ng6-seed/dist/Simple-Line-Icons.0cb0b9c589c0624c9c78.woff2 b/ng6-seed/dist/Simple-Line-Icons.0cb0b9c589c0624c9c78.woff2 deleted file mode 100644 index c49fccf51..000000000 Binary files a/ng6-seed/dist/Simple-Line-Icons.0cb0b9c589c0624c9c78.woff2 and /dev/null differ diff --git a/ng6-seed/dist/Simple-Line-Icons.2fe2efe63441d830b1ac.svg b/ng6-seed/dist/Simple-Line-Icons.2fe2efe63441d830b1ac.svg deleted file mode 100644 index 4988524e0..000000000 --- a/ng6-seed/dist/Simple-Line-Icons.2fe2efe63441d830b1ac.svg +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ng6-seed/dist/Simple-Line-Icons.78f07e2c2a535c26ef21.woff b/ng6-seed/dist/Simple-Line-Icons.78f07e2c2a535c26ef21.woff deleted file mode 100644 index b17d69491..000000000 Binary files a/ng6-seed/dist/Simple-Line-Icons.78f07e2c2a535c26ef21.woff and /dev/null differ diff --git a/ng6-seed/dist/Simple-Line-Icons.d2285965fe34b0546504.ttf b/ng6-seed/dist/Simple-Line-Icons.d2285965fe34b0546504.ttf deleted file mode 100644 index 6ecb68683..000000000 Binary files a/ng6-seed/dist/Simple-Line-Icons.d2285965fe34b0546504.ttf and /dev/null differ diff --git a/ng6-seed/dist/Simple-Line-Icons.f33df365d6d0255b586f.eot b/ng6-seed/dist/Simple-Line-Icons.f33df365d6d0255b586f.eot deleted file mode 100644 index f0ca6e8cf..000000000 Binary files a/ng6-seed/dist/Simple-Line-Icons.f33df365d6d0255b586f.eot and /dev/null differ diff --git a/ng6-seed/dist/assets/cropper/cropper.css b/ng6-seed/dist/assets/cropper/cropper.css deleted file mode 100644 index b75c67a43..000000000 --- a/ng6-seed/dist/assets/cropper/cropper.css +++ /dev/null @@ -1,328 +0,0 @@ -/*! - * Cropper v3.0.0-rc.2 - * https://github.com/fengyuanchen/cropper - * - * Copyright (c) 2017 Fengyuan Chen - * Released under the MIT license - * - * Date: 2017-05-30T05:04:38.958Z - */ - -.cropper-container { - font-size: 0; - line-height: 0; - - position: relative; - - -webkit-user-select: none; - - -moz-user-select: none; - - -ms-user-select: none; - - user-select: none; - - direction: ltr; - -ms-touch-action: none; - touch-action: none -} - -.cropper-container img { - /* Avoid margin top issue (Occur only when margin-top <= -height) */ - display: block; - min-width: 0 !important; - max-width: none !important; - min-height: 0 !important; - max-height: none !important; - width: 100%; - height: 100%; - image-orientation: 0deg -} - -.cropper-wrap-box, -.cropper-canvas, -.cropper-drag-box, -.cropper-crop-box, -.cropper-modal { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; -} - -.cropper-wrap-box { - overflow: hidden; -} - -.cropper-drag-box { - opacity: 0; - background-color: #fff; -} - -.cropper-modal { - opacity: .5; - background-color: #000; -} - -.cropper-view-box { - display: block; - overflow: hidden; - - width: 100%; - height: 100%; - - outline: 1px solid #39f; - outline-color: rgba(51, 153, 255, 0.75); -} - -.cropper-dashed { - position: absolute; - - display: block; - - opacity: .5; - border: 0 dashed #eee -} - -.cropper-dashed.dashed-h { - top: 33.33333%; - left: 0; - width: 100%; - height: 33.33333%; - border-top-width: 1px; - border-bottom-width: 1px -} - -.cropper-dashed.dashed-v { - top: 0; - left: 33.33333%; - width: 33.33333%; - height: 100%; - border-right-width: 1px; - border-left-width: 1px -} - -.cropper-center { - position: absolute; - top: 50%; - left: 50%; - - display: block; - - width: 0; - height: 0; - - opacity: .75 -} - -.cropper-center:before, - .cropper-center:after { - position: absolute; - display: block; - content: ' '; - background-color: #eee -} - -.cropper-center:before { - top: 0; - left: -3px; - width: 7px; - height: 1px -} - -.cropper-center:after { - top: -3px; - left: 0; - width: 1px; - height: 7px -} - -.cropper-face, -.cropper-line, -.cropper-point { - position: absolute; - - display: block; - - width: 100%; - height: 100%; - - opacity: .1; -} - -.cropper-face { - top: 0; - left: 0; - - background-color: #fff; -} - -.cropper-line { - background-color: #39f -} - -.cropper-line.line-e { - top: 0; - right: -3px; - width: 5px; - cursor: e-resize -} - -.cropper-line.line-n { - top: -3px; - left: 0; - height: 5px; - cursor: n-resize -} - -.cropper-line.line-w { - top: 0; - left: -3px; - width: 5px; - cursor: w-resize -} - -.cropper-line.line-s { - bottom: -3px; - left: 0; - height: 5px; - cursor: s-resize -} - -.cropper-point { - width: 5px; - height: 5px; - - opacity: .75; - background-color: #39f -} - -.cropper-point.point-e { - top: 50%; - right: -3px; - margin-top: -3px; - cursor: e-resize -} - -.cropper-point.point-n { - top: -3px; - left: 50%; - margin-left: -3px; - cursor: n-resize -} - -.cropper-point.point-w { - top: 50%; - left: -3px; - margin-top: -3px; - cursor: w-resize -} - -.cropper-point.point-s { - bottom: -3px; - left: 50%; - margin-left: -3px; - cursor: s-resize -} - -.cropper-point.point-ne { - top: -3px; - right: -3px; - cursor: ne-resize -} - -.cropper-point.point-nw { - top: -3px; - left: -3px; - cursor: nw-resize -} - -.cropper-point.point-sw { - bottom: -3px; - left: -3px; - cursor: sw-resize -} - -.cropper-point.point-se { - right: -3px; - bottom: -3px; - width: 20px; - height: 20px; - cursor: se-resize; - opacity: 1 -} - -@media (min-width: 768px) { - - .cropper-point.point-se { - width: 15px; - height: 15px - } -} - -@media (min-width: 992px) { - - .cropper-point.point-se { - width: 10px; - height: 10px - } -} - -@media (min-width: 1200px) { - - .cropper-point.point-se { - width: 5px; - height: 5px; - opacity: .75 - } -} - -.cropper-point.point-se:before { - position: absolute; - right: -50%; - bottom: -50%; - display: block; - width: 200%; - height: 200%; - content: ' '; - opacity: 0; - background-color: #39f -} - -.cropper-invisible { - opacity: 0; -} - -.cropper-bg { - background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC'); -} - -.cropper-hide { - position: absolute; - - display: block; - - width: 0; - height: 0; -} - -.cropper-hidden { - display: none !important; -} - -.cropper-move { - cursor: move; -} - -.cropper-crop { - cursor: crosshair; -} - -.cropper-disabled .cropper-drag-box, -.cropper-disabled .cropper-face, -.cropper-disabled .cropper-line, -.cropper-disabled .cropper-point { - cursor: not-allowed; -} - diff --git a/ng6-seed/dist/assets/cropper/cropper.js b/ng6-seed/dist/assets/cropper/cropper.js deleted file mode 100644 index 1912e2ecd..000000000 --- a/ng6-seed/dist/assets/cropper/cropper.js +++ /dev/null @@ -1,3158 +0,0 @@ -/*! - * Cropper v3.0.0-rc.2 - * https://github.com/fengyuanchen/cropper - * - * Copyright (c) 2017 Fengyuan Chen - * Released under the MIT license - * - * Date: 2017-05-30T05:04:38.958Z - */ - -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) : - typeof define === 'function' && define.amd ? define(['jquery'], factory) : - (factory(global.jQuery)); -}(this, (function ($) { 'use strict'; - -$ = 'default' in $ ? $['default'] : $; - -var DEFAULTS = { - // Define the view mode of the cropper - viewMode: 0, // 0, 1, 2, 3 - - // Define the dragging mode of the cropper - dragMode: 'crop', // 'crop', 'move' or 'none' - - // Define the aspect ratio of the crop box - aspectRatio: NaN, - - // An object with the previous cropping result data - data: null, - - // A selector for adding extra containers to preview - preview: '', - - // Re-render the cropper when resize the window - responsive: true, - - // Restore the cropped area after resize the window - restore: true, - - // Check if the current image is a cross-origin image - checkCrossOrigin: true, - - // Check the current image's Exif Orientation information - checkOrientation: true, - - // Show the black modal - modal: true, - - // Show the dashed lines for guiding - guides: true, - - // Show the center indicator for guiding - center: true, - - // Show the white modal to highlight the crop box - highlight: true, - - // Show the grid background - background: true, - - // Enable to crop the image automatically when initialize - autoCrop: true, - - // Define the percentage of automatic cropping area when initializes - autoCropArea: 0.8, - - // Enable to move the image - movable: true, - - // Enable to rotate the image - rotatable: true, - - // Enable to scale the image - scalable: true, - - // Enable to zoom the image - zoomable: true, - - // Enable to zoom the image by dragging touch - zoomOnTouch: true, - - // Enable to zoom the image by wheeling mouse - zoomOnWheel: true, - - // Define zoom ratio when zoom the image by wheeling mouse - wheelZoomRatio: 0.1, - - // Enable to move the crop box - cropBoxMovable: true, - - // Enable to resize the crop box - cropBoxResizable: true, - - // Toggle drag mode between "crop" and "move" when click twice on the cropper - toggleDragModeOnDblclick: true, - - // Size limitation - minCanvasWidth: 0, - minCanvasHeight: 0, - minCropBoxWidth: 0, - minCropBoxHeight: 0, - minContainerWidth: 200, - minContainerHeight: 100, - - // Shortcuts of events - ready: null, - cropstart: null, - cropmove: null, - cropend: null, - crop: null, - zoom: null -}; - -var TEMPLATE = '
' + '
' + '
' + '
' + '
' + '
' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '
' + '
'; - -var REGEXP_DATA_URL_HEAD = /^data:.*,/; -var REGEXP_USERAGENT = /(Macintosh|iPhone|iPod|iPad).*AppleWebKit/i; -var navigator = typeof window !== 'undefined' ? window.navigator : null; -var IS_SAFARI_OR_UIWEBVIEW = navigator && REGEXP_USERAGENT.test(navigator.userAgent); -var fromCharCode = String.fromCharCode; - -function isNumber(n) { - return typeof n === 'number' && !isNaN(n); -} - -function isUndefined(n) { - return typeof n === 'undefined'; -} - -function toArray(obj, offset) { - var args = []; - - // This is necessary for IE8 - if (isNumber(offset)) { - args.push(offset); - } - - return args.slice.apply(obj, args); -} - -// Custom proxy to avoid jQuery's guid -function proxy(fn, context) { - for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) { - args[_key - 2] = arguments[_key]; - } - - return function () { - for (var _len2 = arguments.length, args2 = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { - args2[_key2] = arguments[_key2]; - } - - return fn.apply(context, args.concat(toArray(args2))); - }; -} - -function objectKeys(obj) { - var keys = []; - - $.each(obj, function (key) { - keys.push(key); - }); - - return keys; -} - -function isCrossOriginURL(url) { - var parts = url.match(/^(https?:)\/\/([^:/?#]+):?(\d*)/i); - - return parts && (parts[1] !== location.protocol || parts[2] !== location.hostname || parts[3] !== location.port); -} - -function addTimestamp(url) { - var timestamp = 'timestamp=' + new Date().getTime(); - - return url + (url.indexOf('?') === -1 ? '?' : '&') + timestamp; -} - -function getImageSize(image, callback) { - // Modern browsers (ignore Safari, #120 & #509) - if (image.naturalWidth && !IS_SAFARI_OR_UIWEBVIEW) { - callback(image.naturalWidth, image.naturalHeight); - return; - } - - // IE8: Don't use `new Image()` here (#319) - var newImage = document.createElement('img'); - - newImage.onload = function load() { - callback(this.width, this.height); - }; - - newImage.src = image.src; -} - -function getTransform(options) { - var transforms = []; - var translateX = options.translateX; - var translateY = options.translateY; - var rotate = options.rotate; - var scaleX = options.scaleX; - var scaleY = options.scaleY; - - if (isNumber(translateX) && translateX !== 0) { - transforms.push('translateX(' + translateX + 'px)'); - } - - if (isNumber(translateY) && translateY !== 0) { - transforms.push('translateY(' + translateY + 'px)'); - } - - // Rotate should come first before scale to match orientation transform - if (isNumber(rotate) && rotate !== 0) { - transforms.push('rotate(' + rotate + 'deg)'); - } - - if (isNumber(scaleX) && scaleX !== 1) { - transforms.push('scaleX(' + scaleX + ')'); - } - - if (isNumber(scaleY) && scaleY !== 1) { - transforms.push('scaleY(' + scaleY + ')'); - } - - return transforms.length ? transforms.join(' ') : 'none'; -} - -function getRotatedSizes(data, isReversed) { - var deg = Math.abs(data.degree) % 180; - var arc = (deg > 90 ? 180 - deg : deg) * Math.PI / 180; - var sinArc = Math.sin(arc); - var cosArc = Math.cos(arc); - var width = data.width; - var height = data.height; - var aspectRatio = data.aspectRatio; - var newWidth = void 0; - var newHeight = void 0; - - if (!isReversed) { - newWidth = width * cosArc + height * sinArc; - newHeight = width * sinArc + height * cosArc; - } else { - newWidth = width / (cosArc + sinArc / aspectRatio); - newHeight = newWidth / aspectRatio; - } - - return { - width: newWidth, - height: newHeight - }; -} - -function getSourceCanvas(image, data) { - var canvas = $('')[0]; - var context = canvas.getContext('2d'); - var dstX = 0; - var dstY = 0; - var dstWidth = data.naturalWidth; - var dstHeight = data.naturalHeight; - var rotate = data.rotate; - var scaleX = data.scaleX; - var scaleY = data.scaleY; - var scalable = isNumber(scaleX) && isNumber(scaleY) && (scaleX !== 1 || scaleY !== 1); - var rotatable = isNumber(rotate) && rotate !== 0; - var advanced = rotatable || scalable; - var canvasWidth = dstWidth * Math.abs(scaleX || 1); - var canvasHeight = dstHeight * Math.abs(scaleY || 1); - var translateX = void 0; - var translateY = void 0; - var rotated = void 0; - - if (scalable) { - translateX = canvasWidth / 2; - translateY = canvasHeight / 2; - } - - if (rotatable) { - rotated = getRotatedSizes({ - width: canvasWidth, - height: canvasHeight, - degree: rotate - }); - - canvasWidth = rotated.width; - canvasHeight = rotated.height; - translateX = canvasWidth / 2; - translateY = canvasHeight / 2; - } - - canvas.width = canvasWidth; - canvas.height = canvasHeight; - - if (advanced) { - dstX = -dstWidth / 2; - dstY = -dstHeight / 2; - - context.save(); - context.translate(translateX, translateY); - } - - // Rotate should come first before scale as in the "getTransform" function - if (rotatable) { - context.rotate(rotate * Math.PI / 180); - } - - if (scalable) { - context.scale(scaleX, scaleY); - } - - context.drawImage(image, Math.floor(dstX), Math.floor(dstY), Math.floor(dstWidth), Math.floor(dstHeight)); - - if (advanced) { - context.restore(); - } - - return canvas; -} - -function getStringFromCharCode(dataView, start, length) { - var str = ''; - var i = void 0; - - for (i = start, length += start; i < length; i++) { - str += fromCharCode(dataView.getUint8(i)); - } - - return str; -} - -function getOrientation(arrayBuffer) { - var dataView = new DataView(arrayBuffer); - var length = dataView.byteLength; - var orientation = void 0; - var exifIDCode = void 0; - var tiffOffset = void 0; - var firstIFDOffset = void 0; - var littleEndian = void 0; - var endianness = void 0; - var app1Start = void 0; - var ifdStart = void 0; - var offset = void 0; - var i = void 0; - - // Only handle JPEG image (start by 0xFFD8) - if (dataView.getUint8(0) === 0xFF && dataView.getUint8(1) === 0xD8) { - offset = 2; - - while (offset < length) { - if (dataView.getUint8(offset) === 0xFF && dataView.getUint8(offset + 1) === 0xE1) { - app1Start = offset; - break; - } - - offset++; - } - } - - if (app1Start) { - exifIDCode = app1Start + 4; - tiffOffset = app1Start + 10; - - if (getStringFromCharCode(dataView, exifIDCode, 4) === 'Exif') { - endianness = dataView.getUint16(tiffOffset); - littleEndian = endianness === 0x4949; - - if (littleEndian || endianness === 0x4D4D /* bigEndian */) { - if (dataView.getUint16(tiffOffset + 2, littleEndian) === 0x002A) { - firstIFDOffset = dataView.getUint32(tiffOffset + 4, littleEndian); - - if (firstIFDOffset >= 0x00000008) { - ifdStart = tiffOffset + firstIFDOffset; - } - } - } - } - } - - if (ifdStart) { - length = dataView.getUint16(ifdStart, littleEndian); - - for (i = 0; i < length; i++) { - offset = ifdStart + i * 12 + 2; - - if (dataView.getUint16(offset, littleEndian) === 0x0112 /* Orientation */) { - // 8 is the offset of the current tag's value - offset += 8; - - // Get the original orientation value - orientation = dataView.getUint16(offset, littleEndian); - - // Override the orientation with its default value for Safari (#120) - if (IS_SAFARI_OR_UIWEBVIEW) { - dataView.setUint16(offset, 1, littleEndian); - } - - break; - } - } - } - - return orientation; -} - -function dataURLToArrayBuffer(dataURL) { - var base64 = dataURL.replace(REGEXP_DATA_URL_HEAD, ''); - var binary = atob(base64); - var length = binary.length; - var arrayBuffer = new ArrayBuffer(length); - var dataView = new Uint8Array(arrayBuffer); - var i = void 0; - - for (i = 0; i < length; i++) { - dataView[i] = binary.charCodeAt(i); - } - - return arrayBuffer; -} - -// Only available for JPEG image -function arrayBufferToDataURL(arrayBuffer) { - var dataView = new Uint8Array(arrayBuffer); - var length = dataView.length; - var base64 = ''; - var i = void 0; - - for (i = 0; i < length; i++) { - base64 += fromCharCode(dataView[i]); - } - - return 'data:image/jpeg;base64,' + btoa(base64); -} - -var render$1 = { - render: function render() { - var self = this; - - self.initContainer(); - self.initCanvas(); - self.initCropBox(); - - self.renderCanvas(); - - if (self.cropped) { - self.renderCropBox(); - } - }, - initContainer: function initContainer() { - var self = this; - var options = self.options; - var $this = self.$element; - var $container = self.$container; - var $cropper = self.$cropper; - var hidden = 'cropper-hidden'; - - $cropper.addClass(hidden); - $this.removeClass(hidden); - - $cropper.css(self.container = { - width: Math.max($container.width(), Number(options.minContainerWidth) || 200), - height: Math.max($container.height(), Number(options.minContainerHeight) || 100) - }); - - $this.addClass(hidden); - $cropper.removeClass(hidden); - }, - - - // Canvas (image wrapper) - initCanvas: function initCanvas() { - var self = this; - var viewMode = self.options.viewMode; - var container = self.container; - var containerWidth = container.width; - var containerHeight = container.height; - var image = self.image; - var imageNaturalWidth = image.naturalWidth; - var imageNaturalHeight = image.naturalHeight; - var is90Degree = Math.abs(image.rotate) % 180 === 90; - var naturalWidth = is90Degree ? imageNaturalHeight : imageNaturalWidth; - var naturalHeight = is90Degree ? imageNaturalWidth : imageNaturalHeight; - var aspectRatio = naturalWidth / naturalHeight; - var canvasWidth = containerWidth; - var canvasHeight = containerHeight; - - if (containerHeight * aspectRatio > containerWidth) { - if (viewMode === 3) { - canvasWidth = containerHeight * aspectRatio; - } else { - canvasHeight = containerWidth / aspectRatio; - } - } else if (viewMode === 3) { - canvasHeight = containerWidth / aspectRatio; - } else { - canvasWidth = containerHeight * aspectRatio; - } - - var canvas = { - naturalWidth: naturalWidth, - naturalHeight: naturalHeight, - aspectRatio: aspectRatio, - width: canvasWidth, - height: canvasHeight - }; - - canvas.oldLeft = canvas.left = (containerWidth - canvasWidth) / 2; - canvas.oldTop = canvas.top = (containerHeight - canvasHeight) / 2; - - self.canvas = canvas; - self.limited = viewMode === 1 || viewMode === 2; - self.limitCanvas(true, true); - self.initialImage = $.extend({}, image); - self.initialCanvas = $.extend({}, canvas); - }, - limitCanvas: function limitCanvas(isSizeLimited, isPositionLimited) { - var self = this; - var options = self.options; - var viewMode = options.viewMode; - var container = self.container; - var containerWidth = container.width; - var containerHeight = container.height; - var canvas = self.canvas; - var aspectRatio = canvas.aspectRatio; - var cropBox = self.cropBox; - var cropped = self.cropped && cropBox; - - if (isSizeLimited) { - var minCanvasWidth = Number(options.minCanvasWidth) || 0; - var minCanvasHeight = Number(options.minCanvasHeight) || 0; - - if (viewMode) { - if (viewMode > 1) { - minCanvasWidth = Math.max(minCanvasWidth, containerWidth); - minCanvasHeight = Math.max(minCanvasHeight, containerHeight); - - if (viewMode === 3) { - if (minCanvasHeight * aspectRatio > minCanvasWidth) { - minCanvasWidth = minCanvasHeight * aspectRatio; - } else { - minCanvasHeight = minCanvasWidth / aspectRatio; - } - } - } else if (minCanvasWidth) { - minCanvasWidth = Math.max(minCanvasWidth, cropped ? cropBox.width : 0); - } else if (minCanvasHeight) { - minCanvasHeight = Math.max(minCanvasHeight, cropped ? cropBox.height : 0); - } else if (cropped) { - minCanvasWidth = cropBox.width; - minCanvasHeight = cropBox.height; - - if (minCanvasHeight * aspectRatio > minCanvasWidth) { - minCanvasWidth = minCanvasHeight * aspectRatio; - } else { - minCanvasHeight = minCanvasWidth / aspectRatio; - } - } - } - - if (minCanvasWidth && minCanvasHeight) { - if (minCanvasHeight * aspectRatio > minCanvasWidth) { - minCanvasHeight = minCanvasWidth / aspectRatio; - } else { - minCanvasWidth = minCanvasHeight * aspectRatio; - } - } else if (minCanvasWidth) { - minCanvasHeight = minCanvasWidth / aspectRatio; - } else if (minCanvasHeight) { - minCanvasWidth = minCanvasHeight * aspectRatio; - } - - canvas.minWidth = minCanvasWidth; - canvas.minHeight = minCanvasHeight; - canvas.maxWidth = Infinity; - canvas.maxHeight = Infinity; - } - - if (isPositionLimited) { - if (viewMode) { - var newCanvasLeft = containerWidth - canvas.width; - var newCanvasTop = containerHeight - canvas.height; - - canvas.minLeft = Math.min(0, newCanvasLeft); - canvas.minTop = Math.min(0, newCanvasTop); - canvas.maxLeft = Math.max(0, newCanvasLeft); - canvas.maxTop = Math.max(0, newCanvasTop); - - if (cropped && self.limited) { - canvas.minLeft = Math.min(cropBox.left, cropBox.left + cropBox.width - canvas.width); - canvas.minTop = Math.min(cropBox.top, cropBox.top + cropBox.height - canvas.height); - canvas.maxLeft = cropBox.left; - canvas.maxTop = cropBox.top; - - if (viewMode === 2) { - if (canvas.width >= containerWidth) { - canvas.minLeft = Math.min(0, newCanvasLeft); - canvas.maxLeft = Math.max(0, newCanvasLeft); - } - - if (canvas.height >= containerHeight) { - canvas.minTop = Math.min(0, newCanvasTop); - canvas.maxTop = Math.max(0, newCanvasTop); - } - } - } - } else { - canvas.minLeft = -canvas.width; - canvas.minTop = -canvas.height; - canvas.maxLeft = containerWidth; - canvas.maxTop = containerHeight; - } - } - }, - renderCanvas: function renderCanvas(isChanged) { - var self = this; - var canvas = self.canvas; - var image = self.image; - var rotate = image.rotate; - var naturalWidth = image.naturalWidth; - var naturalHeight = image.naturalHeight; - - if (self.rotated) { - self.rotated = false; - - // Computes rotated sizes with image sizes - var rotated = getRotatedSizes({ - width: image.width, - height: image.height, - degree: rotate - }); - var aspectRatio = rotated.width / rotated.height; - var isSquareImage = image.aspectRatio === 1; - - if (isSquareImage || aspectRatio !== canvas.aspectRatio) { - canvas.left -= (rotated.width - canvas.width) / 2; - canvas.top -= (rotated.height - canvas.height) / 2; - canvas.width = rotated.width; - canvas.height = rotated.height; - canvas.aspectRatio = aspectRatio; - canvas.naturalWidth = naturalWidth; - canvas.naturalHeight = naturalHeight; - - // Computes rotated sizes with natural image sizes - if (isSquareImage && rotate % 90 || rotate % 180) { - var rotated2 = getRotatedSizes({ - width: naturalWidth, - height: naturalHeight, - degree: rotate - }); - - canvas.naturalWidth = rotated2.width; - canvas.naturalHeight = rotated2.height; - } - - self.limitCanvas(true, false); - } - } - - if (canvas.width > canvas.maxWidth || canvas.width < canvas.minWidth) { - canvas.left = canvas.oldLeft; - } - - if (canvas.height > canvas.maxHeight || canvas.height < canvas.minHeight) { - canvas.top = canvas.oldTop; - } - - canvas.width = Math.min(Math.max(canvas.width, canvas.minWidth), canvas.maxWidth); - canvas.height = Math.min(Math.max(canvas.height, canvas.minHeight), canvas.maxHeight); - - self.limitCanvas(false, true); - - canvas.oldLeft = canvas.left = Math.min(Math.max(canvas.left, canvas.minLeft), canvas.maxLeft); - canvas.oldTop = canvas.top = Math.min(Math.max(canvas.top, canvas.minTop), canvas.maxTop); - - self.$canvas.css({ - width: canvas.width, - height: canvas.height, - transform: getTransform({ - translateX: canvas.left, - translateY: canvas.top - }) - }); - - self.renderImage(); - - if (self.cropped && self.limited) { - self.limitCropBox(true, true); - } - - if (isChanged) { - self.output(); - } - }, - renderImage: function renderImage(isChanged) { - var self = this; - var canvas = self.canvas; - var image = self.image; - var reversed = void 0; - - if (image.rotate) { - reversed = getRotatedSizes({ - width: canvas.width, - height: canvas.height, - degree: image.rotate, - aspectRatio: image.aspectRatio - }, true); - } - - $.extend(image, reversed ? { - width: reversed.width, - height: reversed.height, - left: (canvas.width - reversed.width) / 2, - top: (canvas.height - reversed.height) / 2 - } : { - width: canvas.width, - height: canvas.height, - left: 0, - top: 0 - }); - - self.$clone.css({ - width: image.width, - height: image.height, - transform: getTransform($.extend({ - translateX: image.left, - translateY: image.top - }, image)) - }); - - if (isChanged) { - self.output(); - } - }, - initCropBox: function initCropBox() { - var self = this; - var options = self.options; - var canvas = self.canvas; - var aspectRatio = options.aspectRatio; - var autoCropArea = Number(options.autoCropArea) || 0.8; - var cropBox = { - width: canvas.width, - height: canvas.height - }; - - if (aspectRatio) { - if (canvas.height * aspectRatio > canvas.width) { - cropBox.height = cropBox.width / aspectRatio; - } else { - cropBox.width = cropBox.height * aspectRatio; - } - } - - self.cropBox = cropBox; - self.limitCropBox(true, true); - - // Initialize auto crop area - cropBox.width = Math.min(Math.max(cropBox.width, cropBox.minWidth), cropBox.maxWidth); - cropBox.height = Math.min(Math.max(cropBox.height, cropBox.minHeight), cropBox.maxHeight); - - // The width of auto crop area must large than "minWidth", and the height too. (#164) - cropBox.width = Math.max(cropBox.minWidth, cropBox.width * autoCropArea); - cropBox.height = Math.max(cropBox.minHeight, cropBox.height * autoCropArea); - cropBox.oldLeft = cropBox.left = canvas.left + (canvas.width - cropBox.width) / 2; - cropBox.oldTop = cropBox.top = canvas.top + (canvas.height - cropBox.height) / 2; - - self.initialCropBox = $.extend({}, cropBox); - }, - limitCropBox: function limitCropBox(isSizeLimited, isPositionLimited) { - var self = this; - var options = self.options; - var aspectRatio = options.aspectRatio; - var container = self.container; - var containerWidth = container.width; - var containerHeight = container.height; - var canvas = self.canvas; - var cropBox = self.cropBox; - var limited = self.limited; - - if (isSizeLimited) { - var minCropBoxWidth = Number(options.minCropBoxWidth) || 0; - var minCropBoxHeight = Number(options.minCropBoxHeight) || 0; - var maxCropBoxWidth = Math.min(containerWidth, limited ? canvas.width : containerWidth); - var maxCropBoxHeight = Math.min(containerHeight, limited ? canvas.height : containerHeight); - - // The min/maxCropBoxWidth/Height must be less than containerWidth/Height - minCropBoxWidth = Math.min(minCropBoxWidth, containerWidth); - minCropBoxHeight = Math.min(minCropBoxHeight, containerHeight); - - if (aspectRatio) { - if (minCropBoxWidth && minCropBoxHeight) { - if (minCropBoxHeight * aspectRatio > minCropBoxWidth) { - minCropBoxHeight = minCropBoxWidth / aspectRatio; - } else { - minCropBoxWidth = minCropBoxHeight * aspectRatio; - } - } else if (minCropBoxWidth) { - minCropBoxHeight = minCropBoxWidth / aspectRatio; - } else if (minCropBoxHeight) { - minCropBoxWidth = minCropBoxHeight * aspectRatio; - } - - if (maxCropBoxHeight * aspectRatio > maxCropBoxWidth) { - maxCropBoxHeight = maxCropBoxWidth / aspectRatio; - } else { - maxCropBoxWidth = maxCropBoxHeight * aspectRatio; - } - } - - // The minWidth/Height must be less than maxWidth/Height - cropBox.minWidth = Math.min(minCropBoxWidth, maxCropBoxWidth); - cropBox.minHeight = Math.min(minCropBoxHeight, maxCropBoxHeight); - cropBox.maxWidth = maxCropBoxWidth; - cropBox.maxHeight = maxCropBoxHeight; - } - - if (isPositionLimited) { - if (limited) { - cropBox.minLeft = Math.max(0, canvas.left); - cropBox.minTop = Math.max(0, canvas.top); - cropBox.maxLeft = Math.min(containerWidth, canvas.left + canvas.width) - cropBox.width; - cropBox.maxTop = Math.min(containerHeight, canvas.top + canvas.height) - cropBox.height; - } else { - cropBox.minLeft = 0; - cropBox.minTop = 0; - cropBox.maxLeft = containerWidth - cropBox.width; - cropBox.maxTop = containerHeight - cropBox.height; - } - } - }, - renderCropBox: function renderCropBox() { - var self = this; - var options = self.options; - var container = self.container; - var containerWidth = container.width; - var containerHeight = container.height; - var cropBox = self.cropBox; - - if (cropBox.width > cropBox.maxWidth || cropBox.width < cropBox.minWidth) { - cropBox.left = cropBox.oldLeft; - } - - if (cropBox.height > cropBox.maxHeight || cropBox.height < cropBox.minHeight) { - cropBox.top = cropBox.oldTop; - } - - cropBox.width = Math.min(Math.max(cropBox.width, cropBox.minWidth), cropBox.maxWidth); - cropBox.height = Math.min(Math.max(cropBox.height, cropBox.minHeight), cropBox.maxHeight); - - self.limitCropBox(false, true); - - cropBox.oldLeft = cropBox.left = Math.min(Math.max(cropBox.left, cropBox.minLeft), cropBox.maxLeft); - cropBox.oldTop = cropBox.top = Math.min(Math.max(cropBox.top, cropBox.minTop), cropBox.maxTop); - - if (options.movable && options.cropBoxMovable) { - // Turn to move the canvas when the crop box is equal to the container - self.$face.data('action', cropBox.width === containerWidth && cropBox.height === containerHeight ? 'move' : 'all'); - } - - self.$cropBox.css({ - width: cropBox.width, - height: cropBox.height, - transform: getTransform({ - translateX: cropBox.left, - translateY: cropBox.top - }) - }); - - if (self.cropped && self.limited) { - self.limitCanvas(true, true); - } - - if (!self.disabled) { - self.output(); - } - }, - output: function output() { - var self = this; - - self.preview(); - - if (self.completed) { - self.trigger('crop', self.getData()); - } - } -}; - -var DATA_PREVIEW = 'preview'; - -var preview$1 = { - initPreview: function initPreview() { - var self = this; - var crossOrigin = self.crossOrigin; - var url = crossOrigin ? self.crossOriginUrl : self.url; - var image = document.createElement('img'); - - if (crossOrigin) { - image.crossOrigin = crossOrigin; - } - - image.src = url; - - var $clone2 = $(image); - - self.$preview = $(self.options.preview); - self.$clone2 = $clone2; - self.$viewBox.html($clone2); - self.$preview.each(function (i, element) { - var $this = $(element); - var img = document.createElement('img'); - - // Save the original size for recover - $this.data(DATA_PREVIEW, { - width: $this.width(), - height: $this.height(), - html: $this.html() - }); - - if (crossOrigin) { - img.crossOrigin = crossOrigin; - } - - img.src = url; - - /** - * Override img element styles - * Add `display:block` to avoid margin top issue - * Add `height:auto` to override `height` attribute on IE8 - * (Occur only when margin-top <= -height) - */ - img.style.cssText = 'display:block;' + 'width:100%;' + 'height:auto;' + 'min-width:0!important;' + 'min-height:0!important;' + 'max-width:none!important;' + 'max-height:none!important;' + 'image-orientation:0deg!important;"'; - - $this.html(img); - }); - }, - resetPreview: function resetPreview() { - this.$preview.each(function (i, element) { - var $this = $(element); - var data = $this.data(DATA_PREVIEW); - - $this.css({ - width: data.width, - height: data.height - }).html(data.html).removeData(DATA_PREVIEW); - }); - }, - preview: function preview() { - var self = this; - var image = self.image; - var canvas = self.canvas; - var cropBox = self.cropBox; - var cropBoxWidth = cropBox.width; - var cropBoxHeight = cropBox.height; - var width = image.width; - var height = image.height; - var left = cropBox.left - canvas.left - image.left; - var top = cropBox.top - canvas.top - image.top; - - if (!self.cropped || self.disabled) { - return; - } - - self.$clone2.css({ - width: width, - height: height, - transform: getTransform($.extend({ - translateX: -left, - translateY: -top - }, image)) - }); - - self.$preview.each(function (i, element) { - var $this = $(element); - var data = $this.data(DATA_PREVIEW); - var originalWidth = data.width; - var originalHeight = data.height; - var newWidth = originalWidth; - var newHeight = originalHeight; - var ratio = 1; - - if (cropBoxWidth) { - ratio = originalWidth / cropBoxWidth; - newHeight = cropBoxHeight * ratio; - } - - if (cropBoxHeight && newHeight > originalHeight) { - ratio = originalHeight / cropBoxHeight; - newWidth = cropBoxWidth * ratio; - newHeight = originalHeight; - } - - $this.css({ - width: newWidth, - height: newHeight - }).find('img').css({ - width: width * ratio, - height: height * ratio, - transform: getTransform($.extend({ - translateX: -left * ratio, - translateY: -top * ratio - }, image)) - }); - }); - } -}; - -// Globals -var PointerEvent = typeof window !== 'undefined' ? window.PointerEvent : null; - -// Events -var EVENT_POINTER_DOWN = PointerEvent ? 'pointerdown' : 'touchstart mousedown'; -var EVENT_POINTER_MOVE = PointerEvent ? 'pointermove' : 'touchmove mousemove'; -var EVENT_POINTER_UP = PointerEvent ? ' pointerup pointercancel' : 'touchend touchcancel mouseup'; -var EVENT_WHEEL = 'wheel mousewheel DOMMouseScroll'; -var EVENT_DBLCLICK = 'dblclick'; -var EVENT_RESIZE = 'resize'; -var EVENT_CROP_START = 'cropstart'; -var EVENT_CROP_MOVE = 'cropmove'; -var EVENT_CROP_END = 'cropend'; -var EVENT_CROP = 'crop'; -var EVENT_ZOOM = 'zoom'; - -var events = { - bind: function bind() { - var self = this; - var options = self.options; - var $this = self.$element; - var $cropper = self.$cropper; - - if ($.isFunction(options.cropstart)) { - $this.on(EVENT_CROP_START, options.cropstart); - } - - if ($.isFunction(options.cropmove)) { - $this.on(EVENT_CROP_MOVE, options.cropmove); - } - - if ($.isFunction(options.cropend)) { - $this.on(EVENT_CROP_END, options.cropend); - } - - if ($.isFunction(options.crop)) { - $this.on(EVENT_CROP, options.crop); - } - - if ($.isFunction(options.zoom)) { - $this.on(EVENT_ZOOM, options.zoom); - } - - $cropper.on(EVENT_POINTER_DOWN, proxy(self.cropStart, this)); - - if (options.zoomable && options.zoomOnWheel) { - $cropper.on(EVENT_WHEEL, proxy(self.wheel, this)); - } - - if (options.toggleDragModeOnDblclick) { - $cropper.on(EVENT_DBLCLICK, proxy(self.dblclick, this)); - } - - $(document).on(EVENT_POINTER_MOVE, self.onCropMove = proxy(self.cropMove, this)).on(EVENT_POINTER_UP, self.onCropEnd = proxy(self.cropEnd, this)); - - if (options.responsive) { - $(window).on(EVENT_RESIZE, self.onResize = proxy(self.resize, this)); - } - }, - unbind: function unbind() { - var self = this; - var options = self.options; - var $this = self.$element; - var $cropper = self.$cropper; - - if ($.isFunction(options.cropstart)) { - $this.off(EVENT_CROP_START, options.cropstart); - } - - if ($.isFunction(options.cropmove)) { - $this.off(EVENT_CROP_MOVE, options.cropmove); - } - - if ($.isFunction(options.cropend)) { - $this.off(EVENT_CROP_END, options.cropend); - } - - if ($.isFunction(options.crop)) { - $this.off(EVENT_CROP, options.crop); - } - - if ($.isFunction(options.zoom)) { - $this.off(EVENT_ZOOM, options.zoom); - } - - $cropper.off(EVENT_POINTER_DOWN, self.cropStart); - - if (options.zoomable && options.zoomOnWheel) { - $cropper.off(EVENT_WHEEL, self.wheel); - } - - if (options.toggleDragModeOnDblclick) { - $cropper.off(EVENT_DBLCLICK, self.dblclick); - } - - $(document).off(EVENT_POINTER_MOVE, self.onCropMove).off(EVENT_POINTER_UP, self.onCropEnd); - - if (options.responsive) { - $(window).off(EVENT_RESIZE, self.onResize); - } - } -}; - -var REGEXP_ACTIONS = /^(e|w|s|n|se|sw|ne|nw|all|crop|move|zoom)$/; - -function getPointer(_ref, endOnly) { - var pageX = _ref.pageX, - pageY = _ref.pageY; - - var end = { - endX: pageX, - endY: pageY - }; - - if (endOnly) { - return end; - } - - return $.extend({ - startX: pageX, - startY: pageY - }, end); -} - -var handlers = { - resize: function resize() { - var self = this; - var options = self.options; - var $container = self.$container; - var container = self.container; - var minContainerWidth = Number(options.minContainerWidth) || 200; - var minContainerHeight = Number(options.minContainerHeight) || 100; - - if (self.disabled || container.width === minContainerWidth || container.height === minContainerHeight) { - return; - } - - var ratio = $container.width() / container.width; - - // Resize when width changed or height changed - if (ratio !== 1 || $container.height() !== container.height) { - (function () { - var canvasData = void 0; - var cropBoxData = void 0; - - if (options.restore) { - canvasData = self.getCanvasData(); - cropBoxData = self.getCropBoxData(); - } - - self.render(); - - if (options.restore) { - self.setCanvasData($.each(canvasData, function (i, n) { - canvasData[i] = n * ratio; - })); - self.setCropBoxData($.each(cropBoxData, function (i, n) { - cropBoxData[i] = n * ratio; - })); - } - })(); - } - }, - dblclick: function dblclick() { - var self = this; - - if (self.disabled || self.options.dragMode === 'none') { - return; - } - - self.setDragMode(self.$dragBox.hasClass('cropper-crop') ? 'move' : 'crop'); - }, - wheel: function wheel(event) { - var self = this; - var e = event.originalEvent || event; - var ratio = Number(self.options.wheelZoomRatio) || 0.1; - - if (self.disabled) { - return; - } - - event.preventDefault(); - - // Limit wheel speed to prevent zoom too fast - if (self.wheeling) { - return; - } - - self.wheeling = true; - - setTimeout(function () { - self.wheeling = false; - }, 50); - - var delta = 1; - - if (e.deltaY) { - delta = e.deltaY > 0 ? 1 : -1; - } else if (e.wheelDelta) { - delta = -e.wheelDelta / 120; - } else if (e.detail) { - delta = e.detail > 0 ? 1 : -1; - } - - self.zoom(-delta * ratio, event); - }, - cropStart: function cropStart(e) { - var self = this; - - if (self.disabled) { - return; - } - - var options = self.options; - var pointers = self.pointers; - var originalEvent = e.originalEvent; - var action = void 0; - - if (originalEvent && originalEvent.changedTouches) { - // Handle touch event - $.each(originalEvent.changedTouches, function (i, touch) { - pointers[touch.identifier] = getPointer(touch); - }); - } else { - // Handle mouse event and pointer event - pointers[originalEvent && originalEvent.pointerId || 0] = getPointer(originalEvent || e); - } - - if (objectKeys(pointers).length > 1 && options.zoomable && options.zoomOnTouch) { - action = 'zoom'; - } else { - action = $(e.target).data('action'); - } - - if (!REGEXP_ACTIONS.test(action)) { - return; - } - - if (self.trigger('cropstart', { - originalEvent: originalEvent, - action: action - }).isDefaultPrevented()) { - return; - } - - e.preventDefault(); - - self.action = action; - self.cropping = false; - - if (action === 'crop') { - self.cropping = true; - self.$dragBox.addClass('cropper-modal'); - } - }, - cropMove: function cropMove(e) { - var self = this; - var action = self.action; - - if (self.disabled || !action) { - return; - } - - var pointers = self.pointers; - var originalEvent = e.originalEvent; - - e.preventDefault(); - - if (self.trigger('cropmove', { - originalEvent: originalEvent, - action: action - }).isDefaultPrevented()) { - return; - } - - if (originalEvent && originalEvent.changedTouches) { - $.each(originalEvent.changedTouches, function (i, touch) { - $.extend(pointers[touch.identifier], getPointer(touch, true)); - }); - } else { - $.extend(pointers[originalEvent && originalEvent.pointerId || 0], getPointer(originalEvent || e, true)); - } - - self.change(e); - }, - cropEnd: function cropEnd(e) { - var self = this; - - if (self.disabled) { - return; - } - - var action = self.action; - var pointers = self.pointers; - var originalEvent = e.originalEvent; - - if (originalEvent && originalEvent.changedTouches) { - $.each(originalEvent.changedTouches, function (i, touch) { - delete pointers[touch.identifier]; - }); - } else { - delete pointers[originalEvent && originalEvent.pointerId || 0]; - } - - if (!action) { - return; - } - - e.preventDefault(); - - if (!objectKeys(pointers).length) { - self.action = ''; - } - - if (self.cropping) { - self.cropping = false; - self.$dragBox.toggleClass('cropper-modal', self.cropped && self.options.modal); - } - - self.trigger('cropend', { - originalEvent: originalEvent, - action: action - }); - } -}; - -// Actions -var ACTION_EAST = 'e'; -var ACTION_WEST = 'w'; -var ACTION_SOUTH = 's'; -var ACTION_NORTH = 'n'; -var ACTION_SOUTH_EAST = 'se'; -var ACTION_SOUTH_WEST = 'sw'; -var ACTION_NORTH_EAST = 'ne'; -var ACTION_NORTH_WEST = 'nw'; - -function getMaxZoomRatio(pointers) { - var pointers2 = $.extend({}, pointers); - var ratios = []; - - $.each(pointers, function (pointerId, pointer) { - delete pointers2[pointerId]; - - $.each(pointers2, function (pointerId2, pointer2) { - var x1 = Math.abs(pointer.startX - pointer2.startX); - var y1 = Math.abs(pointer.startY - pointer2.startY); - var x2 = Math.abs(pointer.endX - pointer2.endX); - var y2 = Math.abs(pointer.endY - pointer2.endY); - var z1 = Math.sqrt(x1 * x1 + y1 * y1); - var z2 = Math.sqrt(x2 * x2 + y2 * y2); - var ratio = (z2 - z1) / z1; - - ratios.push(ratio); - }); - }); - - ratios.sort(function (a, b) { - return Math.abs(a) < Math.abs(b); - }); - - return ratios[0]; -} - -var change$1 = { - change: function change(e) { - var self = this; - var options = self.options; - var pointers = self.pointers; - var pointer = pointers[objectKeys(pointers)[0]]; - var container = self.container; - var canvas = self.canvas; - var cropBox = self.cropBox; - var action = self.action; - var aspectRatio = options.aspectRatio; - var width = cropBox.width; - var height = cropBox.height; - var left = cropBox.left; - var top = cropBox.top; - var right = left + width; - var bottom = top + height; - var minLeft = 0; - var minTop = 0; - var maxWidth = container.width; - var maxHeight = container.height; - var renderable = true; - var offset = void 0; - - // Locking aspect ratio in "free mode" by holding shift key (#259) - if (!aspectRatio && e.shiftKey) { - aspectRatio = width && height ? width / height : 1; - } - - if (self.limited) { - minLeft = cropBox.minLeft; - minTop = cropBox.minTop; - maxWidth = minLeft + Math.min(container.width, canvas.width, canvas.left + canvas.width); - maxHeight = minTop + Math.min(container.height, canvas.height, canvas.top + canvas.height); - } - - var range = { - x: pointer.endX - pointer.startX, - y: pointer.endY - pointer.startY - }; - - if (aspectRatio) { - range.X = range.y * aspectRatio; - range.Y = range.x / aspectRatio; - } - - switch (action) { - // Move crop box - case 'all': - left += range.x; - top += range.y; - break; - - // Resize crop box - case ACTION_EAST: - if (range.x >= 0 && (right >= maxWidth || aspectRatio && (top <= minTop || bottom >= maxHeight))) { - renderable = false; - break; - } - - width += range.x; - - if (aspectRatio) { - height = width / aspectRatio; - top -= range.Y / 2; - } - - if (width < 0) { - action = ACTION_WEST; - width = 0; - } - - break; - - case ACTION_NORTH: - if (range.y <= 0 && (top <= minTop || aspectRatio && (left <= minLeft || right >= maxWidth))) { - renderable = false; - break; - } - - height -= range.y; - top += range.y; - - if (aspectRatio) { - width = height * aspectRatio; - left += range.X / 2; - } - - if (height < 0) { - action = ACTION_SOUTH; - height = 0; - } - - break; - - case ACTION_WEST: - if (range.x <= 0 && (left <= minLeft || aspectRatio && (top <= minTop || bottom >= maxHeight))) { - renderable = false; - break; - } - - width -= range.x; - left += range.x; - - if (aspectRatio) { - height = width / aspectRatio; - top += range.Y / 2; - } - - if (width < 0) { - action = ACTION_EAST; - width = 0; - } - - break; - - case ACTION_SOUTH: - if (range.y >= 0 && (bottom >= maxHeight || aspectRatio && (left <= minLeft || right >= maxWidth))) { - renderable = false; - break; - } - - height += range.y; - - if (aspectRatio) { - width = height * aspectRatio; - left -= range.X / 2; - } - - if (height < 0) { - action = ACTION_NORTH; - height = 0; - } - - break; - - case ACTION_NORTH_EAST: - if (aspectRatio) { - if (range.y <= 0 && (top <= minTop || right >= maxWidth)) { - renderable = false; - break; - } - - height -= range.y; - top += range.y; - width = height * aspectRatio; - } else { - if (range.x >= 0) { - if (right < maxWidth) { - width += range.x; - } else if (range.y <= 0 && top <= minTop) { - renderable = false; - } - } else { - width += range.x; - } - - if (range.y <= 0) { - if (top > minTop) { - height -= range.y; - top += range.y; - } - } else { - height -= range.y; - top += range.y; - } - } - - if (width < 0 && height < 0) { - action = ACTION_SOUTH_WEST; - height = 0; - width = 0; - } else if (width < 0) { - action = ACTION_NORTH_WEST; - width = 0; - } else if (height < 0) { - action = ACTION_SOUTH_EAST; - height = 0; - } - - break; - - case ACTION_NORTH_WEST: - if (aspectRatio) { - if (range.y <= 0 && (top <= minTop || left <= minLeft)) { - renderable = false; - break; - } - - height -= range.y; - top += range.y; - width = height * aspectRatio; - left += range.X; - } else { - if (range.x <= 0) { - if (left > minLeft) { - width -= range.x; - left += range.x; - } else if (range.y <= 0 && top <= minTop) { - renderable = false; - } - } else { - width -= range.x; - left += range.x; - } - - if (range.y <= 0) { - if (top > minTop) { - height -= range.y; - top += range.y; - } - } else { - height -= range.y; - top += range.y; - } - } - - if (width < 0 && height < 0) { - action = ACTION_SOUTH_EAST; - height = 0; - width = 0; - } else if (width < 0) { - action = ACTION_NORTH_EAST; - width = 0; - } else if (height < 0) { - action = ACTION_SOUTH_WEST; - height = 0; - } - - break; - - case ACTION_SOUTH_WEST: - if (aspectRatio) { - if (range.x <= 0 && (left <= minLeft || bottom >= maxHeight)) { - renderable = false; - break; - } - - width -= range.x; - left += range.x; - height = width / aspectRatio; - } else { - if (range.x <= 0) { - if (left > minLeft) { - width -= range.x; - left += range.x; - } else if (range.y >= 0 && bottom >= maxHeight) { - renderable = false; - } - } else { - width -= range.x; - left += range.x; - } - - if (range.y >= 0) { - if (bottom < maxHeight) { - height += range.y; - } - } else { - height += range.y; - } - } - - if (width < 0 && height < 0) { - action = ACTION_NORTH_EAST; - height = 0; - width = 0; - } else if (width < 0) { - action = ACTION_SOUTH_EAST; - width = 0; - } else if (height < 0) { - action = ACTION_NORTH_WEST; - height = 0; - } - - break; - - case ACTION_SOUTH_EAST: - if (aspectRatio) { - if (range.x >= 0 && (right >= maxWidth || bottom >= maxHeight)) { - renderable = false; - break; - } - - width += range.x; - height = width / aspectRatio; - } else { - if (range.x >= 0) { - if (right < maxWidth) { - width += range.x; - } else if (range.y >= 0 && bottom >= maxHeight) { - renderable = false; - } - } else { - width += range.x; - } - - if (range.y >= 0) { - if (bottom < maxHeight) { - height += range.y; - } - } else { - height += range.y; - } - } - - if (width < 0 && height < 0) { - action = ACTION_NORTH_WEST; - height = 0; - width = 0; - } else if (width < 0) { - action = ACTION_SOUTH_WEST; - width = 0; - } else if (height < 0) { - action = ACTION_NORTH_EAST; - height = 0; - } - - break; - - // Move canvas - case 'move': - self.move(range.x, range.y); - renderable = false; - break; - - // Zoom canvas - case 'zoom': - self.zoom(getMaxZoomRatio(pointers), e.originalEvent); - renderable = false; - break; - - // Create crop box - case 'crop': - if (!range.x || !range.y) { - renderable = false; - break; - } - - offset = self.$cropper.offset(); - left = pointer.startX - offset.left; - top = pointer.startY - offset.top; - width = cropBox.minWidth; - height = cropBox.minHeight; - - if (range.x > 0) { - action = range.y > 0 ? ACTION_SOUTH_EAST : ACTION_NORTH_EAST; - } else if (range.x < 0) { - left -= width; - action = range.y > 0 ? ACTION_SOUTH_WEST : ACTION_NORTH_WEST; - } - - if (range.y < 0) { - top -= height; - } - - // Show the crop box if is hidden - if (!self.cropped) { - self.$cropBox.removeClass('cropper-hidden'); - self.cropped = true; - - if (self.limited) { - self.limitCropBox(true, true); - } - } - - break; - - // No default - } - - if (renderable) { - cropBox.width = width; - cropBox.height = height; - cropBox.left = left; - cropBox.top = top; - self.action = action; - self.renderCropBox(); - } - - // Override - $.each(pointers, function (i, p) { - p.startX = p.endX; - p.startY = p.endY; - }); - } -}; - -var classCallCheck = function (instance, Constructor) { - if (!(instance instanceof Constructor)) { - throw new TypeError("Cannot call a class as a function"); - } -}; - -var createClass = function () { - function defineProperties(target, props) { - for (var i = 0; i < props.length; i++) { - var descriptor = props[i]; - descriptor.enumerable = descriptor.enumerable || false; - descriptor.configurable = true; - if ("value" in descriptor) descriptor.writable = true; - Object.defineProperty(target, descriptor.key, descriptor); - } - } - - return function (Constructor, protoProps, staticProps) { - if (protoProps) defineProperties(Constructor.prototype, protoProps); - if (staticProps) defineProperties(Constructor, staticProps); - return Constructor; - }; -}(); - - - - - - - -var get = function get(object, property, receiver) { - if (object === null) object = Function.prototype; - var desc = Object.getOwnPropertyDescriptor(object, property); - - if (desc === undefined) { - var parent = Object.getPrototypeOf(object); - - if (parent === null) { - return undefined; - } else { - return get(parent, property, receiver); - } - } else if ("value" in desc) { - return desc.value; - } else { - var getter = desc.get; - - if (getter === undefined) { - return undefined; - } - - return getter.call(receiver); - } -}; - - - - - - - - - - - - - - - - - -var set = function set(object, property, value, receiver) { - var desc = Object.getOwnPropertyDescriptor(object, property); - - if (desc === undefined) { - var parent = Object.getPrototypeOf(object); - - if (parent !== null) { - set(parent, property, value, receiver); - } - } else if ("value" in desc && desc.writable) { - desc.value = value; - } else { - var setter = desc.set; - - if (setter !== undefined) { - setter.call(receiver, value); - } - } - - return value; -}; - - - - - - - - - - - - - - - -var toConsumableArray = function (arr) { - if (Array.isArray(arr)) { - for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) arr2[i] = arr[i]; - - return arr2; - } else { - return Array.from(arr); - } -}; - -function getPointersCenter(pointers) { - var pageX = 0; - var pageY = 0; - var count = 0; - - $.each(pointers, function (i, _ref) { - var startX = _ref.startX, - startY = _ref.startY; - - pageX += startX; - pageY += startY; - count += 1; - }); - - pageX /= count; - pageY /= count; - - return { - pageX: pageX, - pageY: pageY - }; -} - -var methods = { - // Show the crop box manually - crop: function crop() { - var self = this; - - if (!self.ready || self.disabled) { - return; - } - - if (!self.cropped) { - self.cropped = true; - self.limitCropBox(true, true); - - if (self.options.modal) { - self.$dragBox.addClass('cropper-modal'); - } - - self.$cropBox.removeClass('cropper-hidden'); - } - - self.setCropBoxData(self.initialCropBox); - }, - - - // Reset the image and crop box to their initial states - reset: function reset() { - var self = this; - - if (!self.ready || self.disabled) { - return; - } - - self.image = $.extend({}, self.initialImage); - self.canvas = $.extend({}, self.initialCanvas); - self.cropBox = $.extend({}, self.initialCropBox); - - self.renderCanvas(); - - if (self.cropped) { - self.renderCropBox(); - } - }, - - - // Clear the crop box - clear: function clear() { - var self = this; - - if (!self.cropped || self.disabled) { - return; - } - - $.extend(self.cropBox, { - left: 0, - top: 0, - width: 0, - height: 0 - }); - - self.cropped = false; - self.renderCropBox(); - - self.limitCanvas(true, true); - - // Render canvas after crop box rendered - self.renderCanvas(); - - self.$dragBox.removeClass('cropper-modal'); - self.$cropBox.addClass('cropper-hidden'); - }, - - - /** - * Replace the image's src and rebuild the cropper - * - * @param {String} url - * @param {Boolean} onlyColorChanged (optional) - */ - replace: function replace(url, onlyColorChanged) { - var self = this; - - if (!self.disabled && url) { - if (self.isImg) { - self.$element.attr('src', url); - } - - if (onlyColorChanged) { - self.url = url; - self.$clone.attr('src', url); - - if (self.ready) { - self.$preview.find('img').add(self.$clone2).attr('src', url); - } - } else { - if (self.isImg) { - self.replaced = true; - } - - // Clear previous data - self.options.data = null; - self.load(url); - } - } - }, - - - // Enable (unfreeze) the cropper - enable: function enable() { - var self = this; - - if (self.ready) { - self.disabled = false; - self.$cropper.removeClass('cropper-disabled'); - } - }, - - - // Disable (freeze) the cropper - disable: function disable() { - var self = this; - - if (self.ready) { - self.disabled = true; - self.$cropper.addClass('cropper-disabled'); - } - }, - - - // Destroy the cropper and remove the instance from the image - destroy: function destroy() { - var self = this; - var $this = self.$element; - - if (self.loaded) { - if (self.isImg && self.replaced) { - $this.attr('src', self.originalUrl); - } - - self.unbuild(); - $this.removeClass('cropper-hidden'); - } else if (self.isImg) { - $this.off('load', self.start); - } else if (self.$clone) { - self.$clone.remove(); - } - - $this.removeData('cropper'); - }, - - - /** - * Move the canvas with relative offsets - * - * @param {Number} offsetX - * @param {Number} offsetY (optional) - */ - move: function move(offsetX, offsetY) { - var self = this; - var canvas = self.canvas; - - self.moveTo(isUndefined(offsetX) ? offsetX : canvas.left + Number(offsetX), isUndefined(offsetY) ? offsetY : canvas.top + Number(offsetY)); - }, - - - /** - * Move the canvas to an absolute point - * - * @param {Number} x - * @param {Number} y (optional) - */ - moveTo: function moveTo(x, y) { - var self = this; - var canvas = self.canvas; - var changed = false; - - // If "y" is not present, its default value is "x" - if (isUndefined(y)) { - y = x; - } - - x = Number(x); - y = Number(y); - - if (self.ready && !self.disabled && self.options.movable) { - if (isNumber(x)) { - canvas.left = x; - changed = true; - } - - if (isNumber(y)) { - canvas.top = y; - changed = true; - } - - if (changed) { - self.renderCanvas(true); - } - } - }, - - - /** - * Zoom the canvas with a relative ratio - * - * @param {Number} ratio - * @param {jQuery Event} _event (private) - */ - zoom: function zoom(ratio, _event) { - var self = this; - var canvas = self.canvas; - - ratio = Number(ratio); - - if (ratio < 0) { - ratio = 1 / (1 - ratio); - } else { - ratio = 1 + ratio; - } - - self.zoomTo(canvas.width * ratio / canvas.naturalWidth, _event); - }, - - - /** - * Zoom the canvas to an absolute ratio - * - * @param {Number} ratio - * @param {jQuery Event} _event (private) - */ - zoomTo: function zoomTo(ratio, _event) { - var self = this; - var options = self.options; - var pointers = self.pointers; - var canvas = self.canvas; - var width = canvas.width; - var height = canvas.height; - var naturalWidth = canvas.naturalWidth; - var naturalHeight = canvas.naturalHeight; - - ratio = Number(ratio); - - if (ratio >= 0 && self.ready && !self.disabled && options.zoomable) { - var newWidth = naturalWidth * ratio; - var newHeight = naturalHeight * ratio; - var originalEvent = void 0; - - if (_event) { - originalEvent = _event.originalEvent; - } - - if (self.trigger('zoom', { - originalEvent: originalEvent, - oldRatio: width / naturalWidth, - ratio: newWidth / naturalWidth - }).isDefaultPrevented()) { - return; - } - - if (originalEvent) { - var offset = self.$cropper.offset(); - var center = pointers && objectKeys(pointers).length ? getPointersCenter(pointers) : { - pageX: _event.pageX || originalEvent.pageX || 0, - pageY: _event.pageY || originalEvent.pageY || 0 - }; - - // Zoom from the triggering point of the event - canvas.left -= (newWidth - width) * ((center.pageX - offset.left - canvas.left) / width); - canvas.top -= (newHeight - height) * ((center.pageY - offset.top - canvas.top) / height); - } else { - // Zoom from the center of the canvas - canvas.left -= (newWidth - width) / 2; - canvas.top -= (newHeight - height) / 2; - } - - canvas.width = newWidth; - canvas.height = newHeight; - self.renderCanvas(true); - } - }, - - - /** - * Rotate the canvas with a relative degree - * - * @param {Number} degree - */ - rotate: function rotate(degree) { - var self = this; - - self.rotateTo((self.image.rotate || 0) + Number(degree)); - }, - - - /** - * Rotate the canvas to an absolute degree - * https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function#rotate() - * - * @param {Number} degree - */ - rotateTo: function rotateTo(degree) { - var self = this; - - degree = Number(degree); - - if (isNumber(degree) && self.ready && !self.disabled && self.options.rotatable) { - self.image.rotate = degree % 360; - self.rotated = true; - self.renderCanvas(true); - } - }, - - - /** - * Scale the image - * https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function#scale() - * - * @param {Number} scaleX - * @param {Number} scaleY (optional) - */ - scale: function scale(scaleX, scaleY) { - var self = this; - var image = self.image; - var changed = false; - - // If "scaleY" is not present, its default value is "scaleX" - if (isUndefined(scaleY)) { - scaleY = scaleX; - } - - scaleX = Number(scaleX); - scaleY = Number(scaleY); - - if (self.ready && !self.disabled && self.options.scalable) { - if (isNumber(scaleX)) { - image.scaleX = scaleX; - changed = true; - } - - if (isNumber(scaleY)) { - image.scaleY = scaleY; - changed = true; - } - - if (changed) { - self.renderImage(true); - } - } - }, - - - /** - * Scale the abscissa of the image - * - * @param {Number} scaleX - */ - scaleX: function scaleX(_scaleX) { - var self = this; - var scaleY = self.image.scaleY; - - self.scale(_scaleX, isNumber(scaleY) ? scaleY : 1); - }, - - - /** - * Scale the ordinate of the image - * - * @param {Number} scaleY - */ - scaleY: function scaleY(_scaleY) { - var self = this; - var scaleX = self.image.scaleX; - - self.scale(isNumber(scaleX) ? scaleX : 1, _scaleY); - }, - - - /** - * Get the cropped area position and size data (base on the original image) - * - * @param {Boolean} isRounded (optional) - * @return {Object} data - */ - getData: function getData(isRounded) { - var self = this; - var options = self.options; - var image = self.image; - var canvas = self.canvas; - var cropBox = self.cropBox; - var ratio = void 0; - var data = void 0; - - if (self.ready && self.cropped) { - data = { - x: cropBox.left - canvas.left, - y: cropBox.top - canvas.top, - width: cropBox.width, - height: cropBox.height - }; - - ratio = image.width / image.naturalWidth; - - $.each(data, function (i, n) { - n /= ratio; - data[i] = isRounded ? Math.round(n) : n; - }); - } else { - data = { - x: 0, - y: 0, - width: 0, - height: 0 - }; - } - - if (options.rotatable) { - data.rotate = image.rotate || 0; - } - - if (options.scalable) { - data.scaleX = image.scaleX || 1; - data.scaleY = image.scaleY || 1; - } - - return data; - }, - - - /** - * Set the cropped area position and size with new data - * - * @param {Object} data - */ - setData: function setData(data) { - var self = this; - var options = self.options; - var image = self.image; - var canvas = self.canvas; - var cropBoxData = {}; - var rotated = void 0; - var isScaled = void 0; - var ratio = void 0; - - if ($.isFunction(data)) { - data = data.call(self.element); - } - - if (self.ready && !self.disabled && $.isPlainObject(data)) { - if (options.rotatable) { - if (isNumber(data.rotate) && data.rotate !== image.rotate) { - image.rotate = data.rotate; - self.rotated = rotated = true; - } - } - - if (options.scalable) { - if (isNumber(data.scaleX) && data.scaleX !== image.scaleX) { - image.scaleX = data.scaleX; - isScaled = true; - } - - if (isNumber(data.scaleY) && data.scaleY !== image.scaleY) { - image.scaleY = data.scaleY; - isScaled = true; - } - } - - if (rotated) { - self.renderCanvas(); - } else if (isScaled) { - self.renderImage(); - } - - ratio = image.width / image.naturalWidth; - - if (isNumber(data.x)) { - cropBoxData.left = data.x * ratio + canvas.left; - } - - if (isNumber(data.y)) { - cropBoxData.top = data.y * ratio + canvas.top; - } - - if (isNumber(data.width)) { - cropBoxData.width = data.width * ratio; - } - - if (isNumber(data.height)) { - cropBoxData.height = data.height * ratio; - } - - self.setCropBoxData(cropBoxData); - } - }, - - - /** - * Get the container size data - * - * @return {Object} data - */ - getContainerData: function getContainerData() { - return this.ready ? this.container : {}; - }, - - - /** - * Get the image position and size data - * - * @return {Object} data - */ - getImageData: function getImageData() { - return this.loaded ? this.image : {}; - }, - - - /** - * Get the canvas position and size data - * - * @return {Object} data - */ - getCanvasData: function getCanvasData() { - var self = this; - var canvas = self.canvas; - var data = {}; - - if (self.ready) { - $.each(['left', 'top', 'width', 'height', 'naturalWidth', 'naturalHeight'], function (i, n) { - data[n] = canvas[n]; - }); - } - - return data; - }, - - - /** - * Set the canvas position and size with new data - * - * @param {Object} data - */ - setCanvasData: function setCanvasData(data) { - var self = this; - var canvas = self.canvas; - var aspectRatio = canvas.aspectRatio; - - if ($.isFunction(data)) { - data = data.call(self.$element); - } - - if (self.ready && !self.disabled && $.isPlainObject(data)) { - if (isNumber(data.left)) { - canvas.left = data.left; - } - - if (isNumber(data.top)) { - canvas.top = data.top; - } - - if (isNumber(data.width)) { - canvas.width = data.width; - canvas.height = data.width / aspectRatio; - } else if (isNumber(data.height)) { - canvas.height = data.height; - canvas.width = data.height * aspectRatio; - } - - self.renderCanvas(true); - } - }, - - - /** - * Get the crop box position and size data - * - * @return {Object} data - */ - getCropBoxData: function getCropBoxData() { - var self = this; - var cropBox = self.cropBox; - - return self.ready && self.cropped ? { - left: cropBox.left, - top: cropBox.top, - width: cropBox.width, - height: cropBox.height - } : {}; - }, - - - /** - * Set the crop box position and size with new data - * - * @param {Object} data - */ - setCropBoxData: function setCropBoxData(data) { - var self = this; - var cropBox = self.cropBox; - var aspectRatio = self.options.aspectRatio; - var widthChanged = void 0; - var heightChanged = void 0; - - if ($.isFunction(data)) { - data = data.call(self.$element); - } - - if (self.ready && self.cropped && !self.disabled && $.isPlainObject(data)) { - if (isNumber(data.left)) { - cropBox.left = data.left; - } - - if (isNumber(data.top)) { - cropBox.top = data.top; - } - - if (isNumber(data.width) && data.width !== cropBox.width) { - widthChanged = true; - cropBox.width = data.width; - } - - if (isNumber(data.height) && data.height !== cropBox.height) { - heightChanged = true; - cropBox.height = data.height; - } - - if (aspectRatio) { - if (widthChanged) { - cropBox.height = cropBox.width / aspectRatio; - } else if (heightChanged) { - cropBox.width = cropBox.height * aspectRatio; - } - } - - self.renderCropBox(); - } - }, - - - /** - * Get a canvas drawn the cropped image - * - * @param {Object} options (optional) - * @return {HTMLCanvasElement} canvas - */ - getCroppedCanvas: function getCroppedCanvas(options) { - var self = this; - - if (!self.ready || !window.HTMLCanvasElement) { - return null; - } - - if (!self.cropped) { - return getSourceCanvas(self.$clone[0], self.image); - } - - if (!$.isPlainObject(options)) { - options = {}; - } - - var data = self.getData(); - var originalWidth = data.width; - var originalHeight = data.height; - var aspectRatio = originalWidth / originalHeight; - var scaledWidth = void 0; - var scaledHeight = void 0; - var scaledRatio = void 0; - - if ($.isPlainObject(options)) { - scaledWidth = options.width; - scaledHeight = options.height; - - if (scaledWidth) { - scaledHeight = scaledWidth / aspectRatio; - scaledRatio = scaledWidth / originalWidth; - } else if (scaledHeight) { - scaledWidth = scaledHeight * aspectRatio; - scaledRatio = scaledHeight / originalHeight; - } - } - - // The canvas element will use `Math.Math.floor` on a float number, so Math.floor first - var canvasWidth = Math.floor(scaledWidth || originalWidth); - var canvasHeight = Math.floor(scaledHeight || originalHeight); - - var canvas = $('')[0]; - var context = canvas.getContext('2d'); - - canvas.width = canvasWidth; - canvas.height = canvasHeight; - - if (options.fillColor) { - context.fillStyle = options.fillColor; - context.fillRect(0, 0, canvasWidth, canvasHeight); - } - - // https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D.drawImage - var parameters = function () { - var source = getSourceCanvas(self.$clone[0], self.image); - var sourceWidth = source.width; - var sourceHeight = source.height; - var canvasData = self.canvas; - var params = [source]; - - // Source canvas - var srcX = data.x + canvasData.naturalWidth * (Math.abs(data.scaleX || 1) - 1) / 2; - var srcY = data.y + canvasData.naturalHeight * (Math.abs(data.scaleY || 1) - 1) / 2; - var srcWidth = void 0; - var srcHeight = void 0; - - // Destination canvas - var dstX = void 0; - var dstY = void 0; - var dstWidth = void 0; - var dstHeight = void 0; - - if (srcX <= -originalWidth || srcX > sourceWidth) { - srcX = srcWidth = dstX = dstWidth = 0; - } else if (srcX <= 0) { - dstX = -srcX; - srcX = 0; - srcWidth = dstWidth = Math.min(sourceWidth, originalWidth + srcX); - } else if (srcX <= sourceWidth) { - dstX = 0; - srcWidth = dstWidth = Math.min(originalWidth, sourceWidth - srcX); - } - - if (srcWidth <= 0 || srcY <= -originalHeight || srcY > sourceHeight) { - srcY = srcHeight = dstY = dstHeight = 0; - } else if (srcY <= 0) { - dstY = -srcY; - srcY = 0; - srcHeight = dstHeight = Math.min(sourceHeight, originalHeight + srcY); - } else if (srcY <= sourceHeight) { - dstY = 0; - srcHeight = dstHeight = Math.min(originalHeight, sourceHeight - srcY); - } - - // All the numerical parameters should be integer for `drawImage` (#476) - params.push(Math.floor(srcX), Math.floor(srcY), Math.floor(srcWidth), Math.floor(srcHeight)); - - // Scale destination sizes - if (scaledRatio) { - dstX *= scaledRatio; - dstY *= scaledRatio; - dstWidth *= scaledRatio; - dstHeight *= scaledRatio; - } - - // Avoid "IndexSizeError" in IE and Firefox - if (dstWidth > 0 && dstHeight > 0) { - params.push(Math.floor(dstX), Math.floor(dstY), Math.floor(dstWidth), Math.floor(dstHeight)); - } - - return params; - }(); - - context.drawImage.apply(context, toConsumableArray(parameters)); - - return canvas; - }, - - - /** - * Change the aspect ratio of the crop box - * - * @param {Number} aspectRatio - */ - setAspectRatio: function setAspectRatio(aspectRatio) { - var self = this; - var options = self.options; - - if (!self.disabled && !isUndefined(aspectRatio)) { - // 0 -> NaN - options.aspectRatio = Math.max(0, aspectRatio) || NaN; - - if (self.ready) { - self.initCropBox(); - - if (self.cropped) { - self.renderCropBox(); - } - } - } - }, - - - /** - * Change the drag mode - * - * @param {String} mode (optional) - */ - setDragMode: function setDragMode(mode) { - var self = this; - var options = self.options; - var croppable = void 0; - var movable = void 0; - - if (self.loaded && !self.disabled) { - croppable = mode === 'crop'; - movable = options.movable && mode === 'move'; - mode = croppable || movable ? mode : 'none'; - - self.$dragBox.data('action', mode).toggleClass('cropper-crop', croppable).toggleClass('cropper-move', movable); - - if (!options.cropBoxMovable) { - // Sync drag mode to crop box when it is not movable(#300) - self.$face.data('action', mode).toggleClass('cropper-crop', croppable).toggleClass('cropper-move', movable); - } - } - } -}; - -var CLASS_HIDDEN = 'cropper-hidden'; -var REGEXP_DATA_URL = /^data:/; -var REGEXP_DATA_URL_JPEG = /^data:image\/jpeg;base64,/; - -var Cropper = function () { - function Cropper(element, options) { - classCallCheck(this, Cropper); - - var self = this; - - self.$element = $(element); - self.options = $.extend({}, DEFAULTS, $.isPlainObject(options) && options); - self.loaded = false; - self.ready = false; - self.completed = false; - self.rotated = false; - self.cropped = false; - self.disabled = false; - self.replaced = false; - self.limited = false; - self.wheeling = false; - self.isImg = false; - self.originalUrl = ''; - self.canvas = null; - self.cropBox = null; - self.pointers = {}; - self.init(); - } - - createClass(Cropper, [{ - key: 'init', - value: function init() { - var self = this; - var $this = self.$element; - var url = void 0; - - if ($this.is('img')) { - self.isImg = true; - - // Should use `$.fn.attr` here. e.g.: "img/picture.jpg" - self.originalUrl = url = $this.attr('src'); - - // Stop when it's a blank image - if (!url) { - return; - } - - // Should use `$.fn.prop` here. e.g.: "http://example.com/img/picture.jpg" - url = $this.prop('src'); - } else if ($this.is('canvas') && window.HTMLCanvasElement) { - url = $this[0].toDataURL(); - } - - self.load(url); - } - - // A shortcut for triggering custom events - - }, { - key: 'trigger', - value: function trigger(type, data) { - var e = $.Event(type, data); - - this.$element.trigger(e); - - return e; - } - }, { - key: 'load', - value: function load(url) { - var self = this; - var options = self.options; - var $this = self.$element; - - if (!url) { - return; - } - - self.url = url; - self.image = {}; - - if (!options.checkOrientation || !window.ArrayBuffer) { - self.clone(); - return; - } - - // XMLHttpRequest disallows to open a Data URL in some browsers like IE11 and Safari - if (REGEXP_DATA_URL.test(url)) { - if (REGEXP_DATA_URL_JPEG.test(url)) { - self.read(dataURLToArrayBuffer(url)); - } else { - self.clone(); - } - return; - } - - var xhr = new XMLHttpRequest(); - - xhr.onerror = xhr.onabort = $.proxy(function () { - self.clone(); - }, this); - - xhr.onload = function load() { - self.read(this.response); - }; - - if (options.checkCrossOrigin && isCrossOriginURL(url) && $this.prop('crossOrigin')) { - url = addTimestamp(url); - } - - xhr.open('get', url); - xhr.responseType = 'arraybuffer'; - xhr.withCredentials = $this.prop('crossOrigin') === 'use-credentials'; - xhr.send(); - } - }, { - key: 'read', - value: function read(arrayBuffer) { - var self = this; - var options = self.options; - var orientation = getOrientation(arrayBuffer); - var image = self.image; - var rotate = 0; - var scaleX = 1; - var scaleY = 1; - - if (orientation > 1) { - self.url = arrayBufferToDataURL(arrayBuffer); - - switch (orientation) { - - // flip horizontal - case 2: - scaleX = -1; - break; - - // rotate left 180° - case 3: - rotate = -180; - break; - - // flip vertical - case 4: - scaleY = -1; - break; - - // flip vertical + rotate right 90° - case 5: - rotate = 90; - scaleY = -1; - break; - - // rotate right 90° - case 6: - rotate = 90; - break; - - // flip horizontal + rotate right 90° - case 7: - rotate = 90; - scaleX = -1; - break; - - // rotate left 90° - case 8: - rotate = -90; - break; - } - } - - if (options.rotatable) { - image.rotate = rotate; - } - - if (options.scalable) { - image.scaleX = scaleX; - image.scaleY = scaleY; - } - - self.clone(); - } - }, { - key: 'clone', - value: function clone() { - var self = this; - var options = self.options; - var $this = self.$element; - var url = self.url; - var crossOrigin = ''; - var crossOriginUrl = void 0; - - if (options.checkCrossOrigin && isCrossOriginURL(url)) { - crossOrigin = $this.prop('crossOrigin'); - - if (crossOrigin) { - crossOriginUrl = url; - } else { - crossOrigin = 'anonymous'; - - // Bust cache (#148) when there is not a "crossOrigin" property - crossOriginUrl = addTimestamp(url); - } - } - - self.crossOrigin = crossOrigin; - self.crossOriginUrl = crossOriginUrl; - - var image = document.createElement('img'); - - if (crossOrigin) { - image.crossOrigin = crossOrigin; - } - - image.src = crossOriginUrl || url; - - var $clone = $(image); - - self.$clone = $clone; - - if (self.isImg) { - if ($this[0].complete) { - self.start(); - } else { - $this.one('load', $.proxy(self.start, this)); - } - } else { - $clone.one('load', $.proxy(self.start, this)).one('error', $.proxy(self.stop, this)).addClass('cropper-hide').insertAfter($this); - } - } - }, { - key: 'start', - value: function start() { - var self = this; - var $clone = self.$clone; - var $image = self.$element; - - if (!self.isImg) { - $clone.off('error', self.stop); - $image = $clone; - } - - getImageSize($image[0], function (naturalWidth, naturalHeight) { - $.extend(self.image, { - naturalWidth: naturalWidth, - naturalHeight: naturalHeight, - aspectRatio: naturalWidth / naturalHeight - }); - - self.loaded = true; - self.build(); - }); - } - }, { - key: 'stop', - value: function stop() { - var self = this; - - self.$clone.remove(); - self.$clone = null; - } - }, { - key: 'build', - value: function build() { - var self = this; - var options = self.options; - var $this = self.$element; - var $clone = self.$clone; - var $cropper = void 0; - var $cropBox = void 0; - var $face = void 0; - - if (!self.loaded) { - return; - } - - // Unbuild first when replace - if (self.ready) { - self.unbuild(); - } - - // Create cropper elements - self.$container = $this.parent(); - self.$cropper = $cropper = $(TEMPLATE); - self.$canvas = $cropper.find('.cropper-canvas').append($clone); - self.$dragBox = $cropper.find('.cropper-drag-box'); - self.$cropBox = $cropBox = $cropper.find('.cropper-crop-box'); - self.$viewBox = $cropper.find('.cropper-view-box'); - self.$face = $face = $cropBox.find('.cropper-face'); - - // Hide the original image - $this.addClass(CLASS_HIDDEN).after($cropper); - - // Show the clone image if is hidden - if (!self.isImg) { - $clone.removeClass('cropper-hide'); - } - - self.initPreview(); - self.bind(); - - options.aspectRatio = Math.max(0, options.aspectRatio) || NaN; - options.viewMode = Math.max(0, Math.min(3, Math.round(options.viewMode))) || 0; - - self.cropped = options.autoCrop; - - if (options.autoCrop) { - if (options.modal) { - self.$dragBox.addClass('cropper-modal'); - } - } else { - $cropBox.addClass(CLASS_HIDDEN); - } - - if (!options.guides) { - $cropBox.find('.cropper-dashed').addClass(CLASS_HIDDEN); - } - - if (!options.center) { - $cropBox.find('.cropper-center').addClass(CLASS_HIDDEN); - } - - if (options.cropBoxMovable) { - $face.addClass('cropper-move').data('action', 'all'); - } - - if (!options.highlight) { - $face.addClass('cropper-invisible'); - } - - if (options.background) { - $cropper.addClass('cropper-bg'); - } - - if (!options.cropBoxResizable) { - $cropBox.find('.cropper-line, .cropper-point').addClass(CLASS_HIDDEN); - } - - self.setDragMode(options.dragMode); - self.render(); - self.ready = true; - self.setData(options.data); - - // Trigger the ready event asynchronously to keep `data('cropper')` is defined - self.completing = setTimeout(function () { - if ($.isFunction(options.ready)) { - $this.one('ready', options.ready); - } - - self.trigger('ready'); - self.trigger('crop', self.getData()); - self.completed = true; - }, 0); - } - }, { - key: 'unbuild', - value: function unbuild() { - var self = this; - - if (!self.ready) { - return; - } - - if (!self.completed) { - clearTimeout(self.completing); - } - - self.ready = false; - self.completed = false; - self.initialImage = null; - - // Clear `initialCanvas` is necessary when replace - self.initialCanvas = null; - self.initialCropBox = null; - self.container = null; - self.canvas = null; - - // Clear `cropBox` is necessary when replace - self.cropBox = null; - self.unbind(); - - self.resetPreview(); - self.$preview = null; - - self.$viewBox = null; - self.$cropBox = null; - self.$dragBox = null; - self.$canvas = null; - self.$container = null; - - self.$cropper.remove(); - self.$cropper = null; - } - }], [{ - key: 'setDefaults', - value: function setDefaults(options) { - $.extend(DEFAULTS, $.isPlainObject(options) && options); - } - }]); - return Cropper; -}(); - -$.extend(Cropper.prototype, render$1); -$.extend(Cropper.prototype, preview$1); -$.extend(Cropper.prototype, events); -$.extend(Cropper.prototype, handlers); -$.extend(Cropper.prototype, change$1); -$.extend(Cropper.prototype, methods); - -var NAMESPACE = 'cropper'; -var OtherCropper = $.fn.cropper; - -$.fn.cropper = function jQueryCropper(option) { - for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { - args[_key - 1] = arguments[_key]; - } - - var result = void 0; - - this.each(function (i, element) { - var $this = $(element); - var data = $this.data(NAMESPACE); - - if (!data) { - if (/destroy/.test(option)) { - return; - } - - var options = $.extend({}, $this.data(), $.isPlainObject(option) && option); - $this.data(NAMESPACE, data = new Cropper(element, options)); - } - - if (typeof option === 'string') { - var fn = data[option]; - - if ($.isFunction(fn)) { - result = fn.apply(data, args); - } - } - }); - - return typeof result !== 'undefined' ? result : this; -}; - -$.fn.cropper.Constructor = Cropper; -$.fn.cropper.setDefaults = Cropper.setDefaults; - -// No conflict -$.fn.cropper.noConflict = function noConflict() { - $.fn.cropper = OtherCropper; - return this; -}; - -}))); diff --git a/ng6-seed/dist/assets/data/100k.json b/ng6-seed/dist/assets/data/100k.json deleted file mode 100644 index 0f07faccc..000000000 --- a/ng6-seed/dist/assets/data/100k.json +++ /dev/null @@ -1,100002 +0,0 @@ -[ - { - "id": 0, - "name": "Ramsey Cummings", - "gender": "male", - "age": 52, - "address": { - "state": "South Carolina", - "city": "Glendale" - } - }, - { - "id": 1, - "name": "Stefanie Huff", - "gender": "female", - "age": 70, - "address": { - "state": "Arizona", - "city": "Beaverdale" - } - }, - { - "id": 2, - "name": "Mabel David", - "gender": "female", - "age": 52, - "address": { - "state": "New Mexico", - "city": "Grazierville" - } - }, - { - "id": 3, - "name": "Frank Bradford", - "gender": "male", - "age": 61, - "address": { - "state": "Wisconsin", - "city": "Saranap" - } - }, - { - "id": 4, - "name": "Forbes Levine", - "gender": "male", - "age": 34, - "address": { - "state": "Vermont", - "city": "Norris" - } - }, - { - "id": 5, - "name": "Santiago Mcclain", - "gender": "male", - "age": 38, - "address": { - "state": "Montana", - "city": "Bordelonville" - } - }, - { - "id": 6, - "name": "Merritt Booker", - "gender": "male", - "age": 33, - "address": { - "state": "New Jersey", - "city": "Aguila" - } - }, - { - "id": 7, - "name": "Oconnor Wade", - "gender": "male", - "age": 18, - "address": { - "state": "Virginia", - "city": "Kenmar" - } - }, - { - "id": 8, - "name": "Leigh Beasley", - "gender": "female", - "age": 53, - "address": { - "state": "Texas", - "city": "Alfarata" - } - }, - { - "id": 9, - "name": "Johns Wood", - "gender": "male", - "age": 52, - "address": { - "state": "Maine", - "city": "Witmer" - } - }, - { - "id": 10, - "name": "Thompson Hays", - "gender": "male", - "age": 38, - "address": { - "state": "Nevada", - "city": "Kipp" - } - }, - { - "id": 11, - "name": "Hallie Mack", - "gender": "female", - "age": 19, - "address": { - "state": "Minnesota", - "city": "Darrtown" - } - }, - { - "id": 12, - "name": "Houston Santos", - "gender": "male", - "age": 24, - "address": { - "state": "Georgia", - "city": "Crucible" - } - }, - { - "id": 13, - "name": "Brandy Savage", - "gender": "female", - "age": 65, - "address": { - "state": "Idaho", - "city": "Nord" - } - }, - { - "id": 14, - "name": "Finch Barnett", - "gender": "male", - "age": 22, - "address": { - "state": "Ohio", - "city": "Osmond" - } - }, - { - "id": 15, - "name": "Nicole Crosby", - "gender": "female", - "age": 77, - "address": { - "state": "Kentucky", - "city": "Fairfield" - } - }, - { - "id": 16, - "name": "Carrie Mcconnell", - "gender": "female", - "age": 26, - "address": { - "state": "South Dakota", - "city": "Waikele" - } - }, - { - "id": 17, - "name": "Ann James", - "gender": "female", - "age": 37, - "address": { - "state": "North Dakota", - "city": "Siglerville" - } - }, - { - "id": 18, - "name": "Becky Sanford", - "gender": "female", - "age": 48, - "address": { - "state": "Massachusetts", - "city": "Celeryville" - } - }, - { - "id": 19, - "name": "Kathryn Rios", - "gender": "female", - "age": 39, - "address": { - "state": "Delaware", - "city": "Kylertown" - } - }, - { - "id": 20, - "name": "Dotson Vaughn", - "gender": "male", - "age": 68, - "address": { - "state": "Arkansas", - "city": "Monument" - } - }, - { - "id": 21, - "name": "Wright Kline", - "gender": "male", - "age": 41, - "address": { - "state": "Missouri", - "city": "Bynum" - } - }, - { - "id": 22, - "name": "Lula Morgan", - "gender": "female", - "age": 52, - "address": { - "state": "Oregon", - "city": "Mapletown" - } - }, - { - "id": 23, - "name": "Kay Mendez", - "gender": "female", - "age": 50, - "address": { - "state": "Michigan", - "city": "Twilight" - } - }, - { - "id": 24, - "name": "Mona Maddox", - "gender": "female", - "age": 35, - "address": { - "state": "Wyoming", - "city": "Wilmington" - } - }, - { - "id": 25, - "name": "Fulton Velez", - "gender": "male", - "age": 66, - "address": { - "state": "Colorado", - "city": "Loretto" - } - }, - { - "id": 26, - "name": "Ericka Craft", - "gender": "female", - "age": 80, - "address": { - "state": "Nebraska", - "city": "Beaulieu" - } - }, - { - "id": 27, - "name": "Richmond Rodriguez", - "gender": "male", - "age": 62, - "address": { - "state": "Rhode Island", - "city": "Vallonia" - } - }, - { - "id": 28, - "name": "Olsen Farmer", - "gender": "male", - "age": 45, - "address": { - "state": "Connecticut", - "city": "Romeville" - } - }, - { - "id": 29, - "name": "Sophie Austin", - "gender": "female", - "age": 59, - "address": { - "state": "New Hampshire", - "city": "Gorst" - } - }, - { - "id": 30, - "name": "Alta Olsen", - "gender": "female", - "age": 58, - "address": { - "state": "Florida", - "city": "Drytown" - } - }, - { - "id": 31, - "name": "Katherine Chavez", - "gender": "female", - "age": 20, - "address": { - "state": "Mississippi", - "city": "Trucksville" - } - }, - { - "id": 32, - "name": "Yvette Myers", - "gender": "female", - "age": 69, - "address": { - "state": "Washington", - "city": "Bangor" - } - }, - { - "id": 33, - "name": "Nguyen Dean", - "gender": "male", - "age": 58, - "address": { - "state": "Alaska", - "city": "Caroline" - } - }, - { - "id": 34, - "name": "Lauri Irwin", - "gender": "female", - "age": 23, - "address": { - "state": "Hawaii", - "city": "Takilma" - } - }, - { - "id": 35, - "name": "David Mclean", - "gender": "male", - "age": 49, - "address": { - "state": "Louisiana", - "city": "Harviell" - } - }, - { - "id": 36, - "name": "Tisha Cotton", - "gender": "female", - "age": 78, - "address": { - "state": "Illinois", - "city": "Camas" - } - }, - { - "id": 37, - "name": "Eliza Conrad", - "gender": "female", - "age": 82, - "address": { - "state": "Utah", - "city": "Gwynn" - } - }, - { - "id": 38, - "name": "Bolton Cooley", - "gender": "male", - "age": 44, - "address": { - "state": "Oklahoma", - "city": "Glidden" - } - }, - { - "id": 39, - "name": "Crosby Osborn", - "gender": "male", - "age": 44, - "address": { - "state": "Alabama", - "city": "Buxton" - } - }, - { - "id": 40, - "name": "Reese Tran", - "gender": "male", - "age": 53, - "address": { - "state": "Maryland", - "city": "Kempton" - } - }, - { - "id": 41, - "name": "Evangeline Larson", - "gender": "female", - "age": 49, - "address": { - "state": "Pennsylvania", - "city": "Mayfair" - } - }, - { - "id": 42, - "name": "Jimenez Frazier", - "gender": "male", - "age": 23, - "address": { - "state": "California", - "city": "Ronco" - } - }, - { - "id": 43, - "name": "Conner Tate", - "gender": "male", - "age": 39, - "address": { - "state": "West Virginia", - "city": "Eastvale" - } - }, - { - "id": 44, - "name": "Avery Rosales", - "gender": "male", - "age": 71, - "address": { - "state": "Tennessee", - "city": "Cascades" - } - }, - { - "id": 45, - "name": "Burris Marquez", - "gender": "male", - "age": 32, - "address": { - "state": "North Carolina", - "city": "Chamizal" - } - }, - { - "id": 46, - "name": "Hoover Cardenas", - "gender": "male", - "age": 65, - "address": { - "state": "Kansas", - "city": "Joes" - } - }, - { - "id": 47, - "name": "Moran Gomez", - "gender": "male", - "age": 40, - "address": { - "state": "New York", - "city": "Knowlton" - } - }, - { - "id": 48, - "name": "Boyd Juarez", - "gender": "male", - "age": 33, - "address": { - "state": "Iowa", - "city": "Hemlock" - } - }, - { - "id": 49, - "name": "John Mooney", - "gender": "female", - "age": 73, - "address": { - "state": "Rhode Island", - "city": "Gardners" - } - }, - { - "id": 50, - "name": "Avery Crawford", - "gender": "male", - "age": 39, - "address": { - "state": "Hawaii", - "city": "Woodruff" - } - }, - { - "id": 51, - "name": "Hudson Manning", - "gender": "male", - "age": 27, - "address": { - "state": "New York", - "city": "Bakersville" - } - }, - { - "id": 52, - "name": "Claudia Haney", - "gender": "female", - "age": 62, - "address": { - "state": "Massachusetts", - "city": "Worton" - } - }, - { - "id": 53, - "name": "Barlow Harding", - "gender": "male", - "age": 80, - "address": { - "state": "New Jersey", - "city": "Bentley" - } - }, - { - "id": 54, - "name": "Carolyn Castro", - "gender": "female", - "age": 64, - "address": { - "state": "Wyoming", - "city": "Kingstowne" - } - }, - { - "id": 55, - "name": "Bridges Stokes", - "gender": "male", - "age": 25, - "address": { - "state": "Utah", - "city": "Eagleville" - } - }, - { - "id": 56, - "name": "William Yates", - "gender": "male", - "age": 56, - "address": { - "state": "Maryland", - "city": "Loretto" - } - }, - { - "id": 57, - "name": "Doyle Shaw", - "gender": "male", - "age": 52, - "address": { - "state": "Delaware", - "city": "Evergreen" - } - }, - { - "id": 58, - "name": "Becker Schmidt", - "gender": "male", - "age": 68, - "address": { - "state": "Minnesota", - "city": "Nescatunga" - } - }, - { - "id": 59, - "name": "Karla Good", - "gender": "female", - "age": 47, - "address": { - "state": "Oregon", - "city": "Balm" - } - }, - { - "id": 60, - "name": "Shepard Massey", - "gender": "male", - "age": 61, - "address": { - "state": "Kansas", - "city": "Deputy" - } - }, - { - "id": 61, - "name": "Ellison Lara", - "gender": "male", - "age": 73, - "address": { - "state": "Michigan", - "city": "Marne" - } - }, - { - "id": 62, - "name": "Jodi Horton", - "gender": "female", - "age": 60, - "address": { - "state": "Maine", - "city": "Cumberland" - } - }, - { - "id": 63, - "name": "Santana Beasley", - "gender": "male", - "age": 55, - "address": { - "state": "Iowa", - "city": "Ticonderoga" - } - }, - { - "id": 64, - "name": "Atkins Mcintyre", - "gender": "male", - "age": 76, - "address": { - "state": "West Virginia", - "city": "Robinette" - } - }, - { - "id": 65, - "name": "Margie Lang", - "gender": "female", - "age": 47, - "address": { - "state": "Mississippi", - "city": "Silkworth" - } - }, - { - "id": 66, - "name": "Effie Morales", - "gender": "female", - "age": 25, - "address": { - "state": "New Mexico", - "city": "Wyoming" - } - }, - { - "id": 67, - "name": "Merritt Marshall", - "gender": "male", - "age": 70, - "address": { - "state": "Alaska", - "city": "Hackneyville" - } - }, - { - "id": 68, - "name": "Nikki Valentine", - "gender": "female", - "age": 23, - "address": { - "state": "Connecticut", - "city": "Dana" - } - }, - { - "id": 69, - "name": "Whitaker Suarez", - "gender": "male", - "age": 42, - "address": { - "state": "Colorado", - "city": "Edgewater" - } - }, - { - "id": 70, - "name": "Mendez Ramsey", - "gender": "male", - "age": 82, - "address": { - "state": "Washington", - "city": "Terlingua" - } - }, - { - "id": 71, - "name": "Latasha Guthrie", - "gender": "female", - "age": 22, - "address": { - "state": "South Dakota", - "city": "Moraida" - } - }, - { - "id": 72, - "name": "Penelope Diaz", - "gender": "female", - "age": 24, - "address": { - "state": "Louisiana", - "city": "Umapine" - } - }, - { - "id": 73, - "name": "Gomez Chaney", - "gender": "male", - "age": 23, - "address": { - "state": "Virginia", - "city": "Nelson" - } - }, - { - "id": 74, - "name": "Wilma Morris", - "gender": "female", - "age": 47, - "address": { - "state": "Vermont", - "city": "Draper" - } - }, - { - "id": 75, - "name": "Jimenez Randall", - "gender": "male", - "age": 19, - "address": { - "state": "Texas", - "city": "Elizaville" - } - }, - { - "id": 76, - "name": "Greta Barry", - "gender": "female", - "age": 27, - "address": { - "state": "Arkansas", - "city": "Bellfountain" - } - }, - { - "id": 77, - "name": "Pam Wilder", - "gender": "female", - "age": 24, - "address": { - "state": "Georgia", - "city": "Hannasville" - } - }, - { - "id": 78, - "name": "Brittney Serrano", - "gender": "female", - "age": 61, - "address": { - "state": "Kentucky", - "city": "Fairview" - } - }, - { - "id": 79, - "name": "Hernandez Zamora", - "gender": "male", - "age": 42, - "address": { - "state": "Illinois", - "city": "Bethpage" - } - }, - { - "id": 80, - "name": "Teri Butler", - "gender": "female", - "age": 59, - "address": { - "state": "Oklahoma", - "city": "Ruffin" - } - }, - { - "id": 81, - "name": "Mercedes Glover", - "gender": "female", - "age": 30, - "address": { - "state": "Tennessee", - "city": "Darrtown" - } - }, - { - "id": 82, - "name": "Simone Burns", - "gender": "female", - "age": 65, - "address": { - "state": "South Carolina", - "city": "Idamay" - } - }, - { - "id": 83, - "name": "Herrera Norman", - "gender": "male", - "age": 54, - "address": { - "state": "North Dakota", - "city": "Tibbie" - } - }, - { - "id": 84, - "name": "Lea Hunter", - "gender": "female", - "age": 39, - "address": { - "state": "Montana", - "city": "Cedarville" - } - }, - { - "id": 85, - "name": "Briana Mckay", - "gender": "female", - "age": 18, - "address": { - "state": "Idaho", - "city": "Ona" - } - }, - { - "id": 86, - "name": "Letha Kirk", - "gender": "female", - "age": 75, - "address": { - "state": "Pennsylvania", - "city": "Bayview" - } - }, - { - "id": 87, - "name": "Head Finch", - "gender": "male", - "age": 60, - "address": { - "state": "Alabama", - "city": "Ruckersville" - } - }, - { - "id": 88, - "name": "Lauri Bates", - "gender": "female", - "age": 40, - "address": { - "state": "Missouri", - "city": "Skyland" - } - }, - { - "id": 89, - "name": "Corine Reyes", - "gender": "female", - "age": 49, - "address": { - "state": "Nebraska", - "city": "Fredericktown" - } - }, - { - "id": 90, - "name": "Hattie Powell", - "gender": "female", - "age": 36, - "address": { - "state": "Nevada", - "city": "Remington" - } - }, - { - "id": 91, - "name": "Coffey Wolf", - "gender": "male", - "age": 40, - "address": { - "state": "North Carolina", - "city": "Stagecoach" - } - }, - { - "id": 92, - "name": "Knowles Rowe", - "gender": "male", - "age": 77, - "address": { - "state": "California", - "city": "Hardyville" - } - }, - { - "id": 93, - "name": "Leona Blair", - "gender": "female", - "age": 35, - "address": { - "state": "Indiana", - "city": "Crayne" - } - }, - { - "id": 94, - "name": "Meadows Hebert", - "gender": "male", - "age": 42, - "address": { - "state": "Wisconsin", - "city": "Levant" - } - }, - { - "id": 95, - "name": "Francis Becker", - "gender": "female", - "age": 63, - "address": { - "state": "Florida", - "city": "Rehrersburg" - } - }, - { - "id": 96, - "name": "Huber Wilcox", - "gender": "male", - "age": 57, - "address": { - "state": "Ohio", - "city": "Hessville" - } - }, - { - "id": 97, - "name": "Jeanie Graham", - "gender": "female", - "age": 37, - "address": { - "state": "Arizona", - "city": "Foxworth" - } - }, - { - "id": 98, - "name": "Genevieve Barr", - "gender": "female", - "age": 40, - "address": { - "state": "Oklahoma", - "city": "Greenbackville" - } - }, - { - "id": 99, - "name": "Leonard Randolph", - "gender": "male", - "age": 54, - "address": { - "state": "South Carolina", - "city": "Bath" - } - }, - { - "id": 100, - "name": "Hartman Mcgowan", - "gender": "male", - "age": 66, - "address": { - "state": "Wyoming", - "city": "Veyo" - } - }, - { - "id": 101, - "name": "Aline Maxwell", - "gender": "female", - "age": 66, - "address": { - "state": "California", - "city": "Curtice" - } - }, - { - "id": 102, - "name": "Maldonado Conway", - "gender": "male", - "age": 42, - "address": { - "state": "Michigan", - "city": "Montura" - } - }, - { - "id": 103, - "name": "Shari Reyes", - "gender": "female", - "age": 47, - "address": { - "state": "Rhode Island", - "city": "Ellerslie" - } - }, - { - "id": 104, - "name": "Lidia Conner", - "gender": "female", - "age": 42, - "address": { - "state": "West Virginia", - "city": "Cawood" - } - }, - { - "id": 105, - "name": "Murphy Wiley", - "gender": "male", - "age": 53, - "address": { - "state": "North Carolina", - "city": "Mappsville" - } - }, - { - "id": 106, - "name": "Frye Hendricks", - "gender": "male", - "age": 33, - "address": { - "state": "South Dakota", - "city": "Coultervillle" - } - }, - { - "id": 107, - "name": "Torres Mcclure", - "gender": "male", - "age": 82, - "address": { - "state": "Kentucky", - "city": "Wacissa" - } - }, - { - "id": 108, - "name": "Leblanc Schneider", - "gender": "male", - "age": 64, - "address": { - "state": "Montana", - "city": "Glenshaw" - } - }, - { - "id": 109, - "name": "Stevenson Arnold", - "gender": "male", - "age": 19, - "address": { - "state": "Mississippi", - "city": "Joes" - } - }, - { - "id": 110, - "name": "Hogan Ortiz", - "gender": "male", - "age": 45, - "address": { - "state": "Pennsylvania", - "city": "Watchtower" - } - }, - { - "id": 111, - "name": "Colleen Herman", - "gender": "female", - "age": 59, - "address": { - "state": "Tennessee", - "city": "Edgar" - } - }, - { - "id": 112, - "name": "Casandra Wolfe", - "gender": "female", - "age": 18, - "address": { - "state": "New Mexico", - "city": "Alderpoint" - } - }, - { - "id": 113, - "name": "Laverne Powell", - "gender": "female", - "age": 29, - "address": { - "state": "Iowa", - "city": "Hanover" - } - }, - { - "id": 114, - "name": "Solis Pitts", - "gender": "male", - "age": 52, - "address": { - "state": "Alaska", - "city": "Sparkill" - } - }, - { - "id": 115, - "name": "Young Drake", - "gender": "male", - "age": 77, - "address": { - "state": "Arizona", - "city": "Venice" - } - }, - { - "id": 116, - "name": "Vaughan Boone", - "gender": "male", - "age": 80, - "address": { - "state": "Illinois", - "city": "Fannett" - } - }, - { - "id": 117, - "name": "Meyers Bonner", - "gender": "male", - "age": 27, - "address": { - "state": "Minnesota", - "city": "Echo" - } - }, - { - "id": 118, - "name": "Marian Sweeney", - "gender": "female", - "age": 30, - "address": { - "state": "Massachusetts", - "city": "Haring" - } - }, - { - "id": 119, - "name": "Mary Bowen", - "gender": "female", - "age": 41, - "address": { - "state": "Nebraska", - "city": "Staples" - } - }, - { - "id": 120, - "name": "Beryl Coffey", - "gender": "female", - "age": 29, - "address": { - "state": "Ohio", - "city": "Cowiche" - } - }, - { - "id": 121, - "name": "Ewing Garcia", - "gender": "male", - "age": 68, - "address": { - "state": "Alabama", - "city": "Enoree" - } - }, - { - "id": 122, - "name": "Jan Mason", - "gender": "female", - "age": 35, - "address": { - "state": "Washington", - "city": "Itmann" - } - }, - { - "id": 123, - "name": "Mallory Byrd", - "gender": "female", - "age": 75, - "address": { - "state": "Indiana", - "city": "Worcester" - } - }, - { - "id": 124, - "name": "Terry Rosales", - "gender": "male", - "age": 29, - "address": { - "state": "North Dakota", - "city": "Twilight" - } - }, - { - "id": 125, - "name": "Mcclure Barlow", - "gender": "male", - "age": 62, - "address": { - "state": "Wisconsin", - "city": "Diaperville" - } - }, - { - "id": 126, - "name": "Melton Hunt", - "gender": "male", - "age": 34, - "address": { - "state": "Louisiana", - "city": "Stollings" - } - }, - { - "id": 127, - "name": "Cathy Berger", - "gender": "female", - "age": 56, - "address": { - "state": "New York", - "city": "Bonanza" - } - }, - { - "id": 128, - "name": "Porter Rosa", - "gender": "male", - "age": 74, - "address": { - "state": "Georgia", - "city": "Moquino" - } - }, - { - "id": 129, - "name": "Harvey Bradley", - "gender": "male", - "age": 23, - "address": { - "state": "Maine", - "city": "Santel" - } - }, - { - "id": 130, - "name": "Cornelia Barron", - "gender": "female", - "age": 66, - "address": { - "state": "Nevada", - "city": "Finzel" - } - }, - { - "id": 131, - "name": "Hallie Reynolds", - "gender": "female", - "age": 25, - "address": { - "state": "Delaware", - "city": "Sidman" - } - }, - { - "id": 132, - "name": "Key Dillon", - "gender": "male", - "age": 17, - "address": { - "state": "New Hampshire", - "city": "Siglerville" - } - }, - { - "id": 133, - "name": "Hale Howell", - "gender": "male", - "age": 57, - "address": { - "state": "Texas", - "city": "Stonybrook" - } - }, - { - "id": 134, - "name": "Hester Glass", - "gender": "male", - "age": 22, - "address": { - "state": "Oregon", - "city": "Dalton" - } - }, - { - "id": 135, - "name": "Winnie Chen", - "gender": "female", - "age": 30, - "address": { - "state": "Missouri", - "city": "Cassel" - } - }, - { - "id": 136, - "name": "Ladonna Hooper", - "gender": "female", - "age": 80, - "address": { - "state": "Kansas", - "city": "Ryderwood" - } - }, - { - "id": 137, - "name": "Phillips Mays", - "gender": "male", - "age": 77, - "address": { - "state": "Florida", - "city": "Nanafalia" - } - }, - { - "id": 138, - "name": "Rivera Nguyen", - "gender": "male", - "age": 67, - "address": { - "state": "Virginia", - "city": "Gadsden" - } - }, - { - "id": 139, - "name": "Mckinney Walton", - "gender": "male", - "age": 41, - "address": { - "state": "Connecticut", - "city": "Nogal" - } - }, - { - "id": 140, - "name": "Pickett Patton", - "gender": "male", - "age": 71, - "address": { - "state": "Vermont", - "city": "Boling" - } - }, - { - "id": 141, - "name": "Stevens Chavez", - "gender": "male", - "age": 21, - "address": { - "state": "Arkansas", - "city": "Snelling" - } - }, - { - "id": 142, - "name": "Wilkins Duncan", - "gender": "male", - "age": 19, - "address": { - "state": "Idaho", - "city": "Gerber" - } - }, - { - "id": 143, - "name": "Ellis Jacobson", - "gender": "male", - "age": 54, - "address": { - "state": "Hawaii", - "city": "Chamizal" - } - }, - { - "id": 144, - "name": "Cristina Scott", - "gender": "female", - "age": 81, - "address": { - "state": "Colorado", - "city": "Waterview" - } - }, - { - "id": 145, - "name": "Huff Navarro", - "gender": "male", - "age": 33, - "address": { - "state": "Maryland", - "city": "Mammoth" - } - }, - { - "id": 146, - "name": "Reynolds Humphrey", - "gender": "male", - "age": 72, - "address": { - "state": "New Jersey", - "city": "Williamson" - } - }, - { - "id": 147, - "name": "Gay Grant", - "gender": "male", - "age": 53, - "address": { - "state": "Vermont", - "city": "Frystown" - } - }, - { - "id": 148, - "name": "Kim Martin", - "gender": "female", - "age": 64, - "address": { - "state": "Florida", - "city": "Tioga" - } - }, - { - "id": 149, - "name": "Mccormick Turner", - "gender": "male", - "age": 68, - "address": { - "state": "Mississippi", - "city": "Yukon" - } - }, - { - "id": 150, - "name": "Mcdowell Emerson", - "gender": "male", - "age": 60, - "address": { - "state": "Indiana", - "city": "Dorneyville" - } - }, - { - "id": 151, - "name": "Maritza Hardin", - "gender": "female", - "age": 63, - "address": { - "state": "Arkansas", - "city": "Keller" - } - }, - { - "id": 152, - "name": "Hess Richardson", - "gender": "male", - "age": 23, - "address": { - "state": "Kentucky", - "city": "Clarksburg" - } - }, - { - "id": 153, - "name": "Rhonda Faulkner", - "gender": "female", - "age": 23, - "address": { - "state": "Minnesota", - "city": "Wheatfields" - } - }, - { - "id": 154, - "name": "Morgan Wade", - "gender": "female", - "age": 51, - "address": { - "state": "Wisconsin", - "city": "Chamberino" - } - }, - { - "id": 155, - "name": "Clarice Morales", - "gender": "female", - "age": 47, - "address": { - "state": "North Dakota", - "city": "Hobucken" - } - }, - { - "id": 156, - "name": "Mayo Silva", - "gender": "male", - "age": 47, - "address": { - "state": "Ohio", - "city": "Beaulieu" - } - }, - { - "id": 157, - "name": "Sullivan Bryan", - "gender": "male", - "age": 74, - "address": { - "state": "Oregon", - "city": "Darbydale" - } - }, - { - "id": 158, - "name": "Kristin Carrillo", - "gender": "female", - "age": 78, - "address": { - "state": "California", - "city": "Brooktrails" - } - }, - { - "id": 159, - "name": "Gallagher Tillman", - "gender": "male", - "age": 34, - "address": { - "state": "Illinois", - "city": "Ypsilanti" - } - }, - { - "id": 160, - "name": "Aimee Mathews", - "gender": "female", - "age": 51, - "address": { - "state": "West Virginia", - "city": "Reno" - } - }, - { - "id": 161, - "name": "Maura Meyers", - "gender": "female", - "age": 38, - "address": { - "state": "Arizona", - "city": "Yardville" - } - }, - { - "id": 162, - "name": "Slater Wilder", - "gender": "male", - "age": 28, - "address": { - "state": "South Dakota", - "city": "Celeryville" - } - }, - { - "id": 163, - "name": "Tameka Ochoa", - "gender": "female", - "age": 38, - "address": { - "state": "Iowa", - "city": "Winchester" - } - }, - { - "id": 164, - "name": "Roth Hammond", - "gender": "male", - "age": 29, - "address": { - "state": "Maine", - "city": "Bergoo" - } - }, - { - "id": 165, - "name": "Durham Higgins", - "gender": "male", - "age": 65, - "address": { - "state": "Oklahoma", - "city": "Jessie" - } - }, - { - "id": 166, - "name": "Janice Carey", - "gender": "female", - "age": 36, - "address": { - "state": "Georgia", - "city": "Shaft" - } - }, - { - "id": 167, - "name": "Elva Downs", - "gender": "female", - "age": 24, - "address": { - "state": "Delaware", - "city": "Stagecoach" - } - }, - { - "id": 168, - "name": "Emerson Wolf", - "gender": "male", - "age": 72, - "address": { - "state": "Montana", - "city": "Toftrees" - } - }, - { - "id": 169, - "name": "Mitchell Greene", - "gender": "male", - "age": 25, - "address": { - "state": "New Mexico", - "city": "Mulberry" - } - }, - { - "id": 170, - "name": "Pope Poole", - "gender": "male", - "age": 45, - "address": { - "state": "Rhode Island", - "city": "Nicholson" - } - }, - { - "id": 171, - "name": "Bradford Montgomery", - "gender": "male", - "age": 74, - "address": { - "state": "Virginia", - "city": "Sandston" - } - }, - { - "id": 172, - "name": "Lakeisha Joseph", - "gender": "female", - "age": 27, - "address": { - "state": "Colorado", - "city": "Tedrow" - } - }, - { - "id": 173, - "name": "Shari Boyle", - "gender": "female", - "age": 21, - "address": { - "state": "Kansas", - "city": "Freeburn" - } - }, - { - "id": 174, - "name": "Kathleen Newman", - "gender": "female", - "age": 76, - "address": { - "state": "Nevada", - "city": "Fairfield" - } - }, - { - "id": 175, - "name": "Rosanna Merritt", - "gender": "female", - "age": 40, - "address": { - "state": "Idaho", - "city": "Oretta" - } - }, - { - "id": 176, - "name": "Betsy Jacobs", - "gender": "female", - "age": 55, - "address": { - "state": "Nebraska", - "city": "Geyserville" - } - }, - { - "id": 177, - "name": "Rae Cox", - "gender": "female", - "age": 74, - "address": { - "state": "North Carolina", - "city": "Klagetoh" - } - }, - { - "id": 178, - "name": "Dodson Delacruz", - "gender": "male", - "age": 24, - "address": { - "state": "Maryland", - "city": "Thermal" - } - }, - { - "id": 179, - "name": "Anastasia Monroe", - "gender": "female", - "age": 54, - "address": { - "state": "Connecticut", - "city": "Oley" - } - }, - { - "id": 180, - "name": "Goldie Reid", - "gender": "female", - "age": 72, - "address": { - "state": "Alaska", - "city": "Kohatk" - } - }, - { - "id": 181, - "name": "Dillard Fox", - "gender": "male", - "age": 32, - "address": { - "state": "Utah", - "city": "Churchill" - } - }, - { - "id": 182, - "name": "Moses Evans", - "gender": "male", - "age": 65, - "address": { - "state": "Alabama", - "city": "Kimmell" - } - }, - { - "id": 183, - "name": "Pace Fitzgerald", - "gender": "male", - "age": 31, - "address": { - "state": "Wyoming", - "city": "Germanton" - } - }, - { - "id": 184, - "name": "Shawn Martinez", - "gender": "female", - "age": 33, - "address": { - "state": "New Jersey", - "city": "Castleton" - } - }, - { - "id": 185, - "name": "Lawson Hanson", - "gender": "male", - "age": 60, - "address": { - "state": "Missouri", - "city": "Sattley" - } - }, - { - "id": 186, - "name": "Imelda Rogers", - "gender": "female", - "age": 66, - "address": { - "state": "Texas", - "city": "Ruffin" - } - }, - { - "id": 187, - "name": "Gretchen Dodson", - "gender": "female", - "age": 52, - "address": { - "state": "Louisiana", - "city": "Indio" - } - }, - { - "id": 188, - "name": "Tasha Stevens", - "gender": "female", - "age": 77, - "address": { - "state": "Pennsylvania", - "city": "Staples" - } - }, - { - "id": 189, - "name": "Yvette Chang", - "gender": "female", - "age": 73, - "address": { - "state": "New York", - "city": "Fairhaven" - } - }, - { - "id": 190, - "name": "Sadie Duffy", - "gender": "female", - "age": 46, - "address": { - "state": "Michigan", - "city": "Hessville" - } - }, - { - "id": 191, - "name": "Savage Smith", - "gender": "male", - "age": 71, - "address": { - "state": "Tennessee", - "city": "Mansfield" - } - }, - { - "id": 192, - "name": "Monica Dunn", - "gender": "female", - "age": 53, - "address": { - "state": "New Hampshire", - "city": "Gracey" - } - }, - { - "id": 193, - "name": "Terrell Coffey", - "gender": "male", - "age": 75, - "address": { - "state": "Massachusetts", - "city": "Boonville" - } - }, - { - "id": 194, - "name": "Walsh Waller", - "gender": "male", - "age": 63, - "address": { - "state": "Hawaii", - "city": "Richville" - } - }, - { - "id": 195, - "name": "Bonnie Lamb", - "gender": "female", - "age": 22, - "address": { - "state": "South Carolina", - "city": "Finzel" - } - }, - { - "id": 196, - "name": "Frederick Hall", - "gender": "male", - "age": 56, - "address": { - "state": "West Virginia", - "city": "Kenvil" - } - }, - { - "id": 197, - "name": "Lana King", - "gender": "female", - "age": 40, - "address": { - "state": "Arizona", - "city": "Elrama" - } - }, - { - "id": 198, - "name": "Millie Boyer", - "gender": "female", - "age": 34, - "address": { - "state": "California", - "city": "Blanford" - } - }, - { - "id": 199, - "name": "Daniels Ward", - "gender": "male", - "age": 38, - "address": { - "state": "Texas", - "city": "Coalmont" - } - }, - { - "id": 200, - "name": "Jeanie Baird", - "gender": "female", - "age": 25, - "address": { - "state": "New Jersey", - "city": "Fannett" - } - }, - { - "id": 201, - "name": "Paige White", - "gender": "female", - "age": 74, - "address": { - "state": "Kentucky", - "city": "Oneida" - } - }, - { - "id": 202, - "name": "Estes Robertson", - "gender": "male", - "age": 25, - "address": { - "state": "South Carolina", - "city": "Kirk" - } - }, - { - "id": 203, - "name": "Bernadine Pittman", - "gender": "female", - "age": 29, - "address": { - "state": "Alabama", - "city": "Magnolia" - } - }, - { - "id": 204, - "name": "Walton Sears", - "gender": "male", - "age": 27, - "address": { - "state": "Montana", - "city": "Groton" - } - }, - { - "id": 205, - "name": "Mayra Blevins", - "gender": "female", - "age": 48, - "address": { - "state": "Wisconsin", - "city": "Helen" - } - }, - { - "id": 206, - "name": "Tia Pacheco", - "gender": "female", - "age": 74, - "address": { - "state": "Missouri", - "city": "Brantleyville" - } - }, - { - "id": 207, - "name": "Sheena Stevenson", - "gender": "female", - "age": 75, - "address": { - "state": "Delaware", - "city": "Juntura" - } - }, - { - "id": 208, - "name": "Pearlie Raymond", - "gender": "female", - "age": 20, - "address": { - "state": "Tennessee", - "city": "Frizzleburg" - } - }, - { - "id": 209, - "name": "Daisy Hodge", - "gender": "female", - "age": 44, - "address": { - "state": "Connecticut", - "city": "Maplewood" - } - }, - { - "id": 210, - "name": "Anderson Hinton", - "gender": "male", - "age": 66, - "address": { - "state": "Oklahoma", - "city": "Orin" - } - }, - { - "id": 211, - "name": "Parsons Mcfadden", - "gender": "male", - "age": 62, - "address": { - "state": "North Carolina", - "city": "Veyo" - } - }, - { - "id": 212, - "name": "Hood Carey", - "gender": "male", - "age": 33, - "address": { - "state": "Indiana", - "city": "Freetown" - } - }, - { - "id": 213, - "name": "Riley Lindsay", - "gender": "male", - "age": 53, - "address": { - "state": "Oregon", - "city": "Loretto" - } - }, - { - "id": 214, - "name": "Lenora Navarro", - "gender": "female", - "age": 22, - "address": { - "state": "Minnesota", - "city": "Vandiver" - } - }, - { - "id": 215, - "name": "Alba Donovan", - "gender": "female", - "age": 42, - "address": { - "state": "Nebraska", - "city": "Thatcher" - } - }, - { - "id": 216, - "name": "Lowery Mullen", - "gender": "male", - "age": 56, - "address": { - "state": "Iowa", - "city": "Lorraine" - } - }, - { - "id": 217, - "name": "Chaney Figueroa", - "gender": "male", - "age": 59, - "address": { - "state": "North Dakota", - "city": "Waterview" - } - }, - { - "id": 218, - "name": "Bruce Stein", - "gender": "male", - "age": 65, - "address": { - "state": "Michigan", - "city": "Grantville" - } - }, - { - "id": 219, - "name": "Tucker Pierce", - "gender": "male", - "age": 82, - "address": { - "state": "Colorado", - "city": "Zeba" - } - }, - { - "id": 220, - "name": "Isabelle Frederick", - "gender": "female", - "age": 64, - "address": { - "state": "Wyoming", - "city": "Snowville" - } - }, - { - "id": 221, - "name": "Terrie Sherman", - "gender": "female", - "age": 81, - "address": { - "state": "Maine", - "city": "Morgandale" - } - }, - { - "id": 222, - "name": "Rosario Henry", - "gender": "female", - "age": 75, - "address": { - "state": "New York", - "city": "Camas" - } - }, - { - "id": 223, - "name": "Francine Lester", - "gender": "female", - "age": 19, - "address": { - "state": "Virginia", - "city": "Inkerman" - } - }, - { - "id": 224, - "name": "Prince Melendez", - "gender": "male", - "age": 39, - "address": { - "state": "Idaho", - "city": "Marion" - } - }, - { - "id": 225, - "name": "Rice Lara", - "gender": "male", - "age": 21, - "address": { - "state": "Maryland", - "city": "Lindisfarne" - } - }, - { - "id": 226, - "name": "Elise Mckinney", - "gender": "female", - "age": 58, - "address": { - "state": "Alaska", - "city": "Madrid" - } - }, - { - "id": 227, - "name": "Jerri Kirby", - "gender": "female", - "age": 64, - "address": { - "state": "Georgia", - "city": "Chicopee" - } - }, - { - "id": 228, - "name": "Rene Leon", - "gender": "female", - "age": 43, - "address": { - "state": "Florida", - "city": "Bascom" - } - }, - { - "id": 229, - "name": "Karin Dennis", - "gender": "female", - "age": 46, - "address": { - "state": "Rhode Island", - "city": "Byrnedale" - } - }, - { - "id": 230, - "name": "Walter Craft", - "gender": "male", - "age": 45, - "address": { - "state": "Washington", - "city": "Sardis" - } - }, - { - "id": 231, - "name": "Morton Hunter", - "gender": "male", - "age": 32, - "address": { - "state": "Mississippi", - "city": "Twilight" - } - }, - { - "id": 232, - "name": "Beverley Shelton", - "gender": "female", - "age": 17, - "address": { - "state": "Ohio", - "city": "Gallina" - } - }, - { - "id": 233, - "name": "Kimberly Barnett", - "gender": "female", - "age": 54, - "address": { - "state": "Vermont", - "city": "Goldfield" - } - }, - { - "id": 234, - "name": "Esmeralda Randolph", - "gender": "female", - "age": 44, - "address": { - "state": "Louisiana", - "city": "Soham" - } - }, - { - "id": 235, - "name": "Lawrence Calderon", - "gender": "male", - "age": 57, - "address": { - "state": "Massachusetts", - "city": "Brady" - } - }, - { - "id": 236, - "name": "Monroe Olsen", - "gender": "male", - "age": 64, - "address": { - "state": "Utah", - "city": "Titanic" - } - }, - { - "id": 237, - "name": "Jolene Scott", - "gender": "female", - "age": 68, - "address": { - "state": "Arkansas", - "city": "Joes" - } - }, - { - "id": 238, - "name": "Herman Norman", - "gender": "male", - "age": 82, - "address": { - "state": "Hawaii", - "city": "Ferney" - } - }, - { - "id": 239, - "name": "Carpenter Larsen", - "gender": "male", - "age": 23, - "address": { - "state": "Pennsylvania", - "city": "Edgar" - } - }, - { - "id": 240, - "name": "Jaclyn Grant", - "gender": "female", - "age": 23, - "address": { - "state": "New Mexico", - "city": "Baden" - } - }, - { - "id": 241, - "name": "Doris Griffith", - "gender": "female", - "age": 46, - "address": { - "state": "South Dakota", - "city": "Barronett" - } - }, - { - "id": 242, - "name": "Bentley Booth", - "gender": "male", - "age": 26, - "address": { - "state": "Nevada", - "city": "Waukeenah" - } - }, - { - "id": 243, - "name": "Candy Strong", - "gender": "female", - "age": 56, - "address": { - "state": "New Hampshire", - "city": "Beaulieu" - } - }, - { - "id": 244, - "name": "Milagros Wooten", - "gender": "female", - "age": 18, - "address": { - "state": "Kansas", - "city": "Coldiron" - } - }, - { - "id": 245, - "name": "Dolores Jarvis", - "gender": "female", - "age": 56, - "address": { - "state": "Colorado", - "city": "Windsor" - } - }, - { - "id": 246, - "name": "Raymond Savage", - "gender": "male", - "age": 42, - "address": { - "state": "Indiana", - "city": "Dawn" - } - }, - { - "id": 247, - "name": "Wolfe Duran", - "gender": "male", - "age": 20, - "address": { - "state": "Michigan", - "city": "Crenshaw" - } - }, - { - "id": 248, - "name": "Gina Hampton", - "gender": "female", - "age": 26, - "address": { - "state": "Minnesota", - "city": "Taft" - } - }, - { - "id": 249, - "name": "Hodges Baldwin", - "gender": "male", - "age": 68, - "address": { - "state": "Illinois", - "city": "Dennard" - } - }, - { - "id": 250, - "name": "Duke Leon", - "gender": "male", - "age": 45, - "address": { - "state": "Wyoming", - "city": "Groveville" - } - }, - { - "id": 251, - "name": "Sparks Bryan", - "gender": "male", - "age": 55, - "address": { - "state": "Idaho", - "city": "Rockingham" - } - }, - { - "id": 252, - "name": "Bobbi Mueller", - "gender": "female", - "age": 66, - "address": { - "state": "Maine", - "city": "Moquino" - } - }, - { - "id": 253, - "name": "Geneva Sargent", - "gender": "female", - "age": 74, - "address": { - "state": "Vermont", - "city": "Loyalhanna" - } - }, - { - "id": 254, - "name": "Lela Garner", - "gender": "female", - "age": 58, - "address": { - "state": "Arizona", - "city": "Sexton" - } - }, - { - "id": 255, - "name": "Yvette Navarro", - "gender": "female", - "age": 60, - "address": { - "state": "Alaska", - "city": "Hachita" - } - }, - { - "id": 256, - "name": "Cheryl Foley", - "gender": "female", - "age": 57, - "address": { - "state": "Tennessee", - "city": "Allison" - } - }, - { - "id": 257, - "name": "Amanda Wilkinson", - "gender": "female", - "age": 64, - "address": { - "state": "Missouri", - "city": "Cornucopia" - } - }, - { - "id": 258, - "name": "Hansen Hall", - "gender": "male", - "age": 53, - "address": { - "state": "Texas", - "city": "Logan" - } - }, - { - "id": 259, - "name": "Amalia Ingram", - "gender": "female", - "age": 30, - "address": { - "state": "Nebraska", - "city": "Gouglersville" - } - }, - { - "id": 260, - "name": "Gross Valencia", - "gender": "male", - "age": 47, - "address": { - "state": "South Carolina", - "city": "Allentown" - } - }, - { - "id": 261, - "name": "Herminia Larson", - "gender": "female", - "age": 57, - "address": { - "state": "New York", - "city": "Longoria" - } - }, - { - "id": 262, - "name": "Rebecca Simon", - "gender": "female", - "age": 56, - "address": { - "state": "Ohio", - "city": "Calpine" - } - }, - { - "id": 263, - "name": "Lynne Callahan", - "gender": "female", - "age": 54, - "address": { - "state": "North Carolina", - "city": "Avalon" - } - }, - { - "id": 264, - "name": "Carolina Cherry", - "gender": "female", - "age": 36, - "address": { - "state": "West Virginia", - "city": "Russellville" - } - }, - { - "id": 265, - "name": "Jensen Mcfarland", - "gender": "male", - "age": 24, - "address": { - "state": "Arkansas", - "city": "Felt" - } - }, - { - "id": 266, - "name": "Chandler Patterson", - "gender": "male", - "age": 61, - "address": { - "state": "Pennsylvania", - "city": "Maxville" - } - }, - { - "id": 267, - "name": "Celeste Leblanc", - "gender": "female", - "age": 20, - "address": { - "state": "Oregon", - "city": "Lowell" - } - }, - { - "id": 268, - "name": "Jacklyn Erickson", - "gender": "female", - "age": 71, - "address": { - "state": "Kansas", - "city": "Aurora" - } - }, - { - "id": 269, - "name": "Frank Cooley", - "gender": "male", - "age": 71, - "address": { - "state": "Rhode Island", - "city": "Machias" - } - }, - { - "id": 270, - "name": "Sheri Maddox", - "gender": "female", - "age": 20, - "address": { - "state": "South Dakota", - "city": "Lutsen" - } - }, - { - "id": 271, - "name": "Pam Blanchard", - "gender": "female", - "age": 71, - "address": { - "state": "Mississippi", - "city": "Mahtowa" - } - }, - { - "id": 272, - "name": "Louisa David", - "gender": "female", - "age": 58, - "address": { - "state": "California", - "city": "Cloverdale" - } - }, - { - "id": 273, - "name": "Harper Higgins", - "gender": "male", - "age": 50, - "address": { - "state": "Utah", - "city": "Watrous" - } - }, - { - "id": 274, - "name": "Crosby Rojas", - "gender": "male", - "age": 62, - "address": { - "state": "Virginia", - "city": "Echo" - } - }, - { - "id": 275, - "name": "Mavis Petersen", - "gender": "female", - "age": 59, - "address": { - "state": "Montana", - "city": "Conway" - } - }, - { - "id": 276, - "name": "Daphne Forbes", - "gender": "female", - "age": 19, - "address": { - "state": "Georgia", - "city": "Topaz" - } - }, - { - "id": 277, - "name": "Trudy Moreno", - "gender": "female", - "age": 47, - "address": { - "state": "Nevada", - "city": "Carbonville" - } - }, - { - "id": 278, - "name": "Katy Kirby", - "gender": "female", - "age": 38, - "address": { - "state": "Louisiana", - "city": "Rodanthe" - } - }, - { - "id": 279, - "name": "Soto Moses", - "gender": "male", - "age": 17, - "address": { - "state": "Alabama", - "city": "Croom" - } - }, - { - "id": 280, - "name": "Lindsay Camacho", - "gender": "female", - "age": 44, - "address": { - "state": "Wisconsin", - "city": "Dellview" - } - }, - { - "id": 281, - "name": "Priscilla Lott", - "gender": "female", - "age": 72, - "address": { - "state": "Washington", - "city": "Galesville" - } - }, - { - "id": 282, - "name": "Luann Schneider", - "gender": "female", - "age": 71, - "address": { - "state": "New Jersey", - "city": "Geyserville" - } - }, - { - "id": 283, - "name": "Walls Suarez", - "gender": "male", - "age": 39, - "address": { - "state": "Iowa", - "city": "Davenport" - } - }, - { - "id": 284, - "name": "Blanca Mack", - "gender": "female", - "age": 36, - "address": { - "state": "Kentucky", - "city": "Clayville" - } - }, - { - "id": 285, - "name": "Bettye Riley", - "gender": "female", - "age": 82, - "address": { - "state": "New Mexico", - "city": "Shrewsbury" - } - }, - { - "id": 286, - "name": "Pratt Foster", - "gender": "male", - "age": 44, - "address": { - "state": "Massachusetts", - "city": "Marbury" - } - }, - { - "id": 287, - "name": "Crane Crane", - "gender": "male", - "age": 64, - "address": { - "state": "Delaware", - "city": "Matheny" - } - }, - { - "id": 288, - "name": "Velasquez Patel", - "gender": "male", - "age": 41, - "address": { - "state": "Florida", - "city": "Sugartown" - } - }, - { - "id": 289, - "name": "Burns Shaffer", - "gender": "male", - "age": 42, - "address": { - "state": "Hawaii", - "city": "Homestead" - } - }, - { - "id": 290, - "name": "Norton Villarreal", - "gender": "male", - "age": 50, - "address": { - "state": "North Dakota", - "city": "Gorst" - } - }, - { - "id": 291, - "name": "Berger Ratliff", - "gender": "male", - "age": 27, - "address": { - "state": "New Hampshire", - "city": "Ivanhoe" - } - }, - { - "id": 292, - "name": "Jessie Willis", - "gender": "female", - "age": 73, - "address": { - "state": "Maryland", - "city": "Drytown" - } - }, - { - "id": 293, - "name": "Lottie Salazar", - "gender": "female", - "age": 71, - "address": { - "state": "Connecticut", - "city": "Templeton" - } - }, - { - "id": 294, - "name": "Hays Abbott", - "gender": "male", - "age": 39, - "address": { - "state": "New Mexico", - "city": "Cloverdale" - } - }, - { - "id": 295, - "name": "Webb Hamilton", - "gender": "male", - "age": 69, - "address": { - "state": "Nevada", - "city": "Allamuchy" - } - }, - { - "id": 296, - "name": "Renee York", - "gender": "female", - "age": 82, - "address": { - "state": "Ohio", - "city": "Bladensburg" - } - }, - { - "id": 297, - "name": "Ellis Davis", - "gender": "male", - "age": 72, - "address": { - "state": "Virginia", - "city": "Comptche" - } - }, - { - "id": 298, - "name": "Beard Patterson", - "gender": "male", - "age": 63, - "address": { - "state": "Texas", - "city": "Chamizal" - } - }, - { - "id": 299, - "name": "Fletcher Walters", - "gender": "male", - "age": 37, - "address": { - "state": "West Virginia", - "city": "Morgandale" - } - }, - { - "id": 300, - "name": "Eddie Reid", - "gender": "female", - "age": 59, - "address": { - "state": "Mississippi", - "city": "Chautauqua" - } - }, - { - "id": 301, - "name": "Gilmore Wolfe", - "gender": "male", - "age": 44, - "address": { - "state": "Kansas", - "city": "Denio" - } - }, - { - "id": 302, - "name": "Jannie Wooten", - "gender": "female", - "age": 40, - "address": { - "state": "Missouri", - "city": "Golconda" - } - }, - { - "id": 303, - "name": "Etta Paul", - "gender": "female", - "age": 69, - "address": { - "state": "Wyoming", - "city": "Naomi" - } - }, - { - "id": 304, - "name": "Mcintyre Duffy", - "gender": "male", - "age": 52, - "address": { - "state": "Vermont", - "city": "Wanship" - } - }, - { - "id": 305, - "name": "Mai Talley", - "gender": "female", - "age": 26, - "address": { - "state": "Washington", - "city": "Whipholt" - } - }, - { - "id": 306, - "name": "Hodge Solomon", - "gender": "male", - "age": 52, - "address": { - "state": "Maryland", - "city": "Yettem" - } - }, - { - "id": 307, - "name": "Patricia Dominguez", - "gender": "female", - "age": 22, - "address": { - "state": "New Hampshire", - "city": "Graball" - } - }, - { - "id": 308, - "name": "Jaime Noel", - "gender": "female", - "age": 24, - "address": { - "state": "North Carolina", - "city": "Manchester" - } - }, - { - "id": 309, - "name": "Bailey Gross", - "gender": "male", - "age": 78, - "address": { - "state": "Georgia", - "city": "Orovada" - } - }, - { - "id": 310, - "name": "Davidson Dunn", - "gender": "male", - "age": 24, - "address": { - "state": "North Dakota", - "city": "Heil" - } - }, - { - "id": 311, - "name": "Velez Stokes", - "gender": "male", - "age": 42, - "address": { - "state": "Iowa", - "city": "Gilmore" - } - }, - { - "id": 312, - "name": "Pearlie Garcia", - "gender": "female", - "age": 75, - "address": { - "state": "Nebraska", - "city": "Beyerville" - } - }, - { - "id": 313, - "name": "Lena Park", - "gender": "female", - "age": 47, - "address": { - "state": "South Dakota", - "city": "Innsbrook" - } - }, - { - "id": 314, - "name": "England Nixon", - "gender": "male", - "age": 80, - "address": { - "state": "Florida", - "city": "Allison" - } - }, - { - "id": 315, - "name": "Carolina Golden", - "gender": "female", - "age": 36, - "address": { - "state": "Arizona", - "city": "Kraemer" - } - }, - { - "id": 316, - "name": "Holmes Nash", - "gender": "male", - "age": 25, - "address": { - "state": "New York", - "city": "Yorklyn" - } - }, - { - "id": 317, - "name": "Rosanne Neal", - "gender": "female", - "age": 64, - "address": { - "state": "Arkansas", - "city": "Glasgow" - } - }, - { - "id": 318, - "name": "Chase Walls", - "gender": "male", - "age": 42, - "address": { - "state": "Connecticut", - "city": "Skyland" - } - }, - { - "id": 319, - "name": "Casandra Mitchell", - "gender": "female", - "age": 69, - "address": { - "state": "Wisconsin", - "city": "Hoagland" - } - }, - { - "id": 320, - "name": "Phelps Barrera", - "gender": "male", - "age": 31, - "address": { - "state": "Tennessee", - "city": "Guthrie" - } - }, - { - "id": 321, - "name": "Haley Macias", - "gender": "female", - "age": 71, - "address": { - "state": "New Jersey", - "city": "Hoehne" - } - }, - { - "id": 322, - "name": "Darlene Lara", - "gender": "female", - "age": 72, - "address": { - "state": "Minnesota", - "city": "Stonybrook" - } - }, - { - "id": 323, - "name": "Rasmussen Hyde", - "gender": "male", - "age": 59, - "address": { - "state": "Alabama", - "city": "Ruffin" - } - }, - { - "id": 324, - "name": "Mayo Garrison", - "gender": "male", - "age": 38, - "address": { - "state": "Idaho", - "city": "Forestburg" - } - }, - { - "id": 325, - "name": "Wilder Bentley", - "gender": "male", - "age": 53, - "address": { - "state": "Montana", - "city": "Masthope" - } - }, - { - "id": 326, - "name": "Tammy Charles", - "gender": "female", - "age": 76, - "address": { - "state": "Hawaii", - "city": "Leming" - } - }, - { - "id": 327, - "name": "Lizzie Gardner", - "gender": "female", - "age": 42, - "address": { - "state": "South Carolina", - "city": "National" - } - }, - { - "id": 328, - "name": "York Hampton", - "gender": "male", - "age": 75, - "address": { - "state": "Illinois", - "city": "Rossmore" - } - }, - { - "id": 329, - "name": "Hays Leonard", - "gender": "male", - "age": 70, - "address": { - "state": "Maine", - "city": "Kipp" - } - }, - { - "id": 330, - "name": "Calderon Nolan", - "gender": "male", - "age": 26, - "address": { - "state": "Alaska", - "city": "Drytown" - } - }, - { - "id": 331, - "name": "Alisha Clarke", - "gender": "female", - "age": 20, - "address": { - "state": "Pennsylvania", - "city": "Welch" - } - }, - { - "id": 332, - "name": "Deidre Vaughn", - "gender": "female", - "age": 32, - "address": { - "state": "California", - "city": "Cucumber" - } - }, - { - "id": 333, - "name": "Colon Fox", - "gender": "male", - "age": 19, - "address": { - "state": "Oregon", - "city": "Tuttle" - } - }, - { - "id": 334, - "name": "Marshall Vang", - "gender": "male", - "age": 46, - "address": { - "state": "Utah", - "city": "Lund" - } - }, - { - "id": 335, - "name": "Ayala Rhodes", - "gender": "male", - "age": 62, - "address": { - "state": "Michigan", - "city": "Bradenville" - } - }, - { - "id": 336, - "name": "Morrow Garrett", - "gender": "male", - "age": 30, - "address": { - "state": "Louisiana", - "city": "Rivers" - } - }, - { - "id": 337, - "name": "Brenda Carey", - "gender": "female", - "age": 69, - "address": { - "state": "Oklahoma", - "city": "Westwood" - } - }, - { - "id": 338, - "name": "Abby Collins", - "gender": "female", - "age": 80, - "address": { - "state": "Indiana", - "city": "Westerville" - } - }, - { - "id": 339, - "name": "Whitney Hays", - "gender": "male", - "age": 51, - "address": { - "state": "Delaware", - "city": "Crisman" - } - }, - { - "id": 340, - "name": "Faulkner Aguirre", - "gender": "male", - "age": 67, - "address": { - "state": "Rhode Island", - "city": "Mulino" - } - }, - { - "id": 341, - "name": "Angelina Dickson", - "gender": "female", - "age": 55, - "address": { - "state": "Kentucky", - "city": "Verdi" - } - }, - { - "id": 342, - "name": "Skinner Rivera", - "gender": "male", - "age": 23, - "address": { - "state": "Massachusetts", - "city": "Greenbackville" - } - }, - { - "id": 343, - "name": "Natasha Cochran", - "gender": "female", - "age": 80, - "address": { - "state": "North Dakota", - "city": "Forbestown" - } - }, - { - "id": 344, - "name": "Carol Ellison", - "gender": "female", - "age": 35, - "address": { - "state": "Oklahoma", - "city": "Calvary" - } - }, - { - "id": 345, - "name": "Emma Best", - "gender": "female", - "age": 21, - "address": { - "state": "Alabama", - "city": "Statenville" - } - }, - { - "id": 346, - "name": "Sharpe Murphy", - "gender": "male", - "age": 78, - "address": { - "state": "Washington", - "city": "Moraida" - } - }, - { - "id": 347, - "name": "Knight Valentine", - "gender": "male", - "age": 22, - "address": { - "state": "Iowa", - "city": "Loretto" - } - }, - { - "id": 348, - "name": "Padilla Tanner", - "gender": "male", - "age": 56, - "address": { - "state": "South Dakota", - "city": "Grill" - } - }, - { - "id": 349, - "name": "Elena Oliver", - "gender": "female", - "age": 51, - "address": { - "state": "Utah", - "city": "Fannett" - } - }, - { - "id": 350, - "name": "Ana Acevedo", - "gender": "female", - "age": 42, - "address": { - "state": "New Mexico", - "city": "Gibbsville" - } - }, - { - "id": 351, - "name": "Dejesus Rogers", - "gender": "male", - "age": 39, - "address": { - "state": "Maine", - "city": "Lowell" - } - }, - { - "id": 352, - "name": "Ware Wolf", - "gender": "male", - "age": 69, - "address": { - "state": "Arizona", - "city": "Reinerton" - } - }, - { - "id": 353, - "name": "Gutierrez Dennis", - "gender": "male", - "age": 58, - "address": { - "state": "Montana", - "city": "Jardine" - } - }, - { - "id": 354, - "name": "Elsie Nguyen", - "gender": "female", - "age": 46, - "address": { - "state": "Nebraska", - "city": "Eggertsville" - } - }, - { - "id": 355, - "name": "Nelda Cline", - "gender": "female", - "age": 68, - "address": { - "state": "Nevada", - "city": "Carlos" - } - }, - { - "id": 356, - "name": "Ina Beard", - "gender": "female", - "age": 77, - "address": { - "state": "Delaware", - "city": "Edmund" - } - }, - { - "id": 357, - "name": "Gould Velez", - "gender": "male", - "age": 48, - "address": { - "state": "California", - "city": "Kennedyville" - } - }, - { - "id": 358, - "name": "Mamie Lee", - "gender": "female", - "age": 66, - "address": { - "state": "Rhode Island", - "city": "Brazos" - } - }, - { - "id": 359, - "name": "Adele Mcconnell", - "gender": "female", - "age": 66, - "address": { - "state": "Tennessee", - "city": "Springhill" - } - }, - { - "id": 360, - "name": "Susan Moran", - "gender": "female", - "age": 72, - "address": { - "state": "Arkansas", - "city": "Floris" - } - }, - { - "id": 361, - "name": "Shauna Slater", - "gender": "female", - "age": 18, - "address": { - "state": "Mississippi", - "city": "Norris" - } - }, - { - "id": 362, - "name": "Blevins Jacobson", - "gender": "male", - "age": 79, - "address": { - "state": "Michigan", - "city": "Stockwell" - } - }, - { - "id": 363, - "name": "Janie Yates", - "gender": "female", - "age": 73, - "address": { - "state": "South Carolina", - "city": "Chelsea" - } - }, - { - "id": 364, - "name": "Horton Hancock", - "gender": "male", - "age": 71, - "address": { - "state": "Missouri", - "city": "Bagtown" - } - }, - { - "id": 365, - "name": "Juarez Miles", - "gender": "male", - "age": 18, - "address": { - "state": "Indiana", - "city": "Brookfield" - } - }, - { - "id": 366, - "name": "Winifred Vaughn", - "gender": "female", - "age": 57, - "address": { - "state": "Colorado", - "city": "Fresno" - } - }, - { - "id": 367, - "name": "Harrison Mendez", - "gender": "male", - "age": 62, - "address": { - "state": "Wyoming", - "city": "Riviera" - } - }, - { - "id": 368, - "name": "Anthony Patterson", - "gender": "male", - "age": 69, - "address": { - "state": "New Hampshire", - "city": "Weedville" - } - }, - { - "id": 369, - "name": "Roxie Rhodes", - "gender": "female", - "age": 58, - "address": { - "state": "Pennsylvania", - "city": "Buxton" - } - }, - { - "id": 370, - "name": "Maddox Marshall", - "gender": "male", - "age": 20, - "address": { - "state": "New Jersey", - "city": "Marshall" - } - }, - { - "id": 371, - "name": "Ashley Lawson", - "gender": "male", - "age": 60, - "address": { - "state": "Wisconsin", - "city": "Wanship" - } - }, - { - "id": 372, - "name": "Shelby Bray", - "gender": "female", - "age": 24, - "address": { - "state": "Kentucky", - "city": "Wakarusa" - } - }, - { - "id": 373, - "name": "Olive Hutchinson", - "gender": "female", - "age": 42, - "address": { - "state": "Texas", - "city": "Beaulieu" - } - }, - { - "id": 374, - "name": "Lora Summers", - "gender": "female", - "age": 18, - "address": { - "state": "Illinois", - "city": "Keyport" - } - }, - { - "id": 375, - "name": "Dixie Hogan", - "gender": "female", - "age": 64, - "address": { - "state": "Alaska", - "city": "Takilma" - } - }, - { - "id": 376, - "name": "Steele Sanford", - "gender": "male", - "age": 76, - "address": { - "state": "Ohio", - "city": "Kipp" - } - }, - { - "id": 377, - "name": "Josephine Todd", - "gender": "female", - "age": 33, - "address": { - "state": "West Virginia", - "city": "Durham" - } - }, - { - "id": 378, - "name": "George Blair", - "gender": "male", - "age": 61, - "address": { - "state": "Idaho", - "city": "Marne" - } - }, - { - "id": 379, - "name": "Ramirez Hansen", - "gender": "male", - "age": 62, - "address": { - "state": "Georgia", - "city": "Carrizo" - } - }, - { - "id": 380, - "name": "Weeks Murray", - "gender": "male", - "age": 33, - "address": { - "state": "Minnesota", - "city": "Esmont" - } - }, - { - "id": 381, - "name": "Yang Trujillo", - "gender": "male", - "age": 66, - "address": { - "state": "Massachusetts", - "city": "Wanamie" - } - }, - { - "id": 382, - "name": "Clarissa Christian", - "gender": "female", - "age": 40, - "address": { - "state": "Connecticut", - "city": "Whipholt" - } - }, - { - "id": 383, - "name": "Milagros Gross", - "gender": "female", - "age": 22, - "address": { - "state": "Maryland", - "city": "Leroy" - } - }, - { - "id": 384, - "name": "Carlene Walter", - "gender": "female", - "age": 40, - "address": { - "state": "North Carolina", - "city": "Dellview" - } - }, - { - "id": 385, - "name": "Alexandra Rice", - "gender": "female", - "age": 81, - "address": { - "state": "New York", - "city": "Faxon" - } - }, - { - "id": 386, - "name": "Underwood Pratt", - "gender": "male", - "age": 61, - "address": { - "state": "Virginia", - "city": "Elizaville" - } - }, - { - "id": 387, - "name": "Moore Caldwell", - "gender": "male", - "age": 66, - "address": { - "state": "Hawaii", - "city": "Newkirk" - } - }, - { - "id": 388, - "name": "Simpson Flowers", - "gender": "male", - "age": 22, - "address": { - "state": "Vermont", - "city": "Levant" - } - }, - { - "id": 389, - "name": "Wilma Hawkins", - "gender": "female", - "age": 82, - "address": { - "state": "Florida", - "city": "Hasty" - } - }, - { - "id": 390, - "name": "Griffin Wolfe", - "gender": "male", - "age": 82, - "address": { - "state": "Kansas", - "city": "Caln" - } - }, - { - "id": 391, - "name": "Sallie Marquez", - "gender": "female", - "age": 58, - "address": { - "state": "Oregon", - "city": "Berwind" - } - }, - { - "id": 392, - "name": "Thelma Bolton", - "gender": "female", - "age": 34, - "address": { - "state": "Indiana", - "city": "Cumminsville" - } - }, - { - "id": 393, - "name": "Stacy Sherman", - "gender": "female", - "age": 70, - "address": { - "state": "Massachusetts", - "city": "Newry" - } - }, - { - "id": 394, - "name": "Lauren Rodriquez", - "gender": "female", - "age": 34, - "address": { - "state": "New York", - "city": "Springhill" - } - }, - { - "id": 395, - "name": "Nelson Duffy", - "gender": "male", - "age": 60, - "address": { - "state": "South Carolina", - "city": "Bawcomville" - } - }, - { - "id": 396, - "name": "James Mercado", - "gender": "female", - "age": 43, - "address": { - "state": "New Mexico", - "city": "Shindler" - } - }, - { - "id": 397, - "name": "Marguerite Nielsen", - "gender": "female", - "age": 57, - "address": { - "state": "Kansas", - "city": "Hillsboro" - } - }, - { - "id": 398, - "name": "Mindy Carver", - "gender": "female", - "age": 58, - "address": { - "state": "Minnesota", - "city": "Gratton" - } - }, - { - "id": 399, - "name": "Darla Page", - "gender": "female", - "age": 61, - "address": { - "state": "Illinois", - "city": "Ribera" - } - }, - { - "id": 400, - "name": "Willa Booker", - "gender": "female", - "age": 46, - "address": { - "state": "Oklahoma", - "city": "Gracey" - } - }, - { - "id": 401, - "name": "Dee Cantrell", - "gender": "female", - "age": 21, - "address": { - "state": "West Virginia", - "city": "Bodega" - } - }, - { - "id": 402, - "name": "Trudy Kinney", - "gender": "female", - "age": 82, - "address": { - "state": "Texas", - "city": "Axis" - } - }, - { - "id": 403, - "name": "Nguyen Mills", - "gender": "male", - "age": 51, - "address": { - "state": "Georgia", - "city": "Lawrence" - } - }, - { - "id": 404, - "name": "Williams Davidson", - "gender": "male", - "age": 19, - "address": { - "state": "Alabama", - "city": "Jacumba" - } - }, - { - "id": 405, - "name": "Banks Flores", - "gender": "male", - "age": 46, - "address": { - "state": "Delaware", - "city": "Emerald" - } - }, - { - "id": 406, - "name": "Polly Merritt", - "gender": "female", - "age": 46, - "address": { - "state": "Maine", - "city": "Cawood" - } - }, - { - "id": 407, - "name": "Gillespie Kemp", - "gender": "male", - "age": 75, - "address": { - "state": "Arkansas", - "city": "Oceola" - } - }, - { - "id": 408, - "name": "Velma Hobbs", - "gender": "female", - "age": 39, - "address": { - "state": "Louisiana", - "city": "Hollins" - } - }, - { - "id": 409, - "name": "Lena Rice", - "gender": "female", - "age": 66, - "address": { - "state": "Ohio", - "city": "Oretta" - } - }, - { - "id": 410, - "name": "Nieves Reeves", - "gender": "male", - "age": 23, - "address": { - "state": "Hawaii", - "city": "Urbana" - } - }, - { - "id": 411, - "name": "Misty Barry", - "gender": "female", - "age": 45, - "address": { - "state": "Pennsylvania", - "city": "Shepardsville" - } - }, - { - "id": 412, - "name": "Jeanette Vang", - "gender": "female", - "age": 24, - "address": { - "state": "Tennessee", - "city": "Derwood" - } - }, - { - "id": 413, - "name": "Emily Berg", - "gender": "female", - "age": 43, - "address": { - "state": "New Hampshire", - "city": "Eagletown" - } - }, - { - "id": 414, - "name": "Esmeralda Foreman", - "gender": "female", - "age": 31, - "address": { - "state": "South Dakota", - "city": "Chamberino" - } - }, - { - "id": 415, - "name": "Downs Walter", - "gender": "male", - "age": 36, - "address": { - "state": "Nevada", - "city": "Newkirk" - } - }, - { - "id": 416, - "name": "Santos Morse", - "gender": "male", - "age": 26, - "address": { - "state": "Michigan", - "city": "Whitestone" - } - }, - { - "id": 417, - "name": "Nicole Martin", - "gender": "female", - "age": 68, - "address": { - "state": "Colorado", - "city": "Orick" - } - }, - { - "id": 418, - "name": "Jensen Snow", - "gender": "male", - "age": 49, - "address": { - "state": "Kentucky", - "city": "Coldiron" - } - }, - { - "id": 419, - "name": "Anna Patterson", - "gender": "female", - "age": 20, - "address": { - "state": "North Carolina", - "city": "Blandburg" - } - }, - { - "id": 420, - "name": "Newton Ware", - "gender": "male", - "age": 64, - "address": { - "state": "Wisconsin", - "city": "Mooresburg" - } - }, - { - "id": 421, - "name": "Farmer Kirby", - "gender": "male", - "age": 70, - "address": { - "state": "California", - "city": "Highland" - } - }, - { - "id": 422, - "name": "Morin Soto", - "gender": "male", - "age": 25, - "address": { - "state": "North Dakota", - "city": "Finderne" - } - }, - { - "id": 423, - "name": "Barrett Small", - "gender": "male", - "age": 34, - "address": { - "state": "Virginia", - "city": "Cassel" - } - }, - { - "id": 424, - "name": "Rutledge Suarez", - "gender": "male", - "age": 21, - "address": { - "state": "Arizona", - "city": "Defiance" - } - }, - { - "id": 425, - "name": "Harvey Salinas", - "gender": "male", - "age": 80, - "address": { - "state": "Montana", - "city": "Colton" - } - }, - { - "id": 426, - "name": "Norman Hansen", - "gender": "male", - "age": 33, - "address": { - "state": "Wyoming", - "city": "Chemung" - } - }, - { - "id": 427, - "name": "Alba Potter", - "gender": "female", - "age": 80, - "address": { - "state": "Utah", - "city": "Hachita" - } - }, - { - "id": 428, - "name": "Bates Petty", - "gender": "male", - "age": 68, - "address": { - "state": "Oregon", - "city": "Williamson" - } - }, - { - "id": 429, - "name": "Mays Shepherd", - "gender": "male", - "age": 63, - "address": { - "state": "Rhode Island", - "city": "Islandia" - } - }, - { - "id": 430, - "name": "Marisol Carr", - "gender": "female", - "age": 33, - "address": { - "state": "Iowa", - "city": "Imperial" - } - }, - { - "id": 431, - "name": "Michael Murphy", - "gender": "male", - "age": 71, - "address": { - "state": "Maryland", - "city": "Garberville" - } - }, - { - "id": 432, - "name": "Chan Mercer", - "gender": "male", - "age": 73, - "address": { - "state": "Idaho", - "city": "Kiskimere" - } - }, - { - "id": 433, - "name": "Ida Hunter", - "gender": "female", - "age": 50, - "address": { - "state": "Washington", - "city": "Warren" - } - }, - { - "id": 434, - "name": "Muriel Walsh", - "gender": "female", - "age": 48, - "address": { - "state": "New Jersey", - "city": "Mathews" - } - }, - { - "id": 435, - "name": "Navarro Case", - "gender": "male", - "age": 35, - "address": { - "state": "Missouri", - "city": "Kenwood" - } - }, - { - "id": 436, - "name": "Carlson Glover", - "gender": "male", - "age": 70, - "address": { - "state": "Alaska", - "city": "Alleghenyville" - } - }, - { - "id": 437, - "name": "Osborne Diaz", - "gender": "male", - "age": 62, - "address": { - "state": "Nebraska", - "city": "Gadsden" - } - }, - { - "id": 438, - "name": "Clare Pruitt", - "gender": "female", - "age": 25, - "address": { - "state": "Connecticut", - "city": "Freelandville" - } - }, - { - "id": 439, - "name": "Miranda Chaney", - "gender": "female", - "age": 62, - "address": { - "state": "Mississippi", - "city": "Trail" - } - }, - { - "id": 440, - "name": "Emilia Hess", - "gender": "female", - "age": 62, - "address": { - "state": "Florida", - "city": "Cuylerville" - } - }, - { - "id": 441, - "name": "Monique Johnston", - "gender": "female", - "age": 65, - "address": { - "state": "Colorado", - "city": "Fillmore" - } - }, - { - "id": 442, - "name": "Sanford Golden", - "gender": "male", - "age": 31, - "address": { - "state": "Pennsylvania", - "city": "Belva" - } - }, - { - "id": 443, - "name": "Estrada Phelps", - "gender": "male", - "age": 34, - "address": { - "state": "Hawaii", - "city": "Emerald" - } - }, - { - "id": 444, - "name": "Ellen Heath", - "gender": "female", - "age": 50, - "address": { - "state": "Nevada", - "city": "Gorham" - } - }, - { - "id": 445, - "name": "Charles Floyd", - "gender": "male", - "age": 27, - "address": { - "state": "Minnesota", - "city": "Starks" - } - }, - { - "id": 446, - "name": "Vilma Tyler", - "gender": "female", - "age": 40, - "address": { - "state": "Louisiana", - "city": "Roland" - } - }, - { - "id": 447, - "name": "Stacy Melendez", - "gender": "female", - "age": 20, - "address": { - "state": "New York", - "city": "Blackgum" - } - }, - { - "id": 448, - "name": "Coffey Callahan", - "gender": "male", - "age": 63, - "address": { - "state": "North Dakota", - "city": "Carrsville" - } - }, - { - "id": 449, - "name": "Vicky Hood", - "gender": "female", - "age": 68, - "address": { - "state": "Massachusetts", - "city": "Brewster" - } - }, - { - "id": 450, - "name": "Maryann Harding", - "gender": "female", - "age": 33, - "address": { - "state": "New Jersey", - "city": "Heil" - } - }, - { - "id": 451, - "name": "Willis Pitts", - "gender": "male", - "age": 51, - "address": { - "state": "Kansas", - "city": "Winesburg" - } - }, - { - "id": 452, - "name": "Daphne Reilly", - "gender": "female", - "age": 68, - "address": { - "state": "Kentucky", - "city": "Wawona" - } - }, - { - "id": 453, - "name": "Morton English", - "gender": "male", - "age": 79, - "address": { - "state": "Iowa", - "city": "Cumberland" - } - }, - { - "id": 454, - "name": "Chavez Harper", - "gender": "male", - "age": 62, - "address": { - "state": "Arkansas", - "city": "Blanford" - } - }, - { - "id": 455, - "name": "Vicki Mosley", - "gender": "female", - "age": 38, - "address": { - "state": "Delaware", - "city": "Walland" - } - }, - { - "id": 456, - "name": "Love Sims", - "gender": "male", - "age": 26, - "address": { - "state": "South Dakota", - "city": "Kylertown" - } - }, - { - "id": 457, - "name": "Dickson Warren", - "gender": "male", - "age": 61, - "address": { - "state": "Oregon", - "city": "Dalton" - } - }, - { - "id": 458, - "name": "Mack Palmer", - "gender": "male", - "age": 79, - "address": { - "state": "Texas", - "city": "Lafferty" - } - }, - { - "id": 459, - "name": "Anna Bradshaw", - "gender": "female", - "age": 72, - "address": { - "state": "Alabama", - "city": "Saddlebrooke" - } - }, - { - "id": 460, - "name": "Petersen Butler", - "gender": "male", - "age": 78, - "address": { - "state": "Rhode Island", - "city": "Caspar" - } - }, - { - "id": 461, - "name": "Briana Tanner", - "gender": "female", - "age": 73, - "address": { - "state": "Illinois", - "city": "Cresaptown" - } - }, - { - "id": 462, - "name": "Mason England", - "gender": "male", - "age": 75, - "address": { - "state": "Maryland", - "city": "Romeville" - } - }, - { - "id": 463, - "name": "Cotton Bowman", - "gender": "male", - "age": 19, - "address": { - "state": "South Carolina", - "city": "Hemlock" - } - }, - { - "id": 464, - "name": "Morin Hayden", - "gender": "male", - "age": 40, - "address": { - "state": "Indiana", - "city": "Worcester" - } - }, - { - "id": 465, - "name": "Natasha Humphrey", - "gender": "female", - "age": 59, - "address": { - "state": "Virginia", - "city": "Weedville" - } - }, - { - "id": 466, - "name": "Joyner Velasquez", - "gender": "male", - "age": 22, - "address": { - "state": "Florida", - "city": "Greenwich" - } - }, - { - "id": 467, - "name": "Charlene Gutierrez", - "gender": "female", - "age": 70, - "address": { - "state": "Arizona", - "city": "Hiko" - } - }, - { - "id": 468, - "name": "Chan Hubbard", - "gender": "male", - "age": 39, - "address": { - "state": "Maine", - "city": "Boling" - } - }, - { - "id": 469, - "name": "Kristen Knapp", - "gender": "female", - "age": 49, - "address": { - "state": "Oklahoma", - "city": "Vale" - } - }, - { - "id": 470, - "name": "Preston Chapman", - "gender": "male", - "age": 73, - "address": { - "state": "Vermont", - "city": "Kenmar" - } - }, - { - "id": 471, - "name": "Aguilar Singleton", - "gender": "male", - "age": 40, - "address": { - "state": "New Mexico", - "city": "Gratton" - } - }, - { - "id": 472, - "name": "Berry Montoya", - "gender": "male", - "age": 36, - "address": { - "state": "Tennessee", - "city": "Dowling" - } - }, - { - "id": 473, - "name": "Terrie Rowland", - "gender": "female", - "age": 72, - "address": { - "state": "Connecticut", - "city": "Catherine" - } - }, - { - "id": 474, - "name": "Nichole Holland", - "gender": "female", - "age": 63, - "address": { - "state": "Nebraska", - "city": "Wintersburg" - } - }, - { - "id": 475, - "name": "Stevens Lee", - "gender": "male", - "age": 66, - "address": { - "state": "Georgia", - "city": "Berlin" - } - }, - { - "id": 476, - "name": "Florine Dunlap", - "gender": "female", - "age": 75, - "address": { - "state": "Montana", - "city": "Bancroft" - } - }, - { - "id": 477, - "name": "Bartlett Diaz", - "gender": "male", - "age": 78, - "address": { - "state": "Utah", - "city": "Ahwahnee" - } - }, - { - "id": 478, - "name": "Kasey Mendoza", - "gender": "female", - "age": 19, - "address": { - "state": "North Carolina", - "city": "Roulette" - } - }, - { - "id": 479, - "name": "Lakisha Eaton", - "gender": "female", - "age": 47, - "address": { - "state": "Ohio", - "city": "Statenville" - } - }, - { - "id": 480, - "name": "Flores Mills", - "gender": "male", - "age": 76, - "address": { - "state": "Missouri", - "city": "Adelino" - } - }, - { - "id": 481, - "name": "Pat Hardy", - "gender": "female", - "age": 20, - "address": { - "state": "California", - "city": "Somerset" - } - }, - { - "id": 482, - "name": "Esther Stafford", - "gender": "female", - "age": 45, - "address": { - "state": "Idaho", - "city": "Hackneyville" - } - }, - { - "id": 483, - "name": "Reeves Gonzales", - "gender": "male", - "age": 41, - "address": { - "state": "Alaska", - "city": "Boomer" - } - }, - { - "id": 484, - "name": "Pamela Abbott", - "gender": "female", - "age": 36, - "address": { - "state": "Michigan", - "city": "Cumminsville" - } - }, - { - "id": 485, - "name": "Tamra Cash", - "gender": "female", - "age": 32, - "address": { - "state": "Washington", - "city": "Norfolk" - } - }, - { - "id": 486, - "name": "Haley Park", - "gender": "female", - "age": 69, - "address": { - "state": "New Hampshire", - "city": "Holcombe" - } - }, - { - "id": 487, - "name": "Chapman Cook", - "gender": "male", - "age": 54, - "address": { - "state": "Wisconsin", - "city": "Brethren" - } - }, - { - "id": 488, - "name": "Mitchell Pugh", - "gender": "male", - "age": 71, - "address": { - "state": "West Virginia", - "city": "Ogema" - } - }, - { - "id": 489, - "name": "Hess Lynch", - "gender": "male", - "age": 20, - "address": { - "state": "Mississippi", - "city": "Wedgewood" - } - }, - { - "id": 490, - "name": "Dorthy Doyle", - "gender": "female", - "age": 31, - "address": { - "state": "Kansas", - "city": "Gwynn" - } - }, - { - "id": 491, - "name": "Cobb Merritt", - "gender": "male", - "age": 65, - "address": { - "state": "Nebraska", - "city": "Leeper" - } - }, - { - "id": 492, - "name": "Joy Horn", - "gender": "female", - "age": 56, - "address": { - "state": "Connecticut", - "city": "Turpin" - } - }, - { - "id": 493, - "name": "Earlene Castaneda", - "gender": "female", - "age": 36, - "address": { - "state": "Delaware", - "city": "Temperanceville" - } - }, - { - "id": 494, - "name": "Hodges Vang", - "gender": "male", - "age": 53, - "address": { - "state": "Florida", - "city": "Jessie" - } - }, - { - "id": 495, - "name": "Kenya Soto", - "gender": "female", - "age": 73, - "address": { - "state": "Colorado", - "city": "Eureka" - } - }, - { - "id": 496, - "name": "Lidia Santos", - "gender": "female", - "age": 52, - "address": { - "state": "Arkansas", - "city": "Stevens" - } - }, - { - "id": 497, - "name": "Suzanne Barrera", - "gender": "female", - "age": 73, - "address": { - "state": "New Jersey", - "city": "Advance" - } - }, - { - "id": 498, - "name": "Daniel Reyes", - "gender": "male", - "age": 57, - "address": { - "state": "Alaska", - "city": "Churchill" - } - }, - { - "id": 499, - "name": "Maura Osborn", - "gender": "female", - "age": 68, - "address": { - "state": "Tennessee", - "city": "Hartsville/Hartley" - } - }, - { - "id": 500, - "name": "Beryl Ball", - "gender": "female", - "age": 28, - "address": { - "state": "Michigan", - "city": "Savage" - } - }, - { - "id": 501, - "name": "Ada Pena", - "gender": "female", - "age": 68, - "address": { - "state": "New York", - "city": "Lynn" - } - }, - { - "id": 502, - "name": "Kris Mccoy", - "gender": "female", - "age": 40, - "address": { - "state": "Utah", - "city": "Centerville" - } - }, - { - "id": 503, - "name": "Juliet Orr", - "gender": "female", - "age": 45, - "address": { - "state": "Montana", - "city": "Richmond" - } - }, - { - "id": 504, - "name": "Bettye Mckay", - "gender": "female", - "age": 60, - "address": { - "state": "South Dakota", - "city": "Spokane" - } - }, - { - "id": 505, - "name": "Hardin Witt", - "gender": "male", - "age": 44, - "address": { - "state": "Arizona", - "city": "Devon" - } - }, - { - "id": 506, - "name": "Josefa Kaufman", - "gender": "female", - "age": 72, - "address": { - "state": "Missouri", - "city": "Villarreal" - } - }, - { - "id": 507, - "name": "Schwartz Dean", - "gender": "male", - "age": 58, - "address": { - "state": "Oklahoma", - "city": "Hendersonville" - } - }, - { - "id": 508, - "name": "Rose Mercado", - "gender": "female", - "age": 28, - "address": { - "state": "Pennsylvania", - "city": "Clara" - } - }, - { - "id": 509, - "name": "Lesa Pace", - "gender": "female", - "age": 24, - "address": { - "state": "Hawaii", - "city": "Wintersburg" - } - }, - { - "id": 510, - "name": "Wagner Dunlap", - "gender": "male", - "age": 55, - "address": { - "state": "Wyoming", - "city": "Oneida" - } - }, - { - "id": 511, - "name": "Arnold Dotson", - "gender": "male", - "age": 69, - "address": { - "state": "Kentucky", - "city": "Bonanza" - } - }, - { - "id": 512, - "name": "Michele Duke", - "gender": "female", - "age": 38, - "address": { - "state": "Washington", - "city": "Bend" - } - }, - { - "id": 513, - "name": "Floyd Walters", - "gender": "male", - "age": 41, - "address": { - "state": "New Mexico", - "city": "Hebron" - } - }, - { - "id": 514, - "name": "Pierce Hopkins", - "gender": "male", - "age": 36, - "address": { - "state": "New Hampshire", - "city": "Beechmont" - } - }, - { - "id": 515, - "name": "Delaney Perez", - "gender": "male", - "age": 74, - "address": { - "state": "North Carolina", - "city": "Crenshaw" - } - }, - { - "id": 516, - "name": "Romero Hester", - "gender": "male", - "age": 58, - "address": { - "state": "Iowa", - "city": "Abiquiu" - } - }, - { - "id": 517, - "name": "Brewer Heath", - "gender": "male", - "age": 53, - "address": { - "state": "West Virginia", - "city": "Sterling" - } - }, - { - "id": 518, - "name": "Shaw Carver", - "gender": "male", - "age": 81, - "address": { - "state": "Idaho", - "city": "Gorst" - } - }, - { - "id": 519, - "name": "Morgan Richards", - "gender": "female", - "age": 65, - "address": { - "state": "Louisiana", - "city": "Aurora" - } - }, - { - "id": 520, - "name": "Josephine Coleman", - "gender": "female", - "age": 57, - "address": { - "state": "California", - "city": "Kieler" - } - }, - { - "id": 521, - "name": "Pope Weber", - "gender": "male", - "age": 46, - "address": { - "state": "Vermont", - "city": "Cashtown" - } - }, - { - "id": 522, - "name": "Boyer Henderson", - "gender": "male", - "age": 37, - "address": { - "state": "Wisconsin", - "city": "Welda" - } - }, - { - "id": 523, - "name": "Naomi Osborne", - "gender": "female", - "age": 45, - "address": { - "state": "Maine", - "city": "Eastmont" - } - }, - { - "id": 524, - "name": "Lucille Riggs", - "gender": "female", - "age": 17, - "address": { - "state": "North Dakota", - "city": "Byrnedale" - } - }, - { - "id": 525, - "name": "Louisa Quinn", - "gender": "female", - "age": 23, - "address": { - "state": "Nevada", - "city": "Veguita" - } - }, - { - "id": 526, - "name": "Webster Oneill", - "gender": "male", - "age": 70, - "address": { - "state": "Maryland", - "city": "Baker" - } - }, - { - "id": 527, - "name": "Wilkins Summers", - "gender": "male", - "age": 35, - "address": { - "state": "Massachusetts", - "city": "Warren" - } - }, - { - "id": 528, - "name": "Tanya Savage", - "gender": "female", - "age": 57, - "address": { - "state": "Virginia", - "city": "Greenock" - } - }, - { - "id": 529, - "name": "Lenora May", - "gender": "female", - "age": 58, - "address": { - "state": "Minnesota", - "city": "Edinburg" - } - }, - { - "id": 530, - "name": "Beulah Holden", - "gender": "female", - "age": 31, - "address": { - "state": "Ohio", - "city": "Fostoria" - } - }, - { - "id": 531, - "name": "Leslie Boone", - "gender": "female", - "age": 29, - "address": { - "state": "Georgia", - "city": "Ivanhoe" - } - }, - { - "id": 532, - "name": "Yates Hartman", - "gender": "male", - "age": 50, - "address": { - "state": "South Carolina", - "city": "Deputy" - } - }, - { - "id": 533, - "name": "Chelsea Hull", - "gender": "female", - "age": 42, - "address": { - "state": "Oregon", - "city": "Dale" - } - }, - { - "id": 534, - "name": "Benson Small", - "gender": "male", - "age": 74, - "address": { - "state": "Alabama", - "city": "Westboro" - } - }, - { - "id": 535, - "name": "Jacobs Lott", - "gender": "male", - "age": 64, - "address": { - "state": "Rhode Island", - "city": "Woodlands" - } - }, - { - "id": 536, - "name": "Selena Preston", - "gender": "female", - "age": 45, - "address": { - "state": "Illinois", - "city": "Westwood" - } - }, - { - "id": 537, - "name": "Gates Britt", - "gender": "male", - "age": 22, - "address": { - "state": "Texas", - "city": "Downsville" - } - }, - { - "id": 538, - "name": "Caroline Cabrera", - "gender": "female", - "age": 75, - "address": { - "state": "Indiana", - "city": "Makena" - } - }, - { - "id": 539, - "name": "Carmen Cooke", - "gender": "female", - "age": 51, - "address": { - "state": "Kentucky", - "city": "Dowling" - } - }, - { - "id": 540, - "name": "Jaime Webster", - "gender": "female", - "age": 23, - "address": { - "state": "Wyoming", - "city": "Ada" - } - }, - { - "id": 541, - "name": "Mary Porter", - "gender": "female", - "age": 30, - "address": { - "state": "North Dakota", - "city": "Gilgo" - } - }, - { - "id": 542, - "name": "Phillips Bell", - "gender": "male", - "age": 76, - "address": { - "state": "Nebraska", - "city": "Rowe" - } - }, - { - "id": 543, - "name": "Moss Foley", - "gender": "male", - "age": 18, - "address": { - "state": "Alaska", - "city": "Gallina" - } - }, - { - "id": 544, - "name": "Solomon Nicholson", - "gender": "male", - "age": 19, - "address": { - "state": "Delaware", - "city": "Rossmore" - } - }, - { - "id": 545, - "name": "Dianna Bennett", - "gender": "female", - "age": 63, - "address": { - "state": "Alabama", - "city": "Hampstead" - } - }, - { - "id": 546, - "name": "Maude King", - "gender": "female", - "age": 54, - "address": { - "state": "South Dakota", - "city": "Sunwest" - } - }, - { - "id": 547, - "name": "Anastasia Chaney", - "gender": "female", - "age": 57, - "address": { - "state": "New Hampshire", - "city": "Clara" - } - }, - { - "id": 548, - "name": "Virginia Allen", - "gender": "female", - "age": 28, - "address": { - "state": "New Jersey", - "city": "Kempton" - } - }, - { - "id": 549, - "name": "Conway Allison", - "gender": "male", - "age": 76, - "address": { - "state": "Florida", - "city": "Allensworth" - } - }, - { - "id": 550, - "name": "Shields Key", - "gender": "male", - "age": 29, - "address": { - "state": "Montana", - "city": "Sultana" - } - }, - { - "id": 551, - "name": "Sonia Brock", - "gender": "female", - "age": 39, - "address": { - "state": "Rhode Island", - "city": "Leroy" - } - }, - { - "id": 552, - "name": "Mitzi Klein", - "gender": "female", - "age": 65, - "address": { - "state": "North Carolina", - "city": "Waukeenah" - } - }, - { - "id": 553, - "name": "Torres Montoya", - "gender": "male", - "age": 59, - "address": { - "state": "Kansas", - "city": "Homeworth" - } - }, - { - "id": 554, - "name": "Estelle Butler", - "gender": "female", - "age": 42, - "address": { - "state": "Mississippi", - "city": "Woodlands" - } - }, - { - "id": 555, - "name": "Vargas Wise", - "gender": "male", - "age": 73, - "address": { - "state": "Pennsylvania", - "city": "Dargan" - } - }, - { - "id": 556, - "name": "Annabelle Mason", - "gender": "female", - "age": 53, - "address": { - "state": "Oklahoma", - "city": "Allamuchy" - } - }, - { - "id": 557, - "name": "Helene Frank", - "gender": "female", - "age": 38, - "address": { - "state": "Maine", - "city": "Iberia" - } - }, - { - "id": 558, - "name": "Susanne Travis", - "gender": "female", - "age": 77, - "address": { - "state": "Utah", - "city": "Fairfield" - } - }, - { - "id": 559, - "name": "Howell Mejia", - "gender": "male", - "age": 37, - "address": { - "state": "Washington", - "city": "Marion" - } - }, - { - "id": 560, - "name": "Melva Oneil", - "gender": "female", - "age": 18, - "address": { - "state": "Vermont", - "city": "Norvelt" - } - }, - { - "id": 561, - "name": "Bernice Romero", - "gender": "female", - "age": 41, - "address": { - "state": "Oregon", - "city": "Brantleyville" - } - }, - { - "id": 562, - "name": "Ana Duke", - "gender": "female", - "age": 25, - "address": { - "state": "South Carolina", - "city": "Nanafalia" - } - }, - { - "id": 563, - "name": "Mariana Pate", - "gender": "female", - "age": 18, - "address": { - "state": "Massachusetts", - "city": "Deltaville" - } - }, - { - "id": 564, - "name": "Holland Rogers", - "gender": "male", - "age": 46, - "address": { - "state": "Iowa", - "city": "Bodega" - } - }, - { - "id": 565, - "name": "Mullins Pacheco", - "gender": "male", - "age": 78, - "address": { - "state": "Minnesota", - "city": "Clarence" - } - }, - { - "id": 566, - "name": "Margaret Bolton", - "gender": "female", - "age": 70, - "address": { - "state": "Louisiana", - "city": "Tyhee" - } - }, - { - "id": 567, - "name": "Vilma Lott", - "gender": "female", - "age": 30, - "address": { - "state": "Missouri", - "city": "Tetherow" - } - }, - { - "id": 568, - "name": "Deana Grant", - "gender": "female", - "age": 82, - "address": { - "state": "Idaho", - "city": "Jeff" - } - }, - { - "id": 569, - "name": "Francisca Thornton", - "gender": "female", - "age": 34, - "address": { - "state": "West Virginia", - "city": "Avalon" - } - }, - { - "id": 570, - "name": "Lauren Griffin", - "gender": "female", - "age": 60, - "address": { - "state": "Ohio", - "city": "Fingerville" - } - }, - { - "id": 571, - "name": "Bridget Strickland", - "gender": "female", - "age": 66, - "address": { - "state": "New York", - "city": "Nicholson" - } - }, - { - "id": 572, - "name": "Petra Pugh", - "gender": "female", - "age": 37, - "address": { - "state": "Indiana", - "city": "Stonybrook" - } - }, - { - "id": 573, - "name": "Ruby Burris", - "gender": "female", - "age": 64, - "address": { - "state": "Georgia", - "city": "Bergoo" - } - }, - { - "id": 574, - "name": "Whitney Yates", - "gender": "female", - "age": 28, - "address": { - "state": "New Mexico", - "city": "Bluffview" - } - }, - { - "id": 575, - "name": "Ellen Steele", - "gender": "female", - "age": 22, - "address": { - "state": "Colorado", - "city": "Windsor" - } - }, - { - "id": 576, - "name": "Lesa Ortega", - "gender": "female", - "age": 34, - "address": { - "state": "Tennessee", - "city": "Laurelton" - } - }, - { - "id": 577, - "name": "Aguirre Decker", - "gender": "male", - "age": 40, - "address": { - "state": "Virginia", - "city": "Eureka" - } - }, - { - "id": 578, - "name": "Ray Moss", - "gender": "male", - "age": 32, - "address": { - "state": "Maryland", - "city": "Cucumber" - } - }, - { - "id": 579, - "name": "Letha Head", - "gender": "female", - "age": 43, - "address": { - "state": "Arizona", - "city": "Mathews" - } - }, - { - "id": 580, - "name": "Davis Hahn", - "gender": "male", - "age": 67, - "address": { - "state": "Michigan", - "city": "Kilbourne" - } - }, - { - "id": 581, - "name": "Jeannette Velasquez", - "gender": "female", - "age": 20, - "address": { - "state": "Hawaii", - "city": "Hebron" - } - }, - { - "id": 582, - "name": "Lamb Jarvis", - "gender": "male", - "age": 17, - "address": { - "state": "Wisconsin", - "city": "Frizzleburg" - } - }, - { - "id": 583, - "name": "Keri Dunlap", - "gender": "female", - "age": 34, - "address": { - "state": "California", - "city": "Marbury" - } - }, - { - "id": 584, - "name": "Sharpe Sharpe", - "gender": "male", - "age": 31, - "address": { - "state": "Connecticut", - "city": "Stagecoach" - } - }, - { - "id": 585, - "name": "Olivia Garrett", - "gender": "female", - "age": 47, - "address": { - "state": "Arkansas", - "city": "Dexter" - } - }, - { - "id": 586, - "name": "Ava Graham", - "gender": "female", - "age": 61, - "address": { - "state": "Texas", - "city": "Calpine" - } - }, - { - "id": 587, - "name": "Doris Horton", - "gender": "female", - "age": 21, - "address": { - "state": "Nevada", - "city": "Goodville" - } - }, - { - "id": 588, - "name": "Jimenez Abbott", - "gender": "male", - "age": 45, - "address": { - "state": "California", - "city": "Tuskahoma" - } - }, - { - "id": 589, - "name": "Michele Branch", - "gender": "female", - "age": 30, - "address": { - "state": "Nebraska", - "city": "Lavalette" - } - }, - { - "id": 590, - "name": "Reva Parks", - "gender": "female", - "age": 74, - "address": { - "state": "Wisconsin", - "city": "Springville" - } - }, - { - "id": 591, - "name": "Burch Hewitt", - "gender": "male", - "age": 21, - "address": { - "state": "New Mexico", - "city": "Dunlo" - } - }, - { - "id": 592, - "name": "Small Haney", - "gender": "male", - "age": 33, - "address": { - "state": "Utah", - "city": "Groton" - } - }, - { - "id": 593, - "name": "Lee Nolan", - "gender": "female", - "age": 20, - "address": { - "state": "New Jersey", - "city": "Canoochee" - } - }, - { - "id": 594, - "name": "Montoya Suarez", - "gender": "male", - "age": 25, - "address": { - "state": "Texas", - "city": "Guilford" - } - }, - { - "id": 595, - "name": "Jolene Todd", - "gender": "female", - "age": 33, - "address": { - "state": "Delaware", - "city": "Witmer" - } - }, - { - "id": 596, - "name": "Robert Compton", - "gender": "female", - "age": 24, - "address": { - "state": "Minnesota", - "city": "Bynum" - } - }, - { - "id": 597, - "name": "Mueller Velez", - "gender": "male", - "age": 37, - "address": { - "state": "West Virginia", - "city": "Walker" - } - }, - { - "id": 598, - "name": "Bruce Davidson", - "gender": "male", - "age": 18, - "address": { - "state": "Michigan", - "city": "Caln" - } - }, - { - "id": 599, - "name": "Yesenia Burnett", - "gender": "female", - "age": 80, - "address": { - "state": "Virginia", - "city": "Noblestown" - } - }, - { - "id": 600, - "name": "Vasquez Carson", - "gender": "male", - "age": 76, - "address": { - "state": "Indiana", - "city": "Lindisfarne" - } - }, - { - "id": 601, - "name": "Selena Newton", - "gender": "female", - "age": 41, - "address": { - "state": "Illinois", - "city": "Grenelefe" - } - }, - { - "id": 602, - "name": "Anne Molina", - "gender": "female", - "age": 20, - "address": { - "state": "Wyoming", - "city": "Greensburg" - } - }, - { - "id": 603, - "name": "Jacklyn Burris", - "gender": "female", - "age": 42, - "address": { - "state": "South Dakota", - "city": "Tooleville" - } - }, - { - "id": 604, - "name": "Guadalupe Cortez", - "gender": "female", - "age": 40, - "address": { - "state": "New Hampshire", - "city": "Moscow" - } - }, - { - "id": 605, - "name": "Marissa Howell", - "gender": "female", - "age": 68, - "address": { - "state": "South Carolina", - "city": "Matheny" - } - }, - { - "id": 606, - "name": "Sandy Mathews", - "gender": "female", - "age": 68, - "address": { - "state": "Oregon", - "city": "Marysville" - } - }, - { - "id": 607, - "name": "Chang Bowen", - "gender": "male", - "age": 45, - "address": { - "state": "New York", - "city": "Jacumba" - } - }, - { - "id": 608, - "name": "Concepcion Sexton", - "gender": "female", - "age": 60, - "address": { - "state": "Vermont", - "city": "Lydia" - } - }, - { - "id": 609, - "name": "Sophie Carlson", - "gender": "female", - "age": 35, - "address": { - "state": "Kansas", - "city": "Hannasville" - } - }, - { - "id": 610, - "name": "Henry Bean", - "gender": "male", - "age": 58, - "address": { - "state": "Oklahoma", - "city": "Kingstowne" - } - }, - { - "id": 611, - "name": "Teresa Figueroa", - "gender": "female", - "age": 52, - "address": { - "state": "Maine", - "city": "Canby" - } - }, - { - "id": 612, - "name": "Little Gates", - "gender": "male", - "age": 23, - "address": { - "state": "Mississippi", - "city": "Bartonsville" - } - }, - { - "id": 613, - "name": "Hamilton Barnett", - "gender": "male", - "age": 73, - "address": { - "state": "Kentucky", - "city": "Sunbury" - } - }, - { - "id": 614, - "name": "Marquez Durham", - "gender": "male", - "age": 67, - "address": { - "state": "Washington", - "city": "Barstow" - } - }, - { - "id": 615, - "name": "Gonzalez Glover", - "gender": "male", - "age": 31, - "address": { - "state": "North Dakota", - "city": "Elrama" - } - }, - { - "id": 616, - "name": "Campbell Dixon", - "gender": "male", - "age": 51, - "address": { - "state": "Colorado", - "city": "Succasunna" - } - }, - { - "id": 617, - "name": "Todd Oliver", - "gender": "male", - "age": 50, - "address": { - "state": "Pennsylvania", - "city": "Choctaw" - } - }, - { - "id": 618, - "name": "Middleton Landry", - "gender": "male", - "age": 57, - "address": { - "state": "Massachusetts", - "city": "Kenmar" - } - }, - { - "id": 619, - "name": "Mcguire Bender", - "gender": "male", - "age": 22, - "address": { - "state": "Arizona", - "city": "Camptown" - } - }, - { - "id": 620, - "name": "Reeves Terrell", - "gender": "male", - "age": 36, - "address": { - "state": "Maryland", - "city": "Why" - } - }, - { - "id": 621, - "name": "Jennings Townsend", - "gender": "male", - "age": 57, - "address": { - "state": "Rhode Island", - "city": "Fredericktown" - } - }, - { - "id": 622, - "name": "Nettie Shaw", - "gender": "female", - "age": 27, - "address": { - "state": "Georgia", - "city": "Robinson" - } - }, - { - "id": 623, - "name": "Phillips Sloan", - "gender": "male", - "age": 74, - "address": { - "state": "Iowa", - "city": "Nicholson" - } - }, - { - "id": 624, - "name": "Mona Webster", - "gender": "female", - "age": 75, - "address": { - "state": "Tennessee", - "city": "Kanauga" - } - }, - { - "id": 625, - "name": "Ball Powell", - "gender": "male", - "age": 59, - "address": { - "state": "Hawaii", - "city": "Sunriver" - } - }, - { - "id": 626, - "name": "Douglas Austin", - "gender": "male", - "age": 78, - "address": { - "state": "Arkansas", - "city": "Gratton" - } - }, - { - "id": 627, - "name": "Howe Murray", - "gender": "male", - "age": 57, - "address": { - "state": "Ohio", - "city": "Hemlock" - } - }, - { - "id": 628, - "name": "Wood Nielsen", - "gender": "male", - "age": 65, - "address": { - "state": "Alabama", - "city": "Blandburg" - } - }, - { - "id": 629, - "name": "Donna Frost", - "gender": "female", - "age": 33, - "address": { - "state": "Alaska", - "city": "Staples" - } - }, - { - "id": 630, - "name": "Louella Sullivan", - "gender": "female", - "age": 59, - "address": { - "state": "North Carolina", - "city": "Flintville" - } - }, - { - "id": 631, - "name": "Hilda Mayo", - "gender": "female", - "age": 18, - "address": { - "state": "Nevada", - "city": "Barrelville" - } - }, - { - "id": 632, - "name": "Rosario Perry", - "gender": "male", - "age": 69, - "address": { - "state": "Missouri", - "city": "Day" - } - }, - { - "id": 633, - "name": "Elliott Kane", - "gender": "male", - "age": 43, - "address": { - "state": "Idaho", - "city": "Stewart" - } - }, - { - "id": 634, - "name": "Sara Olsen", - "gender": "female", - "age": 79, - "address": { - "state": "Louisiana", - "city": "Nettie" - } - }, - { - "id": 635, - "name": "Lawrence Pickett", - "gender": "male", - "age": 45, - "address": { - "state": "Montana", - "city": "Fidelis" - } - }, - { - "id": 636, - "name": "Julia Price", - "gender": "female", - "age": 62, - "address": { - "state": "Florida", - "city": "Longoria" - } - }, - { - "id": 637, - "name": "Emily Williams", - "gender": "female", - "age": 18, - "address": { - "state": "Oregon", - "city": "Blende" - } - }, - { - "id": 638, - "name": "Mcfadden Williams", - "gender": "male", - "age": 73, - "address": { - "state": "Wyoming", - "city": "Bloomington" - } - }, - { - "id": 639, - "name": "Josefa Dyer", - "gender": "female", - "age": 41, - "address": { - "state": "Ohio", - "city": "Takilma" - } - }, - { - "id": 640, - "name": "Sharpe Charles", - "gender": "male", - "age": 36, - "address": { - "state": "Iowa", - "city": "Bennett" - } - }, - { - "id": 641, - "name": "Odom Steele", - "gender": "male", - "age": 22, - "address": { - "state": "Idaho", - "city": "Kennedyville" - } - }, - { - "id": 642, - "name": "Kristine Hopper", - "gender": "female", - "age": 24, - "address": { - "state": "Utah", - "city": "Indio" - } - }, - { - "id": 643, - "name": "Harris Norton", - "gender": "male", - "age": 62, - "address": { - "state": "California", - "city": "Grandview" - } - }, - { - "id": 644, - "name": "Wagner Ellison", - "gender": "male", - "age": 53, - "address": { - "state": "North Dakota", - "city": "Katonah" - } - }, - { - "id": 645, - "name": "Michael Dickson", - "gender": "male", - "age": 33, - "address": { - "state": "Oklahoma", - "city": "Grantville" - } - }, - { - "id": 646, - "name": "Celina Arnold", - "gender": "female", - "age": 26, - "address": { - "state": "Kansas", - "city": "Bakersville" - } - }, - { - "id": 647, - "name": "Bruce Stark", - "gender": "male", - "age": 79, - "address": { - "state": "Vermont", - "city": "Marion" - } - }, - { - "id": 648, - "name": "Collins Hudson", - "gender": "male", - "age": 36, - "address": { - "state": "Nebraska", - "city": "Wauhillau" - } - }, - { - "id": 649, - "name": "Mcgowan Leon", - "gender": "male", - "age": 34, - "address": { - "state": "Alaska", - "city": "Farmington" - } - }, - { - "id": 650, - "name": "Myrna Hodges", - "gender": "female", - "age": 32, - "address": { - "state": "Nevada", - "city": "Wollochet" - } - }, - { - "id": 651, - "name": "Thelma Koch", - "gender": "female", - "age": 52, - "address": { - "state": "Georgia", - "city": "Cassel" - } - }, - { - "id": 652, - "name": "Lucille Reynolds", - "gender": "female", - "age": 78, - "address": { - "state": "Maine", - "city": "Weedville" - } - }, - { - "id": 653, - "name": "Noemi Mcdaniel", - "gender": "female", - "age": 59, - "address": { - "state": "Mississippi", - "city": "Sunwest" - } - }, - { - "id": 654, - "name": "Morin Rojas", - "gender": "male", - "age": 61, - "address": { - "state": "Maryland", - "city": "Cleary" - } - }, - { - "id": 655, - "name": "Herring Price", - "gender": "male", - "age": 60, - "address": { - "state": "Indiana", - "city": "Orason" - } - }, - { - "id": 656, - "name": "Collier Santos", - "gender": "male", - "age": 51, - "address": { - "state": "West Virginia", - "city": "Alleghenyville" - } - }, - { - "id": 657, - "name": "Macdonald Jefferson", - "gender": "male", - "age": 81, - "address": { - "state": "Washington", - "city": "Falconaire" - } - }, - { - "id": 658, - "name": "Rich Gentry", - "gender": "male", - "age": 31, - "address": { - "state": "Massachusetts", - "city": "Ruckersville" - } - }, - { - "id": 659, - "name": "Frank Martin", - "gender": "male", - "age": 48, - "address": { - "state": "Wisconsin", - "city": "Trucksville" - } - }, - { - "id": 660, - "name": "Shelton Lamb", - "gender": "male", - "age": 33, - "address": { - "state": "Hawaii", - "city": "Somerset" - } - }, - { - "id": 661, - "name": "Todd Moore", - "gender": "male", - "age": 46, - "address": { - "state": "Florida", - "city": "Darrtown" - } - }, - { - "id": 662, - "name": "Conner Young", - "gender": "male", - "age": 72, - "address": { - "state": "Arizona", - "city": "Marienthal" - } - }, - { - "id": 663, - "name": "Rosie Macias", - "gender": "female", - "age": 64, - "address": { - "state": "South Carolina", - "city": "Graniteville" - } - }, - { - "id": 664, - "name": "Gross Schultz", - "gender": "male", - "age": 31, - "address": { - "state": "Connecticut", - "city": "Bergoo" - } - }, - { - "id": 665, - "name": "Albert Santana", - "gender": "male", - "age": 30, - "address": { - "state": "Colorado", - "city": "Bladensburg" - } - }, - { - "id": 666, - "name": "Jewell Burt", - "gender": "female", - "age": 69, - "address": { - "state": "Michigan", - "city": "Callaghan" - } - }, - { - "id": 667, - "name": "Haley Bass", - "gender": "female", - "age": 70, - "address": { - "state": "Illinois", - "city": "Florence" - } - }, - { - "id": 668, - "name": "Elise Shepard", - "gender": "female", - "age": 64, - "address": { - "state": "Montana", - "city": "Lemoyne" - } - }, - { - "id": 669, - "name": "Marsha Everett", - "gender": "female", - "age": 50, - "address": { - "state": "Missouri", - "city": "Nord" - } - }, - { - "id": 670, - "name": "Bean Pace", - "gender": "male", - "age": 26, - "address": { - "state": "Tennessee", - "city": "Johnsonburg" - } - }, - { - "id": 671, - "name": "Daugherty Peterson", - "gender": "male", - "age": 71, - "address": { - "state": "New Mexico", - "city": "Dahlen" - } - }, - { - "id": 672, - "name": "Dorsey Anderson", - "gender": "male", - "age": 25, - "address": { - "state": "Texas", - "city": "Guthrie" - } - }, - { - "id": 673, - "name": "Ernestine Howell", - "gender": "female", - "age": 33, - "address": { - "state": "Virginia", - "city": "Summerset" - } - }, - { - "id": 674, - "name": "Gay Vargas", - "gender": "male", - "age": 57, - "address": { - "state": "Minnesota", - "city": "Hiseville" - } - }, - { - "id": 675, - "name": "Muriel Wynn", - "gender": "female", - "age": 32, - "address": { - "state": "Pennsylvania", - "city": "Healy" - } - }, - { - "id": 676, - "name": "Mckee Gallagher", - "gender": "male", - "age": 31, - "address": { - "state": "Delaware", - "city": "Camino" - } - }, - { - "id": 677, - "name": "Lelia Parrish", - "gender": "female", - "age": 75, - "address": { - "state": "New York", - "city": "Gadsden" - } - }, - { - "id": 678, - "name": "Julianne Kane", - "gender": "female", - "age": 54, - "address": { - "state": "Kentucky", - "city": "Ladera" - } - }, - { - "id": 679, - "name": "Travis Combs", - "gender": "male", - "age": 22, - "address": { - "state": "South Dakota", - "city": "Cliffside" - } - }, - { - "id": 680, - "name": "Mary Huffman", - "gender": "female", - "age": 28, - "address": { - "state": "New Hampshire", - "city": "Ryderwood" - } - }, - { - "id": 681, - "name": "Charity Delacruz", - "gender": "female", - "age": 49, - "address": { - "state": "Alabama", - "city": "Salix" - } - }, - { - "id": 682, - "name": "Selena Mcleod", - "gender": "female", - "age": 17, - "address": { - "state": "Louisiana", - "city": "Harold" - } - }, - { - "id": 683, - "name": "Mallory Hoffman", - "gender": "female", - "age": 82, - "address": { - "state": "North Carolina", - "city": "Graball" - } - }, - { - "id": 684, - "name": "Vanessa Rosario", - "gender": "female", - "age": 63, - "address": { - "state": "New Jersey", - "city": "Kenmar" - } - }, - { - "id": 685, - "name": "Blanche Jordan", - "gender": "female", - "age": 21, - "address": { - "state": "Arkansas", - "city": "Virgie" - } - }, - { - "id": 686, - "name": "Brandy Hardy", - "gender": "female", - "age": 66, - "address": { - "state": "Kansas", - "city": "Gibbsville" - } - }, - { - "id": 687, - "name": "Rosanne Walton", - "gender": "female", - "age": 44, - "address": { - "state": "South Carolina", - "city": "Turpin" - } - }, - { - "id": 688, - "name": "Aurora Hickman", - "gender": "female", - "age": 30, - "address": { - "state": "Maryland", - "city": "Rockingham" - } - }, - { - "id": 689, - "name": "Duke Cline", - "gender": "male", - "age": 71, - "address": { - "state": "New Mexico", - "city": "Imperial" - } - }, - { - "id": 690, - "name": "Madeline Slater", - "gender": "female", - "age": 51, - "address": { - "state": "Alaska", - "city": "Roulette" - } - }, - { - "id": 691, - "name": "Eddie Glenn", - "gender": "female", - "age": 33, - "address": { - "state": "New Jersey", - "city": "Roland" - } - }, - { - "id": 692, - "name": "Valentine Talley", - "gender": "male", - "age": 18, - "address": { - "state": "Georgia", - "city": "Waterloo" - } - }, - { - "id": 693, - "name": "Carney Morrison", - "gender": "male", - "age": 53, - "address": { - "state": "Pennsylvania", - "city": "Esmont" - } - }, - { - "id": 694, - "name": "Stout Lowe", - "gender": "male", - "age": 51, - "address": { - "state": "Wisconsin", - "city": "Brandywine" - } - }, - { - "id": 695, - "name": "Candy Lawrence", - "gender": "female", - "age": 73, - "address": { - "state": "Arkansas", - "city": "Morningside" - } - }, - { - "id": 696, - "name": "Curtis Sherman", - "gender": "male", - "age": 43, - "address": { - "state": "Connecticut", - "city": "Soudan" - } - }, - { - "id": 697, - "name": "Christensen Dickerson", - "gender": "male", - "age": 60, - "address": { - "state": "Mississippi", - "city": "Mammoth" - } - }, - { - "id": 698, - "name": "Hilary Yang", - "gender": "female", - "age": 69, - "address": { - "state": "Ohio", - "city": "Gouglersville" - } - }, - { - "id": 699, - "name": "Charlene Mclaughlin", - "gender": "female", - "age": 62, - "address": { - "state": "Delaware", - "city": "Romeville" - } - }, - { - "id": 700, - "name": "Massey Nash", - "gender": "male", - "age": 55, - "address": { - "state": "Tennessee", - "city": "Kylertown" - } - }, - { - "id": 701, - "name": "Randi Gay", - "gender": "female", - "age": 33, - "address": { - "state": "Illinois", - "city": "Silkworth" - } - }, - { - "id": 702, - "name": "Melva Mcgee", - "gender": "female", - "age": 72, - "address": { - "state": "Louisiana", - "city": "Conestoga" - } - }, - { - "id": 703, - "name": "Hyde Wilder", - "gender": "male", - "age": 34, - "address": { - "state": "Utah", - "city": "Rutherford" - } - }, - { - "id": 704, - "name": "Aisha Lane", - "gender": "female", - "age": 34, - "address": { - "state": "Michigan", - "city": "Frank" - } - }, - { - "id": 705, - "name": "Jan Kirk", - "gender": "female", - "age": 71, - "address": { - "state": "West Virginia", - "city": "Cavalero" - } - }, - { - "id": 706, - "name": "Dionne Becker", - "gender": "female", - "age": 82, - "address": { - "state": "Montana", - "city": "Brady" - } - }, - { - "id": 707, - "name": "Lorraine Hernandez", - "gender": "female", - "age": 53, - "address": { - "state": "Virginia", - "city": "Lydia" - } - }, - { - "id": 708, - "name": "Juana Gomez", - "gender": "female", - "age": 69, - "address": { - "state": "Colorado", - "city": "Ahwahnee" - } - }, - { - "id": 709, - "name": "Desiree King", - "gender": "female", - "age": 55, - "address": { - "state": "Texas", - "city": "Golconda" - } - }, - { - "id": 710, - "name": "Delaney Copeland", - "gender": "male", - "age": 34, - "address": { - "state": "Washington", - "city": "Ruffin" - } - }, - { - "id": 711, - "name": "Gabriela Hubbard", - "gender": "female", - "age": 33, - "address": { - "state": "Kentucky", - "city": "Fedora" - } - }, - { - "id": 712, - "name": "Kimberley Fernandez", - "gender": "female", - "age": 39, - "address": { - "state": "Minnesota", - "city": "Axis" - } - }, - { - "id": 713, - "name": "Warner Wong", - "gender": "male", - "age": 57, - "address": { - "state": "Nebraska", - "city": "Chesterfield" - } - }, - { - "id": 714, - "name": "Frances Goodwin", - "gender": "female", - "age": 20, - "address": { - "state": "North Carolina", - "city": "Albany" - } - }, - { - "id": 715, - "name": "Roth Harrell", - "gender": "male", - "age": 27, - "address": { - "state": "Missouri", - "city": "Cawood" - } - }, - { - "id": 716, - "name": "Ester Romero", - "gender": "female", - "age": 18, - "address": { - "state": "Arizona", - "city": "Martell" - } - }, - { - "id": 717, - "name": "Wood Brewer", - "gender": "male", - "age": 38, - "address": { - "state": "Oregon", - "city": "Topanga" - } - }, - { - "id": 718, - "name": "Becky Haley", - "gender": "female", - "age": 71, - "address": { - "state": "Vermont", - "city": "Kohatk" - } - }, - { - "id": 719, - "name": "Cecelia Reilly", - "gender": "female", - "age": 25, - "address": { - "state": "New Hampshire", - "city": "Orason" - } - }, - { - "id": 720, - "name": "Amparo Harris", - "gender": "female", - "age": 24, - "address": { - "state": "Alabama", - "city": "Indio" - } - }, - { - "id": 721, - "name": "Joan Lucas", - "gender": "female", - "age": 80, - "address": { - "state": "Florida", - "city": "Thermal" - } - }, - { - "id": 722, - "name": "Campos Farrell", - "gender": "male", - "age": 27, - "address": { - "state": "Iowa", - "city": "Forestburg" - } - }, - { - "id": 723, - "name": "Mabel Martin", - "gender": "female", - "age": 79, - "address": { - "state": "North Dakota", - "city": "Yardville" - } - }, - { - "id": 724, - "name": "Sheppard Battle", - "gender": "male", - "age": 74, - "address": { - "state": "Hawaii", - "city": "Harold" - } - }, - { - "id": 725, - "name": "Holcomb Chan", - "gender": "male", - "age": 36, - "address": { - "state": "South Dakota", - "city": "Gibsonia" - } - }, - { - "id": 726, - "name": "Madden Wade", - "gender": "male", - "age": 33, - "address": { - "state": "New York", - "city": "Retsof" - } - }, - { - "id": 727, - "name": "Sheree Pennington", - "gender": "female", - "age": 80, - "address": { - "state": "Massachusetts", - "city": "Guilford" - } - }, - { - "id": 728, - "name": "Bright Long", - "gender": "male", - "age": 52, - "address": { - "state": "Indiana", - "city": "Barronett" - } - }, - { - "id": 729, - "name": "Jerry Melton", - "gender": "female", - "age": 29, - "address": { - "state": "Idaho", - "city": "Oberlin" - } - }, - { - "id": 730, - "name": "Kent Lara", - "gender": "male", - "age": 44, - "address": { - "state": "California", - "city": "Germanton" - } - }, - { - "id": 731, - "name": "Randolph Tyson", - "gender": "male", - "age": 30, - "address": { - "state": "Rhode Island", - "city": "Sunbury" - } - }, - { - "id": 732, - "name": "Flores Gilliam", - "gender": "male", - "age": 23, - "address": { - "state": "Oklahoma", - "city": "Steinhatchee" - } - }, - { - "id": 733, - "name": "Hayden Delaney", - "gender": "male", - "age": 40, - "address": { - "state": "Wyoming", - "city": "Johnsonburg" - } - }, - { - "id": 734, - "name": "Nash Deleon", - "gender": "male", - "age": 64, - "address": { - "state": "Maine", - "city": "Wakarusa" - } - }, - { - "id": 735, - "name": "Paul Carpenter", - "gender": "male", - "age": 76, - "address": { - "state": "West Virginia", - "city": "Chicopee" - } - }, - { - "id": 736, - "name": "Kirk Knapp", - "gender": "male", - "age": 22, - "address": { - "state": "Alabama", - "city": "Tibbie" - } - }, - { - "id": 737, - "name": "Courtney Brown", - "gender": "female", - "age": 47, - "address": { - "state": "Pennsylvania", - "city": "Ernstville" - } - }, - { - "id": 738, - "name": "Merle Hickman", - "gender": "female", - "age": 73, - "address": { - "state": "Maine", - "city": "Eagleville" - } - }, - { - "id": 739, - "name": "Evangelina Maldonado", - "gender": "female", - "age": 79, - "address": { - "state": "Vermont", - "city": "Kilbourne" - } - }, - { - "id": 740, - "name": "Avery Cardenas", - "gender": "male", - "age": 17, - "address": { - "state": "South Carolina", - "city": "Strykersville" - } - }, - { - "id": 741, - "name": "Robertson Page", - "gender": "male", - "age": 52, - "address": { - "state": "Kentucky", - "city": "Chase" - } - }, - { - "id": 742, - "name": "Pollard Brennan", - "gender": "male", - "age": 34, - "address": { - "state": "Montana", - "city": "Ruffin" - } - }, - { - "id": 743, - "name": "Shana Blackburn", - "gender": "female", - "age": 76, - "address": { - "state": "Maryland", - "city": "Coral" - } - }, - { - "id": 744, - "name": "Althea Carney", - "gender": "female", - "age": 67, - "address": { - "state": "Rhode Island", - "city": "Chilton" - } - }, - { - "id": 745, - "name": "Whitley Tyler", - "gender": "male", - "age": 28, - "address": { - "state": "Delaware", - "city": "Wiscon" - } - }, - { - "id": 746, - "name": "Clark Wilkinson", - "gender": "male", - "age": 76, - "address": { - "state": "Mississippi", - "city": "Marbury" - } - }, - { - "id": 747, - "name": "Hester Hardy", - "gender": "female", - "age": 28, - "address": { - "state": "Oklahoma", - "city": "Herald" - } - }, - { - "id": 748, - "name": "Rose Hogan", - "gender": "female", - "age": 62, - "address": { - "state": "Illinois", - "city": "Herlong" - } - }, - { - "id": 749, - "name": "Sadie Larson", - "gender": "female", - "age": 59, - "address": { - "state": "Georgia", - "city": "Tedrow" - } - }, - { - "id": 750, - "name": "Whitney Valdez", - "gender": "female", - "age": 18, - "address": { - "state": "Colorado", - "city": "Bradenville" - } - }, - { - "id": 751, - "name": "Christy Calhoun", - "gender": "female", - "age": 52, - "address": { - "state": "Ohio", - "city": "Hartsville/Hartley" - } - }, - { - "id": 752, - "name": "Warren Hopkins", - "gender": "male", - "age": 51, - "address": { - "state": "Hawaii", - "city": "Lisco" - } - }, - { - "id": 753, - "name": "Manuela Ball", - "gender": "female", - "age": 81, - "address": { - "state": "Utah", - "city": "Adelino" - } - }, - { - "id": 754, - "name": "Dale Rosales", - "gender": "female", - "age": 72, - "address": { - "state": "New Hampshire", - "city": "Charco" - } - }, - { - "id": 755, - "name": "Melody Mcbride", - "gender": "female", - "age": 24, - "address": { - "state": "Michigan", - "city": "Williams" - } - }, - { - "id": 756, - "name": "Alba English", - "gender": "female", - "age": 60, - "address": { - "state": "New Mexico", - "city": "Trinway" - } - }, - { - "id": 757, - "name": "Sharpe Rush", - "gender": "male", - "age": 49, - "address": { - "state": "North Carolina", - "city": "Fedora" - } - }, - { - "id": 758, - "name": "Candice Leach", - "gender": "female", - "age": 71, - "address": { - "state": "Missouri", - "city": "Monument" - } - }, - { - "id": 759, - "name": "Hollie Woods", - "gender": "female", - "age": 52, - "address": { - "state": "Wisconsin", - "city": "Allendale" - } - }, - { - "id": 760, - "name": "Gray Ashley", - "gender": "male", - "age": 34, - "address": { - "state": "Alaska", - "city": "Worcester" - } - }, - { - "id": 761, - "name": "Kline Bartlett", - "gender": "male", - "age": 75, - "address": { - "state": "Iowa", - "city": "Beaulieu" - } - }, - { - "id": 762, - "name": "Cooke Mcclain", - "gender": "male", - "age": 45, - "address": { - "state": "Wyoming", - "city": "Brandywine" - } - }, - { - "id": 763, - "name": "Erica Stevenson", - "gender": "female", - "age": 43, - "address": { - "state": "Virginia", - "city": "Cliff" - } - }, - { - "id": 764, - "name": "Ophelia Richard", - "gender": "female", - "age": 31, - "address": { - "state": "New Jersey", - "city": "Nutrioso" - } - }, - { - "id": 765, - "name": "Hester Bonner", - "gender": "male", - "age": 28, - "address": { - "state": "Arkansas", - "city": "Churchill" - } - }, - { - "id": 766, - "name": "Richardson Mullen", - "gender": "male", - "age": 25, - "address": { - "state": "Nevada", - "city": "Elfrida" - } - }, - { - "id": 767, - "name": "Gayle Richmond", - "gender": "female", - "age": 78, - "address": { - "state": "Minnesota", - "city": "Valmy" - } - }, - { - "id": 768, - "name": "Claudine Burgess", - "gender": "female", - "age": 74, - "address": { - "state": "Tennessee", - "city": "Suitland" - } - }, - { - "id": 769, - "name": "Mavis Watson", - "gender": "female", - "age": 32, - "address": { - "state": "Connecticut", - "city": "Downsville" - } - }, - { - "id": 770, - "name": "Bowers Buchanan", - "gender": "male", - "age": 30, - "address": { - "state": "Louisiana", - "city": "Bloomington" - } - }, - { - "id": 771, - "name": "Leah Ramsey", - "gender": "female", - "age": 82, - "address": { - "state": "Arizona", - "city": "Catherine" - } - }, - { - "id": 772, - "name": "Lenora Mcdaniel", - "gender": "female", - "age": 53, - "address": { - "state": "Kansas", - "city": "Cutter" - } - }, - { - "id": 773, - "name": "Burks Cole", - "gender": "male", - "age": 58, - "address": { - "state": "Massachusetts", - "city": "Hatteras" - } - }, - { - "id": 774, - "name": "Parrish Grimes", - "gender": "male", - "age": 28, - "address": { - "state": "Florida", - "city": "Oberlin" - } - }, - { - "id": 775, - "name": "Ramos Martinez", - "gender": "male", - "age": 32, - "address": { - "state": "Oregon", - "city": "Greensburg" - } - }, - { - "id": 776, - "name": "Stanton Jarvis", - "gender": "male", - "age": 18, - "address": { - "state": "California", - "city": "Wollochet" - } - }, - { - "id": 777, - "name": "Kaye Mosley", - "gender": "female", - "age": 71, - "address": { - "state": "Idaho", - "city": "Ferney" - } - }, - { - "id": 778, - "name": "Carlene Pugh", - "gender": "female", - "age": 43, - "address": { - "state": "New York", - "city": "Leola" - } - }, - { - "id": 779, - "name": "Malinda Webb", - "gender": "female", - "age": 21, - "address": { - "state": "Washington", - "city": "Wawona" - } - }, - { - "id": 780, - "name": "Lillian Short", - "gender": "female", - "age": 68, - "address": { - "state": "South Dakota", - "city": "Allentown" - } - }, - { - "id": 781, - "name": "Jordan Donaldson", - "gender": "male", - "age": 56, - "address": { - "state": "North Dakota", - "city": "Grill" - } - }, - { - "id": 782, - "name": "Aimee Turner", - "gender": "female", - "age": 67, - "address": { - "state": "Texas", - "city": "Fairlee" - } - }, - { - "id": 783, - "name": "Marci Robbins", - "gender": "female", - "age": 23, - "address": { - "state": "Indiana", - "city": "Blanco" - } - }, - { - "id": 784, - "name": "Gomez Hoover", - "gender": "male", - "age": 80, - "address": { - "state": "New Hampshire", - "city": "Gratton" - } - }, - { - "id": 785, - "name": "Osborn Long", - "gender": "male", - "age": 27, - "address": { - "state": "Georgia", - "city": "Chalfant" - } - }, - { - "id": 786, - "name": "Donaldson Day", - "gender": "male", - "age": 64, - "address": { - "state": "Montana", - "city": "Williamson" - } - }, - { - "id": 787, - "name": "Noreen Mcdaniel", - "gender": "female", - "age": 61, - "address": { - "state": "Indiana", - "city": "Gasquet" - } - }, - { - "id": 788, - "name": "Rose Woodward", - "gender": "female", - "age": 76, - "address": { - "state": "Oklahoma", - "city": "Tivoli" - } - }, - { - "id": 789, - "name": "Lewis Hooper", - "gender": "male", - "age": 56, - "address": { - "state": "Ohio", - "city": "Brantleyville" - } - }, - { - "id": 790, - "name": "Kathrine Simon", - "gender": "female", - "age": 64, - "address": { - "state": "Missouri", - "city": "Salvo" - } - }, - { - "id": 791, - "name": "Maggie Albert", - "gender": "female", - "age": 59, - "address": { - "state": "Delaware", - "city": "Kylertown" - } - }, - { - "id": 792, - "name": "Joanna Sears", - "gender": "female", - "age": 32, - "address": { - "state": "Washington", - "city": "Kirk" - } - }, - { - "id": 793, - "name": "Dora Holman", - "gender": "female", - "age": 22, - "address": { - "state": "Kentucky", - "city": "Bartonsville" - } - }, - { - "id": 794, - "name": "Lynch Cline", - "gender": "male", - "age": 38, - "address": { - "state": "Mississippi", - "city": "Balm" - } - }, - { - "id": 795, - "name": "Dale Mitchell", - "gender": "male", - "age": 64, - "address": { - "state": "Alaska", - "city": "Maybell" - } - }, - { - "id": 796, - "name": "Lizzie Juarez", - "gender": "female", - "age": 29, - "address": { - "state": "Oregon", - "city": "Snowville" - } - }, - { - "id": 797, - "name": "Fernandez Briggs", - "gender": "male", - "age": 69, - "address": { - "state": "Wisconsin", - "city": "Yardville" - } - }, - { - "id": 798, - "name": "Beatrice Macias", - "gender": "female", - "age": 35, - "address": { - "state": "Nevada", - "city": "Norwood" - } - }, - { - "id": 799, - "name": "Small Sharp", - "gender": "male", - "age": 50, - "address": { - "state": "Kansas", - "city": "Crucible" - } - }, - { - "id": 800, - "name": "Rosemary Ryan", - "gender": "female", - "age": 60, - "address": { - "state": "Hawaii", - "city": "Crawfordsville" - } - }, - { - "id": 801, - "name": "Sellers Bradford", - "gender": "male", - "age": 48, - "address": { - "state": "North Carolina", - "city": "Alfarata" - } - }, - { - "id": 802, - "name": "Collier Barron", - "gender": "male", - "age": 62, - "address": { - "state": "Tennessee", - "city": "Noblestown" - } - }, - { - "id": 803, - "name": "Baldwin Dominguez", - "gender": "male", - "age": 42, - "address": { - "state": "North Dakota", - "city": "Epworth" - } - }, - { - "id": 804, - "name": "Debora Mcbride", - "gender": "female", - "age": 21, - "address": { - "state": "Iowa", - "city": "Campo" - } - }, - { - "id": 805, - "name": "Sexton Farmer", - "gender": "male", - "age": 29, - "address": { - "state": "Louisiana", - "city": "Herald" - } - }, - { - "id": 806, - "name": "Gail Lynn", - "gender": "female", - "age": 29, - "address": { - "state": "West Virginia", - "city": "Herbster" - } - }, - { - "id": 807, - "name": "Pollard Foley", - "gender": "male", - "age": 26, - "address": { - "state": "Arizona", - "city": "Hackneyville" - } - }, - { - "id": 808, - "name": "Georgette Kline", - "gender": "female", - "age": 35, - "address": { - "state": "Nebraska", - "city": "Eden" - } - }, - { - "id": 809, - "name": "Imelda Lucas", - "gender": "female", - "age": 32, - "address": { - "state": "Texas", - "city": "Ilchester" - } - }, - { - "id": 810, - "name": "Jackson Michael", - "gender": "male", - "age": 33, - "address": { - "state": "Michigan", - "city": "Axis" - } - }, - { - "id": 811, - "name": "Stark Fernandez", - "gender": "male", - "age": 22, - "address": { - "state": "Utah", - "city": "Sugartown" - } - }, - { - "id": 812, - "name": "Marylou Townsend", - "gender": "female", - "age": 36, - "address": { - "state": "Arkansas", - "city": "Delwood" - } - }, - { - "id": 813, - "name": "Avis Mathews", - "gender": "female", - "age": 39, - "address": { - "state": "Maine", - "city": "Clarktown" - } - }, - { - "id": 814, - "name": "Faye Hall", - "gender": "female", - "age": 69, - "address": { - "state": "California", - "city": "Yonah" - } - }, - { - "id": 815, - "name": "Brigitte Stephens", - "gender": "female", - "age": 32, - "address": { - "state": "Vermont", - "city": "Brogan" - } - }, - { - "id": 816, - "name": "Lena Odom", - "gender": "female", - "age": 62, - "address": { - "state": "Rhode Island", - "city": "Wawona" - } - }, - { - "id": 817, - "name": "Noel Burke", - "gender": "male", - "age": 55, - "address": { - "state": "Connecticut", - "city": "Steinhatchee" - } - }, - { - "id": 818, - "name": "Norman Bradley", - "gender": "male", - "age": 52, - "address": { - "state": "New Mexico", - "city": "Noxen" - } - }, - { - "id": 819, - "name": "Marva Rivera", - "gender": "female", - "age": 68, - "address": { - "state": "Pennsylvania", - "city": "Clarksburg" - } - }, - { - "id": 820, - "name": "Lawrence Allen", - "gender": "male", - "age": 82, - "address": { - "state": "Massachusetts", - "city": "Cornfields" - } - }, - { - "id": 821, - "name": "Singleton Huff", - "gender": "male", - "age": 35, - "address": { - "state": "Virginia", - "city": "Morgandale" - } - }, - { - "id": 822, - "name": "Teresa Merrill", - "gender": "female", - "age": 42, - "address": { - "state": "New Jersey", - "city": "Waterview" - } - }, - { - "id": 823, - "name": "Berry Frank", - "gender": "male", - "age": 82, - "address": { - "state": "Alabama", - "city": "Rivers" - } - }, - { - "id": 824, - "name": "Alisha Cobb", - "gender": "female", - "age": 31, - "address": { - "state": "Colorado", - "city": "Odessa" - } - }, - { - "id": 825, - "name": "Clara Mccarty", - "gender": "female", - "age": 49, - "address": { - "state": "Idaho", - "city": "Alden" - } - }, - { - "id": 826, - "name": "Golden Barton", - "gender": "male", - "age": 40, - "address": { - "state": "South Dakota", - "city": "Hickory" - } - }, - { - "id": 827, - "name": "Leanna Glover", - "gender": "female", - "age": 26, - "address": { - "state": "Florida", - "city": "Rodman" - } - }, - { - "id": 828, - "name": "Drake Houston", - "gender": "male", - "age": 40, - "address": { - "state": "Minnesota", - "city": "Hoehne" - } - }, - { - "id": 829, - "name": "Woodard Valencia", - "gender": "male", - "age": 31, - "address": { - "state": "Maryland", - "city": "Hayden" - } - }, - { - "id": 830, - "name": "Jaclyn Jackson", - "gender": "female", - "age": 29, - "address": { - "state": "Illinois", - "city": "Farmers" - } - }, - { - "id": 831, - "name": "Erin Noel", - "gender": "female", - "age": 74, - "address": { - "state": "South Carolina", - "city": "Bergoo" - } - }, - { - "id": 832, - "name": "Anna Stein", - "gender": "female", - "age": 76, - "address": { - "state": "New York", - "city": "Biehle" - } - }, - { - "id": 833, - "name": "Daphne Hartman", - "gender": "female", - "age": 61, - "address": { - "state": "Alabama", - "city": "Tilden" - } - }, - { - "id": 834, - "name": "Tiffany Moore", - "gender": "female", - "age": 64, - "address": { - "state": "Utah", - "city": "Enoree" - } - }, - { - "id": 835, - "name": "May Rasmussen", - "gender": "female", - "age": 43, - "address": { - "state": "Connecticut", - "city": "Sultana" - } - }, - { - "id": 836, - "name": "Iris Delacruz", - "gender": "female", - "age": 23, - "address": { - "state": "Virginia", - "city": "Beechmont" - } - }, - { - "id": 837, - "name": "Luella Ward", - "gender": "female", - "age": 21, - "address": { - "state": "Missouri", - "city": "Madrid" - } - }, - { - "id": 838, - "name": "Riggs Sosa", - "gender": "male", - "age": 39, - "address": { - "state": "Oklahoma", - "city": "Harviell" - } - }, - { - "id": 839, - "name": "Kramer Brennan", - "gender": "male", - "age": 40, - "address": { - "state": "New York", - "city": "Baker" - } - }, - { - "id": 840, - "name": "Fowler Mays", - "gender": "male", - "age": 72, - "address": { - "state": "Colorado", - "city": "Hatteras" - } - }, - { - "id": 841, - "name": "Ernestine Moody", - "gender": "female", - "age": 63, - "address": { - "state": "Maine", - "city": "Rosine" - } - }, - { - "id": 842, - "name": "Fischer Gibbs", - "gender": "male", - "age": 67, - "address": { - "state": "Illinois", - "city": "Idamay" - } - }, - { - "id": 843, - "name": "Moran Pate", - "gender": "male", - "age": 34, - "address": { - "state": "Nebraska", - "city": "Condon" - } - }, - { - "id": 844, - "name": "Sophie Wilkerson", - "gender": "female", - "age": 21, - "address": { - "state": "Delaware", - "city": "Spelter" - } - }, - { - "id": 845, - "name": "Myrtle Murphy", - "gender": "female", - "age": 65, - "address": { - "state": "New Hampshire", - "city": "Bradenville" - } - }, - { - "id": 846, - "name": "Rosalind Tyler", - "gender": "female", - "age": 19, - "address": { - "state": "Iowa", - "city": "Floris" - } - }, - { - "id": 847, - "name": "Hanson French", - "gender": "male", - "age": 23, - "address": { - "state": "Pennsylvania", - "city": "Warren" - } - }, - { - "id": 848, - "name": "Karin Shepard", - "gender": "female", - "age": 73, - "address": { - "state": "New Jersey", - "city": "Glasgow" - } - }, - { - "id": 849, - "name": "Esther Burke", - "gender": "female", - "age": 39, - "address": { - "state": "Massachusetts", - "city": "Magnolia" - } - }, - { - "id": 850, - "name": "Ronda Copeland", - "gender": "female", - "age": 30, - "address": { - "state": "Idaho", - "city": "Dexter" - } - }, - { - "id": 851, - "name": "Brittney Walsh", - "gender": "female", - "age": 59, - "address": { - "state": "New Mexico", - "city": "Wilmington" - } - }, - { - "id": 852, - "name": "Strickland Lindsey", - "gender": "male", - "age": 49, - "address": { - "state": "Nevada", - "city": "Garberville" - } - }, - { - "id": 853, - "name": "Constance Weaver", - "gender": "female", - "age": 82, - "address": { - "state": "Louisiana", - "city": "Bodega" - } - }, - { - "id": 854, - "name": "Velez Johnston", - "gender": "male", - "age": 63, - "address": { - "state": "Texas", - "city": "Curtice" - } - }, - { - "id": 855, - "name": "Robles Lang", - "gender": "male", - "age": 33, - "address": { - "state": "West Virginia", - "city": "Rodman" - } - }, - { - "id": 856, - "name": "Estes Willis", - "gender": "male", - "age": 43, - "address": { - "state": "North Dakota", - "city": "Southmont" - } - }, - { - "id": 857, - "name": "Boyd Bolton", - "gender": "male", - "age": 72, - "address": { - "state": "Ohio", - "city": "Tyhee" - } - }, - { - "id": 858, - "name": "Rosetta Webster", - "gender": "female", - "age": 54, - "address": { - "state": "Tennessee", - "city": "Gardners" - } - }, - { - "id": 859, - "name": "Rosella Peck", - "gender": "female", - "age": 41, - "address": { - "state": "Arizona", - "city": "Retsof" - } - }, - { - "id": 860, - "name": "Dalton Gilliam", - "gender": "male", - "age": 70, - "address": { - "state": "Rhode Island", - "city": "Ezel" - } - }, - { - "id": 861, - "name": "Lucas Wolf", - "gender": "male", - "age": 24, - "address": { - "state": "Vermont", - "city": "Washington" - } - }, - { - "id": 862, - "name": "Merritt Petty", - "gender": "male", - "age": 29, - "address": { - "state": "Maryland", - "city": "Skyland" - } - }, - { - "id": 863, - "name": "Brewer Koch", - "gender": "male", - "age": 20, - "address": { - "state": "Minnesota", - "city": "Bellfountain" - } - }, - { - "id": 864, - "name": "Lily Winters", - "gender": "female", - "age": 42, - "address": { - "state": "Washington", - "city": "Kula" - } - }, - { - "id": 865, - "name": "Elena Valencia", - "gender": "female", - "age": 60, - "address": { - "state": "South Dakota", - "city": "Hegins" - } - }, - { - "id": 866, - "name": "Solis Mckinney", - "gender": "male", - "age": 29, - "address": { - "state": "Kansas", - "city": "Stagecoach" - } - }, - { - "id": 867, - "name": "Eddie Atkinson", - "gender": "female", - "age": 79, - "address": { - "state": "Florida", - "city": "Canby" - } - }, - { - "id": 868, - "name": "Madelyn Estrada", - "gender": "female", - "age": 17, - "address": { - "state": "Indiana", - "city": "Wells" - } - }, - { - "id": 869, - "name": "Merle Stewart", - "gender": "female", - "age": 18, - "address": { - "state": "Alaska", - "city": "Singer" - } - }, - { - "id": 870, - "name": "Vivian Tyson", - "gender": "female", - "age": 47, - "address": { - "state": "Michigan", - "city": "Abrams" - } - }, - { - "id": 871, - "name": "Allison Booker", - "gender": "female", - "age": 80, - "address": { - "state": "Wisconsin", - "city": "Inkerman" - } - }, - { - "id": 872, - "name": "Tucker Hutchinson", - "gender": "male", - "age": 47, - "address": { - "state": "Arkansas", - "city": "Sisquoc" - } - }, - { - "id": 873, - "name": "Herman Conway", - "gender": "male", - "age": 79, - "address": { - "state": "Georgia", - "city": "Oceola" - } - }, - { - "id": 874, - "name": "Singleton Bauer", - "gender": "male", - "age": 57, - "address": { - "state": "Wyoming", - "city": "Boomer" - } - }, - { - "id": 875, - "name": "Bass James", - "gender": "male", - "age": 81, - "address": { - "state": "Oregon", - "city": "Cornfields" - } - }, - { - "id": 876, - "name": "Hogan Garrett", - "gender": "male", - "age": 21, - "address": { - "state": "Montana", - "city": "Bainbridge" - } - }, - { - "id": 877, - "name": "Marcella Cardenas", - "gender": "female", - "age": 45, - "address": { - "state": "Kentucky", - "city": "Darrtown" - } - }, - { - "id": 878, - "name": "Robyn Wall", - "gender": "female", - "age": 53, - "address": { - "state": "North Carolina", - "city": "Fairacres" - } - }, - { - "id": 879, - "name": "Rosales Meyers", - "gender": "male", - "age": 42, - "address": { - "state": "South Carolina", - "city": "Brady" - } - }, - { - "id": 880, - "name": "Baird Rodgers", - "gender": "male", - "age": 74, - "address": { - "state": "Hawaii", - "city": "Hiseville" - } - }, - { - "id": 881, - "name": "Angelica Chase", - "gender": "female", - "age": 76, - "address": { - "state": "California", - "city": "Siglerville" - } - }, - { - "id": 882, - "name": "Lorrie Rich", - "gender": "female", - "age": 21, - "address": { - "state": "Vermont", - "city": "Riceville" - } - }, - { - "id": 883, - "name": "Cherie Alvarado", - "gender": "female", - "age": 72, - "address": { - "state": "Indiana", - "city": "Groveville" - } - }, - { - "id": 884, - "name": "Kemp Gonzalez", - "gender": "male", - "age": 58, - "address": { - "state": "Arizona", - "city": "Hanover" - } - }, - { - "id": 885, - "name": "Thomas Lawrence", - "gender": "male", - "age": 73, - "address": { - "state": "Mississippi", - "city": "Coldiron" - } - }, - { - "id": 886, - "name": "Leila Barrera", - "gender": "female", - "age": 81, - "address": { - "state": "New Jersey", - "city": "Kansas" - } - }, - { - "id": 887, - "name": "Sandoval Bass", - "gender": "male", - "age": 28, - "address": { - "state": "Idaho", - "city": "Elrama" - } - }, - { - "id": 888, - "name": "Kari Reyes", - "gender": "female", - "age": 45, - "address": { - "state": "Delaware", - "city": "Moraida" - } - }, - { - "id": 889, - "name": "Candace Bush", - "gender": "female", - "age": 64, - "address": { - "state": "New Hampshire", - "city": "Whitmer" - } - }, - { - "id": 890, - "name": "Mona Benson", - "gender": "female", - "age": 57, - "address": { - "state": "South Dakota", - "city": "Silkworth" - } - }, - { - "id": 891, - "name": "Santiago Vincent", - "gender": "male", - "age": 76, - "address": { - "state": "Kentucky", - "city": "Fidelis" - } - }, - { - "id": 892, - "name": "Elvia Richardson", - "gender": "female", - "age": 38, - "address": { - "state": "Alabama", - "city": "Devon" - } - }, - { - "id": 893, - "name": "Meghan King", - "gender": "female", - "age": 45, - "address": { - "state": "Wisconsin", - "city": "Enetai" - } - }, - { - "id": 894, - "name": "Prince Crane", - "gender": "male", - "age": 81, - "address": { - "state": "California", - "city": "Rockingham" - } - }, - { - "id": 895, - "name": "Catherine Lewis", - "gender": "female", - "age": 42, - "address": { - "state": "Michigan", - "city": "Spelter" - } - }, - { - "id": 896, - "name": "Mandy Mckee", - "gender": "female", - "age": 59, - "address": { - "state": "Arkansas", - "city": "Carlos" - } - }, - { - "id": 897, - "name": "Lewis Hale", - "gender": "male", - "age": 45, - "address": { - "state": "Wyoming", - "city": "Zortman" - } - }, - { - "id": 898, - "name": "Willie Doyle", - "gender": "female", - "age": 50, - "address": { - "state": "Kansas", - "city": "Avoca" - } - }, - { - "id": 899, - "name": "Eula Carver", - "gender": "female", - "age": 59, - "address": { - "state": "Oklahoma", - "city": "Cavalero" - } - }, - { - "id": 900, - "name": "Patty Mcclure", - "gender": "female", - "age": 52, - "address": { - "state": "Nebraska", - "city": "Guthrie" - } - }, - { - "id": 901, - "name": "Goodwin Wade", - "gender": "male", - "age": 43, - "address": { - "state": "Virginia", - "city": "Venice" - } - }, - { - "id": 902, - "name": "Allen Cole", - "gender": "male", - "age": 51, - "address": { - "state": "Montana", - "city": "Dodge" - } - }, - { - "id": 903, - "name": "Nancy Bishop", - "gender": "female", - "age": 80, - "address": { - "state": "North Dakota", - "city": "Darlington" - } - }, - { - "id": 904, - "name": "Georgia Acosta", - "gender": "female", - "age": 21, - "address": { - "state": "New Mexico", - "city": "Tilleda" - } - }, - { - "id": 905, - "name": "Maritza Osborn", - "gender": "female", - "age": 78, - "address": { - "state": "Pennsylvania", - "city": "Wedgewood" - } - }, - { - "id": 906, - "name": "Mavis Fulton", - "gender": "female", - "age": 40, - "address": { - "state": "Maryland", - "city": "Rew" - } - }, - { - "id": 907, - "name": "Millie Mcintosh", - "gender": "female", - "age": 32, - "address": { - "state": "Missouri", - "city": "Kenmar" - } - }, - { - "id": 908, - "name": "Audrey Houston", - "gender": "female", - "age": 69, - "address": { - "state": "Florida", - "city": "Hall" - } - }, - { - "id": 909, - "name": "Frederick Vasquez", - "gender": "male", - "age": 48, - "address": { - "state": "Louisiana", - "city": "Wildwood" - } - }, - { - "id": 910, - "name": "Erica Shepard", - "gender": "female", - "age": 75, - "address": { - "state": "Massachusetts", - "city": "Lupton" - } - }, - { - "id": 911, - "name": "Ruby Castaneda", - "gender": "female", - "age": 37, - "address": { - "state": "Oregon", - "city": "Cuylerville" - } - }, - { - "id": 912, - "name": "Snyder Fischer", - "gender": "male", - "age": 62, - "address": { - "state": "Colorado", - "city": "Hasty" - } - }, - { - "id": 913, - "name": "Rose Sweet", - "gender": "female", - "age": 71, - "address": { - "state": "North Carolina", - "city": "Crenshaw" - } - }, - { - "id": 914, - "name": "Walker Benton", - "gender": "male", - "age": 45, - "address": { - "state": "Nevada", - "city": "Deercroft" - } - }, - { - "id": 915, - "name": "Bianca Jacobs", - "gender": "female", - "age": 28, - "address": { - "state": "Connecticut", - "city": "Kanauga" - } - }, - { - "id": 916, - "name": "Bridgett Hamilton", - "gender": "female", - "age": 21, - "address": { - "state": "Rhode Island", - "city": "Caron" - } - }, - { - "id": 917, - "name": "Edwards Goodman", - "gender": "male", - "age": 78, - "address": { - "state": "Minnesota", - "city": "Edneyville" - } - }, - { - "id": 918, - "name": "Perkins Black", - "gender": "male", - "age": 33, - "address": { - "state": "Alaska", - "city": "Tilden" - } - }, - { - "id": 919, - "name": "Hickman Hickman", - "gender": "male", - "age": 76, - "address": { - "state": "Maine", - "city": "Chilton" - } - }, - { - "id": 920, - "name": "Lakisha Valencia", - "gender": "female", - "age": 61, - "address": { - "state": "South Carolina", - "city": "Rockbridge" - } - }, - { - "id": 921, - "name": "Schneider Wilkinson", - "gender": "male", - "age": 60, - "address": { - "state": "Georgia", - "city": "Glenbrook" - } - }, - { - "id": 922, - "name": "Marjorie Hoffman", - "gender": "female", - "age": 70, - "address": { - "state": "Ohio", - "city": "Conestoga" - } - }, - { - "id": 923, - "name": "Madge Hunt", - "gender": "female", - "age": 33, - "address": { - "state": "Texas", - "city": "Marbury" - } - }, - { - "id": 924, - "name": "Joyce Gordon", - "gender": "male", - "age": 24, - "address": { - "state": "Washington", - "city": "Ellerslie" - } - }, - { - "id": 925, - "name": "Rena Lott", - "gender": "female", - "age": 46, - "address": { - "state": "West Virginia", - "city": "Greenwich" - } - }, - { - "id": 926, - "name": "Mathis Hicks", - "gender": "male", - "age": 66, - "address": { - "state": "New York", - "city": "Grandview" - } - }, - { - "id": 927, - "name": "Yvonne Torres", - "gender": "female", - "age": 42, - "address": { - "state": "Tennessee", - "city": "Bergoo" - } - }, - { - "id": 928, - "name": "Manning Kidd", - "gender": "male", - "age": 72, - "address": { - "state": "Iowa", - "city": "Marne" - } - }, - { - "id": 929, - "name": "Freda Marsh", - "gender": "female", - "age": 45, - "address": { - "state": "Illinois", - "city": "Belmont" - } - }, - { - "id": 930, - "name": "Teresa Guzman", - "gender": "female", - "age": 67, - "address": { - "state": "Hawaii", - "city": "Jacksonburg" - } - }, - { - "id": 931, - "name": "Stanley Nieves", - "gender": "male", - "age": 40, - "address": { - "state": "Connecticut", - "city": "Worton" - } - }, - { - "id": 932, - "name": "Dora Copeland", - "gender": "female", - "age": 63, - "address": { - "state": "Ohio", - "city": "Hickory" - } - }, - { - "id": 933, - "name": "Lessie Rice", - "gender": "female", - "age": 50, - "address": { - "state": "Indiana", - "city": "Benson" - } - }, - { - "id": 934, - "name": "Stephanie Taylor", - "gender": "female", - "age": 55, - "address": { - "state": "Colorado", - "city": "Talpa" - } - }, - { - "id": 935, - "name": "Bowman Howard", - "gender": "male", - "age": 24, - "address": { - "state": "Iowa", - "city": "Norris" - } - }, - { - "id": 936, - "name": "Cherie Reid", - "gender": "female", - "age": 35, - "address": { - "state": "Arizona", - "city": "Keyport" - } - }, - { - "id": 937, - "name": "Maude Wallace", - "gender": "female", - "age": 60, - "address": { - "state": "Texas", - "city": "Cashtown" - } - }, - { - "id": 938, - "name": "Yesenia Shaffer", - "gender": "female", - "age": 53, - "address": { - "state": "Montana", - "city": "Valle" - } - }, - { - "id": 939, - "name": "Battle Boyle", - "gender": "male", - "age": 29, - "address": { - "state": "Oregon", - "city": "Chautauqua" - } - }, - { - "id": 940, - "name": "Sharron Greene", - "gender": "female", - "age": 29, - "address": { - "state": "Maryland", - "city": "Herbster" - } - }, - { - "id": 941, - "name": "Estrada Hull", - "gender": "male", - "age": 47, - "address": { - "state": "Nebraska", - "city": "Clara" - } - }, - { - "id": 942, - "name": "Grace Cervantes", - "gender": "female", - "age": 78, - "address": { - "state": "Arkansas", - "city": "Coalmont" - } - }, - { - "id": 943, - "name": "Velazquez Lucas", - "gender": "male", - "age": 57, - "address": { - "state": "New Jersey", - "city": "Mulberry" - } - }, - { - "id": 944, - "name": "Porter Rowland", - "gender": "male", - "age": 75, - "address": { - "state": "Wisconsin", - "city": "Wikieup" - } - }, - { - "id": 945, - "name": "Fulton Jacobson", - "gender": "male", - "age": 57, - "address": { - "state": "Kansas", - "city": "Forbestown" - } - }, - { - "id": 946, - "name": "Gina Sanders", - "gender": "female", - "age": 17, - "address": { - "state": "Michigan", - "city": "Gratton" - } - }, - { - "id": 947, - "name": "Horton Cox", - "gender": "male", - "age": 57, - "address": { - "state": "West Virginia", - "city": "Concho" - } - }, - { - "id": 948, - "name": "Brittany Harding", - "gender": "female", - "age": 72, - "address": { - "state": "North Dakota", - "city": "Reinerton" - } - }, - { - "id": 949, - "name": "Jayne Castillo", - "gender": "female", - "age": 35, - "address": { - "state": "Alabama", - "city": "Rockbridge" - } - }, - { - "id": 950, - "name": "Collins West", - "gender": "male", - "age": 49, - "address": { - "state": "North Carolina", - "city": "Walland" - } - }, - { - "id": 951, - "name": "Krista Waters", - "gender": "female", - "age": 71, - "address": { - "state": "Maine", - "city": "Vallonia" - } - }, - { - "id": 952, - "name": "Boyle Sargent", - "gender": "male", - "age": 82, - "address": { - "state": "Mississippi", - "city": "Wakarusa" - } - }, - { - "id": 953, - "name": "Sabrina Clayton", - "gender": "female", - "age": 41, - "address": { - "state": "Rhode Island", - "city": "Klondike" - } - }, - { - "id": 954, - "name": "Beulah Cameron", - "gender": "female", - "age": 78, - "address": { - "state": "Tennessee", - "city": "Graball" - } - }, - { - "id": 955, - "name": "Lynda Solis", - "gender": "female", - "age": 76, - "address": { - "state": "Vermont", - "city": "Matthews" - } - }, - { - "id": 956, - "name": "Marta Owen", - "gender": "female", - "age": 62, - "address": { - "state": "Massachusetts", - "city": "Garberville" - } - }, - { - "id": 957, - "name": "Duffy Lawrence", - "gender": "male", - "age": 28, - "address": { - "state": "New York", - "city": "Gulf" - } - }, - { - "id": 958, - "name": "Turner Schmidt", - "gender": "male", - "age": 71, - "address": { - "state": "Oklahoma", - "city": "Mahtowa" - } - }, - { - "id": 959, - "name": "Lynch Foreman", - "gender": "male", - "age": 73, - "address": { - "state": "Kentucky", - "city": "Callaghan" - } - }, - { - "id": 960, - "name": "Hendricks Kidd", - "gender": "male", - "age": 43, - "address": { - "state": "Idaho", - "city": "Virgie" - } - }, - { - "id": 961, - "name": "Gomez Lara", - "gender": "male", - "age": 42, - "address": { - "state": "Nevada", - "city": "Idamay" - } - }, - { - "id": 962, - "name": "Alexandra Church", - "gender": "female", - "age": 54, - "address": { - "state": "Georgia", - "city": "Hatteras" - } - }, - { - "id": 963, - "name": "Day Bass", - "gender": "male", - "age": 46, - "address": { - "state": "California", - "city": "Caspar" - } - }, - { - "id": 964, - "name": "Marisa Montoya", - "gender": "female", - "age": 81, - "address": { - "state": "New Mexico", - "city": "Robbins" - } - }, - { - "id": 965, - "name": "Beasley Rosa", - "gender": "male", - "age": 41, - "address": { - "state": "Wyoming", - "city": "Farmington" - } - }, - { - "id": 966, - "name": "Acevedo Strickland", - "gender": "male", - "age": 62, - "address": { - "state": "South Carolina", - "city": "Gardiner" - } - }, - { - "id": 967, - "name": "Ochoa Gamble", - "gender": "male", - "age": 48, - "address": { - "state": "Alaska", - "city": "Catharine" - } - }, - { - "id": 968, - "name": "Dalton Rush", - "gender": "male", - "age": 32, - "address": { - "state": "South Dakota", - "city": "Mappsville" - } - }, - { - "id": 969, - "name": "Patrica Spears", - "gender": "female", - "age": 70, - "address": { - "state": "New Hampshire", - "city": "Bagtown" - } - }, - { - "id": 970, - "name": "Sherrie Ellis", - "gender": "female", - "age": 73, - "address": { - "state": "Illinois", - "city": "Belgreen" - } - }, - { - "id": 971, - "name": "Franks Brady", - "gender": "male", - "age": 25, - "address": { - "state": "Utah", - "city": "Ripley" - } - }, - { - "id": 972, - "name": "Rita Wise", - "gender": "female", - "age": 52, - "address": { - "state": "Minnesota", - "city": "Tedrow" - } - }, - { - "id": 973, - "name": "Theresa Harrell", - "gender": "female", - "age": 34, - "address": { - "state": "Washington", - "city": "Morriston" - } - }, - { - "id": 974, - "name": "Savage Chambers", - "gender": "male", - "age": 64, - "address": { - "state": "Hawaii", - "city": "Roeville" - } - }, - { - "id": 975, - "name": "Eliza Miranda", - "gender": "female", - "age": 26, - "address": { - "state": "Delaware", - "city": "Maybell" - } - }, - { - "id": 976, - "name": "Pugh Mcintosh", - "gender": "male", - "age": 20, - "address": { - "state": "Virginia", - "city": "Kimmell" - } - }, - { - "id": 977, - "name": "Stacey Roach", - "gender": "female", - "age": 21, - "address": { - "state": "Pennsylvania", - "city": "Draper" - } - }, - { - "id": 978, - "name": "Rosanna Herman", - "gender": "female", - "age": 72, - "address": { - "state": "Missouri", - "city": "Fairmount" - } - }, - { - "id": 979, - "name": "Enid Snow", - "gender": "female", - "age": 49, - "address": { - "state": "Louisiana", - "city": "Wilmington" - } - }, - { - "id": 980, - "name": "Aurelia Lloyd", - "gender": "female", - "age": 60, - "address": { - "state": "New York", - "city": "Gordon" - } - }, - { - "id": 981, - "name": "Mcfadden Puckett", - "gender": "male", - "age": 51, - "address": { - "state": "West Virginia", - "city": "Tilleda" - } - }, - { - "id": 982, - "name": "Snider Hall", - "gender": "male", - "age": 58, - "address": { - "state": "Illinois", - "city": "Romeville" - } - }, - { - "id": 983, - "name": "Hansen Hunt", - "gender": "male", - "age": 38, - "address": { - "state": "New Hampshire", - "city": "Lorraine" - } - }, - { - "id": 984, - "name": "Hebert Dyer", - "gender": "male", - "age": 80, - "address": { - "state": "Delaware", - "city": "Wanship" - } - }, - { - "id": 985, - "name": "Bowen Barron", - "gender": "male", - "age": 67, - "address": { - "state": "Oklahoma", - "city": "Tolu" - } - }, - { - "id": 986, - "name": "Holly Porter", - "gender": "female", - "age": 39, - "address": { - "state": "Iowa", - "city": "Munjor" - } - }, - { - "id": 987, - "name": "Sanford Hayden", - "gender": "male", - "age": 79, - "address": { - "state": "Missouri", - "city": "Kilbourne" - } - }, - { - "id": 988, - "name": "Byers Perez", - "gender": "male", - "age": 66, - "address": { - "state": "Louisiana", - "city": "Chicopee" - } - }, - { - "id": 989, - "name": "Valerie Reilly", - "gender": "female", - "age": 39, - "address": { - "state": "Montana", - "city": "Worcester" - } - }, - { - "id": 990, - "name": "Renee Barnes", - "gender": "female", - "age": 46, - "address": { - "state": "Idaho", - "city": "Brantleyville" - } - }, - { - "id": 991, - "name": "Deanne Rios", - "gender": "female", - "age": 54, - "address": { - "state": "Ohio", - "city": "Cumminsville" - } - }, - { - "id": 992, - "name": "Alfreda Adkins", - "gender": "female", - "age": 81, - "address": { - "state": "Alabama", - "city": "Gilgo" - } - }, - { - "id": 993, - "name": "Bradford Cline", - "gender": "male", - "age": 20, - "address": { - "state": "South Dakota", - "city": "Juarez" - } - }, - { - "id": 994, - "name": "Sharpe Grant", - "gender": "male", - "age": 38, - "address": { - "state": "Maryland", - "city": "Santel" - } - }, - { - "id": 995, - "name": "Amelia Carpenter", - "gender": "female", - "age": 17, - "address": { - "state": "Minnesota", - "city": "Advance" - } - }, - { - "id": 996, - "name": "Fox Ayers", - "gender": "male", - "age": 71, - "address": { - "state": "Arizona", - "city": "Enlow" - } - }, - { - "id": 997, - "name": "Kerry Raymond", - "gender": "female", - "age": 34, - "address": { - "state": "Nevada", - "city": "Fredericktown" - } - }, - { - "id": 998, - "name": "Valentine Roman", - "gender": "male", - "age": 59, - "address": { - "state": "New Mexico", - "city": "Terlingua" - } - }, - { - "id": 999, - "name": "Macias Collier", - "gender": "male", - "age": 30, - "address": { - "state": "North Carolina", - "city": "Shepardsville" - } - }, - { - "id": 1000, - "name": "Delia Gaines", - "gender": "female", - "age": 82, - "address": { - "state": "Florida", - "city": "Malott" - } - }, - { - "id": 1001, - "name": "Julie Ware", - "gender": "female", - "age": 27, - "address": { - "state": "Washington", - "city": "Trail" - } - }, - { - "id": 1002, - "name": "Newman Ross", - "gender": "male", - "age": 70, - "address": { - "state": "Mississippi", - "city": "Curtice" - } - }, - { - "id": 1003, - "name": "Nona Kirkland", - "gender": "female", - "age": 48, - "address": { - "state": "Massachusetts", - "city": "Innsbrook" - } - }, - { - "id": 1004, - "name": "Vicky Dickerson", - "gender": "female", - "age": 48, - "address": { - "state": "Rhode Island", - "city": "Roderfield" - } - }, - { - "id": 1005, - "name": "Kaitlin Sharpe", - "gender": "female", - "age": 81, - "address": { - "state": "Indiana", - "city": "Efland" - } - }, - { - "id": 1006, - "name": "Figueroa George", - "gender": "male", - "age": 24, - "address": { - "state": "New Jersey", - "city": "Noxen" - } - }, - { - "id": 1007, - "name": "Bullock Dunlap", - "gender": "male", - "age": 26, - "address": { - "state": "Michigan", - "city": "Hickory" - } - }, - { - "id": 1008, - "name": "Everett Washington", - "gender": "male", - "age": 64, - "address": { - "state": "Pennsylvania", - "city": "Freelandville" - } - }, - { - "id": 1009, - "name": "Tamra Allen", - "gender": "female", - "age": 44, - "address": { - "state": "Nebraska", - "city": "Jenkinsville" - } - }, - { - "id": 1010, - "name": "Gretchen Solis", - "gender": "female", - "age": 44, - "address": { - "state": "Wyoming", - "city": "Cochranville" - } - }, - { - "id": 1011, - "name": "Sherri Craft", - "gender": "female", - "age": 52, - "address": { - "state": "California", - "city": "Dexter" - } - }, - { - "id": 1012, - "name": "Kendra Durham", - "gender": "female", - "age": 26, - "address": { - "state": "Hawaii", - "city": "Winston" - } - }, - { - "id": 1013, - "name": "Nunez Holcomb", - "gender": "male", - "age": 21, - "address": { - "state": "South Carolina", - "city": "Glasgow" - } - }, - { - "id": 1014, - "name": "Eileen Park", - "gender": "female", - "age": 48, - "address": { - "state": "Kentucky", - "city": "Cliff" - } - }, - { - "id": 1015, - "name": "Katheryn Duncan", - "gender": "female", - "age": 61, - "address": { - "state": "Georgia", - "city": "Dellview" - } - }, - { - "id": 1016, - "name": "Becky Church", - "gender": "female", - "age": 62, - "address": { - "state": "Connecticut", - "city": "Aberdeen" - } - }, - { - "id": 1017, - "name": "David Fletcher", - "gender": "male", - "age": 51, - "address": { - "state": "North Dakota", - "city": "Coyote" - } - }, - { - "id": 1018, - "name": "Rowland Rogers", - "gender": "male", - "age": 57, - "address": { - "state": "Kansas", - "city": "Montura" - } - }, - { - "id": 1019, - "name": "Crystal Kane", - "gender": "female", - "age": 52, - "address": { - "state": "Virginia", - "city": "Rosedale" - } - }, - { - "id": 1020, - "name": "Rodriquez Mercer", - "gender": "male", - "age": 51, - "address": { - "state": "Tennessee", - "city": "Brambleton" - } - }, - { - "id": 1021, - "name": "Laverne Larson", - "gender": "female", - "age": 36, - "address": { - "state": "Wisconsin", - "city": "Roberts" - } - }, - { - "id": 1022, - "name": "Oliver Lowery", - "gender": "male", - "age": 70, - "address": { - "state": "Colorado", - "city": "Tedrow" - } - }, - { - "id": 1023, - "name": "Herring Newton", - "gender": "male", - "age": 25, - "address": { - "state": "Oregon", - "city": "Frank" - } - }, - { - "id": 1024, - "name": "Cross Whitney", - "gender": "male", - "age": 73, - "address": { - "state": "Alaska", - "city": "Inkerman" - } - }, - { - "id": 1025, - "name": "Mcneil Barber", - "gender": "male", - "age": 45, - "address": { - "state": "Texas", - "city": "Colton" - } - }, - { - "id": 1026, - "name": "Barbra Morton", - "gender": "female", - "age": 31, - "address": { - "state": "Arkansas", - "city": "Holcombe" - } - }, - { - "id": 1027, - "name": "Jasmine Lee", - "gender": "female", - "age": 28, - "address": { - "state": "Vermont", - "city": "Broadlands" - } - }, - { - "id": 1028, - "name": "Cooke Key", - "gender": "male", - "age": 64, - "address": { - "state": "Maine", - "city": "Sunbury" - } - }, - { - "id": 1029, - "name": "Holcomb Tate", - "gender": "male", - "age": 48, - "address": { - "state": "Vermont", - "city": "Sussex" - } - }, - { - "id": 1030, - "name": "Saundra Richards", - "gender": "female", - "age": 49, - "address": { - "state": "Tennessee", - "city": "Zarephath" - } - }, - { - "id": 1031, - "name": "Tania Snyder", - "gender": "female", - "age": 36, - "address": { - "state": "Maryland", - "city": "Avalon" - } - }, - { - "id": 1032, - "name": "Dalton Tate", - "gender": "male", - "age": 32, - "address": { - "state": "Delaware", - "city": "Greenock" - } - }, - { - "id": 1033, - "name": "Holcomb Castillo", - "gender": "male", - "age": 29, - "address": { - "state": "Nebraska", - "city": "Leyner" - } - }, - { - "id": 1034, - "name": "Figueroa Santiago", - "gender": "male", - "age": 32, - "address": { - "state": "Massachusetts", - "city": "Leroy" - } - }, - { - "id": 1035, - "name": "Steele Copeland", - "gender": "male", - "age": 43, - "address": { - "state": "Montana", - "city": "Dargan" - } - }, - { - "id": 1036, - "name": "Eleanor Hernandez", - "gender": "female", - "age": 62, - "address": { - "state": "Arkansas", - "city": "Dundee" - } - }, - { - "id": 1037, - "name": "Leah Hurley", - "gender": "female", - "age": 81, - "address": { - "state": "Texas", - "city": "Oley" - } - }, - { - "id": 1038, - "name": "Mccray Franks", - "gender": "male", - "age": 55, - "address": { - "state": "California", - "city": "Gorham" - } - }, - { - "id": 1039, - "name": "Sanders Osborne", - "gender": "male", - "age": 27, - "address": { - "state": "Wisconsin", - "city": "Sabillasville" - } - }, - { - "id": 1040, - "name": "Gabrielle Landry", - "gender": "female", - "age": 29, - "address": { - "state": "Alaska", - "city": "Ladera" - } - }, - { - "id": 1041, - "name": "Garrett Morrison", - "gender": "male", - "age": 75, - "address": { - "state": "South Carolina", - "city": "Leola" - } - }, - { - "id": 1042, - "name": "Christy Watts", - "gender": "female", - "age": 40, - "address": { - "state": "South Dakota", - "city": "Dixie" - } - }, - { - "id": 1043, - "name": "Atkins Clarke", - "gender": "male", - "age": 57, - "address": { - "state": "Kentucky", - "city": "Fairmount" - } - }, - { - "id": 1044, - "name": "Wiley Odonnell", - "gender": "male", - "age": 54, - "address": { - "state": "Georgia", - "city": "Snelling" - } - }, - { - "id": 1045, - "name": "Thomas Carney", - "gender": "male", - "age": 30, - "address": { - "state": "New York", - "city": "Forestburg" - } - }, - { - "id": 1046, - "name": "Barker Rowland", - "gender": "male", - "age": 44, - "address": { - "state": "Arizona", - "city": "Kiskimere" - } - }, - { - "id": 1047, - "name": "Campos Deleon", - "gender": "male", - "age": 63, - "address": { - "state": "Connecticut", - "city": "Brutus" - } - }, - { - "id": 1048, - "name": "Marisol Fuller", - "gender": "female", - "age": 80, - "address": { - "state": "Virginia", - "city": "Munjor" - } - }, - { - "id": 1049, - "name": "Barrera Morgan", - "gender": "male", - "age": 27, - "address": { - "state": "Alabama", - "city": "Vicksburg" - } - }, - { - "id": 1050, - "name": "Trudy Baird", - "gender": "female", - "age": 80, - "address": { - "state": "West Virginia", - "city": "Allamuchy" - } - }, - { - "id": 1051, - "name": "Carney Richmond", - "gender": "male", - "age": 62, - "address": { - "state": "Missouri", - "city": "Cumminsville" - } - }, - { - "id": 1052, - "name": "Brooke Garrison", - "gender": "female", - "age": 67, - "address": { - "state": "New Hampshire", - "city": "Matheny" - } - }, - { - "id": 1053, - "name": "Jacquelyn Raymond", - "gender": "female", - "age": 43, - "address": { - "state": "Minnesota", - "city": "Hollymead" - } - }, - { - "id": 1054, - "name": "Doyle Hoffman", - "gender": "male", - "age": 73, - "address": { - "state": "Mississippi", - "city": "Murillo" - } - }, - { - "id": 1055, - "name": "Summer Bright", - "gender": "female", - "age": 18, - "address": { - "state": "Rhode Island", - "city": "Trexlertown" - } - }, - { - "id": 1056, - "name": "Burch Vincent", - "gender": "male", - "age": 66, - "address": { - "state": "Oklahoma", - "city": "Edgewater" - } - }, - { - "id": 1057, - "name": "Viola Kirby", - "gender": "female", - "age": 72, - "address": { - "state": "Florida", - "city": "Jardine" - } - }, - { - "id": 1058, - "name": "Traci Wolfe", - "gender": "female", - "age": 24, - "address": { - "state": "Michigan", - "city": "Highland" - } - }, - { - "id": 1059, - "name": "Cobb Bruce", - "gender": "male", - "age": 82, - "address": { - "state": "Washington", - "city": "Clay" - } - }, - { - "id": 1060, - "name": "Esperanza Robles", - "gender": "female", - "age": 33, - "address": { - "state": "Colorado", - "city": "Shepardsville" - } - }, - { - "id": 1061, - "name": "Willis Barnes", - "gender": "male", - "age": 50, - "address": { - "state": "Illinois", - "city": "Beyerville" - } - }, - { - "id": 1062, - "name": "Susan Santana", - "gender": "female", - "age": 77, - "address": { - "state": "Utah", - "city": "Coaldale" - } - }, - { - "id": 1063, - "name": "Guadalupe Frederick", - "gender": "female", - "age": 39, - "address": { - "state": "Hawaii", - "city": "Takilma" - } - }, - { - "id": 1064, - "name": "Anne Giles", - "gender": "female", - "age": 25, - "address": { - "state": "North Carolina", - "city": "Osmond" - } - }, - { - "id": 1065, - "name": "Jennifer Frye", - "gender": "female", - "age": 58, - "address": { - "state": "Louisiana", - "city": "Ilchester" - } - }, - { - "id": 1066, - "name": "Pugh Roberson", - "gender": "male", - "age": 61, - "address": { - "state": "Iowa", - "city": "Siglerville" - } - }, - { - "id": 1067, - "name": "Sandra Pace", - "gender": "female", - "age": 49, - "address": { - "state": "Pennsylvania", - "city": "Kipp" - } - }, - { - "id": 1068, - "name": "Jeannine Kaufman", - "gender": "female", - "age": 61, - "address": { - "state": "New Jersey", - "city": "Elliott" - } - }, - { - "id": 1069, - "name": "Lenore Lamb", - "gender": "female", - "age": 67, - "address": { - "state": "Wyoming", - "city": "Loretto" - } - }, - { - "id": 1070, - "name": "Ida Dotson", - "gender": "female", - "age": 21, - "address": { - "state": "Ohio", - "city": "Manitou" - } - }, - { - "id": 1071, - "name": "Cannon Dale", - "gender": "male", - "age": 37, - "address": { - "state": "Indiana", - "city": "Hayden" - } - }, - { - "id": 1072, - "name": "Reese Simmons", - "gender": "male", - "age": 54, - "address": { - "state": "Maine", - "city": "Haring" - } - }, - { - "id": 1073, - "name": "Trujillo Owens", - "gender": "male", - "age": 63, - "address": { - "state": "Kansas", - "city": "Ivanhoe" - } - }, - { - "id": 1074, - "name": "Sloan Travis", - "gender": "male", - "age": 20, - "address": { - "state": "New Mexico", - "city": "Swartzville" - } - }, - { - "id": 1075, - "name": "Jacklyn Pacheco", - "gender": "female", - "age": 38, - "address": { - "state": "Idaho", - "city": "Bainbridge" - } - }, - { - "id": 1076, - "name": "Sofia Meyer", - "gender": "female", - "age": 45, - "address": { - "state": "Oregon", - "city": "Newkirk" - } - }, - { - "id": 1077, - "name": "Mavis Olsen", - "gender": "female", - "age": 67, - "address": { - "state": "Nevada", - "city": "Websterville" - } - }, - { - "id": 1078, - "name": "Estes Murray", - "gender": "male", - "age": 20, - "address": { - "state": "New York", - "city": "Kylertown" - } - }, - { - "id": 1079, - "name": "Bates Dixon", - "gender": "male", - "age": 50, - "address": { - "state": "Vermont", - "city": "Virgie" - } - }, - { - "id": 1080, - "name": "Nielsen Haynes", - "gender": "male", - "age": 49, - "address": { - "state": "Mississippi", - "city": "Castleton" - } - }, - { - "id": 1081, - "name": "Alana Nixon", - "gender": "female", - "age": 64, - "address": { - "state": "New Hampshire", - "city": "Chestnut" - } - }, - { - "id": 1082, - "name": "Delacruz Beard", - "gender": "male", - "age": 66, - "address": { - "state": "New Jersey", - "city": "Conway" - } - }, - { - "id": 1083, - "name": "Dickson Rios", - "gender": "male", - "age": 68, - "address": { - "state": "Connecticut", - "city": "Sutton" - } - }, - { - "id": 1084, - "name": "Meagan Hicks", - "gender": "female", - "age": 47, - "address": { - "state": "Kansas", - "city": "Aberdeen" - } - }, - { - "id": 1085, - "name": "Hampton Clemons", - "gender": "male", - "age": 37, - "address": { - "state": "West Virginia", - "city": "Mulino" - } - }, - { - "id": 1086, - "name": "Glover Bush", - "gender": "male", - "age": 79, - "address": { - "state": "Delaware", - "city": "Lynn" - } - }, - { - "id": 1087, - "name": "Caitlin Hooper", - "gender": "female", - "age": 31, - "address": { - "state": "Texas", - "city": "Ferney" - } - }, - { - "id": 1088, - "name": "Kelly Byrd", - "gender": "male", - "age": 35, - "address": { - "state": "Tennessee", - "city": "Gloucester" - } - }, - { - "id": 1089, - "name": "Carmela Gentry", - "gender": "female", - "age": 81, - "address": { - "state": "Colorado", - "city": "Bennett" - } - }, - { - "id": 1090, - "name": "Bobbi Jimenez", - "gender": "female", - "age": 21, - "address": { - "state": "Rhode Island", - "city": "Kennedyville" - } - }, - { - "id": 1091, - "name": "Rice Herrera", - "gender": "male", - "age": 48, - "address": { - "state": "Massachusetts", - "city": "Smeltertown" - } - }, - { - "id": 1092, - "name": "Karin Haney", - "gender": "female", - "age": 44, - "address": { - "state": "Iowa", - "city": "Wakarusa" - } - }, - { - "id": 1093, - "name": "Elvia Harper", - "gender": "female", - "age": 24, - "address": { - "state": "Arkansas", - "city": "Sunriver" - } - }, - { - "id": 1094, - "name": "Maggie Mcclure", - "gender": "female", - "age": 55, - "address": { - "state": "Idaho", - "city": "Nicholson" - } - }, - { - "id": 1095, - "name": "Hyde Smith", - "gender": "male", - "age": 31, - "address": { - "state": "Nebraska", - "city": "Cornucopia" - } - }, - { - "id": 1096, - "name": "Meyer Emerson", - "gender": "male", - "age": 20, - "address": { - "state": "South Carolina", - "city": "Wescosville" - } - }, - { - "id": 1097, - "name": "Jill Moses", - "gender": "female", - "age": 55, - "address": { - "state": "Montana", - "city": "Alleghenyville" - } - }, - { - "id": 1098, - "name": "Morrow Boone", - "gender": "male", - "age": 37, - "address": { - "state": "Oklahoma", - "city": "Onton" - } - }, - { - "id": 1099, - "name": "Michael Bowman", - "gender": "female", - "age": 32, - "address": { - "state": "Indiana", - "city": "Eastvale" - } - }, - { - "id": 1100, - "name": "Lott Walker", - "gender": "male", - "age": 55, - "address": { - "state": "Minnesota", - "city": "Garnet" - } - }, - { - "id": 1101, - "name": "Robles Oneal", - "gender": "male", - "age": 59, - "address": { - "state": "Arizona", - "city": "Riegelwood" - } - }, - { - "id": 1102, - "name": "Cathleen Coffey", - "gender": "female", - "age": 38, - "address": { - "state": "New Mexico", - "city": "Wyoming" - } - }, - { - "id": 1103, - "name": "Eileen Wooten", - "gender": "female", - "age": 23, - "address": { - "state": "Michigan", - "city": "Macdona" - } - }, - { - "id": 1104, - "name": "Barry Stein", - "gender": "male", - "age": 30, - "address": { - "state": "Pennsylvania", - "city": "Roeville" - } - }, - { - "id": 1105, - "name": "Harriet Sandoval", - "gender": "female", - "age": 75, - "address": { - "state": "California", - "city": "Rodanthe" - } - }, - { - "id": 1106, - "name": "Ward Stout", - "gender": "male", - "age": 67, - "address": { - "state": "Missouri", - "city": "Brady" - } - }, - { - "id": 1107, - "name": "Helga Mays", - "gender": "female", - "age": 43, - "address": { - "state": "Georgia", - "city": "Wanamie" - } - }, - { - "id": 1108, - "name": "Lena Solis", - "gender": "female", - "age": 23, - "address": { - "state": "Illinois", - "city": "Floriston" - } - }, - { - "id": 1109, - "name": "Farrell Yates", - "gender": "male", - "age": 82, - "address": { - "state": "Hawaii", - "city": "Belfair" - } - }, - { - "id": 1110, - "name": "Hogan Ewing", - "gender": "male", - "age": 25, - "address": { - "state": "Nevada", - "city": "Day" - } - }, - { - "id": 1111, - "name": "Zimmerman Morales", - "gender": "male", - "age": 67, - "address": { - "state": "Maine", - "city": "Brantleyville" - } - }, - { - "id": 1112, - "name": "Kristy Hayden", - "gender": "female", - "age": 64, - "address": { - "state": "Maryland", - "city": "Germanton" - } - }, - { - "id": 1113, - "name": "Jennifer Nielsen", - "gender": "female", - "age": 23, - "address": { - "state": "North Carolina", - "city": "Silkworth" - } - }, - { - "id": 1114, - "name": "Clare Finch", - "gender": "female", - "age": 17, - "address": { - "state": "Wisconsin", - "city": "Stagecoach" - } - }, - { - "id": 1115, - "name": "Cox Vang", - "gender": "male", - "age": 25, - "address": { - "state": "Virginia", - "city": "Ballico" - } - }, - { - "id": 1116, - "name": "Dona Trevino", - "gender": "female", - "age": 46, - "address": { - "state": "Ohio", - "city": "Finzel" - } - }, - { - "id": 1117, - "name": "Tina Chang", - "gender": "female", - "age": 22, - "address": { - "state": "Florida", - "city": "Loveland" - } - }, - { - "id": 1118, - "name": "Felecia Roth", - "gender": "female", - "age": 51, - "address": { - "state": "Wyoming", - "city": "Noblestown" - } - }, - { - "id": 1119, - "name": "Hall Warren", - "gender": "male", - "age": 21, - "address": { - "state": "Utah", - "city": "Foxworth" - } - }, - { - "id": 1120, - "name": "Odonnell Scott", - "gender": "male", - "age": 24, - "address": { - "state": "Kentucky", - "city": "Mayfair" - } - }, - { - "id": 1121, - "name": "Turner Vinson", - "gender": "male", - "age": 30, - "address": { - "state": "South Dakota", - "city": "Remington" - } - }, - { - "id": 1122, - "name": "Wright Powell", - "gender": "male", - "age": 24, - "address": { - "state": "Alaska", - "city": "Oberlin" - } - }, - { - "id": 1123, - "name": "White Adkins", - "gender": "male", - "age": 17, - "address": { - "state": "Oregon", - "city": "Allentown" - } - }, - { - "id": 1124, - "name": "Edwards Glover", - "gender": "male", - "age": 53, - "address": { - "state": "Alabama", - "city": "Jeff" - } - }, - { - "id": 1125, - "name": "Camille Goodwin", - "gender": "female", - "age": 76, - "address": { - "state": "Louisiana", - "city": "Brazos" - } - }, - { - "id": 1126, - "name": "Agnes Sargent", - "gender": "female", - "age": 34, - "address": { - "state": "North Dakota", - "city": "Stollings" - } - }, - { - "id": 1127, - "name": "Chapman Mcconnell", - "gender": "male", - "age": 60, - "address": { - "state": "Kansas", - "city": "Canby" - } - }, - { - "id": 1128, - "name": "Tate Freeman", - "gender": "male", - "age": 58, - "address": { - "state": "Iowa", - "city": "Fidelis" - } - }, - { - "id": 1129, - "name": "Kate Crane", - "gender": "female", - "age": 49, - "address": { - "state": "Virginia", - "city": "Alafaya" - } - }, - { - "id": 1130, - "name": "Effie Campbell", - "gender": "female", - "age": 17, - "address": { - "state": "Oregon", - "city": "Oasis" - } - }, - { - "id": 1131, - "name": "Duran Walls", - "gender": "male", - "age": 40, - "address": { - "state": "Nebraska", - "city": "Shawmut" - } - }, - { - "id": 1132, - "name": "Mckay Burke", - "gender": "male", - "age": 52, - "address": { - "state": "New York", - "city": "Frank" - } - }, - { - "id": 1133, - "name": "Tina Houston", - "gender": "female", - "age": 53, - "address": { - "state": "Delaware", - "city": "Needmore" - } - }, - { - "id": 1134, - "name": "Underwood Roy", - "gender": "male", - "age": 20, - "address": { - "state": "New Mexico", - "city": "Starks" - } - }, - { - "id": 1135, - "name": "Abby Sanders", - "gender": "female", - "age": 45, - "address": { - "state": "Oklahoma", - "city": "Somerset" - } - }, - { - "id": 1136, - "name": "Mcdaniel Hays", - "gender": "male", - "age": 22, - "address": { - "state": "Maine", - "city": "Tecolotito" - } - }, - { - "id": 1137, - "name": "Levine Larsen", - "gender": "male", - "age": 38, - "address": { - "state": "Arkansas", - "city": "Adamstown" - } - }, - { - "id": 1138, - "name": "Pickett Stein", - "gender": "male", - "age": 49, - "address": { - "state": "Maryland", - "city": "Movico" - } - }, - { - "id": 1139, - "name": "Charlene Fletcher", - "gender": "female", - "age": 52, - "address": { - "state": "Mississippi", - "city": "Fulford" - } - }, - { - "id": 1140, - "name": "Florine Jones", - "gender": "female", - "age": 34, - "address": { - "state": "New Hampshire", - "city": "Bowmansville" - } - }, - { - "id": 1141, - "name": "Vivian Greer", - "gender": "female", - "age": 53, - "address": { - "state": "Connecticut", - "city": "Cumminsville" - } - }, - { - "id": 1142, - "name": "Myers Ramsey", - "gender": "male", - "age": 73, - "address": { - "state": "Indiana", - "city": "Wanamie" - } - }, - { - "id": 1143, - "name": "Rocha Hammond", - "gender": "male", - "age": 50, - "address": { - "state": "South Carolina", - "city": "Byrnedale" - } - }, - { - "id": 1144, - "name": "Magdalena Blair", - "gender": "female", - "age": 57, - "address": { - "state": "Louisiana", - "city": "Orason" - } - }, - { - "id": 1145, - "name": "Cantu Gordon", - "gender": "male", - "age": 47, - "address": { - "state": "Minnesota", - "city": "Chapin" - } - }, - { - "id": 1146, - "name": "Booth Morton", - "gender": "male", - "age": 46, - "address": { - "state": "New Jersey", - "city": "Boyd" - } - }, - { - "id": 1147, - "name": "Sharlene Shepherd", - "gender": "female", - "age": 59, - "address": { - "state": "Tennessee", - "city": "Matheny" - } - }, - { - "id": 1148, - "name": "Merle Wilkins", - "gender": "female", - "age": 26, - "address": { - "state": "Michigan", - "city": "Lafferty" - } - }, - { - "id": 1149, - "name": "Krista Moody", - "gender": "female", - "age": 34, - "address": { - "state": "Florida", - "city": "Bayview" - } - }, - { - "id": 1150, - "name": "Peggy Eaton", - "gender": "female", - "age": 82, - "address": { - "state": "Georgia", - "city": "Twilight" - } - }, - { - "id": 1151, - "name": "Tameka Patrick", - "gender": "female", - "age": 46, - "address": { - "state": "Hawaii", - "city": "Sena" - } - }, - { - "id": 1152, - "name": "Claudia Berry", - "gender": "female", - "age": 34, - "address": { - "state": "Ohio", - "city": "Fowlerville" - } - }, - { - "id": 1153, - "name": "Snider Mckinney", - "gender": "male", - "age": 32, - "address": { - "state": "Washington", - "city": "Noblestown" - } - }, - { - "id": 1154, - "name": "Horton Glover", - "gender": "male", - "age": 60, - "address": { - "state": "Vermont", - "city": "Nash" - } - }, - { - "id": 1155, - "name": "Mae Vinson", - "gender": "female", - "age": 47, - "address": { - "state": "Rhode Island", - "city": "Foxworth" - } - }, - { - "id": 1156, - "name": "Faith Palmer", - "gender": "female", - "age": 66, - "address": { - "state": "Alabama", - "city": "Groton" - } - }, - { - "id": 1157, - "name": "Savage Brady", - "gender": "male", - "age": 24, - "address": { - "state": "West Virginia", - "city": "Lewis" - } - }, - { - "id": 1158, - "name": "Belinda Moss", - "gender": "female", - "age": 66, - "address": { - "state": "Texas", - "city": "Curtice" - } - }, - { - "id": 1159, - "name": "Durham Thomas", - "gender": "male", - "age": 34, - "address": { - "state": "South Dakota", - "city": "Felt" - } - }, - { - "id": 1160, - "name": "Ginger Bowen", - "gender": "female", - "age": 60, - "address": { - "state": "Montana", - "city": "Deltaville" - } - }, - { - "id": 1161, - "name": "Maxwell Wyatt", - "gender": "male", - "age": 63, - "address": { - "state": "Arizona", - "city": "Mulberry" - } - }, - { - "id": 1162, - "name": "Campos Levy", - "gender": "male", - "age": 44, - "address": { - "state": "Wisconsin", - "city": "Turah" - } - }, - { - "id": 1163, - "name": "Elizabeth Copeland", - "gender": "female", - "age": 54, - "address": { - "state": "Utah", - "city": "Carrsville" - } - }, - { - "id": 1164, - "name": "Herminia Hartman", - "gender": "female", - "age": 28, - "address": { - "state": "Massachusetts", - "city": "Cobbtown" - } - }, - { - "id": 1165, - "name": "Beth Marshall", - "gender": "female", - "age": 17, - "address": { - "state": "Nevada", - "city": "Morriston" - } - }, - { - "id": 1166, - "name": "Lorna Burnett", - "gender": "female", - "age": 34, - "address": { - "state": "Illinois", - "city": "Bartonsville" - } - }, - { - "id": 1167, - "name": "Mable Hull", - "gender": "female", - "age": 33, - "address": { - "state": "North Carolina", - "city": "Forestburg" - } - }, - { - "id": 1168, - "name": "Kayla Mcbride", - "gender": "female", - "age": 58, - "address": { - "state": "Wyoming", - "city": "Stewart" - } - }, - { - "id": 1169, - "name": "Skinner Barlow", - "gender": "male", - "age": 58, - "address": { - "state": "Colorado", - "city": "Rockingham" - } - }, - { - "id": 1170, - "name": "Bass Brennan", - "gender": "male", - "age": 37, - "address": { - "state": "Kentucky", - "city": "Healy" - } - }, - { - "id": 1171, - "name": "Esther Patton", - "gender": "female", - "age": 61, - "address": { - "state": "Alaska", - "city": "Gilgo" - } - }, - { - "id": 1172, - "name": "Edwards Cabrera", - "gender": "male", - "age": 34, - "address": { - "state": "Missouri", - "city": "Teasdale" - } - }, - { - "id": 1173, - "name": "Moody Morrison", - "gender": "male", - "age": 36, - "address": { - "state": "Idaho", - "city": "Croom" - } - }, - { - "id": 1174, - "name": "Castillo Gray", - "gender": "male", - "age": 62, - "address": { - "state": "Pennsylvania", - "city": "Roland" - } - }, - { - "id": 1175, - "name": "Evans Pitts", - "gender": "male", - "age": 39, - "address": { - "state": "North Dakota", - "city": "Leeper" - } - }, - { - "id": 1176, - "name": "Kaufman Kirby", - "gender": "male", - "age": 25, - "address": { - "state": "Vermont", - "city": "Brenton" - } - }, - { - "id": 1177, - "name": "Wallace Justice", - "gender": "male", - "age": 73, - "address": { - "state": "New York", - "city": "Hasty" - } - }, - { - "id": 1178, - "name": "Robertson Merrill", - "gender": "male", - "age": 30, - "address": { - "state": "Iowa", - "city": "Rodanthe" - } - }, - { - "id": 1179, - "name": "Patterson Holman", - "gender": "male", - "age": 54, - "address": { - "state": "Wisconsin", - "city": "Leola" - } - }, - { - "id": 1180, - "name": "Garcia Delacruz", - "gender": "male", - "age": 18, - "address": { - "state": "Colorado", - "city": "Homeworth" - } - }, - { - "id": 1181, - "name": "Valeria Compton", - "gender": "female", - "age": 42, - "address": { - "state": "New Mexico", - "city": "Oretta" - } - }, - { - "id": 1182, - "name": "Renee Landry", - "gender": "female", - "age": 43, - "address": { - "state": "New Hampshire", - "city": "Bergoo" - } - }, - { - "id": 1183, - "name": "Noel Thompson", - "gender": "male", - "age": 20, - "address": { - "state": "Mississippi", - "city": "Ebro" - } - }, - { - "id": 1184, - "name": "Elisabeth Johnston", - "gender": "female", - "age": 31, - "address": { - "state": "Virginia", - "city": "Graniteville" - } - }, - { - "id": 1185, - "name": "Wagner Holder", - "gender": "male", - "age": 28, - "address": { - "state": "West Virginia", - "city": "Hannasville" - } - }, - { - "id": 1186, - "name": "Molina Holt", - "gender": "male", - "age": 69, - "address": { - "state": "Massachusetts", - "city": "Hayes" - } - }, - { - "id": 1187, - "name": "Payne Deleon", - "gender": "male", - "age": 66, - "address": { - "state": "Minnesota", - "city": "Klondike" - } - }, - { - "id": 1188, - "name": "Curry Sherman", - "gender": "male", - "age": 39, - "address": { - "state": "Illinois", - "city": "Trinway" - } - }, - { - "id": 1189, - "name": "Velasquez Valdez", - "gender": "male", - "age": 28, - "address": { - "state": "Utah", - "city": "Hillsboro" - } - }, - { - "id": 1190, - "name": "Hilda Chapman", - "gender": "female", - "age": 32, - "address": { - "state": "Oregon", - "city": "Edgewater" - } - }, - { - "id": 1191, - "name": "Evans Adkins", - "gender": "male", - "age": 67, - "address": { - "state": "South Dakota", - "city": "Darlington" - } - }, - { - "id": 1192, - "name": "Lois Woodward", - "gender": "female", - "age": 68, - "address": { - "state": "Missouri", - "city": "Oberlin" - } - }, - { - "id": 1193, - "name": "Lily Meadows", - "gender": "female", - "age": 66, - "address": { - "state": "Maryland", - "city": "Centerville" - } - }, - { - "id": 1194, - "name": "Carney Lambert", - "gender": "male", - "age": 20, - "address": { - "state": "Florida", - "city": "Klagetoh" - } - }, - { - "id": 1195, - "name": "Gross Hebert", - "gender": "male", - "age": 69, - "address": { - "state": "Maine", - "city": "Chalfant" - } - }, - { - "id": 1196, - "name": "Nola Page", - "gender": "female", - "age": 43, - "address": { - "state": "California", - "city": "Brazos" - } - }, - { - "id": 1197, - "name": "Cleveland Fletcher", - "gender": "male", - "age": 24, - "address": { - "state": "Indiana", - "city": "Rivers" - } - }, - { - "id": 1198, - "name": "Rasmussen Gallagher", - "gender": "male", - "age": 33, - "address": { - "state": "Michigan", - "city": "Retsof" - } - }, - { - "id": 1199, - "name": "Nelda Terry", - "gender": "female", - "age": 19, - "address": { - "state": "Washington", - "city": "Waumandee" - } - }, - { - "id": 1200, - "name": "Maria Lindsay", - "gender": "female", - "age": 65, - "address": { - "state": "Montana", - "city": "Sheatown" - } - }, - { - "id": 1201, - "name": "Deirdre Washington", - "gender": "female", - "age": 42, - "address": { - "state": "Pennsylvania", - "city": "Shindler" - } - }, - { - "id": 1202, - "name": "Shelly Beasley", - "gender": "female", - "age": 61, - "address": { - "state": "Connecticut", - "city": "Lowell" - } - }, - { - "id": 1203, - "name": "Porter Schmidt", - "gender": "male", - "age": 75, - "address": { - "state": "Nevada", - "city": "Carbonville" - } - }, - { - "id": 1204, - "name": "Consuelo Shepard", - "gender": "female", - "age": 61, - "address": { - "state": "Idaho", - "city": "Sunnyside" - } - }, - { - "id": 1205, - "name": "Carey Lopez", - "gender": "female", - "age": 19, - "address": { - "state": "North Dakota", - "city": "Utting" - } - }, - { - "id": 1206, - "name": "Bush Ellis", - "gender": "male", - "age": 59, - "address": { - "state": "Arkansas", - "city": "Groveville" - } - }, - { - "id": 1207, - "name": "June Schwartz", - "gender": "female", - "age": 52, - "address": { - "state": "Louisiana", - "city": "Drytown" - } - }, - { - "id": 1208, - "name": "Wilkinson Baldwin", - "gender": "male", - "age": 36, - "address": { - "state": "Texas", - "city": "Clarksburg" - } - }, - { - "id": 1209, - "name": "Kim Bailey", - "gender": "male", - "age": 27, - "address": { - "state": "Nebraska", - "city": "Munjor" - } - }, - { - "id": 1210, - "name": "Katie Parsons", - "gender": "female", - "age": 68, - "address": { - "state": "North Carolina", - "city": "Coloma" - } - }, - { - "id": 1211, - "name": "Velez Barlow", - "gender": "male", - "age": 23, - "address": { - "state": "Alaska", - "city": "Robbins" - } - }, - { - "id": 1212, - "name": "Schmidt Rojas", - "gender": "male", - "age": 31, - "address": { - "state": "Tennessee", - "city": "Hoagland" - } - }, - { - "id": 1213, - "name": "Duffy Gill", - "gender": "male", - "age": 27, - "address": { - "state": "South Carolina", - "city": "Bluffview" - } - }, - { - "id": 1214, - "name": "Noble Cunningham", - "gender": "male", - "age": 45, - "address": { - "state": "Oklahoma", - "city": "Florence" - } - }, - { - "id": 1215, - "name": "Vang Figueroa", - "gender": "male", - "age": 81, - "address": { - "state": "Georgia", - "city": "Zarephath" - } - }, - { - "id": 1216, - "name": "West Velazquez", - "gender": "male", - "age": 66, - "address": { - "state": "Delaware", - "city": "Springville" - } - }, - { - "id": 1217, - "name": "Key Sexton", - "gender": "male", - "age": 65, - "address": { - "state": "Alabama", - "city": "Caledonia" - } - }, - { - "id": 1218, - "name": "Cassandra Rios", - "gender": "female", - "age": 79, - "address": { - "state": "Wyoming", - "city": "Whitehaven" - } - }, - { - "id": 1219, - "name": "Kayla Slater", - "gender": "female", - "age": 67, - "address": { - "state": "Kentucky", - "city": "Lutsen" - } - }, - { - "id": 1220, - "name": "Booker Davidson", - "gender": "male", - "age": 34, - "address": { - "state": "Hawaii", - "city": "Wacissa" - } - }, - { - "id": 1221, - "name": "Beard Melton", - "gender": "male", - "age": 47, - "address": { - "state": "Ohio", - "city": "Jeff" - } - }, - { - "id": 1222, - "name": "Dona Rush", - "gender": "female", - "age": 17, - "address": { - "state": "Kansas", - "city": "Joppa" - } - }, - { - "id": 1223, - "name": "Maggie Waller", - "gender": "female", - "age": 67, - "address": { - "state": "Rhode Island", - "city": "Clarktown" - } - }, - { - "id": 1224, - "name": "Rene Thornton", - "gender": "female", - "age": 32, - "address": { - "state": "New Jersey", - "city": "Vale" - } - }, - { - "id": 1225, - "name": "Hudson Holloway", - "gender": "male", - "age": 62, - "address": { - "state": "Alaska", - "city": "Glendale" - } - }, - { - "id": 1226, - "name": "Kristin Bryant", - "gender": "female", - "age": 31, - "address": { - "state": "Indiana", - "city": "Tuttle" - } - }, - { - "id": 1227, - "name": "Jeanette Shaffer", - "gender": "female", - "age": 22, - "address": { - "state": "Virginia", - "city": "Tooleville" - } - }, - { - "id": 1228, - "name": "Katelyn Boyd", - "gender": "female", - "age": 44, - "address": { - "state": "Illinois", - "city": "Allison" - } - }, - { - "id": 1229, - "name": "Latoya Odonnell", - "gender": "female", - "age": 41, - "address": { - "state": "Missouri", - "city": "Grahamtown" - } - }, - { - "id": 1230, - "name": "Acosta Barlow", - "gender": "male", - "age": 30, - "address": { - "state": "Arkansas", - "city": "Greenfields" - } - }, - { - "id": 1231, - "name": "Catherine Campbell", - "gender": "female", - "age": 40, - "address": { - "state": "South Carolina", - "city": "Darrtown" - } - }, - { - "id": 1232, - "name": "Hunt Delacruz", - "gender": "male", - "age": 49, - "address": { - "state": "Nebraska", - "city": "Stonybrook" - } - }, - { - "id": 1233, - "name": "Duran Strickland", - "gender": "male", - "age": 51, - "address": { - "state": "Massachusetts", - "city": "Sunnyside" - } - }, - { - "id": 1234, - "name": "Boyle Rogers", - "gender": "male", - "age": 51, - "address": { - "state": "New Hampshire", - "city": "Efland" - } - }, - { - "id": 1235, - "name": "Horton Ray", - "gender": "male", - "age": 82, - "address": { - "state": "Alabama", - "city": "Tampico" - } - }, - { - "id": 1236, - "name": "Christian Nelson", - "gender": "female", - "age": 17, - "address": { - "state": "Utah", - "city": "Bayview" - } - }, - { - "id": 1237, - "name": "Leola Michael", - "gender": "female", - "age": 71, - "address": { - "state": "Arizona", - "city": "Barclay" - } - }, - { - "id": 1238, - "name": "Katherine Middleton", - "gender": "female", - "age": 35, - "address": { - "state": "Connecticut", - "city": "Healy" - } - }, - { - "id": 1239, - "name": "Sara Gilliam", - "gender": "female", - "age": 80, - "address": { - "state": "Mississippi", - "city": "Bergoo" - } - }, - { - "id": 1240, - "name": "Fleming Page", - "gender": "male", - "age": 64, - "address": { - "state": "Texas", - "city": "Mayfair" - } - }, - { - "id": 1241, - "name": "Ochoa Koch", - "gender": "male", - "age": 79, - "address": { - "state": "Vermont", - "city": "Osmond" - } - }, - { - "id": 1242, - "name": "Pollard Frye", - "gender": "male", - "age": 31, - "address": { - "state": "Florida", - "city": "Klondike" - } - }, - { - "id": 1243, - "name": "Rosalyn Glass", - "gender": "female", - "age": 71, - "address": { - "state": "Louisiana", - "city": "Maxville" - } - }, - { - "id": 1244, - "name": "Stein Hanson", - "gender": "male", - "age": 64, - "address": { - "state": "Oklahoma", - "city": "Nelson" - } - }, - { - "id": 1245, - "name": "Bauer Solomon", - "gender": "male", - "age": 60, - "address": { - "state": "Montana", - "city": "Nadine" - } - }, - { - "id": 1246, - "name": "Morton Alexander", - "gender": "male", - "age": 46, - "address": { - "state": "California", - "city": "Robinson" - } - }, - { - "id": 1247, - "name": "Mullen Ware", - "gender": "male", - "age": 31, - "address": { - "state": "Maryland", - "city": "Kenvil" - } - }, - { - "id": 1248, - "name": "Hammond Albert", - "gender": "male", - "age": 55, - "address": { - "state": "Oregon", - "city": "Garberville" - } - }, - { - "id": 1249, - "name": "Rogers Parrish", - "gender": "male", - "age": 61, - "address": { - "state": "Delaware", - "city": "Edneyville" - } - }, - { - "id": 1250, - "name": "Hewitt Case", - "gender": "male", - "age": 44, - "address": { - "state": "South Dakota", - "city": "Leland" - } - }, - { - "id": 1251, - "name": "Brooke Phelps", - "gender": "female", - "age": 30, - "address": { - "state": "Colorado", - "city": "Santel" - } - }, - { - "id": 1252, - "name": "Kimberley Coffey", - "gender": "female", - "age": 45, - "address": { - "state": "West Virginia", - "city": "Haena" - } - }, - { - "id": 1253, - "name": "Buckley Schmidt", - "gender": "male", - "age": 55, - "address": { - "state": "Maine", - "city": "Graball" - } - }, - { - "id": 1254, - "name": "Christa Foster", - "gender": "female", - "age": 22, - "address": { - "state": "Hawaii", - "city": "Belfair" - } - }, - { - "id": 1255, - "name": "Lola Sears", - "gender": "female", - "age": 81, - "address": { - "state": "Kansas", - "city": "Florence" - } - }, - { - "id": 1256, - "name": "Hobbs Tyson", - "gender": "male", - "age": 32, - "address": { - "state": "New York", - "city": "Kingstowne" - } - }, - { - "id": 1257, - "name": "Young Greene", - "gender": "male", - "age": 44, - "address": { - "state": "North Dakota", - "city": "Crisman" - } - }, - { - "id": 1258, - "name": "Christian Schneider", - "gender": "male", - "age": 39, - "address": { - "state": "New Jersey", - "city": "Salvo" - } - }, - { - "id": 1259, - "name": "Lakisha Gill", - "gender": "female", - "age": 52, - "address": { - "state": "Minnesota", - "city": "Enetai" - } - }, - { - "id": 1260, - "name": "Susana Ross", - "gender": "female", - "age": 62, - "address": { - "state": "New Mexico", - "city": "Calvary" - } - }, - { - "id": 1261, - "name": "Shelton Hernandez", - "gender": "male", - "age": 59, - "address": { - "state": "Nevada", - "city": "Drummond" - } - }, - { - "id": 1262, - "name": "Sheppard Murphy", - "gender": "male", - "age": 20, - "address": { - "state": "Iowa", - "city": "Elliston" - } - }, - { - "id": 1263, - "name": "Bettie Vaughan", - "gender": "female", - "age": 70, - "address": { - "state": "North Carolina", - "city": "Washington" - } - }, - { - "id": 1264, - "name": "Casandra Whitehead", - "gender": "female", - "age": 49, - "address": { - "state": "Ohio", - "city": "Twilight" - } - }, - { - "id": 1265, - "name": "Booker Jennings", - "gender": "male", - "age": 18, - "address": { - "state": "Georgia", - "city": "Swartzville" - } - }, - { - "id": 1266, - "name": "Morse Mueller", - "gender": "male", - "age": 58, - "address": { - "state": "Michigan", - "city": "Caberfae" - } - }, - { - "id": 1267, - "name": "Joyce Franklin", - "gender": "male", - "age": 75, - "address": { - "state": "Tennessee", - "city": "Newcastle" - } - }, - { - "id": 1268, - "name": "Kate Chang", - "gender": "female", - "age": 53, - "address": { - "state": "Kentucky", - "city": "Leeper" - } - }, - { - "id": 1269, - "name": "Stephens Powell", - "gender": "male", - "age": 28, - "address": { - "state": "Idaho", - "city": "Elliott" - } - }, - { - "id": 1270, - "name": "Milagros Cooke", - "gender": "female", - "age": 82, - "address": { - "state": "Wyoming", - "city": "Greenbackville" - } - }, - { - "id": 1271, - "name": "Humphrey Conner", - "gender": "male", - "age": 51, - "address": { - "state": "Pennsylvania", - "city": "Graniteville" - } - }, - { - "id": 1272, - "name": "Bertie Cote", - "gender": "female", - "age": 48, - "address": { - "state": "Rhode Island", - "city": "Vienna" - } - }, - { - "id": 1273, - "name": "Bell Mooney", - "gender": "male", - "age": 29, - "address": { - "state": "Wisconsin", - "city": "Jamestown" - } - }, - { - "id": 1274, - "name": "Whitehead Johnston", - "gender": "male", - "age": 41, - "address": { - "state": "Alabama", - "city": "Bayview" - } - }, - { - "id": 1275, - "name": "Cobb Hays", - "gender": "male", - "age": 75, - "address": { - "state": "Michigan", - "city": "Wells" - } - }, - { - "id": 1276, - "name": "Fern Buchanan", - "gender": "female", - "age": 61, - "address": { - "state": "North Carolina", - "city": "Accoville" - } - }, - { - "id": 1277, - "name": "Tracey Meadows", - "gender": "female", - "age": 72, - "address": { - "state": "Tennessee", - "city": "Longoria" - } - }, - { - "id": 1278, - "name": "Stevenson Talley", - "gender": "male", - "age": 35, - "address": { - "state": "Wyoming", - "city": "Murillo" - } - }, - { - "id": 1279, - "name": "Cherry Kirby", - "gender": "male", - "age": 60, - "address": { - "state": "West Virginia", - "city": "Belva" - } - }, - { - "id": 1280, - "name": "Howell Maynard", - "gender": "male", - "age": 56, - "address": { - "state": "Minnesota", - "city": "Hebron" - } - }, - { - "id": 1281, - "name": "Ethel Richards", - "gender": "female", - "age": 19, - "address": { - "state": "Massachusetts", - "city": "Felt" - } - }, - { - "id": 1282, - "name": "Ida Holt", - "gender": "female", - "age": 46, - "address": { - "state": "Mississippi", - "city": "Wright" - } - }, - { - "id": 1283, - "name": "Heather Chaney", - "gender": "female", - "age": 38, - "address": { - "state": "New Mexico", - "city": "Fairlee" - } - }, - { - "id": 1284, - "name": "Erickson Terrell", - "gender": "male", - "age": 25, - "address": { - "state": "Kentucky", - "city": "Rodman" - } - }, - { - "id": 1285, - "name": "Nora Hurley", - "gender": "female", - "age": 63, - "address": { - "state": "Indiana", - "city": "Takilma" - } - }, - { - "id": 1286, - "name": "Stephenson Guy", - "gender": "male", - "age": 57, - "address": { - "state": "Iowa", - "city": "Northchase" - } - }, - { - "id": 1287, - "name": "Johnnie Schmidt", - "gender": "female", - "age": 29, - "address": { - "state": "South Carolina", - "city": "Davenport" - } - }, - { - "id": 1288, - "name": "Terry Schneider", - "gender": "male", - "age": 17, - "address": { - "state": "Oregon", - "city": "Savage" - } - }, - { - "id": 1289, - "name": "Daniel Mcbride", - "gender": "male", - "age": 49, - "address": { - "state": "Oklahoma", - "city": "Fidelis" - } - }, - { - "id": 1290, - "name": "Conrad Finley", - "gender": "male", - "age": 67, - "address": { - "state": "Maine", - "city": "Sutton" - } - }, - { - "id": 1291, - "name": "Iris Delacruz", - "gender": "female", - "age": 80, - "address": { - "state": "Florida", - "city": "Utting" - } - }, - { - "id": 1292, - "name": "Amie Franklin", - "gender": "female", - "age": 79, - "address": { - "state": "New Jersey", - "city": "Lemoyne" - } - }, - { - "id": 1293, - "name": "Wall Walter", - "gender": "male", - "age": 80, - "address": { - "state": "New York", - "city": "Sharon" - } - }, - { - "id": 1294, - "name": "Trujillo Davidson", - "gender": "male", - "age": 67, - "address": { - "state": "Colorado", - "city": "Motley" - } - }, - { - "id": 1295, - "name": "Kara Cox", - "gender": "female", - "age": 41, - "address": { - "state": "Washington", - "city": "Wanamie" - } - }, - { - "id": 1296, - "name": "Shelley Nash", - "gender": "female", - "age": 41, - "address": { - "state": "Illinois", - "city": "Chase" - } - }, - { - "id": 1297, - "name": "Kaitlin Cherry", - "gender": "female", - "age": 40, - "address": { - "state": "Ohio", - "city": "Springdale" - } - }, - { - "id": 1298, - "name": "Hannah Anderson", - "gender": "female", - "age": 55, - "address": { - "state": "Pennsylvania", - "city": "Crown" - } - }, - { - "id": 1299, - "name": "Mack Huff", - "gender": "male", - "age": 76, - "address": { - "state": "Maryland", - "city": "Rew" - } - }, - { - "id": 1300, - "name": "Rhodes Shepherd", - "gender": "male", - "age": 58, - "address": { - "state": "Kansas", - "city": "Lafferty" - } - }, - { - "id": 1301, - "name": "Kathleen Marks", - "gender": "female", - "age": 35, - "address": { - "state": "Alaska", - "city": "Faxon" - } - }, - { - "id": 1302, - "name": "Elena Hood", - "gender": "female", - "age": 46, - "address": { - "state": "Arkansas", - "city": "Waukeenah" - } - }, - { - "id": 1303, - "name": "Dana Mcgee", - "gender": "female", - "age": 34, - "address": { - "state": "Virginia", - "city": "Forestburg" - } - }, - { - "id": 1304, - "name": "Frances Rivers", - "gender": "female", - "age": 45, - "address": { - "state": "Missouri", - "city": "Cobbtown" - } - }, - { - "id": 1305, - "name": "Essie Ford", - "gender": "female", - "age": 65, - "address": { - "state": "Georgia", - "city": "Bodega" - } - }, - { - "id": 1306, - "name": "Priscilla Bean", - "gender": "female", - "age": 67, - "address": { - "state": "Connecticut", - "city": "Libertytown" - } - }, - { - "id": 1307, - "name": "Brenda Walker", - "gender": "female", - "age": 49, - "address": { - "state": "California", - "city": "Yorklyn" - } - }, - { - "id": 1308, - "name": "Levine William", - "gender": "male", - "age": 17, - "address": { - "state": "Texas", - "city": "Katonah" - } - }, - { - "id": 1309, - "name": "Mattie Hopper", - "gender": "female", - "age": 49, - "address": { - "state": "North Dakota", - "city": "Guilford" - } - }, - { - "id": 1310, - "name": "Opal Becker", - "gender": "female", - "age": 75, - "address": { - "state": "Nebraska", - "city": "Hillsboro" - } - }, - { - "id": 1311, - "name": "Katina King", - "gender": "female", - "age": 24, - "address": { - "state": "New Hampshire", - "city": "Orviston" - } - }, - { - "id": 1312, - "name": "Clay Nunez", - "gender": "male", - "age": 48, - "address": { - "state": "Hawaii", - "city": "Buxton" - } - }, - { - "id": 1313, - "name": "Eloise Mclaughlin", - "gender": "female", - "age": 37, - "address": { - "state": "Utah", - "city": "Devon" - } - }, - { - "id": 1314, - "name": "Gail Ramos", - "gender": "female", - "age": 23, - "address": { - "state": "Idaho", - "city": "Chaparrito" - } - }, - { - "id": 1315, - "name": "Ruth Campbell", - "gender": "female", - "age": 19, - "address": { - "state": "Louisiana", - "city": "Nord" - } - }, - { - "id": 1316, - "name": "Yvonne Finch", - "gender": "female", - "age": 47, - "address": { - "state": "Nevada", - "city": "Hollymead" - } - }, - { - "id": 1317, - "name": "Pena Little", - "gender": "male", - "age": 18, - "address": { - "state": "Wisconsin", - "city": "Oretta" - } - }, - { - "id": 1318, - "name": "Munoz Shelton", - "gender": "male", - "age": 20, - "address": { - "state": "Rhode Island", - "city": "Holtville" - } - }, - { - "id": 1319, - "name": "Wong Sargent", - "gender": "male", - "age": 79, - "address": { - "state": "Delaware", - "city": "Umapine" - } - }, - { - "id": 1320, - "name": "Hoover Moss", - "gender": "male", - "age": 77, - "address": { - "state": "Montana", - "city": "Bartley" - } - }, - { - "id": 1321, - "name": "Jones Baldwin", - "gender": "male", - "age": 72, - "address": { - "state": "South Dakota", - "city": "Winfred" - } - }, - { - "id": 1322, - "name": "Nina Rich", - "gender": "female", - "age": 56, - "address": { - "state": "Arizona", - "city": "Dixonville" - } - }, - { - "id": 1323, - "name": "Meyers Wilcox", - "gender": "male", - "age": 35, - "address": { - "state": "Alaska", - "city": "Juntura" - } - }, - { - "id": 1324, - "name": "Haney Randall", - "gender": "male", - "age": 22, - "address": { - "state": "Ohio", - "city": "Urbana" - } - }, - { - "id": 1325, - "name": "Durham Alford", - "gender": "male", - "age": 21, - "address": { - "state": "Michigan", - "city": "Worcester" - } - }, - { - "id": 1326, - "name": "Stefanie Becker", - "gender": "female", - "age": 54, - "address": { - "state": "Minnesota", - "city": "Stockdale" - } - }, - { - "id": 1327, - "name": "Gutierrez Allison", - "gender": "male", - "age": 18, - "address": { - "state": "Vermont", - "city": "Rosewood" - } - }, - { - "id": 1328, - "name": "Georgina Hunter", - "gender": "female", - "age": 33, - "address": { - "state": "Washington", - "city": "Teasdale" - } - }, - { - "id": 1329, - "name": "Strong Garrett", - "gender": "male", - "age": 76, - "address": { - "state": "Arkansas", - "city": "Fairview" - } - }, - { - "id": 1330, - "name": "Watson Richard", - "gender": "male", - "age": 54, - "address": { - "state": "Nebraska", - "city": "Sattley" - } - }, - { - "id": 1331, - "name": "Maritza Singleton", - "gender": "female", - "age": 76, - "address": { - "state": "South Dakota", - "city": "Waterford" - } - }, - { - "id": 1332, - "name": "Felecia Simon", - "gender": "female", - "age": 20, - "address": { - "state": "Virginia", - "city": "Cedarville" - } - }, - { - "id": 1333, - "name": "Brandi Dunn", - "gender": "female", - "age": 58, - "address": { - "state": "Wyoming", - "city": "Garfield" - } - }, - { - "id": 1334, - "name": "Dianna Hutchinson", - "gender": "female", - "age": 57, - "address": { - "state": "Indiana", - "city": "Falconaire" - } - }, - { - "id": 1335, - "name": "Kathy Downs", - "gender": "female", - "age": 20, - "address": { - "state": "Louisiana", - "city": "Alamo" - } - }, - { - "id": 1336, - "name": "Holder Ochoa", - "gender": "male", - "age": 25, - "address": { - "state": "Illinois", - "city": "Dorneyville" - } - }, - { - "id": 1337, - "name": "Molly Crawford", - "gender": "female", - "age": 29, - "address": { - "state": "Oklahoma", - "city": "Keyport" - } - }, - { - "id": 1338, - "name": "Mccarthy Savage", - "gender": "male", - "age": 29, - "address": { - "state": "Rhode Island", - "city": "Romeville" - } - }, - { - "id": 1339, - "name": "Snyder Rocha", - "gender": "male", - "age": 36, - "address": { - "state": "Colorado", - "city": "Cotopaxi" - } - }, - { - "id": 1340, - "name": "Lang Serrano", - "gender": "male", - "age": 73, - "address": { - "state": "New Mexico", - "city": "Homeworth" - } - }, - { - "id": 1341, - "name": "Lilly Mann", - "gender": "female", - "age": 36, - "address": { - "state": "Arizona", - "city": "Denio" - } - }, - { - "id": 1342, - "name": "Rojas Finch", - "gender": "male", - "age": 47, - "address": { - "state": "New York", - "city": "Brenton" - } - }, - { - "id": 1343, - "name": "Walls Lindsey", - "gender": "male", - "age": 34, - "address": { - "state": "South Carolina", - "city": "Wilmington" - } - }, - { - "id": 1344, - "name": "Suzette Tate", - "gender": "female", - "age": 36, - "address": { - "state": "Maryland", - "city": "Aurora" - } - }, - { - "id": 1345, - "name": "Salinas Mathis", - "gender": "male", - "age": 58, - "address": { - "state": "North Dakota", - "city": "Deercroft" - } - }, - { - "id": 1346, - "name": "Tricia Bennett", - "gender": "female", - "age": 52, - "address": { - "state": "Idaho", - "city": "Longoria" - } - }, - { - "id": 1347, - "name": "Maxine Hyde", - "gender": "female", - "age": 39, - "address": { - "state": "Nevada", - "city": "Kenmar" - } - }, - { - "id": 1348, - "name": "Marcia Shaw", - "gender": "female", - "age": 49, - "address": { - "state": "Pennsylvania", - "city": "Cade" - } - }, - { - "id": 1349, - "name": "Craft Carey", - "gender": "male", - "age": 56, - "address": { - "state": "New Jersey", - "city": "Rowe" - } - }, - { - "id": 1350, - "name": "Caitlin Hobbs", - "gender": "female", - "age": 24, - "address": { - "state": "Missouri", - "city": "Hampstead" - } - }, - { - "id": 1351, - "name": "Castillo Riley", - "gender": "male", - "age": 81, - "address": { - "state": "Wisconsin", - "city": "Babb" - } - }, - { - "id": 1352, - "name": "Hutchinson Crane", - "gender": "male", - "age": 21, - "address": { - "state": "Iowa", - "city": "Dola" - } - }, - { - "id": 1353, - "name": "April Caldwell", - "gender": "female", - "age": 50, - "address": { - "state": "Montana", - "city": "Worton" - } - }, - { - "id": 1354, - "name": "Love Silva", - "gender": "male", - "age": 52, - "address": { - "state": "Maine", - "city": "Joes" - } - }, - { - "id": 1355, - "name": "Betty Nielsen", - "gender": "female", - "age": 30, - "address": { - "state": "North Carolina", - "city": "Hackneyville" - } - }, - { - "id": 1356, - "name": "Lynette Dillon", - "gender": "female", - "age": 20, - "address": { - "state": "Kentucky", - "city": "Lopezo" - } - }, - { - "id": 1357, - "name": "Melisa Freeman", - "gender": "female", - "age": 35, - "address": { - "state": "Tennessee", - "city": "Tolu" - } - }, - { - "id": 1358, - "name": "Stark Davis", - "gender": "male", - "age": 27, - "address": { - "state": "Alabama", - "city": "Rivereno" - } - }, - { - "id": 1359, - "name": "John Dillard", - "gender": "female", - "age": 39, - "address": { - "state": "Hawaii", - "city": "Marysville" - } - }, - { - "id": 1360, - "name": "Clements Solis", - "gender": "male", - "age": 75, - "address": { - "state": "Connecticut", - "city": "Derwood" - } - }, - { - "id": 1361, - "name": "Fletcher Sims", - "gender": "male", - "age": 58, - "address": { - "state": "Kansas", - "city": "Ticonderoga" - } - }, - { - "id": 1362, - "name": "Hopper Shepherd", - "gender": "male", - "age": 20, - "address": { - "state": "West Virginia", - "city": "Boonville" - } - }, - { - "id": 1363, - "name": "Holden Santana", - "gender": "male", - "age": 34, - "address": { - "state": "Utah", - "city": "Marshall" - } - }, - { - "id": 1364, - "name": "Lambert Gay", - "gender": "male", - "age": 27, - "address": { - "state": "New Hampshire", - "city": "Fairhaven" - } - }, - { - "id": 1365, - "name": "Lacey Dean", - "gender": "female", - "age": 59, - "address": { - "state": "Delaware", - "city": "Limestone" - } - }, - { - "id": 1366, - "name": "Adrian Roman", - "gender": "female", - "age": 27, - "address": { - "state": "Massachusetts", - "city": "Norvelt" - } - }, - { - "id": 1367, - "name": "Faye Boyle", - "gender": "female", - "age": 31, - "address": { - "state": "Mississippi", - "city": "Utting" - } - }, - { - "id": 1368, - "name": "Howell Gonzales", - "gender": "male", - "age": 18, - "address": { - "state": "Oregon", - "city": "Whipholt" - } - }, - { - "id": 1369, - "name": "Phelps Hardin", - "gender": "male", - "age": 73, - "address": { - "state": "Georgia", - "city": "Shaft" - } - }, - { - "id": 1370, - "name": "Weaver Wilkinson", - "gender": "male", - "age": 56, - "address": { - "state": "California", - "city": "Rehrersburg" - } - }, - { - "id": 1371, - "name": "Berry Mendoza", - "gender": "male", - "age": 46, - "address": { - "state": "Texas", - "city": "Noblestown" - } - }, - { - "id": 1372, - "name": "Katina Mason", - "gender": "female", - "age": 62, - "address": { - "state": "Utah", - "city": "Freelandville" - } - }, - { - "id": 1373, - "name": "Gabrielle Martinez", - "gender": "female", - "age": 38, - "address": { - "state": "Tennessee", - "city": "Chamberino" - } - }, - { - "id": 1374, - "name": "Meredith Carey", - "gender": "female", - "age": 63, - "address": { - "state": "Maryland", - "city": "Delco" - } - }, - { - "id": 1375, - "name": "Tucker Wilder", - "gender": "male", - "age": 57, - "address": { - "state": "Florida", - "city": "Kenwood" - } - }, - { - "id": 1376, - "name": "Cruz Wallace", - "gender": "male", - "age": 63, - "address": { - "state": "New York", - "city": "Vandiver" - } - }, - { - "id": 1377, - "name": "Banks Hayes", - "gender": "male", - "age": 81, - "address": { - "state": "Alabama", - "city": "Tilden" - } - }, - { - "id": 1378, - "name": "Amparo Dotson", - "gender": "female", - "age": 32, - "address": { - "state": "Montana", - "city": "Wescosville" - } - }, - { - "id": 1379, - "name": "Guthrie Sears", - "gender": "male", - "age": 74, - "address": { - "state": "Ohio", - "city": "Rivereno" - } - }, - { - "id": 1380, - "name": "Boyle Ramos", - "gender": "male", - "age": 26, - "address": { - "state": "Arkansas", - "city": "Jugtown" - } - }, - { - "id": 1381, - "name": "Sharon Conley", - "gender": "female", - "age": 18, - "address": { - "state": "Michigan", - "city": "Delshire" - } - }, - { - "id": 1382, - "name": "Branch Ball", - "gender": "male", - "age": 49, - "address": { - "state": "Kentucky", - "city": "Greenbush" - } - }, - { - "id": 1383, - "name": "Mildred Rodriguez", - "gender": "female", - "age": 77, - "address": { - "state": "Mississippi", - "city": "Calvary" - } - }, - { - "id": 1384, - "name": "Isabel Preston", - "gender": "female", - "age": 20, - "address": { - "state": "North Dakota", - "city": "Bascom" - } - }, - { - "id": 1385, - "name": "Erica Castillo", - "gender": "female", - "age": 30, - "address": { - "state": "Washington", - "city": "Bethany" - } - }, - { - "id": 1386, - "name": "Lindsey Burgess", - "gender": "female", - "age": 22, - "address": { - "state": "New Mexico", - "city": "Broadlands" - } - }, - { - "id": 1387, - "name": "Forbes Ferrell", - "gender": "male", - "age": 40, - "address": { - "state": "New Jersey", - "city": "Greenfields" - } - }, - { - "id": 1388, - "name": "Campos Walsh", - "gender": "male", - "age": 67, - "address": { - "state": "South Dakota", - "city": "Lydia" - } - }, - { - "id": 1389, - "name": "Debra Justice", - "gender": "female", - "age": 23, - "address": { - "state": "Nebraska", - "city": "Canoochee" - } - }, - { - "id": 1390, - "name": "Blevins Gibbs", - "gender": "male", - "age": 19, - "address": { - "state": "Texas", - "city": "Kapowsin" - } - }, - { - "id": 1391, - "name": "Odessa Bowers", - "gender": "female", - "age": 18, - "address": { - "state": "Connecticut", - "city": "Loretto" - } - }, - { - "id": 1392, - "name": "Ola Vaughan", - "gender": "female", - "age": 63, - "address": { - "state": "Nevada", - "city": "Soudan" - } - }, - { - "id": 1393, - "name": "Josephine Hines", - "gender": "female", - "age": 20, - "address": { - "state": "Delaware", - "city": "Mulberry" - } - }, - { - "id": 1394, - "name": "Weiss Leonard", - "gender": "male", - "age": 58, - "address": { - "state": "North Carolina", - "city": "Konterra" - } - }, - { - "id": 1395, - "name": "Spencer Vazquez", - "gender": "male", - "age": 50, - "address": { - "state": "Idaho", - "city": "Como" - } - }, - { - "id": 1396, - "name": "Sharpe Leon", - "gender": "male", - "age": 65, - "address": { - "state": "Arizona", - "city": "Fannett" - } - }, - { - "id": 1397, - "name": "Cole Baxter", - "gender": "male", - "age": 53, - "address": { - "state": "Minnesota", - "city": "Florence" - } - }, - { - "id": 1398, - "name": "Nichols Mclean", - "gender": "male", - "age": 49, - "address": { - "state": "Wyoming", - "city": "Lowell" - } - }, - { - "id": 1399, - "name": "Holland Bowman", - "gender": "male", - "age": 73, - "address": { - "state": "Rhode Island", - "city": "Belmont" - } - }, - { - "id": 1400, - "name": "Burch Duke", - "gender": "male", - "age": 17, - "address": { - "state": "Indiana", - "city": "Trona" - } - }, - { - "id": 1401, - "name": "Crystal Dean", - "gender": "female", - "age": 67, - "address": { - "state": "Oregon", - "city": "Shindler" - } - }, - { - "id": 1402, - "name": "Juliana Griffith", - "gender": "female", - "age": 69, - "address": { - "state": "California", - "city": "Gadsden" - } - }, - { - "id": 1403, - "name": "Webb Marquez", - "gender": "male", - "age": 62, - "address": { - "state": "Colorado", - "city": "Waumandee" - } - }, - { - "id": 1404, - "name": "Myrtle Gross", - "gender": "female", - "age": 19, - "address": { - "state": "Iowa", - "city": "Knowlton" - } - }, - { - "id": 1405, - "name": "Jana House", - "gender": "female", - "age": 69, - "address": { - "state": "Illinois", - "city": "Navarre" - } - }, - { - "id": 1406, - "name": "Graciela Kerr", - "gender": "female", - "age": 34, - "address": { - "state": "Massachusetts", - "city": "Cliffside" - } - }, - { - "id": 1407, - "name": "Carrie Fox", - "gender": "female", - "age": 57, - "address": { - "state": "Maine", - "city": "Boykin" - } - }, - { - "id": 1408, - "name": "Gallegos Snyder", - "gender": "male", - "age": 22, - "address": { - "state": "Hawaii", - "city": "Manchester" - } - }, - { - "id": 1409, - "name": "Sargent Ware", - "gender": "male", - "age": 20, - "address": { - "state": "Wisconsin", - "city": "Verdi" - } - }, - { - "id": 1410, - "name": "Gena Mason", - "gender": "female", - "age": 24, - "address": { - "state": "Oklahoma", - "city": "Leming" - } - }, - { - "id": 1411, - "name": "Marian Cooke", - "gender": "female", - "age": 37, - "address": { - "state": "Alaska", - "city": "Clinton" - } - }, - { - "id": 1412, - "name": "Hayden Norris", - "gender": "male", - "age": 65, - "address": { - "state": "Virginia", - "city": "Fedora" - } - }, - { - "id": 1413, - "name": "Roberts Gillespie", - "gender": "male", - "age": 57, - "address": { - "state": "Georgia", - "city": "Limestone" - } - }, - { - "id": 1414, - "name": "Walters Nolan", - "gender": "male", - "age": 46, - "address": { - "state": "South Carolina", - "city": "Bowmansville" - } - }, - { - "id": 1415, - "name": "Dunn Raymond", - "gender": "male", - "age": 48, - "address": { - "state": "West Virginia", - "city": "Ventress" - } - }, - { - "id": 1416, - "name": "Faith Fuentes", - "gender": "female", - "age": 72, - "address": { - "state": "New Hampshire", - "city": "Waterview" - } - }, - { - "id": 1417, - "name": "Walker Leach", - "gender": "male", - "age": 37, - "address": { - "state": "Louisiana", - "city": "Madrid" - } - }, - { - "id": 1418, - "name": "Allen Nicholson", - "gender": "male", - "age": 19, - "address": { - "state": "Missouri", - "city": "Zortman" - } - }, - { - "id": 1419, - "name": "Belinda Nguyen", - "gender": "female", - "age": 66, - "address": { - "state": "Pennsylvania", - "city": "Fingerville" - } - }, - { - "id": 1420, - "name": "Koch Lott", - "gender": "male", - "age": 73, - "address": { - "state": "Kansas", - "city": "Cetronia" - } - }, - { - "id": 1421, - "name": "Rosetta Chapman", - "gender": "female", - "age": 25, - "address": { - "state": "Florida", - "city": "Saddlebrooke" - } - }, - { - "id": 1422, - "name": "Maude Ayala", - "gender": "female", - "age": 64, - "address": { - "state": "Idaho", - "city": "Goochland" - } - }, - { - "id": 1423, - "name": "Josefa Holcomb", - "gender": "female", - "age": 46, - "address": { - "state": "Vermont", - "city": "Bloomington" - } - }, - { - "id": 1424, - "name": "Angie Carson", - "gender": "female", - "age": 70, - "address": { - "state": "Mississippi", - "city": "Lafferty" - } - }, - { - "id": 1425, - "name": "Ruthie Conner", - "gender": "female", - "age": 24, - "address": { - "state": "Iowa", - "city": "Maury" - } - }, - { - "id": 1426, - "name": "Annie Castro", - "gender": "female", - "age": 18, - "address": { - "state": "New Jersey", - "city": "Conway" - } - }, - { - "id": 1427, - "name": "Gibbs Sandoval", - "gender": "male", - "age": 67, - "address": { - "state": "Utah", - "city": "Ivanhoe" - } - }, - { - "id": 1428, - "name": "Carolyn Shelton", - "gender": "female", - "age": 56, - "address": { - "state": "Hawaii", - "city": "Makena" - } - }, - { - "id": 1429, - "name": "Helena Reed", - "gender": "female", - "age": 20, - "address": { - "state": "Wyoming", - "city": "Elrama" - } - }, - { - "id": 1430, - "name": "Melinda Guthrie", - "gender": "female", - "age": 76, - "address": { - "state": "Kansas", - "city": "Guthrie" - } - }, - { - "id": 1431, - "name": "Short Dickson", - "gender": "male", - "age": 58, - "address": { - "state": "Nevada", - "city": "Fostoria" - } - }, - { - "id": 1432, - "name": "Montoya Parsons", - "gender": "male", - "age": 51, - "address": { - "state": "Connecticut", - "city": "Ahwahnee" - } - }, - { - "id": 1433, - "name": "Stefanie Mcdonald", - "gender": "female", - "age": 66, - "address": { - "state": "Illinois", - "city": "Westphalia" - } - }, - { - "id": 1434, - "name": "Heidi Craft", - "gender": "female", - "age": 28, - "address": { - "state": "Oklahoma", - "city": "Chalfant" - } - }, - { - "id": 1435, - "name": "Munoz Pitts", - "gender": "male", - "age": 68, - "address": { - "state": "South Carolina", - "city": "Lithium" - } - }, - { - "id": 1436, - "name": "Bauer Caldwell", - "gender": "male", - "age": 61, - "address": { - "state": "Delaware", - "city": "Yettem" - } - }, - { - "id": 1437, - "name": "Griffin Douglas", - "gender": "male", - "age": 23, - "address": { - "state": "Michigan", - "city": "Chloride" - } - }, - { - "id": 1438, - "name": "Marsha Estrada", - "gender": "female", - "age": 71, - "address": { - "state": "Louisiana", - "city": "Norvelt" - } - }, - { - "id": 1439, - "name": "Rene Hammond", - "gender": "female", - "age": 42, - "address": { - "state": "California", - "city": "Celeryville" - } - }, - { - "id": 1440, - "name": "Buck Berg", - "gender": "male", - "age": 31, - "address": { - "state": "Washington", - "city": "Dixonville" - } - }, - { - "id": 1441, - "name": "Tucker Mcfarland", - "gender": "male", - "age": 70, - "address": { - "state": "Arizona", - "city": "Belfair" - } - }, - { - "id": 1442, - "name": "Morton Mcintyre", - "gender": "male", - "age": 53, - "address": { - "state": "Alaska", - "city": "Dupuyer" - } - }, - { - "id": 1443, - "name": "Robbins Woods", - "gender": "male", - "age": 39, - "address": { - "state": "Ohio", - "city": "Hailesboro" - } - }, - { - "id": 1444, - "name": "Ivy Blevins", - "gender": "female", - "age": 73, - "address": { - "state": "Montana", - "city": "Chelsea" - } - }, - { - "id": 1445, - "name": "Stone Colon", - "gender": "male", - "age": 68, - "address": { - "state": "Alabama", - "city": "Campo" - } - }, - { - "id": 1446, - "name": "Tamika Hensley", - "gender": "female", - "age": 22, - "address": { - "state": "Missouri", - "city": "Idamay" - } - }, - { - "id": 1447, - "name": "Ortega Roy", - "gender": "male", - "age": 74, - "address": { - "state": "Tennessee", - "city": "Winesburg" - } - }, - { - "id": 1448, - "name": "Norton Ferrell", - "gender": "male", - "age": 80, - "address": { - "state": "Pennsylvania", - "city": "Sunbury" - } - }, - { - "id": 1449, - "name": "Sellers Hewitt", - "gender": "male", - "age": 62, - "address": { - "state": "New Mexico", - "city": "Bowmansville" - } - }, - { - "id": 1450, - "name": "Hayes Kennedy", - "gender": "male", - "age": 21, - "address": { - "state": "Rhode Island", - "city": "Weedville" - } - }, - { - "id": 1451, - "name": "Lopez Ortega", - "gender": "male", - "age": 33, - "address": { - "state": "South Dakota", - "city": "Collins" - } - }, - { - "id": 1452, - "name": "Sexton Everett", - "gender": "male", - "age": 40, - "address": { - "state": "Maine", - "city": "Elizaville" - } - }, - { - "id": 1453, - "name": "Marie Watts", - "gender": "female", - "age": 81, - "address": { - "state": "Georgia", - "city": "Kiskimere" - } - }, - { - "id": 1454, - "name": "Melva Whitley", - "gender": "female", - "age": 75, - "address": { - "state": "Minnesota", - "city": "Aberdeen" - } - }, - { - "id": 1455, - "name": "Rosella Peck", - "gender": "female", - "age": 43, - "address": { - "state": "Indiana", - "city": "Dowling" - } - }, - { - "id": 1456, - "name": "Brigitte Mcbride", - "gender": "female", - "age": 69, - "address": { - "state": "Arkansas", - "city": "Avoca" - } - }, - { - "id": 1457, - "name": "Collier Patton", - "gender": "male", - "age": 52, - "address": { - "state": "Kentucky", - "city": "Dixie" - } - }, - { - "id": 1458, - "name": "Janna Decker", - "gender": "female", - "age": 23, - "address": { - "state": "Wisconsin", - "city": "Kenvil" - } - }, - { - "id": 1459, - "name": "Billie Kramer", - "gender": "female", - "age": 26, - "address": { - "state": "North Dakota", - "city": "Vallonia" - } - }, - { - "id": 1460, - "name": "Dorothea Spence", - "gender": "female", - "age": 45, - "address": { - "state": "West Virginia", - "city": "Deercroft" - } - }, - { - "id": 1461, - "name": "Robertson Mercado", - "gender": "male", - "age": 50, - "address": { - "state": "Maryland", - "city": "Toftrees" - } - }, - { - "id": 1462, - "name": "Bethany Merritt", - "gender": "female", - "age": 37, - "address": { - "state": "Colorado", - "city": "Elliott" - } - }, - { - "id": 1463, - "name": "Cathy Sampson", - "gender": "female", - "age": 40, - "address": { - "state": "Nebraska", - "city": "Nescatunga" - } - }, - { - "id": 1464, - "name": "Trisha Adkins", - "gender": "female", - "age": 41, - "address": { - "state": "Texas", - "city": "Grenelefe" - } - }, - { - "id": 1465, - "name": "Sophia Navarro", - "gender": "female", - "age": 42, - "address": { - "state": "Oregon", - "city": "Ada" - } - }, - { - "id": 1466, - "name": "Franks Austin", - "gender": "male", - "age": 60, - "address": { - "state": "North Carolina", - "city": "Waterford" - } - }, - { - "id": 1467, - "name": "Johanna Thompson", - "gender": "female", - "age": 68, - "address": { - "state": "Massachusetts", - "city": "Richford" - } - }, - { - "id": 1468, - "name": "Hendricks Nicholson", - "gender": "male", - "age": 48, - "address": { - "state": "New York", - "city": "Templeton" - } - }, - { - "id": 1469, - "name": "Chrystal Cruz", - "gender": "female", - "age": 62, - "address": { - "state": "New Hampshire", - "city": "Eureka" - } - }, - { - "id": 1470, - "name": "Clarissa Snider", - "gender": "female", - "age": 54, - "address": { - "state": "Oregon", - "city": "Seymour" - } - }, - { - "id": 1471, - "name": "Warren Waller", - "gender": "male", - "age": 71, - "address": { - "state": "Kansas", - "city": "Bartley" - } - }, - { - "id": 1472, - "name": "Milagros Parrish", - "gender": "female", - "age": 77, - "address": { - "state": "Utah", - "city": "Crawfordsville" - } - }, - { - "id": 1473, - "name": "Madden Holmes", - "gender": "male", - "age": 39, - "address": { - "state": "West Virginia", - "city": "Brookfield" - } - }, - { - "id": 1474, - "name": "Elsie Armstrong", - "gender": "female", - "age": 58, - "address": { - "state": "Maryland", - "city": "Turah" - } - }, - { - "id": 1475, - "name": "Rowland Hyde", - "gender": "male", - "age": 40, - "address": { - "state": "Missouri", - "city": "Coral" - } - }, - { - "id": 1476, - "name": "Solis Cummings", - "gender": "male", - "age": 64, - "address": { - "state": "Arkansas", - "city": "Lemoyne" - } - }, - { - "id": 1477, - "name": "Mindy Steele", - "gender": "female", - "age": 79, - "address": { - "state": "Wisconsin", - "city": "Deputy" - } - }, - { - "id": 1478, - "name": "Emerson Valentine", - "gender": "male", - "age": 73, - "address": { - "state": "Colorado", - "city": "Rodanthe" - } - }, - { - "id": 1479, - "name": "Wallace Roman", - "gender": "male", - "age": 75, - "address": { - "state": "Texas", - "city": "Crisman" - } - }, - { - "id": 1480, - "name": "Carey Hopkins", - "gender": "male", - "age": 17, - "address": { - "state": "Nebraska", - "city": "Genoa" - } - }, - { - "id": 1481, - "name": "Boyer Russell", - "gender": "male", - "age": 33, - "address": { - "state": "Massachusetts", - "city": "Bartonsville" - } - }, - { - "id": 1482, - "name": "Cooke Mckay", - "gender": "male", - "age": 54, - "address": { - "state": "North Dakota", - "city": "Kenvil" - } - }, - { - "id": 1483, - "name": "Janis Stanton", - "gender": "female", - "age": 64, - "address": { - "state": "Oklahoma", - "city": "Walker" - } - }, - { - "id": 1484, - "name": "Bobbie Mayer", - "gender": "female", - "age": 49, - "address": { - "state": "Iowa", - "city": "Joppa" - } - }, - { - "id": 1485, - "name": "April Lawrence", - "gender": "female", - "age": 71, - "address": { - "state": "Illinois", - "city": "Dubois" - } - }, - { - "id": 1486, - "name": "Dionne Day", - "gender": "female", - "age": 53, - "address": { - "state": "Georgia", - "city": "Riegelwood" - } - }, - { - "id": 1487, - "name": "Roman Hayden", - "gender": "male", - "age": 81, - "address": { - "state": "Hawaii", - "city": "Datil" - } - }, - { - "id": 1488, - "name": "Yvonne Casey", - "gender": "female", - "age": 40, - "address": { - "state": "New Jersey", - "city": "Dowling" - } - }, - { - "id": 1489, - "name": "Graciela Kerr", - "gender": "female", - "age": 27, - "address": { - "state": "Washington", - "city": "Rutherford" - } - }, - { - "id": 1490, - "name": "Margie Everett", - "gender": "female", - "age": 39, - "address": { - "state": "Montana", - "city": "Tetherow" - } - }, - { - "id": 1491, - "name": "Ramirez Williams", - "gender": "male", - "age": 51, - "address": { - "state": "New Hampshire", - "city": "Ironton" - } - }, - { - "id": 1492, - "name": "Jordan Blanchard", - "gender": "male", - "age": 81, - "address": { - "state": "Rhode Island", - "city": "Gasquet" - } - }, - { - "id": 1493, - "name": "Sanchez Rosa", - "gender": "male", - "age": 56, - "address": { - "state": "Michigan", - "city": "Fidelis" - } - }, - { - "id": 1494, - "name": "Bridges Jordan", - "gender": "male", - "age": 32, - "address": { - "state": "Alaska", - "city": "Elbert" - } - }, - { - "id": 1495, - "name": "Kari Martinez", - "gender": "female", - "age": 21, - "address": { - "state": "Ohio", - "city": "Grahamtown" - } - }, - { - "id": 1496, - "name": "Fran Wynn", - "gender": "female", - "age": 52, - "address": { - "state": "Louisiana", - "city": "Machias" - } - }, - { - "id": 1497, - "name": "Evans Nicholson", - "gender": "male", - "age": 26, - "address": { - "state": "Mississippi", - "city": "Windsor" - } - }, - { - "id": 1498, - "name": "Mabel Gardner", - "gender": "female", - "age": 58, - "address": { - "state": "Wyoming", - "city": "Golconda" - } - }, - { - "id": 1499, - "name": "Sheppard Delacruz", - "gender": "male", - "age": 41, - "address": { - "state": "Alabama", - "city": "Topanga" - } - }, - { - "id": 1500, - "name": "Chavez Warren", - "gender": "male", - "age": 59, - "address": { - "state": "Idaho", - "city": "Nadine" - } - }, - { - "id": 1501, - "name": "Cummings Witt", - "gender": "male", - "age": 18, - "address": { - "state": "New York", - "city": "Durham" - } - }, - { - "id": 1502, - "name": "Odom Oneil", - "gender": "male", - "age": 70, - "address": { - "state": "Florida", - "city": "Driftwood" - } - }, - { - "id": 1503, - "name": "Robertson Moon", - "gender": "male", - "age": 40, - "address": { - "state": "Connecticut", - "city": "Bangor" - } - }, - { - "id": 1504, - "name": "Townsend Foster", - "gender": "male", - "age": 65, - "address": { - "state": "Delaware", - "city": "Urie" - } - }, - { - "id": 1505, - "name": "Bender Adams", - "gender": "male", - "age": 61, - "address": { - "state": "Vermont", - "city": "Valmy" - } - }, - { - "id": 1506, - "name": "Sonia Ingram", - "gender": "female", - "age": 77, - "address": { - "state": "Nevada", - "city": "Forestburg" - } - }, - { - "id": 1507, - "name": "Mccall Woodward", - "gender": "male", - "age": 38, - "address": { - "state": "California", - "city": "Marion" - } - }, - { - "id": 1508, - "name": "Bridgett Lynn", - "gender": "female", - "age": 28, - "address": { - "state": "Arizona", - "city": "Churchill" - } - }, - { - "id": 1509, - "name": "Arnold Gamble", - "gender": "male", - "age": 61, - "address": { - "state": "Indiana", - "city": "Hampstead" - } - }, - { - "id": 1510, - "name": "Maddox Frost", - "gender": "male", - "age": 31, - "address": { - "state": "North Carolina", - "city": "Hilltop" - } - }, - { - "id": 1511, - "name": "Loraine Diaz", - "gender": "female", - "age": 44, - "address": { - "state": "Minnesota", - "city": "Ronco" - } - }, - { - "id": 1512, - "name": "Bernice Alexander", - "gender": "female", - "age": 79, - "address": { - "state": "Kentucky", - "city": "Valle" - } - }, - { - "id": 1513, - "name": "Atkins Frank", - "gender": "male", - "age": 57, - "address": { - "state": "Maine", - "city": "Twilight" - } - }, - { - "id": 1514, - "name": "Lorie Olson", - "gender": "female", - "age": 38, - "address": { - "state": "Virginia", - "city": "Broadlands" - } - }, - { - "id": 1515, - "name": "Ewing Myers", - "gender": "male", - "age": 24, - "address": { - "state": "Tennessee", - "city": "Gerber" - } - }, - { - "id": 1516, - "name": "Chaney Perkins", - "gender": "male", - "age": 78, - "address": { - "state": "Pennsylvania", - "city": "Cartwright" - } - }, - { - "id": 1517, - "name": "Nita Franco", - "gender": "female", - "age": 54, - "address": { - "state": "New Mexico", - "city": "Bascom" - } - }, - { - "id": 1518, - "name": "Doyle Golden", - "gender": "male", - "age": 52, - "address": { - "state": "South Dakota", - "city": "Bellamy" - } - }, - { - "id": 1519, - "name": "Vonda Boone", - "gender": "female", - "age": 49, - "address": { - "state": "Washington", - "city": "Wyano" - } - }, - { - "id": 1520, - "name": "Gena Solomon", - "gender": "female", - "age": 61, - "address": { - "state": "Oklahoma", - "city": "Wakulla" - } - }, - { - "id": 1521, - "name": "Colon Bruce", - "gender": "male", - "age": 78, - "address": { - "state": "Michigan", - "city": "Oneida" - } - }, - { - "id": 1522, - "name": "Boyd Sampson", - "gender": "male", - "age": 25, - "address": { - "state": "Wisconsin", - "city": "Brewster" - } - }, - { - "id": 1523, - "name": "Mckee Potter", - "gender": "male", - "age": 70, - "address": { - "state": "Minnesota", - "city": "Barronett" - } - }, - { - "id": 1524, - "name": "Hoover Weeks", - "gender": "male", - "age": 30, - "address": { - "state": "South Dakota", - "city": "Belmont" - } - }, - { - "id": 1525, - "name": "Brennan Christensen", - "gender": "male", - "age": 45, - "address": { - "state": "Tennessee", - "city": "Fairmount" - } - }, - { - "id": 1526, - "name": "Corina Hurley", - "gender": "female", - "age": 68, - "address": { - "state": "North Dakota", - "city": "Belva" - } - }, - { - "id": 1527, - "name": "Lucia Yang", - "gender": "female", - "age": 20, - "address": { - "state": "South Carolina", - "city": "Ernstville" - } - }, - { - "id": 1528, - "name": "Angie Young", - "gender": "female", - "age": 44, - "address": { - "state": "Kansas", - "city": "Columbus" - } - }, - { - "id": 1529, - "name": "Loretta Frye", - "gender": "female", - "age": 44, - "address": { - "state": "Arizona", - "city": "Camptown" - } - }, - { - "id": 1530, - "name": "Mildred Browning", - "gender": "female", - "age": 44, - "address": { - "state": "Alaska", - "city": "Murillo" - } - }, - { - "id": 1531, - "name": "Riddle Lynch", - "gender": "male", - "age": 43, - "address": { - "state": "Illinois", - "city": "Flintville" - } - }, - { - "id": 1532, - "name": "Cohen Mercer", - "gender": "male", - "age": 35, - "address": { - "state": "Wyoming", - "city": "Chemung" - } - }, - { - "id": 1533, - "name": "Bernice Wolfe", - "gender": "female", - "age": 75, - "address": { - "state": "Iowa", - "city": "Bison" - } - }, - { - "id": 1534, - "name": "Cobb Sheppard", - "gender": "male", - "age": 43, - "address": { - "state": "Texas", - "city": "Cartwright" - } - }, - { - "id": 1535, - "name": "Rosalie Hines", - "gender": "female", - "age": 79, - "address": { - "state": "New Hampshire", - "city": "Rivers" - } - }, - { - "id": 1536, - "name": "Norma Copeland", - "gender": "female", - "age": 28, - "address": { - "state": "New York", - "city": "Babb" - } - }, - { - "id": 1537, - "name": "Roslyn Quinn", - "gender": "female", - "age": 47, - "address": { - "state": "Virginia", - "city": "Devon" - } - }, - { - "id": 1538, - "name": "Ramirez Jacobs", - "gender": "male", - "age": 42, - "address": { - "state": "Ohio", - "city": "Roderfield" - } - }, - { - "id": 1539, - "name": "Yvonne Lara", - "gender": "female", - "age": 76, - "address": { - "state": "Florida", - "city": "Springhill" - } - }, - { - "id": 1540, - "name": "Carey Carr", - "gender": "male", - "age": 80, - "address": { - "state": "Montana", - "city": "Calpine" - } - }, - { - "id": 1541, - "name": "Nona Leblanc", - "gender": "female", - "age": 23, - "address": { - "state": "Pennsylvania", - "city": "Leland" - } - }, - { - "id": 1542, - "name": "Neva Brennan", - "gender": "female", - "age": 31, - "address": { - "state": "Delaware", - "city": "Calverton" - } - }, - { - "id": 1543, - "name": "Brandy Schwartz", - "gender": "female", - "age": 48, - "address": { - "state": "North Carolina", - "city": "Sheatown" - } - }, - { - "id": 1544, - "name": "Amalia Stein", - "gender": "female", - "age": 40, - "address": { - "state": "Massachusetts", - "city": "Graniteville" - } - }, - { - "id": 1545, - "name": "Daniel Schroeder", - "gender": "male", - "age": 50, - "address": { - "state": "California", - "city": "Topanga" - } - }, - { - "id": 1546, - "name": "Torres Dickerson", - "gender": "male", - "age": 79, - "address": { - "state": "West Virginia", - "city": "Newcastle" - } - }, - { - "id": 1547, - "name": "Norris Park", - "gender": "male", - "age": 73, - "address": { - "state": "Vermont", - "city": "Villarreal" - } - }, - { - "id": 1548, - "name": "Julia Battle", - "gender": "female", - "age": 61, - "address": { - "state": "Mississippi", - "city": "Lorraine" - } - }, - { - "id": 1549, - "name": "Pat Diaz", - "gender": "female", - "age": 61, - "address": { - "state": "New Jersey", - "city": "Harrison" - } - }, - { - "id": 1550, - "name": "Rutledge Strickland", - "gender": "male", - "age": 42, - "address": { - "state": "New Mexico", - "city": "Concho" - } - }, - { - "id": 1551, - "name": "Tia Mckinney", - "gender": "female", - "age": 42, - "address": { - "state": "Nebraska", - "city": "Wilmington" - } - }, - { - "id": 1552, - "name": "Sherman Watson", - "gender": "male", - "age": 61, - "address": { - "state": "Louisiana", - "city": "Rehrersburg" - } - }, - { - "id": 1553, - "name": "Mcconnell Rutledge", - "gender": "male", - "age": 75, - "address": { - "state": "Kentucky", - "city": "Deseret" - } - }, - { - "id": 1554, - "name": "Jackie Pruitt", - "gender": "female", - "age": 46, - "address": { - "state": "Hawaii", - "city": "Sehili" - } - }, - { - "id": 1555, - "name": "Benjamin Hensley", - "gender": "male", - "age": 19, - "address": { - "state": "Alabama", - "city": "Finderne" - } - }, - { - "id": 1556, - "name": "Sharon Klein", - "gender": "female", - "age": 52, - "address": { - "state": "Maine", - "city": "Drytown" - } - }, - { - "id": 1557, - "name": "Hunt Moss", - "gender": "male", - "age": 67, - "address": { - "state": "Utah", - "city": "Rockbridge" - } - }, - { - "id": 1558, - "name": "Fuentes Morton", - "gender": "male", - "age": 75, - "address": { - "state": "Georgia", - "city": "Hollins" - } - }, - { - "id": 1559, - "name": "Vaughan Wilkinson", - "gender": "male", - "age": 52, - "address": { - "state": "Nevada", - "city": "Manila" - } - }, - { - "id": 1560, - "name": "Emily Leon", - "gender": "female", - "age": 42, - "address": { - "state": "Colorado", - "city": "Dellview" - } - }, - { - "id": 1561, - "name": "Gill Mccall", - "gender": "male", - "age": 56, - "address": { - "state": "Maryland", - "city": "Delco" - } - }, - { - "id": 1562, - "name": "Cathryn Mcintosh", - "gender": "female", - "age": 27, - "address": { - "state": "Connecticut", - "city": "Austinburg" - } - }, - { - "id": 1563, - "name": "Carson Pacheco", - "gender": "male", - "age": 69, - "address": { - "state": "Indiana", - "city": "Derwood" - } - }, - { - "id": 1564, - "name": "Harrison Roberts", - "gender": "male", - "age": 28, - "address": { - "state": "Rhode Island", - "city": "Rodman" - } - }, - { - "id": 1565, - "name": "Tamera Duke", - "gender": "female", - "age": 36, - "address": { - "state": "Arkansas", - "city": "Beason" - } - }, - { - "id": 1566, - "name": "Carlene Waters", - "gender": "female", - "age": 80, - "address": { - "state": "Oregon", - "city": "Wanship" - } - }, - { - "id": 1567, - "name": "Miranda Barnes", - "gender": "female", - "age": 63, - "address": { - "state": "Missouri", - "city": "Heil" - } - }, - { - "id": 1568, - "name": "Whitfield Matthews", - "gender": "male", - "age": 36, - "address": { - "state": "Arizona", - "city": "Sunbury" - } - }, - { - "id": 1569, - "name": "Hays Hendrix", - "gender": "male", - "age": 72, - "address": { - "state": "Kansas", - "city": "Chilton" - } - }, - { - "id": 1570, - "name": "Joy Fitzgerald", - "gender": "female", - "age": 48, - "address": { - "state": "Iowa", - "city": "Bloomington" - } - }, - { - "id": 1571, - "name": "Goff Vincent", - "gender": "male", - "age": 30, - "address": { - "state": "Nebraska", - "city": "Bluffview" - } - }, - { - "id": 1572, - "name": "Gordon Bryan", - "gender": "male", - "age": 59, - "address": { - "state": "Louisiana", - "city": "Alden" - } - }, - { - "id": 1573, - "name": "Hood Mccoy", - "gender": "male", - "age": 59, - "address": { - "state": "Rhode Island", - "city": "Seymour" - } - }, - { - "id": 1574, - "name": "Franklin Whitley", - "gender": "male", - "age": 73, - "address": { - "state": "Utah", - "city": "Eastvale" - } - }, - { - "id": 1575, - "name": "Alyson Kaufman", - "gender": "female", - "age": 43, - "address": { - "state": "North Dakota", - "city": "Farmington" - } - }, - { - "id": 1576, - "name": "Summer Hughes", - "gender": "female", - "age": 82, - "address": { - "state": "Colorado", - "city": "Ezel" - } - }, - { - "id": 1577, - "name": "Allison Page", - "gender": "male", - "age": 79, - "address": { - "state": "Ohio", - "city": "Templeton" - } - }, - { - "id": 1578, - "name": "Latisha Ortiz", - "gender": "female", - "age": 29, - "address": { - "state": "Wisconsin", - "city": "Levant" - } - }, - { - "id": 1579, - "name": "Frank Ferrell", - "gender": "male", - "age": 66, - "address": { - "state": "Vermont", - "city": "Cotopaxi" - } - }, - { - "id": 1580, - "name": "Beck Knapp", - "gender": "male", - "age": 64, - "address": { - "state": "Delaware", - "city": "Brogan" - } - }, - { - "id": 1581, - "name": "Kenya Callahan", - "gender": "female", - "age": 75, - "address": { - "state": "New Hampshire", - "city": "Glenshaw" - } - }, - { - "id": 1582, - "name": "Marian Herman", - "gender": "female", - "age": 64, - "address": { - "state": "Maryland", - "city": "Wells" - } - }, - { - "id": 1583, - "name": "Olson Neal", - "gender": "male", - "age": 47, - "address": { - "state": "Oklahoma", - "city": "Iberia" - } - }, - { - "id": 1584, - "name": "Macias Hyde", - "gender": "male", - "age": 29, - "address": { - "state": "Oregon", - "city": "Omar" - } - }, - { - "id": 1585, - "name": "Jessie Arnold", - "gender": "female", - "age": 26, - "address": { - "state": "Texas", - "city": "Freeburn" - } - }, - { - "id": 1586, - "name": "Rasmussen Perry", - "gender": "male", - "age": 77, - "address": { - "state": "New Mexico", - "city": "Hegins" - } - }, - { - "id": 1587, - "name": "Alma Eaton", - "gender": "female", - "age": 36, - "address": { - "state": "Minnesota", - "city": "Healy" - } - }, - { - "id": 1588, - "name": "Leigh Townsend", - "gender": "female", - "age": 42, - "address": { - "state": "Idaho", - "city": "Crown" - } - }, - { - "id": 1589, - "name": "Francisca Cabrera", - "gender": "female", - "age": 64, - "address": { - "state": "Connecticut", - "city": "Bascom" - } - }, - { - "id": 1590, - "name": "Maritza Frost", - "gender": "female", - "age": 54, - "address": { - "state": "Florida", - "city": "Utting" - } - }, - { - "id": 1591, - "name": "Curry Terrell", - "gender": "male", - "age": 26, - "address": { - "state": "Georgia", - "city": "Deltaville" - } - }, - { - "id": 1592, - "name": "Sweet Sheppard", - "gender": "male", - "age": 37, - "address": { - "state": "Nevada", - "city": "Manitou" - } - }, - { - "id": 1593, - "name": "Alberta Bates", - "gender": "female", - "age": 73, - "address": { - "state": "Indiana", - "city": "Kula" - } - }, - { - "id": 1594, - "name": "Nona Mcknight", - "gender": "female", - "age": 71, - "address": { - "state": "California", - "city": "Camino" - } - }, - { - "id": 1595, - "name": "Adams Reid", - "gender": "male", - "age": 80, - "address": { - "state": "Pennsylvania", - "city": "Masthope" - } - }, - { - "id": 1596, - "name": "Sheree Velez", - "gender": "female", - "age": 50, - "address": { - "state": "West Virginia", - "city": "Day" - } - }, - { - "id": 1597, - "name": "Gonzalez Oneal", - "gender": "male", - "age": 38, - "address": { - "state": "South Dakota", - "city": "Calverton" - } - }, - { - "id": 1598, - "name": "Hardin Nelson", - "gender": "male", - "age": 22, - "address": { - "state": "Washington", - "city": "Wilsonia" - } - }, - { - "id": 1599, - "name": "Bradshaw Collier", - "gender": "male", - "age": 31, - "address": { - "state": "Mississippi", - "city": "Brownsville" - } - }, - { - "id": 1600, - "name": "Ella Spears", - "gender": "female", - "age": 78, - "address": { - "state": "Illinois", - "city": "Holcombe" - } - }, - { - "id": 1601, - "name": "Diann Sullivan", - "gender": "female", - "age": 30, - "address": { - "state": "Alaska", - "city": "Coleville" - } - }, - { - "id": 1602, - "name": "Galloway Blankenship", - "gender": "male", - "age": 82, - "address": { - "state": "New Jersey", - "city": "Graball" - } - }, - { - "id": 1603, - "name": "Pugh Day", - "gender": "male", - "age": 43, - "address": { - "state": "Arkansas", - "city": "Fedora" - } - }, - { - "id": 1604, - "name": "Donaldson Mcguire", - "gender": "male", - "age": 67, - "address": { - "state": "North Carolina", - "city": "Greensburg" - } - }, - { - "id": 1605, - "name": "Aurelia Conway", - "gender": "female", - "age": 42, - "address": { - "state": "Michigan", - "city": "Sterling" - } - }, - { - "id": 1606, - "name": "Lottie Hancock", - "gender": "female", - "age": 52, - "address": { - "state": "Tennessee", - "city": "Sanborn" - } - }, - { - "id": 1607, - "name": "Patsy Schroeder", - "gender": "female", - "age": 48, - "address": { - "state": "Alabama", - "city": "Courtland" - } - }, - { - "id": 1608, - "name": "Robbins Kirkland", - "gender": "male", - "age": 19, - "address": { - "state": "New York", - "city": "Lowgap" - } - }, - { - "id": 1609, - "name": "Pamela Romero", - "gender": "female", - "age": 47, - "address": { - "state": "Hawaii", - "city": "Volta" - } - }, - { - "id": 1610, - "name": "Reilly Vinson", - "gender": "male", - "age": 30, - "address": { - "state": "Montana", - "city": "Carlos" - } - }, - { - "id": 1611, - "name": "Hooper Atkinson", - "gender": "male", - "age": 52, - "address": { - "state": "Wyoming", - "city": "Sabillasville" - } - }, - { - "id": 1612, - "name": "Carissa Waters", - "gender": "female", - "age": 78, - "address": { - "state": "South Carolina", - "city": "Neibert" - } - }, - { - "id": 1613, - "name": "Fry Schultz", - "gender": "male", - "age": 40, - "address": { - "state": "Kentucky", - "city": "Taycheedah" - } - }, - { - "id": 1614, - "name": "Guthrie Humphrey", - "gender": "male", - "age": 31, - "address": { - "state": "Missouri", - "city": "Vandiver" - } - }, - { - "id": 1615, - "name": "Higgins Shelton", - "gender": "male", - "age": 47, - "address": { - "state": "Maine", - "city": "Movico" - } - }, - { - "id": 1616, - "name": "Hattie Chan", - "gender": "female", - "age": 75, - "address": { - "state": "Virginia", - "city": "Belfair" - } - }, - { - "id": 1617, - "name": "Katrina Harrington", - "gender": "female", - "age": 68, - "address": { - "state": "Tennessee", - "city": "Kieler" - } - }, - { - "id": 1618, - "name": "Ratliff Valentine", - "gender": "male", - "age": 47, - "address": { - "state": "Oregon", - "city": "Beaverdale" - } - }, - { - "id": 1619, - "name": "Myrtle Carrillo", - "gender": "female", - "age": 53, - "address": { - "state": "California", - "city": "Watchtower" - } - }, - { - "id": 1620, - "name": "Carla Riddle", - "gender": "female", - "age": 77, - "address": { - "state": "Kansas", - "city": "Clarksburg" - } - }, - { - "id": 1621, - "name": "Obrien Mcclure", - "gender": "male", - "age": 77, - "address": { - "state": "Louisiana", - "city": "Lumberton" - } - }, - { - "id": 1622, - "name": "Bradford Lambert", - "gender": "male", - "age": 17, - "address": { - "state": "Montana", - "city": "Waverly" - } - }, - { - "id": 1623, - "name": "Walls Orr", - "gender": "male", - "age": 64, - "address": { - "state": "Wisconsin", - "city": "Greensburg" - } - }, - { - "id": 1624, - "name": "Oconnor Donovan", - "gender": "male", - "age": 32, - "address": { - "state": "Illinois", - "city": "Chaparrito" - } - }, - { - "id": 1625, - "name": "Glenda West", - "gender": "female", - "age": 44, - "address": { - "state": "South Carolina", - "city": "Datil" - } - }, - { - "id": 1626, - "name": "Finley Clark", - "gender": "male", - "age": 75, - "address": { - "state": "Iowa", - "city": "Leyner" - } - }, - { - "id": 1627, - "name": "Macias Henderson", - "gender": "male", - "age": 50, - "address": { - "state": "New Hampshire", - "city": "Bellamy" - } - }, - { - "id": 1628, - "name": "Soto Garrison", - "gender": "male", - "age": 54, - "address": { - "state": "Mississippi", - "city": "Roeville" - } - }, - { - "id": 1629, - "name": "Mary Sellers", - "gender": "female", - "age": 77, - "address": { - "state": "Kentucky", - "city": "Woodburn" - } - }, - { - "id": 1630, - "name": "Jeanette Payne", - "gender": "female", - "age": 68, - "address": { - "state": "New York", - "city": "Caberfae" - } - }, - { - "id": 1631, - "name": "Aline Dawson", - "gender": "female", - "age": 33, - "address": { - "state": "West Virginia", - "city": "Rosburg" - } - }, - { - "id": 1632, - "name": "Osborn Crawford", - "gender": "male", - "age": 39, - "address": { - "state": "Nevada", - "city": "Rockingham" - } - }, - { - "id": 1633, - "name": "Jeannette Peters", - "gender": "female", - "age": 30, - "address": { - "state": "North Carolina", - "city": "Nettie" - } - }, - { - "id": 1634, - "name": "Christie Neal", - "gender": "female", - "age": 81, - "address": { - "state": "Washington", - "city": "Ilchester" - } - }, - { - "id": 1635, - "name": "Tisha Wyatt", - "gender": "female", - "age": 17, - "address": { - "state": "Indiana", - "city": "Loma" - } - }, - { - "id": 1636, - "name": "Mia Velasquez", - "gender": "female", - "age": 30, - "address": { - "state": "Connecticut", - "city": "Grayhawk" - } - }, - { - "id": 1637, - "name": "Snider Pickett", - "gender": "male", - "age": 50, - "address": { - "state": "Arkansas", - "city": "Coral" - } - }, - { - "id": 1638, - "name": "Luna Nelson", - "gender": "male", - "age": 73, - "address": { - "state": "Virginia", - "city": "Valle" - } - }, - { - "id": 1639, - "name": "Marisol Jensen", - "gender": "female", - "age": 17, - "address": { - "state": "Nebraska", - "city": "Westerville" - } - }, - { - "id": 1640, - "name": "Bolton Porter", - "gender": "male", - "age": 36, - "address": { - "state": "New Jersey", - "city": "Eden" - } - }, - { - "id": 1641, - "name": "White Lindsey", - "gender": "male", - "age": 28, - "address": { - "state": "Alabama", - "city": "Stockwell" - } - }, - { - "id": 1642, - "name": "Erika Hoffman", - "gender": "female", - "age": 42, - "address": { - "state": "Massachusetts", - "city": "Brule" - } - }, - { - "id": 1643, - "name": "Schwartz Logan", - "gender": "male", - "age": 75, - "address": { - "state": "Florida", - "city": "Faxon" - } - }, - { - "id": 1644, - "name": "Trudy Schneider", - "gender": "female", - "age": 61, - "address": { - "state": "Colorado", - "city": "Golconda" - } - }, - { - "id": 1645, - "name": "Glenn Spears", - "gender": "male", - "age": 51, - "address": { - "state": "Wyoming", - "city": "Fannett" - } - }, - { - "id": 1646, - "name": "Valarie Gregory", - "gender": "female", - "age": 24, - "address": { - "state": "South Dakota", - "city": "Oasis" - } - }, - { - "id": 1647, - "name": "Marsh Mcdaniel", - "gender": "male", - "age": 66, - "address": { - "state": "Idaho", - "city": "Jacumba" - } - }, - { - "id": 1648, - "name": "Hilda Mcdowell", - "gender": "female", - "age": 68, - "address": { - "state": "Oklahoma", - "city": "Ellerslie" - } - }, - { - "id": 1649, - "name": "Hanson Jefferson", - "gender": "male", - "age": 49, - "address": { - "state": "Minnesota", - "city": "Temperanceville" - } - }, - { - "id": 1650, - "name": "Sarah Thompson", - "gender": "female", - "age": 48, - "address": { - "state": "Ohio", - "city": "Delco" - } - }, - { - "id": 1651, - "name": "Harriett Griffith", - "gender": "female", - "age": 64, - "address": { - "state": "Pennsylvania", - "city": "Herald" - } - }, - { - "id": 1652, - "name": "Emily Knowles", - "gender": "female", - "age": 75, - "address": { - "state": "Hawaii", - "city": "Nord" - } - }, - { - "id": 1653, - "name": "Esmeralda Case", - "gender": "female", - "age": 78, - "address": { - "state": "Rhode Island", - "city": "Allensworth" - } - }, - { - "id": 1654, - "name": "Bailey Tate", - "gender": "male", - "age": 30, - "address": { - "state": "Vermont", - "city": "Kilbourne" - } - }, - { - "id": 1655, - "name": "Russo Kent", - "gender": "male", - "age": 78, - "address": { - "state": "Alaska", - "city": "Oretta" - } - }, - { - "id": 1656, - "name": "Goodwin Sullivan", - "gender": "male", - "age": 41, - "address": { - "state": "Maine", - "city": "Bath" - } - }, - { - "id": 1657, - "name": "Cox Chen", - "gender": "male", - "age": 64, - "address": { - "state": "Maryland", - "city": "Byrnedale" - } - }, - { - "id": 1658, - "name": "Levine Alston", - "gender": "male", - "age": 39, - "address": { - "state": "Georgia", - "city": "Soham" - } - }, - { - "id": 1659, - "name": "Dale Monroe", - "gender": "male", - "age": 44, - "address": { - "state": "Missouri", - "city": "Murillo" - } - }, - { - "id": 1660, - "name": "Kellie Mcpherson", - "gender": "female", - "age": 65, - "address": { - "state": "Michigan", - "city": "Century" - } - }, - { - "id": 1661, - "name": "Mckay Hays", - "gender": "male", - "age": 80, - "address": { - "state": "Delaware", - "city": "Lawrence" - } - }, - { - "id": 1662, - "name": "Hurley Thornton", - "gender": "male", - "age": 39, - "address": { - "state": "Utah", - "city": "Foxworth" - } - }, - { - "id": 1663, - "name": "Wilcox Bowers", - "gender": "male", - "age": 74, - "address": { - "state": "Arizona", - "city": "Woodlands" - } - }, - { - "id": 1664, - "name": "Hodges Wade", - "gender": "male", - "age": 26, - "address": { - "state": "New Mexico", - "city": "Twilight" - } - }, - { - "id": 1665, - "name": "Wagner Butler", - "gender": "male", - "age": 19, - "address": { - "state": "Texas", - "city": "Dunlo" - } - }, - { - "id": 1666, - "name": "Curtis Reid", - "gender": "male", - "age": 77, - "address": { - "state": "Wisconsin", - "city": "Byrnedale" - } - }, - { - "id": 1667, - "name": "Rosa Patterson", - "gender": "female", - "age": 60, - "address": { - "state": "Alabama", - "city": "Sultana" - } - }, - { - "id": 1668, - "name": "Hughes Mclaughlin", - "gender": "male", - "age": 68, - "address": { - "state": "Delaware", - "city": "Westmoreland" - } - }, - { - "id": 1669, - "name": "Kirsten Pacheco", - "gender": "female", - "age": 39, - "address": { - "state": "New Hampshire", - "city": "Belleview" - } - }, - { - "id": 1670, - "name": "Vicky Ortiz", - "gender": "female", - "age": 54, - "address": { - "state": "Minnesota", - "city": "Mooresburg" - } - }, - { - "id": 1671, - "name": "Luna Collins", - "gender": "male", - "age": 34, - "address": { - "state": "Florida", - "city": "Sheatown" - } - }, - { - "id": 1672, - "name": "Donovan Gates", - "gender": "male", - "age": 40, - "address": { - "state": "Tennessee", - "city": "Gordon" - } - }, - { - "id": 1673, - "name": "Stella Park", - "gender": "female", - "age": 64, - "address": { - "state": "Louisiana", - "city": "Dale" - } - }, - { - "id": 1674, - "name": "Helena Wood", - "gender": "female", - "age": 51, - "address": { - "state": "Arkansas", - "city": "Lindcove" - } - }, - { - "id": 1675, - "name": "Valdez Douglas", - "gender": "male", - "age": 44, - "address": { - "state": "West Virginia", - "city": "Loveland" - } - }, - { - "id": 1676, - "name": "Greta Mullins", - "gender": "female", - "age": 67, - "address": { - "state": "Texas", - "city": "Neahkahnie" - } - }, - { - "id": 1677, - "name": "Weaver Rodgers", - "gender": "male", - "age": 77, - "address": { - "state": "Arizona", - "city": "Roland" - } - }, - { - "id": 1678, - "name": "Sharron Lloyd", - "gender": "female", - "age": 48, - "address": { - "state": "Connecticut", - "city": "Faywood" - } - }, - { - "id": 1679, - "name": "Barnett Moses", - "gender": "male", - "age": 27, - "address": { - "state": "South Dakota", - "city": "Wakulla" - } - }, - { - "id": 1680, - "name": "Britt Berry", - "gender": "male", - "age": 37, - "address": { - "state": "Michigan", - "city": "Harleigh" - } - }, - { - "id": 1681, - "name": "Jacquelyn Ellison", - "gender": "female", - "age": 78, - "address": { - "state": "Maine", - "city": "Clarksburg" - } - }, - { - "id": 1682, - "name": "Inez Ferrell", - "gender": "female", - "age": 21, - "address": { - "state": "Colorado", - "city": "Hollymead" - } - }, - { - "id": 1683, - "name": "Latoya Craig", - "gender": "female", - "age": 63, - "address": { - "state": "Utah", - "city": "Manchester" - } - }, - { - "id": 1684, - "name": "Shelley Reed", - "gender": "female", - "age": 38, - "address": { - "state": "Iowa", - "city": "Beaulieu" - } - }, - { - "id": 1685, - "name": "Landry Macias", - "gender": "male", - "age": 43, - "address": { - "state": "Alaska", - "city": "Stewart" - } - }, - { - "id": 1686, - "name": "Simpson Huff", - "gender": "male", - "age": 73, - "address": { - "state": "Vermont", - "city": "Tioga" - } - }, - { - "id": 1687, - "name": "Mooney Bray", - "gender": "male", - "age": 54, - "address": { - "state": "Idaho", - "city": "Blairstown" - } - }, - { - "id": 1688, - "name": "Hollie Chambers", - "gender": "female", - "age": 79, - "address": { - "state": "Mississippi", - "city": "Gardners" - } - }, - { - "id": 1689, - "name": "Alfreda Carr", - "gender": "female", - "age": 18, - "address": { - "state": "Oregon", - "city": "Berlin" - } - }, - { - "id": 1690, - "name": "Barker Robbins", - "gender": "male", - "age": 63, - "address": { - "state": "Nebraska", - "city": "Itmann" - } - }, - { - "id": 1691, - "name": "Valarie Kirby", - "gender": "female", - "age": 37, - "address": { - "state": "Pennsylvania", - "city": "Williston" - } - }, - { - "id": 1692, - "name": "Cooley Blackburn", - "gender": "male", - "age": 25, - "address": { - "state": "Virginia", - "city": "Wheaton" - } - }, - { - "id": 1693, - "name": "Miriam Ellis", - "gender": "female", - "age": 68, - "address": { - "state": "New Mexico", - "city": "Oasis" - } - }, - { - "id": 1694, - "name": "Hallie Page", - "gender": "female", - "age": 82, - "address": { - "state": "New Jersey", - "city": "Bangor" - } - }, - { - "id": 1695, - "name": "Becker Tyler", - "gender": "male", - "age": 34, - "address": { - "state": "Washington", - "city": "Waiohinu" - } - }, - { - "id": 1696, - "name": "Debbie Swanson", - "gender": "female", - "age": 48, - "address": { - "state": "Hawaii", - "city": "Robbins" - } - }, - { - "id": 1697, - "name": "Naomi Livingston", - "gender": "female", - "age": 33, - "address": { - "state": "Wyoming", - "city": "Bourg" - } - }, - { - "id": 1698, - "name": "Whitfield Franco", - "gender": "male", - "age": 59, - "address": { - "state": "Massachusetts", - "city": "Lloyd" - } - }, - { - "id": 1699, - "name": "Summers Caldwell", - "gender": "male", - "age": 79, - "address": { - "state": "Nevada", - "city": "Brecon" - } - }, - { - "id": 1700, - "name": "Ortiz Stuart", - "gender": "male", - "age": 82, - "address": { - "state": "Kentucky", - "city": "Saranap" - } - }, - { - "id": 1701, - "name": "Jewel Eaton", - "gender": "female", - "age": 54, - "address": { - "state": "Maryland", - "city": "Emerald" - } - }, - { - "id": 1702, - "name": "Thompson Holland", - "gender": "male", - "age": 69, - "address": { - "state": "North Carolina", - "city": "Lodoga" - } - }, - { - "id": 1703, - "name": "Carey Burt", - "gender": "male", - "age": 65, - "address": { - "state": "Georgia", - "city": "Iola" - } - }, - { - "id": 1704, - "name": "Pollard Kim", - "gender": "male", - "age": 54, - "address": { - "state": "Rhode Island", - "city": "Kieler" - } - }, - { - "id": 1705, - "name": "Monique Kane", - "gender": "female", - "age": 78, - "address": { - "state": "South Carolina", - "city": "Norwood" - } - }, - { - "id": 1706, - "name": "Mayra Velazquez", - "gender": "female", - "age": 40, - "address": { - "state": "Indiana", - "city": "Enlow" - } - }, - { - "id": 1707, - "name": "Craig Blanchard", - "gender": "male", - "age": 75, - "address": { - "state": "North Dakota", - "city": "Foscoe" - } - }, - { - "id": 1708, - "name": "Adeline Brown", - "gender": "female", - "age": 82, - "address": { - "state": "Montana", - "city": "Hailesboro" - } - }, - { - "id": 1709, - "name": "Gloria Barry", - "gender": "female", - "age": 66, - "address": { - "state": "Ohio", - "city": "Wildwood" - } - }, - { - "id": 1710, - "name": "West Rose", - "gender": "male", - "age": 25, - "address": { - "state": "Oklahoma", - "city": "Charco" - } - }, - { - "id": 1711, - "name": "Coffey Kent", - "gender": "male", - "age": 31, - "address": { - "state": "Kansas", - "city": "Leland" - } - }, - { - "id": 1712, - "name": "Deanna Black", - "gender": "female", - "age": 76, - "address": { - "state": "California", - "city": "Chumuckla" - } - }, - { - "id": 1713, - "name": "Baird Sanchez", - "gender": "male", - "age": 75, - "address": { - "state": "Missouri", - "city": "Ladera" - } - }, - { - "id": 1714, - "name": "Sheri Munoz", - "gender": "female", - "age": 45, - "address": { - "state": "New York", - "city": "Bedias" - } - }, - { - "id": 1715, - "name": "Knox Martinez", - "gender": "male", - "age": 60, - "address": { - "state": "South Carolina", - "city": "Lawrence" - } - }, - { - "id": 1716, - "name": "Ester Tran", - "gender": "female", - "age": 17, - "address": { - "state": "Indiana", - "city": "Belmont" - } - }, - { - "id": 1717, - "name": "Malinda Barker", - "gender": "female", - "age": 75, - "address": { - "state": "Georgia", - "city": "Falmouth" - } - }, - { - "id": 1718, - "name": "Meghan Kinney", - "gender": "female", - "age": 32, - "address": { - "state": "Virginia", - "city": "Coaldale" - } - }, - { - "id": 1719, - "name": "Sherry Carroll", - "gender": "female", - "age": 28, - "address": { - "state": "New Hampshire", - "city": "Hendersonville" - } - }, - { - "id": 1720, - "name": "Lane Patton", - "gender": "male", - "age": 79, - "address": { - "state": "South Dakota", - "city": "Wakarusa" - } - }, - { - "id": 1721, - "name": "Selena Bailey", - "gender": "female", - "age": 53, - "address": { - "state": "Tennessee", - "city": "Sattley" - } - }, - { - "id": 1722, - "name": "Francine Haney", - "gender": "female", - "age": 75, - "address": { - "state": "Delaware", - "city": "Hiko" - } - }, - { - "id": 1723, - "name": "Hoffman Bird", - "gender": "male", - "age": 34, - "address": { - "state": "Montana", - "city": "Brantleyville" - } - }, - { - "id": 1724, - "name": "Ochoa Page", - "gender": "male", - "age": 51, - "address": { - "state": "Idaho", - "city": "Eggertsville" - } - }, - { - "id": 1725, - "name": "Jeannette Washington", - "gender": "female", - "age": 56, - "address": { - "state": "New York", - "city": "Thomasville" - } - }, - { - "id": 1726, - "name": "Hancock Banks", - "gender": "male", - "age": 19, - "address": { - "state": "Florida", - "city": "Coral" - } - }, - { - "id": 1727, - "name": "Griffith Sims", - "gender": "male", - "age": 52, - "address": { - "state": "New Mexico", - "city": "Marion" - } - }, - { - "id": 1728, - "name": "Daisy Brady", - "gender": "female", - "age": 49, - "address": { - "state": "Minnesota", - "city": "Lowgap" - } - }, - { - "id": 1729, - "name": "Wooten Vargas", - "gender": "male", - "age": 17, - "address": { - "state": "New Jersey", - "city": "Berlin" - } - }, - { - "id": 1730, - "name": "Cecilia Strong", - "gender": "female", - "age": 72, - "address": { - "state": "Arizona", - "city": "Balm" - } - }, - { - "id": 1731, - "name": "Rivas Rice", - "gender": "male", - "age": 58, - "address": { - "state": "Maine", - "city": "Murillo" - } - }, - { - "id": 1732, - "name": "Alexis Suarez", - "gender": "female", - "age": 27, - "address": { - "state": "West Virginia", - "city": "Clarence" - } - }, - { - "id": 1733, - "name": "Koch Phelps", - "gender": "male", - "age": 63, - "address": { - "state": "Iowa", - "city": "Sparkill" - } - }, - { - "id": 1734, - "name": "Maritza Holman", - "gender": "female", - "age": 46, - "address": { - "state": "California", - "city": "Magnolia" - } - }, - { - "id": 1735, - "name": "Cobb Ward", - "gender": "male", - "age": 30, - "address": { - "state": "Alaska", - "city": "Crenshaw" - } - }, - { - "id": 1736, - "name": "Rice Jarvis", - "gender": "male", - "age": 47, - "address": { - "state": "Oklahoma", - "city": "Hardyville" - } - }, - { - "id": 1737, - "name": "Bowers Warner", - "gender": "male", - "age": 35, - "address": { - "state": "Oregon", - "city": "Selma" - } - }, - { - "id": 1738, - "name": "Crosby Rojas", - "gender": "male", - "age": 53, - "address": { - "state": "Kentucky", - "city": "Fostoria" - } - }, - { - "id": 1739, - "name": "Mariana Sweeney", - "gender": "female", - "age": 55, - "address": { - "state": "Hawaii", - "city": "Katonah" - } - }, - { - "id": 1740, - "name": "Snider Malone", - "gender": "male", - "age": 55, - "address": { - "state": "Nebraska", - "city": "Westphalia" - } - }, - { - "id": 1741, - "name": "Valarie Landry", - "gender": "female", - "age": 41, - "address": { - "state": "Massachusetts", - "city": "Sanford" - } - }, - { - "id": 1742, - "name": "Marilyn Meyer", - "gender": "female", - "age": 73, - "address": { - "state": "Connecticut", - "city": "Columbus" - } - }, - { - "id": 1743, - "name": "Cara Garza", - "gender": "female", - "age": 36, - "address": { - "state": "Utah", - "city": "Waterford" - } - }, - { - "id": 1744, - "name": "Cameron Ford", - "gender": "male", - "age": 41, - "address": { - "state": "Pennsylvania", - "city": "Cassel" - } - }, - { - "id": 1745, - "name": "Marks Farmer", - "gender": "male", - "age": 25, - "address": { - "state": "Colorado", - "city": "Maxville" - } - }, - { - "id": 1746, - "name": "Joyce Herrera", - "gender": "male", - "age": 47, - "address": { - "state": "North Dakota", - "city": "Robinson" - } - }, - { - "id": 1747, - "name": "Alyssa Buckner", - "gender": "female", - "age": 43, - "address": { - "state": "Wisconsin", - "city": "Vincent" - } - }, - { - "id": 1748, - "name": "Jody West", - "gender": "female", - "age": 23, - "address": { - "state": "Vermont", - "city": "Whitewater" - } - }, - { - "id": 1749, - "name": "Hallie King", - "gender": "female", - "age": 38, - "address": { - "state": "Louisiana", - "city": "Greenbackville" - } - }, - { - "id": 1750, - "name": "Yesenia Singleton", - "gender": "female", - "age": 75, - "address": { - "state": "North Carolina", - "city": "Mulberry" - } - }, - { - "id": 1751, - "name": "Fulton Hill", - "gender": "male", - "age": 51, - "address": { - "state": "Washington", - "city": "Mayfair" - } - }, - { - "id": 1752, - "name": "Opal Vang", - "gender": "female", - "age": 74, - "address": { - "state": "Texas", - "city": "Kansas" - } - }, - { - "id": 1753, - "name": "Simpson Parker", - "gender": "male", - "age": 81, - "address": { - "state": "Mississippi", - "city": "Hartsville/Hartley" - } - }, - { - "id": 1754, - "name": "Aurelia Lynch", - "gender": "female", - "age": 64, - "address": { - "state": "Maryland", - "city": "Makena" - } - }, - { - "id": 1755, - "name": "Bobbi Hamilton", - "gender": "female", - "age": 62, - "address": { - "state": "Rhode Island", - "city": "Topanga" - } - }, - { - "id": 1756, - "name": "Kirby Crawford", - "gender": "male", - "age": 52, - "address": { - "state": "Ohio", - "city": "Sylvanite" - } - }, - { - "id": 1757, - "name": "Merrill Mcdonald", - "gender": "male", - "age": 24, - "address": { - "state": "Alabama", - "city": "Gorham" - } - }, - { - "id": 1758, - "name": "Fitzgerald Huber", - "gender": "male", - "age": 19, - "address": { - "state": "Missouri", - "city": "Cuylerville" - } - }, - { - "id": 1759, - "name": "Dora Becker", - "gender": "female", - "age": 55, - "address": { - "state": "Illinois", - "city": "Croom" - } - }, - { - "id": 1760, - "name": "Colette Andrews", - "gender": "female", - "age": 81, - "address": { - "state": "Nevada", - "city": "Snowville" - } - }, - { - "id": 1761, - "name": "Ashley Santos", - "gender": "female", - "age": 74, - "address": { - "state": "Michigan", - "city": "Davenport" - } - }, - { - "id": 1762, - "name": "Keisha Hodge", - "gender": "female", - "age": 63, - "address": { - "state": "Wyoming", - "city": "Babb" - } - }, - { - "id": 1763, - "name": "Kirsten Oneal", - "gender": "female", - "age": 72, - "address": { - "state": "Kansas", - "city": "Wescosville" - } - }, - { - "id": 1764, - "name": "Meyers Workman", - "gender": "male", - "age": 55, - "address": { - "state": "Kentucky", - "city": "Sidman" - } - }, - { - "id": 1765, - "name": "Elnora Warren", - "gender": "female", - "age": 68, - "address": { - "state": "Connecticut", - "city": "Chloride" - } - }, - { - "id": 1766, - "name": "Christy Robinson", - "gender": "female", - "age": 21, - "address": { - "state": "Arizona", - "city": "Russellville" - } - }, - { - "id": 1767, - "name": "Maura Ware", - "gender": "female", - "age": 80, - "address": { - "state": "South Carolina", - "city": "Dyckesville" - } - }, - { - "id": 1768, - "name": "Swanson Winters", - "gender": "male", - "age": 26, - "address": { - "state": "Alaska", - "city": "Devon" - } - }, - { - "id": 1769, - "name": "Margie Hebert", - "gender": "female", - "age": 75, - "address": { - "state": "Michigan", - "city": "Albrightsville" - } - }, - { - "id": 1770, - "name": "Carrie Blackwell", - "gender": "female", - "age": 35, - "address": { - "state": "Georgia", - "city": "Allendale" - } - }, - { - "id": 1771, - "name": "Conley Cash", - "gender": "male", - "age": 43, - "address": { - "state": "South Dakota", - "city": "Virgie" - } - }, - { - "id": 1772, - "name": "Woodward Drake", - "gender": "male", - "age": 43, - "address": { - "state": "New Jersey", - "city": "Laurelton" - } - }, - { - "id": 1773, - "name": "Crane Rivas", - "gender": "male", - "age": 30, - "address": { - "state": "Missouri", - "city": "Roeville" - } - }, - { - "id": 1774, - "name": "Kaye Reed", - "gender": "female", - "age": 56, - "address": { - "state": "Alabama", - "city": "Jenkinsville" - } - }, - { - "id": 1775, - "name": "Marylou Brown", - "gender": "female", - "age": 30, - "address": { - "state": "California", - "city": "Watrous" - } - }, - { - "id": 1776, - "name": "Norris Bauer", - "gender": "male", - "age": 23, - "address": { - "state": "Virginia", - "city": "Blodgett" - } - }, - { - "id": 1777, - "name": "Lupe Solis", - "gender": "female", - "age": 19, - "address": { - "state": "Ohio", - "city": "Williamson" - } - }, - { - "id": 1778, - "name": "Martinez Sheppard", - "gender": "male", - "age": 45, - "address": { - "state": "Florida", - "city": "Colton" - } - }, - { - "id": 1779, - "name": "Hardy Wilson", - "gender": "male", - "age": 17, - "address": { - "state": "Nevada", - "city": "Freeburn" - } - }, - { - "id": 1780, - "name": "Velazquez Wilcox", - "gender": "male", - "age": 58, - "address": { - "state": "Nebraska", - "city": "Golconda" - } - }, - { - "id": 1781, - "name": "Harmon Sparks", - "gender": "male", - "age": 32, - "address": { - "state": "Maryland", - "city": "Eden" - } - }, - { - "id": 1782, - "name": "Rios Grimes", - "gender": "male", - "age": 62, - "address": { - "state": "Washington", - "city": "Maxville" - } - }, - { - "id": 1783, - "name": "Maggie Browning", - "gender": "female", - "age": 45, - "address": { - "state": "Louisiana", - "city": "Tuttle" - } - }, - { - "id": 1784, - "name": "Pollard Wallace", - "gender": "male", - "age": 53, - "address": { - "state": "Idaho", - "city": "Catherine" - } - }, - { - "id": 1785, - "name": "Sonya Ayers", - "gender": "female", - "age": 41, - "address": { - "state": "New York", - "city": "Wawona" - } - }, - { - "id": 1786, - "name": "Lila Lamb", - "gender": "female", - "age": 82, - "address": { - "state": "Rhode Island", - "city": "Columbus" - } - }, - { - "id": 1787, - "name": "Wheeler Macdonald", - "gender": "male", - "age": 74, - "address": { - "state": "Vermont", - "city": "Lowell" - } - }, - { - "id": 1788, - "name": "Guerrero Brady", - "gender": "male", - "age": 65, - "address": { - "state": "Hawaii", - "city": "Matheny" - } - }, - { - "id": 1789, - "name": "Summer Dixon", - "gender": "female", - "age": 64, - "address": { - "state": "Pennsylvania", - "city": "Bainbridge" - } - }, - { - "id": 1790, - "name": "Alma Reilly", - "gender": "female", - "age": 54, - "address": { - "state": "West Virginia", - "city": "Whitestone" - } - }, - { - "id": 1791, - "name": "Hebert Delacruz", - "gender": "male", - "age": 52, - "address": { - "state": "Minnesota", - "city": "Belvoir" - } - }, - { - "id": 1792, - "name": "Muriel Knight", - "gender": "female", - "age": 32, - "address": { - "state": "Utah", - "city": "Falmouth" - } - }, - { - "id": 1793, - "name": "Janice Kline", - "gender": "female", - "age": 39, - "address": { - "state": "Indiana", - "city": "Stouchsburg" - } - }, - { - "id": 1794, - "name": "Gabriela Kelley", - "gender": "female", - "age": 31, - "address": { - "state": "Iowa", - "city": "Tuskahoma" - } - }, - { - "id": 1795, - "name": "Queen Whitaker", - "gender": "female", - "age": 31, - "address": { - "state": "Texas", - "city": "Witmer" - } - }, - { - "id": 1796, - "name": "Reid Caldwell", - "gender": "male", - "age": 79, - "address": { - "state": "North Carolina", - "city": "Riviera" - } - }, - { - "id": 1797, - "name": "Paul Noel", - "gender": "male", - "age": 64, - "address": { - "state": "Oregon", - "city": "Enetai" - } - }, - { - "id": 1798, - "name": "Jo Dyer", - "gender": "female", - "age": 25, - "address": { - "state": "Mississippi", - "city": "Wilsonia" - } - }, - { - "id": 1799, - "name": "Dorthy Hall", - "gender": "female", - "age": 67, - "address": { - "state": "Oklahoma", - "city": "Enlow" - } - }, - { - "id": 1800, - "name": "Nancy Combs", - "gender": "female", - "age": 31, - "address": { - "state": "New Hampshire", - "city": "Martell" - } - }, - { - "id": 1801, - "name": "Ebony Buchanan", - "gender": "female", - "age": 30, - "address": { - "state": "Maine", - "city": "Ribera" - } - }, - { - "id": 1802, - "name": "Prince Rivera", - "gender": "male", - "age": 47, - "address": { - "state": "Montana", - "city": "Freetown" - } - }, - { - "id": 1803, - "name": "Ruiz Wiggins", - "gender": "male", - "age": 47, - "address": { - "state": "Colorado", - "city": "Turah" - } - }, - { - "id": 1804, - "name": "Bryant Bryan", - "gender": "male", - "age": 20, - "address": { - "state": "Kansas", - "city": "Harrison" - } - }, - { - "id": 1805, - "name": "Cline Hughes", - "gender": "male", - "age": 50, - "address": { - "state": "New Mexico", - "city": "Kingstowne" - } - }, - { - "id": 1806, - "name": "Rosario Humphrey", - "gender": "female", - "age": 25, - "address": { - "state": "Massachusetts", - "city": "Vernon" - } - }, - { - "id": 1807, - "name": "Joy Neal", - "gender": "female", - "age": 22, - "address": { - "state": "Wisconsin", - "city": "Urbana" - } - }, - { - "id": 1808, - "name": "Hobbs Dickson", - "gender": "male", - "age": 80, - "address": { - "state": "North Dakota", - "city": "Delwood" - } - }, - { - "id": 1809, - "name": "Mccormick Downs", - "gender": "male", - "age": 43, - "address": { - "state": "Delaware", - "city": "Highland" - } - }, - { - "id": 1810, - "name": "Leann Black", - "gender": "female", - "age": 19, - "address": { - "state": "Illinois", - "city": "Elliott" - } - }, - { - "id": 1811, - "name": "Jacobson Lester", - "gender": "male", - "age": 17, - "address": { - "state": "Tennessee", - "city": "Holtville" - } - }, - { - "id": 1812, - "name": "Yesenia Nolan", - "gender": "female", - "age": 75, - "address": { - "state": "Wyoming", - "city": "Templeton" - } - }, - { - "id": 1813, - "name": "Bernice Chang", - "gender": "female", - "age": 26, - "address": { - "state": "Montana", - "city": "Walland" - } - }, - { - "id": 1814, - "name": "Shelly Pickett", - "gender": "female", - "age": 24, - "address": { - "state": "Oklahoma", - "city": "Heil" - } - }, - { - "id": 1815, - "name": "Lorene Reynolds", - "gender": "female", - "age": 49, - "address": { - "state": "West Virginia", - "city": "Kapowsin" - } - }, - { - "id": 1816, - "name": "Bentley Roberson", - "gender": "male", - "age": 72, - "address": { - "state": "Minnesota", - "city": "Ladera" - } - }, - { - "id": 1817, - "name": "Leblanc Hancock", - "gender": "male", - "age": 73, - "address": { - "state": "Hawaii", - "city": "Sardis" - } - }, - { - "id": 1818, - "name": "Christina Hooper", - "gender": "female", - "age": 52, - "address": { - "state": "Indiana", - "city": "Magnolia" - } - }, - { - "id": 1819, - "name": "Schultz Foster", - "gender": "male", - "age": 79, - "address": { - "state": "Delaware", - "city": "Hendersonville" - } - }, - { - "id": 1820, - "name": "Nannie Whitley", - "gender": "female", - "age": 74, - "address": { - "state": "Vermont", - "city": "Maybell" - } - }, - { - "id": 1821, - "name": "Maddox Russo", - "gender": "male", - "age": 57, - "address": { - "state": "Kentucky", - "city": "Vowinckel" - } - }, - { - "id": 1822, - "name": "Kerr Johns", - "gender": "male", - "age": 50, - "address": { - "state": "Alabama", - "city": "Leola" - } - }, - { - "id": 1823, - "name": "Caitlin Dorsey", - "gender": "female", - "age": 68, - "address": { - "state": "Florida", - "city": "Why" - } - }, - { - "id": 1824, - "name": "Alisha Ross", - "gender": "female", - "age": 59, - "address": { - "state": "Oregon", - "city": "Wyano" - } - }, - { - "id": 1825, - "name": "Hinton Boyd", - "gender": "male", - "age": 82, - "address": { - "state": "Utah", - "city": "Fostoria" - } - }, - { - "id": 1826, - "name": "May Davidson", - "gender": "male", - "age": 45, - "address": { - "state": "Georgia", - "city": "Macdona" - } - }, - { - "id": 1827, - "name": "Gould Lara", - "gender": "male", - "age": 77, - "address": { - "state": "Kansas", - "city": "Sylvanite" - } - }, - { - "id": 1828, - "name": "Black Dunn", - "gender": "male", - "age": 36, - "address": { - "state": "Alaska", - "city": "Dale" - } - }, - { - "id": 1829, - "name": "Lillie Bray", - "gender": "female", - "age": 33, - "address": { - "state": "Maine", - "city": "Suitland" - } - }, - { - "id": 1830, - "name": "Blankenship Spencer", - "gender": "male", - "age": 38, - "address": { - "state": "North Dakota", - "city": "Wright" - } - }, - { - "id": 1831, - "name": "Dean Howe", - "gender": "male", - "age": 25, - "address": { - "state": "Missouri", - "city": "Kanauga" - } - }, - { - "id": 1832, - "name": "Leslie Haynes", - "gender": "female", - "age": 54, - "address": { - "state": "New Hampshire", - "city": "Rivera" - } - }, - { - "id": 1833, - "name": "Jill Norman", - "gender": "female", - "age": 78, - "address": { - "state": "Illinois", - "city": "Fairmount" - } - }, - { - "id": 1834, - "name": "Kasey Gilmore", - "gender": "female", - "age": 67, - "address": { - "state": "Rhode Island", - "city": "Benson" - } - }, - { - "id": 1835, - "name": "Pam Harper", - "gender": "female", - "age": 72, - "address": { - "state": "California", - "city": "Calpine" - } - }, - { - "id": 1836, - "name": "Meadows Emerson", - "gender": "male", - "age": 65, - "address": { - "state": "Louisiana", - "city": "Stewart" - } - }, - { - "id": 1837, - "name": "Whitehead Brewer", - "gender": "male", - "age": 66, - "address": { - "state": "Connecticut", - "city": "Keyport" - } - }, - { - "id": 1838, - "name": "Russo Salazar", - "gender": "male", - "age": 62, - "address": { - "state": "South Dakota", - "city": "Dalton" - } - }, - { - "id": 1839, - "name": "Long Randall", - "gender": "male", - "age": 73, - "address": { - "state": "Virginia", - "city": "Deseret" - } - }, - { - "id": 1840, - "name": "Kelli Macias", - "gender": "female", - "age": 38, - "address": { - "state": "Tennessee", - "city": "Fairview" - } - }, - { - "id": 1841, - "name": "Kathrine Cole", - "gender": "female", - "age": 22, - "address": { - "state": "Washington", - "city": "Thomasville" - } - }, - { - "id": 1842, - "name": "Hardy Cleveland", - "gender": "male", - "age": 40, - "address": { - "state": "Michigan", - "city": "Robbins" - } - }, - { - "id": 1843, - "name": "Helene Avila", - "gender": "female", - "age": 30, - "address": { - "state": "South Carolina", - "city": "Canby" - } - }, - { - "id": 1844, - "name": "Madeline Bonner", - "gender": "female", - "age": 53, - "address": { - "state": "Idaho", - "city": "Virgie" - } - }, - { - "id": 1845, - "name": "Grimes Tanner", - "gender": "male", - "age": 70, - "address": { - "state": "Arkansas", - "city": "Kerby" - } - }, - { - "id": 1846, - "name": "Marisa Peck", - "gender": "female", - "age": 29, - "address": { - "state": "Mississippi", - "city": "Albrightsville" - } - }, - { - "id": 1847, - "name": "Odessa Carter", - "gender": "female", - "age": 39, - "address": { - "state": "Massachusetts", - "city": "Lodoga" - } - }, - { - "id": 1848, - "name": "Marion Paul", - "gender": "female", - "age": 70, - "address": { - "state": "New York", - "city": "Lewis" - } - }, - { - "id": 1849, - "name": "Kelly Torres", - "gender": "male", - "age": 41, - "address": { - "state": "Pennsylvania", - "city": "Salvo" - } - }, - { - "id": 1850, - "name": "Nona Mitchell", - "gender": "female", - "age": 65, - "address": { - "state": "Iowa", - "city": "Ironton" - } - }, - { - "id": 1851, - "name": "Hensley Hebert", - "gender": "male", - "age": 56, - "address": { - "state": "New Jersey", - "city": "Sterling" - } - }, - { - "id": 1852, - "name": "White Frank", - "gender": "male", - "age": 62, - "address": { - "state": "North Carolina", - "city": "Crayne" - } - }, - { - "id": 1853, - "name": "Clarissa Larson", - "gender": "female", - "age": 27, - "address": { - "state": "Colorado", - "city": "Noxen" - } - }, - { - "id": 1854, - "name": "Ruiz Potts", - "gender": "male", - "age": 53, - "address": { - "state": "Wisconsin", - "city": "Dola" - } - }, - { - "id": 1855, - "name": "Wilkins Dominguez", - "gender": "male", - "age": 41, - "address": { - "state": "Maryland", - "city": "Clarksburg" - } - }, - { - "id": 1856, - "name": "Stephens Blackwell", - "gender": "male", - "age": 80, - "address": { - "state": "Texas", - "city": "Sheatown" - } - }, - { - "id": 1857, - "name": "Lucille Chavez", - "gender": "female", - "age": 53, - "address": { - "state": "Arizona", - "city": "Lookingglass" - } - }, - { - "id": 1858, - "name": "Chaney Snider", - "gender": "male", - "age": 53, - "address": { - "state": "Wyoming", - "city": "Camptown" - } - }, - { - "id": 1859, - "name": "Constance Solomon", - "gender": "female", - "age": 79, - "address": { - "state": "Nevada", - "city": "Saranap" - } - }, - { - "id": 1860, - "name": "Walters Cherry", - "gender": "male", - "age": 36, - "address": { - "state": "Nebraska", - "city": "Delshire" - } - }, - { - "id": 1861, - "name": "Florine Martin", - "gender": "female", - "age": 32, - "address": { - "state": "Ohio", - "city": "Oceola" - } - }, - { - "id": 1862, - "name": "Cabrera Burnett", - "gender": "male", - "age": 52, - "address": { - "state": "North Carolina", - "city": "Bend" - } - }, - { - "id": 1863, - "name": "Oconnor Tate", - "gender": "male", - "age": 67, - "address": { - "state": "Hawaii", - "city": "Hoagland" - } - }, - { - "id": 1864, - "name": "Effie Ballard", - "gender": "female", - "age": 82, - "address": { - "state": "New Jersey", - "city": "Russellville" - } - }, - { - "id": 1865, - "name": "Whitley Pope", - "gender": "male", - "age": 60, - "address": { - "state": "Nevada", - "city": "Wyano" - } - }, - { - "id": 1866, - "name": "Hardy Salas", - "gender": "male", - "age": 41, - "address": { - "state": "Pennsylvania", - "city": "Delshire" - } - }, - { - "id": 1867, - "name": "Hooper Leonard", - "gender": "male", - "age": 35, - "address": { - "state": "Arkansas", - "city": "Springhill" - } - }, - { - "id": 1868, - "name": "Selena Mccormick", - "gender": "female", - "age": 61, - "address": { - "state": "New Mexico", - "city": "Fairforest" - } - }, - { - "id": 1869, - "name": "Hester Conley", - "gender": "male", - "age": 72, - "address": { - "state": "Illinois", - "city": "Fairhaven" - } - }, - { - "id": 1870, - "name": "Alice Valentine", - "gender": "female", - "age": 33, - "address": { - "state": "Rhode Island", - "city": "Wescosville" - } - }, - { - "id": 1871, - "name": "Robinson Barnes", - "gender": "male", - "age": 33, - "address": { - "state": "Iowa", - "city": "Maybell" - } - }, - { - "id": 1872, - "name": "Marguerite Smith", - "gender": "female", - "age": 60, - "address": { - "state": "Arizona", - "city": "Whitewater" - } - }, - { - "id": 1873, - "name": "Katharine French", - "gender": "female", - "age": 38, - "address": { - "state": "Minnesota", - "city": "Virgie" - } - }, - { - "id": 1874, - "name": "Shauna Whitley", - "gender": "female", - "age": 58, - "address": { - "state": "Oklahoma", - "city": "Cucumber" - } - }, - { - "id": 1875, - "name": "Prince Leon", - "gender": "male", - "age": 26, - "address": { - "state": "Michigan", - "city": "Norwood" - } - }, - { - "id": 1876, - "name": "Benita Barron", - "gender": "female", - "age": 49, - "address": { - "state": "California", - "city": "Belva" - } - }, - { - "id": 1877, - "name": "Erma Hughes", - "gender": "female", - "age": 49, - "address": { - "state": "Maryland", - "city": "Moscow" - } - }, - { - "id": 1878, - "name": "Kendra Mercer", - "gender": "female", - "age": 26, - "address": { - "state": "North Dakota", - "city": "Yorklyn" - } - }, - { - "id": 1879, - "name": "Kate Ruiz", - "gender": "female", - "age": 55, - "address": { - "state": "Washington", - "city": "Belleview" - } - }, - { - "id": 1880, - "name": "Adrian Cole", - "gender": "female", - "age": 22, - "address": { - "state": "Virginia", - "city": "Felt" - } - }, - { - "id": 1881, - "name": "Maribel Edwards", - "gender": "female", - "age": 77, - "address": { - "state": "South Carolina", - "city": "Caspar" - } - }, - { - "id": 1882, - "name": "Mullen Woods", - "gender": "male", - "age": 64, - "address": { - "state": "Florida", - "city": "Grapeview" - } - }, - { - "id": 1883, - "name": "Mason Briggs", - "gender": "male", - "age": 71, - "address": { - "state": "Connecticut", - "city": "Berwind" - } - }, - { - "id": 1884, - "name": "Elisabeth David", - "gender": "female", - "age": 54, - "address": { - "state": "Maine", - "city": "Crayne" - } - }, - { - "id": 1885, - "name": "Reba Cameron", - "gender": "female", - "age": 77, - "address": { - "state": "Wyoming", - "city": "Temperanceville" - } - }, - { - "id": 1886, - "name": "Rachael Pace", - "gender": "female", - "age": 55, - "address": { - "state": "Kentucky", - "city": "Munjor" - } - }, - { - "id": 1887, - "name": "Acevedo Stafford", - "gender": "male", - "age": 42, - "address": { - "state": "Vermont", - "city": "Machias" - } - }, - { - "id": 1888, - "name": "Myrtle Berry", - "gender": "female", - "age": 37, - "address": { - "state": "Indiana", - "city": "Kent" - } - }, - { - "id": 1889, - "name": "Ratliff Beard", - "gender": "male", - "age": 80, - "address": { - "state": "Missouri", - "city": "Riceville" - } - }, - { - "id": 1890, - "name": "Nina Ashley", - "gender": "female", - "age": 59, - "address": { - "state": "Georgia", - "city": "Eggertsville" - } - }, - { - "id": 1891, - "name": "Benton Best", - "gender": "male", - "age": 48, - "address": { - "state": "Utah", - "city": "Kennedyville" - } - }, - { - "id": 1892, - "name": "Annie Wallace", - "gender": "female", - "age": 58, - "address": { - "state": "Mississippi", - "city": "Chalfant" - } - }, - { - "id": 1893, - "name": "Shepard Travis", - "gender": "male", - "age": 32, - "address": { - "state": "New Hampshire", - "city": "Irwin" - } - }, - { - "id": 1894, - "name": "Cathy Neal", - "gender": "female", - "age": 47, - "address": { - "state": "Wisconsin", - "city": "Linwood" - } - }, - { - "id": 1895, - "name": "Carole Foley", - "gender": "female", - "age": 76, - "address": { - "state": "Ohio", - "city": "Omar" - } - }, - { - "id": 1896, - "name": "Madeleine Russo", - "gender": "female", - "age": 42, - "address": { - "state": "Montana", - "city": "Torboy" - } - }, - { - "id": 1897, - "name": "Bessie Coleman", - "gender": "female", - "age": 18, - "address": { - "state": "Louisiana", - "city": "Coyote" - } - }, - { - "id": 1898, - "name": "Guzman Nicholson", - "gender": "male", - "age": 38, - "address": { - "state": "West Virginia", - "city": "Herlong" - } - }, - { - "id": 1899, - "name": "Marietta Sanders", - "gender": "female", - "age": 20, - "address": { - "state": "Colorado", - "city": "Churchill" - } - }, - { - "id": 1900, - "name": "Nunez Phelps", - "gender": "male", - "age": 50, - "address": { - "state": "Massachusetts", - "city": "Kraemer" - } - }, - { - "id": 1901, - "name": "Hallie Wilkinson", - "gender": "female", - "age": 52, - "address": { - "state": "Delaware", - "city": "Williston" - } - }, - { - "id": 1902, - "name": "Haley Chavez", - "gender": "female", - "age": 31, - "address": { - "state": "Oregon", - "city": "Lewis" - } - }, - { - "id": 1903, - "name": "Holmes Dawson", - "gender": "male", - "age": 30, - "address": { - "state": "South Dakota", - "city": "Makena" - } - }, - { - "id": 1904, - "name": "Houston Mueller", - "gender": "male", - "age": 35, - "address": { - "state": "Nebraska", - "city": "Chical" - } - }, - { - "id": 1905, - "name": "Atkinson Barrera", - "gender": "male", - "age": 63, - "address": { - "state": "Idaho", - "city": "Hendersonville" - } - }, - { - "id": 1906, - "name": "Ina Bartlett", - "gender": "female", - "age": 52, - "address": { - "state": "Alaska", - "city": "Jessie" - } - }, - { - "id": 1907, - "name": "Lindsey Alvarado", - "gender": "male", - "age": 65, - "address": { - "state": "Kansas", - "city": "Cornucopia" - } - }, - { - "id": 1908, - "name": "Yang Richmond", - "gender": "male", - "age": 26, - "address": { - "state": "Tennessee", - "city": "Deseret" - } - }, - { - "id": 1909, - "name": "Darlene Maynard", - "gender": "female", - "age": 22, - "address": { - "state": "Texas", - "city": "Enoree" - } - }, - { - "id": 1910, - "name": "Burton Hopkins", - "gender": "male", - "age": 62, - "address": { - "state": "Alabama", - "city": "Outlook" - } - }, - { - "id": 1911, - "name": "Dillard Weaver", - "gender": "male", - "age": 21, - "address": { - "state": "Maine", - "city": "Sugartown" - } - }, - { - "id": 1912, - "name": "Cassandra Blackburn", - "gender": "female", - "age": 19, - "address": { - "state": "Missouri", - "city": "Loomis" - } - }, - { - "id": 1913, - "name": "Caitlin Herman", - "gender": "female", - "age": 22, - "address": { - "state": "Idaho", - "city": "Osmond" - } - }, - { - "id": 1914, - "name": "Hopkins Wall", - "gender": "male", - "age": 19, - "address": { - "state": "New York", - "city": "Bethpage" - } - }, - { - "id": 1915, - "name": "Bethany Solis", - "gender": "female", - "age": 31, - "address": { - "state": "Alaska", - "city": "Detroit" - } - }, - { - "id": 1916, - "name": "Sims Delacruz", - "gender": "male", - "age": 58, - "address": { - "state": "Montana", - "city": "Churchill" - } - }, - { - "id": 1917, - "name": "Clarke Dotson", - "gender": "male", - "age": 77, - "address": { - "state": "Louisiana", - "city": "Waterford" - } - }, - { - "id": 1918, - "name": "Herminia Booker", - "gender": "female", - "age": 35, - "address": { - "state": "Ohio", - "city": "Boyd" - } - }, - { - "id": 1919, - "name": "Michael Fitzpatrick", - "gender": "male", - "age": 38, - "address": { - "state": "Minnesota", - "city": "Stockwell" - } - }, - { - "id": 1920, - "name": "Conley Alston", - "gender": "male", - "age": 56, - "address": { - "state": "Wyoming", - "city": "Snyderville" - } - }, - { - "id": 1921, - "name": "Katie Kirkland", - "gender": "female", - "age": 23, - "address": { - "state": "New Hampshire", - "city": "Fredericktown" - } - }, - { - "id": 1922, - "name": "Therese Gay", - "gender": "female", - "age": 21, - "address": { - "state": "Washington", - "city": "Elrama" - } - }, - { - "id": 1923, - "name": "Cindy Bailey", - "gender": "female", - "age": 56, - "address": { - "state": "Iowa", - "city": "Gardiner" - } - }, - { - "id": 1924, - "name": "Cherie Stevens", - "gender": "female", - "age": 34, - "address": { - "state": "South Dakota", - "city": "Comptche" - } - }, - { - "id": 1925, - "name": "Linda Schultz", - "gender": "female", - "age": 75, - "address": { - "state": "California", - "city": "Cotopaxi" - } - }, - { - "id": 1926, - "name": "Cara Brooks", - "gender": "female", - "age": 49, - "address": { - "state": "Florida", - "city": "Yettem" - } - }, - { - "id": 1927, - "name": "Erica Green", - "gender": "female", - "age": 31, - "address": { - "state": "New Mexico", - "city": "Hachita" - } - }, - { - "id": 1928, - "name": "Glass Humphrey", - "gender": "male", - "age": 60, - "address": { - "state": "Mississippi", - "city": "Lupton" - } - }, - { - "id": 1929, - "name": "Harriett Payne", - "gender": "female", - "age": 22, - "address": { - "state": "North Carolina", - "city": "Starks" - } - }, - { - "id": 1930, - "name": "Mckenzie Osborne", - "gender": "male", - "age": 66, - "address": { - "state": "Kansas", - "city": "Deercroft" - } - }, - { - "id": 1931, - "name": "Kristen Giles", - "gender": "female", - "age": 51, - "address": { - "state": "Tennessee", - "city": "Rockhill" - } - }, - { - "id": 1932, - "name": "Conrad Roth", - "gender": "male", - "age": 32, - "address": { - "state": "Utah", - "city": "Brooktrails" - } - }, - { - "id": 1933, - "name": "Flossie Vaughn", - "gender": "female", - "age": 52, - "address": { - "state": "Oklahoma", - "city": "Marshall" - } - }, - { - "id": 1934, - "name": "Mcmahon House", - "gender": "male", - "age": 26, - "address": { - "state": "Alabama", - "city": "Coalmont" - } - }, - { - "id": 1935, - "name": "Margaret Massey", - "gender": "female", - "age": 67, - "address": { - "state": "New Jersey", - "city": "Waterloo" - } - }, - { - "id": 1936, - "name": "Kaitlin Ingram", - "gender": "female", - "age": 21, - "address": { - "state": "Wisconsin", - "city": "Ernstville" - } - }, - { - "id": 1937, - "name": "Daisy Burns", - "gender": "female", - "age": 28, - "address": { - "state": "Hawaii", - "city": "Imperial" - } - }, - { - "id": 1938, - "name": "Charmaine Gutierrez", - "gender": "female", - "age": 27, - "address": { - "state": "Vermont", - "city": "Edinburg" - } - }, - { - "id": 1939, - "name": "Garza Blair", - "gender": "male", - "age": 69, - "address": { - "state": "Virginia", - "city": "Morgandale" - } - }, - { - "id": 1940, - "name": "Celina Rios", - "gender": "female", - "age": 45, - "address": { - "state": "Nevada", - "city": "Keyport" - } - }, - { - "id": 1941, - "name": "Cameron Kidd", - "gender": "male", - "age": 47, - "address": { - "state": "Maryland", - "city": "Charco" - } - }, - { - "id": 1942, - "name": "Tillman Rush", - "gender": "male", - "age": 81, - "address": { - "state": "Kentucky", - "city": "Highland" - } - }, - { - "id": 1943, - "name": "Sabrina Carson", - "gender": "female", - "age": 53, - "address": { - "state": "North Dakota", - "city": "Gouglersville" - } - }, - { - "id": 1944, - "name": "Lucile Goodwin", - "gender": "female", - "age": 72, - "address": { - "state": "Colorado", - "city": "Muir" - } - }, - { - "id": 1945, - "name": "Murphy Hill", - "gender": "male", - "age": 55, - "address": { - "state": "Oregon", - "city": "Loma" - } - }, - { - "id": 1946, - "name": "Callie Hogan", - "gender": "female", - "age": 51, - "address": { - "state": "Michigan", - "city": "Movico" - } - }, - { - "id": 1947, - "name": "Bette Gould", - "gender": "female", - "age": 23, - "address": { - "state": "Nebraska", - "city": "Chase" - } - }, - { - "id": 1948, - "name": "Rachelle Wyatt", - "gender": "female", - "age": 36, - "address": { - "state": "Massachusetts", - "city": "Glidden" - } - }, - { - "id": 1949, - "name": "Kirk Frye", - "gender": "male", - "age": 37, - "address": { - "state": "Rhode Island", - "city": "Sehili" - } - }, - { - "id": 1950, - "name": "Carey Bradford", - "gender": "male", - "age": 37, - "address": { - "state": "West Virginia", - "city": "Bedias" - } - }, - { - "id": 1951, - "name": "Elaine Miranda", - "gender": "female", - "age": 37, - "address": { - "state": "South Carolina", - "city": "Hoagland" - } - }, - { - "id": 1952, - "name": "Ellen Parks", - "gender": "female", - "age": 69, - "address": { - "state": "Connecticut", - "city": "Libertytown" - } - }, - { - "id": 1953, - "name": "Selma Henson", - "gender": "female", - "age": 39, - "address": { - "state": "Arizona", - "city": "Motley" - } - }, - { - "id": 1954, - "name": "Kelly Brady", - "gender": "male", - "age": 56, - "address": { - "state": "Arkansas", - "city": "Kilbourne" - } - }, - { - "id": 1955, - "name": "Sonja Ruiz", - "gender": "female", - "age": 57, - "address": { - "state": "Delaware", - "city": "Aguila" - } - }, - { - "id": 1956, - "name": "Albert Hayes", - "gender": "male", - "age": 38, - "address": { - "state": "Indiana", - "city": "Marne" - } - }, - { - "id": 1957, - "name": "Lottie Potts", - "gender": "female", - "age": 60, - "address": { - "state": "Texas", - "city": "Rossmore" - } - }, - { - "id": 1958, - "name": "Jones Holden", - "gender": "male", - "age": 51, - "address": { - "state": "Pennsylvania", - "city": "Rose" - } - }, - { - "id": 1959, - "name": "Mccormick Barr", - "gender": "male", - "age": 45, - "address": { - "state": "Georgia", - "city": "Fowlerville" - } - }, - { - "id": 1960, - "name": "Cain Austin", - "gender": "male", - "age": 35, - "address": { - "state": "Massachusetts", - "city": "Maplewood" - } - }, - { - "id": 1961, - "name": "Mitchell Harvey", - "gender": "male", - "age": 62, - "address": { - "state": "Virginia", - "city": "Warren" - } - }, - { - "id": 1962, - "name": "Prince Charles", - "gender": "male", - "age": 20, - "address": { - "state": "Mississippi", - "city": "Aguila" - } - }, - { - "id": 1963, - "name": "Leon Horton", - "gender": "male", - "age": 76, - "address": { - "state": "Nevada", - "city": "Grahamtown" - } - }, - { - "id": 1964, - "name": "Victoria Sanders", - "gender": "female", - "age": 64, - "address": { - "state": "California", - "city": "Clarktown" - } - }, - { - "id": 1965, - "name": "Theresa Pugh", - "gender": "female", - "age": 82, - "address": { - "state": "Minnesota", - "city": "Soudan" - } - }, - { - "id": 1966, - "name": "Lott Shields", - "gender": "male", - "age": 30, - "address": { - "state": "Hawaii", - "city": "Kidder" - } - }, - { - "id": 1967, - "name": "Gould Villarreal", - "gender": "male", - "age": 71, - "address": { - "state": "Texas", - "city": "Dixie" - } - }, - { - "id": 1968, - "name": "Marci Rowland", - "gender": "female", - "age": 29, - "address": { - "state": "South Carolina", - "city": "Orviston" - } - }, - { - "id": 1969, - "name": "Martha Cummings", - "gender": "female", - "age": 79, - "address": { - "state": "Michigan", - "city": "Alden" - } - }, - { - "id": 1970, - "name": "Leann Stanton", - "gender": "female", - "age": 59, - "address": { - "state": "Delaware", - "city": "Virgie" - } - }, - { - "id": 1971, - "name": "Stuart Massey", - "gender": "male", - "age": 55, - "address": { - "state": "Maryland", - "city": "Mapletown" - } - }, - { - "id": 1972, - "name": "Chavez Christensen", - "gender": "male", - "age": 64, - "address": { - "state": "Alabama", - "city": "Imperial" - } - }, - { - "id": 1973, - "name": "Rachelle Fox", - "gender": "female", - "age": 32, - "address": { - "state": "Kentucky", - "city": "Fairlee" - } - }, - { - "id": 1974, - "name": "Terra Jacobs", - "gender": "female", - "age": 73, - "address": { - "state": "North Carolina", - "city": "Laurelton" - } - }, - { - "id": 1975, - "name": "Hillary Mccarty", - "gender": "female", - "age": 27, - "address": { - "state": "Illinois", - "city": "Bowmansville" - } - }, - { - "id": 1976, - "name": "Kelly Barrera", - "gender": "male", - "age": 21, - "address": { - "state": "New Mexico", - "city": "Berwind" - } - }, - { - "id": 1977, - "name": "Greene Alston", - "gender": "male", - "age": 68, - "address": { - "state": "Nebraska", - "city": "Rosedale" - } - }, - { - "id": 1978, - "name": "Ortiz Ruiz", - "gender": "male", - "age": 19, - "address": { - "state": "New York", - "city": "Ballico" - } - }, - { - "id": 1979, - "name": "Shannon Sutton", - "gender": "male", - "age": 35, - "address": { - "state": "Utah", - "city": "Venice" - } - }, - { - "id": 1980, - "name": "Case Vaughn", - "gender": "male", - "age": 43, - "address": { - "state": "Rhode Island", - "city": "Unionville" - } - }, - { - "id": 1981, - "name": "Coleen Taylor", - "gender": "female", - "age": 30, - "address": { - "state": "Indiana", - "city": "Templeton" - } - }, - { - "id": 1982, - "name": "Polly Obrien", - "gender": "female", - "age": 61, - "address": { - "state": "Kansas", - "city": "Fairhaven" - } - }, - { - "id": 1983, - "name": "Gutierrez Mcintosh", - "gender": "male", - "age": 53, - "address": { - "state": "Colorado", - "city": "Darbydale" - } - }, - { - "id": 1984, - "name": "Potter Terrell", - "gender": "male", - "age": 34, - "address": { - "state": "Oregon", - "city": "Axis" - } - }, - { - "id": 1985, - "name": "Conway Pickett", - "gender": "male", - "age": 56, - "address": { - "state": "Oklahoma", - "city": "Singer" - } - }, - { - "id": 1986, - "name": "Letitia Gonzales", - "gender": "female", - "age": 30, - "address": { - "state": "South Dakota", - "city": "Keller" - } - }, - { - "id": 1987, - "name": "Lucile Macias", - "gender": "female", - "age": 58, - "address": { - "state": "Maine", - "city": "Gardners" - } - }, - { - "id": 1988, - "name": "Angeline Miranda", - "gender": "female", - "age": 63, - "address": { - "state": "New Hampshire", - "city": "Jugtown" - } - }, - { - "id": 1989, - "name": "Foster Rocha", - "gender": "male", - "age": 27, - "address": { - "state": "Missouri", - "city": "Stewartville" - } - }, - { - "id": 1990, - "name": "Phelps Bullock", - "gender": "male", - "age": 36, - "address": { - "state": "Idaho", - "city": "Hackneyville" - } - }, - { - "id": 1991, - "name": "Howell Blake", - "gender": "male", - "age": 82, - "address": { - "state": "Wyoming", - "city": "Ebro" - } - }, - { - "id": 1992, - "name": "Chen Stark", - "gender": "male", - "age": 30, - "address": { - "state": "Florida", - "city": "Edinburg" - } - }, - { - "id": 1993, - "name": "Pat Spence", - "gender": "female", - "age": 27, - "address": { - "state": "West Virginia", - "city": "Cleary" - } - }, - { - "id": 1994, - "name": "Lily William", - "gender": "female", - "age": 31, - "address": { - "state": "Washington", - "city": "Como" - } - }, - { - "id": 1995, - "name": "Sheila Webster", - "gender": "female", - "age": 63, - "address": { - "state": "Arkansas", - "city": "Loyalhanna" - } - }, - { - "id": 1996, - "name": "Christy Langley", - "gender": "female", - "age": 71, - "address": { - "state": "Iowa", - "city": "Hegins" - } - }, - { - "id": 1997, - "name": "Queen Savage", - "gender": "female", - "age": 80, - "address": { - "state": "Arizona", - "city": "Freelandville" - } - }, - { - "id": 1998, - "name": "Denise Mayo", - "gender": "female", - "age": 24, - "address": { - "state": "Tennessee", - "city": "Lowell" - } - }, - { - "id": 1999, - "name": "Terry Zamora", - "gender": "male", - "age": 21, - "address": { - "state": "Alaska", - "city": "Deputy" - } - }, - { - "id": 2000, - "name": "Sonia Norton", - "gender": "female", - "age": 43, - "address": { - "state": "Ohio", - "city": "Brogan" - } - }, - { - "id": 2001, - "name": "Sadie Snow", - "gender": "female", - "age": 81, - "address": { - "state": "Montana", - "city": "Dola" - } - }, - { - "id": 2002, - "name": "Leola Cameron", - "gender": "female", - "age": 76, - "address": { - "state": "Pennsylvania", - "city": "Kerby" - } - }, - { - "id": 2003, - "name": "Olga Heath", - "gender": "female", - "age": 28, - "address": { - "state": "Louisiana", - "city": "Valle" - } - }, - { - "id": 2004, - "name": "Guerrero Logan", - "gender": "male", - "age": 72, - "address": { - "state": "Georgia", - "city": "Grill" - } - }, - { - "id": 2005, - "name": "Zelma Haley", - "gender": "female", - "age": 47, - "address": { - "state": "Wisconsin", - "city": "Saticoy" - } - }, - { - "id": 2006, - "name": "Cheryl Warren", - "gender": "female", - "age": 61, - "address": { - "state": "Vermont", - "city": "Winston" - } - }, - { - "id": 2007, - "name": "Frazier Carey", - "gender": "male", - "age": 61, - "address": { - "state": "North Dakota", - "city": "Epworth" - } - }, - { - "id": 2008, - "name": "Mccarthy Nieves", - "gender": "male", - "age": 62, - "address": { - "state": "New Jersey", - "city": "Grazierville" - } - }, - { - "id": 2009, - "name": "Ivy Reed", - "gender": "female", - "age": 50, - "address": { - "state": "Utah", - "city": "Avalon" - } - }, - { - "id": 2010, - "name": "Manning Kirby", - "gender": "male", - "age": 40, - "address": { - "state": "Nebraska", - "city": "Gallina" - } - }, - { - "id": 2011, - "name": "Michael Barry", - "gender": "male", - "age": 32, - "address": { - "state": "Illinois", - "city": "Grahamtown" - } - }, - { - "id": 2012, - "name": "Dorthy Marquez", - "gender": "female", - "age": 74, - "address": { - "state": "Florida", - "city": "Bluetown" - } - }, - { - "id": 2013, - "name": "Mccarthy Rich", - "gender": "male", - "age": 29, - "address": { - "state": "North Carolina", - "city": "Murillo" - } - }, - { - "id": 2014, - "name": "Atkinson Taylor", - "gender": "male", - "age": 37, - "address": { - "state": "Massachusetts", - "city": "Draper" - } - }, - { - "id": 2015, - "name": "Wilcox Bolton", - "gender": "male", - "age": 23, - "address": { - "state": "Virginia", - "city": "Croom" - } - }, - { - "id": 2016, - "name": "Guthrie Mooney", - "gender": "male", - "age": 20, - "address": { - "state": "Colorado", - "city": "Jacumba" - } - }, - { - "id": 2017, - "name": "Vazquez Bauer", - "gender": "male", - "age": 18, - "address": { - "state": "Montana", - "city": "Brantleyville" - } - }, - { - "id": 2018, - "name": "Alston Franklin", - "gender": "male", - "age": 36, - "address": { - "state": "Pennsylvania", - "city": "Sexton" - } - }, - { - "id": 2019, - "name": "Richmond Morgan", - "gender": "male", - "age": 68, - "address": { - "state": "Kansas", - "city": "Gardners" - } - }, - { - "id": 2020, - "name": "Julie Jenkins", - "gender": "female", - "age": 61, - "address": { - "state": "Hawaii", - "city": "Oceola" - } - }, - { - "id": 2021, - "name": "Vaughan Mays", - "gender": "male", - "age": 63, - "address": { - "state": "Missouri", - "city": "Kent" - } - }, - { - "id": 2022, - "name": "Deena Holden", - "gender": "female", - "age": 77, - "address": { - "state": "Nevada", - "city": "Durham" - } - }, - { - "id": 2023, - "name": "Hinton Keith", - "gender": "male", - "age": 63, - "address": { - "state": "Delaware", - "city": "Trexlertown" - } - }, - { - "id": 2024, - "name": "Jimmie Porter", - "gender": "female", - "age": 58, - "address": { - "state": "Connecticut", - "city": "Terlingua" - } - }, - { - "id": 2025, - "name": "Ellen Conway", - "gender": "female", - "age": 81, - "address": { - "state": "South Dakota", - "city": "Laurelton" - } - }, - { - "id": 2026, - "name": "Johnston Richards", - "gender": "male", - "age": 62, - "address": { - "state": "West Virginia", - "city": "Derwood" - } - }, - { - "id": 2027, - "name": "Alberta King", - "gender": "female", - "age": 24, - "address": { - "state": "Tennessee", - "city": "Catherine" - } - }, - { - "id": 2028, - "name": "Berg Hubbard", - "gender": "male", - "age": 77, - "address": { - "state": "Rhode Island", - "city": "Finzel" - } - }, - { - "id": 2029, - "name": "Franco Clay", - "gender": "male", - "age": 55, - "address": { - "state": "Iowa", - "city": "Fairhaven" - } - }, - { - "id": 2030, - "name": "Becky Head", - "gender": "female", - "age": 42, - "address": { - "state": "Ohio", - "city": "Harrison" - } - }, - { - "id": 2031, - "name": "Brianna Burt", - "gender": "female", - "age": 45, - "address": { - "state": "Alaska", - "city": "Riegelwood" - } - }, - { - "id": 2032, - "name": "Elnora Burch", - "gender": "female", - "age": 41, - "address": { - "state": "Maryland", - "city": "Belfair" - } - }, - { - "id": 2033, - "name": "Deann Morin", - "gender": "female", - "age": 69, - "address": { - "state": "California", - "city": "Hoagland" - } - }, - { - "id": 2034, - "name": "Augusta Hudson", - "gender": "female", - "age": 54, - "address": { - "state": "Minnesota", - "city": "Springdale" - } - }, - { - "id": 2035, - "name": "Alexandria Bowman", - "gender": "female", - "age": 82, - "address": { - "state": "Michigan", - "city": "Tyhee" - } - }, - { - "id": 2036, - "name": "Meghan French", - "gender": "female", - "age": 57, - "address": { - "state": "Arkansas", - "city": "Torboy" - } - }, - { - "id": 2037, - "name": "Sloan Buckley", - "gender": "male", - "age": 61, - "address": { - "state": "New Hampshire", - "city": "Elliott" - } - }, - { - "id": 2038, - "name": "Robbins Simon", - "gender": "male", - "age": 63, - "address": { - "state": "Washington", - "city": "Brandywine" - } - }, - { - "id": 2039, - "name": "Carey Foreman", - "gender": "male", - "age": 61, - "address": { - "state": "Vermont", - "city": "Cornucopia" - } - }, - { - "id": 2040, - "name": "Brock Cunningham", - "gender": "male", - "age": 64, - "address": { - "state": "Oregon", - "city": "Chical" - } - }, - { - "id": 2041, - "name": "Galloway Mack", - "gender": "male", - "age": 78, - "address": { - "state": "South Carolina", - "city": "Kingstowne" - } - }, - { - "id": 2042, - "name": "Camille Joyner", - "gender": "female", - "age": 66, - "address": { - "state": "New Mexico", - "city": "Gibsonia" - } - }, - { - "id": 2043, - "name": "Reyna Moran", - "gender": "female", - "age": 82, - "address": { - "state": "Kentucky", - "city": "Matthews" - } - }, - { - "id": 2044, - "name": "Willis Garza", - "gender": "male", - "age": 71, - "address": { - "state": "Maine", - "city": "Dunbar" - } - }, - { - "id": 2045, - "name": "Vang Kemp", - "gender": "male", - "age": 36, - "address": { - "state": "Wyoming", - "city": "Loveland" - } - }, - { - "id": 2046, - "name": "Shanna Riley", - "gender": "female", - "age": 75, - "address": { - "state": "Arizona", - "city": "Sehili" - } - }, - { - "id": 2047, - "name": "Lewis Rosa", - "gender": "male", - "age": 49, - "address": { - "state": "Mississippi", - "city": "Freeburn" - } - }, - { - "id": 2048, - "name": "Penelope Ferrell", - "gender": "female", - "age": 52, - "address": { - "state": "New York", - "city": "Hollins" - } - }, - { - "id": 2049, - "name": "Rebekah Gardner", - "gender": "female", - "age": 40, - "address": { - "state": "North Dakota", - "city": "Manchester" - } - }, - { - "id": 2050, - "name": "Selma Fernandez", - "gender": "female", - "age": 31, - "address": { - "state": "Louisiana", - "city": "Suitland" - } - }, - { - "id": 2051, - "name": "Logan Key", - "gender": "male", - "age": 55, - "address": { - "state": "Texas", - "city": "Guilford" - } - }, - { - "id": 2052, - "name": "Marquez Hatfield", - "gender": "male", - "age": 26, - "address": { - "state": "Wisconsin", - "city": "Allamuchy" - } - }, - { - "id": 2053, - "name": "Debra Willis", - "gender": "female", - "age": 30, - "address": { - "state": "New Jersey", - "city": "Flintville" - } - }, - { - "id": 2054, - "name": "Serrano Britt", - "gender": "male", - "age": 68, - "address": { - "state": "Indiana", - "city": "Allentown" - } - }, - { - "id": 2055, - "name": "Sonia Schultz", - "gender": "female", - "age": 59, - "address": { - "state": "Oklahoma", - "city": "Wildwood" - } - }, - { - "id": 2056, - "name": "Gonzales Richmond", - "gender": "male", - "age": 67, - "address": { - "state": "Georgia", - "city": "Lawrence" - } - }, - { - "id": 2057, - "name": "Brandi Perez", - "gender": "female", - "age": 28, - "address": { - "state": "Alabama", - "city": "Fontanelle" - } - }, - { - "id": 2058, - "name": "Briggs Chan", - "gender": "male", - "age": 58, - "address": { - "state": "Pennsylvania", - "city": "Wacissa" - } - }, - { - "id": 2059, - "name": "Leonard Morgan", - "gender": "male", - "age": 32, - "address": { - "state": "New Jersey", - "city": "Ironton" - } - }, - { - "id": 2060, - "name": "Morin Lynn", - "gender": "male", - "age": 45, - "address": { - "state": "Texas", - "city": "Cecilia" - } - }, - { - "id": 2061, - "name": "Mildred Hess", - "gender": "female", - "age": 34, - "address": { - "state": "Utah", - "city": "Farmers" - } - }, - { - "id": 2062, - "name": "Rowe Brennan", - "gender": "male", - "age": 68, - "address": { - "state": "Idaho", - "city": "Knowlton" - } - }, - { - "id": 2063, - "name": "Chris Church", - "gender": "female", - "age": 55, - "address": { - "state": "Ohio", - "city": "Canoochee" - } - }, - { - "id": 2064, - "name": "Toni Hayden", - "gender": "female", - "age": 73, - "address": { - "state": "Wyoming", - "city": "Biddle" - } - }, - { - "id": 2065, - "name": "Harmon Hickman", - "gender": "male", - "age": 29, - "address": { - "state": "Nebraska", - "city": "Camino" - } - }, - { - "id": 2066, - "name": "Butler Pace", - "gender": "male", - "age": 29, - "address": { - "state": "Kentucky", - "city": "Yettem" - } - }, - { - "id": 2067, - "name": "Rebekah Kennedy", - "gender": "female", - "age": 61, - "address": { - "state": "Delaware", - "city": "Thermal" - } - }, - { - "id": 2068, - "name": "Torres Mckenzie", - "gender": "male", - "age": 36, - "address": { - "state": "South Carolina", - "city": "Greensburg" - } - }, - { - "id": 2069, - "name": "Rosie Russell", - "gender": "female", - "age": 21, - "address": { - "state": "Michigan", - "city": "Bascom" - } - }, - { - "id": 2070, - "name": "Velez Roberts", - "gender": "male", - "age": 44, - "address": { - "state": "Colorado", - "city": "Rivereno" - } - }, - { - "id": 2071, - "name": "Harrington Key", - "gender": "male", - "age": 21, - "address": { - "state": "Maryland", - "city": "Norris" - } - }, - { - "id": 2072, - "name": "Espinoza Sullivan", - "gender": "male", - "age": 66, - "address": { - "state": "Kansas", - "city": "Bannock" - } - }, - { - "id": 2073, - "name": "Elsa Rivers", - "gender": "female", - "age": 78, - "address": { - "state": "New York", - "city": "Flintville" - } - }, - { - "id": 2074, - "name": "Tamika Newton", - "gender": "female", - "age": 24, - "address": { - "state": "Wisconsin", - "city": "Wedgewood" - } - }, - { - "id": 2075, - "name": "Cobb Duncan", - "gender": "male", - "age": 54, - "address": { - "state": "Massachusetts", - "city": "Caln" - } - }, - { - "id": 2076, - "name": "Lora Drake", - "gender": "female", - "age": 51, - "address": { - "state": "Hawaii", - "city": "Bainbridge" - } - }, - { - "id": 2077, - "name": "Castro Rodgers", - "gender": "male", - "age": 37, - "address": { - "state": "Arkansas", - "city": "Welda" - } - }, - { - "id": 2078, - "name": "Campbell Romero", - "gender": "male", - "age": 58, - "address": { - "state": "Indiana", - "city": "Highland" - } - }, - { - "id": 2079, - "name": "Peterson Gordon", - "gender": "male", - "age": 32, - "address": { - "state": "South Dakota", - "city": "Chesapeake" - } - }, - { - "id": 2080, - "name": "Maribel King", - "gender": "female", - "age": 59, - "address": { - "state": "Vermont", - "city": "Belvoir" - } - }, - { - "id": 2081, - "name": "Riddle Donovan", - "gender": "male", - "age": 23, - "address": { - "state": "Connecticut", - "city": "Brooktrails" - } - }, - { - "id": 2082, - "name": "Marianne Foley", - "gender": "female", - "age": 33, - "address": { - "state": "Rhode Island", - "city": "Downsville" - } - }, - { - "id": 2083, - "name": "Tanisha Rivera", - "gender": "female", - "age": 21, - "address": { - "state": "California", - "city": "Florence" - } - }, - { - "id": 2084, - "name": "Leanne Soto", - "gender": "female", - "age": 41, - "address": { - "state": "Georgia", - "city": "Inkerman" - } - }, - { - "id": 2085, - "name": "Miranda Bray", - "gender": "female", - "age": 31, - "address": { - "state": "Oklahoma", - "city": "Oceola" - } - }, - { - "id": 2086, - "name": "Mitchell Bradshaw", - "gender": "male", - "age": 46, - "address": { - "state": "New Mexico", - "city": "Berlin" - } - }, - { - "id": 2087, - "name": "Lorie Goff", - "gender": "female", - "age": 74, - "address": { - "state": "Illinois", - "city": "Eastvale" - } - }, - { - "id": 2088, - "name": "Melody Roberson", - "gender": "female", - "age": 21, - "address": { - "state": "North Carolina", - "city": "Bartonsville" - } - }, - { - "id": 2089, - "name": "Lorrie West", - "gender": "female", - "age": 35, - "address": { - "state": "Missouri", - "city": "Wakulla" - } - }, - { - "id": 2090, - "name": "Aurelia Walters", - "gender": "female", - "age": 46, - "address": { - "state": "Alabama", - "city": "Oley" - } - }, - { - "id": 2091, - "name": "Lula Dyer", - "gender": "female", - "age": 58, - "address": { - "state": "Minnesota", - "city": "Maury" - } - }, - { - "id": 2092, - "name": "Farley Holmes", - "gender": "male", - "age": 75, - "address": { - "state": "Arizona", - "city": "Bentley" - } - }, - { - "id": 2093, - "name": "Ramirez Leach", - "gender": "male", - "age": 31, - "address": { - "state": "New Hampshire", - "city": "Bentonville" - } - }, - { - "id": 2094, - "name": "Gardner Cherry", - "gender": "male", - "age": 77, - "address": { - "state": "Alaska", - "city": "Montura" - } - }, - { - "id": 2095, - "name": "Mckee Hanson", - "gender": "male", - "age": 45, - "address": { - "state": "Maine", - "city": "Chilton" - } - }, - { - "id": 2096, - "name": "Carolina Lynch", - "gender": "female", - "age": 77, - "address": { - "state": "Florida", - "city": "Bordelonville" - } - }, - { - "id": 2097, - "name": "May Melton", - "gender": "male", - "age": 66, - "address": { - "state": "Washington", - "city": "Dante" - } - }, - { - "id": 2098, - "name": "Willa Sanders", - "gender": "female", - "age": 25, - "address": { - "state": "Tennessee", - "city": "Sparkill" - } - }, - { - "id": 2099, - "name": "Latoya Stuart", - "gender": "female", - "age": 73, - "address": { - "state": "West Virginia", - "city": "Marbury" - } - }, - { - "id": 2100, - "name": "Snider Vasquez", - "gender": "male", - "age": 48, - "address": { - "state": "Nevada", - "city": "Coinjock" - } - }, - { - "id": 2101, - "name": "Kenya Ferguson", - "gender": "female", - "age": 69, - "address": { - "state": "Mississippi", - "city": "Collins" - } - }, - { - "id": 2102, - "name": "Guadalupe Puckett", - "gender": "female", - "age": 21, - "address": { - "state": "Oregon", - "city": "Drytown" - } - }, - { - "id": 2103, - "name": "Nicholson Ellis", - "gender": "male", - "age": 51, - "address": { - "state": "Iowa", - "city": "Nipinnawasee" - } - }, - { - "id": 2104, - "name": "Letitia Merrill", - "gender": "female", - "age": 53, - "address": { - "state": "Montana", - "city": "Bend" - } - }, - { - "id": 2105, - "name": "Avery Neal", - "gender": "male", - "age": 17, - "address": { - "state": "North Dakota", - "city": "Boling" - } - }, - { - "id": 2106, - "name": "Beach Valenzuela", - "gender": "male", - "age": 62, - "address": { - "state": "Virginia", - "city": "Blodgett" - } - }, - { - "id": 2107, - "name": "Aileen Gallagher", - "gender": "female", - "age": 28, - "address": { - "state": "Iowa", - "city": "Whitewater" - } - }, - { - "id": 2108, - "name": "Mueller Mayo", - "gender": "male", - "age": 51, - "address": { - "state": "North Dakota", - "city": "Woodlake" - } - }, - { - "id": 2109, - "name": "Johns Gill", - "gender": "male", - "age": 53, - "address": { - "state": "New York", - "city": "Lund" - } - }, - { - "id": 2110, - "name": "Zelma Middleton", - "gender": "female", - "age": 52, - "address": { - "state": "Ohio", - "city": "Bergoo" - } - }, - { - "id": 2111, - "name": "Vonda Horne", - "gender": "female", - "age": 55, - "address": { - "state": "Tennessee", - "city": "Broadlands" - } - }, - { - "id": 2112, - "name": "Jerry French", - "gender": "female", - "age": 43, - "address": { - "state": "Texas", - "city": "Eastvale" - } - }, - { - "id": 2113, - "name": "Larsen Frazier", - "gender": "male", - "age": 75, - "address": { - "state": "Montana", - "city": "Grapeview" - } - }, - { - "id": 2114, - "name": "Winnie Graham", - "gender": "female", - "age": 63, - "address": { - "state": "Minnesota", - "city": "Hall" - } - }, - { - "id": 2115, - "name": "Sweeney Ware", - "gender": "male", - "age": 45, - "address": { - "state": "South Carolina", - "city": "Mammoth" - } - }, - { - "id": 2116, - "name": "Preston Mcgowan", - "gender": "male", - "age": 54, - "address": { - "state": "Arizona", - "city": "Bonanza" - } - }, - { - "id": 2117, - "name": "Keller Carson", - "gender": "male", - "age": 53, - "address": { - "state": "West Virginia", - "city": "Cavalero" - } - }, - { - "id": 2118, - "name": "Stephens Webb", - "gender": "male", - "age": 25, - "address": { - "state": "Mississippi", - "city": "Oasis" - } - }, - { - "id": 2119, - "name": "Simmons Hardin", - "gender": "male", - "age": 69, - "address": { - "state": "Colorado", - "city": "Trinway" - } - }, - { - "id": 2120, - "name": "Durham Barnes", - "gender": "male", - "age": 81, - "address": { - "state": "Wisconsin", - "city": "Gardners" - } - }, - { - "id": 2121, - "name": "Horn Roberson", - "gender": "male", - "age": 40, - "address": { - "state": "Virginia", - "city": "Hayes" - } - }, - { - "id": 2122, - "name": "Lawson Nunez", - "gender": "male", - "age": 27, - "address": { - "state": "Indiana", - "city": "Sultana" - } - }, - { - "id": 2123, - "name": "Bradshaw Gibson", - "gender": "male", - "age": 43, - "address": { - "state": "South Dakota", - "city": "Wildwood" - } - }, - { - "id": 2124, - "name": "Lynette Pugh", - "gender": "female", - "age": 51, - "address": { - "state": "Louisiana", - "city": "Jacumba" - } - }, - { - "id": 2125, - "name": "Bowman Cooper", - "gender": "male", - "age": 69, - "address": { - "state": "Pennsylvania", - "city": "Mahtowa" - } - }, - { - "id": 2126, - "name": "Kathy Shields", - "gender": "female", - "age": 31, - "address": { - "state": "Delaware", - "city": "Waterford" - } - }, - { - "id": 2127, - "name": "Jenny Hampton", - "gender": "female", - "age": 34, - "address": { - "state": "Massachusetts", - "city": "Guilford" - } - }, - { - "id": 2128, - "name": "Fields Schroeder", - "gender": "male", - "age": 72, - "address": { - "state": "Maine", - "city": "Clayville" - } - }, - { - "id": 2129, - "name": "Lopez Meadows", - "gender": "male", - "age": 58, - "address": { - "state": "New Jersey", - "city": "Vincent" - } - }, - { - "id": 2130, - "name": "Levine Burnett", - "gender": "male", - "age": 20, - "address": { - "state": "Nebraska", - "city": "Frierson" - } - }, - { - "id": 2131, - "name": "Hogan Garcia", - "gender": "male", - "age": 78, - "address": { - "state": "Utah", - "city": "Heil" - } - }, - { - "id": 2132, - "name": "Cole Hood", - "gender": "male", - "age": 36, - "address": { - "state": "Missouri", - "city": "Tyro" - } - }, - { - "id": 2133, - "name": "Mcgowan Cleveland", - "gender": "male", - "age": 57, - "address": { - "state": "Illinois", - "city": "Soudan" - } - }, - { - "id": 2134, - "name": "Becky Wong", - "gender": "female", - "age": 21, - "address": { - "state": "Washington", - "city": "Rosedale" - } - }, - { - "id": 2135, - "name": "Natasha Gentry", - "gender": "female", - "age": 32, - "address": { - "state": "Hawaii", - "city": "Whitmer" - } - }, - { - "id": 2136, - "name": "Sargent Collier", - "gender": "male", - "age": 62, - "address": { - "state": "Kentucky", - "city": "Klagetoh" - } - }, - { - "id": 2137, - "name": "Fleming Johnston", - "gender": "male", - "age": 35, - "address": { - "state": "Oklahoma", - "city": "Chase" - } - }, - { - "id": 2138, - "name": "Pate Stewart", - "gender": "male", - "age": 66, - "address": { - "state": "Vermont", - "city": "Elizaville" - } - }, - { - "id": 2139, - "name": "Heidi Hahn", - "gender": "female", - "age": 69, - "address": { - "state": "Maryland", - "city": "Camptown" - } - }, - { - "id": 2140, - "name": "Darcy Neal", - "gender": "female", - "age": 57, - "address": { - "state": "New Hampshire", - "city": "Canoochee" - } - }, - { - "id": 2141, - "name": "Branch Calhoun", - "gender": "male", - "age": 74, - "address": { - "state": "Arkansas", - "city": "Sugartown" - } - }, - { - "id": 2142, - "name": "Sonja Lawson", - "gender": "female", - "age": 66, - "address": { - "state": "Alabama", - "city": "Boyd" - } - }, - { - "id": 2143, - "name": "Webster Bender", - "gender": "male", - "age": 26, - "address": { - "state": "Idaho", - "city": "Umapine" - } - }, - { - "id": 2144, - "name": "Freida Williams", - "gender": "female", - "age": 53, - "address": { - "state": "Georgia", - "city": "Keller" - } - }, - { - "id": 2145, - "name": "Cain Harrington", - "gender": "male", - "age": 71, - "address": { - "state": "Florida", - "city": "Wheatfields" - } - }, - { - "id": 2146, - "name": "Bonita Hatfield", - "gender": "female", - "age": 65, - "address": { - "state": "Nevada", - "city": "Maybell" - } - }, - { - "id": 2147, - "name": "Leigh Ford", - "gender": "female", - "age": 50, - "address": { - "state": "Oregon", - "city": "Bend" - } - }, - { - "id": 2148, - "name": "Sanchez Hendricks", - "gender": "male", - "age": 31, - "address": { - "state": "Kansas", - "city": "Gordon" - } - }, - { - "id": 2149, - "name": "Ursula Atkinson", - "gender": "female", - "age": 57, - "address": { - "state": "Alaska", - "city": "Beason" - } - }, - { - "id": 2150, - "name": "Lottie Christian", - "gender": "female", - "age": 46, - "address": { - "state": "Connecticut", - "city": "Shaft" - } - }, - { - "id": 2151, - "name": "Hatfield Cain", - "gender": "male", - "age": 79, - "address": { - "state": "New Mexico", - "city": "Iola" - } - }, - { - "id": 2152, - "name": "Delacruz Barry", - "gender": "male", - "age": 53, - "address": { - "state": "North Carolina", - "city": "Elliott" - } - }, - { - "id": 2153, - "name": "Velez Barrett", - "gender": "male", - "age": 79, - "address": { - "state": "Michigan", - "city": "Lookingglass" - } - }, - { - "id": 2154, - "name": "Roberson Jones", - "gender": "male", - "age": 69, - "address": { - "state": "Rhode Island", - "city": "Centerville" - } - }, - { - "id": 2155, - "name": "Erickson Long", - "gender": "male", - "age": 75, - "address": { - "state": "California", - "city": "Worcester" - } - }, - { - "id": 2156, - "name": "Molina Dickson", - "gender": "male", - "age": 69, - "address": { - "state": "Minnesota", - "city": "Dyckesville" - } - }, - { - "id": 2157, - "name": "Billie Cardenas", - "gender": "female", - "age": 77, - "address": { - "state": "New Jersey", - "city": "Goodville" - } - }, - { - "id": 2158, - "name": "Patrica Smith", - "gender": "female", - "age": 50, - "address": { - "state": "Connecticut", - "city": "Rivera" - } - }, - { - "id": 2159, - "name": "Peggy Haynes", - "gender": "female", - "age": 57, - "address": { - "state": "Arkansas", - "city": "Lookingglass" - } - }, - { - "id": 2160, - "name": "Moreno Rodgers", - "gender": "male", - "age": 49, - "address": { - "state": "Wyoming", - "city": "Day" - } - }, - { - "id": 2161, - "name": "Lottie Carroll", - "gender": "female", - "age": 80, - "address": { - "state": "Iowa", - "city": "Floriston" - } - }, - { - "id": 2162, - "name": "Tanya Cantrell", - "gender": "female", - "age": 66, - "address": { - "state": "California", - "city": "Albany" - } - }, - { - "id": 2163, - "name": "Simone Calhoun", - "gender": "female", - "age": 76, - "address": { - "state": "Utah", - "city": "Elliston" - } - }, - { - "id": 2164, - "name": "Angelia Horton", - "gender": "female", - "age": 59, - "address": { - "state": "Massachusetts", - "city": "Charco" - } - }, - { - "id": 2165, - "name": "Vilma Barnes", - "gender": "female", - "age": 82, - "address": { - "state": "New Mexico", - "city": "Trona" - } - }, - { - "id": 2166, - "name": "Kristine Cobb", - "gender": "female", - "age": 69, - "address": { - "state": "Ohio", - "city": "Ebro" - } - }, - { - "id": 2167, - "name": "Agnes Simmons", - "gender": "female", - "age": 28, - "address": { - "state": "Alaska", - "city": "Lindisfarne" - } - }, - { - "id": 2168, - "name": "Abby Baxter", - "gender": "female", - "age": 20, - "address": { - "state": "New Hampshire", - "city": "Rosewood" - } - }, - { - "id": 2169, - "name": "Barlow Benjamin", - "gender": "male", - "age": 45, - "address": { - "state": "Michigan", - "city": "Farmers" - } - }, - { - "id": 2170, - "name": "Townsend Holloway", - "gender": "male", - "age": 59, - "address": { - "state": "Illinois", - "city": "Homestead" - } - }, - { - "id": 2171, - "name": "Marie Delacruz", - "gender": "female", - "age": 76, - "address": { - "state": "Colorado", - "city": "Rosine" - } - }, - { - "id": 2172, - "name": "Bray Dillon", - "gender": "male", - "age": 54, - "address": { - "state": "South Dakota", - "city": "Summerfield" - } - }, - { - "id": 2173, - "name": "Huffman Curry", - "gender": "male", - "age": 43, - "address": { - "state": "North Carolina", - "city": "Jamestown" - } - }, - { - "id": 2174, - "name": "Foley Harrison", - "gender": "male", - "age": 79, - "address": { - "state": "Maryland", - "city": "Fairmount" - } - }, - { - "id": 2175, - "name": "Sawyer Forbes", - "gender": "male", - "age": 63, - "address": { - "state": "Wisconsin", - "city": "Durham" - } - }, - { - "id": 2176, - "name": "Dana Cummings", - "gender": "female", - "age": 50, - "address": { - "state": "Louisiana", - "city": "Deputy" - } - }, - { - "id": 2177, - "name": "Sabrina Cervantes", - "gender": "female", - "age": 18, - "address": { - "state": "Nevada", - "city": "Alderpoint" - } - }, - { - "id": 2178, - "name": "Alford Winters", - "gender": "male", - "age": 17, - "address": { - "state": "Kentucky", - "city": "Toftrees" - } - }, - { - "id": 2179, - "name": "Soto Buckley", - "gender": "male", - "age": 47, - "address": { - "state": "Vermont", - "city": "Lopezo" - } - }, - { - "id": 2180, - "name": "Holmes Wynn", - "gender": "male", - "age": 55, - "address": { - "state": "Oregon", - "city": "Vowinckel" - } - }, - { - "id": 2181, - "name": "Glass Quinn", - "gender": "male", - "age": 47, - "address": { - "state": "Hawaii", - "city": "Wanship" - } - }, - { - "id": 2182, - "name": "Bonner Nicholson", - "gender": "male", - "age": 42, - "address": { - "state": "Idaho", - "city": "Madaket" - } - }, - { - "id": 2183, - "name": "Lillie Adams", - "gender": "female", - "age": 46, - "address": { - "state": "Florida", - "city": "Highland" - } - }, - { - "id": 2184, - "name": "Lynn Dawson", - "gender": "female", - "age": 69, - "address": { - "state": "Pennsylvania", - "city": "Grill" - } - }, - { - "id": 2185, - "name": "Ramos Garrison", - "gender": "male", - "age": 38, - "address": { - "state": "Maine", - "city": "Salix" - } - }, - { - "id": 2186, - "name": "Susanne Holcomb", - "gender": "female", - "age": 47, - "address": { - "state": "Kansas", - "city": "Sims" - } - }, - { - "id": 2187, - "name": "Cain Pruitt", - "gender": "male", - "age": 22, - "address": { - "state": "Arizona", - "city": "Smock" - } - }, - { - "id": 2188, - "name": "Mcbride Harper", - "gender": "male", - "age": 41, - "address": { - "state": "Montana", - "city": "Muir" - } - }, - { - "id": 2189, - "name": "Weiss Benson", - "gender": "male", - "age": 19, - "address": { - "state": "New York", - "city": "Neibert" - } - }, - { - "id": 2190, - "name": "Estella Figueroa", - "gender": "female", - "age": 54, - "address": { - "state": "Delaware", - "city": "Aberdeen" - } - }, - { - "id": 2191, - "name": "Roxie Rosales", - "gender": "female", - "age": 25, - "address": { - "state": "Washington", - "city": "Katonah" - } - }, - { - "id": 2192, - "name": "Tracey Foreman", - "gender": "female", - "age": 27, - "address": { - "state": "West Virginia", - "city": "Montura" - } - }, - { - "id": 2193, - "name": "Sweet Noble", - "gender": "male", - "age": 29, - "address": { - "state": "Alabama", - "city": "Keller" - } - }, - { - "id": 2194, - "name": "Walter Mcclure", - "gender": "male", - "age": 77, - "address": { - "state": "Rhode Island", - "city": "Faxon" - } - }, - { - "id": 2195, - "name": "Hutchinson Rowland", - "gender": "male", - "age": 69, - "address": { - "state": "Oklahoma", - "city": "Gerton" - } - }, - { - "id": 2196, - "name": "Jaime Levine", - "gender": "female", - "age": 51, - "address": { - "state": "South Carolina", - "city": "Eagleville" - } - }, - { - "id": 2197, - "name": "Murray Porter", - "gender": "male", - "age": 39, - "address": { - "state": "Mississippi", - "city": "Morningside" - } - }, - { - "id": 2198, - "name": "Ashley Beasley", - "gender": "male", - "age": 18, - "address": { - "state": "Nebraska", - "city": "Sugartown" - } - }, - { - "id": 2199, - "name": "Brandi Calderon", - "gender": "female", - "age": 28, - "address": { - "state": "Virginia", - "city": "Eureka" - } - }, - { - "id": 2200, - "name": "Baird Swanson", - "gender": "male", - "age": 28, - "address": { - "state": "Georgia", - "city": "Grantville" - } - }, - { - "id": 2201, - "name": "Nguyen Kirkland", - "gender": "male", - "age": 20, - "address": { - "state": "Tennessee", - "city": "Carbonville" - } - }, - { - "id": 2202, - "name": "Macias Martinez", - "gender": "male", - "age": 68, - "address": { - "state": "Missouri", - "city": "Northridge" - } - }, - { - "id": 2203, - "name": "Sophie Morales", - "gender": "female", - "age": 62, - "address": { - "state": "Texas", - "city": "Vale" - } - }, - { - "id": 2204, - "name": "Augusta Haley", - "gender": "female", - "age": 53, - "address": { - "state": "Indiana", - "city": "Wiscon" - } - }, - { - "id": 2205, - "name": "Buchanan Wolfe", - "gender": "male", - "age": 48, - "address": { - "state": "North Carolina", - "city": "Draper" - } - }, - { - "id": 2206, - "name": "Bass Graham", - "gender": "male", - "age": 76, - "address": { - "state": "West Virginia", - "city": "Blairstown" - } - }, - { - "id": 2207, - "name": "Lawrence Webb", - "gender": "male", - "age": 39, - "address": { - "state": "New Mexico", - "city": "Morriston" - } - }, - { - "id": 2208, - "name": "Earline Guy", - "gender": "female", - "age": 76, - "address": { - "state": "Wisconsin", - "city": "Siglerville" - } - }, - { - "id": 2209, - "name": "Ray Barrett", - "gender": "male", - "age": 79, - "address": { - "state": "Michigan", - "city": "Choctaw" - } - }, - { - "id": 2210, - "name": "Watson Odom", - "gender": "male", - "age": 31, - "address": { - "state": "Delaware", - "city": "Harviell" - } - }, - { - "id": 2211, - "name": "Eileen Stephenson", - "gender": "female", - "age": 60, - "address": { - "state": "Louisiana", - "city": "Tetherow" - } - }, - { - "id": 2212, - "name": "Jacqueline Weaver", - "gender": "female", - "age": 70, - "address": { - "state": "Texas", - "city": "Hardyville" - } - }, - { - "id": 2213, - "name": "Jenkins Sweeney", - "gender": "male", - "age": 33, - "address": { - "state": "Kentucky", - "city": "Greenwich" - } - }, - { - "id": 2214, - "name": "Stokes Petty", - "gender": "male", - "age": 70, - "address": { - "state": "Illinois", - "city": "Brookfield" - } - }, - { - "id": 2215, - "name": "Queen Randall", - "gender": "female", - "age": 30, - "address": { - "state": "Hawaii", - "city": "Ezel" - } - }, - { - "id": 2216, - "name": "Ward Gregory", - "gender": "male", - "age": 43, - "address": { - "state": "New York", - "city": "Idamay" - } - }, - { - "id": 2217, - "name": "Luisa Rosario", - "gender": "female", - "age": 30, - "address": { - "state": "Maine", - "city": "Dotsero" - } - }, - { - "id": 2218, - "name": "Loraine Melendez", - "gender": "female", - "age": 50, - "address": { - "state": "Pennsylvania", - "city": "Chesterfield" - } - }, - { - "id": 2219, - "name": "Pace Clements", - "gender": "male", - "age": 67, - "address": { - "state": "South Dakota", - "city": "Imperial" - } - }, - { - "id": 2220, - "name": "Amanda Erickson", - "gender": "female", - "age": 78, - "address": { - "state": "Washington", - "city": "Ola" - } - }, - { - "id": 2221, - "name": "Fannie Sexton", - "gender": "female", - "age": 52, - "address": { - "state": "Alabama", - "city": "Glendale" - } - }, - { - "id": 2222, - "name": "Glenn Noble", - "gender": "male", - "age": 41, - "address": { - "state": "Utah", - "city": "Delco" - } - }, - { - "id": 2223, - "name": "Marcy Jensen", - "gender": "female", - "age": 61, - "address": { - "state": "Tennessee", - "city": "Lowgap" - } - }, - { - "id": 2224, - "name": "Gladys Wiggins", - "gender": "female", - "age": 68, - "address": { - "state": "Minnesota", - "city": "Hillsboro" - } - }, - { - "id": 2225, - "name": "Amalia Thornton", - "gender": "female", - "age": 76, - "address": { - "state": "Mississippi", - "city": "Ladera" - } - }, - { - "id": 2226, - "name": "Ila Mckinney", - "gender": "female", - "age": 32, - "address": { - "state": "Virginia", - "city": "Staples" - } - }, - { - "id": 2227, - "name": "Mcclain Mcfadden", - "gender": "male", - "age": 54, - "address": { - "state": "Indiana", - "city": "Escondida" - } - }, - { - "id": 2228, - "name": "Woodward Levine", - "gender": "male", - "age": 40, - "address": { - "state": "North Dakota", - "city": "Needmore" - } - }, - { - "id": 2229, - "name": "Dickson Fox", - "gender": "male", - "age": 36, - "address": { - "state": "Colorado", - "city": "Vienna" - } - }, - { - "id": 2230, - "name": "Wendi Blackburn", - "gender": "female", - "age": 36, - "address": { - "state": "Wyoming", - "city": "Evergreen" - } - }, - { - "id": 2231, - "name": "Vera Lopez", - "gender": "female", - "age": 40, - "address": { - "state": "New Jersey", - "city": "Clara" - } - }, - { - "id": 2232, - "name": "Therese Walsh", - "gender": "female", - "age": 21, - "address": { - "state": "Connecticut", - "city": "Henrietta" - } - }, - { - "id": 2233, - "name": "Hilda Russo", - "gender": "female", - "age": 42, - "address": { - "state": "Vermont", - "city": "Wheaton" - } - }, - { - "id": 2234, - "name": "Elena Norman", - "gender": "female", - "age": 41, - "address": { - "state": "California", - "city": "Spokane" - } - }, - { - "id": 2235, - "name": "Neva Mack", - "gender": "female", - "age": 71, - "address": { - "state": "Arkansas", - "city": "Dennard" - } - }, - { - "id": 2236, - "name": "Singleton Manning", - "gender": "male", - "age": 29, - "address": { - "state": "Idaho", - "city": "Elrama" - } - }, - { - "id": 2237, - "name": "Cheryl Whitehead", - "gender": "female", - "age": 17, - "address": { - "state": "Kansas", - "city": "Jennings" - } - }, - { - "id": 2238, - "name": "Kemp Mckay", - "gender": "male", - "age": 51, - "address": { - "state": "Alaska", - "city": "Campo" - } - }, - { - "id": 2239, - "name": "Fran Jarvis", - "gender": "female", - "age": 37, - "address": { - "state": "South Carolina", - "city": "Crayne" - } - }, - { - "id": 2240, - "name": "Buchanan Boyd", - "gender": "male", - "age": 21, - "address": { - "state": "Nevada", - "city": "Hiwasse" - } - }, - { - "id": 2241, - "name": "Jamie England", - "gender": "female", - "age": 48, - "address": { - "state": "Maryland", - "city": "Marshall" - } - }, - { - "id": 2242, - "name": "Hudson Hughes", - "gender": "male", - "age": 81, - "address": { - "state": "Montana", - "city": "Bagtown" - } - }, - { - "id": 2243, - "name": "Kris Barron", - "gender": "female", - "age": 42, - "address": { - "state": "Oregon", - "city": "Saranap" - } - }, - { - "id": 2244, - "name": "Gallegos Mcdowell", - "gender": "male", - "age": 51, - "address": { - "state": "Georgia", - "city": "Nicholson" - } - }, - { - "id": 2245, - "name": "Rochelle Travis", - "gender": "female", - "age": 30, - "address": { - "state": "Arizona", - "city": "Gardiner" - } - }, - { - "id": 2246, - "name": "Brewer Koch", - "gender": "male", - "age": 51, - "address": { - "state": "Iowa", - "city": "Dale" - } - }, - { - "id": 2247, - "name": "Eve Nicholson", - "gender": "female", - "age": 80, - "address": { - "state": "Massachusetts", - "city": "Magnolia" - } - }, - { - "id": 2248, - "name": "Valenzuela Underwood", - "gender": "male", - "age": 22, - "address": { - "state": "Oklahoma", - "city": "Homeworth" - } - }, - { - "id": 2249, - "name": "Gwen Bird", - "gender": "female", - "age": 40, - "address": { - "state": "Nebraska", - "city": "Wescosville" - } - }, - { - "id": 2250, - "name": "Shaw Simpson", - "gender": "male", - "age": 82, - "address": { - "state": "New Hampshire", - "city": "Vallonia" - } - }, - { - "id": 2251, - "name": "William King", - "gender": "male", - "age": 53, - "address": { - "state": "Ohio", - "city": "Santel" - } - }, - { - "id": 2252, - "name": "Nolan Hernandez", - "gender": "male", - "age": 78, - "address": { - "state": "Missouri", - "city": "Shindler" - } - }, - { - "id": 2253, - "name": "Aurora Gross", - "gender": "female", - "age": 78, - "address": { - "state": "Rhode Island", - "city": "Mathews" - } - }, - { - "id": 2254, - "name": "Duncan Singleton", - "gender": "male", - "age": 23, - "address": { - "state": "Alaska", - "city": "Layhill" - } - }, - { - "id": 2255, - "name": "Rollins Gonzales", - "gender": "male", - "age": 68, - "address": { - "state": "Georgia", - "city": "Dorneyville" - } - }, - { - "id": 2256, - "name": "Drake Russell", - "gender": "male", - "age": 71, - "address": { - "state": "Rhode Island", - "city": "Homeworth" - } - }, - { - "id": 2257, - "name": "Lucinda Alston", - "gender": "female", - "age": 20, - "address": { - "state": "Kentucky", - "city": "Chamberino" - } - }, - { - "id": 2258, - "name": "Trevino Ward", - "gender": "male", - "age": 70, - "address": { - "state": "Connecticut", - "city": "Summerset" - } - }, - { - "id": 2259, - "name": "Duffy Dean", - "gender": "male", - "age": 25, - "address": { - "state": "Colorado", - "city": "Bison" - } - }, - { - "id": 2260, - "name": "Salazar Burks", - "gender": "male", - "age": 43, - "address": { - "state": "California", - "city": "Blairstown" - } - }, - { - "id": 2261, - "name": "Mckenzie Harrell", - "gender": "male", - "age": 23, - "address": { - "state": "Tennessee", - "city": "Graniteville" - } - }, - { - "id": 2262, - "name": "Cash Garrett", - "gender": "male", - "age": 26, - "address": { - "state": "New York", - "city": "Garfield" - } - }, - { - "id": 2263, - "name": "Montoya Nguyen", - "gender": "male", - "age": 32, - "address": { - "state": "Missouri", - "city": "Stewartville" - } - }, - { - "id": 2264, - "name": "Sophia Sexton", - "gender": "female", - "age": 52, - "address": { - "state": "Wisconsin", - "city": "Falmouth" - } - }, - { - "id": 2265, - "name": "Josephine Mercer", - "gender": "female", - "age": 49, - "address": { - "state": "Arkansas", - "city": "Bakersville" - } - }, - { - "id": 2266, - "name": "Nina Sullivan", - "gender": "female", - "age": 63, - "address": { - "state": "New Jersey", - "city": "Manitou" - } - }, - { - "id": 2267, - "name": "Orr Robinson", - "gender": "male", - "age": 73, - "address": { - "state": "Oregon", - "city": "Blende" - } - }, - { - "id": 2268, - "name": "Cristina Hernandez", - "gender": "female", - "age": 22, - "address": { - "state": "Alabama", - "city": "Glendale" - } - }, - { - "id": 2269, - "name": "Madge Foley", - "gender": "female", - "age": 51, - "address": { - "state": "New Mexico", - "city": "Williston" - } - }, - { - "id": 2270, - "name": "Roberson Owen", - "gender": "male", - "age": 34, - "address": { - "state": "Maryland", - "city": "Delshire" - } - }, - { - "id": 2271, - "name": "Savage Ferguson", - "gender": "male", - "age": 26, - "address": { - "state": "Mississippi", - "city": "Darrtown" - } - }, - { - "id": 2272, - "name": "Juliana Stout", - "gender": "female", - "age": 45, - "address": { - "state": "North Carolina", - "city": "Soudan" - } - }, - { - "id": 2273, - "name": "Tamra Alexander", - "gender": "female", - "age": 57, - "address": { - "state": "Michigan", - "city": "Caspar" - } - }, - { - "id": 2274, - "name": "Polly Abbott", - "gender": "female", - "age": 66, - "address": { - "state": "Montana", - "city": "Hegins" - } - }, - { - "id": 2275, - "name": "Antonia Rhodes", - "gender": "female", - "age": 69, - "address": { - "state": "Nevada", - "city": "Lookingglass" - } - }, - { - "id": 2276, - "name": "Tia Alvarez", - "gender": "female", - "age": 46, - "address": { - "state": "Wyoming", - "city": "Sunriver" - } - }, - { - "id": 2277, - "name": "Marta Wilkins", - "gender": "female", - "age": 26, - "address": { - "state": "West Virginia", - "city": "Barstow" - } - }, - { - "id": 2278, - "name": "Katheryn Kim", - "gender": "female", - "age": 38, - "address": { - "state": "Massachusetts", - "city": "Rivereno" - } - }, - { - "id": 2279, - "name": "Chambers Garrison", - "gender": "male", - "age": 65, - "address": { - "state": "North Dakota", - "city": "Valmy" - } - }, - { - "id": 2280, - "name": "Poole Mcgowan", - "gender": "male", - "age": 31, - "address": { - "state": "Washington", - "city": "Fannett" - } - }, - { - "id": 2281, - "name": "Belinda Pratt", - "gender": "female", - "age": 35, - "address": { - "state": "Utah", - "city": "Bynum" - } - }, - { - "id": 2282, - "name": "Schneider Graves", - "gender": "male", - "age": 70, - "address": { - "state": "Hawaii", - "city": "Chestnut" - } - }, - { - "id": 2283, - "name": "Bonita Crawford", - "gender": "female", - "age": 22, - "address": { - "state": "South Dakota", - "city": "Omar" - } - }, - { - "id": 2284, - "name": "Cochran Rollins", - "gender": "male", - "age": 81, - "address": { - "state": "Pennsylvania", - "city": "Bodega" - } - }, - { - "id": 2285, - "name": "Collier Maynard", - "gender": "male", - "age": 23, - "address": { - "state": "Texas", - "city": "Singer" - } - }, - { - "id": 2286, - "name": "Espinoza Newman", - "gender": "male", - "age": 80, - "address": { - "state": "Vermont", - "city": "Rockingham" - } - }, - { - "id": 2287, - "name": "Petty Pearson", - "gender": "male", - "age": 81, - "address": { - "state": "New Hampshire", - "city": "Toftrees" - } - }, - { - "id": 2288, - "name": "Suzette Workman", - "gender": "female", - "age": 77, - "address": { - "state": "Delaware", - "city": "Chalfant" - } - }, - { - "id": 2289, - "name": "Logan Hampton", - "gender": "male", - "age": 35, - "address": { - "state": "Kansas", - "city": "Bentonville" - } - }, - { - "id": 2290, - "name": "Carla Kelly", - "gender": "female", - "age": 75, - "address": { - "state": "Florida", - "city": "Hall" - } - }, - { - "id": 2291, - "name": "Nadia Tanner", - "gender": "female", - "age": 72, - "address": { - "state": "Illinois", - "city": "Marshall" - } - }, - { - "id": 2292, - "name": "Marci Sandoval", - "gender": "female", - "age": 59, - "address": { - "state": "Louisiana", - "city": "Matheny" - } - }, - { - "id": 2293, - "name": "Marietta Herman", - "gender": "female", - "age": 56, - "address": { - "state": "Iowa", - "city": "Whitehaven" - } - }, - { - "id": 2294, - "name": "Lawanda Bauer", - "gender": "female", - "age": 45, - "address": { - "state": "Arizona", - "city": "Hobucken" - } - }, - { - "id": 2295, - "name": "Marylou Phelps", - "gender": "female", - "age": 34, - "address": { - "state": "Nebraska", - "city": "Saranap" - } - }, - { - "id": 2296, - "name": "Nancy Hamilton", - "gender": "female", - "age": 42, - "address": { - "state": "Minnesota", - "city": "Topaz" - } - }, - { - "id": 2297, - "name": "Lizzie Callahan", - "gender": "female", - "age": 20, - "address": { - "state": "Ohio", - "city": "Sparkill" - } - }, - { - "id": 2298, - "name": "Callie Bond", - "gender": "female", - "age": 74, - "address": { - "state": "Idaho", - "city": "Winfred" - } - }, - { - "id": 2299, - "name": "Bush Spears", - "gender": "male", - "age": 23, - "address": { - "state": "Indiana", - "city": "Marenisco" - } - }, - { - "id": 2300, - "name": "Zelma Maldonado", - "gender": "female", - "age": 50, - "address": { - "state": "South Carolina", - "city": "Babb" - } - }, - { - "id": 2301, - "name": "Marie Cleveland", - "gender": "female", - "age": 59, - "address": { - "state": "Maine", - "city": "Drytown" - } - }, - { - "id": 2302, - "name": "Lina Santana", - "gender": "female", - "age": 70, - "address": { - "state": "Virginia", - "city": "Thynedale" - } - }, - { - "id": 2303, - "name": "Barnes Fischer", - "gender": "male", - "age": 19, - "address": { - "state": "New Jersey", - "city": "Convent" - } - }, - { - "id": 2304, - "name": "Ethel Sears", - "gender": "female", - "age": 25, - "address": { - "state": "Kentucky", - "city": "Yettem" - } - }, - { - "id": 2305, - "name": "Dawson West", - "gender": "male", - "age": 63, - "address": { - "state": "Arkansas", - "city": "Muir" - } - }, - { - "id": 2306, - "name": "Katina Nguyen", - "gender": "female", - "age": 80, - "address": { - "state": "Virginia", - "city": "Kempton" - } - }, - { - "id": 2307, - "name": "Benjamin Coffey", - "gender": "male", - "age": 18, - "address": { - "state": "Tennessee", - "city": "Malott" - } - }, - { - "id": 2308, - "name": "Roberta Boyle", - "gender": "female", - "age": 56, - "address": { - "state": "Georgia", - "city": "Nadine" - } - }, - { - "id": 2309, - "name": "Hester Case", - "gender": "female", - "age": 41, - "address": { - "state": "Maine", - "city": "Belva" - } - }, - { - "id": 2310, - "name": "Stacy Gaines", - "gender": "female", - "age": 57, - "address": { - "state": "Wisconsin", - "city": "Dotsero" - } - }, - { - "id": 2311, - "name": "Bailey English", - "gender": "male", - "age": 24, - "address": { - "state": "South Dakota", - "city": "Coalmont" - } - }, - { - "id": 2312, - "name": "Dawn Murphy", - "gender": "female", - "age": 49, - "address": { - "state": "Alabama", - "city": "Avoca" - } - }, - { - "id": 2313, - "name": "Harriett Hinton", - "gender": "female", - "age": 65, - "address": { - "state": "Montana", - "city": "Brady" - } - }, - { - "id": 2314, - "name": "Suzette Mercer", - "gender": "female", - "age": 18, - "address": { - "state": "Connecticut", - "city": "Lydia" - } - }, - { - "id": 2315, - "name": "Christa Stevens", - "gender": "female", - "age": 44, - "address": { - "state": "Florida", - "city": "Kraemer" - } - }, - { - "id": 2316, - "name": "Diaz Bonner", - "gender": "male", - "age": 50, - "address": { - "state": "Washington", - "city": "Geyserville" - } - }, - { - "id": 2317, - "name": "Mcpherson Keller", - "gender": "male", - "age": 26, - "address": { - "state": "Rhode Island", - "city": "Alafaya" - } - }, - { - "id": 2318, - "name": "Isabel Dodson", - "gender": "female", - "age": 41, - "address": { - "state": "Massachusetts", - "city": "Wolcott" - } - }, - { - "id": 2319, - "name": "Keith Kerr", - "gender": "male", - "age": 75, - "address": { - "state": "Louisiana", - "city": "Thatcher" - } - }, - { - "id": 2320, - "name": "Jefferson Jones", - "gender": "male", - "age": 26, - "address": { - "state": "Pennsylvania", - "city": "Lloyd" - } - }, - { - "id": 2321, - "name": "Tucker Winters", - "gender": "male", - "age": 38, - "address": { - "state": "Oregon", - "city": "Osmond" - } - }, - { - "id": 2322, - "name": "Della Cannon", - "gender": "female", - "age": 27, - "address": { - "state": "Minnesota", - "city": "Iola" - } - }, - { - "id": 2323, - "name": "Ayers Acevedo", - "gender": "male", - "age": 24, - "address": { - "state": "Kansas", - "city": "Shelby" - } - }, - { - "id": 2324, - "name": "Wells Webster", - "gender": "male", - "age": 71, - "address": { - "state": "Vermont", - "city": "Flintville" - } - }, - { - "id": 2325, - "name": "Whitley Cruz", - "gender": "male", - "age": 70, - "address": { - "state": "South Carolina", - "city": "Gwynn" - } - }, - { - "id": 2326, - "name": "Lynne Fuentes", - "gender": "female", - "age": 42, - "address": { - "state": "Arizona", - "city": "Vernon" - } - }, - { - "id": 2327, - "name": "Morin May", - "gender": "male", - "age": 34, - "address": { - "state": "Idaho", - "city": "Morningside" - } - }, - { - "id": 2328, - "name": "Kristie Ramos", - "gender": "female", - "age": 27, - "address": { - "state": "Michigan", - "city": "Chloride" - } - }, - { - "id": 2329, - "name": "Eva Brennan", - "gender": "female", - "age": 70, - "address": { - "state": "Maryland", - "city": "Witmer" - } - }, - { - "id": 2330, - "name": "Griffin Silva", - "gender": "male", - "age": 81, - "address": { - "state": "Delaware", - "city": "Bayview" - } - }, - { - "id": 2331, - "name": "Alisha Mcguire", - "gender": "female", - "age": 45, - "address": { - "state": "New Mexico", - "city": "Makena" - } - }, - { - "id": 2332, - "name": "Marisol Vargas", - "gender": "female", - "age": 54, - "address": { - "state": "Wyoming", - "city": "Nelson" - } - }, - { - "id": 2333, - "name": "Randall Pruitt", - "gender": "male", - "age": 53, - "address": { - "state": "Missouri", - "city": "Loretto" - } - }, - { - "id": 2334, - "name": "Good Gallagher", - "gender": "male", - "age": 28, - "address": { - "state": "Texas", - "city": "Echo" - } - }, - { - "id": 2335, - "name": "Jacobs Peters", - "gender": "male", - "age": 82, - "address": { - "state": "New York", - "city": "Edenburg" - } - }, - { - "id": 2336, - "name": "Bridges Huber", - "gender": "male", - "age": 23, - "address": { - "state": "Mississippi", - "city": "Caledonia" - } - }, - { - "id": 2337, - "name": "Nolan Lester", - "gender": "male", - "age": 46, - "address": { - "state": "Indiana", - "city": "Jackpot" - } - }, - { - "id": 2338, - "name": "Ochoa Mcconnell", - "gender": "male", - "age": 82, - "address": { - "state": "California", - "city": "Morriston" - } - }, - { - "id": 2339, - "name": "Matthews Barron", - "gender": "male", - "age": 24, - "address": { - "state": "Utah", - "city": "Gadsden" - } - }, - { - "id": 2340, - "name": "Tamika Crane", - "gender": "female", - "age": 70, - "address": { - "state": "Iowa", - "city": "Wilmington" - } - }, - { - "id": 2341, - "name": "Fannie Moody", - "gender": "female", - "age": 21, - "address": { - "state": "North Dakota", - "city": "Camino" - } - }, - { - "id": 2342, - "name": "Tommie Barnes", - "gender": "female", - "age": 45, - "address": { - "state": "Hawaii", - "city": "Maury" - } - }, - { - "id": 2343, - "name": "Jaime Ball", - "gender": "female", - "age": 74, - "address": { - "state": "North Carolina", - "city": "Urie" - } - }, - { - "id": 2344, - "name": "Mullins Carroll", - "gender": "male", - "age": 24, - "address": { - "state": "New Hampshire", - "city": "Warsaw" - } - }, - { - "id": 2345, - "name": "Aimee Rosario", - "gender": "female", - "age": 19, - "address": { - "state": "Nebraska", - "city": "Zarephath" - } - }, - { - "id": 2346, - "name": "Peterson Robbins", - "gender": "male", - "age": 61, - "address": { - "state": "West Virginia", - "city": "Grayhawk" - } - }, - { - "id": 2347, - "name": "Lina Koch", - "gender": "female", - "age": 60, - "address": { - "state": "Oklahoma", - "city": "Finzel" - } - }, - { - "id": 2348, - "name": "Hutchinson Oneill", - "gender": "male", - "age": 68, - "address": { - "state": "Illinois", - "city": "Groton" - } - }, - { - "id": 2349, - "name": "Ward Hopkins", - "gender": "male", - "age": 73, - "address": { - "state": "Ohio", - "city": "Freeburn" - } - }, - { - "id": 2350, - "name": "Albert Contreras", - "gender": "male", - "age": 31, - "address": { - "state": "Nevada", - "city": "Orovada" - } - }, - { - "id": 2351, - "name": "Schneider Holt", - "gender": "male", - "age": 38, - "address": { - "state": "Colorado", - "city": "Chelsea" - } - }, - { - "id": 2352, - "name": "Jackson Kane", - "gender": "male", - "age": 46, - "address": { - "state": "Ohio", - "city": "Devon" - } - }, - { - "id": 2353, - "name": "Fran Mcmillan", - "gender": "female", - "age": 59, - "address": { - "state": "Maine", - "city": "Garfield" - } - }, - { - "id": 2354, - "name": "Vargas Keller", - "gender": "male", - "age": 44, - "address": { - "state": "Texas", - "city": "Draper" - } - }, - { - "id": 2355, - "name": "Darla Barlow", - "gender": "female", - "age": 18, - "address": { - "state": "California", - "city": "Elliott" - } - }, - { - "id": 2356, - "name": "Jody Coffey", - "gender": "female", - "age": 65, - "address": { - "state": "Minnesota", - "city": "Detroit" - } - }, - { - "id": 2357, - "name": "Fuller Boone", - "gender": "male", - "age": 82, - "address": { - "state": "Washington", - "city": "Esmont" - } - }, - { - "id": 2358, - "name": "Lavonne Emerson", - "gender": "female", - "age": 49, - "address": { - "state": "Oregon", - "city": "Taft" - } - }, - { - "id": 2359, - "name": "Sellers Calderon", - "gender": "male", - "age": 54, - "address": { - "state": "Pennsylvania", - "city": "Delwood" - } - }, - { - "id": 2360, - "name": "Mason Duncan", - "gender": "male", - "age": 75, - "address": { - "state": "North Carolina", - "city": "Nicut" - } - }, - { - "id": 2361, - "name": "Haney Cobb", - "gender": "male", - "age": 30, - "address": { - "state": "Wyoming", - "city": "Toftrees" - } - }, - { - "id": 2362, - "name": "Penelope Stafford", - "gender": "female", - "age": 31, - "address": { - "state": "Alaska", - "city": "Rosburg" - } - }, - { - "id": 2363, - "name": "Bridgette Lyons", - "gender": "female", - "age": 64, - "address": { - "state": "Nevada", - "city": "Johnsonburg" - } - }, - { - "id": 2364, - "name": "Joseph Odonnell", - "gender": "male", - "age": 21, - "address": { - "state": "West Virginia", - "city": "Cressey" - } - }, - { - "id": 2365, - "name": "Marquez Holt", - "gender": "male", - "age": 48, - "address": { - "state": "Alabama", - "city": "Maxville" - } - }, - { - "id": 2366, - "name": "Stacey Pearson", - "gender": "female", - "age": 26, - "address": { - "state": "Mississippi", - "city": "Chase" - } - }, - { - "id": 2367, - "name": "Holden Collier", - "gender": "male", - "age": 31, - "address": { - "state": "Hawaii", - "city": "Strong" - } - }, - { - "id": 2368, - "name": "Eddie Salas", - "gender": "female", - "age": 47, - "address": { - "state": "Connecticut", - "city": "Lacomb" - } - }, - { - "id": 2369, - "name": "Caldwell Vasquez", - "gender": "male", - "age": 51, - "address": { - "state": "Tennessee", - "city": "Oley" - } - }, - { - "id": 2370, - "name": "Ward Mack", - "gender": "male", - "age": 28, - "address": { - "state": "Iowa", - "city": "Trinway" - } - }, - { - "id": 2371, - "name": "Vinson Boyer", - "gender": "male", - "age": 66, - "address": { - "state": "Virginia", - "city": "Bannock" - } - }, - { - "id": 2372, - "name": "Mindy Guthrie", - "gender": "female", - "age": 47, - "address": { - "state": "Missouri", - "city": "Goochland" - } - }, - { - "id": 2373, - "name": "Meadows Dodson", - "gender": "male", - "age": 28, - "address": { - "state": "Colorado", - "city": "Brethren" - } - }, - { - "id": 2374, - "name": "Suarez Johnston", - "gender": "male", - "age": 70, - "address": { - "state": "New Hampshire", - "city": "Caroline" - } - }, - { - "id": 2375, - "name": "Potts Snider", - "gender": "male", - "age": 49, - "address": { - "state": "Florida", - "city": "Tioga" - } - }, - { - "id": 2376, - "name": "Lorrie Finley", - "gender": "female", - "age": 22, - "address": { - "state": "Montana", - "city": "Finderne" - } - }, - { - "id": 2377, - "name": "April Blackburn", - "gender": "female", - "age": 72, - "address": { - "state": "Louisiana", - "city": "Emison" - } - }, - { - "id": 2378, - "name": "Douglas Cash", - "gender": "male", - "age": 73, - "address": { - "state": "Delaware", - "city": "Eastmont" - } - }, - { - "id": 2379, - "name": "Franks Fuentes", - "gender": "male", - "age": 81, - "address": { - "state": "Maryland", - "city": "Leeper" - } - }, - { - "id": 2380, - "name": "Schroeder Michael", - "gender": "male", - "age": 57, - "address": { - "state": "New York", - "city": "Tilden" - } - }, - { - "id": 2381, - "name": "Sosa Welch", - "gender": "male", - "age": 49, - "address": { - "state": "New Jersey", - "city": "Kieler" - } - }, - { - "id": 2382, - "name": "Baldwin Solis", - "gender": "male", - "age": 62, - "address": { - "state": "Illinois", - "city": "Tyhee" - } - }, - { - "id": 2383, - "name": "Rodriquez Doyle", - "gender": "male", - "age": 59, - "address": { - "state": "Michigan", - "city": "Ruffin" - } - }, - { - "id": 2384, - "name": "Amelia Keith", - "gender": "female", - "age": 66, - "address": { - "state": "Rhode Island", - "city": "Catherine" - } - }, - { - "id": 2385, - "name": "Geraldine Graves", - "gender": "female", - "age": 20, - "address": { - "state": "Utah", - "city": "Greenfields" - } - }, - { - "id": 2386, - "name": "Randall Pratt", - "gender": "male", - "age": 37, - "address": { - "state": "Oklahoma", - "city": "Winesburg" - } - }, - { - "id": 2387, - "name": "Concepcion Guerra", - "gender": "female", - "age": 18, - "address": { - "state": "New Mexico", - "city": "Gordon" - } - }, - { - "id": 2388, - "name": "Lewis Romero", - "gender": "male", - "age": 39, - "address": { - "state": "Arkansas", - "city": "Ada" - } - }, - { - "id": 2389, - "name": "Blake Cooley", - "gender": "male", - "age": 68, - "address": { - "state": "Idaho", - "city": "Osmond" - } - }, - { - "id": 2390, - "name": "Kristy Perez", - "gender": "female", - "age": 76, - "address": { - "state": "Nebraska", - "city": "Blairstown" - } - }, - { - "id": 2391, - "name": "Enid Ramirez", - "gender": "female", - "age": 31, - "address": { - "state": "Arizona", - "city": "Bonanza" - } - }, - { - "id": 2392, - "name": "Tanisha Peterson", - "gender": "female", - "age": 23, - "address": { - "state": "Georgia", - "city": "Westboro" - } - }, - { - "id": 2393, - "name": "Blair Padilla", - "gender": "male", - "age": 74, - "address": { - "state": "Vermont", - "city": "Madrid" - } - }, - { - "id": 2394, - "name": "Nellie Daugherty", - "gender": "female", - "age": 32, - "address": { - "state": "North Dakota", - "city": "Dexter" - } - }, - { - "id": 2395, - "name": "Simone Salazar", - "gender": "female", - "age": 67, - "address": { - "state": "Kansas", - "city": "Bynum" - } - }, - { - "id": 2396, - "name": "Payne Ramos", - "gender": "male", - "age": 47, - "address": { - "state": "Wisconsin", - "city": "Nicholson" - } - }, - { - "id": 2397, - "name": "Sheri Roy", - "gender": "female", - "age": 73, - "address": { - "state": "Kentucky", - "city": "Cumminsville" - } - }, - { - "id": 2398, - "name": "Leticia Cortez", - "gender": "female", - "age": 50, - "address": { - "state": "South Dakota", - "city": "Geyserville" - } - }, - { - "id": 2399, - "name": "Finch Gregory", - "gender": "male", - "age": 24, - "address": { - "state": "Massachusetts", - "city": "Stockwell" - } - }, - { - "id": 2400, - "name": "Trujillo Harvey", - "gender": "male", - "age": 32, - "address": { - "state": "Indiana", - "city": "Slovan" - } - }, - { - "id": 2401, - "name": "Yvonne Lamb", - "gender": "female", - "age": 58, - "address": { - "state": "Texas", - "city": "Fulford" - } - }, - { - "id": 2402, - "name": "Kelli Mcdonald", - "gender": "female", - "age": 18, - "address": { - "state": "Wisconsin", - "city": "Vernon" - } - }, - { - "id": 2403, - "name": "Carey Young", - "gender": "female", - "age": 41, - "address": { - "state": "Mississippi", - "city": "Topaz" - } - }, - { - "id": 2404, - "name": "Oneill Mcclain", - "gender": "male", - "age": 25, - "address": { - "state": "Oklahoma", - "city": "Watrous" - } - }, - { - "id": 2405, - "name": "Dale Merrill", - "gender": "male", - "age": 66, - "address": { - "state": "Ohio", - "city": "Strykersville" - } - }, - { - "id": 2406, - "name": "Amalia Rosa", - "gender": "female", - "age": 18, - "address": { - "state": "Delaware", - "city": "Bradenville" - } - }, - { - "id": 2407, - "name": "Ellison Stout", - "gender": "male", - "age": 81, - "address": { - "state": "New Hampshire", - "city": "Orin" - } - }, - { - "id": 2408, - "name": "Burke Monroe", - "gender": "male", - "age": 69, - "address": { - "state": "Arizona", - "city": "Rockbridge" - } - }, - { - "id": 2409, - "name": "Mccoy Carver", - "gender": "male", - "age": 42, - "address": { - "state": "West Virginia", - "city": "Waterford" - } - }, - { - "id": 2410, - "name": "Britt Hoffman", - "gender": "male", - "age": 68, - "address": { - "state": "New York", - "city": "Gardners" - } - }, - { - "id": 2411, - "name": "Padilla Manning", - "gender": "male", - "age": 76, - "address": { - "state": "Kentucky", - "city": "Coinjock" - } - }, - { - "id": 2412, - "name": "Heath Green", - "gender": "male", - "age": 52, - "address": { - "state": "Rhode Island", - "city": "Roland" - } - }, - { - "id": 2413, - "name": "Carrie Martin", - "gender": "female", - "age": 39, - "address": { - "state": "California", - "city": "Darbydale" - } - }, - { - "id": 2414, - "name": "Aguilar Branch", - "gender": "male", - "age": 48, - "address": { - "state": "Georgia", - "city": "Newry" - } - }, - { - "id": 2415, - "name": "Kirkland Hurst", - "gender": "male", - "age": 52, - "address": { - "state": "Montana", - "city": "Yogaville" - } - }, - { - "id": 2416, - "name": "Levine Brown", - "gender": "male", - "age": 63, - "address": { - "state": "Illinois", - "city": "Lodoga" - } - }, - { - "id": 2417, - "name": "Rhonda Watts", - "gender": "female", - "age": 48, - "address": { - "state": "Minnesota", - "city": "Sunwest" - } - }, - { - "id": 2418, - "name": "Bertie Jones", - "gender": "female", - "age": 22, - "address": { - "state": "North Dakota", - "city": "Lopezo" - } - }, - { - "id": 2419, - "name": "Loraine Hester", - "gender": "female", - "age": 37, - "address": { - "state": "Nevada", - "city": "Verdi" - } - }, - { - "id": 2420, - "name": "England Odom", - "gender": "male", - "age": 26, - "address": { - "state": "Alaska", - "city": "Rockhill" - } - }, - { - "id": 2421, - "name": "Concepcion Wolf", - "gender": "female", - "age": 34, - "address": { - "state": "South Dakota", - "city": "Hilltop" - } - }, - { - "id": 2422, - "name": "Richard Ingram", - "gender": "male", - "age": 47, - "address": { - "state": "Florida", - "city": "Frystown" - } - }, - { - "id": 2423, - "name": "Stone Gonzales", - "gender": "male", - "age": 28, - "address": { - "state": "Massachusetts", - "city": "Diaperville" - } - }, - { - "id": 2424, - "name": "Stanton Cobb", - "gender": "male", - "age": 52, - "address": { - "state": "New Jersey", - "city": "Shelby" - } - }, - { - "id": 2425, - "name": "Morin Brock", - "gender": "male", - "age": 49, - "address": { - "state": "Connecticut", - "city": "Websterville" - } - }, - { - "id": 2426, - "name": "Cunningham Alvarez", - "gender": "male", - "age": 40, - "address": { - "state": "Oregon", - "city": "Lupton" - } - }, - { - "id": 2427, - "name": "Watts Gibson", - "gender": "male", - "age": 46, - "address": { - "state": "Wyoming", - "city": "Lawrence" - } - }, - { - "id": 2428, - "name": "Rosario Rose", - "gender": "male", - "age": 18, - "address": { - "state": "Nebraska", - "city": "Stewartville" - } - }, - { - "id": 2429, - "name": "Isabelle Pollard", - "gender": "female", - "age": 73, - "address": { - "state": "Virginia", - "city": "Sheatown" - } - }, - { - "id": 2430, - "name": "Debora Saunders", - "gender": "female", - "age": 68, - "address": { - "state": "North Carolina", - "city": "Cobbtown" - } - }, - { - "id": 2431, - "name": "Frank Riddle", - "gender": "male", - "age": 17, - "address": { - "state": "Idaho", - "city": "Kersey" - } - }, - { - "id": 2432, - "name": "Mcknight Knight", - "gender": "male", - "age": 43, - "address": { - "state": "Vermont", - "city": "Cresaptown" - } - }, - { - "id": 2433, - "name": "Letha Burt", - "gender": "female", - "age": 37, - "address": { - "state": "Louisiana", - "city": "Lithium" - } - }, - { - "id": 2434, - "name": "Gwen Travis", - "gender": "female", - "age": 64, - "address": { - "state": "Alabama", - "city": "Bordelonville" - } - }, - { - "id": 2435, - "name": "Velma Sullivan", - "gender": "female", - "age": 68, - "address": { - "state": "Hawaii", - "city": "Coventry" - } - }, - { - "id": 2436, - "name": "Ethel Wilder", - "gender": "female", - "age": 32, - "address": { - "state": "Kansas", - "city": "Accoville" - } - }, - { - "id": 2437, - "name": "Hunter Conley", - "gender": "male", - "age": 50, - "address": { - "state": "New Mexico", - "city": "Sultana" - } - }, - { - "id": 2438, - "name": "Kristy Weaver", - "gender": "female", - "age": 44, - "address": { - "state": "Pennsylvania", - "city": "Callaghan" - } - }, - { - "id": 2439, - "name": "Kim Jennings", - "gender": "female", - "age": 30, - "address": { - "state": "Indiana", - "city": "Frizzleburg" - } - }, - { - "id": 2440, - "name": "Ingrid Middleton", - "gender": "female", - "age": 24, - "address": { - "state": "Washington", - "city": "Cliff" - } - }, - { - "id": 2441, - "name": "Shelly Hurley", - "gender": "female", - "age": 36, - "address": { - "state": "Maine", - "city": "Goodville" - } - }, - { - "id": 2442, - "name": "Iris Mckee", - "gender": "female", - "age": 48, - "address": { - "state": "Maryland", - "city": "Hampstead" - } - }, - { - "id": 2443, - "name": "House Clarke", - "gender": "male", - "age": 21, - "address": { - "state": "Arkansas", - "city": "Cashtown" - } - }, - { - "id": 2444, - "name": "Josephine Howell", - "gender": "female", - "age": 36, - "address": { - "state": "Missouri", - "city": "Cochranville" - } - }, - { - "id": 2445, - "name": "Fowler Bray", - "gender": "male", - "age": 42, - "address": { - "state": "Iowa", - "city": "Dixie" - } - }, - { - "id": 2446, - "name": "Tammi French", - "gender": "female", - "age": 37, - "address": { - "state": "Michigan", - "city": "Islandia" - } - }, - { - "id": 2447, - "name": "Anastasia Mullins", - "gender": "female", - "age": 60, - "address": { - "state": "Colorado", - "city": "Oberlin" - } - }, - { - "id": 2448, - "name": "Maxine Salazar", - "gender": "female", - "age": 63, - "address": { - "state": "South Carolina", - "city": "Winesburg" - } - }, - { - "id": 2449, - "name": "Delaney Fernandez", - "gender": "male", - "age": 38, - "address": { - "state": "Tennessee", - "city": "Clinton" - } - }, - { - "id": 2450, - "name": "Tami Mason", - "gender": "female", - "age": 32, - "address": { - "state": "Illinois", - "city": "Strong" - } - }, - { - "id": 2451, - "name": "Jean Baker", - "gender": "female", - "age": 32, - "address": { - "state": "Indiana", - "city": "Homeland" - } - }, - { - "id": 2452, - "name": "Harper Vincent", - "gender": "male", - "age": 70, - "address": { - "state": "North Carolina", - "city": "Gallina" - } - }, - { - "id": 2453, - "name": "Cherie Cantrell", - "gender": "female", - "age": 71, - "address": { - "state": "Michigan", - "city": "Brady" - } - }, - { - "id": 2454, - "name": "Doris Donovan", - "gender": "female", - "age": 41, - "address": { - "state": "South Carolina", - "city": "Innsbrook" - } - }, - { - "id": 2455, - "name": "Stanton Morgan", - "gender": "male", - "age": 61, - "address": { - "state": "Connecticut", - "city": "Coyote" - } - }, - { - "id": 2456, - "name": "Jeri Barnett", - "gender": "female", - "age": 67, - "address": { - "state": "Arkansas", - "city": "Coalmont" - } - }, - { - "id": 2457, - "name": "Moses Cline", - "gender": "male", - "age": 42, - "address": { - "state": "Georgia", - "city": "Marienthal" - } - }, - { - "id": 2458, - "name": "Boyer Bishop", - "gender": "male", - "age": 25, - "address": { - "state": "New Hampshire", - "city": "Waterview" - } - }, - { - "id": 2459, - "name": "Burke Estrada", - "gender": "male", - "age": 70, - "address": { - "state": "Massachusetts", - "city": "Edneyville" - } - }, - { - "id": 2460, - "name": "Monroe Potts", - "gender": "male", - "age": 77, - "address": { - "state": "Oklahoma", - "city": "Stewart" - } - }, - { - "id": 2461, - "name": "Mckenzie Hodges", - "gender": "male", - "age": 18, - "address": { - "state": "Virginia", - "city": "Axis" - } - }, - { - "id": 2462, - "name": "Levy Bradshaw", - "gender": "male", - "age": 43, - "address": { - "state": "North Dakota", - "city": "Vaughn" - } - }, - { - "id": 2463, - "name": "Mcgowan Shepard", - "gender": "male", - "age": 81, - "address": { - "state": "Tennessee", - "city": "Clarksburg" - } - }, - { - "id": 2464, - "name": "Marion Murray", - "gender": "female", - "age": 59, - "address": { - "state": "Hawaii", - "city": "Rossmore" - } - }, - { - "id": 2465, - "name": "Louella Fitzgerald", - "gender": "female", - "age": 36, - "address": { - "state": "Texas", - "city": "Elfrida" - } - }, - { - "id": 2466, - "name": "Lora Maxwell", - "gender": "female", - "age": 71, - "address": { - "state": "Missouri", - "city": "Nadine" - } - }, - { - "id": 2467, - "name": "Meagan Daniels", - "gender": "female", - "age": 47, - "address": { - "state": "Wisconsin", - "city": "Belleview" - } - }, - { - "id": 2468, - "name": "Mathis Sweeney", - "gender": "male", - "age": 49, - "address": { - "state": "West Virginia", - "city": "Savage" - } - }, - { - "id": 2469, - "name": "Oliver Mueller", - "gender": "male", - "age": 53, - "address": { - "state": "Arizona", - "city": "Knowlton" - } - }, - { - "id": 2470, - "name": "Terra Crosby", - "gender": "female", - "age": 49, - "address": { - "state": "Alabama", - "city": "Lacomb" - } - }, - { - "id": 2471, - "name": "Charlotte Blair", - "gender": "female", - "age": 37, - "address": { - "state": "New Mexico", - "city": "Bowie" - } - }, - { - "id": 2472, - "name": "Fry Dejesus", - "gender": "male", - "age": 53, - "address": { - "state": "Iowa", - "city": "Saddlebrooke" - } - }, - { - "id": 2473, - "name": "Maria Ross", - "gender": "female", - "age": 38, - "address": { - "state": "Oregon", - "city": "Fontanelle" - } - }, - { - "id": 2474, - "name": "Fran Haley", - "gender": "female", - "age": 76, - "address": { - "state": "Kentucky", - "city": "Shelby" - } - }, - { - "id": 2475, - "name": "Guadalupe Meyer", - "gender": "female", - "age": 43, - "address": { - "state": "Kansas", - "city": "Hall" - } - }, - { - "id": 2476, - "name": "Iva Kirk", - "gender": "female", - "age": 56, - "address": { - "state": "Pennsylvania", - "city": "Valle" - } - }, - { - "id": 2477, - "name": "Snider Park", - "gender": "male", - "age": 40, - "address": { - "state": "Idaho", - "city": "Kraemer" - } - }, - { - "id": 2478, - "name": "Contreras Mcneil", - "gender": "male", - "age": 54, - "address": { - "state": "New York", - "city": "Tilleda" - } - }, - { - "id": 2479, - "name": "Justine Hines", - "gender": "female", - "age": 61, - "address": { - "state": "Delaware", - "city": "Ballico" - } - }, - { - "id": 2480, - "name": "Rita Bean", - "gender": "female", - "age": 42, - "address": { - "state": "Wyoming", - "city": "Whitehaven" - } - }, - { - "id": 2481, - "name": "Lang Wallace", - "gender": "male", - "age": 24, - "address": { - "state": "Louisiana", - "city": "Otranto" - } - }, - { - "id": 2482, - "name": "Pat Griffin", - "gender": "female", - "age": 50, - "address": { - "state": "Utah", - "city": "Strykersville" - } - }, - { - "id": 2483, - "name": "Verna Adkins", - "gender": "female", - "age": 35, - "address": { - "state": "Nevada", - "city": "Hendersonville" - } - }, - { - "id": 2484, - "name": "Carver Peters", - "gender": "male", - "age": 22, - "address": { - "state": "Montana", - "city": "Slovan" - } - }, - { - "id": 2485, - "name": "Bauer Calhoun", - "gender": "male", - "age": 68, - "address": { - "state": "Rhode Island", - "city": "Babb" - } - }, - { - "id": 2486, - "name": "Head Townsend", - "gender": "male", - "age": 79, - "address": { - "state": "Maryland", - "city": "Carbonville" - } - }, - { - "id": 2487, - "name": "Callie Bartlett", - "gender": "female", - "age": 32, - "address": { - "state": "South Dakota", - "city": "Joes" - } - }, - { - "id": 2488, - "name": "Francine Garza", - "gender": "female", - "age": 23, - "address": { - "state": "Nebraska", - "city": "Logan" - } - }, - { - "id": 2489, - "name": "Tamika Tate", - "gender": "female", - "age": 73, - "address": { - "state": "Ohio", - "city": "Statenville" - } - }, - { - "id": 2490, - "name": "Vega Spencer", - "gender": "male", - "age": 74, - "address": { - "state": "Washington", - "city": "Tetherow" - } - }, - { - "id": 2491, - "name": "Stella Snow", - "gender": "female", - "age": 60, - "address": { - "state": "New Jersey", - "city": "Detroit" - } - }, - { - "id": 2492, - "name": "Bullock Juarez", - "gender": "male", - "age": 82, - "address": { - "state": "Colorado", - "city": "Nicholson" - } - }, - { - "id": 2493, - "name": "Bryant Hodge", - "gender": "male", - "age": 66, - "address": { - "state": "Maine", - "city": "Marne" - } - }, - { - "id": 2494, - "name": "Blanche Clements", - "gender": "female", - "age": 26, - "address": { - "state": "Alaska", - "city": "Needmore" - } - }, - { - "id": 2495, - "name": "Mitchell Kirkland", - "gender": "male", - "age": 62, - "address": { - "state": "Minnesota", - "city": "Choctaw" - } - }, - { - "id": 2496, - "name": "Mosley Mcfarland", - "gender": "male", - "age": 21, - "address": { - "state": "Florida", - "city": "Muir" - } - }, - { - "id": 2497, - "name": "April Williams", - "gender": "female", - "age": 46, - "address": { - "state": "Vermont", - "city": "Bedias" - } - }, - { - "id": 2498, - "name": "Ladonna Jensen", - "gender": "female", - "age": 73, - "address": { - "state": "Mississippi", - "city": "Darlington" - } - }, - { - "id": 2499, - "name": "Holland Prince", - "gender": "male", - "age": 57, - "address": { - "state": "Missouri", - "city": "Maybell" - } - }, - { - "id": 2500, - "name": "Mary Franco", - "gender": "female", - "age": 25, - "address": { - "state": "Delaware", - "city": "Crown" - } - }, - { - "id": 2501, - "name": "Bruce Hampton", - "gender": "male", - "age": 22, - "address": { - "state": "Florida", - "city": "Chamizal" - } - }, - { - "id": 2502, - "name": "Bethany West", - "gender": "female", - "age": 76, - "address": { - "state": "Alaska", - "city": "Durham" - } - }, - { - "id": 2503, - "name": "Garcia Vaughan", - "gender": "male", - "age": 68, - "address": { - "state": "Louisiana", - "city": "Riverton" - } - }, - { - "id": 2504, - "name": "Lena Nichols", - "gender": "female", - "age": 45, - "address": { - "state": "Colorado", - "city": "Fivepointville" - } - }, - { - "id": 2505, - "name": "Thelma Gilbert", - "gender": "female", - "age": 78, - "address": { - "state": "Michigan", - "city": "Roosevelt" - } - }, - { - "id": 2506, - "name": "Floyd Huff", - "gender": "male", - "age": 29, - "address": { - "state": "Indiana", - "city": "Clay" - } - }, - { - "id": 2507, - "name": "Ellis Cooke", - "gender": "male", - "age": 18, - "address": { - "state": "Maryland", - "city": "Sattley" - } - }, - { - "id": 2508, - "name": "Noreen Sharp", - "gender": "female", - "age": 55, - "address": { - "state": "Nevada", - "city": "Moquino" - } - }, - { - "id": 2509, - "name": "Lorie Nelson", - "gender": "female", - "age": 34, - "address": { - "state": "Wyoming", - "city": "Centerville" - } - }, - { - "id": 2510, - "name": "Margery Watts", - "gender": "female", - "age": 22, - "address": { - "state": "Maine", - "city": "Edenburg" - } - }, - { - "id": 2511, - "name": "Tia Mccray", - "gender": "female", - "age": 76, - "address": { - "state": "Vermont", - "city": "Hachita" - } - }, - { - "id": 2512, - "name": "Letha Mcpherson", - "gender": "female", - "age": 32, - "address": { - "state": "North Carolina", - "city": "Zortman" - } - }, - { - "id": 2513, - "name": "Berta Townsend", - "gender": "female", - "age": 25, - "address": { - "state": "Idaho", - "city": "Ladera" - } - }, - { - "id": 2514, - "name": "Ruiz Sutton", - "gender": "male", - "age": 81, - "address": { - "state": "Montana", - "city": "Stockdale" - } - }, - { - "id": 2515, - "name": "Elena Gallegos", - "gender": "female", - "age": 33, - "address": { - "state": "Virginia", - "city": "Fresno" - } - }, - { - "id": 2516, - "name": "Brittany Mullins", - "gender": "female", - "age": 21, - "address": { - "state": "New Jersey", - "city": "Knowlton" - } - }, - { - "id": 2517, - "name": "Carney Barlow", - "gender": "male", - "age": 44, - "address": { - "state": "Pennsylvania", - "city": "Marshall" - } - }, - { - "id": 2518, - "name": "Osborne Combs", - "gender": "male", - "age": 43, - "address": { - "state": "South Carolina", - "city": "Derwood" - } - }, - { - "id": 2519, - "name": "Rowena Knox", - "gender": "female", - "age": 74, - "address": { - "state": "Kentucky", - "city": "Norvelt" - } - }, - { - "id": 2520, - "name": "Mccullough Riley", - "gender": "male", - "age": 31, - "address": { - "state": "New Hampshire", - "city": "Trucksville" - } - }, - { - "id": 2521, - "name": "Bolton Jarvis", - "gender": "male", - "age": 23, - "address": { - "state": "North Dakota", - "city": "Broadlands" - } - }, - { - "id": 2522, - "name": "Marietta Cash", - "gender": "female", - "age": 60, - "address": { - "state": "Oklahoma", - "city": "Robinette" - } - }, - { - "id": 2523, - "name": "Beth Hickman", - "gender": "female", - "age": 77, - "address": { - "state": "Ohio", - "city": "Roulette" - } - }, - { - "id": 2524, - "name": "Rodriguez Bowers", - "gender": "male", - "age": 40, - "address": { - "state": "Massachusetts", - "city": "Wyano" - } - }, - { - "id": 2525, - "name": "Hester Hancock", - "gender": "male", - "age": 56, - "address": { - "state": "Mississippi", - "city": "Farmers" - } - }, - { - "id": 2526, - "name": "Maritza Roberts", - "gender": "female", - "age": 82, - "address": { - "state": "Iowa", - "city": "Deercroft" - } - }, - { - "id": 2527, - "name": "Singleton Floyd", - "gender": "male", - "age": 46, - "address": { - "state": "Tennessee", - "city": "Salunga" - } - }, - { - "id": 2528, - "name": "Collins Lambert", - "gender": "male", - "age": 71, - "address": { - "state": "Kansas", - "city": "Tibbie" - } - }, - { - "id": 2529, - "name": "Sellers Barron", - "gender": "male", - "age": 20, - "address": { - "state": "New York", - "city": "Carrsville" - } - }, - { - "id": 2530, - "name": "Ortiz Luna", - "gender": "male", - "age": 34, - "address": { - "state": "Illinois", - "city": "Kula" - } - }, - { - "id": 2531, - "name": "Lina Stout", - "gender": "female", - "age": 75, - "address": { - "state": "Washington", - "city": "Delco" - } - }, - { - "id": 2532, - "name": "Brock Mcconnell", - "gender": "male", - "age": 41, - "address": { - "state": "Arkansas", - "city": "Day" - } - }, - { - "id": 2533, - "name": "Stanton Galloway", - "gender": "male", - "age": 33, - "address": { - "state": "Rhode Island", - "city": "Garnet" - } - }, - { - "id": 2534, - "name": "Adrian Sanford", - "gender": "female", - "age": 54, - "address": { - "state": "South Dakota", - "city": "Bath" - } - }, - { - "id": 2535, - "name": "Gaines Montgomery", - "gender": "male", - "age": 61, - "address": { - "state": "Oregon", - "city": "Fontanelle" - } - }, - { - "id": 2536, - "name": "Cooper Webb", - "gender": "male", - "age": 61, - "address": { - "state": "Georgia", - "city": "Crenshaw" - } - }, - { - "id": 2537, - "name": "Dalton Hendricks", - "gender": "male", - "age": 17, - "address": { - "state": "Alabama", - "city": "Mansfield" - } - }, - { - "id": 2538, - "name": "Angelita Hammond", - "gender": "female", - "age": 64, - "address": { - "state": "Hawaii", - "city": "Calpine" - } - }, - { - "id": 2539, - "name": "Vaughn Mcdaniel", - "gender": "male", - "age": 17, - "address": { - "state": "Arizona", - "city": "Sanford" - } - }, - { - "id": 2540, - "name": "Jocelyn Sims", - "gender": "female", - "age": 77, - "address": { - "state": "Minnesota", - "city": "Enetai" - } - }, - { - "id": 2541, - "name": "Holly Sherman", - "gender": "female", - "age": 61, - "address": { - "state": "New Mexico", - "city": "Rosine" - } - }, - { - "id": 2542, - "name": "Owen Hanson", - "gender": "male", - "age": 67, - "address": { - "state": "Texas", - "city": "Teasdale" - } - }, - { - "id": 2543, - "name": "Melendez Pearson", - "gender": "male", - "age": 44, - "address": { - "state": "California", - "city": "Kaka" - } - }, - { - "id": 2544, - "name": "Wagner Woodward", - "gender": "male", - "age": 65, - "address": { - "state": "Connecticut", - "city": "Sabillasville" - } - }, - { - "id": 2545, - "name": "Kramer Ratliff", - "gender": "male", - "age": 74, - "address": { - "state": "Utah", - "city": "Bluetown" - } - }, - { - "id": 2546, - "name": "Sally Fox", - "gender": "female", - "age": 81, - "address": { - "state": "Nebraska", - "city": "Winchester" - } - }, - { - "id": 2547, - "name": "Jody Monroe", - "gender": "female", - "age": 66, - "address": { - "state": "Wisconsin", - "city": "Tuskahoma" - } - }, - { - "id": 2548, - "name": "Marva Mack", - "gender": "female", - "age": 36, - "address": { - "state": "Rhode Island", - "city": "Muir" - } - }, - { - "id": 2549, - "name": "Henry Vincent", - "gender": "male", - "age": 80, - "address": { - "state": "Oklahoma", - "city": "Coultervillle" - } - }, - { - "id": 2550, - "name": "Leila Marshall", - "gender": "female", - "age": 27, - "address": { - "state": "New York", - "city": "Levant" - } - }, - { - "id": 2551, - "name": "Daphne Jensen", - "gender": "female", - "age": 67, - "address": { - "state": "Connecticut", - "city": "Needmore" - } - }, - { - "id": 2552, - "name": "Fuller Keith", - "gender": "male", - "age": 48, - "address": { - "state": "New Jersey", - "city": "Kylertown" - } - }, - { - "id": 2553, - "name": "Gibson Bridges", - "gender": "male", - "age": 21, - "address": { - "state": "Kansas", - "city": "Bath" - } - }, - { - "id": 2554, - "name": "Alejandra Rios", - "gender": "female", - "age": 37, - "address": { - "state": "Maine", - "city": "Century" - } - }, - { - "id": 2555, - "name": "Benson Gaines", - "gender": "male", - "age": 41, - "address": { - "state": "New Hampshire", - "city": "Keller" - } - }, - { - "id": 2556, - "name": "Juliet Cherry", - "gender": "female", - "age": 27, - "address": { - "state": "Tennessee", - "city": "Worcester" - } - }, - { - "id": 2557, - "name": "Holmes Parrish", - "gender": "male", - "age": 78, - "address": { - "state": "Idaho", - "city": "Catharine" - } - }, - { - "id": 2558, - "name": "Boone Casey", - "gender": "male", - "age": 39, - "address": { - "state": "Wyoming", - "city": "Washington" - } - }, - { - "id": 2559, - "name": "Angelita Ray", - "gender": "female", - "age": 67, - "address": { - "state": "Oregon", - "city": "Oceola" - } - }, - { - "id": 2560, - "name": "Hardin Sutton", - "gender": "male", - "age": 58, - "address": { - "state": "South Dakota", - "city": "Leroy" - } - }, - { - "id": 2561, - "name": "Chasity Dennis", - "gender": "female", - "age": 76, - "address": { - "state": "North Carolina", - "city": "Holtville" - } - }, - { - "id": 2562, - "name": "Ramsey Randall", - "gender": "male", - "age": 72, - "address": { - "state": "Massachusetts", - "city": "Lithium" - } - }, - { - "id": 2563, - "name": "Merritt Stevenson", - "gender": "male", - "age": 77, - "address": { - "state": "Mississippi", - "city": "Glasgow" - } - }, - { - "id": 2564, - "name": "Lancaster Gilmore", - "gender": "male", - "age": 34, - "address": { - "state": "Arkansas", - "city": "Franklin" - } - }, - { - "id": 2565, - "name": "Katy Hewitt", - "gender": "female", - "age": 27, - "address": { - "state": "Texas", - "city": "Fairlee" - } - }, - { - "id": 2566, - "name": "Marcy Clark", - "gender": "female", - "age": 67, - "address": { - "state": "Virginia", - "city": "Westmoreland" - } - }, - { - "id": 2567, - "name": "Penelope England", - "gender": "female", - "age": 26, - "address": { - "state": "Iowa", - "city": "Castleton" - } - }, - { - "id": 2568, - "name": "Mayo Gamble", - "gender": "male", - "age": 78, - "address": { - "state": "Illinois", - "city": "Drummond" - } - }, - { - "id": 2569, - "name": "Kelli Carney", - "gender": "female", - "age": 66, - "address": { - "state": "Pennsylvania", - "city": "Veyo" - } - }, - { - "id": 2570, - "name": "Colon Howe", - "gender": "male", - "age": 54, - "address": { - "state": "North Dakota", - "city": "Sattley" - } - }, - { - "id": 2571, - "name": "Underwood Long", - "gender": "male", - "age": 34, - "address": { - "state": "Nevada", - "city": "Cliff" - } - }, - { - "id": 2572, - "name": "Conway Gentry", - "gender": "male", - "age": 35, - "address": { - "state": "Alaska", - "city": "Trail" - } - }, - { - "id": 2573, - "name": "Audra Bradley", - "gender": "female", - "age": 39, - "address": { - "state": "Montana", - "city": "Steinhatchee" - } - }, - { - "id": 2574, - "name": "Elliott Butler", - "gender": "male", - "age": 74, - "address": { - "state": "Ohio", - "city": "Macdona" - } - }, - { - "id": 2575, - "name": "Maura Hale", - "gender": "female", - "age": 51, - "address": { - "state": "Missouri", - "city": "Joppa" - } - }, - { - "id": 2576, - "name": "Berry Rosa", - "gender": "male", - "age": 74, - "address": { - "state": "Arizona", - "city": "Hilltop" - } - }, - { - "id": 2577, - "name": "Rosanne Pace", - "gender": "female", - "age": 59, - "address": { - "state": "Indiana", - "city": "Chase" - } - }, - { - "id": 2578, - "name": "Margo Sosa", - "gender": "female", - "age": 55, - "address": { - "state": "Utah", - "city": "Kraemer" - } - }, - { - "id": 2579, - "name": "Dale Heath", - "gender": "female", - "age": 39, - "address": { - "state": "Minnesota", - "city": "Mayfair" - } - }, - { - "id": 2580, - "name": "Stevens Cain", - "gender": "male", - "age": 71, - "address": { - "state": "California", - "city": "Onton" - } - }, - { - "id": 2581, - "name": "Patel Lloyd", - "gender": "male", - "age": 69, - "address": { - "state": "Nebraska", - "city": "Hegins" - } - }, - { - "id": 2582, - "name": "Rowland Sanders", - "gender": "male", - "age": 73, - "address": { - "state": "Louisiana", - "city": "Dunlo" - } - }, - { - "id": 2583, - "name": "Vazquez Maddox", - "gender": "male", - "age": 73, - "address": { - "state": "South Carolina", - "city": "Mappsville" - } - }, - { - "id": 2584, - "name": "Stephanie Reeves", - "gender": "female", - "age": 54, - "address": { - "state": "Wisconsin", - "city": "Emison" - } - }, - { - "id": 2585, - "name": "Slater Chapman", - "gender": "male", - "age": 50, - "address": { - "state": "Kentucky", - "city": "Camptown" - } - }, - { - "id": 2586, - "name": "Lindsay Gardner", - "gender": "male", - "age": 35, - "address": { - "state": "Georgia", - "city": "Faxon" - } - }, - { - "id": 2587, - "name": "Sheree Barber", - "gender": "female", - "age": 20, - "address": { - "state": "New Mexico", - "city": "Hasty" - } - }, - { - "id": 2588, - "name": "Diana Albert", - "gender": "female", - "age": 42, - "address": { - "state": "Vermont", - "city": "Ripley" - } - }, - { - "id": 2589, - "name": "Ortiz Perry", - "gender": "male", - "age": 70, - "address": { - "state": "Delaware", - "city": "Bakersville" - } - }, - { - "id": 2590, - "name": "Bradley Clayton", - "gender": "male", - "age": 70, - "address": { - "state": "Alabama", - "city": "Shaft" - } - }, - { - "id": 2591, - "name": "Adela Hahn", - "gender": "female", - "age": 70, - "address": { - "state": "Michigan", - "city": "Gratton" - } - }, - { - "id": 2592, - "name": "Gilliam Luna", - "gender": "male", - "age": 23, - "address": { - "state": "Maryland", - "city": "Cumminsville" - } - }, - { - "id": 2593, - "name": "Natalie Hudson", - "gender": "female", - "age": 45, - "address": { - "state": "Washington", - "city": "Eureka" - } - }, - { - "id": 2594, - "name": "Lucille French", - "gender": "female", - "age": 68, - "address": { - "state": "Florida", - "city": "Hendersonville" - } - }, - { - "id": 2595, - "name": "Larsen Wiggins", - "gender": "male", - "age": 55, - "address": { - "state": "West Virginia", - "city": "Vernon" - } - }, - { - "id": 2596, - "name": "Dolores Adkins", - "gender": "female", - "age": 73, - "address": { - "state": "Hawaii", - "city": "Rote" - } - }, - { - "id": 2597, - "name": "Stuart Allen", - "gender": "male", - "age": 38, - "address": { - "state": "Connecticut", - "city": "Smock" - } - }, - { - "id": 2598, - "name": "Perez Howard", - "gender": "male", - "age": 71, - "address": { - "state": "New York", - "city": "Como" - } - }, - { - "id": 2599, - "name": "Rollins Powers", - "gender": "male", - "age": 34, - "address": { - "state": "South Carolina", - "city": "Ryderwood" - } - }, - { - "id": 2600, - "name": "Moore Cook", - "gender": "male", - "age": 42, - "address": { - "state": "Colorado", - "city": "Snowville" - } - }, - { - "id": 2601, - "name": "Humphrey Macias", - "gender": "male", - "age": 42, - "address": { - "state": "Rhode Island", - "city": "Hatteras" - } - }, - { - "id": 2602, - "name": "Benton Weber", - "gender": "male", - "age": 42, - "address": { - "state": "Wisconsin", - "city": "Guilford" - } - }, - { - "id": 2603, - "name": "Pate Gutierrez", - "gender": "male", - "age": 41, - "address": { - "state": "Massachusetts", - "city": "Brecon" - } - }, - { - "id": 2604, - "name": "Jarvis Sampson", - "gender": "male", - "age": 77, - "address": { - "state": "Indiana", - "city": "Blairstown" - } - }, - { - "id": 2605, - "name": "Nelda Davis", - "gender": "female", - "age": 30, - "address": { - "state": "Ohio", - "city": "Gerton" - } - }, - { - "id": 2606, - "name": "Odonnell Newman", - "gender": "male", - "age": 46, - "address": { - "state": "Kentucky", - "city": "Hampstead" - } - }, - { - "id": 2607, - "name": "Kara Ramirez", - "gender": "female", - "age": 69, - "address": { - "state": "South Dakota", - "city": "Sabillasville" - } - }, - { - "id": 2608, - "name": "Jacobson Robbins", - "gender": "male", - "age": 47, - "address": { - "state": "Arizona", - "city": "Thermal" - } - }, - { - "id": 2609, - "name": "Randall Hess", - "gender": "male", - "age": 22, - "address": { - "state": "Louisiana", - "city": "Bison" - } - }, - { - "id": 2610, - "name": "Gould Wolf", - "gender": "male", - "age": 38, - "address": { - "state": "Vermont", - "city": "Grapeview" - } - }, - { - "id": 2611, - "name": "Jeannette Battle", - "gender": "female", - "age": 59, - "address": { - "state": "Tennessee", - "city": "Bowie" - } - }, - { - "id": 2612, - "name": "Ivy Maldonado", - "gender": "female", - "age": 21, - "address": { - "state": "Illinois", - "city": "Lynn" - } - }, - { - "id": 2613, - "name": "Tia Odom", - "gender": "female", - "age": 24, - "address": { - "state": "West Virginia", - "city": "Hendersonville" - } - }, - { - "id": 2614, - "name": "Margie Noel", - "gender": "female", - "age": 55, - "address": { - "state": "Oregon", - "city": "Caspar" - } - }, - { - "id": 2615, - "name": "Marianne Lancaster", - "gender": "female", - "age": 40, - "address": { - "state": "Delaware", - "city": "Trexlertown" - } - }, - { - "id": 2616, - "name": "Avila Pruitt", - "gender": "male", - "age": 21, - "address": { - "state": "Iowa", - "city": "Lafferty" - } - }, - { - "id": 2617, - "name": "Gilmore Curtis", - "gender": "male", - "age": 49, - "address": { - "state": "Montana", - "city": "Hessville" - } - }, - { - "id": 2618, - "name": "Dale Morse", - "gender": "male", - "age": 56, - "address": { - "state": "California", - "city": "Bascom" - } - }, - { - "id": 2619, - "name": "Victoria Kidd", - "gender": "female", - "age": 54, - "address": { - "state": "Wyoming", - "city": "Belvoir" - } - }, - { - "id": 2620, - "name": "Graciela Sexton", - "gender": "female", - "age": 45, - "address": { - "state": "Maine", - "city": "Dodge" - } - }, - { - "id": 2621, - "name": "Lester Maddox", - "gender": "male", - "age": 55, - "address": { - "state": "North Carolina", - "city": "Neahkahnie" - } - }, - { - "id": 2622, - "name": "Cherie Cotton", - "gender": "female", - "age": 47, - "address": { - "state": "Nevada", - "city": "Magnolia" - } - }, - { - "id": 2623, - "name": "Joann Crosby", - "gender": "female", - "age": 20, - "address": { - "state": "New Hampshire", - "city": "Stewart" - } - }, - { - "id": 2624, - "name": "Kelley Hartman", - "gender": "female", - "age": 28, - "address": { - "state": "North Dakota", - "city": "Malo" - } - }, - { - "id": 2625, - "name": "Freeman Casey", - "gender": "male", - "age": 76, - "address": { - "state": "Idaho", - "city": "Townsend" - } - }, - { - "id": 2626, - "name": "Brenda Paul", - "gender": "female", - "age": 71, - "address": { - "state": "Virginia", - "city": "Somerset" - } - }, - { - "id": 2627, - "name": "Chan Fitzpatrick", - "gender": "male", - "age": 39, - "address": { - "state": "Alabama", - "city": "Cressey" - } - }, - { - "id": 2628, - "name": "Oconnor Richmond", - "gender": "male", - "age": 20, - "address": { - "state": "Michigan", - "city": "Coleville" - } - }, - { - "id": 2629, - "name": "Alvarado Lopez", - "gender": "male", - "age": 67, - "address": { - "state": "Florida", - "city": "Bridgetown" - } - }, - { - "id": 2630, - "name": "Lindsay Merritt", - "gender": "female", - "age": 44, - "address": { - "state": "Kansas", - "city": "Loveland" - } - }, - { - "id": 2631, - "name": "Gloria Wilkerson", - "gender": "female", - "age": 38, - "address": { - "state": "Maryland", - "city": "Lydia" - } - }, - { - "id": 2632, - "name": "Bentley Blankenship", - "gender": "male", - "age": 67, - "address": { - "state": "Texas", - "city": "Snyderville" - } - }, - { - "id": 2633, - "name": "Gill Mathews", - "gender": "male", - "age": 67, - "address": { - "state": "Minnesota", - "city": "Emory" - } - }, - { - "id": 2634, - "name": "Gilliam Jenkins", - "gender": "male", - "age": 32, - "address": { - "state": "Alaska", - "city": "Rowe" - } - }, - { - "id": 2635, - "name": "Figueroa Puckett", - "gender": "male", - "age": 50, - "address": { - "state": "Nebraska", - "city": "Woodlands" - } - }, - { - "id": 2636, - "name": "Cindy Wilder", - "gender": "female", - "age": 59, - "address": { - "state": "Pennsylvania", - "city": "Fairview" - } - }, - { - "id": 2637, - "name": "Knapp Ortega", - "gender": "male", - "age": 19, - "address": { - "state": "Washington", - "city": "Germanton" - } - }, - { - "id": 2638, - "name": "Lorene Lowe", - "gender": "female", - "age": 25, - "address": { - "state": "Hawaii", - "city": "Woodburn" - } - }, - { - "id": 2639, - "name": "Freda Clark", - "gender": "female", - "age": 66, - "address": { - "state": "Missouri", - "city": "Martell" - } - }, - { - "id": 2640, - "name": "Kasey Wiley", - "gender": "female", - "age": 21, - "address": { - "state": "New Jersey", - "city": "Coldiron" - } - }, - { - "id": 2641, - "name": "Carmen Brooks", - "gender": "female", - "age": 61, - "address": { - "state": "Arkansas", - "city": "Englevale" - } - }, - { - "id": 2642, - "name": "Elsie Hewitt", - "gender": "female", - "age": 49, - "address": { - "state": "Georgia", - "city": "Tonopah" - } - }, - { - "id": 2643, - "name": "Lula Simpson", - "gender": "female", - "age": 74, - "address": { - "state": "Oklahoma", - "city": "Hillsboro" - } - }, - { - "id": 2644, - "name": "Booth Lyons", - "gender": "male", - "age": 55, - "address": { - "state": "Mississippi", - "city": "Croom" - } - }, - { - "id": 2645, - "name": "Knox Willis", - "gender": "male", - "age": 67, - "address": { - "state": "Utah", - "city": "Wadsworth" - } - }, - { - "id": 2646, - "name": "Barbra Pena", - "gender": "female", - "age": 24, - "address": { - "state": "Hawaii", - "city": "Navarre" - } - }, - { - "id": 2647, - "name": "Dyer Harmon", - "gender": "male", - "age": 40, - "address": { - "state": "Louisiana", - "city": "Sussex" - } - }, - { - "id": 2648, - "name": "Katheryn Farrell", - "gender": "female", - "age": 43, - "address": { - "state": "New York", - "city": "Vale" - } - }, - { - "id": 2649, - "name": "Rosanne Savage", - "gender": "female", - "age": 82, - "address": { - "state": "Vermont", - "city": "Boling" - } - }, - { - "id": 2650, - "name": "Katrina Madden", - "gender": "female", - "age": 51, - "address": { - "state": "Ohio", - "city": "Morgandale" - } - }, - { - "id": 2651, - "name": "Shaw Mosley", - "gender": "male", - "age": 51, - "address": { - "state": "Rhode Island", - "city": "Bendon" - } - }, - { - "id": 2652, - "name": "Elsa Rush", - "gender": "female", - "age": 71, - "address": { - "state": "Iowa", - "city": "Harmon" - } - }, - { - "id": 2653, - "name": "Jacklyn Strong", - "gender": "female", - "age": 23, - "address": { - "state": "South Carolina", - "city": "Dragoon" - } - }, - { - "id": 2654, - "name": "Monroe Dixon", - "gender": "male", - "age": 44, - "address": { - "state": "Michigan", - "city": "Elrama" - } - }, - { - "id": 2655, - "name": "Lottie Olson", - "gender": "female", - "age": 81, - "address": { - "state": "Texas", - "city": "Ahwahnee" - } - }, - { - "id": 2656, - "name": "Love Pickett", - "gender": "male", - "age": 41, - "address": { - "state": "North Dakota", - "city": "Alamo" - } - }, - { - "id": 2657, - "name": "Gina Merritt", - "gender": "female", - "age": 82, - "address": { - "state": "Illinois", - "city": "Dixie" - } - }, - { - "id": 2658, - "name": "Fox Byrd", - "gender": "male", - "age": 81, - "address": { - "state": "Oklahoma", - "city": "Dante" - } - }, - { - "id": 2659, - "name": "Mcfadden Vinson", - "gender": "male", - "age": 31, - "address": { - "state": "Delaware", - "city": "Lupton" - } - }, - { - "id": 2660, - "name": "Dona Cannon", - "gender": "female", - "age": 27, - "address": { - "state": "New Jersey", - "city": "Aurora" - } - }, - { - "id": 2661, - "name": "Holmes Franklin", - "gender": "male", - "age": 44, - "address": { - "state": "Georgia", - "city": "Loma" - } - }, - { - "id": 2662, - "name": "Bean Ochoa", - "gender": "male", - "age": 40, - "address": { - "state": "Arizona", - "city": "Leland" - } - }, - { - "id": 2663, - "name": "Tran Cash", - "gender": "male", - "age": 71, - "address": { - "state": "Tennessee", - "city": "Fairfield" - } - }, - { - "id": 2664, - "name": "Dean Mendez", - "gender": "male", - "age": 69, - "address": { - "state": "Kentucky", - "city": "Cetronia" - } - }, - { - "id": 2665, - "name": "Wolfe Pate", - "gender": "male", - "age": 33, - "address": { - "state": "Oregon", - "city": "Hessville" - } - }, - { - "id": 2666, - "name": "Anita Vega", - "gender": "female", - "age": 78, - "address": { - "state": "South Dakota", - "city": "Dixonville" - } - }, - { - "id": 2667, - "name": "Talley Wilkinson", - "gender": "male", - "age": 69, - "address": { - "state": "Florida", - "city": "Selma" - } - }, - { - "id": 2668, - "name": "Sutton Lang", - "gender": "male", - "age": 46, - "address": { - "state": "Massachusetts", - "city": "Clarktown" - } - }, - { - "id": 2669, - "name": "Oliver Hunt", - "gender": "male", - "age": 78, - "address": { - "state": "Idaho", - "city": "Warsaw" - } - }, - { - "id": 2670, - "name": "Florine Hayden", - "gender": "female", - "age": 74, - "address": { - "state": "Wisconsin", - "city": "Barrelville" - } - }, - { - "id": 2671, - "name": "Bennett Ramsey", - "gender": "male", - "age": 19, - "address": { - "state": "New Mexico", - "city": "Strykersville" - } - }, - { - "id": 2672, - "name": "Mcmahon Mendoza", - "gender": "male", - "age": 71, - "address": { - "state": "Kansas", - "city": "Faxon" - } - }, - { - "id": 2673, - "name": "Mamie Lewis", - "gender": "female", - "age": 30, - "address": { - "state": "Mississippi", - "city": "Elfrida" - } - }, - { - "id": 2674, - "name": "Kramer Puckett", - "gender": "male", - "age": 63, - "address": { - "state": "Colorado", - "city": "Santel" - } - }, - { - "id": 2675, - "name": "Hopkins Vincent", - "gender": "male", - "age": 65, - "address": { - "state": "West Virginia", - "city": "Topaz" - } - }, - { - "id": 2676, - "name": "Stephanie Munoz", - "gender": "female", - "age": 82, - "address": { - "state": "New Hampshire", - "city": "Bannock" - } - }, - { - "id": 2677, - "name": "Clemons Roach", - "gender": "male", - "age": 79, - "address": { - "state": "Montana", - "city": "Rivera" - } - }, - { - "id": 2678, - "name": "Watson Campos", - "gender": "male", - "age": 24, - "address": { - "state": "Utah", - "city": "Tioga" - } - }, - { - "id": 2679, - "name": "Espinoza Tanner", - "gender": "male", - "age": 28, - "address": { - "state": "Wyoming", - "city": "Cleary" - } - }, - { - "id": 2680, - "name": "Lessie Hogan", - "gender": "female", - "age": 29, - "address": { - "state": "Alabama", - "city": "Kanauga" - } - }, - { - "id": 2681, - "name": "Dominguez York", - "gender": "male", - "age": 32, - "address": { - "state": "Pennsylvania", - "city": "Grandview" - } - }, - { - "id": 2682, - "name": "Earlene Weeks", - "gender": "female", - "age": 34, - "address": { - "state": "Alaska", - "city": "Dunnavant" - } - }, - { - "id": 2683, - "name": "Odom Booth", - "gender": "male", - "age": 17, - "address": { - "state": "Arkansas", - "city": "Taycheedah" - } - }, - { - "id": 2684, - "name": "Simmons Dunlap", - "gender": "male", - "age": 47, - "address": { - "state": "Minnesota", - "city": "Hasty" - } - }, - { - "id": 2685, - "name": "Camille Maynard", - "gender": "female", - "age": 43, - "address": { - "state": "Virginia", - "city": "Riegelwood" - } - }, - { - "id": 2686, - "name": "Marion Decker", - "gender": "female", - "age": 81, - "address": { - "state": "Washington", - "city": "Martinsville" - } - }, - { - "id": 2687, - "name": "Mitzi Farmer", - "gender": "female", - "age": 35, - "address": { - "state": "Nevada", - "city": "Wheaton" - } - }, - { - "id": 2688, - "name": "Hall Wall", - "gender": "male", - "age": 81, - "address": { - "state": "Missouri", - "city": "Keller" - } - }, - { - "id": 2689, - "name": "Hewitt Higgins", - "gender": "male", - "age": 35, - "address": { - "state": "North Carolina", - "city": "Movico" - } - }, - { - "id": 2690, - "name": "Winnie Montoya", - "gender": "female", - "age": 41, - "address": { - "state": "Indiana", - "city": "Inkerman" - } - }, - { - "id": 2691, - "name": "Payne Bradley", - "gender": "male", - "age": 63, - "address": { - "state": "Connecticut", - "city": "Forestburg" - } - }, - { - "id": 2692, - "name": "Olivia Simmons", - "gender": "female", - "age": 65, - "address": { - "state": "Maine", - "city": "Shasta" - } - }, - { - "id": 2693, - "name": "Aguilar Mclean", - "gender": "male", - "age": 25, - "address": { - "state": "Maryland", - "city": "Greenock" - } - }, - { - "id": 2694, - "name": "Rene Walker", - "gender": "female", - "age": 69, - "address": { - "state": "Nebraska", - "city": "Abiquiu" - } - }, - { - "id": 2695, - "name": "Eva Rowe", - "gender": "female", - "age": 26, - "address": { - "state": "Maine", - "city": "Bedias" - } - }, - { - "id": 2696, - "name": "Gillespie Decker", - "gender": "male", - "age": 54, - "address": { - "state": "Pennsylvania", - "city": "Weeksville" - } - }, - { - "id": 2697, - "name": "Leonor Mcdonald", - "gender": "female", - "age": 54, - "address": { - "state": "Missouri", - "city": "Bethany" - } - }, - { - "id": 2698, - "name": "Megan Dillon", - "gender": "female", - "age": 52, - "address": { - "state": "Connecticut", - "city": "Coinjock" - } - }, - { - "id": 2699, - "name": "Oneal Bryant", - "gender": "male", - "age": 68, - "address": { - "state": "Massachusetts", - "city": "Murillo" - } - }, - { - "id": 2700, - "name": "Lorene Mcclain", - "gender": "female", - "age": 39, - "address": { - "state": "New Jersey", - "city": "Whitewater" - } - }, - { - "id": 2701, - "name": "Thelma Cochran", - "gender": "female", - "age": 67, - "address": { - "state": "West Virginia", - "city": "Layhill" - } - }, - { - "id": 2702, - "name": "Nichols Jacobson", - "gender": "male", - "age": 47, - "address": { - "state": "Wyoming", - "city": "Sylvanite" - } - }, - { - "id": 2703, - "name": "Maryann Kelly", - "gender": "female", - "age": 71, - "address": { - "state": "California", - "city": "Gilgo" - } - }, - { - "id": 2704, - "name": "Hubbard Santana", - "gender": "male", - "age": 28, - "address": { - "state": "Maryland", - "city": "Cedarville" - } - }, - { - "id": 2705, - "name": "Louisa Rodriquez", - "gender": "female", - "age": 76, - "address": { - "state": "Arizona", - "city": "Laurelton" - } - }, - { - "id": 2706, - "name": "Dina Brewer", - "gender": "female", - "age": 42, - "address": { - "state": "Minnesota", - "city": "Collins" - } - }, - { - "id": 2707, - "name": "Vicky Flynn", - "gender": "female", - "age": 58, - "address": { - "state": "Utah", - "city": "Lisco" - } - }, - { - "id": 2708, - "name": "Clarissa Reese", - "gender": "female", - "age": 51, - "address": { - "state": "Montana", - "city": "Oceola" - } - }, - { - "id": 2709, - "name": "Baldwin Hodge", - "gender": "male", - "age": 35, - "address": { - "state": "Washington", - "city": "Indio" - } - }, - { - "id": 2710, - "name": "Sawyer Weaver", - "gender": "male", - "age": 57, - "address": { - "state": "Nevada", - "city": "Gerber" - } - }, - { - "id": 2711, - "name": "Lowery Holloway", - "gender": "male", - "age": 32, - "address": { - "state": "Iowa", - "city": "Magnolia" - } - }, - { - "id": 2712, - "name": "Julie Rice", - "gender": "female", - "age": 80, - "address": { - "state": "Colorado", - "city": "Hall" - } - }, - { - "id": 2713, - "name": "Alvarez James", - "gender": "male", - "age": 82, - "address": { - "state": "New Hampshire", - "city": "Homeworth" - } - }, - { - "id": 2714, - "name": "Gretchen Fischer", - "gender": "female", - "age": 18, - "address": { - "state": "Rhode Island", - "city": "Wells" - } - }, - { - "id": 2715, - "name": "Magdalena Hartman", - "gender": "female", - "age": 65, - "address": { - "state": "Georgia", - "city": "Austinburg" - } - }, - { - "id": 2716, - "name": "Cain Juarez", - "gender": "male", - "age": 79, - "address": { - "state": "Kentucky", - "city": "Sanders" - } - }, - { - "id": 2717, - "name": "Gonzales Bowers", - "gender": "male", - "age": 45, - "address": { - "state": "Oklahoma", - "city": "National" - } - }, - { - "id": 2718, - "name": "Frost Berry", - "gender": "male", - "age": 19, - "address": { - "state": "Tennessee", - "city": "Veguita" - } - }, - { - "id": 2719, - "name": "Freda Gibson", - "gender": "female", - "age": 66, - "address": { - "state": "Texas", - "city": "Genoa" - } - }, - { - "id": 2720, - "name": "Lessie Le", - "gender": "female", - "age": 63, - "address": { - "state": "Kansas", - "city": "Garfield" - } - }, - { - "id": 2721, - "name": "Conrad Merritt", - "gender": "male", - "age": 52, - "address": { - "state": "Illinois", - "city": "Belfair" - } - }, - { - "id": 2722, - "name": "Susan Buck", - "gender": "female", - "age": 41, - "address": { - "state": "Alabama", - "city": "Sidman" - } - }, - { - "id": 2723, - "name": "Lilly Horne", - "gender": "female", - "age": 56, - "address": { - "state": "South Dakota", - "city": "Deputy" - } - }, - { - "id": 2724, - "name": "Mia Sampson", - "gender": "female", - "age": 30, - "address": { - "state": "Michigan", - "city": "Toftrees" - } - }, - { - "id": 2725, - "name": "House Stone", - "gender": "male", - "age": 59, - "address": { - "state": "Alaska", - "city": "Goldfield" - } - }, - { - "id": 2726, - "name": "Karyn Underwood", - "gender": "female", - "age": 25, - "address": { - "state": "North Dakota", - "city": "Baden" - } - }, - { - "id": 2727, - "name": "Reese Henson", - "gender": "male", - "age": 64, - "address": { - "state": "North Carolina", - "city": "Bakersville" - } - }, - { - "id": 2728, - "name": "Bowen Cameron", - "gender": "male", - "age": 35, - "address": { - "state": "South Carolina", - "city": "Russellville" - } - }, - { - "id": 2729, - "name": "Hughes Ayers", - "gender": "male", - "age": 30, - "address": { - "state": "Louisiana", - "city": "Cascades" - } - }, - { - "id": 2730, - "name": "Moses Barr", - "gender": "male", - "age": 53, - "address": { - "state": "Ohio", - "city": "Cade" - } - }, - { - "id": 2731, - "name": "Duran Reynolds", - "gender": "male", - "age": 60, - "address": { - "state": "New York", - "city": "Vandiver" - } - }, - { - "id": 2732, - "name": "Jaclyn Baker", - "gender": "female", - "age": 53, - "address": { - "state": "Oregon", - "city": "Glasgow" - } - }, - { - "id": 2733, - "name": "Millie Erickson", - "gender": "female", - "age": 25, - "address": { - "state": "Idaho", - "city": "Juntura" - } - }, - { - "id": 2734, - "name": "Juliet Flowers", - "gender": "female", - "age": 21, - "address": { - "state": "Wisconsin", - "city": "Century" - } - }, - { - "id": 2735, - "name": "Brigitte Garrett", - "gender": "female", - "age": 49, - "address": { - "state": "Vermont", - "city": "Barclay" - } - }, - { - "id": 2736, - "name": "Watson Donovan", - "gender": "male", - "age": 81, - "address": { - "state": "Arkansas", - "city": "Jenkinsville" - } - }, - { - "id": 2737, - "name": "Golden Johns", - "gender": "male", - "age": 53, - "address": { - "state": "Florida", - "city": "Groton" - } - }, - { - "id": 2738, - "name": "Allie Carroll", - "gender": "female", - "age": 70, - "address": { - "state": "Hawaii", - "city": "Thermal" - } - }, - { - "id": 2739, - "name": "Craft Gould", - "gender": "male", - "age": 47, - "address": { - "state": "Nebraska", - "city": "Berwind" - } - }, - { - "id": 2740, - "name": "Kirby Boyd", - "gender": "male", - "age": 55, - "address": { - "state": "Delaware", - "city": "Eastmont" - } - }, - { - "id": 2741, - "name": "Parrish Luna", - "gender": "male", - "age": 40, - "address": { - "state": "Mississippi", - "city": "Catherine" - } - }, - { - "id": 2742, - "name": "Patterson Pugh", - "gender": "male", - "age": 31, - "address": { - "state": "New Mexico", - "city": "Beaulieu" - } - }, - { - "id": 2743, - "name": "Morris Harding", - "gender": "male", - "age": 26, - "address": { - "state": "Virginia", - "city": "Goochland" - } - }, - { - "id": 2744, - "name": "Cohen Welch", - "gender": "male", - "age": 66, - "address": { - "state": "South Carolina", - "city": "Marshall" - } - }, - { - "id": 2745, - "name": "Collier Scott", - "gender": "male", - "age": 31, - "address": { - "state": "Connecticut", - "city": "Farmington" - } - }, - { - "id": 2746, - "name": "Ruby Klein", - "gender": "female", - "age": 38, - "address": { - "state": "North Dakota", - "city": "Chautauqua" - } - }, - { - "id": 2747, - "name": "Newman Mills", - "gender": "male", - "age": 71, - "address": { - "state": "North Carolina", - "city": "Dennard" - } - }, - { - "id": 2748, - "name": "Janis Fleming", - "gender": "female", - "age": 23, - "address": { - "state": "Rhode Island", - "city": "Driftwood" - } - }, - { - "id": 2749, - "name": "Hogan Sears", - "gender": "male", - "age": 38, - "address": { - "state": "Virginia", - "city": "Eagleville" - } - }, - { - "id": 2750, - "name": "Joann Oconnor", - "gender": "female", - "age": 74, - "address": { - "state": "Hawaii", - "city": "Camas" - } - }, - { - "id": 2751, - "name": "Chapman Good", - "gender": "male", - "age": 74, - "address": { - "state": "Nebraska", - "city": "Belleview" - } - }, - { - "id": 2752, - "name": "Fitzgerald Benjamin", - "gender": "male", - "age": 17, - "address": { - "state": "Oregon", - "city": "Ogema" - } - }, - { - "id": 2753, - "name": "Elva Mueller", - "gender": "female", - "age": 58, - "address": { - "state": "New Mexico", - "city": "Chalfant" - } - }, - { - "id": 2754, - "name": "Concetta Warner", - "gender": "female", - "age": 60, - "address": { - "state": "Indiana", - "city": "Yorklyn" - } - }, - { - "id": 2755, - "name": "Gale Greer", - "gender": "female", - "age": 20, - "address": { - "state": "Texas", - "city": "Derwood" - } - }, - { - "id": 2756, - "name": "Janie Flowers", - "gender": "female", - "age": 27, - "address": { - "state": "Arizona", - "city": "Retsof" - } - }, - { - "id": 2757, - "name": "Lynn Jefferson", - "gender": "male", - "age": 47, - "address": { - "state": "Maine", - "city": "Vincent" - } - }, - { - "id": 2758, - "name": "Latoya Phillips", - "gender": "female", - "age": 49, - "address": { - "state": "Louisiana", - "city": "Hasty" - } - }, - { - "id": 2759, - "name": "Ray Henson", - "gender": "male", - "age": 70, - "address": { - "state": "New Jersey", - "city": "Bentley" - } - }, - { - "id": 2760, - "name": "Foley Perry", - "gender": "male", - "age": 64, - "address": { - "state": "Wyoming", - "city": "Bainbridge" - } - }, - { - "id": 2761, - "name": "Margaret Solomon", - "gender": "female", - "age": 36, - "address": { - "state": "Michigan", - "city": "Jacksonburg" - } - }, - { - "id": 2762, - "name": "Trevino Vinson", - "gender": "male", - "age": 82, - "address": { - "state": "West Virginia", - "city": "Fairlee" - } - }, - { - "id": 2763, - "name": "Bartlett Graves", - "gender": "male", - "age": 63, - "address": { - "state": "Illinois", - "city": "Noblestown" - } - }, - { - "id": 2764, - "name": "Cain Pitts", - "gender": "male", - "age": 60, - "address": { - "state": "Washington", - "city": "Ivanhoe" - } - }, - { - "id": 2765, - "name": "Consuelo Bruce", - "gender": "female", - "age": 68, - "address": { - "state": "Alaska", - "city": "Westmoreland" - } - }, - { - "id": 2766, - "name": "Ava Montgomery", - "gender": "female", - "age": 53, - "address": { - "state": "Vermont", - "city": "Williston" - } - }, - { - "id": 2767, - "name": "Polly Giles", - "gender": "female", - "age": 18, - "address": { - "state": "Arkansas", - "city": "Kennedyville" - } - }, - { - "id": 2768, - "name": "Mari Simon", - "gender": "female", - "age": 54, - "address": { - "state": "Delaware", - "city": "Smock" - } - }, - { - "id": 2769, - "name": "Lisa Rollins", - "gender": "female", - "age": 20, - "address": { - "state": "Wisconsin", - "city": "Orick" - } - }, - { - "id": 2770, - "name": "Booker Schwartz", - "gender": "male", - "age": 47, - "address": { - "state": "New Hampshire", - "city": "Mammoth" - } - }, - { - "id": 2771, - "name": "Janelle Rodgers", - "gender": "female", - "age": 33, - "address": { - "state": "New York", - "city": "Elwood" - } - }, - { - "id": 2772, - "name": "Benita Logan", - "gender": "female", - "age": 24, - "address": { - "state": "Kentucky", - "city": "Roeville" - } - }, - { - "id": 2773, - "name": "Beverley Atkins", - "gender": "female", - "age": 71, - "address": { - "state": "Kansas", - "city": "Osage" - } - }, - { - "id": 2774, - "name": "Paula Webster", - "gender": "female", - "age": 25, - "address": { - "state": "Missouri", - "city": "Lynn" - } - }, - { - "id": 2775, - "name": "Summers Landry", - "gender": "male", - "age": 79, - "address": { - "state": "Alabama", - "city": "Enoree" - } - }, - { - "id": 2776, - "name": "Rodriguez Hart", - "gender": "male", - "age": 57, - "address": { - "state": "South Dakota", - "city": "Datil" - } - }, - { - "id": 2777, - "name": "Jean Daniel", - "gender": "female", - "age": 57, - "address": { - "state": "Utah", - "city": "Babb" - } - }, - { - "id": 2778, - "name": "Avila Schneider", - "gender": "male", - "age": 70, - "address": { - "state": "Minnesota", - "city": "Cliff" - } - }, - { - "id": 2779, - "name": "Meghan Hester", - "gender": "female", - "age": 30, - "address": { - "state": "Georgia", - "city": "Hollins" - } - }, - { - "id": 2780, - "name": "Pearson Harper", - "gender": "male", - "age": 24, - "address": { - "state": "California", - "city": "Harrodsburg" - } - }, - { - "id": 2781, - "name": "Penny Benson", - "gender": "female", - "age": 20, - "address": { - "state": "Oklahoma", - "city": "Joppa" - } - }, - { - "id": 2782, - "name": "Melva Solis", - "gender": "female", - "age": 41, - "address": { - "state": "Iowa", - "city": "Hiwasse" - } - }, - { - "id": 2783, - "name": "Doreen Benton", - "gender": "female", - "age": 36, - "address": { - "state": "Massachusetts", - "city": "Walker" - } - }, - { - "id": 2784, - "name": "Jocelyn Gregory", - "gender": "female", - "age": 21, - "address": { - "state": "Nevada", - "city": "Leyner" - } - }, - { - "id": 2785, - "name": "Tommie Hughes", - "gender": "female", - "age": 56, - "address": { - "state": "Idaho", - "city": "Wells" - } - }, - { - "id": 2786, - "name": "Mcneil Shaw", - "gender": "male", - "age": 72, - "address": { - "state": "Mississippi", - "city": "Bath" - } - }, - { - "id": 2787, - "name": "Casandra Douglas", - "gender": "female", - "age": 18, - "address": { - "state": "Ohio", - "city": "Homeland" - } - }, - { - "id": 2788, - "name": "Gilda Walters", - "gender": "female", - "age": 18, - "address": { - "state": "Tennessee", - "city": "Nicut" - } - }, - { - "id": 2789, - "name": "Lizzie Hopkins", - "gender": "female", - "age": 69, - "address": { - "state": "Maryland", - "city": "Wescosville" - } - }, - { - "id": 2790, - "name": "Rosalind Barrera", - "gender": "female", - "age": 81, - "address": { - "state": "Pennsylvania", - "city": "Bannock" - } - }, - { - "id": 2791, - "name": "Tami Schmidt", - "gender": "female", - "age": 43, - "address": { - "state": "Florida", - "city": "Brecon" - } - }, - { - "id": 2792, - "name": "Maura Sanders", - "gender": "female", - "age": 29, - "address": { - "state": "Colorado", - "city": "Cressey" - } - }, - { - "id": 2793, - "name": "Robles Carney", - "gender": "male", - "age": 51, - "address": { - "state": "Louisiana", - "city": "Churchill" - } - }, - { - "id": 2794, - "name": "Reed Pugh", - "gender": "male", - "age": 60, - "address": { - "state": "Florida", - "city": "Chaparrito" - } - }, - { - "id": 2795, - "name": "Patel Dunlap", - "gender": "male", - "age": 54, - "address": { - "state": "Illinois", - "city": "Fannett" - } - }, - { - "id": 2796, - "name": "Hess Foreman", - "gender": "male", - "age": 78, - "address": { - "state": "Idaho", - "city": "Dana" - } - }, - { - "id": 2797, - "name": "Maggie Melendez", - "gender": "female", - "age": 66, - "address": { - "state": "Texas", - "city": "Riegelwood" - } - }, - { - "id": 2798, - "name": "Estes Pitts", - "gender": "male", - "age": 21, - "address": { - "state": "Ohio", - "city": "Singer" - } - }, - { - "id": 2799, - "name": "Stuart Galloway", - "gender": "male", - "age": 37, - "address": { - "state": "Tennessee", - "city": "Kent" - } - }, - { - "id": 2800, - "name": "Callie Santana", - "gender": "female", - "age": 20, - "address": { - "state": "Arizona", - "city": "Matheny" - } - }, - { - "id": 2801, - "name": "Franks Jordan", - "gender": "male", - "age": 30, - "address": { - "state": "Mississippi", - "city": "Romeville" - } - }, - { - "id": 2802, - "name": "Hayes Scott", - "gender": "male", - "age": 57, - "address": { - "state": "Vermont", - "city": "Camptown" - } - }, - { - "id": 2803, - "name": "Arlene Henderson", - "gender": "female", - "age": 65, - "address": { - "state": "Colorado", - "city": "Flintville" - } - }, - { - "id": 2804, - "name": "Moreno Farmer", - "gender": "male", - "age": 18, - "address": { - "state": "Alabama", - "city": "Bison" - } - }, - { - "id": 2805, - "name": "Dalton Norris", - "gender": "male", - "age": 29, - "address": { - "state": "Alaska", - "city": "Strong" - } - }, - { - "id": 2806, - "name": "Brianna Koch", - "gender": "female", - "age": 81, - "address": { - "state": "South Carolina", - "city": "Needmore" - } - }, - { - "id": 2807, - "name": "Goldie Peters", - "gender": "female", - "age": 36, - "address": { - "state": "Hawaii", - "city": "Williston" - } - }, - { - "id": 2808, - "name": "Moran Holloway", - "gender": "male", - "age": 47, - "address": { - "state": "Minnesota", - "city": "Kersey" - } - }, - { - "id": 2809, - "name": "Beatriz Cervantes", - "gender": "female", - "age": 35, - "address": { - "state": "Pennsylvania", - "city": "Freeburn" - } - }, - { - "id": 2810, - "name": "Kendra Hebert", - "gender": "female", - "age": 51, - "address": { - "state": "South Dakota", - "city": "Watchtower" - } - }, - { - "id": 2811, - "name": "Judith Bowen", - "gender": "female", - "age": 18, - "address": { - "state": "Delaware", - "city": "Ypsilanti" - } - }, - { - "id": 2812, - "name": "Aida Meadows", - "gender": "female", - "age": 75, - "address": { - "state": "Oklahoma", - "city": "Mammoth" - } - }, - { - "id": 2813, - "name": "Finley Sweet", - "gender": "male", - "age": 44, - "address": { - "state": "Maryland", - "city": "Goldfield" - } - }, - { - "id": 2814, - "name": "Belinda Fischer", - "gender": "female", - "age": 80, - "address": { - "state": "New Hampshire", - "city": "Bend" - } - }, - { - "id": 2815, - "name": "Gail Aguirre", - "gender": "female", - "age": 28, - "address": { - "state": "West Virginia", - "city": "Oasis" - } - }, - { - "id": 2816, - "name": "Georgette Davis", - "gender": "female", - "age": 32, - "address": { - "state": "Kentucky", - "city": "Roosevelt" - } - }, - { - "id": 2817, - "name": "Erna Hood", - "gender": "female", - "age": 17, - "address": { - "state": "Rhode Island", - "city": "Boykin" - } - }, - { - "id": 2818, - "name": "Jerri Dyer", - "gender": "female", - "age": 37, - "address": { - "state": "Iowa", - "city": "Wakulla" - } - }, - { - "id": 2819, - "name": "Berg Alston", - "gender": "male", - "age": 38, - "address": { - "state": "Indiana", - "city": "Blackgum" - } - }, - { - "id": 2820, - "name": "Swanson Sawyer", - "gender": "male", - "age": 50, - "address": { - "state": "North Dakota", - "city": "Fontanelle" - } - }, - { - "id": 2821, - "name": "Lindsay Huffman", - "gender": "female", - "age": 82, - "address": { - "state": "Virginia", - "city": "Waterford" - } - }, - { - "id": 2822, - "name": "Harrington Durham", - "gender": "male", - "age": 32, - "address": { - "state": "New York", - "city": "Elrama" - } - }, - { - "id": 2823, - "name": "Alana Stone", - "gender": "female", - "age": 29, - "address": { - "state": "Kansas", - "city": "Kenvil" - } - }, - { - "id": 2824, - "name": "Velez Lopez", - "gender": "male", - "age": 17, - "address": { - "state": "Missouri", - "city": "Hilltop" - } - }, - { - "id": 2825, - "name": "Mcdowell Peck", - "gender": "male", - "age": 65, - "address": { - "state": "Massachusetts", - "city": "Vernon" - } - }, - { - "id": 2826, - "name": "Chan Cleveland", - "gender": "male", - "age": 56, - "address": { - "state": "North Carolina", - "city": "Rowe" - } - }, - { - "id": 2827, - "name": "Vargas Puckett", - "gender": "male", - "age": 52, - "address": { - "state": "Michigan", - "city": "Abiquiu" - } - }, - { - "id": 2828, - "name": "Juliette Hatfield", - "gender": "female", - "age": 64, - "address": { - "state": "Washington", - "city": "Nadine" - } - }, - { - "id": 2829, - "name": "Joanna Guerra", - "gender": "female", - "age": 70, - "address": { - "state": "California", - "city": "Dawn" - } - }, - { - "id": 2830, - "name": "Kelly Ramos", - "gender": "female", - "age": 61, - "address": { - "state": "Arkansas", - "city": "Shelby" - } - }, - { - "id": 2831, - "name": "Polly Lowery", - "gender": "female", - "age": 33, - "address": { - "state": "Oregon", - "city": "Calverton" - } - }, - { - "id": 2832, - "name": "Shari Wade", - "gender": "female", - "age": 50, - "address": { - "state": "Wyoming", - "city": "Roderfield" - } - }, - { - "id": 2833, - "name": "Ryan Contreras", - "gender": "male", - "age": 52, - "address": { - "state": "Nevada", - "city": "Williams" - } - }, - { - "id": 2834, - "name": "Small Delacruz", - "gender": "male", - "age": 26, - "address": { - "state": "Nebraska", - "city": "Sunnyside" - } - }, - { - "id": 2835, - "name": "Jannie Simpson", - "gender": "female", - "age": 38, - "address": { - "state": "Wisconsin", - "city": "Macdona" - } - }, - { - "id": 2836, - "name": "Bonnie Huber", - "gender": "female", - "age": 22, - "address": { - "state": "New Mexico", - "city": "Broadlands" - } - }, - { - "id": 2837, - "name": "Marilyn Moreno", - "gender": "female", - "age": 61, - "address": { - "state": "Georgia", - "city": "Sunwest" - } - }, - { - "id": 2838, - "name": "Riggs Blackburn", - "gender": "male", - "age": 75, - "address": { - "state": "Connecticut", - "city": "Caberfae" - } - }, - { - "id": 2839, - "name": "Twila Marks", - "gender": "female", - "age": 31, - "address": { - "state": "Montana", - "city": "Gila" - } - }, - { - "id": 2840, - "name": "Kaitlin Vincent", - "gender": "female", - "age": 23, - "address": { - "state": "New Jersey", - "city": "Marshall" - } - }, - { - "id": 2841, - "name": "Phoebe Newton", - "gender": "female", - "age": 42, - "address": { - "state": "Utah", - "city": "Hickory" - } - }, - { - "id": 2842, - "name": "Bianca Duran", - "gender": "female", - "age": 59, - "address": { - "state": "Vermont", - "city": "Rossmore" - } - }, - { - "id": 2843, - "name": "Morrow Bean", - "gender": "male", - "age": 53, - "address": { - "state": "Mississippi", - "city": "Shindler" - } - }, - { - "id": 2844, - "name": "House Boyle", - "gender": "male", - "age": 56, - "address": { - "state": "Delaware", - "city": "Dixonville" - } - }, - { - "id": 2845, - "name": "Mcpherson Phelps", - "gender": "male", - "age": 74, - "address": { - "state": "Montana", - "city": "Deputy" - } - }, - { - "id": 2846, - "name": "Francis Mcneil", - "gender": "female", - "age": 74, - "address": { - "state": "Tennessee", - "city": "Gorst" - } - }, - { - "id": 2847, - "name": "Baldwin Morse", - "gender": "male", - "age": 53, - "address": { - "state": "Nebraska", - "city": "Baker" - } - }, - { - "id": 2848, - "name": "Rich Rich", - "gender": "male", - "age": 22, - "address": { - "state": "Wyoming", - "city": "Alamo" - } - }, - { - "id": 2849, - "name": "Mccormick Head", - "gender": "male", - "age": 78, - "address": { - "state": "New Jersey", - "city": "Vowinckel" - } - }, - { - "id": 2850, - "name": "Lynn Young", - "gender": "female", - "age": 25, - "address": { - "state": "Idaho", - "city": "Ogema" - } - }, - { - "id": 2851, - "name": "Terri Kerr", - "gender": "female", - "age": 45, - "address": { - "state": "Kentucky", - "city": "Durham" - } - }, - { - "id": 2852, - "name": "Robyn Joyner", - "gender": "female", - "age": 30, - "address": { - "state": "Rhode Island", - "city": "Nelson" - } - }, - { - "id": 2853, - "name": "Suzanne Bradley", - "gender": "female", - "age": 31, - "address": { - "state": "Massachusetts", - "city": "Zortman" - } - }, - { - "id": 2854, - "name": "Fowler Carlson", - "gender": "male", - "age": 74, - "address": { - "state": "Minnesota", - "city": "Marion" - } - }, - { - "id": 2855, - "name": "Casey Douglas", - "gender": "female", - "age": 81, - "address": { - "state": "Arkansas", - "city": "Allensworth" - } - }, - { - "id": 2856, - "name": "Boyle Rivers", - "gender": "male", - "age": 43, - "address": { - "state": "Nevada", - "city": "Dotsero" - } - }, - { - "id": 2857, - "name": "French Romero", - "gender": "male", - "age": 34, - "address": { - "state": "Missouri", - "city": "Blandburg" - } - }, - { - "id": 2858, - "name": "Diana Webb", - "gender": "female", - "age": 65, - "address": { - "state": "Indiana", - "city": "Websterville" - } - }, - { - "id": 2859, - "name": "Calderon Mooney", - "gender": "male", - "age": 40, - "address": { - "state": "California", - "city": "Konterra" - } - }, - { - "id": 2860, - "name": "Dorothea Vance", - "gender": "female", - "age": 18, - "address": { - "state": "Alabama", - "city": "Edmund" - } - }, - { - "id": 2861, - "name": "Tanner Good", - "gender": "male", - "age": 54, - "address": { - "state": "North Dakota", - "city": "Westwood" - } - }, - { - "id": 2862, - "name": "Lenora Bishop", - "gender": "female", - "age": 36, - "address": { - "state": "Maine", - "city": "Williams" - } - }, - { - "id": 2863, - "name": "Adeline Hodge", - "gender": "female", - "age": 31, - "address": { - "state": "Louisiana", - "city": "Itmann" - } - }, - { - "id": 2864, - "name": "Henderson Cash", - "gender": "male", - "age": 56, - "address": { - "state": "New Hampshire", - "city": "Beechmont" - } - }, - { - "id": 2865, - "name": "Diane Green", - "gender": "female", - "age": 73, - "address": { - "state": "Arizona", - "city": "Trail" - } - }, - { - "id": 2866, - "name": "Pollard Huff", - "gender": "male", - "age": 73, - "address": { - "state": "Kansas", - "city": "Cliff" - } - }, - { - "id": 2867, - "name": "Sadie Gould", - "gender": "female", - "age": 76, - "address": { - "state": "Alaska", - "city": "Roland" - } - }, - { - "id": 2868, - "name": "Kari Preston", - "gender": "female", - "age": 53, - "address": { - "state": "Utah", - "city": "Freetown" - } - }, - { - "id": 2869, - "name": "Roy Noel", - "gender": "male", - "age": 76, - "address": { - "state": "Texas", - "city": "Sims" - } - }, - { - "id": 2870, - "name": "Marla Salinas", - "gender": "female", - "age": 70, - "address": { - "state": "Virginia", - "city": "Bodega" - } - }, - { - "id": 2871, - "name": "Bridget Dean", - "gender": "female", - "age": 55, - "address": { - "state": "Georgia", - "city": "Caberfae" - } - }, - { - "id": 2872, - "name": "Celina Odom", - "gender": "female", - "age": 69, - "address": { - "state": "Colorado", - "city": "Caledonia" - } - }, - { - "id": 2873, - "name": "Shelby Howe", - "gender": "female", - "age": 79, - "address": { - "state": "Ohio", - "city": "Avoca" - } - }, - { - "id": 2874, - "name": "Jeanette Myers", - "gender": "female", - "age": 41, - "address": { - "state": "Florida", - "city": "Woodburn" - } - }, - { - "id": 2875, - "name": "Elaine Pearson", - "gender": "female", - "age": 69, - "address": { - "state": "Hawaii", - "city": "Manila" - } - }, - { - "id": 2876, - "name": "Meyer Roth", - "gender": "male", - "age": 29, - "address": { - "state": "Iowa", - "city": "Alleghenyville" - } - }, - { - "id": 2877, - "name": "Nixon Casey", - "gender": "male", - "age": 60, - "address": { - "state": "Illinois", - "city": "Highland" - } - }, - { - "id": 2878, - "name": "Conley Olsen", - "gender": "male", - "age": 57, - "address": { - "state": "New York", - "city": "Lindisfarne" - } - }, - { - "id": 2879, - "name": "Guthrie Burnett", - "gender": "male", - "age": 63, - "address": { - "state": "Pennsylvania", - "city": "Yorklyn" - } - }, - { - "id": 2880, - "name": "Mack Hamilton", - "gender": "male", - "age": 65, - "address": { - "state": "South Dakota", - "city": "Gorham" - } - }, - { - "id": 2881, - "name": "Griffith Macias", - "gender": "male", - "age": 44, - "address": { - "state": "Wisconsin", - "city": "Zarephath" - } - }, - { - "id": 2882, - "name": "Bettie Pugh", - "gender": "female", - "age": 39, - "address": { - "state": "Connecticut", - "city": "Grantville" - } - }, - { - "id": 2883, - "name": "Reid Berg", - "gender": "male", - "age": 41, - "address": { - "state": "Maryland", - "city": "Reno" - } - }, - { - "id": 2884, - "name": "Le Walton", - "gender": "male", - "age": 37, - "address": { - "state": "New Mexico", - "city": "Dawn" - } - }, - { - "id": 2885, - "name": "Diaz Schwartz", - "gender": "male", - "age": 34, - "address": { - "state": "Oklahoma", - "city": "Cowiche" - } - }, - { - "id": 2886, - "name": "Fannie Fuentes", - "gender": "female", - "age": 71, - "address": { - "state": "Oregon", - "city": "Muir" - } - }, - { - "id": 2887, - "name": "Juliet Schmidt", - "gender": "female", - "age": 37, - "address": { - "state": "West Virginia", - "city": "Glenshaw" - } - }, - { - "id": 2888, - "name": "Ellen Diaz", - "gender": "female", - "age": 36, - "address": { - "state": "Washington", - "city": "Linwood" - } - }, - { - "id": 2889, - "name": "Avis Owen", - "gender": "female", - "age": 79, - "address": { - "state": "Michigan", - "city": "Lumberton" - } - }, - { - "id": 2890, - "name": "Victoria Hardy", - "gender": "female", - "age": 30, - "address": { - "state": "South Carolina", - "city": "Dana" - } - }, - { - "id": 2891, - "name": "Candice Maxwell", - "gender": "female", - "age": 19, - "address": { - "state": "Alabama", - "city": "Clara" - } - }, - { - "id": 2892, - "name": "Silva Waller", - "gender": "male", - "age": 26, - "address": { - "state": "Montana", - "city": "Lisco" - } - }, - { - "id": 2893, - "name": "Glenn Fleming", - "gender": "male", - "age": 31, - "address": { - "state": "Ohio", - "city": "Sanford" - } - }, - { - "id": 2894, - "name": "Thelma Bass", - "gender": "female", - "age": 44, - "address": { - "state": "South Carolina", - "city": "Nutrioso" - } - }, - { - "id": 2895, - "name": "Hendricks Harmon", - "gender": "male", - "age": 71, - "address": { - "state": "Tennessee", - "city": "Tilden" - } - }, - { - "id": 2896, - "name": "Freeman Delgado", - "gender": "male", - "age": 70, - "address": { - "state": "Colorado", - "city": "Fairlee" - } - }, - { - "id": 2897, - "name": "Dominique Gallegos", - "gender": "female", - "age": 80, - "address": { - "state": "Indiana", - "city": "Trinway" - } - }, - { - "id": 2898, - "name": "Glenna Green", - "gender": "female", - "age": 64, - "address": { - "state": "Washington", - "city": "Catharine" - } - }, - { - "id": 2899, - "name": "Page Pope", - "gender": "male", - "age": 25, - "address": { - "state": "Florida", - "city": "Madrid" - } - }, - { - "id": 2900, - "name": "Lakeisha Ramsey", - "gender": "female", - "age": 81, - "address": { - "state": "Massachusetts", - "city": "Canterwood" - } - }, - { - "id": 2901, - "name": "Sanders Guerra", - "gender": "male", - "age": 28, - "address": { - "state": "Hawaii", - "city": "Newry" - } - }, - { - "id": 2902, - "name": "Jamie Harris", - "gender": "female", - "age": 33, - "address": { - "state": "Alaska", - "city": "Lowell" - } - }, - { - "id": 2903, - "name": "Fuentes Beck", - "gender": "male", - "age": 78, - "address": { - "state": "Wyoming", - "city": "Florence" - } - }, - { - "id": 2904, - "name": "Higgins Velez", - "gender": "male", - "age": 54, - "address": { - "state": "Iowa", - "city": "Woodruff" - } - }, - { - "id": 2905, - "name": "Carmen Mcgee", - "gender": "female", - "age": 70, - "address": { - "state": "Utah", - "city": "Kanauga" - } - }, - { - "id": 2906, - "name": "Dorsey Cook", - "gender": "male", - "age": 48, - "address": { - "state": "Nevada", - "city": "Hollins" - } - }, - { - "id": 2907, - "name": "Coffey Mcpherson", - "gender": "male", - "age": 71, - "address": { - "state": "New Hampshire", - "city": "Canoochee" - } - }, - { - "id": 2908, - "name": "Love Jennings", - "gender": "male", - "age": 23, - "address": { - "state": "Rhode Island", - "city": "Vaughn" - } - }, - { - "id": 2909, - "name": "Mary Rocha", - "gender": "female", - "age": 41, - "address": { - "state": "West Virginia", - "city": "Cutter" - } - }, - { - "id": 2910, - "name": "Nadine Langley", - "gender": "female", - "age": 79, - "address": { - "state": "Connecticut", - "city": "Troy" - } - }, - { - "id": 2911, - "name": "Adele Fuentes", - "gender": "female", - "age": 56, - "address": { - "state": "New Jersey", - "city": "Beaulieu" - } - }, - { - "id": 2912, - "name": "Alford Norman", - "gender": "male", - "age": 52, - "address": { - "state": "Virginia", - "city": "Delshire" - } - }, - { - "id": 2913, - "name": "Roseann Hensley", - "gender": "female", - "age": 68, - "address": { - "state": "North Dakota", - "city": "Wolcott" - } - }, - { - "id": 2914, - "name": "Beryl Knox", - "gender": "female", - "age": 55, - "address": { - "state": "Maryland", - "city": "Bynum" - } - }, - { - "id": 2915, - "name": "Dorthy Austin", - "gender": "female", - "age": 29, - "address": { - "state": "Delaware", - "city": "Ahwahnee" - } - }, - { - "id": 2916, - "name": "Kemp Stone", - "gender": "male", - "age": 38, - "address": { - "state": "Pennsylvania", - "city": "Cavalero" - } - }, - { - "id": 2917, - "name": "Carole Santos", - "gender": "female", - "age": 42, - "address": { - "state": "Mississippi", - "city": "Greenbackville" - } - }, - { - "id": 2918, - "name": "Hudson Colon", - "gender": "male", - "age": 36, - "address": { - "state": "South Dakota", - "city": "Carbonville" - } - }, - { - "id": 2919, - "name": "Jean Rojas", - "gender": "female", - "age": 17, - "address": { - "state": "Idaho", - "city": "Bethpage" - } - }, - { - "id": 2920, - "name": "Lynn Peterson", - "gender": "male", - "age": 62, - "address": { - "state": "Kentucky", - "city": "Riviera" - } - }, - { - "id": 2921, - "name": "Tisha Rivera", - "gender": "female", - "age": 65, - "address": { - "state": "Missouri", - "city": "Juarez" - } - }, - { - "id": 2922, - "name": "Fry Romero", - "gender": "male", - "age": 43, - "address": { - "state": "Arizona", - "city": "Volta" - } - }, - { - "id": 2923, - "name": "Tina Russo", - "gender": "female", - "age": 63, - "address": { - "state": "Arkansas", - "city": "Sidman" - } - }, - { - "id": 2924, - "name": "Rowland Mcguire", - "gender": "male", - "age": 30, - "address": { - "state": "Georgia", - "city": "Brooktrails" - } - }, - { - "id": 2925, - "name": "Mosley Baker", - "gender": "male", - "age": 49, - "address": { - "state": "New York", - "city": "Bennett" - } - }, - { - "id": 2926, - "name": "Sarah Trevino", - "gender": "female", - "age": 59, - "address": { - "state": "California", - "city": "Teasdale" - } - }, - { - "id": 2927, - "name": "Wright Garrison", - "gender": "male", - "age": 62, - "address": { - "state": "New Mexico", - "city": "Suitland" - } - }, - { - "id": 2928, - "name": "Tessa Collier", - "gender": "female", - "age": 47, - "address": { - "state": "Minnesota", - "city": "Veyo" - } - }, - { - "id": 2929, - "name": "Tameka Jimenez", - "gender": "female", - "age": 58, - "address": { - "state": "Vermont", - "city": "Dyckesville" - } - }, - { - "id": 2930, - "name": "Perkins Atkins", - "gender": "male", - "age": 48, - "address": { - "state": "Louisiana", - "city": "Nogal" - } - }, - { - "id": 2931, - "name": "Vera Gilliam", - "gender": "female", - "age": 32, - "address": { - "state": "Oklahoma", - "city": "Cataract" - } - }, - { - "id": 2932, - "name": "Blankenship Ballard", - "gender": "male", - "age": 81, - "address": { - "state": "Oregon", - "city": "Chumuckla" - } - }, - { - "id": 2933, - "name": "Gonzalez Levy", - "gender": "male", - "age": 62, - "address": { - "state": "North Carolina", - "city": "Greensburg" - } - }, - { - "id": 2934, - "name": "Jeannie Meyer", - "gender": "female", - "age": 42, - "address": { - "state": "Illinois", - "city": "Juntura" - } - }, - { - "id": 2935, - "name": "Caroline Serrano", - "gender": "female", - "age": 23, - "address": { - "state": "Nebraska", - "city": "Summerset" - } - }, - { - "id": 2936, - "name": "Mcneil Salinas", - "gender": "male", - "age": 50, - "address": { - "state": "Michigan", - "city": "Stonybrook" - } - }, - { - "id": 2937, - "name": "Mathews Robertson", - "gender": "male", - "age": 33, - "address": { - "state": "Kansas", - "city": "Driftwood" - } - }, - { - "id": 2938, - "name": "Sofia Ortiz", - "gender": "female", - "age": 17, - "address": { - "state": "Texas", - "city": "Ruckersville" - } - }, - { - "id": 2939, - "name": "Kristine Howard", - "gender": "female", - "age": 78, - "address": { - "state": "Wisconsin", - "city": "Evergreen" - } - }, - { - "id": 2940, - "name": "Mara Myers", - "gender": "female", - "age": 70, - "address": { - "state": "Alaska", - "city": "Smeltertown" - } - }, - { - "id": 2941, - "name": "Shana Burgess", - "gender": "female", - "age": 50, - "address": { - "state": "Mississippi", - "city": "Bendon" - } - }, - { - "id": 2942, - "name": "Lynda Hamilton", - "gender": "female", - "age": 45, - "address": { - "state": "Nevada", - "city": "Sanders" - } - }, - { - "id": 2943, - "name": "Mable Day", - "gender": "female", - "age": 56, - "address": { - "state": "Maine", - "city": "Summerfield" - } - }, - { - "id": 2944, - "name": "Gonzales Justice", - "gender": "male", - "age": 17, - "address": { - "state": "Colorado", - "city": "Maury" - } - }, - { - "id": 2945, - "name": "Beck Mccullough", - "gender": "male", - "age": 18, - "address": { - "state": "New Hampshire", - "city": "Caroleen" - } - }, - { - "id": 2946, - "name": "Huff Mullen", - "gender": "male", - "age": 34, - "address": { - "state": "Oklahoma", - "city": "Tooleville" - } - }, - { - "id": 2947, - "name": "Rachelle Yang", - "gender": "female", - "age": 34, - "address": { - "state": "California", - "city": "Saranap" - } - }, - { - "id": 2948, - "name": "Rhonda Brady", - "gender": "female", - "age": 68, - "address": { - "state": "Alabama", - "city": "Frank" - } - }, - { - "id": 2949, - "name": "Gonzalez Dunlap", - "gender": "male", - "age": 41, - "address": { - "state": "Illinois", - "city": "Kingstowne" - } - }, - { - "id": 2950, - "name": "Noemi Carroll", - "gender": "female", - "age": 33, - "address": { - "state": "South Dakota", - "city": "Coldiron" - } - }, - { - "id": 2951, - "name": "Smith Jacobson", - "gender": "male", - "age": 20, - "address": { - "state": "New Jersey", - "city": "Rosine" - } - }, - { - "id": 2952, - "name": "Patty Burton", - "gender": "female", - "age": 68, - "address": { - "state": "Washington", - "city": "Byrnedale" - } - }, - { - "id": 2953, - "name": "Ford Pearson", - "gender": "male", - "age": 65, - "address": { - "state": "Arizona", - "city": "Grahamtown" - } - }, - { - "id": 2954, - "name": "Fleming Clements", - "gender": "male", - "age": 52, - "address": { - "state": "South Carolina", - "city": "Keyport" - } - }, - { - "id": 2955, - "name": "Morton Lowe", - "gender": "male", - "age": 68, - "address": { - "state": "Pennsylvania", - "city": "Buxton" - } - }, - { - "id": 2956, - "name": "Jennie Hobbs", - "gender": "female", - "age": 37, - "address": { - "state": "New York", - "city": "Westmoreland" - } - }, - { - "id": 2957, - "name": "Dale Ortega", - "gender": "female", - "age": 69, - "address": { - "state": "Missouri", - "city": "Finzel" - } - }, - { - "id": 2958, - "name": "Kent Abbott", - "gender": "male", - "age": 30, - "address": { - "state": "West Virginia", - "city": "Sultana" - } - }, - { - "id": 2959, - "name": "Patterson Levy", - "gender": "male", - "age": 52, - "address": { - "state": "Kentucky", - "city": "Dubois" - } - }, - { - "id": 2960, - "name": "Buck Whitley", - "gender": "male", - "age": 58, - "address": { - "state": "North Dakota", - "city": "Bison" - } - }, - { - "id": 2961, - "name": "Tabatha Cherry", - "gender": "female", - "age": 76, - "address": { - "state": "Nebraska", - "city": "Diaperville" - } - }, - { - "id": 2962, - "name": "Jayne Hatfield", - "gender": "female", - "age": 68, - "address": { - "state": "Hawaii", - "city": "Klagetoh" - } - }, - { - "id": 2963, - "name": "Hood Hernandez", - "gender": "male", - "age": 53, - "address": { - "state": "Texas", - "city": "Avalon" - } - }, - { - "id": 2964, - "name": "Hill Delacruz", - "gender": "male", - "age": 40, - "address": { - "state": "Massachusetts", - "city": "Sunbury" - } - }, - { - "id": 2965, - "name": "Alison Myers", - "gender": "female", - "age": 40, - "address": { - "state": "North Carolina", - "city": "Salix" - } - }, - { - "id": 2966, - "name": "Lynne Skinner", - "gender": "female", - "age": 75, - "address": { - "state": "Kansas", - "city": "Jacksonburg" - } - }, - { - "id": 2967, - "name": "Levine Schultz", - "gender": "male", - "age": 37, - "address": { - "state": "Wyoming", - "city": "Townsend" - } - }, - { - "id": 2968, - "name": "Lester Arnold", - "gender": "male", - "age": 30, - "address": { - "state": "Delaware", - "city": "Olney" - } - }, - { - "id": 2969, - "name": "Kristie Hurst", - "gender": "female", - "age": 18, - "address": { - "state": "Virginia", - "city": "Caberfae" - } - }, - { - "id": 2970, - "name": "Carolyn Guerra", - "gender": "female", - "age": 56, - "address": { - "state": "Indiana", - "city": "Vernon" - } - }, - { - "id": 2971, - "name": "Kathrine Mccall", - "gender": "female", - "age": 30, - "address": { - "state": "Georgia", - "city": "Hackneyville" - } - }, - { - "id": 2972, - "name": "Schneider Stone", - "gender": "male", - "age": 44, - "address": { - "state": "Utah", - "city": "Benson" - } - }, - { - "id": 2973, - "name": "Juanita Romero", - "gender": "female", - "age": 30, - "address": { - "state": "Louisiana", - "city": "Wauhillau" - } - }, - { - "id": 2974, - "name": "Lott Molina", - "gender": "male", - "age": 42, - "address": { - "state": "Iowa", - "city": "Chamberino" - } - }, - { - "id": 2975, - "name": "Blevins May", - "gender": "male", - "age": 54, - "address": { - "state": "Rhode Island", - "city": "Roeville" - } - }, - { - "id": 2976, - "name": "Doreen Bowen", - "gender": "female", - "age": 77, - "address": { - "state": "Florida", - "city": "Fontanelle" - } - }, - { - "id": 2977, - "name": "Iris Mitchell", - "gender": "female", - "age": 50, - "address": { - "state": "New Mexico", - "city": "Tryon" - } - }, - { - "id": 2978, - "name": "Madden Vazquez", - "gender": "male", - "age": 38, - "address": { - "state": "Montana", - "city": "Brandermill" - } - }, - { - "id": 2979, - "name": "Hannah Bolton", - "gender": "female", - "age": 38, - "address": { - "state": "Maryland", - "city": "Harborton" - } - }, - { - "id": 2980, - "name": "Dionne Bright", - "gender": "female", - "age": 46, - "address": { - "state": "Vermont", - "city": "Harmon" - } - }, - { - "id": 2981, - "name": "Francine Mcclure", - "gender": "female", - "age": 20, - "address": { - "state": "Oregon", - "city": "Urie" - } - }, - { - "id": 2982, - "name": "Dorothea Padilla", - "gender": "female", - "age": 51, - "address": { - "state": "Wisconsin", - "city": "Kerby" - } - }, - { - "id": 2983, - "name": "Danielle Moody", - "gender": "female", - "age": 60, - "address": { - "state": "Michigan", - "city": "Chical" - } - }, - { - "id": 2984, - "name": "Lamb Simmons", - "gender": "male", - "age": 28, - "address": { - "state": "Arkansas", - "city": "Kenvil" - } - }, - { - "id": 2985, - "name": "Martinez Montgomery", - "gender": "male", - "age": 78, - "address": { - "state": "Ohio", - "city": "Defiance" - } - }, - { - "id": 2986, - "name": "Emilia Buckley", - "gender": "female", - "age": 28, - "address": { - "state": "Connecticut", - "city": "Sardis" - } - }, - { - "id": 2987, - "name": "Lily Gray", - "gender": "female", - "age": 21, - "address": { - "state": "Tennessee", - "city": "Trona" - } - }, - { - "id": 2988, - "name": "Evangelina Allison", - "gender": "female", - "age": 74, - "address": { - "state": "Minnesota", - "city": "Whitmer" - } - }, - { - "id": 2989, - "name": "Corine Hurley", - "gender": "female", - "age": 77, - "address": { - "state": "New Hampshire", - "city": "Blue" - } - }, - { - "id": 2990, - "name": "Sheri Whitney", - "gender": "female", - "age": 80, - "address": { - "state": "Rhode Island", - "city": "Roderfield" - } - }, - { - "id": 2991, - "name": "Hazel Sullivan", - "gender": "female", - "age": 29, - "address": { - "state": "Utah", - "city": "Staples" - } - }, - { - "id": 2992, - "name": "Joanna Schroeder", - "gender": "female", - "age": 53, - "address": { - "state": "Texas", - "city": "Neibert" - } - }, - { - "id": 2993, - "name": "Sofia Knox", - "gender": "female", - "age": 81, - "address": { - "state": "Minnesota", - "city": "Tibbie" - } - }, - { - "id": 2994, - "name": "Roy Duke", - "gender": "male", - "age": 22, - "address": { - "state": "Oregon", - "city": "Kirk" - } - }, - { - "id": 2995, - "name": "Walls Delgado", - "gender": "male", - "age": 20, - "address": { - "state": "Maryland", - "city": "Sandston" - } - }, - { - "id": 2996, - "name": "Thomas Brewer", - "gender": "male", - "age": 53, - "address": { - "state": "Indiana", - "city": "Richville" - } - }, - { - "id": 2997, - "name": "Walter Roman", - "gender": "male", - "age": 32, - "address": { - "state": "Ohio", - "city": "Felt" - } - }, - { - "id": 2998, - "name": "Mccullough Ashley", - "gender": "male", - "age": 82, - "address": { - "state": "North Carolina", - "city": "Ronco" - } - }, - { - "id": 2999, - "name": "Winnie Donovan", - "gender": "female", - "age": 50, - "address": { - "state": "Arizona", - "city": "Matthews" - } - }, - { - "id": 3000, - "name": "Cantu Solomon", - "gender": "male", - "age": 80, - "address": { - "state": "Missouri", - "city": "Trexlertown" - } - }, - { - "id": 3001, - "name": "Tamera Bailey", - "gender": "female", - "age": 37, - "address": { - "state": "Virginia", - "city": "Stouchsburg" - } - }, - { - "id": 3002, - "name": "Letha Hurst", - "gender": "female", - "age": 72, - "address": { - "state": "Alabama", - "city": "Datil" - } - }, - { - "id": 3003, - "name": "Villarreal Willis", - "gender": "male", - "age": 21, - "address": { - "state": "Connecticut", - "city": "Hardyville" - } - }, - { - "id": 3004, - "name": "Regina Lynn", - "gender": "female", - "age": 43, - "address": { - "state": "South Carolina", - "city": "Cucumber" - } - }, - { - "id": 3005, - "name": "Baldwin Rosario", - "gender": "male", - "age": 74, - "address": { - "state": "California", - "city": "Cobbtown" - } - }, - { - "id": 3006, - "name": "Talley Weiss", - "gender": "male", - "age": 59, - "address": { - "state": "Delaware", - "city": "Vale" - } - }, - { - "id": 3007, - "name": "Elinor Knowles", - "gender": "female", - "age": 25, - "address": { - "state": "Michigan", - "city": "Teasdale" - } - }, - { - "id": 3008, - "name": "Nannie Beach", - "gender": "female", - "age": 37, - "address": { - "state": "Pennsylvania", - "city": "Rowe" - } - }, - { - "id": 3009, - "name": "Gomez Rose", - "gender": "male", - "age": 31, - "address": { - "state": "South Dakota", - "city": "Adelino" - } - }, - { - "id": 3010, - "name": "Crosby Ford", - "gender": "male", - "age": 19, - "address": { - "state": "New Jersey", - "city": "Rose" - } - }, - { - "id": 3011, - "name": "Renee Lawson", - "gender": "female", - "age": 34, - "address": { - "state": "Maine", - "city": "Yorklyn" - } - }, - { - "id": 3012, - "name": "Osborn Andrews", - "gender": "male", - "age": 67, - "address": { - "state": "Oklahoma", - "city": "Klondike" - } - }, - { - "id": 3013, - "name": "Bright Copeland", - "gender": "male", - "age": 69, - "address": { - "state": "West Virginia", - "city": "Selma" - } - }, - { - "id": 3014, - "name": "Wallace Bradford", - "gender": "male", - "age": 48, - "address": { - "state": "Louisiana", - "city": "Lutsen" - } - }, - { - "id": 3015, - "name": "Lindsay Watson", - "gender": "male", - "age": 49, - "address": { - "state": "Montana", - "city": "Gorham" - } - }, - { - "id": 3016, - "name": "Acosta Ray", - "gender": "male", - "age": 19, - "address": { - "state": "Nebraska", - "city": "Summertown" - } - }, - { - "id": 3017, - "name": "Little Mann", - "gender": "male", - "age": 60, - "address": { - "state": "Mississippi", - "city": "Gulf" - } - }, - { - "id": 3018, - "name": "Rowe Koch", - "gender": "male", - "age": 32, - "address": { - "state": "Georgia", - "city": "Neahkahnie" - } - }, - { - "id": 3019, - "name": "Mcdonald Barrera", - "gender": "male", - "age": 37, - "address": { - "state": "Florida", - "city": "Brewster" - } - }, - { - "id": 3020, - "name": "Sweeney Sweeney", - "gender": "male", - "age": 38, - "address": { - "state": "New York", - "city": "Chalfant" - } - }, - { - "id": 3021, - "name": "Lelia Lowe", - "gender": "female", - "age": 77, - "address": { - "state": "Illinois", - "city": "Westmoreland" - } - }, - { - "id": 3022, - "name": "Janis Moody", - "gender": "female", - "age": 78, - "address": { - "state": "Tennessee", - "city": "Biehle" - } - }, - { - "id": 3023, - "name": "George Gonzalez", - "gender": "male", - "age": 74, - "address": { - "state": "Arkansas", - "city": "Martell" - } - }, - { - "id": 3024, - "name": "Robbie Hays", - "gender": "female", - "age": 60, - "address": { - "state": "Kentucky", - "city": "Wyoming" - } - }, - { - "id": 3025, - "name": "Pope Doyle", - "gender": "male", - "age": 62, - "address": { - "state": "Iowa", - "city": "Calpine" - } - }, - { - "id": 3026, - "name": "Vaughan Maddox", - "gender": "male", - "age": 55, - "address": { - "state": "New Mexico", - "city": "Edenburg" - } - }, - { - "id": 3027, - "name": "Hoover Black", - "gender": "male", - "age": 60, - "address": { - "state": "Alaska", - "city": "Durham" - } - }, - { - "id": 3028, - "name": "Kathrine Hatfield", - "gender": "female", - "age": 42, - "address": { - "state": "Colorado", - "city": "Ladera" - } - }, - { - "id": 3029, - "name": "Carroll Finch", - "gender": "male", - "age": 38, - "address": { - "state": "Vermont", - "city": "Gardners" - } - }, - { - "id": 3030, - "name": "Deirdre Marshall", - "gender": "female", - "age": 45, - "address": { - "state": "North Dakota", - "city": "Kohatk" - } - }, - { - "id": 3031, - "name": "Alvarez Martinez", - "gender": "male", - "age": 62, - "address": { - "state": "Nevada", - "city": "Shasta" - } - }, - { - "id": 3032, - "name": "Kelley Shepherd", - "gender": "female", - "age": 59, - "address": { - "state": "Wisconsin", - "city": "Woodruff" - } - }, - { - "id": 3033, - "name": "Lou Beard", - "gender": "female", - "age": 57, - "address": { - "state": "Kansas", - "city": "Bradenville" - } - }, - { - "id": 3034, - "name": "Lambert Lowery", - "gender": "male", - "age": 71, - "address": { - "state": "Massachusetts", - "city": "Yardville" - } - }, - { - "id": 3035, - "name": "Jamie Alvarado", - "gender": "female", - "age": 63, - "address": { - "state": "Wyoming", - "city": "Moscow" - } - }, - { - "id": 3036, - "name": "Cole Peters", - "gender": "male", - "age": 25, - "address": { - "state": "Idaho", - "city": "Sanders" - } - }, - { - "id": 3037, - "name": "Hobbs Horton", - "gender": "male", - "age": 67, - "address": { - "state": "Washington", - "city": "Marbury" - } - }, - { - "id": 3038, - "name": "Estrada Lott", - "gender": "male", - "age": 60, - "address": { - "state": "Arkansas", - "city": "Brutus" - } - }, - { - "id": 3039, - "name": "Jeanie Walter", - "gender": "female", - "age": 46, - "address": { - "state": "Vermont", - "city": "Waiohinu" - } - }, - { - "id": 3040, - "name": "Patel Oneal", - "gender": "male", - "age": 28, - "address": { - "state": "Illinois", - "city": "Loomis" - } - }, - { - "id": 3041, - "name": "Rosa Morgan", - "gender": "female", - "age": 66, - "address": { - "state": "New Jersey", - "city": "Lloyd" - } - }, - { - "id": 3042, - "name": "Mildred Horne", - "gender": "female", - "age": 46, - "address": { - "state": "Maine", - "city": "Gardiner" - } - }, - { - "id": 3043, - "name": "Kramer Wagner", - "gender": "male", - "age": 31, - "address": { - "state": "Ohio", - "city": "Crawfordsville" - } - }, - { - "id": 3044, - "name": "Montoya David", - "gender": "male", - "age": 36, - "address": { - "state": "Maryland", - "city": "Levant" - } - }, - { - "id": 3045, - "name": "Cummings Parsons", - "gender": "male", - "age": 39, - "address": { - "state": "Pennsylvania", - "city": "Grapeview" - } - }, - { - "id": 3046, - "name": "Kay Buckner", - "gender": "female", - "age": 53, - "address": { - "state": "Utah", - "city": "Dargan" - } - }, - { - "id": 3047, - "name": "Latonya Schultz", - "gender": "female", - "age": 73, - "address": { - "state": "Connecticut", - "city": "Riegelwood" - } - }, - { - "id": 3048, - "name": "Carla Owens", - "gender": "female", - "age": 66, - "address": { - "state": "Oregon", - "city": "Linganore" - } - }, - { - "id": 3049, - "name": "Cantrell Lindsay", - "gender": "male", - "age": 60, - "address": { - "state": "Texas", - "city": "Fairhaven" - } - }, - { - "id": 3050, - "name": "Haynes Stafford", - "gender": "male", - "age": 61, - "address": { - "state": "Oklahoma", - "city": "Osage" - } - }, - { - "id": 3051, - "name": "English Dickson", - "gender": "male", - "age": 74, - "address": { - "state": "Alabama", - "city": "Churchill" - } - }, - { - "id": 3052, - "name": "May Elliott", - "gender": "male", - "age": 77, - "address": { - "state": "South Carolina", - "city": "Fostoria" - } - }, - { - "id": 3053, - "name": "Estelle Heath", - "gender": "female", - "age": 27, - "address": { - "state": "Nebraska", - "city": "Ona" - } - }, - { - "id": 3054, - "name": "Shepherd Craig", - "gender": "male", - "age": 30, - "address": { - "state": "Minnesota", - "city": "Cumminsville" - } - }, - { - "id": 3055, - "name": "Blanchard Velazquez", - "gender": "male", - "age": 35, - "address": { - "state": "West Virginia", - "city": "Dunnavant" - } - }, - { - "id": 3056, - "name": "Leta Hunter", - "gender": "female", - "age": 73, - "address": { - "state": "South Dakota", - "city": "Durham" - } - }, - { - "id": 3057, - "name": "Kemp Villarreal", - "gender": "male", - "age": 32, - "address": { - "state": "New Mexico", - "city": "Whitehaven" - } - }, - { - "id": 3058, - "name": "Vazquez Williams", - "gender": "male", - "age": 52, - "address": { - "state": "Massachusetts", - "city": "Lithium" - } - }, - { - "id": 3059, - "name": "Shelby Massey", - "gender": "female", - "age": 66, - "address": { - "state": "New York", - "city": "Takilma" - } - }, - { - "id": 3060, - "name": "Hayden Parrish", - "gender": "male", - "age": 53, - "address": { - "state": "Louisiana", - "city": "Belleview" - } - }, - { - "id": 3061, - "name": "Freeman Hinton", - "gender": "male", - "age": 80, - "address": { - "state": "Florida", - "city": "Brookfield" - } - }, - { - "id": 3062, - "name": "Maryellen Salazar", - "gender": "female", - "age": 49, - "address": { - "state": "Kentucky", - "city": "Tonopah" - } - }, - { - "id": 3063, - "name": "Pearl Harding", - "gender": "female", - "age": 70, - "address": { - "state": "Idaho", - "city": "Bedias" - } - }, - { - "id": 3064, - "name": "Stacie Bentley", - "gender": "female", - "age": 51, - "address": { - "state": "Hawaii", - "city": "Greenwich" - } - }, - { - "id": 3065, - "name": "Roxanne Wells", - "gender": "female", - "age": 44, - "address": { - "state": "Missouri", - "city": "Bellamy" - } - }, - { - "id": 3066, - "name": "Vanessa Santana", - "gender": "female", - "age": 30, - "address": { - "state": "Kansas", - "city": "Finderne" - } - }, - { - "id": 3067, - "name": "Marsh Mcfadden", - "gender": "male", - "age": 81, - "address": { - "state": "Colorado", - "city": "Beaverdale" - } - }, - { - "id": 3068, - "name": "Colon Murphy", - "gender": "male", - "age": 26, - "address": { - "state": "Nevada", - "city": "Kula" - } - }, - { - "id": 3069, - "name": "Kristen Kirk", - "gender": "female", - "age": 23, - "address": { - "state": "Wyoming", - "city": "Reno" - } - }, - { - "id": 3070, - "name": "Watkins Chapman", - "gender": "male", - "age": 36, - "address": { - "state": "Washington", - "city": "Drytown" - } - }, - { - "id": 3071, - "name": "Britney Brown", - "gender": "female", - "age": 80, - "address": { - "state": "Delaware", - "city": "Southmont" - } - }, - { - "id": 3072, - "name": "Florence Callahan", - "gender": "female", - "age": 40, - "address": { - "state": "Michigan", - "city": "Basye" - } - }, - { - "id": 3073, - "name": "Sherman Miranda", - "gender": "male", - "age": 40, - "address": { - "state": "Mississippi", - "city": "Ladera" - } - }, - { - "id": 3074, - "name": "Ray Hogan", - "gender": "male", - "age": 63, - "address": { - "state": "New Hampshire", - "city": "Marion" - } - }, - { - "id": 3075, - "name": "Cristina Wise", - "gender": "female", - "age": 45, - "address": { - "state": "Wisconsin", - "city": "Chapin" - } - }, - { - "id": 3076, - "name": "Zimmerman Webster", - "gender": "male", - "age": 79, - "address": { - "state": "Arizona", - "city": "Glidden" - } - }, - { - "id": 3077, - "name": "Beatrice Frye", - "gender": "female", - "age": 26, - "address": { - "state": "North Carolina", - "city": "Edneyville" - } - }, - { - "id": 3078, - "name": "Robbins Riddle", - "gender": "male", - "age": 29, - "address": { - "state": "Indiana", - "city": "Greer" - } - }, - { - "id": 3079, - "name": "Mcdowell Davis", - "gender": "male", - "age": 38, - "address": { - "state": "Rhode Island", - "city": "Golconda" - } - }, - { - "id": 3080, - "name": "Deleon Harrell", - "gender": "male", - "age": 79, - "address": { - "state": "Tennessee", - "city": "Hendersonville" - } - }, - { - "id": 3081, - "name": "Carmen Gilliam", - "gender": "female", - "age": 33, - "address": { - "state": "Montana", - "city": "Blende" - } - }, - { - "id": 3082, - "name": "Hammond Harvey", - "gender": "male", - "age": 65, - "address": { - "state": "North Dakota", - "city": "Orviston" - } - }, - { - "id": 3083, - "name": "Middleton Schroeder", - "gender": "male", - "age": 47, - "address": { - "state": "Iowa", - "city": "Robinette" - } - }, - { - "id": 3084, - "name": "Aline Harrison", - "gender": "female", - "age": 42, - "address": { - "state": "Alaska", - "city": "Gilmore" - } - }, - { - "id": 3085, - "name": "Shawn Ramsey", - "gender": "female", - "age": 34, - "address": { - "state": "Virginia", - "city": "Stagecoach" - } - }, - { - "id": 3086, - "name": "Jacquelyn Hyde", - "gender": "female", - "age": 68, - "address": { - "state": "California", - "city": "Guthrie" - } - }, - { - "id": 3087, - "name": "Bradford Gallagher", - "gender": "male", - "age": 67, - "address": { - "state": "Colorado", - "city": "Holtville" - } - }, - { - "id": 3088, - "name": "Davenport Blackwell", - "gender": "male", - "age": 33, - "address": { - "state": "Minnesota", - "city": "Wattsville" - } - }, - { - "id": 3089, - "name": "Blankenship Kerr", - "gender": "male", - "age": 46, - "address": { - "state": "Pennsylvania", - "city": "Barclay" - } - }, - { - "id": 3090, - "name": "Constance Kidd", - "gender": "female", - "age": 80, - "address": { - "state": "Montana", - "city": "Eastmont" - } - }, - { - "id": 3091, - "name": "Schroeder Pacheco", - "gender": "male", - "age": 32, - "address": { - "state": "Nebraska", - "city": "Reinerton" - } - }, - { - "id": 3092, - "name": "Bird Padilla", - "gender": "male", - "age": 44, - "address": { - "state": "Kansas", - "city": "Fairforest" - } - }, - { - "id": 3093, - "name": "Selena Knight", - "gender": "female", - "age": 59, - "address": { - "state": "Missouri", - "city": "Conway" - } - }, - { - "id": 3094, - "name": "Araceli Dominguez", - "gender": "female", - "age": 45, - "address": { - "state": "Wisconsin", - "city": "Chicopee" - } - }, - { - "id": 3095, - "name": "Burris Rasmussen", - "gender": "male", - "age": 31, - "address": { - "state": "North Dakota", - "city": "Cliffside" - } - }, - { - "id": 3096, - "name": "Trisha Vega", - "gender": "female", - "age": 48, - "address": { - "state": "Ohio", - "city": "Chesterfield" - } - }, - { - "id": 3097, - "name": "Simpson Grant", - "gender": "male", - "age": 18, - "address": { - "state": "Iowa", - "city": "Warren" - } - }, - { - "id": 3098, - "name": "Katharine Mcguire", - "gender": "female", - "age": 62, - "address": { - "state": "Oklahoma", - "city": "Orviston" - } - }, - { - "id": 3099, - "name": "Mcconnell Sharpe", - "gender": "male", - "age": 78, - "address": { - "state": "Wyoming", - "city": "Darrtown" - } - }, - { - "id": 3100, - "name": "Carey Wilkins", - "gender": "male", - "age": 39, - "address": { - "state": "Hawaii", - "city": "Falmouth" - } - }, - { - "id": 3101, - "name": "Ayala Tran", - "gender": "male", - "age": 23, - "address": { - "state": "Delaware", - "city": "Highland" - } - }, - { - "id": 3102, - "name": "Abigail Burnett", - "gender": "female", - "age": 47, - "address": { - "state": "New York", - "city": "Wildwood" - } - }, - { - "id": 3103, - "name": "Shelton Hicks", - "gender": "male", - "age": 24, - "address": { - "state": "Florida", - "city": "Day" - } - }, - { - "id": 3104, - "name": "Willis Welch", - "gender": "male", - "age": 75, - "address": { - "state": "South Carolina", - "city": "Loma" - } - }, - { - "id": 3105, - "name": "Diana Forbes", - "gender": "female", - "age": 60, - "address": { - "state": "California", - "city": "Grantville" - } - }, - { - "id": 3106, - "name": "Anita Spears", - "gender": "female", - "age": 50, - "address": { - "state": "North Carolina", - "city": "Faxon" - } - }, - { - "id": 3107, - "name": "Whitney Watson", - "gender": "male", - "age": 35, - "address": { - "state": "Arkansas", - "city": "Orovada" - } - }, - { - "id": 3108, - "name": "Bobbie Griffith", - "gender": "female", - "age": 81, - "address": { - "state": "Michigan", - "city": "Moraida" - } - }, - { - "id": 3109, - "name": "Simmons Ford", - "gender": "male", - "age": 38, - "address": { - "state": "South Dakota", - "city": "Westerville" - } - }, - { - "id": 3110, - "name": "Gina Sullivan", - "gender": "female", - "age": 57, - "address": { - "state": "Indiana", - "city": "Denio" - } - }, - { - "id": 3111, - "name": "Adrienne Holman", - "gender": "female", - "age": 69, - "address": { - "state": "Nevada", - "city": "Ogema" - } - }, - { - "id": 3112, - "name": "Boyle Livingston", - "gender": "male", - "age": 54, - "address": { - "state": "Texas", - "city": "Vandiver" - } - }, - { - "id": 3113, - "name": "Pennington Rosales", - "gender": "male", - "age": 70, - "address": { - "state": "Tennessee", - "city": "Villarreal" - } - }, - { - "id": 3114, - "name": "Clare Dejesus", - "gender": "female", - "age": 71, - "address": { - "state": "New Jersey", - "city": "Fairlee" - } - }, - { - "id": 3115, - "name": "Ellen Sanchez", - "gender": "female", - "age": 22, - "address": { - "state": "New Mexico", - "city": "Hackneyville" - } - }, - { - "id": 3116, - "name": "Ana Roy", - "gender": "female", - "age": 31, - "address": { - "state": "Washington", - "city": "Bowden" - } - }, - { - "id": 3117, - "name": "Watts Bryant", - "gender": "male", - "age": 79, - "address": { - "state": "New Hampshire", - "city": "Whitmer" - } - }, - { - "id": 3118, - "name": "Josefa May", - "gender": "female", - "age": 59, - "address": { - "state": "Alaska", - "city": "Veguita" - } - }, - { - "id": 3119, - "name": "Jolene Oneal", - "gender": "female", - "age": 40, - "address": { - "state": "Utah", - "city": "Nadine" - } - }, - { - "id": 3120, - "name": "Helene Bonner", - "gender": "female", - "age": 70, - "address": { - "state": "West Virginia", - "city": "Saticoy" - } - }, - { - "id": 3121, - "name": "Kimberley Russo", - "gender": "female", - "age": 40, - "address": { - "state": "Arizona", - "city": "Bladensburg" - } - }, - { - "id": 3122, - "name": "Bettye Stevenson", - "gender": "female", - "age": 56, - "address": { - "state": "Oregon", - "city": "Rodman" - } - }, - { - "id": 3123, - "name": "Bray Alston", - "gender": "male", - "age": 68, - "address": { - "state": "Georgia", - "city": "Franklin" - } - }, - { - "id": 3124, - "name": "Rosalinda Adams", - "gender": "female", - "age": 23, - "address": { - "state": "Vermont", - "city": "Guthrie" - } - }, - { - "id": 3125, - "name": "Heather Caldwell", - "gender": "female", - "age": 40, - "address": { - "state": "Louisiana", - "city": "Sena" - } - }, - { - "id": 3126, - "name": "Hogan Byers", - "gender": "male", - "age": 18, - "address": { - "state": "Virginia", - "city": "Fillmore" - } - }, - { - "id": 3127, - "name": "Clements Whitney", - "gender": "male", - "age": 62, - "address": { - "state": "Alabama", - "city": "Smock" - } - }, - { - "id": 3128, - "name": "Brandie Steele", - "gender": "female", - "age": 49, - "address": { - "state": "Massachusetts", - "city": "Ventress" - } - }, - { - "id": 3129, - "name": "Elise Hendrix", - "gender": "female", - "age": 18, - "address": { - "state": "Kentucky", - "city": "Cartwright" - } - }, - { - "id": 3130, - "name": "Robertson York", - "gender": "male", - "age": 54, - "address": { - "state": "Rhode Island", - "city": "Rose" - } - }, - { - "id": 3131, - "name": "Hansen Rosario", - "gender": "male", - "age": 64, - "address": { - "state": "Maine", - "city": "Rote" - } - }, - { - "id": 3132, - "name": "Sharlene Ochoa", - "gender": "female", - "age": 22, - "address": { - "state": "Connecticut", - "city": "Mooresburg" - } - }, - { - "id": 3133, - "name": "Ross Sykes", - "gender": "male", - "age": 33, - "address": { - "state": "Illinois", - "city": "Kerby" - } - }, - { - "id": 3134, - "name": "Katelyn Frost", - "gender": "female", - "age": 57, - "address": { - "state": "Maryland", - "city": "Northridge" - } - }, - { - "id": 3135, - "name": "Stevens White", - "gender": "male", - "age": 51, - "address": { - "state": "Mississippi", - "city": "Wescosville" - } - }, - { - "id": 3136, - "name": "Pollard Butler", - "gender": "male", - "age": 32, - "address": { - "state": "Florida", - "city": "Rockhill" - } - }, - { - "id": 3137, - "name": "Bowers Nichols", - "gender": "male", - "age": 31, - "address": { - "state": "Nevada", - "city": "Klondike" - } - }, - { - "id": 3138, - "name": "Ivy Gonzalez", - "gender": "female", - "age": 34, - "address": { - "state": "New York", - "city": "Bethpage" - } - }, - { - "id": 3139, - "name": "Kristina Holden", - "gender": "female", - "age": 40, - "address": { - "state": "Rhode Island", - "city": "Falmouth" - } - }, - { - "id": 3140, - "name": "Minnie Goodwin", - "gender": "female", - "age": 23, - "address": { - "state": "North Dakota", - "city": "Waukeenah" - } - }, - { - "id": 3141, - "name": "Wiggins Burnett", - "gender": "male", - "age": 45, - "address": { - "state": "Tennessee", - "city": "Loveland" - } - }, - { - "id": 3142, - "name": "Faith Weiss", - "gender": "female", - "age": 20, - "address": { - "state": "Minnesota", - "city": "Independence" - } - }, - { - "id": 3143, - "name": "Farley Schneider", - "gender": "male", - "age": 76, - "address": { - "state": "Delaware", - "city": "Sisquoc" - } - }, - { - "id": 3144, - "name": "Sophia Townsend", - "gender": "female", - "age": 17, - "address": { - "state": "New Hampshire", - "city": "Crucible" - } - }, - { - "id": 3145, - "name": "Michael Kirby", - "gender": "female", - "age": 37, - "address": { - "state": "Alabama", - "city": "Cherokee" - } - }, - { - "id": 3146, - "name": "Hattie Estrada", - "gender": "female", - "age": 35, - "address": { - "state": "Virginia", - "city": "Nile" - } - }, - { - "id": 3147, - "name": "Carr Workman", - "gender": "male", - "age": 37, - "address": { - "state": "Kansas", - "city": "Callaghan" - } - }, - { - "id": 3148, - "name": "Annette Mcfadden", - "gender": "female", - "age": 24, - "address": { - "state": "Arkansas", - "city": "Gloucester" - } - }, - { - "id": 3149, - "name": "Cole Bailey", - "gender": "male", - "age": 68, - "address": { - "state": "Massachusetts", - "city": "Garnet" - } - }, - { - "id": 3150, - "name": "Roy Gallagher", - "gender": "male", - "age": 70, - "address": { - "state": "Pennsylvania", - "city": "Wheatfields" - } - }, - { - "id": 3151, - "name": "Herrera Dyer", - "gender": "male", - "age": 69, - "address": { - "state": "Missouri", - "city": "Farmers" - } - }, - { - "id": 3152, - "name": "Keller Osborn", - "gender": "male", - "age": 51, - "address": { - "state": "Wisconsin", - "city": "Gardiner" - } - }, - { - "id": 3153, - "name": "Brennan Park", - "gender": "male", - "age": 51, - "address": { - "state": "Maine", - "city": "Ventress" - } - }, - { - "id": 3154, - "name": "Fleming Hess", - "gender": "male", - "age": 22, - "address": { - "state": "Nebraska", - "city": "Eastmont" - } - }, - { - "id": 3155, - "name": "Foster Henry", - "gender": "male", - "age": 20, - "address": { - "state": "Colorado", - "city": "Greenbackville" - } - }, - { - "id": 3156, - "name": "Lauri Conrad", - "gender": "female", - "age": 35, - "address": { - "state": "Alaska", - "city": "Heil" - } - }, - { - "id": 3157, - "name": "Payne Avila", - "gender": "male", - "age": 23, - "address": { - "state": "Kentucky", - "city": "Rosedale" - } - }, - { - "id": 3158, - "name": "Tracy Harmon", - "gender": "female", - "age": 76, - "address": { - "state": "Mississippi", - "city": "Celeryville" - } - }, - { - "id": 3159, - "name": "Lucinda Waller", - "gender": "female", - "age": 59, - "address": { - "state": "North Carolina", - "city": "Ada" - } - }, - { - "id": 3160, - "name": "Joyner Morrison", - "gender": "male", - "age": 72, - "address": { - "state": "New Mexico", - "city": "Cumberland" - } - }, - { - "id": 3161, - "name": "Joyce Petersen", - "gender": "female", - "age": 23, - "address": { - "state": "Georgia", - "city": "Freeburn" - } - }, - { - "id": 3162, - "name": "Wilson Anthony", - "gender": "male", - "age": 21, - "address": { - "state": "Louisiana", - "city": "Stouchsburg" - } - }, - { - "id": 3163, - "name": "Camille Pollard", - "gender": "female", - "age": 21, - "address": { - "state": "Utah", - "city": "Goodville" - } - }, - { - "id": 3164, - "name": "Hunt Garner", - "gender": "male", - "age": 20, - "address": { - "state": "Ohio", - "city": "Stonybrook" - } - }, - { - "id": 3165, - "name": "Morse Hamilton", - "gender": "male", - "age": 72, - "address": { - "state": "West Virginia", - "city": "Kersey" - } - }, - { - "id": 3166, - "name": "Aguirre Caldwell", - "gender": "male", - "age": 29, - "address": { - "state": "Oregon", - "city": "Tyro" - } - }, - { - "id": 3167, - "name": "Frankie Lambert", - "gender": "female", - "age": 32, - "address": { - "state": "New Jersey", - "city": "Holcombe" - } - }, - { - "id": 3168, - "name": "Fowler Rasmussen", - "gender": "male", - "age": 48, - "address": { - "state": "Iowa", - "city": "Boyd" - } - }, - { - "id": 3169, - "name": "Beatrice Bowen", - "gender": "female", - "age": 22, - "address": { - "state": "California", - "city": "Zarephath" - } - }, - { - "id": 3170, - "name": "Cameron Cohen", - "gender": "male", - "age": 58, - "address": { - "state": "Oklahoma", - "city": "Lopezo" - } - }, - { - "id": 3171, - "name": "Caroline Flynn", - "gender": "female", - "age": 54, - "address": { - "state": "Washington", - "city": "Lutsen" - } - }, - { - "id": 3172, - "name": "Rowe Mccarthy", - "gender": "male", - "age": 71, - "address": { - "state": "Idaho", - "city": "Adelino" - } - }, - { - "id": 3173, - "name": "Sullivan Carlson", - "gender": "male", - "age": 58, - "address": { - "state": "Montana", - "city": "Winesburg" - } - }, - { - "id": 3174, - "name": "Carolina Sweet", - "gender": "female", - "age": 35, - "address": { - "state": "Indiana", - "city": "Lawrence" - } - }, - { - "id": 3175, - "name": "Claudette Serrano", - "gender": "female", - "age": 57, - "address": { - "state": "Illinois", - "city": "Gibbsville" - } - }, - { - "id": 3176, - "name": "Florence Baker", - "gender": "female", - "age": 62, - "address": { - "state": "Arizona", - "city": "Walton" - } - }, - { - "id": 3177, - "name": "Joanna Powell", - "gender": "female", - "age": 67, - "address": { - "state": "Vermont", - "city": "Coalmont" - } - }, - { - "id": 3178, - "name": "Mosley Guerrero", - "gender": "male", - "age": 38, - "address": { - "state": "Hawaii", - "city": "Magnolia" - } - }, - { - "id": 3179, - "name": "Rocha Gay", - "gender": "male", - "age": 49, - "address": { - "state": "Maryland", - "city": "Noblestown" - } - }, - { - "id": 3180, - "name": "Dawn England", - "gender": "female", - "age": 78, - "address": { - "state": "Wyoming", - "city": "Rutherford" - } - }, - { - "id": 3181, - "name": "Inez Riley", - "gender": "female", - "age": 43, - "address": { - "state": "South Dakota", - "city": "Terlingua" - } - }, - { - "id": 3182, - "name": "Joyce Crane", - "gender": "male", - "age": 54, - "address": { - "state": "Connecticut", - "city": "Rivera" - } - }, - { - "id": 3183, - "name": "Kendra Tanner", - "gender": "female", - "age": 64, - "address": { - "state": "Michigan", - "city": "Hoehne" - } - }, - { - "id": 3184, - "name": "Allison Randolph", - "gender": "female", - "age": 54, - "address": { - "state": "South Carolina", - "city": "Marshall" - } - }, - { - "id": 3185, - "name": "Hogan Morton", - "gender": "male", - "age": 40, - "address": { - "state": "New Mexico", - "city": "Sutton" - } - }, - { - "id": 3186, - "name": "Hansen Phelps", - "gender": "male", - "age": 30, - "address": { - "state": "Kentucky", - "city": "Dunbar" - } - }, - { - "id": 3187, - "name": "Rose Haynes", - "gender": "female", - "age": 60, - "address": { - "state": "Nevada", - "city": "Frank" - } - }, - { - "id": 3188, - "name": "Richards Terrell", - "gender": "male", - "age": 60, - "address": { - "state": "Maine", - "city": "Freetown" - } - }, - { - "id": 3189, - "name": "Enid Kirk", - "gender": "female", - "age": 61, - "address": { - "state": "Missouri", - "city": "Holtville" - } - }, - { - "id": 3190, - "name": "Stephens Edwards", - "gender": "male", - "age": 65, - "address": { - "state": "Idaho", - "city": "Talpa" - } - }, - { - "id": 3191, - "name": "Vicki Finley", - "gender": "female", - "age": 74, - "address": { - "state": "Delaware", - "city": "Mapletown" - } - }, - { - "id": 3192, - "name": "Nguyen Huffman", - "gender": "male", - "age": 61, - "address": { - "state": "North Carolina", - "city": "Ypsilanti" - } - }, - { - "id": 3193, - "name": "Sharp Levine", - "gender": "male", - "age": 35, - "address": { - "state": "Wisconsin", - "city": "Glenshaw" - } - }, - { - "id": 3194, - "name": "Sarah Berger", - "gender": "female", - "age": 52, - "address": { - "state": "Colorado", - "city": "Cresaptown" - } - }, - { - "id": 3195, - "name": "Nora Dotson", - "gender": "female", - "age": 69, - "address": { - "state": "South Carolina", - "city": "Clarktown" - } - }, - { - "id": 3196, - "name": "Hall Potts", - "gender": "male", - "age": 47, - "address": { - "state": "Oregon", - "city": "Edgar" - } - }, - { - "id": 3197, - "name": "Lara Norris", - "gender": "male", - "age": 35, - "address": { - "state": "Florida", - "city": "Osage" - } - }, - { - "id": 3198, - "name": "Tanisha Charles", - "gender": "female", - "age": 33, - "address": { - "state": "Maryland", - "city": "Sperryville" - } - }, - { - "id": 3199, - "name": "Rosemary Stevenson", - "gender": "female", - "age": 46, - "address": { - "state": "Alabama", - "city": "Veyo" - } - }, - { - "id": 3200, - "name": "Luella Bauer", - "gender": "female", - "age": 43, - "address": { - "state": "Utah", - "city": "Reno" - } - }, - { - "id": 3201, - "name": "Green Wise", - "gender": "male", - "age": 72, - "address": { - "state": "Illinois", - "city": "Kraemer" - } - }, - { - "id": 3202, - "name": "Chen Castro", - "gender": "male", - "age": 74, - "address": { - "state": "New York", - "city": "Kenvil" - } - }, - { - "id": 3203, - "name": "Huff Herrera", - "gender": "male", - "age": 59, - "address": { - "state": "Kansas", - "city": "Chase" - } - }, - { - "id": 3204, - "name": "Cynthia Buckley", - "gender": "female", - "age": 22, - "address": { - "state": "Rhode Island", - "city": "Avalon" - } - }, - { - "id": 3205, - "name": "Forbes Stanley", - "gender": "male", - "age": 20, - "address": { - "state": "Indiana", - "city": "Concho" - } - }, - { - "id": 3206, - "name": "Ila Herman", - "gender": "female", - "age": 76, - "address": { - "state": "Mississippi", - "city": "Darlington" - } - }, - { - "id": 3207, - "name": "Brooks Kinney", - "gender": "male", - "age": 36, - "address": { - "state": "Washington", - "city": "Saranap" - } - }, - { - "id": 3208, - "name": "Fuentes Byrd", - "gender": "male", - "age": 81, - "address": { - "state": "Arkansas", - "city": "Allendale" - } - }, - { - "id": 3209, - "name": "Leanna Clements", - "gender": "female", - "age": 35, - "address": { - "state": "South Dakota", - "city": "Mathews" - } - }, - { - "id": 3210, - "name": "Gilmore Reeves", - "gender": "male", - "age": 75, - "address": { - "state": "Virginia", - "city": "Onton" - } - }, - { - "id": 3211, - "name": "Marla Riddle", - "gender": "female", - "age": 33, - "address": { - "state": "Vermont", - "city": "Grill" - } - }, - { - "id": 3212, - "name": "Cannon Ellison", - "gender": "male", - "age": 68, - "address": { - "state": "Arizona", - "city": "Logan" - } - }, - { - "id": 3213, - "name": "Nichols Peck", - "gender": "male", - "age": 66, - "address": { - "state": "Texas", - "city": "Eggertsville" - } - }, - { - "id": 3214, - "name": "Flowers Vang", - "gender": "male", - "age": 26, - "address": { - "state": "Massachusetts", - "city": "Titanic" - } - }, - { - "id": 3215, - "name": "Kelley Walker", - "gender": "female", - "age": 33, - "address": { - "state": "Louisiana", - "city": "Falmouth" - } - }, - { - "id": 3216, - "name": "Esther Estrada", - "gender": "female", - "age": 63, - "address": { - "state": "Alaska", - "city": "Biddle" - } - }, - { - "id": 3217, - "name": "Lindsay Maxwell", - "gender": "male", - "age": 76, - "address": { - "state": "New Jersey", - "city": "Byrnedale" - } - }, - { - "id": 3218, - "name": "Marion Padilla", - "gender": "female", - "age": 73, - "address": { - "state": "Iowa", - "city": "Diaperville" - } - }, - { - "id": 3219, - "name": "Schmidt Bean", - "gender": "male", - "age": 34, - "address": { - "state": "West Virginia", - "city": "Castleton" - } - }, - { - "id": 3220, - "name": "Lowery Shaw", - "gender": "male", - "age": 61, - "address": { - "state": "Nebraska", - "city": "Coleville" - } - }, - { - "id": 3221, - "name": "Herring Owen", - "gender": "male", - "age": 58, - "address": { - "state": "Connecticut", - "city": "Cowiche" - } - }, - { - "id": 3222, - "name": "Wilcox Pierce", - "gender": "male", - "age": 61, - "address": { - "state": "Pennsylvania", - "city": "Ada" - } - }, - { - "id": 3223, - "name": "Spence Dillon", - "gender": "male", - "age": 52, - "address": { - "state": "Montana", - "city": "Marienthal" - } - }, - { - "id": 3224, - "name": "Blanchard Wilkinson", - "gender": "male", - "age": 65, - "address": { - "state": "California", - "city": "Ola" - } - }, - { - "id": 3225, - "name": "Evelyn Galloway", - "gender": "female", - "age": 43, - "address": { - "state": "Tennessee", - "city": "Cetronia" - } - }, - { - "id": 3226, - "name": "Hooper Chen", - "gender": "male", - "age": 60, - "address": { - "state": "Wyoming", - "city": "Yettem" - } - }, - { - "id": 3227, - "name": "Lucy Casey", - "gender": "female", - "age": 23, - "address": { - "state": "Michigan", - "city": "Finderne" - } - }, - { - "id": 3228, - "name": "Pamela Mcdaniel", - "gender": "female", - "age": 29, - "address": { - "state": "Ohio", - "city": "Biehle" - } - }, - { - "id": 3229, - "name": "Paige Ware", - "gender": "female", - "age": 61, - "address": { - "state": "Georgia", - "city": "Goldfield" - } - }, - { - "id": 3230, - "name": "Sofia Perez", - "gender": "female", - "age": 64, - "address": { - "state": "Minnesota", - "city": "Craig" - } - }, - { - "id": 3231, - "name": "Blankenship Saunders", - "gender": "male", - "age": 82, - "address": { - "state": "New Hampshire", - "city": "Fruitdale" - } - }, - { - "id": 3232, - "name": "Slater Wiley", - "gender": "male", - "age": 21, - "address": { - "state": "North Dakota", - "city": "Marbury" - } - }, - { - "id": 3233, - "name": "Barbra Boone", - "gender": "female", - "age": 40, - "address": { - "state": "Hawaii", - "city": "Norwood" - } - }, - { - "id": 3234, - "name": "Ofelia Martin", - "gender": "female", - "age": 20, - "address": { - "state": "Wyoming", - "city": "Rockingham" - } - }, - { - "id": 3235, - "name": "Wood Kennedy", - "gender": "male", - "age": 51, - "address": { - "state": "Tennessee", - "city": "Deercroft" - } - }, - { - "id": 3236, - "name": "Ford Luna", - "gender": "male", - "age": 35, - "address": { - "state": "Minnesota", - "city": "Weogufka" - } - }, - { - "id": 3237, - "name": "Beryl Gilbert", - "gender": "female", - "age": 45, - "address": { - "state": "Connecticut", - "city": "Statenville" - } - }, - { - "id": 3238, - "name": "Caldwell Potter", - "gender": "male", - "age": 63, - "address": { - "state": "Vermont", - "city": "Cliff" - } - }, - { - "id": 3239, - "name": "Alisha Price", - "gender": "female", - "age": 27, - "address": { - "state": "Colorado", - "city": "Cassel" - } - }, - { - "id": 3240, - "name": "Weeks Gay", - "gender": "male", - "age": 25, - "address": { - "state": "Texas", - "city": "Kirk" - } - }, - { - "id": 3241, - "name": "Carol Jefferson", - "gender": "female", - "age": 61, - "address": { - "state": "Ohio", - "city": "Guthrie" - } - }, - { - "id": 3242, - "name": "Harper Bass", - "gender": "male", - "age": 61, - "address": { - "state": "Indiana", - "city": "Manitou" - } - }, - { - "id": 3243, - "name": "Benjamin Wooten", - "gender": "male", - "age": 57, - "address": { - "state": "Georgia", - "city": "Nicut" - } - }, - { - "id": 3244, - "name": "Christy Nieves", - "gender": "female", - "age": 72, - "address": { - "state": "New Jersey", - "city": "Chesapeake" - } - }, - { - "id": 3245, - "name": "Elliott Rowe", - "gender": "male", - "age": 52, - "address": { - "state": "Nevada", - "city": "Belgreen" - } - }, - { - "id": 3246, - "name": "Mcclain Copeland", - "gender": "male", - "age": 69, - "address": { - "state": "Florida", - "city": "Vowinckel" - } - }, - { - "id": 3247, - "name": "Lott Shields", - "gender": "male", - "age": 17, - "address": { - "state": "Kentucky", - "city": "Connerton" - } - }, - { - "id": 3248, - "name": "Hanson Barrera", - "gender": "male", - "age": 78, - "address": { - "state": "New York", - "city": "Golconda" - } - }, - { - "id": 3249, - "name": "Brandie Richard", - "gender": "female", - "age": 78, - "address": { - "state": "Oregon", - "city": "Marne" - } - }, - { - "id": 3250, - "name": "Ella Ramos", - "gender": "female", - "age": 69, - "address": { - "state": "North Carolina", - "city": "Williams" - } - }, - { - "id": 3251, - "name": "Josephine Mcfarland", - "gender": "female", - "age": 72, - "address": { - "state": "New Hampshire", - "city": "Welch" - } - }, - { - "id": 3252, - "name": "Adams Randall", - "gender": "male", - "age": 77, - "address": { - "state": "Alabama", - "city": "Thynedale" - } - }, - { - "id": 3253, - "name": "Barlow Downs", - "gender": "male", - "age": 44, - "address": { - "state": "Washington", - "city": "Stonybrook" - } - }, - { - "id": 3254, - "name": "Roach Marsh", - "gender": "male", - "age": 50, - "address": { - "state": "Nebraska", - "city": "Grantville" - } - }, - { - "id": 3255, - "name": "Juliana Lowery", - "gender": "female", - "age": 79, - "address": { - "state": "Illinois", - "city": "Levant" - } - }, - { - "id": 3256, - "name": "Oconnor Jensen", - "gender": "male", - "age": 75, - "address": { - "state": "Louisiana", - "city": "Waukeenah" - } - }, - { - "id": 3257, - "name": "Pamela Saunders", - "gender": "female", - "age": 25, - "address": { - "state": "Delaware", - "city": "Omar" - } - }, - { - "id": 3258, - "name": "Blackburn Williamson", - "gender": "male", - "age": 30, - "address": { - "state": "Michigan", - "city": "Indio" - } - }, - { - "id": 3259, - "name": "Bell Coffey", - "gender": "male", - "age": 20, - "address": { - "state": "Massachusetts", - "city": "Motley" - } - }, - { - "id": 3260, - "name": "Norma Jenkins", - "gender": "female", - "age": 46, - "address": { - "state": "South Carolina", - "city": "Lindcove" - } - }, - { - "id": 3261, - "name": "Polly Mooney", - "gender": "female", - "age": 20, - "address": { - "state": "Idaho", - "city": "Herbster" - } - }, - { - "id": 3262, - "name": "Allen Welch", - "gender": "male", - "age": 72, - "address": { - "state": "Pennsylvania", - "city": "Escondida" - } - }, - { - "id": 3263, - "name": "Lorrie Freeman", - "gender": "female", - "age": 80, - "address": { - "state": "Maryland", - "city": "Whitmer" - } - }, - { - "id": 3264, - "name": "Julie Duke", - "gender": "female", - "age": 30, - "address": { - "state": "Maine", - "city": "Nicholson" - } - }, - { - "id": 3265, - "name": "Tasha Fuller", - "gender": "female", - "age": 71, - "address": { - "state": "North Dakota", - "city": "Williston" - } - }, - { - "id": 3266, - "name": "Josefina Shaw", - "gender": "female", - "age": 49, - "address": { - "state": "Wisconsin", - "city": "Sattley" - } - }, - { - "id": 3267, - "name": "Autumn Neal", - "gender": "female", - "age": 23, - "address": { - "state": "Hawaii", - "city": "Madrid" - } - }, - { - "id": 3268, - "name": "House Daniels", - "gender": "male", - "age": 73, - "address": { - "state": "Kansas", - "city": "Naomi" - } - }, - { - "id": 3269, - "name": "Ellen Mendez", - "gender": "female", - "age": 42, - "address": { - "state": "West Virginia", - "city": "Lithium" - } - }, - { - "id": 3270, - "name": "Young Frye", - "gender": "female", - "age": 40, - "address": { - "state": "California", - "city": "Orviston" - } - }, - { - "id": 3271, - "name": "Dickson Valdez", - "gender": "male", - "age": 46, - "address": { - "state": "Mississippi", - "city": "Cartwright" - } - }, - { - "id": 3272, - "name": "Marian Oneill", - "gender": "female", - "age": 41, - "address": { - "state": "South Dakota", - "city": "Floris" - } - }, - { - "id": 3273, - "name": "Rowland Salazar", - "gender": "male", - "age": 44, - "address": { - "state": "Utah", - "city": "Slovan" - } - }, - { - "id": 3274, - "name": "Meyer Bentley", - "gender": "male", - "age": 45, - "address": { - "state": "Iowa", - "city": "Darlington" - } - }, - { - "id": 3275, - "name": "Petty Stanton", - "gender": "male", - "age": 74, - "address": { - "state": "Virginia", - "city": "Waumandee" - } - }, - { - "id": 3276, - "name": "Deena Crosby", - "gender": "female", - "age": 74, - "address": { - "state": "Montana", - "city": "Martell" - } - }, - { - "id": 3277, - "name": "Marcella Knapp", - "gender": "female", - "age": 22, - "address": { - "state": "Arizona", - "city": "Babb" - } - }, - { - "id": 3278, - "name": "Evans Myers", - "gender": "male", - "age": 26, - "address": { - "state": "Arkansas", - "city": "Shelby" - } - }, - { - "id": 3279, - "name": "Pansy Pearson", - "gender": "female", - "age": 51, - "address": { - "state": "Missouri", - "city": "Hilltop" - } - }, - { - "id": 3280, - "name": "Oneill Simmons", - "gender": "male", - "age": 17, - "address": { - "state": "Rhode Island", - "city": "Crown" - } - }, - { - "id": 3281, - "name": "Lizzie Carson", - "gender": "female", - "age": 61, - "address": { - "state": "Alaska", - "city": "Chase" - } - }, - { - "id": 3282, - "name": "Mildred Aguilar", - "gender": "female", - "age": 75, - "address": { - "state": "New Mexico", - "city": "Leroy" - } - }, - { - "id": 3283, - "name": "Lottie Burch", - "gender": "female", - "age": 27, - "address": { - "state": "Illinois", - "city": "Lawrence" - } - }, - { - "id": 3284, - "name": "Queen Sheppard", - "gender": "female", - "age": 28, - "address": { - "state": "Connecticut", - "city": "Klondike" - } - }, - { - "id": 3285, - "name": "Marquita Paul", - "gender": "female", - "age": 64, - "address": { - "state": "Michigan", - "city": "Brooktrails" - } - }, - { - "id": 3286, - "name": "Roberts Moses", - "gender": "male", - "age": 43, - "address": { - "state": "Hawaii", - "city": "Mulberry" - } - }, - { - "id": 3287, - "name": "Wilder Joyce", - "gender": "male", - "age": 65, - "address": { - "state": "Massachusetts", - "city": "Mathews" - } - }, - { - "id": 3288, - "name": "Garner Hensley", - "gender": "male", - "age": 74, - "address": { - "state": "Nebraska", - "city": "Rushford" - } - }, - { - "id": 3289, - "name": "Monica Owen", - "gender": "female", - "age": 66, - "address": { - "state": "New York", - "city": "Mapletown" - } - }, - { - "id": 3290, - "name": "Effie Gibson", - "gender": "female", - "age": 33, - "address": { - "state": "Arizona", - "city": "Brookfield" - } - }, - { - "id": 3291, - "name": "Watson Gordon", - "gender": "male", - "age": 36, - "address": { - "state": "Delaware", - "city": "Logan" - } - }, - { - "id": 3292, - "name": "Vega Conley", - "gender": "male", - "age": 43, - "address": { - "state": "Nevada", - "city": "Tonopah" - } - }, - { - "id": 3293, - "name": "Townsend Decker", - "gender": "male", - "age": 67, - "address": { - "state": "Rhode Island", - "city": "Enoree" - } - }, - { - "id": 3294, - "name": "Tia Freeman", - "gender": "female", - "age": 30, - "address": { - "state": "South Dakota", - "city": "Kenmar" - } - }, - { - "id": 3295, - "name": "Mccormick Mann", - "gender": "male", - "age": 74, - "address": { - "state": "Iowa", - "city": "Murillo" - } - }, - { - "id": 3296, - "name": "Juanita Wolf", - "gender": "female", - "age": 42, - "address": { - "state": "Mississippi", - "city": "Dyckesville" - } - }, - { - "id": 3297, - "name": "Catherine Foreman", - "gender": "female", - "age": 19, - "address": { - "state": "North Carolina", - "city": "Hobucken" - } - }, - { - "id": 3298, - "name": "Rosemarie Blevins", - "gender": "female", - "age": 76, - "address": { - "state": "Utah", - "city": "Hoagland" - } - }, - { - "id": 3299, - "name": "Williamson Barry", - "gender": "male", - "age": 61, - "address": { - "state": "Idaho", - "city": "Graniteville" - } - }, - { - "id": 3300, - "name": "Young Kramer", - "gender": "female", - "age": 20, - "address": { - "state": "Alaska", - "city": "Watchtower" - } - }, - { - "id": 3301, - "name": "Jimenez Wynn", - "gender": "male", - "age": 41, - "address": { - "state": "New Jersey", - "city": "Russellville" - } - }, - { - "id": 3302, - "name": "Robertson Boyd", - "gender": "male", - "age": 24, - "address": { - "state": "Minnesota", - "city": "Coral" - } - }, - { - "id": 3303, - "name": "Lauri Curtis", - "gender": "female", - "age": 79, - "address": { - "state": "Kansas", - "city": "Convent" - } - }, - { - "id": 3304, - "name": "Hess Cotton", - "gender": "male", - "age": 18, - "address": { - "state": "Florida", - "city": "Rivers" - } - }, - { - "id": 3305, - "name": "Nettie Grimes", - "gender": "female", - "age": 60, - "address": { - "state": "West Virginia", - "city": "Allensworth" - } - }, - { - "id": 3306, - "name": "Hays Collins", - "gender": "male", - "age": 43, - "address": { - "state": "Virginia", - "city": "Hachita" - } - }, - { - "id": 3307, - "name": "Pansy Buchanan", - "gender": "female", - "age": 53, - "address": { - "state": "Oklahoma", - "city": "Alafaya" - } - }, - { - "id": 3308, - "name": "Melton Gentry", - "gender": "male", - "age": 29, - "address": { - "state": "Missouri", - "city": "Terlingua" - } - }, - { - "id": 3309, - "name": "Harrell Murray", - "gender": "male", - "age": 41, - "address": { - "state": "Arkansas", - "city": "Gila" - } - }, - { - "id": 3310, - "name": "Clarke Gaines", - "gender": "male", - "age": 71, - "address": { - "state": "South Carolina", - "city": "Rosine" - } - }, - { - "id": 3311, - "name": "Abigail Parrish", - "gender": "female", - "age": 21, - "address": { - "state": "Maine", - "city": "Moraida" - } - }, - { - "id": 3312, - "name": "Aguirre Fleming", - "gender": "male", - "age": 73, - "address": { - "state": "Louisiana", - "city": "Snelling" - } - }, - { - "id": 3313, - "name": "Patrice Osborn", - "gender": "female", - "age": 49, - "address": { - "state": "California", - "city": "Moquino" - } - }, - { - "id": 3314, - "name": "Conley Brennan", - "gender": "male", - "age": 38, - "address": { - "state": "Texas", - "city": "Newcastle" - } - }, - { - "id": 3315, - "name": "Luisa Rowland", - "gender": "female", - "age": 49, - "address": { - "state": "Wyoming", - "city": "Emison" - } - }, - { - "id": 3316, - "name": "Lang Stone", - "gender": "male", - "age": 28, - "address": { - "state": "Colorado", - "city": "Gorst" - } - }, - { - "id": 3317, - "name": "Bruce Rodriguez", - "gender": "male", - "age": 35, - "address": { - "state": "Oregon", - "city": "Bradenville" - } - }, - { - "id": 3318, - "name": "Cruz Craft", - "gender": "male", - "age": 43, - "address": { - "state": "Kentucky", - "city": "Bluffview" - } - }, - { - "id": 3319, - "name": "Ronda Walter", - "gender": "female", - "age": 40, - "address": { - "state": "Washington", - "city": "Johnsonburg" - } - }, - { - "id": 3320, - "name": "Wright Bates", - "gender": "male", - "age": 52, - "address": { - "state": "Georgia", - "city": "Canterwood" - } - }, - { - "id": 3321, - "name": "Lester Reilly", - "gender": "male", - "age": 20, - "address": { - "state": "Wisconsin", - "city": "Southview" - } - }, - { - "id": 3322, - "name": "Araceli Marks", - "gender": "female", - "age": 67, - "address": { - "state": "New Mexico", - "city": "Nanafalia" - } - }, - { - "id": 3323, - "name": "Lucinda Wilkerson", - "gender": "female", - "age": 30, - "address": { - "state": "Indiana", - "city": "Chilton" - } - }, - { - "id": 3324, - "name": "Celia Britt", - "gender": "female", - "age": 73, - "address": { - "state": "Montana", - "city": "Waterview" - } - }, - { - "id": 3325, - "name": "Weiss Arnold", - "gender": "male", - "age": 57, - "address": { - "state": "Alabama", - "city": "Martell" - } - }, - { - "id": 3326, - "name": "Sosa Mcneil", - "gender": "male", - "age": 44, - "address": { - "state": "New Hampshire", - "city": "Allentown" - } - }, - { - "id": 3327, - "name": "Erika Beard", - "gender": "female", - "age": 27, - "address": { - "state": "Maryland", - "city": "Dragoon" - } - }, - { - "id": 3328, - "name": "Stephens Bray", - "gender": "male", - "age": 64, - "address": { - "state": "Pennsylvania", - "city": "Ripley" - } - }, - { - "id": 3329, - "name": "Katina Baldwin", - "gender": "female", - "age": 69, - "address": { - "state": "North Dakota", - "city": "Whitestone" - } - }, - { - "id": 3330, - "name": "Irwin Villarreal", - "gender": "male", - "age": 46, - "address": { - "state": "Ohio", - "city": "Glenville" - } - }, - { - "id": 3331, - "name": "Sarah Carey", - "gender": "female", - "age": 32, - "address": { - "state": "Vermont", - "city": "Eureka" - } - }, - { - "id": 3332, - "name": "Marianne Washington", - "gender": "female", - "age": 57, - "address": { - "state": "Kentucky", - "city": "Blanford" - } - }, - { - "id": 3333, - "name": "Tillman Powers", - "gender": "male", - "age": 81, - "address": { - "state": "Minnesota", - "city": "Nicholson" - } - }, - { - "id": 3334, - "name": "Poole Newman", - "gender": "male", - "age": 37, - "address": { - "state": "West Virginia", - "city": "Movico" - } - }, - { - "id": 3335, - "name": "Kaufman Anthony", - "gender": "male", - "age": 56, - "address": { - "state": "Colorado", - "city": "Wolcott" - } - }, - { - "id": 3336, - "name": "Audra Peterson", - "gender": "female", - "age": 63, - "address": { - "state": "Alabama", - "city": "Edneyville" - } - }, - { - "id": 3337, - "name": "Estrada Grimes", - "gender": "male", - "age": 52, - "address": { - "state": "Indiana", - "city": "Sparkill" - } - }, - { - "id": 3338, - "name": "Robles Walter", - "gender": "male", - "age": 30, - "address": { - "state": "Wisconsin", - "city": "Dola" - } - }, - { - "id": 3339, - "name": "Mcfarland Diaz", - "gender": "male", - "age": 49, - "address": { - "state": "Wyoming", - "city": "Accoville" - } - }, - { - "id": 3340, - "name": "Rachael Madden", - "gender": "female", - "age": 58, - "address": { - "state": "Massachusetts", - "city": "Chemung" - } - }, - { - "id": 3341, - "name": "Celeste Melton", - "gender": "female", - "age": 37, - "address": { - "state": "Michigan", - "city": "Adamstown" - } - }, - { - "id": 3342, - "name": "Isabella Wilcox", - "gender": "female", - "age": 35, - "address": { - "state": "Nebraska", - "city": "Otranto" - } - }, - { - "id": 3343, - "name": "Sears Roach", - "gender": "male", - "age": 22, - "address": { - "state": "Arkansas", - "city": "Mapletown" - } - }, - { - "id": 3344, - "name": "Ester Hatfield", - "gender": "female", - "age": 23, - "address": { - "state": "Tennessee", - "city": "Detroit" - } - }, - { - "id": 3345, - "name": "Alford Moon", - "gender": "male", - "age": 71, - "address": { - "state": "New Mexico", - "city": "Denio" - } - }, - { - "id": 3346, - "name": "Anastasia Delaney", - "gender": "female", - "age": 82, - "address": { - "state": "Vermont", - "city": "Ballico" - } - }, - { - "id": 3347, - "name": "Mccoy Dale", - "gender": "male", - "age": 49, - "address": { - "state": "Connecticut", - "city": "Valmy" - } - }, - { - "id": 3348, - "name": "Bond Byers", - "gender": "male", - "age": 63, - "address": { - "state": "Idaho", - "city": "Sabillasville" - } - }, - { - "id": 3349, - "name": "Connie Underwood", - "gender": "female", - "age": 41, - "address": { - "state": "South Dakota", - "city": "Macdona" - } - }, - { - "id": 3350, - "name": "Deirdre Glover", - "gender": "female", - "age": 69, - "address": { - "state": "New York", - "city": "Thynedale" - } - }, - { - "id": 3351, - "name": "Garza Rhodes", - "gender": "male", - "age": 36, - "address": { - "state": "Iowa", - "city": "Cawood" - } - }, - { - "id": 3352, - "name": "Earnestine Hartman", - "gender": "female", - "age": 20, - "address": { - "state": "Pennsylvania", - "city": "Chalfant" - } - }, - { - "id": 3353, - "name": "Alma Mills", - "gender": "female", - "age": 66, - "address": { - "state": "South Carolina", - "city": "Orviston" - } - }, - { - "id": 3354, - "name": "Dianne Hoffman", - "gender": "female", - "age": 27, - "address": { - "state": "New Jersey", - "city": "Brenton" - } - }, - { - "id": 3355, - "name": "Maxine Clay", - "gender": "female", - "age": 51, - "address": { - "state": "Georgia", - "city": "Deseret" - } - }, - { - "id": 3356, - "name": "Lina Rogers", - "gender": "female", - "age": 24, - "address": { - "state": "Maine", - "city": "Belfair" - } - }, - { - "id": 3357, - "name": "Nicholson Pittman", - "gender": "male", - "age": 61, - "address": { - "state": "California", - "city": "Waumandee" - } - }, - { - "id": 3358, - "name": "Shepard Gentry", - "gender": "male", - "age": 32, - "address": { - "state": "Nevada", - "city": "Vallonia" - } - }, - { - "id": 3359, - "name": "Denise Kirkland", - "gender": "female", - "age": 55, - "address": { - "state": "Hawaii", - "city": "Bath" - } - }, - { - "id": 3360, - "name": "Malone Everett", - "gender": "male", - "age": 77, - "address": { - "state": "Arizona", - "city": "Barclay" - } - }, - { - "id": 3361, - "name": "Mays Herman", - "gender": "male", - "age": 61, - "address": { - "state": "Missouri", - "city": "Allensworth" - } - }, - { - "id": 3362, - "name": "Sophia Mitchell", - "gender": "female", - "age": 62, - "address": { - "state": "North Dakota", - "city": "Eggertsville" - } - }, - { - "id": 3363, - "name": "Bennett Nichols", - "gender": "male", - "age": 76, - "address": { - "state": "North Carolina", - "city": "Bowden" - } - }, - { - "id": 3364, - "name": "Luna Mathews", - "gender": "male", - "age": 39, - "address": { - "state": "Delaware", - "city": "Osage" - } - }, - { - "id": 3365, - "name": "Schneider Olsen", - "gender": "male", - "age": 63, - "address": { - "state": "Oklahoma", - "city": "Newcastle" - } - }, - { - "id": 3366, - "name": "Ware Valentine", - "gender": "male", - "age": 27, - "address": { - "state": "Louisiana", - "city": "Ilchester" - } - }, - { - "id": 3367, - "name": "Francis Bonner", - "gender": "female", - "age": 57, - "address": { - "state": "Washington", - "city": "Fedora" - } - }, - { - "id": 3368, - "name": "Brown Beck", - "gender": "male", - "age": 76, - "address": { - "state": "Mississippi", - "city": "Mulino" - } - }, - { - "id": 3369, - "name": "Leblanc Hendricks", - "gender": "male", - "age": 49, - "address": { - "state": "Utah", - "city": "Noblestown" - } - }, - { - "id": 3370, - "name": "Susie Middleton", - "gender": "female", - "age": 53, - "address": { - "state": "Maryland", - "city": "Catharine" - } - }, - { - "id": 3371, - "name": "Mendez Norman", - "gender": "male", - "age": 73, - "address": { - "state": "Illinois", - "city": "Urbana" - } - }, - { - "id": 3372, - "name": "Gentry Noel", - "gender": "male", - "age": 28, - "address": { - "state": "Florida", - "city": "Roy" - } - }, - { - "id": 3373, - "name": "Vance Rose", - "gender": "male", - "age": 21, - "address": { - "state": "Rhode Island", - "city": "Hinsdale" - } - }, - { - "id": 3374, - "name": "Marquita Vaughn", - "gender": "female", - "age": 38, - "address": { - "state": "Kansas", - "city": "Berwind" - } - }, - { - "id": 3375, - "name": "Ernestine Harrington", - "gender": "female", - "age": 67, - "address": { - "state": "Alaska", - "city": "National" - } - }, - { - "id": 3376, - "name": "Robbins Langley", - "gender": "male", - "age": 54, - "address": { - "state": "Texas", - "city": "Sutton" - } - }, - { - "id": 3377, - "name": "Frances Mccullough", - "gender": "female", - "age": 75, - "address": { - "state": "Ohio", - "city": "Dixonville" - } - }, - { - "id": 3378, - "name": "Bryan Henderson", - "gender": "male", - "age": 79, - "address": { - "state": "Montana", - "city": "Websterville" - } - }, - { - "id": 3379, - "name": "Sofia Peters", - "gender": "female", - "age": 42, - "address": { - "state": "Virginia", - "city": "Valle" - } - }, - { - "id": 3380, - "name": "Wright Mckee", - "gender": "male", - "age": 67, - "address": { - "state": "New Hampshire", - "city": "Dundee" - } - }, - { - "id": 3381, - "name": "Leticia Vasquez", - "gender": "female", - "age": 64, - "address": { - "state": "West Virginia", - "city": "Hall" - } - }, - { - "id": 3382, - "name": "Rice Avila", - "gender": "male", - "age": 45, - "address": { - "state": "Michigan", - "city": "Nipinnawasee" - } - }, - { - "id": 3383, - "name": "Valenzuela Peterson", - "gender": "male", - "age": 78, - "address": { - "state": "Massachusetts", - "city": "Ruffin" - } - }, - { - "id": 3384, - "name": "Anne Shields", - "gender": "female", - "age": 17, - "address": { - "state": "Hawaii", - "city": "Thatcher" - } - }, - { - "id": 3385, - "name": "Madelyn Cochran", - "gender": "female", - "age": 62, - "address": { - "state": "Iowa", - "city": "Carbonville" - } - }, - { - "id": 3386, - "name": "Casey Raymond", - "gender": "female", - "age": 17, - "address": { - "state": "Minnesota", - "city": "Stockwell" - } - }, - { - "id": 3387, - "name": "Ollie Schultz", - "gender": "female", - "age": 33, - "address": { - "state": "Mississippi", - "city": "Foscoe" - } - }, - { - "id": 3388, - "name": "Goodwin Fields", - "gender": "male", - "age": 61, - "address": { - "state": "Ohio", - "city": "Tryon" - } - }, - { - "id": 3389, - "name": "Alissa Murphy", - "gender": "female", - "age": 47, - "address": { - "state": "North Dakota", - "city": "Brady" - } - }, - { - "id": 3390, - "name": "Antoinette Rose", - "gender": "female", - "age": 44, - "address": { - "state": "New Mexico", - "city": "Clayville" - } - }, - { - "id": 3391, - "name": "Erika Spencer", - "gender": "female", - "age": 60, - "address": { - "state": "Alaska", - "city": "Lafferty" - } - }, - { - "id": 3392, - "name": "Mallory Fox", - "gender": "female", - "age": 20, - "address": { - "state": "Idaho", - "city": "Canterwood" - } - }, - { - "id": 3393, - "name": "Hensley Mooney", - "gender": "male", - "age": 80, - "address": { - "state": "New York", - "city": "Matheny" - } - }, - { - "id": 3394, - "name": "Ann Curtis", - "gender": "female", - "age": 47, - "address": { - "state": "California", - "city": "Boonville" - } - }, - { - "id": 3395, - "name": "Melinda Erickson", - "gender": "female", - "age": 18, - "address": { - "state": "Rhode Island", - "city": "Riceville" - } - }, - { - "id": 3396, - "name": "Esmeralda Nunez", - "gender": "female", - "age": 44, - "address": { - "state": "Utah", - "city": "Loyalhanna" - } - }, - { - "id": 3397, - "name": "Sheryl Gamble", - "gender": "female", - "age": 52, - "address": { - "state": "Louisiana", - "city": "Succasunna" - } - }, - { - "id": 3398, - "name": "Rowena Haney", - "gender": "female", - "age": 76, - "address": { - "state": "Pennsylvania", - "city": "Sharon" - } - }, - { - "id": 3399, - "name": "Concetta Beck", - "gender": "female", - "age": 70, - "address": { - "state": "Nevada", - "city": "Mansfield" - } - }, - { - "id": 3400, - "name": "Sherrie Hansen", - "gender": "female", - "age": 66, - "address": { - "state": "Colorado", - "city": "Masthope" - } - }, - { - "id": 3401, - "name": "Marla Woods", - "gender": "female", - "age": 63, - "address": { - "state": "Oklahoma", - "city": "Yogaville" - } - }, - { - "id": 3402, - "name": "Latonya Holt", - "gender": "female", - "age": 19, - "address": { - "state": "South Dakota", - "city": "Innsbrook" - } - }, - { - "id": 3403, - "name": "Bright Leblanc", - "gender": "male", - "age": 75, - "address": { - "state": "Oregon", - "city": "Craig" - } - }, - { - "id": 3404, - "name": "Kelsey Castro", - "gender": "female", - "age": 41, - "address": { - "state": "Georgia", - "city": "Cassel" - } - }, - { - "id": 3405, - "name": "Shelly Solis", - "gender": "female", - "age": 55, - "address": { - "state": "Nebraska", - "city": "Cetronia" - } - }, - { - "id": 3406, - "name": "Rutledge Ewing", - "gender": "male", - "age": 39, - "address": { - "state": "Florida", - "city": "Robinette" - } - }, - { - "id": 3407, - "name": "Julia Cote", - "gender": "female", - "age": 17, - "address": { - "state": "New Jersey", - "city": "Basye" - } - }, - { - "id": 3408, - "name": "Janet Tyler", - "gender": "female", - "age": 70, - "address": { - "state": "Delaware", - "city": "Detroit" - } - }, - { - "id": 3409, - "name": "Carolyn Rollins", - "gender": "female", - "age": 47, - "address": { - "state": "Wisconsin", - "city": "Coloma" - } - }, - { - "id": 3410, - "name": "Ingrid Manning", - "gender": "female", - "age": 73, - "address": { - "state": "Connecticut", - "city": "Bayview" - } - }, - { - "id": 3411, - "name": "Elaine Pate", - "gender": "female", - "age": 73, - "address": { - "state": "Virginia", - "city": "Newcastle" - } - }, - { - "id": 3412, - "name": "Nixon Pierce", - "gender": "male", - "age": 57, - "address": { - "state": "New Hampshire", - "city": "Glidden" - } - }, - { - "id": 3413, - "name": "Johnston Fitzpatrick", - "gender": "male", - "age": 28, - "address": { - "state": "Illinois", - "city": "Garfield" - } - }, - { - "id": 3414, - "name": "Gonzalez Mills", - "gender": "male", - "age": 80, - "address": { - "state": "Indiana", - "city": "Jennings" - } - }, - { - "id": 3415, - "name": "Berger Santos", - "gender": "male", - "age": 80, - "address": { - "state": "North Carolina", - "city": "Brutus" - } - }, - { - "id": 3416, - "name": "Angie Saunders", - "gender": "female", - "age": 18, - "address": { - "state": "Tennessee", - "city": "Vowinckel" - } - }, - { - "id": 3417, - "name": "Sargent Oneill", - "gender": "male", - "age": 72, - "address": { - "state": "Vermont", - "city": "Riverton" - } - }, - { - "id": 3418, - "name": "Gibbs Reyes", - "gender": "male", - "age": 27, - "address": { - "state": "Kansas", - "city": "Montura" - } - }, - { - "id": 3419, - "name": "Reese Nichols", - "gender": "male", - "age": 70, - "address": { - "state": "Arizona", - "city": "Barstow" - } - }, - { - "id": 3420, - "name": "Holder Mcmahon", - "gender": "male", - "age": 66, - "address": { - "state": "Alabama", - "city": "Dubois" - } - }, - { - "id": 3421, - "name": "Sheppard Emerson", - "gender": "male", - "age": 81, - "address": { - "state": "Maine", - "city": "Elizaville" - } - }, - { - "id": 3422, - "name": "Garrett Castillo", - "gender": "male", - "age": 47, - "address": { - "state": "Kentucky", - "city": "Boyd" - } - }, - { - "id": 3423, - "name": "Sears Levy", - "gender": "male", - "age": 56, - "address": { - "state": "Wyoming", - "city": "Datil" - } - }, - { - "id": 3424, - "name": "Wagner Joyner", - "gender": "male", - "age": 60, - "address": { - "state": "Texas", - "city": "Elbert" - } - }, - { - "id": 3425, - "name": "Young Lambert", - "gender": "female", - "age": 17, - "address": { - "state": "South Carolina", - "city": "Dundee" - } - }, - { - "id": 3426, - "name": "Sofia Britt", - "gender": "female", - "age": 20, - "address": { - "state": "Washington", - "city": "Goochland" - } - }, - { - "id": 3427, - "name": "Caroline Johns", - "gender": "female", - "age": 58, - "address": { - "state": "Montana", - "city": "Sims" - } - }, - { - "id": 3428, - "name": "Stacie Reynolds", - "gender": "female", - "age": 62, - "address": { - "state": "Arkansas", - "city": "Mathews" - } - }, - { - "id": 3429, - "name": "Hatfield Bishop", - "gender": "male", - "age": 26, - "address": { - "state": "Missouri", - "city": "Mooresburg" - } - }, - { - "id": 3430, - "name": "Rodriguez Maddox", - "gender": "male", - "age": 64, - "address": { - "state": "Iowa", - "city": "Wolcott" - } - }, - { - "id": 3431, - "name": "Frieda Carpenter", - "gender": "female", - "age": 54, - "address": { - "state": "Maine", - "city": "Escondida" - } - }, - { - "id": 3432, - "name": "Concetta Williamson", - "gender": "female", - "age": 33, - "address": { - "state": "Alaska", - "city": "Churchill" - } - }, - { - "id": 3433, - "name": "Amie Holloway", - "gender": "female", - "age": 40, - "address": { - "state": "Nebraska", - "city": "Maury" - } - }, - { - "id": 3434, - "name": "Powell Heath", - "gender": "male", - "age": 55, - "address": { - "state": "Washington", - "city": "Omar" - } - }, - { - "id": 3435, - "name": "Mccarthy Nelson", - "gender": "male", - "age": 29, - "address": { - "state": "Pennsylvania", - "city": "Wyano" - } - }, - { - "id": 3436, - "name": "Mcgee Tanner", - "gender": "male", - "age": 24, - "address": { - "state": "Kansas", - "city": "Juntura" - } - }, - { - "id": 3437, - "name": "Berta Christian", - "gender": "female", - "age": 21, - "address": { - "state": "Oklahoma", - "city": "Cassel" - } - }, - { - "id": 3438, - "name": "Maxine Johnston", - "gender": "female", - "age": 41, - "address": { - "state": "Florida", - "city": "Freeburn" - } - }, - { - "id": 3439, - "name": "Bender Marsh", - "gender": "male", - "age": 76, - "address": { - "state": "Nevada", - "city": "Glenshaw" - } - }, - { - "id": 3440, - "name": "Neva Stafford", - "gender": "female", - "age": 54, - "address": { - "state": "Maryland", - "city": "Wright" - } - }, - { - "id": 3441, - "name": "Kate Clements", - "gender": "female", - "age": 32, - "address": { - "state": "Idaho", - "city": "Avoca" - } - }, - { - "id": 3442, - "name": "Aida Glass", - "gender": "female", - "age": 59, - "address": { - "state": "Missouri", - "city": "Clarktown" - } - }, - { - "id": 3443, - "name": "Heath Durham", - "gender": "male", - "age": 41, - "address": { - "state": "Hawaii", - "city": "Lisco" - } - }, - { - "id": 3444, - "name": "Dixon Hampton", - "gender": "male", - "age": 46, - "address": { - "state": "Illinois", - "city": "Tolu" - } - }, - { - "id": 3445, - "name": "Giles Ayala", - "gender": "male", - "age": 67, - "address": { - "state": "Virginia", - "city": "Manchester" - } - }, - { - "id": 3446, - "name": "Lila Bridges", - "gender": "female", - "age": 47, - "address": { - "state": "Tennessee", - "city": "Verdi" - } - }, - { - "id": 3447, - "name": "Hale Potts", - "gender": "male", - "age": 26, - "address": { - "state": "Minnesota", - "city": "Brantleyville" - } - }, - { - "id": 3448, - "name": "Allison Munoz", - "gender": "female", - "age": 73, - "address": { - "state": "Montana", - "city": "Chaparrito" - } - }, - { - "id": 3449, - "name": "Allen Cunningham", - "gender": "male", - "age": 23, - "address": { - "state": "Texas", - "city": "Russellville" - } - }, - { - "id": 3450, - "name": "Callie Conrad", - "gender": "female", - "age": 48, - "address": { - "state": "New Mexico", - "city": "Hollins" - } - }, - { - "id": 3451, - "name": "Jeanine Salazar", - "gender": "female", - "age": 47, - "address": { - "state": "Ohio", - "city": "Bascom" - } - }, - { - "id": 3452, - "name": "West Mclaughlin", - "gender": "male", - "age": 56, - "address": { - "state": "Arizona", - "city": "Itmann" - } - }, - { - "id": 3453, - "name": "Burnett Hughes", - "gender": "male", - "age": 36, - "address": { - "state": "North Dakota", - "city": "Freetown" - } - }, - { - "id": 3454, - "name": "Simone Reese", - "gender": "female", - "age": 59, - "address": { - "state": "Oregon", - "city": "Watrous" - } - }, - { - "id": 3455, - "name": "Sheila Mcfarland", - "gender": "female", - "age": 57, - "address": { - "state": "Delaware", - "city": "Needmore" - } - }, - { - "id": 3456, - "name": "Chapman Sanford", - "gender": "male", - "age": 23, - "address": { - "state": "New Jersey", - "city": "Fingerville" - } - }, - { - "id": 3457, - "name": "Marcella Massey", - "gender": "female", - "age": 80, - "address": { - "state": "North Carolina", - "city": "Thatcher" - } - }, - { - "id": 3458, - "name": "Mckay Delgado", - "gender": "male", - "age": 34, - "address": { - "state": "Utah", - "city": "Chamizal" - } - }, - { - "id": 3459, - "name": "Davenport Sherman", - "gender": "male", - "age": 31, - "address": { - "state": "Kentucky", - "city": "Sidman" - } - }, - { - "id": 3460, - "name": "Hernandez Craft", - "gender": "male", - "age": 19, - "address": { - "state": "New Hampshire", - "city": "Marion" - } - }, - { - "id": 3461, - "name": "Letitia Rodriguez", - "gender": "female", - "age": 61, - "address": { - "state": "Alabama", - "city": "Bridgetown" - } - }, - { - "id": 3462, - "name": "Jarvis Riggs", - "gender": "male", - "age": 18, - "address": { - "state": "Wisconsin", - "city": "Delwood" - } - }, - { - "id": 3463, - "name": "Mcfarland Walsh", - "gender": "male", - "age": 19, - "address": { - "state": "West Virginia", - "city": "Blue" - } - }, - { - "id": 3464, - "name": "Lott Bartlett", - "gender": "male", - "age": 56, - "address": { - "state": "Indiana", - "city": "Salix" - } - }, - { - "id": 3465, - "name": "Atkinson Velazquez", - "gender": "male", - "age": 65, - "address": { - "state": "South Carolina", - "city": "Frank" - } - }, - { - "id": 3466, - "name": "Felecia Craig", - "gender": "female", - "age": 33, - "address": { - "state": "New York", - "city": "Shasta" - } - }, - { - "id": 3467, - "name": "Tammy Guzman", - "gender": "female", - "age": 53, - "address": { - "state": "Connecticut", - "city": "Nipinnawasee" - } - }, - { - "id": 3468, - "name": "Salas Patel", - "gender": "male", - "age": 18, - "address": { - "state": "South Dakota", - "city": "Wyoming" - } - }, - { - "id": 3469, - "name": "Chase Phillips", - "gender": "male", - "age": 28, - "address": { - "state": "Michigan", - "city": "Trail" - } - }, - { - "id": 3470, - "name": "Sylvia Dalton", - "gender": "female", - "age": 29, - "address": { - "state": "Colorado", - "city": "National" - } - }, - { - "id": 3471, - "name": "Ruby Fischer", - "gender": "female", - "age": 30, - "address": { - "state": "Massachusetts", - "city": "Jacksonburg" - } - }, - { - "id": 3472, - "name": "Kelli William", - "gender": "female", - "age": 60, - "address": { - "state": "California", - "city": "Calvary" - } - }, - { - "id": 3473, - "name": "Raymond Carlson", - "gender": "male", - "age": 29, - "address": { - "state": "Georgia", - "city": "Sims" - } - }, - { - "id": 3474, - "name": "Christensen Manning", - "gender": "male", - "age": 29, - "address": { - "state": "Mississippi", - "city": "Boonville" - } - }, - { - "id": 3475, - "name": "Howard Valencia", - "gender": "male", - "age": 45, - "address": { - "state": "Wyoming", - "city": "Leyner" - } - }, - { - "id": 3476, - "name": "Mavis Berger", - "gender": "female", - "age": 20, - "address": { - "state": "Louisiana", - "city": "Kansas" - } - }, - { - "id": 3477, - "name": "Joanne Snow", - "gender": "female", - "age": 60, - "address": { - "state": "Arkansas", - "city": "Glenville" - } - }, - { - "id": 3478, - "name": "Christian Faulkner", - "gender": "male", - "age": 23, - "address": { - "state": "Vermont", - "city": "Marbury" - } - }, - { - "id": 3479, - "name": "Arline Campos", - "gender": "female", - "age": 24, - "address": { - "state": "Georgia", - "city": "Stouchsburg" - } - }, - { - "id": 3480, - "name": "Davidson Conrad", - "gender": "male", - "age": 44, - "address": { - "state": "New Jersey", - "city": "Chesapeake" - } - }, - { - "id": 3481, - "name": "Gay Moore", - "gender": "female", - "age": 62, - "address": { - "state": "Vermont", - "city": "Coaldale" - } - }, - { - "id": 3482, - "name": "Rosemarie Peck", - "gender": "female", - "age": 32, - "address": { - "state": "Ohio", - "city": "Emory" - } - }, - { - "id": 3483, - "name": "Marie Lindsay", - "gender": "female", - "age": 82, - "address": { - "state": "South Dakota", - "city": "Westphalia" - } - }, - { - "id": 3484, - "name": "Anderson Wilson", - "gender": "male", - "age": 31, - "address": { - "state": "New York", - "city": "Lindisfarne" - } - }, - { - "id": 3485, - "name": "Guerrero Meyer", - "gender": "male", - "age": 48, - "address": { - "state": "Missouri", - "city": "Brantleyville" - } - }, - { - "id": 3486, - "name": "Maynard Mcfadden", - "gender": "male", - "age": 65, - "address": { - "state": "North Carolina", - "city": "Condon" - } - }, - { - "id": 3487, - "name": "Lucas Wheeler", - "gender": "male", - "age": 35, - "address": { - "state": "Arizona", - "city": "Germanton" - } - }, - { - "id": 3488, - "name": "Mayo Gentry", - "gender": "male", - "age": 65, - "address": { - "state": "Delaware", - "city": "Sehili" - } - }, - { - "id": 3489, - "name": "Hilary Davis", - "gender": "female", - "age": 66, - "address": { - "state": "Oklahoma", - "city": "Cascades" - } - }, - { - "id": 3490, - "name": "Josie Noble", - "gender": "female", - "age": 17, - "address": { - "state": "Utah", - "city": "Crayne" - } - }, - { - "id": 3491, - "name": "Carpenter Conner", - "gender": "male", - "age": 25, - "address": { - "state": "Nevada", - "city": "Gloucester" - } - }, - { - "id": 3492, - "name": "Estella Washington", - "gender": "female", - "age": 80, - "address": { - "state": "Florida", - "city": "Williston" - } - }, - { - "id": 3493, - "name": "Anastasia Hopper", - "gender": "female", - "age": 19, - "address": { - "state": "Kansas", - "city": "Sussex" - } - }, - { - "id": 3494, - "name": "Maricela Ware", - "gender": "female", - "age": 54, - "address": { - "state": "Idaho", - "city": "Weogufka" - } - }, - { - "id": 3495, - "name": "Morton Chaney", - "gender": "male", - "age": 48, - "address": { - "state": "Maine", - "city": "Como" - } - }, - { - "id": 3496, - "name": "Coleman Sykes", - "gender": "male", - "age": 81, - "address": { - "state": "Rhode Island", - "city": "Otranto" - } - }, - { - "id": 3497, - "name": "Jerri Reed", - "gender": "female", - "age": 47, - "address": { - "state": "Texas", - "city": "Naomi" - } - }, - { - "id": 3498, - "name": "Mccray Atkins", - "gender": "male", - "age": 36, - "address": { - "state": "Alabama", - "city": "Bison" - } - }, - { - "id": 3499, - "name": "Herrera Duke", - "gender": "male", - "age": 20, - "address": { - "state": "New Hampshire", - "city": "Spokane" - } - }, - { - "id": 3500, - "name": "Graciela Perry", - "gender": "female", - "age": 23, - "address": { - "state": "Hawaii", - "city": "Homeland" - } - }, - { - "id": 3501, - "name": "Herring Maldonado", - "gender": "male", - "age": 22, - "address": { - "state": "Minnesota", - "city": "Homeworth" - } - }, - { - "id": 3502, - "name": "Cohen Acosta", - "gender": "male", - "age": 57, - "address": { - "state": "South Carolina", - "city": "Vaughn" - } - }, - { - "id": 3503, - "name": "Evelyn Glover", - "gender": "female", - "age": 49, - "address": { - "state": "Wisconsin", - "city": "Konterra" - } - }, - { - "id": 3504, - "name": "Clarissa Hawkins", - "gender": "female", - "age": 40, - "address": { - "state": "Michigan", - "city": "Carlton" - } - }, - { - "id": 3505, - "name": "Mcintyre Petersen", - "gender": "male", - "age": 46, - "address": { - "state": "Maryland", - "city": "Dennard" - } - }, - { - "id": 3506, - "name": "Blair Mcguire", - "gender": "male", - "age": 75, - "address": { - "state": "Kentucky", - "city": "Sandston" - } - }, - { - "id": 3507, - "name": "Kelley Wells", - "gender": "male", - "age": 21, - "address": { - "state": "Massachusetts", - "city": "Driftwood" - } - }, - { - "id": 3508, - "name": "Jill Vang", - "gender": "female", - "age": 51, - "address": { - "state": "Connecticut", - "city": "Nescatunga" - } - }, - { - "id": 3509, - "name": "Rose Dillon", - "gender": "female", - "age": 56, - "address": { - "state": "California", - "city": "Urbana" - } - }, - { - "id": 3510, - "name": "Silvia Blair", - "gender": "female", - "age": 53, - "address": { - "state": "Illinois", - "city": "Kimmell" - } - }, - { - "id": 3511, - "name": "Dale Camacho", - "gender": "female", - "age": 42, - "address": { - "state": "Washington", - "city": "Trona" - } - }, - { - "id": 3512, - "name": "Pacheco Delacruz", - "gender": "male", - "age": 32, - "address": { - "state": "Arkansas", - "city": "Eggertsville" - } - }, - { - "id": 3513, - "name": "Ward Ayala", - "gender": "male", - "age": 30, - "address": { - "state": "West Virginia", - "city": "Byrnedale" - } - }, - { - "id": 3514, - "name": "Carter Hewitt", - "gender": "male", - "age": 20, - "address": { - "state": "Oregon", - "city": "Tryon" - } - }, - { - "id": 3515, - "name": "Lolita Flynn", - "gender": "female", - "age": 61, - "address": { - "state": "Wyoming", - "city": "Kidder" - } - }, - { - "id": 3516, - "name": "Isabel Howell", - "gender": "female", - "age": 35, - "address": { - "state": "New Mexico", - "city": "Cornucopia" - } - }, - { - "id": 3517, - "name": "Lorraine Preston", - "gender": "female", - "age": 42, - "address": { - "state": "North Dakota", - "city": "Madrid" - } - }, - { - "id": 3518, - "name": "Davis Frye", - "gender": "male", - "age": 24, - "address": { - "state": "Montana", - "city": "Turpin" - } - }, - { - "id": 3519, - "name": "Harriet Crane", - "gender": "female", - "age": 21, - "address": { - "state": "Tennessee", - "city": "Gerton" - } - }, - { - "id": 3520, - "name": "Atkins Bradshaw", - "gender": "male", - "age": 19, - "address": { - "state": "Pennsylvania", - "city": "Riviera" - } - }, - { - "id": 3521, - "name": "Kinney Alexander", - "gender": "male", - "age": 47, - "address": { - "state": "Alaska", - "city": "Saranap" - } - }, - { - "id": 3522, - "name": "Savage Goodwin", - "gender": "male", - "age": 80, - "address": { - "state": "Nebraska", - "city": "Rosburg" - } - }, - { - "id": 3523, - "name": "Boone Hart", - "gender": "male", - "age": 24, - "address": { - "state": "Virginia", - "city": "Winfred" - } - }, - { - "id": 3524, - "name": "Mcbride Banks", - "gender": "male", - "age": 59, - "address": { - "state": "Iowa", - "city": "Ferney" - } - }, - { - "id": 3525, - "name": "Whitney Kelley", - "gender": "male", - "age": 22, - "address": { - "state": "Louisiana", - "city": "Navarre" - } - }, - { - "id": 3526, - "name": "Jo Bauer", - "gender": "female", - "age": 57, - "address": { - "state": "Indiana", - "city": "Clarktown" - } - }, - { - "id": 3527, - "name": "Lacy Day", - "gender": "female", - "age": 49, - "address": { - "state": "Colorado", - "city": "Klagetoh" - } - }, - { - "id": 3528, - "name": "Rena Bryant", - "gender": "female", - "age": 26, - "address": { - "state": "Delaware", - "city": "Cliff" - } - }, - { - "id": 3529, - "name": "Ingrid Bailey", - "gender": "female", - "age": 53, - "address": { - "state": "Rhode Island", - "city": "Brutus" - } - }, - { - "id": 3530, - "name": "Nichole Davis", - "gender": "female", - "age": 68, - "address": { - "state": "Arkansas", - "city": "Dahlen" - } - }, - { - "id": 3531, - "name": "Patsy Maddox", - "gender": "female", - "age": 57, - "address": { - "state": "North Carolina", - "city": "Cornfields" - } - }, - { - "id": 3532, - "name": "Johns Holland", - "gender": "male", - "age": 46, - "address": { - "state": "Illinois", - "city": "Stevens" - } - }, - { - "id": 3533, - "name": "Thornton Pearson", - "gender": "male", - "age": 44, - "address": { - "state": "Hawaii", - "city": "Dunnavant" - } - }, - { - "id": 3534, - "name": "Fisher Wynn", - "gender": "male", - "age": 57, - "address": { - "state": "North Dakota", - "city": "Nadine" - } - }, - { - "id": 3535, - "name": "Blackburn Lambert", - "gender": "male", - "age": 62, - "address": { - "state": "Ohio", - "city": "Wadsworth" - } - }, - { - "id": 3536, - "name": "Terra Carey", - "gender": "female", - "age": 59, - "address": { - "state": "Wyoming", - "city": "Hickory" - } - }, - { - "id": 3537, - "name": "Jackson Morales", - "gender": "male", - "age": 71, - "address": { - "state": "Vermont", - "city": "Alfarata" - } - }, - { - "id": 3538, - "name": "Avila Rogers", - "gender": "male", - "age": 25, - "address": { - "state": "West Virginia", - "city": "Lowell" - } - }, - { - "id": 3539, - "name": "Paul Collins", - "gender": "male", - "age": 73, - "address": { - "state": "South Carolina", - "city": "Nelson" - } - }, - { - "id": 3540, - "name": "Ingram Cantu", - "gender": "male", - "age": 80, - "address": { - "state": "Nebraska", - "city": "Greenbush" - } - }, - { - "id": 3541, - "name": "Tran Avila", - "gender": "male", - "age": 56, - "address": { - "state": "New Hampshire", - "city": "Swartzville" - } - }, - { - "id": 3542, - "name": "Suzette Maxwell", - "gender": "female", - "age": 44, - "address": { - "state": "Kansas", - "city": "Eggertsville" - } - }, - { - "id": 3543, - "name": "Carpenter Gardner", - "gender": "male", - "age": 29, - "address": { - "state": "Idaho", - "city": "Vicksburg" - } - }, - { - "id": 3544, - "name": "Reba Duffy", - "gender": "female", - "age": 67, - "address": { - "state": "Michigan", - "city": "Kidder" - } - }, - { - "id": 3545, - "name": "Maddox Myers", - "gender": "male", - "age": 43, - "address": { - "state": "Florida", - "city": "Leyner" - } - }, - { - "id": 3546, - "name": "Bruce Valenzuela", - "gender": "male", - "age": 24, - "address": { - "state": "Georgia", - "city": "Glenshaw" - } - }, - { - "id": 3547, - "name": "Barbra Boyle", - "gender": "female", - "age": 69, - "address": { - "state": "Louisiana", - "city": "Waumandee" - } - }, - { - "id": 3548, - "name": "Gloria Villarreal", - "gender": "female", - "age": 67, - "address": { - "state": "Maryland", - "city": "Norwood" - } - }, - { - "id": 3549, - "name": "Melody Kirby", - "gender": "female", - "age": 20, - "address": { - "state": "Washington", - "city": "Coyote" - } - }, - { - "id": 3550, - "name": "Puckett Best", - "gender": "male", - "age": 57, - "address": { - "state": "Minnesota", - "city": "Roeville" - } - }, - { - "id": 3551, - "name": "Madeleine Schmidt", - "gender": "female", - "age": 82, - "address": { - "state": "Indiana", - "city": "Alafaya" - } - }, - { - "id": 3552, - "name": "Elizabeth Callahan", - "gender": "female", - "age": 70, - "address": { - "state": "Colorado", - "city": "Adelino" - } - }, - { - "id": 3553, - "name": "Celia Morse", - "gender": "female", - "age": 80, - "address": { - "state": "Virginia", - "city": "Chumuckla" - } - }, - { - "id": 3554, - "name": "Acosta Fitzgerald", - "gender": "male", - "age": 28, - "address": { - "state": "Missouri", - "city": "Edenburg" - } - }, - { - "id": 3555, - "name": "Wheeler Camacho", - "gender": "male", - "age": 19, - "address": { - "state": "Alabama", - "city": "Yardville" - } - }, - { - "id": 3556, - "name": "Sybil Torres", - "gender": "female", - "age": 70, - "address": { - "state": "California", - "city": "Brandywine" - } - }, - { - "id": 3557, - "name": "Maribel Franklin", - "gender": "female", - "age": 51, - "address": { - "state": "Arizona", - "city": "Walker" - } - }, - { - "id": 3558, - "name": "Yvette Chen", - "gender": "female", - "age": 36, - "address": { - "state": "Nevada", - "city": "Hampstead" - } - }, - { - "id": 3559, - "name": "Carey Ellis", - "gender": "male", - "age": 43, - "address": { - "state": "Oklahoma", - "city": "Westboro" - } - }, - { - "id": 3560, - "name": "Booth Arnold", - "gender": "male", - "age": 30, - "address": { - "state": "Wisconsin", - "city": "Wells" - } - }, - { - "id": 3561, - "name": "Britney Mcleod", - "gender": "female", - "age": 44, - "address": { - "state": "New Mexico", - "city": "Wikieup" - } - }, - { - "id": 3562, - "name": "Mae Peterson", - "gender": "female", - "age": 44, - "address": { - "state": "Maine", - "city": "Rose" - } - }, - { - "id": 3563, - "name": "Underwood Reynolds", - "gender": "male", - "age": 21, - "address": { - "state": "New Jersey", - "city": "Roulette" - } - }, - { - "id": 3564, - "name": "Yesenia Henson", - "gender": "female", - "age": 52, - "address": { - "state": "Kentucky", - "city": "Freetown" - } - }, - { - "id": 3565, - "name": "Angela Durham", - "gender": "female", - "age": 51, - "address": { - "state": "New York", - "city": "Winfred" - } - }, - { - "id": 3566, - "name": "Carson Livingston", - "gender": "male", - "age": 40, - "address": { - "state": "Massachusetts", - "city": "Kent" - } - }, - { - "id": 3567, - "name": "Hamilton Lindsay", - "gender": "male", - "age": 55, - "address": { - "state": "Tennessee", - "city": "Gracey" - } - }, - { - "id": 3568, - "name": "Terri Sawyer", - "gender": "female", - "age": 75, - "address": { - "state": "Utah", - "city": "Kraemer" - } - }, - { - "id": 3569, - "name": "Clay Olson", - "gender": "male", - "age": 81, - "address": { - "state": "South Dakota", - "city": "Darlington" - } - }, - { - "id": 3570, - "name": "Berta Roberson", - "gender": "female", - "age": 29, - "address": { - "state": "Mississippi", - "city": "Skyland" - } - }, - { - "id": 3571, - "name": "Chelsea Everett", - "gender": "female", - "age": 76, - "address": { - "state": "Texas", - "city": "Coaldale" - } - }, - { - "id": 3572, - "name": "Sabrina Noble", - "gender": "female", - "age": 21, - "address": { - "state": "Alaska", - "city": "Newcastle" - } - }, - { - "id": 3573, - "name": "Sanchez Valentine", - "gender": "male", - "age": 78, - "address": { - "state": "Iowa", - "city": "Nicut" - } - }, - { - "id": 3574, - "name": "Ashley Talley", - "gender": "female", - "age": 44, - "address": { - "state": "Oregon", - "city": "Falmouth" - } - }, - { - "id": 3575, - "name": "Mcknight Washington", - "gender": "male", - "age": 50, - "address": { - "state": "Pennsylvania", - "city": "Williamson" - } - }, - { - "id": 3576, - "name": "Carver Herring", - "gender": "male", - "age": 36, - "address": { - "state": "Connecticut", - "city": "Cowiche" - } - }, - { - "id": 3577, - "name": "Dianne Mercer", - "gender": "female", - "age": 82, - "address": { - "state": "Rhode Island", - "city": "Hondah" - } - }, - { - "id": 3578, - "name": "Buckley Mclaughlin", - "gender": "male", - "age": 33, - "address": { - "state": "Virginia", - "city": "Grenelefe" - } - }, - { - "id": 3579, - "name": "Rogers Mcleod", - "gender": "male", - "age": 41, - "address": { - "state": "Indiana", - "city": "Kidder" - } - }, - { - "id": 3580, - "name": "Kristy Estrada", - "gender": "female", - "age": 50, - "address": { - "state": "Nebraska", - "city": "Coloma" - } - }, - { - "id": 3581, - "name": "Lora Hyde", - "gender": "female", - "age": 68, - "address": { - "state": "Wisconsin", - "city": "Silkworth" - } - }, - { - "id": 3582, - "name": "Cathleen Chandler", - "gender": "female", - "age": 52, - "address": { - "state": "Iowa", - "city": "Lorraine" - } - }, - { - "id": 3583, - "name": "Isabel Tucker", - "gender": "female", - "age": 68, - "address": { - "state": "Hawaii", - "city": "Lowgap" - } - }, - { - "id": 3584, - "name": "Hale Stevenson", - "gender": "male", - "age": 39, - "address": { - "state": "South Dakota", - "city": "Coldiron" - } - }, - { - "id": 3585, - "name": "Lacy Haynes", - "gender": "female", - "age": 75, - "address": { - "state": "Alaska", - "city": "Shepardsville" - } - }, - { - "id": 3586, - "name": "Noble Cotton", - "gender": "male", - "age": 59, - "address": { - "state": "Alabama", - "city": "Riviera" - } - }, - { - "id": 3587, - "name": "Little Mccoy", - "gender": "male", - "age": 30, - "address": { - "state": "Wyoming", - "city": "Succasunna" - } - }, - { - "id": 3588, - "name": "Erin Cox", - "gender": "female", - "age": 49, - "address": { - "state": "Arkansas", - "city": "Onton" - } - }, - { - "id": 3589, - "name": "Jacqueline Reilly", - "gender": "female", - "age": 38, - "address": { - "state": "Missouri", - "city": "Breinigsville" - } - }, - { - "id": 3590, - "name": "Melba Griffith", - "gender": "female", - "age": 39, - "address": { - "state": "Minnesota", - "city": "Loomis" - } - }, - { - "id": 3591, - "name": "Candice Blackwell", - "gender": "female", - "age": 28, - "address": { - "state": "Louisiana", - "city": "Bascom" - } - }, - { - "id": 3592, - "name": "Thomas Hopkins", - "gender": "male", - "age": 76, - "address": { - "state": "Oklahoma", - "city": "Babb" - } - }, - { - "id": 3593, - "name": "Billie Rivers", - "gender": "female", - "age": 45, - "address": { - "state": "Delaware", - "city": "Homeland" - } - }, - { - "id": 3594, - "name": "Barnes Shepard", - "gender": "male", - "age": 63, - "address": { - "state": "Georgia", - "city": "Geyserville" - } - }, - { - "id": 3595, - "name": "Rodgers Nelson", - "gender": "male", - "age": 28, - "address": { - "state": "Massachusetts", - "city": "Driftwood" - } - }, - { - "id": 3596, - "name": "Kaye Foster", - "gender": "female", - "age": 29, - "address": { - "state": "Tennessee", - "city": "Nelson" - } - }, - { - "id": 3597, - "name": "Walsh Watson", - "gender": "male", - "age": 79, - "address": { - "state": "Ohio", - "city": "Yonah" - } - }, - { - "id": 3598, - "name": "Schultz Floyd", - "gender": "male", - "age": 47, - "address": { - "state": "Pennsylvania", - "city": "Whitewater" - } - }, - { - "id": 3599, - "name": "Ramirez Young", - "gender": "male", - "age": 69, - "address": { - "state": "Connecticut", - "city": "Glasgow" - } - }, - { - "id": 3600, - "name": "Jacobs Hall", - "gender": "male", - "age": 25, - "address": { - "state": "Texas", - "city": "Warsaw" - } - }, - { - "id": 3601, - "name": "Katina Romero", - "gender": "female", - "age": 73, - "address": { - "state": "Kentucky", - "city": "Newry" - } - }, - { - "id": 3602, - "name": "Cindy Lloyd", - "gender": "female", - "age": 53, - "address": { - "state": "New Mexico", - "city": "Welda" - } - }, - { - "id": 3603, - "name": "Genevieve Delaney", - "gender": "female", - "age": 75, - "address": { - "state": "Utah", - "city": "Belva" - } - }, - { - "id": 3604, - "name": "Ashley Pennington", - "gender": "female", - "age": 45, - "address": { - "state": "Washington", - "city": "Rew" - } - }, - { - "id": 3605, - "name": "Hahn Harrison", - "gender": "male", - "age": 44, - "address": { - "state": "Montana", - "city": "Madaket" - } - }, - { - "id": 3606, - "name": "Kim Witt", - "gender": "male", - "age": 58, - "address": { - "state": "North Dakota", - "city": "Florence" - } - }, - { - "id": 3607, - "name": "Allie Elliott", - "gender": "female", - "age": 44, - "address": { - "state": "Nevada", - "city": "Roberts" - } - }, - { - "id": 3608, - "name": "Atkinson Wolfe", - "gender": "male", - "age": 37, - "address": { - "state": "Maryland", - "city": "Convent" - } - }, - { - "id": 3609, - "name": "Beasley Powell", - "gender": "male", - "age": 28, - "address": { - "state": "New Jersey", - "city": "Cannondale" - } - }, - { - "id": 3610, - "name": "Zimmerman Fisher", - "gender": "male", - "age": 68, - "address": { - "state": "Illinois", - "city": "Homeworth" - } - }, - { - "id": 3611, - "name": "Ollie Pearson", - "gender": "female", - "age": 53, - "address": { - "state": "Colorado", - "city": "Tilden" - } - }, - { - "id": 3612, - "name": "Ruth Palmer", - "gender": "female", - "age": 27, - "address": { - "state": "Kansas", - "city": "Norris" - } - }, - { - "id": 3613, - "name": "Rosario Boyd", - "gender": "female", - "age": 17, - "address": { - "state": "New Hampshire", - "city": "Cliff" - } - }, - { - "id": 3614, - "name": "Levy Robinson", - "gender": "male", - "age": 63, - "address": { - "state": "Oregon", - "city": "Biddle" - } - }, - { - "id": 3615, - "name": "Monroe Maldonado", - "gender": "male", - "age": 72, - "address": { - "state": "Mississippi", - "city": "Santel" - } - }, - { - "id": 3616, - "name": "Shaffer Aguirre", - "gender": "male", - "age": 66, - "address": { - "state": "Maine", - "city": "Eastmont" - } - }, - { - "id": 3617, - "name": "Flynn Bush", - "gender": "male", - "age": 35, - "address": { - "state": "New York", - "city": "Ladera" - } - }, - { - "id": 3618, - "name": "Hallie Terry", - "gender": "female", - "age": 18, - "address": { - "state": "South Carolina", - "city": "Sylvanite" - } - }, - { - "id": 3619, - "name": "James Curry", - "gender": "female", - "age": 29, - "address": { - "state": "North Carolina", - "city": "Linwood" - } - }, - { - "id": 3620, - "name": "Nichols Fowler", - "gender": "male", - "age": 63, - "address": { - "state": "California", - "city": "Fairhaven" - } - }, - { - "id": 3621, - "name": "Beulah Shaw", - "gender": "female", - "age": 37, - "address": { - "state": "Michigan", - "city": "Spokane" - } - }, - { - "id": 3622, - "name": "Chen Richards", - "gender": "male", - "age": 32, - "address": { - "state": "Arizona", - "city": "Martinez" - } - }, - { - "id": 3623, - "name": "Kelsey Valenzuela", - "gender": "female", - "age": 61, - "address": { - "state": "Idaho", - "city": "Chelsea" - } - }, - { - "id": 3624, - "name": "Chan Everett", - "gender": "male", - "age": 18, - "address": { - "state": "Florida", - "city": "Coultervillle" - } - }, - { - "id": 3625, - "name": "Adrienne Kelly", - "gender": "female", - "age": 64, - "address": { - "state": "West Virginia", - "city": "Aberdeen" - } - }, - { - "id": 3626, - "name": "Renee Hood", - "gender": "female", - "age": 68, - "address": { - "state": "Utah", - "city": "Bawcomville" - } - }, - { - "id": 3627, - "name": "Crane Rush", - "gender": "male", - "age": 66, - "address": { - "state": "Minnesota", - "city": "Rowe" - } - }, - { - "id": 3628, - "name": "Fleming Mendez", - "gender": "male", - "age": 64, - "address": { - "state": "Colorado", - "city": "Topaz" - } - }, - { - "id": 3629, - "name": "Susanne Osborn", - "gender": "female", - "age": 42, - "address": { - "state": "Alabama", - "city": "Brenton" - } - }, - { - "id": 3630, - "name": "Jaclyn Mccoy", - "gender": "female", - "age": 76, - "address": { - "state": "Pennsylvania", - "city": "Camino" - } - }, - { - "id": 3631, - "name": "Espinoza Fowler", - "gender": "male", - "age": 60, - "address": { - "state": "Idaho", - "city": "Thatcher" - } - }, - { - "id": 3632, - "name": "Mcmahon Sullivan", - "gender": "male", - "age": 64, - "address": { - "state": "Iowa", - "city": "Homeworth" - } - }, - { - "id": 3633, - "name": "Mari Giles", - "gender": "female", - "age": 34, - "address": { - "state": "Connecticut", - "city": "Groveville" - } - }, - { - "id": 3634, - "name": "Hardy Kramer", - "gender": "male", - "age": 62, - "address": { - "state": "Maine", - "city": "Klagetoh" - } - }, - { - "id": 3635, - "name": "Cooke Heath", - "gender": "male", - "age": 41, - "address": { - "state": "Maryland", - "city": "Grazierville" - } - }, - { - "id": 3636, - "name": "Judy Cameron", - "gender": "female", - "age": 36, - "address": { - "state": "Illinois", - "city": "Bakersville" - } - }, - { - "id": 3637, - "name": "Jacklyn Ryan", - "gender": "female", - "age": 54, - "address": { - "state": "Arkansas", - "city": "Hannasville" - } - }, - { - "id": 3638, - "name": "Church Wynn", - "gender": "male", - "age": 18, - "address": { - "state": "Michigan", - "city": "Beason" - } - }, - { - "id": 3639, - "name": "Holmes Kline", - "gender": "male", - "age": 76, - "address": { - "state": "Kentucky", - "city": "Emison" - } - }, - { - "id": 3640, - "name": "Austin Garcia", - "gender": "male", - "age": 73, - "address": { - "state": "Delaware", - "city": "Herbster" - } - }, - { - "id": 3641, - "name": "Jodi Thornton", - "gender": "female", - "age": 42, - "address": { - "state": "Rhode Island", - "city": "Rivers" - } - }, - { - "id": 3642, - "name": "Terri Talley", - "gender": "female", - "age": 66, - "address": { - "state": "South Dakota", - "city": "Falconaire" - } - }, - { - "id": 3643, - "name": "Solomon Hudson", - "gender": "male", - "age": 49, - "address": { - "state": "Oklahoma", - "city": "Alden" - } - }, - { - "id": 3644, - "name": "Tammi Alexander", - "gender": "female", - "age": 76, - "address": { - "state": "New Mexico", - "city": "Goochland" - } - }, - { - "id": 3645, - "name": "Campbell Nelson", - "gender": "male", - "age": 31, - "address": { - "state": "New Jersey", - "city": "Springville" - } - }, - { - "id": 3646, - "name": "Hudson Finley", - "gender": "male", - "age": 49, - "address": { - "state": "Arizona", - "city": "Fidelis" - } - }, - { - "id": 3647, - "name": "Goodman Underwood", - "gender": "male", - "age": 66, - "address": { - "state": "Ohio", - "city": "Manila" - } - }, - { - "id": 3648, - "name": "Whitfield Sherman", - "gender": "male", - "age": 30, - "address": { - "state": "Alaska", - "city": "Mapletown" - } - }, - { - "id": 3649, - "name": "Karla Herman", - "gender": "female", - "age": 64, - "address": { - "state": "Montana", - "city": "Rushford" - } - }, - { - "id": 3650, - "name": "Patel Rodriquez", - "gender": "male", - "age": 42, - "address": { - "state": "Nevada", - "city": "Richford" - } - }, - { - "id": 3651, - "name": "Tammy Smith", - "gender": "female", - "age": 53, - "address": { - "state": "North Dakota", - "city": "Dupuyer" - } - }, - { - "id": 3652, - "name": "Lynne Coleman", - "gender": "female", - "age": 23, - "address": { - "state": "Louisiana", - "city": "Elliott" - } - }, - { - "id": 3653, - "name": "Janelle Dominguez", - "gender": "female", - "age": 33, - "address": { - "state": "Vermont", - "city": "Emory" - } - }, - { - "id": 3654, - "name": "Belinda Carey", - "gender": "female", - "age": 49, - "address": { - "state": "Wyoming", - "city": "Nettie" - } - }, - { - "id": 3655, - "name": "Spencer Finch", - "gender": "male", - "age": 56, - "address": { - "state": "Virginia", - "city": "Chelsea" - } - }, - { - "id": 3656, - "name": "Mcneil Murray", - "gender": "male", - "age": 60, - "address": { - "state": "Mississippi", - "city": "Baker" - } - }, - { - "id": 3657, - "name": "Mercado Levy", - "gender": "male", - "age": 56, - "address": { - "state": "New Hampshire", - "city": "Deercroft" - } - }, - { - "id": 3658, - "name": "Hardin Short", - "gender": "male", - "age": 49, - "address": { - "state": "West Virginia", - "city": "Rodman" - } - }, - { - "id": 3659, - "name": "Ivy Villarreal", - "gender": "female", - "age": 33, - "address": { - "state": "California", - "city": "Vivian" - } - }, - { - "id": 3660, - "name": "Wolf Gould", - "gender": "male", - "age": 20, - "address": { - "state": "Georgia", - "city": "Westphalia" - } - }, - { - "id": 3661, - "name": "Lopez Buchanan", - "gender": "male", - "age": 36, - "address": { - "state": "Hawaii", - "city": "Shelby" - } - }, - { - "id": 3662, - "name": "Mercedes Benton", - "gender": "female", - "age": 23, - "address": { - "state": "Tennessee", - "city": "Caroline" - } - }, - { - "id": 3663, - "name": "Watkins Landry", - "gender": "male", - "age": 21, - "address": { - "state": "Texas", - "city": "Shaft" - } - }, - { - "id": 3664, - "name": "Pearl Bates", - "gender": "female", - "age": 60, - "address": { - "state": "Missouri", - "city": "Salvo" - } - }, - { - "id": 3665, - "name": "Daugherty Joyner", - "gender": "male", - "age": 58, - "address": { - "state": "North Carolina", - "city": "Sultana" - } - }, - { - "id": 3666, - "name": "Aida Farmer", - "gender": "female", - "age": 22, - "address": { - "state": "Oregon", - "city": "Levant" - } - }, - { - "id": 3667, - "name": "Kara Mcdonald", - "gender": "female", - "age": 70, - "address": { - "state": "Massachusetts", - "city": "Dalton" - } - }, - { - "id": 3668, - "name": "Dominique Mack", - "gender": "female", - "age": 64, - "address": { - "state": "Nebraska", - "city": "Crumpler" - } - }, - { - "id": 3669, - "name": "Whitehead Medina", - "gender": "male", - "age": 60, - "address": { - "state": "Wisconsin", - "city": "Rivereno" - } - }, - { - "id": 3670, - "name": "Lillie May", - "gender": "female", - "age": 50, - "address": { - "state": "Florida", - "city": "Edgar" - } - }, - { - "id": 3671, - "name": "Aurelia Gibbs", - "gender": "female", - "age": 59, - "address": { - "state": "Washington", - "city": "Torboy" - } - }, - { - "id": 3672, - "name": "Socorro Donaldson", - "gender": "female", - "age": 81, - "address": { - "state": "South Carolina", - "city": "Calverton" - } - }, - { - "id": 3673, - "name": "Consuelo Wiley", - "gender": "female", - "age": 18, - "address": { - "state": "Kansas", - "city": "Lacomb" - } - }, - { - "id": 3674, - "name": "Justine Gilmore", - "gender": "female", - "age": 56, - "address": { - "state": "New York", - "city": "Stouchsburg" - } - }, - { - "id": 3675, - "name": "Rivera Conway", - "gender": "male", - "age": 53, - "address": { - "state": "Hawaii", - "city": "Kraemer" - } - }, - { - "id": 3676, - "name": "Jenny Carlson", - "gender": "female", - "age": 73, - "address": { - "state": "New Mexico", - "city": "Hillsboro" - } - }, - { - "id": 3677, - "name": "Stafford Sheppard", - "gender": "male", - "age": 29, - "address": { - "state": "Idaho", - "city": "Crown" - } - }, - { - "id": 3678, - "name": "Deena Barker", - "gender": "female", - "age": 57, - "address": { - "state": "Maine", - "city": "Robinette" - } - }, - { - "id": 3679, - "name": "Lara Solis", - "gender": "female", - "age": 36, - "address": { - "state": "Tennessee", - "city": "Greer" - } - }, - { - "id": 3680, - "name": "Alyssa Kerr", - "gender": "female", - "age": 51, - "address": { - "state": "Maryland", - "city": "Wilsonia" - } - }, - { - "id": 3681, - "name": "Mckay Wiley", - "gender": "male", - "age": 64, - "address": { - "state": "Louisiana", - "city": "Wattsville" - } - }, - { - "id": 3682, - "name": "Kasey Howard", - "gender": "female", - "age": 53, - "address": { - "state": "California", - "city": "Nadine" - } - }, - { - "id": 3683, - "name": "Holman Turner", - "gender": "male", - "age": 34, - "address": { - "state": "Michigan", - "city": "Blanford" - } - }, - { - "id": 3684, - "name": "Fowler Hardy", - "gender": "male", - "age": 44, - "address": { - "state": "Oklahoma", - "city": "Garnet" - } - }, - { - "id": 3685, - "name": "Hurst Osborne", - "gender": "male", - "age": 81, - "address": { - "state": "Kansas", - "city": "Lodoga" - } - }, - { - "id": 3686, - "name": "Clay Vaughn", - "gender": "male", - "age": 43, - "address": { - "state": "North Dakota", - "city": "Woodlake" - } - }, - { - "id": 3687, - "name": "Rose Adkins", - "gender": "female", - "age": 45, - "address": { - "state": "New Jersey", - "city": "Breinigsville" - } - }, - { - "id": 3688, - "name": "Myrtle Wyatt", - "gender": "female", - "age": 69, - "address": { - "state": "Wyoming", - "city": "Succasunna" - } - }, - { - "id": 3689, - "name": "Tracey Kirby", - "gender": "female", - "age": 72, - "address": { - "state": "Nebraska", - "city": "Chase" - } - }, - { - "id": 3690, - "name": "Lori Terrell", - "gender": "female", - "age": 63, - "address": { - "state": "Minnesota", - "city": "Roeville" - } - }, - { - "id": 3691, - "name": "Jacobs Cox", - "gender": "male", - "age": 28, - "address": { - "state": "Oregon", - "city": "Allison" - } - }, - { - "id": 3692, - "name": "Villarreal Miles", - "gender": "male", - "age": 34, - "address": { - "state": "Vermont", - "city": "Bedias" - } - }, - { - "id": 3693, - "name": "Cheryl Gilliam", - "gender": "female", - "age": 41, - "address": { - "state": "Rhode Island", - "city": "Taft" - } - }, - { - "id": 3694, - "name": "Sharp Cohen", - "gender": "male", - "age": 17, - "address": { - "state": "South Carolina", - "city": "Ballico" - } - }, - { - "id": 3695, - "name": "Steele Whitfield", - "gender": "male", - "age": 21, - "address": { - "state": "Pennsylvania", - "city": "Bethpage" - } - }, - { - "id": 3696, - "name": "Debora Perkins", - "gender": "female", - "age": 53, - "address": { - "state": "Illinois", - "city": "Glenbrook" - } - }, - { - "id": 3697, - "name": "Small Sykes", - "gender": "male", - "age": 28, - "address": { - "state": "Alaska", - "city": "Century" - } - }, - { - "id": 3698, - "name": "Delia Velasquez", - "gender": "female", - "age": 55, - "address": { - "state": "Texas", - "city": "Woodruff" - } - }, - { - "id": 3699, - "name": "Clara Emerson", - "gender": "female", - "age": 74, - "address": { - "state": "Iowa", - "city": "Boyd" - } - }, - { - "id": 3700, - "name": "Huffman Fisher", - "gender": "male", - "age": 24, - "address": { - "state": "Florida", - "city": "Durham" - } - }, - { - "id": 3701, - "name": "Bentley Ball", - "gender": "male", - "age": 33, - "address": { - "state": "Georgia", - "city": "Volta" - } - }, - { - "id": 3702, - "name": "Neva Daniel", - "gender": "female", - "age": 57, - "address": { - "state": "Wisconsin", - "city": "Oretta" - } - }, - { - "id": 3703, - "name": "Ware Harper", - "gender": "male", - "age": 59, - "address": { - "state": "Nevada", - "city": "Springhill" - } - }, - { - "id": 3704, - "name": "Hensley Foreman", - "gender": "male", - "age": 55, - "address": { - "state": "West Virginia", - "city": "Bawcomville" - } - }, - { - "id": 3705, - "name": "Baxter Christensen", - "gender": "male", - "age": 74, - "address": { - "state": "Washington", - "city": "Deercroft" - } - }, - { - "id": 3706, - "name": "Elisa Cortez", - "gender": "female", - "age": 23, - "address": { - "state": "Colorado", - "city": "Islandia" - } - }, - { - "id": 3707, - "name": "Roman Patel", - "gender": "male", - "age": 49, - "address": { - "state": "Massachusetts", - "city": "Fairlee" - } - }, - { - "id": 3708, - "name": "Janell Ortega", - "gender": "female", - "age": 30, - "address": { - "state": "Montana", - "city": "Rivera" - } - }, - { - "id": 3709, - "name": "Lindsey Bradshaw", - "gender": "female", - "age": 67, - "address": { - "state": "New Hampshire", - "city": "Roland" - } - }, - { - "id": 3710, - "name": "Winters James", - "gender": "male", - "age": 57, - "address": { - "state": "Indiana", - "city": "Boykin" - } - }, - { - "id": 3711, - "name": "Tamika Mcclure", - "gender": "female", - "age": 30, - "address": { - "state": "Delaware", - "city": "Edinburg" - } - }, - { - "id": 3712, - "name": "Allison Galloway", - "gender": "male", - "age": 31, - "address": { - "state": "Missouri", - "city": "Duryea" - } - }, - { - "id": 3713, - "name": "Lawrence Preston", - "gender": "male", - "age": 66, - "address": { - "state": "Arizona", - "city": "Wyoming" - } - }, - { - "id": 3714, - "name": "Kinney Cash", - "gender": "male", - "age": 80, - "address": { - "state": "Connecticut", - "city": "Moscow" - } - }, - { - "id": 3715, - "name": "Kirkland Montgomery", - "gender": "male", - "age": 31, - "address": { - "state": "Kentucky", - "city": "Cazadero" - } - }, - { - "id": 3716, - "name": "Ines Valdez", - "gender": "female", - "age": 80, - "address": { - "state": "Alabama", - "city": "National" - } - }, - { - "id": 3717, - "name": "Roy Rojas", - "gender": "male", - "age": 55, - "address": { - "state": "Virginia", - "city": "Sehili" - } - }, - { - "id": 3718, - "name": "Roth Holloway", - "gender": "male", - "age": 52, - "address": { - "state": "Ohio", - "city": "Wyano" - } - }, - { - "id": 3719, - "name": "Coffey Wilkerson", - "gender": "male", - "age": 69, - "address": { - "state": "North Carolina", - "city": "Hanover" - } - }, - { - "id": 3720, - "name": "Reyes Smith", - "gender": "male", - "age": 74, - "address": { - "state": "Utah", - "city": "Leyner" - } - }, - { - "id": 3721, - "name": "Harrison Carey", - "gender": "male", - "age": 38, - "address": { - "state": "New York", - "city": "Glendale" - } - }, - { - "id": 3722, - "name": "Hilda Atkinson", - "gender": "female", - "age": 22, - "address": { - "state": "South Dakota", - "city": "Saticoy" - } - }, - { - "id": 3723, - "name": "Nellie Wilder", - "gender": "female", - "age": 74, - "address": { - "state": "Mississippi", - "city": "Vienna" - } - }, - { - "id": 3724, - "name": "Elvia Knowles", - "gender": "female", - "age": 48, - "address": { - "state": "Illinois", - "city": "Robinson" - } - }, - { - "id": 3725, - "name": "Kenya Wall", - "gender": "female", - "age": 65, - "address": { - "state": "Mississippi", - "city": "Loretto" - } - }, - { - "id": 3726, - "name": "Dickerson Vincent", - "gender": "male", - "age": 36, - "address": { - "state": "Rhode Island", - "city": "Navarre" - } - }, - { - "id": 3727, - "name": "Santos Underwood", - "gender": "male", - "age": 50, - "address": { - "state": "Connecticut", - "city": "Cleary" - } - }, - { - "id": 3728, - "name": "York Ingram", - "gender": "male", - "age": 64, - "address": { - "state": "Virginia", - "city": "Chaparrito" - } - }, - { - "id": 3729, - "name": "Gamble Perry", - "gender": "male", - "age": 23, - "address": { - "state": "Maine", - "city": "Richville" - } - }, - { - "id": 3730, - "name": "Cline Coffey", - "gender": "male", - "age": 33, - "address": { - "state": "Washington", - "city": "Nicholson" - } - }, - { - "id": 3731, - "name": "Blanchard Serrano", - "gender": "male", - "age": 46, - "address": { - "state": "Iowa", - "city": "Kraemer" - } - }, - { - "id": 3732, - "name": "Cathy Dean", - "gender": "female", - "age": 17, - "address": { - "state": "Minnesota", - "city": "Edneyville" - } - }, - { - "id": 3733, - "name": "Hebert Alexander", - "gender": "male", - "age": 55, - "address": { - "state": "Missouri", - "city": "Snelling" - } - }, - { - "id": 3734, - "name": "Roach Jennings", - "gender": "male", - "age": 50, - "address": { - "state": "West Virginia", - "city": "Sexton" - } - }, - { - "id": 3735, - "name": "Larson Manning", - "gender": "male", - "age": 27, - "address": { - "state": "South Dakota", - "city": "Henrietta" - } - }, - { - "id": 3736, - "name": "Lawson Wiley", - "gender": "male", - "age": 28, - "address": { - "state": "Georgia", - "city": "Trona" - } - }, - { - "id": 3737, - "name": "Lawrence Bush", - "gender": "male", - "age": 69, - "address": { - "state": "Wisconsin", - "city": "Enlow" - } - }, - { - "id": 3738, - "name": "Yates Webster", - "gender": "male", - "age": 61, - "address": { - "state": "New Hampshire", - "city": "Warsaw" - } - }, - { - "id": 3739, - "name": "Acosta Yates", - "gender": "male", - "age": 44, - "address": { - "state": "Indiana", - "city": "Salvo" - } - }, - { - "id": 3740, - "name": "Carlson Shepard", - "gender": "male", - "age": 76, - "address": { - "state": "Arizona", - "city": "Loveland" - } - }, - { - "id": 3741, - "name": "Byrd Ochoa", - "gender": "male", - "age": 54, - "address": { - "state": "Utah", - "city": "Sattley" - } - }, - { - "id": 3742, - "name": "Dixie Goff", - "gender": "female", - "age": 54, - "address": { - "state": "Hawaii", - "city": "Dale" - } - }, - { - "id": 3743, - "name": "Corrine Jimenez", - "gender": "female", - "age": 36, - "address": { - "state": "Alaska", - "city": "Tampico" - } - }, - { - "id": 3744, - "name": "Fuentes Christensen", - "gender": "male", - "age": 72, - "address": { - "state": "Delaware", - "city": "Martinez" - } - }, - { - "id": 3745, - "name": "Kristen Reilly", - "gender": "female", - "age": 19, - "address": { - "state": "Florida", - "city": "Libertytown" - } - }, - { - "id": 3746, - "name": "Kerry Gallegos", - "gender": "female", - "age": 33, - "address": { - "state": "Massachusetts", - "city": "Riviera" - } - }, - { - "id": 3747, - "name": "Bates Cooke", - "gender": "male", - "age": 42, - "address": { - "state": "Kansas", - "city": "Linganore" - } - }, - { - "id": 3748, - "name": "Earnestine Kemp", - "gender": "female", - "age": 75, - "address": { - "state": "Montana", - "city": "Chamberino" - } - }, - { - "id": 3749, - "name": "Patrica Pearson", - "gender": "female", - "age": 52, - "address": { - "state": "Tennessee", - "city": "Floriston" - } - }, - { - "id": 3750, - "name": "Peters Lucas", - "gender": "male", - "age": 25, - "address": { - "state": "New York", - "city": "Lookingglass" - } - }, - { - "id": 3751, - "name": "Christa Cole", - "gender": "female", - "age": 35, - "address": { - "state": "Pennsylvania", - "city": "Neahkahnie" - } - }, - { - "id": 3752, - "name": "Roxie Pope", - "gender": "female", - "age": 45, - "address": { - "state": "Colorado", - "city": "Websterville" - } - }, - { - "id": 3753, - "name": "Santiago King", - "gender": "male", - "age": 32, - "address": { - "state": "Idaho", - "city": "Chemung" - } - }, - { - "id": 3754, - "name": "Juliette Weaver", - "gender": "female", - "age": 20, - "address": { - "state": "Louisiana", - "city": "Urbana" - } - }, - { - "id": 3755, - "name": "Annette Beck", - "gender": "female", - "age": 77, - "address": { - "state": "Michigan", - "city": "Carlos" - } - }, - { - "id": 3756, - "name": "Taylor Burns", - "gender": "male", - "age": 18, - "address": { - "state": "North Carolina", - "city": "Grandview" - } - }, - { - "id": 3757, - "name": "Doris Alston", - "gender": "female", - "age": 75, - "address": { - "state": "South Carolina", - "city": "Kula" - } - }, - { - "id": 3758, - "name": "Cheri Rowland", - "gender": "female", - "age": 74, - "address": { - "state": "New Jersey", - "city": "Wintersburg" - } - }, - { - "id": 3759, - "name": "Millie Griffin", - "gender": "female", - "age": 53, - "address": { - "state": "California", - "city": "Collins" - } - }, - { - "id": 3760, - "name": "Christie Adams", - "gender": "female", - "age": 77, - "address": { - "state": "Nebraska", - "city": "Orick" - } - }, - { - "id": 3761, - "name": "Jacqueline Valentine", - "gender": "female", - "age": 46, - "address": { - "state": "Nevada", - "city": "Statenville" - } - }, - { - "id": 3762, - "name": "Hawkins Hyde", - "gender": "male", - "age": 37, - "address": { - "state": "Alabama", - "city": "Nash" - } - }, - { - "id": 3763, - "name": "Valeria Brock", - "gender": "female", - "age": 66, - "address": { - "state": "Texas", - "city": "Vivian" - } - }, - { - "id": 3764, - "name": "Oliver Swanson", - "gender": "male", - "age": 37, - "address": { - "state": "Vermont", - "city": "Troy" - } - }, - { - "id": 3765, - "name": "May Chavez", - "gender": "male", - "age": 78, - "address": { - "state": "Oregon", - "city": "Berlin" - } - }, - { - "id": 3766, - "name": "Lynn Kim", - "gender": "male", - "age": 75, - "address": { - "state": "Oklahoma", - "city": "Needmore" - } - }, - { - "id": 3767, - "name": "Dodson Suarez", - "gender": "male", - "age": 46, - "address": { - "state": "Kentucky", - "city": "Bentley" - } - }, - { - "id": 3768, - "name": "Joanne Young", - "gender": "female", - "age": 62, - "address": { - "state": "Arkansas", - "city": "Sunriver" - } - }, - { - "id": 3769, - "name": "Howard Hill", - "gender": "male", - "age": 56, - "address": { - "state": "Ohio", - "city": "Stouchsburg" - } - }, - { - "id": 3770, - "name": "Battle Wyatt", - "gender": "male", - "age": 65, - "address": { - "state": "Maryland", - "city": "Adamstown" - } - }, - { - "id": 3771, - "name": "Jill Acevedo", - "gender": "female", - "age": 29, - "address": { - "state": "North Dakota", - "city": "Jugtown" - } - }, - { - "id": 3772, - "name": "Leah Shaw", - "gender": "female", - "age": 66, - "address": { - "state": "New Mexico", - "city": "Ernstville" - } - }, - { - "id": 3773, - "name": "Chris Hooper", - "gender": "female", - "age": 35, - "address": { - "state": "California", - "city": "Oley" - } - }, - { - "id": 3774, - "name": "Barrera Hubbard", - "gender": "male", - "age": 21, - "address": { - "state": "New Jersey", - "city": "Emory" - } - }, - { - "id": 3775, - "name": "Mildred Browning", - "gender": "female", - "age": 63, - "address": { - "state": "Nevada", - "city": "Weeksville" - } - }, - { - "id": 3776, - "name": "Kinney Blair", - "gender": "male", - "age": 66, - "address": { - "state": "Colorado", - "city": "Innsbrook" - } - }, - { - "id": 3777, - "name": "Lowe Chan", - "gender": "male", - "age": 81, - "address": { - "state": "Tennessee", - "city": "Coinjock" - } - }, - { - "id": 3778, - "name": "Banks Gregory", - "gender": "male", - "age": 31, - "address": { - "state": "Nebraska", - "city": "Eden" - } - }, - { - "id": 3779, - "name": "Magdalena Bruce", - "gender": "female", - "age": 29, - "address": { - "state": "Arizona", - "city": "Crisman" - } - }, - { - "id": 3780, - "name": "Sharp Leblanc", - "gender": "male", - "age": 29, - "address": { - "state": "Illinois", - "city": "Savannah" - } - }, - { - "id": 3781, - "name": "Ina Brooks", - "gender": "female", - "age": 34, - "address": { - "state": "Missouri", - "city": "Olney" - } - }, - { - "id": 3782, - "name": "Angelina Chandler", - "gender": "female", - "age": 67, - "address": { - "state": "New Hampshire", - "city": "Columbus" - } - }, - { - "id": 3783, - "name": "Laurel Dunlap", - "gender": "female", - "age": 26, - "address": { - "state": "Hawaii", - "city": "Greenwich" - } - }, - { - "id": 3784, - "name": "Hood Whitehead", - "gender": "male", - "age": 65, - "address": { - "state": "Delaware", - "city": "Maplewood" - } - }, - { - "id": 3785, - "name": "Price Cleveland", - "gender": "male", - "age": 80, - "address": { - "state": "Pennsylvania", - "city": "Beaverdale" - } - }, - { - "id": 3786, - "name": "Barker England", - "gender": "male", - "age": 62, - "address": { - "state": "West Virginia", - "city": "Caroline" - } - }, - { - "id": 3787, - "name": "Beasley Chapman", - "gender": "male", - "age": 45, - "address": { - "state": "Mississippi", - "city": "Hachita" - } - }, - { - "id": 3788, - "name": "Claudine Elliott", - "gender": "female", - "age": 68, - "address": { - "state": "Michigan", - "city": "Southview" - } - }, - { - "id": 3789, - "name": "Nolan Mullen", - "gender": "male", - "age": 82, - "address": { - "state": "Alaska", - "city": "Maybell" - } - }, - { - "id": 3790, - "name": "Martinez Ortiz", - "gender": "male", - "age": 29, - "address": { - "state": "New Mexico", - "city": "Fowlerville" - } - }, - { - "id": 3791, - "name": "Robin Lowe", - "gender": "female", - "age": 27, - "address": { - "state": "Arkansas", - "city": "Wilsonia" - } - }, - { - "id": 3792, - "name": "Ruthie Boyle", - "gender": "female", - "age": 52, - "address": { - "state": "Kansas", - "city": "Malo" - } - }, - { - "id": 3793, - "name": "Kathy Mclaughlin", - "gender": "female", - "age": 24, - "address": { - "state": "Georgia", - "city": "Frank" - } - }, - { - "id": 3794, - "name": "Bertha Bush", - "gender": "female", - "age": 55, - "address": { - "state": "Vermont", - "city": "Yonah" - } - }, - { - "id": 3795, - "name": "Pierce Sharpe", - "gender": "male", - "age": 65, - "address": { - "state": "Montana", - "city": "Bodega" - } - }, - { - "id": 3796, - "name": "Montoya Cross", - "gender": "male", - "age": 63, - "address": { - "state": "Connecticut", - "city": "Avoca" - } - }, - { - "id": 3797, - "name": "Stephenson Yates", - "gender": "male", - "age": 48, - "address": { - "state": "Kentucky", - "city": "Valmy" - } - }, - { - "id": 3798, - "name": "Hawkins Holder", - "gender": "male", - "age": 32, - "address": { - "state": "Idaho", - "city": "Gasquet" - } - }, - { - "id": 3799, - "name": "Herminia Trevino", - "gender": "female", - "age": 66, - "address": { - "state": "Louisiana", - "city": "Russellville" - } - }, - { - "id": 3800, - "name": "Kenya Spears", - "gender": "female", - "age": 37, - "address": { - "state": "Massachusetts", - "city": "Orick" - } - }, - { - "id": 3801, - "name": "Rosetta Owens", - "gender": "female", - "age": 52, - "address": { - "state": "Virginia", - "city": "Beyerville" - } - }, - { - "id": 3802, - "name": "Mckay Cannon", - "gender": "male", - "age": 40, - "address": { - "state": "Oregon", - "city": "Statenville" - } - }, - { - "id": 3803, - "name": "Maryellen Sweet", - "gender": "female", - "age": 49, - "address": { - "state": "New York", - "city": "Nettie" - } - }, - { - "id": 3804, - "name": "Michael Snyder", - "gender": "female", - "age": 18, - "address": { - "state": "Iowa", - "city": "Nescatunga" - } - }, - { - "id": 3805, - "name": "Norton Lamb", - "gender": "male", - "age": 48, - "address": { - "state": "Maryland", - "city": "Enetai" - } - }, - { - "id": 3806, - "name": "Ines Buckley", - "gender": "female", - "age": 50, - "address": { - "state": "Rhode Island", - "city": "Galesville" - } - }, - { - "id": 3807, - "name": "Wade Buckner", - "gender": "male", - "age": 54, - "address": { - "state": "South Carolina", - "city": "Conway" - } - }, - { - "id": 3808, - "name": "Snyder Boyd", - "gender": "male", - "age": 60, - "address": { - "state": "North Carolina", - "city": "Woodburn" - } - }, - { - "id": 3809, - "name": "Lenore Guzman", - "gender": "female", - "age": 60, - "address": { - "state": "North Dakota", - "city": "Barrelville" - } - }, - { - "id": 3810, - "name": "Koch Bailey", - "gender": "male", - "age": 56, - "address": { - "state": "Indiana", - "city": "Dotsero" - } - }, - { - "id": 3811, - "name": "Denise Britt", - "gender": "female", - "age": 21, - "address": { - "state": "Maine", - "city": "Machias" - } - }, - { - "id": 3812, - "name": "Tanisha Everett", - "gender": "female", - "age": 69, - "address": { - "state": "Washington", - "city": "Tivoli" - } - }, - { - "id": 3813, - "name": "Raquel Holcomb", - "gender": "female", - "age": 57, - "address": { - "state": "Minnesota", - "city": "Lavalette" - } - }, - { - "id": 3814, - "name": "Harriett Riggs", - "gender": "female", - "age": 36, - "address": { - "state": "Florida", - "city": "Martell" - } - }, - { - "id": 3815, - "name": "Strickland Kirby", - "gender": "male", - "age": 77, - "address": { - "state": "Alabama", - "city": "Taft" - } - }, - { - "id": 3816, - "name": "Amber Perry", - "gender": "female", - "age": 35, - "address": { - "state": "South Dakota", - "city": "Baker" - } - }, - { - "id": 3817, - "name": "Kara Day", - "gender": "female", - "age": 44, - "address": { - "state": "Ohio", - "city": "Shawmut" - } - }, - { - "id": 3818, - "name": "Dee Finley", - "gender": "female", - "age": 53, - "address": { - "state": "Wyoming", - "city": "Camino" - } - }, - { - "id": 3819, - "name": "Barr Humphrey", - "gender": "male", - "age": 17, - "address": { - "state": "Texas", - "city": "Weedville" - } - }, - { - "id": 3820, - "name": "Jamie Walters", - "gender": "female", - "age": 31, - "address": { - "state": "Wisconsin", - "city": "Marienthal" - } - }, - { - "id": 3821, - "name": "Valarie Rush", - "gender": "female", - "age": 60, - "address": { - "state": "Oklahoma", - "city": "Caberfae" - } - }, - { - "id": 3822, - "name": "Carolina Fields", - "gender": "female", - "age": 39, - "address": { - "state": "Kansas", - "city": "Hailesboro" - } - }, - { - "id": 3823, - "name": "Casey Robles", - "gender": "male", - "age": 24, - "address": { - "state": "Nebraska", - "city": "Chemung" - } - }, - { - "id": 3824, - "name": "Sears Dennis", - "gender": "male", - "age": 47, - "address": { - "state": "Georgia", - "city": "Finzel" - } - }, - { - "id": 3825, - "name": "Marianne Buchanan", - "gender": "female", - "age": 54, - "address": { - "state": "Florida", - "city": "Callaghan" - } - }, - { - "id": 3826, - "name": "Shepherd Weeks", - "gender": "male", - "age": 19, - "address": { - "state": "Michigan", - "city": "Germanton" - } - }, - { - "id": 3827, - "name": "Anderson Rhodes", - "gender": "male", - "age": 38, - "address": { - "state": "Colorado", - "city": "Movico" - } - }, - { - "id": 3828, - "name": "Irma Hardin", - "gender": "female", - "age": 19, - "address": { - "state": "Iowa", - "city": "Bordelonville" - } - }, - { - "id": 3829, - "name": "Carrillo Bass", - "gender": "male", - "age": 62, - "address": { - "state": "North Carolina", - "city": "Gratton" - } - }, - { - "id": 3830, - "name": "Ronda Bradley", - "gender": "female", - "age": 44, - "address": { - "state": "Arkansas", - "city": "Leroy" - } - }, - { - "id": 3831, - "name": "Pearl Oliver", - "gender": "female", - "age": 75, - "address": { - "state": "West Virginia", - "city": "Yonah" - } - }, - { - "id": 3832, - "name": "Dillard Beach", - "gender": "male", - "age": 35, - "address": { - "state": "Kentucky", - "city": "Lupton" - } - }, - { - "id": 3833, - "name": "Graham Wilder", - "gender": "male", - "age": 80, - "address": { - "state": "Alabama", - "city": "Breinigsville" - } - }, - { - "id": 3834, - "name": "Sharlene Shelton", - "gender": "female", - "age": 80, - "address": { - "state": "Hawaii", - "city": "Levant" - } - }, - { - "id": 3835, - "name": "Autumn Cobb", - "gender": "female", - "age": 64, - "address": { - "state": "Wisconsin", - "city": "Leming" - } - }, - { - "id": 3836, - "name": "Blackburn Benson", - "gender": "male", - "age": 44, - "address": { - "state": "Oregon", - "city": "Outlook" - } - }, - { - "id": 3837, - "name": "Imelda Vega", - "gender": "female", - "age": 23, - "address": { - "state": "California", - "city": "Bluetown" - } - }, - { - "id": 3838, - "name": "Giles Spencer", - "gender": "male", - "age": 40, - "address": { - "state": "Pennsylvania", - "city": "Bartley" - } - }, - { - "id": 3839, - "name": "Butler Jensen", - "gender": "male", - "age": 70, - "address": { - "state": "Missouri", - "city": "Wescosville" - } - }, - { - "id": 3840, - "name": "Rutledge Lang", - "gender": "male", - "age": 54, - "address": { - "state": "Washington", - "city": "Fairmount" - } - }, - { - "id": 3841, - "name": "Elisabeth Buckley", - "gender": "female", - "age": 38, - "address": { - "state": "New Jersey", - "city": "Kula" - } - }, - { - "id": 3842, - "name": "Daniel Haynes", - "gender": "male", - "age": 22, - "address": { - "state": "Indiana", - "city": "Frierson" - } - }, - { - "id": 3843, - "name": "Elba Burks", - "gender": "female", - "age": 67, - "address": { - "state": "Rhode Island", - "city": "Shasta" - } - }, - { - "id": 3844, - "name": "Farrell Sanford", - "gender": "male", - "age": 46, - "address": { - "state": "New York", - "city": "Joes" - } - }, - { - "id": 3845, - "name": "Amber Waller", - "gender": "female", - "age": 69, - "address": { - "state": "Arizona", - "city": "Allendale" - } - }, - { - "id": 3846, - "name": "Rosario Tyler", - "gender": "male", - "age": 77, - "address": { - "state": "Montana", - "city": "Oneida" - } - }, - { - "id": 3847, - "name": "Henrietta Reynolds", - "gender": "female", - "age": 53, - "address": { - "state": "Virginia", - "city": "Kipp" - } - }, - { - "id": 3848, - "name": "Tamara Kennedy", - "gender": "female", - "age": 30, - "address": { - "state": "Connecticut", - "city": "Hamilton" - } - }, - { - "id": 3849, - "name": "Wells Sanders", - "gender": "male", - "age": 59, - "address": { - "state": "Vermont", - "city": "Hendersonville" - } - }, - { - "id": 3850, - "name": "Booth Curry", - "gender": "male", - "age": 40, - "address": { - "state": "Texas", - "city": "Troy" - } - }, - { - "id": 3851, - "name": "Greer Kramer", - "gender": "male", - "age": 29, - "address": { - "state": "North Dakota", - "city": "Edinburg" - } - }, - { - "id": 3852, - "name": "Jean Pate", - "gender": "female", - "age": 45, - "address": { - "state": "Minnesota", - "city": "Canterwood" - } - }, - { - "id": 3853, - "name": "Gregory Serrano", - "gender": "male", - "age": 39, - "address": { - "state": "New Hampshire", - "city": "Nile" - } - }, - { - "id": 3854, - "name": "Avila Cervantes", - "gender": "male", - "age": 25, - "address": { - "state": "Utah", - "city": "Madaket" - } - }, - { - "id": 3855, - "name": "Wynn Barrera", - "gender": "male", - "age": 72, - "address": { - "state": "South Dakota", - "city": "Collins" - } - }, - { - "id": 3856, - "name": "Sonja Fox", - "gender": "female", - "age": 74, - "address": { - "state": "Alaska", - "city": "Allensworth" - } - }, - { - "id": 3857, - "name": "Britt Mcclain", - "gender": "male", - "age": 50, - "address": { - "state": "Massachusetts", - "city": "Templeton" - } - }, - { - "id": 3858, - "name": "Mcleod Pace", - "gender": "male", - "age": 75, - "address": { - "state": "Idaho", - "city": "Frystown" - } - }, - { - "id": 3859, - "name": "Mary Holloway", - "gender": "female", - "age": 18, - "address": { - "state": "Ohio", - "city": "Jessie" - } - }, - { - "id": 3860, - "name": "Hill Merritt", - "gender": "male", - "age": 22, - "address": { - "state": "Wyoming", - "city": "Jeff" - } - }, - { - "id": 3861, - "name": "Deidre Wolfe", - "gender": "female", - "age": 78, - "address": { - "state": "Delaware", - "city": "Weeksville" - } - }, - { - "id": 3862, - "name": "May Chaney", - "gender": "male", - "age": 60, - "address": { - "state": "Maine", - "city": "Lutsen" - } - }, - { - "id": 3863, - "name": "Ladonna Blake", - "gender": "female", - "age": 48, - "address": { - "state": "Louisiana", - "city": "Rivera" - } - }, - { - "id": 3864, - "name": "Wilder Schwartz", - "gender": "male", - "age": 21, - "address": { - "state": "South Carolina", - "city": "Cloverdale" - } - }, - { - "id": 3865, - "name": "Ferguson Huber", - "gender": "male", - "age": 56, - "address": { - "state": "Nevada", - "city": "Williston" - } - }, - { - "id": 3866, - "name": "Delacruz Anderson", - "gender": "male", - "age": 33, - "address": { - "state": "Mississippi", - "city": "Smock" - } - }, - { - "id": 3867, - "name": "Mcmillan Holcomb", - "gender": "male", - "age": 61, - "address": { - "state": "New Mexico", - "city": "Salix" - } - }, - { - "id": 3868, - "name": "Millicent Coffey", - "gender": "female", - "age": 64, - "address": { - "state": "Oklahoma", - "city": "Delwood" - } - }, - { - "id": 3869, - "name": "Nina Rush", - "gender": "female", - "age": 74, - "address": { - "state": "Tennessee", - "city": "Jugtown" - } - }, - { - "id": 3870, - "name": "Dorsey Cote", - "gender": "male", - "age": 43, - "address": { - "state": "Maryland", - "city": "Jackpot" - } - }, - { - "id": 3871, - "name": "Clarke Moran", - "gender": "male", - "age": 47, - "address": { - "state": "Colorado", - "city": "Calverton" - } - }, - { - "id": 3872, - "name": "Maura Berg", - "gender": "female", - "age": 82, - "address": { - "state": "Delaware", - "city": "Teasdale" - } - }, - { - "id": 3873, - "name": "Holcomb Mccormick", - "gender": "male", - "age": 36, - "address": { - "state": "Oklahoma", - "city": "Tonopah" - } - }, - { - "id": 3874, - "name": "Clarissa Sparks", - "gender": "female", - "age": 41, - "address": { - "state": "Arizona", - "city": "Cashtown" - } - }, - { - "id": 3875, - "name": "Lillian Cochran", - "gender": "female", - "age": 37, - "address": { - "state": "Alabama", - "city": "Murillo" - } - }, - { - "id": 3876, - "name": "Angelita Sears", - "gender": "female", - "age": 76, - "address": { - "state": "Rhode Island", - "city": "Hardyville" - } - }, - { - "id": 3877, - "name": "Kristi Rodriquez", - "gender": "female", - "age": 60, - "address": { - "state": "Arkansas", - "city": "Frierson" - } - }, - { - "id": 3878, - "name": "Rollins Ross", - "gender": "male", - "age": 62, - "address": { - "state": "Idaho", - "city": "Beason" - } - }, - { - "id": 3879, - "name": "Gilda Shepherd", - "gender": "female", - "age": 33, - "address": { - "state": "Texas", - "city": "Linwood" - } - }, - { - "id": 3880, - "name": "Yolanda Porter", - "gender": "female", - "age": 47, - "address": { - "state": "Nevada", - "city": "Frizzleburg" - } - }, - { - "id": 3881, - "name": "Erin Terrell", - "gender": "female", - "age": 27, - "address": { - "state": "California", - "city": "Tivoli" - } - }, - { - "id": 3882, - "name": "Vinson Bowers", - "gender": "male", - "age": 45, - "address": { - "state": "Florida", - "city": "Dale" - } - }, - { - "id": 3883, - "name": "Dixon Anderson", - "gender": "male", - "age": 62, - "address": { - "state": "West Virginia", - "city": "Condon" - } - }, - { - "id": 3884, - "name": "Chelsea Carlson", - "gender": "female", - "age": 58, - "address": { - "state": "Kansas", - "city": "Shrewsbury" - } - }, - { - "id": 3885, - "name": "Lawanda Turner", - "gender": "female", - "age": 77, - "address": { - "state": "Utah", - "city": "Berlin" - } - }, - { - "id": 3886, - "name": "Ofelia Ayala", - "gender": "female", - "age": 72, - "address": { - "state": "Michigan", - "city": "Topaz" - } - }, - { - "id": 3887, - "name": "Garza Buck", - "gender": "male", - "age": 18, - "address": { - "state": "Wyoming", - "city": "Bagtown" - } - }, - { - "id": 3888, - "name": "Lynn Gardner", - "gender": "male", - "age": 20, - "address": { - "state": "Ohio", - "city": "Chelsea" - } - }, - { - "id": 3889, - "name": "John Christian", - "gender": "female", - "age": 34, - "address": { - "state": "North Carolina", - "city": "Enetai" - } - }, - { - "id": 3890, - "name": "Snow Gentry", - "gender": "male", - "age": 29, - "address": { - "state": "Massachusetts", - "city": "Topanga" - } - }, - { - "id": 3891, - "name": "Hardin Knox", - "gender": "male", - "age": 72, - "address": { - "state": "Washington", - "city": "Fredericktown" - } - }, - { - "id": 3892, - "name": "Tina Blanchard", - "gender": "female", - "age": 54, - "address": { - "state": "Minnesota", - "city": "Caspar" - } - }, - { - "id": 3893, - "name": "Cassie Herring", - "gender": "female", - "age": 42, - "address": { - "state": "New Mexico", - "city": "Whipholt" - } - }, - { - "id": 3894, - "name": "Caldwell Kent", - "gender": "male", - "age": 51, - "address": { - "state": "North Dakota", - "city": "Castleton" - } - }, - { - "id": 3895, - "name": "Schultz Avery", - "gender": "male", - "age": 44, - "address": { - "state": "New Jersey", - "city": "Virgie" - } - }, - { - "id": 3896, - "name": "Jaclyn Barrera", - "gender": "female", - "age": 50, - "address": { - "state": "Virginia", - "city": "Vernon" - } - }, - { - "id": 3897, - "name": "Owens Woods", - "gender": "male", - "age": 32, - "address": { - "state": "Louisiana", - "city": "Bonanza" - } - }, - { - "id": 3898, - "name": "Janna Simon", - "gender": "female", - "age": 61, - "address": { - "state": "Connecticut", - "city": "Cuylerville" - } - }, - { - "id": 3899, - "name": "Anastasia Kirby", - "gender": "female", - "age": 29, - "address": { - "state": "Indiana", - "city": "Leland" - } - }, - { - "id": 3900, - "name": "Rocha Ayers", - "gender": "male", - "age": 17, - "address": { - "state": "Missouri", - "city": "Monument" - } - }, - { - "id": 3901, - "name": "Figueroa Curtis", - "gender": "male", - "age": 52, - "address": { - "state": "Tennessee", - "city": "Coalmont" - } - }, - { - "id": 3902, - "name": "Kristine Vaughn", - "gender": "female", - "age": 57, - "address": { - "state": "Georgia", - "city": "Kiskimere" - } - }, - { - "id": 3903, - "name": "Mejia Larson", - "gender": "male", - "age": 63, - "address": { - "state": "South Carolina", - "city": "Highland" - } - }, - { - "id": 3904, - "name": "Dejesus Hawkins", - "gender": "male", - "age": 71, - "address": { - "state": "Alaska", - "city": "Orviston" - } - }, - { - "id": 3905, - "name": "Dickson Bradley", - "gender": "male", - "age": 56, - "address": { - "state": "New Hampshire", - "city": "Fowlerville" - } - }, - { - "id": 3906, - "name": "Ramsey Acosta", - "gender": "male", - "age": 53, - "address": { - "state": "Wisconsin", - "city": "Clinton" - } - }, - { - "id": 3907, - "name": "Stacie Moses", - "gender": "female", - "age": 50, - "address": { - "state": "New York", - "city": "Byrnedale" - } - }, - { - "id": 3908, - "name": "Terry Gregory", - "gender": "female", - "age": 56, - "address": { - "state": "South Dakota", - "city": "Fivepointville" - } - }, - { - "id": 3909, - "name": "Joyner Villarreal", - "gender": "male", - "age": 33, - "address": { - "state": "Nebraska", - "city": "Wolcott" - } - }, - { - "id": 3910, - "name": "Sanford Daugherty", - "gender": "male", - "age": 53, - "address": { - "state": "Maryland", - "city": "Waterloo" - } - }, - { - "id": 3911, - "name": "Padilla Morrison", - "gender": "male", - "age": 48, - "address": { - "state": "Maine", - "city": "Dupuyer" - } - }, - { - "id": 3912, - "name": "Britney Stout", - "gender": "female", - "age": 30, - "address": { - "state": "Montana", - "city": "Turpin" - } - }, - { - "id": 3913, - "name": "Minerva Buchanan", - "gender": "female", - "age": 32, - "address": { - "state": "Illinois", - "city": "Utting" - } - }, - { - "id": 3914, - "name": "Martinez Alston", - "gender": "male", - "age": 80, - "address": { - "state": "Pennsylvania", - "city": "Newry" - } - }, - { - "id": 3915, - "name": "Esmeralda Schroeder", - "gender": "female", - "age": 39, - "address": { - "state": "Vermont", - "city": "Singer" - } - }, - { - "id": 3916, - "name": "Gena Carey", - "gender": "female", - "age": 68, - "address": { - "state": "Kentucky", - "city": "Cloverdale" - } - }, - { - "id": 3917, - "name": "Juliana Stephens", - "gender": "female", - "age": 69, - "address": { - "state": "Mississippi", - "city": "Elliott" - } - }, - { - "id": 3918, - "name": "Small Weiss", - "gender": "male", - "age": 31, - "address": { - "state": "Hawaii", - "city": "Bourg" - } - }, - { - "id": 3919, - "name": "Liza Perry", - "gender": "female", - "age": 39, - "address": { - "state": "Oregon", - "city": "Ernstville" - } - }, - { - "id": 3920, - "name": "Helen Marquez", - "gender": "female", - "age": 57, - "address": { - "state": "Arkansas", - "city": "Loyalhanna" - } - }, - { - "id": 3921, - "name": "Snyder Hardy", - "gender": "male", - "age": 42, - "address": { - "state": "Utah", - "city": "Elliston" - } - }, - { - "id": 3922, - "name": "Eileen Clay", - "gender": "female", - "age": 44, - "address": { - "state": "New Mexico", - "city": "Courtland" - } - }, - { - "id": 3923, - "name": "Rivers Ewing", - "gender": "male", - "age": 43, - "address": { - "state": "Nevada", - "city": "Fruitdale" - } - }, - { - "id": 3924, - "name": "Reese Myers", - "gender": "male", - "age": 53, - "address": { - "state": "New York", - "city": "Nicut" - } - }, - { - "id": 3925, - "name": "Linda Adams", - "gender": "female", - "age": 35, - "address": { - "state": "South Carolina", - "city": "Ferney" - } - }, - { - "id": 3926, - "name": "Ruth Caldwell", - "gender": "female", - "age": 71, - "address": { - "state": "Maryland", - "city": "Steinhatchee" - } - }, - { - "id": 3927, - "name": "Karina Camacho", - "gender": "female", - "age": 31, - "address": { - "state": "Connecticut", - "city": "Bangor" - } - }, - { - "id": 3928, - "name": "Parks Castro", - "gender": "male", - "age": 71, - "address": { - "state": "New Jersey", - "city": "Ticonderoga" - } - }, - { - "id": 3929, - "name": "Lily Bentley", - "gender": "female", - "age": 44, - "address": { - "state": "Idaho", - "city": "Clarence" - } - }, - { - "id": 3930, - "name": "Stuart Landry", - "gender": "male", - "age": 42, - "address": { - "state": "Mississippi", - "city": "Logan" - } - }, - { - "id": 3931, - "name": "Elba Navarro", - "gender": "female", - "age": 43, - "address": { - "state": "Illinois", - "city": "Babb" - } - }, - { - "id": 3932, - "name": "Ballard Huff", - "gender": "male", - "age": 27, - "address": { - "state": "Iowa", - "city": "Bartley" - } - }, - { - "id": 3933, - "name": "Estrada Preston", - "gender": "male", - "age": 37, - "address": { - "state": "Wisconsin", - "city": "Strykersville" - } - }, - { - "id": 3934, - "name": "Shirley Gillespie", - "gender": "female", - "age": 63, - "address": { - "state": "West Virginia", - "city": "Alfarata" - } - }, - { - "id": 3935, - "name": "Owen Wells", - "gender": "male", - "age": 71, - "address": { - "state": "Virginia", - "city": "Hobucken" - } - }, - { - "id": 3936, - "name": "Warren Willis", - "gender": "male", - "age": 27, - "address": { - "state": "Pennsylvania", - "city": "Takilma" - } - }, - { - "id": 3937, - "name": "Laurie Dotson", - "gender": "female", - "age": 55, - "address": { - "state": "North Carolina", - "city": "Caroleen" - } - }, - { - "id": 3938, - "name": "Sykes Dalton", - "gender": "male", - "age": 27, - "address": { - "state": "Arizona", - "city": "Catherine" - } - }, - { - "id": 3939, - "name": "Kent Flores", - "gender": "male", - "age": 69, - "address": { - "state": "Delaware", - "city": "Escondida" - } - }, - { - "id": 3940, - "name": "Ashlee Solis", - "gender": "female", - "age": 62, - "address": { - "state": "Colorado", - "city": "Summertown" - } - }, - { - "id": 3941, - "name": "Lawrence Cote", - "gender": "male", - "age": 64, - "address": { - "state": "South Dakota", - "city": "Tuttle" - } - }, - { - "id": 3942, - "name": "Lola Hodges", - "gender": "female", - "age": 39, - "address": { - "state": "Georgia", - "city": "Urbana" - } - }, - { - "id": 3943, - "name": "Ray Kinney", - "gender": "male", - "age": 76, - "address": { - "state": "Wyoming", - "city": "Carbonville" - } - }, - { - "id": 3944, - "name": "Carey Young", - "gender": "female", - "age": 71, - "address": { - "state": "Hawaii", - "city": "Highland" - } - }, - { - "id": 3945, - "name": "Davenport Grant", - "gender": "male", - "age": 28, - "address": { - "state": "Florida", - "city": "Harrodsburg" - } - }, - { - "id": 3946, - "name": "Jocelyn Carrillo", - "gender": "female", - "age": 43, - "address": { - "state": "Texas", - "city": "Caberfae" - } - }, - { - "id": 3947, - "name": "Jennie Lindsay", - "gender": "female", - "age": 81, - "address": { - "state": "Ohio", - "city": "Deercroft" - } - }, - { - "id": 3948, - "name": "Harris Neal", - "gender": "male", - "age": 34, - "address": { - "state": "Kansas", - "city": "Rutherford" - } - }, - { - "id": 3949, - "name": "Stokes Molina", - "gender": "male", - "age": 82, - "address": { - "state": "Oklahoma", - "city": "Fairacres" - } - }, - { - "id": 3950, - "name": "Johnson Richards", - "gender": "male", - "age": 36, - "address": { - "state": "Vermont", - "city": "Corinne" - } - }, - { - "id": 3951, - "name": "Carter Dyer", - "gender": "male", - "age": 82, - "address": { - "state": "North Dakota", - "city": "Goochland" - } - }, - { - "id": 3952, - "name": "Summers Larson", - "gender": "male", - "age": 28, - "address": { - "state": "Alaska", - "city": "Silkworth" - } - }, - { - "id": 3953, - "name": "Alison Malone", - "gender": "female", - "age": 65, - "address": { - "state": "Minnesota", - "city": "Gardiner" - } - }, - { - "id": 3954, - "name": "Marla Cruz", - "gender": "female", - "age": 70, - "address": { - "state": "Louisiana", - "city": "Urie" - } - }, - { - "id": 3955, - "name": "Rita Benjamin", - "gender": "female", - "age": 80, - "address": { - "state": "Maine", - "city": "Loveland" - } - }, - { - "id": 3956, - "name": "Sharron Robertson", - "gender": "female", - "age": 50, - "address": { - "state": "Oregon", - "city": "Brookfield" - } - }, - { - "id": 3957, - "name": "Dejesus Mcpherson", - "gender": "male", - "age": 68, - "address": { - "state": "Michigan", - "city": "Morriston" - } - }, - { - "id": 3958, - "name": "Brennan Murray", - "gender": "male", - "age": 23, - "address": { - "state": "Missouri", - "city": "Muse" - } - }, - { - "id": 3959, - "name": "Catherine Thomas", - "gender": "female", - "age": 45, - "address": { - "state": "Montana", - "city": "Bennett" - } - }, - { - "id": 3960, - "name": "Robert Marsh", - "gender": "female", - "age": 22, - "address": { - "state": "Nebraska", - "city": "Chase" - } - }, - { - "id": 3961, - "name": "Melva Martin", - "gender": "female", - "age": 79, - "address": { - "state": "Kentucky", - "city": "Stagecoach" - } - }, - { - "id": 3962, - "name": "Ellison Mcgee", - "gender": "male", - "age": 26, - "address": { - "state": "Washington", - "city": "Blairstown" - } - }, - { - "id": 3963, - "name": "Lacy Webb", - "gender": "female", - "age": 54, - "address": { - "state": "Indiana", - "city": "Bluetown" - } - }, - { - "id": 3964, - "name": "Lydia Cleveland", - "gender": "female", - "age": 61, - "address": { - "state": "Alabama", - "city": "Chamberino" - } - }, - { - "id": 3965, - "name": "Foster Howell", - "gender": "male", - "age": 63, - "address": { - "state": "Rhode Island", - "city": "Wanamie" - } - }, - { - "id": 3966, - "name": "Jasmine Wallace", - "gender": "female", - "age": 29, - "address": { - "state": "Massachusetts", - "city": "Canoochee" - } - }, - { - "id": 3967, - "name": "Serrano Jones", - "gender": "male", - "age": 59, - "address": { - "state": "New Hampshire", - "city": "Caln" - } - }, - { - "id": 3968, - "name": "Pollard Harrell", - "gender": "male", - "age": 31, - "address": { - "state": "California", - "city": "Vowinckel" - } - }, - { - "id": 3969, - "name": "Alana Gaines", - "gender": "female", - "age": 77, - "address": { - "state": "Alaska", - "city": "Bellamy" - } - }, - { - "id": 3970, - "name": "Olga Atkinson", - "gender": "female", - "age": 63, - "address": { - "state": "Rhode Island", - "city": "Gambrills" - } - }, - { - "id": 3971, - "name": "Lucas George", - "gender": "male", - "age": 45, - "address": { - "state": "Tennessee", - "city": "Eastvale" - } - }, - { - "id": 3972, - "name": "Norton Stanley", - "gender": "male", - "age": 53, - "address": { - "state": "Oklahoma", - "city": "Alleghenyville" - } - }, - { - "id": 3973, - "name": "Bernadine Gill", - "gender": "female", - "age": 73, - "address": { - "state": "Nevada", - "city": "Kilbourne" - } - }, - { - "id": 3974, - "name": "Ayers Ferguson", - "gender": "male", - "age": 73, - "address": { - "state": "New York", - "city": "Imperial" - } - }, - { - "id": 3975, - "name": "Rosalie Winters", - "gender": "female", - "age": 72, - "address": { - "state": "Utah", - "city": "Siglerville" - } - }, - { - "id": 3976, - "name": "Osborn Griffith", - "gender": "male", - "age": 74, - "address": { - "state": "Delaware", - "city": "Mansfield" - } - }, - { - "id": 3977, - "name": "Mckenzie Norton", - "gender": "male", - "age": 69, - "address": { - "state": "Virginia", - "city": "Caron" - } - }, - { - "id": 3978, - "name": "Stella Copeland", - "gender": "female", - "age": 40, - "address": { - "state": "Florida", - "city": "Leroy" - } - }, - { - "id": 3979, - "name": "Lorie Hatfield", - "gender": "female", - "age": 32, - "address": { - "state": "South Carolina", - "city": "Gibsonia" - } - }, - { - "id": 3980, - "name": "Burch Pace", - "gender": "male", - "age": 78, - "address": { - "state": "West Virginia", - "city": "Brandermill" - } - }, - { - "id": 3981, - "name": "Potter Shelton", - "gender": "male", - "age": 56, - "address": { - "state": "Nebraska", - "city": "Succasunna" - } - }, - { - "id": 3982, - "name": "Regina Whitley", - "gender": "female", - "age": 61, - "address": { - "state": "Georgia", - "city": "Longoria" - } - }, - { - "id": 3983, - "name": "Patsy Tucker", - "gender": "female", - "age": 39, - "address": { - "state": "Arizona", - "city": "Lowgap" - } - }, - { - "id": 3984, - "name": "Dominguez Stephens", - "gender": "male", - "age": 30, - "address": { - "state": "North Dakota", - "city": "Albrightsville" - } - }, - { - "id": 3985, - "name": "Dana Maynard", - "gender": "female", - "age": 52, - "address": { - "state": "Ohio", - "city": "Diaperville" - } - }, - { - "id": 3986, - "name": "Wells Willis", - "gender": "male", - "age": 76, - "address": { - "state": "Kentucky", - "city": "Sena" - } - }, - { - "id": 3987, - "name": "Brenda Kent", - "gender": "female", - "age": 17, - "address": { - "state": "Missouri", - "city": "Lookingglass" - } - }, - { - "id": 3988, - "name": "Jami Riddle", - "gender": "female", - "age": 22, - "address": { - "state": "California", - "city": "Fidelis" - } - }, - { - "id": 3989, - "name": "Gretchen Andrews", - "gender": "female", - "age": 74, - "address": { - "state": "Connecticut", - "city": "Katonah" - } - }, - { - "id": 3990, - "name": "Tommie Harrington", - "gender": "female", - "age": 51, - "address": { - "state": "Montana", - "city": "Canoochee" - } - }, - { - "id": 3991, - "name": "Augusta Sharpe", - "gender": "female", - "age": 36, - "address": { - "state": "Wyoming", - "city": "Derwood" - } - }, - { - "id": 3992, - "name": "Graham Lester", - "gender": "male", - "age": 22, - "address": { - "state": "Maryland", - "city": "Spelter" - } - }, - { - "id": 3993, - "name": "Gamble Burch", - "gender": "male", - "age": 59, - "address": { - "state": "Louisiana", - "city": "Kapowsin" - } - }, - { - "id": 3994, - "name": "Solis Richmond", - "gender": "male", - "age": 66, - "address": { - "state": "Idaho", - "city": "Olney" - } - }, - { - "id": 3995, - "name": "Kirsten Galloway", - "gender": "female", - "age": 47, - "address": { - "state": "Hawaii", - "city": "Talpa" - } - }, - { - "id": 3996, - "name": "Rosemarie Crane", - "gender": "female", - "age": 76, - "address": { - "state": "Vermont", - "city": "Spokane" - } - }, - { - "id": 3997, - "name": "Latasha Randolph", - "gender": "female", - "age": 29, - "address": { - "state": "Washington", - "city": "Hollymead" - } - }, - { - "id": 3998, - "name": "Ferrell Levine", - "gender": "male", - "age": 20, - "address": { - "state": "Kansas", - "city": "Salix" - } - }, - { - "id": 3999, - "name": "Mitchell Gregory", - "gender": "male", - "age": 34, - "address": { - "state": "South Dakota", - "city": "Century" - } - }, - { - "id": 4000, - "name": "Lila Shields", - "gender": "female", - "age": 36, - "address": { - "state": "Iowa", - "city": "Mathews" - } - }, - { - "id": 4001, - "name": "Rebecca Torres", - "gender": "female", - "age": 73, - "address": { - "state": "New Hampshire", - "city": "Bartonsville" - } - }, - { - "id": 4002, - "name": "Debora Paul", - "gender": "female", - "age": 28, - "address": { - "state": "Maine", - "city": "Konterra" - } - }, - { - "id": 4003, - "name": "Katheryn Small", - "gender": "female", - "age": 35, - "address": { - "state": "Arkansas", - "city": "Brandywine" - } - }, - { - "id": 4004, - "name": "Baxter Horn", - "gender": "male", - "age": 59, - "address": { - "state": "Mississippi", - "city": "Remington" - } - }, - { - "id": 4005, - "name": "Katina Welch", - "gender": "female", - "age": 65, - "address": { - "state": "Colorado", - "city": "Chautauqua" - } - }, - { - "id": 4006, - "name": "Hanson Santiago", - "gender": "male", - "age": 31, - "address": { - "state": "Texas", - "city": "Goldfield" - } - }, - { - "id": 4007, - "name": "Tessa Gallagher", - "gender": "female", - "age": 35, - "address": { - "state": "Minnesota", - "city": "Glenbrook" - } - }, - { - "id": 4008, - "name": "Jarvis Short", - "gender": "male", - "age": 17, - "address": { - "state": "Illinois", - "city": "Fairforest" - } - }, - { - "id": 4009, - "name": "Jane Bell", - "gender": "female", - "age": 80, - "address": { - "state": "North Carolina", - "city": "Wawona" - } - }, - { - "id": 4010, - "name": "Miriam Monroe", - "gender": "female", - "age": 38, - "address": { - "state": "Massachusetts", - "city": "Gulf" - } - }, - { - "id": 4011, - "name": "Barr Gardner", - "gender": "male", - "age": 25, - "address": { - "state": "Michigan", - "city": "Marne" - } - }, - { - "id": 4012, - "name": "Jan Velez", - "gender": "female", - "age": 24, - "address": { - "state": "Alabama", - "city": "Thynedale" - } - }, - { - "id": 4013, - "name": "Dalton Finley", - "gender": "male", - "age": 78, - "address": { - "state": "New Jersey", - "city": "Alafaya" - } - }, - { - "id": 4014, - "name": "Peterson Allison", - "gender": "male", - "age": 52, - "address": { - "state": "New Mexico", - "city": "Chloride" - } - }, - { - "id": 4015, - "name": "Goff Slater", - "gender": "male", - "age": 54, - "address": { - "state": "Oregon", - "city": "Joppa" - } - }, - { - "id": 4016, - "name": "Ewing Koch", - "gender": "male", - "age": 61, - "address": { - "state": "Wisconsin", - "city": "Germanton" - } - }, - { - "id": 4017, - "name": "Morgan Hunt", - "gender": "female", - "age": 17, - "address": { - "state": "Pennsylvania", - "city": "Robbins" - } - }, - { - "id": 4018, - "name": "Gonzalez Ewing", - "gender": "male", - "age": 48, - "address": { - "state": "Minnesota", - "city": "Durham" - } - }, - { - "id": 4019, - "name": "Wilkerson Ashley", - "gender": "male", - "age": 32, - "address": { - "state": "Wisconsin", - "city": "Watchtower" - } - }, - { - "id": 4020, - "name": "Levy Cline", - "gender": "male", - "age": 31, - "address": { - "state": "Connecticut", - "city": "Hanover" - } - }, - { - "id": 4021, - "name": "Maribel Rich", - "gender": "female", - "age": 64, - "address": { - "state": "Rhode Island", - "city": "Shindler" - } - }, - { - "id": 4022, - "name": "Medina Bender", - "gender": "male", - "age": 58, - "address": { - "state": "Maryland", - "city": "Fivepointville" - } - }, - { - "id": 4023, - "name": "Concetta Hull", - "gender": "female", - "age": 61, - "address": { - "state": "New Jersey", - "city": "Harborton" - } - }, - { - "id": 4024, - "name": "Bowen Kemp", - "gender": "male", - "age": 80, - "address": { - "state": "Utah", - "city": "Wauhillau" - } - }, - { - "id": 4025, - "name": "Taylor Soto", - "gender": "male", - "age": 19, - "address": { - "state": "Maine", - "city": "Nettie" - } - }, - { - "id": 4026, - "name": "Galloway Ball", - "gender": "male", - "age": 17, - "address": { - "state": "New Mexico", - "city": "Day" - } - }, - { - "id": 4027, - "name": "Clare Guerra", - "gender": "female", - "age": 63, - "address": { - "state": "Kansas", - "city": "Beaverdale" - } - }, - { - "id": 4028, - "name": "Osborne Sykes", - "gender": "male", - "age": 53, - "address": { - "state": "California", - "city": "Geyserville" - } - }, - { - "id": 4029, - "name": "Elvira Oneal", - "gender": "female", - "age": 31, - "address": { - "state": "Massachusetts", - "city": "Roderfield" - } - }, - { - "id": 4030, - "name": "Jones Hood", - "gender": "male", - "age": 66, - "address": { - "state": "Michigan", - "city": "National" - } - }, - { - "id": 4031, - "name": "Hammond Reyes", - "gender": "male", - "age": 29, - "address": { - "state": "Iowa", - "city": "Noblestown" - } - }, - { - "id": 4032, - "name": "Aguirre Bird", - "gender": "male", - "age": 32, - "address": { - "state": "Arkansas", - "city": "Lacomb" - } - }, - { - "id": 4033, - "name": "Barker Workman", - "gender": "male", - "age": 59, - "address": { - "state": "Oregon", - "city": "Bennett" - } - }, - { - "id": 4034, - "name": "Snow Hunt", - "gender": "male", - "age": 73, - "address": { - "state": "Texas", - "city": "Savage" - } - }, - { - "id": 4035, - "name": "Lizzie Howell", - "gender": "female", - "age": 41, - "address": { - "state": "Florida", - "city": "Byrnedale" - } - }, - { - "id": 4036, - "name": "Genevieve Ward", - "gender": "female", - "age": 34, - "address": { - "state": "Indiana", - "city": "Ruffin" - } - }, - { - "id": 4037, - "name": "Casey Parks", - "gender": "male", - "age": 27, - "address": { - "state": "Pennsylvania", - "city": "Lafferty" - } - }, - { - "id": 4038, - "name": "Glenn Justice", - "gender": "male", - "age": 46, - "address": { - "state": "Colorado", - "city": "Skyland" - } - }, - { - "id": 4039, - "name": "Kathleen Deleon", - "gender": "female", - "age": 67, - "address": { - "state": "New York", - "city": "Carrizo" - } - }, - { - "id": 4040, - "name": "Carissa Blankenship", - "gender": "female", - "age": 82, - "address": { - "state": "Nevada", - "city": "Alfarata" - } - }, - { - "id": 4041, - "name": "Mia Vargas", - "gender": "female", - "age": 45, - "address": { - "state": "Arizona", - "city": "Needmore" - } - }, - { - "id": 4042, - "name": "Wells Wright", - "gender": "male", - "age": 17, - "address": { - "state": "Oklahoma", - "city": "Floris" - } - }, - { - "id": 4043, - "name": "Duffy Blackburn", - "gender": "male", - "age": 68, - "address": { - "state": "Louisiana", - "city": "Wikieup" - } - }, - { - "id": 4044, - "name": "Roberta Mooney", - "gender": "female", - "age": 32, - "address": { - "state": "Mississippi", - "city": "Dundee" - } - }, - { - "id": 4045, - "name": "Beulah Walter", - "gender": "female", - "age": 64, - "address": { - "state": "South Carolina", - "city": "Hendersonville" - } - }, - { - "id": 4046, - "name": "Barbra Santos", - "gender": "female", - "age": 76, - "address": { - "state": "New Hampshire", - "city": "Magnolia" - } - }, - { - "id": 4047, - "name": "Wynn Fox", - "gender": "male", - "age": 57, - "address": { - "state": "Idaho", - "city": "Boykin" - } - }, - { - "id": 4048, - "name": "Meadows Rollins", - "gender": "male", - "age": 68, - "address": { - "state": "Vermont", - "city": "Downsville" - } - }, - { - "id": 4049, - "name": "Earnestine Ellison", - "gender": "female", - "age": 22, - "address": { - "state": "Missouri", - "city": "Clay" - } - }, - { - "id": 4050, - "name": "Leona Lang", - "gender": "female", - "age": 73, - "address": { - "state": "North Dakota", - "city": "Nile" - } - }, - { - "id": 4051, - "name": "Bethany Hanson", - "gender": "female", - "age": 46, - "address": { - "state": "Georgia", - "city": "Bynum" - } - }, - { - "id": 4052, - "name": "Cobb Meadows", - "gender": "male", - "age": 74, - "address": { - "state": "Wyoming", - "city": "Clara" - } - }, - { - "id": 4053, - "name": "Alejandra Vega", - "gender": "female", - "age": 55, - "address": { - "state": "Ohio", - "city": "Warren" - } - }, - { - "id": 4054, - "name": "Cardenas Sharpe", - "gender": "male", - "age": 52, - "address": { - "state": "Nebraska", - "city": "Walton" - } - }, - { - "id": 4055, - "name": "Barbara Gonzales", - "gender": "female", - "age": 61, - "address": { - "state": "Illinois", - "city": "Bison" - } - }, - { - "id": 4056, - "name": "Tyler Howe", - "gender": "male", - "age": 28, - "address": { - "state": "Montana", - "city": "Abrams" - } - }, - { - "id": 4057, - "name": "Nadine Kinney", - "gender": "female", - "age": 80, - "address": { - "state": "Alaska", - "city": "Sanders" - } - }, - { - "id": 4058, - "name": "Bobbi Chase", - "gender": "female", - "age": 58, - "address": { - "state": "North Carolina", - "city": "Naomi" - } - }, - { - "id": 4059, - "name": "Rivera Conway", - "gender": "male", - "age": 17, - "address": { - "state": "South Dakota", - "city": "Somerset" - } - }, - { - "id": 4060, - "name": "Foster Warner", - "gender": "male", - "age": 58, - "address": { - "state": "Virginia", - "city": "Ebro" - } - }, - { - "id": 4061, - "name": "Mcclure Stokes", - "gender": "male", - "age": 31, - "address": { - "state": "Delaware", - "city": "Marienthal" - } - }, - { - "id": 4062, - "name": "Thornton Washington", - "gender": "male", - "age": 76, - "address": { - "state": "Alabama", - "city": "Carlos" - } - }, - { - "id": 4063, - "name": "Gena Hardin", - "gender": "female", - "age": 26, - "address": { - "state": "Washington", - "city": "Marshall" - } - }, - { - "id": 4064, - "name": "Roth Conner", - "gender": "male", - "age": 42, - "address": { - "state": "Tennessee", - "city": "Allamuchy" - } - }, - { - "id": 4065, - "name": "Liza Nieves", - "gender": "female", - "age": 56, - "address": { - "state": "Kentucky", - "city": "Williston" - } - }, - { - "id": 4066, - "name": "Alexandra Garrison", - "gender": "female", - "age": 30, - "address": { - "state": "West Virginia", - "city": "Duryea" - } - }, - { - "id": 4067, - "name": "Beasley Robbins", - "gender": "male", - "age": 27, - "address": { - "state": "Delaware", - "city": "Nogal" - } - }, - { - "id": 4068, - "name": "Erma Fox", - "gender": "female", - "age": 61, - "address": { - "state": "West Virginia", - "city": "Brookfield" - } - }, - { - "id": 4069, - "name": "Alyssa Ewing", - "gender": "female", - "age": 60, - "address": { - "state": "North Carolina", - "city": "Mayfair" - } - }, - { - "id": 4070, - "name": "Estella Cote", - "gender": "female", - "age": 23, - "address": { - "state": "Utah", - "city": "Hemlock" - } - }, - { - "id": 4071, - "name": "Doris Holt", - "gender": "female", - "age": 18, - "address": { - "state": "Minnesota", - "city": "Topaz" - } - }, - { - "id": 4072, - "name": "Atkins Carpenter", - "gender": "male", - "age": 45, - "address": { - "state": "Wisconsin", - "city": "Cornfields" - } - }, - { - "id": 4073, - "name": "Sylvia Wooten", - "gender": "female", - "age": 47, - "address": { - "state": "Louisiana", - "city": "Disautel" - } - }, - { - "id": 4074, - "name": "Perez Bird", - "gender": "male", - "age": 81, - "address": { - "state": "Kansas", - "city": "Unionville" - } - }, - { - "id": 4075, - "name": "Shawn Bryant", - "gender": "female", - "age": 41, - "address": { - "state": "Michigan", - "city": "Emerald" - } - }, - { - "id": 4076, - "name": "Kidd Barton", - "gender": "male", - "age": 58, - "address": { - "state": "Massachusetts", - "city": "Deseret" - } - }, - { - "id": 4077, - "name": "Christy Hogan", - "gender": "female", - "age": 74, - "address": { - "state": "Rhode Island", - "city": "Islandia" - } - }, - { - "id": 4078, - "name": "Marjorie George", - "gender": "female", - "age": 61, - "address": { - "state": "California", - "city": "Epworth" - } - }, - { - "id": 4079, - "name": "Fletcher Boyer", - "gender": "male", - "age": 60, - "address": { - "state": "Indiana", - "city": "Worcester" - } - }, - { - "id": 4080, - "name": "Wilson Wallace", - "gender": "male", - "age": 28, - "address": { - "state": "Pennsylvania", - "city": "Cartwright" - } - }, - { - "id": 4081, - "name": "Lilian Jones", - "gender": "female", - "age": 32, - "address": { - "state": "Texas", - "city": "Klagetoh" - } - }, - { - "id": 4082, - "name": "Savannah Lucas", - "gender": "female", - "age": 44, - "address": { - "state": "Nevada", - "city": "Nipinnawasee" - } - }, - { - "id": 4083, - "name": "Vasquez Gross", - "gender": "male", - "age": 33, - "address": { - "state": "South Carolina", - "city": "Dragoon" - } - }, - { - "id": 4084, - "name": "Morrison Webster", - "gender": "male", - "age": 24, - "address": { - "state": "Alabama", - "city": "Finderne" - } - }, - { - "id": 4085, - "name": "Yesenia Anderson", - "gender": "female", - "age": 39, - "address": { - "state": "New Hampshire", - "city": "Thynedale" - } - }, - { - "id": 4086, - "name": "Tabatha Barnett", - "gender": "female", - "age": 44, - "address": { - "state": "Mississippi", - "city": "Malo" - } - }, - { - "id": 4087, - "name": "Antoinette Hebert", - "gender": "female", - "age": 76, - "address": { - "state": "Tennessee", - "city": "Sexton" - } - }, - { - "id": 4088, - "name": "Rene Rivera", - "gender": "female", - "age": 78, - "address": { - "state": "North Dakota", - "city": "Groton" - } - }, - { - "id": 4089, - "name": "Reyes Holden", - "gender": "male", - "age": 44, - "address": { - "state": "Connecticut", - "city": "Elliston" - } - }, - { - "id": 4090, - "name": "Janna Armstrong", - "gender": "female", - "age": 44, - "address": { - "state": "Idaho", - "city": "Ladera" - } - }, - { - "id": 4091, - "name": "James Dickson", - "gender": "male", - "age": 41, - "address": { - "state": "New York", - "city": "Gouglersville" - } - }, - { - "id": 4092, - "name": "Kerry Melton", - "gender": "female", - "age": 63, - "address": { - "state": "Colorado", - "city": "Bradenville" - } - }, - { - "id": 4093, - "name": "Owen Colon", - "gender": "male", - "age": 70, - "address": { - "state": "Oklahoma", - "city": "Lumberton" - } - }, - { - "id": 4094, - "name": "Cynthia Robles", - "gender": "female", - "age": 37, - "address": { - "state": "South Dakota", - "city": "Leming" - } - }, - { - "id": 4095, - "name": "Cross Flores", - "gender": "male", - "age": 51, - "address": { - "state": "Virginia", - "city": "Gerton" - } - }, - { - "id": 4096, - "name": "Cole Ware", - "gender": "male", - "age": 23, - "address": { - "state": "Ohio", - "city": "Umapine" - } - }, - { - "id": 4097, - "name": "Battle Huber", - "gender": "male", - "age": 64, - "address": { - "state": "Florida", - "city": "Hartsville/Hartley" - } - }, - { - "id": 4098, - "name": "Browning Finch", - "gender": "male", - "age": 61, - "address": { - "state": "Illinois", - "city": "Kiskimere" - } - }, - { - "id": 4099, - "name": "Klein Spencer", - "gender": "male", - "age": 39, - "address": { - "state": "Nebraska", - "city": "Clarktown" - } - }, - { - "id": 4100, - "name": "Trevino Perez", - "gender": "male", - "age": 39, - "address": { - "state": "Georgia", - "city": "Como" - } - }, - { - "id": 4101, - "name": "Cherry Park", - "gender": "female", - "age": 70, - "address": { - "state": "Oregon", - "city": "Tedrow" - } - }, - { - "id": 4102, - "name": "Fry Bowers", - "gender": "male", - "age": 62, - "address": { - "state": "Washington", - "city": "Indio" - } - }, - { - "id": 4103, - "name": "Santos Caldwell", - "gender": "male", - "age": 80, - "address": { - "state": "Maryland", - "city": "Rossmore" - } - }, - { - "id": 4104, - "name": "Franco Clements", - "gender": "male", - "age": 69, - "address": { - "state": "Arkansas", - "city": "Summertown" - } - }, - { - "id": 4105, - "name": "Ana Cline", - "gender": "female", - "age": 75, - "address": { - "state": "Missouri", - "city": "Elrama" - } - }, - { - "id": 4106, - "name": "Magdalena Neal", - "gender": "female", - "age": 78, - "address": { - "state": "Maine", - "city": "Bayview" - } - }, - { - "id": 4107, - "name": "Lacy Peterson", - "gender": "female", - "age": 18, - "address": { - "state": "Iowa", - "city": "Barclay" - } - }, - { - "id": 4108, - "name": "Bonnie Mccarthy", - "gender": "female", - "age": 49, - "address": { - "state": "Arizona", - "city": "Glenville" - } - }, - { - "id": 4109, - "name": "Holden Carlson", - "gender": "male", - "age": 75, - "address": { - "state": "Alaska", - "city": "Charco" - } - }, - { - "id": 4110, - "name": "Ursula Parsons", - "gender": "female", - "age": 79, - "address": { - "state": "Vermont", - "city": "Caspar" - } - }, - { - "id": 4111, - "name": "Hickman Howard", - "gender": "male", - "age": 34, - "address": { - "state": "Montana", - "city": "Takilma" - } - }, - { - "id": 4112, - "name": "George Cantrell", - "gender": "male", - "age": 58, - "address": { - "state": "Kentucky", - "city": "Talpa" - } - }, - { - "id": 4113, - "name": "Connie Hughes", - "gender": "female", - "age": 21, - "address": { - "state": "Hawaii", - "city": "Brecon" - } - }, - { - "id": 4114, - "name": "Monica Harrell", - "gender": "female", - "age": 67, - "address": { - "state": "Wyoming", - "city": "Brady" - } - }, - { - "id": 4115, - "name": "Brock Todd", - "gender": "male", - "age": 17, - "address": { - "state": "New Mexico", - "city": "Iberia" - } - }, - { - "id": 4116, - "name": "Gabrielle Blackburn", - "gender": "female", - "age": 37, - "address": { - "state": "New Jersey", - "city": "Courtland" - } - }, - { - "id": 4117, - "name": "Adrienne Bishop", - "gender": "female", - "age": 74, - "address": { - "state": "Missouri", - "city": "Tecolotito" - } - }, - { - "id": 4118, - "name": "Lina Simpson", - "gender": "female", - "age": 48, - "address": { - "state": "Georgia", - "city": "Jugtown" - } - }, - { - "id": 4119, - "name": "Maddox Gordon", - "gender": "male", - "age": 47, - "address": { - "state": "Louisiana", - "city": "Hendersonville" - } - }, - { - "id": 4120, - "name": "Pope Juarez", - "gender": "male", - "age": 81, - "address": { - "state": "Washington", - "city": "Sanders" - } - }, - { - "id": 4121, - "name": "Lambert Mccullough", - "gender": "male", - "age": 41, - "address": { - "state": "Montana", - "city": "Waumandee" - } - }, - { - "id": 4122, - "name": "Agnes English", - "gender": "female", - "age": 40, - "address": { - "state": "Utah", - "city": "Martinez" - } - }, - { - "id": 4123, - "name": "Hood Perez", - "gender": "male", - "age": 36, - "address": { - "state": "South Carolina", - "city": "Villarreal" - } - }, - { - "id": 4124, - "name": "Serrano Lawrence", - "gender": "male", - "age": 50, - "address": { - "state": "Illinois", - "city": "Urie" - } - }, - { - "id": 4125, - "name": "Macias Larson", - "gender": "male", - "age": 54, - "address": { - "state": "Virginia", - "city": "Grayhawk" - } - }, - { - "id": 4126, - "name": "Aline Wyatt", - "gender": "female", - "age": 78, - "address": { - "state": "Oregon", - "city": "Echo" - } - }, - { - "id": 4127, - "name": "Jeanette Gonzales", - "gender": "female", - "age": 35, - "address": { - "state": "Hawaii", - "city": "Belva" - } - }, - { - "id": 4128, - "name": "Doris Pacheco", - "gender": "female", - "age": 24, - "address": { - "state": "Texas", - "city": "Chapin" - } - }, - { - "id": 4129, - "name": "Bettye Hickman", - "gender": "female", - "age": 33, - "address": { - "state": "Arkansas", - "city": "Berwind" - } - }, - { - "id": 4130, - "name": "Snow Atkins", - "gender": "male", - "age": 79, - "address": { - "state": "Delaware", - "city": "Cascades" - } - }, - { - "id": 4131, - "name": "Evelyn Shelton", - "gender": "female", - "age": 30, - "address": { - "state": "Rhode Island", - "city": "Williams" - } - }, - { - "id": 4132, - "name": "Wyatt Lott", - "gender": "male", - "age": 65, - "address": { - "state": "Kansas", - "city": "Robinette" - } - }, - { - "id": 4133, - "name": "Dale Hampton", - "gender": "female", - "age": 29, - "address": { - "state": "Indiana", - "city": "Yettem" - } - }, - { - "id": 4134, - "name": "Darlene Pearson", - "gender": "female", - "age": 81, - "address": { - "state": "Arizona", - "city": "Noxen" - } - }, - { - "id": 4135, - "name": "Humphrey Ryan", - "gender": "male", - "age": 19, - "address": { - "state": "North Carolina", - "city": "Lewis" - } - }, - { - "id": 4136, - "name": "Rena Boyd", - "gender": "female", - "age": 82, - "address": { - "state": "Idaho", - "city": "Oasis" - } - }, - { - "id": 4137, - "name": "Lucinda Austin", - "gender": "female", - "age": 76, - "address": { - "state": "Massachusetts", - "city": "Hartsville/Hartley" - } - }, - { - "id": 4138, - "name": "Clarice Fulton", - "gender": "female", - "age": 35, - "address": { - "state": "Wisconsin", - "city": "Roosevelt" - } - }, - { - "id": 4139, - "name": "Heather Buck", - "gender": "female", - "age": 47, - "address": { - "state": "Iowa", - "city": "Dubois" - } - }, - { - "id": 4140, - "name": "Gordon Bowers", - "gender": "male", - "age": 20, - "address": { - "state": "Colorado", - "city": "Longoria" - } - }, - { - "id": 4141, - "name": "Franks Parsons", - "gender": "male", - "age": 42, - "address": { - "state": "California", - "city": "Englevale" - } - }, - { - "id": 4142, - "name": "Irene French", - "gender": "female", - "age": 19, - "address": { - "state": "New York", - "city": "Nogal" - } - }, - { - "id": 4143, - "name": "Myra Stevens", - "gender": "female", - "age": 48, - "address": { - "state": "Oklahoma", - "city": "Bannock" - } - }, - { - "id": 4144, - "name": "Holcomb Donaldson", - "gender": "male", - "age": 61, - "address": { - "state": "Maine", - "city": "Bedias" - } - }, - { - "id": 4145, - "name": "Jacqueline Barry", - "gender": "female", - "age": 20, - "address": { - "state": "Wyoming", - "city": "Blanco" - } - }, - { - "id": 4146, - "name": "Adkins Shannon", - "gender": "male", - "age": 80, - "address": { - "state": "New Hampshire", - "city": "Valmy" - } - }, - { - "id": 4147, - "name": "Deidre Slater", - "gender": "female", - "age": 49, - "address": { - "state": "Minnesota", - "city": "Dixie" - } - }, - { - "id": 4148, - "name": "Graves Horne", - "gender": "male", - "age": 43, - "address": { - "state": "Nebraska", - "city": "Madaket" - } - }, - { - "id": 4149, - "name": "Josie Mccall", - "gender": "female", - "age": 52, - "address": { - "state": "Pennsylvania", - "city": "Albrightsville" - } - }, - { - "id": 4150, - "name": "Gilda George", - "gender": "female", - "age": 75, - "address": { - "state": "Connecticut", - "city": "Cade" - } - }, - { - "id": 4151, - "name": "Laverne Cervantes", - "gender": "female", - "age": 27, - "address": { - "state": "North Dakota", - "city": "Kersey" - } - }, - { - "id": 4152, - "name": "Weaver Erickson", - "gender": "male", - "age": 79, - "address": { - "state": "Ohio", - "city": "Guthrie" - } - }, - { - "id": 4153, - "name": "Bridgett Key", - "gender": "female", - "age": 62, - "address": { - "state": "Tennessee", - "city": "Blue" - } - }, - { - "id": 4154, - "name": "Wright Holder", - "gender": "male", - "age": 63, - "address": { - "state": "South Dakota", - "city": "Holcombe" - } - }, - { - "id": 4155, - "name": "Eleanor Byrd", - "gender": "female", - "age": 80, - "address": { - "state": "Vermont", - "city": "Bordelonville" - } - }, - { - "id": 4156, - "name": "Alta Snyder", - "gender": "female", - "age": 23, - "address": { - "state": "Alabama", - "city": "Biehle" - } - }, - { - "id": 4157, - "name": "Mills Clay", - "gender": "male", - "age": 60, - "address": { - "state": "New Mexico", - "city": "Bakersville" - } - }, - { - "id": 4158, - "name": "Montoya Michael", - "gender": "male", - "age": 67, - "address": { - "state": "Florida", - "city": "Harrodsburg" - } - }, - { - "id": 4159, - "name": "Haynes Figueroa", - "gender": "male", - "age": 19, - "address": { - "state": "Michigan", - "city": "Brambleton" - } - }, - { - "id": 4160, - "name": "Petra Ware", - "gender": "female", - "age": 54, - "address": { - "state": "Kentucky", - "city": "Veguita" - } - }, - { - "id": 4161, - "name": "Fitzpatrick Lamb", - "gender": "male", - "age": 18, - "address": { - "state": "Alaska", - "city": "Motley" - } - }, - { - "id": 4162, - "name": "Hale Clemons", - "gender": "male", - "age": 80, - "address": { - "state": "West Virginia", - "city": "Ebro" - } - }, - { - "id": 4163, - "name": "Harriett Pena", - "gender": "female", - "age": 34, - "address": { - "state": "Maryland", - "city": "Bynum" - } - }, - { - "id": 4164, - "name": "Luella Williams", - "gender": "female", - "age": 41, - "address": { - "state": "Nevada", - "city": "Fairforest" - } - }, - { - "id": 4165, - "name": "Bass Huff", - "gender": "male", - "age": 43, - "address": { - "state": "Iowa", - "city": "Leming" - } - }, - { - "id": 4166, - "name": "Carmela Walker", - "gender": "female", - "age": 62, - "address": { - "state": "Mississippi", - "city": "Tibbie" - } - }, - { - "id": 4167, - "name": "Graham Leach", - "gender": "male", - "age": 68, - "address": { - "state": "Massachusetts", - "city": "Bowmansville" - } - }, - { - "id": 4168, - "name": "Poole Mcfarland", - "gender": "male", - "age": 68, - "address": { - "state": "Missouri", - "city": "Cumberland" - } - }, - { - "id": 4169, - "name": "Chambers Hood", - "gender": "male", - "age": 81, - "address": { - "state": "Nebraska", - "city": "Ola" - } - }, - { - "id": 4170, - "name": "Rasmussen Crosby", - "gender": "male", - "age": 75, - "address": { - "state": "Nevada", - "city": "Efland" - } - }, - { - "id": 4171, - "name": "Kris Orr", - "gender": "female", - "age": 54, - "address": { - "state": "Arkansas", - "city": "Vallonia" - } - }, - { - "id": 4172, - "name": "Nona Kirkland", - "gender": "female", - "age": 62, - "address": { - "state": "North Carolina", - "city": "Day" - } - }, - { - "id": 4173, - "name": "Lora Alvarez", - "gender": "female", - "age": 43, - "address": { - "state": "Louisiana", - "city": "Corinne" - } - }, - { - "id": 4174, - "name": "Greta Benton", - "gender": "female", - "age": 22, - "address": { - "state": "Vermont", - "city": "Hardyville" - } - }, - { - "id": 4175, - "name": "Church Whitehead", - "gender": "male", - "age": 55, - "address": { - "state": "North Dakota", - "city": "Neibert" - } - }, - { - "id": 4176, - "name": "Hatfield Newman", - "gender": "male", - "age": 75, - "address": { - "state": "California", - "city": "Reinerton" - } - }, - { - "id": 4177, - "name": "Twila Burt", - "gender": "female", - "age": 38, - "address": { - "state": "New York", - "city": "Ruffin" - } - }, - { - "id": 4178, - "name": "Mullins Donovan", - "gender": "male", - "age": 27, - "address": { - "state": "Alaska", - "city": "Blanford" - } - }, - { - "id": 4179, - "name": "Dixie Mcclure", - "gender": "female", - "age": 80, - "address": { - "state": "South Dakota", - "city": "Edgewater" - } - }, - { - "id": 4180, - "name": "Cecelia Moore", - "gender": "female", - "age": 42, - "address": { - "state": "Pennsylvania", - "city": "Ladera" - } - }, - { - "id": 4181, - "name": "Kelly Mitchell", - "gender": "male", - "age": 47, - "address": { - "state": "Montana", - "city": "Cresaptown" - } - }, - { - "id": 4182, - "name": "Beck Scott", - "gender": "male", - "age": 37, - "address": { - "state": "Washington", - "city": "Hayes" - } - }, - { - "id": 4183, - "name": "King Head", - "gender": "male", - "age": 56, - "address": { - "state": "Illinois", - "city": "Cade" - } - }, - { - "id": 4184, - "name": "Montoya Cobb", - "gender": "male", - "age": 74, - "address": { - "state": "Maryland", - "city": "Dexter" - } - }, - { - "id": 4185, - "name": "Louise Trujillo", - "gender": "female", - "age": 49, - "address": { - "state": "Wyoming", - "city": "Fannett" - } - }, - { - "id": 4186, - "name": "Shelton Sullivan", - "gender": "male", - "age": 27, - "address": { - "state": "Oregon", - "city": "Eden" - } - }, - { - "id": 4187, - "name": "Alford Pickett", - "gender": "male", - "age": 32, - "address": { - "state": "New Hampshire", - "city": "Driftwood" - } - }, - { - "id": 4188, - "name": "Kidd Bell", - "gender": "male", - "age": 24, - "address": { - "state": "Maine", - "city": "Lafferty" - } - }, - { - "id": 4189, - "name": "Rhodes Dorsey", - "gender": "male", - "age": 40, - "address": { - "state": "New Jersey", - "city": "Joppa" - } - }, - { - "id": 4190, - "name": "Rollins Cox", - "gender": "male", - "age": 53, - "address": { - "state": "New Mexico", - "city": "Needmore" - } - }, - { - "id": 4191, - "name": "Jean Stone", - "gender": "female", - "age": 63, - "address": { - "state": "Hawaii", - "city": "Clarktown" - } - }, - { - "id": 4192, - "name": "Knapp Carney", - "gender": "male", - "age": 59, - "address": { - "state": "Utah", - "city": "Omar" - } - }, - { - "id": 4193, - "name": "Alexandra Hamilton", - "gender": "female", - "age": 60, - "address": { - "state": "Idaho", - "city": "Sena" - } - }, - { - "id": 4194, - "name": "Imelda Lawson", - "gender": "female", - "age": 38, - "address": { - "state": "Minnesota", - "city": "Canterwood" - } - }, - { - "id": 4195, - "name": "Booth Witt", - "gender": "male", - "age": 20, - "address": { - "state": "Texas", - "city": "Marysville" - } - }, - { - "id": 4196, - "name": "Jenny Bird", - "gender": "female", - "age": 36, - "address": { - "state": "Michigan", - "city": "Herlong" - } - }, - { - "id": 4197, - "name": "Stacy Galloway", - "gender": "female", - "age": 33, - "address": { - "state": "Florida", - "city": "Southview" - } - }, - { - "id": 4198, - "name": "Boyd Duncan", - "gender": "male", - "age": 19, - "address": { - "state": "Rhode Island", - "city": "Skyland" - } - }, - { - "id": 4199, - "name": "Wilkinson Schneider", - "gender": "male", - "age": 79, - "address": { - "state": "Indiana", - "city": "Suitland" - } - }, - { - "id": 4200, - "name": "Mcfadden Herman", - "gender": "male", - "age": 23, - "address": { - "state": "Colorado", - "city": "Grayhawk" - } - }, - { - "id": 4201, - "name": "Vinson Adams", - "gender": "male", - "age": 61, - "address": { - "state": "Alabama", - "city": "Dargan" - } - }, - { - "id": 4202, - "name": "Wall Wolfe", - "gender": "male", - "age": 52, - "address": { - "state": "Virginia", - "city": "Duryea" - } - }, - { - "id": 4203, - "name": "Mamie Murphy", - "gender": "female", - "age": 21, - "address": { - "state": "Kentucky", - "city": "Sunbury" - } - }, - { - "id": 4204, - "name": "Hamilton Parks", - "gender": "male", - "age": 70, - "address": { - "state": "Oklahoma", - "city": "Forestburg" - } - }, - { - "id": 4205, - "name": "Caldwell Farrell", - "gender": "male", - "age": 71, - "address": { - "state": "Arizona", - "city": "Wollochet" - } - }, - { - "id": 4206, - "name": "Reeves Faulkner", - "gender": "male", - "age": 22, - "address": { - "state": "Georgia", - "city": "Bannock" - } - }, - { - "id": 4207, - "name": "Laurel Lloyd", - "gender": "female", - "age": 71, - "address": { - "state": "South Carolina", - "city": "Fulford" - } - }, - { - "id": 4208, - "name": "Walsh Murray", - "gender": "male", - "age": 49, - "address": { - "state": "Delaware", - "city": "Jacksonburg" - } - }, - { - "id": 4209, - "name": "Clarke Ross", - "gender": "male", - "age": 35, - "address": { - "state": "West Virginia", - "city": "Thynedale" - } - }, - { - "id": 4210, - "name": "Corinne Stanley", - "gender": "female", - "age": 40, - "address": { - "state": "Wisconsin", - "city": "Makena" - } - }, - { - "id": 4211, - "name": "Wilda Chan", - "gender": "female", - "age": 78, - "address": { - "state": "Kansas", - "city": "Wildwood" - } - }, - { - "id": 4212, - "name": "Johnnie Massey", - "gender": "female", - "age": 50, - "address": { - "state": "Connecticut", - "city": "Grantville" - } - }, - { - "id": 4213, - "name": "Amber Ellison", - "gender": "female", - "age": 79, - "address": { - "state": "Tennessee", - "city": "Cannondale" - } - }, - { - "id": 4214, - "name": "Summer Romero", - "gender": "female", - "age": 43, - "address": { - "state": "Arkansas", - "city": "Savannah" - } - }, - { - "id": 4215, - "name": "Janis Mosley", - "gender": "female", - "age": 72, - "address": { - "state": "Michigan", - "city": "Alleghenyville" - } - }, - { - "id": 4216, - "name": "Holly Knapp", - "gender": "female", - "age": 60, - "address": { - "state": "Oklahoma", - "city": "Bonanza" - } - }, - { - "id": 4217, - "name": "Davis Peterson", - "gender": "male", - "age": 76, - "address": { - "state": "Illinois", - "city": "Shasta" - } - }, - { - "id": 4218, - "name": "Carolina Best", - "gender": "female", - "age": 50, - "address": { - "state": "Louisiana", - "city": "Clarksburg" - } - }, - { - "id": 4219, - "name": "Kate Sampson", - "gender": "female", - "age": 23, - "address": { - "state": "Rhode Island", - "city": "Chautauqua" - } - }, - { - "id": 4220, - "name": "Salazar Singleton", - "gender": "male", - "age": 57, - "address": { - "state": "Kentucky", - "city": "Dante" - } - }, - { - "id": 4221, - "name": "Blackburn Davis", - "gender": "male", - "age": 57, - "address": { - "state": "Idaho", - "city": "Winston" - } - }, - { - "id": 4222, - "name": "Wilkins Sloan", - "gender": "male", - "age": 75, - "address": { - "state": "Texas", - "city": "Gracey" - } - }, - { - "id": 4223, - "name": "Cardenas Durham", - "gender": "male", - "age": 52, - "address": { - "state": "Iowa", - "city": "Greenbackville" - } - }, - { - "id": 4224, - "name": "Stanley Mayo", - "gender": "male", - "age": 17, - "address": { - "state": "Arizona", - "city": "Foxworth" - } - }, - { - "id": 4225, - "name": "Carey Horne", - "gender": "female", - "age": 31, - "address": { - "state": "Missouri", - "city": "Ballico" - } - }, - { - "id": 4226, - "name": "Smith Morrow", - "gender": "male", - "age": 40, - "address": { - "state": "South Dakota", - "city": "Welda" - } - }, - { - "id": 4227, - "name": "Lauri Chapman", - "gender": "female", - "age": 46, - "address": { - "state": "South Carolina", - "city": "Norvelt" - } - }, - { - "id": 4228, - "name": "Rice Parrish", - "gender": "male", - "age": 62, - "address": { - "state": "New Jersey", - "city": "Barclay" - } - }, - { - "id": 4229, - "name": "Lawson Carr", - "gender": "male", - "age": 79, - "address": { - "state": "Nebraska", - "city": "Cuylerville" - } - }, - { - "id": 4230, - "name": "Cecile Holmes", - "gender": "female", - "age": 33, - "address": { - "state": "Ohio", - "city": "Sanford" - } - }, - { - "id": 4231, - "name": "Lucia May", - "gender": "female", - "age": 43, - "address": { - "state": "California", - "city": "Bennett" - } - }, - { - "id": 4232, - "name": "Gladys Dominguez", - "gender": "female", - "age": 22, - "address": { - "state": "New Mexico", - "city": "Lookingglass" - } - }, - { - "id": 4233, - "name": "Hale Vazquez", - "gender": "male", - "age": 81, - "address": { - "state": "Pennsylvania", - "city": "Disautel" - } - }, - { - "id": 4234, - "name": "Rush Boone", - "gender": "male", - "age": 69, - "address": { - "state": "Kansas", - "city": "Twilight" - } - }, - { - "id": 4235, - "name": "Joyce Powers", - "gender": "male", - "age": 52, - "address": { - "state": "Georgia", - "city": "Imperial" - } - }, - { - "id": 4236, - "name": "Julie Nunez", - "gender": "female", - "age": 72, - "address": { - "state": "Nevada", - "city": "Villarreal" - } - }, - { - "id": 4237, - "name": "Ora Sweet", - "gender": "female", - "age": 56, - "address": { - "state": "Tennessee", - "city": "Axis" - } - }, - { - "id": 4238, - "name": "Katelyn Simon", - "gender": "female", - "age": 34, - "address": { - "state": "Colorado", - "city": "Laurelton" - } - }, - { - "id": 4239, - "name": "Crosby Beasley", - "gender": "male", - "age": 49, - "address": { - "state": "Oregon", - "city": "Coleville" - } - }, - { - "id": 4240, - "name": "Janette Alston", - "gender": "female", - "age": 65, - "address": { - "state": "Indiana", - "city": "Ypsilanti" - } - }, - { - "id": 4241, - "name": "Quinn Conway", - "gender": "male", - "age": 77, - "address": { - "state": "Hawaii", - "city": "Whitmer" - } - }, - { - "id": 4242, - "name": "Horton Nixon", - "gender": "male", - "age": 29, - "address": { - "state": "Maine", - "city": "Helen" - } - }, - { - "id": 4243, - "name": "Veronica Ford", - "gender": "female", - "age": 36, - "address": { - "state": "Utah", - "city": "Ruffin" - } - }, - { - "id": 4244, - "name": "Latoya Wilcox", - "gender": "female", - "age": 65, - "address": { - "state": "Massachusetts", - "city": "Williams" - } - }, - { - "id": 4245, - "name": "Catalina Hogan", - "gender": "female", - "age": 33, - "address": { - "state": "Minnesota", - "city": "Kenwood" - } - }, - { - "id": 4246, - "name": "Ella Drake", - "gender": "female", - "age": 48, - "address": { - "state": "Vermont", - "city": "Floris" - } - }, - { - "id": 4247, - "name": "Christy Baker", - "gender": "female", - "age": 20, - "address": { - "state": "Wisconsin", - "city": "Hannasville" - } - }, - { - "id": 4248, - "name": "Annmarie Velazquez", - "gender": "female", - "age": 24, - "address": { - "state": "North Carolina", - "city": "Freeburn" - } - }, - { - "id": 4249, - "name": "Concetta Flowers", - "gender": "female", - "age": 81, - "address": { - "state": "North Dakota", - "city": "Abiquiu" - } - }, - { - "id": 4250, - "name": "Debra Lane", - "gender": "female", - "age": 47, - "address": { - "state": "Virginia", - "city": "Cawood" - } - }, - { - "id": 4251, - "name": "Curry Walters", - "gender": "male", - "age": 47, - "address": { - "state": "Wyoming", - "city": "Richmond" - } - }, - { - "id": 4252, - "name": "Nadia Bruce", - "gender": "female", - "age": 31, - "address": { - "state": "Montana", - "city": "Kaka" - } - }, - { - "id": 4253, - "name": "Norris Snyder", - "gender": "male", - "age": 31, - "address": { - "state": "Maryland", - "city": "Bagtown" - } - }, - { - "id": 4254, - "name": "Marianne Barron", - "gender": "female", - "age": 73, - "address": { - "state": "Florida", - "city": "Bison" - } - }, - { - "id": 4255, - "name": "Erickson King", - "gender": "male", - "age": 33, - "address": { - "state": "Connecticut", - "city": "Levant" - } - }, - { - "id": 4256, - "name": "Carol Cooke", - "gender": "female", - "age": 52, - "address": { - "state": "Washington", - "city": "Kenvil" - } - }, - { - "id": 4257, - "name": "Katheryn Koch", - "gender": "female", - "age": 58, - "address": { - "state": "New York", - "city": "Norwood" - } - }, - { - "id": 4258, - "name": "Letha Baird", - "gender": "female", - "age": 18, - "address": { - "state": "New Hampshire", - "city": "Chloride" - } - }, - { - "id": 4259, - "name": "Kidd Fitzpatrick", - "gender": "male", - "age": 81, - "address": { - "state": "West Virginia", - "city": "Hailesboro" - } - }, - { - "id": 4260, - "name": "Chase Weaver", - "gender": "male", - "age": 20, - "address": { - "state": "Alaska", - "city": "Winesburg" - } - }, - { - "id": 4261, - "name": "Lacy Pacheco", - "gender": "female", - "age": 69, - "address": { - "state": "Delaware", - "city": "Leroy" - } - }, - { - "id": 4262, - "name": "Stephanie Ryan", - "gender": "female", - "age": 36, - "address": { - "state": "Alabama", - "city": "Ada" - } - }, - { - "id": 4263, - "name": "Alexandria Payne", - "gender": "female", - "age": 18, - "address": { - "state": "Nevada", - "city": "Groton" - } - }, - { - "id": 4264, - "name": "Mercer Mckee", - "gender": "male", - "age": 43, - "address": { - "state": "Alaska", - "city": "Morriston" - } - }, - { - "id": 4265, - "name": "William Nguyen", - "gender": "male", - "age": 64, - "address": { - "state": "South Dakota", - "city": "Osmond" - } - }, - { - "id": 4266, - "name": "Loretta Grant", - "gender": "female", - "age": 29, - "address": { - "state": "Minnesota", - "city": "Enetai" - } - }, - { - "id": 4267, - "name": "Monique Finley", - "gender": "female", - "age": 74, - "address": { - "state": "Georgia", - "city": "Canoochee" - } - }, - { - "id": 4268, - "name": "Tucker Jackson", - "gender": "male", - "age": 61, - "address": { - "state": "Kansas", - "city": "Chloride" - } - }, - { - "id": 4269, - "name": "Mason Mcconnell", - "gender": "male", - "age": 19, - "address": { - "state": "Vermont", - "city": "Selma" - } - }, - { - "id": 4270, - "name": "Dalton House", - "gender": "male", - "age": 53, - "address": { - "state": "South Carolina", - "city": "Vowinckel" - } - }, - { - "id": 4271, - "name": "Joyce Jones", - "gender": "female", - "age": 59, - "address": { - "state": "Alabama", - "city": "Ruckersville" - } - }, - { - "id": 4272, - "name": "Irene Mejia", - "gender": "female", - "age": 54, - "address": { - "state": "Utah", - "city": "Woodruff" - } - }, - { - "id": 4273, - "name": "York Fowler", - "gender": "male", - "age": 36, - "address": { - "state": "Washington", - "city": "Hillsboro" - } - }, - { - "id": 4274, - "name": "Patrick Velazquez", - "gender": "male", - "age": 20, - "address": { - "state": "Illinois", - "city": "Noxen" - } - }, - { - "id": 4275, - "name": "Coleen Suarez", - "gender": "female", - "age": 49, - "address": { - "state": "Maine", - "city": "Monument" - } - }, - { - "id": 4276, - "name": "West Barnett", - "gender": "male", - "age": 78, - "address": { - "state": "Florida", - "city": "Cavalero" - } - }, - { - "id": 4277, - "name": "Ruthie Sanders", - "gender": "female", - "age": 79, - "address": { - "state": "Virginia", - "city": "Chumuckla" - } - }, - { - "id": 4278, - "name": "Aurelia Conner", - "gender": "female", - "age": 41, - "address": { - "state": "Hawaii", - "city": "Joes" - } - }, - { - "id": 4279, - "name": "Osborn Henry", - "gender": "male", - "age": 39, - "address": { - "state": "California", - "city": "Statenville" - } - }, - { - "id": 4280, - "name": "Eunice Blair", - "gender": "female", - "age": 38, - "address": { - "state": "New Mexico", - "city": "Sunriver" - } - }, - { - "id": 4281, - "name": "Agnes Pope", - "gender": "female", - "age": 51, - "address": { - "state": "Louisiana", - "city": "Belgreen" - } - }, - { - "id": 4282, - "name": "Gillespie Guerrero", - "gender": "male", - "age": 67, - "address": { - "state": "Oregon", - "city": "Brooktrails" - } - }, - { - "id": 4283, - "name": "Trudy Gardner", - "gender": "female", - "age": 68, - "address": { - "state": "New York", - "city": "Rodanthe" - } - }, - { - "id": 4284, - "name": "Wolfe Peck", - "gender": "male", - "age": 18, - "address": { - "state": "Iowa", - "city": "Rote" - } - }, - { - "id": 4285, - "name": "Mckee George", - "gender": "male", - "age": 62, - "address": { - "state": "Missouri", - "city": "Gasquet" - } - }, - { - "id": 4286, - "name": "Kline Patterson", - "gender": "male", - "age": 82, - "address": { - "state": "Arkansas", - "city": "Thatcher" - } - }, - { - "id": 4287, - "name": "Janna Walls", - "gender": "female", - "age": 53, - "address": { - "state": "Idaho", - "city": "Stockwell" - } - }, - { - "id": 4288, - "name": "Alyson Gonzales", - "gender": "female", - "age": 69, - "address": { - "state": "Connecticut", - "city": "Savage" - } - }, - { - "id": 4289, - "name": "Mercedes Ayala", - "gender": "female", - "age": 42, - "address": { - "state": "Rhode Island", - "city": "Helen" - } - }, - { - "id": 4290, - "name": "Mcfadden Cotton", - "gender": "male", - "age": 34, - "address": { - "state": "New Hampshire", - "city": "Roulette" - } - }, - { - "id": 4291, - "name": "Nelson Clark", - "gender": "male", - "age": 79, - "address": { - "state": "Arizona", - "city": "Greenbush" - } - }, - { - "id": 4292, - "name": "Gray Dickson", - "gender": "male", - "age": 46, - "address": { - "state": "Montana", - "city": "Tuskahoma" - } - }, - { - "id": 4293, - "name": "Denise Farrell", - "gender": "female", - "age": 68, - "address": { - "state": "Indiana", - "city": "Hiko" - } - }, - { - "id": 4294, - "name": "Gilda Mays", - "gender": "female", - "age": 40, - "address": { - "state": "Colorado", - "city": "Spelter" - } - }, - { - "id": 4295, - "name": "Gonzalez King", - "gender": "male", - "age": 47, - "address": { - "state": "Nebraska", - "city": "Marienthal" - } - }, - { - "id": 4296, - "name": "Liz Rosa", - "gender": "female", - "age": 36, - "address": { - "state": "Maryland", - "city": "Dorneyville" - } - }, - { - "id": 4297, - "name": "Cynthia Dotson", - "gender": "female", - "age": 68, - "address": { - "state": "Ohio", - "city": "Derwood" - } - }, - { - "id": 4298, - "name": "Ruiz Albert", - "gender": "male", - "age": 22, - "address": { - "state": "Michigan", - "city": "Falmouth" - } - }, - { - "id": 4299, - "name": "Tia Guzman", - "gender": "female", - "age": 19, - "address": { - "state": "Wisconsin", - "city": "Lookingglass" - } - }, - { - "id": 4300, - "name": "Cristina Mcdowell", - "gender": "female", - "age": 59, - "address": { - "state": "West Virginia", - "city": "Talpa" - } - }, - { - "id": 4301, - "name": "Ramos Cervantes", - "gender": "male", - "age": 46, - "address": { - "state": "Pennsylvania", - "city": "Downsville" - } - }, - { - "id": 4302, - "name": "Wall Caldwell", - "gender": "male", - "age": 59, - "address": { - "state": "Mississippi", - "city": "Olney" - } - }, - { - "id": 4303, - "name": "Ballard Mills", - "gender": "male", - "age": 29, - "address": { - "state": "North Carolina", - "city": "Biddle" - } - }, - { - "id": 4304, - "name": "Stone Barrera", - "gender": "male", - "age": 33, - "address": { - "state": "Massachusetts", - "city": "Madrid" - } - }, - { - "id": 4305, - "name": "Foster Raymond", - "gender": "male", - "age": 51, - "address": { - "state": "North Dakota", - "city": "Lacomb" - } - }, - { - "id": 4306, - "name": "Eileen Stark", - "gender": "female", - "age": 82, - "address": { - "state": "Delaware", - "city": "Bergoo" - } - }, - { - "id": 4307, - "name": "Dorothea Kirk", - "gender": "female", - "age": 37, - "address": { - "state": "Kentucky", - "city": "Gadsden" - } - }, - { - "id": 4308, - "name": "Hahn Sweeney", - "gender": "male", - "age": 52, - "address": { - "state": "Oklahoma", - "city": "Cotopaxi" - } - }, - { - "id": 4309, - "name": "Mcclure Kline", - "gender": "male", - "age": 55, - "address": { - "state": "Tennessee", - "city": "Boomer" - } - }, - { - "id": 4310, - "name": "Aisha Best", - "gender": "female", - "age": 44, - "address": { - "state": "Texas", - "city": "Jackpot" - } - }, - { - "id": 4311, - "name": "Bond Ratliff", - "gender": "male", - "age": 29, - "address": { - "state": "Wyoming", - "city": "Kraemer" - } - }, - { - "id": 4312, - "name": "Hillary Stone", - "gender": "female", - "age": 30, - "address": { - "state": "Arizona", - "city": "Groveville" - } - }, - { - "id": 4313, - "name": "Daniel Jensen", - "gender": "male", - "age": 19, - "address": { - "state": "Arkansas", - "city": "Castleton" - } - }, - { - "id": 4314, - "name": "Yesenia Morgan", - "gender": "female", - "age": 41, - "address": { - "state": "California", - "city": "Sperryville" - } - }, - { - "id": 4315, - "name": "Mcfarland Mccullough", - "gender": "male", - "age": 34, - "address": { - "state": "Minnesota", - "city": "Groton" - } - }, - { - "id": 4316, - "name": "Lavonne Richard", - "gender": "female", - "age": 58, - "address": { - "state": "Vermont", - "city": "Websterville" - } - }, - { - "id": 4317, - "name": "Tina Day", - "gender": "female", - "age": 53, - "address": { - "state": "New Mexico", - "city": "Brooktrails" - } - }, - { - "id": 4318, - "name": "Gross Howe", - "gender": "male", - "age": 59, - "address": { - "state": "Oklahoma", - "city": "Jacksonburg" - } - }, - { - "id": 4319, - "name": "Rosella Matthews", - "gender": "female", - "age": 73, - "address": { - "state": "Pennsylvania", - "city": "Russellville" - } - }, - { - "id": 4320, - "name": "Krystal Morales", - "gender": "female", - "age": 62, - "address": { - "state": "Maine", - "city": "Monument" - } - }, - { - "id": 4321, - "name": "Mcdowell Diaz", - "gender": "male", - "age": 32, - "address": { - "state": "Nebraska", - "city": "Morningside" - } - }, - { - "id": 4322, - "name": "Cara Fields", - "gender": "female", - "age": 78, - "address": { - "state": "West Virginia", - "city": "Kenmar" - } - }, - { - "id": 4323, - "name": "Brittany Parsons", - "gender": "female", - "age": 71, - "address": { - "state": "Delaware", - "city": "Enetai" - } - }, - { - "id": 4324, - "name": "Karyn Sandoval", - "gender": "female", - "age": 54, - "address": { - "state": "Massachusetts", - "city": "Weogufka" - } - }, - { - "id": 4325, - "name": "Yang Gomez", - "gender": "male", - "age": 62, - "address": { - "state": "Texas", - "city": "Bonanza" - } - }, - { - "id": 4326, - "name": "Shanna Benjamin", - "gender": "female", - "age": 49, - "address": { - "state": "Alabama", - "city": "Cherokee" - } - }, - { - "id": 4327, - "name": "Patrica Salas", - "gender": "female", - "age": 64, - "address": { - "state": "South Dakota", - "city": "Calvary" - } - }, - { - "id": 4328, - "name": "Brigitte Cervantes", - "gender": "female", - "age": 69, - "address": { - "state": "Utah", - "city": "Westmoreland" - } - }, - { - "id": 4329, - "name": "Adrienne Bolton", - "gender": "female", - "age": 52, - "address": { - "state": "Georgia", - "city": "Suitland" - } - }, - { - "id": 4330, - "name": "Jeannie Bartlett", - "gender": "female", - "age": 32, - "address": { - "state": "Oregon", - "city": "Shepardsville" - } - }, - { - "id": 4331, - "name": "Greene Rios", - "gender": "male", - "age": 44, - "address": { - "state": "Colorado", - "city": "Flintville" - } - }, - { - "id": 4332, - "name": "Mccall Stevens", - "gender": "male", - "age": 64, - "address": { - "state": "Illinois", - "city": "Ticonderoga" - } - }, - { - "id": 4333, - "name": "Barry Burgess", - "gender": "male", - "age": 22, - "address": { - "state": "North Carolina", - "city": "Sheatown" - } - }, - { - "id": 4334, - "name": "English Valentine", - "gender": "male", - "age": 60, - "address": { - "state": "New Jersey", - "city": "Hasty" - } - }, - { - "id": 4335, - "name": "Katy Waters", - "gender": "female", - "age": 74, - "address": { - "state": "Tennessee", - "city": "Gulf" - } - }, - { - "id": 4336, - "name": "Reid Malone", - "gender": "male", - "age": 68, - "address": { - "state": "Wisconsin", - "city": "Ivanhoe" - } - }, - { - "id": 4337, - "name": "Justine Glenn", - "gender": "female", - "age": 26, - "address": { - "state": "Hawaii", - "city": "Yogaville" - } - }, - { - "id": 4338, - "name": "Rosemarie Byrd", - "gender": "female", - "age": 45, - "address": { - "state": "Ohio", - "city": "Kersey" - } - }, - { - "id": 4339, - "name": "Roberson Kinney", - "gender": "male", - "age": 38, - "address": { - "state": "Florida", - "city": "Wolcott" - } - }, - { - "id": 4340, - "name": "Victoria May", - "gender": "female", - "age": 82, - "address": { - "state": "Kansas", - "city": "Chesapeake" - } - }, - { - "id": 4341, - "name": "Schultz Olson", - "gender": "male", - "age": 39, - "address": { - "state": "Missouri", - "city": "Downsville" - } - }, - { - "id": 4342, - "name": "Bray Wolf", - "gender": "male", - "age": 20, - "address": { - "state": "Iowa", - "city": "Ronco" - } - }, - { - "id": 4343, - "name": "Jolene Bauer", - "gender": "female", - "age": 70, - "address": { - "state": "Mississippi", - "city": "Highland" - } - }, - { - "id": 4344, - "name": "Tia Kelly", - "gender": "female", - "age": 52, - "address": { - "state": "Indiana", - "city": "Tooleville" - } - }, - { - "id": 4345, - "name": "Phyllis Deleon", - "gender": "female", - "age": 54, - "address": { - "state": "Alaska", - "city": "Alafaya" - } - }, - { - "id": 4346, - "name": "Garcia Tucker", - "gender": "male", - "age": 45, - "address": { - "state": "Kentucky", - "city": "Graniteville" - } - }, - { - "id": 4347, - "name": "Brandy Ross", - "gender": "female", - "age": 52, - "address": { - "state": "Wyoming", - "city": "Century" - } - }, - { - "id": 4348, - "name": "Galloway Patrick", - "gender": "male", - "age": 78, - "address": { - "state": "New York", - "city": "Riegelwood" - } - }, - { - "id": 4349, - "name": "Mercedes Gutierrez", - "gender": "female", - "age": 18, - "address": { - "state": "Rhode Island", - "city": "Caspar" - } - }, - { - "id": 4350, - "name": "Dorthy Hart", - "gender": "female", - "age": 77, - "address": { - "state": "South Carolina", - "city": "Elrama" - } - }, - { - "id": 4351, - "name": "Hazel Odonnell", - "gender": "female", - "age": 75, - "address": { - "state": "Nevada", - "city": "Stouchsburg" - } - }, - { - "id": 4352, - "name": "Tessa Alexander", - "gender": "female", - "age": 67, - "address": { - "state": "New Hampshire", - "city": "Alleghenyville" - } - }, - { - "id": 4353, - "name": "Celina Vaughan", - "gender": "female", - "age": 70, - "address": { - "state": "Louisiana", - "city": "Vernon" - } - }, - { - "id": 4354, - "name": "Emilia Mccray", - "gender": "female", - "age": 82, - "address": { - "state": "North Dakota", - "city": "Trinway" - } - }, - { - "id": 4355, - "name": "Carmen Griffith", - "gender": "female", - "age": 39, - "address": { - "state": "Idaho", - "city": "Lund" - } - }, - { - "id": 4356, - "name": "Anderson Singleton", - "gender": "male", - "age": 69, - "address": { - "state": "Washington", - "city": "Gloucester" - } - }, - { - "id": 4357, - "name": "Gibbs Clemons", - "gender": "male", - "age": 29, - "address": { - "state": "Montana", - "city": "Nutrioso" - } - }, - { - "id": 4358, - "name": "Thornton Wiley", - "gender": "male", - "age": 61, - "address": { - "state": "Connecticut", - "city": "Hollymead" - } - }, - { - "id": 4359, - "name": "Kaufman Alvarado", - "gender": "male", - "age": 32, - "address": { - "state": "Michigan", - "city": "Rutherford" - } - }, - { - "id": 4360, - "name": "Herman Bender", - "gender": "male", - "age": 22, - "address": { - "state": "Virginia", - "city": "Limestone" - } - }, - { - "id": 4361, - "name": "Jacobs English", - "gender": "male", - "age": 22, - "address": { - "state": "Oklahoma", - "city": "Brule" - } - }, - { - "id": 4362, - "name": "Vinson Vaughan", - "gender": "male", - "age": 70, - "address": { - "state": "Maine", - "city": "Wintersburg" - } - }, - { - "id": 4363, - "name": "Janie Donovan", - "gender": "female", - "age": 37, - "address": { - "state": "Delaware", - "city": "Wilmington" - } - }, - { - "id": 4364, - "name": "Leblanc Dawson", - "gender": "male", - "age": 64, - "address": { - "state": "Georgia", - "city": "Savannah" - } - }, - { - "id": 4365, - "name": "Jane Jefferson", - "gender": "female", - "age": 29, - "address": { - "state": "Utah", - "city": "Canby" - } - }, - { - "id": 4366, - "name": "Michelle Mcclain", - "gender": "female", - "age": 73, - "address": { - "state": "New Mexico", - "city": "Cumberland" - } - }, - { - "id": 4367, - "name": "Trina Armstrong", - "gender": "female", - "age": 23, - "address": { - "state": "Alaska", - "city": "Herlong" - } - }, - { - "id": 4368, - "name": "Patel Strickland", - "gender": "male", - "age": 78, - "address": { - "state": "Rhode Island", - "city": "Manitou" - } - }, - { - "id": 4369, - "name": "Johnnie Briggs", - "gender": "female", - "age": 59, - "address": { - "state": "Missouri", - "city": "Orason" - } - }, - { - "id": 4370, - "name": "Keri Thomas", - "gender": "female", - "age": 53, - "address": { - "state": "Arizona", - "city": "Newcastle" - } - }, - { - "id": 4371, - "name": "Stuart Spears", - "gender": "male", - "age": 23, - "address": { - "state": "Vermont", - "city": "Berwind" - } - }, - { - "id": 4372, - "name": "Becky Beck", - "gender": "female", - "age": 25, - "address": { - "state": "West Virginia", - "city": "Baden" - } - }, - { - "id": 4373, - "name": "Sybil Stephens", - "gender": "female", - "age": 54, - "address": { - "state": "Michigan", - "city": "Marysville" - } - }, - { - "id": 4374, - "name": "Vasquez Newton", - "gender": "male", - "age": 34, - "address": { - "state": "California", - "city": "Aberdeen" - } - }, - { - "id": 4375, - "name": "Lessie Burton", - "gender": "female", - "age": 73, - "address": { - "state": "Kentucky", - "city": "Grayhawk" - } - }, - { - "id": 4376, - "name": "Magdalena Dalton", - "gender": "female", - "age": 61, - "address": { - "state": "South Dakota", - "city": "Gibbsville" - } - }, - { - "id": 4377, - "name": "Meghan Malone", - "gender": "female", - "age": 68, - "address": { - "state": "Idaho", - "city": "Idamay" - } - }, - { - "id": 4378, - "name": "Duran Mueller", - "gender": "male", - "age": 65, - "address": { - "state": "Washington", - "city": "Holcombe" - } - }, - { - "id": 4379, - "name": "Gwendolyn Webster", - "gender": "female", - "age": 39, - "address": { - "state": "Arkansas", - "city": "Woodruff" - } - }, - { - "id": 4380, - "name": "Willie Bowen", - "gender": "female", - "age": 68, - "address": { - "state": "Kansas", - "city": "Avalon" - } - }, - { - "id": 4381, - "name": "Marsha Hart", - "gender": "female", - "age": 63, - "address": { - "state": "Ohio", - "city": "Belvoir" - } - }, - { - "id": 4382, - "name": "Vonda Reid", - "gender": "female", - "age": 82, - "address": { - "state": "New Jersey", - "city": "Neahkahnie" - } - }, - { - "id": 4383, - "name": "Kristie Gilliam", - "gender": "female", - "age": 81, - "address": { - "state": "North Carolina", - "city": "Harviell" - } - }, - { - "id": 4384, - "name": "Velma Cabrera", - "gender": "female", - "age": 28, - "address": { - "state": "Maryland", - "city": "Elfrida" - } - }, - { - "id": 4385, - "name": "Crystal Hardin", - "gender": "female", - "age": 57, - "address": { - "state": "Virginia", - "city": "Stewart" - } - }, - { - "id": 4386, - "name": "Alvarez Peterson", - "gender": "male", - "age": 28, - "address": { - "state": "Tennessee", - "city": "Edgar" - } - }, - { - "id": 4387, - "name": "Meredith Mccormick", - "gender": "female", - "age": 60, - "address": { - "state": "Illinois", - "city": "Datil" - } - }, - { - "id": 4388, - "name": "Tamera Pate", - "gender": "female", - "age": 70, - "address": { - "state": "South Carolina", - "city": "Innsbrook" - } - }, - { - "id": 4389, - "name": "Brenda Pratt", - "gender": "female", - "age": 17, - "address": { - "state": "Montana", - "city": "Why" - } - }, - { - "id": 4390, - "name": "Osborne Meyer", - "gender": "male", - "age": 65, - "address": { - "state": "North Dakota", - "city": "Wildwood" - } - }, - { - "id": 4391, - "name": "Calhoun Huff", - "gender": "male", - "age": 75, - "address": { - "state": "Pennsylvania", - "city": "Coloma" - } - }, - { - "id": 4392, - "name": "Nina Parks", - "gender": "female", - "age": 39, - "address": { - "state": "Nevada", - "city": "Murillo" - } - }, - { - "id": 4393, - "name": "Judith Prince", - "gender": "female", - "age": 44, - "address": { - "state": "Iowa", - "city": "Gardiner" - } - }, - { - "id": 4394, - "name": "Sherry Witt", - "gender": "female", - "age": 82, - "address": { - "state": "Indiana", - "city": "Newry" - } - }, - { - "id": 4395, - "name": "Josefina Rowland", - "gender": "female", - "age": 41, - "address": { - "state": "Hawaii", - "city": "Bennett" - } - }, - { - "id": 4396, - "name": "Norton Lyons", - "gender": "male", - "age": 50, - "address": { - "state": "Texas", - "city": "Homeworth" - } - }, - { - "id": 4397, - "name": "Avery Stout", - "gender": "male", - "age": 60, - "address": { - "state": "Louisiana", - "city": "Matheny" - } - }, - { - "id": 4398, - "name": "Conley Coleman", - "gender": "male", - "age": 45, - "address": { - "state": "Connecticut", - "city": "Englevale" - } - }, - { - "id": 4399, - "name": "Leonor Edwards", - "gender": "female", - "age": 67, - "address": { - "state": "Nebraska", - "city": "Conway" - } - }, - { - "id": 4400, - "name": "Brigitte Hines", - "gender": "female", - "age": 44, - "address": { - "state": "New York", - "city": "Nadine" - } - }, - { - "id": 4401, - "name": "Rosemarie Warner", - "gender": "female", - "age": 56, - "address": { - "state": "Mississippi", - "city": "Eagleville" - } - }, - { - "id": 4402, - "name": "Tammie Ferguson", - "gender": "female", - "age": 44, - "address": { - "state": "Wisconsin", - "city": "Davenport" - } - }, - { - "id": 4403, - "name": "Lindsay Gardner", - "gender": "male", - "age": 77, - "address": { - "state": "Colorado", - "city": "Ryderwood" - } - }, - { - "id": 4404, - "name": "Henry Mckay", - "gender": "male", - "age": 17, - "address": { - "state": "Massachusetts", - "city": "Eureka" - } - }, - { - "id": 4405, - "name": "Cecelia Norman", - "gender": "female", - "age": 18, - "address": { - "state": "Minnesota", - "city": "Bison" - } - }, - { - "id": 4406, - "name": "Oconnor Stark", - "gender": "male", - "age": 70, - "address": { - "state": "Alabama", - "city": "Warren" - } - }, - { - "id": 4407, - "name": "Suzanne Love", - "gender": "female", - "age": 27, - "address": { - "state": "Oregon", - "city": "Dubois" - } - }, - { - "id": 4408, - "name": "Jeannine Reeves", - "gender": "female", - "age": 19, - "address": { - "state": "Wyoming", - "city": "Torboy" - } - }, - { - "id": 4409, - "name": "Landry Camacho", - "gender": "male", - "age": 34, - "address": { - "state": "New Hampshire", - "city": "Bodega" - } - }, - { - "id": 4410, - "name": "William Vincent", - "gender": "male", - "age": 25, - "address": { - "state": "Indiana", - "city": "Coultervillle" - } - }, - { - "id": 4411, - "name": "Jarvis Cain", - "gender": "male", - "age": 65, - "address": { - "state": "Tennessee", - "city": "Wawona" - } - }, - { - "id": 4412, - "name": "Warren Ferrell", - "gender": "male", - "age": 26, - "address": { - "state": "Michigan", - "city": "Cobbtown" - } - }, - { - "id": 4413, - "name": "Atkinson Alston", - "gender": "male", - "age": 42, - "address": { - "state": "Illinois", - "city": "Sultana" - } - }, - { - "id": 4414, - "name": "Jacobs Rice", - "gender": "male", - "age": 48, - "address": { - "state": "Wyoming", - "city": "Deercroft" - } - }, - { - "id": 4415, - "name": "Wolfe Roach", - "gender": "male", - "age": 20, - "address": { - "state": "Missouri", - "city": "Beaverdale" - } - }, - { - "id": 4416, - "name": "Viola Avery", - "gender": "female", - "age": 37, - "address": { - "state": "California", - "city": "Vale" - } - }, - { - "id": 4417, - "name": "Wiley Lang", - "gender": "male", - "age": 49, - "address": { - "state": "Kansas", - "city": "Washington" - } - }, - { - "id": 4418, - "name": "Welch Young", - "gender": "male", - "age": 68, - "address": { - "state": "New Hampshire", - "city": "Barronett" - } - }, - { - "id": 4419, - "name": "Juarez Valenzuela", - "gender": "male", - "age": 64, - "address": { - "state": "Mississippi", - "city": "Dundee" - } - }, - { - "id": 4420, - "name": "Morse Cooley", - "gender": "male", - "age": 60, - "address": { - "state": "Colorado", - "city": "Fresno" - } - }, - { - "id": 4421, - "name": "Gilda Bryan", - "gender": "female", - "age": 78, - "address": { - "state": "Rhode Island", - "city": "Macdona" - } - }, - { - "id": 4422, - "name": "Wall Mccarty", - "gender": "male", - "age": 57, - "address": { - "state": "Nebraska", - "city": "Kenvil" - } - }, - { - "id": 4423, - "name": "Hurley Bass", - "gender": "male", - "age": 27, - "address": { - "state": "Ohio", - "city": "Umapine" - } - }, - { - "id": 4424, - "name": "Jessie Ayala", - "gender": "female", - "age": 22, - "address": { - "state": "Georgia", - "city": "Verdi" - } - }, - { - "id": 4425, - "name": "Tiffany Mcgowan", - "gender": "female", - "age": 68, - "address": { - "state": "Kentucky", - "city": "Sunriver" - } - }, - { - "id": 4426, - "name": "Nita Baird", - "gender": "female", - "age": 32, - "address": { - "state": "Florida", - "city": "Kula" - } - }, - { - "id": 4427, - "name": "Becky Fowler", - "gender": "female", - "age": 52, - "address": { - "state": "Virginia", - "city": "Hall" - } - }, - { - "id": 4428, - "name": "Clements Hodge", - "gender": "male", - "age": 55, - "address": { - "state": "Utah", - "city": "Cornucopia" - } - }, - { - "id": 4429, - "name": "Daisy Ortega", - "gender": "female", - "age": 72, - "address": { - "state": "Nevada", - "city": "Cazadero" - } - }, - { - "id": 4430, - "name": "Rowland Griffith", - "gender": "male", - "age": 58, - "address": { - "state": "Massachusetts", - "city": "Vallonia" - } - }, - { - "id": 4431, - "name": "Hull Conway", - "gender": "male", - "age": 18, - "address": { - "state": "Hawaii", - "city": "Joppa" - } - }, - { - "id": 4432, - "name": "Ophelia Bond", - "gender": "female", - "age": 28, - "address": { - "state": "Arizona", - "city": "Jacksonburg" - } - }, - { - "id": 4433, - "name": "Rocha Hayes", - "gender": "male", - "age": 62, - "address": { - "state": "Alabama", - "city": "Bynum" - } - }, - { - "id": 4434, - "name": "Hewitt Carpenter", - "gender": "male", - "age": 76, - "address": { - "state": "North Carolina", - "city": "Leland" - } - }, - { - "id": 4435, - "name": "Turner Oconnor", - "gender": "male", - "age": 46, - "address": { - "state": "West Virginia", - "city": "Martinsville" - } - }, - { - "id": 4436, - "name": "Mills Mcknight", - "gender": "male", - "age": 65, - "address": { - "state": "New Jersey", - "city": "Delshire" - } - }, - { - "id": 4437, - "name": "Lara Norton", - "gender": "female", - "age": 24, - "address": { - "state": "South Carolina", - "city": "Rockhill" - } - }, - { - "id": 4438, - "name": "Karla Finley", - "gender": "female", - "age": 58, - "address": { - "state": "Pennsylvania", - "city": "Bordelonville" - } - }, - { - "id": 4439, - "name": "Virginia Blake", - "gender": "female", - "age": 44, - "address": { - "state": "Wisconsin", - "city": "Tuskahoma" - } - }, - { - "id": 4440, - "name": "Levy Herrera", - "gender": "male", - "age": 60, - "address": { - "state": "Washington", - "city": "Osmond" - } - }, - { - "id": 4441, - "name": "Patti Fitzgerald", - "gender": "female", - "age": 39, - "address": { - "state": "New York", - "city": "Innsbrook" - } - }, - { - "id": 4442, - "name": "Dotson Bean", - "gender": "male", - "age": 56, - "address": { - "state": "Oregon", - "city": "Swartzville" - } - }, - { - "id": 4443, - "name": "Rachael Schneider", - "gender": "female", - "age": 44, - "address": { - "state": "Iowa", - "city": "Broadlands" - } - }, - { - "id": 4444, - "name": "Aurora Roth", - "gender": "female", - "age": 75, - "address": { - "state": "Alaska", - "city": "Berlin" - } - }, - { - "id": 4445, - "name": "Villarreal Shepard", - "gender": "male", - "age": 75, - "address": { - "state": "Connecticut", - "city": "Sisquoc" - } - }, - { - "id": 4446, - "name": "Irene Odonnell", - "gender": "female", - "age": 46, - "address": { - "state": "Oklahoma", - "city": "Ogema" - } - }, - { - "id": 4447, - "name": "Gillespie Dalton", - "gender": "male", - "age": 78, - "address": { - "state": "Arkansas", - "city": "Lindcove" - } - }, - { - "id": 4448, - "name": "Sheryl Melendez", - "gender": "female", - "age": 50, - "address": { - "state": "South Dakota", - "city": "Aurora" - } - }, - { - "id": 4449, - "name": "Schroeder Guerra", - "gender": "male", - "age": 57, - "address": { - "state": "Idaho", - "city": "Frierson" - } - }, - { - "id": 4450, - "name": "Marjorie Wade", - "gender": "female", - "age": 65, - "address": { - "state": "Montana", - "city": "Mapletown" - } - }, - { - "id": 4451, - "name": "Ellis Dominguez", - "gender": "male", - "age": 70, - "address": { - "state": "Texas", - "city": "Chesterfield" - } - }, - { - "id": 4452, - "name": "Noemi Mcleod", - "gender": "female", - "age": 26, - "address": { - "state": "New Mexico", - "city": "Edgewater" - } - }, - { - "id": 4453, - "name": "Nadine Skinner", - "gender": "female", - "age": 55, - "address": { - "state": "North Dakota", - "city": "Gloucester" - } - }, - { - "id": 4454, - "name": "Toni Francis", - "gender": "female", - "age": 33, - "address": { - "state": "Louisiana", - "city": "Bison" - } - }, - { - "id": 4455, - "name": "Decker Myers", - "gender": "male", - "age": 41, - "address": { - "state": "Vermont", - "city": "Marbury" - } - }, - { - "id": 4456, - "name": "Nola Newman", - "gender": "female", - "age": 80, - "address": { - "state": "Maine", - "city": "Retsof" - } - }, - { - "id": 4457, - "name": "Freida Townsend", - "gender": "female", - "age": 25, - "address": { - "state": "Maryland", - "city": "Turah" - } - }, - { - "id": 4458, - "name": "Monroe Floyd", - "gender": "male", - "age": 31, - "address": { - "state": "Minnesota", - "city": "Dixonville" - } - }, - { - "id": 4459, - "name": "Charity Clemons", - "gender": "female", - "age": 76, - "address": { - "state": "New Jersey", - "city": "Foxworth" - } - }, - { - "id": 4460, - "name": "Wise Velez", - "gender": "male", - "age": 27, - "address": { - "state": "Alabama", - "city": "Ruckersville" - } - }, - { - "id": 4461, - "name": "Alvarez Madden", - "gender": "male", - "age": 24, - "address": { - "state": "Georgia", - "city": "Cliffside" - } - }, - { - "id": 4462, - "name": "Rutledge Silva", - "gender": "male", - "age": 32, - "address": { - "state": "Nebraska", - "city": "Crayne" - } - }, - { - "id": 4463, - "name": "Isabelle Mayo", - "gender": "female", - "age": 59, - "address": { - "state": "Michigan", - "city": "Bordelonville" - } - }, - { - "id": 4464, - "name": "Smith Washington", - "gender": "male", - "age": 50, - "address": { - "state": "West Virginia", - "city": "Glasgow" - } - }, - { - "id": 4465, - "name": "Ann Hansen", - "gender": "female", - "age": 46, - "address": { - "state": "California", - "city": "Flintville" - } - }, - { - "id": 4466, - "name": "York Navarro", - "gender": "male", - "age": 20, - "address": { - "state": "Maryland", - "city": "Aurora" - } - }, - { - "id": 4467, - "name": "Leila Randall", - "gender": "female", - "age": 52, - "address": { - "state": "Connecticut", - "city": "Lowell" - } - }, - { - "id": 4468, - "name": "Roberson Cleveland", - "gender": "male", - "age": 63, - "address": { - "state": "New Hampshire", - "city": "Efland" - } - }, - { - "id": 4469, - "name": "Ramirez Waters", - "gender": "male", - "age": 20, - "address": { - "state": "Tennessee", - "city": "Eagletown" - } - }, - { - "id": 4470, - "name": "Foreman Ruiz", - "gender": "male", - "age": 26, - "address": { - "state": "Kentucky", - "city": "Garnet" - } - }, - { - "id": 4471, - "name": "Hartman Harvey", - "gender": "male", - "age": 56, - "address": { - "state": "Wyoming", - "city": "Helen" - } - }, - { - "id": 4472, - "name": "Jeri Acosta", - "gender": "female", - "age": 41, - "address": { - "state": "Pennsylvania", - "city": "Sunbury" - } - }, - { - "id": 4473, - "name": "Erika Decker", - "gender": "female", - "age": 52, - "address": { - "state": "North Dakota", - "city": "Dixie" - } - }, - { - "id": 4474, - "name": "Petty Morgan", - "gender": "male", - "age": 45, - "address": { - "state": "Arizona", - "city": "Lorraine" - } - }, - { - "id": 4475, - "name": "Hurley Mckee", - "gender": "male", - "age": 46, - "address": { - "state": "South Dakota", - "city": "Celeryville" - } - }, - { - "id": 4476, - "name": "Gabrielle Woodward", - "gender": "female", - "age": 48, - "address": { - "state": "North Carolina", - "city": "Edinburg" - } - }, - { - "id": 4477, - "name": "Lenora Gallegos", - "gender": "female", - "age": 64, - "address": { - "state": "New York", - "city": "Belva" - } - }, - { - "id": 4478, - "name": "Pitts Kelley", - "gender": "male", - "age": 76, - "address": { - "state": "Nevada", - "city": "Hollins" - } - }, - { - "id": 4479, - "name": "Mclean Warner", - "gender": "male", - "age": 42, - "address": { - "state": "Colorado", - "city": "Zeba" - } - }, - { - "id": 4480, - "name": "Brenda Mccoy", - "gender": "female", - "age": 46, - "address": { - "state": "Missouri", - "city": "Benson" - } - }, - { - "id": 4481, - "name": "Carrie Carey", - "gender": "female", - "age": 20, - "address": { - "state": "Illinois", - "city": "Byrnedale" - } - }, - { - "id": 4482, - "name": "Valarie Diaz", - "gender": "female", - "age": 19, - "address": { - "state": "Idaho", - "city": "Selma" - } - }, - { - "id": 4483, - "name": "Juliana Lewis", - "gender": "female", - "age": 34, - "address": { - "state": "Utah", - "city": "Nipinnawasee" - } - }, - { - "id": 4484, - "name": "Mckay Welch", - "gender": "male", - "age": 70, - "address": { - "state": "Rhode Island", - "city": "Roberts" - } - }, - { - "id": 4485, - "name": "Carmella Reilly", - "gender": "female", - "age": 80, - "address": { - "state": "Kansas", - "city": "Oberlin" - } - }, - { - "id": 4486, - "name": "Briggs Hayden", - "gender": "male", - "age": 75, - "address": { - "state": "Florida", - "city": "Ellerslie" - } - }, - { - "id": 4487, - "name": "Bean Grimes", - "gender": "male", - "age": 33, - "address": { - "state": "Minnesota", - "city": "Shaft" - } - }, - { - "id": 4488, - "name": "Daniels Hogan", - "gender": "male", - "age": 70, - "address": { - "state": "Louisiana", - "city": "Rockhill" - } - }, - { - "id": 4489, - "name": "Kerri Wolf", - "gender": "female", - "age": 40, - "address": { - "state": "Delaware", - "city": "Brownlee" - } - }, - { - "id": 4490, - "name": "Dejesus Franco", - "gender": "male", - "age": 74, - "address": { - "state": "South Carolina", - "city": "Edmund" - } - }, - { - "id": 4491, - "name": "Middleton Morrison", - "gender": "male", - "age": 60, - "address": { - "state": "Oklahoma", - "city": "Driftwood" - } - }, - { - "id": 4492, - "name": "Sharon Gardner", - "gender": "female", - "age": 38, - "address": { - "state": "Maine", - "city": "Sidman" - } - }, - { - "id": 4493, - "name": "Lula Bonner", - "gender": "female", - "age": 66, - "address": { - "state": "Mississippi", - "city": "Homestead" - } - }, - { - "id": 4494, - "name": "Randall Mclean", - "gender": "male", - "age": 76, - "address": { - "state": "Oregon", - "city": "Mathews" - } - }, - { - "id": 4495, - "name": "Jewell Contreras", - "gender": "female", - "age": 58, - "address": { - "state": "Texas", - "city": "Cumberland" - } - }, - { - "id": 4496, - "name": "Francesca Cummings", - "gender": "female", - "age": 66, - "address": { - "state": "New Mexico", - "city": "Whitehaven" - } - }, - { - "id": 4497, - "name": "Susana Delaney", - "gender": "female", - "age": 20, - "address": { - "state": "Iowa", - "city": "Mapletown" - } - }, - { - "id": 4498, - "name": "Stephens Logan", - "gender": "male", - "age": 55, - "address": { - "state": "Alaska", - "city": "Sutton" - } - }, - { - "id": 4499, - "name": "Blair Pope", - "gender": "male", - "age": 24, - "address": { - "state": "Wisconsin", - "city": "Ogema" - } - }, - { - "id": 4500, - "name": "Wanda Ramsey", - "gender": "female", - "age": 81, - "address": { - "state": "Hawaii", - "city": "Darrtown" - } - }, - { - "id": 4501, - "name": "Murphy Robertson", - "gender": "male", - "age": 65, - "address": { - "state": "Virginia", - "city": "Matthews" - } - }, - { - "id": 4502, - "name": "Freeman Carver", - "gender": "male", - "age": 53, - "address": { - "state": "Indiana", - "city": "Nelson" - } - }, - { - "id": 4503, - "name": "Lang Gilbert", - "gender": "male", - "age": 78, - "address": { - "state": "Vermont", - "city": "Chamberino" - } - }, - { - "id": 4504, - "name": "Elvira Petersen", - "gender": "female", - "age": 17, - "address": { - "state": "Ohio", - "city": "Accoville" - } - }, - { - "id": 4505, - "name": "Mclaughlin Zimmerman", - "gender": "male", - "age": 57, - "address": { - "state": "Massachusetts", - "city": "Winfred" - } - }, - { - "id": 4506, - "name": "Lavonne Harper", - "gender": "female", - "age": 22, - "address": { - "state": "Arkansas", - "city": "Cashtown" - } - }, - { - "id": 4507, - "name": "Charlene Crosby", - "gender": "female", - "age": 51, - "address": { - "state": "Washington", - "city": "Turpin" - } - }, - { - "id": 4508, - "name": "Beard Oneal", - "gender": "male", - "age": 20, - "address": { - "state": "Connecticut", - "city": "Gouglersville" - } - }, - { - "id": 4509, - "name": "Stephanie Huffman", - "gender": "female", - "age": 17, - "address": { - "state": "Alaska", - "city": "Soudan" - } - }, - { - "id": 4510, - "name": "Baldwin Hanson", - "gender": "male", - "age": 35, - "address": { - "state": "Minnesota", - "city": "Blackgum" - } - }, - { - "id": 4511, - "name": "Parsons Nieves", - "gender": "male", - "age": 72, - "address": { - "state": "Missouri", - "city": "Murillo" - } - }, - { - "id": 4512, - "name": "Carissa Lindsay", - "gender": "female", - "age": 76, - "address": { - "state": "Wisconsin", - "city": "Detroit" - } - }, - { - "id": 4513, - "name": "Everett Blackwell", - "gender": "male", - "age": 61, - "address": { - "state": "Louisiana", - "city": "Balm" - } - }, - { - "id": 4514, - "name": "Penelope Bullock", - "gender": "female", - "age": 64, - "address": { - "state": "Kansas", - "city": "Lumberton" - } - }, - { - "id": 4515, - "name": "Cheryl Montoya", - "gender": "female", - "age": 56, - "address": { - "state": "Iowa", - "city": "Bowmansville" - } - }, - { - "id": 4516, - "name": "Clarke Page", - "gender": "male", - "age": 67, - "address": { - "state": "Tennessee", - "city": "Enlow" - } - }, - { - "id": 4517, - "name": "Camacho Henson", - "gender": "male", - "age": 27, - "address": { - "state": "Hawaii", - "city": "Beechmont" - } - }, - { - "id": 4518, - "name": "Vickie Boyer", - "gender": "female", - "age": 61, - "address": { - "state": "Nebraska", - "city": "Singer" - } - }, - { - "id": 4519, - "name": "Benita Henry", - "gender": "female", - "age": 75, - "address": { - "state": "West Virginia", - "city": "Worcester" - } - }, - { - "id": 4520, - "name": "Eugenia Dean", - "gender": "female", - "age": 65, - "address": { - "state": "Mississippi", - "city": "Morriston" - } - }, - { - "id": 4521, - "name": "Carole Maddox", - "gender": "female", - "age": 54, - "address": { - "state": "Illinois", - "city": "Ola" - } - }, - { - "id": 4522, - "name": "Weaver Walsh", - "gender": "male", - "age": 34, - "address": { - "state": "North Dakota", - "city": "Needmore" - } - }, - { - "id": 4523, - "name": "Mcclain Irwin", - "gender": "male", - "age": 62, - "address": { - "state": "Idaho", - "city": "Machias" - } - }, - { - "id": 4524, - "name": "Rhea Key", - "gender": "female", - "age": 57, - "address": { - "state": "Indiana", - "city": "Cedarville" - } - }, - { - "id": 4525, - "name": "Matthews Clements", - "gender": "male", - "age": 76, - "address": { - "state": "Michigan", - "city": "Macdona" - } - }, - { - "id": 4526, - "name": "Glenna Langley", - "gender": "female", - "age": 50, - "address": { - "state": "South Carolina", - "city": "Cobbtown" - } - }, - { - "id": 4527, - "name": "Barbara Sweeney", - "gender": "female", - "age": 56, - "address": { - "state": "Arkansas", - "city": "Reno" - } - }, - { - "id": 4528, - "name": "Robyn Mcclain", - "gender": "female", - "age": 20, - "address": { - "state": "Maine", - "city": "Wildwood" - } - }, - { - "id": 4529, - "name": "Hawkins Day", - "gender": "male", - "age": 63, - "address": { - "state": "New Mexico", - "city": "Santel" - } - }, - { - "id": 4530, - "name": "Small Raymond", - "gender": "male", - "age": 67, - "address": { - "state": "Utah", - "city": "Ruckersville" - } - }, - { - "id": 4531, - "name": "Faye Whitehead", - "gender": "female", - "age": 60, - "address": { - "state": "Rhode Island", - "city": "Fairview" - } - }, - { - "id": 4532, - "name": "Gray Humphrey", - "gender": "male", - "age": 55, - "address": { - "state": "New York", - "city": "Vandiver" - } - }, - { - "id": 4533, - "name": "Salazar Mccullough", - "gender": "male", - "age": 33, - "address": { - "state": "Kentucky", - "city": "Harrison" - } - }, - { - "id": 4534, - "name": "Elba Alford", - "gender": "female", - "age": 28, - "address": { - "state": "Wyoming", - "city": "Sabillasville" - } - }, - { - "id": 4535, - "name": "Mccullough Norman", - "gender": "male", - "age": 18, - "address": { - "state": "Virginia", - "city": "Ticonderoga" - } - }, - { - "id": 4536, - "name": "Annabelle Workman", - "gender": "female", - "age": 57, - "address": { - "state": "Montana", - "city": "Cumberland" - } - }, - { - "id": 4537, - "name": "Carey Santiago", - "gender": "female", - "age": 25, - "address": { - "state": "Ohio", - "city": "Allentown" - } - }, - { - "id": 4538, - "name": "Mullins Henderson", - "gender": "male", - "age": 73, - "address": { - "state": "Oregon", - "city": "Caron" - } - }, - { - "id": 4539, - "name": "Minnie Wilder", - "gender": "female", - "age": 73, - "address": { - "state": "California", - "city": "Bowie" - } - }, - { - "id": 4540, - "name": "Traci Weiss", - "gender": "female", - "age": 58, - "address": { - "state": "Colorado", - "city": "Dubois" - } - }, - { - "id": 4541, - "name": "Deann Clay", - "gender": "female", - "age": 38, - "address": { - "state": "Alabama", - "city": "Choctaw" - } - }, - { - "id": 4542, - "name": "Juanita Logan", - "gender": "female", - "age": 25, - "address": { - "state": "Vermont", - "city": "Bath" - } - }, - { - "id": 4543, - "name": "Joy Marquez", - "gender": "female", - "age": 71, - "address": { - "state": "Texas", - "city": "Belmont" - } - }, - { - "id": 4544, - "name": "Garrett Middleton", - "gender": "male", - "age": 31, - "address": { - "state": "Massachusetts", - "city": "Hackneyville" - } - }, - { - "id": 4545, - "name": "Gallegos Graves", - "gender": "male", - "age": 33, - "address": { - "state": "Georgia", - "city": "Barclay" - } - }, - { - "id": 4546, - "name": "Smith Conway", - "gender": "male", - "age": 62, - "address": { - "state": "Delaware", - "city": "Falconaire" - } - }, - { - "id": 4547, - "name": "Flores Bryan", - "gender": "male", - "age": 57, - "address": { - "state": "Nevada", - "city": "Klondike" - } - }, - { - "id": 4548, - "name": "Contreras Brock", - "gender": "male", - "age": 30, - "address": { - "state": "New Jersey", - "city": "Lewis" - } - }, - { - "id": 4549, - "name": "Baker Horne", - "gender": "male", - "age": 57, - "address": { - "state": "North Carolina", - "city": "Shaft" - } - }, - { - "id": 4550, - "name": "Bruce Sharpe", - "gender": "male", - "age": 54, - "address": { - "state": "Oklahoma", - "city": "Witmer" - } - }, - { - "id": 4551, - "name": "Abbott Blake", - "gender": "male", - "age": 76, - "address": { - "state": "Arizona", - "city": "Tivoli" - } - }, - { - "id": 4552, - "name": "Edna Cruz", - "gender": "female", - "age": 23, - "address": { - "state": "Maryland", - "city": "Elbert" - } - }, - { - "id": 4553, - "name": "Anne Walton", - "gender": "female", - "age": 69, - "address": { - "state": "New Hampshire", - "city": "Linwood" - } - }, - { - "id": 4554, - "name": "Corine Parrish", - "gender": "female", - "age": 45, - "address": { - "state": "Pennsylvania", - "city": "Haring" - } - }, - { - "id": 4555, - "name": "Casey Moreno", - "gender": "female", - "age": 65, - "address": { - "state": "Florida", - "city": "Bonanza" - } - }, - { - "id": 4556, - "name": "Susana Davis", - "gender": "female", - "age": 50, - "address": { - "state": "South Dakota", - "city": "Vowinckel" - } - }, - { - "id": 4557, - "name": "Deanna Cantrell", - "gender": "female", - "age": 56, - "address": { - "state": "Virginia", - "city": "Celeryville" - } - }, - { - "id": 4558, - "name": "Millicent Sullivan", - "gender": "female", - "age": 18, - "address": { - "state": "Colorado", - "city": "Wattsville" - } - }, - { - "id": 4559, - "name": "Katy Duke", - "gender": "female", - "age": 31, - "address": { - "state": "Illinois", - "city": "Rosburg" - } - }, - { - "id": 4560, - "name": "Polly Cain", - "gender": "female", - "age": 56, - "address": { - "state": "New Jersey", - "city": "Kersey" - } - }, - { - "id": 4561, - "name": "Cristina Mejia", - "gender": "female", - "age": 32, - "address": { - "state": "Arizona", - "city": "Belvoir" - } - }, - { - "id": 4562, - "name": "Angelica Rivers", - "gender": "female", - "age": 47, - "address": { - "state": "Louisiana", - "city": "Bangor" - } - }, - { - "id": 4563, - "name": "Rene Joyner", - "gender": "female", - "age": 68, - "address": { - "state": "Oregon", - "city": "Bowie" - } - }, - { - "id": 4564, - "name": "Milagros Delaney", - "gender": "female", - "age": 19, - "address": { - "state": "Utah", - "city": "Shasta" - } - }, - { - "id": 4565, - "name": "Iva Walsh", - "gender": "female", - "age": 54, - "address": { - "state": "Iowa", - "city": "Nile" - } - }, - { - "id": 4566, - "name": "Wilma Roberson", - "gender": "female", - "age": 61, - "address": { - "state": "Washington", - "city": "Bethpage" - } - }, - { - "id": 4567, - "name": "Deborah Gray", - "gender": "female", - "age": 34, - "address": { - "state": "Oklahoma", - "city": "Bellamy" - } - }, - { - "id": 4568, - "name": "Adriana Sherman", - "gender": "female", - "age": 22, - "address": { - "state": "South Dakota", - "city": "Williams" - } - }, - { - "id": 4569, - "name": "Tanner Vega", - "gender": "male", - "age": 72, - "address": { - "state": "Rhode Island", - "city": "Manchester" - } - }, - { - "id": 4570, - "name": "Sonja Wilder", - "gender": "female", - "age": 35, - "address": { - "state": "Arkansas", - "city": "Clarence" - } - }, - { - "id": 4571, - "name": "Julia Howell", - "gender": "female", - "age": 37, - "address": { - "state": "Idaho", - "city": "Springdale" - } - }, - { - "id": 4572, - "name": "Bobbi Ewing", - "gender": "female", - "age": 80, - "address": { - "state": "Alaska", - "city": "Manila" - } - }, - { - "id": 4573, - "name": "Conway Wade", - "gender": "male", - "age": 36, - "address": { - "state": "Nebraska", - "city": "Keyport" - } - }, - { - "id": 4574, - "name": "Durham Whitehead", - "gender": "male", - "age": 78, - "address": { - "state": "South Carolina", - "city": "Linganore" - } - }, - { - "id": 4575, - "name": "Karen Olson", - "gender": "female", - "age": 73, - "address": { - "state": "Kansas", - "city": "Zarephath" - } - }, - { - "id": 4576, - "name": "Reese Maddox", - "gender": "male", - "age": 52, - "address": { - "state": "Mississippi", - "city": "Bridgetown" - } - }, - { - "id": 4577, - "name": "Autumn Lee", - "gender": "female", - "age": 69, - "address": { - "state": "Maryland", - "city": "Websterville" - } - }, - { - "id": 4578, - "name": "Haney Moore", - "gender": "male", - "age": 58, - "address": { - "state": "Missouri", - "city": "Calpine" - } - }, - { - "id": 4579, - "name": "Annie Doyle", - "gender": "female", - "age": 25, - "address": { - "state": "Florida", - "city": "Neibert" - } - }, - { - "id": 4580, - "name": "Ladonna Irwin", - "gender": "female", - "age": 22, - "address": { - "state": "Massachusetts", - "city": "Hanover" - } - }, - { - "id": 4581, - "name": "Hess Vasquez", - "gender": "male", - "age": 70, - "address": { - "state": "Tennessee", - "city": "Cade" - } - }, - { - "id": 4582, - "name": "Lowe Dotson", - "gender": "male", - "age": 46, - "address": { - "state": "New York", - "city": "Yogaville" - } - }, - { - "id": 4583, - "name": "Jolene Rosa", - "gender": "female", - "age": 66, - "address": { - "state": "Connecticut", - "city": "Escondida" - } - }, - { - "id": 4584, - "name": "Lois Buck", - "gender": "female", - "age": 45, - "address": { - "state": "North Dakota", - "city": "Taft" - } - }, - { - "id": 4585, - "name": "Mcmahon William", - "gender": "male", - "age": 80, - "address": { - "state": "West Virginia", - "city": "Abrams" - } - }, - { - "id": 4586, - "name": "Hardin Spencer", - "gender": "male", - "age": 25, - "address": { - "state": "Wisconsin", - "city": "Crown" - } - }, - { - "id": 4587, - "name": "Ursula Hyde", - "gender": "female", - "age": 35, - "address": { - "state": "North Carolina", - "city": "Maplewood" - } - }, - { - "id": 4588, - "name": "Rivers Merritt", - "gender": "male", - "age": 60, - "address": { - "state": "Nevada", - "city": "Allensworth" - } - }, - { - "id": 4589, - "name": "Kathleen Kaufman", - "gender": "female", - "age": 23, - "address": { - "state": "Georgia", - "city": "Saticoy" - } - }, - { - "id": 4590, - "name": "Jamie Tillman", - "gender": "female", - "age": 81, - "address": { - "state": "New Mexico", - "city": "Chumuckla" - } - }, - { - "id": 4591, - "name": "Holland Hogan", - "gender": "male", - "age": 77, - "address": { - "state": "Maine", - "city": "Darlington" - } - }, - { - "id": 4592, - "name": "Misty Dillard", - "gender": "female", - "age": 42, - "address": { - "state": "Delaware", - "city": "Richmond" - } - }, - { - "id": 4593, - "name": "Debra Savage", - "gender": "female", - "age": 60, - "address": { - "state": "Montana", - "city": "Drummond" - } - }, - { - "id": 4594, - "name": "Olson Perez", - "gender": "male", - "age": 32, - "address": { - "state": "Kentucky", - "city": "Machias" - } - }, - { - "id": 4595, - "name": "Rowland Burton", - "gender": "male", - "age": 17, - "address": { - "state": "California", - "city": "Emison" - } - }, - { - "id": 4596, - "name": "Kayla Hoffman", - "gender": "female", - "age": 57, - "address": { - "state": "Texas", - "city": "Rosine" - } - }, - { - "id": 4597, - "name": "Latasha Howe", - "gender": "female", - "age": 76, - "address": { - "state": "Ohio", - "city": "Eagleville" - } - }, - { - "id": 4598, - "name": "Callahan Barnett", - "gender": "male", - "age": 51, - "address": { - "state": "Hawaii", - "city": "Rockhill" - } - }, - { - "id": 4599, - "name": "Lesley Manning", - "gender": "female", - "age": 45, - "address": { - "state": "Minnesota", - "city": "Omar" - } - }, - { - "id": 4600, - "name": "Krista Snow", - "gender": "female", - "age": 59, - "address": { - "state": "Alabama", - "city": "Homeland" - } - }, - { - "id": 4601, - "name": "Agnes West", - "gender": "female", - "age": 24, - "address": { - "state": "Indiana", - "city": "Lawrence" - } - }, - { - "id": 4602, - "name": "Holder Blackwell", - "gender": "male", - "age": 58, - "address": { - "state": "Michigan", - "city": "Sedley" - } - }, - { - "id": 4603, - "name": "Darlene Camacho", - "gender": "female", - "age": 73, - "address": { - "state": "New Hampshire", - "city": "Kohatk" - } - }, - { - "id": 4604, - "name": "Leticia Booth", - "gender": "female", - "age": 28, - "address": { - "state": "Vermont", - "city": "Orin" - } - }, - { - "id": 4605, - "name": "Travis Michael", - "gender": "male", - "age": 26, - "address": { - "state": "Wyoming", - "city": "Grimsley" - } - }, - { - "id": 4606, - "name": "Brewer Cochran", - "gender": "male", - "age": 67, - "address": { - "state": "Minnesota", - "city": "Sylvanite" - } - }, - { - "id": 4607, - "name": "Tami Hurst", - "gender": "female", - "age": 65, - "address": { - "state": "Arkansas", - "city": "Marshall" - } - }, - { - "id": 4608, - "name": "Kathy Holman", - "gender": "female", - "age": 27, - "address": { - "state": "New Jersey", - "city": "Ribera" - } - }, - { - "id": 4609, - "name": "Cherie Short", - "gender": "female", - "age": 64, - "address": { - "state": "Texas", - "city": "Walker" - } - }, - { - "id": 4610, - "name": "Kent Kennedy", - "gender": "male", - "age": 32, - "address": { - "state": "Indiana", - "city": "Bethpage" - } - }, - { - "id": 4611, - "name": "Jackie Summers", - "gender": "female", - "age": 65, - "address": { - "state": "Kentucky", - "city": "Rosewood" - } - }, - { - "id": 4612, - "name": "Trujillo Mcconnell", - "gender": "male", - "age": 35, - "address": { - "state": "Oregon", - "city": "Bedias" - } - }, - { - "id": 4613, - "name": "Terrell Duncan", - "gender": "male", - "age": 36, - "address": { - "state": "Alaska", - "city": "Rushford" - } - }, - { - "id": 4614, - "name": "Riggs White", - "gender": "male", - "age": 76, - "address": { - "state": "West Virginia", - "city": "Allamuchy" - } - }, - { - "id": 4615, - "name": "Caldwell Casey", - "gender": "male", - "age": 72, - "address": { - "state": "Connecticut", - "city": "Jacksonwald" - } - }, - { - "id": 4616, - "name": "Jean Pugh", - "gender": "female", - "age": 75, - "address": { - "state": "North Dakota", - "city": "Mathews" - } - }, - { - "id": 4617, - "name": "Baldwin Holt", - "gender": "male", - "age": 39, - "address": { - "state": "Nebraska", - "city": "Joppa" - } - }, - { - "id": 4618, - "name": "English Vance", - "gender": "male", - "age": 36, - "address": { - "state": "Washington", - "city": "Mappsville" - } - }, - { - "id": 4619, - "name": "Maryanne Stout", - "gender": "female", - "age": 72, - "address": { - "state": "Maryland", - "city": "Richford" - } - }, - { - "id": 4620, - "name": "Whitehead Smith", - "gender": "male", - "age": 67, - "address": { - "state": "Pennsylvania", - "city": "Worcester" - } - }, - { - "id": 4621, - "name": "Fleming Nunez", - "gender": "male", - "age": 46, - "address": { - "state": "Louisiana", - "city": "Iberia" - } - }, - { - "id": 4622, - "name": "Sherri Simon", - "gender": "female", - "age": 61, - "address": { - "state": "Maine", - "city": "Evergreen" - } - }, - { - "id": 4623, - "name": "Smith Glass", - "gender": "male", - "age": 25, - "address": { - "state": "Rhode Island", - "city": "Ernstville" - } - }, - { - "id": 4624, - "name": "Mcintyre Zamora", - "gender": "male", - "age": 25, - "address": { - "state": "Vermont", - "city": "Mulberry" - } - }, - { - "id": 4625, - "name": "Spencer Patton", - "gender": "male", - "age": 26, - "address": { - "state": "Hawaii", - "city": "Kilbourne" - } - }, - { - "id": 4626, - "name": "Snider Banks", - "gender": "male", - "age": 56, - "address": { - "state": "South Carolina", - "city": "Blanford" - } - }, - { - "id": 4627, - "name": "Sophia Cannon", - "gender": "female", - "age": 80, - "address": { - "state": "Georgia", - "city": "Berwind" - } - }, - { - "id": 4628, - "name": "Brandie Mcdaniel", - "gender": "female", - "age": 76, - "address": { - "state": "Illinois", - "city": "Innsbrook" - } - }, - { - "id": 4629, - "name": "Nielsen Vazquez", - "gender": "male", - "age": 73, - "address": { - "state": "Oklahoma", - "city": "Durham" - } - }, - { - "id": 4630, - "name": "Rosalie Rowe", - "gender": "female", - "age": 24, - "address": { - "state": "Nevada", - "city": "Deltaville" - } - }, - { - "id": 4631, - "name": "Emily Santos", - "gender": "female", - "age": 53, - "address": { - "state": "North Carolina", - "city": "Teasdale" - } - }, - { - "id": 4632, - "name": "Reva Davenport", - "gender": "female", - "age": 64, - "address": { - "state": "Alabama", - "city": "Williamson" - } - }, - { - "id": 4633, - "name": "Paula Lester", - "gender": "female", - "age": 56, - "address": { - "state": "Montana", - "city": "Bagtown" - } - }, - { - "id": 4634, - "name": "Margaret Bradford", - "gender": "female", - "age": 61, - "address": { - "state": "Tennessee", - "city": "Northridge" - } - }, - { - "id": 4635, - "name": "Rodriquez Hood", - "gender": "male", - "age": 47, - "address": { - "state": "Massachusetts", - "city": "Cleary" - } - }, - { - "id": 4636, - "name": "Gentry Mccall", - "gender": "male", - "age": 70, - "address": { - "state": "Kansas", - "city": "Fairlee" - } - }, - { - "id": 4637, - "name": "Calderon Mercer", - "gender": "male", - "age": 45, - "address": { - "state": "Wyoming", - "city": "Forestburg" - } - }, - { - "id": 4638, - "name": "Martin Brock", - "gender": "male", - "age": 42, - "address": { - "state": "Colorado", - "city": "National" - } - }, - { - "id": 4639, - "name": "Kelsey Bush", - "gender": "female", - "age": 18, - "address": { - "state": "Florida", - "city": "Wadsworth" - } - }, - { - "id": 4640, - "name": "Castro Myers", - "gender": "male", - "age": 35, - "address": { - "state": "Delaware", - "city": "Elwood" - } - }, - { - "id": 4641, - "name": "Amie Colon", - "gender": "female", - "age": 25, - "address": { - "state": "South Dakota", - "city": "Vandiver" - } - }, - { - "id": 4642, - "name": "Nina Burch", - "gender": "female", - "age": 43, - "address": { - "state": "Mississippi", - "city": "Dundee" - } - }, - { - "id": 4643, - "name": "Cecile Ball", - "gender": "female", - "age": 74, - "address": { - "state": "Virginia", - "city": "Valmy" - } - }, - { - "id": 4644, - "name": "Melba Vincent", - "gender": "female", - "age": 46, - "address": { - "state": "Wisconsin", - "city": "Clarence" - } - }, - { - "id": 4645, - "name": "Pratt Cameron", - "gender": "male", - "age": 59, - "address": { - "state": "Utah", - "city": "Westphalia" - } - }, - { - "id": 4646, - "name": "Hays Wood", - "gender": "male", - "age": 51, - "address": { - "state": "Idaho", - "city": "Bowden" - } - }, - { - "id": 4647, - "name": "Callie Justice", - "gender": "female", - "age": 35, - "address": { - "state": "New Hampshire", - "city": "Linwood" - } - }, - { - "id": 4648, - "name": "Estes Mayer", - "gender": "male", - "age": 19, - "address": { - "state": "New Mexico", - "city": "Navarre" - } - }, - { - "id": 4649, - "name": "Justice Barlow", - "gender": "male", - "age": 34, - "address": { - "state": "Michigan", - "city": "Chical" - } - }, - { - "id": 4650, - "name": "Solis Savage", - "gender": "male", - "age": 69, - "address": { - "state": "Ohio", - "city": "Caledonia" - } - }, - { - "id": 4651, - "name": "Bell Austin", - "gender": "male", - "age": 53, - "address": { - "state": "Missouri", - "city": "Crumpler" - } - }, - { - "id": 4652, - "name": "Sheree Foley", - "gender": "female", - "age": 25, - "address": { - "state": "New York", - "city": "Gouglersville" - } - }, - { - "id": 4653, - "name": "Curtis Conway", - "gender": "male", - "age": 79, - "address": { - "state": "Arizona", - "city": "Nogal" - } - }, - { - "id": 4654, - "name": "Nunez Solis", - "gender": "male", - "age": 62, - "address": { - "state": "Iowa", - "city": "Grayhawk" - } - }, - { - "id": 4655, - "name": "Jewell Huff", - "gender": "female", - "age": 34, - "address": { - "state": "Indiana", - "city": "Avalon" - } - }, - { - "id": 4656, - "name": "Velasquez Simmons", - "gender": "male", - "age": 46, - "address": { - "state": "Delaware", - "city": "Stewartville" - } - }, - { - "id": 4657, - "name": "Lou Bullock", - "gender": "female", - "age": 23, - "address": { - "state": "Michigan", - "city": "Vivian" - } - }, - { - "id": 4658, - "name": "Mcclain Bridges", - "gender": "male", - "age": 21, - "address": { - "state": "Washington", - "city": "Terlingua" - } - }, - { - "id": 4659, - "name": "Louise Barrera", - "gender": "female", - "age": 28, - "address": { - "state": "Arizona", - "city": "Brandywine" - } - }, - { - "id": 4660, - "name": "Mendez Zimmerman", - "gender": "male", - "age": 40, - "address": { - "state": "South Carolina", - "city": "Belgreen" - } - }, - { - "id": 4661, - "name": "Snider Ramos", - "gender": "male", - "age": 39, - "address": { - "state": "Missouri", - "city": "Warsaw" - } - }, - { - "id": 4662, - "name": "Levy Carpenter", - "gender": "male", - "age": 35, - "address": { - "state": "Florida", - "city": "Woodlands" - } - }, - { - "id": 4663, - "name": "Francisca Ayala", - "gender": "female", - "age": 73, - "address": { - "state": "Colorado", - "city": "Leming" - } - }, - { - "id": 4664, - "name": "Norman Santos", - "gender": "male", - "age": 78, - "address": { - "state": "Maryland", - "city": "Leroy" - } - }, - { - "id": 4665, - "name": "Lakeisha Reid", - "gender": "female", - "age": 32, - "address": { - "state": "Alaska", - "city": "Nile" - } - }, - { - "id": 4666, - "name": "Stella Kinney", - "gender": "female", - "age": 74, - "address": { - "state": "Minnesota", - "city": "Martinez" - } - }, - { - "id": 4667, - "name": "Ernestine Farmer", - "gender": "female", - "age": 21, - "address": { - "state": "Connecticut", - "city": "Gibbsville" - } - }, - { - "id": 4668, - "name": "Maddox Mann", - "gender": "male", - "age": 57, - "address": { - "state": "Louisiana", - "city": "Fairforest" - } - }, - { - "id": 4669, - "name": "Joyce Guzman", - "gender": "male", - "age": 23, - "address": { - "state": "Pennsylvania", - "city": "Harleigh" - } - }, - { - "id": 4670, - "name": "Adriana May", - "gender": "female", - "age": 41, - "address": { - "state": "Kentucky", - "city": "Mayfair" - } - }, - { - "id": 4671, - "name": "Bradford Morrison", - "gender": "male", - "age": 44, - "address": { - "state": "Montana", - "city": "Marienthal" - } - }, - { - "id": 4672, - "name": "Obrien Harrison", - "gender": "male", - "age": 80, - "address": { - "state": "New Mexico", - "city": "Nicut" - } - }, - { - "id": 4673, - "name": "Kate Navarro", - "gender": "female", - "age": 18, - "address": { - "state": "Nevada", - "city": "Titanic" - } - }, - { - "id": 4674, - "name": "Estela Barber", - "gender": "female", - "age": 69, - "address": { - "state": "Virginia", - "city": "Caberfae" - } - }, - { - "id": 4675, - "name": "Newton Gay", - "gender": "male", - "age": 62, - "address": { - "state": "New York", - "city": "Bowie" - } - }, - { - "id": 4676, - "name": "Parker Boyer", - "gender": "male", - "age": 67, - "address": { - "state": "Iowa", - "city": "Savage" - } - }, - { - "id": 4677, - "name": "Joyce Chambers", - "gender": "female", - "age": 72, - "address": { - "state": "New Jersey", - "city": "Springhill" - } - }, - { - "id": 4678, - "name": "Jimenez Lynn", - "gender": "male", - "age": 60, - "address": { - "state": "California", - "city": "Saticoy" - } - }, - { - "id": 4679, - "name": "Meagan Morris", - "gender": "female", - "age": 37, - "address": { - "state": "Wyoming", - "city": "Nadine" - } - }, - { - "id": 4680, - "name": "Jill Farrell", - "gender": "female", - "age": 39, - "address": { - "state": "Oregon", - "city": "Silkworth" - } - }, - { - "id": 4681, - "name": "Emma Shelton", - "gender": "female", - "age": 61, - "address": { - "state": "Mississippi", - "city": "Lafferty" - } - }, - { - "id": 4682, - "name": "Robert Marquez", - "gender": "female", - "age": 73, - "address": { - "state": "Oklahoma", - "city": "Hasty" - } - }, - { - "id": 4683, - "name": "Myrna Conley", - "gender": "female", - "age": 41, - "address": { - "state": "Arkansas", - "city": "Bedias" - } - }, - { - "id": 4684, - "name": "Hensley Rivers", - "gender": "male", - "age": 68, - "address": { - "state": "Alabama", - "city": "Savannah" - } - }, - { - "id": 4685, - "name": "Miranda Hardin", - "gender": "male", - "age": 59, - "address": { - "state": "North Dakota", - "city": "Salvo" - } - }, - { - "id": 4686, - "name": "Berger Bishop", - "gender": "male", - "age": 67, - "address": { - "state": "Hawaii", - "city": "Weeksville" - } - }, - { - "id": 4687, - "name": "Dejesus Mckee", - "gender": "male", - "age": 23, - "address": { - "state": "North Carolina", - "city": "Venice" - } - }, - { - "id": 4688, - "name": "Corina Garcia", - "gender": "female", - "age": 75, - "address": { - "state": "Texas", - "city": "Makena" - } - }, - { - "id": 4689, - "name": "Florine Whitney", - "gender": "female", - "age": 27, - "address": { - "state": "Massachusetts", - "city": "Epworth" - } - }, - { - "id": 4690, - "name": "Travis Olsen", - "gender": "male", - "age": 60, - "address": { - "state": "Wisconsin", - "city": "Witmer" - } - }, - { - "id": 4691, - "name": "Toni Downs", - "gender": "female", - "age": 66, - "address": { - "state": "Ohio", - "city": "Sparkill" - } - }, - { - "id": 4692, - "name": "Liliana Price", - "gender": "female", - "age": 52, - "address": { - "state": "Kansas", - "city": "Chalfant" - } - }, - { - "id": 4693, - "name": "Peggy Bowers", - "gender": "female", - "age": 26, - "address": { - "state": "Rhode Island", - "city": "Blackgum" - } - }, - { - "id": 4694, - "name": "Ayala Peters", - "gender": "male", - "age": 56, - "address": { - "state": "Utah", - "city": "Taycheedah" - } - }, - { - "id": 4695, - "name": "Cohen Johnson", - "gender": "male", - "age": 46, - "address": { - "state": "Nebraska", - "city": "Chical" - } - }, - { - "id": 4696, - "name": "Shana Lambert", - "gender": "female", - "age": 29, - "address": { - "state": "Idaho", - "city": "Lacomb" - } - }, - { - "id": 4697, - "name": "Nadia Rollins", - "gender": "female", - "age": 82, - "address": { - "state": "New Hampshire", - "city": "Adamstown" - } - }, - { - "id": 4698, - "name": "Jeannine Brady", - "gender": "female", - "age": 78, - "address": { - "state": "South Dakota", - "city": "Cleary" - } - }, - { - "id": 4699, - "name": "Alison Skinner", - "gender": "female", - "age": 78, - "address": { - "state": "Vermont", - "city": "Idamay" - } - }, - { - "id": 4700, - "name": "Belinda Meyers", - "gender": "female", - "age": 61, - "address": { - "state": "Maine", - "city": "Marion" - } - }, - { - "id": 4701, - "name": "Hartman William", - "gender": "male", - "age": 67, - "address": { - "state": "Tennessee", - "city": "Swartzville" - } - }, - { - "id": 4702, - "name": "Viola Marks", - "gender": "female", - "age": 21, - "address": { - "state": "Illinois", - "city": "Floriston" - } - }, - { - "id": 4703, - "name": "Lidia Chaney", - "gender": "female", - "age": 27, - "address": { - "state": "West Virginia", - "city": "Wadsworth" - } - }, - { - "id": 4704, - "name": "Erma Campos", - "gender": "female", - "age": 46, - "address": { - "state": "Kansas", - "city": "Gouglersville" - } - }, - { - "id": 4705, - "name": "Penny Martin", - "gender": "female", - "age": 27, - "address": { - "state": "Michigan", - "city": "Harrison" - } - }, - { - "id": 4706, - "name": "Shields Tate", - "gender": "male", - "age": 64, - "address": { - "state": "Tennessee", - "city": "Northridge" - } - }, - { - "id": 4707, - "name": "Maude Willis", - "gender": "female", - "age": 43, - "address": { - "state": "New Hampshire", - "city": "Wyoming" - } - }, - { - "id": 4708, - "name": "Iva Hoffman", - "gender": "female", - "age": 70, - "address": { - "state": "Delaware", - "city": "Bellamy" - } - }, - { - "id": 4709, - "name": "Riddle Carter", - "gender": "male", - "age": 35, - "address": { - "state": "Montana", - "city": "Noblestown" - } - }, - { - "id": 4710, - "name": "Kenya Hale", - "gender": "female", - "age": 50, - "address": { - "state": "Ohio", - "city": "Warren" - } - }, - { - "id": 4711, - "name": "Doris Stark", - "gender": "female", - "age": 43, - "address": { - "state": "Idaho", - "city": "Nipinnawasee" - } - }, - { - "id": 4712, - "name": "Griffith Webb", - "gender": "male", - "age": 33, - "address": { - "state": "Nebraska", - "city": "Trona" - } - }, - { - "id": 4713, - "name": "Christie Hood", - "gender": "female", - "age": 65, - "address": { - "state": "Oklahoma", - "city": "Accoville" - } - }, - { - "id": 4714, - "name": "Eula Carpenter", - "gender": "female", - "age": 33, - "address": { - "state": "Mississippi", - "city": "Kylertown" - } - }, - { - "id": 4715, - "name": "Odom Weber", - "gender": "male", - "age": 38, - "address": { - "state": "New Jersey", - "city": "Leland" - } - }, - { - "id": 4716, - "name": "Townsend Pacheco", - "gender": "male", - "age": 42, - "address": { - "state": "Wyoming", - "city": "Tecolotito" - } - }, - { - "id": 4717, - "name": "Meyers Ratliff", - "gender": "male", - "age": 34, - "address": { - "state": "Texas", - "city": "Inkerman" - } - }, - { - "id": 4718, - "name": "Reba Hickman", - "gender": "female", - "age": 43, - "address": { - "state": "Alaska", - "city": "Clarktown" - } - }, - { - "id": 4719, - "name": "Knapp Bradley", - "gender": "male", - "age": 25, - "address": { - "state": "Iowa", - "city": "Ona" - } - }, - { - "id": 4720, - "name": "Vaughn Bowen", - "gender": "male", - "age": 50, - "address": { - "state": "Hawaii", - "city": "Waterford" - } - }, - { - "id": 4721, - "name": "Faith Bruce", - "gender": "female", - "age": 76, - "address": { - "state": "Florida", - "city": "Orin" - } - }, - { - "id": 4722, - "name": "Carmella King", - "gender": "female", - "age": 45, - "address": { - "state": "Alabama", - "city": "Nogal" - } - }, - { - "id": 4723, - "name": "Estrada Duran", - "gender": "male", - "age": 68, - "address": { - "state": "Missouri", - "city": "Somerset" - } - }, - { - "id": 4724, - "name": "Concepcion Suarez", - "gender": "female", - "age": 27, - "address": { - "state": "North Dakota", - "city": "Elliston" - } - }, - { - "id": 4725, - "name": "Reese Reynolds", - "gender": "male", - "age": 42, - "address": { - "state": "New Mexico", - "city": "Mappsville" - } - }, - { - "id": 4726, - "name": "Lowery Tanner", - "gender": "male", - "age": 65, - "address": { - "state": "Rhode Island", - "city": "Beaverdale" - } - }, - { - "id": 4727, - "name": "Catherine Potts", - "gender": "female", - "age": 66, - "address": { - "state": "Arkansas", - "city": "Alafaya" - } - }, - { - "id": 4728, - "name": "Natasha Decker", - "gender": "female", - "age": 31, - "address": { - "state": "Washington", - "city": "Bancroft" - } - }, - { - "id": 4729, - "name": "Cynthia Mccray", - "gender": "female", - "age": 35, - "address": { - "state": "Vermont", - "city": "Hartsville/Hartley" - } - }, - { - "id": 4730, - "name": "Nellie Cummings", - "gender": "female", - "age": 55, - "address": { - "state": "West Virginia", - "city": "Ticonderoga" - } - }, - { - "id": 4731, - "name": "Brown Singleton", - "gender": "male", - "age": 19, - "address": { - "state": "Maine", - "city": "Turah" - } - }, - { - "id": 4732, - "name": "Selma Heath", - "gender": "female", - "age": 37, - "address": { - "state": "Colorado", - "city": "Utting" - } - }, - { - "id": 4733, - "name": "Bullock Joyce", - "gender": "male", - "age": 18, - "address": { - "state": "South Dakota", - "city": "Wakarusa" - } - }, - { - "id": 4734, - "name": "Marcy Williams", - "gender": "female", - "age": 22, - "address": { - "state": "Indiana", - "city": "Tyro" - } - }, - { - "id": 4735, - "name": "Swanson Callahan", - "gender": "male", - "age": 39, - "address": { - "state": "Pennsylvania", - "city": "Falconaire" - } - }, - { - "id": 4736, - "name": "Alexandria Valentine", - "gender": "female", - "age": 71, - "address": { - "state": "Virginia", - "city": "Olney" - } - }, - { - "id": 4737, - "name": "Higgins Murray", - "gender": "male", - "age": 67, - "address": { - "state": "Wisconsin", - "city": "Cobbtown" - } - }, - { - "id": 4738, - "name": "Kaufman Contreras", - "gender": "male", - "age": 55, - "address": { - "state": "Louisiana", - "city": "Derwood" - } - }, - { - "id": 4739, - "name": "Jessica Knight", - "gender": "female", - "age": 38, - "address": { - "state": "South Carolina", - "city": "Chautauqua" - } - }, - { - "id": 4740, - "name": "Sophia Ortega", - "gender": "female", - "age": 30, - "address": { - "state": "Arizona", - "city": "Ribera" - } - }, - { - "id": 4741, - "name": "Rivers Beach", - "gender": "male", - "age": 62, - "address": { - "state": "Nevada", - "city": "Brenton" - } - }, - { - "id": 4742, - "name": "Callahan Stone", - "gender": "male", - "age": 57, - "address": { - "state": "Illinois", - "city": "Smock" - } - }, - { - "id": 4743, - "name": "Morgan Prince", - "gender": "female", - "age": 32, - "address": { - "state": "Minnesota", - "city": "Lawrence" - } - }, - { - "id": 4744, - "name": "Sharpe Sharpe", - "gender": "male", - "age": 20, - "address": { - "state": "Kentucky", - "city": "Warsaw" - } - }, - { - "id": 4745, - "name": "Aida Witt", - "gender": "female", - "age": 31, - "address": { - "state": "Georgia", - "city": "Advance" - } - }, - { - "id": 4746, - "name": "Tania Mcclure", - "gender": "female", - "age": 23, - "address": { - "state": "Massachusetts", - "city": "Tibbie" - } - }, - { - "id": 4747, - "name": "Rosalinda Rowland", - "gender": "female", - "age": 71, - "address": { - "state": "Utah", - "city": "Ola" - } - }, - { - "id": 4748, - "name": "Young Merrill", - "gender": "male", - "age": 17, - "address": { - "state": "North Carolina", - "city": "Marienthal" - } - }, - { - "id": 4749, - "name": "Celeste Maddox", - "gender": "female", - "age": 48, - "address": { - "state": "California", - "city": "Trucksville" - } - }, - { - "id": 4750, - "name": "Beth Acevedo", - "gender": "female", - "age": 32, - "address": { - "state": "Maryland", - "city": "Eagletown" - } - }, - { - "id": 4751, - "name": "Morrison Coffey", - "gender": "male", - "age": 33, - "address": { - "state": "Connecticut", - "city": "Harviell" - } - }, - { - "id": 4752, - "name": "Alisha Berger", - "gender": "female", - "age": 38, - "address": { - "state": "Oregon", - "city": "Bagtown" - } - }, - { - "id": 4753, - "name": "Lenore Snider", - "gender": "female", - "age": 55, - "address": { - "state": "Texas", - "city": "Wedgewood" - } - }, - { - "id": 4754, - "name": "Bernadine Bailey", - "gender": "female", - "age": 33, - "address": { - "state": "North Dakota", - "city": "Norwood" - } - }, - { - "id": 4755, - "name": "Whitney Pate", - "gender": "male", - "age": 28, - "address": { - "state": "Pennsylvania", - "city": "Coral" - } - }, - { - "id": 4756, - "name": "Daisy Barry", - "gender": "female", - "age": 59, - "address": { - "state": "Indiana", - "city": "Allamuchy" - } - }, - { - "id": 4757, - "name": "Aileen Stafford", - "gender": "female", - "age": 57, - "address": { - "state": "New York", - "city": "Fredericktown" - } - }, - { - "id": 4758, - "name": "Teri Burns", - "gender": "female", - "age": 47, - "address": { - "state": "New Mexico", - "city": "Calverton" - } - }, - { - "id": 4759, - "name": "Jimenez Pacheco", - "gender": "male", - "age": 41, - "address": { - "state": "Montana", - "city": "Soudan" - } - }, - { - "id": 4760, - "name": "Mcgee Figueroa", - "gender": "male", - "age": 66, - "address": { - "state": "Kentucky", - "city": "Allentown" - } - }, - { - "id": 4761, - "name": "Tonia Savage", - "gender": "female", - "age": 40, - "address": { - "state": "Vermont", - "city": "Maybell" - } - }, - { - "id": 4762, - "name": "Forbes Bowen", - "gender": "male", - "age": 76, - "address": { - "state": "Missouri", - "city": "Clayville" - } - }, - { - "id": 4763, - "name": "Hardy Page", - "gender": "male", - "age": 43, - "address": { - "state": "South Dakota", - "city": "Hartsville/Hartley" - } - }, - { - "id": 4764, - "name": "Fulton Bishop", - "gender": "male", - "age": 68, - "address": { - "state": "Washington", - "city": "Bourg" - } - }, - { - "id": 4765, - "name": "John Delgado", - "gender": "female", - "age": 32, - "address": { - "state": "Ohio", - "city": "Dellview" - } - }, - { - "id": 4766, - "name": "Leah Erickson", - "gender": "female", - "age": 47, - "address": { - "state": "Maine", - "city": "Johnsonburg" - } - }, - { - "id": 4767, - "name": "Wilda Compton", - "gender": "female", - "age": 58, - "address": { - "state": "Arkansas", - "city": "Rivera" - } - }, - { - "id": 4768, - "name": "Watts Kirkland", - "gender": "male", - "age": 45, - "address": { - "state": "South Carolina", - "city": "Esmont" - } - }, - { - "id": 4769, - "name": "Mckay Boyd", - "gender": "male", - "age": 44, - "address": { - "state": "Georgia", - "city": "Winchester" - } - }, - { - "id": 4770, - "name": "Katherine Collier", - "gender": "female", - "age": 47, - "address": { - "state": "Wisconsin", - "city": "Hackneyville" - } - }, - { - "id": 4771, - "name": "Tania Shepard", - "gender": "female", - "age": 47, - "address": { - "state": "Alaska", - "city": "Kenwood" - } - }, - { - "id": 4772, - "name": "Saundra Powers", - "gender": "female", - "age": 17, - "address": { - "state": "Florida", - "city": "Wildwood" - } - }, - { - "id": 4773, - "name": "Briana Walters", - "gender": "female", - "age": 22, - "address": { - "state": "West Virginia", - "city": "Grazierville" - } - }, - { - "id": 4774, - "name": "Ramos Moore", - "gender": "male", - "age": 66, - "address": { - "state": "Louisiana", - "city": "Jenkinsville" - } - }, - { - "id": 4775, - "name": "Charity Slater", - "gender": "female", - "age": 54, - "address": { - "state": "New Hampshire", - "city": "Sylvanite" - } - }, - { - "id": 4776, - "name": "Marcie Mcguire", - "gender": "female", - "age": 27, - "address": { - "state": "Iowa", - "city": "Hoagland" - } - }, - { - "id": 4777, - "name": "Cote Lowery", - "gender": "male", - "age": 65, - "address": { - "state": "Michigan", - "city": "Whitewater" - } - }, - { - "id": 4778, - "name": "Savannah Merrill", - "gender": "female", - "age": 78, - "address": { - "state": "Illinois", - "city": "Springville" - } - }, - { - "id": 4779, - "name": "Darla Brown", - "gender": "female", - "age": 18, - "address": { - "state": "Rhode Island", - "city": "Fannett" - } - }, - { - "id": 4780, - "name": "Boyd Gamble", - "gender": "male", - "age": 67, - "address": { - "state": "Kansas", - "city": "Bowden" - } - }, - { - "id": 4781, - "name": "Pitts Marquez", - "gender": "male", - "age": 19, - "address": { - "state": "Wyoming", - "city": "Kohatk" - } - }, - { - "id": 4782, - "name": "Kristine Rodriguez", - "gender": "female", - "age": 63, - "address": { - "state": "Tennessee", - "city": "Urie" - } - }, - { - "id": 4783, - "name": "Mosley Best", - "gender": "male", - "age": 62, - "address": { - "state": "Idaho", - "city": "Brooktrails" - } - }, - { - "id": 4784, - "name": "Rocha Taylor", - "gender": "male", - "age": 53, - "address": { - "state": "Maryland", - "city": "Belvoir" - } - }, - { - "id": 4785, - "name": "Roslyn Deleon", - "gender": "female", - "age": 37, - "address": { - "state": "Alabama", - "city": "Sultana" - } - }, - { - "id": 4786, - "name": "Erna Fox", - "gender": "female", - "age": 45, - "address": { - "state": "Nevada", - "city": "Taycheedah" - } - }, - { - "id": 4787, - "name": "Mccoy Bryan", - "gender": "male", - "age": 58, - "address": { - "state": "New Jersey", - "city": "Robbins" - } - }, - { - "id": 4788, - "name": "Janie Michael", - "gender": "female", - "age": 48, - "address": { - "state": "Arizona", - "city": "Rockhill" - } - }, - { - "id": 4789, - "name": "Fitzpatrick Fry", - "gender": "male", - "age": 35, - "address": { - "state": "Nebraska", - "city": "Accoville" - } - }, - { - "id": 4790, - "name": "Clayton Myers", - "gender": "male", - "age": 66, - "address": { - "state": "Utah", - "city": "Defiance" - } - }, - { - "id": 4791, - "name": "Leann Holland", - "gender": "female", - "age": 27, - "address": { - "state": "Oklahoma", - "city": "Caledonia" - } - }, - { - "id": 4792, - "name": "Angel Le", - "gender": "female", - "age": 31, - "address": { - "state": "North Carolina", - "city": "Vicksburg" - } - }, - { - "id": 4793, - "name": "Doyle Maddox", - "gender": "male", - "age": 64, - "address": { - "state": "Connecticut", - "city": "Lupton" - } - }, - { - "id": 4794, - "name": "Gail Tran", - "gender": "female", - "age": 38, - "address": { - "state": "Minnesota", - "city": "Roland" - } - }, - { - "id": 4795, - "name": "Reba Riddle", - "gender": "female", - "age": 57, - "address": { - "state": "Colorado", - "city": "Coaldale" - } - }, - { - "id": 4796, - "name": "Lawson Knapp", - "gender": "male", - "age": 39, - "address": { - "state": "Hawaii", - "city": "Cobbtown" - } - }, - { - "id": 4797, - "name": "Araceli Fitzgerald", - "gender": "female", - "age": 80, - "address": { - "state": "Massachusetts", - "city": "Hendersonville" - } - }, - { - "id": 4798, - "name": "Dudley Matthews", - "gender": "male", - "age": 21, - "address": { - "state": "Mississippi", - "city": "Cade" - } - }, - { - "id": 4799, - "name": "Neal Brooks", - "gender": "male", - "age": 25, - "address": { - "state": "Oregon", - "city": "Warsaw" - } - }, - { - "id": 4800, - "name": "Taylor Brennan", - "gender": "female", - "age": 46, - "address": { - "state": "Virginia", - "city": "Sattley" - } - }, - { - "id": 4801, - "name": "Mcdowell William", - "gender": "male", - "age": 30, - "address": { - "state": "California", - "city": "Stonybrook" - } - }, - { - "id": 4802, - "name": "Love Gill", - "gender": "male", - "age": 51, - "address": { - "state": "Pennsylvania", - "city": "Gasquet" - } - }, - { - "id": 4803, - "name": "Knowles Whitney", - "gender": "male", - "age": 28, - "address": { - "state": "Vermont", - "city": "Nord" - } - }, - { - "id": 4804, - "name": "Downs Copeland", - "gender": "male", - "age": 38, - "address": { - "state": "Mississippi", - "city": "Hoagland" - } - }, - { - "id": 4805, - "name": "Maria Murray", - "gender": "female", - "age": 61, - "address": { - "state": "Iowa", - "city": "Sandston" - } - }, - { - "id": 4806, - "name": "Grant Simpson", - "gender": "male", - "age": 80, - "address": { - "state": "Connecticut", - "city": "Websterville" - } - }, - { - "id": 4807, - "name": "Robinson Stanley", - "gender": "male", - "age": 26, - "address": { - "state": "Hawaii", - "city": "Felt" - } - }, - { - "id": 4808, - "name": "Franks Hewitt", - "gender": "male", - "age": 56, - "address": { - "state": "Ohio", - "city": "Wauhillau" - } - }, - { - "id": 4809, - "name": "Schroeder Barrera", - "gender": "male", - "age": 23, - "address": { - "state": "California", - "city": "Aguila" - } - }, - { - "id": 4810, - "name": "Madden Fulton", - "gender": "male", - "age": 72, - "address": { - "state": "Utah", - "city": "Cade" - } - }, - { - "id": 4811, - "name": "Christensen Perry", - "gender": "male", - "age": 20, - "address": { - "state": "South Dakota", - "city": "Buxton" - } - }, - { - "id": 4812, - "name": "Mamie Stokes", - "gender": "female", - "age": 36, - "address": { - "state": "Tennessee", - "city": "Boykin" - } - }, - { - "id": 4813, - "name": "Whitney Henry", - "gender": "female", - "age": 75, - "address": { - "state": "Nebraska", - "city": "Sunbury" - } - }, - { - "id": 4814, - "name": "Sallie Delgado", - "gender": "female", - "age": 42, - "address": { - "state": "Alaska", - "city": "Kraemer" - } - }, - { - "id": 4815, - "name": "Wilkins Mays", - "gender": "male", - "age": 53, - "address": { - "state": "Montana", - "city": "Tivoli" - } - }, - { - "id": 4816, - "name": "Holden Santana", - "gender": "male", - "age": 44, - "address": { - "state": "Indiana", - "city": "Hampstead" - } - }, - { - "id": 4817, - "name": "Valerie Rich", - "gender": "female", - "age": 48, - "address": { - "state": "Georgia", - "city": "Conway" - } - }, - { - "id": 4818, - "name": "Sawyer Espinoza", - "gender": "male", - "age": 59, - "address": { - "state": "Minnesota", - "city": "Roberts" - } - }, - { - "id": 4819, - "name": "Stacey House", - "gender": "female", - "age": 49, - "address": { - "state": "Colorado", - "city": "Elfrida" - } - }, - { - "id": 4820, - "name": "Betty Ayala", - "gender": "female", - "age": 57, - "address": { - "state": "Kansas", - "city": "Outlook" - } - }, - { - "id": 4821, - "name": "Jenny Morrison", - "gender": "female", - "age": 46, - "address": { - "state": "Louisiana", - "city": "Aberdeen" - } - }, - { - "id": 4822, - "name": "Sherman Adams", - "gender": "male", - "age": 52, - "address": { - "state": "North Dakota", - "city": "Munjor" - } - }, - { - "id": 4823, - "name": "Harvey Fry", - "gender": "male", - "age": 44, - "address": { - "state": "Idaho", - "city": "Columbus" - } - }, - { - "id": 4824, - "name": "Erickson Mcgowan", - "gender": "male", - "age": 54, - "address": { - "state": "Illinois", - "city": "Fostoria" - } - }, - { - "id": 4825, - "name": "Becker Knight", - "gender": "male", - "age": 26, - "address": { - "state": "Michigan", - "city": "Sanborn" - } - }, - { - "id": 4826, - "name": "Roach Trujillo", - "gender": "male", - "age": 71, - "address": { - "state": "Kentucky", - "city": "Gardners" - } - }, - { - "id": 4827, - "name": "Ellen Mitchell", - "gender": "female", - "age": 74, - "address": { - "state": "West Virginia", - "city": "Iola" - } - }, - { - "id": 4828, - "name": "Dominguez Baldwin", - "gender": "male", - "age": 59, - "address": { - "state": "Alabama", - "city": "Denio" - } - }, - { - "id": 4829, - "name": "Marci Lynch", - "gender": "female", - "age": 65, - "address": { - "state": "New Mexico", - "city": "Kylertown" - } - }, - { - "id": 4830, - "name": "Mayer Figueroa", - "gender": "male", - "age": 79, - "address": { - "state": "Nevada", - "city": "Temperanceville" - } - }, - { - "id": 4831, - "name": "Benita Ortega", - "gender": "female", - "age": 64, - "address": { - "state": "Rhode Island", - "city": "Whitewater" - } - }, - { - "id": 4832, - "name": "Craft Richards", - "gender": "male", - "age": 22, - "address": { - "state": "Wisconsin", - "city": "Lindisfarne" - } - }, - { - "id": 4833, - "name": "Jordan Glass", - "gender": "female", - "age": 69, - "address": { - "state": "New Jersey", - "city": "Elbert" - } - }, - { - "id": 4834, - "name": "Gillespie Bentley", - "gender": "male", - "age": 50, - "address": { - "state": "South Carolina", - "city": "Weogufka" - } - }, - { - "id": 4835, - "name": "Underwood Lester", - "gender": "male", - "age": 63, - "address": { - "state": "Maine", - "city": "Nicut" - } - }, - { - "id": 4836, - "name": "Abby Shepherd", - "gender": "female", - "age": 56, - "address": { - "state": "Arizona", - "city": "Hamilton" - } - }, - { - "id": 4837, - "name": "Kari Smith", - "gender": "female", - "age": 49, - "address": { - "state": "Oregon", - "city": "Kohatk" - } - }, - { - "id": 4838, - "name": "Tate Mcguire", - "gender": "male", - "age": 63, - "address": { - "state": "Missouri", - "city": "Caledonia" - } - }, - { - "id": 4839, - "name": "Reese Miles", - "gender": "male", - "age": 49, - "address": { - "state": "Texas", - "city": "Needmore" - } - }, - { - "id": 4840, - "name": "Carter Mcconnell", - "gender": "male", - "age": 25, - "address": { - "state": "Delaware", - "city": "Otranto" - } - }, - { - "id": 4841, - "name": "Tania Sanchez", - "gender": "female", - "age": 24, - "address": { - "state": "Washington", - "city": "Devon" - } - }, - { - "id": 4842, - "name": "Gabriela Russo", - "gender": "female", - "age": 17, - "address": { - "state": "Arkansas", - "city": "Rockbridge" - } - }, - { - "id": 4843, - "name": "Marcie Campbell", - "gender": "female", - "age": 54, - "address": { - "state": "New Hampshire", - "city": "Kilbourne" - } - }, - { - "id": 4844, - "name": "Ila Schroeder", - "gender": "female", - "age": 78, - "address": { - "state": "Wyoming", - "city": "Logan" - } - }, - { - "id": 4845, - "name": "Donaldson Chase", - "gender": "male", - "age": 28, - "address": { - "state": "Virginia", - "city": "Witmer" - } - }, - { - "id": 4846, - "name": "Elaine Wright", - "gender": "female", - "age": 68, - "address": { - "state": "Florida", - "city": "Warren" - } - }, - { - "id": 4847, - "name": "Leah Macdonald", - "gender": "female", - "age": 47, - "address": { - "state": "Maryland", - "city": "Berlin" - } - }, - { - "id": 4848, - "name": "Colette Fowler", - "gender": "female", - "age": 82, - "address": { - "state": "Oklahoma", - "city": "Harrodsburg" - } - }, - { - "id": 4849, - "name": "Lowe Battle", - "gender": "male", - "age": 28, - "address": { - "state": "North Carolina", - "city": "Leyner" - } - }, - { - "id": 4850, - "name": "Elba Hyde", - "gender": "female", - "age": 78, - "address": { - "state": "New York", - "city": "Cotopaxi" - } - }, - { - "id": 4851, - "name": "Wendy Marks", - "gender": "female", - "age": 64, - "address": { - "state": "West Virginia", - "city": "Thomasville" - } - }, - { - "id": 4852, - "name": "Daugherty Hunt", - "gender": "male", - "age": 53, - "address": { - "state": "Massachusetts", - "city": "Dawn" - } - }, - { - "id": 4853, - "name": "Lina Baird", - "gender": "female", - "age": 67, - "address": { - "state": "Vermont", - "city": "Bancroft" - } - }, - { - "id": 4854, - "name": "Estela Miles", - "gender": "female", - "age": 52, - "address": { - "state": "Kentucky", - "city": "Craig" - } - }, - { - "id": 4855, - "name": "Tillman Logan", - "gender": "male", - "age": 71, - "address": { - "state": "Michigan", - "city": "Tuskahoma" - } - }, - { - "id": 4856, - "name": "English Knight", - "gender": "male", - "age": 37, - "address": { - "state": "Louisiana", - "city": "Sutton" - } - }, - { - "id": 4857, - "name": "Robertson Dodson", - "gender": "male", - "age": 28, - "address": { - "state": "Montana", - "city": "Sims" - } - }, - { - "id": 4858, - "name": "Luz Douglas", - "gender": "female", - "age": 47, - "address": { - "state": "New Jersey", - "city": "Nord" - } - }, - { - "id": 4859, - "name": "Matthews Alvarez", - "gender": "male", - "age": 39, - "address": { - "state": "Rhode Island", - "city": "Mulino" - } - }, - { - "id": 4860, - "name": "Olive Rasmussen", - "gender": "female", - "age": 75, - "address": { - "state": "Virginia", - "city": "Longbranch" - } - }, - { - "id": 4861, - "name": "Mitzi Kirkland", - "gender": "female", - "age": 58, - "address": { - "state": "Delaware", - "city": "Dotsero" - } - }, - { - "id": 4862, - "name": "Meagan Garrett", - "gender": "female", - "age": 31, - "address": { - "state": "Maine", - "city": "Denio" - } - }, - { - "id": 4863, - "name": "Rowe Gray", - "gender": "male", - "age": 25, - "address": { - "state": "Tennessee", - "city": "Wright" - } - }, - { - "id": 4864, - "name": "Lynch Dale", - "gender": "male", - "age": 47, - "address": { - "state": "Mississippi", - "city": "Bison" - } - }, - { - "id": 4865, - "name": "Workman Owen", - "gender": "male", - "age": 64, - "address": { - "state": "Maryland", - "city": "Motley" - } - }, - { - "id": 4866, - "name": "Odessa Simon", - "gender": "female", - "age": 77, - "address": { - "state": "Washington", - "city": "Wyano" - } - }, - { - "id": 4867, - "name": "Yang Gould", - "gender": "male", - "age": 54, - "address": { - "state": "Nebraska", - "city": "Holcombe" - } - }, - { - "id": 4868, - "name": "Jane Hatfield", - "gender": "female", - "age": 30, - "address": { - "state": "New Hampshire", - "city": "Mahtowa" - } - }, - { - "id": 4869, - "name": "Peggy Fry", - "gender": "female", - "age": 19, - "address": { - "state": "Nevada", - "city": "Malo" - } - }, - { - "id": 4870, - "name": "Quinn Guerra", - "gender": "male", - "age": 48, - "address": { - "state": "Texas", - "city": "Kent" - } - }, - { - "id": 4871, - "name": "Guerrero Acosta", - "gender": "male", - "age": 33, - "address": { - "state": "Idaho", - "city": "Henrietta" - } - }, - { - "id": 4872, - "name": "Cervantes Mcfadden", - "gender": "male", - "age": 73, - "address": { - "state": "Illinois", - "city": "Springdale" - } - }, - { - "id": 4873, - "name": "Burch Hines", - "gender": "male", - "age": 22, - "address": { - "state": "Alabama", - "city": "Beaverdale" - } - }, - { - "id": 4874, - "name": "Elvia Lynn", - "gender": "female", - "age": 33, - "address": { - "state": "South Dakota", - "city": "Tibbie" - } - }, - { - "id": 4875, - "name": "Carolyn Holder", - "gender": "female", - "age": 79, - "address": { - "state": "Minnesota", - "city": "Blodgett" - } - }, - { - "id": 4876, - "name": "Kimberley Harrison", - "gender": "female", - "age": 41, - "address": { - "state": "Georgia", - "city": "Boonville" - } - }, - { - "id": 4877, - "name": "Vickie Reyes", - "gender": "female", - "age": 47, - "address": { - "state": "North Dakota", - "city": "Dixie" - } - }, - { - "id": 4878, - "name": "Keith Woods", - "gender": "male", - "age": 81, - "address": { - "state": "Oklahoma", - "city": "Orovada" - } - }, - { - "id": 4879, - "name": "Lara Stanley", - "gender": "male", - "age": 62, - "address": { - "state": "Alaska", - "city": "Saranap" - } - }, - { - "id": 4880, - "name": "Sadie Foster", - "gender": "female", - "age": 40, - "address": { - "state": "Arizona", - "city": "Forestburg" - } - }, - { - "id": 4881, - "name": "Richards Hewitt", - "gender": "male", - "age": 37, - "address": { - "state": "Pennsylvania", - "city": "Grapeview" - } - }, - { - "id": 4882, - "name": "Nora Ochoa", - "gender": "female", - "age": 76, - "address": { - "state": "New York", - "city": "Dola" - } - }, - { - "id": 4883, - "name": "Viola Riggs", - "gender": "female", - "age": 20, - "address": { - "state": "Colorado", - "city": "Clarksburg" - } - }, - { - "id": 4884, - "name": "Anderson Cameron", - "gender": "male", - "age": 64, - "address": { - "state": "Wisconsin", - "city": "Norfolk" - } - }, - { - "id": 4885, - "name": "Ferrell Shields", - "gender": "male", - "age": 80, - "address": { - "state": "North Carolina", - "city": "Naomi" - } - }, - { - "id": 4886, - "name": "Ladonna Cole", - "gender": "female", - "age": 74, - "address": { - "state": "Arkansas", - "city": "Cawood" - } - }, - { - "id": 4887, - "name": "Clarissa Maddox", - "gender": "female", - "age": 79, - "address": { - "state": "South Carolina", - "city": "Alleghenyville" - } - }, - { - "id": 4888, - "name": "Galloway Walsh", - "gender": "male", - "age": 27, - "address": { - "state": "Missouri", - "city": "Brooktrails" - } - }, - { - "id": 4889, - "name": "Turner Meyers", - "gender": "male", - "age": 39, - "address": { - "state": "Utah", - "city": "Rockingham" - } - }, - { - "id": 4890, - "name": "Livingston Preston", - "gender": "male", - "age": 19, - "address": { - "state": "Indiana", - "city": "Lowgap" - } - }, - { - "id": 4891, - "name": "Lora Freeman", - "gender": "female", - "age": 36, - "address": { - "state": "California", - "city": "Suitland" - } - }, - { - "id": 4892, - "name": "Andrea Craig", - "gender": "female", - "age": 69, - "address": { - "state": "Kansas", - "city": "Waterford" - } - }, - { - "id": 4893, - "name": "Tabitha Middleton", - "gender": "female", - "age": 31, - "address": { - "state": "Connecticut", - "city": "Wilmington" - } - }, - { - "id": 4894, - "name": "Lott Kramer", - "gender": "male", - "age": 19, - "address": { - "state": "New Mexico", - "city": "Summertown" - } - }, - { - "id": 4895, - "name": "Kim Morrison", - "gender": "male", - "age": 33, - "address": { - "state": "Ohio", - "city": "Venice" - } - }, - { - "id": 4896, - "name": "Magdalena Buchanan", - "gender": "female", - "age": 36, - "address": { - "state": "Wyoming", - "city": "Joes" - } - }, - { - "id": 4897, - "name": "Rochelle Butler", - "gender": "female", - "age": 53, - "address": { - "state": "Oregon", - "city": "Kanauga" - } - }, - { - "id": 4898, - "name": "Millicent Mckenzie", - "gender": "female", - "age": 22, - "address": { - "state": "Hawaii", - "city": "Marbury" - } - }, - { - "id": 4899, - "name": "Morse Lindsay", - "gender": "male", - "age": 71, - "address": { - "state": "Iowa", - "city": "Manchester" - } - }, - { - "id": 4900, - "name": "Becker Marsh", - "gender": "male", - "age": 23, - "address": { - "state": "Illinois", - "city": "Hollymead" - } - }, - { - "id": 4901, - "name": "Steele Ellis", - "gender": "male", - "age": 81, - "address": { - "state": "North Dakota", - "city": "Walland" - } - }, - { - "id": 4902, - "name": "Luna Hobbs", - "gender": "male", - "age": 37, - "address": { - "state": "Washington", - "city": "Falconaire" - } - }, - { - "id": 4903, - "name": "Fisher Brewer", - "gender": "male", - "age": 24, - "address": { - "state": "Mississippi", - "city": "Chelsea" - } - }, - { - "id": 4904, - "name": "White Cline", - "gender": "male", - "age": 54, - "address": { - "state": "Massachusetts", - "city": "Coleville" - } - }, - { - "id": 4905, - "name": "Connie Miranda", - "gender": "female", - "age": 78, - "address": { - "state": "Nevada", - "city": "Floriston" - } - }, - { - "id": 4906, - "name": "Millicent Alexander", - "gender": "female", - "age": 42, - "address": { - "state": "Idaho", - "city": "Berwind" - } - }, - { - "id": 4907, - "name": "Bean Whitaker", - "gender": "male", - "age": 64, - "address": { - "state": "New Jersey", - "city": "Hemlock" - } - }, - { - "id": 4908, - "name": "Pamela Pacheco", - "gender": "female", - "age": 45, - "address": { - "state": "Wyoming", - "city": "Basye" - } - }, - { - "id": 4909, - "name": "Carole Grant", - "gender": "female", - "age": 70, - "address": { - "state": "Michigan", - "city": "Ivanhoe" - } - }, - { - "id": 4910, - "name": "Ellison Vinson", - "gender": "male", - "age": 48, - "address": { - "state": "Colorado", - "city": "Valle" - } - }, - { - "id": 4911, - "name": "Daugherty Holland", - "gender": "male", - "age": 78, - "address": { - "state": "New York", - "city": "Kerby" - } - }, - { - "id": 4912, - "name": "Joan Lancaster", - "gender": "female", - "age": 59, - "address": { - "state": "California", - "city": "Bath" - } - }, - { - "id": 4913, - "name": "Vilma Crane", - "gender": "female", - "age": 66, - "address": { - "state": "Minnesota", - "city": "Caledonia" - } - }, - { - "id": 4914, - "name": "Greer Cotton", - "gender": "male", - "age": 31, - "address": { - "state": "Virginia", - "city": "Whitehaven" - } - }, - { - "id": 4915, - "name": "Bartlett Booth", - "gender": "male", - "age": 77, - "address": { - "state": "New Mexico", - "city": "Chloride" - } - }, - { - "id": 4916, - "name": "Ella Massey", - "gender": "female", - "age": 19, - "address": { - "state": "Florida", - "city": "Kent" - } - }, - { - "id": 4917, - "name": "Tina Atkins", - "gender": "female", - "age": 29, - "address": { - "state": "Nebraska", - "city": "Snelling" - } - }, - { - "id": 4918, - "name": "Mcdaniel Becker", - "gender": "male", - "age": 70, - "address": { - "state": "Maine", - "city": "Harborton" - } - }, - { - "id": 4919, - "name": "Wise Pruitt", - "gender": "male", - "age": 69, - "address": { - "state": "Texas", - "city": "Waverly" - } - }, - { - "id": 4920, - "name": "Nannie Albert", - "gender": "female", - "age": 38, - "address": { - "state": "Alabama", - "city": "Dawn" - } - }, - { - "id": 4921, - "name": "Hinton Barnes", - "gender": "male", - "age": 38, - "address": { - "state": "Delaware", - "city": "Rehrersburg" - } - }, - { - "id": 4922, - "name": "Karin Buchanan", - "gender": "female", - "age": 53, - "address": { - "state": "Wisconsin", - "city": "Strykersville" - } - }, - { - "id": 4923, - "name": "Frost Holcomb", - "gender": "male", - "age": 55, - "address": { - "state": "Arizona", - "city": "Maury" - } - }, - { - "id": 4924, - "name": "Good Thornton", - "gender": "male", - "age": 64, - "address": { - "state": "Montana", - "city": "Kanauga" - } - }, - { - "id": 4925, - "name": "Mara Sweeney", - "gender": "female", - "age": 20, - "address": { - "state": "South Carolina", - "city": "Mulino" - } - }, - { - "id": 4926, - "name": "Jocelyn Stewart", - "gender": "female", - "age": 71, - "address": { - "state": "Maryland", - "city": "Convent" - } - }, - { - "id": 4927, - "name": "Bonita Stafford", - "gender": "female", - "age": 33, - "address": { - "state": "Tennessee", - "city": "Cowiche" - } - }, - { - "id": 4928, - "name": "Taylor Fisher", - "gender": "female", - "age": 78, - "address": { - "state": "Missouri", - "city": "Concho" - } - }, - { - "id": 4929, - "name": "Beatriz White", - "gender": "female", - "age": 46, - "address": { - "state": "Pennsylvania", - "city": "Mathews" - } - }, - { - "id": 4930, - "name": "Delaney Morgan", - "gender": "male", - "age": 43, - "address": { - "state": "West Virginia", - "city": "Harviell" - } - }, - { - "id": 4931, - "name": "Woods Snyder", - "gender": "male", - "age": 28, - "address": { - "state": "South Dakota", - "city": "Wedgewood" - } - }, - { - "id": 4932, - "name": "Clara Lamb", - "gender": "female", - "age": 76, - "address": { - "state": "Kansas", - "city": "Itmann" - } - }, - { - "id": 4933, - "name": "Charlotte Cameron", - "gender": "female", - "age": 54, - "address": { - "state": "Iowa", - "city": "Navarre" - } - }, - { - "id": 4934, - "name": "Tricia Joyce", - "gender": "female", - "age": 82, - "address": { - "state": "Louisiana", - "city": "Greenock" - } - }, - { - "id": 4935, - "name": "Mariana Pierce", - "gender": "female", - "age": 52, - "address": { - "state": "Indiana", - "city": "Durham" - } - }, - { - "id": 4936, - "name": "Aileen Head", - "gender": "female", - "age": 82, - "address": { - "state": "Alaska", - "city": "Wauhillau" - } - }, - { - "id": 4937, - "name": "Watson Bridges", - "gender": "male", - "age": 56, - "address": { - "state": "Arkansas", - "city": "Ripley" - } - }, - { - "id": 4938, - "name": "Fanny Stanton", - "gender": "female", - "age": 18, - "address": { - "state": "Georgia", - "city": "Williston" - } - }, - { - "id": 4939, - "name": "Lloyd Zamora", - "gender": "male", - "age": 29, - "address": { - "state": "Vermont", - "city": "Stouchsburg" - } - }, - { - "id": 4940, - "name": "Julie Emerson", - "gender": "female", - "age": 69, - "address": { - "state": "Ohio", - "city": "Reinerton" - } - }, - { - "id": 4941, - "name": "Cathleen Gilliam", - "gender": "female", - "age": 22, - "address": { - "state": "Utah", - "city": "Shindler" - } - }, - { - "id": 4942, - "name": "Dickerson Monroe", - "gender": "male", - "age": 21, - "address": { - "state": "New Hampshire", - "city": "Slovan" - } - }, - { - "id": 4943, - "name": "Stewart Lawrence", - "gender": "male", - "age": 20, - "address": { - "state": "Rhode Island", - "city": "Brookfield" - } - }, - { - "id": 4944, - "name": "Mann Estes", - "gender": "male", - "age": 22, - "address": { - "state": "Connecticut", - "city": "Ironton" - } - }, - { - "id": 4945, - "name": "Danielle Knowles", - "gender": "female", - "age": 47, - "address": { - "state": "Oklahoma", - "city": "Henrietta" - } - }, - { - "id": 4946, - "name": "Everett Hancock", - "gender": "male", - "age": 67, - "address": { - "state": "Oregon", - "city": "Edmund" - } - }, - { - "id": 4947, - "name": "Haney Mayo", - "gender": "male", - "age": 80, - "address": { - "state": "North Carolina", - "city": "Wanamie" - } - }, - { - "id": 4948, - "name": "Lindsey Pickett", - "gender": "female", - "age": 50, - "address": { - "state": "Hawaii", - "city": "Joes" - } - }, - { - "id": 4949, - "name": "Imogene Hartman", - "gender": "female", - "age": 79, - "address": { - "state": "Ohio", - "city": "Kimmell" - } - }, - { - "id": 4950, - "name": "Gretchen Jimenez", - "gender": "female", - "age": 73, - "address": { - "state": "Oregon", - "city": "Albrightsville" - } - }, - { - "id": 4951, - "name": "Savage Blair", - "gender": "male", - "age": 32, - "address": { - "state": "Nevada", - "city": "Saranap" - } - }, - { - "id": 4952, - "name": "Kimberley Bender", - "gender": "female", - "age": 49, - "address": { - "state": "California", - "city": "Homeworth" - } - }, - { - "id": 4953, - "name": "Elena Cain", - "gender": "female", - "age": 45, - "address": { - "state": "Kansas", - "city": "Unionville" - } - }, - { - "id": 4954, - "name": "Keller Ochoa", - "gender": "male", - "age": 80, - "address": { - "state": "Nebraska", - "city": "Kiskimere" - } - }, - { - "id": 4955, - "name": "Rasmussen Clemons", - "gender": "male", - "age": 81, - "address": { - "state": "Rhode Island", - "city": "Watrous" - } - }, - { - "id": 4956, - "name": "Nguyen Santiago", - "gender": "male", - "age": 26, - "address": { - "state": "Arkansas", - "city": "Northridge" - } - }, - { - "id": 4957, - "name": "Blake Gamble", - "gender": "male", - "age": 53, - "address": { - "state": "Montana", - "city": "Belmont" - } - }, - { - "id": 4958, - "name": "Polly Mathews", - "gender": "female", - "age": 35, - "address": { - "state": "South Dakota", - "city": "Iberia" - } - }, - { - "id": 4959, - "name": "Mai Young", - "gender": "female", - "age": 32, - "address": { - "state": "Hawaii", - "city": "Chical" - } - }, - { - "id": 4960, - "name": "Rivera Terrell", - "gender": "male", - "age": 25, - "address": { - "state": "Kentucky", - "city": "Bentonville" - } - }, - { - "id": 4961, - "name": "Barr Fletcher", - "gender": "male", - "age": 25, - "address": { - "state": "New Mexico", - "city": "Cornucopia" - } - }, - { - "id": 4962, - "name": "Nelson Gilliam", - "gender": "male", - "age": 46, - "address": { - "state": "Indiana", - "city": "Emory" - } - }, - { - "id": 4963, - "name": "Henrietta Woods", - "gender": "female", - "age": 30, - "address": { - "state": "Washington", - "city": "Austinburg" - } - }, - { - "id": 4964, - "name": "Twila Langley", - "gender": "female", - "age": 54, - "address": { - "state": "Idaho", - "city": "Chaparrito" - } - }, - { - "id": 4965, - "name": "Shelton Moody", - "gender": "male", - "age": 59, - "address": { - "state": "Pennsylvania", - "city": "Wyoming" - } - }, - { - "id": 4966, - "name": "Catherine Vang", - "gender": "female", - "age": 79, - "address": { - "state": "Illinois", - "city": "Sutton" - } - }, - { - "id": 4967, - "name": "Gould Collier", - "gender": "male", - "age": 49, - "address": { - "state": "New York", - "city": "Albany" - } - }, - { - "id": 4968, - "name": "Megan Jennings", - "gender": "female", - "age": 39, - "address": { - "state": "Mississippi", - "city": "Oneida" - } - }, - { - "id": 4969, - "name": "Morrison Nunez", - "gender": "male", - "age": 80, - "address": { - "state": "Iowa", - "city": "Lawrence" - } - }, - { - "id": 4970, - "name": "Washington Stafford", - "gender": "male", - "age": 61, - "address": { - "state": "Delaware", - "city": "Clinton" - } - }, - { - "id": 4971, - "name": "Mcclure Wright", - "gender": "male", - "age": 47, - "address": { - "state": "Wyoming", - "city": "Hegins" - } - }, - { - "id": 4972, - "name": "Mcleod Sims", - "gender": "male", - "age": 35, - "address": { - "state": "New Hampshire", - "city": "Greenfields" - } - }, - { - "id": 4973, - "name": "Paulette Scott", - "gender": "female", - "age": 60, - "address": { - "state": "Maine", - "city": "Loveland" - } - }, - { - "id": 4974, - "name": "Cline Wolf", - "gender": "male", - "age": 76, - "address": { - "state": "Connecticut", - "city": "Windsor" - } - }, - { - "id": 4975, - "name": "Irwin Cox", - "gender": "male", - "age": 36, - "address": { - "state": "Oklahoma", - "city": "Konterra" - } - }, - { - "id": 4976, - "name": "Mathews Pacheco", - "gender": "male", - "age": 38, - "address": { - "state": "Missouri", - "city": "National" - } - }, - { - "id": 4977, - "name": "Iva Gallagher", - "gender": "female", - "age": 18, - "address": { - "state": "West Virginia", - "city": "Connerton" - } - }, - { - "id": 4978, - "name": "Stephenson Bradshaw", - "gender": "male", - "age": 35, - "address": { - "state": "Colorado", - "city": "Keyport" - } - }, - { - "id": 4979, - "name": "Aline Mejia", - "gender": "female", - "age": 75, - "address": { - "state": "Texas", - "city": "Bradenville" - } - }, - { - "id": 4980, - "name": "Daniel Farley", - "gender": "male", - "age": 33, - "address": { - "state": "Alabama", - "city": "Hatteras" - } - }, - { - "id": 4981, - "name": "Vaughan Ball", - "gender": "male", - "age": 61, - "address": { - "state": "Louisiana", - "city": "Roulette" - } - }, - { - "id": 4982, - "name": "Rita Freeman", - "gender": "female", - "age": 52, - "address": { - "state": "Alaska", - "city": "Stollings" - } - }, - { - "id": 4983, - "name": "Mccall Farrell", - "gender": "male", - "age": 81, - "address": { - "state": "Utah", - "city": "Caroline" - } - }, - { - "id": 4984, - "name": "Alissa Goodman", - "gender": "female", - "age": 82, - "address": { - "state": "Arizona", - "city": "Dubois" - } - }, - { - "id": 4985, - "name": "Branch Nieves", - "gender": "male", - "age": 40, - "address": { - "state": "Georgia", - "city": "Greenock" - } - }, - { - "id": 4986, - "name": "Chasity Andrews", - "gender": "female", - "age": 78, - "address": { - "state": "Florida", - "city": "Fedora" - } - }, - { - "id": 4987, - "name": "Ollie Hardy", - "gender": "female", - "age": 42, - "address": { - "state": "Virginia", - "city": "Shasta" - } - }, - { - "id": 4988, - "name": "Noel Lambert", - "gender": "male", - "age": 59, - "address": { - "state": "Michigan", - "city": "Muse" - } - }, - { - "id": 4989, - "name": "Torres Mcgowan", - "gender": "male", - "age": 27, - "address": { - "state": "Tennessee", - "city": "Nescatunga" - } - }, - { - "id": 4990, - "name": "Nicholson Mcclain", - "gender": "male", - "age": 33, - "address": { - "state": "Minnesota", - "city": "Bourg" - } - }, - { - "id": 4991, - "name": "Allison Whitfield", - "gender": "female", - "age": 22, - "address": { - "state": "Vermont", - "city": "Sardis" - } - }, - { - "id": 4992, - "name": "Kathrine Lamb", - "gender": "female", - "age": 48, - "address": { - "state": "South Carolina", - "city": "Orick" - } - }, - { - "id": 4993, - "name": "Mckee Goodwin", - "gender": "male", - "age": 60, - "address": { - "state": "New Jersey", - "city": "Wheatfields" - } - }, - { - "id": 4994, - "name": "Callie Boyle", - "gender": "female", - "age": 75, - "address": { - "state": "Wisconsin", - "city": "Ypsilanti" - } - }, - { - "id": 4995, - "name": "Farmer Garner", - "gender": "male", - "age": 71, - "address": { - "state": "North Carolina", - "city": "Columbus" - } - }, - { - "id": 4996, - "name": "Serrano Justice", - "gender": "male", - "age": 25, - "address": { - "state": "Massachusetts", - "city": "Glenville" - } - }, - { - "id": 4997, - "name": "Horne Curry", - "gender": "male", - "age": 19, - "address": { - "state": "Maryland", - "city": "Volta" - } - }, - { - "id": 4998, - "name": "Michelle Gentry", - "gender": "female", - "age": 72, - "address": { - "state": "Delaware", - "city": "Wolcott" - } - }, - { - "id": 4999, - "name": "Odom Kelly", - "gender": "male", - "age": 68, - "address": { - "state": "Pennsylvania", - "city": "Beechmont" - } - }, - { - "id": 5000, - "name": "Martinez Duran", - "gender": "male", - "age": 67, - "address": { - "state": "Wisconsin", - "city": "Wawona" - } - }, - { - "id": 5001, - "name": "Terry Pate", - "gender": "female", - "age": 48, - "address": { - "state": "Indiana", - "city": "Germanton" - } - }, - { - "id": 5002, - "name": "Araceli Puckett", - "gender": "female", - "age": 64, - "address": { - "state": "South Carolina", - "city": "Retsof" - } - }, - { - "id": 5003, - "name": "Evans Christensen", - "gender": "male", - "age": 63, - "address": { - "state": "Minnesota", - "city": "Sultana" - } - }, - { - "id": 5004, - "name": "Payne Booker", - "gender": "male", - "age": 62, - "address": { - "state": "Missouri", - "city": "Wollochet" - } - }, - { - "id": 5005, - "name": "Gay Mcconnell", - "gender": "male", - "age": 52, - "address": { - "state": "Rhode Island", - "city": "Veguita" - } - }, - { - "id": 5006, - "name": "Alyssa Simon", - "gender": "female", - "age": 77, - "address": { - "state": "Colorado", - "city": "Bergoo" - } - }, - { - "id": 5007, - "name": "Lillian Chan", - "gender": "female", - "age": 60, - "address": { - "state": "Mississippi", - "city": "Magnolia" - } - }, - { - "id": 5008, - "name": "Miranda Davenport", - "gender": "female", - "age": 48, - "address": { - "state": "Maine", - "city": "Mathews" - } - }, - { - "id": 5009, - "name": "Betsy Montoya", - "gender": "female", - "age": 46, - "address": { - "state": "Hawaii", - "city": "Alden" - } - }, - { - "id": 5010, - "name": "Ila Knapp", - "gender": "female", - "age": 38, - "address": { - "state": "Arizona", - "city": "Genoa" - } - }, - { - "id": 5011, - "name": "Suzanne Wynn", - "gender": "female", - "age": 80, - "address": { - "state": "Texas", - "city": "Kenvil" - } - }, - { - "id": 5012, - "name": "Simon Stanton", - "gender": "male", - "age": 66, - "address": { - "state": "Florida", - "city": "Allensworth" - } - }, - { - "id": 5013, - "name": "Aimee Scott", - "gender": "female", - "age": 73, - "address": { - "state": "New Jersey", - "city": "Dellview" - } - }, - { - "id": 5014, - "name": "Freida Valencia", - "gender": "female", - "age": 27, - "address": { - "state": "Maryland", - "city": "Iberia" - } - }, - { - "id": 5015, - "name": "Melanie Haley", - "gender": "female", - "age": 44, - "address": { - "state": "West Virginia", - "city": "Norwood" - } - }, - { - "id": 5016, - "name": "Nadia Morin", - "gender": "female", - "age": 55, - "address": { - "state": "North Carolina", - "city": "Coloma" - } - }, - { - "id": 5017, - "name": "Casey Peck", - "gender": "female", - "age": 54, - "address": { - "state": "Iowa", - "city": "Gloucester" - } - }, - { - "id": 5018, - "name": "Merle Cole", - "gender": "female", - "age": 23, - "address": { - "state": "Illinois", - "city": "Freetown" - } - }, - { - "id": 5019, - "name": "Curtis Guthrie", - "gender": "male", - "age": 41, - "address": { - "state": "South Dakota", - "city": "Slovan" - } - }, - { - "id": 5020, - "name": "Oneal Garrison", - "gender": "male", - "age": 81, - "address": { - "state": "Oregon", - "city": "Vivian" - } - }, - { - "id": 5021, - "name": "Juliana Butler", - "gender": "female", - "age": 51, - "address": { - "state": "Idaho", - "city": "Greenbackville" - } - }, - { - "id": 5022, - "name": "Earline Mays", - "gender": "female", - "age": 53, - "address": { - "state": "California", - "city": "Tedrow" - } - }, - { - "id": 5023, - "name": "Cox Merritt", - "gender": "male", - "age": 79, - "address": { - "state": "New York", - "city": "Biddle" - } - }, - { - "id": 5024, - "name": "Schwartz Graham", - "gender": "male", - "age": 43, - "address": { - "state": "New Hampshire", - "city": "Spokane" - } - }, - { - "id": 5025, - "name": "Natalia Myers", - "gender": "female", - "age": 53, - "address": { - "state": "Ohio", - "city": "Dixie" - } - }, - { - "id": 5026, - "name": "Sherri Gillespie", - "gender": "female", - "age": 45, - "address": { - "state": "Utah", - "city": "Riner" - } - }, - { - "id": 5027, - "name": "Traci Collins", - "gender": "female", - "age": 67, - "address": { - "state": "Virginia", - "city": "Watchtower" - } - }, - { - "id": 5028, - "name": "West Glenn", - "gender": "male", - "age": 70, - "address": { - "state": "Georgia", - "city": "Woodlake" - } - }, - { - "id": 5029, - "name": "Nannie Blackburn", - "gender": "female", - "age": 75, - "address": { - "state": "Washington", - "city": "Cumminsville" - } - }, - { - "id": 5030, - "name": "Leigh Brewer", - "gender": "female", - "age": 37, - "address": { - "state": "Michigan", - "city": "Zortman" - } - }, - { - "id": 5031, - "name": "Vance Riddle", - "gender": "male", - "age": 66, - "address": { - "state": "Louisiana", - "city": "Ferney" - } - }, - { - "id": 5032, - "name": "Lara Terrell", - "gender": "female", - "age": 18, - "address": { - "state": "Alaska", - "city": "Ebro" - } - }, - { - "id": 5033, - "name": "Lee Blair", - "gender": "male", - "age": 79, - "address": { - "state": "Montana", - "city": "Bartley" - } - }, - { - "id": 5034, - "name": "Blackburn Montgomery", - "gender": "male", - "age": 49, - "address": { - "state": "Nevada", - "city": "Brambleton" - } - }, - { - "id": 5035, - "name": "Esperanza Robertson", - "gender": "female", - "age": 40, - "address": { - "state": "Wyoming", - "city": "Worton" - } - }, - { - "id": 5036, - "name": "Chase Shields", - "gender": "male", - "age": 65, - "address": { - "state": "Connecticut", - "city": "Clinton" - } - }, - { - "id": 5037, - "name": "Mavis Oneill", - "gender": "female", - "age": 52, - "address": { - "state": "Vermont", - "city": "Dennard" - } - }, - { - "id": 5038, - "name": "Conner Rasmussen", - "gender": "male", - "age": 42, - "address": { - "state": "Oklahoma", - "city": "Hannasville" - } - }, - { - "id": 5039, - "name": "Morrison Hebert", - "gender": "male", - "age": 40, - "address": { - "state": "Massachusetts", - "city": "Newkirk" - } - }, - { - "id": 5040, - "name": "Ratliff Kerr", - "gender": "male", - "age": 23, - "address": { - "state": "New Mexico", - "city": "Venice" - } - }, - { - "id": 5041, - "name": "House Chandler", - "gender": "male", - "age": 42, - "address": { - "state": "Kansas", - "city": "Finzel" - } - }, - { - "id": 5042, - "name": "Ashlee Small", - "gender": "female", - "age": 82, - "address": { - "state": "North Dakota", - "city": "Benson" - } - }, - { - "id": 5043, - "name": "Faye Davis", - "gender": "female", - "age": 27, - "address": { - "state": "Alabama", - "city": "Roulette" - } - }, - { - "id": 5044, - "name": "Hebert Clarke", - "gender": "male", - "age": 72, - "address": { - "state": "Arkansas", - "city": "Nipinnawasee" - } - }, - { - "id": 5045, - "name": "Dolores Mcguire", - "gender": "female", - "age": 29, - "address": { - "state": "Nebraska", - "city": "Jamestown" - } - }, - { - "id": 5046, - "name": "Oneill Macias", - "gender": "male", - "age": 56, - "address": { - "state": "Tennessee", - "city": "Garfield" - } - }, - { - "id": 5047, - "name": "Blanche Orr", - "gender": "female", - "age": 24, - "address": { - "state": "Wyoming", - "city": "Goodville" - } - }, - { - "id": 5048, - "name": "Gilmore French", - "gender": "male", - "age": 55, - "address": { - "state": "Georgia", - "city": "Oceola" - } - }, - { - "id": 5049, - "name": "Chavez Jimenez", - "gender": "male", - "age": 80, - "address": { - "state": "Maine", - "city": "Tyhee" - } - }, - { - "id": 5050, - "name": "Eunice Andrews", - "gender": "female", - "age": 35, - "address": { - "state": "Nebraska", - "city": "Elliston" - } - }, - { - "id": 5051, - "name": "Atkins Vincent", - "gender": "male", - "age": 80, - "address": { - "state": "Delaware", - "city": "Ogema" - } - }, - { - "id": 5052, - "name": "Massey Combs", - "gender": "male", - "age": 26, - "address": { - "state": "Rhode Island", - "city": "Rodman" - } - }, - { - "id": 5053, - "name": "Vega Nielsen", - "gender": "male", - "age": 26, - "address": { - "state": "Texas", - "city": "Kipp" - } - }, - { - "id": 5054, - "name": "Rowe Roach", - "gender": "male", - "age": 63, - "address": { - "state": "South Dakota", - "city": "Orviston" - } - }, - { - "id": 5055, - "name": "Mccarthy Myers", - "gender": "male", - "age": 38, - "address": { - "state": "Illinois", - "city": "Conway" - } - }, - { - "id": 5056, - "name": "Jennings Flynn", - "gender": "male", - "age": 70, - "address": { - "state": "Hawaii", - "city": "Albany" - } - }, - { - "id": 5057, - "name": "Sandra Matthews", - "gender": "female", - "age": 68, - "address": { - "state": "Florida", - "city": "Mammoth" - } - }, - { - "id": 5058, - "name": "Peck Woodward", - "gender": "male", - "age": 29, - "address": { - "state": "North Carolina", - "city": "Greensburg" - } - }, - { - "id": 5059, - "name": "Dionne Gill", - "gender": "female", - "age": 75, - "address": { - "state": "Massachusetts", - "city": "Trail" - } - }, - { - "id": 5060, - "name": "Elisa Simpson", - "gender": "female", - "age": 75, - "address": { - "state": "Oregon", - "city": "Haena" - } - }, - { - "id": 5061, - "name": "Minerva Huff", - "gender": "female", - "age": 28, - "address": { - "state": "North Dakota", - "city": "Canterwood" - } - }, - { - "id": 5062, - "name": "Susana Sloan", - "gender": "female", - "age": 65, - "address": { - "state": "Mississippi", - "city": "Maxville" - } - }, - { - "id": 5063, - "name": "Terry Brown", - "gender": "female", - "age": 60, - "address": { - "state": "Nevada", - "city": "Statenville" - } - }, - { - "id": 5064, - "name": "Carrillo Grant", - "gender": "male", - "age": 58, - "address": { - "state": "Pennsylvania", - "city": "Garnet" - } - }, - { - "id": 5065, - "name": "Howard Wilkinson", - "gender": "male", - "age": 75, - "address": { - "state": "New York", - "city": "Marne" - } - }, - { - "id": 5066, - "name": "Richards Hernandez", - "gender": "male", - "age": 79, - "address": { - "state": "Wisconsin", - "city": "Advance" - } - }, - { - "id": 5067, - "name": "Millicent Dickerson", - "gender": "female", - "age": 72, - "address": { - "state": "Louisiana", - "city": "Nettie" - } - }, - { - "id": 5068, - "name": "Kate Benton", - "gender": "female", - "age": 79, - "address": { - "state": "South Carolina", - "city": "Summertown" - } - }, - { - "id": 5069, - "name": "Rojas Ward", - "gender": "male", - "age": 58, - "address": { - "state": "Kentucky", - "city": "Biddle" - } - }, - { - "id": 5070, - "name": "Bessie Branch", - "gender": "female", - "age": 50, - "address": { - "state": "Tennessee", - "city": "Abiquiu" - } - }, - { - "id": 5071, - "name": "April Noel", - "gender": "female", - "age": 63, - "address": { - "state": "Utah", - "city": "Noxen" - } - }, - { - "id": 5072, - "name": "Bonnie Baxter", - "gender": "female", - "age": 20, - "address": { - "state": "Idaho", - "city": "Marenisco" - } - }, - { - "id": 5073, - "name": "Carolina Acosta", - "gender": "female", - "age": 63, - "address": { - "state": "Connecticut", - "city": "Fingerville" - } - }, - { - "id": 5074, - "name": "Katina Buckley", - "gender": "female", - "age": 37, - "address": { - "state": "Virginia", - "city": "Ada" - } - }, - { - "id": 5075, - "name": "Estrada Barrett", - "gender": "male", - "age": 18, - "address": { - "state": "Kansas", - "city": "Edneyville" - } - }, - { - "id": 5076, - "name": "Kane Tran", - "gender": "male", - "age": 72, - "address": { - "state": "Arizona", - "city": "Cawood" - } - }, - { - "id": 5077, - "name": "Christina Riddle", - "gender": "female", - "age": 65, - "address": { - "state": "New Mexico", - "city": "Camas" - } - }, - { - "id": 5078, - "name": "Winifred Parks", - "gender": "female", - "age": 31, - "address": { - "state": "Missouri", - "city": "Dunnavant" - } - }, - { - "id": 5079, - "name": "Tania Marshall", - "gender": "female", - "age": 72, - "address": { - "state": "Iowa", - "city": "Ladera" - } - }, - { - "id": 5080, - "name": "Ivy Valentine", - "gender": "female", - "age": 63, - "address": { - "state": "Vermont", - "city": "Kohatk" - } - }, - { - "id": 5081, - "name": "Mooney Huber", - "gender": "male", - "age": 67, - "address": { - "state": "Washington", - "city": "Galesville" - } - }, - { - "id": 5082, - "name": "Marissa Tanner", - "gender": "female", - "age": 66, - "address": { - "state": "Oklahoma", - "city": "Slovan" - } - }, - { - "id": 5083, - "name": "Clayton Wright", - "gender": "male", - "age": 26, - "address": { - "state": "Maryland", - "city": "Waterloo" - } - }, - { - "id": 5084, - "name": "Lynette Bowen", - "gender": "female", - "age": 70, - "address": { - "state": "Michigan", - "city": "Rosine" - } - }, - { - "id": 5085, - "name": "Mcbride Fleming", - "gender": "male", - "age": 35, - "address": { - "state": "New Hampshire", - "city": "Chloride" - } - }, - { - "id": 5086, - "name": "Lawanda Rose", - "gender": "female", - "age": 51, - "address": { - "state": "Indiana", - "city": "Robbins" - } - }, - { - "id": 5087, - "name": "Aisha Webb", - "gender": "female", - "age": 75, - "address": { - "state": "Montana", - "city": "Broadlands" - } - }, - { - "id": 5088, - "name": "Stacey Fuentes", - "gender": "female", - "age": 18, - "address": { - "state": "Arkansas", - "city": "Bannock" - } - }, - { - "id": 5089, - "name": "Sue Downs", - "gender": "female", - "age": 19, - "address": { - "state": "New Jersey", - "city": "Blende" - } - }, - { - "id": 5090, - "name": "Carmela Pierce", - "gender": "female", - "age": 18, - "address": { - "state": "West Virginia", - "city": "Lavalette" - } - }, - { - "id": 5091, - "name": "Constance Willis", - "gender": "female", - "age": 82, - "address": { - "state": "California", - "city": "Nadine" - } - }, - { - "id": 5092, - "name": "Darcy Dotson", - "gender": "female", - "age": 55, - "address": { - "state": "Alabama", - "city": "Greenwich" - } - }, - { - "id": 5093, - "name": "Julianne Holder", - "gender": "female", - "age": 39, - "address": { - "state": "Ohio", - "city": "Beechmont" - } - }, - { - "id": 5094, - "name": "Cynthia Mejia", - "gender": "female", - "age": 71, - "address": { - "state": "Minnesota", - "city": "Valle" - } - }, - { - "id": 5095, - "name": "Kristi Irwin", - "gender": "female", - "age": 21, - "address": { - "state": "Alaska", - "city": "Katonah" - } - }, - { - "id": 5096, - "name": "Herrera Kemp", - "gender": "male", - "age": 70, - "address": { - "state": "California", - "city": "Fostoria" - } - }, - { - "id": 5097, - "name": "Sexton Hurley", - "gender": "male", - "age": 35, - "address": { - "state": "Colorado", - "city": "Fairacres" - } - }, - { - "id": 5098, - "name": "Vonda Faulkner", - "gender": "female", - "age": 63, - "address": { - "state": "Maine", - "city": "Swartzville" - } - }, - { - "id": 5099, - "name": "Leonor Lynn", - "gender": "female", - "age": 49, - "address": { - "state": "Michigan", - "city": "Tuskahoma" - } - }, - { - "id": 5100, - "name": "Madeleine Mclaughlin", - "gender": "female", - "age": 63, - "address": { - "state": "Maryland", - "city": "Norfolk" - } - }, - { - "id": 5101, - "name": "Armstrong Gomez", - "gender": "male", - "age": 18, - "address": { - "state": "Mississippi", - "city": "Klondike" - } - }, - { - "id": 5102, - "name": "Alvarado Hoover", - "gender": "male", - "age": 59, - "address": { - "state": "Virginia", - "city": "Westwood" - } - }, - { - "id": 5103, - "name": "Britt Marsh", - "gender": "male", - "age": 23, - "address": { - "state": "North Dakota", - "city": "Forbestown" - } - }, - { - "id": 5104, - "name": "Helene William", - "gender": "female", - "age": 47, - "address": { - "state": "Wisconsin", - "city": "Ladera" - } - }, - { - "id": 5105, - "name": "Jacqueline Carter", - "gender": "female", - "age": 20, - "address": { - "state": "South Carolina", - "city": "Emerald" - } - }, - { - "id": 5106, - "name": "Kelley Allen", - "gender": "female", - "age": 59, - "address": { - "state": "Connecticut", - "city": "Tolu" - } - }, - { - "id": 5107, - "name": "Laura Collier", - "gender": "female", - "age": 22, - "address": { - "state": "Illinois", - "city": "Germanton" - } - }, - { - "id": 5108, - "name": "Buckley Parrish", - "gender": "male", - "age": 36, - "address": { - "state": "Kentucky", - "city": "Freeburn" - } - }, - { - "id": 5109, - "name": "Fry Hunt", - "gender": "male", - "age": 55, - "address": { - "state": "Delaware", - "city": "Nelson" - } - }, - { - "id": 5110, - "name": "Casey Booker", - "gender": "female", - "age": 17, - "address": { - "state": "New Mexico", - "city": "Flintville" - } - }, - { - "id": 5111, - "name": "Stark Charles", - "gender": "male", - "age": 21, - "address": { - "state": "Alaska", - "city": "Chase" - } - }, - { - "id": 5112, - "name": "Christensen Mercer", - "gender": "male", - "age": 19, - "address": { - "state": "Idaho", - "city": "Wawona" - } - }, - { - "id": 5113, - "name": "Silva Shannon", - "gender": "male", - "age": 66, - "address": { - "state": "Arizona", - "city": "Fulford" - } - }, - { - "id": 5114, - "name": "Pierce Alston", - "gender": "male", - "age": 61, - "address": { - "state": "Oklahoma", - "city": "Wadsworth" - } - }, - { - "id": 5115, - "name": "Mendoza Maynard", - "gender": "male", - "age": 42, - "address": { - "state": "Rhode Island", - "city": "Statenville" - } - }, - { - "id": 5116, - "name": "Jannie Jordan", - "gender": "female", - "age": 57, - "address": { - "state": "Nevada", - "city": "Hiseville" - } - }, - { - "id": 5117, - "name": "Kayla Crosby", - "gender": "female", - "age": 45, - "address": { - "state": "North Carolina", - "city": "Enetai" - } - }, - { - "id": 5118, - "name": "Addie Solomon", - "gender": "female", - "age": 23, - "address": { - "state": "Vermont", - "city": "Hessville" - } - }, - { - "id": 5119, - "name": "Ferguson Levine", - "gender": "male", - "age": 82, - "address": { - "state": "New Jersey", - "city": "Foxworth" - } - }, - { - "id": 5120, - "name": "Cain Kline", - "gender": "male", - "age": 74, - "address": { - "state": "South Dakota", - "city": "Harleigh" - } - }, - { - "id": 5121, - "name": "Hancock Hernandez", - "gender": "male", - "age": 31, - "address": { - "state": "Missouri", - "city": "Jenkinsville" - } - }, - { - "id": 5122, - "name": "Rosalinda Ashley", - "gender": "female", - "age": 73, - "address": { - "state": "Texas", - "city": "Tampico" - } - }, - { - "id": 5123, - "name": "Ester Chapman", - "gender": "female", - "age": 54, - "address": { - "state": "Louisiana", - "city": "Sandston" - } - }, - { - "id": 5124, - "name": "Bowen Mcgowan", - "gender": "male", - "age": 41, - "address": { - "state": "Arkansas", - "city": "Ellerslie" - } - }, - { - "id": 5125, - "name": "Alma Deleon", - "gender": "female", - "age": 17, - "address": { - "state": "Ohio", - "city": "Laurelton" - } - }, - { - "id": 5126, - "name": "Mcdonald Cummings", - "gender": "male", - "age": 34, - "address": { - "state": "Utah", - "city": "Stockdale" - } - }, - { - "id": 5127, - "name": "Small Morin", - "gender": "male", - "age": 18, - "address": { - "state": "West Virginia", - "city": "Konterra" - } - }, - { - "id": 5128, - "name": "Puckett Craft", - "gender": "male", - "age": 57, - "address": { - "state": "Iowa", - "city": "Crumpler" - } - }, - { - "id": 5129, - "name": "Angelia Avila", - "gender": "female", - "age": 71, - "address": { - "state": "Oregon", - "city": "Bannock" - } - }, - { - "id": 5130, - "name": "Melanie Wilson", - "gender": "female", - "age": 58, - "address": { - "state": "Montana", - "city": "Dola" - } - }, - { - "id": 5131, - "name": "William Lyons", - "gender": "male", - "age": 72, - "address": { - "state": "Wyoming", - "city": "Allison" - } - }, - { - "id": 5132, - "name": "Pitts Bowen", - "gender": "male", - "age": 27, - "address": { - "state": "Tennessee", - "city": "Boling" - } - }, - { - "id": 5133, - "name": "Rush Herring", - "gender": "male", - "age": 21, - "address": { - "state": "Indiana", - "city": "Terlingua" - } - }, - { - "id": 5134, - "name": "Bernadine Blackburn", - "gender": "female", - "age": 82, - "address": { - "state": "Florida", - "city": "Freelandville" - } - }, - { - "id": 5135, - "name": "Pearlie Nieves", - "gender": "female", - "age": 79, - "address": { - "state": "Kansas", - "city": "Dorneyville" - } - }, - { - "id": 5136, - "name": "Tracie Padilla", - "gender": "female", - "age": 74, - "address": { - "state": "Pennsylvania", - "city": "Cascades" - } - }, - { - "id": 5137, - "name": "Workman Leonard", - "gender": "male", - "age": 29, - "address": { - "state": "Nebraska", - "city": "Geyserville" - } - }, - { - "id": 5138, - "name": "Mcintosh Cain", - "gender": "male", - "age": 22, - "address": { - "state": "New Hampshire", - "city": "Deltaville" - } - }, - { - "id": 5139, - "name": "Jones Richardson", - "gender": "male", - "age": 37, - "address": { - "state": "Alabama", - "city": "Dupuyer" - } - }, - { - "id": 5140, - "name": "Scott Huber", - "gender": "male", - "age": 74, - "address": { - "state": "Hawaii", - "city": "Vienna" - } - }, - { - "id": 5141, - "name": "Eliza Anthony", - "gender": "female", - "age": 47, - "address": { - "state": "Massachusetts", - "city": "Homeland" - } - }, - { - "id": 5142, - "name": "Margie Mccarthy", - "gender": "female", - "age": 21, - "address": { - "state": "New York", - "city": "Forestburg" - } - }, - { - "id": 5143, - "name": "Thornton Lee", - "gender": "male", - "age": 63, - "address": { - "state": "Minnesota", - "city": "Ironton" - } - }, - { - "id": 5144, - "name": "Morgan Rivers", - "gender": "female", - "age": 69, - "address": { - "state": "Washington", - "city": "Clayville" - } - }, - { - "id": 5145, - "name": "Casandra Farmer", - "gender": "female", - "age": 44, - "address": { - "state": "Kentucky", - "city": "Dunlo" - } - }, - { - "id": 5146, - "name": "Helena Knox", - "gender": "female", - "age": 47, - "address": { - "state": "Kansas", - "city": "Woodlands" - } - }, - { - "id": 5147, - "name": "Hewitt Britt", - "gender": "male", - "age": 55, - "address": { - "state": "Hawaii", - "city": "Wyano" - } - }, - { - "id": 5148, - "name": "Emilia Keller", - "gender": "female", - "age": 19, - "address": { - "state": "Texas", - "city": "Malott" - } - }, - { - "id": 5149, - "name": "Gardner Avila", - "gender": "male", - "age": 26, - "address": { - "state": "Minnesota", - "city": "Vandiver" - } - }, - { - "id": 5150, - "name": "Meyer Gilbert", - "gender": "male", - "age": 64, - "address": { - "state": "Vermont", - "city": "Carlos" - } - }, - { - "id": 5151, - "name": "Marks Garrison", - "gender": "male", - "age": 79, - "address": { - "state": "Utah", - "city": "Idledale" - } - }, - { - "id": 5152, - "name": "Priscilla Bradford", - "gender": "female", - "age": 58, - "address": { - "state": "Mississippi", - "city": "Cliff" - } - }, - { - "id": 5153, - "name": "Camille Kelley", - "gender": "female", - "age": 80, - "address": { - "state": "Massachusetts", - "city": "Caroline" - } - }, - { - "id": 5154, - "name": "Rosalinda Meadows", - "gender": "female", - "age": 47, - "address": { - "state": "Arizona", - "city": "Berlin" - } - }, - { - "id": 5155, - "name": "Trina Hayes", - "gender": "female", - "age": 28, - "address": { - "state": "Michigan", - "city": "Kennedyville" - } - }, - { - "id": 5156, - "name": "Leah Weiss", - "gender": "female", - "age": 31, - "address": { - "state": "Maine", - "city": "Belleview" - } - }, - { - "id": 5157, - "name": "Delores Hines", - "gender": "female", - "age": 80, - "address": { - "state": "South Dakota", - "city": "Kansas" - } - }, - { - "id": 5158, - "name": "Robert Giles", - "gender": "female", - "age": 17, - "address": { - "state": "Montana", - "city": "Wintersburg" - } - }, - { - "id": 5159, - "name": "Drake Ruiz", - "gender": "male", - "age": 34, - "address": { - "state": "Washington", - "city": "Homeland" - } - }, - { - "id": 5160, - "name": "Fitzgerald Conway", - "gender": "male", - "age": 64, - "address": { - "state": "North Dakota", - "city": "Catharine" - } - }, - { - "id": 5161, - "name": "Wilder Horn", - "gender": "male", - "age": 28, - "address": { - "state": "Maryland", - "city": "Wauhillau" - } - }, - { - "id": 5162, - "name": "Sloan Brewer", - "gender": "male", - "age": 76, - "address": { - "state": "Alaska", - "city": "Juntura" - } - }, - { - "id": 5163, - "name": "Brown Kelly", - "gender": "male", - "age": 34, - "address": { - "state": "Missouri", - "city": "Delshire" - } - }, - { - "id": 5164, - "name": "Talley Johnston", - "gender": "male", - "age": 49, - "address": { - "state": "Idaho", - "city": "Saddlebrooke" - } - }, - { - "id": 5165, - "name": "Mitzi Wheeler", - "gender": "female", - "age": 45, - "address": { - "state": "New Hampshire", - "city": "Dola" - } - }, - { - "id": 5166, - "name": "Natalie Terrell", - "gender": "female", - "age": 24, - "address": { - "state": "Connecticut", - "city": "Hinsdale" - } - }, - { - "id": 5167, - "name": "Mccarty Rios", - "gender": "male", - "age": 66, - "address": { - "state": "Nebraska", - "city": "Adamstown" - } - }, - { - "id": 5168, - "name": "Sullivan Bernard", - "gender": "male", - "age": 77, - "address": { - "state": "Illinois", - "city": "Brookfield" - } - }, - { - "id": 5169, - "name": "Pat French", - "gender": "female", - "age": 38, - "address": { - "state": "Delaware", - "city": "Lupton" - } - }, - { - "id": 5170, - "name": "Shields Holcomb", - "gender": "male", - "age": 22, - "address": { - "state": "Pennsylvania", - "city": "Bagtown" - } - }, - { - "id": 5171, - "name": "Aguilar Crawford", - "gender": "male", - "age": 58, - "address": { - "state": "Louisiana", - "city": "Sidman" - } - }, - { - "id": 5172, - "name": "Morin Stewart", - "gender": "male", - "age": 49, - "address": { - "state": "Rhode Island", - "city": "Volta" - } - }, - { - "id": 5173, - "name": "Espinoza Ramos", - "gender": "male", - "age": 72, - "address": { - "state": "Nevada", - "city": "Morningside" - } - }, - { - "id": 5174, - "name": "Jackson Woodard", - "gender": "male", - "age": 21, - "address": { - "state": "Ohio", - "city": "Coral" - } - }, - { - "id": 5175, - "name": "Curry Huff", - "gender": "male", - "age": 32, - "address": { - "state": "Georgia", - "city": "Whitmer" - } - }, - { - "id": 5176, - "name": "Wilda Newton", - "gender": "female", - "age": 60, - "address": { - "state": "Tennessee", - "city": "Odessa" - } - }, - { - "id": 5177, - "name": "Terry Sheppard", - "gender": "male", - "age": 38, - "address": { - "state": "Florida", - "city": "Iberia" - } - }, - { - "id": 5178, - "name": "Sherrie Bryan", - "gender": "female", - "age": 49, - "address": { - "state": "Wisconsin", - "city": "Brewster" - } - }, - { - "id": 5179, - "name": "Hester Mclaughlin", - "gender": "female", - "age": 74, - "address": { - "state": "Wyoming", - "city": "Sanford" - } - }, - { - "id": 5180, - "name": "Alexandra Tyler", - "gender": "female", - "age": 44, - "address": { - "state": "California", - "city": "Roland" - } - }, - { - "id": 5181, - "name": "Janet Hewitt", - "gender": "female", - "age": 64, - "address": { - "state": "North Carolina", - "city": "Englevale" - } - }, - { - "id": 5182, - "name": "Eve Nixon", - "gender": "female", - "age": 75, - "address": { - "state": "South Carolina", - "city": "Corriganville" - } - }, - { - "id": 5183, - "name": "Reba Erickson", - "gender": "female", - "age": 65, - "address": { - "state": "Indiana", - "city": "Choctaw" - } - }, - { - "id": 5184, - "name": "Ross Buckner", - "gender": "male", - "age": 76, - "address": { - "state": "New York", - "city": "Lithium" - } - }, - { - "id": 5185, - "name": "Betsy Bartlett", - "gender": "female", - "age": 54, - "address": { - "state": "Arkansas", - "city": "Fontanelle" - } - }, - { - "id": 5186, - "name": "Riggs Abbott", - "gender": "male", - "age": 45, - "address": { - "state": "New Mexico", - "city": "Shindler" - } - }, - { - "id": 5187, - "name": "Adams Hardin", - "gender": "male", - "age": 63, - "address": { - "state": "Alabama", - "city": "Strong" - } - }, - { - "id": 5188, - "name": "Hart Preston", - "gender": "male", - "age": 33, - "address": { - "state": "Colorado", - "city": "National" - } - }, - { - "id": 5189, - "name": "Tessa Weeks", - "gender": "female", - "age": 47, - "address": { - "state": "Oregon", - "city": "Idamay" - } - }, - { - "id": 5190, - "name": "Todd Houston", - "gender": "male", - "age": 82, - "address": { - "state": "New Jersey", - "city": "Hoagland" - } - }, - { - "id": 5191, - "name": "Cindy Dalton", - "gender": "female", - "age": 35, - "address": { - "state": "Oklahoma", - "city": "Bartonsville" - } - }, - { - "id": 5192, - "name": "Langley Sharpe", - "gender": "male", - "age": 24, - "address": { - "state": "Virginia", - "city": "Herald" - } - }, - { - "id": 5193, - "name": "Eleanor Sexton", - "gender": "female", - "age": 33, - "address": { - "state": "West Virginia", - "city": "Woodlake" - } - }, - { - "id": 5194, - "name": "Lawson Walker", - "gender": "male", - "age": 77, - "address": { - "state": "Georgia", - "city": "Axis" - } - }, - { - "id": 5195, - "name": "Vonda Sanford", - "gender": "female", - "age": 70, - "address": { - "state": "Texas", - "city": "Wheatfields" - } - }, - { - "id": 5196, - "name": "Katherine Sawyer", - "gender": "female", - "age": 18, - "address": { - "state": "Oklahoma", - "city": "Delshire" - } - }, - { - "id": 5197, - "name": "Glenda Bowman", - "gender": "female", - "age": 33, - "address": { - "state": "Michigan", - "city": "Inkerman" - } - }, - { - "id": 5198, - "name": "Nell Anderson", - "gender": "female", - "age": 79, - "address": { - "state": "Maryland", - "city": "Fivepointville" - } - }, - { - "id": 5199, - "name": "Rowena Osborne", - "gender": "female", - "age": 19, - "address": { - "state": "Ohio", - "city": "Urie" - } - }, - { - "id": 5200, - "name": "Chavez Finley", - "gender": "male", - "age": 71, - "address": { - "state": "Montana", - "city": "Foscoe" - } - }, - { - "id": 5201, - "name": "Jayne Crosby", - "gender": "female", - "age": 42, - "address": { - "state": "Nebraska", - "city": "Conway" - } - }, - { - "id": 5202, - "name": "Teri George", - "gender": "female", - "age": 32, - "address": { - "state": "Hawaii", - "city": "Beaverdale" - } - }, - { - "id": 5203, - "name": "Rodgers Delacruz", - "gender": "male", - "age": 78, - "address": { - "state": "Missouri", - "city": "Imperial" - } - }, - { - "id": 5204, - "name": "Christie Day", - "gender": "female", - "age": 22, - "address": { - "state": "Illinois", - "city": "Cotopaxi" - } - }, - { - "id": 5205, - "name": "Rose Love", - "gender": "female", - "age": 81, - "address": { - "state": "Alabama", - "city": "Jacksonburg" - } - }, - { - "id": 5206, - "name": "Moran Mcclain", - "gender": "male", - "age": 21, - "address": { - "state": "Utah", - "city": "Disautel" - } - }, - { - "id": 5207, - "name": "Barbra Ferguson", - "gender": "female", - "age": 59, - "address": { - "state": "Indiana", - "city": "Itmann" - } - }, - { - "id": 5208, - "name": "Potter Montgomery", - "gender": "male", - "age": 38, - "address": { - "state": "Alaska", - "city": "Belmont" - } - }, - { - "id": 5209, - "name": "Valentine Knapp", - "gender": "male", - "age": 45, - "address": { - "state": "Florida", - "city": "Murillo" - } - }, - { - "id": 5210, - "name": "Emma Mcintosh", - "gender": "female", - "age": 28, - "address": { - "state": "North Dakota", - "city": "Richford" - } - }, - { - "id": 5211, - "name": "Zelma Solis", - "gender": "female", - "age": 43, - "address": { - "state": "Idaho", - "city": "Chaparrito" - } - }, - { - "id": 5212, - "name": "Avila Stone", - "gender": "male", - "age": 65, - "address": { - "state": "Nevada", - "city": "Kirk" - } - }, - { - "id": 5213, - "name": "Marilyn Calhoun", - "gender": "female", - "age": 81, - "address": { - "state": "Wisconsin", - "city": "Elrama" - } - }, - { - "id": 5214, - "name": "Webb Freeman", - "gender": "male", - "age": 35, - "address": { - "state": "New Jersey", - "city": "Eagletown" - } - }, - { - "id": 5215, - "name": "Aurelia Murphy", - "gender": "female", - "age": 81, - "address": { - "state": "South Dakota", - "city": "Rew" - } - }, - { - "id": 5216, - "name": "Hinton Mullins", - "gender": "male", - "age": 18, - "address": { - "state": "Louisiana", - "city": "Blairstown" - } - }, - { - "id": 5217, - "name": "Payne Santos", - "gender": "male", - "age": 66, - "address": { - "state": "West Virginia", - "city": "Caberfae" - } - }, - { - "id": 5218, - "name": "Tammy Newman", - "gender": "female", - "age": 22, - "address": { - "state": "New Mexico", - "city": "Vaughn" - } - }, - { - "id": 5219, - "name": "Cole Burris", - "gender": "male", - "age": 67, - "address": { - "state": "Vermont", - "city": "Outlook" - } - }, - { - "id": 5220, - "name": "Maura Johns", - "gender": "female", - "age": 64, - "address": { - "state": "New York", - "city": "Century" - } - }, - { - "id": 5221, - "name": "Arlene Cote", - "gender": "female", - "age": 42, - "address": { - "state": "North Carolina", - "city": "Biehle" - } - }, - { - "id": 5222, - "name": "Shanna Tillman", - "gender": "female", - "age": 39, - "address": { - "state": "Mississippi", - "city": "Advance" - } - }, - { - "id": 5223, - "name": "Wood Velazquez", - "gender": "male", - "age": 81, - "address": { - "state": "Arizona", - "city": "Watrous" - } - }, - { - "id": 5224, - "name": "Jeanine Fields", - "gender": "female", - "age": 52, - "address": { - "state": "Washington", - "city": "Allamuchy" - } - }, - { - "id": 5225, - "name": "Myra Hunter", - "gender": "female", - "age": 50, - "address": { - "state": "Rhode Island", - "city": "Babb" - } - }, - { - "id": 5226, - "name": "Hillary Gardner", - "gender": "female", - "age": 33, - "address": { - "state": "Minnesota", - "city": "Brenton" - } - }, - { - "id": 5227, - "name": "Caroline Foley", - "gender": "female", - "age": 72, - "address": { - "state": "Kentucky", - "city": "Colton" - } - }, - { - "id": 5228, - "name": "Waters Obrien", - "gender": "male", - "age": 18, - "address": { - "state": "Connecticut", - "city": "Boling" - } - }, - { - "id": 5229, - "name": "Mallory Johnson", - "gender": "female", - "age": 66, - "address": { - "state": "Iowa", - "city": "Waterloo" - } - }, - { - "id": 5230, - "name": "Lessie Duran", - "gender": "female", - "age": 24, - "address": { - "state": "California", - "city": "Kanauga" - } - }, - { - "id": 5231, - "name": "Selena Oconnor", - "gender": "female", - "age": 23, - "address": { - "state": "New Hampshire", - "city": "Chumuckla" - } - }, - { - "id": 5232, - "name": "Parsons Haley", - "gender": "male", - "age": 71, - "address": { - "state": "Oregon", - "city": "Zortman" - } - }, - { - "id": 5233, - "name": "Reynolds Chase", - "gender": "male", - "age": 28, - "address": { - "state": "Maine", - "city": "Orviston" - } - }, - { - "id": 5234, - "name": "Pena Yang", - "gender": "male", - "age": 64, - "address": { - "state": "Colorado", - "city": "Websterville" - } - }, - { - "id": 5235, - "name": "Eileen Giles", - "gender": "female", - "age": 25, - "address": { - "state": "South Carolina", - "city": "Canby" - } - }, - { - "id": 5236, - "name": "Mari Wall", - "gender": "female", - "age": 55, - "address": { - "state": "Delaware", - "city": "Newkirk" - } - }, - { - "id": 5237, - "name": "Norman Douglas", - "gender": "male", - "age": 20, - "address": { - "state": "Massachusetts", - "city": "Greenbush" - } - }, - { - "id": 5238, - "name": "Sondra Alston", - "gender": "female", - "age": 62, - "address": { - "state": "Virginia", - "city": "Alamo" - } - }, - { - "id": 5239, - "name": "Esther Palmer", - "gender": "female", - "age": 77, - "address": { - "state": "Pennsylvania", - "city": "Wiscon" - } - }, - { - "id": 5240, - "name": "Delacruz Whitley", - "gender": "male", - "age": 74, - "address": { - "state": "Tennessee", - "city": "Jackpot" - } - }, - { - "id": 5241, - "name": "Ford Hester", - "gender": "male", - "age": 55, - "address": { - "state": "Kansas", - "city": "Rivera" - } - }, - { - "id": 5242, - "name": "Dickerson Blanchard", - "gender": "male", - "age": 38, - "address": { - "state": "Wyoming", - "city": "Lawrence" - } - }, - { - "id": 5243, - "name": "Janine Buchanan", - "gender": "female", - "age": 52, - "address": { - "state": "Washington", - "city": "Eureka" - } - }, - { - "id": 5244, - "name": "Nicholson Hinton", - "gender": "male", - "age": 67, - "address": { - "state": "Georgia", - "city": "Jeff" - } - }, - { - "id": 5245, - "name": "Danielle Olsen", - "gender": "female", - "age": 62, - "address": { - "state": "Alaska", - "city": "Crucible" - } - }, - { - "id": 5246, - "name": "Rosemary Richards", - "gender": "female", - "age": 23, - "address": { - "state": "Florida", - "city": "Bedias" - } - }, - { - "id": 5247, - "name": "Wells Pennington", - "gender": "male", - "age": 61, - "address": { - "state": "North Carolina", - "city": "Wilsonia" - } - }, - { - "id": 5248, - "name": "Tucker Robles", - "gender": "male", - "age": 35, - "address": { - "state": "Oklahoma", - "city": "Nile" - } - }, - { - "id": 5249, - "name": "Marcie Acosta", - "gender": "female", - "age": 45, - "address": { - "state": "Texas", - "city": "Guthrie" - } - }, - { - "id": 5250, - "name": "Loretta Terry", - "gender": "female", - "age": 42, - "address": { - "state": "Wisconsin", - "city": "Gibsonia" - } - }, - { - "id": 5251, - "name": "Roseann Watkins", - "gender": "female", - "age": 41, - "address": { - "state": "Rhode Island", - "city": "Trucksville" - } - }, - { - "id": 5252, - "name": "Pat Fletcher", - "gender": "female", - "age": 27, - "address": { - "state": "Vermont", - "city": "Gwynn" - } - }, - { - "id": 5253, - "name": "Sheena Guthrie", - "gender": "female", - "age": 22, - "address": { - "state": "Michigan", - "city": "Fredericktown" - } - }, - { - "id": 5254, - "name": "Linda Best", - "gender": "female", - "age": 36, - "address": { - "state": "Iowa", - "city": "Munjor" - } - }, - { - "id": 5255, - "name": "Susanna Bright", - "gender": "female", - "age": 43, - "address": { - "state": "New Jersey", - "city": "Dupuyer" - } - }, - { - "id": 5256, - "name": "Donna Medina", - "gender": "female", - "age": 74, - "address": { - "state": "Minnesota", - "city": "Coleville" - } - }, - { - "id": 5257, - "name": "Marta Beach", - "gender": "female", - "age": 21, - "address": { - "state": "New Hampshire", - "city": "Seymour" - } - }, - { - "id": 5258, - "name": "Josephine Moon", - "gender": "female", - "age": 76, - "address": { - "state": "California", - "city": "Morriston" - } - }, - { - "id": 5259, - "name": "Meadows Owen", - "gender": "male", - "age": 71, - "address": { - "state": "Arkansas", - "city": "Sanborn" - } - }, - { - "id": 5260, - "name": "Kari Fulton", - "gender": "female", - "age": 59, - "address": { - "state": "Illinois", - "city": "Cleary" - } - }, - { - "id": 5261, - "name": "Kristine Castillo", - "gender": "female", - "age": 18, - "address": { - "state": "Louisiana", - "city": "Tryon" - } - }, - { - "id": 5262, - "name": "Marshall Padilla", - "gender": "male", - "age": 70, - "address": { - "state": "Utah", - "city": "Cecilia" - } - }, - { - "id": 5263, - "name": "Rosanna Gallagher", - "gender": "female", - "age": 70, - "address": { - "state": "Alabama", - "city": "Lawrence" - } - }, - { - "id": 5264, - "name": "Lucille Miller", - "gender": "female", - "age": 49, - "address": { - "state": "Tennessee", - "city": "Marenisco" - } - }, - { - "id": 5265, - "name": "Aimee Levine", - "gender": "female", - "age": 19, - "address": { - "state": "Maryland", - "city": "Dixonville" - } - }, - { - "id": 5266, - "name": "Hines Munoz", - "gender": "male", - "age": 64, - "address": { - "state": "Hawaii", - "city": "Graniteville" - } - }, - { - "id": 5267, - "name": "Rosalinda Nunez", - "gender": "female", - "age": 26, - "address": { - "state": "Virginia", - "city": "Townsend" - } - }, - { - "id": 5268, - "name": "Martinez Patton", - "gender": "male", - "age": 64, - "address": { - "state": "Idaho", - "city": "Edgar" - } - }, - { - "id": 5269, - "name": "Calhoun Clark", - "gender": "male", - "age": 60, - "address": { - "state": "Colorado", - "city": "Rockingham" - } - }, - { - "id": 5270, - "name": "Audra Pollard", - "gender": "female", - "age": 24, - "address": { - "state": "Mississippi", - "city": "Wescosville" - } - }, - { - "id": 5271, - "name": "Mccarty Gay", - "gender": "male", - "age": 80, - "address": { - "state": "Nevada", - "city": "Hampstead" - } - }, - { - "id": 5272, - "name": "Teri King", - "gender": "female", - "age": 72, - "address": { - "state": "Nebraska", - "city": "Stockdale" - } - }, - { - "id": 5273, - "name": "Stacey Combs", - "gender": "female", - "age": 54, - "address": { - "state": "South Carolina", - "city": "Kimmell" - } - }, - { - "id": 5274, - "name": "Alvarado Byrd", - "gender": "male", - "age": 41, - "address": { - "state": "Massachusetts", - "city": "Bath" - } - }, - { - "id": 5275, - "name": "Galloway Lloyd", - "gender": "male", - "age": 31, - "address": { - "state": "New Mexico", - "city": "Eastvale" - } - }, - { - "id": 5276, - "name": "Williamson Obrien", - "gender": "male", - "age": 38, - "address": { - "state": "Kentucky", - "city": "Falmouth" - } - }, - { - "id": 5277, - "name": "Floyd Russell", - "gender": "male", - "age": 33, - "address": { - "state": "Ohio", - "city": "Stewartville" - } - }, - { - "id": 5278, - "name": "Carr Cote", - "gender": "male", - "age": 36, - "address": { - "state": "Missouri", - "city": "Temperanceville" - } - }, - { - "id": 5279, - "name": "Charmaine Mercado", - "gender": "female", - "age": 31, - "address": { - "state": "Oregon", - "city": "Diaperville" - } - }, - { - "id": 5280, - "name": "Curtis Fisher", - "gender": "male", - "age": 24, - "address": { - "state": "West Virginia", - "city": "Konterra" - } - }, - { - "id": 5281, - "name": "Tonia Odonnell", - "gender": "female", - "age": 32, - "address": { - "state": "Delaware", - "city": "Beyerville" - } - }, - { - "id": 5282, - "name": "Shaw Osborne", - "gender": "male", - "age": 50, - "address": { - "state": "Arizona", - "city": "Greenwich" - } - }, - { - "id": 5283, - "name": "Rojas Moore", - "gender": "male", - "age": 52, - "address": { - "state": "South Dakota", - "city": "Iola" - } - }, - { - "id": 5284, - "name": "Cook Anderson", - "gender": "male", - "age": 71, - "address": { - "state": "Montana", - "city": "Ryderwood" - } - }, - { - "id": 5285, - "name": "Randall Jacobs", - "gender": "male", - "age": 18, - "address": { - "state": "Pennsylvania", - "city": "Gordon" - } - }, - { - "id": 5286, - "name": "Erma Wright", - "gender": "female", - "age": 30, - "address": { - "state": "Indiana", - "city": "Bellfountain" - } - }, - { - "id": 5287, - "name": "Leila Wade", - "gender": "female", - "age": 40, - "address": { - "state": "Wyoming", - "city": "Jenkinsville" - } - }, - { - "id": 5288, - "name": "Perry Byers", - "gender": "male", - "age": 40, - "address": { - "state": "Kansas", - "city": "Edenburg" - } - }, - { - "id": 5289, - "name": "Murray Howard", - "gender": "male", - "age": 48, - "address": { - "state": "New York", - "city": "Singer" - } - }, - { - "id": 5290, - "name": "Lindsey Williams", - "gender": "female", - "age": 80, - "address": { - "state": "Maine", - "city": "Norwood" - } - }, - { - "id": 5291, - "name": "Albert Oconnor", - "gender": "male", - "age": 22, - "address": { - "state": "Connecticut", - "city": "Greenfields" - } - }, - { - "id": 5292, - "name": "Knapp Horn", - "gender": "male", - "age": 81, - "address": { - "state": "Indiana", - "city": "Cliffside" - } - }, - { - "id": 5293, - "name": "Bolton Goff", - "gender": "male", - "age": 76, - "address": { - "state": "Texas", - "city": "Spokane" - } - }, - { - "id": 5294, - "name": "Dixon Humphrey", - "gender": "male", - "age": 28, - "address": { - "state": "Maryland", - "city": "Roeville" - } - }, - { - "id": 5295, - "name": "Michael Case", - "gender": "male", - "age": 54, - "address": { - "state": "Washington", - "city": "Silkworth" - } - }, - { - "id": 5296, - "name": "Darla Day", - "gender": "female", - "age": 82, - "address": { - "state": "Pennsylvania", - "city": "Defiance" - } - }, - { - "id": 5297, - "name": "Rhonda Whitley", - "gender": "female", - "age": 21, - "address": { - "state": "Alaska", - "city": "Gracey" - } - }, - { - "id": 5298, - "name": "Adams Rios", - "gender": "male", - "age": 36, - "address": { - "state": "Kansas", - "city": "Elizaville" - } - }, - { - "id": 5299, - "name": "Cobb Stanton", - "gender": "male", - "age": 56, - "address": { - "state": "South Dakota", - "city": "Chloride" - } - }, - { - "id": 5300, - "name": "Mccarthy Rogers", - "gender": "male", - "age": 20, - "address": { - "state": "West Virginia", - "city": "Keyport" - } - }, - { - "id": 5301, - "name": "Frost Pennington", - "gender": "male", - "age": 63, - "address": { - "state": "Georgia", - "city": "Navarre" - } - }, - { - "id": 5302, - "name": "Sheree Dyer", - "gender": "female", - "age": 33, - "address": { - "state": "Montana", - "city": "Matheny" - } - }, - { - "id": 5303, - "name": "Lott Clayton", - "gender": "male", - "age": 31, - "address": { - "state": "Hawaii", - "city": "Dubois" - } - }, - { - "id": 5304, - "name": "Tanner Hall", - "gender": "male", - "age": 69, - "address": { - "state": "New Hampshire", - "city": "Kanauga" - } - }, - { - "id": 5305, - "name": "Candice Arnold", - "gender": "female", - "age": 80, - "address": { - "state": "California", - "city": "Madrid" - } - }, - { - "id": 5306, - "name": "Vasquez Cummings", - "gender": "male", - "age": 71, - "address": { - "state": "New York", - "city": "Blodgett" - } - }, - { - "id": 5307, - "name": "Leonor Hendrix", - "gender": "female", - "age": 62, - "address": { - "state": "Idaho", - "city": "Wescosville" - } - }, - { - "id": 5308, - "name": "Mollie Norman", - "gender": "female", - "age": 57, - "address": { - "state": "Connecticut", - "city": "Joes" - } - }, - { - "id": 5309, - "name": "Leon Cain", - "gender": "male", - "age": 73, - "address": { - "state": "New Jersey", - "city": "Rockhill" - } - }, - { - "id": 5310, - "name": "Rosalie Curry", - "gender": "female", - "age": 81, - "address": { - "state": "Michigan", - "city": "Sharon" - } - }, - { - "id": 5311, - "name": "Rosella Chambers", - "gender": "female", - "age": 26, - "address": { - "state": "Louisiana", - "city": "Wollochet" - } - }, - { - "id": 5312, - "name": "Sheppard Lindsey", - "gender": "male", - "age": 47, - "address": { - "state": "Tennessee", - "city": "Detroit" - } - }, - { - "id": 5313, - "name": "Karina Mcmillan", - "gender": "female", - "age": 44, - "address": { - "state": "Florida", - "city": "Maury" - } - }, - { - "id": 5314, - "name": "Vaughn Vasquez", - "gender": "male", - "age": 46, - "address": { - "state": "Nebraska", - "city": "Glidden" - } - }, - { - "id": 5315, - "name": "Kristie Velez", - "gender": "female", - "age": 74, - "address": { - "state": "Arizona", - "city": "Springdale" - } - }, - { - "id": 5316, - "name": "Judith Blackburn", - "gender": "female", - "age": 57, - "address": { - "state": "Delaware", - "city": "Waiohinu" - } - }, - { - "id": 5317, - "name": "Marylou Donovan", - "gender": "female", - "age": 77, - "address": { - "state": "Kentucky", - "city": "Blende" - } - }, - { - "id": 5318, - "name": "Celina Torres", - "gender": "female", - "age": 33, - "address": { - "state": "Wisconsin", - "city": "Edenburg" - } - }, - { - "id": 5319, - "name": "Gloria Espinoza", - "gender": "female", - "age": 78, - "address": { - "state": "Alabama", - "city": "Boonville" - } - }, - { - "id": 5320, - "name": "Osborn Mckinney", - "gender": "male", - "age": 74, - "address": { - "state": "Oklahoma", - "city": "Wakarusa" - } - }, - { - "id": 5321, - "name": "Ellison James", - "gender": "male", - "age": 67, - "address": { - "state": "Rhode Island", - "city": "Delwood" - } - }, - { - "id": 5322, - "name": "Gwendolyn Montgomery", - "gender": "female", - "age": 41, - "address": { - "state": "Illinois", - "city": "Nash" - } - }, - { - "id": 5323, - "name": "Ayers Russell", - "gender": "male", - "age": 65, - "address": { - "state": "Oregon", - "city": "Shelby" - } - }, - { - "id": 5324, - "name": "Roxie Reilly", - "gender": "female", - "age": 56, - "address": { - "state": "North Carolina", - "city": "Chamizal" - } - }, - { - "id": 5325, - "name": "Lawson Estes", - "gender": "male", - "age": 50, - "address": { - "state": "Massachusetts", - "city": "Cochranville" - } - }, - { - "id": 5326, - "name": "Shari Calhoun", - "gender": "female", - "age": 75, - "address": { - "state": "Iowa", - "city": "Albany" - } - }, - { - "id": 5327, - "name": "Jewel Forbes", - "gender": "female", - "age": 18, - "address": { - "state": "Utah", - "city": "Bonanza" - } - }, - { - "id": 5328, - "name": "Gail Decker", - "gender": "female", - "age": 26, - "address": { - "state": "South Carolina", - "city": "Juntura" - } - }, - { - "id": 5329, - "name": "Slater Larsen", - "gender": "male", - "age": 62, - "address": { - "state": "Mississippi", - "city": "Outlook" - } - }, - { - "id": 5330, - "name": "Dejesus Blankenship", - "gender": "male", - "age": 77, - "address": { - "state": "Virginia", - "city": "Vale" - } - }, - { - "id": 5331, - "name": "Corine Bean", - "gender": "female", - "age": 66, - "address": { - "state": "Maine", - "city": "Roberts" - } - }, - { - "id": 5332, - "name": "Ewing Wilcox", - "gender": "male", - "age": 62, - "address": { - "state": "Vermont", - "city": "Coloma" - } - }, - { - "id": 5333, - "name": "Patrice Sutton", - "gender": "female", - "age": 62, - "address": { - "state": "New Mexico", - "city": "Austinburg" - } - }, - { - "id": 5334, - "name": "Rivera Williams", - "gender": "male", - "age": 59, - "address": { - "state": "Colorado", - "city": "Jessie" - } - }, - { - "id": 5335, - "name": "Francisca Giles", - "gender": "female", - "age": 69, - "address": { - "state": "Minnesota", - "city": "Urie" - } - }, - { - "id": 5336, - "name": "Rosemary Macdonald", - "gender": "female", - "age": 27, - "address": { - "state": "Ohio", - "city": "Why" - } - }, - { - "id": 5337, - "name": "Conley Gross", - "gender": "male", - "age": 67, - "address": { - "state": "Arkansas", - "city": "Bluffview" - } - }, - { - "id": 5338, - "name": "Delgado Calderon", - "gender": "male", - "age": 29, - "address": { - "state": "Nevada", - "city": "Guthrie" - } - }, - { - "id": 5339, - "name": "Ronda Henson", - "gender": "female", - "age": 24, - "address": { - "state": "North Dakota", - "city": "Vallonia" - } - }, - { - "id": 5340, - "name": "Noel Mcgowan", - "gender": "male", - "age": 26, - "address": { - "state": "Missouri", - "city": "Guilford" - } - }, - { - "id": 5341, - "name": "Sims Saunders", - "gender": "male", - "age": 35, - "address": { - "state": "Oklahoma", - "city": "Bascom" - } - }, - { - "id": 5342, - "name": "Taylor Sosa", - "gender": "female", - "age": 82, - "address": { - "state": "Massachusetts", - "city": "Wikieup" - } - }, - { - "id": 5343, - "name": "Leach Porter", - "gender": "male", - "age": 58, - "address": { - "state": "South Dakota", - "city": "Wheaton" - } - }, - { - "id": 5344, - "name": "Marisol Foley", - "gender": "female", - "age": 73, - "address": { - "state": "New Jersey", - "city": "Lutsen" - } - }, - { - "id": 5345, - "name": "Howe Jones", - "gender": "male", - "age": 76, - "address": { - "state": "Arkansas", - "city": "Dubois" - } - }, - { - "id": 5346, - "name": "Kidd Pugh", - "gender": "male", - "age": 35, - "address": { - "state": "Wisconsin", - "city": "Sharon" - } - }, - { - "id": 5347, - "name": "Anderson Heath", - "gender": "male", - "age": 49, - "address": { - "state": "Indiana", - "city": "Groton" - } - }, - { - "id": 5348, - "name": "Tamara Greer", - "gender": "female", - "age": 77, - "address": { - "state": "Wyoming", - "city": "Yukon" - } - }, - { - "id": 5349, - "name": "Waters Vasquez", - "gender": "male", - "age": 63, - "address": { - "state": "California", - "city": "Bellfountain" - } - }, - { - "id": 5350, - "name": "Richardson Mcdaniel", - "gender": "male", - "age": 74, - "address": { - "state": "Missouri", - "city": "Marion" - } - }, - { - "id": 5351, - "name": "Haynes Frazier", - "gender": "male", - "age": 64, - "address": { - "state": "Maryland", - "city": "Robinette" - } - }, - { - "id": 5352, - "name": "Lara Myers", - "gender": "male", - "age": 57, - "address": { - "state": "New Mexico", - "city": "Allensworth" - } - }, - { - "id": 5353, - "name": "Ward Bauer", - "gender": "male", - "age": 57, - "address": { - "state": "Oregon", - "city": "Cliffside" - } - }, - { - "id": 5354, - "name": "Madeleine Alvarez", - "gender": "female", - "age": 78, - "address": { - "state": "Utah", - "city": "Tooleville" - } - }, - { - "id": 5355, - "name": "Marianne Guerrero", - "gender": "female", - "age": 31, - "address": { - "state": "Iowa", - "city": "Camino" - } - }, - { - "id": 5356, - "name": "Solis Chandler", - "gender": "male", - "age": 22, - "address": { - "state": "Louisiana", - "city": "Coaldale" - } - }, - { - "id": 5357, - "name": "Tillman Stevens", - "gender": "male", - "age": 45, - "address": { - "state": "Hawaii", - "city": "Lynn" - } - }, - { - "id": 5358, - "name": "Buck Valenzuela", - "gender": "male", - "age": 75, - "address": { - "state": "Arizona", - "city": "Tuttle" - } - }, - { - "id": 5359, - "name": "Mccarthy Fletcher", - "gender": "male", - "age": 77, - "address": { - "state": "Nebraska", - "city": "Kerby" - } - }, - { - "id": 5360, - "name": "Abbott Zimmerman", - "gender": "male", - "age": 72, - "address": { - "state": "Alabama", - "city": "Nipinnawasee" - } - }, - { - "id": 5361, - "name": "Mcfarland Maxwell", - "gender": "male", - "age": 65, - "address": { - "state": "Alaska", - "city": "Greenwich" - } - }, - { - "id": 5362, - "name": "Merritt Delaney", - "gender": "male", - "age": 29, - "address": { - "state": "Pennsylvania", - "city": "Bend" - } - }, - { - "id": 5363, - "name": "Hayden Willis", - "gender": "male", - "age": 23, - "address": { - "state": "Ohio", - "city": "Chesterfield" - } - }, - { - "id": 5364, - "name": "Sylvia Carey", - "gender": "female", - "age": 42, - "address": { - "state": "Nevada", - "city": "Enoree" - } - }, - { - "id": 5365, - "name": "Joyce Evans", - "gender": "male", - "age": 66, - "address": { - "state": "South Carolina", - "city": "Saranap" - } - }, - { - "id": 5366, - "name": "Wilkerson Dixon", - "gender": "male", - "age": 34, - "address": { - "state": "Montana", - "city": "Marne" - } - }, - { - "id": 5367, - "name": "Anastasia Beach", - "gender": "female", - "age": 66, - "address": { - "state": "New Hampshire", - "city": "Tuskahoma" - } - }, - { - "id": 5368, - "name": "Soto Stevenson", - "gender": "male", - "age": 62, - "address": { - "state": "West Virginia", - "city": "Keller" - } - }, - { - "id": 5369, - "name": "Latisha Neal", - "gender": "female", - "age": 23, - "address": { - "state": "North Dakota", - "city": "Nogal" - } - }, - { - "id": 5370, - "name": "Reva Gonzales", - "gender": "female", - "age": 75, - "address": { - "state": "Idaho", - "city": "Spokane" - } - }, - { - "id": 5371, - "name": "Chavez Preston", - "gender": "male", - "age": 39, - "address": { - "state": "Mississippi", - "city": "Temperanceville" - } - }, - { - "id": 5372, - "name": "Berg Haynes", - "gender": "male", - "age": 39, - "address": { - "state": "Minnesota", - "city": "Ironton" - } - }, - { - "id": 5373, - "name": "Roslyn Key", - "gender": "female", - "age": 62, - "address": { - "state": "Kansas", - "city": "Columbus" - } - }, - { - "id": 5374, - "name": "Tia Fernandez", - "gender": "female", - "age": 23, - "address": { - "state": "Texas", - "city": "Villarreal" - } - }, - { - "id": 5375, - "name": "Hays Johnson", - "gender": "male", - "age": 52, - "address": { - "state": "Washington", - "city": "Coldiron" - } - }, - { - "id": 5376, - "name": "Rasmussen Nieves", - "gender": "male", - "age": 47, - "address": { - "state": "Tennessee", - "city": "Carrsville" - } - }, - { - "id": 5377, - "name": "Goff Duke", - "gender": "male", - "age": 31, - "address": { - "state": "Maine", - "city": "Monument" - } - }, - { - "id": 5378, - "name": "Vasquez Mayo", - "gender": "male", - "age": 50, - "address": { - "state": "Colorado", - "city": "Grayhawk" - } - }, - { - "id": 5379, - "name": "John Mccullough", - "gender": "female", - "age": 40, - "address": { - "state": "Virginia", - "city": "Sanford" - } - }, - { - "id": 5380, - "name": "Mcleod Bentley", - "gender": "male", - "age": 42, - "address": { - "state": "New York", - "city": "Dola" - } - }, - { - "id": 5381, - "name": "Hartman Goodman", - "gender": "male", - "age": 74, - "address": { - "state": "Delaware", - "city": "Tetherow" - } - }, - { - "id": 5382, - "name": "Myers Nunez", - "gender": "male", - "age": 41, - "address": { - "state": "Michigan", - "city": "Sena" - } - }, - { - "id": 5383, - "name": "Hopper Kelley", - "gender": "male", - "age": 71, - "address": { - "state": "Connecticut", - "city": "Fidelis" - } - }, - { - "id": 5384, - "name": "Gill Ray", - "gender": "male", - "age": 79, - "address": { - "state": "Florida", - "city": "Thynedale" - } - }, - { - "id": 5385, - "name": "Henson Kennedy", - "gender": "male", - "age": 72, - "address": { - "state": "Illinois", - "city": "Rosedale" - } - }, - { - "id": 5386, - "name": "Gale Reid", - "gender": "female", - "age": 19, - "address": { - "state": "Kentucky", - "city": "Corinne" - } - }, - { - "id": 5387, - "name": "Thompson Barnett", - "gender": "male", - "age": 35, - "address": { - "state": "Rhode Island", - "city": "Bedias" - } - }, - { - "id": 5388, - "name": "Erika Kirk", - "gender": "female", - "age": 80, - "address": { - "state": "North Carolina", - "city": "Suitland" - } - }, - { - "id": 5389, - "name": "Bonita Hendrix", - "gender": "female", - "age": 19, - "address": { - "state": "Vermont", - "city": "Tampico" - } - }, - { - "id": 5390, - "name": "Sasha Calhoun", - "gender": "female", - "age": 35, - "address": { - "state": "New York", - "city": "Roosevelt" - } - }, - { - "id": 5391, - "name": "Christi Morales", - "gender": "female", - "age": 34, - "address": { - "state": "Arkansas", - "city": "Springville" - } - }, - { - "id": 5392, - "name": "Nichole Lowery", - "gender": "female", - "age": 38, - "address": { - "state": "Oklahoma", - "city": "Brambleton" - } - }, - { - "id": 5393, - "name": "Gardner Guzman", - "gender": "male", - "age": 46, - "address": { - "state": "Louisiana", - "city": "Ferney" - } - }, - { - "id": 5394, - "name": "Jerry Evans", - "gender": "female", - "age": 43, - "address": { - "state": "Tennessee", - "city": "Weeksville" - } - }, - { - "id": 5395, - "name": "Baldwin Bryant", - "gender": "male", - "age": 60, - "address": { - "state": "Georgia", - "city": "Cutter" - } - }, - { - "id": 5396, - "name": "Hamilton Drake", - "gender": "male", - "age": 21, - "address": { - "state": "South Carolina", - "city": "Darlington" - } - }, - { - "id": 5397, - "name": "Leila Carver", - "gender": "female", - "age": 30, - "address": { - "state": "Vermont", - "city": "Otranto" - } - }, - { - "id": 5398, - "name": "Figueroa Mckenzie", - "gender": "male", - "age": 46, - "address": { - "state": "Nevada", - "city": "Cetronia" - } - }, - { - "id": 5399, - "name": "Malone Knapp", - "gender": "male", - "age": 54, - "address": { - "state": "New Mexico", - "city": "Stewartville" - } - }, - { - "id": 5400, - "name": "Bryan Brooks", - "gender": "male", - "age": 43, - "address": { - "state": "Utah", - "city": "Boomer" - } - }, - { - "id": 5401, - "name": "Shepherd Mcbride", - "gender": "male", - "age": 39, - "address": { - "state": "Indiana", - "city": "Virgie" - } - }, - { - "id": 5402, - "name": "Whitfield Holloway", - "gender": "male", - "age": 45, - "address": { - "state": "North Dakota", - "city": "Dexter" - } - }, - { - "id": 5403, - "name": "Leanna Emerson", - "gender": "female", - "age": 75, - "address": { - "state": "West Virginia", - "city": "Convent" - } - }, - { - "id": 5404, - "name": "Rebecca Pena", - "gender": "female", - "age": 80, - "address": { - "state": "Washington", - "city": "Roland" - } - }, - { - "id": 5405, - "name": "Lynn Black", - "gender": "male", - "age": 76, - "address": { - "state": "Mississippi", - "city": "Clarence" - } - }, - { - "id": 5406, - "name": "Janie Holmes", - "gender": "female", - "age": 54, - "address": { - "state": "Kansas", - "city": "Garnet" - } - }, - { - "id": 5407, - "name": "Alba Cooley", - "gender": "female", - "age": 80, - "address": { - "state": "Maine", - "city": "Summerset" - } - }, - { - "id": 5408, - "name": "Ava Flores", - "gender": "female", - "age": 68, - "address": { - "state": "Arizona", - "city": "Bison" - } - }, - { - "id": 5409, - "name": "Moreno Larsen", - "gender": "male", - "age": 81, - "address": { - "state": "Connecticut", - "city": "Dupuyer" - } - }, - { - "id": 5410, - "name": "Hilary Sawyer", - "gender": "female", - "age": 43, - "address": { - "state": "Idaho", - "city": "Bridgetown" - } - }, - { - "id": 5411, - "name": "Mariana Salazar", - "gender": "female", - "age": 65, - "address": { - "state": "Maryland", - "city": "Chamizal" - } - }, - { - "id": 5412, - "name": "Holman Williams", - "gender": "male", - "age": 76, - "address": { - "state": "Alaska", - "city": "Katonah" - } - }, - { - "id": 5413, - "name": "Maddox Ellis", - "gender": "male", - "age": 72, - "address": { - "state": "Illinois", - "city": "Lydia" - } - }, - { - "id": 5414, - "name": "Barry Gates", - "gender": "male", - "age": 60, - "address": { - "state": "Nebraska", - "city": "Newry" - } - }, - { - "id": 5415, - "name": "Vonda Dillard", - "gender": "female", - "age": 27, - "address": { - "state": "Delaware", - "city": "Kempton" - } - }, - { - "id": 5416, - "name": "Wells Curtis", - "gender": "male", - "age": 68, - "address": { - "state": "Colorado", - "city": "Sultana" - } - }, - { - "id": 5417, - "name": "Coffey Bush", - "gender": "male", - "age": 36, - "address": { - "state": "Texas", - "city": "Basye" - } - }, - { - "id": 5418, - "name": "Claudia Hobbs", - "gender": "female", - "age": 18, - "address": { - "state": "Hawaii", - "city": "Avalon" - } - }, - { - "id": 5419, - "name": "Stacey Thomas", - "gender": "female", - "age": 34, - "address": { - "state": "Missouri", - "city": "Harrison" - } - }, - { - "id": 5420, - "name": "Graves Dawson", - "gender": "male", - "age": 53, - "address": { - "state": "California", - "city": "Wyano" - } - }, - { - "id": 5421, - "name": "Marlene Acevedo", - "gender": "female", - "age": 39, - "address": { - "state": "Virginia", - "city": "Westwood" - } - }, - { - "id": 5422, - "name": "Barbra Mcmillan", - "gender": "female", - "age": 82, - "address": { - "state": "Rhode Island", - "city": "Dahlen" - } - }, - { - "id": 5423, - "name": "Jenny Parks", - "gender": "female", - "age": 17, - "address": { - "state": "Oregon", - "city": "Starks" - } - }, - { - "id": 5424, - "name": "Chandler Mays", - "gender": "male", - "age": 59, - "address": { - "state": "Kentucky", - "city": "Bendon" - } - }, - { - "id": 5425, - "name": "Laurel Donaldson", - "gender": "female", - "age": 67, - "address": { - "state": "New Jersey", - "city": "Tampico" - } - }, - { - "id": 5426, - "name": "Carrillo Davidson", - "gender": "male", - "age": 44, - "address": { - "state": "Alabama", - "city": "Reno" - } - }, - { - "id": 5427, - "name": "Benita Lester", - "gender": "female", - "age": 75, - "address": { - "state": "Minnesota", - "city": "Magnolia" - } - }, - { - "id": 5428, - "name": "Christina Morin", - "gender": "female", - "age": 21, - "address": { - "state": "New Hampshire", - "city": "Chemung" - } - }, - { - "id": 5429, - "name": "Hester York", - "gender": "male", - "age": 68, - "address": { - "state": "Iowa", - "city": "Wadsworth" - } - }, - { - "id": 5430, - "name": "Bartlett Day", - "gender": "male", - "age": 81, - "address": { - "state": "Wyoming", - "city": "Flintville" - } - }, - { - "id": 5431, - "name": "Tabitha Boyd", - "gender": "female", - "age": 24, - "address": { - "state": "Florida", - "city": "Buxton" - } - }, - { - "id": 5432, - "name": "Frederick Lynn", - "gender": "male", - "age": 48, - "address": { - "state": "Wisconsin", - "city": "Cade" - } - }, - { - "id": 5433, - "name": "Jeanine Park", - "gender": "female", - "age": 70, - "address": { - "state": "Michigan", - "city": "Bannock" - } - }, - { - "id": 5434, - "name": "Sanford Brennan", - "gender": "male", - "age": 37, - "address": { - "state": "Pennsylvania", - "city": "Spokane" - } - }, - { - "id": 5435, - "name": "Hunt Frederick", - "gender": "male", - "age": 56, - "address": { - "state": "South Dakota", - "city": "Manchester" - } - }, - { - "id": 5436, - "name": "Edwards Monroe", - "gender": "male", - "age": 32, - "address": { - "state": "Montana", - "city": "Oneida" - } - }, - { - "id": 5437, - "name": "Jackie Delacruz", - "gender": "female", - "age": 81, - "address": { - "state": "Massachusetts", - "city": "Groveville" - } - }, - { - "id": 5438, - "name": "Heidi Campbell", - "gender": "female", - "age": 67, - "address": { - "state": "North Carolina", - "city": "Blende" - } - }, - { - "id": 5439, - "name": "Marietta Bentley", - "gender": "female", - "age": 28, - "address": { - "state": "Missouri", - "city": "Bartonsville" - } - }, - { - "id": 5440, - "name": "Chambers Witt", - "gender": "male", - "age": 67, - "address": { - "state": "Louisiana", - "city": "Linwood" - } - }, - { - "id": 5441, - "name": "Celina Hill", - "gender": "female", - "age": 60, - "address": { - "state": "Nevada", - "city": "Rivera" - } - }, - { - "id": 5442, - "name": "Richardson Huff", - "gender": "male", - "age": 77, - "address": { - "state": "Vermont", - "city": "Echo" - } - }, - { - "id": 5443, - "name": "Clarice Duke", - "gender": "female", - "age": 81, - "address": { - "state": "Ohio", - "city": "Sparkill" - } - }, - { - "id": 5444, - "name": "Williamson Mayo", - "gender": "male", - "age": 46, - "address": { - "state": "Minnesota", - "city": "Conestoga" - } - }, - { - "id": 5445, - "name": "Lela Tucker", - "gender": "female", - "age": 46, - "address": { - "state": "Alabama", - "city": "Calvary" - } - }, - { - "id": 5446, - "name": "May Love", - "gender": "male", - "age": 45, - "address": { - "state": "Oregon", - "city": "Unionville" - } - }, - { - "id": 5447, - "name": "Kirby Puckett", - "gender": "male", - "age": 61, - "address": { - "state": "West Virginia", - "city": "Osage" - } - }, - { - "id": 5448, - "name": "Larsen Day", - "gender": "male", - "age": 75, - "address": { - "state": "New Hampshire", - "city": "Jacksonwald" - } - }, - { - "id": 5449, - "name": "Dianna Wiley", - "gender": "female", - "age": 28, - "address": { - "state": "North Carolina", - "city": "Southview" - } - }, - { - "id": 5450, - "name": "Tessa Alvarado", - "gender": "female", - "age": 50, - "address": { - "state": "Alaska", - "city": "Wiscon" - } - }, - { - "id": 5451, - "name": "Dillard Gregory", - "gender": "male", - "age": 30, - "address": { - "state": "Florida", - "city": "Navarre" - } - }, - { - "id": 5452, - "name": "Sadie Castro", - "gender": "female", - "age": 62, - "address": { - "state": "Kansas", - "city": "Wanship" - } - }, - { - "id": 5453, - "name": "Beth Crosby", - "gender": "female", - "age": 48, - "address": { - "state": "Pennsylvania", - "city": "Caroleen" - } - }, - { - "id": 5454, - "name": "Reilly Miller", - "gender": "male", - "age": 33, - "address": { - "state": "Montana", - "city": "Waiohinu" - } - }, - { - "id": 5455, - "name": "Powers Duran", - "gender": "male", - "age": 48, - "address": { - "state": "South Carolina", - "city": "Chalfant" - } - }, - { - "id": 5456, - "name": "Barbra Craig", - "gender": "female", - "age": 34, - "address": { - "state": "California", - "city": "Ivanhoe" - } - }, - { - "id": 5457, - "name": "Herman Moreno", - "gender": "male", - "age": 32, - "address": { - "state": "Maryland", - "city": "Craig" - } - }, - { - "id": 5458, - "name": "Bush Daugherty", - "gender": "male", - "age": 75, - "address": { - "state": "New Mexico", - "city": "Strykersville" - } - }, - { - "id": 5459, - "name": "Kimberly Martinez", - "gender": "female", - "age": 59, - "address": { - "state": "Wyoming", - "city": "Johnsonburg" - } - }, - { - "id": 5460, - "name": "Bishop Welch", - "gender": "male", - "age": 34, - "address": { - "state": "Kentucky", - "city": "Waterford" - } - }, - { - "id": 5461, - "name": "Nina Sykes", - "gender": "female", - "age": 50, - "address": { - "state": "Tennessee", - "city": "Kraemer" - } - }, - { - "id": 5462, - "name": "Barnett Fitzpatrick", - "gender": "male", - "age": 72, - "address": { - "state": "Colorado", - "city": "Leola" - } - }, - { - "id": 5463, - "name": "Sosa Craft", - "gender": "male", - "age": 72, - "address": { - "state": "Iowa", - "city": "Wattsville" - } - }, - { - "id": 5464, - "name": "Marguerite Griffith", - "gender": "female", - "age": 17, - "address": { - "state": "South Dakota", - "city": "Lavalette" - } - }, - { - "id": 5465, - "name": "Vang Mosley", - "gender": "male", - "age": 43, - "address": { - "state": "Georgia", - "city": "Walland" - } - }, - { - "id": 5466, - "name": "Dorthy Farrell", - "gender": "female", - "age": 45, - "address": { - "state": "Nebraska", - "city": "Morgandale" - } - }, - { - "id": 5467, - "name": "Minerva Mccarthy", - "gender": "female", - "age": 25, - "address": { - "state": "Wisconsin", - "city": "Tioga" - } - }, - { - "id": 5468, - "name": "Ashley Gallegos", - "gender": "female", - "age": 24, - "address": { - "state": "Illinois", - "city": "Bowie" - } - }, - { - "id": 5469, - "name": "Eliza Kerr", - "gender": "female", - "age": 81, - "address": { - "state": "Massachusetts", - "city": "Townsend" - } - }, - { - "id": 5470, - "name": "Copeland Velazquez", - "gender": "male", - "age": 34, - "address": { - "state": "Rhode Island", - "city": "Jeff" - } - }, - { - "id": 5471, - "name": "Long Merrill", - "gender": "male", - "age": 21, - "address": { - "state": "Utah", - "city": "Stouchsburg" - } - }, - { - "id": 5472, - "name": "Mona Watson", - "gender": "female", - "age": 33, - "address": { - "state": "Indiana", - "city": "Homeland" - } - }, - { - "id": 5473, - "name": "Gina Mccall", - "gender": "female", - "age": 37, - "address": { - "state": "Washington", - "city": "Edneyville" - } - }, - { - "id": 5474, - "name": "Pamela Dudley", - "gender": "female", - "age": 65, - "address": { - "state": "Maine", - "city": "Camptown" - } - }, - { - "id": 5475, - "name": "Sawyer Moses", - "gender": "male", - "age": 72, - "address": { - "state": "Texas", - "city": "Juntura" - } - }, - { - "id": 5476, - "name": "Palmer Rocha", - "gender": "male", - "age": 60, - "address": { - "state": "New York", - "city": "Noblestown" - } - }, - { - "id": 5477, - "name": "Leta Anthony", - "gender": "female", - "age": 65, - "address": { - "state": "North Dakota", - "city": "Glenbrook" - } - }, - { - "id": 5478, - "name": "Millie Massey", - "gender": "female", - "age": 71, - "address": { - "state": "Connecticut", - "city": "Topaz" - } - }, - { - "id": 5479, - "name": "Dominguez Bush", - "gender": "male", - "age": 28, - "address": { - "state": "Arizona", - "city": "Fingerville" - } - }, - { - "id": 5480, - "name": "Hutchinson Stuart", - "gender": "male", - "age": 56, - "address": { - "state": "Arkansas", - "city": "Herbster" - } - }, - { - "id": 5481, - "name": "Lucille Rosa", - "gender": "female", - "age": 76, - "address": { - "state": "Oklahoma", - "city": "Joppa" - } - }, - { - "id": 5482, - "name": "Corrine Justice", - "gender": "female", - "age": 54, - "address": { - "state": "Delaware", - "city": "Wakulla" - } - }, - { - "id": 5483, - "name": "Keisha Gibbs", - "gender": "female", - "age": 68, - "address": { - "state": "Mississippi", - "city": "Salunga" - } - }, - { - "id": 5484, - "name": "Cooper Barnes", - "gender": "male", - "age": 67, - "address": { - "state": "Idaho", - "city": "Convent" - } - }, - { - "id": 5485, - "name": "Melisa Heath", - "gender": "female", - "age": 36, - "address": { - "state": "Hawaii", - "city": "Eagletown" - } - }, - { - "id": 5486, - "name": "Michelle Greene", - "gender": "female", - "age": 42, - "address": { - "state": "Michigan", - "city": "Interlochen" - } - }, - { - "id": 5487, - "name": "Horton Richards", - "gender": "male", - "age": 57, - "address": { - "state": "New Jersey", - "city": "Starks" - } - }, - { - "id": 5488, - "name": "Rowe Waller", - "gender": "male", - "age": 39, - "address": { - "state": "South Carolina", - "city": "Dante" - } - }, - { - "id": 5489, - "name": "Bolton Cash", - "gender": "male", - "age": 57, - "address": { - "state": "Oregon", - "city": "Gambrills" - } - }, - { - "id": 5490, - "name": "Herring Cooke", - "gender": "male", - "age": 73, - "address": { - "state": "Pennsylvania", - "city": "Spokane" - } - }, - { - "id": 5491, - "name": "Angelica Walls", - "gender": "female", - "age": 62, - "address": { - "state": "New York", - "city": "Cochranville" - } - }, - { - "id": 5492, - "name": "Sharpe Calderon", - "gender": "male", - "age": 68, - "address": { - "state": "Alaska", - "city": "Monument" - } - }, - { - "id": 5493, - "name": "Barton Hayes", - "gender": "male", - "age": 52, - "address": { - "state": "Rhode Island", - "city": "Cashtown" - } - }, - { - "id": 5494, - "name": "Farley Vinson", - "gender": "male", - "age": 18, - "address": { - "state": "Missouri", - "city": "Delco" - } - }, - { - "id": 5495, - "name": "Mack Burns", - "gender": "male", - "age": 79, - "address": { - "state": "Wisconsin", - "city": "Ezel" - } - }, - { - "id": 5496, - "name": "Leanne Hammond", - "gender": "female", - "age": 23, - "address": { - "state": "New Hampshire", - "city": "Belvoir" - } - }, - { - "id": 5497, - "name": "Nunez Ware", - "gender": "male", - "age": 66, - "address": { - "state": "North Dakota", - "city": "Fairforest" - } - }, - { - "id": 5498, - "name": "Mcmillan Simon", - "gender": "male", - "age": 47, - "address": { - "state": "Arkansas", - "city": "Allamuchy" - } - }, - { - "id": 5499, - "name": "Schultz Norman", - "gender": "male", - "age": 21, - "address": { - "state": "Alabama", - "city": "Bangor" - } - }, - { - "id": 5500, - "name": "Figueroa West", - "gender": "male", - "age": 27, - "address": { - "state": "Wyoming", - "city": "Riegelwood" - } - }, - { - "id": 5501, - "name": "Elaine Witt", - "gender": "female", - "age": 21, - "address": { - "state": "New Jersey", - "city": "Collins" - } - }, - { - "id": 5502, - "name": "Guy Williamson", - "gender": "male", - "age": 50, - "address": { - "state": "Iowa", - "city": "Jardine" - } - }, - { - "id": 5503, - "name": "Edwina Wong", - "gender": "female", - "age": 34, - "address": { - "state": "Virginia", - "city": "Nipinnawasee" - } - }, - { - "id": 5504, - "name": "Huffman Cameron", - "gender": "male", - "age": 63, - "address": { - "state": "Oklahoma", - "city": "Marbury" - } - }, - { - "id": 5505, - "name": "Rebekah Roy", - "gender": "female", - "age": 24, - "address": { - "state": "Louisiana", - "city": "Reno" - } - }, - { - "id": 5506, - "name": "Karla Copeland", - "gender": "female", - "age": 47, - "address": { - "state": "Arizona", - "city": "Chumuckla" - } - }, - { - "id": 5507, - "name": "Jill Hays", - "gender": "female", - "age": 78, - "address": { - "state": "South Dakota", - "city": "Fostoria" - } - }, - { - "id": 5508, - "name": "Lynch Sutton", - "gender": "male", - "age": 68, - "address": { - "state": "Mississippi", - "city": "Williamson" - } - }, - { - "id": 5509, - "name": "Virginia Gould", - "gender": "female", - "age": 42, - "address": { - "state": "Nebraska", - "city": "Chamizal" - } - }, - { - "id": 5510, - "name": "Luann Romero", - "gender": "female", - "age": 20, - "address": { - "state": "Maine", - "city": "Woodburn" - } - }, - { - "id": 5511, - "name": "Johns Lyons", - "gender": "male", - "age": 40, - "address": { - "state": "Indiana", - "city": "Caroleen" - } - }, - { - "id": 5512, - "name": "Dollie Blackburn", - "gender": "female", - "age": 23, - "address": { - "state": "California", - "city": "Weeksville" - } - }, - { - "id": 5513, - "name": "Weiss Berg", - "gender": "male", - "age": 29, - "address": { - "state": "Maryland", - "city": "Sharon" - } - }, - { - "id": 5514, - "name": "Georgette Osborn", - "gender": "female", - "age": 52, - "address": { - "state": "Delaware", - "city": "Caroline" - } - }, - { - "id": 5515, - "name": "Knapp Stephenson", - "gender": "male", - "age": 68, - "address": { - "state": "Michigan", - "city": "Savannah" - } - }, - { - "id": 5516, - "name": "Willie Allison", - "gender": "female", - "age": 31, - "address": { - "state": "Massachusetts", - "city": "Glidden" - } - }, - { - "id": 5517, - "name": "Kristen Hyde", - "gender": "female", - "age": 66, - "address": { - "state": "Texas", - "city": "Beason" - } - }, - { - "id": 5518, - "name": "Mcdowell Allen", - "gender": "male", - "age": 76, - "address": { - "state": "Vermont", - "city": "Naomi" - } - }, - { - "id": 5519, - "name": "Hines Wheeler", - "gender": "male", - "age": 23, - "address": { - "state": "Kansas", - "city": "Edgewater" - } - }, - { - "id": 5520, - "name": "Ellis Benjamin", - "gender": "male", - "age": 18, - "address": { - "state": "Montana", - "city": "Verdi" - } - }, - { - "id": 5521, - "name": "Bridgett Stone", - "gender": "female", - "age": 17, - "address": { - "state": "Utah", - "city": "Ladera" - } - }, - { - "id": 5522, - "name": "Amber Wolf", - "gender": "female", - "age": 48, - "address": { - "state": "Tennessee", - "city": "Yonah" - } - }, - { - "id": 5523, - "name": "Klein Mayer", - "gender": "male", - "age": 70, - "address": { - "state": "West Virginia", - "city": "Caln" - } - }, - { - "id": 5524, - "name": "Meyer Dunlap", - "gender": "male", - "age": 79, - "address": { - "state": "Hawaii", - "city": "Cotopaxi" - } - }, - { - "id": 5525, - "name": "Shepard Frederick", - "gender": "male", - "age": 18, - "address": { - "state": "Colorado", - "city": "Brethren" - } - }, - { - "id": 5526, - "name": "Levy Gutierrez", - "gender": "male", - "age": 48, - "address": { - "state": "Washington", - "city": "Dunbar" - } - }, - { - "id": 5527, - "name": "Lacey Aguilar", - "gender": "female", - "age": 43, - "address": { - "state": "Connecticut", - "city": "Greensburg" - } - }, - { - "id": 5528, - "name": "Santiago Cummings", - "gender": "male", - "age": 43, - "address": { - "state": "Nevada", - "city": "Chase" - } - }, - { - "id": 5529, - "name": "Brewer Pratt", - "gender": "male", - "age": 18, - "address": { - "state": "Ohio", - "city": "Cornfields" - } - }, - { - "id": 5530, - "name": "Angel Andrews", - "gender": "female", - "age": 26, - "address": { - "state": "Florida", - "city": "Sunriver" - } - }, - { - "id": 5531, - "name": "Goff Snider", - "gender": "male", - "age": 73, - "address": { - "state": "Minnesota", - "city": "Bladensburg" - } - }, - { - "id": 5532, - "name": "Hughes William", - "gender": "male", - "age": 38, - "address": { - "state": "Idaho", - "city": "Advance" - } - }, - { - "id": 5533, - "name": "William Buck", - "gender": "male", - "age": 74, - "address": { - "state": "New Mexico", - "city": "Catharine" - } - }, - { - "id": 5534, - "name": "Sims Joyner", - "gender": "male", - "age": 57, - "address": { - "state": "Georgia", - "city": "Gwynn" - } - }, - { - "id": 5535, - "name": "Terra Mack", - "gender": "female", - "age": 42, - "address": { - "state": "Kentucky", - "city": "Stevens" - } - }, - { - "id": 5536, - "name": "Lorna Rhodes", - "gender": "female", - "age": 41, - "address": { - "state": "Illinois", - "city": "Lawrence" - } - }, - { - "id": 5537, - "name": "Sheppard Stanton", - "gender": "male", - "age": 52, - "address": { - "state": "Arizona", - "city": "Whitestone" - } - }, - { - "id": 5538, - "name": "Shelia Oconnor", - "gender": "female", - "age": 71, - "address": { - "state": "South Dakota", - "city": "Walland" - } - }, - { - "id": 5539, - "name": "Bowers Bolton", - "gender": "male", - "age": 39, - "address": { - "state": "Kansas", - "city": "Remington" - } - }, - { - "id": 5540, - "name": "Tanisha Maldonado", - "gender": "female", - "age": 75, - "address": { - "state": "Kentucky", - "city": "Vicksburg" - } - }, - { - "id": 5541, - "name": "Sloan Wilkerson", - "gender": "male", - "age": 26, - "address": { - "state": "Michigan", - "city": "Emison" - } - }, - { - "id": 5542, - "name": "Delia Bass", - "gender": "female", - "age": 64, - "address": { - "state": "Wisconsin", - "city": "Dahlen" - } - }, - { - "id": 5543, - "name": "Victoria Guy", - "gender": "female", - "age": 58, - "address": { - "state": "Alabama", - "city": "Tryon" - } - }, - { - "id": 5544, - "name": "Gregory Miranda", - "gender": "male", - "age": 33, - "address": { - "state": "Maine", - "city": "Ballico" - } - }, - { - "id": 5545, - "name": "Leigh Mayer", - "gender": "female", - "age": 62, - "address": { - "state": "Montana", - "city": "Roeville" - } - }, - { - "id": 5546, - "name": "Julie Forbes", - "gender": "female", - "age": 43, - "address": { - "state": "Colorado", - "city": "Bloomington" - } - }, - { - "id": 5547, - "name": "Hutchinson Robinson", - "gender": "male", - "age": 65, - "address": { - "state": "Maryland", - "city": "Columbus" - } - }, - { - "id": 5548, - "name": "Morales Walton", - "gender": "male", - "age": 58, - "address": { - "state": "Vermont", - "city": "Camptown" - } - }, - { - "id": 5549, - "name": "Socorro Bradford", - "gender": "female", - "age": 27, - "address": { - "state": "New York", - "city": "Bodega" - } - }, - { - "id": 5550, - "name": "Burt Knight", - "gender": "male", - "age": 68, - "address": { - "state": "Pennsylvania", - "city": "Coleville" - } - }, - { - "id": 5551, - "name": "Helga Duncan", - "gender": "female", - "age": 36, - "address": { - "state": "Nevada", - "city": "Baden" - } - }, - { - "id": 5552, - "name": "Angelina Cox", - "gender": "female", - "age": 19, - "address": { - "state": "Rhode Island", - "city": "Sanders" - } - }, - { - "id": 5553, - "name": "Beatrice Whitehead", - "gender": "female", - "age": 24, - "address": { - "state": "Iowa", - "city": "Statenville" - } - }, - { - "id": 5554, - "name": "Herring Wright", - "gender": "male", - "age": 34, - "address": { - "state": "South Carolina", - "city": "Brutus" - } - }, - { - "id": 5555, - "name": "Dona Howard", - "gender": "female", - "age": 79, - "address": { - "state": "Texas", - "city": "Kansas" - } - }, - { - "id": 5556, - "name": "Henry Bullock", - "gender": "male", - "age": 82, - "address": { - "state": "Alaska", - "city": "Franklin" - } - }, - { - "id": 5557, - "name": "Chandra Bryant", - "gender": "female", - "age": 26, - "address": { - "state": "New Jersey", - "city": "Drummond" - } - }, - { - "id": 5558, - "name": "Trujillo Bishop", - "gender": "male", - "age": 24, - "address": { - "state": "Indiana", - "city": "Clay" - } - }, - { - "id": 5559, - "name": "Nora Wolf", - "gender": "female", - "age": 64, - "address": { - "state": "Delaware", - "city": "Bison" - } - }, - { - "id": 5560, - "name": "Moss Small", - "gender": "male", - "age": 73, - "address": { - "state": "Arkansas", - "city": "Oneida" - } - }, - { - "id": 5561, - "name": "Booth Thornton", - "gender": "male", - "age": 33, - "address": { - "state": "North Dakota", - "city": "Balm" - } - }, - { - "id": 5562, - "name": "Clarissa Dawson", - "gender": "female", - "age": 40, - "address": { - "state": "Ohio", - "city": "Leroy" - } - }, - { - "id": 5563, - "name": "Cherry Tucker", - "gender": "male", - "age": 81, - "address": { - "state": "Tennessee", - "city": "Flintville" - } - }, - { - "id": 5564, - "name": "Irene Poole", - "gender": "female", - "age": 81, - "address": { - "state": "Massachusetts", - "city": "Bordelonville" - } - }, - { - "id": 5565, - "name": "Hodge Morton", - "gender": "male", - "age": 74, - "address": { - "state": "Oklahoma", - "city": "Allendale" - } - }, - { - "id": 5566, - "name": "Alba Lucas", - "gender": "female", - "age": 72, - "address": { - "state": "Illinois", - "city": "Brambleton" - } - }, - { - "id": 5567, - "name": "Roberson Dennis", - "gender": "male", - "age": 64, - "address": { - "state": "Florida", - "city": "Dexter" - } - }, - { - "id": 5568, - "name": "Pamela Dodson", - "gender": "female", - "age": 66, - "address": { - "state": "Mississippi", - "city": "Teasdale" - } - }, - { - "id": 5569, - "name": "Rachael Mathis", - "gender": "female", - "age": 58, - "address": { - "state": "Hawaii", - "city": "Derwood" - } - }, - { - "id": 5570, - "name": "Tran Raymond", - "gender": "male", - "age": 64, - "address": { - "state": "Virginia", - "city": "Ypsilanti" - } - }, - { - "id": 5571, - "name": "Rosanna Nieves", - "gender": "female", - "age": 45, - "address": { - "state": "Minnesota", - "city": "Groton" - } - }, - { - "id": 5572, - "name": "Monica Macias", - "gender": "female", - "age": 41, - "address": { - "state": "Utah", - "city": "Ola" - } - }, - { - "id": 5573, - "name": "Debra Wong", - "gender": "female", - "age": 36, - "address": { - "state": "Missouri", - "city": "Dunnavant" - } - }, - { - "id": 5574, - "name": "Suzanne Skinner", - "gender": "female", - "age": 62, - "address": { - "state": "Nebraska", - "city": "Cashtown" - } - }, - { - "id": 5575, - "name": "Marie Allison", - "gender": "female", - "age": 21, - "address": { - "state": "West Virginia", - "city": "Tilden" - } - }, - { - "id": 5576, - "name": "Latoya Ryan", - "gender": "female", - "age": 25, - "address": { - "state": "Wyoming", - "city": "Rodanthe" - } - }, - { - "id": 5577, - "name": "Briggs Kim", - "gender": "male", - "age": 51, - "address": { - "state": "New Hampshire", - "city": "Dorneyville" - } - }, - { - "id": 5578, - "name": "Ruthie Finch", - "gender": "female", - "age": 29, - "address": { - "state": "California", - "city": "Hackneyville" - } - }, - { - "id": 5579, - "name": "Cantrell Campbell", - "gender": "male", - "age": 64, - "address": { - "state": "Washington", - "city": "Leland" - } - }, - { - "id": 5580, - "name": "Payne Spencer", - "gender": "male", - "age": 55, - "address": { - "state": "Georgia", - "city": "Sanford" - } - }, - { - "id": 5581, - "name": "Pacheco Mcbride", - "gender": "male", - "age": 74, - "address": { - "state": "Louisiana", - "city": "Brownlee" - } - }, - { - "id": 5582, - "name": "Mosley Moody", - "gender": "male", - "age": 80, - "address": { - "state": "Oregon", - "city": "Gadsden" - } - }, - { - "id": 5583, - "name": "Mckay Duke", - "gender": "male", - "age": 47, - "address": { - "state": "North Carolina", - "city": "Kennedyville" - } - }, - { - "id": 5584, - "name": "Meredith Wade", - "gender": "female", - "age": 32, - "address": { - "state": "Connecticut", - "city": "Brethren" - } - }, - { - "id": 5585, - "name": "Alston Ford", - "gender": "male", - "age": 60, - "address": { - "state": "New Mexico", - "city": "Gila" - } - }, - { - "id": 5586, - "name": "Cote Noel", - "gender": "male", - "age": 20, - "address": { - "state": "Hawaii", - "city": "Vale" - } - }, - { - "id": 5587, - "name": "Belinda Lara", - "gender": "female", - "age": 63, - "address": { - "state": "Washington", - "city": "Johnsonburg" - } - }, - { - "id": 5588, - "name": "Swanson Cooper", - "gender": "male", - "age": 79, - "address": { - "state": "Alaska", - "city": "Nogal" - } - }, - { - "id": 5589, - "name": "Eugenia Herring", - "gender": "female", - "age": 26, - "address": { - "state": "Nebraska", - "city": "Hiwasse" - } - }, - { - "id": 5590, - "name": "Maureen Coleman", - "gender": "female", - "age": 65, - "address": { - "state": "Louisiana", - "city": "Tyro" - } - }, - { - "id": 5591, - "name": "Guerrero Rose", - "gender": "male", - "age": 17, - "address": { - "state": "Oregon", - "city": "Conway" - } - }, - { - "id": 5592, - "name": "Aguirre Floyd", - "gender": "male", - "age": 41, - "address": { - "state": "Tennessee", - "city": "Herald" - } - }, - { - "id": 5593, - "name": "Bridges Wolfe", - "gender": "male", - "age": 20, - "address": { - "state": "Ohio", - "city": "Calpine" - } - }, - { - "id": 5594, - "name": "Camacho Newman", - "gender": "male", - "age": 81, - "address": { - "state": "North Dakota", - "city": "Aberdeen" - } - }, - { - "id": 5595, - "name": "Russo Kramer", - "gender": "male", - "age": 25, - "address": { - "state": "Delaware", - "city": "Klondike" - } - }, - { - "id": 5596, - "name": "Cortez Solis", - "gender": "male", - "age": 50, - "address": { - "state": "Michigan", - "city": "Northridge" - } - }, - { - "id": 5597, - "name": "Barlow Boone", - "gender": "male", - "age": 82, - "address": { - "state": "New Mexico", - "city": "Chical" - } - }, - { - "id": 5598, - "name": "Benson Sawyer", - "gender": "male", - "age": 37, - "address": { - "state": "Arkansas", - "city": "Sims" - } - }, - { - "id": 5599, - "name": "Erica Mueller", - "gender": "female", - "age": 33, - "address": { - "state": "Colorado", - "city": "Kenmar" - } - }, - { - "id": 5600, - "name": "Hensley Morse", - "gender": "male", - "age": 35, - "address": { - "state": "New Jersey", - "city": "Bethany" - } - }, - { - "id": 5601, - "name": "Shannon Lane", - "gender": "female", - "age": 74, - "address": { - "state": "Maine", - "city": "Sultana" - } - }, - { - "id": 5602, - "name": "Bianca Fleming", - "gender": "female", - "age": 23, - "address": { - "state": "West Virginia", - "city": "Tedrow" - } - }, - { - "id": 5603, - "name": "Vickie Salas", - "gender": "female", - "age": 53, - "address": { - "state": "North Carolina", - "city": "Ticonderoga" - } - }, - { - "id": 5604, - "name": "Chaney Watson", - "gender": "male", - "age": 57, - "address": { - "state": "Kansas", - "city": "Waterloo" - } - }, - { - "id": 5605, - "name": "Bonner Soto", - "gender": "male", - "age": 61, - "address": { - "state": "Oklahoma", - "city": "Neibert" - } - }, - { - "id": 5606, - "name": "Lynnette Schroeder", - "gender": "female", - "age": 71, - "address": { - "state": "Nevada", - "city": "Keyport" - } - }, - { - "id": 5607, - "name": "Millicent Pope", - "gender": "female", - "age": 43, - "address": { - "state": "Missouri", - "city": "Springville" - } - }, - { - "id": 5608, - "name": "Rita Eaton", - "gender": "female", - "age": 34, - "address": { - "state": "New Hampshire", - "city": "Shrewsbury" - } - }, - { - "id": 5609, - "name": "Burgess Knowles", - "gender": "male", - "age": 27, - "address": { - "state": "South Dakota", - "city": "Williston" - } - }, - { - "id": 5610, - "name": "Jamie Lester", - "gender": "female", - "age": 32, - "address": { - "state": "Mississippi", - "city": "Tonopah" - } - }, - { - "id": 5611, - "name": "Monroe Pruitt", - "gender": "male", - "age": 74, - "address": { - "state": "Florida", - "city": "Rivereno" - } - }, - { - "id": 5612, - "name": "Benjamin William", - "gender": "male", - "age": 61, - "address": { - "state": "Illinois", - "city": "Westphalia" - } - }, - { - "id": 5613, - "name": "Jaclyn Simon", - "gender": "female", - "age": 64, - "address": { - "state": "Massachusetts", - "city": "Cawood" - } - }, - { - "id": 5614, - "name": "Hope Berg", - "gender": "female", - "age": 33, - "address": { - "state": "Alabama", - "city": "Gordon" - } - }, - { - "id": 5615, - "name": "Johanna Powers", - "gender": "female", - "age": 36, - "address": { - "state": "Texas", - "city": "Blende" - } - }, - { - "id": 5616, - "name": "Nash Shepherd", - "gender": "male", - "age": 77, - "address": { - "state": "Virginia", - "city": "Mansfield" - } - }, - { - "id": 5617, - "name": "Joy Gibson", - "gender": "female", - "age": 82, - "address": { - "state": "Maryland", - "city": "Montura" - } - }, - { - "id": 5618, - "name": "Golden Levy", - "gender": "male", - "age": 26, - "address": { - "state": "Wisconsin", - "city": "Delshire" - } - }, - { - "id": 5619, - "name": "Alvarado Walls", - "gender": "male", - "age": 60, - "address": { - "state": "Utah", - "city": "Smock" - } - }, - { - "id": 5620, - "name": "Herminia Wong", - "gender": "female", - "age": 66, - "address": { - "state": "Vermont", - "city": "Benson" - } - }, - { - "id": 5621, - "name": "Morgan Whitfield", - "gender": "female", - "age": 59, - "address": { - "state": "Iowa", - "city": "Waiohinu" - } - }, - { - "id": 5622, - "name": "Kemp Arnold", - "gender": "male", - "age": 59, - "address": { - "state": "Minnesota", - "city": "Edenburg" - } - }, - { - "id": 5623, - "name": "Durham Ferrell", - "gender": "male", - "age": 57, - "address": { - "state": "Arizona", - "city": "Logan" - } - }, - { - "id": 5624, - "name": "Katina Gallegos", - "gender": "female", - "age": 41, - "address": { - "state": "Wyoming", - "city": "Detroit" - } - }, - { - "id": 5625, - "name": "Joyce Durham", - "gender": "female", - "age": 35, - "address": { - "state": "California", - "city": "Berlin" - } - }, - { - "id": 5626, - "name": "Kerry Barnes", - "gender": "female", - "age": 66, - "address": { - "state": "Idaho", - "city": "Gambrills" - } - }, - { - "id": 5627, - "name": "Britt Carver", - "gender": "male", - "age": 39, - "address": { - "state": "Pennsylvania", - "city": "Wollochet" - } - }, - { - "id": 5628, - "name": "Blair Glover", - "gender": "male", - "age": 21, - "address": { - "state": "New York", - "city": "Sunbury" - } - }, - { - "id": 5629, - "name": "Savage Middleton", - "gender": "male", - "age": 40, - "address": { - "state": "Georgia", - "city": "Colton" - } - }, - { - "id": 5630, - "name": "Copeland Burgess", - "gender": "male", - "age": 29, - "address": { - "state": "South Carolina", - "city": "Wolcott" - } - }, - { - "id": 5631, - "name": "Irwin Haley", - "gender": "male", - "age": 27, - "address": { - "state": "Indiana", - "city": "Derwood" - } - }, - { - "id": 5632, - "name": "Carla Saunders", - "gender": "female", - "age": 73, - "address": { - "state": "Rhode Island", - "city": "Brewster" - } - }, - { - "id": 5633, - "name": "Amanda Ward", - "gender": "female", - "age": 71, - "address": { - "state": "Kentucky", - "city": "Dola" - } - }, - { - "id": 5634, - "name": "Wilda Roberson", - "gender": "female", - "age": 81, - "address": { - "state": "Montana", - "city": "Wawona" - } - }, - { - "id": 5635, - "name": "Staci Petty", - "gender": "female", - "age": 79, - "address": { - "state": "North Carolina", - "city": "Enetai" - } - }, - { - "id": 5636, - "name": "Marva Murphy", - "gender": "female", - "age": 18, - "address": { - "state": "Mississippi", - "city": "Seymour" - } - }, - { - "id": 5637, - "name": "Hazel Vance", - "gender": "female", - "age": 24, - "address": { - "state": "Nevada", - "city": "Allentown" - } - }, - { - "id": 5638, - "name": "Brock Cleveland", - "gender": "male", - "age": 55, - "address": { - "state": "Texas", - "city": "Fidelis" - } - }, - { - "id": 5639, - "name": "Walls Holloway", - "gender": "male", - "age": 17, - "address": { - "state": "Alaska", - "city": "Hondah" - } - }, - { - "id": 5640, - "name": "Kemp Wolfe", - "gender": "male", - "age": 19, - "address": { - "state": "Rhode Island", - "city": "Floriston" - } - }, - { - "id": 5641, - "name": "Green Walters", - "gender": "male", - "age": 64, - "address": { - "state": "New York", - "city": "Kilbourne" - } - }, - { - "id": 5642, - "name": "Melton Burks", - "gender": "male", - "age": 62, - "address": { - "state": "Louisiana", - "city": "Interlochen" - } - }, - { - "id": 5643, - "name": "Crosby Beck", - "gender": "male", - "age": 69, - "address": { - "state": "Virginia", - "city": "Belfair" - } - }, - { - "id": 5644, - "name": "Cecelia Kim", - "gender": "female", - "age": 61, - "address": { - "state": "Delaware", - "city": "Moquino" - } - }, - { - "id": 5645, - "name": "Clay Duran", - "gender": "male", - "age": 19, - "address": { - "state": "New Mexico", - "city": "Bethpage" - } - }, - { - "id": 5646, - "name": "Morton Mays", - "gender": "male", - "age": 68, - "address": { - "state": "Illinois", - "city": "Camas" - } - }, - { - "id": 5647, - "name": "Ryan Bush", - "gender": "male", - "age": 71, - "address": { - "state": "Ohio", - "city": "Wright" - } - }, - { - "id": 5648, - "name": "Cora Goodwin", - "gender": "female", - "age": 52, - "address": { - "state": "Connecticut", - "city": "Nord" - } - }, - { - "id": 5649, - "name": "Bell Yang", - "gender": "male", - "age": 72, - "address": { - "state": "Florida", - "city": "Eastmont" - } - }, - { - "id": 5650, - "name": "Medina Tillman", - "gender": "male", - "age": 59, - "address": { - "state": "Vermont", - "city": "Hilltop" - } - }, - { - "id": 5651, - "name": "Petra Bauer", - "gender": "female", - "age": 77, - "address": { - "state": "Colorado", - "city": "Clarence" - } - }, - { - "id": 5652, - "name": "Holloway Sloan", - "gender": "male", - "age": 43, - "address": { - "state": "Hawaii", - "city": "Thomasville" - } - }, - { - "id": 5653, - "name": "Ora Hopkins", - "gender": "female", - "age": 62, - "address": { - "state": "West Virginia", - "city": "Epworth" - } - }, - { - "id": 5654, - "name": "Antonia Pate", - "gender": "female", - "age": 42, - "address": { - "state": "Georgia", - "city": "Martinez" - } - }, - { - "id": 5655, - "name": "Baird Wagner", - "gender": "male", - "age": 82, - "address": { - "state": "Tennessee", - "city": "Wintersburg" - } - }, - { - "id": 5656, - "name": "Stokes Moses", - "gender": "male", - "age": 78, - "address": { - "state": "Montana", - "city": "Cataract" - } - }, - { - "id": 5657, - "name": "Wheeler Castillo", - "gender": "male", - "age": 60, - "address": { - "state": "Kentucky", - "city": "Leming" - } - }, - { - "id": 5658, - "name": "Danielle Ballard", - "gender": "female", - "age": 65, - "address": { - "state": "Arizona", - "city": "Hampstead" - } - }, - { - "id": 5659, - "name": "Loretta Pollard", - "gender": "female", - "age": 49, - "address": { - "state": "Kansas", - "city": "Saticoy" - } - }, - { - "id": 5660, - "name": "Hodge Barnes", - "gender": "male", - "age": 37, - "address": { - "state": "North Dakota", - "city": "Kraemer" - } - }, - { - "id": 5661, - "name": "Jerri Lara", - "gender": "female", - "age": 26, - "address": { - "state": "Alabama", - "city": "Coalmont" - } - }, - { - "id": 5662, - "name": "Gallagher Meyer", - "gender": "male", - "age": 63, - "address": { - "state": "Oklahoma", - "city": "Crown" - } - }, - { - "id": 5663, - "name": "Josefina Macias", - "gender": "female", - "age": 19, - "address": { - "state": "South Carolina", - "city": "Delshire" - } - }, - { - "id": 5664, - "name": "Lolita Velazquez", - "gender": "female", - "age": 37, - "address": { - "state": "Arkansas", - "city": "Adamstown" - } - }, - { - "id": 5665, - "name": "Elvia Lyons", - "gender": "female", - "age": 43, - "address": { - "state": "Wisconsin", - "city": "Townsend" - } - }, - { - "id": 5666, - "name": "Bettye Cantu", - "gender": "female", - "age": 51, - "address": { - "state": "Wyoming", - "city": "Frystown" - } - }, - { - "id": 5667, - "name": "Burns Norman", - "gender": "male", - "age": 55, - "address": { - "state": "Utah", - "city": "Moscow" - } - }, - { - "id": 5668, - "name": "Carly Fry", - "gender": "female", - "age": 50, - "address": { - "state": "Oregon", - "city": "Elrama" - } - }, - { - "id": 5669, - "name": "Kendra Fuller", - "gender": "female", - "age": 56, - "address": { - "state": "Maine", - "city": "Nutrioso" - } - }, - { - "id": 5670, - "name": "Hendrix Martinez", - "gender": "male", - "age": 26, - "address": { - "state": "Nebraska", - "city": "Dola" - } - }, - { - "id": 5671, - "name": "Velma Dunlap", - "gender": "female", - "age": 25, - "address": { - "state": "Michigan", - "city": "Ypsilanti" - } - }, - { - "id": 5672, - "name": "Donaldson Conrad", - "gender": "male", - "age": 31, - "address": { - "state": "Maryland", - "city": "Weedville" - } - }, - { - "id": 5673, - "name": "Mcclure Merrill", - "gender": "male", - "age": 43, - "address": { - "state": "Pennsylvania", - "city": "Keyport" - } - }, - { - "id": 5674, - "name": "Lillie Lloyd", - "gender": "female", - "age": 57, - "address": { - "state": "Indiana", - "city": "Olney" - } - }, - { - "id": 5675, - "name": "Carol Manning", - "gender": "female", - "age": 43, - "address": { - "state": "Missouri", - "city": "Fruitdale" - } - }, - { - "id": 5676, - "name": "Trudy Howell", - "gender": "female", - "age": 63, - "address": { - "state": "New Jersey", - "city": "Draper" - } - }, - { - "id": 5677, - "name": "Ayers Emerson", - "gender": "male", - "age": 47, - "address": { - "state": "South Dakota", - "city": "Brownsville" - } - }, - { - "id": 5678, - "name": "Cox Parker", - "gender": "male", - "age": 27, - "address": { - "state": "Iowa", - "city": "Cloverdale" - } - }, - { - "id": 5679, - "name": "Nadine Warner", - "gender": "female", - "age": 54, - "address": { - "state": "New Hampshire", - "city": "Shepardsville" - } - }, - { - "id": 5680, - "name": "Mamie Blackwell", - "gender": "female", - "age": 62, - "address": { - "state": "Massachusetts", - "city": "Sena" - } - }, - { - "id": 5681, - "name": "Dora Hays", - "gender": "female", - "age": 78, - "address": { - "state": "California", - "city": "Wollochet" - } - }, - { - "id": 5682, - "name": "Bradshaw Steele", - "gender": "male", - "age": 46, - "address": { - "state": "Washington", - "city": "Craig" - } - }, - { - "id": 5683, - "name": "Gwen Salazar", - "gender": "female", - "age": 63, - "address": { - "state": "Minnesota", - "city": "Calpine" - } - }, - { - "id": 5684, - "name": "Bobbi Caldwell", - "gender": "female", - "age": 71, - "address": { - "state": "Minnesota", - "city": "Gasquet" - } - }, - { - "id": 5685, - "name": "Ramona Nelson", - "gender": "female", - "age": 22, - "address": { - "state": "North Carolina", - "city": "Gardners" - } - }, - { - "id": 5686, - "name": "West Best", - "gender": "male", - "age": 59, - "address": { - "state": "Indiana", - "city": "Falconaire" - } - }, - { - "id": 5687, - "name": "Booker Mullen", - "gender": "male", - "age": 18, - "address": { - "state": "Arkansas", - "city": "Rossmore" - } - }, - { - "id": 5688, - "name": "Prince Suarez", - "gender": "male", - "age": 63, - "address": { - "state": "Rhode Island", - "city": "Beyerville" - } - }, - { - "id": 5689, - "name": "Wolfe Chambers", - "gender": "male", - "age": 36, - "address": { - "state": "Iowa", - "city": "Convent" - } - }, - { - "id": 5690, - "name": "Erika Briggs", - "gender": "female", - "age": 22, - "address": { - "state": "Louisiana", - "city": "Joes" - } - }, - { - "id": 5691, - "name": "Page Alexander", - "gender": "male", - "age": 33, - "address": { - "state": "Utah", - "city": "Idledale" - } - }, - { - "id": 5692, - "name": "Lillie Fowler", - "gender": "female", - "age": 53, - "address": { - "state": "New Hampshire", - "city": "Neibert" - } - }, - { - "id": 5693, - "name": "Chen Sargent", - "gender": "male", - "age": 72, - "address": { - "state": "South Dakota", - "city": "Hessville" - } - }, - { - "id": 5694, - "name": "Carroll Allen", - "gender": "male", - "age": 74, - "address": { - "state": "Nebraska", - "city": "Beechmont" - } - }, - { - "id": 5695, - "name": "Hannah Spears", - "gender": "female", - "age": 68, - "address": { - "state": "West Virginia", - "city": "Broadlands" - } - }, - { - "id": 5696, - "name": "Reva Alvarez", - "gender": "female", - "age": 78, - "address": { - "state": "Oklahoma", - "city": "Richmond" - } - }, - { - "id": 5697, - "name": "Barry Ford", - "gender": "male", - "age": 17, - "address": { - "state": "Delaware", - "city": "Salix" - } - }, - { - "id": 5698, - "name": "Vaughn Riddle", - "gender": "male", - "age": 66, - "address": { - "state": "Maryland", - "city": "Summerfield" - } - }, - { - "id": 5699, - "name": "Mona Schmidt", - "gender": "female", - "age": 75, - "address": { - "state": "Illinois", - "city": "Chestnut" - } - }, - { - "id": 5700, - "name": "Callie Taylor", - "gender": "female", - "age": 35, - "address": { - "state": "New Mexico", - "city": "Davenport" - } - }, - { - "id": 5701, - "name": "Whitley Gallagher", - "gender": "male", - "age": 37, - "address": { - "state": "Alabama", - "city": "Alleghenyville" - } - }, - { - "id": 5702, - "name": "Weiss Davis", - "gender": "male", - "age": 33, - "address": { - "state": "Alaska", - "city": "Twilight" - } - }, - { - "id": 5703, - "name": "Elise Britt", - "gender": "female", - "age": 31, - "address": { - "state": "Montana", - "city": "Rosedale" - } - }, - { - "id": 5704, - "name": "Lila Andrews", - "gender": "female", - "age": 66, - "address": { - "state": "Vermont", - "city": "Mooresburg" - } - }, - { - "id": 5705, - "name": "Joann Burch", - "gender": "female", - "age": 27, - "address": { - "state": "New York", - "city": "Harleigh" - } - }, - { - "id": 5706, - "name": "Hahn Ferrell", - "gender": "male", - "age": 69, - "address": { - "state": "Arizona", - "city": "Brewster" - } - }, - { - "id": 5707, - "name": "Elva Knight", - "gender": "female", - "age": 78, - "address": { - "state": "Ohio", - "city": "Breinigsville" - } - }, - { - "id": 5708, - "name": "Melissa Porter", - "gender": "female", - "age": 82, - "address": { - "state": "New Jersey", - "city": "Chesapeake" - } - }, - { - "id": 5709, - "name": "Meadows Swanson", - "gender": "male", - "age": 52, - "address": { - "state": "Mississippi", - "city": "Stagecoach" - } - }, - { - "id": 5710, - "name": "Lauren Mcmillan", - "gender": "female", - "age": 31, - "address": { - "state": "Hawaii", - "city": "Ladera" - } - }, - { - "id": 5711, - "name": "Adrian Cooper", - "gender": "female", - "age": 24, - "address": { - "state": "Idaho", - "city": "Fairview" - } - }, - { - "id": 5712, - "name": "Rosemary Schultz", - "gender": "female", - "age": 23, - "address": { - "state": "Connecticut", - "city": "Selma" - } - }, - { - "id": 5713, - "name": "Hodge Yates", - "gender": "male", - "age": 39, - "address": { - "state": "Texas", - "city": "Emory" - } - }, - { - "id": 5714, - "name": "Melva Rojas", - "gender": "female", - "age": 47, - "address": { - "state": "Tennessee", - "city": "Sidman" - } - }, - { - "id": 5715, - "name": "Dona Davenport", - "gender": "female", - "age": 46, - "address": { - "state": "Wisconsin", - "city": "Caroleen" - } - }, - { - "id": 5716, - "name": "Ernestine Pate", - "gender": "female", - "age": 52, - "address": { - "state": "Maine", - "city": "Albrightsville" - } - }, - { - "id": 5717, - "name": "Harvey Alvarado", - "gender": "male", - "age": 47, - "address": { - "state": "California", - "city": "Saranap" - } - }, - { - "id": 5718, - "name": "Rasmussen Cotton", - "gender": "male", - "age": 51, - "address": { - "state": "Wyoming", - "city": "Vincent" - } - }, - { - "id": 5719, - "name": "Mcneil Buchanan", - "gender": "male", - "age": 48, - "address": { - "state": "Pennsylvania", - "city": "Wedgewood" - } - }, - { - "id": 5720, - "name": "Gregory Boyer", - "gender": "male", - "age": 55, - "address": { - "state": "Kentucky", - "city": "Englevale" - } - }, - { - "id": 5721, - "name": "Willie Hinton", - "gender": "female", - "age": 73, - "address": { - "state": "Washington", - "city": "Abiquiu" - } - }, - { - "id": 5722, - "name": "Lorie Bean", - "gender": "female", - "age": 31, - "address": { - "state": "Oregon", - "city": "Chilton" - } - }, - { - "id": 5723, - "name": "Caitlin Leon", - "gender": "female", - "age": 43, - "address": { - "state": "Missouri", - "city": "Cliffside" - } - }, - { - "id": 5724, - "name": "Cherie Decker", - "gender": "female", - "age": 77, - "address": { - "state": "South Carolina", - "city": "Sims" - } - }, - { - "id": 5725, - "name": "Silva Parks", - "gender": "male", - "age": 44, - "address": { - "state": "Michigan", - "city": "Jacksonwald" - } - }, - { - "id": 5726, - "name": "Debora Hobbs", - "gender": "female", - "age": 51, - "address": { - "state": "Nevada", - "city": "Nutrioso" - } - }, - { - "id": 5727, - "name": "Summer Coffey", - "gender": "female", - "age": 51, - "address": { - "state": "Massachusetts", - "city": "Osage" - } - }, - { - "id": 5728, - "name": "Bush Morrow", - "gender": "male", - "age": 77, - "address": { - "state": "North Dakota", - "city": "Longoria" - } - }, - { - "id": 5729, - "name": "Natalia Cox", - "gender": "female", - "age": 26, - "address": { - "state": "Georgia", - "city": "Hachita" - } - }, - { - "id": 5730, - "name": "Mccarty Blanchard", - "gender": "male", - "age": 49, - "address": { - "state": "Colorado", - "city": "Hebron" - } - }, - { - "id": 5731, - "name": "Francine Nguyen", - "gender": "female", - "age": 51, - "address": { - "state": "Kansas", - "city": "Lafferty" - } - }, - { - "id": 5732, - "name": "Karina Cummings", - "gender": "female", - "age": 31, - "address": { - "state": "Florida", - "city": "Ona" - } - }, - { - "id": 5733, - "name": "Bettie Rosa", - "gender": "female", - "age": 69, - "address": { - "state": "Pennsylvania", - "city": "Goodville" - } - }, - { - "id": 5734, - "name": "Bernadette Armstrong", - "gender": "female", - "age": 76, - "address": { - "state": "Vermont", - "city": "Bellamy" - } - }, - { - "id": 5735, - "name": "Mann Parsons", - "gender": "male", - "age": 19, - "address": { - "state": "Delaware", - "city": "Needmore" - } - }, - { - "id": 5736, - "name": "Corrine May", - "gender": "female", - "age": 55, - "address": { - "state": "Alabama", - "city": "Fidelis" - } - }, - { - "id": 5737, - "name": "Shana Gill", - "gender": "female", - "age": 41, - "address": { - "state": "Montana", - "city": "Fulford" - } - }, - { - "id": 5738, - "name": "Carroll Arnold", - "gender": "male", - "age": 61, - "address": { - "state": "Hawaii", - "city": "Flintville" - } - }, - { - "id": 5739, - "name": "Carmela Fowler", - "gender": "female", - "age": 77, - "address": { - "state": "Wisconsin", - "city": "Tolu" - } - }, - { - "id": 5740, - "name": "Levy Goff", - "gender": "male", - "age": 23, - "address": { - "state": "Oklahoma", - "city": "Venice" - } - }, - { - "id": 5741, - "name": "Geraldine Schmidt", - "gender": "female", - "age": 39, - "address": { - "state": "New Jersey", - "city": "Austinburg" - } - }, - { - "id": 5742, - "name": "Strong Hamilton", - "gender": "male", - "age": 35, - "address": { - "state": "Idaho", - "city": "Sultana" - } - }, - { - "id": 5743, - "name": "Hodge Wilcox", - "gender": "male", - "age": 39, - "address": { - "state": "Texas", - "city": "Taycheedah" - } - }, - { - "id": 5744, - "name": "Hawkins Burch", - "gender": "male", - "age": 74, - "address": { - "state": "Oregon", - "city": "Rosburg" - } - }, - { - "id": 5745, - "name": "Sallie Warner", - "gender": "female", - "age": 61, - "address": { - "state": "Wyoming", - "city": "Reinerton" - } - }, - { - "id": 5746, - "name": "Summers Lloyd", - "gender": "male", - "age": 37, - "address": { - "state": "Rhode Island", - "city": "Linganore" - } - }, - { - "id": 5747, - "name": "Christensen French", - "gender": "male", - "age": 49, - "address": { - "state": "Tennessee", - "city": "Hartsville/Hartley" - } - }, - { - "id": 5748, - "name": "Bethany Rodriquez", - "gender": "female", - "age": 28, - "address": { - "state": "New Mexico", - "city": "Ebro" - } - }, - { - "id": 5749, - "name": "Black Finley", - "gender": "male", - "age": 38, - "address": { - "state": "Illinois", - "city": "Newry" - } - }, - { - "id": 5750, - "name": "Angelia Sweeney", - "gender": "female", - "age": 79, - "address": { - "state": "Colorado", - "city": "Gallina" - } - }, - { - "id": 5751, - "name": "Charity Mccarthy", - "gender": "female", - "age": 34, - "address": { - "state": "Utah", - "city": "Islandia" - } - }, - { - "id": 5752, - "name": "Dianna Melendez", - "gender": "female", - "age": 28, - "address": { - "state": "Minnesota", - "city": "Hannasville" - } - }, - { - "id": 5753, - "name": "Valeria Harper", - "gender": "female", - "age": 30, - "address": { - "state": "Alaska", - "city": "Keller" - } - }, - { - "id": 5754, - "name": "Hewitt Avery", - "gender": "male", - "age": 33, - "address": { - "state": "West Virginia", - "city": "Foscoe" - } - }, - { - "id": 5755, - "name": "Brooke Decker", - "gender": "female", - "age": 35, - "address": { - "state": "Ohio", - "city": "Idledale" - } - }, - { - "id": 5756, - "name": "Bernadine Dickerson", - "gender": "female", - "age": 26, - "address": { - "state": "Nevada", - "city": "Westwood" - } - }, - { - "id": 5757, - "name": "Kris Dotson", - "gender": "female", - "age": 81, - "address": { - "state": "New York", - "city": "Wadsworth" - } - }, - { - "id": 5758, - "name": "Meghan Ramsey", - "gender": "female", - "age": 46, - "address": { - "state": "California", - "city": "Bath" - } - }, - { - "id": 5759, - "name": "Huffman Knox", - "gender": "male", - "age": 43, - "address": { - "state": "Michigan", - "city": "Jamestown" - } - }, - { - "id": 5760, - "name": "Glenda Schroeder", - "gender": "female", - "age": 77, - "address": { - "state": "Mississippi", - "city": "Chapin" - } - }, - { - "id": 5761, - "name": "Latisha Dillard", - "gender": "female", - "age": 80, - "address": { - "state": "South Dakota", - "city": "Kenvil" - } - }, - { - "id": 5762, - "name": "Ingrid Cobb", - "gender": "female", - "age": 63, - "address": { - "state": "Arkansas", - "city": "Otranto" - } - }, - { - "id": 5763, - "name": "Fernandez Chambers", - "gender": "male", - "age": 17, - "address": { - "state": "Nebraska", - "city": "Rote" - } - }, - { - "id": 5764, - "name": "Aimee Fry", - "gender": "female", - "age": 30, - "address": { - "state": "Connecticut", - "city": "Diaperville" - } - }, - { - "id": 5765, - "name": "Kirsten Sawyer", - "gender": "female", - "age": 21, - "address": { - "state": "Kentucky", - "city": "Sunwest" - } - }, - { - "id": 5766, - "name": "Wise Rosales", - "gender": "male", - "age": 68, - "address": { - "state": "Maine", - "city": "Roulette" - } - }, - { - "id": 5767, - "name": "Brady Ware", - "gender": "male", - "age": 18, - "address": { - "state": "Washington", - "city": "Slovan" - } - }, - { - "id": 5768, - "name": "Jeannette Peters", - "gender": "female", - "age": 37, - "address": { - "state": "Iowa", - "city": "Templeton" - } - }, - { - "id": 5769, - "name": "Olson Fisher", - "gender": "male", - "age": 39, - "address": { - "state": "New Hampshire", - "city": "Salunga" - } - }, - { - "id": 5770, - "name": "Acosta Mathews", - "gender": "male", - "age": 40, - "address": { - "state": "Florida", - "city": "Hayes" - } - }, - { - "id": 5771, - "name": "Strickland Thomas", - "gender": "male", - "age": 50, - "address": { - "state": "Georgia", - "city": "Savage" - } - }, - { - "id": 5772, - "name": "Albert Ewing", - "gender": "male", - "age": 68, - "address": { - "state": "Massachusetts", - "city": "Crucible" - } - }, - { - "id": 5773, - "name": "Mcpherson Blair", - "gender": "male", - "age": 72, - "address": { - "state": "Arizona", - "city": "Worcester" - } - }, - { - "id": 5774, - "name": "Mccarty Bowen", - "gender": "male", - "age": 23, - "address": { - "state": "Indiana", - "city": "Valle" - } - }, - { - "id": 5775, - "name": "Deana Collier", - "gender": "female", - "age": 65, - "address": { - "state": "Virginia", - "city": "Norwood" - } - }, - { - "id": 5776, - "name": "Lawanda Galloway", - "gender": "female", - "age": 57, - "address": { - "state": "Kansas", - "city": "Coaldale" - } - }, - { - "id": 5777, - "name": "Loretta Gilliam", - "gender": "female", - "age": 66, - "address": { - "state": "North Carolina", - "city": "Macdona" - } - }, - { - "id": 5778, - "name": "Annette Kramer", - "gender": "female", - "age": 61, - "address": { - "state": "Missouri", - "city": "Mulino" - } - }, - { - "id": 5779, - "name": "Raymond Shannon", - "gender": "male", - "age": 21, - "address": { - "state": "Maryland", - "city": "Comptche" - } - }, - { - "id": 5780, - "name": "Booth Hill", - "gender": "male", - "age": 31, - "address": { - "state": "South Carolina", - "city": "Yorklyn" - } - }, - { - "id": 5781, - "name": "Debora Kline", - "gender": "female", - "age": 41, - "address": { - "state": "North Dakota", - "city": "Hailesboro" - } - }, - { - "id": 5782, - "name": "Simmons Gray", - "gender": "male", - "age": 69, - "address": { - "state": "North Carolina", - "city": "Gulf" - } - }, - { - "id": 5783, - "name": "Cash Cook", - "gender": "male", - "age": 66, - "address": { - "state": "Kentucky", - "city": "Fedora" - } - }, - { - "id": 5784, - "name": "Lara Rosales", - "gender": "male", - "age": 23, - "address": { - "state": "Georgia", - "city": "Rew" - } - }, - { - "id": 5785, - "name": "Bryant Lawrence", - "gender": "male", - "age": 49, - "address": { - "state": "Mississippi", - "city": "Torboy" - } - }, - { - "id": 5786, - "name": "Agnes Patterson", - "gender": "female", - "age": 56, - "address": { - "state": "Delaware", - "city": "Villarreal" - } - }, - { - "id": 5787, - "name": "Sadie Swanson", - "gender": "female", - "age": 62, - "address": { - "state": "Tennessee", - "city": "Maplewood" - } - }, - { - "id": 5788, - "name": "Crosby Wyatt", - "gender": "male", - "age": 41, - "address": { - "state": "Vermont", - "city": "Jenkinsville" - } - }, - { - "id": 5789, - "name": "Shannon Silva", - "gender": "female", - "age": 20, - "address": { - "state": "Oklahoma", - "city": "Lavalette" - } - }, - { - "id": 5790, - "name": "Mandy Forbes", - "gender": "female", - "age": 74, - "address": { - "state": "Michigan", - "city": "Snyderville" - } - }, - { - "id": 5791, - "name": "Laurie Holden", - "gender": "female", - "age": 37, - "address": { - "state": "Utah", - "city": "Walton" - } - }, - { - "id": 5792, - "name": "Downs Weaver", - "gender": "male", - "age": 66, - "address": { - "state": "Indiana", - "city": "Waterloo" - } - }, - { - "id": 5793, - "name": "Ana Figueroa", - "gender": "female", - "age": 23, - "address": { - "state": "New Mexico", - "city": "Broadlands" - } - }, - { - "id": 5794, - "name": "Hooper Pacheco", - "gender": "male", - "age": 56, - "address": { - "state": "South Carolina", - "city": "Matthews" - } - }, - { - "id": 5795, - "name": "Clarissa Dawson", - "gender": "female", - "age": 75, - "address": { - "state": "New York", - "city": "Vandiver" - } - }, - { - "id": 5796, - "name": "Levine Randall", - "gender": "male", - "age": 62, - "address": { - "state": "California", - "city": "Ruckersville" - } - }, - { - "id": 5797, - "name": "Pickett Cooley", - "gender": "male", - "age": 58, - "address": { - "state": "Colorado", - "city": "Chamberino" - } - }, - { - "id": 5798, - "name": "Gates Gates", - "gender": "male", - "age": 57, - "address": { - "state": "Washington", - "city": "Nile" - } - }, - { - "id": 5799, - "name": "Peterson Clemons", - "gender": "male", - "age": 52, - "address": { - "state": "Massachusetts", - "city": "Chloride" - } - }, - { - "id": 5800, - "name": "Perez Knight", - "gender": "male", - "age": 79, - "address": { - "state": "Virginia", - "city": "Brownlee" - } - }, - { - "id": 5801, - "name": "Alison Tucker", - "gender": "female", - "age": 20, - "address": { - "state": "Ohio", - "city": "Kieler" - } - }, - { - "id": 5802, - "name": "Bond Alexander", - "gender": "male", - "age": 80, - "address": { - "state": "Hawaii", - "city": "Byrnedale" - } - }, - { - "id": 5803, - "name": "Annette Haynes", - "gender": "female", - "age": 38, - "address": { - "state": "Alaska", - "city": "Detroit" - } - }, - { - "id": 5804, - "name": "Beverly Ballard", - "gender": "female", - "age": 71, - "address": { - "state": "Montana", - "city": "Orviston" - } - }, - { - "id": 5805, - "name": "Fitzpatrick Ryan", - "gender": "male", - "age": 63, - "address": { - "state": "Iowa", - "city": "Jacumba" - } - }, - { - "id": 5806, - "name": "Contreras Yang", - "gender": "male", - "age": 53, - "address": { - "state": "Idaho", - "city": "Gallina" - } - }, - { - "id": 5807, - "name": "Compton Allen", - "gender": "male", - "age": 70, - "address": { - "state": "Oregon", - "city": "Moraida" - } - }, - { - "id": 5808, - "name": "Parrish Romero", - "gender": "male", - "age": 33, - "address": { - "state": "Connecticut", - "city": "Fostoria" - } - }, - { - "id": 5809, - "name": "Jackson Wilkinson", - "gender": "male", - "age": 48, - "address": { - "state": "Texas", - "city": "Delco" - } - }, - { - "id": 5810, - "name": "Boone Anthony", - "gender": "male", - "age": 82, - "address": { - "state": "Florida", - "city": "Fillmore" - } - }, - { - "id": 5811, - "name": "Farrell Hernandez", - "gender": "male", - "age": 44, - "address": { - "state": "Alabama", - "city": "Herlong" - } - }, - { - "id": 5812, - "name": "Cathryn Harding", - "gender": "female", - "age": 78, - "address": { - "state": "Pennsylvania", - "city": "Saranap" - } - }, - { - "id": 5813, - "name": "Dolores Zamora", - "gender": "female", - "age": 70, - "address": { - "state": "Louisiana", - "city": "Keyport" - } - }, - { - "id": 5814, - "name": "Aida Henson", - "gender": "female", - "age": 41, - "address": { - "state": "Illinois", - "city": "Haring" - } - }, - { - "id": 5815, - "name": "Sofia Parsons", - "gender": "female", - "age": 71, - "address": { - "state": "Minnesota", - "city": "Rose" - } - }, - { - "id": 5816, - "name": "Puckett Payne", - "gender": "male", - "age": 45, - "address": { - "state": "Nebraska", - "city": "Bethany" - } - }, - { - "id": 5817, - "name": "Rebecca Calhoun", - "gender": "female", - "age": 56, - "address": { - "state": "New Hampshire", - "city": "Hollymead" - } - }, - { - "id": 5818, - "name": "Swanson English", - "gender": "male", - "age": 47, - "address": { - "state": "Missouri", - "city": "Crawfordsville" - } - }, - { - "id": 5819, - "name": "Elvira Mullen", - "gender": "female", - "age": 78, - "address": { - "state": "Arkansas", - "city": "Konterra" - } - }, - { - "id": 5820, - "name": "Case Molina", - "gender": "male", - "age": 23, - "address": { - "state": "Nevada", - "city": "Wanship" - } - }, - { - "id": 5821, - "name": "Hilary Ellis", - "gender": "female", - "age": 81, - "address": { - "state": "Wyoming", - "city": "Yardville" - } - }, - { - "id": 5822, - "name": "Dale Dejesus", - "gender": "male", - "age": 21, - "address": { - "state": "Arizona", - "city": "Chaparrito" - } - }, - { - "id": 5823, - "name": "Opal Sweet", - "gender": "female", - "age": 69, - "address": { - "state": "South Dakota", - "city": "Dyckesville" - } - }, - { - "id": 5824, - "name": "Maxine Maldonado", - "gender": "female", - "age": 59, - "address": { - "state": "North Dakota", - "city": "Olney" - } - }, - { - "id": 5825, - "name": "Karina Haley", - "gender": "female", - "age": 24, - "address": { - "state": "Wisconsin", - "city": "Marshall" - } - }, - { - "id": 5826, - "name": "Glenda Frederick", - "gender": "female", - "age": 19, - "address": { - "state": "Maryland", - "city": "Fairview" - } - }, - { - "id": 5827, - "name": "Manning Wilkins", - "gender": "male", - "age": 67, - "address": { - "state": "Maine", - "city": "Boonville" - } - }, - { - "id": 5828, - "name": "Sondra Hudson", - "gender": "female", - "age": 77, - "address": { - "state": "Kansas", - "city": "Eastvale" - } - }, - { - "id": 5829, - "name": "Muriel Goodwin", - "gender": "female", - "age": 61, - "address": { - "state": "New Jersey", - "city": "Lithium" - } - }, - { - "id": 5830, - "name": "Chen Shepherd", - "gender": "male", - "age": 58, - "address": { - "state": "West Virginia", - "city": "Eastmont" - } - }, - { - "id": 5831, - "name": "Susan Evans", - "gender": "female", - "age": 20, - "address": { - "state": "Missouri", - "city": "Zarephath" - } - }, - { - "id": 5832, - "name": "Esther Terrell", - "gender": "female", - "age": 50, - "address": { - "state": "Maryland", - "city": "Imperial" - } - }, - { - "id": 5833, - "name": "Grace Skinner", - "gender": "female", - "age": 74, - "address": { - "state": "New Mexico", - "city": "Cleary" - } - }, - { - "id": 5834, - "name": "Malone Burke", - "gender": "male", - "age": 24, - "address": { - "state": "Michigan", - "city": "Wyoming" - } - }, - { - "id": 5835, - "name": "Tonya Bennett", - "gender": "female", - "age": 78, - "address": { - "state": "West Virginia", - "city": "Groveville" - } - }, - { - "id": 5836, - "name": "Little Woodard", - "gender": "male", - "age": 31, - "address": { - "state": "South Carolina", - "city": "Fairmount" - } - }, - { - "id": 5837, - "name": "Rosalie Rosales", - "gender": "female", - "age": 17, - "address": { - "state": "Minnesota", - "city": "Carrsville" - } - }, - { - "id": 5838, - "name": "Bray Lowe", - "gender": "male", - "age": 64, - "address": { - "state": "New York", - "city": "Oceola" - } - }, - { - "id": 5839, - "name": "Manuela Potter", - "gender": "female", - "age": 78, - "address": { - "state": "New Hampshire", - "city": "Statenville" - } - }, - { - "id": 5840, - "name": "Dejesus Gross", - "gender": "male", - "age": 69, - "address": { - "state": "Washington", - "city": "Takilma" - } - }, - { - "id": 5841, - "name": "Hayden Bean", - "gender": "male", - "age": 59, - "address": { - "state": "Indiana", - "city": "Freeburn" - } - }, - { - "id": 5842, - "name": "Berta Payne", - "gender": "female", - "age": 38, - "address": { - "state": "Maine", - "city": "Marne" - } - }, - { - "id": 5843, - "name": "Hawkins Glass", - "gender": "male", - "age": 75, - "address": { - "state": "Iowa", - "city": "Woodruff" - } - }, - { - "id": 5844, - "name": "House Gutierrez", - "gender": "male", - "age": 78, - "address": { - "state": "Tennessee", - "city": "Bowie" - } - }, - { - "id": 5845, - "name": "Roach Booth", - "gender": "male", - "age": 49, - "address": { - "state": "New Jersey", - "city": "Riner" - } - }, - { - "id": 5846, - "name": "Chan Freeman", - "gender": "male", - "age": 77, - "address": { - "state": "Colorado", - "city": "Rosewood" - } - }, - { - "id": 5847, - "name": "Paige Sanchez", - "gender": "female", - "age": 59, - "address": { - "state": "Nebraska", - "city": "Finderne" - } - }, - { - "id": 5848, - "name": "Maryellen Dominguez", - "gender": "female", - "age": 25, - "address": { - "state": "Connecticut", - "city": "Gloucester" - } - }, - { - "id": 5849, - "name": "Potts Avery", - "gender": "male", - "age": 58, - "address": { - "state": "Oregon", - "city": "Cassel" - } - }, - { - "id": 5850, - "name": "Irwin Castro", - "gender": "male", - "age": 55, - "address": { - "state": "Virginia", - "city": "Clinton" - } - }, - { - "id": 5851, - "name": "Allison Townsend", - "gender": "male", - "age": 37, - "address": { - "state": "Oklahoma", - "city": "Layhill" - } - }, - { - "id": 5852, - "name": "Dixie Duffy", - "gender": "female", - "age": 60, - "address": { - "state": "Wyoming", - "city": "Beaverdale" - } - }, - { - "id": 5853, - "name": "Alisa Ballard", - "gender": "female", - "age": 23, - "address": { - "state": "Texas", - "city": "Wikieup" - } - }, - { - "id": 5854, - "name": "Shelley Mcbride", - "gender": "female", - "age": 76, - "address": { - "state": "Arkansas", - "city": "Nicholson" - } - }, - { - "id": 5855, - "name": "White Leonard", - "gender": "male", - "age": 30, - "address": { - "state": "California", - "city": "Deercroft" - } - }, - { - "id": 5856, - "name": "Patrica Mercado", - "gender": "female", - "age": 52, - "address": { - "state": "Utah", - "city": "Kula" - } - }, - { - "id": 5857, - "name": "Lyons Howard", - "gender": "male", - "age": 18, - "address": { - "state": "North Dakota", - "city": "Leroy" - } - }, - { - "id": 5858, - "name": "Hudson Alexander", - "gender": "male", - "age": 30, - "address": { - "state": "Delaware", - "city": "Belgreen" - } - }, - { - "id": 5859, - "name": "Mattie Blair", - "gender": "female", - "age": 66, - "address": { - "state": "Mississippi", - "city": "Vale" - } - }, - { - "id": 5860, - "name": "Pace Frederick", - "gender": "male", - "age": 52, - "address": { - "state": "Pennsylvania", - "city": "Westmoreland" - } - }, - { - "id": 5861, - "name": "Casey Knight", - "gender": "male", - "age": 41, - "address": { - "state": "Louisiana", - "city": "Forbestown" - } - }, - { - "id": 5862, - "name": "Vicky Pitts", - "gender": "female", - "age": 31, - "address": { - "state": "Kentucky", - "city": "Loma" - } - }, - { - "id": 5863, - "name": "Bender Good", - "gender": "male", - "age": 46, - "address": { - "state": "Hawaii", - "city": "Walton" - } - }, - { - "id": 5864, - "name": "Melanie Wallace", - "gender": "female", - "age": 21, - "address": { - "state": "Georgia", - "city": "Chaparrito" - } - }, - { - "id": 5865, - "name": "Thompson Byrd", - "gender": "male", - "age": 70, - "address": { - "state": "North Carolina", - "city": "Dellview" - } - }, - { - "id": 5866, - "name": "Faith Page", - "gender": "female", - "age": 54, - "address": { - "state": "Florida", - "city": "Homeland" - } - }, - { - "id": 5867, - "name": "Ramsey Shields", - "gender": "male", - "age": 50, - "address": { - "state": "Idaho", - "city": "Sanford" - } - }, - { - "id": 5868, - "name": "Meyer Hernandez", - "gender": "male", - "age": 30, - "address": { - "state": "Arizona", - "city": "Mansfield" - } - }, - { - "id": 5869, - "name": "Jodie Sanders", - "gender": "female", - "age": 37, - "address": { - "state": "Massachusetts", - "city": "Knowlton" - } - }, - { - "id": 5870, - "name": "Shari Newton", - "gender": "female", - "age": 33, - "address": { - "state": "Montana", - "city": "Konterra" - } - }, - { - "id": 5871, - "name": "Rosario Compton", - "gender": "male", - "age": 69, - "address": { - "state": "Alaska", - "city": "Byrnedale" - } - }, - { - "id": 5872, - "name": "Barker Maxwell", - "gender": "male", - "age": 78, - "address": { - "state": "Alabama", - "city": "Reno" - } - }, - { - "id": 5873, - "name": "Amie Cervantes", - "gender": "female", - "age": 21, - "address": { - "state": "Illinois", - "city": "Machias" - } - }, - { - "id": 5874, - "name": "Frieda Rowland", - "gender": "female", - "age": 27, - "address": { - "state": "Ohio", - "city": "Jacksonwald" - } - }, - { - "id": 5875, - "name": "Gould Hubbard", - "gender": "male", - "age": 49, - "address": { - "state": "Kansas", - "city": "Hall" - } - }, - { - "id": 5876, - "name": "Lucas Poole", - "gender": "male", - "age": 37, - "address": { - "state": "Vermont", - "city": "Stagecoach" - } - }, - { - "id": 5877, - "name": "Ava Oneill", - "gender": "female", - "age": 56, - "address": { - "state": "South Dakota", - "city": "Moscow" - } - }, - { - "id": 5878, - "name": "Gay Justice", - "gender": "male", - "age": 28, - "address": { - "state": "Wisconsin", - "city": "Bentonville" - } - }, - { - "id": 5879, - "name": "Monroe Rojas", - "gender": "male", - "age": 40, - "address": { - "state": "Rhode Island", - "city": "Haring" - } - }, - { - "id": 5880, - "name": "Angel Clements", - "gender": "female", - "age": 47, - "address": { - "state": "Kansas", - "city": "Grantville" - } - }, - { - "id": 5881, - "name": "Marion Mays", - "gender": "female", - "age": 42, - "address": { - "state": "Montana", - "city": "Evergreen" - } - }, - { - "id": 5882, - "name": "Dominique Foster", - "gender": "female", - "age": 48, - "address": { - "state": "Nevada", - "city": "Clara" - } - }, - { - "id": 5883, - "name": "Huber Watts", - "gender": "male", - "age": 30, - "address": { - "state": "Nebraska", - "city": "Freetown" - } - }, - { - "id": 5884, - "name": "Jacobson Dean", - "gender": "male", - "age": 24, - "address": { - "state": "Indiana", - "city": "Retsof" - } - }, - { - "id": 5885, - "name": "Mullen Bryan", - "gender": "male", - "age": 27, - "address": { - "state": "West Virginia", - "city": "Allamuchy" - } - }, - { - "id": 5886, - "name": "James Marks", - "gender": "female", - "age": 72, - "address": { - "state": "Ohio", - "city": "Holcombe" - } - }, - { - "id": 5887, - "name": "Ilene Dyer", - "gender": "female", - "age": 42, - "address": { - "state": "California", - "city": "Lookingglass" - } - }, - { - "id": 5888, - "name": "Vance Pope", - "gender": "male", - "age": 47, - "address": { - "state": "Utah", - "city": "Ladera" - } - }, - { - "id": 5889, - "name": "Corina Paul", - "gender": "female", - "age": 38, - "address": { - "state": "Oklahoma", - "city": "Layhill" - } - }, - { - "id": 5890, - "name": "Phoebe Rasmussen", - "gender": "female", - "age": 31, - "address": { - "state": "Hawaii", - "city": "Drummond" - } - }, - { - "id": 5891, - "name": "Kirsten Russo", - "gender": "female", - "age": 60, - "address": { - "state": "Wyoming", - "city": "Gouglersville" - } - }, - { - "id": 5892, - "name": "Willa Ferguson", - "gender": "female", - "age": 45, - "address": { - "state": "Arkansas", - "city": "Yogaville" - } - }, - { - "id": 5893, - "name": "Bentley Tillman", - "gender": "male", - "age": 80, - "address": { - "state": "Missouri", - "city": "Adamstown" - } - }, - { - "id": 5894, - "name": "Pickett Guerra", - "gender": "male", - "age": 49, - "address": { - "state": "Massachusetts", - "city": "Osage" - } - }, - { - "id": 5895, - "name": "Kent Bowman", - "gender": "male", - "age": 18, - "address": { - "state": "North Dakota", - "city": "Chloride" - } - }, - { - "id": 5896, - "name": "Battle Rodriquez", - "gender": "male", - "age": 20, - "address": { - "state": "Oregon", - "city": "Taycheedah" - } - }, - { - "id": 5897, - "name": "Holt Baker", - "gender": "male", - "age": 53, - "address": { - "state": "South Carolina", - "city": "Newkirk" - } - }, - { - "id": 5898, - "name": "Alyce Hawkins", - "gender": "female", - "age": 71, - "address": { - "state": "Rhode Island", - "city": "Beyerville" - } - }, - { - "id": 5899, - "name": "Orr Dejesus", - "gender": "male", - "age": 55, - "address": { - "state": "Minnesota", - "city": "Dale" - } - }, - { - "id": 5900, - "name": "Jenkins Dixon", - "gender": "male", - "age": 17, - "address": { - "state": "Mississippi", - "city": "Dunlo" - } - }, - { - "id": 5901, - "name": "Bird Maddox", - "gender": "male", - "age": 29, - "address": { - "state": "Virginia", - "city": "Stonybrook" - } - }, - { - "id": 5902, - "name": "Darcy Wiley", - "gender": "female", - "age": 48, - "address": { - "state": "Tennessee", - "city": "Camino" - } - }, - { - "id": 5903, - "name": "Irene Dunn", - "gender": "female", - "age": 68, - "address": { - "state": "Texas", - "city": "Salvo" - } - }, - { - "id": 5904, - "name": "Graciela Williams", - "gender": "female", - "age": 46, - "address": { - "state": "Pennsylvania", - "city": "Healy" - } - }, - { - "id": 5905, - "name": "Summer Harris", - "gender": "female", - "age": 45, - "address": { - "state": "Illinois", - "city": "Shaft" - } - }, - { - "id": 5906, - "name": "Collier Odonnell", - "gender": "male", - "age": 31, - "address": { - "state": "Michigan", - "city": "Crown" - } - }, - { - "id": 5907, - "name": "Freda Lancaster", - "gender": "female", - "age": 17, - "address": { - "state": "New Hampshire", - "city": "Saticoy" - } - }, - { - "id": 5908, - "name": "Boyd Copeland", - "gender": "male", - "age": 19, - "address": { - "state": "Maine", - "city": "Aguila" - } - }, - { - "id": 5909, - "name": "Antoinette Bass", - "gender": "female", - "age": 33, - "address": { - "state": "Vermont", - "city": "Groton" - } - }, - { - "id": 5910, - "name": "Mcmahon Robinson", - "gender": "male", - "age": 82, - "address": { - "state": "Alaska", - "city": "Chestnut" - } - }, - { - "id": 5911, - "name": "Lowery Dillard", - "gender": "male", - "age": 36, - "address": { - "state": "Kentucky", - "city": "Lawrence" - } - }, - { - "id": 5912, - "name": "James Rice", - "gender": "male", - "age": 38, - "address": { - "state": "Colorado", - "city": "Turah" - } - }, - { - "id": 5913, - "name": "Janine Hudson", - "gender": "female", - "age": 47, - "address": { - "state": "Washington", - "city": "Westwood" - } - }, - { - "id": 5914, - "name": "Russell Christensen", - "gender": "male", - "age": 18, - "address": { - "state": "Wisconsin", - "city": "Hemlock" - } - }, - { - "id": 5915, - "name": "Hewitt Hodge", - "gender": "male", - "age": 64, - "address": { - "state": "New Mexico", - "city": "Hardyville" - } - }, - { - "id": 5916, - "name": "Rivera Clayton", - "gender": "male", - "age": 64, - "address": { - "state": "South Dakota", - "city": "Loyalhanna" - } - }, - { - "id": 5917, - "name": "Heather Nguyen", - "gender": "female", - "age": 50, - "address": { - "state": "Alabama", - "city": "Grandview" - } - }, - { - "id": 5918, - "name": "Brigitte Bartlett", - "gender": "female", - "age": 74, - "address": { - "state": "Georgia", - "city": "Cliff" - } - }, - { - "id": 5919, - "name": "Rodriguez Phelps", - "gender": "male", - "age": 41, - "address": { - "state": "Maryland", - "city": "Watrous" - } - }, - { - "id": 5920, - "name": "Frazier Lucas", - "gender": "male", - "age": 70, - "address": { - "state": "Idaho", - "city": "Gibbsville" - } - }, - { - "id": 5921, - "name": "Horne Roberson", - "gender": "male", - "age": 23, - "address": { - "state": "New York", - "city": "Bellamy" - } - }, - { - "id": 5922, - "name": "Evangelina Ware", - "gender": "female", - "age": 28, - "address": { - "state": "Arizona", - "city": "Garberville" - } - }, - { - "id": 5923, - "name": "Simon Whitney", - "gender": "male", - "age": 68, - "address": { - "state": "Delaware", - "city": "Foscoe" - } - }, - { - "id": 5924, - "name": "Janie Mclaughlin", - "gender": "female", - "age": 57, - "address": { - "state": "New Jersey", - "city": "Lavalette" - } - }, - { - "id": 5925, - "name": "Mari Conley", - "gender": "female", - "age": 22, - "address": { - "state": "Connecticut", - "city": "Crenshaw" - } - }, - { - "id": 5926, - "name": "Mcbride Frederick", - "gender": "male", - "age": 69, - "address": { - "state": "Iowa", - "city": "Tuskahoma" - } - }, - { - "id": 5927, - "name": "Mccall Peters", - "gender": "male", - "age": 44, - "address": { - "state": "Florida", - "city": "Moscow" - } - }, - { - "id": 5928, - "name": "Greer Powers", - "gender": "male", - "age": 21, - "address": { - "state": "Louisiana", - "city": "Rivereno" - } - }, - { - "id": 5929, - "name": "Eliza Colon", - "gender": "female", - "age": 29, - "address": { - "state": "Connecticut", - "city": "Glenbrook" - } - }, - { - "id": 5930, - "name": "Jeannette Ayala", - "gender": "female", - "age": 54, - "address": { - "state": "Arkansas", - "city": "Lowgap" - } - }, - { - "id": 5931, - "name": "Sasha Mcdaniel", - "gender": "female", - "age": 39, - "address": { - "state": "Minnesota", - "city": "Monument" - } - }, - { - "id": 5932, - "name": "Lolita Baxter", - "gender": "female", - "age": 26, - "address": { - "state": "Idaho", - "city": "Roosevelt" - } - }, - { - "id": 5933, - "name": "Watkins Leonard", - "gender": "male", - "age": 54, - "address": { - "state": "Ohio", - "city": "Bawcomville" - } - }, - { - "id": 5934, - "name": "Allison Pruitt", - "gender": "male", - "age": 71, - "address": { - "state": "Alabama", - "city": "Cazadero" - } - }, - { - "id": 5935, - "name": "Davenport Hobbs", - "gender": "male", - "age": 21, - "address": { - "state": "West Virginia", - "city": "Curtice" - } - }, - { - "id": 5936, - "name": "Lola Long", - "gender": "female", - "age": 45, - "address": { - "state": "South Dakota", - "city": "Glasgow" - } - }, - { - "id": 5937, - "name": "Ochoa Sullivan", - "gender": "male", - "age": 42, - "address": { - "state": "Virginia", - "city": "Sanborn" - } - }, - { - "id": 5938, - "name": "Penelope Mays", - "gender": "female", - "age": 64, - "address": { - "state": "Florida", - "city": "Rosine" - } - }, - { - "id": 5939, - "name": "Lorena Nolan", - "gender": "female", - "age": 26, - "address": { - "state": "New Hampshire", - "city": "Abrams" - } - }, - { - "id": 5940, - "name": "Lorraine Doyle", - "gender": "female", - "age": 70, - "address": { - "state": "Kentucky", - "city": "Witmer" - } - }, - { - "id": 5941, - "name": "Michele Blevins", - "gender": "female", - "age": 75, - "address": { - "state": "North Carolina", - "city": "Springhill" - } - }, - { - "id": 5942, - "name": "Lucinda Herman", - "gender": "female", - "age": 37, - "address": { - "state": "South Carolina", - "city": "Centerville" - } - }, - { - "id": 5943, - "name": "Danielle Payne", - "gender": "female", - "age": 17, - "address": { - "state": "Louisiana", - "city": "Durham" - } - }, - { - "id": 5944, - "name": "Avis Nichols", - "gender": "female", - "age": 27, - "address": { - "state": "Nebraska", - "city": "Crawfordsville" - } - }, - { - "id": 5945, - "name": "Frederick Sharp", - "gender": "male", - "age": 29, - "address": { - "state": "Michigan", - "city": "Herbster" - } - }, - { - "id": 5946, - "name": "Ruthie Ortega", - "gender": "female", - "age": 22, - "address": { - "state": "Maryland", - "city": "Boling" - } - }, - { - "id": 5947, - "name": "Celina Gordon", - "gender": "female", - "age": 44, - "address": { - "state": "Iowa", - "city": "Calvary" - } - }, - { - "id": 5948, - "name": "Alvarez Prince", - "gender": "male", - "age": 59, - "address": { - "state": "Wisconsin", - "city": "Lisco" - } - }, - { - "id": 5949, - "name": "Lorna Aguilar", - "gender": "female", - "age": 25, - "address": { - "state": "Georgia", - "city": "Wolcott" - } - }, - { - "id": 5950, - "name": "Dominique Lowe", - "gender": "female", - "age": 40, - "address": { - "state": "North Dakota", - "city": "Thynedale" - } - }, - { - "id": 5951, - "name": "Roberta Castillo", - "gender": "female", - "age": 52, - "address": { - "state": "Nevada", - "city": "Irwin" - } - }, - { - "id": 5952, - "name": "Deena Crosby", - "gender": "female", - "age": 77, - "address": { - "state": "Texas", - "city": "Topanga" - } - }, - { - "id": 5953, - "name": "Marcie Odonnell", - "gender": "female", - "age": 64, - "address": { - "state": "New Mexico", - "city": "Maury" - } - }, - { - "id": 5954, - "name": "Oneil Blair", - "gender": "male", - "age": 70, - "address": { - "state": "Oregon", - "city": "Soudan" - } - }, - { - "id": 5955, - "name": "Melba Schwartz", - "gender": "female", - "age": 35, - "address": { - "state": "Oklahoma", - "city": "Dawn" - } - }, - { - "id": 5956, - "name": "Chan Booker", - "gender": "male", - "age": 39, - "address": { - "state": "Mississippi", - "city": "Norfolk" - } - }, - { - "id": 5957, - "name": "Jamie Combs", - "gender": "female", - "age": 18, - "address": { - "state": "Colorado", - "city": "Driftwood" - } - }, - { - "id": 5958, - "name": "Craig Peters", - "gender": "male", - "age": 75, - "address": { - "state": "Alaska", - "city": "Bagtown" - } - }, - { - "id": 5959, - "name": "Lorie Shepherd", - "gender": "female", - "age": 41, - "address": { - "state": "New York", - "city": "Trail" - } - }, - { - "id": 5960, - "name": "Celeste Torres", - "gender": "female", - "age": 36, - "address": { - "state": "Arizona", - "city": "Dundee" - } - }, - { - "id": 5961, - "name": "Alma Houston", - "gender": "female", - "age": 43, - "address": { - "state": "California", - "city": "Boonville" - } - }, - { - "id": 5962, - "name": "Carney Terrell", - "gender": "male", - "age": 59, - "address": { - "state": "Hawaii", - "city": "Enetai" - } - }, - { - "id": 5963, - "name": "Kristy Branch", - "gender": "female", - "age": 35, - "address": { - "state": "Maine", - "city": "Masthope" - } - }, - { - "id": 5964, - "name": "Turner Lloyd", - "gender": "male", - "age": 24, - "address": { - "state": "Montana", - "city": "Sedley" - } - }, - { - "id": 5965, - "name": "Sanchez Mercado", - "gender": "male", - "age": 57, - "address": { - "state": "Kansas", - "city": "Gasquet" - } - }, - { - "id": 5966, - "name": "Roth Burton", - "gender": "male", - "age": 65, - "address": { - "state": "Washington", - "city": "Churchill" - } - }, - { - "id": 5967, - "name": "Mcintyre Hull", - "gender": "male", - "age": 23, - "address": { - "state": "Rhode Island", - "city": "Williams" - } - }, - { - "id": 5968, - "name": "Grace Tillman", - "gender": "female", - "age": 19, - "address": { - "state": "New Jersey", - "city": "Jacksonwald" - } - }, - { - "id": 5969, - "name": "Langley Merrill", - "gender": "male", - "age": 82, - "address": { - "state": "Delaware", - "city": "Bergoo" - } - }, - { - "id": 5970, - "name": "Natasha Nelson", - "gender": "female", - "age": 81, - "address": { - "state": "Indiana", - "city": "Kieler" - } - }, - { - "id": 5971, - "name": "Leach Mcdonald", - "gender": "male", - "age": 24, - "address": { - "state": "Wyoming", - "city": "Kohatk" - } - }, - { - "id": 5972, - "name": "Lindsay Landry", - "gender": "male", - "age": 73, - "address": { - "state": "Vermont", - "city": "Orason" - } - }, - { - "id": 5973, - "name": "Rosemarie Waters", - "gender": "female", - "age": 39, - "address": { - "state": "Massachusetts", - "city": "Salix" - } - }, - { - "id": 5974, - "name": "Wilkins Jensen", - "gender": "male", - "age": 41, - "address": { - "state": "Pennsylvania", - "city": "Madaket" - } - }, - { - "id": 5975, - "name": "Jewell Benson", - "gender": "female", - "age": 31, - "address": { - "state": "Illinois", - "city": "Odessa" - } - }, - { - "id": 5976, - "name": "Della Mclaughlin", - "gender": "female", - "age": 78, - "address": { - "state": "Utah", - "city": "Cressey" - } - }, - { - "id": 5977, - "name": "Bowman Flores", - "gender": "male", - "age": 47, - "address": { - "state": "Missouri", - "city": "Blairstown" - } - }, - { - "id": 5978, - "name": "Baird Woodward", - "gender": "male", - "age": 73, - "address": { - "state": "Mississippi", - "city": "Zeba" - } - }, - { - "id": 5979, - "name": "Odom Burgess", - "gender": "male", - "age": 64, - "address": { - "state": "Illinois", - "city": "Beason" - } - }, - { - "id": 5980, - "name": "Audrey Gilbert", - "gender": "female", - "age": 53, - "address": { - "state": "Arkansas", - "city": "Allison" - } - }, - { - "id": 5981, - "name": "Angelica Mooney", - "gender": "female", - "age": 76, - "address": { - "state": "Wisconsin", - "city": "Windsor" - } - }, - { - "id": 5982, - "name": "Lois Eaton", - "gender": "female", - "age": 58, - "address": { - "state": "Nevada", - "city": "Ruckersville" - } - }, - { - "id": 5983, - "name": "Briggs Guerrero", - "gender": "male", - "age": 18, - "address": { - "state": "Kentucky", - "city": "Veyo" - } - }, - { - "id": 5984, - "name": "Mable Richards", - "gender": "female", - "age": 46, - "address": { - "state": "California", - "city": "Delwood" - } - }, - { - "id": 5985, - "name": "Ruthie Farmer", - "gender": "female", - "age": 61, - "address": { - "state": "Louisiana", - "city": "Loretto" - } - }, - { - "id": 5986, - "name": "Klein Garza", - "gender": "male", - "age": 52, - "address": { - "state": "Alabama", - "city": "Healy" - } - }, - { - "id": 5987, - "name": "Stewart Roy", - "gender": "male", - "age": 20, - "address": { - "state": "Michigan", - "city": "Osmond" - } - }, - { - "id": 5988, - "name": "Hahn Hartman", - "gender": "male", - "age": 26, - "address": { - "state": "Tennessee", - "city": "Kilbourne" - } - }, - { - "id": 5989, - "name": "Vazquez Chandler", - "gender": "male", - "age": 24, - "address": { - "state": "Georgia", - "city": "Northridge" - } - }, - { - "id": 5990, - "name": "Day Tran", - "gender": "male", - "age": 28, - "address": { - "state": "New York", - "city": "Sehili" - } - }, - { - "id": 5991, - "name": "Lynnette Hurst", - "gender": "female", - "age": 61, - "address": { - "state": "New Jersey", - "city": "Terlingua" - } - }, - { - "id": 5992, - "name": "Chaney Spears", - "gender": "male", - "age": 53, - "address": { - "state": "North Dakota", - "city": "Boling" - } - }, - { - "id": 5993, - "name": "Albert Hopkins", - "gender": "male", - "age": 78, - "address": { - "state": "West Virginia", - "city": "Edgewater" - } - }, - { - "id": 5994, - "name": "Antoinette Travis", - "gender": "female", - "age": 31, - "address": { - "state": "Rhode Island", - "city": "Ezel" - } - }, - { - "id": 5995, - "name": "York Medina", - "gender": "male", - "age": 51, - "address": { - "state": "Hawaii", - "city": "Brewster" - } - }, - { - "id": 5996, - "name": "Polly Potter", - "gender": "female", - "age": 29, - "address": { - "state": "Connecticut", - "city": "Lumberton" - } - }, - { - "id": 5997, - "name": "Patton Sharp", - "gender": "male", - "age": 82, - "address": { - "state": "Arizona", - "city": "Marshall" - } - }, - { - "id": 5998, - "name": "Loretta Valencia", - "gender": "female", - "age": 68, - "address": { - "state": "Massachusetts", - "city": "Rosburg" - } - }, - { - "id": 5999, - "name": "Margaret Jennings", - "gender": "female", - "age": 82, - "address": { - "state": "Colorado", - "city": "Allamuchy" - } - }, - { - "id": 6000, - "name": "Suarez Glass", - "gender": "male", - "age": 27, - "address": { - "state": "New Mexico", - "city": "Dale" - } - }, - { - "id": 6001, - "name": "Alexandria Maynard", - "gender": "female", - "age": 69, - "address": { - "state": "Delaware", - "city": "Sidman" - } - }, - { - "id": 6002, - "name": "Wendy Wooten", - "gender": "female", - "age": 49, - "address": { - "state": "Virginia", - "city": "Cotopaxi" - } - }, - { - "id": 6003, - "name": "Gamble Levy", - "gender": "male", - "age": 76, - "address": { - "state": "Montana", - "city": "Dixie" - } - }, - { - "id": 6004, - "name": "Black Richmond", - "gender": "male", - "age": 63, - "address": { - "state": "Texas", - "city": "Dexter" - } - }, - { - "id": 6005, - "name": "Schroeder Robbins", - "gender": "male", - "age": 33, - "address": { - "state": "North Carolina", - "city": "Nutrioso" - } - }, - { - "id": 6006, - "name": "Nora Gutierrez", - "gender": "female", - "age": 30, - "address": { - "state": "New Hampshire", - "city": "Linganore" - } - }, - { - "id": 6007, - "name": "Nina Emerson", - "gender": "female", - "age": 68, - "address": { - "state": "Ohio", - "city": "Durham" - } - }, - { - "id": 6008, - "name": "Francis Williamson", - "gender": "female", - "age": 62, - "address": { - "state": "Nebraska", - "city": "Dahlen" - } - }, - { - "id": 6009, - "name": "Mccarty Hill", - "gender": "male", - "age": 77, - "address": { - "state": "Florida", - "city": "Eureka" - } - }, - { - "id": 6010, - "name": "Patti Bryan", - "gender": "female", - "age": 75, - "address": { - "state": "Kansas", - "city": "Thynedale" - } - }, - { - "id": 6011, - "name": "Pennington Tate", - "gender": "male", - "age": 36, - "address": { - "state": "Utah", - "city": "Floriston" - } - }, - { - "id": 6012, - "name": "Melton Burnett", - "gender": "male", - "age": 64, - "address": { - "state": "Iowa", - "city": "Mooresburg" - } - }, - { - "id": 6013, - "name": "Baldwin Reed", - "gender": "male", - "age": 20, - "address": { - "state": "Oklahoma", - "city": "Garnet" - } - }, - { - "id": 6014, - "name": "Jones Sanford", - "gender": "male", - "age": 39, - "address": { - "state": "Pennsylvania", - "city": "Elfrida" - } - }, - { - "id": 6015, - "name": "Katy Church", - "gender": "female", - "age": 63, - "address": { - "state": "Indiana", - "city": "Herald" - } - }, - { - "id": 6016, - "name": "Langley Case", - "gender": "male", - "age": 23, - "address": { - "state": "Alaska", - "city": "Alafaya" - } - }, - { - "id": 6017, - "name": "Rosa Heath", - "gender": "female", - "age": 34, - "address": { - "state": "South Dakota", - "city": "Hemlock" - } - }, - { - "id": 6018, - "name": "Garrison Johnson", - "gender": "male", - "age": 62, - "address": { - "state": "Washington", - "city": "Maxville" - } - }, - { - "id": 6019, - "name": "Burton Green", - "gender": "male", - "age": 59, - "address": { - "state": "Vermont", - "city": "Marienthal" - } - }, - { - "id": 6020, - "name": "Patterson Charles", - "gender": "male", - "age": 25, - "address": { - "state": "Maine", - "city": "Springhill" - } - }, - { - "id": 6021, - "name": "Leona Berry", - "gender": "female", - "age": 60, - "address": { - "state": "Missouri", - "city": "Waverly" - } - }, - { - "id": 6022, - "name": "Clarke Trevino", - "gender": "male", - "age": 43, - "address": { - "state": "Idaho", - "city": "Stockdale" - } - }, - { - "id": 6023, - "name": "Franklin Brewer", - "gender": "male", - "age": 43, - "address": { - "state": "South Carolina", - "city": "Manila" - } - }, - { - "id": 6024, - "name": "Murray Walter", - "gender": "male", - "age": 52, - "address": { - "state": "Maryland", - "city": "Berlin" - } - }, - { - "id": 6025, - "name": "Ester Rogers", - "gender": "female", - "age": 52, - "address": { - "state": "Minnesota", - "city": "Sheatown" - } - }, - { - "id": 6026, - "name": "Solomon Acevedo", - "gender": "male", - "age": 80, - "address": { - "state": "Oregon", - "city": "Camas" - } - }, - { - "id": 6027, - "name": "Gill Douglas", - "gender": "male", - "age": 76, - "address": { - "state": "Oklahoma", - "city": "Brooktrails" - } - }, - { - "id": 6028, - "name": "Melton Harper", - "gender": "male", - "age": 29, - "address": { - "state": "Iowa", - "city": "Trail" - } - }, - { - "id": 6029, - "name": "Horne Boyer", - "gender": "male", - "age": 24, - "address": { - "state": "Missouri", - "city": "Helen" - } - }, - { - "id": 6030, - "name": "Jimenez Harding", - "gender": "male", - "age": 31, - "address": { - "state": "Ohio", - "city": "Machias" - } - }, - { - "id": 6031, - "name": "Mcclain Navarro", - "gender": "male", - "age": 35, - "address": { - "state": "Wyoming", - "city": "Sussex" - } - }, - { - "id": 6032, - "name": "Acosta Cochran", - "gender": "male", - "age": 80, - "address": { - "state": "Alabama", - "city": "Chesterfield" - } - }, - { - "id": 6033, - "name": "Anderson Hernandez", - "gender": "male", - "age": 77, - "address": { - "state": "Michigan", - "city": "Tyhee" - } - }, - { - "id": 6034, - "name": "Tracey Perkins", - "gender": "female", - "age": 74, - "address": { - "state": "Maine", - "city": "Summerset" - } - }, - { - "id": 6035, - "name": "Gallegos Mcneil", - "gender": "male", - "age": 74, - "address": { - "state": "Washington", - "city": "Gerber" - } - }, - { - "id": 6036, - "name": "Genevieve Stark", - "gender": "female", - "age": 34, - "address": { - "state": "Oregon", - "city": "Jessie" - } - }, - { - "id": 6037, - "name": "Hunter Nunez", - "gender": "male", - "age": 77, - "address": { - "state": "Maryland", - "city": "Cobbtown" - } - }, - { - "id": 6038, - "name": "Shelia Rosa", - "gender": "female", - "age": 59, - "address": { - "state": "South Dakota", - "city": "Kent" - } - }, - { - "id": 6039, - "name": "Sheree Puckett", - "gender": "female", - "age": 25, - "address": { - "state": "California", - "city": "Tuttle" - } - }, - { - "id": 6040, - "name": "Estrada Hamilton", - "gender": "male", - "age": 66, - "address": { - "state": "Vermont", - "city": "Wanship" - } - }, - { - "id": 6041, - "name": "Whitley Mccray", - "gender": "male", - "age": 44, - "address": { - "state": "Minnesota", - "city": "Urbana" - } - }, - { - "id": 6042, - "name": "Aida Chen", - "gender": "female", - "age": 68, - "address": { - "state": "North Dakota", - "city": "Manila" - } - }, - { - "id": 6043, - "name": "Casey Jacobson", - "gender": "female", - "age": 53, - "address": { - "state": "Illinois", - "city": "Onton" - } - }, - { - "id": 6044, - "name": "Kaitlin Griffin", - "gender": "female", - "age": 72, - "address": { - "state": "Mississippi", - "city": "Brutus" - } - }, - { - "id": 6045, - "name": "Daugherty Dominguez", - "gender": "male", - "age": 62, - "address": { - "state": "Nebraska", - "city": "Yogaville" - } - }, - { - "id": 6046, - "name": "Randolph Butler", - "gender": "male", - "age": 68, - "address": { - "state": "Delaware", - "city": "Coyote" - } - }, - { - "id": 6047, - "name": "Tammy Cortez", - "gender": "female", - "age": 66, - "address": { - "state": "New Jersey", - "city": "Clara" - } - }, - { - "id": 6048, - "name": "Parsons Hooper", - "gender": "male", - "age": 77, - "address": { - "state": "South Carolina", - "city": "Bluetown" - } - }, - { - "id": 6049, - "name": "Sophia Ayala", - "gender": "female", - "age": 27, - "address": { - "state": "Wisconsin", - "city": "Alamo" - } - }, - { - "id": 6050, - "name": "Montgomery Sosa", - "gender": "male", - "age": 82, - "address": { - "state": "Utah", - "city": "Biddle" - } - }, - { - "id": 6051, - "name": "Lloyd Melton", - "gender": "male", - "age": 22, - "address": { - "state": "West Virginia", - "city": "Dowling" - } - }, - { - "id": 6052, - "name": "Nadine Taylor", - "gender": "female", - "age": 24, - "address": { - "state": "Tennessee", - "city": "Manitou" - } - }, - { - "id": 6053, - "name": "Jaclyn Horton", - "gender": "female", - "age": 82, - "address": { - "state": "Florida", - "city": "Lavalette" - } - }, - { - "id": 6054, - "name": "Andrews Hopkins", - "gender": "male", - "age": 65, - "address": { - "state": "Hawaii", - "city": "Greensburg" - } - }, - { - "id": 6055, - "name": "Robinson Rocha", - "gender": "male", - "age": 38, - "address": { - "state": "Massachusetts", - "city": "Malo" - } - }, - { - "id": 6056, - "name": "Natasha Mcgowan", - "gender": "female", - "age": 75, - "address": { - "state": "Nevada", - "city": "Bordelonville" - } - }, - { - "id": 6057, - "name": "Sharpe Dotson", - "gender": "male", - "age": 32, - "address": { - "state": "Kentucky", - "city": "Roeville" - } - }, - { - "id": 6058, - "name": "Anthony Delacruz", - "gender": "male", - "age": 47, - "address": { - "state": "Arkansas", - "city": "Blue" - } - }, - { - "id": 6059, - "name": "Cecile Coffey", - "gender": "female", - "age": 37, - "address": { - "state": "Indiana", - "city": "Orason" - } - }, - { - "id": 6060, - "name": "Sophie Conley", - "gender": "female", - "age": 41, - "address": { - "state": "New Hampshire", - "city": "Buxton" - } - }, - { - "id": 6061, - "name": "Berg Crane", - "gender": "male", - "age": 66, - "address": { - "state": "Arizona", - "city": "Rutherford" - } - }, - { - "id": 6062, - "name": "Marissa Lott", - "gender": "female", - "age": 28, - "address": { - "state": "Connecticut", - "city": "Fairmount" - } - }, - { - "id": 6063, - "name": "Washington Obrien", - "gender": "male", - "age": 41, - "address": { - "state": "Texas", - "city": "Mahtowa" - } - }, - { - "id": 6064, - "name": "Patrica Kennedy", - "gender": "female", - "age": 52, - "address": { - "state": "Montana", - "city": "Hampstead" - } - }, - { - "id": 6065, - "name": "Rosalind Parsons", - "gender": "female", - "age": 82, - "address": { - "state": "New York", - "city": "Cliff" - } - }, - { - "id": 6066, - "name": "Bond Reese", - "gender": "male", - "age": 72, - "address": { - "state": "Pennsylvania", - "city": "Echo" - } - }, - { - "id": 6067, - "name": "Maryann Bolton", - "gender": "female", - "age": 72, - "address": { - "state": "Idaho", - "city": "Steinhatchee" - } - }, - { - "id": 6068, - "name": "Simpson Munoz", - "gender": "male", - "age": 73, - "address": { - "state": "Colorado", - "city": "Volta" - } - }, - { - "id": 6069, - "name": "Noemi Fletcher", - "gender": "female", - "age": 44, - "address": { - "state": "New Mexico", - "city": "Haena" - } - }, - { - "id": 6070, - "name": "Suzanne Cantu", - "gender": "female", - "age": 43, - "address": { - "state": "Georgia", - "city": "Saranap" - } - }, - { - "id": 6071, - "name": "Padilla Owens", - "gender": "male", - "age": 50, - "address": { - "state": "Louisiana", - "city": "Blandburg" - } - }, - { - "id": 6072, - "name": "Brandi Turner", - "gender": "female", - "age": 43, - "address": { - "state": "Rhode Island", - "city": "Cashtown" - } - }, - { - "id": 6073, - "name": "Cooke Bird", - "gender": "male", - "age": 50, - "address": { - "state": "Virginia", - "city": "Mathews" - } - }, - { - "id": 6074, - "name": "Lillie Avila", - "gender": "female", - "age": 46, - "address": { - "state": "North Carolina", - "city": "Cannondale" - } - }, - { - "id": 6075, - "name": "Dolly Stevenson", - "gender": "female", - "age": 61, - "address": { - "state": "Kansas", - "city": "Lutsen" - } - }, - { - "id": 6076, - "name": "Strong Nolan", - "gender": "male", - "age": 76, - "address": { - "state": "Missouri", - "city": "Lowgap" - } - }, - { - "id": 6077, - "name": "Frazier Shaffer", - "gender": "male", - "age": 17, - "address": { - "state": "Maine", - "city": "Walker" - } - }, - { - "id": 6078, - "name": "Munoz Leon", - "gender": "male", - "age": 33, - "address": { - "state": "Oklahoma", - "city": "Brandermill" - } - }, - { - "id": 6079, - "name": "Abigail Kent", - "gender": "female", - "age": 71, - "address": { - "state": "California", - "city": "Jacumba" - } - }, - { - "id": 6080, - "name": "Carmella Pratt", - "gender": "female", - "age": 65, - "address": { - "state": "New York", - "city": "Holcombe" - } - }, - { - "id": 6081, - "name": "May Sawyer", - "gender": "female", - "age": 40, - "address": { - "state": "Virginia", - "city": "Succasunna" - } - }, - { - "id": 6082, - "name": "Cortez Perez", - "gender": "male", - "age": 68, - "address": { - "state": "New Hampshire", - "city": "Vivian" - } - }, - { - "id": 6083, - "name": "Mcmillan Mejia", - "gender": "male", - "age": 49, - "address": { - "state": "Arizona", - "city": "Washington" - } - }, - { - "id": 6084, - "name": "Brown Lowery", - "gender": "male", - "age": 26, - "address": { - "state": "Oregon", - "city": "Sterling" - } - }, - { - "id": 6085, - "name": "Robbie Terrell", - "gender": "female", - "age": 55, - "address": { - "state": "Texas", - "city": "Hegins" - } - }, - { - "id": 6086, - "name": "Janell Chambers", - "gender": "female", - "age": 62, - "address": { - "state": "Kansas", - "city": "Ruffin" - } - }, - { - "id": 6087, - "name": "Ashlee Valenzuela", - "gender": "female", - "age": 80, - "address": { - "state": "Wyoming", - "city": "Bannock" - } - }, - { - "id": 6088, - "name": "Bradley Rasmussen", - "gender": "male", - "age": 44, - "address": { - "state": "Tennessee", - "city": "Dundee" - } - }, - { - "id": 6089, - "name": "Tamera Sloan", - "gender": "female", - "age": 31, - "address": { - "state": "North Dakota", - "city": "Fairacres" - } - }, - { - "id": 6090, - "name": "Hopkins Burt", - "gender": "male", - "age": 42, - "address": { - "state": "Michigan", - "city": "Gardners" - } - }, - { - "id": 6091, - "name": "Frank Mack", - "gender": "male", - "age": 51, - "address": { - "state": "Rhode Island", - "city": "Beaulieu" - } - }, - { - "id": 6092, - "name": "Farmer Jimenez", - "gender": "male", - "age": 29, - "address": { - "state": "New Jersey", - "city": "Manchester" - } - }, - { - "id": 6093, - "name": "Horton Haney", - "gender": "male", - "age": 26, - "address": { - "state": "Colorado", - "city": "Lydia" - } - }, - { - "id": 6094, - "name": "Livingston Rojas", - "gender": "male", - "age": 32, - "address": { - "state": "Washington", - "city": "Advance" - } - }, - { - "id": 6095, - "name": "Rosa Hodges", - "gender": "male", - "age": 73, - "address": { - "state": "Georgia", - "city": "Vincent" - } - }, - { - "id": 6096, - "name": "Candice Waters", - "gender": "female", - "age": 29, - "address": { - "state": "South Carolina", - "city": "Lafferty" - } - }, - { - "id": 6097, - "name": "Jewell Yates", - "gender": "female", - "age": 32, - "address": { - "state": "Minnesota", - "city": "Loyalhanna" - } - }, - { - "id": 6098, - "name": "Pratt Gomez", - "gender": "male", - "age": 65, - "address": { - "state": "Illinois", - "city": "Twilight" - } - }, - { - "id": 6099, - "name": "Dena Armstrong", - "gender": "female", - "age": 77, - "address": { - "state": "Iowa", - "city": "Itmann" - } - }, - { - "id": 6100, - "name": "Shanna Whitaker", - "gender": "female", - "age": 60, - "address": { - "state": "New Mexico", - "city": "Yukon" - } - }, - { - "id": 6101, - "name": "Carissa Barnes", - "gender": "female", - "age": 74, - "address": { - "state": "Kentucky", - "city": "Imperial" - } - }, - { - "id": 6102, - "name": "Paige Winters", - "gender": "female", - "age": 78, - "address": { - "state": "Mississippi", - "city": "Salix" - } - }, - { - "id": 6103, - "name": "Angel Franklin", - "gender": "female", - "age": 52, - "address": { - "state": "Arkansas", - "city": "Elfrida" - } - }, - { - "id": 6104, - "name": "Estella Morrow", - "gender": "female", - "age": 39, - "address": { - "state": "Connecticut", - "city": "Thornport" - } - }, - { - "id": 6105, - "name": "Diane Hatfield", - "gender": "female", - "age": 38, - "address": { - "state": "Pennsylvania", - "city": "Forbestown" - } - }, - { - "id": 6106, - "name": "Angelina Richard", - "gender": "female", - "age": 58, - "address": { - "state": "Wisconsin", - "city": "Tivoli" - } - }, - { - "id": 6107, - "name": "Mccall Santiago", - "gender": "male", - "age": 70, - "address": { - "state": "Delaware", - "city": "Hoagland" - } - }, - { - "id": 6108, - "name": "West Knight", - "gender": "male", - "age": 26, - "address": { - "state": "North Carolina", - "city": "Westboro" - } - }, - { - "id": 6109, - "name": "Deann Davidson", - "gender": "female", - "age": 44, - "address": { - "state": "Alaska", - "city": "Stewart" - } - }, - { - "id": 6110, - "name": "Estela Mercado", - "gender": "female", - "age": 69, - "address": { - "state": "Maryland", - "city": "Summertown" - } - }, - { - "id": 6111, - "name": "Harvey Meyer", - "gender": "male", - "age": 67, - "address": { - "state": "Ohio", - "city": "Needmore" - } - }, - { - "id": 6112, - "name": "Mullen Mendez", - "gender": "male", - "age": 62, - "address": { - "state": "West Virginia", - "city": "Spelter" - } - }, - { - "id": 6113, - "name": "Austin Powell", - "gender": "male", - "age": 70, - "address": { - "state": "Vermont", - "city": "Goldfield" - } - }, - { - "id": 6114, - "name": "Marylou Bridges", - "gender": "female", - "age": 39, - "address": { - "state": "South Dakota", - "city": "Sussex" - } - }, - { - "id": 6115, - "name": "Dorsey Pugh", - "gender": "male", - "age": 49, - "address": { - "state": "Alabama", - "city": "Frierson" - } - }, - { - "id": 6116, - "name": "Parsons Wynn", - "gender": "male", - "age": 19, - "address": { - "state": "Florida", - "city": "Hiko" - } - }, - { - "id": 6117, - "name": "Frankie Vinson", - "gender": "female", - "age": 18, - "address": { - "state": "Hawaii", - "city": "Grenelefe" - } - }, - { - "id": 6118, - "name": "Leila Cabrera", - "gender": "female", - "age": 27, - "address": { - "state": "Indiana", - "city": "Sanborn" - } - }, - { - "id": 6119, - "name": "Tammy Roth", - "gender": "female", - "age": 22, - "address": { - "state": "Massachusetts", - "city": "Waiohinu" - } - }, - { - "id": 6120, - "name": "Mcneil Mcbride", - "gender": "male", - "age": 42, - "address": { - "state": "Nevada", - "city": "Brookfield" - } - }, - { - "id": 6121, - "name": "Mavis Yang", - "gender": "female", - "age": 71, - "address": { - "state": "Utah", - "city": "Kimmell" - } - }, - { - "id": 6122, - "name": "Foley Trujillo", - "gender": "male", - "age": 52, - "address": { - "state": "Idaho", - "city": "Independence" - } - }, - { - "id": 6123, - "name": "Hendricks Livingston", - "gender": "male", - "age": 80, - "address": { - "state": "Nebraska", - "city": "Esmont" - } - }, - { - "id": 6124, - "name": "Nikki Osborne", - "gender": "female", - "age": 19, - "address": { - "state": "Montana", - "city": "Kersey" - } - }, - { - "id": 6125, - "name": "Genevieve Rush", - "gender": "female", - "age": 52, - "address": { - "state": "Missouri", - "city": "Madaket" - } - }, - { - "id": 6126, - "name": "Lily Velazquez", - "gender": "female", - "age": 32, - "address": { - "state": "Vermont", - "city": "Winston" - } - }, - { - "id": 6127, - "name": "Sylvia Paul", - "gender": "female", - "age": 80, - "address": { - "state": "Georgia", - "city": "Wyano" - } - }, - { - "id": 6128, - "name": "Earlene Morton", - "gender": "female", - "age": 41, - "address": { - "state": "California", - "city": "Curtice" - } - }, - { - "id": 6129, - "name": "Avila Beard", - "gender": "male", - "age": 79, - "address": { - "state": "Connecticut", - "city": "Dawn" - } - }, - { - "id": 6130, - "name": "Benton Vance", - "gender": "male", - "age": 68, - "address": { - "state": "New Hampshire", - "city": "Hackneyville" - } - }, - { - "id": 6131, - "name": "Stacey Gallegos", - "gender": "female", - "age": 18, - "address": { - "state": "Minnesota", - "city": "Johnsonburg" - } - }, - { - "id": 6132, - "name": "Leona Salazar", - "gender": "female", - "age": 45, - "address": { - "state": "Maine", - "city": "Allendale" - } - }, - { - "id": 6133, - "name": "Eleanor Rutledge", - "gender": "female", - "age": 72, - "address": { - "state": "Alaska", - "city": "Churchill" - } - }, - { - "id": 6134, - "name": "Hale Steele", - "gender": "male", - "age": 67, - "address": { - "state": "South Carolina", - "city": "Muse" - } - }, - { - "id": 6135, - "name": "Townsend Pace", - "gender": "male", - "age": 57, - "address": { - "state": "Illinois", - "city": "Nash" - } - }, - { - "id": 6136, - "name": "Allison Combs", - "gender": "male", - "age": 32, - "address": { - "state": "Idaho", - "city": "Loomis" - } - }, - { - "id": 6137, - "name": "Moore Santana", - "gender": "male", - "age": 64, - "address": { - "state": "Delaware", - "city": "Mathews" - } - }, - { - "id": 6138, - "name": "Hensley Torres", - "gender": "male", - "age": 73, - "address": { - "state": "North Dakota", - "city": "Siglerville" - } - }, - { - "id": 6139, - "name": "Gail Alford", - "gender": "female", - "age": 59, - "address": { - "state": "Virginia", - "city": "Wildwood" - } - }, - { - "id": 6140, - "name": "Hess Bartlett", - "gender": "male", - "age": 33, - "address": { - "state": "Texas", - "city": "Shelby" - } - }, - { - "id": 6141, - "name": "Kristie Cole", - "gender": "female", - "age": 22, - "address": { - "state": "South Dakota", - "city": "Rivereno" - } - }, - { - "id": 6142, - "name": "Althea Blair", - "gender": "female", - "age": 23, - "address": { - "state": "Ohio", - "city": "Odessa" - } - }, - { - "id": 6143, - "name": "Brigitte Watson", - "gender": "female", - "age": 21, - "address": { - "state": "Washington", - "city": "Fredericktown" - } - }, - { - "id": 6144, - "name": "Rosa Huff", - "gender": "female", - "age": 79, - "address": { - "state": "New Mexico", - "city": "Durham" - } - }, - { - "id": 6145, - "name": "Frazier Park", - "gender": "male", - "age": 25, - "address": { - "state": "Colorado", - "city": "Wakarusa" - } - }, - { - "id": 6146, - "name": "Lina Berger", - "gender": "female", - "age": 46, - "address": { - "state": "Wisconsin", - "city": "Wadsworth" - } - }, - { - "id": 6147, - "name": "Cannon Rodriguez", - "gender": "male", - "age": 62, - "address": { - "state": "Rhode Island", - "city": "Winfred" - } - }, - { - "id": 6148, - "name": "Salazar Baker", - "gender": "male", - "age": 23, - "address": { - "state": "North Carolina", - "city": "Freelandville" - } - }, - { - "id": 6149, - "name": "Darlene Cohen", - "gender": "female", - "age": 72, - "address": { - "state": "Iowa", - "city": "Boyd" - } - }, - { - "id": 6150, - "name": "Trisha Hancock", - "gender": "female", - "age": 30, - "address": { - "state": "Florida", - "city": "Movico" - } - }, - { - "id": 6151, - "name": "Acevedo Porter", - "gender": "male", - "age": 62, - "address": { - "state": "Tennessee", - "city": "Loretto" - } - }, - { - "id": 6152, - "name": "Trina Mccarthy", - "gender": "female", - "age": 59, - "address": { - "state": "Hawaii", - "city": "Greenbackville" - } - }, - { - "id": 6153, - "name": "Mercado Fry", - "gender": "male", - "age": 43, - "address": { - "state": "Mississippi", - "city": "Coaldale" - } - }, - { - "id": 6154, - "name": "Therese Neal", - "gender": "female", - "age": 18, - "address": { - "state": "Maryland", - "city": "Farmington" - } - }, - { - "id": 6155, - "name": "Sybil Daniels", - "gender": "female", - "age": 37, - "address": { - "state": "Nevada", - "city": "Troy" - } - }, - { - "id": 6156, - "name": "Josie Holman", - "gender": "female", - "age": 68, - "address": { - "state": "Louisiana", - "city": "Geyserville" - } - }, - { - "id": 6157, - "name": "Woods Hinton", - "gender": "male", - "age": 33, - "address": { - "state": "Oklahoma", - "city": "Lemoyne" - } - }, - { - "id": 6158, - "name": "Tran Buckner", - "gender": "male", - "age": 46, - "address": { - "state": "Alabama", - "city": "Deltaville" - } - }, - { - "id": 6159, - "name": "Hutchinson Olsen", - "gender": "male", - "age": 74, - "address": { - "state": "Oregon", - "city": "Jacksonwald" - } - }, - { - "id": 6160, - "name": "Powell Craft", - "gender": "male", - "age": 45, - "address": { - "state": "Massachusetts", - "city": "Skyland" - } - }, - { - "id": 6161, - "name": "Floyd Quinn", - "gender": "male", - "age": 33, - "address": { - "state": "Arizona", - "city": "Blende" - } - }, - { - "id": 6162, - "name": "Salas Cunningham", - "gender": "male", - "age": 57, - "address": { - "state": "Montana", - "city": "Alafaya" - } - }, - { - "id": 6163, - "name": "Gilbert Owen", - "gender": "male", - "age": 32, - "address": { - "state": "Nebraska", - "city": "Glasgow" - } - }, - { - "id": 6164, - "name": "May Carver", - "gender": "female", - "age": 81, - "address": { - "state": "Michigan", - "city": "Cliffside" - } - }, - { - "id": 6165, - "name": "Alma Weeks", - "gender": "female", - "age": 55, - "address": { - "state": "New Jersey", - "city": "Thornport" - } - }, - { - "id": 6166, - "name": "Colette Garrison", - "gender": "female", - "age": 51, - "address": { - "state": "West Virginia", - "city": "Snyderville" - } - }, - { - "id": 6167, - "name": "Mathis Fisher", - "gender": "male", - "age": 64, - "address": { - "state": "Kentucky", - "city": "Elizaville" - } - }, - { - "id": 6168, - "name": "Ayala Rosa", - "gender": "male", - "age": 39, - "address": { - "state": "Arkansas", - "city": "Draper" - } - }, - { - "id": 6169, - "name": "Goodwin Page", - "gender": "male", - "age": 46, - "address": { - "state": "Kansas", - "city": "Wikieup" - } - }, - { - "id": 6170, - "name": "Marcella Williams", - "gender": "female", - "age": 30, - "address": { - "state": "New York", - "city": "Elliston" - } - }, - { - "id": 6171, - "name": "Dunlap Moon", - "gender": "male", - "age": 27, - "address": { - "state": "Utah", - "city": "Riegelwood" - } - }, - { - "id": 6172, - "name": "George Dodson", - "gender": "male", - "age": 41, - "address": { - "state": "Wyoming", - "city": "Hasty" - } - }, - { - "id": 6173, - "name": "Caitlin Waters", - "gender": "female", - "age": 42, - "address": { - "state": "Pennsylvania", - "city": "Dahlen" - } - }, - { - "id": 6174, - "name": "Casey Michael", - "gender": "male", - "age": 82, - "address": { - "state": "Rhode Island", - "city": "Ellerslie" - } - }, - { - "id": 6175, - "name": "Deanna Greene", - "gender": "female", - "age": 61, - "address": { - "state": "Montana", - "city": "Waterview" - } - }, - { - "id": 6176, - "name": "Alyssa Wise", - "gender": "female", - "age": 53, - "address": { - "state": "Wyoming", - "city": "Veyo" - } - }, - { - "id": 6177, - "name": "Esperanza Cain", - "gender": "female", - "age": 59, - "address": { - "state": "Idaho", - "city": "Condon" - } - }, - { - "id": 6178, - "name": "Ericka Gonzalez", - "gender": "female", - "age": 58, - "address": { - "state": "Indiana", - "city": "Needmore" - } - }, - { - "id": 6179, - "name": "Concetta Hood", - "gender": "female", - "age": 28, - "address": { - "state": "Alaska", - "city": "Oberlin" - } - }, - { - "id": 6180, - "name": "Debbie Randolph", - "gender": "female", - "age": 29, - "address": { - "state": "Arizona", - "city": "Ronco" - } - }, - { - "id": 6181, - "name": "Cathy Berg", - "gender": "female", - "age": 62, - "address": { - "state": "South Dakota", - "city": "Foxworth" - } - }, - { - "id": 6182, - "name": "Schneider Jordan", - "gender": "male", - "age": 20, - "address": { - "state": "Minnesota", - "city": "Chamizal" - } - }, - { - "id": 6183, - "name": "Rivers Schmidt", - "gender": "male", - "age": 47, - "address": { - "state": "West Virginia", - "city": "Dennard" - } - }, - { - "id": 6184, - "name": "Jennie Bell", - "gender": "female", - "age": 78, - "address": { - "state": "North Dakota", - "city": "Matthews" - } - }, - { - "id": 6185, - "name": "Hughes Hayden", - "gender": "male", - "age": 52, - "address": { - "state": "New Mexico", - "city": "Leming" - } - }, - { - "id": 6186, - "name": "Patrice Keith", - "gender": "female", - "age": 68, - "address": { - "state": "Virginia", - "city": "Farmington" - } - }, - { - "id": 6187, - "name": "Baird Odom", - "gender": "male", - "age": 58, - "address": { - "state": "Massachusetts", - "city": "Bluetown" - } - }, - { - "id": 6188, - "name": "Lorrie Short", - "gender": "female", - "age": 27, - "address": { - "state": "Hawaii", - "city": "Freelandville" - } - }, - { - "id": 6189, - "name": "Hope Rojas", - "gender": "female", - "age": 26, - "address": { - "state": "Mississippi", - "city": "Ona" - } - }, - { - "id": 6190, - "name": "Lenora Lawrence", - "gender": "female", - "age": 20, - "address": { - "state": "Delaware", - "city": "Wakarusa" - } - }, - { - "id": 6191, - "name": "Clemons Casey", - "gender": "male", - "age": 29, - "address": { - "state": "Louisiana", - "city": "Enoree" - } - }, - { - "id": 6192, - "name": "Marcy Vincent", - "gender": "female", - "age": 47, - "address": { - "state": "Kentucky", - "city": "Blodgett" - } - }, - { - "id": 6193, - "name": "Ferrell Curry", - "gender": "male", - "age": 65, - "address": { - "state": "Texas", - "city": "Ahwahnee" - } - }, - { - "id": 6194, - "name": "Rush Morin", - "gender": "male", - "age": 74, - "address": { - "state": "Vermont", - "city": "Centerville" - } - }, - { - "id": 6195, - "name": "Adkins Leach", - "gender": "male", - "age": 74, - "address": { - "state": "Oregon", - "city": "Caledonia" - } - }, - { - "id": 6196, - "name": "Weeks Watkins", - "gender": "male", - "age": 30, - "address": { - "state": "Kansas", - "city": "Caln" - } - }, - { - "id": 6197, - "name": "Alston Talley", - "gender": "male", - "age": 38, - "address": { - "state": "Washington", - "city": "Concho" - } - }, - { - "id": 6198, - "name": "Carole Burks", - "gender": "female", - "age": 54, - "address": { - "state": "Illinois", - "city": "Hickory" - } - }, - { - "id": 6199, - "name": "Sheila Rasmussen", - "gender": "female", - "age": 82, - "address": { - "state": "Michigan", - "city": "Warren" - } - }, - { - "id": 6200, - "name": "Branch Banks", - "gender": "male", - "age": 42, - "address": { - "state": "New York", - "city": "Bethany" - } - }, - { - "id": 6201, - "name": "Juliette Camacho", - "gender": "female", - "age": 26, - "address": { - "state": "Florida", - "city": "Cherokee" - } - }, - { - "id": 6202, - "name": "Cindy Best", - "gender": "female", - "age": 40, - "address": { - "state": "Colorado", - "city": "Fostoria" - } - }, - { - "id": 6203, - "name": "Lucas Ortiz", - "gender": "male", - "age": 17, - "address": { - "state": "South Carolina", - "city": "Longbranch" - } - }, - { - "id": 6204, - "name": "Strong England", - "gender": "male", - "age": 39, - "address": { - "state": "Maryland", - "city": "Sharon" - } - }, - { - "id": 6205, - "name": "Hale Ruiz", - "gender": "male", - "age": 60, - "address": { - "state": "Wisconsin", - "city": "Somerset" - } - }, - { - "id": 6206, - "name": "Carpenter Alford", - "gender": "male", - "age": 35, - "address": { - "state": "Ohio", - "city": "Hilltop" - } - }, - { - "id": 6207, - "name": "Erma Weber", - "gender": "female", - "age": 29, - "address": { - "state": "North Carolina", - "city": "Gracey" - } - }, - { - "id": 6208, - "name": "Louise Clarke", - "gender": "female", - "age": 78, - "address": { - "state": "Iowa", - "city": "Hiwasse" - } - }, - { - "id": 6209, - "name": "Colette Cruz", - "gender": "female", - "age": 37, - "address": { - "state": "California", - "city": "Remington" - } - }, - { - "id": 6210, - "name": "Cassie Jensen", - "gender": "female", - "age": 32, - "address": { - "state": "New Hampshire", - "city": "Cornucopia" - } - }, - { - "id": 6211, - "name": "Douglas Sellers", - "gender": "male", - "age": 35, - "address": { - "state": "Connecticut", - "city": "Hardyville" - } - }, - { - "id": 6212, - "name": "Joyner Dudley", - "gender": "male", - "age": 79, - "address": { - "state": "Arkansas", - "city": "Frank" - } - }, - { - "id": 6213, - "name": "Mullen Davidson", - "gender": "male", - "age": 46, - "address": { - "state": "Oklahoma", - "city": "Snyderville" - } - }, - { - "id": 6214, - "name": "Edwards Gaines", - "gender": "male", - "age": 69, - "address": { - "state": "Pennsylvania", - "city": "Brogan" - } - }, - { - "id": 6215, - "name": "Espinoza Summers", - "gender": "male", - "age": 68, - "address": { - "state": "Nebraska", - "city": "Clara" - } - }, - { - "id": 6216, - "name": "Norris Schroeder", - "gender": "male", - "age": 30, - "address": { - "state": "New Jersey", - "city": "Caron" - } - }, - { - "id": 6217, - "name": "Gay Wood", - "gender": "female", - "age": 37, - "address": { - "state": "Maine", - "city": "Brethren" - } - }, - { - "id": 6218, - "name": "Mercer Wilkinson", - "gender": "male", - "age": 34, - "address": { - "state": "Missouri", - "city": "Twilight" - } - }, - { - "id": 6219, - "name": "Casey Bullock", - "gender": "female", - "age": 37, - "address": { - "state": "Alabama", - "city": "Falmouth" - } - }, - { - "id": 6220, - "name": "Fitzpatrick Ayala", - "gender": "male", - "age": 22, - "address": { - "state": "Nevada", - "city": "Dexter" - } - }, - { - "id": 6221, - "name": "Burke Justice", - "gender": "male", - "age": 17, - "address": { - "state": "Georgia", - "city": "Roland" - } - }, - { - "id": 6222, - "name": "Sophia George", - "gender": "female", - "age": 19, - "address": { - "state": "Tennessee", - "city": "Haena" - } - }, - { - "id": 6223, - "name": "Valencia Ewing", - "gender": "male", - "age": 28, - "address": { - "state": "Delaware", - "city": "Soham" - } - }, - { - "id": 6224, - "name": "Rochelle Brooks", - "gender": "female", - "age": 32, - "address": { - "state": "Arizona", - "city": "Benson" - } - }, - { - "id": 6225, - "name": "Kirkland Hudson", - "gender": "male", - "age": 53, - "address": { - "state": "Vermont", - "city": "Drummond" - } - }, - { - "id": 6226, - "name": "Shepherd Cabrera", - "gender": "male", - "age": 22, - "address": { - "state": "Minnesota", - "city": "Dupuyer" - } - }, - { - "id": 6227, - "name": "Stewart Price", - "gender": "male", - "age": 28, - "address": { - "state": "Kentucky", - "city": "Bladensburg" - } - }, - { - "id": 6228, - "name": "Mable Webster", - "gender": "female", - "age": 37, - "address": { - "state": "New Jersey", - "city": "Belmont" - } - }, - { - "id": 6229, - "name": "Marguerite Delaney", - "gender": "female", - "age": 30, - "address": { - "state": "South Dakota", - "city": "Hollins" - } - }, - { - "id": 6230, - "name": "Maldonado Rivas", - "gender": "male", - "age": 65, - "address": { - "state": "Texas", - "city": "Chesapeake" - } - }, - { - "id": 6231, - "name": "Gross Walter", - "gender": "male", - "age": 28, - "address": { - "state": "Virginia", - "city": "Loretto" - } - }, - { - "id": 6232, - "name": "Wolf Perkins", - "gender": "male", - "age": 64, - "address": { - "state": "Hawaii", - "city": "Highland" - } - }, - { - "id": 6233, - "name": "Jeanne Noel", - "gender": "female", - "age": 57, - "address": { - "state": "California", - "city": "Wacissa" - } - }, - { - "id": 6234, - "name": "Watts Le", - "gender": "male", - "age": 29, - "address": { - "state": "New Hampshire", - "city": "Newry" - } - }, - { - "id": 6235, - "name": "Amalia Williams", - "gender": "female", - "age": 79, - "address": { - "state": "Michigan", - "city": "Glenville" - } - }, - { - "id": 6236, - "name": "Edna Cunningham", - "gender": "female", - "age": 51, - "address": { - "state": "Iowa", - "city": "Iola" - } - }, - { - "id": 6237, - "name": "Amie Jefferson", - "gender": "female", - "age": 59, - "address": { - "state": "North Carolina", - "city": "Calverton" - } - }, - { - "id": 6238, - "name": "Mays Vinson", - "gender": "male", - "age": 47, - "address": { - "state": "Mississippi", - "city": "Graball" - } - }, - { - "id": 6239, - "name": "Middleton Steele", - "gender": "male", - "age": 78, - "address": { - "state": "Massachusetts", - "city": "Deseret" - } - }, - { - "id": 6240, - "name": "Hartman Sears", - "gender": "male", - "age": 32, - "address": { - "state": "Kansas", - "city": "Dyckesville" - } - }, - { - "id": 6241, - "name": "Meyers Doyle", - "gender": "male", - "age": 57, - "address": { - "state": "Indiana", - "city": "Aguila" - } - }, - { - "id": 6242, - "name": "Cynthia Pacheco", - "gender": "female", - "age": 79, - "address": { - "state": "Connecticut", - "city": "Sedley" - } - }, - { - "id": 6243, - "name": "Dyer Simmons", - "gender": "male", - "age": 56, - "address": { - "state": "Nevada", - "city": "Smeltertown" - } - }, - { - "id": 6244, - "name": "Hawkins Ramsey", - "gender": "male", - "age": 28, - "address": { - "state": "New Mexico", - "city": "Clarksburg" - } - }, - { - "id": 6245, - "name": "Isabelle Hurst", - "gender": "female", - "age": 51, - "address": { - "state": "North Dakota", - "city": "Holcombe" - } - }, - { - "id": 6246, - "name": "Saundra England", - "gender": "female", - "age": 26, - "address": { - "state": "Nebraska", - "city": "Courtland" - } - }, - { - "id": 6247, - "name": "Hannah Shepherd", - "gender": "female", - "age": 82, - "address": { - "state": "Montana", - "city": "Rossmore" - } - }, - { - "id": 6248, - "name": "Fischer Yang", - "gender": "male", - "age": 82, - "address": { - "state": "South Carolina", - "city": "Wheaton" - } - }, - { - "id": 6249, - "name": "Carrie Lambert", - "gender": "female", - "age": 75, - "address": { - "state": "Colorado", - "city": "Grandview" - } - }, - { - "id": 6250, - "name": "Mabel Deleon", - "gender": "female", - "age": 63, - "address": { - "state": "Illinois", - "city": "Bendon" - } - }, - { - "id": 6251, - "name": "Alison Kemp", - "gender": "female", - "age": 65, - "address": { - "state": "Alabama", - "city": "Olney" - } - }, - { - "id": 6252, - "name": "Tyson Shannon", - "gender": "male", - "age": 30, - "address": { - "state": "Maine", - "city": "Bennett" - } - }, - { - "id": 6253, - "name": "Lilly Potts", - "gender": "female", - "age": 48, - "address": { - "state": "Oregon", - "city": "Hickory" - } - }, - { - "id": 6254, - "name": "Adela Williamson", - "gender": "female", - "age": 60, - "address": { - "state": "Florida", - "city": "Hoagland" - } - }, - { - "id": 6255, - "name": "Jolene Snider", - "gender": "female", - "age": 17, - "address": { - "state": "West Virginia", - "city": "Sims" - } - }, - { - "id": 6256, - "name": "Anthony Sullivan", - "gender": "male", - "age": 48, - "address": { - "state": "Wyoming", - "city": "Welda" - } - }, - { - "id": 6257, - "name": "Clarice Baxter", - "gender": "female", - "age": 77, - "address": { - "state": "Washington", - "city": "Boling" - } - }, - { - "id": 6258, - "name": "Clemons Church", - "gender": "male", - "age": 42, - "address": { - "state": "Pennsylvania", - "city": "Mulberry" - } - }, - { - "id": 6259, - "name": "Cora Ayers", - "gender": "female", - "age": 67, - "address": { - "state": "Georgia", - "city": "Tampico" - } - }, - { - "id": 6260, - "name": "Frieda English", - "gender": "female", - "age": 74, - "address": { - "state": "Rhode Island", - "city": "Dahlen" - } - }, - { - "id": 6261, - "name": "Amparo Rollins", - "gender": "female", - "age": 25, - "address": { - "state": "Ohio", - "city": "Gwynn" - } - }, - { - "id": 6262, - "name": "Ryan Ryan", - "gender": "male", - "age": 35, - "address": { - "state": "Arkansas", - "city": "Stagecoach" - } - }, - { - "id": 6263, - "name": "Huffman Chase", - "gender": "male", - "age": 66, - "address": { - "state": "Idaho", - "city": "Magnolia" - } - }, - { - "id": 6264, - "name": "Hazel Lynn", - "gender": "female", - "age": 36, - "address": { - "state": "Louisiana", - "city": "Coldiron" - } - }, - { - "id": 6265, - "name": "Carlson Hill", - "gender": "male", - "age": 71, - "address": { - "state": "Alaska", - "city": "Cliff" - } - }, - { - "id": 6266, - "name": "Heath Rosa", - "gender": "male", - "age": 45, - "address": { - "state": "Missouri", - "city": "Kersey" - } - }, - { - "id": 6267, - "name": "Catalina Tyler", - "gender": "female", - "age": 71, - "address": { - "state": "Oklahoma", - "city": "Greenwich" - } - }, - { - "id": 6268, - "name": "Hurley Dillon", - "gender": "male", - "age": 24, - "address": { - "state": "Maryland", - "city": "Dargan" - } - }, - { - "id": 6269, - "name": "Hansen Shepard", - "gender": "male", - "age": 78, - "address": { - "state": "New York", - "city": "Duryea" - } - }, - { - "id": 6270, - "name": "Moses Mooney", - "gender": "male", - "age": 63, - "address": { - "state": "Wisconsin", - "city": "Marienthal" - } - }, - { - "id": 6271, - "name": "Ginger Roman", - "gender": "female", - "age": 34, - "address": { - "state": "Utah", - "city": "Coral" - } - }, - { - "id": 6272, - "name": "Butler Holland", - "gender": "male", - "age": 48, - "address": { - "state": "Delaware", - "city": "Maplewood" - } - }, - { - "id": 6273, - "name": "Roach Garza", - "gender": "male", - "age": 44, - "address": { - "state": "Indiana", - "city": "Brantleyville" - } - }, - { - "id": 6274, - "name": "Stone Terry", - "gender": "male", - "age": 21, - "address": { - "state": "Mississippi", - "city": "Dupuyer" - } - }, - { - "id": 6275, - "name": "Hope Eaton", - "gender": "female", - "age": 50, - "address": { - "state": "North Dakota", - "city": "Greenock" - } - }, - { - "id": 6276, - "name": "Mcneil Everett", - "gender": "male", - "age": 71, - "address": { - "state": "Maine", - "city": "Springhill" - } - }, - { - "id": 6277, - "name": "Allyson Stephens", - "gender": "female", - "age": 26, - "address": { - "state": "Colorado", - "city": "Caspar" - } - }, - { - "id": 6278, - "name": "Ollie Lawrence", - "gender": "female", - "age": 23, - "address": { - "state": "New Mexico", - "city": "Brutus" - } - }, - { - "id": 6279, - "name": "Nola Johns", - "gender": "female", - "age": 22, - "address": { - "state": "Oregon", - "city": "Gibsonia" - } - }, - { - "id": 6280, - "name": "Caroline Colon", - "gender": "female", - "age": 56, - "address": { - "state": "Utah", - "city": "Dargan" - } - }, - { - "id": 6281, - "name": "Denise Bowen", - "gender": "female", - "age": 45, - "address": { - "state": "Kansas", - "city": "Loma" - } - }, - { - "id": 6282, - "name": "Pierce Rogers", - "gender": "male", - "age": 80, - "address": { - "state": "New Hampshire", - "city": "Warsaw" - } - }, - { - "id": 6283, - "name": "Bertie Rodgers", - "gender": "female", - "age": 35, - "address": { - "state": "Michigan", - "city": "Disautel" - } - }, - { - "id": 6284, - "name": "Helen Marquez", - "gender": "female", - "age": 51, - "address": { - "state": "Pennsylvania", - "city": "Witmer" - } - }, - { - "id": 6285, - "name": "Carmela Sheppard", - "gender": "female", - "age": 69, - "address": { - "state": "Nebraska", - "city": "Valmy" - } - }, - { - "id": 6286, - "name": "Mcdonald Knight", - "gender": "male", - "age": 70, - "address": { - "state": "South Dakota", - "city": "Faywood" - } - }, - { - "id": 6287, - "name": "Crystal King", - "gender": "female", - "age": 77, - "address": { - "state": "Rhode Island", - "city": "Stockwell" - } - }, - { - "id": 6288, - "name": "Sylvia Livingston", - "gender": "female", - "age": 71, - "address": { - "state": "Louisiana", - "city": "Interlochen" - } - }, - { - "id": 6289, - "name": "Villarreal Hester", - "gender": "male", - "age": 28, - "address": { - "state": "Missouri", - "city": "Rockhill" - } - }, - { - "id": 6290, - "name": "Michael Castro", - "gender": "male", - "age": 32, - "address": { - "state": "Washington", - "city": "Graniteville" - } - }, - { - "id": 6291, - "name": "Jacquelyn Keith", - "gender": "female", - "age": 31, - "address": { - "state": "Arizona", - "city": "Concho" - } - }, - { - "id": 6292, - "name": "Hale Hunt", - "gender": "male", - "age": 61, - "address": { - "state": "West Virginia", - "city": "Fresno" - } - }, - { - "id": 6293, - "name": "Blackburn Ortiz", - "gender": "male", - "age": 79, - "address": { - "state": "Idaho", - "city": "Wiscon" - } - }, - { - "id": 6294, - "name": "Koch Lindsay", - "gender": "male", - "age": 23, - "address": { - "state": "Vermont", - "city": "Clara" - } - }, - { - "id": 6295, - "name": "Juana Becker", - "gender": "female", - "age": 20, - "address": { - "state": "South Carolina", - "city": "Gallina" - } - }, - { - "id": 6296, - "name": "Petersen Hicks", - "gender": "male", - "age": 47, - "address": { - "state": "Minnesota", - "city": "Holcombe" - } - }, - { - "id": 6297, - "name": "Rivers Carson", - "gender": "male", - "age": 38, - "address": { - "state": "Massachusetts", - "city": "Seymour" - } - }, - { - "id": 6298, - "name": "Fischer Bradshaw", - "gender": "male", - "age": 55, - "address": { - "state": "New Jersey", - "city": "Garnet" - } - }, - { - "id": 6299, - "name": "Knapp Mclaughlin", - "gender": "male", - "age": 79, - "address": { - "state": "Maryland", - "city": "Chesapeake" - } - }, - { - "id": 6300, - "name": "Rice Gardner", - "gender": "male", - "age": 39, - "address": { - "state": "Illinois", - "city": "Loomis" - } - }, - { - "id": 6301, - "name": "Bates Baird", - "gender": "male", - "age": 82, - "address": { - "state": "North Carolina", - "city": "Crumpler" - } - }, - { - "id": 6302, - "name": "Bryant Lott", - "gender": "male", - "age": 35, - "address": { - "state": "Wyoming", - "city": "Brandermill" - } - }, - { - "id": 6303, - "name": "Alice Tyson", - "gender": "female", - "age": 27, - "address": { - "state": "Arkansas", - "city": "Robinson" - } - }, - { - "id": 6304, - "name": "Virginia Bryan", - "gender": "female", - "age": 61, - "address": { - "state": "Alaska", - "city": "Yettem" - } - }, - { - "id": 6305, - "name": "Tyson Lester", - "gender": "male", - "age": 55, - "address": { - "state": "Florida", - "city": "Bordelonville" - } - }, - { - "id": 6306, - "name": "Armstrong Evans", - "gender": "male", - "age": 28, - "address": { - "state": "Tennessee", - "city": "Fontanelle" - } - }, - { - "id": 6307, - "name": "Lakeisha Barber", - "gender": "female", - "age": 31, - "address": { - "state": "Iowa", - "city": "Romeville" - } - }, - { - "id": 6308, - "name": "Letitia Mathews", - "gender": "female", - "age": 50, - "address": { - "state": "New York", - "city": "Omar" - } - }, - { - "id": 6309, - "name": "Sonja Hardy", - "gender": "female", - "age": 68, - "address": { - "state": "Hawaii", - "city": "Harviell" - } - }, - { - "id": 6310, - "name": "Kathie Holt", - "gender": "female", - "age": 79, - "address": { - "state": "Georgia", - "city": "Sunriver" - } - }, - { - "id": 6311, - "name": "Lara Shepard", - "gender": "female", - "age": 32, - "address": { - "state": "Texas", - "city": "Williams" - } - }, - { - "id": 6312, - "name": "John David", - "gender": "female", - "age": 78, - "address": { - "state": "Nevada", - "city": "Kennedyville" - } - }, - { - "id": 6313, - "name": "Savage Hampton", - "gender": "male", - "age": 26, - "address": { - "state": "California", - "city": "Wescosville" - } - }, - { - "id": 6314, - "name": "Sanchez Carver", - "gender": "male", - "age": 22, - "address": { - "state": "Alabama", - "city": "Lutsen" - } - }, - { - "id": 6315, - "name": "Nolan Dalton", - "gender": "male", - "age": 79, - "address": { - "state": "Connecticut", - "city": "Castleton" - } - }, - { - "id": 6316, - "name": "Paulette Sellers", - "gender": "female", - "age": 54, - "address": { - "state": "Kentucky", - "city": "Glidden" - } - }, - { - "id": 6317, - "name": "Craig Sexton", - "gender": "male", - "age": 69, - "address": { - "state": "Wisconsin", - "city": "Southmont" - } - }, - { - "id": 6318, - "name": "Lee Greene", - "gender": "female", - "age": 51, - "address": { - "state": "Ohio", - "city": "Bentley" - } - }, - { - "id": 6319, - "name": "Constance Dixon", - "gender": "female", - "age": 35, - "address": { - "state": "Oklahoma", - "city": "Savage" - } - }, - { - "id": 6320, - "name": "Erna Brewer", - "gender": "female", - "age": 46, - "address": { - "state": "Montana", - "city": "Gwynn" - } - }, - { - "id": 6321, - "name": "Oliver Church", - "gender": "male", - "age": 74, - "address": { - "state": "Nebraska", - "city": "Jacksonwald" - } - }, - { - "id": 6322, - "name": "Barnett Mercer", - "gender": "male", - "age": 27, - "address": { - "state": "North Dakota", - "city": "Wadsworth" - } - }, - { - "id": 6323, - "name": "Ines Harper", - "gender": "female", - "age": 23, - "address": { - "state": "Wisconsin", - "city": "Fairforest" - } - }, - { - "id": 6324, - "name": "Foley Wheeler", - "gender": "male", - "age": 22, - "address": { - "state": "Oregon", - "city": "Lowgap" - } - }, - { - "id": 6325, - "name": "Durham Cortez", - "gender": "male", - "age": 49, - "address": { - "state": "Michigan", - "city": "Dundee" - } - }, - { - "id": 6326, - "name": "Leah Williamson", - "gender": "female", - "age": 28, - "address": { - "state": "Indiana", - "city": "Terlingua" - } - }, - { - "id": 6327, - "name": "Barton Mcmahon", - "gender": "male", - "age": 79, - "address": { - "state": "Nevada", - "city": "Edenburg" - } - }, - { - "id": 6328, - "name": "Bertie Garza", - "gender": "female", - "age": 65, - "address": { - "state": "West Virginia", - "city": "Woodburn" - } - }, - { - "id": 6329, - "name": "Lesa Mullen", - "gender": "female", - "age": 25, - "address": { - "state": "Massachusetts", - "city": "Ola" - } - }, - { - "id": 6330, - "name": "Decker Welch", - "gender": "male", - "age": 29, - "address": { - "state": "Kansas", - "city": "Tuskahoma" - } - }, - { - "id": 6331, - "name": "Hess Lindsay", - "gender": "male", - "age": 44, - "address": { - "state": "Virginia", - "city": "Manitou" - } - }, - { - "id": 6332, - "name": "Malinda Hess", - "gender": "female", - "age": 72, - "address": { - "state": "Montana", - "city": "Gambrills" - } - }, - { - "id": 6333, - "name": "Hallie Langley", - "gender": "female", - "age": 46, - "address": { - "state": "Oklahoma", - "city": "Templeton" - } - }, - { - "id": 6334, - "name": "Silva Stafford", - "gender": "male", - "age": 53, - "address": { - "state": "Rhode Island", - "city": "Wheatfields" - } - }, - { - "id": 6335, - "name": "Dianna Suarez", - "gender": "female", - "age": 56, - "address": { - "state": "New Jersey", - "city": "Lowell" - } - }, - { - "id": 6336, - "name": "Berger Rice", - "gender": "male", - "age": 27, - "address": { - "state": "New York", - "city": "Mathews" - } - }, - { - "id": 6337, - "name": "Eloise Mccray", - "gender": "female", - "age": 24, - "address": { - "state": "Kentucky", - "city": "Sabillasville" - } - }, - { - "id": 6338, - "name": "Barbara Lindsey", - "gender": "female", - "age": 73, - "address": { - "state": "Washington", - "city": "Osage" - } - }, - { - "id": 6339, - "name": "Doris Weeks", - "gender": "female", - "age": 47, - "address": { - "state": "Utah", - "city": "Venice" - } - }, - { - "id": 6340, - "name": "Betty Christian", - "gender": "female", - "age": 68, - "address": { - "state": "Colorado", - "city": "Trona" - } - }, - { - "id": 6341, - "name": "Erin Shannon", - "gender": "female", - "age": 34, - "address": { - "state": "Alabama", - "city": "Ruckersville" - } - }, - { - "id": 6342, - "name": "Jenny Horn", - "gender": "female", - "age": 23, - "address": { - "state": "Delaware", - "city": "Walker" - } - }, - { - "id": 6343, - "name": "Hurley Trevino", - "gender": "male", - "age": 45, - "address": { - "state": "Mississippi", - "city": "Lumberton" - } - }, - { - "id": 6344, - "name": "Cherry Holmes", - "gender": "male", - "age": 25, - "address": { - "state": "Pennsylvania", - "city": "Bend" - } - }, - { - "id": 6345, - "name": "Marissa Williams", - "gender": "female", - "age": 79, - "address": { - "state": "Tennessee", - "city": "Norvelt" - } - }, - { - "id": 6346, - "name": "Addie Osborne", - "gender": "female", - "age": 17, - "address": { - "state": "Texas", - "city": "Alamo" - } - }, - { - "id": 6347, - "name": "Key Navarro", - "gender": "male", - "age": 70, - "address": { - "state": "Louisiana", - "city": "Hall" - } - }, - { - "id": 6348, - "name": "Jeannie Pruitt", - "gender": "female", - "age": 76, - "address": { - "state": "Illinois", - "city": "Hardyville" - } - }, - { - "id": 6349, - "name": "Dominguez Bolton", - "gender": "male", - "age": 20, - "address": { - "state": "South Dakota", - "city": "Belfair" - } - }, - { - "id": 6350, - "name": "Imelda Lara", - "gender": "female", - "age": 63, - "address": { - "state": "Georgia", - "city": "Newcastle" - } - }, - { - "id": 6351, - "name": "Delacruz Middleton", - "gender": "male", - "age": 25, - "address": { - "state": "Connecticut", - "city": "Coventry" - } - }, - { - "id": 6352, - "name": "Espinoza Rojas", - "gender": "male", - "age": 67, - "address": { - "state": "New Hampshire", - "city": "Foxworth" - } - }, - { - "id": 6353, - "name": "Charlotte Hays", - "gender": "female", - "age": 55, - "address": { - "state": "Vermont", - "city": "Hegins" - } - }, - { - "id": 6354, - "name": "Laura Goff", - "gender": "female", - "age": 34, - "address": { - "state": "Maine", - "city": "Manila" - } - }, - { - "id": 6355, - "name": "England Huffman", - "gender": "male", - "age": 46, - "address": { - "state": "Idaho", - "city": "Chumuckla" - } - }, - { - "id": 6356, - "name": "Neva Calderon", - "gender": "female", - "age": 50, - "address": { - "state": "North Carolina", - "city": "Marienthal" - } - }, - { - "id": 6357, - "name": "Moses Mccullough", - "gender": "male", - "age": 46, - "address": { - "state": "Hawaii", - "city": "Bethpage" - } - }, - { - "id": 6358, - "name": "Shari Reese", - "gender": "female", - "age": 39, - "address": { - "state": "Florida", - "city": "Ogema" - } - }, - { - "id": 6359, - "name": "Weeks White", - "gender": "male", - "age": 76, - "address": { - "state": "Maryland", - "city": "Hondah" - } - }, - { - "id": 6360, - "name": "Cabrera Kennedy", - "gender": "male", - "age": 75, - "address": { - "state": "California", - "city": "Virgie" - } - }, - { - "id": 6361, - "name": "Cardenas Holt", - "gender": "male", - "age": 74, - "address": { - "state": "Wyoming", - "city": "Sardis" - } - }, - { - "id": 6362, - "name": "Jimmie Stanton", - "gender": "female", - "age": 17, - "address": { - "state": "South Carolina", - "city": "Beechmont" - } - }, - { - "id": 6363, - "name": "Noreen Allen", - "gender": "female", - "age": 40, - "address": { - "state": "Arkansas", - "city": "Moquino" - } - }, - { - "id": 6364, - "name": "Carr Payne", - "gender": "male", - "age": 33, - "address": { - "state": "Minnesota", - "city": "Duryea" - } - }, - { - "id": 6365, - "name": "Sandra Pena", - "gender": "female", - "age": 19, - "address": { - "state": "Arizona", - "city": "Marysville" - } - }, - { - "id": 6366, - "name": "Hahn Lamb", - "gender": "male", - "age": 70, - "address": { - "state": "New Mexico", - "city": "Wacissa" - } - }, - { - "id": 6367, - "name": "Irma Berg", - "gender": "female", - "age": 78, - "address": { - "state": "Alaska", - "city": "Wilmington" - } - }, - { - "id": 6368, - "name": "Beard Preston", - "gender": "male", - "age": 27, - "address": { - "state": "Missouri", - "city": "Summerfield" - } - }, - { - "id": 6369, - "name": "Keri Harding", - "gender": "female", - "age": 40, - "address": { - "state": "Iowa", - "city": "Kennedyville" - } - }, - { - "id": 6370, - "name": "Leanna Mclaughlin", - "gender": "female", - "age": 24, - "address": { - "state": "New Jersey", - "city": "Urie" - } - }, - { - "id": 6371, - "name": "Sharp Jimenez", - "gender": "male", - "age": 77, - "address": { - "state": "Utah", - "city": "Manila" - } - }, - { - "id": 6372, - "name": "Juanita Henry", - "gender": "female", - "age": 17, - "address": { - "state": "Minnesota", - "city": "Craig" - } - }, - { - "id": 6373, - "name": "Marie Simpson", - "gender": "female", - "age": 32, - "address": { - "state": "Nebraska", - "city": "Abiquiu" - } - }, - { - "id": 6374, - "name": "Francesca Livingston", - "gender": "female", - "age": 28, - "address": { - "state": "Rhode Island", - "city": "Barrelville" - } - }, - { - "id": 6375, - "name": "Lori Salas", - "gender": "female", - "age": 46, - "address": { - "state": "Nevada", - "city": "Sharon" - } - }, - { - "id": 6376, - "name": "Rodriquez Lawson", - "gender": "male", - "age": 79, - "address": { - "state": "Virginia", - "city": "Helen" - } - }, - { - "id": 6377, - "name": "Jamie Jenkins", - "gender": "female", - "age": 44, - "address": { - "state": "Florida", - "city": "Clarksburg" - } - }, - { - "id": 6378, - "name": "Edwards Duffy", - "gender": "male", - "age": 59, - "address": { - "state": "Michigan", - "city": "Kohatk" - } - }, - { - "id": 6379, - "name": "Roberta Hodge", - "gender": "female", - "age": 26, - "address": { - "state": "Georgia", - "city": "Evergreen" - } - }, - { - "id": 6380, - "name": "Dominguez Mcgee", - "gender": "male", - "age": 65, - "address": { - "state": "New York", - "city": "Thornport" - } - }, - { - "id": 6381, - "name": "Alvarado Burton", - "gender": "male", - "age": 42, - "address": { - "state": "Arkansas", - "city": "Kenmar" - } - }, - { - "id": 6382, - "name": "Randi Mendoza", - "gender": "female", - "age": 51, - "address": { - "state": "Tennessee", - "city": "Hiwasse" - } - }, - { - "id": 6383, - "name": "Macias Scott", - "gender": "male", - "age": 19, - "address": { - "state": "Vermont", - "city": "Drytown" - } - }, - { - "id": 6384, - "name": "Iris King", - "gender": "female", - "age": 68, - "address": { - "state": "New Hampshire", - "city": "Ribera" - } - }, - { - "id": 6385, - "name": "Sharpe Nieves", - "gender": "male", - "age": 33, - "address": { - "state": "Iowa", - "city": "Durham" - } - }, - { - "id": 6386, - "name": "Hatfield Keith", - "gender": "male", - "age": 41, - "address": { - "state": "Washington", - "city": "Stevens" - } - }, - { - "id": 6387, - "name": "Maureen Kline", - "gender": "female", - "age": 26, - "address": { - "state": "Delaware", - "city": "Imperial" - } - }, - { - "id": 6388, - "name": "Esperanza Albert", - "gender": "female", - "age": 29, - "address": { - "state": "South Dakota", - "city": "Cumberland" - } - }, - { - "id": 6389, - "name": "Andrea Cooley", - "gender": "female", - "age": 57, - "address": { - "state": "Wisconsin", - "city": "Hall" - } - }, - { - "id": 6390, - "name": "Krista Valentine", - "gender": "female", - "age": 22, - "address": { - "state": "Ohio", - "city": "Hartsville/Hartley" - } - }, - { - "id": 6391, - "name": "Tillman Dunn", - "gender": "male", - "age": 55, - "address": { - "state": "Mississippi", - "city": "Grahamtown" - } - }, - { - "id": 6392, - "name": "Christine Johnston", - "gender": "female", - "age": 50, - "address": { - "state": "Texas", - "city": "Beechmont" - } - }, - { - "id": 6393, - "name": "Potts Conley", - "gender": "male", - "age": 64, - "address": { - "state": "California", - "city": "Laurelton" - } - }, - { - "id": 6394, - "name": "Maggie Stout", - "gender": "female", - "age": 36, - "address": { - "state": "South Carolina", - "city": "Disautel" - } - }, - { - "id": 6395, - "name": "Goodman Blackwell", - "gender": "male", - "age": 50, - "address": { - "state": "Indiana", - "city": "Lowgap" - } - }, - { - "id": 6396, - "name": "Stacy Contreras", - "gender": "female", - "age": 49, - "address": { - "state": "Oklahoma", - "city": "Slovan" - } - }, - { - "id": 6397, - "name": "Carmela Wiggins", - "gender": "female", - "age": 40, - "address": { - "state": "Hawaii", - "city": "Cade" - } - }, - { - "id": 6398, - "name": "Joseph Powell", - "gender": "male", - "age": 69, - "address": { - "state": "North Carolina", - "city": "Allamuchy" - } - }, - { - "id": 6399, - "name": "Crawford Guerrero", - "gender": "male", - "age": 79, - "address": { - "state": "Missouri", - "city": "Bison" - } - }, - { - "id": 6400, - "name": "Moran Talley", - "gender": "male", - "age": 19, - "address": { - "state": "Alabama", - "city": "Esmont" - } - }, - { - "id": 6401, - "name": "Lowe Fields", - "gender": "male", - "age": 53, - "address": { - "state": "Kansas", - "city": "Bethany" - } - }, - { - "id": 6402, - "name": "Audra Ramirez", - "gender": "female", - "age": 63, - "address": { - "state": "Kentucky", - "city": "Grapeview" - } - }, - { - "id": 6403, - "name": "Ophelia Bartlett", - "gender": "female", - "age": 77, - "address": { - "state": "Maryland", - "city": "Tonopah" - } - }, - { - "id": 6404, - "name": "Haley Buckley", - "gender": "male", - "age": 65, - "address": { - "state": "Pennsylvania", - "city": "Templeton" - } - }, - { - "id": 6405, - "name": "Guy Hart", - "gender": "male", - "age": 34, - "address": { - "state": "Wyoming", - "city": "Eureka" - } - }, - { - "id": 6406, - "name": "Twila Howard", - "gender": "female", - "age": 38, - "address": { - "state": "North Dakota", - "city": "Idledale" - } - }, - { - "id": 6407, - "name": "Ellis Strickland", - "gender": "male", - "age": 72, - "address": { - "state": "Alaska", - "city": "Machias" - } - }, - { - "id": 6408, - "name": "Christi Page", - "gender": "female", - "age": 72, - "address": { - "state": "Massachusetts", - "city": "Courtland" - } - }, - { - "id": 6409, - "name": "Schwartz Cole", - "gender": "male", - "age": 79, - "address": { - "state": "Louisiana", - "city": "Comptche" - } - }, - { - "id": 6410, - "name": "Marks Walter", - "gender": "male", - "age": 53, - "address": { - "state": "Maine", - "city": "Rockingham" - } - }, - { - "id": 6411, - "name": "Oneil Sutton", - "gender": "male", - "age": 33, - "address": { - "state": "Arizona", - "city": "Steinhatchee" - } - }, - { - "id": 6412, - "name": "Cochran Robbins", - "gender": "male", - "age": 72, - "address": { - "state": "Idaho", - "city": "Malott" - } - }, - { - "id": 6413, - "name": "Alston Mercer", - "gender": "male", - "age": 28, - "address": { - "state": "Illinois", - "city": "Bancroft" - } - }, - { - "id": 6414, - "name": "Woods Coffey", - "gender": "male", - "age": 34, - "address": { - "state": "Connecticut", - "city": "Kieler" - } - }, - { - "id": 6415, - "name": "Gates Burgess", - "gender": "male", - "age": 75, - "address": { - "state": "West Virginia", - "city": "Delco" - } - }, - { - "id": 6416, - "name": "Mae Carson", - "gender": "female", - "age": 74, - "address": { - "state": "Montana", - "city": "Jacumba" - } - }, - { - "id": 6417, - "name": "Estella French", - "gender": "female", - "age": 17, - "address": { - "state": "New Mexico", - "city": "Yorklyn" - } - }, - { - "id": 6418, - "name": "Kim Marquez", - "gender": "female", - "age": 56, - "address": { - "state": "Colorado", - "city": "Gloucester" - } - }, - { - "id": 6419, - "name": "Angeline Allison", - "gender": "female", - "age": 76, - "address": { - "state": "Mississippi", - "city": "Cliff" - } - }, - { - "id": 6420, - "name": "Rogers Bradley", - "gender": "male", - "age": 77, - "address": { - "state": "Wisconsin", - "city": "Taft" - } - }, - { - "id": 6421, - "name": "Jeri Calderon", - "gender": "female", - "age": 56, - "address": { - "state": "Iowa", - "city": "Enoree" - } - }, - { - "id": 6422, - "name": "Mcfarland Allison", - "gender": "male", - "age": 25, - "address": { - "state": "West Virginia", - "city": "Hilltop" - } - }, - { - "id": 6423, - "name": "Shelton Douglas", - "gender": "male", - "age": 26, - "address": { - "state": "Wyoming", - "city": "Cresaptown" - } - }, - { - "id": 6424, - "name": "Melba Poole", - "gender": "female", - "age": 32, - "address": { - "state": "Maryland", - "city": "Norfolk" - } - }, - { - "id": 6425, - "name": "Mcclure Cook", - "gender": "male", - "age": 28, - "address": { - "state": "South Carolina", - "city": "Hollins" - } - }, - { - "id": 6426, - "name": "Nanette Horne", - "gender": "female", - "age": 70, - "address": { - "state": "Idaho", - "city": "Itmann" - } - }, - { - "id": 6427, - "name": "Nettie Clements", - "gender": "female", - "age": 73, - "address": { - "state": "Hawaii", - "city": "Gardners" - } - }, - { - "id": 6428, - "name": "Dillard Foster", - "gender": "male", - "age": 38, - "address": { - "state": "Colorado", - "city": "Wright" - } - }, - { - "id": 6429, - "name": "Conway Grant", - "gender": "male", - "age": 63, - "address": { - "state": "California", - "city": "Lindisfarne" - } - }, - { - "id": 6430, - "name": "Kerri Cherry", - "gender": "female", - "age": 81, - "address": { - "state": "New Hampshire", - "city": "Fillmore" - } - }, - { - "id": 6431, - "name": "Cleo Hood", - "gender": "female", - "age": 80, - "address": { - "state": "Illinois", - "city": "Kerby" - } - }, - { - "id": 6432, - "name": "Flores Conway", - "gender": "male", - "age": 29, - "address": { - "state": "Virginia", - "city": "Nescatunga" - } - }, - { - "id": 6433, - "name": "Briggs Buchanan", - "gender": "male", - "age": 21, - "address": { - "state": "Montana", - "city": "Garfield" - } - }, - { - "id": 6434, - "name": "Manuela Rutledge", - "gender": "female", - "age": 32, - "address": { - "state": "North Carolina", - "city": "Wyoming" - } - }, - { - "id": 6435, - "name": "Curtis Bartlett", - "gender": "male", - "age": 55, - "address": { - "state": "North Dakota", - "city": "Beechmont" - } - }, - { - "id": 6436, - "name": "Mallory Richard", - "gender": "female", - "age": 82, - "address": { - "state": "New Mexico", - "city": "Mulberry" - } - }, - { - "id": 6437, - "name": "Malinda Church", - "gender": "female", - "age": 81, - "address": { - "state": "Ohio", - "city": "Oceola" - } - }, - { - "id": 6438, - "name": "David Mitchell", - "gender": "male", - "age": 40, - "address": { - "state": "Connecticut", - "city": "Gorst" - } - }, - { - "id": 6439, - "name": "Katherine Flowers", - "gender": "female", - "age": 69, - "address": { - "state": "Massachusetts", - "city": "Kirk" - } - }, - { - "id": 6440, - "name": "Becker Marsh", - "gender": "male", - "age": 52, - "address": { - "state": "South Dakota", - "city": "Saticoy" - } - }, - { - "id": 6441, - "name": "Dona Battle", - "gender": "female", - "age": 70, - "address": { - "state": "Washington", - "city": "Groton" - } - }, - { - "id": 6442, - "name": "Hardy Mills", - "gender": "male", - "age": 28, - "address": { - "state": "Missouri", - "city": "Tibbie" - } - }, - { - "id": 6443, - "name": "Katrina Nichols", - "gender": "female", - "age": 48, - "address": { - "state": "Nevada", - "city": "Westboro" - } - }, - { - "id": 6444, - "name": "Preston Herring", - "gender": "male", - "age": 19, - "address": { - "state": "Oklahoma", - "city": "Caln" - } - }, - { - "id": 6445, - "name": "Annabelle Gillespie", - "gender": "female", - "age": 66, - "address": { - "state": "Kentucky", - "city": "Brazos" - } - }, - { - "id": 6446, - "name": "Valarie Lewis", - "gender": "female", - "age": 42, - "address": { - "state": "Utah", - "city": "Delshire" - } - }, - { - "id": 6447, - "name": "Wilder Phillips", - "gender": "male", - "age": 64, - "address": { - "state": "Arkansas", - "city": "Hamilton" - } - }, - { - "id": 6448, - "name": "Althea Hopkins", - "gender": "female", - "age": 47, - "address": { - "state": "Maine", - "city": "Jackpot" - } - }, - { - "id": 6449, - "name": "Shaw Booker", - "gender": "male", - "age": 23, - "address": { - "state": "Minnesota", - "city": "Belmont" - } - }, - { - "id": 6450, - "name": "Waller Melton", - "gender": "male", - "age": 65, - "address": { - "state": "Indiana", - "city": "Tuskahoma" - } - }, - { - "id": 6451, - "name": "Trisha Carson", - "gender": "female", - "age": 53, - "address": { - "state": "Nebraska", - "city": "Nogal" - } - }, - { - "id": 6452, - "name": "Skinner Franco", - "gender": "male", - "age": 26, - "address": { - "state": "Michigan", - "city": "Why" - } - }, - { - "id": 6453, - "name": "Leila Mcneil", - "gender": "female", - "age": 32, - "address": { - "state": "Florida", - "city": "Cherokee" - } - }, - { - "id": 6454, - "name": "Carolyn Clark", - "gender": "female", - "age": 29, - "address": { - "state": "New York", - "city": "Concho" - } - }, - { - "id": 6455, - "name": "Parker Mcguire", - "gender": "male", - "age": 43, - "address": { - "state": "Alabama", - "city": "Walton" - } - }, - { - "id": 6456, - "name": "Jacquelyn Garner", - "gender": "female", - "age": 40, - "address": { - "state": "Delaware", - "city": "Stonybrook" - } - }, - { - "id": 6457, - "name": "Aileen Webb", - "gender": "female", - "age": 64, - "address": { - "state": "Arizona", - "city": "Tyhee" - } - }, - { - "id": 6458, - "name": "Spence Odonnell", - "gender": "male", - "age": 21, - "address": { - "state": "New Jersey", - "city": "Rockingham" - } - }, - { - "id": 6459, - "name": "Claudette Avila", - "gender": "female", - "age": 26, - "address": { - "state": "Oregon", - "city": "Sandston" - } - }, - { - "id": 6460, - "name": "Alston Bird", - "gender": "male", - "age": 73, - "address": { - "state": "Tennessee", - "city": "Wells" - } - }, - { - "id": 6461, - "name": "Sophia Fuentes", - "gender": "female", - "age": 82, - "address": { - "state": "Rhode Island", - "city": "Chesapeake" - } - }, - { - "id": 6462, - "name": "Riley Richards", - "gender": "male", - "age": 41, - "address": { - "state": "Pennsylvania", - "city": "Suitland" - } - }, - { - "id": 6463, - "name": "Lamb Taylor", - "gender": "male", - "age": 32, - "address": { - "state": "Alaska", - "city": "Cleary" - } - }, - { - "id": 6464, - "name": "Whitney Hooper", - "gender": "female", - "age": 68, - "address": { - "state": "Texas", - "city": "Konterra" - } - }, - { - "id": 6465, - "name": "Blanche Moody", - "gender": "female", - "age": 49, - "address": { - "state": "Georgia", - "city": "Allison" - } - }, - { - "id": 6466, - "name": "Little Bauer", - "gender": "male", - "age": 53, - "address": { - "state": "Kansas", - "city": "Shaft" - } - }, - { - "id": 6467, - "name": "Beasley Bass", - "gender": "male", - "age": 26, - "address": { - "state": "Vermont", - "city": "Carlton" - } - }, - { - "id": 6468, - "name": "Dejesus Roach", - "gender": "male", - "age": 39, - "address": { - "state": "Illinois", - "city": "Centerville" - } - }, - { - "id": 6469, - "name": "Ernestine Rasmussen", - "gender": "female", - "age": 30, - "address": { - "state": "Vermont", - "city": "Lumberton" - } - }, - { - "id": 6470, - "name": "Salazar Justice", - "gender": "male", - "age": 47, - "address": { - "state": "Iowa", - "city": "Ruckersville" - } - }, - { - "id": 6471, - "name": "Jessie Short", - "gender": "female", - "age": 56, - "address": { - "state": "Kansas", - "city": "Guthrie" - } - }, - { - "id": 6472, - "name": "Massey Lambert", - "gender": "male", - "age": 59, - "address": { - "state": "Louisiana", - "city": "Gadsden" - } - }, - { - "id": 6473, - "name": "Kelsey Valdez", - "gender": "female", - "age": 64, - "address": { - "state": "North Carolina", - "city": "Skyland" - } - }, - { - "id": 6474, - "name": "Lindsay Burns", - "gender": "female", - "age": 70, - "address": { - "state": "New Jersey", - "city": "Smock" - } - }, - { - "id": 6475, - "name": "Haley Foreman", - "gender": "female", - "age": 74, - "address": { - "state": "Connecticut", - "city": "Soudan" - } - }, - { - "id": 6476, - "name": "Aida Fischer", - "gender": "female", - "age": 23, - "address": { - "state": "Hawaii", - "city": "Navarre" - } - }, - { - "id": 6477, - "name": "Ratliff Oliver", - "gender": "male", - "age": 65, - "address": { - "state": "West Virginia", - "city": "Macdona" - } - }, - { - "id": 6478, - "name": "Florence Rutledge", - "gender": "female", - "age": 55, - "address": { - "state": "Wisconsin", - "city": "Chloride" - } - }, - { - "id": 6479, - "name": "Neva Trujillo", - "gender": "female", - "age": 49, - "address": { - "state": "Idaho", - "city": "Strong" - } - }, - { - "id": 6480, - "name": "Gilmore Sosa", - "gender": "male", - "age": 61, - "address": { - "state": "Minnesota", - "city": "Holcombe" - } - }, - { - "id": 6481, - "name": "Austin Duffy", - "gender": "male", - "age": 59, - "address": { - "state": "Colorado", - "city": "Orovada" - } - }, - { - "id": 6482, - "name": "Kelley Booker", - "gender": "female", - "age": 17, - "address": { - "state": "Kentucky", - "city": "Edneyville" - } - }, - { - "id": 6483, - "name": "Heath Reilly", - "gender": "male", - "age": 68, - "address": { - "state": "Pennsylvania", - "city": "Walland" - } - }, - { - "id": 6484, - "name": "Beard Perez", - "gender": "male", - "age": 54, - "address": { - "state": "Indiana", - "city": "Vicksburg" - } - }, - { - "id": 6485, - "name": "Carpenter Jacobson", - "gender": "male", - "age": 76, - "address": { - "state": "Maryland", - "city": "Tuskahoma" - } - }, - { - "id": 6486, - "name": "Shirley Rodriguez", - "gender": "female", - "age": 64, - "address": { - "state": "Tennessee", - "city": "Snyderville" - } - }, - { - "id": 6487, - "name": "Gaines Monroe", - "gender": "male", - "age": 58, - "address": { - "state": "Delaware", - "city": "Suitland" - } - }, - { - "id": 6488, - "name": "Kemp Morris", - "gender": "male", - "age": 53, - "address": { - "state": "Utah", - "city": "Grimsley" - } - }, - { - "id": 6489, - "name": "Dudley Baxter", - "gender": "male", - "age": 32, - "address": { - "state": "California", - "city": "Vincent" - } - }, - { - "id": 6490, - "name": "Hendricks House", - "gender": "male", - "age": 79, - "address": { - "state": "New Hampshire", - "city": "Lutsen" - } - }, - { - "id": 6491, - "name": "Cote Henderson", - "gender": "male", - "age": 64, - "address": { - "state": "Oregon", - "city": "Hachita" - } - }, - { - "id": 6492, - "name": "Ellison Crosby", - "gender": "male", - "age": 62, - "address": { - "state": "New Mexico", - "city": "Rehrersburg" - } - }, - { - "id": 6493, - "name": "Morton Lancaster", - "gender": "male", - "age": 63, - "address": { - "state": "Missouri", - "city": "Turah" - } - }, - { - "id": 6494, - "name": "Hernandez Hudson", - "gender": "male", - "age": 49, - "address": { - "state": "Michigan", - "city": "Thornport" - } - }, - { - "id": 6495, - "name": "Manuela Kelly", - "gender": "female", - "age": 58, - "address": { - "state": "Virginia", - "city": "Robinson" - } - }, - { - "id": 6496, - "name": "Georgia Soto", - "gender": "female", - "age": 37, - "address": { - "state": "Florida", - "city": "Galesville" - } - }, - { - "id": 6497, - "name": "Malinda Flores", - "gender": "female", - "age": 27, - "address": { - "state": "Rhode Island", - "city": "Beason" - } - }, - { - "id": 6498, - "name": "Lisa Craft", - "gender": "female", - "age": 31, - "address": { - "state": "Texas", - "city": "Mulino" - } - }, - { - "id": 6499, - "name": "Ferguson Gilliam", - "gender": "male", - "age": 31, - "address": { - "state": "Mississippi", - "city": "Allamuchy" - } - }, - { - "id": 6500, - "name": "House Dixon", - "gender": "male", - "age": 27, - "address": { - "state": "Arkansas", - "city": "Charco" - } - }, - { - "id": 6501, - "name": "Franklin Barron", - "gender": "male", - "age": 21, - "address": { - "state": "Montana", - "city": "Caspar" - } - }, - { - "id": 6502, - "name": "Wilson Harrington", - "gender": "male", - "age": 79, - "address": { - "state": "South Dakota", - "city": "Groton" - } - }, - { - "id": 6503, - "name": "Esmeralda Moses", - "gender": "female", - "age": 27, - "address": { - "state": "Massachusetts", - "city": "Movico" - } - }, - { - "id": 6504, - "name": "Deena Carroll", - "gender": "female", - "age": 58, - "address": { - "state": "Georgia", - "city": "Sperryville" - } - }, - { - "id": 6505, - "name": "Dorothea Gonzales", - "gender": "female", - "age": 44, - "address": { - "state": "Alaska", - "city": "Boykin" - } - }, - { - "id": 6506, - "name": "Eaton Pruitt", - "gender": "male", - "age": 49, - "address": { - "state": "Nevada", - "city": "Leland" - } - }, - { - "id": 6507, - "name": "Tammi Rivera", - "gender": "female", - "age": 23, - "address": { - "state": "Wyoming", - "city": "Dennard" - } - }, - { - "id": 6508, - "name": "Darcy Rojas", - "gender": "female", - "age": 74, - "address": { - "state": "Oklahoma", - "city": "Sultana" - } - }, - { - "id": 6509, - "name": "Bauer Copeland", - "gender": "male", - "age": 21, - "address": { - "state": "Maine", - "city": "Chesterfield" - } - }, - { - "id": 6510, - "name": "Mcmillan Taylor", - "gender": "male", - "age": 49, - "address": { - "state": "Alabama", - "city": "Rockingham" - } - }, - { - "id": 6511, - "name": "Abigail Langley", - "gender": "female", - "age": 26, - "address": { - "state": "Ohio", - "city": "Siglerville" - } - }, - { - "id": 6512, - "name": "Oconnor Mejia", - "gender": "male", - "age": 43, - "address": { - "state": "North Dakota", - "city": "Elrama" - } - }, - { - "id": 6513, - "name": "Claire Estes", - "gender": "female", - "age": 33, - "address": { - "state": "South Carolina", - "city": "Waiohinu" - } - }, - { - "id": 6514, - "name": "Steele Ashley", - "gender": "male", - "age": 73, - "address": { - "state": "Arizona", - "city": "Yonah" - } - }, - { - "id": 6515, - "name": "Carson England", - "gender": "male", - "age": 17, - "address": { - "state": "New York", - "city": "Lupton" - } - }, - { - "id": 6516, - "name": "Inez Munoz", - "gender": "female", - "age": 64, - "address": { - "state": "Washington", - "city": "Eastmont" - } - }, - { - "id": 6517, - "name": "Ola Robbins", - "gender": "female", - "age": 80, - "address": { - "state": "New Jersey", - "city": "Fresno" - } - }, - { - "id": 6518, - "name": "Delores Gross", - "gender": "female", - "age": 69, - "address": { - "state": "California", - "city": "Devon" - } - }, - { - "id": 6519, - "name": "Julianne Henson", - "gender": "female", - "age": 26, - "address": { - "state": "New Hampshire", - "city": "Sparkill" - } - }, - { - "id": 6520, - "name": "Frederick Levine", - "gender": "male", - "age": 24, - "address": { - "state": "Oregon", - "city": "Freeburn" - } - }, - { - "id": 6521, - "name": "Teresa Whitfield", - "gender": "female", - "age": 72, - "address": { - "state": "New Mexico", - "city": "Holtville" - } - }, - { - "id": 6522, - "name": "Tamara Waller", - "gender": "female", - "age": 51, - "address": { - "state": "Louisiana", - "city": "Cartwright" - } - }, - { - "id": 6523, - "name": "Obrien Baldwin", - "gender": "male", - "age": 80, - "address": { - "state": "Florida", - "city": "Bath" - } - }, - { - "id": 6524, - "name": "Leola Maynard", - "gender": "female", - "age": 50, - "address": { - "state": "Maine", - "city": "Singer" - } - }, - { - "id": 6525, - "name": "Holland Spears", - "gender": "male", - "age": 54, - "address": { - "state": "Kansas", - "city": "Hiseville" - } - }, - { - "id": 6526, - "name": "Browning Cline", - "gender": "male", - "age": 48, - "address": { - "state": "Connecticut", - "city": "Marshall" - } - }, - { - "id": 6527, - "name": "Margery Stephens", - "gender": "female", - "age": 70, - "address": { - "state": "Virginia", - "city": "Clarktown" - } - }, - { - "id": 6528, - "name": "Charmaine Donovan", - "gender": "female", - "age": 57, - "address": { - "state": "Utah", - "city": "Warsaw" - } - }, - { - "id": 6529, - "name": "Clarice Stephenson", - "gender": "female", - "age": 54, - "address": { - "state": "North Carolina", - "city": "Herald" - } - }, - { - "id": 6530, - "name": "Amanda Sutton", - "gender": "female", - "age": 61, - "address": { - "state": "Missouri", - "city": "Hannasville" - } - }, - { - "id": 6531, - "name": "Heather Stone", - "gender": "female", - "age": 65, - "address": { - "state": "Illinois", - "city": "Bellfountain" - } - }, - { - "id": 6532, - "name": "Sharp Hughes", - "gender": "male", - "age": 40, - "address": { - "state": "Alaska", - "city": "Moraida" - } - }, - { - "id": 6533, - "name": "Dixon Burns", - "gender": "male", - "age": 19, - "address": { - "state": "North Dakota", - "city": "Foxworth" - } - }, - { - "id": 6534, - "name": "Meadows Daniels", - "gender": "male", - "age": 48, - "address": { - "state": "Washington", - "city": "Torboy" - } - }, - { - "id": 6535, - "name": "Sharpe Price", - "gender": "male", - "age": 58, - "address": { - "state": "Michigan", - "city": "Terlingua" - } - }, - { - "id": 6536, - "name": "Becky Pena", - "gender": "female", - "age": 39, - "address": { - "state": "Minnesota", - "city": "Saticoy" - } - }, - { - "id": 6537, - "name": "Orr Newton", - "gender": "male", - "age": 47, - "address": { - "state": "Alabama", - "city": "Shawmut" - } - }, - { - "id": 6538, - "name": "Erma Smith", - "gender": "female", - "age": 28, - "address": { - "state": "Texas", - "city": "Cochranville" - } - }, - { - "id": 6539, - "name": "Rodgers Travis", - "gender": "male", - "age": 44, - "address": { - "state": "Arizona", - "city": "Durham" - } - }, - { - "id": 6540, - "name": "Mari Eaton", - "gender": "female", - "age": 51, - "address": { - "state": "Iowa", - "city": "Greenwich" - } - }, - { - "id": 6541, - "name": "Ingram Glass", - "gender": "male", - "age": 80, - "address": { - "state": "Oklahoma", - "city": "Utting" - } - }, - { - "id": 6542, - "name": "Margaret Peck", - "gender": "female", - "age": 29, - "address": { - "state": "South Dakota", - "city": "Hayden" - } - }, - { - "id": 6543, - "name": "Michael Riddle", - "gender": "male", - "age": 46, - "address": { - "state": "Nevada", - "city": "Choctaw" - } - }, - { - "id": 6544, - "name": "Randolph Aguilar", - "gender": "male", - "age": 49, - "address": { - "state": "Wisconsin", - "city": "Mapletown" - } - }, - { - "id": 6545, - "name": "Nell Turner", - "gender": "female", - "age": 64, - "address": { - "state": "Tennessee", - "city": "Shaft" - } - }, - { - "id": 6546, - "name": "Vincent Fowler", - "gender": "male", - "age": 44, - "address": { - "state": "Idaho", - "city": "Onton" - } - }, - { - "id": 6547, - "name": "Lane Cooke", - "gender": "male", - "age": 27, - "address": { - "state": "Indiana", - "city": "Dola" - } - }, - { - "id": 6548, - "name": "Amparo Hodges", - "gender": "female", - "age": 33, - "address": { - "state": "Rhode Island", - "city": "Byrnedale" - } - }, - { - "id": 6549, - "name": "Inez Kerr", - "gender": "female", - "age": 39, - "address": { - "state": "Maryland", - "city": "Northchase" - } - }, - { - "id": 6550, - "name": "Mcmahon Castillo", - "gender": "male", - "age": 23, - "address": { - "state": "West Virginia", - "city": "Olney" - } - }, - { - "id": 6551, - "name": "Brittany Branch", - "gender": "female", - "age": 62, - "address": { - "state": "Wyoming", - "city": "Sheatown" - } - }, - { - "id": 6552, - "name": "Mollie Barnett", - "gender": "female", - "age": 54, - "address": { - "state": "Montana", - "city": "Corinne" - } - }, - { - "id": 6553, - "name": "White Carrillo", - "gender": "male", - "age": 46, - "address": { - "state": "Colorado", - "city": "Forbestown" - } - }, - { - "id": 6554, - "name": "Yang Moore", - "gender": "male", - "age": 50, - "address": { - "state": "Pennsylvania", - "city": "Hollymead" - } - }, - { - "id": 6555, - "name": "Katharine Calhoun", - "gender": "female", - "age": 82, - "address": { - "state": "Nebraska", - "city": "Jeff" - } - }, - { - "id": 6556, - "name": "Olive Oliver", - "gender": "female", - "age": 31, - "address": { - "state": "Massachusetts", - "city": "Jennings" - } - }, - { - "id": 6557, - "name": "Mendoza Swanson", - "gender": "male", - "age": 38, - "address": { - "state": "New York", - "city": "Orin" - } - }, - { - "id": 6558, - "name": "Jewell Baker", - "gender": "female", - "age": 79, - "address": { - "state": "Hawaii", - "city": "Fidelis" - } - }, - { - "id": 6559, - "name": "Clemons Knox", - "gender": "male", - "age": 43, - "address": { - "state": "Georgia", - "city": "Idamay" - } - }, - { - "id": 6560, - "name": "Kris Kemp", - "gender": "female", - "age": 17, - "address": { - "state": "Kentucky", - "city": "Shrewsbury" - } - }, - { - "id": 6561, - "name": "Alexander Dillon", - "gender": "male", - "age": 68, - "address": { - "state": "Delaware", - "city": "Coldiron" - } - }, - { - "id": 6562, - "name": "Kramer Galloway", - "gender": "male", - "age": 70, - "address": { - "state": "South Carolina", - "city": "Statenville" - } - }, - { - "id": 6563, - "name": "Long Garrett", - "gender": "male", - "age": 26, - "address": { - "state": "Arkansas", - "city": "Lindisfarne" - } - }, - { - "id": 6564, - "name": "Marissa Sloan", - "gender": "female", - "age": 63, - "address": { - "state": "Mississippi", - "city": "Blanco" - } - }, - { - "id": 6565, - "name": "Miller Horn", - "gender": "male", - "age": 37, - "address": { - "state": "Vermont", - "city": "Townsend" - } - }, - { - "id": 6566, - "name": "Erika Logan", - "gender": "female", - "age": 67, - "address": { - "state": "South Carolina", - "city": "Wescosville" - } - }, - { - "id": 6567, - "name": "Beulah Hendrix", - "gender": "female", - "age": 80, - "address": { - "state": "New Mexico", - "city": "Wright" - } - }, - { - "id": 6568, - "name": "Nielsen Hahn", - "gender": "male", - "age": 81, - "address": { - "state": "Wyoming", - "city": "Elliston" - } - }, - { - "id": 6569, - "name": "Aguirre Young", - "gender": "male", - "age": 46, - "address": { - "state": "North Carolina", - "city": "Elfrida" - } - }, - { - "id": 6570, - "name": "Hattie Tillman", - "gender": "female", - "age": 44, - "address": { - "state": "New Jersey", - "city": "Greensburg" - } - }, - { - "id": 6571, - "name": "David Frye", - "gender": "male", - "age": 82, - "address": { - "state": "Missouri", - "city": "Blanco" - } - }, - { - "id": 6572, - "name": "Maldonado Alexander", - "gender": "male", - "age": 67, - "address": { - "state": "Washington", - "city": "Baden" - } - }, - { - "id": 6573, - "name": "John Wilson", - "gender": "female", - "age": 55, - "address": { - "state": "Rhode Island", - "city": "Summertown" - } - }, - { - "id": 6574, - "name": "Merritt Villarreal", - "gender": "male", - "age": 37, - "address": { - "state": "Alaska", - "city": "Efland" - } - }, - { - "id": 6575, - "name": "Pate Sawyer", - "gender": "male", - "age": 57, - "address": { - "state": "Illinois", - "city": "Martell" - } - }, - { - "id": 6576, - "name": "Brittney Burch", - "gender": "female", - "age": 60, - "address": { - "state": "Indiana", - "city": "Dowling" - } - }, - { - "id": 6577, - "name": "Johanna Fry", - "gender": "female", - "age": 39, - "address": { - "state": "Texas", - "city": "Brecon" - } - }, - { - "id": 6578, - "name": "Rodgers Patel", - "gender": "male", - "age": 80, - "address": { - "state": "Nebraska", - "city": "Idledale" - } - }, - { - "id": 6579, - "name": "Margarita Ayala", - "gender": "female", - "age": 67, - "address": { - "state": "Virginia", - "city": "Clara" - } - }, - { - "id": 6580, - "name": "Briana Wagner", - "gender": "female", - "age": 62, - "address": { - "state": "Montana", - "city": "Westwood" - } - }, - { - "id": 6581, - "name": "Church Velez", - "gender": "male", - "age": 20, - "address": { - "state": "Mississippi", - "city": "Levant" - } - }, - { - "id": 6582, - "name": "Lorena Peters", - "gender": "female", - "age": 26, - "address": { - "state": "California", - "city": "Carbonville" - } - }, - { - "id": 6583, - "name": "Mcknight Hood", - "gender": "male", - "age": 47, - "address": { - "state": "Idaho", - "city": "Lemoyne" - } - }, - { - "id": 6584, - "name": "Hewitt Tran", - "gender": "male", - "age": 60, - "address": { - "state": "Michigan", - "city": "Wacissa" - } - }, - { - "id": 6585, - "name": "Stanton Wall", - "gender": "male", - "age": 56, - "address": { - "state": "Florida", - "city": "Carlton" - } - }, - { - "id": 6586, - "name": "Iva Boyer", - "gender": "female", - "age": 27, - "address": { - "state": "Utah", - "city": "Canoochee" - } - }, - { - "id": 6587, - "name": "Cara Dixon", - "gender": "female", - "age": 66, - "address": { - "state": "West Virginia", - "city": "Edneyville" - } - }, - { - "id": 6588, - "name": "Kelley Strong", - "gender": "female", - "age": 30, - "address": { - "state": "Minnesota", - "city": "Kimmell" - } - }, - { - "id": 6589, - "name": "Krystal Reese", - "gender": "female", - "age": 59, - "address": { - "state": "South Dakota", - "city": "Bowie" - } - }, - { - "id": 6590, - "name": "Webster Stone", - "gender": "male", - "age": 63, - "address": { - "state": "Tennessee", - "city": "Wyano" - } - }, - { - "id": 6591, - "name": "Letha Espinoza", - "gender": "female", - "age": 36, - "address": { - "state": "Nevada", - "city": "Beyerville" - } - }, - { - "id": 6592, - "name": "Gail Joseph", - "gender": "female", - "age": 79, - "address": { - "state": "Maryland", - "city": "Juarez" - } - }, - { - "id": 6593, - "name": "Mable Wells", - "gender": "female", - "age": 42, - "address": { - "state": "Ohio", - "city": "Benson" - } - }, - { - "id": 6594, - "name": "Lawrence Bird", - "gender": "male", - "age": 66, - "address": { - "state": "Arkansas", - "city": "Homestead" - } - }, - { - "id": 6595, - "name": "Bonnie Gould", - "gender": "female", - "age": 36, - "address": { - "state": "Arizona", - "city": "Frank" - } - }, - { - "id": 6596, - "name": "Albert Bentley", - "gender": "male", - "age": 45, - "address": { - "state": "Pennsylvania", - "city": "Broadlands" - } - }, - { - "id": 6597, - "name": "Owen Chambers", - "gender": "male", - "age": 47, - "address": { - "state": "Wisconsin", - "city": "Floris" - } - }, - { - "id": 6598, - "name": "Massey Parks", - "gender": "male", - "age": 67, - "address": { - "state": "New Hampshire", - "city": "Boykin" - } - }, - { - "id": 6599, - "name": "Robles Everett", - "gender": "male", - "age": 61, - "address": { - "state": "Massachusetts", - "city": "Dunnavant" - } - }, - { - "id": 6600, - "name": "Colon Rojas", - "gender": "male", - "age": 72, - "address": { - "state": "Iowa", - "city": "Volta" - } - }, - { - "id": 6601, - "name": "Atkins Duffy", - "gender": "male", - "age": 49, - "address": { - "state": "Oregon", - "city": "Chaparrito" - } - }, - { - "id": 6602, - "name": "Ilene Farrell", - "gender": "female", - "age": 50, - "address": { - "state": "Georgia", - "city": "Waverly" - } - }, - { - "id": 6603, - "name": "Cameron Newman", - "gender": "male", - "age": 41, - "address": { - "state": "Vermont", - "city": "Grapeview" - } - }, - { - "id": 6604, - "name": "Petersen Bender", - "gender": "male", - "age": 41, - "address": { - "state": "Alabama", - "city": "Emison" - } - }, - { - "id": 6605, - "name": "Julie Whitaker", - "gender": "female", - "age": 62, - "address": { - "state": "Kansas", - "city": "Hasty" - } - }, - { - "id": 6606, - "name": "Bernadine Ross", - "gender": "female", - "age": 40, - "address": { - "state": "Delaware", - "city": "Waumandee" - } - }, - { - "id": 6607, - "name": "Heidi Welch", - "gender": "female", - "age": 44, - "address": { - "state": "New York", - "city": "Wattsville" - } - }, - { - "id": 6608, - "name": "Jordan Bray", - "gender": "female", - "age": 35, - "address": { - "state": "North Dakota", - "city": "Tecolotito" - } - }, - { - "id": 6609, - "name": "Weaver Schwartz", - "gender": "male", - "age": 21, - "address": { - "state": "Connecticut", - "city": "Warren" - } - }, - { - "id": 6610, - "name": "Elise Pugh", - "gender": "female", - "age": 82, - "address": { - "state": "Colorado", - "city": "Kingstowne" - } - }, - { - "id": 6611, - "name": "Marquita Stevenson", - "gender": "female", - "age": 35, - "address": { - "state": "Kentucky", - "city": "Itmann" - } - }, - { - "id": 6612, - "name": "Rene Daniels", - "gender": "female", - "age": 56, - "address": { - "state": "Oklahoma", - "city": "Chesterfield" - } - }, - { - "id": 6613, - "name": "Edwards Ferrell", - "gender": "male", - "age": 63, - "address": { - "state": "Hawaii", - "city": "Worton" - } - }, - { - "id": 6614, - "name": "Brooks Roach", - "gender": "male", - "age": 77, - "address": { - "state": "Louisiana", - "city": "Wanship" - } - }, - { - "id": 6615, - "name": "Alvarez Langley", - "gender": "male", - "age": 48, - "address": { - "state": "South Carolina", - "city": "Connerton" - } - }, - { - "id": 6616, - "name": "Maude Carpenter", - "gender": "female", - "age": 34, - "address": { - "state": "California", - "city": "Villarreal" - } - }, - { - "id": 6617, - "name": "Andrea Chambers", - "gender": "female", - "age": 37, - "address": { - "state": "Delaware", - "city": "Riverton" - } - }, - { - "id": 6618, - "name": "Smith Booth", - "gender": "male", - "age": 44, - "address": { - "state": "Wyoming", - "city": "Columbus" - } - }, - { - "id": 6619, - "name": "Vivian Watkins", - "gender": "female", - "age": 80, - "address": { - "state": "New Hampshire", - "city": "Brooktrails" - } - }, - { - "id": 6620, - "name": "Sweeney Brock", - "gender": "male", - "age": 53, - "address": { - "state": "Virginia", - "city": "Germanton" - } - }, - { - "id": 6621, - "name": "Suzanne Massey", - "gender": "female", - "age": 65, - "address": { - "state": "New Jersey", - "city": "Barstow" - } - }, - { - "id": 6622, - "name": "Pamela Foster", - "gender": "female", - "age": 57, - "address": { - "state": "Alaska", - "city": "Wawona" - } - }, - { - "id": 6623, - "name": "Katrina Sutton", - "gender": "female", - "age": 55, - "address": { - "state": "Minnesota", - "city": "Freeburn" - } - }, - { - "id": 6624, - "name": "Summer Patton", - "gender": "female", - "age": 46, - "address": { - "state": "Idaho", - "city": "Lafferty" - } - }, - { - "id": 6625, - "name": "Terri Gray", - "gender": "female", - "age": 49, - "address": { - "state": "Kansas", - "city": "Axis" - } - }, - { - "id": 6626, - "name": "Kathrine Anthony", - "gender": "female", - "age": 19, - "address": { - "state": "Colorado", - "city": "Kenwood" - } - }, - { - "id": 6627, - "name": "Witt Steele", - "gender": "male", - "age": 54, - "address": { - "state": "Illinois", - "city": "Newcastle" - } - }, - { - "id": 6628, - "name": "Ola Roberson", - "gender": "female", - "age": 81, - "address": { - "state": "Massachusetts", - "city": "Deercroft" - } - }, - { - "id": 6629, - "name": "Agnes Turner", - "gender": "female", - "age": 57, - "address": { - "state": "North Carolina", - "city": "Bluetown" - } - }, - { - "id": 6630, - "name": "Irma Chaney", - "gender": "female", - "age": 56, - "address": { - "state": "Indiana", - "city": "Alderpoint" - } - }, - { - "id": 6631, - "name": "Patricia Ray", - "gender": "female", - "age": 73, - "address": { - "state": "New York", - "city": "Imperial" - } - }, - { - "id": 6632, - "name": "Carlene Spears", - "gender": "female", - "age": 26, - "address": { - "state": "Maryland", - "city": "Hoagland" - } - }, - { - "id": 6633, - "name": "Bonita Wright", - "gender": "female", - "age": 28, - "address": { - "state": "Arizona", - "city": "Warsaw" - } - }, - { - "id": 6634, - "name": "Toni Reed", - "gender": "female", - "age": 38, - "address": { - "state": "Iowa", - "city": "Frizzleburg" - } - }, - { - "id": 6635, - "name": "Joyce Santiago", - "gender": "female", - "age": 42, - "address": { - "state": "Ohio", - "city": "Watchtower" - } - }, - { - "id": 6636, - "name": "Minnie Olsen", - "gender": "female", - "age": 25, - "address": { - "state": "Louisiana", - "city": "Odessa" - } - }, - { - "id": 6637, - "name": "William Baldwin", - "gender": "male", - "age": 29, - "address": { - "state": "North Dakota", - "city": "Foxworth" - } - }, - { - "id": 6638, - "name": "Florine Pearson", - "gender": "female", - "age": 35, - "address": { - "state": "Oklahoma", - "city": "Cloverdale" - } - }, - { - "id": 6639, - "name": "Cardenas Reyes", - "gender": "male", - "age": 55, - "address": { - "state": "Mississippi", - "city": "Baden" - } - }, - { - "id": 6640, - "name": "Benson Mcneil", - "gender": "male", - "age": 38, - "address": { - "state": "Hawaii", - "city": "Roberts" - } - }, - { - "id": 6641, - "name": "Ramona Fowler", - "gender": "female", - "age": 39, - "address": { - "state": "Vermont", - "city": "Salvo" - } - }, - { - "id": 6642, - "name": "Blake Rowe", - "gender": "male", - "age": 24, - "address": { - "state": "Texas", - "city": "Englevale" - } - }, - { - "id": 6643, - "name": "Gamble Moore", - "gender": "male", - "age": 53, - "address": { - "state": "Pennsylvania", - "city": "Westmoreland" - } - }, - { - "id": 6644, - "name": "Ericka Burris", - "gender": "female", - "age": 27, - "address": { - "state": "South Dakota", - "city": "Edgewater" - } - }, - { - "id": 6645, - "name": "Megan Pope", - "gender": "female", - "age": 80, - "address": { - "state": "Oregon", - "city": "Newkirk" - } - }, - { - "id": 6646, - "name": "Garrison Kline", - "gender": "male", - "age": 72, - "address": { - "state": "Kentucky", - "city": "Whitestone" - } - }, - { - "id": 6647, - "name": "Wilkinson Erickson", - "gender": "male", - "age": 40, - "address": { - "state": "Maine", - "city": "Woodruff" - } - }, - { - "id": 6648, - "name": "Munoz Petersen", - "gender": "male", - "age": 82, - "address": { - "state": "Tennessee", - "city": "Wanamie" - } - }, - { - "id": 6649, - "name": "Angelia Middleton", - "gender": "female", - "age": 81, - "address": { - "state": "Washington", - "city": "Hanover" - } - }, - { - "id": 6650, - "name": "Griffin Avery", - "gender": "male", - "age": 80, - "address": { - "state": "Utah", - "city": "Wyano" - } - }, - { - "id": 6651, - "name": "Meghan Winters", - "gender": "female", - "age": 40, - "address": { - "state": "Florida", - "city": "Albrightsville" - } - }, - { - "id": 6652, - "name": "Trudy Meyer", - "gender": "female", - "age": 50, - "address": { - "state": "Wisconsin", - "city": "Freelandville" - } - }, - { - "id": 6653, - "name": "Peterson Patrick", - "gender": "male", - "age": 48, - "address": { - "state": "Nebraska", - "city": "Herlong" - } - }, - { - "id": 6654, - "name": "Alma Mcconnell", - "gender": "female", - "age": 49, - "address": { - "state": "New Mexico", - "city": "Yogaville" - } - }, - { - "id": 6655, - "name": "Christina Rosa", - "gender": "female", - "age": 73, - "address": { - "state": "Arkansas", - "city": "Shawmut" - } - }, - { - "id": 6656, - "name": "Malinda Gordon", - "gender": "female", - "age": 53, - "address": { - "state": "West Virginia", - "city": "Terlingua" - } - }, - { - "id": 6657, - "name": "Tamra Roth", - "gender": "female", - "age": 57, - "address": { - "state": "Montana", - "city": "Summerset" - } - }, - { - "id": 6658, - "name": "Kathy Dickson", - "gender": "female", - "age": 23, - "address": { - "state": "Missouri", - "city": "Bowie" - } - }, - { - "id": 6659, - "name": "Perry Powers", - "gender": "male", - "age": 17, - "address": { - "state": "Alabama", - "city": "Sunwest" - } - }, - { - "id": 6660, - "name": "Hudson Blankenship", - "gender": "male", - "age": 69, - "address": { - "state": "Connecticut", - "city": "Fairacres" - } - }, - { - "id": 6661, - "name": "Leigh Hewitt", - "gender": "female", - "age": 30, - "address": { - "state": "Rhode Island", - "city": "Lydia" - } - }, - { - "id": 6662, - "name": "Evangeline Morin", - "gender": "female", - "age": 48, - "address": { - "state": "Georgia", - "city": "Swartzville" - } - }, - { - "id": 6663, - "name": "Orr Snow", - "gender": "male", - "age": 21, - "address": { - "state": "Michigan", - "city": "Croom" - } - }, - { - "id": 6664, - "name": "Heather Stein", - "gender": "female", - "age": 24, - "address": { - "state": "Colorado", - "city": "Zeba" - } - }, - { - "id": 6665, - "name": "Gabriela Hicks", - "gender": "female", - "age": 78, - "address": { - "state": "Massachusetts", - "city": "Marshall" - } - }, - { - "id": 6666, - "name": "Constance Santana", - "gender": "female", - "age": 47, - "address": { - "state": "California", - "city": "Smeltertown" - } - }, - { - "id": 6667, - "name": "Huffman Holmes", - "gender": "male", - "age": 71, - "address": { - "state": "Maryland", - "city": "Durham" - } - }, - { - "id": 6668, - "name": "Allie Blair", - "gender": "female", - "age": 46, - "address": { - "state": "Delaware", - "city": "Chalfant" - } - }, - { - "id": 6669, - "name": "Becky Mack", - "gender": "female", - "age": 40, - "address": { - "state": "Mississippi", - "city": "Shawmut" - } - }, - { - "id": 6670, - "name": "Parks Mcfadden", - "gender": "male", - "age": 36, - "address": { - "state": "Connecticut", - "city": "Needmore" - } - }, - { - "id": 6671, - "name": "Lawrence Padilla", - "gender": "male", - "age": 68, - "address": { - "state": "Florida", - "city": "Sandston" - } - }, - { - "id": 6672, - "name": "Nina Gill", - "gender": "female", - "age": 52, - "address": { - "state": "Alaska", - "city": "Kanauga" - } - }, - { - "id": 6673, - "name": "Helene Kirby", - "gender": "female", - "age": 63, - "address": { - "state": "Minnesota", - "city": "Russellville" - } - }, - { - "id": 6674, - "name": "Lang Austin", - "gender": "male", - "age": 28, - "address": { - "state": "Kentucky", - "city": "Coleville" - } - }, - { - "id": 6675, - "name": "Victoria Valdez", - "gender": "female", - "age": 81, - "address": { - "state": "Oregon", - "city": "Wakarusa" - } - }, - { - "id": 6676, - "name": "Duke Mccarthy", - "gender": "male", - "age": 18, - "address": { - "state": "Montana", - "city": "Trexlertown" - } - }, - { - "id": 6677, - "name": "Bullock Obrien", - "gender": "male", - "age": 33, - "address": { - "state": "West Virginia", - "city": "Idledale" - } - }, - { - "id": 6678, - "name": "Jessie Vang", - "gender": "female", - "age": 80, - "address": { - "state": "Nevada", - "city": "Allison" - } - }, - { - "id": 6679, - "name": "Claudette Daniels", - "gender": "female", - "age": 17, - "address": { - "state": "New Jersey", - "city": "Twilight" - } - }, - { - "id": 6680, - "name": "Warner Elliott", - "gender": "male", - "age": 75, - "address": { - "state": "North Carolina", - "city": "Itmann" - } - }, - { - "id": 6681, - "name": "Simmons Maynard", - "gender": "male", - "age": 35, - "address": { - "state": "Oklahoma", - "city": "Saranap" - } - }, - { - "id": 6682, - "name": "Kerri Erickson", - "gender": "female", - "age": 80, - "address": { - "state": "New Mexico", - "city": "Chapin" - } - }, - { - "id": 6683, - "name": "Hines Blankenship", - "gender": "male", - "age": 44, - "address": { - "state": "Texas", - "city": "Bowden" - } - }, - { - "id": 6684, - "name": "Ann Cantu", - "gender": "female", - "age": 35, - "address": { - "state": "Idaho", - "city": "Fruitdale" - } - }, - { - "id": 6685, - "name": "Carol Johnson", - "gender": "female", - "age": 26, - "address": { - "state": "South Carolina", - "city": "Caln" - } - }, - { - "id": 6686, - "name": "Annette Howe", - "gender": "female", - "age": 44, - "address": { - "state": "Illinois", - "city": "Chase" - } - }, - { - "id": 6687, - "name": "Coleen Mueller", - "gender": "female", - "age": 72, - "address": { - "state": "Alabama", - "city": "Vale" - } - }, - { - "id": 6688, - "name": "Sasha Snider", - "gender": "female", - "age": 54, - "address": { - "state": "Nebraska", - "city": "Chelsea" - } - }, - { - "id": 6689, - "name": "Reese Alvarado", - "gender": "male", - "age": 65, - "address": { - "state": "Rhode Island", - "city": "Hoehne" - } - }, - { - "id": 6690, - "name": "Chrystal Stout", - "gender": "female", - "age": 72, - "address": { - "state": "Iowa", - "city": "Disautel" - } - }, - { - "id": 6691, - "name": "Marcella Bridges", - "gender": "female", - "age": 26, - "address": { - "state": "Indiana", - "city": "Welch" - } - }, - { - "id": 6692, - "name": "Ellis Hoffman", - "gender": "male", - "age": 66, - "address": { - "state": "South Dakota", - "city": "Ogema" - } - }, - { - "id": 6693, - "name": "Dolly Mcclure", - "gender": "female", - "age": 43, - "address": { - "state": "Utah", - "city": "Chesapeake" - } - }, - { - "id": 6694, - "name": "Melinda Swanson", - "gender": "female", - "age": 46, - "address": { - "state": "Hawaii", - "city": "Brule" - } - }, - { - "id": 6695, - "name": "Nikki Barron", - "gender": "female", - "age": 34, - "address": { - "state": "Pennsylvania", - "city": "Cataract" - } - }, - { - "id": 6696, - "name": "Boyd Carrillo", - "gender": "male", - "age": 57, - "address": { - "state": "North Dakota", - "city": "Morriston" - } - }, - { - "id": 6697, - "name": "Clare Foley", - "gender": "female", - "age": 45, - "address": { - "state": "New Hampshire", - "city": "Logan" - } - }, - { - "id": 6698, - "name": "Church Cobb", - "gender": "male", - "age": 43, - "address": { - "state": "Wisconsin", - "city": "Forbestown" - } - }, - { - "id": 6699, - "name": "Wyatt Mcknight", - "gender": "male", - "age": 63, - "address": { - "state": "Missouri", - "city": "Statenville" - } - }, - { - "id": 6700, - "name": "Leonard Cameron", - "gender": "male", - "age": 75, - "address": { - "state": "Arkansas", - "city": "Colton" - } - }, - { - "id": 6701, - "name": "Hamilton Bell", - "gender": "male", - "age": 64, - "address": { - "state": "Kansas", - "city": "Churchill" - } - }, - { - "id": 6702, - "name": "Mcdaniel Welch", - "gender": "male", - "age": 81, - "address": { - "state": "New York", - "city": "Crawfordsville" - } - }, - { - "id": 6703, - "name": "Schultz Carter", - "gender": "male", - "age": 52, - "address": { - "state": "Vermont", - "city": "Emory" - } - }, - { - "id": 6704, - "name": "Corina Manning", - "gender": "female", - "age": 59, - "address": { - "state": "Tennessee", - "city": "Longoria" - } - }, - { - "id": 6705, - "name": "Lillian Bishop", - "gender": "female", - "age": 21, - "address": { - "state": "Louisiana", - "city": "Salvo" - } - }, - { - "id": 6706, - "name": "Laurie Burns", - "gender": "female", - "age": 71, - "address": { - "state": "Wyoming", - "city": "Berlin" - } - }, - { - "id": 6707, - "name": "Sonja Strickland", - "gender": "female", - "age": 76, - "address": { - "state": "Arizona", - "city": "Ypsilanti" - } - }, - { - "id": 6708, - "name": "Lorraine Aguilar", - "gender": "female", - "age": 68, - "address": { - "state": "Georgia", - "city": "Broadlands" - } - }, - { - "id": 6709, - "name": "Bradshaw Charles", - "gender": "male", - "age": 34, - "address": { - "state": "Washington", - "city": "Darlington" - } - }, - { - "id": 6710, - "name": "Patricia Lester", - "gender": "female", - "age": 53, - "address": { - "state": "Maine", - "city": "Gilmore" - } - }, - { - "id": 6711, - "name": "Myra Miranda", - "gender": "female", - "age": 23, - "address": { - "state": "Michigan", - "city": "Independence" - } - }, - { - "id": 6712, - "name": "Russell Reilly", - "gender": "male", - "age": 68, - "address": { - "state": "Virginia", - "city": "Spelter" - } - }, - { - "id": 6713, - "name": "Mann Baldwin", - "gender": "male", - "age": 26, - "address": { - "state": "Washington", - "city": "Interlochen" - } - }, - { - "id": 6714, - "name": "Jewel Williams", - "gender": "female", - "age": 61, - "address": { - "state": "Missouri", - "city": "Herlong" - } - }, - { - "id": 6715, - "name": "Howell Bruce", - "gender": "male", - "age": 77, - "address": { - "state": "Iowa", - "city": "Haring" - } - }, - { - "id": 6716, - "name": "Nieves Foreman", - "gender": "male", - "age": 64, - "address": { - "state": "North Dakota", - "city": "Aguila" - } - }, - { - "id": 6717, - "name": "Le Langley", - "gender": "male", - "age": 71, - "address": { - "state": "Rhode Island", - "city": "Cuylerville" - } - }, - { - "id": 6718, - "name": "Valdez Hurst", - "gender": "male", - "age": 33, - "address": { - "state": "California", - "city": "Hayes" - } - }, - { - "id": 6719, - "name": "Clarice Figueroa", - "gender": "female", - "age": 48, - "address": { - "state": "Kentucky", - "city": "Springhill" - } - }, - { - "id": 6720, - "name": "Lydia Patton", - "gender": "female", - "age": 71, - "address": { - "state": "New Jersey", - "city": "Alafaya" - } - }, - { - "id": 6721, - "name": "Weeks Lucas", - "gender": "male", - "age": 49, - "address": { - "state": "Alabama", - "city": "Haena" - } - }, - { - "id": 6722, - "name": "Little Glover", - "gender": "male", - "age": 17, - "address": { - "state": "Kansas", - "city": "Advance" - } - }, - { - "id": 6723, - "name": "Yvette Mcdonald", - "gender": "female", - "age": 34, - "address": { - "state": "Colorado", - "city": "Carrizo" - } - }, - { - "id": 6724, - "name": "Osborn Giles", - "gender": "male", - "age": 67, - "address": { - "state": "Oregon", - "city": "Nanafalia" - } - }, - { - "id": 6725, - "name": "Deidre Kelly", - "gender": "female", - "age": 37, - "address": { - "state": "West Virginia", - "city": "Fivepointville" - } - }, - { - "id": 6726, - "name": "Bullock Petty", - "gender": "male", - "age": 43, - "address": { - "state": "Indiana", - "city": "Camptown" - } - }, - { - "id": 6727, - "name": "Abbott Kaufman", - "gender": "male", - "age": 44, - "address": { - "state": "Mississippi", - "city": "Bynum" - } - }, - { - "id": 6728, - "name": "Wilder Collier", - "gender": "male", - "age": 21, - "address": { - "state": "Michigan", - "city": "Ferney" - } - }, - { - "id": 6729, - "name": "Gwendolyn Holden", - "gender": "female", - "age": 43, - "address": { - "state": "Wyoming", - "city": "Winfred" - } - }, - { - "id": 6730, - "name": "Rhonda Mayer", - "gender": "female", - "age": 21, - "address": { - "state": "Delaware", - "city": "Vicksburg" - } - }, - { - "id": 6731, - "name": "Imelda Aguirre", - "gender": "female", - "age": 78, - "address": { - "state": "Virginia", - "city": "Rosine" - } - }, - { - "id": 6732, - "name": "Stacie Winters", - "gender": "female", - "age": 76, - "address": { - "state": "Vermont", - "city": "Alfarata" - } - }, - { - "id": 6733, - "name": "Talley Carney", - "gender": "male", - "age": 68, - "address": { - "state": "Illinois", - "city": "Deputy" - } - }, - { - "id": 6734, - "name": "Conrad Richmond", - "gender": "male", - "age": 30, - "address": { - "state": "Nevada", - "city": "Cannondale" - } - }, - { - "id": 6735, - "name": "Jimenez Fletcher", - "gender": "male", - "age": 25, - "address": { - "state": "Idaho", - "city": "Nutrioso" - } - }, - { - "id": 6736, - "name": "Lottie Hartman", - "gender": "female", - "age": 27, - "address": { - "state": "Connecticut", - "city": "Foxworth" - } - }, - { - "id": 6737, - "name": "Shannon Maldonado", - "gender": "male", - "age": 34, - "address": { - "state": "New Mexico", - "city": "Cashtown" - } - }, - { - "id": 6738, - "name": "Lloyd Goodman", - "gender": "male", - "age": 27, - "address": { - "state": "Florida", - "city": "Cucumber" - } - }, - { - "id": 6739, - "name": "Marshall Gay", - "gender": "male", - "age": 63, - "address": { - "state": "Pennsylvania", - "city": "Loomis" - } - }, - { - "id": 6740, - "name": "Nichols Chen", - "gender": "male", - "age": 40, - "address": { - "state": "Maryland", - "city": "Eastvale" - } - }, - { - "id": 6741, - "name": "Mooney Walters", - "gender": "male", - "age": 59, - "address": { - "state": "Alaska", - "city": "Dixonville" - } - }, - { - "id": 6742, - "name": "Irma Foley", - "gender": "female", - "age": 47, - "address": { - "state": "Utah", - "city": "Gardiner" - } - }, - { - "id": 6743, - "name": "Alicia Burns", - "gender": "female", - "age": 42, - "address": { - "state": "South Dakota", - "city": "Gilmore" - } - }, - { - "id": 6744, - "name": "Emilia Beard", - "gender": "female", - "age": 73, - "address": { - "state": "Texas", - "city": "Coultervillle" - } - }, - { - "id": 6745, - "name": "Hahn Sloan", - "gender": "male", - "age": 72, - "address": { - "state": "Ohio", - "city": "Richford" - } - }, - { - "id": 6746, - "name": "Candy Rasmussen", - "gender": "female", - "age": 34, - "address": { - "state": "North Carolina", - "city": "Glendale" - } - }, - { - "id": 6747, - "name": "Neva Mullins", - "gender": "female", - "age": 31, - "address": { - "state": "South Carolina", - "city": "Ronco" - } - }, - { - "id": 6748, - "name": "Diann Justice", - "gender": "female", - "age": 36, - "address": { - "state": "Massachusetts", - "city": "Stouchsburg" - } - }, - { - "id": 6749, - "name": "Casey Stephenson", - "gender": "male", - "age": 57, - "address": { - "state": "New York", - "city": "Gila" - } - }, - { - "id": 6750, - "name": "Laurel Wade", - "gender": "female", - "age": 82, - "address": { - "state": "Arizona", - "city": "Chapin" - } - }, - { - "id": 6751, - "name": "Dominguez Hinton", - "gender": "male", - "age": 39, - "address": { - "state": "Arkansas", - "city": "Vallonia" - } - }, - { - "id": 6752, - "name": "Meghan Browning", - "gender": "female", - "age": 61, - "address": { - "state": "Wisconsin", - "city": "Homestead" - } - }, - { - "id": 6753, - "name": "Walters Clark", - "gender": "male", - "age": 30, - "address": { - "state": "Maine", - "city": "Beechmont" - } - }, - { - "id": 6754, - "name": "Bradley Prince", - "gender": "male", - "age": 64, - "address": { - "state": "Montana", - "city": "Chilton" - } - }, - { - "id": 6755, - "name": "Franco Dudley", - "gender": "male", - "age": 45, - "address": { - "state": "Nebraska", - "city": "Bourg" - } - }, - { - "id": 6756, - "name": "Elma Drake", - "gender": "female", - "age": 77, - "address": { - "state": "Minnesota", - "city": "Alden" - } - }, - { - "id": 6757, - "name": "Tucker Guerrero", - "gender": "male", - "age": 81, - "address": { - "state": "Oklahoma", - "city": "Malo" - } - }, - { - "id": 6758, - "name": "Sandy Griffith", - "gender": "female", - "age": 43, - "address": { - "state": "Louisiana", - "city": "Trinway" - } - }, - { - "id": 6759, - "name": "Helena Nicholson", - "gender": "female", - "age": 38, - "address": { - "state": "Georgia", - "city": "Greensburg" - } - }, - { - "id": 6760, - "name": "Henry Peterson", - "gender": "male", - "age": 52, - "address": { - "state": "Tennessee", - "city": "Ebro" - } - }, - { - "id": 6761, - "name": "Mercer Sawyer", - "gender": "male", - "age": 37, - "address": { - "state": "New Hampshire", - "city": "Soudan" - } - }, - { - "id": 6762, - "name": "Briggs Knox", - "gender": "male", - "age": 19, - "address": { - "state": "Washington", - "city": "Hall" - } - }, - { - "id": 6763, - "name": "Jordan Yates", - "gender": "male", - "age": 45, - "address": { - "state": "Indiana", - "city": "Rote" - } - }, - { - "id": 6764, - "name": "Tanisha Page", - "gender": "female", - "age": 70, - "address": { - "state": "California", - "city": "Vienna" - } - }, - { - "id": 6765, - "name": "Deana Norris", - "gender": "female", - "age": 82, - "address": { - "state": "Texas", - "city": "Skyland" - } - }, - { - "id": 6766, - "name": "Dianna Hyde", - "gender": "female", - "age": 45, - "address": { - "state": "Minnesota", - "city": "Graniteville" - } - }, - { - "id": 6767, - "name": "Lola Morse", - "gender": "female", - "age": 49, - "address": { - "state": "Virginia", - "city": "Wilmington" - } - }, - { - "id": 6768, - "name": "Caldwell Garner", - "gender": "male", - "age": 51, - "address": { - "state": "New Jersey", - "city": "Alleghenyville" - } - }, - { - "id": 6769, - "name": "Jacklyn Knapp", - "gender": "female", - "age": 27, - "address": { - "state": "New York", - "city": "Croom" - } - }, - { - "id": 6770, - "name": "York Guzman", - "gender": "male", - "age": 40, - "address": { - "state": "Iowa", - "city": "Temperanceville" - } - }, - { - "id": 6771, - "name": "Jeannette Padilla", - "gender": "female", - "age": 73, - "address": { - "state": "Arizona", - "city": "Masthope" - } - }, - { - "id": 6772, - "name": "Liza Singleton", - "gender": "female", - "age": 79, - "address": { - "state": "Utah", - "city": "Silkworth" - } - }, - { - "id": 6773, - "name": "Herman Riley", - "gender": "male", - "age": 42, - "address": { - "state": "New Mexico", - "city": "Lloyd" - } - }, - { - "id": 6774, - "name": "Reyna Burch", - "gender": "female", - "age": 33, - "address": { - "state": "Rhode Island", - "city": "Lavalette" - } - }, - { - "id": 6775, - "name": "Mona Hart", - "gender": "female", - "age": 28, - "address": { - "state": "North Carolina", - "city": "Newcastle" - } - }, - { - "id": 6776, - "name": "Tracey Ellison", - "gender": "female", - "age": 54, - "address": { - "state": "Tennessee", - "city": "Greenfields" - } - }, - { - "id": 6777, - "name": "Coleman Albert", - "gender": "male", - "age": 45, - "address": { - "state": "Montana", - "city": "Edenburg" - } - }, - { - "id": 6778, - "name": "Clarke Oneil", - "gender": "male", - "age": 74, - "address": { - "state": "Nebraska", - "city": "Lopezo" - } - }, - { - "id": 6779, - "name": "Gillespie Berger", - "gender": "male", - "age": 63, - "address": { - "state": "South Carolina", - "city": "Selma" - } - }, - { - "id": 6780, - "name": "Boyd Cook", - "gender": "male", - "age": 29, - "address": { - "state": "Oklahoma", - "city": "Hartsville/Hartley" - } - }, - { - "id": 6781, - "name": "May Phillips", - "gender": "female", - "age": 81, - "address": { - "state": "Kentucky", - "city": "Lindisfarne" - } - }, - { - "id": 6782, - "name": "Weeks Chase", - "gender": "male", - "age": 29, - "address": { - "state": "Vermont", - "city": "Fontanelle" - } - }, - { - "id": 6783, - "name": "Barrera Spears", - "gender": "male", - "age": 82, - "address": { - "state": "West Virginia", - "city": "Grazierville" - } - }, - { - "id": 6784, - "name": "Hopper Travis", - "gender": "male", - "age": 78, - "address": { - "state": "Colorado", - "city": "Mahtowa" - } - }, - { - "id": 6785, - "name": "Reynolds Stephenson", - "gender": "male", - "age": 50, - "address": { - "state": "Idaho", - "city": "Bagtown" - } - }, - { - "id": 6786, - "name": "Jenifer Brady", - "gender": "female", - "age": 51, - "address": { - "state": "Mississippi", - "city": "Groton" - } - }, - { - "id": 6787, - "name": "Catherine Erickson", - "gender": "female", - "age": 46, - "address": { - "state": "Wyoming", - "city": "Tuttle" - } - }, - { - "id": 6788, - "name": "Margie Golden", - "gender": "female", - "age": 47, - "address": { - "state": "Kansas", - "city": "Springdale" - } - }, - { - "id": 6789, - "name": "Esther Hopkins", - "gender": "female", - "age": 68, - "address": { - "state": "Maine", - "city": "Fruitdale" - } - }, - { - "id": 6790, - "name": "Collins Moreno", - "gender": "male", - "age": 29, - "address": { - "state": "Michigan", - "city": "Eggertsville" - } - }, - { - "id": 6791, - "name": "Claudia Glass", - "gender": "female", - "age": 72, - "address": { - "state": "Alabama", - "city": "Brecon" - } - }, - { - "id": 6792, - "name": "Jennifer Vega", - "gender": "female", - "age": 21, - "address": { - "state": "Wisconsin", - "city": "Rivereno" - } - }, - { - "id": 6793, - "name": "Koch Leon", - "gender": "male", - "age": 79, - "address": { - "state": "Alaska", - "city": "Grandview" - } - }, - { - "id": 6794, - "name": "Jane Hubbard", - "gender": "female", - "age": 60, - "address": { - "state": "Nevada", - "city": "Riverton" - } - }, - { - "id": 6795, - "name": "Paula Gregory", - "gender": "female", - "age": 32, - "address": { - "state": "South Dakota", - "city": "Teasdale" - } - }, - { - "id": 6796, - "name": "Sarah Burris", - "gender": "female", - "age": 35, - "address": { - "state": "Illinois", - "city": "Terlingua" - } - }, - { - "id": 6797, - "name": "Livingston Anthony", - "gender": "male", - "age": 36, - "address": { - "state": "Pennsylvania", - "city": "Tilleda" - } - }, - { - "id": 6798, - "name": "Santana Tran", - "gender": "male", - "age": 80, - "address": { - "state": "Louisiana", - "city": "Carlos" - } - }, - { - "id": 6799, - "name": "Celina Kane", - "gender": "female", - "age": 73, - "address": { - "state": "Delaware", - "city": "Ruffin" - } - }, - { - "id": 6800, - "name": "Wilkinson Neal", - "gender": "male", - "age": 68, - "address": { - "state": "Hawaii", - "city": "Waiohinu" - } - }, - { - "id": 6801, - "name": "Rhoda Donovan", - "gender": "female", - "age": 71, - "address": { - "state": "North Dakota", - "city": "Germanton" - } - }, - { - "id": 6802, - "name": "Lavonne Avery", - "gender": "female", - "age": 25, - "address": { - "state": "New Hampshire", - "city": "Glasgow" - } - }, - { - "id": 6803, - "name": "Dominguez Morgan", - "gender": "male", - "age": 19, - "address": { - "state": "Missouri", - "city": "Emory" - } - }, - { - "id": 6804, - "name": "Stafford Mckenzie", - "gender": "male", - "age": 19, - "address": { - "state": "Oregon", - "city": "Hoagland" - } - }, - { - "id": 6805, - "name": "Ora Klein", - "gender": "female", - "age": 50, - "address": { - "state": "Maryland", - "city": "Williamson" - } - }, - { - "id": 6806, - "name": "Elliott Tyler", - "gender": "male", - "age": 25, - "address": { - "state": "Massachusetts", - "city": "Forestburg" - } - }, - { - "id": 6807, - "name": "Earline Velez", - "gender": "female", - "age": 61, - "address": { - "state": "Connecticut", - "city": "Laurelton" - } - }, - { - "id": 6808, - "name": "Brigitte Parsons", - "gender": "female", - "age": 52, - "address": { - "state": "Georgia", - "city": "Fresno" - } - }, - { - "id": 6809, - "name": "Miles Graham", - "gender": "male", - "age": 73, - "address": { - "state": "Arkansas", - "city": "Avalon" - } - }, - { - "id": 6810, - "name": "Maryellen Mendoza", - "gender": "female", - "age": 27, - "address": { - "state": "Florida", - "city": "Savannah" - } - }, - { - "id": 6811, - "name": "Ericka Chan", - "gender": "female", - "age": 60, - "address": { - "state": "Florida", - "city": "Frierson" - } - }, - { - "id": 6812, - "name": "Luna Daugherty", - "gender": "male", - "age": 57, - "address": { - "state": "North Carolina", - "city": "Kanauga" - } - }, - { - "id": 6813, - "name": "Lynn Greer", - "gender": "male", - "age": 70, - "address": { - "state": "Utah", - "city": "Watrous" - } - }, - { - "id": 6814, - "name": "Francine Mccarty", - "gender": "female", - "age": 62, - "address": { - "state": "Alaska", - "city": "Virgie" - } - }, - { - "id": 6815, - "name": "Meghan Gonzales", - "gender": "female", - "age": 30, - "address": { - "state": "Montana", - "city": "Foxworth" - } - }, - { - "id": 6816, - "name": "Ross Roy", - "gender": "male", - "age": 64, - "address": { - "state": "California", - "city": "Winesburg" - } - }, - { - "id": 6817, - "name": "Hart Gamble", - "gender": "male", - "age": 22, - "address": { - "state": "Ohio", - "city": "Bloomington" - } - }, - { - "id": 6818, - "name": "Riggs Lynch", - "gender": "male", - "age": 42, - "address": { - "state": "Wyoming", - "city": "Williston" - } - }, - { - "id": 6819, - "name": "Lana Bridges", - "gender": "female", - "age": 67, - "address": { - "state": "Colorado", - "city": "Weedville" - } - }, - { - "id": 6820, - "name": "Sullivan Gibson", - "gender": "male", - "age": 40, - "address": { - "state": "Michigan", - "city": "Lowgap" - } - }, - { - "id": 6821, - "name": "Christine Carter", - "gender": "female", - "age": 53, - "address": { - "state": "Alabama", - "city": "Baden" - } - }, - { - "id": 6822, - "name": "Johns Sargent", - "gender": "male", - "age": 32, - "address": { - "state": "Tennessee", - "city": "Roulette" - } - }, - { - "id": 6823, - "name": "Villarreal Simmons", - "gender": "male", - "age": 26, - "address": { - "state": "Vermont", - "city": "Tolu" - } - }, - { - "id": 6824, - "name": "Margie Giles", - "gender": "female", - "age": 76, - "address": { - "state": "New Jersey", - "city": "Emerald" - } - }, - { - "id": 6825, - "name": "Mitchell Bartlett", - "gender": "male", - "age": 68, - "address": { - "state": "Virginia", - "city": "Wakulla" - } - }, - { - "id": 6826, - "name": "Krista Wiley", - "gender": "female", - "age": 31, - "address": { - "state": "Massachusetts", - "city": "Kersey" - } - }, - { - "id": 6827, - "name": "Lucile Jones", - "gender": "female", - "age": 38, - "address": { - "state": "South Carolina", - "city": "Fedora" - } - }, - { - "id": 6828, - "name": "Bishop Hensley", - "gender": "male", - "age": 46, - "address": { - "state": "Illinois", - "city": "Orovada" - } - }, - { - "id": 6829, - "name": "Cherry Joyce", - "gender": "female", - "age": 54, - "address": { - "state": "Indiana", - "city": "Tonopah" - } - }, - { - "id": 6830, - "name": "Tisha Glenn", - "gender": "female", - "age": 76, - "address": { - "state": "Louisiana", - "city": "Downsville" - } - }, - { - "id": 6831, - "name": "Annette Church", - "gender": "female", - "age": 39, - "address": { - "state": "Arkansas", - "city": "Sexton" - } - }, - { - "id": 6832, - "name": "Laura Frederick", - "gender": "female", - "age": 81, - "address": { - "state": "Connecticut", - "city": "Marne" - } - }, - { - "id": 6833, - "name": "Lester Wyatt", - "gender": "male", - "age": 22, - "address": { - "state": "Delaware", - "city": "Waterloo" - } - }, - { - "id": 6834, - "name": "Maddox Padilla", - "gender": "male", - "age": 28, - "address": { - "state": "Nevada", - "city": "Valle" - } - }, - { - "id": 6835, - "name": "Ester Simpson", - "gender": "female", - "age": 35, - "address": { - "state": "Maryland", - "city": "Harborton" - } - }, - { - "id": 6836, - "name": "Julianne Mays", - "gender": "female", - "age": 54, - "address": { - "state": "Oregon", - "city": "Tuttle" - } - }, - { - "id": 6837, - "name": "Beck Pacheco", - "gender": "male", - "age": 41, - "address": { - "state": "Pennsylvania", - "city": "Rivereno" - } - }, - { - "id": 6838, - "name": "Vonda Solomon", - "gender": "female", - "age": 37, - "address": { - "state": "New Hampshire", - "city": "Taycheedah" - } - }, - { - "id": 6839, - "name": "Charmaine Pickett", - "gender": "female", - "age": 32, - "address": { - "state": "Mississippi", - "city": "Grazierville" - } - }, - { - "id": 6840, - "name": "Cox Holman", - "gender": "male", - "age": 19, - "address": { - "state": "Kansas", - "city": "Manila" - } - }, - { - "id": 6841, - "name": "Walker Buckner", - "gender": "male", - "age": 27, - "address": { - "state": "Hawaii", - "city": "Alafaya" - } - }, - { - "id": 6842, - "name": "Freda Ochoa", - "gender": "female", - "age": 62, - "address": { - "state": "Maine", - "city": "Coaldale" - } - }, - { - "id": 6843, - "name": "Kent Waller", - "gender": "male", - "age": 17, - "address": { - "state": "Rhode Island", - "city": "Craig" - } - }, - { - "id": 6844, - "name": "Snider Schultz", - "gender": "male", - "age": 68, - "address": { - "state": "Oklahoma", - "city": "Bainbridge" - } - }, - { - "id": 6845, - "name": "Megan Erickson", - "gender": "female", - "age": 67, - "address": { - "state": "South Dakota", - "city": "Como" - } - }, - { - "id": 6846, - "name": "Spence Tucker", - "gender": "male", - "age": 27, - "address": { - "state": "Texas", - "city": "Trail" - } - }, - { - "id": 6847, - "name": "Ora Cline", - "gender": "female", - "age": 67, - "address": { - "state": "North Dakota", - "city": "Kenmar" - } - }, - { - "id": 6848, - "name": "Crosby Rodgers", - "gender": "male", - "age": 40, - "address": { - "state": "Iowa", - "city": "Elbert" - } - }, - { - "id": 6849, - "name": "Ramos Quinn", - "gender": "male", - "age": 26, - "address": { - "state": "Idaho", - "city": "Cataract" - } - }, - { - "id": 6850, - "name": "Stuart Kelley", - "gender": "male", - "age": 51, - "address": { - "state": "Georgia", - "city": "Jugtown" - } - }, - { - "id": 6851, - "name": "Dolores Faulkner", - "gender": "female", - "age": 20, - "address": { - "state": "Kentucky", - "city": "Barclay" - } - }, - { - "id": 6852, - "name": "Latisha Fletcher", - "gender": "female", - "age": 44, - "address": { - "state": "Missouri", - "city": "Ripley" - } - }, - { - "id": 6853, - "name": "Betsy Vaughan", - "gender": "female", - "age": 33, - "address": { - "state": "Nebraska", - "city": "Iberia" - } - }, - { - "id": 6854, - "name": "Strickland Ramsey", - "gender": "male", - "age": 26, - "address": { - "state": "New York", - "city": "Ezel" - } - }, - { - "id": 6855, - "name": "Gabrielle Mayer", - "gender": "female", - "age": 42, - "address": { - "state": "West Virginia", - "city": "Dorneyville" - } - }, - { - "id": 6856, - "name": "Valdez Decker", - "gender": "male", - "age": 73, - "address": { - "state": "New Mexico", - "city": "Blanco" - } - }, - { - "id": 6857, - "name": "Henry Barlow", - "gender": "male", - "age": 19, - "address": { - "state": "Arizona", - "city": "Rockingham" - } - }, - { - "id": 6858, - "name": "Rodriguez Short", - "gender": "male", - "age": 31, - "address": { - "state": "Minnesota", - "city": "Malott" - } - }, - { - "id": 6859, - "name": "Tabitha Campbell", - "gender": "female", - "age": 29, - "address": { - "state": "Washington", - "city": "Walker" - } - }, - { - "id": 6860, - "name": "Tania Burke", - "gender": "female", - "age": 20, - "address": { - "state": "Kentucky", - "city": "Macdona" - } - }, - { - "id": 6861, - "name": "Silva Lang", - "gender": "male", - "age": 59, - "address": { - "state": "Tennessee", - "city": "Bladensburg" - } - }, - { - "id": 6862, - "name": "Walls Knox", - "gender": "male", - "age": 72, - "address": { - "state": "Illinois", - "city": "Inkerman" - } - }, - { - "id": 6863, - "name": "Leblanc Daniel", - "gender": "male", - "age": 62, - "address": { - "state": "Washington", - "city": "Tampico" - } - }, - { - "id": 6864, - "name": "Earnestine Fletcher", - "gender": "female", - "age": 76, - "address": { - "state": "Nevada", - "city": "Newcastle" - } - }, - { - "id": 6865, - "name": "Henderson Warren", - "gender": "male", - "age": 62, - "address": { - "state": "New Jersey", - "city": "Eastmont" - } - }, - { - "id": 6866, - "name": "Andrea Wiley", - "gender": "female", - "age": 42, - "address": { - "state": "Alabama", - "city": "Roy" - } - }, - { - "id": 6867, - "name": "Bentley Houston", - "gender": "male", - "age": 38, - "address": { - "state": "Florida", - "city": "Hasty" - } - }, - { - "id": 6868, - "name": "Charlotte Warner", - "gender": "female", - "age": 49, - "address": { - "state": "Maryland", - "city": "Interlochen" - } - }, - { - "id": 6869, - "name": "Huff Gregory", - "gender": "male", - "age": 53, - "address": { - "state": "Ohio", - "city": "Stonybrook" - } - }, - { - "id": 6870, - "name": "Carter May", - "gender": "male", - "age": 21, - "address": { - "state": "Hawaii", - "city": "Bethany" - } - }, - { - "id": 6871, - "name": "Regina Valencia", - "gender": "female", - "age": 76, - "address": { - "state": "Nebraska", - "city": "Lund" - } - }, - { - "id": 6872, - "name": "Maricela Casey", - "gender": "female", - "age": 43, - "address": { - "state": "Iowa", - "city": "Moraida" - } - }, - { - "id": 6873, - "name": "Todd Rice", - "gender": "male", - "age": 22, - "address": { - "state": "Kansas", - "city": "Stouchsburg" - } - }, - { - "id": 6874, - "name": "Collins Acevedo", - "gender": "male", - "age": 71, - "address": { - "state": "Delaware", - "city": "Dubois" - } - }, - { - "id": 6875, - "name": "Conrad Stephenson", - "gender": "male", - "age": 24, - "address": { - "state": "Mississippi", - "city": "Chemung" - } - }, - { - "id": 6876, - "name": "Fitzpatrick Gibson", - "gender": "male", - "age": 80, - "address": { - "state": "Idaho", - "city": "Slovan" - } - }, - { - "id": 6877, - "name": "Saundra Murray", - "gender": "female", - "age": 58, - "address": { - "state": "Maine", - "city": "Hebron" - } - }, - { - "id": 6878, - "name": "Lorrie Howell", - "gender": "female", - "age": 40, - "address": { - "state": "Indiana", - "city": "Stevens" - } - }, - { - "id": 6879, - "name": "Blake Thornton", - "gender": "male", - "age": 59, - "address": { - "state": "Massachusetts", - "city": "Efland" - } - }, - { - "id": 6880, - "name": "Milagros Burt", - "gender": "female", - "age": 30, - "address": { - "state": "Rhode Island", - "city": "Cliff" - } - }, - { - "id": 6881, - "name": "Watson Robbins", - "gender": "male", - "age": 33, - "address": { - "state": "Vermont", - "city": "Mayfair" - } - }, - { - "id": 6882, - "name": "Lamb Hayden", - "gender": "male", - "age": 29, - "address": { - "state": "Missouri", - "city": "Osage" - } - }, - { - "id": 6883, - "name": "Carla Stout", - "gender": "female", - "age": 56, - "address": { - "state": "North Carolina", - "city": "Sparkill" - } - }, - { - "id": 6884, - "name": "Ruth Neal", - "gender": "female", - "age": 79, - "address": { - "state": "Oregon", - "city": "Robinette" - } - }, - { - "id": 6885, - "name": "Angelina Flowers", - "gender": "female", - "age": 44, - "address": { - "state": "Colorado", - "city": "Bodega" - } - }, - { - "id": 6886, - "name": "Boyd Lowery", - "gender": "male", - "age": 44, - "address": { - "state": "Utah", - "city": "Reinerton" - } - }, - { - "id": 6887, - "name": "Stout Hensley", - "gender": "male", - "age": 31, - "address": { - "state": "North Dakota", - "city": "Gracey" - } - }, - { - "id": 6888, - "name": "Murphy Oneill", - "gender": "male", - "age": 73, - "address": { - "state": "South Carolina", - "city": "Gardners" - } - }, - { - "id": 6889, - "name": "May Richard", - "gender": "female", - "age": 62, - "address": { - "state": "Wisconsin", - "city": "Iberia" - } - }, - { - "id": 6890, - "name": "Marina Compton", - "gender": "female", - "age": 74, - "address": { - "state": "Wyoming", - "city": "Duryea" - } - }, - { - "id": 6891, - "name": "Lawanda Decker", - "gender": "female", - "age": 48, - "address": { - "state": "Connecticut", - "city": "Elliott" - } - }, - { - "id": 6892, - "name": "Velma Stevens", - "gender": "female", - "age": 36, - "address": { - "state": "Minnesota", - "city": "Comptche" - } - }, - { - "id": 6893, - "name": "Arnold Rojas", - "gender": "male", - "age": 62, - "address": { - "state": "New Mexico", - "city": "Utting" - } - }, - { - "id": 6894, - "name": "Barrett Frost", - "gender": "male", - "age": 58, - "address": { - "state": "Texas", - "city": "Gambrills" - } - }, - { - "id": 6895, - "name": "Hughes Cotton", - "gender": "male", - "age": 81, - "address": { - "state": "Michigan", - "city": "Oceola" - } - }, - { - "id": 6896, - "name": "Nichole Prince", - "gender": "female", - "age": 28, - "address": { - "state": "New Hampshire", - "city": "Lynn" - } - }, - { - "id": 6897, - "name": "Deleon Rivers", - "gender": "male", - "age": 38, - "address": { - "state": "Alaska", - "city": "Chilton" - } - }, - { - "id": 6898, - "name": "Jennie Richardson", - "gender": "female", - "age": 73, - "address": { - "state": "Louisiana", - "city": "Accoville" - } - }, - { - "id": 6899, - "name": "Edna Holloway", - "gender": "female", - "age": 67, - "address": { - "state": "Virginia", - "city": "Wollochet" - } - }, - { - "id": 6900, - "name": "Jannie Mcdaniel", - "gender": "female", - "age": 77, - "address": { - "state": "Oklahoma", - "city": "Thermal" - } - }, - { - "id": 6901, - "name": "Renee Barrera", - "gender": "female", - "age": 67, - "address": { - "state": "West Virginia", - "city": "Maplewood" - } - }, - { - "id": 6902, - "name": "Dorsey Hurst", - "gender": "male", - "age": 33, - "address": { - "state": "Montana", - "city": "Lithium" - } - }, - { - "id": 6903, - "name": "Karen Shelton", - "gender": "female", - "age": 41, - "address": { - "state": "Arkansas", - "city": "Murillo" - } - }, - { - "id": 6904, - "name": "Teri Baker", - "gender": "female", - "age": 71, - "address": { - "state": "Pennsylvania", - "city": "Kenmar" - } - }, - { - "id": 6905, - "name": "Penelope Cole", - "gender": "female", - "age": 61, - "address": { - "state": "Georgia", - "city": "Westmoreland" - } - }, - { - "id": 6906, - "name": "Shields Weeks", - "gender": "male", - "age": 74, - "address": { - "state": "New York", - "city": "Strong" - } - }, - { - "id": 6907, - "name": "Mathews Schwartz", - "gender": "male", - "age": 25, - "address": { - "state": "California", - "city": "Greer" - } - }, - { - "id": 6908, - "name": "Pruitt Ashley", - "gender": "male", - "age": 34, - "address": { - "state": "Arizona", - "city": "Kenvil" - } - }, - { - "id": 6909, - "name": "Adrienne Bradshaw", - "gender": "female", - "age": 29, - "address": { - "state": "Mississippi", - "city": "Comptche" - } - }, - { - "id": 6910, - "name": "Kerry Melton", - "gender": "female", - "age": 56, - "address": { - "state": "Minnesota", - "city": "Rivera" - } - }, - { - "id": 6911, - "name": "Matthews Wooten", - "gender": "male", - "age": 22, - "address": { - "state": "Kentucky", - "city": "Valmy" - } - }, - { - "id": 6912, - "name": "Laverne Howe", - "gender": "female", - "age": 60, - "address": { - "state": "Massachusetts", - "city": "Singer" - } - }, - { - "id": 6913, - "name": "Aisha Castillo", - "gender": "female", - "age": 17, - "address": { - "state": "Michigan", - "city": "Troy" - } - }, - { - "id": 6914, - "name": "Alexis Huber", - "gender": "female", - "age": 62, - "address": { - "state": "Missouri", - "city": "Newry" - } - }, - { - "id": 6915, - "name": "Bernadine Woodward", - "gender": "female", - "age": 49, - "address": { - "state": "Wyoming", - "city": "Stewartville" - } - }, - { - "id": 6916, - "name": "Terrie Owen", - "gender": "female", - "age": 39, - "address": { - "state": "Georgia", - "city": "Ivanhoe" - } - }, - { - "id": 6917, - "name": "Daniel Sanford", - "gender": "male", - "age": 65, - "address": { - "state": "Colorado", - "city": "Kingstowne" - } - }, - { - "id": 6918, - "name": "Bethany Terrell", - "gender": "female", - "age": 81, - "address": { - "state": "Idaho", - "city": "Carrsville" - } - }, - { - "id": 6919, - "name": "Constance Higgins", - "gender": "female", - "age": 36, - "address": { - "state": "Montana", - "city": "Bartonsville" - } - }, - { - "id": 6920, - "name": "Corinne Hood", - "gender": "female", - "age": 48, - "address": { - "state": "Kansas", - "city": "Hebron" - } - }, - { - "id": 6921, - "name": "Margarita Ballard", - "gender": "female", - "age": 19, - "address": { - "state": "Nebraska", - "city": "Buxton" - } - }, - { - "id": 6922, - "name": "Neva Bradshaw", - "gender": "female", - "age": 48, - "address": { - "state": "Vermont", - "city": "Jacksonburg" - } - }, - { - "id": 6923, - "name": "Betty Morrow", - "gender": "female", - "age": 63, - "address": { - "state": "Nevada", - "city": "Juntura" - } - }, - { - "id": 6924, - "name": "Goodman Dyer", - "gender": "male", - "age": 25, - "address": { - "state": "Connecticut", - "city": "Kenvil" - } - }, - { - "id": 6925, - "name": "Patrick Woodard", - "gender": "male", - "age": 78, - "address": { - "state": "California", - "city": "Sterling" - } - }, - { - "id": 6926, - "name": "Kaye Cannon", - "gender": "female", - "age": 36, - "address": { - "state": "South Dakota", - "city": "Babb" - } - }, - { - "id": 6927, - "name": "Kidd Mckenzie", - "gender": "male", - "age": 53, - "address": { - "state": "Pennsylvania", - "city": "Brookfield" - } - }, - { - "id": 6928, - "name": "Velma Harvey", - "gender": "female", - "age": 58, - "address": { - "state": "Virginia", - "city": "Edenburg" - } - }, - { - "id": 6929, - "name": "Terri Holloway", - "gender": "female", - "age": 23, - "address": { - "state": "Oklahoma", - "city": "Blairstown" - } - }, - { - "id": 6930, - "name": "Ray Everett", - "gender": "male", - "age": 71, - "address": { - "state": "South Carolina", - "city": "Chical" - } - }, - { - "id": 6931, - "name": "Eve Weaver", - "gender": "female", - "age": 71, - "address": { - "state": "Hawaii", - "city": "Curtice" - } - }, - { - "id": 6932, - "name": "Madelyn Justice", - "gender": "female", - "age": 73, - "address": { - "state": "Illinois", - "city": "Winesburg" - } - }, - { - "id": 6933, - "name": "Aguirre Mathis", - "gender": "male", - "age": 69, - "address": { - "state": "Texas", - "city": "Libertytown" - } - }, - { - "id": 6934, - "name": "Gay Conrad", - "gender": "female", - "age": 42, - "address": { - "state": "Alaska", - "city": "Freelandville" - } - }, - { - "id": 6935, - "name": "Dianna Alston", - "gender": "female", - "age": 69, - "address": { - "state": "North Carolina", - "city": "Coldiron" - } - }, - { - "id": 6936, - "name": "Gilliam Hunt", - "gender": "male", - "age": 50, - "address": { - "state": "Delaware", - "city": "Laurelton" - } - }, - { - "id": 6937, - "name": "Etta Yates", - "gender": "female", - "age": 52, - "address": { - "state": "Alabama", - "city": "Homeworth" - } - }, - { - "id": 6938, - "name": "Terry Leach", - "gender": "female", - "age": 55, - "address": { - "state": "Iowa", - "city": "Strong" - } - }, - { - "id": 6939, - "name": "Kate Simon", - "gender": "female", - "age": 41, - "address": { - "state": "Arkansas", - "city": "Coleville" - } - }, - { - "id": 6940, - "name": "Savage Callahan", - "gender": "male", - "age": 37, - "address": { - "state": "Indiana", - "city": "Templeton" - } - }, - { - "id": 6941, - "name": "Dollie Martin", - "gender": "female", - "age": 23, - "address": { - "state": "Maine", - "city": "Macdona" - } - }, - { - "id": 6942, - "name": "Woods Pruitt", - "gender": "male", - "age": 24, - "address": { - "state": "New Jersey", - "city": "Crucible" - } - }, - { - "id": 6943, - "name": "Frank Garrett", - "gender": "male", - "age": 58, - "address": { - "state": "Rhode Island", - "city": "Forestburg" - } - }, - { - "id": 6944, - "name": "Holman Richardson", - "gender": "male", - "age": 58, - "address": { - "state": "New Hampshire", - "city": "Thatcher" - } - }, - { - "id": 6945, - "name": "Soto Wiley", - "gender": "male", - "age": 57, - "address": { - "state": "Tennessee", - "city": "Vowinckel" - } - }, - { - "id": 6946, - "name": "Chris Rich", - "gender": "female", - "age": 18, - "address": { - "state": "Oregon", - "city": "Eagleville" - } - }, - { - "id": 6947, - "name": "Hodges Morris", - "gender": "male", - "age": 53, - "address": { - "state": "West Virginia", - "city": "Darrtown" - } - }, - { - "id": 6948, - "name": "Ramona Meadows", - "gender": "female", - "age": 29, - "address": { - "state": "Washington", - "city": "Sisquoc" - } - }, - { - "id": 6949, - "name": "Hays Parsons", - "gender": "male", - "age": 25, - "address": { - "state": "Utah", - "city": "Manchester" - } - }, - { - "id": 6950, - "name": "Rosales Giles", - "gender": "male", - "age": 70, - "address": { - "state": "Florida", - "city": "Biddle" - } - }, - { - "id": 6951, - "name": "Jeannette Young", - "gender": "female", - "age": 47, - "address": { - "state": "Ohio", - "city": "Why" - } - }, - { - "id": 6952, - "name": "Manning Mcleod", - "gender": "male", - "age": 27, - "address": { - "state": "Wisconsin", - "city": "Conestoga" - } - }, - { - "id": 6953, - "name": "Bridges Riggs", - "gender": "male", - "age": 71, - "address": { - "state": "Arizona", - "city": "Blanford" - } - }, - { - "id": 6954, - "name": "Clarissa Nelson", - "gender": "female", - "age": 17, - "address": { - "state": "New York", - "city": "Rose" - } - }, - { - "id": 6955, - "name": "May Burnett", - "gender": "male", - "age": 21, - "address": { - "state": "New Mexico", - "city": "Defiance" - } - }, - { - "id": 6956, - "name": "Frances Vazquez", - "gender": "female", - "age": 61, - "address": { - "state": "Louisiana", - "city": "Delshire" - } - }, - { - "id": 6957, - "name": "Holder Flynn", - "gender": "male", - "age": 29, - "address": { - "state": "North Dakota", - "city": "Darlington" - } - }, - { - "id": 6958, - "name": "Norton Guerra", - "gender": "male", - "age": 56, - "address": { - "state": "Missouri", - "city": "Rowe" - } - }, - { - "id": 6959, - "name": "Debora Robles", - "gender": "female", - "age": 22, - "address": { - "state": "Pennsylvania", - "city": "Bellamy" - } - }, - { - "id": 6960, - "name": "Tania Rivas", - "gender": "female", - "age": 67, - "address": { - "state": "Minnesota", - "city": "Elwood" - } - }, - { - "id": 6961, - "name": "Marcella Case", - "gender": "female", - "age": 59, - "address": { - "state": "Ohio", - "city": "Basye" - } - }, - { - "id": 6962, - "name": "Frye Harrison", - "gender": "male", - "age": 53, - "address": { - "state": "South Dakota", - "city": "Chemung" - } - }, - { - "id": 6963, - "name": "Cara Hess", - "gender": "female", - "age": 79, - "address": { - "state": "Mississippi", - "city": "Hiwasse" - } - }, - { - "id": 6964, - "name": "Gloria Mcgee", - "gender": "female", - "age": 80, - "address": { - "state": "Oklahoma", - "city": "Bend" - } - }, - { - "id": 6965, - "name": "Jana Charles", - "gender": "female", - "age": 22, - "address": { - "state": "South Carolina", - "city": "Drytown" - } - }, - { - "id": 6966, - "name": "Lottie Stafford", - "gender": "female", - "age": 55, - "address": { - "state": "Hawaii", - "city": "Fulford" - } - }, - { - "id": 6967, - "name": "Angela Henderson", - "gender": "female", - "age": 26, - "address": { - "state": "North Dakota", - "city": "Durham" - } - }, - { - "id": 6968, - "name": "Stephenson Duncan", - "gender": "male", - "age": 81, - "address": { - "state": "Kansas", - "city": "Cochranville" - } - }, - { - "id": 6969, - "name": "Edith Donovan", - "gender": "female", - "age": 56, - "address": { - "state": "Arkansas", - "city": "Summerset" - } - }, - { - "id": 6970, - "name": "Howard Guy", - "gender": "male", - "age": 19, - "address": { - "state": "Wisconsin", - "city": "Beason" - } - }, - { - "id": 6971, - "name": "Kristine Nixon", - "gender": "female", - "age": 46, - "address": { - "state": "Louisiana", - "city": "Gardners" - } - }, - { - "id": 6972, - "name": "Steele Carson", - "gender": "male", - "age": 67, - "address": { - "state": "Tennessee", - "city": "Maplewood" - } - }, - { - "id": 6973, - "name": "Barbra Woodard", - "gender": "female", - "age": 47, - "address": { - "state": "Florida", - "city": "Whitewater" - } - }, - { - "id": 6974, - "name": "Janelle Odom", - "gender": "female", - "age": 52, - "address": { - "state": "Nevada", - "city": "Day" - } - }, - { - "id": 6975, - "name": "Lakeisha Pierce", - "gender": "female", - "age": 60, - "address": { - "state": "New York", - "city": "Hasty" - } - }, - { - "id": 6976, - "name": "Galloway Chang", - "gender": "male", - "age": 35, - "address": { - "state": "Kentucky", - "city": "Alafaya" - } - }, - { - "id": 6977, - "name": "Viola Berry", - "gender": "female", - "age": 39, - "address": { - "state": "Alabama", - "city": "Allensworth" - } - }, - { - "id": 6978, - "name": "Bean Durham", - "gender": "male", - "age": 22, - "address": { - "state": "Montana", - "city": "Wheatfields" - } - }, - { - "id": 6979, - "name": "Lynnette Martinez", - "gender": "female", - "age": 61, - "address": { - "state": "Virginia", - "city": "Stockwell" - } - }, - { - "id": 6980, - "name": "Holt Miller", - "gender": "male", - "age": 64, - "address": { - "state": "New Mexico", - "city": "Rutherford" - } - }, - { - "id": 6981, - "name": "Woods Jarvis", - "gender": "male", - "age": 38, - "address": { - "state": "North Carolina", - "city": "Lumberton" - } - }, - { - "id": 6982, - "name": "Kristy Bennett", - "gender": "female", - "age": 50, - "address": { - "state": "Alaska", - "city": "Kieler" - } - }, - { - "id": 6983, - "name": "Bowen Calhoun", - "gender": "male", - "age": 37, - "address": { - "state": "Connecticut", - "city": "Craig" - } - }, - { - "id": 6984, - "name": "Klein Prince", - "gender": "male", - "age": 64, - "address": { - "state": "Massachusetts", - "city": "Mulberry" - } - }, - { - "id": 6985, - "name": "Lidia Raymond", - "gender": "female", - "age": 24, - "address": { - "state": "Washington", - "city": "Bendon" - } - }, - { - "id": 6986, - "name": "Rosales Justice", - "gender": "male", - "age": 23, - "address": { - "state": "Maryland", - "city": "Holcombe" - } - }, - { - "id": 6987, - "name": "Schroeder Vazquez", - "gender": "male", - "age": 50, - "address": { - "state": "California", - "city": "Malo" - } - }, - { - "id": 6988, - "name": "Martina Hull", - "gender": "female", - "age": 23, - "address": { - "state": "Idaho", - "city": "Hachita" - } - }, - { - "id": 6989, - "name": "Flynn Berg", - "gender": "male", - "age": 26, - "address": { - "state": "Illinois", - "city": "Cherokee" - } - }, - { - "id": 6990, - "name": "Hollie Noble", - "gender": "female", - "age": 70, - "address": { - "state": "Nebraska", - "city": "Jeff" - } - }, - { - "id": 6991, - "name": "Alejandra Cannon", - "gender": "female", - "age": 57, - "address": { - "state": "Oregon", - "city": "Shrewsbury" - } - }, - { - "id": 6992, - "name": "Maura Holcomb", - "gender": "female", - "age": 48, - "address": { - "state": "Georgia", - "city": "Kerby" - } - }, - { - "id": 6993, - "name": "Patty Christian", - "gender": "female", - "age": 37, - "address": { - "state": "Vermont", - "city": "Oasis" - } - }, - { - "id": 6994, - "name": "Dianna Shelton", - "gender": "female", - "age": 55, - "address": { - "state": "Texas", - "city": "Cecilia" - } - }, - { - "id": 6995, - "name": "Nelson George", - "gender": "male", - "age": 38, - "address": { - "state": "Michigan", - "city": "Soham" - } - }, - { - "id": 6996, - "name": "Lang Lott", - "gender": "male", - "age": 45, - "address": { - "state": "New Hampshire", - "city": "Corinne" - } - }, - { - "id": 6997, - "name": "Boone Romero", - "gender": "male", - "age": 33, - "address": { - "state": "Delaware", - "city": "Homeworth" - } - }, - { - "id": 6998, - "name": "Villarreal Richards", - "gender": "male", - "age": 18, - "address": { - "state": "New Jersey", - "city": "Wacissa" - } - }, - { - "id": 6999, - "name": "Thompson Melendez", - "gender": "male", - "age": 73, - "address": { - "state": "Indiana", - "city": "Canby" - } - }, - { - "id": 7000, - "name": "Fuentes Wilkerson", - "gender": "male", - "age": 49, - "address": { - "state": "Colorado", - "city": "Harold" - } - }, - { - "id": 7001, - "name": "Gomez Hubbard", - "gender": "male", - "age": 47, - "address": { - "state": "Arizona", - "city": "Linganore" - } - }, - { - "id": 7002, - "name": "Alvarez Burch", - "gender": "male", - "age": 63, - "address": { - "state": "Wyoming", - "city": "Virgie" - } - }, - { - "id": 7003, - "name": "Bass Davidson", - "gender": "male", - "age": 31, - "address": { - "state": "Iowa", - "city": "Winfred" - } - }, - { - "id": 7004, - "name": "Geneva Contreras", - "gender": "female", - "age": 41, - "address": { - "state": "Maine", - "city": "Bonanza" - } - }, - { - "id": 7005, - "name": "Aimee Russell", - "gender": "female", - "age": 44, - "address": { - "state": "Utah", - "city": "Richmond" - } - }, - { - "id": 7006, - "name": "Susan Watts", - "gender": "female", - "age": 59, - "address": { - "state": "Rhode Island", - "city": "Unionville" - } - }, - { - "id": 7007, - "name": "Farmer Bradford", - "gender": "male", - "age": 33, - "address": { - "state": "Utah", - "city": "Lutsen" - } - }, - { - "id": 7008, - "name": "Taylor Hawkins", - "gender": "male", - "age": 74, - "address": { - "state": "Texas", - "city": "Riegelwood" - } - }, - { - "id": 7009, - "name": "Watts Frederick", - "gender": "male", - "age": 81, - "address": { - "state": "New York", - "city": "Delco" - } - }, - { - "id": 7010, - "name": "Tina Cantrell", - "gender": "female", - "age": 68, - "address": { - "state": "Michigan", - "city": "Datil" - } - }, - { - "id": 7011, - "name": "Louise Decker", - "gender": "female", - "age": 39, - "address": { - "state": "Wyoming", - "city": "Gwynn" - } - }, - { - "id": 7012, - "name": "Corina Spencer", - "gender": "female", - "age": 26, - "address": { - "state": "Rhode Island", - "city": "Felt" - } - }, - { - "id": 7013, - "name": "Zelma Mcknight", - "gender": "female", - "age": 61, - "address": { - "state": "Ohio", - "city": "Mayfair" - } - }, - { - "id": 7014, - "name": "Lucile Clark", - "gender": "female", - "age": 63, - "address": { - "state": "North Dakota", - "city": "Oceola" - } - }, - { - "id": 7015, - "name": "Sheri Dunn", - "gender": "female", - "age": 60, - "address": { - "state": "Vermont", - "city": "Loma" - } - }, - { - "id": 7016, - "name": "York Zimmerman", - "gender": "male", - "age": 35, - "address": { - "state": "California", - "city": "Herlong" - } - }, - { - "id": 7017, - "name": "Berry Lott", - "gender": "male", - "age": 71, - "address": { - "state": "Kentucky", - "city": "Cherokee" - } - }, - { - "id": 7018, - "name": "Kim Atkins", - "gender": "male", - "age": 41, - "address": { - "state": "West Virginia", - "city": "Hasty" - } - }, - { - "id": 7019, - "name": "Toni Young", - "gender": "female", - "age": 29, - "address": { - "state": "South Dakota", - "city": "Dorneyville" - } - }, - { - "id": 7020, - "name": "Robles Simpson", - "gender": "male", - "age": 53, - "address": { - "state": "Wisconsin", - "city": "Glenbrook" - } - }, - { - "id": 7021, - "name": "Mallory Francis", - "gender": "female", - "age": 32, - "address": { - "state": "Montana", - "city": "Robinette" - } - }, - { - "id": 7022, - "name": "Miranda Jennings", - "gender": "male", - "age": 80, - "address": { - "state": "Massachusetts", - "city": "Hickory" - } - }, - { - "id": 7023, - "name": "Diaz Rollins", - "gender": "male", - "age": 17, - "address": { - "state": "Florida", - "city": "Disautel" - } - }, - { - "id": 7024, - "name": "Hardy Lamb", - "gender": "male", - "age": 53, - "address": { - "state": "Tennessee", - "city": "Fidelis" - } - }, - { - "id": 7025, - "name": "Lamb Gibbs", - "gender": "male", - "age": 18, - "address": { - "state": "Iowa", - "city": "Dexter" - } - }, - { - "id": 7026, - "name": "Bonnie Leonard", - "gender": "female", - "age": 34, - "address": { - "state": "New Jersey", - "city": "Moraida" - } - }, - { - "id": 7027, - "name": "Janelle Dalton", - "gender": "female", - "age": 55, - "address": { - "state": "South Carolina", - "city": "Hayden" - } - }, - { - "id": 7028, - "name": "Bryan Workman", - "gender": "male", - "age": 43, - "address": { - "state": "Colorado", - "city": "Cade" - } - }, - { - "id": 7029, - "name": "Glenn Carrillo", - "gender": "male", - "age": 25, - "address": { - "state": "Maine", - "city": "Bridgetown" - } - }, - { - "id": 7030, - "name": "Greta Cash", - "gender": "female", - "age": 17, - "address": { - "state": "Kansas", - "city": "Carlos" - } - }, - { - "id": 7031, - "name": "Tabatha Meadows", - "gender": "female", - "age": 20, - "address": { - "state": "Louisiana", - "city": "Vallonia" - } - }, - { - "id": 7032, - "name": "Hays Moran", - "gender": "male", - "age": 34, - "address": { - "state": "Oklahoma", - "city": "Cotopaxi" - } - }, - { - "id": 7033, - "name": "Cantu Graves", - "gender": "male", - "age": 23, - "address": { - "state": "Minnesota", - "city": "Tyhee" - } - }, - { - "id": 7034, - "name": "Lara Mueller", - "gender": "male", - "age": 67, - "address": { - "state": "Georgia", - "city": "Chamberino" - } - }, - { - "id": 7035, - "name": "Lesley Harmon", - "gender": "female", - "age": 53, - "address": { - "state": "Alaska", - "city": "Noblestown" - } - }, - { - "id": 7036, - "name": "Combs Kidd", - "gender": "male", - "age": 80, - "address": { - "state": "New Hampshire", - "city": "Oley" - } - }, - { - "id": 7037, - "name": "Jacqueline Weber", - "gender": "female", - "age": 71, - "address": { - "state": "Hawaii", - "city": "Grazierville" - } - }, - { - "id": 7038, - "name": "Hatfield Davis", - "gender": "male", - "age": 38, - "address": { - "state": "Nebraska", - "city": "Edgar" - } - }, - { - "id": 7039, - "name": "Reyes Lopez", - "gender": "male", - "age": 37, - "address": { - "state": "New Mexico", - "city": "Florence" - } - }, - { - "id": 7040, - "name": "Savannah Rios", - "gender": "female", - "age": 27, - "address": { - "state": "Arizona", - "city": "Gracey" - } - }, - { - "id": 7041, - "name": "Vaughn Webb", - "gender": "male", - "age": 80, - "address": { - "state": "Maryland", - "city": "Flintville" - } - }, - { - "id": 7042, - "name": "Ollie Dominguez", - "gender": "female", - "age": 72, - "address": { - "state": "Missouri", - "city": "Dalton" - } - }, - { - "id": 7043, - "name": "Augusta Hurley", - "gender": "female", - "age": 55, - "address": { - "state": "Mississippi", - "city": "Lumberton" - } - }, - { - "id": 7044, - "name": "Gallagher Russell", - "gender": "male", - "age": 60, - "address": { - "state": "Connecticut", - "city": "Bluffview" - } - }, - { - "id": 7045, - "name": "Gonzalez Baxter", - "gender": "male", - "age": 44, - "address": { - "state": "North Carolina", - "city": "Orason" - } - }, - { - "id": 7046, - "name": "Shannon Odom", - "gender": "male", - "age": 33, - "address": { - "state": "Pennsylvania", - "city": "Convent" - } - }, - { - "id": 7047, - "name": "Ashley Paul", - "gender": "male", - "age": 43, - "address": { - "state": "Arkansas", - "city": "Valle" - } - }, - { - "id": 7048, - "name": "Olson Curry", - "gender": "male", - "age": 19, - "address": { - "state": "Washington", - "city": "Kirk" - } - }, - { - "id": 7049, - "name": "Minerva Benton", - "gender": "female", - "age": 39, - "address": { - "state": "Alabama", - "city": "Moscow" - } - }, - { - "id": 7050, - "name": "Landry Ellis", - "gender": "male", - "age": 70, - "address": { - "state": "Indiana", - "city": "Manitou" - } - }, - { - "id": 7051, - "name": "Gilbert Bush", - "gender": "male", - "age": 73, - "address": { - "state": "Delaware", - "city": "Dahlen" - } - }, - { - "id": 7052, - "name": "Enid Hodges", - "gender": "female", - "age": 17, - "address": { - "state": "Nevada", - "city": "Brandermill" - } - }, - { - "id": 7053, - "name": "Sylvia Harper", - "gender": "female", - "age": 18, - "address": { - "state": "Illinois", - "city": "Alamo" - } - }, - { - "id": 7054, - "name": "Wolfe Branch", - "gender": "male", - "age": 37, - "address": { - "state": "Oregon", - "city": "Keyport" - } - }, - { - "id": 7055, - "name": "Tanner Larsen", - "gender": "male", - "age": 76, - "address": { - "state": "Virginia", - "city": "Barrelville" - } - }, - { - "id": 7056, - "name": "Cervantes Pearson", - "gender": "male", - "age": 38, - "address": { - "state": "Alaska", - "city": "Allison" - } - }, - { - "id": 7057, - "name": "English Morin", - "gender": "male", - "age": 73, - "address": { - "state": "California", - "city": "Sidman" - } - }, - { - "id": 7058, - "name": "Goodwin Roach", - "gender": "male", - "age": 45, - "address": { - "state": "Idaho", - "city": "Camas" - } - }, - { - "id": 7059, - "name": "Diann Pennington", - "gender": "female", - "age": 58, - "address": { - "state": "Kansas", - "city": "Reinerton" - } - }, - { - "id": 7060, - "name": "Eileen Shepherd", - "gender": "female", - "age": 28, - "address": { - "state": "Maryland", - "city": "Matheny" - } - }, - { - "id": 7061, - "name": "Marsha Roberts", - "gender": "female", - "age": 44, - "address": { - "state": "New Jersey", - "city": "Gardners" - } - }, - { - "id": 7062, - "name": "Sheryl Reeves", - "gender": "female", - "age": 47, - "address": { - "state": "Colorado", - "city": "Rivera" - } - }, - { - "id": 7063, - "name": "Katy Brewer", - "gender": "female", - "age": 57, - "address": { - "state": "Arizona", - "city": "Cetronia" - } - }, - { - "id": 7064, - "name": "Gay Armstrong", - "gender": "female", - "age": 59, - "address": { - "state": "Delaware", - "city": "Kilbourne" - } - }, - { - "id": 7065, - "name": "Pierce Schwartz", - "gender": "male", - "age": 61, - "address": { - "state": "Connecticut", - "city": "Roeville" - } - }, - { - "id": 7066, - "name": "Glenna Vasquez", - "gender": "female", - "age": 72, - "address": { - "state": "Florida", - "city": "Chelsea" - } - }, - { - "id": 7067, - "name": "Bethany Bauer", - "gender": "female", - "age": 51, - "address": { - "state": "South Dakota", - "city": "Chase" - } - }, - { - "id": 7068, - "name": "Natasha Kramer", - "gender": "female", - "age": 34, - "address": { - "state": "Wyoming", - "city": "Independence" - } - }, - { - "id": 7069, - "name": "Church Washington", - "gender": "male", - "age": 28, - "address": { - "state": "Minnesota", - "city": "Caspar" - } - }, - { - "id": 7070, - "name": "Pat Bond", - "gender": "female", - "age": 18, - "address": { - "state": "Oregon", - "city": "Chestnut" - } - }, - { - "id": 7071, - "name": "Charlotte Compton", - "gender": "female", - "age": 65, - "address": { - "state": "Missouri", - "city": "Bainbridge" - } - }, - { - "id": 7072, - "name": "Flynn Haley", - "gender": "male", - "age": 47, - "address": { - "state": "Vermont", - "city": "Churchill" - } - }, - { - "id": 7073, - "name": "Audrey Floyd", - "gender": "female", - "age": 55, - "address": { - "state": "Iowa", - "city": "Aurora" - } - }, - { - "id": 7074, - "name": "Wheeler Rivers", - "gender": "male", - "age": 44, - "address": { - "state": "Utah", - "city": "Oceola" - } - }, - { - "id": 7075, - "name": "Jefferson Mercer", - "gender": "male", - "age": 44, - "address": { - "state": "West Virginia", - "city": "Williamson" - } - }, - { - "id": 7076, - "name": "Booth Hurst", - "gender": "male", - "age": 74, - "address": { - "state": "Arkansas", - "city": "Mansfield" - } - }, - { - "id": 7077, - "name": "Yesenia Huber", - "gender": "female", - "age": 49, - "address": { - "state": "Ohio", - "city": "Davenport" - } - }, - { - "id": 7078, - "name": "Acevedo Robbins", - "gender": "male", - "age": 54, - "address": { - "state": "Nebraska", - "city": "Macdona" - } - }, - { - "id": 7079, - "name": "Peggy Forbes", - "gender": "female", - "age": 74, - "address": { - "state": "Maine", - "city": "Fowlerville" - } - }, - { - "id": 7080, - "name": "Millie Cote", - "gender": "female", - "age": 60, - "address": { - "state": "Rhode Island", - "city": "Montura" - } - }, - { - "id": 7081, - "name": "Duke Joseph", - "gender": "male", - "age": 64, - "address": { - "state": "Kentucky", - "city": "Leola" - } - }, - { - "id": 7082, - "name": "Hoover Mullins", - "gender": "male", - "age": 57, - "address": { - "state": "North Carolina", - "city": "Wells" - } - }, - { - "id": 7083, - "name": "Oliver Park", - "gender": "male", - "age": 28, - "address": { - "state": "New York", - "city": "Gerber" - } - }, - { - "id": 7084, - "name": "Snyder Farley", - "gender": "male", - "age": 28, - "address": { - "state": "Pennsylvania", - "city": "Saddlebrooke" - } - }, - { - "id": 7085, - "name": "Clay Walton", - "gender": "male", - "age": 33, - "address": { - "state": "Alabama", - "city": "Ribera" - } - }, - { - "id": 7086, - "name": "Ebony James", - "gender": "female", - "age": 55, - "address": { - "state": "Nevada", - "city": "Wadsworth" - } - }, - { - "id": 7087, - "name": "Rosalind Hanson", - "gender": "female", - "age": 41, - "address": { - "state": "Mississippi", - "city": "Clayville" - } - }, - { - "id": 7088, - "name": "Brenda Wolfe", - "gender": "female", - "age": 77, - "address": { - "state": "Louisiana", - "city": "Allensworth" - } - }, - { - "id": 7089, - "name": "Shawna Chandler", - "gender": "female", - "age": 59, - "address": { - "state": "Oklahoma", - "city": "Felt" - } - }, - { - "id": 7090, - "name": "Graciela Baird", - "gender": "female", - "age": 31, - "address": { - "state": "Montana", - "city": "Movico" - } - }, - { - "id": 7091, - "name": "Stacie Salazar", - "gender": "female", - "age": 41, - "address": { - "state": "Virginia", - "city": "Sperryville" - } - }, - { - "id": 7092, - "name": "Lang Martinez", - "gender": "male", - "age": 34, - "address": { - "state": "Michigan", - "city": "Inkerman" - } - }, - { - "id": 7093, - "name": "Bobbi Mathews", - "gender": "female", - "age": 70, - "address": { - "state": "Tennessee", - "city": "Crenshaw" - } - }, - { - "id": 7094, - "name": "Beverly Vincent", - "gender": "female", - "age": 42, - "address": { - "state": "Georgia", - "city": "Ebro" - } - }, - { - "id": 7095, - "name": "Autumn Petty", - "gender": "female", - "age": 23, - "address": { - "state": "Hawaii", - "city": "Beechmont" - } - }, - { - "id": 7096, - "name": "Rachelle Spencer", - "gender": "female", - "age": 75, - "address": { - "state": "Indiana", - "city": "Klondike" - } - }, - { - "id": 7097, - "name": "Beatriz Dillon", - "gender": "female", - "age": 81, - "address": { - "state": "Massachusetts", - "city": "Mulberry" - } - }, - { - "id": 7098, - "name": "Luella Cantrell", - "gender": "female", - "age": 25, - "address": { - "state": "New Mexico", - "city": "Hessville" - } - }, - { - "id": 7099, - "name": "Ayers Golden", - "gender": "male", - "age": 65, - "address": { - "state": "New Hampshire", - "city": "Mayfair" - } - }, - { - "id": 7100, - "name": "Webb Frederick", - "gender": "male", - "age": 52, - "address": { - "state": "South Carolina", - "city": "Santel" - } - }, - { - "id": 7101, - "name": "Winifred Sweeney", - "gender": "female", - "age": 35, - "address": { - "state": "Washington", - "city": "Barclay" - } - }, - { - "id": 7102, - "name": "Carney Rodriguez", - "gender": "male", - "age": 27, - "address": { - "state": "Wisconsin", - "city": "Singer" - } - }, - { - "id": 7103, - "name": "Cora Hardin", - "gender": "female", - "age": 82, - "address": { - "state": "Texas", - "city": "Linwood" - } - }, - { - "id": 7104, - "name": "Short Barnes", - "gender": "male", - "age": 80, - "address": { - "state": "North Dakota", - "city": "Broadlands" - } - }, - { - "id": 7105, - "name": "Terry Webb", - "gender": "female", - "age": 59, - "address": { - "state": "Utah", - "city": "Limestone" - } - }, - { - "id": 7106, - "name": "Sasha Howell", - "gender": "female", - "age": 69, - "address": { - "state": "Florida", - "city": "Tilleda" - } - }, - { - "id": 7107, - "name": "Yang Mathews", - "gender": "male", - "age": 45, - "address": { - "state": "Rhode Island", - "city": "Alfarata" - } - }, - { - "id": 7108, - "name": "Valdez Sellers", - "gender": "male", - "age": 24, - "address": { - "state": "Delaware", - "city": "Leland" - } - }, - { - "id": 7109, - "name": "Lolita Wade", - "gender": "female", - "age": 19, - "address": { - "state": "Nebraska", - "city": "Richville" - } - }, - { - "id": 7110, - "name": "Kristine Irwin", - "gender": "female", - "age": 31, - "address": { - "state": "New York", - "city": "Chase" - } - }, - { - "id": 7111, - "name": "Nettie Ellison", - "gender": "female", - "age": 22, - "address": { - "state": "Hawaii", - "city": "Draper" - } - }, - { - "id": 7112, - "name": "Pierce Koch", - "gender": "male", - "age": 48, - "address": { - "state": "Louisiana", - "city": "Cherokee" - } - }, - { - "id": 7113, - "name": "Linda Morrison", - "gender": "female", - "age": 65, - "address": { - "state": "Indiana", - "city": "Caln" - } - }, - { - "id": 7114, - "name": "Thompson Spears", - "gender": "male", - "age": 82, - "address": { - "state": "Maine", - "city": "Coinjock" - } - }, - { - "id": 7115, - "name": "Kristi Phelps", - "gender": "female", - "age": 65, - "address": { - "state": "New Hampshire", - "city": "Garfield" - } - }, - { - "id": 7116, - "name": "Cervantes Copeland", - "gender": "male", - "age": 25, - "address": { - "state": "New Mexico", - "city": "Gerber" - } - }, - { - "id": 7117, - "name": "Leona Griffith", - "gender": "female", - "age": 29, - "address": { - "state": "Idaho", - "city": "Coventry" - } - }, - { - "id": 7118, - "name": "Faulkner Hall", - "gender": "male", - "age": 41, - "address": { - "state": "Arizona", - "city": "Broadlands" - } - }, - { - "id": 7119, - "name": "Sandoval Branch", - "gender": "male", - "age": 55, - "address": { - "state": "South Dakota", - "city": "Colton" - } - }, - { - "id": 7120, - "name": "Vicky Rocha", - "gender": "female", - "age": 40, - "address": { - "state": "Connecticut", - "city": "Wakulla" - } - }, - { - "id": 7121, - "name": "Carla Mcintosh", - "gender": "female", - "age": 58, - "address": { - "state": "Washington", - "city": "Enlow" - } - }, - { - "id": 7122, - "name": "Welch Hodge", - "gender": "male", - "age": 47, - "address": { - "state": "New Jersey", - "city": "Dyckesville" - } - }, - { - "id": 7123, - "name": "York Allen", - "gender": "male", - "age": 37, - "address": { - "state": "South Carolina", - "city": "Bodega" - } - }, - { - "id": 7124, - "name": "Dollie Baldwin", - "gender": "female", - "age": 45, - "address": { - "state": "Minnesota", - "city": "Independence" - } - }, - { - "id": 7125, - "name": "Douglas Duran", - "gender": "male", - "age": 61, - "address": { - "state": "Alaska", - "city": "Wanamie" - } - }, - { - "id": 7126, - "name": "Andrea Davis", - "gender": "female", - "age": 68, - "address": { - "state": "Montana", - "city": "Brenton" - } - }, - { - "id": 7127, - "name": "Mills Cherry", - "gender": "male", - "age": 47, - "address": { - "state": "Illinois", - "city": "Kohatk" - } - }, - { - "id": 7128, - "name": "Victoria Terry", - "gender": "female", - "age": 22, - "address": { - "state": "Maryland", - "city": "Byrnedale" - } - }, - { - "id": 7129, - "name": "Paul Mcleod", - "gender": "male", - "age": 66, - "address": { - "state": "Kentucky", - "city": "Salvo" - } - }, - { - "id": 7130, - "name": "Eleanor Bell", - "gender": "female", - "age": 37, - "address": { - "state": "Mississippi", - "city": "Condon" - } - }, - { - "id": 7131, - "name": "Adriana Bright", - "gender": "female", - "age": 68, - "address": { - "state": "Colorado", - "city": "Trail" - } - }, - { - "id": 7132, - "name": "Mccormick Gallagher", - "gender": "male", - "age": 39, - "address": { - "state": "Michigan", - "city": "Felt" - } - }, - { - "id": 7133, - "name": "Robbie Preston", - "gender": "female", - "age": 80, - "address": { - "state": "Pennsylvania", - "city": "Alafaya" - } - }, - { - "id": 7134, - "name": "Kathleen Montgomery", - "gender": "female", - "age": 38, - "address": { - "state": "Wisconsin", - "city": "Boling" - } - }, - { - "id": 7135, - "name": "Livingston Mcconnell", - "gender": "male", - "age": 64, - "address": { - "state": "Georgia", - "city": "Churchill" - } - }, - { - "id": 7136, - "name": "Mooney Lindsay", - "gender": "male", - "age": 78, - "address": { - "state": "Ohio", - "city": "Rockhill" - } - }, - { - "id": 7137, - "name": "Darlene Hess", - "gender": "female", - "age": 21, - "address": { - "state": "Iowa", - "city": "Woodlake" - } - }, - { - "id": 7138, - "name": "Compton Albert", - "gender": "male", - "age": 48, - "address": { - "state": "Massachusetts", - "city": "Sanborn" - } - }, - { - "id": 7139, - "name": "Lucy Lowery", - "gender": "female", - "age": 31, - "address": { - "state": "Vermont", - "city": "Grapeview" - } - }, - { - "id": 7140, - "name": "Dorthy Hale", - "gender": "female", - "age": 56, - "address": { - "state": "Alabama", - "city": "Naomi" - } - }, - { - "id": 7141, - "name": "Wyatt Mcgowan", - "gender": "male", - "age": 51, - "address": { - "state": "Virginia", - "city": "Belleview" - } - }, - { - "id": 7142, - "name": "Roy Orr", - "gender": "male", - "age": 78, - "address": { - "state": "Arkansas", - "city": "Allensworth" - } - }, - { - "id": 7143, - "name": "Spence Poole", - "gender": "male", - "age": 75, - "address": { - "state": "North Dakota", - "city": "Murillo" - } - }, - { - "id": 7144, - "name": "Stacie Moreno", - "gender": "female", - "age": 38, - "address": { - "state": "Missouri", - "city": "Fruitdale" - } - }, - { - "id": 7145, - "name": "Perez Serrano", - "gender": "male", - "age": 33, - "address": { - "state": "Oregon", - "city": "Starks" - } - }, - { - "id": 7146, - "name": "Vance Mitchell", - "gender": "male", - "age": 80, - "address": { - "state": "Texas", - "city": "Umapine" - } - }, - { - "id": 7147, - "name": "Stacy Garrett", - "gender": "female", - "age": 78, - "address": { - "state": "California", - "city": "Villarreal" - } - }, - { - "id": 7148, - "name": "Cora Brady", - "gender": "female", - "age": 34, - "address": { - "state": "Oklahoma", - "city": "Madaket" - } - }, - { - "id": 7149, - "name": "Bernard Fowler", - "gender": "male", - "age": 29, - "address": { - "state": "Kansas", - "city": "Foscoe" - } - }, - { - "id": 7150, - "name": "Hickman Alston", - "gender": "male", - "age": 18, - "address": { - "state": "Wyoming", - "city": "Dawn" - } - }, - { - "id": 7151, - "name": "Brady Fulton", - "gender": "male", - "age": 60, - "address": { - "state": "North Carolina", - "city": "Camas" - } - }, - { - "id": 7152, - "name": "Jacqueline Nielsen", - "gender": "female", - "age": 26, - "address": { - "state": "West Virginia", - "city": "Kanauga" - } - }, - { - "id": 7153, - "name": "Phelps Roth", - "gender": "male", - "age": 82, - "address": { - "state": "Tennessee", - "city": "Crucible" - } - }, - { - "id": 7154, - "name": "Adrienne Tyson", - "gender": "female", - "age": 33, - "address": { - "state": "Rhode Island", - "city": "Sanders" - } - }, - { - "id": 7155, - "name": "Hurst Gordon", - "gender": "male", - "age": 79, - "address": { - "state": "Wyoming", - "city": "Idamay" - } - }, - { - "id": 7156, - "name": "Noel Sims", - "gender": "male", - "age": 77, - "address": { - "state": "Colorado", - "city": "Bonanza" - } - }, - { - "id": 7157, - "name": "Janna Estrada", - "gender": "female", - "age": 57, - "address": { - "state": "Arizona", - "city": "Bawcomville" - } - }, - { - "id": 7158, - "name": "Ina Albert", - "gender": "female", - "age": 54, - "address": { - "state": "Nevada", - "city": "Ronco" - } - }, - { - "id": 7159, - "name": "Gale Glenn", - "gender": "female", - "age": 75, - "address": { - "state": "New Jersey", - "city": "Caberfae" - } - }, - { - "id": 7160, - "name": "Nichole Vance", - "gender": "female", - "age": 39, - "address": { - "state": "Missouri", - "city": "Manila" - } - }, - { - "id": 7161, - "name": "Clarice Boone", - "gender": "female", - "age": 65, - "address": { - "state": "Florida", - "city": "Wright" - } - }, - { - "id": 7162, - "name": "Hillary Hull", - "gender": "female", - "age": 34, - "address": { - "state": "Massachusetts", - "city": "Wilsonia" - } - }, - { - "id": 7163, - "name": "Madelyn Barr", - "gender": "female", - "age": 75, - "address": { - "state": "Oklahoma", - "city": "Freelandville" - } - }, - { - "id": 7164, - "name": "Russo Warner", - "gender": "male", - "age": 29, - "address": { - "state": "Vermont", - "city": "Fresno" - } - }, - { - "id": 7165, - "name": "Manuela Duke", - "gender": "female", - "age": 17, - "address": { - "state": "North Dakota", - "city": "Vale" - } - }, - { - "id": 7166, - "name": "Pacheco Ferrell", - "gender": "male", - "age": 51, - "address": { - "state": "Alaska", - "city": "Fairview" - } - }, - { - "id": 7167, - "name": "Foley Tillman", - "gender": "male", - "age": 38, - "address": { - "state": "Louisiana", - "city": "Hondah" - } - }, - { - "id": 7168, - "name": "Keri Jenkins", - "gender": "female", - "age": 74, - "address": { - "state": "Iowa", - "city": "Trucksville" - } - }, - { - "id": 7169, - "name": "Harrington Yang", - "gender": "male", - "age": 64, - "address": { - "state": "Ohio", - "city": "Kanauga" - } - }, - { - "id": 7170, - "name": "Rosalyn Delgado", - "gender": "female", - "age": 60, - "address": { - "state": "Illinois", - "city": "Kylertown" - } - }, - { - "id": 7171, - "name": "Jacquelyn Hoover", - "gender": "female", - "age": 24, - "address": { - "state": "Kentucky", - "city": "Harrison" - } - }, - { - "id": 7172, - "name": "Shaw Daniels", - "gender": "male", - "age": 80, - "address": { - "state": "Washington", - "city": "Blanford" - } - }, - { - "id": 7173, - "name": "Myers Becker", - "gender": "male", - "age": 51, - "address": { - "state": "Kansas", - "city": "Woodlake" - } - }, - { - "id": 7174, - "name": "Yang Neal", - "gender": "male", - "age": 65, - "address": { - "state": "South Dakota", - "city": "Olney" - } - }, - { - "id": 7175, - "name": "Consuelo Malone", - "gender": "female", - "age": 42, - "address": { - "state": "Indiana", - "city": "Conestoga" - } - }, - { - "id": 7176, - "name": "Kaitlin Adams", - "gender": "female", - "age": 74, - "address": { - "state": "Connecticut", - "city": "Rivers" - } - }, - { - "id": 7177, - "name": "Cherry Cooper", - "gender": "male", - "age": 79, - "address": { - "state": "Texas", - "city": "Wheaton" - } - }, - { - "id": 7178, - "name": "Ewing Olsen", - "gender": "male", - "age": 54, - "address": { - "state": "Alabama", - "city": "Freetown" - } - }, - { - "id": 7179, - "name": "Brittney Mclean", - "gender": "female", - "age": 80, - "address": { - "state": "Tennessee", - "city": "Waiohinu" - } - }, - { - "id": 7180, - "name": "Key Duncan", - "gender": "male", - "age": 55, - "address": { - "state": "West Virginia", - "city": "Rivera" - } - }, - { - "id": 7181, - "name": "Charmaine Skinner", - "gender": "female", - "age": 36, - "address": { - "state": "Maryland", - "city": "Trail" - } - }, - { - "id": 7182, - "name": "Deidre Brooks", - "gender": "female", - "age": 73, - "address": { - "state": "Oregon", - "city": "Iola" - } - }, - { - "id": 7183, - "name": "Hanson Raymond", - "gender": "male", - "age": 68, - "address": { - "state": "Delaware", - "city": "Hannasville" - } - }, - { - "id": 7184, - "name": "Jo Hutchinson", - "gender": "female", - "age": 58, - "address": { - "state": "New Mexico", - "city": "Sugartown" - } - }, - { - "id": 7185, - "name": "Madden Cruz", - "gender": "male", - "age": 73, - "address": { - "state": "Virginia", - "city": "Ironton" - } - }, - { - "id": 7186, - "name": "Church Hancock", - "gender": "male", - "age": 82, - "address": { - "state": "New York", - "city": "Neahkahnie" - } - }, - { - "id": 7187, - "name": "Nicholson Sanford", - "gender": "male", - "age": 71, - "address": { - "state": "South Carolina", - "city": "Emerald" - } - }, - { - "id": 7188, - "name": "Fulton Padilla", - "gender": "male", - "age": 47, - "address": { - "state": "Mississippi", - "city": "Gasquet" - } - }, - { - "id": 7189, - "name": "Beverly Fields", - "gender": "female", - "age": 68, - "address": { - "state": "Hawaii", - "city": "Chilton" - } - }, - { - "id": 7190, - "name": "Ball Blankenship", - "gender": "male", - "age": 34, - "address": { - "state": "Minnesota", - "city": "Haring" - } - }, - { - "id": 7191, - "name": "Penelope Tanner", - "gender": "female", - "age": 37, - "address": { - "state": "Nebraska", - "city": "Caspar" - } - }, - { - "id": 7192, - "name": "Terra Hurley", - "gender": "female", - "age": 33, - "address": { - "state": "North Carolina", - "city": "Gardners" - } - }, - { - "id": 7193, - "name": "Kim Andrews", - "gender": "male", - "age": 71, - "address": { - "state": "Arkansas", - "city": "Alden" - } - }, - { - "id": 7194, - "name": "Cantrell Russell", - "gender": "male", - "age": 71, - "address": { - "state": "New Hampshire", - "city": "Germanton" - } - }, - { - "id": 7195, - "name": "Mejia Booker", - "gender": "male", - "age": 65, - "address": { - "state": "Georgia", - "city": "Fairhaven" - } - }, - { - "id": 7196, - "name": "Violet Norris", - "gender": "female", - "age": 72, - "address": { - "state": "Michigan", - "city": "Chapin" - } - }, - { - "id": 7197, - "name": "Lynda Stone", - "gender": "female", - "age": 82, - "address": { - "state": "California", - "city": "Walker" - } - }, - { - "id": 7198, - "name": "Estrada Cook", - "gender": "male", - "age": 35, - "address": { - "state": "Utah", - "city": "Kidder" - } - }, - { - "id": 7199, - "name": "Cooper Gill", - "gender": "male", - "age": 80, - "address": { - "state": "Pennsylvania", - "city": "Boykin" - } - }, - { - "id": 7200, - "name": "Owens Ross", - "gender": "male", - "age": 44, - "address": { - "state": "Maine", - "city": "Valle" - } - }, - { - "id": 7201, - "name": "Mason Deleon", - "gender": "male", - "age": 39, - "address": { - "state": "Idaho", - "city": "Enetai" - } - }, - { - "id": 7202, - "name": "Mcclain Butler", - "gender": "male", - "age": 67, - "address": { - "state": "Montana", - "city": "Avalon" - } - }, - { - "id": 7203, - "name": "Britney Macias", - "gender": "female", - "age": 40, - "address": { - "state": "West Virginia", - "city": "Davenport" - } - }, - { - "id": 7204, - "name": "Sandra Bruce", - "gender": "female", - "age": 39, - "address": { - "state": "Ohio", - "city": "Cashtown" - } - }, - { - "id": 7205, - "name": "Wagner Dodson", - "gender": "male", - "age": 40, - "address": { - "state": "Wyoming", - "city": "Barstow" - } - }, - { - "id": 7206, - "name": "Marcie Short", - "gender": "female", - "age": 76, - "address": { - "state": "Pennsylvania", - "city": "Fairview" - } - }, - { - "id": 7207, - "name": "Callie Pitts", - "gender": "female", - "age": 47, - "address": { - "state": "Maryland", - "city": "Crenshaw" - } - }, - { - "id": 7208, - "name": "Ellis Larsen", - "gender": "male", - "age": 42, - "address": { - "state": "Rhode Island", - "city": "Macdona" - } - }, - { - "id": 7209, - "name": "Rene Powell", - "gender": "female", - "age": 34, - "address": { - "state": "Oklahoma", - "city": "Trexlertown" - } - }, - { - "id": 7210, - "name": "Salinas Cote", - "gender": "male", - "age": 31, - "address": { - "state": "Texas", - "city": "Weeksville" - } - }, - { - "id": 7211, - "name": "Emma Alexander", - "gender": "female", - "age": 47, - "address": { - "state": "Tennessee", - "city": "Aurora" - } - }, - { - "id": 7212, - "name": "Orr Knapp", - "gender": "male", - "age": 76, - "address": { - "state": "Missouri", - "city": "Jacumba" - } - }, - { - "id": 7213, - "name": "Bullock Gutierrez", - "gender": "male", - "age": 46, - "address": { - "state": "Illinois", - "city": "Rew" - } - }, - { - "id": 7214, - "name": "Ester Horton", - "gender": "female", - "age": 26, - "address": { - "state": "South Carolina", - "city": "Cassel" - } - }, - { - "id": 7215, - "name": "Pena Langley", - "gender": "male", - "age": 38, - "address": { - "state": "California", - "city": "Canterwood" - } - }, - { - "id": 7216, - "name": "Wendi Glover", - "gender": "female", - "age": 66, - "address": { - "state": "Washington", - "city": "Kohatk" - } - }, - { - "id": 7217, - "name": "Meyers Sellers", - "gender": "male", - "age": 65, - "address": { - "state": "Nebraska", - "city": "Cherokee" - } - }, - { - "id": 7218, - "name": "Sherman Carter", - "gender": "male", - "age": 37, - "address": { - "state": "Michigan", - "city": "Strykersville" - } - }, - { - "id": 7219, - "name": "Guthrie Rose", - "gender": "male", - "age": 30, - "address": { - "state": "Utah", - "city": "Dahlen" - } - }, - { - "id": 7220, - "name": "Armstrong Sweet", - "gender": "male", - "age": 72, - "address": { - "state": "New York", - "city": "Wyano" - } - }, - { - "id": 7221, - "name": "Ingrid Madden", - "gender": "female", - "age": 30, - "address": { - "state": "North Carolina", - "city": "Lutsen" - } - }, - { - "id": 7222, - "name": "Cobb Jordan", - "gender": "male", - "age": 79, - "address": { - "state": "Connecticut", - "city": "Gilmore" - } - }, - { - "id": 7223, - "name": "Erin Anthony", - "gender": "female", - "age": 70, - "address": { - "state": "Minnesota", - "city": "Utting" - } - }, - { - "id": 7224, - "name": "Bartlett Harding", - "gender": "male", - "age": 42, - "address": { - "state": "Arkansas", - "city": "Matheny" - } - }, - { - "id": 7225, - "name": "Serena Deleon", - "gender": "female", - "age": 72, - "address": { - "state": "Alaska", - "city": "Murillo" - } - }, - { - "id": 7226, - "name": "Decker Jarvis", - "gender": "male", - "age": 56, - "address": { - "state": "Massachusetts", - "city": "Elbert" - } - }, - { - "id": 7227, - "name": "Hooper Brennan", - "gender": "male", - "age": 17, - "address": { - "state": "Arizona", - "city": "Thatcher" - } - }, - { - "id": 7228, - "name": "Lindsey Sawyer", - "gender": "female", - "age": 28, - "address": { - "state": "Mississippi", - "city": "Eden" - } - }, - { - "id": 7229, - "name": "Glover Lewis", - "gender": "male", - "age": 17, - "address": { - "state": "Delaware", - "city": "Dunnavant" - } - }, - { - "id": 7230, - "name": "Lee Molina", - "gender": "female", - "age": 70, - "address": { - "state": "Louisiana", - "city": "Iberia" - } - }, - { - "id": 7231, - "name": "Sheryl Pope", - "gender": "female", - "age": 31, - "address": { - "state": "New Hampshire", - "city": "Toftrees" - } - }, - { - "id": 7232, - "name": "Brennan Case", - "gender": "male", - "age": 43, - "address": { - "state": "Colorado", - "city": "Dargan" - } - }, - { - "id": 7233, - "name": "Dianna Odonnell", - "gender": "female", - "age": 62, - "address": { - "state": "Maine", - "city": "Gerber" - } - }, - { - "id": 7234, - "name": "Cox Serrano", - "gender": "male", - "age": 22, - "address": { - "state": "Indiana", - "city": "Bodega" - } - }, - { - "id": 7235, - "name": "Ivy Nichols", - "gender": "female", - "age": 17, - "address": { - "state": "Idaho", - "city": "Rodanthe" - } - }, - { - "id": 7236, - "name": "Jillian Richards", - "gender": "female", - "age": 52, - "address": { - "state": "Nevada", - "city": "Gibsonia" - } - }, - { - "id": 7237, - "name": "Patsy Barber", - "gender": "female", - "age": 81, - "address": { - "state": "Vermont", - "city": "Coral" - } - }, - { - "id": 7238, - "name": "Tran Woodward", - "gender": "male", - "age": 72, - "address": { - "state": "Kentucky", - "city": "Delwood" - } - }, - { - "id": 7239, - "name": "Abby Chase", - "gender": "female", - "age": 39, - "address": { - "state": "New Jersey", - "city": "Farmers" - } - }, - { - "id": 7240, - "name": "Gracie Riggs", - "gender": "female", - "age": 57, - "address": { - "state": "Florida", - "city": "Garfield" - } - }, - { - "id": 7241, - "name": "Mabel Nguyen", - "gender": "female", - "age": 31, - "address": { - "state": "South Dakota", - "city": "Juarez" - } - }, - { - "id": 7242, - "name": "Erickson Osborne", - "gender": "male", - "age": 74, - "address": { - "state": "Montana", - "city": "Dundee" - } - }, - { - "id": 7243, - "name": "Wooten Wright", - "gender": "male", - "age": 26, - "address": { - "state": "Georgia", - "city": "Bartonsville" - } - }, - { - "id": 7244, - "name": "Edwina Gilmore", - "gender": "female", - "age": 69, - "address": { - "state": "North Dakota", - "city": "Shaft" - } - }, - { - "id": 7245, - "name": "Sabrina Gallagher", - "gender": "female", - "age": 31, - "address": { - "state": "Iowa", - "city": "Fairacres" - } - }, - { - "id": 7246, - "name": "Tonya Booth", - "gender": "female", - "age": 29, - "address": { - "state": "Alabama", - "city": "Abrams" - } - }, - { - "id": 7247, - "name": "May Holcomb", - "gender": "male", - "age": 33, - "address": { - "state": "Hawaii", - "city": "Blackgum" - } - }, - { - "id": 7248, - "name": "Clements Burch", - "gender": "male", - "age": 79, - "address": { - "state": "New Mexico", - "city": "Salix" - } - }, - { - "id": 7249, - "name": "Vivian Barker", - "gender": "female", - "age": 59, - "address": { - "state": "Kansas", - "city": "Verdi" - } - }, - { - "id": 7250, - "name": "Fowler Bass", - "gender": "male", - "age": 56, - "address": { - "state": "Virginia", - "city": "Coloma" - } - }, - { - "id": 7251, - "name": "Buchanan Horn", - "gender": "male", - "age": 24, - "address": { - "state": "Oregon", - "city": "Coleville" - } - }, - { - "id": 7252, - "name": "Delacruz Bradford", - "gender": "male", - "age": 78, - "address": { - "state": "Michigan", - "city": "Ruffin" - } - }, - { - "id": 7253, - "name": "Matthews May", - "gender": "male", - "age": 58, - "address": { - "state": "Rhode Island", - "city": "Tecolotito" - } - }, - { - "id": 7254, - "name": "Evans Hoffman", - "gender": "male", - "age": 25, - "address": { - "state": "Oregon", - "city": "Vienna" - } - }, - { - "id": 7255, - "name": "Flowers Huff", - "gender": "male", - "age": 67, - "address": { - "state": "Illinois", - "city": "Hebron" - } - }, - { - "id": 7256, - "name": "Ellis Turner", - "gender": "male", - "age": 73, - "address": { - "state": "Vermont", - "city": "Aurora" - } - }, - { - "id": 7257, - "name": "Cannon Singleton", - "gender": "male", - "age": 42, - "address": { - "state": "Washington", - "city": "Wattsville" - } - }, - { - "id": 7258, - "name": "Mary Glover", - "gender": "female", - "age": 68, - "address": { - "state": "South Dakota", - "city": "Wawona" - } - }, - { - "id": 7259, - "name": "Johns Carney", - "gender": "male", - "age": 81, - "address": { - "state": "Montana", - "city": "Soham" - } - }, - { - "id": 7260, - "name": "Martina Warren", - "gender": "female", - "age": 20, - "address": { - "state": "Florida", - "city": "Cetronia" - } - }, - { - "id": 7261, - "name": "Shawn Chambers", - "gender": "female", - "age": 19, - "address": { - "state": "Texas", - "city": "Rosine" - } - }, - { - "id": 7262, - "name": "Brandy Suarez", - "gender": "female", - "age": 42, - "address": { - "state": "Kansas", - "city": "Norwood" - } - }, - { - "id": 7263, - "name": "Sharon Villarreal", - "gender": "female", - "age": 26, - "address": { - "state": "Louisiana", - "city": "Sexton" - } - }, - { - "id": 7264, - "name": "Carlene Bennett", - "gender": "female", - "age": 22, - "address": { - "state": "Kentucky", - "city": "Blanford" - } - }, - { - "id": 7265, - "name": "Carey Palmer", - "gender": "female", - "age": 38, - "address": { - "state": "Wyoming", - "city": "Hardyville" - } - }, - { - "id": 7266, - "name": "Bradford Hardy", - "gender": "male", - "age": 77, - "address": { - "state": "Wisconsin", - "city": "Lynn" - } - }, - { - "id": 7267, - "name": "Jennie Rojas", - "gender": "female", - "age": 39, - "address": { - "state": "New Hampshire", - "city": "Kersey" - } - }, - { - "id": 7268, - "name": "Polly Payne", - "gender": "female", - "age": 46, - "address": { - "state": "Indiana", - "city": "Worton" - } - }, - { - "id": 7269, - "name": "Conrad Knowles", - "gender": "male", - "age": 55, - "address": { - "state": "Alabama", - "city": "Dahlen" - } - }, - { - "id": 7270, - "name": "Rebecca Sampson", - "gender": "female", - "age": 63, - "address": { - "state": "South Carolina", - "city": "Woodlands" - } - }, - { - "id": 7271, - "name": "Mcintosh King", - "gender": "male", - "age": 79, - "address": { - "state": "New York", - "city": "Kraemer" - } - }, - { - "id": 7272, - "name": "Pope Hughes", - "gender": "male", - "age": 42, - "address": { - "state": "Hawaii", - "city": "Venice" - } - }, - { - "id": 7273, - "name": "Bridgett Bright", - "gender": "female", - "age": 57, - "address": { - "state": "Maine", - "city": "Edmund" - } - }, - { - "id": 7274, - "name": "Michael Banks", - "gender": "female", - "age": 53, - "address": { - "state": "Virginia", - "city": "Katonah" - } - }, - { - "id": 7275, - "name": "Evangelina Harrison", - "gender": "female", - "age": 76, - "address": { - "state": "Georgia", - "city": "Needmore" - } - }, - { - "id": 7276, - "name": "Mullen Rodgers", - "gender": "male", - "age": 32, - "address": { - "state": "Alaska", - "city": "Snelling" - } - }, - { - "id": 7277, - "name": "Henderson Kemp", - "gender": "male", - "age": 27, - "address": { - "state": "North Carolina", - "city": "Dennard" - } - }, - { - "id": 7278, - "name": "Joyce Meyer", - "gender": "female", - "age": 64, - "address": { - "state": "Iowa", - "city": "Jamestown" - } - }, - { - "id": 7279, - "name": "Corine Nolan", - "gender": "female", - "age": 30, - "address": { - "state": "Pennsylvania", - "city": "Fairmount" - } - }, - { - "id": 7280, - "name": "Petty Macdonald", - "gender": "male", - "age": 56, - "address": { - "state": "Maryland", - "city": "Gardners" - } - }, - { - "id": 7281, - "name": "Workman Bowen", - "gender": "male", - "age": 38, - "address": { - "state": "Missouri", - "city": "Trona" - } - }, - { - "id": 7282, - "name": "Millicent Moses", - "gender": "female", - "age": 21, - "address": { - "state": "Idaho", - "city": "Trexlertown" - } - }, - { - "id": 7283, - "name": "Lang Rush", - "gender": "male", - "age": 66, - "address": { - "state": "Oklahoma", - "city": "Blairstown" - } - }, - { - "id": 7284, - "name": "Olive Foley", - "gender": "female", - "age": 73, - "address": { - "state": "Colorado", - "city": "Riceville" - } - }, - { - "id": 7285, - "name": "Kasey Buckley", - "gender": "female", - "age": 81, - "address": { - "state": "North Dakota", - "city": "Bison" - } - }, - { - "id": 7286, - "name": "Sara Gardner", - "gender": "female", - "age": 59, - "address": { - "state": "New Jersey", - "city": "Deputy" - } - }, - { - "id": 7287, - "name": "Delacruz Wood", - "gender": "male", - "age": 42, - "address": { - "state": "Minnesota", - "city": "Gracey" - } - }, - { - "id": 7288, - "name": "Kristen Duffy", - "gender": "female", - "age": 69, - "address": { - "state": "Connecticut", - "city": "Breinigsville" - } - }, - { - "id": 7289, - "name": "Jamie Mcdonald", - "gender": "female", - "age": 17, - "address": { - "state": "Delaware", - "city": "Caledonia" - } - }, - { - "id": 7290, - "name": "Kelley Whitehead", - "gender": "female", - "age": 57, - "address": { - "state": "New Mexico", - "city": "Hachita" - } - }, - { - "id": 7291, - "name": "Newman Hyde", - "gender": "male", - "age": 33, - "address": { - "state": "Mississippi", - "city": "Curtice" - } - }, - { - "id": 7292, - "name": "Wolf Velasquez", - "gender": "male", - "age": 53, - "address": { - "state": "Arkansas", - "city": "Mansfield" - } - }, - { - "id": 7293, - "name": "Wood Bird", - "gender": "male", - "age": 24, - "address": { - "state": "Ohio", - "city": "Fivepointville" - } - }, - { - "id": 7294, - "name": "Staci Cleveland", - "gender": "female", - "age": 40, - "address": { - "state": "Utah", - "city": "Nanafalia" - } - }, - { - "id": 7295, - "name": "Smith Mcmahon", - "gender": "male", - "age": 30, - "address": { - "state": "West Virginia", - "city": "Watchtower" - } - }, - { - "id": 7296, - "name": "Tanya Kline", - "gender": "female", - "age": 45, - "address": { - "state": "Nevada", - "city": "Efland" - } - }, - { - "id": 7297, - "name": "Andrews Riggs", - "gender": "male", - "age": 41, - "address": { - "state": "Massachusetts", - "city": "Oasis" - } - }, - { - "id": 7298, - "name": "Underwood Aguirre", - "gender": "male", - "age": 82, - "address": { - "state": "Arizona", - "city": "Crayne" - } - }, - { - "id": 7299, - "name": "Macias Alexander", - "gender": "male", - "age": 73, - "address": { - "state": "California", - "city": "Westerville" - } - }, - { - "id": 7300, - "name": "Abby Mccarthy", - "gender": "female", - "age": 24, - "address": { - "state": "Nebraska", - "city": "Cuylerville" - } - }, - { - "id": 7301, - "name": "Leach Huber", - "gender": "male", - "age": 25, - "address": { - "state": "Illinois", - "city": "Fairforest" - } - }, - { - "id": 7302, - "name": "Penny Duffy", - "gender": "female", - "age": 73, - "address": { - "state": "Mississippi", - "city": "Germanton" - } - }, - { - "id": 7303, - "name": "Collins Trujillo", - "gender": "male", - "age": 43, - "address": { - "state": "Oregon", - "city": "Bethpage" - } - }, - { - "id": 7304, - "name": "Ursula Osborne", - "gender": "female", - "age": 67, - "address": { - "state": "Louisiana", - "city": "Ferney" - } - }, - { - "id": 7305, - "name": "Warner Jordan", - "gender": "male", - "age": 23, - "address": { - "state": "Wyoming", - "city": "Blue" - } - }, - { - "id": 7306, - "name": "Becky Randall", - "gender": "female", - "age": 54, - "address": { - "state": "West Virginia", - "city": "Snelling" - } - }, - { - "id": 7307, - "name": "Norma Ortega", - "gender": "female", - "age": 49, - "address": { - "state": "Hawaii", - "city": "Deercroft" - } - }, - { - "id": 7308, - "name": "Donovan Nicholson", - "gender": "male", - "age": 32, - "address": { - "state": "Minnesota", - "city": "Rushford" - } - }, - { - "id": 7309, - "name": "May Tanner", - "gender": "female", - "age": 35, - "address": { - "state": "Missouri", - "city": "Wacissa" - } - }, - { - "id": 7310, - "name": "Pickett Black", - "gender": "male", - "age": 54, - "address": { - "state": "Michigan", - "city": "Thatcher" - } - }, - { - "id": 7311, - "name": "Best Tyson", - "gender": "male", - "age": 51, - "address": { - "state": "Florida", - "city": "Grantville" - } - }, - { - "id": 7312, - "name": "Lewis Talley", - "gender": "male", - "age": 62, - "address": { - "state": "Indiana", - "city": "Grill" - } - }, - { - "id": 7313, - "name": "Araceli Cameron", - "gender": "female", - "age": 45, - "address": { - "state": "Oklahoma", - "city": "Allison" - } - }, - { - "id": 7314, - "name": "Beatriz Potts", - "gender": "female", - "age": 45, - "address": { - "state": "Maine", - "city": "Masthope" - } - }, - { - "id": 7315, - "name": "Lesley Baxter", - "gender": "female", - "age": 44, - "address": { - "state": "North Carolina", - "city": "Muse" - } - }, - { - "id": 7316, - "name": "Roach Dodson", - "gender": "male", - "age": 74, - "address": { - "state": "California", - "city": "Roosevelt" - } - }, - { - "id": 7317, - "name": "Casey Dudley", - "gender": "female", - "age": 55, - "address": { - "state": "New Hampshire", - "city": "Springville" - } - }, - { - "id": 7318, - "name": "Peters Odom", - "gender": "male", - "age": 19, - "address": { - "state": "Colorado", - "city": "Chesapeake" - } - }, - { - "id": 7319, - "name": "Ethel Lyons", - "gender": "female", - "age": 60, - "address": { - "state": "New Jersey", - "city": "Loomis" - } - }, - { - "id": 7320, - "name": "Oneil Christian", - "gender": "male", - "age": 47, - "address": { - "state": "Kentucky", - "city": "Lupton" - } - }, - { - "id": 7321, - "name": "Simon Turner", - "gender": "male", - "age": 40, - "address": { - "state": "Tennessee", - "city": "Snyderville" - } - }, - { - "id": 7322, - "name": "Darla Patterson", - "gender": "female", - "age": 36, - "address": { - "state": "Massachusetts", - "city": "Brooktrails" - } - }, - { - "id": 7323, - "name": "Calderon Morse", - "gender": "male", - "age": 58, - "address": { - "state": "Alaska", - "city": "Fruitdale" - } - }, - { - "id": 7324, - "name": "Harrell George", - "gender": "male", - "age": 60, - "address": { - "state": "North Dakota", - "city": "Ada" - } - }, - { - "id": 7325, - "name": "Jimenez Myers", - "gender": "male", - "age": 61, - "address": { - "state": "Wisconsin", - "city": "Sabillasville" - } - }, - { - "id": 7326, - "name": "Keisha Juarez", - "gender": "female", - "age": 18, - "address": { - "state": "Pennsylvania", - "city": "Lacomb" - } - }, - { - "id": 7327, - "name": "Little Hooper", - "gender": "male", - "age": 29, - "address": { - "state": "Georgia", - "city": "Bagtown" - } - }, - { - "id": 7328, - "name": "Ernestine Short", - "gender": "female", - "age": 25, - "address": { - "state": "Arizona", - "city": "Corinne" - } - }, - { - "id": 7329, - "name": "Rivers Franks", - "gender": "male", - "age": 53, - "address": { - "state": "Washington", - "city": "Glenbrook" - } - }, - { - "id": 7330, - "name": "Carey Vang", - "gender": "female", - "age": 24, - "address": { - "state": "Ohio", - "city": "Romeville" - } - }, - { - "id": 7331, - "name": "Betty Valdez", - "gender": "female", - "age": 57, - "address": { - "state": "New Mexico", - "city": "Gilgo" - } - }, - { - "id": 7332, - "name": "Natasha Stein", - "gender": "female", - "age": 39, - "address": { - "state": "South Carolina", - "city": "Klagetoh" - } - }, - { - "id": 7333, - "name": "Monica Phillips", - "gender": "female", - "age": 54, - "address": { - "state": "Rhode Island", - "city": "Comptche" - } - }, - { - "id": 7334, - "name": "Mollie Bates", - "gender": "female", - "age": 53, - "address": { - "state": "Nebraska", - "city": "Chalfant" - } - }, - { - "id": 7335, - "name": "Dale Pittman", - "gender": "male", - "age": 62, - "address": { - "state": "Idaho", - "city": "Goldfield" - } - }, - { - "id": 7336, - "name": "Karin Shannon", - "gender": "female", - "age": 74, - "address": { - "state": "Montana", - "city": "Bend" - } - }, - { - "id": 7337, - "name": "Wise Carrillo", - "gender": "male", - "age": 46, - "address": { - "state": "Arkansas", - "city": "Wheatfields" - } - }, - { - "id": 7338, - "name": "Aline Little", - "gender": "female", - "age": 22, - "address": { - "state": "Connecticut", - "city": "Whitehaven" - } - }, - { - "id": 7339, - "name": "Adkins Zamora", - "gender": "male", - "age": 49, - "address": { - "state": "Utah", - "city": "Inkerman" - } - }, - { - "id": 7340, - "name": "Sanders Jimenez", - "gender": "male", - "age": 51, - "address": { - "state": "Iowa", - "city": "Singer" - } - }, - { - "id": 7341, - "name": "Sims Francis", - "gender": "male", - "age": 23, - "address": { - "state": "Nevada", - "city": "Yogaville" - } - }, - { - "id": 7342, - "name": "Kemp Morton", - "gender": "male", - "age": 49, - "address": { - "state": "Virginia", - "city": "Bellfountain" - } - }, - { - "id": 7343, - "name": "Gibson Riley", - "gender": "male", - "age": 36, - "address": { - "state": "Maryland", - "city": "Osage" - } - }, - { - "id": 7344, - "name": "Tamera Schultz", - "gender": "female", - "age": 79, - "address": { - "state": "Alabama", - "city": "Mappsville" - } - }, - { - "id": 7345, - "name": "Cortez Hood", - "gender": "male", - "age": 70, - "address": { - "state": "Delaware", - "city": "Indio" - } - }, - { - "id": 7346, - "name": "Bell Pickett", - "gender": "male", - "age": 19, - "address": { - "state": "Kansas", - "city": "Faxon" - } - }, - { - "id": 7347, - "name": "Lawrence Richard", - "gender": "male", - "age": 37, - "address": { - "state": "Texas", - "city": "Bath" - } - }, - { - "id": 7348, - "name": "Corine Pope", - "gender": "female", - "age": 28, - "address": { - "state": "New York", - "city": "Thornport" - } - }, - { - "id": 7349, - "name": "Dorothea Whitaker", - "gender": "female", - "age": 25, - "address": { - "state": "Vermont", - "city": "Deputy" - } - }, - { - "id": 7350, - "name": "Grant Golden", - "gender": "male", - "age": 76, - "address": { - "state": "Montana", - "city": "Baden" - } - }, - { - "id": 7351, - "name": "Norton Contreras", - "gender": "male", - "age": 55, - "address": { - "state": "Nevada", - "city": "Hardyville" - } - }, - { - "id": 7352, - "name": "Bertha House", - "gender": "female", - "age": 77, - "address": { - "state": "Maryland", - "city": "Echo" - } - }, - { - "id": 7353, - "name": "Miranda Ashley", - "gender": "female", - "age": 43, - "address": { - "state": "Arizona", - "city": "Brutus" - } - }, - { - "id": 7354, - "name": "Romero Schultz", - "gender": "male", - "age": 30, - "address": { - "state": "Alaska", - "city": "Wakulla" - } - }, - { - "id": 7355, - "name": "Maude Cole", - "gender": "female", - "age": 36, - "address": { - "state": "Oregon", - "city": "Dalton" - } - }, - { - "id": 7356, - "name": "Rosalinda Moody", - "gender": "female", - "age": 29, - "address": { - "state": "Wisconsin", - "city": "Stevens" - } - }, - { - "id": 7357, - "name": "Alexis Mann", - "gender": "female", - "age": 68, - "address": { - "state": "Nebraska", - "city": "Juntura" - } - }, - { - "id": 7358, - "name": "Alvarado Andrews", - "gender": "male", - "age": 67, - "address": { - "state": "Tennessee", - "city": "Broadlands" - } - }, - { - "id": 7359, - "name": "Isabel Ramos", - "gender": "female", - "age": 19, - "address": { - "state": "Missouri", - "city": "Rockhill" - } - }, - { - "id": 7360, - "name": "Kim Morrow", - "gender": "male", - "age": 78, - "address": { - "state": "Texas", - "city": "Dixie" - } - }, - { - "id": 7361, - "name": "Best May", - "gender": "male", - "age": 39, - "address": { - "state": "New Jersey", - "city": "Denio" - } - }, - { - "id": 7362, - "name": "Duncan Gibbs", - "gender": "male", - "age": 54, - "address": { - "state": "California", - "city": "Dubois" - } - }, - { - "id": 7363, - "name": "Daugherty Kramer", - "gender": "male", - "age": 37, - "address": { - "state": "Pennsylvania", - "city": "Waterloo" - } - }, - { - "id": 7364, - "name": "Wendy Oneal", - "gender": "female", - "age": 29, - "address": { - "state": "Oklahoma", - "city": "Kenvil" - } - }, - { - "id": 7365, - "name": "Brandy Bradford", - "gender": "female", - "age": 35, - "address": { - "state": "Washington", - "city": "Downsville" - } - }, - { - "id": 7366, - "name": "Ava Washington", - "gender": "female", - "age": 18, - "address": { - "state": "South Dakota", - "city": "Floriston" - } - }, - { - "id": 7367, - "name": "Bowers Bright", - "gender": "male", - "age": 29, - "address": { - "state": "Hawaii", - "city": "Delwood" - } - }, - { - "id": 7368, - "name": "Warner Holloway", - "gender": "male", - "age": 58, - "address": { - "state": "New Hampshire", - "city": "Blue" - } - }, - { - "id": 7369, - "name": "Sheppard Strickland", - "gender": "male", - "age": 38, - "address": { - "state": "West Virginia", - "city": "Lodoga" - } - }, - { - "id": 7370, - "name": "Aguilar Leblanc", - "gender": "male", - "age": 57, - "address": { - "state": "Louisiana", - "city": "Cutter" - } - }, - { - "id": 7371, - "name": "Avery Tate", - "gender": "male", - "age": 39, - "address": { - "state": "Colorado", - "city": "Cumminsville" - } - }, - { - "id": 7372, - "name": "Cantu Walsh", - "gender": "male", - "age": 71, - "address": { - "state": "Georgia", - "city": "Martinez" - } - }, - { - "id": 7373, - "name": "Thomas Singleton", - "gender": "male", - "age": 60, - "address": { - "state": "Vermont", - "city": "Linganore" - } - }, - { - "id": 7374, - "name": "Mai Sherman", - "gender": "female", - "age": 82, - "address": { - "state": "North Carolina", - "city": "Chase" - } - }, - { - "id": 7375, - "name": "Twila Mckee", - "gender": "female", - "age": 74, - "address": { - "state": "Alabama", - "city": "Robinette" - } - }, - { - "id": 7376, - "name": "Alyssa Mcmahon", - "gender": "female", - "age": 75, - "address": { - "state": "New Mexico", - "city": "Rose" - } - }, - { - "id": 7377, - "name": "Darla Shields", - "gender": "female", - "age": 47, - "address": { - "state": "Minnesota", - "city": "Harborton" - } - }, - { - "id": 7378, - "name": "Luna Durham", - "gender": "male", - "age": 81, - "address": { - "state": "New York", - "city": "Lindisfarne" - } - }, - { - "id": 7379, - "name": "Katelyn Oneil", - "gender": "female", - "age": 66, - "address": { - "state": "Iowa", - "city": "Carbonville" - } - }, - { - "id": 7380, - "name": "Merrill Flores", - "gender": "male", - "age": 20, - "address": { - "state": "Maine", - "city": "Wiscon" - } - }, - { - "id": 7381, - "name": "Petty Duke", - "gender": "male", - "age": 49, - "address": { - "state": "Arkansas", - "city": "Harviell" - } - }, - { - "id": 7382, - "name": "Trevino Mckay", - "gender": "male", - "age": 40, - "address": { - "state": "Wyoming", - "city": "Benson" - } - }, - { - "id": 7383, - "name": "Sharpe Craig", - "gender": "male", - "age": 67, - "address": { - "state": "Mississippi", - "city": "Bagtown" - } - }, - { - "id": 7384, - "name": "Myers Pollard", - "gender": "male", - "age": 64, - "address": { - "state": "Massachusetts", - "city": "Winston" - } - }, - { - "id": 7385, - "name": "Gena Mcleod", - "gender": "female", - "age": 47, - "address": { - "state": "Connecticut", - "city": "Lavalette" - } - }, - { - "id": 7386, - "name": "Adkins Grant", - "gender": "male", - "age": 73, - "address": { - "state": "Idaho", - "city": "Dale" - } - }, - { - "id": 7387, - "name": "Lara Walton", - "gender": "male", - "age": 46, - "address": { - "state": "Delaware", - "city": "Rew" - } - }, - { - "id": 7388, - "name": "Ferrell Stanley", - "gender": "male", - "age": 59, - "address": { - "state": "Indiana", - "city": "Tioga" - } - }, - { - "id": 7389, - "name": "Eaton Morton", - "gender": "male", - "age": 25, - "address": { - "state": "Ohio", - "city": "Yardville" - } - }, - { - "id": 7390, - "name": "Sonya Rosa", - "gender": "female", - "age": 46, - "address": { - "state": "Utah", - "city": "Vernon" - } - }, - { - "id": 7391, - "name": "Kimberly Cohen", - "gender": "female", - "age": 43, - "address": { - "state": "Michigan", - "city": "Wedgewood" - } - }, - { - "id": 7392, - "name": "May Graham", - "gender": "male", - "age": 17, - "address": { - "state": "South Carolina", - "city": "Sexton" - } - }, - { - "id": 7393, - "name": "Priscilla Lawrence", - "gender": "female", - "age": 54, - "address": { - "state": "Virginia", - "city": "Maury" - } - }, - { - "id": 7394, - "name": "Morse Stafford", - "gender": "male", - "age": 82, - "address": { - "state": "Illinois", - "city": "Williston" - } - }, - { - "id": 7395, - "name": "Scott Santos", - "gender": "male", - "age": 51, - "address": { - "state": "Kentucky", - "city": "Hiwasse" - } - }, - { - "id": 7396, - "name": "Madeleine Moses", - "gender": "female", - "age": 42, - "address": { - "state": "Florida", - "city": "Bentonville" - } - }, - { - "id": 7397, - "name": "Maxine Pope", - "gender": "female", - "age": 66, - "address": { - "state": "North Dakota", - "city": "Dante" - } - }, - { - "id": 7398, - "name": "Alvarez Stout", - "gender": "male", - "age": 61, - "address": { - "state": "Kansas", - "city": "Carrizo" - } - }, - { - "id": 7399, - "name": "Gutierrez Mayo", - "gender": "male", - "age": 30, - "address": { - "state": "Oregon", - "city": "Cecilia" - } - }, - { - "id": 7400, - "name": "Frost Glover", - "gender": "male", - "age": 63, - "address": { - "state": "Idaho", - "city": "Tolu" - } - }, - { - "id": 7401, - "name": "Castro Goodman", - "gender": "male", - "age": 29, - "address": { - "state": "Kentucky", - "city": "Shaft" - } - }, - { - "id": 7402, - "name": "Arline Donovan", - "gender": "female", - "age": 50, - "address": { - "state": "Utah", - "city": "Moraida" - } - }, - { - "id": 7403, - "name": "Lindsay Butler", - "gender": "male", - "age": 70, - "address": { - "state": "New Jersey", - "city": "Temperanceville" - } - }, - { - "id": 7404, - "name": "Sheila King", - "gender": "female", - "age": 71, - "address": { - "state": "Pennsylvania", - "city": "Lawrence" - } - }, - { - "id": 7405, - "name": "Eve Barnett", - "gender": "female", - "age": 80, - "address": { - "state": "Maine", - "city": "Celeryville" - } - }, - { - "id": 7406, - "name": "Benita Brooks", - "gender": "female", - "age": 38, - "address": { - "state": "West Virginia", - "city": "Soham" - } - }, - { - "id": 7407, - "name": "Stafford Church", - "gender": "male", - "age": 41, - "address": { - "state": "Nevada", - "city": "Weeksville" - } - }, - { - "id": 7408, - "name": "Mcfarland Joseph", - "gender": "male", - "age": 46, - "address": { - "state": "Arkansas", - "city": "Maybell" - } - }, - { - "id": 7409, - "name": "Newman Cross", - "gender": "male", - "age": 19, - "address": { - "state": "Missouri", - "city": "Gilmore" - } - }, - { - "id": 7410, - "name": "Calhoun Gomez", - "gender": "male", - "age": 19, - "address": { - "state": "North Carolina", - "city": "Newkirk" - } - }, - { - "id": 7411, - "name": "Marta Chen", - "gender": "female", - "age": 24, - "address": { - "state": "Alaska", - "city": "Lithium" - } - }, - { - "id": 7412, - "name": "Corine Wells", - "gender": "female", - "age": 48, - "address": { - "state": "New Hampshire", - "city": "Ezel" - } - }, - { - "id": 7413, - "name": "Yang Myers", - "gender": "male", - "age": 57, - "address": { - "state": "New York", - "city": "Tooleville" - } - }, - { - "id": 7414, - "name": "Morgan Mccormick", - "gender": "male", - "age": 68, - "address": { - "state": "Ohio", - "city": "Stonybrook" - } - }, - { - "id": 7415, - "name": "Ashlee Thornton", - "gender": "female", - "age": 73, - "address": { - "state": "Wisconsin", - "city": "Richville" - } - }, - { - "id": 7416, - "name": "Carlson Crawford", - "gender": "male", - "age": 19, - "address": { - "state": "Hawaii", - "city": "Lafferty" - } - }, - { - "id": 7417, - "name": "Claudette Schmidt", - "gender": "female", - "age": 38, - "address": { - "state": "Mississippi", - "city": "Baden" - } - }, - { - "id": 7418, - "name": "Mullen Valenzuela", - "gender": "male", - "age": 22, - "address": { - "state": "Michigan", - "city": "Zeba" - } - }, - { - "id": 7419, - "name": "Cervantes Simmons", - "gender": "male", - "age": 24, - "address": { - "state": "Delaware", - "city": "Fulford" - } - }, - { - "id": 7420, - "name": "Naomi Yates", - "gender": "female", - "age": 61, - "address": { - "state": "Washington", - "city": "Chapin" - } - }, - { - "id": 7421, - "name": "Hatfield Woods", - "gender": "male", - "age": 35, - "address": { - "state": "California", - "city": "Highland" - } - }, - { - "id": 7422, - "name": "Duke Wong", - "gender": "male", - "age": 69, - "address": { - "state": "South Dakota", - "city": "Cressey" - } - }, - { - "id": 7423, - "name": "Mills Conway", - "gender": "male", - "age": 61, - "address": { - "state": "New Mexico", - "city": "Crumpler" - } - }, - { - "id": 7424, - "name": "Mcdaniel Hansen", - "gender": "male", - "age": 77, - "address": { - "state": "Florida", - "city": "Crown" - } - }, - { - "id": 7425, - "name": "Maritza Cote", - "gender": "female", - "age": 51, - "address": { - "state": "Rhode Island", - "city": "Sunnyside" - } - }, - { - "id": 7426, - "name": "Aida Mckinney", - "gender": "female", - "age": 56, - "address": { - "state": "Texas", - "city": "Oceola" - } - }, - { - "id": 7427, - "name": "Janie Dunn", - "gender": "female", - "age": 28, - "address": { - "state": "Maryland", - "city": "Naomi" - } - }, - { - "id": 7428, - "name": "Clements Huffman", - "gender": "male", - "age": 55, - "address": { - "state": "Minnesota", - "city": "Lemoyne" - } - }, - { - "id": 7429, - "name": "Irene Riddle", - "gender": "female", - "age": 77, - "address": { - "state": "Virginia", - "city": "Dellview" - } - }, - { - "id": 7430, - "name": "Ashley Meyer", - "gender": "male", - "age": 27, - "address": { - "state": "Georgia", - "city": "Cassel" - } - }, - { - "id": 7431, - "name": "Imogene Joyner", - "gender": "female", - "age": 32, - "address": { - "state": "Connecticut", - "city": "Bannock" - } - }, - { - "id": 7432, - "name": "Leola Prince", - "gender": "female", - "age": 77, - "address": { - "state": "North Dakota", - "city": "Kersey" - } - }, - { - "id": 7433, - "name": "Guzman Mueller", - "gender": "male", - "age": 67, - "address": { - "state": "Oklahoma", - "city": "Moquino" - } - }, - { - "id": 7434, - "name": "Leanne Warren", - "gender": "female", - "age": 60, - "address": { - "state": "Illinois", - "city": "Inkerman" - } - }, - { - "id": 7435, - "name": "Francis Hardy", - "gender": "female", - "age": 40, - "address": { - "state": "South Carolina", - "city": "Beyerville" - } - }, - { - "id": 7436, - "name": "Phillips Savage", - "gender": "male", - "age": 37, - "address": { - "state": "Arizona", - "city": "Gerton" - } - }, - { - "id": 7437, - "name": "Keisha Shaffer", - "gender": "female", - "age": 76, - "address": { - "state": "Montana", - "city": "Haring" - } - }, - { - "id": 7438, - "name": "Wallace Guy", - "gender": "male", - "age": 73, - "address": { - "state": "Wyoming", - "city": "Deseret" - } - }, - { - "id": 7439, - "name": "Meyers Rivers", - "gender": "male", - "age": 42, - "address": { - "state": "Alabama", - "city": "Wheatfields" - } - }, - { - "id": 7440, - "name": "Erna Dennis", - "gender": "female", - "age": 37, - "address": { - "state": "Kansas", - "city": "Enetai" - } - }, - { - "id": 7441, - "name": "Christi Lindsey", - "gender": "female", - "age": 29, - "address": { - "state": "Louisiana", - "city": "Mulberry" - } - }, - { - "id": 7442, - "name": "Peterson Haney", - "gender": "male", - "age": 61, - "address": { - "state": "Indiana", - "city": "Joes" - } - }, - { - "id": 7443, - "name": "Hardy Booker", - "gender": "male", - "age": 49, - "address": { - "state": "Massachusetts", - "city": "Verdi" - } - }, - { - "id": 7444, - "name": "Bowen Harris", - "gender": "male", - "age": 47, - "address": { - "state": "Vermont", - "city": "Davenport" - } - }, - { - "id": 7445, - "name": "Lindsey Duran", - "gender": "male", - "age": 39, - "address": { - "state": "Iowa", - "city": "Fredericktown" - } - }, - { - "id": 7446, - "name": "Horn Daniels", - "gender": "male", - "age": 25, - "address": { - "state": "Colorado", - "city": "Ladera" - } - }, - { - "id": 7447, - "name": "Saunders Harrell", - "gender": "male", - "age": 27, - "address": { - "state": "Tennessee", - "city": "Sexton" - } - }, - { - "id": 7448, - "name": "Lester Beard", - "gender": "male", - "age": 34, - "address": { - "state": "Louisiana", - "city": "Strykersville" - } - }, - { - "id": 7449, - "name": "Eunice Howe", - "gender": "female", - "age": 79, - "address": { - "state": "Iowa", - "city": "Alleghenyville" - } - }, - { - "id": 7450, - "name": "Tamara Mclean", - "gender": "female", - "age": 57, - "address": { - "state": "Hawaii", - "city": "Fowlerville" - } - }, - { - "id": 7451, - "name": "Zelma Cox", - "gender": "female", - "age": 18, - "address": { - "state": "Kentucky", - "city": "Gambrills" - } - }, - { - "id": 7452, - "name": "Maureen Sandoval", - "gender": "female", - "age": 37, - "address": { - "state": "Indiana", - "city": "Hiseville" - } - }, - { - "id": 7453, - "name": "Hester Flores", - "gender": "male", - "age": 81, - "address": { - "state": "North Carolina", - "city": "Tecolotito" - } - }, - { - "id": 7454, - "name": "Buckley Gilbert", - "gender": "male", - "age": 60, - "address": { - "state": "Virginia", - "city": "Newry" - } - }, - { - "id": 7455, - "name": "Amie Meyers", - "gender": "female", - "age": 77, - "address": { - "state": "South Dakota", - "city": "Kimmell" - } - }, - { - "id": 7456, - "name": "Michael Joyce", - "gender": "female", - "age": 33, - "address": { - "state": "Oklahoma", - "city": "Leola" - } - }, - { - "id": 7457, - "name": "Odonnell Adkins", - "gender": "male", - "age": 38, - "address": { - "state": "New Jersey", - "city": "Weeksville" - } - }, - { - "id": 7458, - "name": "Kane Copeland", - "gender": "male", - "age": 43, - "address": { - "state": "North Dakota", - "city": "Wacissa" - } - }, - { - "id": 7459, - "name": "Holcomb Ellis", - "gender": "male", - "age": 45, - "address": { - "state": "Pennsylvania", - "city": "Clarktown" - } - }, - { - "id": 7460, - "name": "Delia Duffy", - "gender": "female", - "age": 44, - "address": { - "state": "Maine", - "city": "Orason" - } - }, - { - "id": 7461, - "name": "Mcknight Ruiz", - "gender": "male", - "age": 66, - "address": { - "state": "Massachusetts", - "city": "Grantville" - } - }, - { - "id": 7462, - "name": "Shaw Mason", - "gender": "male", - "age": 27, - "address": { - "state": "Mississippi", - "city": "Cumberland" - } - }, - { - "id": 7463, - "name": "Blackwell Salazar", - "gender": "male", - "age": 37, - "address": { - "state": "Arizona", - "city": "Barclay" - } - }, - { - "id": 7464, - "name": "Franks Mcintosh", - "gender": "male", - "age": 47, - "address": { - "state": "Nevada", - "city": "Movico" - } - }, - { - "id": 7465, - "name": "Iris Mcguire", - "gender": "female", - "age": 42, - "address": { - "state": "Washington", - "city": "Axis" - } - }, - { - "id": 7466, - "name": "Helga Reynolds", - "gender": "female", - "age": 56, - "address": { - "state": "West Virginia", - "city": "Joes" - } - }, - { - "id": 7467, - "name": "Margarita Wilkinson", - "gender": "female", - "age": 36, - "address": { - "state": "New Hampshire", - "city": "Wollochet" - } - }, - { - "id": 7468, - "name": "Erika Holland", - "gender": "female", - "age": 25, - "address": { - "state": "Wyoming", - "city": "Grapeview" - } - }, - { - "id": 7469, - "name": "Mcguire Bond", - "gender": "male", - "age": 60, - "address": { - "state": "New York", - "city": "Balm" - } - }, - { - "id": 7470, - "name": "Buchanan Hughes", - "gender": "male", - "age": 80, - "address": { - "state": "Wisconsin", - "city": "Tooleville" - } - }, - { - "id": 7471, - "name": "Aguirre Good", - "gender": "male", - "age": 21, - "address": { - "state": "Florida", - "city": "Kidder" - } - }, - { - "id": 7472, - "name": "Joann Bernard", - "gender": "female", - "age": 62, - "address": { - "state": "Rhode Island", - "city": "Brecon" - } - }, - { - "id": 7473, - "name": "Barry Mack", - "gender": "male", - "age": 56, - "address": { - "state": "Utah", - "city": "Nettie" - } - }, - { - "id": 7474, - "name": "Frye Chen", - "gender": "male", - "age": 59, - "address": { - "state": "Minnesota", - "city": "Elizaville" - } - }, - { - "id": 7475, - "name": "Good Stout", - "gender": "male", - "age": 25, - "address": { - "state": "Texas", - "city": "Drummond" - } - }, - { - "id": 7476, - "name": "Michele Baker", - "gender": "female", - "age": 56, - "address": { - "state": "Montana", - "city": "Gouglersville" - } - }, - { - "id": 7477, - "name": "Holland Herrera", - "gender": "male", - "age": 26, - "address": { - "state": "New Mexico", - "city": "Deseret" - } - }, - { - "id": 7478, - "name": "Bean Stark", - "gender": "male", - "age": 30, - "address": { - "state": "Michigan", - "city": "Elwood" - } - }, - { - "id": 7479, - "name": "Elinor Emerson", - "gender": "female", - "age": 28, - "address": { - "state": "Missouri", - "city": "Wildwood" - } - }, - { - "id": 7480, - "name": "Blake Hawkins", - "gender": "male", - "age": 77, - "address": { - "state": "South Carolina", - "city": "Beaulieu" - } - }, - { - "id": 7481, - "name": "Rhea Rogers", - "gender": "female", - "age": 46, - "address": { - "state": "Kansas", - "city": "Alfarata" - } - }, - { - "id": 7482, - "name": "Durham Lamb", - "gender": "male", - "age": 54, - "address": { - "state": "Vermont", - "city": "Oasis" - } - }, - { - "id": 7483, - "name": "Lorie Lara", - "gender": "female", - "age": 53, - "address": { - "state": "Georgia", - "city": "Emerald" - } - }, - { - "id": 7484, - "name": "Randi Suarez", - "gender": "female", - "age": 31, - "address": { - "state": "Delaware", - "city": "Unionville" - } - }, - { - "id": 7485, - "name": "Vang Frost", - "gender": "male", - "age": 34, - "address": { - "state": "Nebraska", - "city": "Gwynn" - } - }, - { - "id": 7486, - "name": "Julianne Ramirez", - "gender": "female", - "age": 32, - "address": { - "state": "Ohio", - "city": "Bladensburg" - } - }, - { - "id": 7487, - "name": "Tammy Walsh", - "gender": "female", - "age": 40, - "address": { - "state": "Arkansas", - "city": "Hamilton" - } - }, - { - "id": 7488, - "name": "Michelle Pollard", - "gender": "female", - "age": 42, - "address": { - "state": "Alabama", - "city": "Homeland" - } - }, - { - "id": 7489, - "name": "Ayers Sweet", - "gender": "male", - "age": 67, - "address": { - "state": "Idaho", - "city": "Riverton" - } - }, - { - "id": 7490, - "name": "Arnold Curtis", - "gender": "male", - "age": 64, - "address": { - "state": "Illinois", - "city": "Crucible" - } - }, - { - "id": 7491, - "name": "Jimmie Robertson", - "gender": "female", - "age": 43, - "address": { - "state": "Tennessee", - "city": "Floriston" - } - }, - { - "id": 7492, - "name": "Sharpe Jackson", - "gender": "male", - "age": 75, - "address": { - "state": "Alaska", - "city": "Mathews" - } - }, - { - "id": 7493, - "name": "Leach Ward", - "gender": "male", - "age": 69, - "address": { - "state": "Oregon", - "city": "Makena" - } - }, - { - "id": 7494, - "name": "Angeline Harris", - "gender": "female", - "age": 43, - "address": { - "state": "Connecticut", - "city": "Smeltertown" - } - }, - { - "id": 7495, - "name": "Langley Reyes", - "gender": "male", - "age": 71, - "address": { - "state": "California", - "city": "Dubois" - } - }, - { - "id": 7496, - "name": "Alejandra Humphrey", - "gender": "female", - "age": 38, - "address": { - "state": "Maryland", - "city": "Mapletown" - } - }, - { - "id": 7497, - "name": "Ray Grant", - "gender": "male", - "age": 44, - "address": { - "state": "Michigan", - "city": "Tilleda" - } - }, - { - "id": 7498, - "name": "Frederick Rojas", - "gender": "male", - "age": 62, - "address": { - "state": "Massachusetts", - "city": "Fresno" - } - }, - { - "id": 7499, - "name": "Ramona Kramer", - "gender": "female", - "age": 47, - "address": { - "state": "Oregon", - "city": "Riverton" - } - }, - { - "id": 7500, - "name": "Juanita Petty", - "gender": "female", - "age": 29, - "address": { - "state": "Missouri", - "city": "Escondida" - } - }, - { - "id": 7501, - "name": "Ochoa Best", - "gender": "male", - "age": 50, - "address": { - "state": "Wyoming", - "city": "Alfarata" - } - }, - { - "id": 7502, - "name": "Audrey Glover", - "gender": "female", - "age": 39, - "address": { - "state": "Louisiana", - "city": "Layhill" - } - }, - { - "id": 7503, - "name": "Small Camacho", - "gender": "male", - "age": 17, - "address": { - "state": "Virginia", - "city": "Falmouth" - } - }, - { - "id": 7504, - "name": "Bridges Holmes", - "gender": "male", - "age": 50, - "address": { - "state": "Washington", - "city": "Fontanelle" - } - }, - { - "id": 7505, - "name": "Hodges Hardy", - "gender": "male", - "age": 42, - "address": { - "state": "Hawaii", - "city": "Bison" - } - }, - { - "id": 7506, - "name": "Avila Wilder", - "gender": "male", - "age": 35, - "address": { - "state": "Connecticut", - "city": "Rutherford" - } - }, - { - "id": 7507, - "name": "Nannie Russell", - "gender": "female", - "age": 24, - "address": { - "state": "New York", - "city": "Churchill" - } - }, - { - "id": 7508, - "name": "Candace Mcgee", - "gender": "female", - "age": 74, - "address": { - "state": "New Jersey", - "city": "Dorneyville" - } - }, - { - "id": 7509, - "name": "Stokes Head", - "gender": "male", - "age": 44, - "address": { - "state": "Florida", - "city": "Kent" - } - }, - { - "id": 7510, - "name": "Fitzgerald Ingram", - "gender": "male", - "age": 18, - "address": { - "state": "North Dakota", - "city": "Golconda" - } - }, - { - "id": 7511, - "name": "Rosie Ortega", - "gender": "female", - "age": 78, - "address": { - "state": "Kentucky", - "city": "Homeland" - } - }, - { - "id": 7512, - "name": "Nieves Sparks", - "gender": "male", - "age": 64, - "address": { - "state": "Oklahoma", - "city": "Edinburg" - } - }, - { - "id": 7513, - "name": "Gena Gillespie", - "gender": "female", - "age": 66, - "address": { - "state": "New Hampshire", - "city": "Winchester" - } - }, - { - "id": 7514, - "name": "Hutchinson Burris", - "gender": "male", - "age": 77, - "address": { - "state": "Indiana", - "city": "Linganore" - } - }, - { - "id": 7515, - "name": "Caroline Fitzgerald", - "gender": "female", - "age": 82, - "address": { - "state": "Alaska", - "city": "Cedarville" - } - }, - { - "id": 7516, - "name": "Ronda Watts", - "gender": "female", - "age": 70, - "address": { - "state": "Ohio", - "city": "Mulberry" - } - }, - { - "id": 7517, - "name": "Oconnor Howard", - "gender": "male", - "age": 27, - "address": { - "state": "California", - "city": "Linwood" - } - }, - { - "id": 7518, - "name": "House Mendoza", - "gender": "male", - "age": 31, - "address": { - "state": "Mississippi", - "city": "Deltaville" - } - }, - { - "id": 7519, - "name": "Queen Robbins", - "gender": "female", - "age": 30, - "address": { - "state": "New Mexico", - "city": "Brecon" - } - }, - { - "id": 7520, - "name": "Margie Guerrero", - "gender": "female", - "age": 49, - "address": { - "state": "South Dakota", - "city": "Ferney" - } - }, - { - "id": 7521, - "name": "Gaines Conner", - "gender": "male", - "age": 38, - "address": { - "state": "Kansas", - "city": "Stonybrook" - } - }, - { - "id": 7522, - "name": "Teresa Dejesus", - "gender": "female", - "age": 45, - "address": { - "state": "Vermont", - "city": "Nutrioso" - } - }, - { - "id": 7523, - "name": "Ebony Mayer", - "gender": "female", - "age": 71, - "address": { - "state": "Illinois", - "city": "Elfrida" - } - }, - { - "id": 7524, - "name": "Johnnie Roy", - "gender": "female", - "age": 24, - "address": { - "state": "Idaho", - "city": "Wilsonia" - } - }, - { - "id": 7525, - "name": "Alyssa Hutchinson", - "gender": "female", - "age": 49, - "address": { - "state": "Tennessee", - "city": "Hegins" - } - }, - { - "id": 7526, - "name": "Minerva Calderon", - "gender": "female", - "age": 80, - "address": { - "state": "Wisconsin", - "city": "Sidman" - } - }, - { - "id": 7527, - "name": "Beard Estes", - "gender": "male", - "age": 31, - "address": { - "state": "North Carolina", - "city": "Ogema" - } - }, - { - "id": 7528, - "name": "Olga Aguilar", - "gender": "female", - "age": 56, - "address": { - "state": "Delaware", - "city": "Chumuckla" - } - }, - { - "id": 7529, - "name": "Melva Fitzpatrick", - "gender": "female", - "age": 29, - "address": { - "state": "Nebraska", - "city": "Wakulla" - } - }, - { - "id": 7530, - "name": "Hebert Mcmahon", - "gender": "male", - "age": 25, - "address": { - "state": "Rhode Island", - "city": "Ellerslie" - } - }, - { - "id": 7531, - "name": "Kate Simon", - "gender": "female", - "age": 74, - "address": { - "state": "Arizona", - "city": "Gerton" - } - }, - { - "id": 7532, - "name": "Fischer Savage", - "gender": "male", - "age": 44, - "address": { - "state": "Minnesota", - "city": "Soudan" - } - }, - { - "id": 7533, - "name": "Eve Mays", - "gender": "female", - "age": 37, - "address": { - "state": "Alabama", - "city": "Imperial" - } - }, - { - "id": 7534, - "name": "Rodriquez Keith", - "gender": "male", - "age": 79, - "address": { - "state": "Texas", - "city": "Durham" - } - }, - { - "id": 7535, - "name": "Ruthie Duran", - "gender": "female", - "age": 33, - "address": { - "state": "Georgia", - "city": "Cuylerville" - } - }, - { - "id": 7536, - "name": "Wood Burke", - "gender": "male", - "age": 48, - "address": { - "state": "Montana", - "city": "Lowgap" - } - }, - { - "id": 7537, - "name": "Guthrie Mcclain", - "gender": "male", - "age": 45, - "address": { - "state": "Colorado", - "city": "Chalfant" - } - }, - { - "id": 7538, - "name": "Travis Carson", - "gender": "male", - "age": 66, - "address": { - "state": "Utah", - "city": "Lisco" - } - }, - { - "id": 7539, - "name": "Liz Bradley", - "gender": "female", - "age": 17, - "address": { - "state": "Arkansas", - "city": "Salix" - } - }, - { - "id": 7540, - "name": "Cleveland Hines", - "gender": "male", - "age": 63, - "address": { - "state": "South Carolina", - "city": "Shawmut" - } - }, - { - "id": 7541, - "name": "Penelope Hays", - "gender": "female", - "age": 68, - "address": { - "state": "Maryland", - "city": "Vowinckel" - } - }, - { - "id": 7542, - "name": "Patti Beck", - "gender": "female", - "age": 60, - "address": { - "state": "Iowa", - "city": "Shindler" - } - }, - { - "id": 7543, - "name": "Peterson Paul", - "gender": "male", - "age": 28, - "address": { - "state": "Pennsylvania", - "city": "Macdona" - } - }, - { - "id": 7544, - "name": "Ruth Mooney", - "gender": "female", - "age": 27, - "address": { - "state": "Maine", - "city": "Shasta" - } - }, - { - "id": 7545, - "name": "Patsy Lyons", - "gender": "female", - "age": 25, - "address": { - "state": "Nevada", - "city": "Summerfield" - } - }, - { - "id": 7546, - "name": "Obrien Robinson", - "gender": "male", - "age": 47, - "address": { - "state": "North Dakota", - "city": "Gambrills" - } - }, - { - "id": 7547, - "name": "Oneil Joyce", - "gender": "male", - "age": 46, - "address": { - "state": "West Virginia", - "city": "Tonopah" - } - }, - { - "id": 7548, - "name": "Emily Everett", - "gender": "female", - "age": 36, - "address": { - "state": "Indiana", - "city": "Cornfields" - } - }, - { - "id": 7549, - "name": "Monique Delgado", - "gender": "female", - "age": 31, - "address": { - "state": "Alaska", - "city": "Rossmore" - } - }, - { - "id": 7550, - "name": "Cabrera Bowers", - "gender": "male", - "age": 26, - "address": { - "state": "Tennessee", - "city": "Olney" - } - }, - { - "id": 7551, - "name": "Davenport Miller", - "gender": "male", - "age": 60, - "address": { - "state": "Oregon", - "city": "Woodburn" - } - }, - { - "id": 7552, - "name": "Ola Kramer", - "gender": "female", - "age": 61, - "address": { - "state": "New York", - "city": "Crisman" - } - }, - { - "id": 7553, - "name": "Vance Shaw", - "gender": "male", - "age": 17, - "address": { - "state": "Washington", - "city": "Esmont" - } - }, - { - "id": 7554, - "name": "Mccarty Guthrie", - "gender": "male", - "age": 54, - "address": { - "state": "Mississippi", - "city": "Echo" - } - }, - { - "id": 7555, - "name": "Irma Berg", - "gender": "female", - "age": 68, - "address": { - "state": "New Hampshire", - "city": "Elbert" - } - }, - { - "id": 7556, - "name": "Tasha Sawyer", - "gender": "female", - "age": 81, - "address": { - "state": "Idaho", - "city": "Darbydale" - } - }, - { - "id": 7557, - "name": "Roslyn Knox", - "gender": "female", - "age": 81, - "address": { - "state": "Nevada", - "city": "Geyserville" - } - }, - { - "id": 7558, - "name": "Sasha Wheeler", - "gender": "female", - "age": 35, - "address": { - "state": "South Carolina", - "city": "Thermal" - } - }, - { - "id": 7559, - "name": "Terrie Waller", - "gender": "female", - "age": 21, - "address": { - "state": "Oklahoma", - "city": "Beaverdale" - } - }, - { - "id": 7560, - "name": "Espinoza Walls", - "gender": "male", - "age": 73, - "address": { - "state": "Minnesota", - "city": "Morningside" - } - }, - { - "id": 7561, - "name": "Carolina Hebert", - "gender": "female", - "age": 82, - "address": { - "state": "New Jersey", - "city": "Whipholt" - } - }, - { - "id": 7562, - "name": "Shaw Ferrell", - "gender": "male", - "age": 63, - "address": { - "state": "North Carolina", - "city": "Elliston" - } - }, - { - "id": 7563, - "name": "Cunningham Gordon", - "gender": "male", - "age": 63, - "address": { - "state": "Rhode Island", - "city": "Gardiner" - } - }, - { - "id": 7564, - "name": "Webster Ortiz", - "gender": "male", - "age": 49, - "address": { - "state": "Texas", - "city": "Waverly" - } - }, - { - "id": 7565, - "name": "Levy Leach", - "gender": "male", - "age": 64, - "address": { - "state": "Michigan", - "city": "Savannah" - } - }, - { - "id": 7566, - "name": "Skinner Greene", - "gender": "male", - "age": 42, - "address": { - "state": "Pennsylvania", - "city": "Tuskahoma" - } - }, - { - "id": 7567, - "name": "Maynard Thompson", - "gender": "male", - "age": 20, - "address": { - "state": "Arkansas", - "city": "Tooleville" - } - }, - { - "id": 7568, - "name": "Brooks Vang", - "gender": "male", - "age": 36, - "address": { - "state": "Maryland", - "city": "Nadine" - } - }, - { - "id": 7569, - "name": "Davidson Barber", - "gender": "male", - "age": 23, - "address": { - "state": "Kansas", - "city": "Cloverdale" - } - }, - { - "id": 7570, - "name": "Lily Powers", - "gender": "female", - "age": 42, - "address": { - "state": "Arizona", - "city": "Connerton" - } - }, - { - "id": 7571, - "name": "Paula Francis", - "gender": "female", - "age": 37, - "address": { - "state": "Kentucky", - "city": "Chical" - } - }, - { - "id": 7572, - "name": "Antoinette Buchanan", - "gender": "female", - "age": 35, - "address": { - "state": "Alabama", - "city": "Vallonia" - } - }, - { - "id": 7573, - "name": "Verna Mcmahon", - "gender": "female", - "age": 21, - "address": { - "state": "Illinois", - "city": "Boykin" - } - }, - { - "id": 7574, - "name": "Saunders Vaughan", - "gender": "male", - "age": 61, - "address": { - "state": "Louisiana", - "city": "Caledonia" - } - }, - { - "id": 7575, - "name": "Lucile Slater", - "gender": "female", - "age": 30, - "address": { - "state": "Connecticut", - "city": "Homeworth" - } - }, - { - "id": 7576, - "name": "Spencer Ramos", - "gender": "male", - "age": 21, - "address": { - "state": "Wyoming", - "city": "Mapletown" - } - }, - { - "id": 7577, - "name": "Klein Gill", - "gender": "male", - "age": 54, - "address": { - "state": "Georgia", - "city": "Conway" - } - }, - { - "id": 7578, - "name": "Hendricks Hodge", - "gender": "male", - "age": 70, - "address": { - "state": "Vermont", - "city": "Freetown" - } - }, - { - "id": 7579, - "name": "Katrina Acosta", - "gender": "female", - "age": 42, - "address": { - "state": "California", - "city": "Weedville" - } - }, - { - "id": 7580, - "name": "Michelle Bowen", - "gender": "female", - "age": 40, - "address": { - "state": "Colorado", - "city": "Clay" - } - }, - { - "id": 7581, - "name": "Bruce Hansen", - "gender": "male", - "age": 44, - "address": { - "state": "Ohio", - "city": "Elrama" - } - }, - { - "id": 7582, - "name": "Battle Moreno", - "gender": "male", - "age": 36, - "address": { - "state": "Massachusetts", - "city": "Martinez" - } - }, - { - "id": 7583, - "name": "Huff Dillon", - "gender": "male", - "age": 24, - "address": { - "state": "Florida", - "city": "Kempton" - } - }, - { - "id": 7584, - "name": "Ashley Warren", - "gender": "male", - "age": 77, - "address": { - "state": "South Dakota", - "city": "Greensburg" - } - }, - { - "id": 7585, - "name": "Rowland Kent", - "gender": "male", - "age": 79, - "address": { - "state": "Maine", - "city": "Darrtown" - } - }, - { - "id": 7586, - "name": "Woods Stuart", - "gender": "male", - "age": 39, - "address": { - "state": "Iowa", - "city": "Levant" - } - }, - { - "id": 7587, - "name": "Gallegos Roberts", - "gender": "male", - "age": 19, - "address": { - "state": "New Mexico", - "city": "Starks" - } - }, - { - "id": 7588, - "name": "Turner Stein", - "gender": "male", - "age": 81, - "address": { - "state": "Wisconsin", - "city": "Cutter" - } - }, - { - "id": 7589, - "name": "Blackwell Benton", - "gender": "male", - "age": 30, - "address": { - "state": "Nebraska", - "city": "Townsend" - } - }, - { - "id": 7590, - "name": "Neal Bradley", - "gender": "male", - "age": 42, - "address": { - "state": "Hawaii", - "city": "Freelandville" - } - }, - { - "id": 7591, - "name": "Paulette Wong", - "gender": "female", - "age": 56, - "address": { - "state": "Virginia", - "city": "Jacumba" - } - }, - { - "id": 7592, - "name": "Nolan Trujillo", - "gender": "male", - "age": 63, - "address": { - "state": "Missouri", - "city": "Springdale" - } - }, - { - "id": 7593, - "name": "Debora Estes", - "gender": "female", - "age": 57, - "address": { - "state": "Delaware", - "city": "Leeper" - } - }, - { - "id": 7594, - "name": "Lindsay Davenport", - "gender": "male", - "age": 55, - "address": { - "state": "Utah", - "city": "Kimmell" - } - }, - { - "id": 7595, - "name": "Sandra Pate", - "gender": "female", - "age": 17, - "address": { - "state": "Wyoming", - "city": "Idamay" - } - }, - { - "id": 7596, - "name": "Georgette Ray", - "gender": "female", - "age": 48, - "address": { - "state": "California", - "city": "Waukeenah" - } - }, - { - "id": 7597, - "name": "Latoya Warner", - "gender": "female", - "age": 54, - "address": { - "state": "New Hampshire", - "city": "Efland" - } - }, - { - "id": 7598, - "name": "Wood Cummings", - "gender": "male", - "age": 61, - "address": { - "state": "Tennessee", - "city": "Jamestown" - } - }, - { - "id": 7599, - "name": "Reynolds Carter", - "gender": "male", - "age": 19, - "address": { - "state": "Delaware", - "city": "Fowlerville" - } - }, - { - "id": 7600, - "name": "Gabriela Chambers", - "gender": "female", - "age": 33, - "address": { - "state": "Alabama", - "city": "Romeville" - } - }, - { - "id": 7601, - "name": "Claudia Gibbs", - "gender": "female", - "age": 76, - "address": { - "state": "Arkansas", - "city": "Tioga" - } - }, - { - "id": 7602, - "name": "Curtis Fry", - "gender": "male", - "age": 64, - "address": { - "state": "Maine", - "city": "Gambrills" - } - }, - { - "id": 7603, - "name": "Dillard Long", - "gender": "male", - "age": 80, - "address": { - "state": "Michigan", - "city": "Independence" - } - }, - { - "id": 7604, - "name": "Tasha Clemons", - "gender": "female", - "age": 26, - "address": { - "state": "West Virginia", - "city": "Hessville" - } - }, - { - "id": 7605, - "name": "Lola Sandoval", - "gender": "female", - "age": 54, - "address": { - "state": "Connecticut", - "city": "Thornport" - } - }, - { - "id": 7606, - "name": "Tabitha Puckett", - "gender": "female", - "age": 76, - "address": { - "state": "Illinois", - "city": "Tivoli" - } - }, - { - "id": 7607, - "name": "Candy Fitzgerald", - "gender": "female", - "age": 75, - "address": { - "state": "Florida", - "city": "Cornfields" - } - }, - { - "id": 7608, - "name": "Alisa Roach", - "gender": "female", - "age": 64, - "address": { - "state": "Wisconsin", - "city": "Aberdeen" - } - }, - { - "id": 7609, - "name": "Aileen Henderson", - "gender": "female", - "age": 41, - "address": { - "state": "Georgia", - "city": "Greer" - } - }, - { - "id": 7610, - "name": "Odom Burt", - "gender": "male", - "age": 17, - "address": { - "state": "Massachusetts", - "city": "Vicksburg" - } - }, - { - "id": 7611, - "name": "Tamika Lindsay", - "gender": "female", - "age": 39, - "address": { - "state": "New York", - "city": "Emison" - } - }, - { - "id": 7612, - "name": "Vega Huff", - "gender": "male", - "age": 43, - "address": { - "state": "Kansas", - "city": "Durham" - } - }, - { - "id": 7613, - "name": "Darla Macdonald", - "gender": "female", - "age": 53, - "address": { - "state": "Maryland", - "city": "Allentown" - } - }, - { - "id": 7614, - "name": "Chandler Fletcher", - "gender": "male", - "age": 41, - "address": { - "state": "Pennsylvania", - "city": "Alleghenyville" - } - }, - { - "id": 7615, - "name": "Catalina Cobb", - "gender": "female", - "age": 56, - "address": { - "state": "Rhode Island", - "city": "Belvoir" - } - }, - { - "id": 7616, - "name": "Villarreal Morin", - "gender": "male", - "age": 72, - "address": { - "state": "Alaska", - "city": "Wright" - } - }, - { - "id": 7617, - "name": "Harriett Hodge", - "gender": "female", - "age": 36, - "address": { - "state": "New Jersey", - "city": "Dalton" - } - }, - { - "id": 7618, - "name": "Sweet Haley", - "gender": "male", - "age": 21, - "address": { - "state": "Missouri", - "city": "Enoree" - } - }, - { - "id": 7619, - "name": "Britt Wong", - "gender": "male", - "age": 42, - "address": { - "state": "South Dakota", - "city": "Sisquoc" - } - }, - { - "id": 7620, - "name": "Beasley Eaton", - "gender": "male", - "age": 40, - "address": { - "state": "Vermont", - "city": "Lowgap" - } - }, - { - "id": 7621, - "name": "Adeline Stanley", - "gender": "female", - "age": 48, - "address": { - "state": "Arizona", - "city": "Catherine" - } - }, - { - "id": 7622, - "name": "Valentine Sheppard", - "gender": "male", - "age": 76, - "address": { - "state": "Virginia", - "city": "Calvary" - } - }, - { - "id": 7623, - "name": "Lucile Villarreal", - "gender": "female", - "age": 47, - "address": { - "state": "South Carolina", - "city": "Cumminsville" - } - }, - { - "id": 7624, - "name": "Jerry Love", - "gender": "female", - "age": 68, - "address": { - "state": "Hawaii", - "city": "Wakulla" - } - }, - { - "id": 7625, - "name": "Gail Beasley", - "gender": "female", - "age": 23, - "address": { - "state": "Mississippi", - "city": "Kipp" - } - }, - { - "id": 7626, - "name": "Karina Stone", - "gender": "female", - "age": 61, - "address": { - "state": "New Mexico", - "city": "Vernon" - } - }, - { - "id": 7627, - "name": "Jones Clements", - "gender": "male", - "age": 67, - "address": { - "state": "Nevada", - "city": "Osmond" - } - }, - { - "id": 7628, - "name": "Holcomb Frank", - "gender": "male", - "age": 30, - "address": { - "state": "Idaho", - "city": "Alamo" - } - }, - { - "id": 7629, - "name": "Butler Massey", - "gender": "male", - "age": 32, - "address": { - "state": "Minnesota", - "city": "Westboro" - } - }, - { - "id": 7630, - "name": "Hart Adams", - "gender": "male", - "age": 31, - "address": { - "state": "Colorado", - "city": "Waumandee" - } - }, - { - "id": 7631, - "name": "Armstrong Burke", - "gender": "male", - "age": 19, - "address": { - "state": "Louisiana", - "city": "Nile" - } - }, - { - "id": 7632, - "name": "Alberta Nguyen", - "gender": "female", - "age": 27, - "address": { - "state": "Nebraska", - "city": "Gulf" - } - }, - { - "id": 7633, - "name": "Head Conway", - "gender": "male", - "age": 59, - "address": { - "state": "Indiana", - "city": "Veyo" - } - }, - { - "id": 7634, - "name": "Sweeney Wolfe", - "gender": "male", - "age": 57, - "address": { - "state": "Washington", - "city": "Hall" - } - }, - { - "id": 7635, - "name": "Elba Simon", - "gender": "female", - "age": 29, - "address": { - "state": "Oregon", - "city": "Norfolk" - } - }, - { - "id": 7636, - "name": "Sasha Berry", - "gender": "female", - "age": 49, - "address": { - "state": "Kentucky", - "city": "Taft" - } - }, - { - "id": 7637, - "name": "Susie Franco", - "gender": "female", - "age": 71, - "address": { - "state": "Iowa", - "city": "Greenwich" - } - }, - { - "id": 7638, - "name": "Lawrence Wood", - "gender": "male", - "age": 51, - "address": { - "state": "North Carolina", - "city": "Kent" - } - }, - { - "id": 7639, - "name": "Lewis Cline", - "gender": "male", - "age": 36, - "address": { - "state": "Texas", - "city": "Cannondale" - } - }, - { - "id": 7640, - "name": "Griffin Lindsey", - "gender": "male", - "age": 19, - "address": { - "state": "Ohio", - "city": "Cresaptown" - } - }, - { - "id": 7641, - "name": "Yvonne Lara", - "gender": "female", - "age": 35, - "address": { - "state": "North Dakota", - "city": "Cavalero" - } - }, - { - "id": 7642, - "name": "Herring Sutton", - "gender": "male", - "age": 42, - "address": { - "state": "Montana", - "city": "Dubois" - } - }, - { - "id": 7643, - "name": "Silva Justice", - "gender": "male", - "age": 22, - "address": { - "state": "Oklahoma", - "city": "Curtice" - } - }, - { - "id": 7644, - "name": "Adrian Wilkins", - "gender": "female", - "age": 66, - "address": { - "state": "Utah", - "city": "Eggertsville" - } - }, - { - "id": 7645, - "name": "Bentley Baker", - "gender": "male", - "age": 53, - "address": { - "state": "California", - "city": "Greer" - } - }, - { - "id": 7646, - "name": "Reid Hoffman", - "gender": "male", - "age": 22, - "address": { - "state": "New Jersey", - "city": "Dundee" - } - }, - { - "id": 7647, - "name": "Noelle Dillon", - "gender": "female", - "age": 73, - "address": { - "state": "Arkansas", - "city": "Watchtower" - } - }, - { - "id": 7648, - "name": "Dina Burt", - "gender": "female", - "age": 28, - "address": { - "state": "Texas", - "city": "Madaket" - } - }, - { - "id": 7649, - "name": "Casandra Martinez", - "gender": "female", - "age": 72, - "address": { - "state": "Georgia", - "city": "Caberfae" - } - }, - { - "id": 7650, - "name": "Rodgers Sears", - "gender": "male", - "age": 82, - "address": { - "state": "North Carolina", - "city": "Darrtown" - } - }, - { - "id": 7651, - "name": "Katina Castro", - "gender": "female", - "age": 39, - "address": { - "state": "Maine", - "city": "National" - } - }, - { - "id": 7652, - "name": "Oconnor Williams", - "gender": "male", - "age": 66, - "address": { - "state": "Missouri", - "city": "Grandview" - } - }, - { - "id": 7653, - "name": "Leona Allen", - "gender": "female", - "age": 57, - "address": { - "state": "West Virginia", - "city": "Roosevelt" - } - }, - { - "id": 7654, - "name": "Vazquez Riggs", - "gender": "male", - "age": 66, - "address": { - "state": "Florida", - "city": "Eagleville" - } - }, - { - "id": 7655, - "name": "Margery Strong", - "gender": "female", - "age": 27, - "address": { - "state": "Kansas", - "city": "Vicksburg" - } - }, - { - "id": 7656, - "name": "Lorna Cruz", - "gender": "female", - "age": 31, - "address": { - "state": "Minnesota", - "city": "Groveville" - } - }, - { - "id": 7657, - "name": "Bolton Saunders", - "gender": "male", - "age": 27, - "address": { - "state": "Virginia", - "city": "Dorneyville" - } - }, - { - "id": 7658, - "name": "Eliza Malone", - "gender": "female", - "age": 42, - "address": { - "state": "Idaho", - "city": "Beechmont" - } - }, - { - "id": 7659, - "name": "Opal Fletcher", - "gender": "female", - "age": 23, - "address": { - "state": "Maryland", - "city": "Stonybrook" - } - }, - { - "id": 7660, - "name": "Tricia Manning", - "gender": "female", - "age": 46, - "address": { - "state": "Connecticut", - "city": "Broadlands" - } - }, - { - "id": 7661, - "name": "Drake Ortega", - "gender": "male", - "age": 49, - "address": { - "state": "Massachusetts", - "city": "Robinette" - } - }, - { - "id": 7662, - "name": "Shauna Lawson", - "gender": "female", - "age": 73, - "address": { - "state": "Louisiana", - "city": "Oneida" - } - }, - { - "id": 7663, - "name": "Lindsay Olson", - "gender": "female", - "age": 26, - "address": { - "state": "Rhode Island", - "city": "Dellview" - } - }, - { - "id": 7664, - "name": "Rollins Taylor", - "gender": "male", - "age": 34, - "address": { - "state": "Nebraska", - "city": "Gibsonia" - } - }, - { - "id": 7665, - "name": "Burns Briggs", - "gender": "male", - "age": 22, - "address": { - "state": "Mississippi", - "city": "Bowden" - } - }, - { - "id": 7666, - "name": "Hicks Holloway", - "gender": "male", - "age": 71, - "address": { - "state": "New Hampshire", - "city": "Leland" - } - }, - { - "id": 7667, - "name": "Patty Hunt", - "gender": "female", - "age": 45, - "address": { - "state": "South Dakota", - "city": "Chautauqua" - } - }, - { - "id": 7668, - "name": "Maude Burch", - "gender": "female", - "age": 18, - "address": { - "state": "Oklahoma", - "city": "Vandiver" - } - }, - { - "id": 7669, - "name": "Ware Mcbride", - "gender": "male", - "age": 43, - "address": { - "state": "Arizona", - "city": "Dale" - } - }, - { - "id": 7670, - "name": "Jessica Alvarado", - "gender": "female", - "age": 61, - "address": { - "state": "New York", - "city": "Herbster" - } - }, - { - "id": 7671, - "name": "Freda Drake", - "gender": "female", - "age": 41, - "address": { - "state": "Colorado", - "city": "Thynedale" - } - }, - { - "id": 7672, - "name": "Angelica Gregory", - "gender": "female", - "age": 34, - "address": { - "state": "New Mexico", - "city": "Hiko" - } - }, - { - "id": 7673, - "name": "Tyler Kane", - "gender": "male", - "age": 42, - "address": { - "state": "Iowa", - "city": "Robinson" - } - }, - { - "id": 7674, - "name": "Webster Hicks", - "gender": "male", - "age": 48, - "address": { - "state": "Alaska", - "city": "Limestone" - } - }, - { - "id": 7675, - "name": "Guadalupe Mathis", - "gender": "female", - "age": 55, - "address": { - "state": "Hawaii", - "city": "Waikele" - } - }, - { - "id": 7676, - "name": "Polly Gamble", - "gender": "female", - "age": 68, - "address": { - "state": "Nevada", - "city": "Dola" - } - }, - { - "id": 7677, - "name": "Black Marshall", - "gender": "male", - "age": 39, - "address": { - "state": "Vermont", - "city": "Blodgett" - } - }, - { - "id": 7678, - "name": "Stephanie Richmond", - "gender": "female", - "age": 30, - "address": { - "state": "Kentucky", - "city": "Forbestown" - } - }, - { - "id": 7679, - "name": "Lynch Miller", - "gender": "male", - "age": 73, - "address": { - "state": "Washington", - "city": "Geyserville" - } - }, - { - "id": 7680, - "name": "Bowen Davenport", - "gender": "male", - "age": 76, - "address": { - "state": "Wyoming", - "city": "Orviston" - } - }, - { - "id": 7681, - "name": "Mccarty Mayer", - "gender": "male", - "age": 59, - "address": { - "state": "Ohio", - "city": "Jamestown" - } - }, - { - "id": 7682, - "name": "Fry Patterson", - "gender": "male", - "age": 47, - "address": { - "state": "Michigan", - "city": "Cochranville" - } - }, - { - "id": 7683, - "name": "Norris Flynn", - "gender": "male", - "age": 55, - "address": { - "state": "Delaware", - "city": "Finderne" - } - }, - { - "id": 7684, - "name": "Tammy Kirkland", - "gender": "female", - "age": 64, - "address": { - "state": "Montana", - "city": "Walland" - } - }, - { - "id": 7685, - "name": "Roberson Golden", - "gender": "male", - "age": 26, - "address": { - "state": "North Dakota", - "city": "Chaparrito" - } - }, - { - "id": 7686, - "name": "Gonzalez Mcneil", - "gender": "male", - "age": 24, - "address": { - "state": "Wisconsin", - "city": "Saranap" - } - }, - { - "id": 7687, - "name": "Reese Wood", - "gender": "male", - "age": 30, - "address": { - "state": "Oregon", - "city": "Oretta" - } - }, - { - "id": 7688, - "name": "Wright Monroe", - "gender": "male", - "age": 57, - "address": { - "state": "Pennsylvania", - "city": "Epworth" - } - }, - { - "id": 7689, - "name": "Guy Cantu", - "gender": "male", - "age": 25, - "address": { - "state": "Tennessee", - "city": "Advance" - } - }, - { - "id": 7690, - "name": "Melissa Harmon", - "gender": "female", - "age": 81, - "address": { - "state": "Illinois", - "city": "Corriganville" - } - }, - { - "id": 7691, - "name": "Cannon Moon", - "gender": "male", - "age": 50, - "address": { - "state": "Indiana", - "city": "Waterloo" - } - }, - { - "id": 7692, - "name": "Benson Vincent", - "gender": "male", - "age": 49, - "address": { - "state": "South Carolina", - "city": "Summerset" - } - }, - { - "id": 7693, - "name": "Marci Davidson", - "gender": "female", - "age": 34, - "address": { - "state": "Utah", - "city": "Caron" - } - }, - { - "id": 7694, - "name": "Rhea Strickland", - "gender": "female", - "age": 35, - "address": { - "state": "Kentucky", - "city": "Rivera" - } - }, - { - "id": 7695, - "name": "Holly Meadows", - "gender": "female", - "age": 64, - "address": { - "state": "Virginia", - "city": "Wescosville" - } - }, - { - "id": 7696, - "name": "Carson Hammond", - "gender": "male", - "age": 55, - "address": { - "state": "Missouri", - "city": "Kohatk" - } - }, - { - "id": 7697, - "name": "Adriana Fuller", - "gender": "female", - "age": 58, - "address": { - "state": "Delaware", - "city": "Canoochee" - } - }, - { - "id": 7698, - "name": "Wheeler Hernandez", - "gender": "male", - "age": 42, - "address": { - "state": "North Dakota", - "city": "Defiance" - } - }, - { - "id": 7699, - "name": "Wilma Mercer", - "gender": "female", - "age": 64, - "address": { - "state": "Massachusetts", - "city": "Curtice" - } - }, - { - "id": 7700, - "name": "Traci Glover", - "gender": "female", - "age": 49, - "address": { - "state": "Arkansas", - "city": "Wiscon" - } - }, - { - "id": 7701, - "name": "Tammy Stephens", - "gender": "female", - "age": 57, - "address": { - "state": "West Virginia", - "city": "Stevens" - } - }, - { - "id": 7702, - "name": "Kelley Mccormick", - "gender": "female", - "age": 29, - "address": { - "state": "Georgia", - "city": "Edenburg" - } - }, - { - "id": 7703, - "name": "Susan Gordon", - "gender": "female", - "age": 58, - "address": { - "state": "New Jersey", - "city": "Choctaw" - } - }, - { - "id": 7704, - "name": "Adeline Kemp", - "gender": "female", - "age": 80, - "address": { - "state": "Tennessee", - "city": "Interlochen" - } - }, - { - "id": 7705, - "name": "Coleman Farley", - "gender": "male", - "age": 37, - "address": { - "state": "New Mexico", - "city": "Thomasville" - } - }, - { - "id": 7706, - "name": "Sandy Bennett", - "gender": "female", - "age": 31, - "address": { - "state": "Florida", - "city": "Winston" - } - }, - { - "id": 7707, - "name": "Kathy Banks", - "gender": "female", - "age": 38, - "address": { - "state": "Alaska", - "city": "Skyland" - } - }, - { - "id": 7708, - "name": "Hanson Lancaster", - "gender": "male", - "age": 66, - "address": { - "state": "Texas", - "city": "Valle" - } - }, - { - "id": 7709, - "name": "Pittman Wiley", - "gender": "male", - "age": 68, - "address": { - "state": "Illinois", - "city": "Strong" - } - }, - { - "id": 7710, - "name": "Darlene Leach", - "gender": "female", - "age": 56, - "address": { - "state": "Colorado", - "city": "Madaket" - } - }, - { - "id": 7711, - "name": "Ida Sargent", - "gender": "female", - "age": 57, - "address": { - "state": "Indiana", - "city": "Foscoe" - } - }, - { - "id": 7712, - "name": "David Fernandez", - "gender": "male", - "age": 78, - "address": { - "state": "Nevada", - "city": "Fingerville" - } - }, - { - "id": 7713, - "name": "Bennett Kaufman", - "gender": "male", - "age": 57, - "address": { - "state": "Oregon", - "city": "Ruckersville" - } - }, - { - "id": 7714, - "name": "Twila Bean", - "gender": "female", - "age": 78, - "address": { - "state": "Wyoming", - "city": "Caroline" - } - }, - { - "id": 7715, - "name": "Nichols Dickerson", - "gender": "male", - "age": 35, - "address": { - "state": "Nebraska", - "city": "Day" - } - }, - { - "id": 7716, - "name": "Medina Richardson", - "gender": "male", - "age": 59, - "address": { - "state": "Alabama", - "city": "Wells" - } - }, - { - "id": 7717, - "name": "Julie Hays", - "gender": "female", - "age": 20, - "address": { - "state": "Vermont", - "city": "Trail" - } - }, - { - "id": 7718, - "name": "Carroll Morrow", - "gender": "male", - "age": 59, - "address": { - "state": "Connecticut", - "city": "Bynum" - } - }, - { - "id": 7719, - "name": "Consuelo Hurley", - "gender": "female", - "age": 74, - "address": { - "state": "Arizona", - "city": "Lupton" - } - }, - { - "id": 7720, - "name": "Everett Valenzuela", - "gender": "male", - "age": 40, - "address": { - "state": "Wisconsin", - "city": "Lopezo" - } - }, - { - "id": 7721, - "name": "Avila Rios", - "gender": "male", - "age": 72, - "address": { - "state": "New Hampshire", - "city": "Muir" - } - }, - { - "id": 7722, - "name": "Webb Odom", - "gender": "male", - "age": 52, - "address": { - "state": "New York", - "city": "Aberdeen" - } - }, - { - "id": 7723, - "name": "Monica Vazquez", - "gender": "female", - "age": 36, - "address": { - "state": "Mississippi", - "city": "Shindler" - } - }, - { - "id": 7724, - "name": "Brennan Chang", - "gender": "male", - "age": 47, - "address": { - "state": "Idaho", - "city": "Dexter" - } - }, - { - "id": 7725, - "name": "Josephine Lloyd", - "gender": "female", - "age": 52, - "address": { - "state": "Montana", - "city": "Goodville" - } - }, - { - "id": 7726, - "name": "Jacqueline Perez", - "gender": "female", - "age": 19, - "address": { - "state": "Maine", - "city": "Coral" - } - }, - { - "id": 7727, - "name": "Mcclure Pitts", - "gender": "male", - "age": 48, - "address": { - "state": "Oklahoma", - "city": "Courtland" - } - }, - { - "id": 7728, - "name": "Blanchard Ramos", - "gender": "male", - "age": 54, - "address": { - "state": "Ohio", - "city": "Rivers" - } - }, - { - "id": 7729, - "name": "Melody Howe", - "gender": "female", - "age": 52, - "address": { - "state": "South Dakota", - "city": "Winfred" - } - }, - { - "id": 7730, - "name": "Blake Burns", - "gender": "male", - "age": 63, - "address": { - "state": "Louisiana", - "city": "Grayhawk" - } - }, - { - "id": 7731, - "name": "Gloria Guerra", - "gender": "female", - "age": 72, - "address": { - "state": "Michigan", - "city": "Bowie" - } - }, - { - "id": 7732, - "name": "Stuart Rivera", - "gender": "male", - "age": 42, - "address": { - "state": "Rhode Island", - "city": "Salix" - } - }, - { - "id": 7733, - "name": "Blackburn Yates", - "gender": "male", - "age": 66, - "address": { - "state": "North Carolina", - "city": "Edmund" - } - }, - { - "id": 7734, - "name": "Lambert Owen", - "gender": "male", - "age": 27, - "address": { - "state": "Maryland", - "city": "Richford" - } - }, - { - "id": 7735, - "name": "Pate Montgomery", - "gender": "male", - "age": 18, - "address": { - "state": "Hawaii", - "city": "Otranto" - } - }, - { - "id": 7736, - "name": "Valencia Kirk", - "gender": "male", - "age": 17, - "address": { - "state": "Pennsylvania", - "city": "Elfrida" - } - }, - { - "id": 7737, - "name": "Spence Harrington", - "gender": "male", - "age": 41, - "address": { - "state": "California", - "city": "Russellville" - } - }, - { - "id": 7738, - "name": "Stevenson Haley", - "gender": "male", - "age": 75, - "address": { - "state": "Minnesota", - "city": "Dellview" - } - }, - { - "id": 7739, - "name": "Noemi Foley", - "gender": "female", - "age": 28, - "address": { - "state": "South Carolina", - "city": "Nipinnawasee" - } - }, - { - "id": 7740, - "name": "Irene Chandler", - "gender": "female", - "age": 70, - "address": { - "state": "Kansas", - "city": "Lindisfarne" - } - }, - { - "id": 7741, - "name": "Carmen Johns", - "gender": "female", - "age": 23, - "address": { - "state": "Iowa", - "city": "Albany" - } - }, - { - "id": 7742, - "name": "Massey Nieves", - "gender": "male", - "age": 64, - "address": { - "state": "Texas", - "city": "Kiskimere" - } - }, - { - "id": 7743, - "name": "Deirdre Reeves", - "gender": "female", - "age": 79, - "address": { - "state": "Michigan", - "city": "Hessville" - } - }, - { - "id": 7744, - "name": "Walsh Garza", - "gender": "male", - "age": 62, - "address": { - "state": "Delaware", - "city": "Morgandale" - } - }, - { - "id": 7745, - "name": "Harding Wiley", - "gender": "male", - "age": 49, - "address": { - "state": "Washington", - "city": "Frystown" - } - }, - { - "id": 7746, - "name": "Guadalupe Hopkins", - "gender": "female", - "age": 27, - "address": { - "state": "Hawaii", - "city": "Gila" - } - }, - { - "id": 7747, - "name": "Welch Todd", - "gender": "male", - "age": 80, - "address": { - "state": "Wyoming", - "city": "Grantville" - } - }, - { - "id": 7748, - "name": "Neal Carver", - "gender": "male", - "age": 26, - "address": { - "state": "Utah", - "city": "Bartley" - } - }, - { - "id": 7749, - "name": "Ruby Wood", - "gender": "female", - "age": 26, - "address": { - "state": "Oklahoma", - "city": "Motley" - } - }, - { - "id": 7750, - "name": "Beard Carlson", - "gender": "male", - "age": 80, - "address": { - "state": "North Dakota", - "city": "Slovan" - } - }, - { - "id": 7751, - "name": "Hutchinson Myers", - "gender": "male", - "age": 75, - "address": { - "state": "Illinois", - "city": "Masthope" - } - }, - { - "id": 7752, - "name": "Bettie Hill", - "gender": "female", - "age": 20, - "address": { - "state": "Montana", - "city": "Imperial" - } - }, - { - "id": 7753, - "name": "Vazquez Franks", - "gender": "male", - "age": 78, - "address": { - "state": "West Virginia", - "city": "Rosine" - } - }, - { - "id": 7754, - "name": "Enid Davidson", - "gender": "female", - "age": 33, - "address": { - "state": "New York", - "city": "Starks" - } - }, - { - "id": 7755, - "name": "Jolene Rodriquez", - "gender": "female", - "age": 49, - "address": { - "state": "Mississippi", - "city": "Robinson" - } - }, - { - "id": 7756, - "name": "Rosalyn Townsend", - "gender": "female", - "age": 50, - "address": { - "state": "Kansas", - "city": "Leyner" - } - }, - { - "id": 7757, - "name": "Jacklyn Shepherd", - "gender": "female", - "age": 20, - "address": { - "state": "Arkansas", - "city": "Hayes" - } - }, - { - "id": 7758, - "name": "Melissa Graham", - "gender": "female", - "age": 19, - "address": { - "state": "Massachusetts", - "city": "Barronett" - } - }, - { - "id": 7759, - "name": "Snow Doyle", - "gender": "male", - "age": 53, - "address": { - "state": "Missouri", - "city": "Dubois" - } - }, - { - "id": 7760, - "name": "Walker Christensen", - "gender": "male", - "age": 52, - "address": { - "state": "California", - "city": "Baden" - } - }, - { - "id": 7761, - "name": "Kay Short", - "gender": "female", - "age": 44, - "address": { - "state": "New Hampshire", - "city": "Dunbar" - } - }, - { - "id": 7762, - "name": "Sheri Tyler", - "gender": "female", - "age": 58, - "address": { - "state": "Rhode Island", - "city": "Trexlertown" - } - }, - { - "id": 7763, - "name": "Olsen Cervantes", - "gender": "male", - "age": 63, - "address": { - "state": "New Jersey", - "city": "Orovada" - } - }, - { - "id": 7764, - "name": "Holloway Burton", - "gender": "male", - "age": 82, - "address": { - "state": "Alaska", - "city": "Haring" - } - }, - { - "id": 7765, - "name": "Roy Cox", - "gender": "male", - "age": 70, - "address": { - "state": "Pennsylvania", - "city": "Ruckersville" - } - }, - { - "id": 7766, - "name": "Angela Burch", - "gender": "female", - "age": 24, - "address": { - "state": "Arizona", - "city": "Vincent" - } - }, - { - "id": 7767, - "name": "Charlotte Carroll", - "gender": "female", - "age": 75, - "address": { - "state": "Georgia", - "city": "Southview" - } - }, - { - "id": 7768, - "name": "Gonzales Chaney", - "gender": "male", - "age": 53, - "address": { - "state": "South Carolina", - "city": "Santel" - } - }, - { - "id": 7769, - "name": "Hattie Knapp", - "gender": "female", - "age": 25, - "address": { - "state": "Louisiana", - "city": "Cresaptown" - } - }, - { - "id": 7770, - "name": "Jeanine Hartman", - "gender": "female", - "age": 66, - "address": { - "state": "Wisconsin", - "city": "Chilton" - } - }, - { - "id": 7771, - "name": "Melba Cannon", - "gender": "female", - "age": 39, - "address": { - "state": "Oregon", - "city": "Chestnut" - } - }, - { - "id": 7772, - "name": "Toni Pearson", - "gender": "female", - "age": 32, - "address": { - "state": "Tennessee", - "city": "Wheaton" - } - }, - { - "id": 7773, - "name": "Franco Wilcox", - "gender": "male", - "age": 65, - "address": { - "state": "Ohio", - "city": "Fulford" - } - }, - { - "id": 7774, - "name": "Joseph Cote", - "gender": "male", - "age": 51, - "address": { - "state": "Florida", - "city": "Tilden" - } - }, - { - "id": 7775, - "name": "Patricia Burgess", - "gender": "female", - "age": 51, - "address": { - "state": "Maine", - "city": "Accoville" - } - }, - { - "id": 7776, - "name": "Stephanie Mills", - "gender": "female", - "age": 31, - "address": { - "state": "Connecticut", - "city": "Veyo" - } - }, - { - "id": 7777, - "name": "Michael Eaton", - "gender": "female", - "age": 21, - "address": { - "state": "Alabama", - "city": "Trinway" - } - }, - { - "id": 7778, - "name": "Bridget Walsh", - "gender": "female", - "age": 72, - "address": { - "state": "Nebraska", - "city": "Bannock" - } - }, - { - "id": 7779, - "name": "Millie Clarke", - "gender": "female", - "age": 59, - "address": { - "state": "Kentucky", - "city": "Tuskahoma" - } - }, - { - "id": 7780, - "name": "Franks Hebert", - "gender": "male", - "age": 59, - "address": { - "state": "Idaho", - "city": "Englevale" - } - }, - { - "id": 7781, - "name": "Cathy Nguyen", - "gender": "female", - "age": 68, - "address": { - "state": "Maryland", - "city": "Hartsville/Hartley" - } - }, - { - "id": 7782, - "name": "Kerri Riggs", - "gender": "female", - "age": 17, - "address": { - "state": "Vermont", - "city": "Camptown" - } - }, - { - "id": 7783, - "name": "Nanette Aguilar", - "gender": "female", - "age": 43, - "address": { - "state": "Virginia", - "city": "Crayne" - } - }, - { - "id": 7784, - "name": "Oliver Douglas", - "gender": "male", - "age": 82, - "address": { - "state": "South Dakota", - "city": "Bowie" - } - }, - { - "id": 7785, - "name": "Sherrie Page", - "gender": "female", - "age": 41, - "address": { - "state": "Iowa", - "city": "Longoria" - } - }, - { - "id": 7786, - "name": "Mckinney Kirkland", - "gender": "male", - "age": 56, - "address": { - "state": "Colorado", - "city": "Callaghan" - } - }, - { - "id": 7787, - "name": "Lilian Abbott", - "gender": "female", - "age": 20, - "address": { - "state": "Indiana", - "city": "Marbury" - } - }, - { - "id": 7788, - "name": "Mcgowan Cain", - "gender": "male", - "age": 78, - "address": { - "state": "New Mexico", - "city": "Alleghenyville" - } - }, - { - "id": 7789, - "name": "Celia Duke", - "gender": "female", - "age": 80, - "address": { - "state": "Minnesota", - "city": "Falconaire" - } - }, - { - "id": 7790, - "name": "Hunter Bright", - "gender": "male", - "age": 58, - "address": { - "state": "Nevada", - "city": "Kempton" - } - }, - { - "id": 7791, - "name": "Ursula Long", - "gender": "female", - "age": 67, - "address": { - "state": "Florida", - "city": "Chumuckla" - } - }, - { - "id": 7792, - "name": "Saundra Roberson", - "gender": "female", - "age": 52, - "address": { - "state": "Georgia", - "city": "Albany" - } - }, - { - "id": 7793, - "name": "Clarke Mills", - "gender": "male", - "age": 31, - "address": { - "state": "Ohio", - "city": "Holcombe" - } - }, - { - "id": 7794, - "name": "Fuller Flowers", - "gender": "male", - "age": 21, - "address": { - "state": "Illinois", - "city": "Lisco" - } - }, - { - "id": 7795, - "name": "Aileen Horton", - "gender": "female", - "age": 20, - "address": { - "state": "Oregon", - "city": "Kilbourne" - } - }, - { - "id": 7796, - "name": "Moody Gross", - "gender": "male", - "age": 34, - "address": { - "state": "South Carolina", - "city": "Idledale" - } - }, - { - "id": 7797, - "name": "Bullock Vazquez", - "gender": "male", - "age": 38, - "address": { - "state": "Missouri", - "city": "Joppa" - } - }, - { - "id": 7798, - "name": "Claudine Roman", - "gender": "female", - "age": 26, - "address": { - "state": "Iowa", - "city": "Trona" - } - }, - { - "id": 7799, - "name": "Cecile Sawyer", - "gender": "female", - "age": 66, - "address": { - "state": "Colorado", - "city": "Brule" - } - }, - { - "id": 7800, - "name": "Rosemarie Tillman", - "gender": "female", - "age": 21, - "address": { - "state": "Mississippi", - "city": "Guilford" - } - }, - { - "id": 7801, - "name": "Lakisha Browning", - "gender": "female", - "age": 75, - "address": { - "state": "Maryland", - "city": "Camino" - } - }, - { - "id": 7802, - "name": "Leonor Mcgowan", - "gender": "female", - "age": 52, - "address": { - "state": "Oklahoma", - "city": "Tivoli" - } - }, - { - "id": 7803, - "name": "Imelda Gilmore", - "gender": "female", - "age": 59, - "address": { - "state": "Kansas", - "city": "Welda" - } - }, - { - "id": 7804, - "name": "Mcknight Kline", - "gender": "male", - "age": 31, - "address": { - "state": "South Dakota", - "city": "Forestburg" - } - }, - { - "id": 7805, - "name": "Josefina Bates", - "gender": "female", - "age": 80, - "address": { - "state": "Washington", - "city": "Oneida" - } - }, - { - "id": 7806, - "name": "Sandra Hodges", - "gender": "female", - "age": 22, - "address": { - "state": "Montana", - "city": "Grayhawk" - } - }, - { - "id": 7807, - "name": "Byers Romero", - "gender": "male", - "age": 48, - "address": { - "state": "Alaska", - "city": "Nipinnawasee" - } - }, - { - "id": 7808, - "name": "Figueroa Montoya", - "gender": "male", - "age": 71, - "address": { - "state": "Minnesota", - "city": "Sunnyside" - } - }, - { - "id": 7809, - "name": "Glover Robbins", - "gender": "male", - "age": 23, - "address": { - "state": "Massachusetts", - "city": "Thermal" - } - }, - { - "id": 7810, - "name": "Todd Elliott", - "gender": "male", - "age": 50, - "address": { - "state": "North Carolina", - "city": "Hilltop" - } - }, - { - "id": 7811, - "name": "Lupe Day", - "gender": "female", - "age": 34, - "address": { - "state": "Wisconsin", - "city": "Wanship" - } - }, - { - "id": 7812, - "name": "Sallie Davidson", - "gender": "female", - "age": 40, - "address": { - "state": "New Mexico", - "city": "Bawcomville" - } - }, - { - "id": 7813, - "name": "Bass Carr", - "gender": "male", - "age": 27, - "address": { - "state": "California", - "city": "Sultana" - } - }, - { - "id": 7814, - "name": "Galloway Baird", - "gender": "male", - "age": 75, - "address": { - "state": "Nebraska", - "city": "Brownlee" - } - }, - { - "id": 7815, - "name": "Alvarado Huffman", - "gender": "male", - "age": 38, - "address": { - "state": "Tennessee", - "city": "Needmore" - } - }, - { - "id": 7816, - "name": "Ronda Robles", - "gender": "female", - "age": 23, - "address": { - "state": "Wyoming", - "city": "Wauhillau" - } - }, - { - "id": 7817, - "name": "Bonner Greene", - "gender": "male", - "age": 25, - "address": { - "state": "Virginia", - "city": "Deputy" - } - }, - { - "id": 7818, - "name": "Blanche Blankenship", - "gender": "female", - "age": 32, - "address": { - "state": "Indiana", - "city": "Osage" - } - }, - { - "id": 7819, - "name": "Terrell Blair", - "gender": "male", - "age": 29, - "address": { - "state": "Idaho", - "city": "Ernstville" - } - }, - { - "id": 7820, - "name": "Pam Walls", - "gender": "female", - "age": 37, - "address": { - "state": "New York", - "city": "Fingerville" - } - }, - { - "id": 7821, - "name": "Earnestine Little", - "gender": "female", - "age": 66, - "address": { - "state": "Utah", - "city": "Freeburn" - } - }, - { - "id": 7822, - "name": "Herrera Good", - "gender": "male", - "age": 74, - "address": { - "state": "North Dakota", - "city": "Rivers" - } - }, - { - "id": 7823, - "name": "Robert Hawkins", - "gender": "female", - "age": 47, - "address": { - "state": "New Jersey", - "city": "Grill" - } - }, - { - "id": 7824, - "name": "Alexandria Shelton", - "gender": "female", - "age": 58, - "address": { - "state": "Arkansas", - "city": "Levant" - } - }, - { - "id": 7825, - "name": "Bradford Nixon", - "gender": "male", - "age": 22, - "address": { - "state": "Texas", - "city": "Tampico" - } - }, - { - "id": 7826, - "name": "Navarro Gallagher", - "gender": "male", - "age": 65, - "address": { - "state": "Arizona", - "city": "Logan" - } - }, - { - "id": 7827, - "name": "Osborn Hendrix", - "gender": "male", - "age": 63, - "address": { - "state": "Maine", - "city": "Belleview" - } - }, - { - "id": 7828, - "name": "Mckinney Schultz", - "gender": "male", - "age": 27, - "address": { - "state": "Pennsylvania", - "city": "Chalfant" - } - }, - { - "id": 7829, - "name": "Kari Campbell", - "gender": "female", - "age": 58, - "address": { - "state": "Nevada", - "city": "Lodoga" - } - }, - { - "id": 7830, - "name": "Antonia Mercer", - "gender": "female", - "age": 17, - "address": { - "state": "Louisiana", - "city": "Marenisco" - } - }, - { - "id": 7831, - "name": "Hays Eaton", - "gender": "male", - "age": 45, - "address": { - "state": "Alabama", - "city": "Lopezo" - } - }, - { - "id": 7832, - "name": "Alisha Vance", - "gender": "female", - "age": 31, - "address": { - "state": "Vermont", - "city": "Graniteville" - } - }, - { - "id": 7833, - "name": "Wise Mccray", - "gender": "male", - "age": 33, - "address": { - "state": "Kentucky", - "city": "Juarez" - } - }, - { - "id": 7834, - "name": "Beasley Cruz", - "gender": "male", - "age": 34, - "address": { - "state": "Rhode Island", - "city": "Buxton" - } - }, - { - "id": 7835, - "name": "Rachel Velasquez", - "gender": "female", - "age": 68, - "address": { - "state": "Delaware", - "city": "Williamson" - } - }, - { - "id": 7836, - "name": "Underwood Wilson", - "gender": "male", - "age": 28, - "address": { - "state": "Connecticut", - "city": "Basye" - } - }, - { - "id": 7837, - "name": "Barlow Mullen", - "gender": "male", - "age": 79, - "address": { - "state": "Michigan", - "city": "Cuylerville" - } - }, - { - "id": 7838, - "name": "Marianne Fox", - "gender": "female", - "age": 19, - "address": { - "state": "New Hampshire", - "city": "Bethany" - } - }, - { - "id": 7839, - "name": "Cecilia Dixon", - "gender": "female", - "age": 36, - "address": { - "state": "West Virginia", - "city": "Sanford" - } - }, - { - "id": 7840, - "name": "Antoinette Wilder", - "gender": "female", - "age": 38, - "address": { - "state": "Kentucky", - "city": "Brambleton" - } - }, - { - "id": 7841, - "name": "Bright Bird", - "gender": "male", - "age": 53, - "address": { - "state": "Pennsylvania", - "city": "Grimsley" - } - }, - { - "id": 7842, - "name": "Craig Hardin", - "gender": "male", - "age": 47, - "address": { - "state": "South Carolina", - "city": "Wauhillau" - } - }, - { - "id": 7843, - "name": "Jenna Sexton", - "gender": "female", - "age": 32, - "address": { - "state": "Utah", - "city": "Chapin" - } - }, - { - "id": 7844, - "name": "Bertie Mccormick", - "gender": "female", - "age": 39, - "address": { - "state": "Mississippi", - "city": "Ernstville" - } - }, - { - "id": 7845, - "name": "Gray Sherman", - "gender": "male", - "age": 36, - "address": { - "state": "Wisconsin", - "city": "Deltaville" - } - }, - { - "id": 7846, - "name": "Byrd Kirk", - "gender": "male", - "age": 52, - "address": { - "state": "Missouri", - "city": "Northchase" - } - }, - { - "id": 7847, - "name": "Mckinney Estes", - "gender": "male", - "age": 33, - "address": { - "state": "Texas", - "city": "Disautel" - } - }, - { - "id": 7848, - "name": "Monroe Thornton", - "gender": "male", - "age": 24, - "address": { - "state": "Hawaii", - "city": "Remington" - } - }, - { - "id": 7849, - "name": "Warren Moses", - "gender": "male", - "age": 62, - "address": { - "state": "Nevada", - "city": "Whitehaven" - } - }, - { - "id": 7850, - "name": "Chandler Carver", - "gender": "male", - "age": 77, - "address": { - "state": "Michigan", - "city": "Enlow" - } - }, - { - "id": 7851, - "name": "Bethany Lang", - "gender": "female", - "age": 28, - "address": { - "state": "Maine", - "city": "Rockbridge" - } - }, - { - "id": 7852, - "name": "Ora Patton", - "gender": "female", - "age": 55, - "address": { - "state": "Vermont", - "city": "Chase" - } - }, - { - "id": 7853, - "name": "Sophia Mccoy", - "gender": "female", - "age": 37, - "address": { - "state": "Maryland", - "city": "Efland" - } - }, - { - "id": 7854, - "name": "Conner Hendricks", - "gender": "male", - "age": 71, - "address": { - "state": "South Dakota", - "city": "Fairlee" - } - }, - { - "id": 7855, - "name": "Barber Wooten", - "gender": "male", - "age": 64, - "address": { - "state": "Virginia", - "city": "Adamstown" - } - }, - { - "id": 7856, - "name": "Vivian Moss", - "gender": "female", - "age": 82, - "address": { - "state": "Connecticut", - "city": "Waterford" - } - }, - { - "id": 7857, - "name": "Angelica Johnston", - "gender": "female", - "age": 36, - "address": { - "state": "Tennessee", - "city": "Gwynn" - } - }, - { - "id": 7858, - "name": "Jill Suarez", - "gender": "female", - "age": 17, - "address": { - "state": "Oklahoma", - "city": "Weogufka" - } - }, - { - "id": 7859, - "name": "Tiffany Davidson", - "gender": "female", - "age": 38, - "address": { - "state": "Wyoming", - "city": "Vallonia" - } - }, - { - "id": 7860, - "name": "Phillips Pierce", - "gender": "male", - "age": 48, - "address": { - "state": "Minnesota", - "city": "Wiscon" - } - }, - { - "id": 7861, - "name": "Nora Sargent", - "gender": "female", - "age": 68, - "address": { - "state": "Georgia", - "city": "Lavalette" - } - }, - { - "id": 7862, - "name": "Liliana Chandler", - "gender": "female", - "age": 51, - "address": { - "state": "Rhode Island", - "city": "Bayview" - } - }, - { - "id": 7863, - "name": "Charles Pennington", - "gender": "male", - "age": 54, - "address": { - "state": "New Hampshire", - "city": "Whitestone" - } - }, - { - "id": 7864, - "name": "Alvarado Wiley", - "gender": "male", - "age": 47, - "address": { - "state": "Florida", - "city": "Groton" - } - }, - { - "id": 7865, - "name": "Stuart Medina", - "gender": "male", - "age": 42, - "address": { - "state": "Oregon", - "city": "Caln" - } - }, - { - "id": 7866, - "name": "Acevedo Ferrell", - "gender": "male", - "age": 46, - "address": { - "state": "Iowa", - "city": "Hanover" - } - }, - { - "id": 7867, - "name": "Sharron Mccarthy", - "gender": "female", - "age": 48, - "address": { - "state": "Delaware", - "city": "Caroline" - } - }, - { - "id": 7868, - "name": "Donovan Clark", - "gender": "male", - "age": 56, - "address": { - "state": "Kansas", - "city": "Dyckesville" - } - }, - { - "id": 7869, - "name": "Ana Aguilar", - "gender": "female", - "age": 21, - "address": { - "state": "Louisiana", - "city": "Blandburg" - } - }, - { - "id": 7870, - "name": "Adrienne Marshall", - "gender": "female", - "age": 34, - "address": { - "state": "California", - "city": "Springhill" - } - }, - { - "id": 7871, - "name": "Lucia Small", - "gender": "female", - "age": 70, - "address": { - "state": "Arkansas", - "city": "Rosewood" - } - }, - { - "id": 7872, - "name": "Butler Rowe", - "gender": "male", - "age": 67, - "address": { - "state": "New York", - "city": "Osage" - } - }, - { - "id": 7873, - "name": "Mcdowell Park", - "gender": "male", - "age": 43, - "address": { - "state": "New Jersey", - "city": "Clinton" - } - }, - { - "id": 7874, - "name": "Erin Peck", - "gender": "female", - "age": 17, - "address": { - "state": "Indiana", - "city": "Jackpot" - } - }, - { - "id": 7875, - "name": "Rochelle Osborn", - "gender": "female", - "age": 80, - "address": { - "state": "New Mexico", - "city": "Fillmore" - } - }, - { - "id": 7876, - "name": "Bailey Gilbert", - "gender": "male", - "age": 54, - "address": { - "state": "Montana", - "city": "Needmore" - } - }, - { - "id": 7877, - "name": "Miranda Reid", - "gender": "male", - "age": 27, - "address": { - "state": "North Carolina", - "city": "Soudan" - } - }, - { - "id": 7878, - "name": "Leticia Horne", - "gender": "female", - "age": 31, - "address": { - "state": "Nebraska", - "city": "Edgar" - } - }, - { - "id": 7879, - "name": "Merrill Walton", - "gender": "male", - "age": 18, - "address": { - "state": "North Dakota", - "city": "Ada" - } - }, - { - "id": 7880, - "name": "Nichols Marquez", - "gender": "male", - "age": 19, - "address": { - "state": "Illinois", - "city": "Westwood" - } - }, - { - "id": 7881, - "name": "Judith Doyle", - "gender": "female", - "age": 22, - "address": { - "state": "Alaska", - "city": "Succasunna" - } - }, - { - "id": 7882, - "name": "Baldwin Vang", - "gender": "male", - "age": 24, - "address": { - "state": "Alabama", - "city": "Boling" - } - }, - { - "id": 7883, - "name": "Carter Petty", - "gender": "male", - "age": 81, - "address": { - "state": "Massachusetts", - "city": "Ezel" - } - }, - { - "id": 7884, - "name": "Taylor Whitaker", - "gender": "female", - "age": 25, - "address": { - "state": "Washington", - "city": "Rowe" - } - }, - { - "id": 7885, - "name": "Estes Richmond", - "gender": "male", - "age": 64, - "address": { - "state": "Idaho", - "city": "Calpine" - } - }, - { - "id": 7886, - "name": "Alba Howe", - "gender": "female", - "age": 80, - "address": { - "state": "Arizona", - "city": "Cumberland" - } - }, - { - "id": 7887, - "name": "Elsie Bowen", - "gender": "female", - "age": 65, - "address": { - "state": "Colorado", - "city": "Stevens" - } - }, - { - "id": 7888, - "name": "Mona Ramos", - "gender": "female", - "age": 81, - "address": { - "state": "West Virginia", - "city": "Kraemer" - } - }, - { - "id": 7889, - "name": "Dorothea Franklin", - "gender": "female", - "age": 77, - "address": { - "state": "Wisconsin", - "city": "Vallonia" - } - }, - { - "id": 7890, - "name": "Griffin Preston", - "gender": "male", - "age": 27, - "address": { - "state": "Idaho", - "city": "Fulford" - } - }, - { - "id": 7891, - "name": "Alyson Witt", - "gender": "female", - "age": 17, - "address": { - "state": "New Jersey", - "city": "Crawfordsville" - } - }, - { - "id": 7892, - "name": "Olga Marquez", - "gender": "female", - "age": 46, - "address": { - "state": "Iowa", - "city": "Rivereno" - } - }, - { - "id": 7893, - "name": "Aguirre Abbott", - "gender": "male", - "age": 34, - "address": { - "state": "Michigan", - "city": "Greenfields" - } - }, - { - "id": 7894, - "name": "Alexandra Trujillo", - "gender": "female", - "age": 63, - "address": { - "state": "Illinois", - "city": "Mathews" - } - }, - { - "id": 7895, - "name": "Annette Riley", - "gender": "female", - "age": 35, - "address": { - "state": "Oregon", - "city": "Downsville" - } - }, - { - "id": 7896, - "name": "Jacobson Cooke", - "gender": "male", - "age": 80, - "address": { - "state": "Indiana", - "city": "Warsaw" - } - }, - { - "id": 7897, - "name": "Nona Cox", - "gender": "female", - "age": 38, - "address": { - "state": "Hawaii", - "city": "Lund" - } - }, - { - "id": 7898, - "name": "Peggy Lawson", - "gender": "female", - "age": 71, - "address": { - "state": "Vermont", - "city": "Calverton" - } - }, - { - "id": 7899, - "name": "Effie Jefferson", - "gender": "female", - "age": 60, - "address": { - "state": "Nevada", - "city": "Nescatunga" - } - }, - { - "id": 7900, - "name": "Hines Bartlett", - "gender": "male", - "age": 51, - "address": { - "state": "Maryland", - "city": "Fostoria" - } - }, - { - "id": 7901, - "name": "Joyce Guy", - "gender": "male", - "age": 20, - "address": { - "state": "Nebraska", - "city": "Lowell" - } - }, - { - "id": 7902, - "name": "Kelsey Jarvis", - "gender": "female", - "age": 79, - "address": { - "state": "North Carolina", - "city": "Leola" - } - }, - { - "id": 7903, - "name": "Melanie Gaines", - "gender": "female", - "age": 46, - "address": { - "state": "Kansas", - "city": "Brownsville" - } - }, - { - "id": 7904, - "name": "Wendy Hardy", - "gender": "female", - "age": 49, - "address": { - "state": "Louisiana", - "city": "Blanco" - } - }, - { - "id": 7905, - "name": "Witt Bullock", - "gender": "male", - "age": 22, - "address": { - "state": "New Hampshire", - "city": "Albany" - } - }, - { - "id": 7906, - "name": "French Morton", - "gender": "male", - "age": 17, - "address": { - "state": "Arizona", - "city": "Avalon" - } - }, - { - "id": 7907, - "name": "Benson Strickland", - "gender": "male", - "age": 66, - "address": { - "state": "South Dakota", - "city": "Jardine" - } - }, - { - "id": 7908, - "name": "Haley King", - "gender": "male", - "age": 75, - "address": { - "state": "Florida", - "city": "Ona" - } - }, - { - "id": 7909, - "name": "Carey Carey", - "gender": "female", - "age": 22, - "address": { - "state": "Mississippi", - "city": "Interlochen" - } - }, - { - "id": 7910, - "name": "Emilia Warren", - "gender": "female", - "age": 39, - "address": { - "state": "New Mexico", - "city": "Shelby" - } - }, - { - "id": 7911, - "name": "Christy Daniels", - "gender": "female", - "age": 74, - "address": { - "state": "Virginia", - "city": "Bluffview" - } - }, - { - "id": 7912, - "name": "Stefanie Dickerson", - "gender": "female", - "age": 28, - "address": { - "state": "Washington", - "city": "Jeff" - } - }, - { - "id": 7913, - "name": "Graham Brooks", - "gender": "male", - "age": 29, - "address": { - "state": "South Carolina", - "city": "Sunriver" - } - }, - { - "id": 7914, - "name": "Hahn Parsons", - "gender": "male", - "age": 56, - "address": { - "state": "Missouri", - "city": "Washington" - } - }, - { - "id": 7915, - "name": "Davis Stein", - "gender": "male", - "age": 39, - "address": { - "state": "West Virginia", - "city": "Callaghan" - } - }, - { - "id": 7916, - "name": "Slater Gross", - "gender": "male", - "age": 60, - "address": { - "state": "Alabama", - "city": "Roulette" - } - }, - { - "id": 7917, - "name": "Bradley Barron", - "gender": "male", - "age": 43, - "address": { - "state": "Massachusetts", - "city": "Ezel" - } - }, - { - "id": 7918, - "name": "Wright Acosta", - "gender": "male", - "age": 50, - "address": { - "state": "Delaware", - "city": "Statenville" - } - }, - { - "id": 7919, - "name": "Singleton Poole", - "gender": "male", - "age": 25, - "address": { - "state": "Pennsylvania", - "city": "Summerset" - } - }, - { - "id": 7920, - "name": "Campbell Pruitt", - "gender": "male", - "age": 17, - "address": { - "state": "New York", - "city": "Mayfair" - } - }, - { - "id": 7921, - "name": "Silvia Kelly", - "gender": "female", - "age": 34, - "address": { - "state": "California", - "city": "Camas" - } - }, - { - "id": 7922, - "name": "Callie Olsen", - "gender": "female", - "age": 17, - "address": { - "state": "Minnesota", - "city": "Toftrees" - } - }, - { - "id": 7923, - "name": "Viola Dunlap", - "gender": "female", - "age": 32, - "address": { - "state": "Maine", - "city": "Gorham" - } - }, - { - "id": 7924, - "name": "Marjorie Heath", - "gender": "female", - "age": 61, - "address": { - "state": "Georgia", - "city": "Townsend" - } - }, - { - "id": 7925, - "name": "Craig Lowery", - "gender": "male", - "age": 34, - "address": { - "state": "Utah", - "city": "Drytown" - } - }, - { - "id": 7926, - "name": "Roberts Holman", - "gender": "male", - "age": 64, - "address": { - "state": "Arkansas", - "city": "Wildwood" - } - }, - { - "id": 7927, - "name": "Blankenship Callahan", - "gender": "male", - "age": 75, - "address": { - "state": "Connecticut", - "city": "Rose" - } - }, - { - "id": 7928, - "name": "Hess Sellers", - "gender": "male", - "age": 70, - "address": { - "state": "Rhode Island", - "city": "Glendale" - } - }, - { - "id": 7929, - "name": "Emma Beard", - "gender": "female", - "age": 70, - "address": { - "state": "Kentucky", - "city": "Seymour" - } - }, - { - "id": 7930, - "name": "Orr Robles", - "gender": "male", - "age": 24, - "address": { - "state": "Colorado", - "city": "Cascades" - } - }, - { - "id": 7931, - "name": "Louise Donovan", - "gender": "female", - "age": 53, - "address": { - "state": "Tennessee", - "city": "Dahlen" - } - }, - { - "id": 7932, - "name": "Hull Mcdaniel", - "gender": "male", - "age": 52, - "address": { - "state": "Texas", - "city": "Darbydale" - } - }, - { - "id": 7933, - "name": "Lucile Charles", - "gender": "female", - "age": 26, - "address": { - "state": "Wyoming", - "city": "Cetronia" - } - }, - { - "id": 7934, - "name": "Isabella Cooper", - "gender": "female", - "age": 38, - "address": { - "state": "Ohio", - "city": "Derwood" - } - }, - { - "id": 7935, - "name": "Ballard Johnson", - "gender": "male", - "age": 58, - "address": { - "state": "North Dakota", - "city": "Courtland" - } - }, - { - "id": 7936, - "name": "Ava Roy", - "gender": "female", - "age": 59, - "address": { - "state": "Montana", - "city": "Grayhawk" - } - }, - { - "id": 7937, - "name": "Paige Sharpe", - "gender": "female", - "age": 46, - "address": { - "state": "Alaska", - "city": "Marshall" - } - }, - { - "id": 7938, - "name": "Carrillo Gregory", - "gender": "male", - "age": 17, - "address": { - "state": "Washington", - "city": "Bend" - } - }, - { - "id": 7939, - "name": "Mullins Foster", - "gender": "male", - "age": 41, - "address": { - "state": "Montana", - "city": "Bison" - } - }, - { - "id": 7940, - "name": "Vaughn Oneil", - "gender": "male", - "age": 40, - "address": { - "state": "Maryland", - "city": "Herald" - } - }, - { - "id": 7941, - "name": "Mcdaniel Townsend", - "gender": "male", - "age": 48, - "address": { - "state": "Connecticut", - "city": "Herbster" - } - }, - { - "id": 7942, - "name": "Vickie Fry", - "gender": "female", - "age": 78, - "address": { - "state": "Alaska", - "city": "Carlos" - } - }, - { - "id": 7943, - "name": "Tamara Grimes", - "gender": "female", - "age": 54, - "address": { - "state": "Oklahoma", - "city": "Welch" - } - }, - { - "id": 7944, - "name": "Wheeler Bradshaw", - "gender": "male", - "age": 73, - "address": { - "state": "Maine", - "city": "Croom" - } - }, - { - "id": 7945, - "name": "Rachel Holt", - "gender": "female", - "age": 51, - "address": { - "state": "Pennsylvania", - "city": "Gibbsville" - } - }, - { - "id": 7946, - "name": "Tate Barr", - "gender": "male", - "age": 82, - "address": { - "state": "North Carolina", - "city": "Walland" - } - }, - { - "id": 7947, - "name": "Bradford Richardson", - "gender": "male", - "age": 40, - "address": { - "state": "Vermont", - "city": "Marysville" - } - }, - { - "id": 7948, - "name": "Mclean Duncan", - "gender": "male", - "age": 58, - "address": { - "state": "Louisiana", - "city": "Sunriver" - } - }, - { - "id": 7949, - "name": "Morse Horton", - "gender": "male", - "age": 27, - "address": { - "state": "Indiana", - "city": "Mansfield" - } - }, - { - "id": 7950, - "name": "Nikki Riggs", - "gender": "female", - "age": 72, - "address": { - "state": "California", - "city": "Wescosville" - } - }, - { - "id": 7951, - "name": "Carla Hart", - "gender": "female", - "age": 27, - "address": { - "state": "Massachusetts", - "city": "Thomasville" - } - }, - { - "id": 7952, - "name": "Kristi Mcintyre", - "gender": "female", - "age": 61, - "address": { - "state": "South Carolina", - "city": "Rockbridge" - } - }, - { - "id": 7953, - "name": "Myrtle Brown", - "gender": "female", - "age": 20, - "address": { - "state": "Oregon", - "city": "Comptche" - } - }, - { - "id": 7954, - "name": "Bernard Massey", - "gender": "male", - "age": 75, - "address": { - "state": "New Jersey", - "city": "Cornucopia" - } - }, - { - "id": 7955, - "name": "Gibbs Roberson", - "gender": "male", - "age": 76, - "address": { - "state": "Arkansas", - "city": "Hamilton" - } - }, - { - "id": 7956, - "name": "Velazquez Hogan", - "gender": "male", - "age": 38, - "address": { - "state": "Minnesota", - "city": "Summertown" - } - }, - { - "id": 7957, - "name": "Roxie Daniel", - "gender": "female", - "age": 35, - "address": { - "state": "West Virginia", - "city": "Kula" - } - }, - { - "id": 7958, - "name": "Dennis Sandoval", - "gender": "male", - "age": 56, - "address": { - "state": "Wisconsin", - "city": "Fruitdale" - } - }, - { - "id": 7959, - "name": "Denise Pope", - "gender": "female", - "age": 41, - "address": { - "state": "Wyoming", - "city": "Bangor" - } - }, - { - "id": 7960, - "name": "Velma Farley", - "gender": "female", - "age": 72, - "address": { - "state": "North Dakota", - "city": "Riviera" - } - }, - { - "id": 7961, - "name": "Jeanne Coleman", - "gender": "female", - "age": 33, - "address": { - "state": "Tennessee", - "city": "Tooleville" - } - }, - { - "id": 7962, - "name": "Jodi Velez", - "gender": "female", - "age": 31, - "address": { - "state": "Mississippi", - "city": "Gorst" - } - }, - { - "id": 7963, - "name": "Morrison Russo", - "gender": "male", - "age": 33, - "address": { - "state": "Hawaii", - "city": "Idamay" - } - }, - { - "id": 7964, - "name": "Katheryn Fisher", - "gender": "female", - "age": 74, - "address": { - "state": "Missouri", - "city": "Woodlands" - } - }, - { - "id": 7965, - "name": "Carter Castro", - "gender": "male", - "age": 79, - "address": { - "state": "Arizona", - "city": "Sheatown" - } - }, - { - "id": 7966, - "name": "Tammy Huber", - "gender": "female", - "age": 27, - "address": { - "state": "Georgia", - "city": "Caron" - } - }, - { - "id": 7967, - "name": "Stacy Whitley", - "gender": "female", - "age": 53, - "address": { - "state": "New Mexico", - "city": "Malott" - } - }, - { - "id": 7968, - "name": "Glover Valencia", - "gender": "male", - "age": 58, - "address": { - "state": "Nevada", - "city": "Oretta" - } - }, - { - "id": 7969, - "name": "Debora Crawford", - "gender": "female", - "age": 28, - "address": { - "state": "Rhode Island", - "city": "Cuylerville" - } - }, - { - "id": 7970, - "name": "Maureen Long", - "gender": "female", - "age": 42, - "address": { - "state": "Ohio", - "city": "Camino" - } - }, - { - "id": 7971, - "name": "Marilyn Lamb", - "gender": "female", - "age": 60, - "address": { - "state": "Kansas", - "city": "Santel" - } - }, - { - "id": 7972, - "name": "Kelley Parsons", - "gender": "female", - "age": 22, - "address": { - "state": "South Dakota", - "city": "Cavalero" - } - }, - { - "id": 7973, - "name": "Santana Floyd", - "gender": "male", - "age": 43, - "address": { - "state": "New York", - "city": "Alden" - } - }, - { - "id": 7974, - "name": "Hutchinson Lucas", - "gender": "male", - "age": 65, - "address": { - "state": "Colorado", - "city": "Trexlertown" - } - }, - { - "id": 7975, - "name": "Nadia Webb", - "gender": "female", - "age": 52, - "address": { - "state": "Utah", - "city": "Eggertsville" - } - }, - { - "id": 7976, - "name": "Adams Callahan", - "gender": "male", - "age": 23, - "address": { - "state": "Nebraska", - "city": "Kipp" - } - }, - { - "id": 7977, - "name": "Ollie Miles", - "gender": "female", - "age": 19, - "address": { - "state": "Texas", - "city": "Loretto" - } - }, - { - "id": 7978, - "name": "Margaret England", - "gender": "female", - "age": 66, - "address": { - "state": "Virginia", - "city": "Tivoli" - } - }, - { - "id": 7979, - "name": "Jimenez Galloway", - "gender": "male", - "age": 21, - "address": { - "state": "Kentucky", - "city": "Umapine" - } - }, - { - "id": 7980, - "name": "Fitzpatrick Stark", - "gender": "male", - "age": 62, - "address": { - "state": "Idaho", - "city": "Aberdeen" - } - }, - { - "id": 7981, - "name": "Ester Humphrey", - "gender": "female", - "age": 60, - "address": { - "state": "Delaware", - "city": "Haring" - } - }, - { - "id": 7982, - "name": "Mable Gray", - "gender": "female", - "age": 58, - "address": { - "state": "Alabama", - "city": "Barclay" - } - }, - { - "id": 7983, - "name": "Gladys Morrison", - "gender": "female", - "age": 70, - "address": { - "state": "Iowa", - "city": "Clinton" - } - }, - { - "id": 7984, - "name": "Mcmahon Juarez", - "gender": "male", - "age": 48, - "address": { - "state": "Illinois", - "city": "Yonah" - } - }, - { - "id": 7985, - "name": "Campos Preston", - "gender": "male", - "age": 59, - "address": { - "state": "Florida", - "city": "Bonanza" - } - }, - { - "id": 7986, - "name": "Donaldson Wilkerson", - "gender": "male", - "age": 65, - "address": { - "state": "New Hampshire", - "city": "Denio" - } - }, - { - "id": 7987, - "name": "Tran Hensley", - "gender": "male", - "age": 55, - "address": { - "state": "New Hampshire", - "city": "Croom" - } - }, - { - "id": 7988, - "name": "Teri Koch", - "gender": "female", - "age": 30, - "address": { - "state": "Mississippi", - "city": "Lafferty" - } - }, - { - "id": 7989, - "name": "Livingston Whitney", - "gender": "male", - "age": 59, - "address": { - "state": "Wyoming", - "city": "Chilton" - } - }, - { - "id": 7990, - "name": "Leonor Russell", - "gender": "female", - "age": 44, - "address": { - "state": "Florida", - "city": "Florence" - } - }, - { - "id": 7991, - "name": "Kayla Hayes", - "gender": "female", - "age": 33, - "address": { - "state": "Vermont", - "city": "Sunwest" - } - }, - { - "id": 7992, - "name": "Clara Daugherty", - "gender": "female", - "age": 18, - "address": { - "state": "Alabama", - "city": "Limestone" - } - }, - { - "id": 7993, - "name": "Curtis Black", - "gender": "male", - "age": 42, - "address": { - "state": "Georgia", - "city": "Oneida" - } - }, - { - "id": 7994, - "name": "Irene Orr", - "gender": "female", - "age": 39, - "address": { - "state": "Ohio", - "city": "Brutus" - } - }, - { - "id": 7995, - "name": "Wallace Grimes", - "gender": "male", - "age": 21, - "address": { - "state": "Illinois", - "city": "Ilchester" - } - }, - { - "id": 7996, - "name": "Beach Colon", - "gender": "male", - "age": 78, - "address": { - "state": "Idaho", - "city": "Osmond" - } - }, - { - "id": 7997, - "name": "Catalina Potts", - "gender": "female", - "age": 64, - "address": { - "state": "New York", - "city": "Tivoli" - } - }, - { - "id": 7998, - "name": "House Keller", - "gender": "male", - "age": 82, - "address": { - "state": "Virginia", - "city": "Tilden" - } - }, - { - "id": 7999, - "name": "Doreen Booth", - "gender": "female", - "age": 19, - "address": { - "state": "Maryland", - "city": "Lowgap" - } - }, - { - "id": 8000, - "name": "Ophelia Dickson", - "gender": "female", - "age": 59, - "address": { - "state": "New Jersey", - "city": "Lemoyne" - } - }, - { - "id": 8001, - "name": "Lela Warren", - "gender": "female", - "age": 32, - "address": { - "state": "Nevada", - "city": "Moraida" - } - }, - { - "id": 8002, - "name": "Leon Valencia", - "gender": "male", - "age": 21, - "address": { - "state": "Oregon", - "city": "Chelsea" - } - }, - { - "id": 8003, - "name": "Alisa Vaughn", - "gender": "female", - "age": 50, - "address": { - "state": "Wisconsin", - "city": "Graniteville" - } - }, - { - "id": 8004, - "name": "Morrison Blair", - "gender": "male", - "age": 58, - "address": { - "state": "Montana", - "city": "Nash" - } - }, - { - "id": 8005, - "name": "Ines Mercado", - "gender": "female", - "age": 52, - "address": { - "state": "North Dakota", - "city": "Eagletown" - } - }, - { - "id": 8006, - "name": "Ruth Stevenson", - "gender": "female", - "age": 59, - "address": { - "state": "Indiana", - "city": "Reno" - } - }, - { - "id": 8007, - "name": "Penny Douglas", - "gender": "female", - "age": 61, - "address": { - "state": "Iowa", - "city": "Nipinnawasee" - } - }, - { - "id": 8008, - "name": "Kemp Franklin", - "gender": "male", - "age": 66, - "address": { - "state": "Nebraska", - "city": "Jenkinsville" - } - }, - { - "id": 8009, - "name": "Mayo Gillespie", - "gender": "male", - "age": 77, - "address": { - "state": "Kentucky", - "city": "Delshire" - } - }, - { - "id": 8010, - "name": "Shauna Williamson", - "gender": "female", - "age": 65, - "address": { - "state": "Maine", - "city": "Conestoga" - } - }, - { - "id": 8011, - "name": "Tamika Flores", - "gender": "female", - "age": 33, - "address": { - "state": "Missouri", - "city": "Deercroft" - } - }, - { - "id": 8012, - "name": "Middleton Ramsey", - "gender": "male", - "age": 35, - "address": { - "state": "South Dakota", - "city": "Finzel" - } - }, - { - "id": 8013, - "name": "Kathrine Sloan", - "gender": "female", - "age": 42, - "address": { - "state": "California", - "city": "Taycheedah" - } - }, - { - "id": 8014, - "name": "Allyson Kirby", - "gender": "female", - "age": 79, - "address": { - "state": "South Carolina", - "city": "Harleigh" - } - }, - { - "id": 8015, - "name": "Bonner Kirkland", - "gender": "male", - "age": 47, - "address": { - "state": "Tennessee", - "city": "Columbus" - } - }, - { - "id": 8016, - "name": "Reyna Cole", - "gender": "female", - "age": 74, - "address": { - "state": "North Carolina", - "city": "Zortman" - } - }, - { - "id": 8017, - "name": "Davis Klein", - "gender": "male", - "age": 78, - "address": { - "state": "Utah", - "city": "Beaverdale" - } - }, - { - "id": 8018, - "name": "Duke Mueller", - "gender": "male", - "age": 34, - "address": { - "state": "New Mexico", - "city": "Ferney" - } - }, - { - "id": 8019, - "name": "Skinner Mann", - "gender": "male", - "age": 68, - "address": { - "state": "Texas", - "city": "Rivers" - } - }, - { - "id": 8020, - "name": "Anthony Christian", - "gender": "male", - "age": 47, - "address": { - "state": "Colorado", - "city": "Farmington" - } - }, - { - "id": 8021, - "name": "Fran Ochoa", - "gender": "female", - "age": 37, - "address": { - "state": "West Virginia", - "city": "Otranto" - } - }, - { - "id": 8022, - "name": "Wolf Carroll", - "gender": "male", - "age": 66, - "address": { - "state": "Oklahoma", - "city": "Dellview" - } - }, - { - "id": 8023, - "name": "Mercer Long", - "gender": "male", - "age": 41, - "address": { - "state": "Pennsylvania", - "city": "Hemlock" - } - }, - { - "id": 8024, - "name": "Mona Lynn", - "gender": "female", - "age": 36, - "address": { - "state": "Minnesota", - "city": "Gilmore" - } - }, - { - "id": 8025, - "name": "Rasmussen Murray", - "gender": "male", - "age": 22, - "address": { - "state": "Delaware", - "city": "Clay" - } - }, - { - "id": 8026, - "name": "Zelma Yates", - "gender": "female", - "age": 20, - "address": { - "state": "Arkansas", - "city": "Mulberry" - } - }, - { - "id": 8027, - "name": "Dyer Lara", - "gender": "male", - "age": 20, - "address": { - "state": "Connecticut", - "city": "Boonville" - } - }, - { - "id": 8028, - "name": "Janice Stephens", - "gender": "female", - "age": 66, - "address": { - "state": "Kansas", - "city": "Utting" - } - }, - { - "id": 8029, - "name": "Christine Giles", - "gender": "female", - "age": 45, - "address": { - "state": "Rhode Island", - "city": "Bowden" - } - }, - { - "id": 8030, - "name": "Larsen Lowe", - "gender": "male", - "age": 51, - "address": { - "state": "Hawaii", - "city": "Stevens" - } - }, - { - "id": 8031, - "name": "Wyatt Heath", - "gender": "male", - "age": 73, - "address": { - "state": "Alaska", - "city": "Callaghan" - } - }, - { - "id": 8032, - "name": "Mable Solis", - "gender": "female", - "age": 76, - "address": { - "state": "Michigan", - "city": "Woodlands" - } - }, - { - "id": 8033, - "name": "Katherine Snider", - "gender": "female", - "age": 18, - "address": { - "state": "Washington", - "city": "Bartley" - } - }, - { - "id": 8034, - "name": "Valentine Pratt", - "gender": "male", - "age": 70, - "address": { - "state": "Arizona", - "city": "Roberts" - } - }, - { - "id": 8035, - "name": "Kristine Clemons", - "gender": "female", - "age": 30, - "address": { - "state": "Louisiana", - "city": "Coyote" - } - }, - { - "id": 8036, - "name": "Carla Leon", - "gender": "female", - "age": 75, - "address": { - "state": "Hawaii", - "city": "Gardiner" - } - }, - { - "id": 8037, - "name": "Griffin Vincent", - "gender": "male", - "age": 33, - "address": { - "state": "Pennsylvania", - "city": "Zarephath" - } - }, - { - "id": 8038, - "name": "Luella Knapp", - "gender": "female", - "age": 40, - "address": { - "state": "Maine", - "city": "Helen" - } - }, - { - "id": 8039, - "name": "Campos Morse", - "gender": "male", - "age": 51, - "address": { - "state": "West Virginia", - "city": "Trona" - } - }, - { - "id": 8040, - "name": "Lindsay Garrett", - "gender": "male", - "age": 48, - "address": { - "state": "Oklahoma", - "city": "Kenvil" - } - }, - { - "id": 8041, - "name": "Tanisha Davenport", - "gender": "female", - "age": 29, - "address": { - "state": "Missouri", - "city": "Waiohinu" - } - }, - { - "id": 8042, - "name": "Patty Hopper", - "gender": "female", - "age": 63, - "address": { - "state": "Louisiana", - "city": "Teasdale" - } - }, - { - "id": 8043, - "name": "Virginia Barry", - "gender": "female", - "age": 24, - "address": { - "state": "Colorado", - "city": "Bordelonville" - } - }, - { - "id": 8044, - "name": "Lindsay Koch", - "gender": "female", - "age": 64, - "address": { - "state": "Idaho", - "city": "Onton" - } - }, - { - "id": 8045, - "name": "Lupe Martinez", - "gender": "female", - "age": 36, - "address": { - "state": "Michigan", - "city": "Waterview" - } - }, - { - "id": 8046, - "name": "Amanda Massey", - "gender": "female", - "age": 81, - "address": { - "state": "Kentucky", - "city": "Maplewood" - } - }, - { - "id": 8047, - "name": "Lara Oliver", - "gender": "female", - "age": 45, - "address": { - "state": "Wisconsin", - "city": "Sidman" - } - }, - { - "id": 8048, - "name": "Sherrie Mccarty", - "gender": "female", - "age": 59, - "address": { - "state": "Indiana", - "city": "Cliff" - } - }, - { - "id": 8049, - "name": "Jody Stewart", - "gender": "female", - "age": 53, - "address": { - "state": "Illinois", - "city": "Tyro" - } - }, - { - "id": 8050, - "name": "Myrna Flowers", - "gender": "female", - "age": 52, - "address": { - "state": "Georgia", - "city": "Vicksburg" - } - }, - { - "id": 8051, - "name": "Garrison Sharp", - "gender": "male", - "age": 68, - "address": { - "state": "Delaware", - "city": "Grimsley" - } - }, - { - "id": 8052, - "name": "Maxwell Bush", - "gender": "male", - "age": 75, - "address": { - "state": "Nebraska", - "city": "Conestoga" - } - }, - { - "id": 8053, - "name": "Kelly Kerr", - "gender": "male", - "age": 26, - "address": { - "state": "Maryland", - "city": "Hanover" - } - }, - { - "id": 8054, - "name": "Hughes Warren", - "gender": "male", - "age": 77, - "address": { - "state": "Tennessee", - "city": "Bascom" - } - }, - { - "id": 8055, - "name": "Frieda Hall", - "gender": "female", - "age": 31, - "address": { - "state": "Florida", - "city": "Saticoy" - } - }, - { - "id": 8056, - "name": "Herman Whitaker", - "gender": "male", - "age": 62, - "address": { - "state": "Alabama", - "city": "Witmer" - } - }, - { - "id": 8057, - "name": "Rocha Velez", - "gender": "male", - "age": 25, - "address": { - "state": "South Carolina", - "city": "Duryea" - } - }, - { - "id": 8058, - "name": "Madge Conrad", - "gender": "female", - "age": 20, - "address": { - "state": "Oregon", - "city": "Bonanza" - } - }, - { - "id": 8059, - "name": "Rich Roberson", - "gender": "male", - "age": 52, - "address": { - "state": "Arizona", - "city": "Faywood" - } - }, - { - "id": 8060, - "name": "Lina Marsh", - "gender": "female", - "age": 21, - "address": { - "state": "Utah", - "city": "Bourg" - } - }, - { - "id": 8061, - "name": "Sawyer Perkins", - "gender": "male", - "age": 35, - "address": { - "state": "North Dakota", - "city": "Edgar" - } - }, - { - "id": 8062, - "name": "Rachael Dixon", - "gender": "female", - "age": 23, - "address": { - "state": "New Mexico", - "city": "Clara" - } - }, - { - "id": 8063, - "name": "Rogers Patton", - "gender": "male", - "age": 60, - "address": { - "state": "New Jersey", - "city": "Calpine" - } - }, - { - "id": 8064, - "name": "Leanna Levy", - "gender": "female", - "age": 54, - "address": { - "state": "California", - "city": "Joppa" - } - }, - { - "id": 8065, - "name": "Margaret Glover", - "gender": "female", - "age": 24, - "address": { - "state": "Minnesota", - "city": "Montura" - } - }, - { - "id": 8066, - "name": "Ward Duran", - "gender": "male", - "age": 18, - "address": { - "state": "Iowa", - "city": "Joes" - } - }, - { - "id": 8067, - "name": "Walls York", - "gender": "male", - "age": 35, - "address": { - "state": "Montana", - "city": "Defiance" - } - }, - { - "id": 8068, - "name": "Cook Ford", - "gender": "male", - "age": 71, - "address": { - "state": "Ohio", - "city": "Oceola" - } - }, - { - "id": 8069, - "name": "Lora Case", - "gender": "female", - "age": 61, - "address": { - "state": "Vermont", - "city": "Freetown" - } - }, - { - "id": 8070, - "name": "Rhoda Wilkerson", - "gender": "female", - "age": 57, - "address": { - "state": "South Dakota", - "city": "Wildwood" - } - }, - { - "id": 8071, - "name": "Edwards Mcconnell", - "gender": "male", - "age": 17, - "address": { - "state": "Texas", - "city": "Concho" - } - }, - { - "id": 8072, - "name": "Rosa Callahan", - "gender": "male", - "age": 76, - "address": { - "state": "New Hampshire", - "city": "Durham" - } - }, - { - "id": 8073, - "name": "Alvarez Roach", - "gender": "male", - "age": 73, - "address": { - "state": "Mississippi", - "city": "Ada" - } - }, - { - "id": 8074, - "name": "Leila Cohen", - "gender": "female", - "age": 38, - "address": { - "state": "Virginia", - "city": "Clinton" - } - }, - { - "id": 8075, - "name": "Thomas Owen", - "gender": "male", - "age": 58, - "address": { - "state": "Washington", - "city": "Eggertsville" - } - }, - { - "id": 8076, - "name": "Tillman Pace", - "gender": "male", - "age": 71, - "address": { - "state": "Nevada", - "city": "Rehrersburg" - } - }, - { - "id": 8077, - "name": "Burt Horton", - "gender": "male", - "age": 81, - "address": { - "state": "Connecticut", - "city": "Sattley" - } - }, - { - "id": 8078, - "name": "Mills Cabrera", - "gender": "male", - "age": 35, - "address": { - "state": "Wyoming", - "city": "Gwynn" - } - }, - { - "id": 8079, - "name": "Delacruz Gilliam", - "gender": "male", - "age": 32, - "address": { - "state": "North Carolina", - "city": "Edinburg" - } - }, - { - "id": 8080, - "name": "Nita Nicholson", - "gender": "female", - "age": 76, - "address": { - "state": "Arkansas", - "city": "Savannah" - } - }, - { - "id": 8081, - "name": "Oconnor Ewing", - "gender": "male", - "age": 38, - "address": { - "state": "New York", - "city": "Marysville" - } - }, - { - "id": 8082, - "name": "Mcintosh Campbell", - "gender": "male", - "age": 20, - "address": { - "state": "Massachusetts", - "city": "Elizaville" - } - }, - { - "id": 8083, - "name": "Sheena Meadows", - "gender": "female", - "age": 22, - "address": { - "state": "Kansas", - "city": "Frank" - } - }, - { - "id": 8084, - "name": "Burke Petersen", - "gender": "male", - "age": 73, - "address": { - "state": "Alaska", - "city": "Nettie" - } - }, - { - "id": 8085, - "name": "Fuller Stephenson", - "gender": "male", - "age": 73, - "address": { - "state": "Maine", - "city": "Topaz" - } - }, - { - "id": 8086, - "name": "Pope Weber", - "gender": "male", - "age": 53, - "address": { - "state": "Delaware", - "city": "Toftrees" - } - }, - { - "id": 8087, - "name": "Parrish Lamb", - "gender": "male", - "age": 23, - "address": { - "state": "Alaska", - "city": "Westwood" - } - }, - { - "id": 8088, - "name": "Kris Hawkins", - "gender": "female", - "age": 28, - "address": { - "state": "Montana", - "city": "Wolcott" - } - }, - { - "id": 8089, - "name": "Dudley Price", - "gender": "male", - "age": 39, - "address": { - "state": "Georgia", - "city": "Franklin" - } - }, - { - "id": 8090, - "name": "Jami Waters", - "gender": "female", - "age": 46, - "address": { - "state": "Wyoming", - "city": "Sunwest" - } - }, - { - "id": 8091, - "name": "Cortez Solomon", - "gender": "male", - "age": 57, - "address": { - "state": "Washington", - "city": "Como" - } - }, - { - "id": 8092, - "name": "Betsy Vang", - "gender": "female", - "age": 73, - "address": { - "state": "Michigan", - "city": "Dragoon" - } - }, - { - "id": 8093, - "name": "Ruthie Leach", - "gender": "female", - "age": 25, - "address": { - "state": "Ohio", - "city": "Castleton" - } - }, - { - "id": 8094, - "name": "Hannah Byrd", - "gender": "female", - "age": 31, - "address": { - "state": "New Hampshire", - "city": "Fostoria" - } - }, - { - "id": 8095, - "name": "Ochoa Conrad", - "gender": "male", - "age": 39, - "address": { - "state": "New York", - "city": "Buxton" - } - }, - { - "id": 8096, - "name": "Browning Joyner", - "gender": "male", - "age": 27, - "address": { - "state": "Nebraska", - "city": "Leming" - } - }, - { - "id": 8097, - "name": "Ray Rose", - "gender": "male", - "age": 44, - "address": { - "state": "Iowa", - "city": "Westmoreland" - } - }, - { - "id": 8098, - "name": "Cassie Estrada", - "gender": "female", - "age": 59, - "address": { - "state": "Virginia", - "city": "Orick" - } - }, - { - "id": 8099, - "name": "Trisha Stokes", - "gender": "female", - "age": 50, - "address": { - "state": "Maryland", - "city": "Layhill" - } - }, - { - "id": 8100, - "name": "Reid Carson", - "gender": "male", - "age": 51, - "address": { - "state": "Pennsylvania", - "city": "Loyalhanna" - } - }, - { - "id": 8101, - "name": "Gonzales Dodson", - "gender": "male", - "age": 50, - "address": { - "state": "Arkansas", - "city": "Sunriver" - } - }, - { - "id": 8102, - "name": "Knox Mejia", - "gender": "male", - "age": 81, - "address": { - "state": "Oregon", - "city": "Townsend" - } - }, - { - "id": 8103, - "name": "Rosales Jarvis", - "gender": "male", - "age": 53, - "address": { - "state": "Minnesota", - "city": "Dawn" - } - }, - { - "id": 8104, - "name": "Latasha Le", - "gender": "female", - "age": 68, - "address": { - "state": "Indiana", - "city": "Bellfountain" - } - }, - { - "id": 8105, - "name": "Maldonado Swanson", - "gender": "male", - "age": 19, - "address": { - "state": "Wisconsin", - "city": "Sanford" - } - }, - { - "id": 8106, - "name": "May Bowen", - "gender": "female", - "age": 50, - "address": { - "state": "California", - "city": "Smock" - } - }, - { - "id": 8107, - "name": "Rose Wall", - "gender": "female", - "age": 53, - "address": { - "state": "Arizona", - "city": "Thermal" - } - }, - { - "id": 8108, - "name": "Eliza Monroe", - "gender": "female", - "age": 23, - "address": { - "state": "Hawaii", - "city": "Cleary" - } - }, - { - "id": 8109, - "name": "Frankie Hinton", - "gender": "female", - "age": 45, - "address": { - "state": "Oklahoma", - "city": "Loma" - } - }, - { - "id": 8110, - "name": "Brown Tyler", - "gender": "male", - "age": 80, - "address": { - "state": "Utah", - "city": "Turpin" - } - }, - { - "id": 8111, - "name": "Ebony Gordon", - "gender": "female", - "age": 18, - "address": { - "state": "West Virginia", - "city": "Gerber" - } - }, - { - "id": 8112, - "name": "Franks Good", - "gender": "male", - "age": 48, - "address": { - "state": "Idaho", - "city": "Conway" - } - }, - { - "id": 8113, - "name": "Leanne Lang", - "gender": "female", - "age": 65, - "address": { - "state": "Florida", - "city": "Nogal" - } - }, - { - "id": 8114, - "name": "Rush Morales", - "gender": "male", - "age": 72, - "address": { - "state": "Alabama", - "city": "Cobbtown" - } - }, - { - "id": 8115, - "name": "Reed York", - "gender": "male", - "age": 67, - "address": { - "state": "Rhode Island", - "city": "Greenbush" - } - }, - { - "id": 8116, - "name": "Catalina Crosby", - "gender": "female", - "age": 40, - "address": { - "state": "North Carolina", - "city": "Brethren" - } - }, - { - "id": 8117, - "name": "Arnold Russell", - "gender": "male", - "age": 62, - "address": { - "state": "New Mexico", - "city": "Oasis" - } - }, - { - "id": 8118, - "name": "Britt Hogan", - "gender": "male", - "age": 30, - "address": { - "state": "South Carolina", - "city": "Hanover" - } - }, - { - "id": 8119, - "name": "Mccarthy Tucker", - "gender": "male", - "age": 45, - "address": { - "state": "South Dakota", - "city": "Venice" - } - }, - { - "id": 8120, - "name": "Bridgette Banks", - "gender": "female", - "age": 35, - "address": { - "state": "Colorado", - "city": "Gibbsville" - } - }, - { - "id": 8121, - "name": "Lelia Mueller", - "gender": "female", - "age": 50, - "address": { - "state": "North Dakota", - "city": "Naomi" - } - }, - { - "id": 8122, - "name": "Clark Browning", - "gender": "male", - "age": 73, - "address": { - "state": "Illinois", - "city": "Harrodsburg" - } - }, - { - "id": 8123, - "name": "Vasquez Mcfadden", - "gender": "male", - "age": 34, - "address": { - "state": "Vermont", - "city": "Watchtower" - } - }, - { - "id": 8124, - "name": "Sheppard Cannon", - "gender": "male", - "age": 81, - "address": { - "state": "Connecticut", - "city": "Wyoming" - } - }, - { - "id": 8125, - "name": "Lee Ratliff", - "gender": "female", - "age": 23, - "address": { - "state": "Texas", - "city": "Malo" - } - }, - { - "id": 8126, - "name": "Jewell Santana", - "gender": "female", - "age": 56, - "address": { - "state": "Massachusetts", - "city": "Teasdale" - } - }, - { - "id": 8127, - "name": "Katina Dawson", - "gender": "female", - "age": 79, - "address": { - "state": "Kentucky", - "city": "Snowville" - } - }, - { - "id": 8128, - "name": "Kaufman English", - "gender": "male", - "age": 78, - "address": { - "state": "Missouri", - "city": "Tilleda" - } - }, - { - "id": 8129, - "name": "Alicia Lindsey", - "gender": "female", - "age": 26, - "address": { - "state": "Tennessee", - "city": "Cotopaxi" - } - }, - { - "id": 8130, - "name": "Haynes Clarke", - "gender": "male", - "age": 56, - "address": { - "state": "Kansas", - "city": "Cuylerville" - } - }, - { - "id": 8131, - "name": "Morrison Rojas", - "gender": "male", - "age": 82, - "address": { - "state": "New Jersey", - "city": "Ticonderoga" - } - }, - { - "id": 8132, - "name": "Russell Church", - "gender": "male", - "age": 23, - "address": { - "state": "Nevada", - "city": "Hachita" - } - }, - { - "id": 8133, - "name": "Huber Diaz", - "gender": "male", - "age": 38, - "address": { - "state": "Mississippi", - "city": "Woodruff" - } - }, - { - "id": 8134, - "name": "Mayra Mclean", - "gender": "female", - "age": 52, - "address": { - "state": "Alabama", - "city": "Odessa" - } - }, - { - "id": 8135, - "name": "Velazquez Whitley", - "gender": "male", - "age": 53, - "address": { - "state": "Minnesota", - "city": "Outlook" - } - }, - { - "id": 8136, - "name": "Candace Jackson", - "gender": "female", - "age": 60, - "address": { - "state": "North Carolina", - "city": "Greenbackville" - } - }, - { - "id": 8137, - "name": "Frazier Britt", - "gender": "male", - "age": 53, - "address": { - "state": "Montana", - "city": "Cresaptown" - } - }, - { - "id": 8138, - "name": "Walsh Battle", - "gender": "male", - "age": 58, - "address": { - "state": "South Dakota", - "city": "Belfair" - } - }, - { - "id": 8139, - "name": "Cruz Perez", - "gender": "male", - "age": 80, - "address": { - "state": "California", - "city": "Stewartville" - } - }, - { - "id": 8140, - "name": "Guerra Lancaster", - "gender": "male", - "age": 57, - "address": { - "state": "Oregon", - "city": "Murillo" - } - }, - { - "id": 8141, - "name": "Reba Mayer", - "gender": "female", - "age": 23, - "address": { - "state": "Connecticut", - "city": "Eastvale" - } - }, - { - "id": 8142, - "name": "Hoover Turner", - "gender": "male", - "age": 82, - "address": { - "state": "Vermont", - "city": "Rockbridge" - } - }, - { - "id": 8143, - "name": "Beck Valencia", - "gender": "male", - "age": 58, - "address": { - "state": "Arkansas", - "city": "Nescatunga" - } - }, - { - "id": 8144, - "name": "Nell Richmond", - "gender": "female", - "age": 57, - "address": { - "state": "Hawaii", - "city": "Genoa" - } - }, - { - "id": 8145, - "name": "Virgie Berger", - "gender": "female", - "age": 24, - "address": { - "state": "Florida", - "city": "Muir" - } - }, - { - "id": 8146, - "name": "Kirby Jarvis", - "gender": "male", - "age": 35, - "address": { - "state": "Tennessee", - "city": "Deseret" - } - }, - { - "id": 8147, - "name": "Jodie Mcmillan", - "gender": "female", - "age": 41, - "address": { - "state": "Kansas", - "city": "Nanafalia" - } - }, - { - "id": 8148, - "name": "Jessica Ware", - "gender": "female", - "age": 67, - "address": { - "state": "Mississippi", - "city": "Longbranch" - } - }, - { - "id": 8149, - "name": "Alta Velez", - "gender": "female", - "age": 41, - "address": { - "state": "Utah", - "city": "Dragoon" - } - }, - { - "id": 8150, - "name": "Sadie Medina", - "gender": "female", - "age": 75, - "address": { - "state": "Georgia", - "city": "Bedias" - } - }, - { - "id": 8151, - "name": "Keller Burton", - "gender": "male", - "age": 21, - "address": { - "state": "Louisiana", - "city": "Weeksville" - } - }, - { - "id": 8152, - "name": "Harrington Duran", - "gender": "male", - "age": 26, - "address": { - "state": "Missouri", - "city": "Coaldale" - } - }, - { - "id": 8153, - "name": "Ortiz Brewer", - "gender": "male", - "age": 38, - "address": { - "state": "West Virginia", - "city": "Lodoga" - } - }, - { - "id": 8154, - "name": "Veronica Mckinney", - "gender": "female", - "age": 54, - "address": { - "state": "Pennsylvania", - "city": "Marbury" - } - }, - { - "id": 8155, - "name": "Ophelia Mercado", - "gender": "female", - "age": 36, - "address": { - "state": "Virginia", - "city": "Itmann" - } - }, - { - "id": 8156, - "name": "Jeanne Stout", - "gender": "female", - "age": 40, - "address": { - "state": "Washington", - "city": "Ernstville" - } - }, - { - "id": 8157, - "name": "Cathleen Gregory", - "gender": "female", - "age": 34, - "address": { - "state": "Maine", - "city": "Collins" - } - }, - { - "id": 8158, - "name": "Garcia Bird", - "gender": "male", - "age": 40, - "address": { - "state": "South Carolina", - "city": "Freelandville" - } - }, - { - "id": 8159, - "name": "Rowe Raymond", - "gender": "male", - "age": 53, - "address": { - "state": "Indiana", - "city": "Morriston" - } - }, - { - "id": 8160, - "name": "Rush Delacruz", - "gender": "male", - "age": 57, - "address": { - "state": "Colorado", - "city": "Forestburg" - } - }, - { - "id": 8161, - "name": "Hester Reyes", - "gender": "female", - "age": 74, - "address": { - "state": "Kentucky", - "city": "Singer" - } - }, - { - "id": 8162, - "name": "Cora Freeman", - "gender": "female", - "age": 79, - "address": { - "state": "Delaware", - "city": "Santel" - } - }, - { - "id": 8163, - "name": "Faye Vincent", - "gender": "female", - "age": 66, - "address": { - "state": "New Jersey", - "city": "Faxon" - } - }, - { - "id": 8164, - "name": "Dalton Mcgee", - "gender": "male", - "age": 29, - "address": { - "state": "Alaska", - "city": "Orovada" - } - }, - { - "id": 8165, - "name": "Bettye Holloway", - "gender": "female", - "age": 34, - "address": { - "state": "Nevada", - "city": "Alden" - } - }, - { - "id": 8166, - "name": "Sears Rivas", - "gender": "male", - "age": 78, - "address": { - "state": "Arizona", - "city": "Moraida" - } - }, - { - "id": 8167, - "name": "Stevens Haney", - "gender": "male", - "age": 50, - "address": { - "state": "Michigan", - "city": "Chilton" - } - }, - { - "id": 8168, - "name": "Leann Miranda", - "gender": "female", - "age": 55, - "address": { - "state": "Maryland", - "city": "Waikele" - } - }, - { - "id": 8169, - "name": "Foreman Frye", - "gender": "male", - "age": 47, - "address": { - "state": "Wyoming", - "city": "Libertytown" - } - }, - { - "id": 8170, - "name": "Belinda Sutton", - "gender": "female", - "age": 45, - "address": { - "state": "Wisconsin", - "city": "Lemoyne" - } - }, - { - "id": 8171, - "name": "Morse Mcdonald", - "gender": "male", - "age": 22, - "address": { - "state": "Texas", - "city": "Snelling" - } - }, - { - "id": 8172, - "name": "Marian Bryant", - "gender": "female", - "age": 29, - "address": { - "state": "Massachusetts", - "city": "Sexton" - } - }, - { - "id": 8173, - "name": "Jennie Dickerson", - "gender": "female", - "age": 31, - "address": { - "state": "New Hampshire", - "city": "Ahwahnee" - } - }, - { - "id": 8174, - "name": "Lyons Mathews", - "gender": "male", - "age": 44, - "address": { - "state": "Ohio", - "city": "Northridge" - } - }, - { - "id": 8175, - "name": "Crane Glenn", - "gender": "male", - "age": 33, - "address": { - "state": "North Dakota", - "city": "Ruckersville" - } - }, - { - "id": 8176, - "name": "Cecile Clarke", - "gender": "female", - "age": 65, - "address": { - "state": "Rhode Island", - "city": "Hailesboro" - } - }, - { - "id": 8177, - "name": "Stuart Stewart", - "gender": "male", - "age": 53, - "address": { - "state": "Iowa", - "city": "Crenshaw" - } - }, - { - "id": 8178, - "name": "Nunez Callahan", - "gender": "male", - "age": 39, - "address": { - "state": "New Mexico", - "city": "Carrsville" - } - }, - { - "id": 8179, - "name": "Burks English", - "gender": "male", - "age": 48, - "address": { - "state": "Oklahoma", - "city": "Westerville" - } - }, - { - "id": 8180, - "name": "Sandoval Kinney", - "gender": "male", - "age": 38, - "address": { - "state": "New York", - "city": "Wedgewood" - } - }, - { - "id": 8181, - "name": "Rivers Potts", - "gender": "male", - "age": 74, - "address": { - "state": "Idaho", - "city": "Winchester" - } - }, - { - "id": 8182, - "name": "Sally Humphrey", - "gender": "female", - "age": 20, - "address": { - "state": "Illinois", - "city": "Trinway" - } - }, - { - "id": 8183, - "name": "Campos Howard", - "gender": "male", - "age": 36, - "address": { - "state": "California", - "city": "Lacomb" - } - }, - { - "id": 8184, - "name": "Walker Foreman", - "gender": "male", - "age": 48, - "address": { - "state": "Oregon", - "city": "Clinton" - } - }, - { - "id": 8185, - "name": "Bell May", - "gender": "male", - "age": 38, - "address": { - "state": "Illinois", - "city": "Kohatk" - } - }, - { - "id": 8186, - "name": "Rosanne Mathis", - "gender": "female", - "age": 72, - "address": { - "state": "New York", - "city": "Dundee" - } - }, - { - "id": 8187, - "name": "Tricia Callahan", - "gender": "female", - "age": 28, - "address": { - "state": "Utah", - "city": "Fairlee" - } - }, - { - "id": 8188, - "name": "Stacey Mullen", - "gender": "female", - "age": 24, - "address": { - "state": "Nevada", - "city": "Bennett" - } - }, - { - "id": 8189, - "name": "Dianna Park", - "gender": "female", - "age": 38, - "address": { - "state": "Kansas", - "city": "Faxon" - } - }, - { - "id": 8190, - "name": "Soto Knowles", - "gender": "male", - "age": 78, - "address": { - "state": "Alaska", - "city": "Urie" - } - }, - { - "id": 8191, - "name": "Lorna Silva", - "gender": "female", - "age": 35, - "address": { - "state": "Maine", - "city": "Leola" - } - }, - { - "id": 8192, - "name": "Fitzpatrick Stark", - "gender": "male", - "age": 45, - "address": { - "state": "Maryland", - "city": "Lutsen" - } - }, - { - "id": 8193, - "name": "Sheppard Harrison", - "gender": "male", - "age": 67, - "address": { - "state": "Tennessee", - "city": "Lookingglass" - } - }, - { - "id": 8194, - "name": "Powell Sawyer", - "gender": "male", - "age": 52, - "address": { - "state": "Indiana", - "city": "Sunnyside" - } - }, - { - "id": 8195, - "name": "Pate Ingram", - "gender": "male", - "age": 58, - "address": { - "state": "Colorado", - "city": "Macdona" - } - }, - { - "id": 8196, - "name": "Marsh Holland", - "gender": "male", - "age": 73, - "address": { - "state": "West Virginia", - "city": "Riviera" - } - }, - { - "id": 8197, - "name": "Tran Farrell", - "gender": "male", - "age": 24, - "address": { - "state": "Texas", - "city": "Blanford" - } - }, - { - "id": 8198, - "name": "Mcintyre Knight", - "gender": "male", - "age": 49, - "address": { - "state": "Michigan", - "city": "Datil" - } - }, - { - "id": 8199, - "name": "Richard Kirby", - "gender": "male", - "age": 18, - "address": { - "state": "North Dakota", - "city": "Coral" - } - }, - { - "id": 8200, - "name": "Elena Morin", - "gender": "female", - "age": 40, - "address": { - "state": "Missouri", - "city": "Cliffside" - } - }, - { - "id": 8201, - "name": "Lorene Mcpherson", - "gender": "female", - "age": 60, - "address": { - "state": "Wisconsin", - "city": "Ahwahnee" - } - }, - { - "id": 8202, - "name": "Meadows Walsh", - "gender": "male", - "age": 42, - "address": { - "state": "New Jersey", - "city": "Ballico" - } - }, - { - "id": 8203, - "name": "Angelique Schmidt", - "gender": "female", - "age": 27, - "address": { - "state": "Massachusetts", - "city": "Bedias" - } - }, - { - "id": 8204, - "name": "Edith Cameron", - "gender": "female", - "age": 61, - "address": { - "state": "Idaho", - "city": "Floriston" - } - }, - { - "id": 8205, - "name": "Humphrey Nicholson", - "gender": "male", - "age": 27, - "address": { - "state": "Iowa", - "city": "Columbus" - } - }, - { - "id": 8206, - "name": "Powers Montgomery", - "gender": "male", - "age": 17, - "address": { - "state": "Delaware", - "city": "Robbins" - } - }, - { - "id": 8207, - "name": "Mays Owens", - "gender": "male", - "age": 76, - "address": { - "state": "Rhode Island", - "city": "Enlow" - } - }, - { - "id": 8208, - "name": "Kent Norton", - "gender": "male", - "age": 38, - "address": { - "state": "Pennsylvania", - "city": "Klagetoh" - } - }, - { - "id": 8209, - "name": "Sellers Stanley", - "gender": "male", - "age": 54, - "address": { - "state": "Ohio", - "city": "Juarez" - } - }, - { - "id": 8210, - "name": "Lowery Vaughn", - "gender": "male", - "age": 21, - "address": { - "state": "New Hampshire", - "city": "Dixie" - } - }, - { - "id": 8211, - "name": "Hogan Burton", - "gender": "male", - "age": 78, - "address": { - "state": "Minnesota", - "city": "Chamberino" - } - }, - { - "id": 8212, - "name": "Lindsay Davidson", - "gender": "male", - "age": 36, - "address": { - "state": "Washington", - "city": "Jacksonburg" - } - }, - { - "id": 8213, - "name": "Molina Marks", - "gender": "male", - "age": 38, - "address": { - "state": "Arizona", - "city": "Torboy" - } - }, - { - "id": 8214, - "name": "Peck Horne", - "gender": "male", - "age": 68, - "address": { - "state": "Arkansas", - "city": "Summertown" - } - }, - { - "id": 8215, - "name": "Moses Buchanan", - "gender": "male", - "age": 60, - "address": { - "state": "Kentucky", - "city": "Carlos" - } - }, - { - "id": 8216, - "name": "Brewer Doyle", - "gender": "male", - "age": 30, - "address": { - "state": "Louisiana", - "city": "Evergreen" - } - }, - { - "id": 8217, - "name": "Kristie Dale", - "gender": "female", - "age": 53, - "address": { - "state": "North Carolina", - "city": "Fresno" - } - }, - { - "id": 8218, - "name": "Estelle Marshall", - "gender": "female", - "age": 26, - "address": { - "state": "Georgia", - "city": "Durham" - } - }, - { - "id": 8219, - "name": "Samantha Pittman", - "gender": "female", - "age": 21, - "address": { - "state": "Virginia", - "city": "Croom" - } - }, - { - "id": 8220, - "name": "Darcy Wooten", - "gender": "female", - "age": 39, - "address": { - "state": "New Mexico", - "city": "Venice" - } - }, - { - "id": 8221, - "name": "Rivers Mathews", - "gender": "male", - "age": 82, - "address": { - "state": "South Dakota", - "city": "Statenville" - } - }, - { - "id": 8222, - "name": "Williamson Santos", - "gender": "male", - "age": 78, - "address": { - "state": "Hawaii", - "city": "Kerby" - } - }, - { - "id": 8223, - "name": "Jacklyn Spence", - "gender": "female", - "age": 35, - "address": { - "state": "Montana", - "city": "Courtland" - } - }, - { - "id": 8224, - "name": "Randolph Berg", - "gender": "male", - "age": 75, - "address": { - "state": "Wyoming", - "city": "Roberts" - } - }, - { - "id": 8225, - "name": "Christi Deleon", - "gender": "female", - "age": 36, - "address": { - "state": "Alabama", - "city": "Linganore" - } - }, - { - "id": 8226, - "name": "Lynn Anderson", - "gender": "female", - "age": 72, - "address": { - "state": "Vermont", - "city": "Bluffview" - } - }, - { - "id": 8227, - "name": "Bobbie Levy", - "gender": "female", - "age": 51, - "address": { - "state": "Nebraska", - "city": "Norwood" - } - }, - { - "id": 8228, - "name": "Roberson Mercer", - "gender": "male", - "age": 24, - "address": { - "state": "Mississippi", - "city": "Gambrills" - } - }, - { - "id": 8229, - "name": "May Griffin", - "gender": "female", - "age": 22, - "address": { - "state": "South Carolina", - "city": "Dalton" - } - }, - { - "id": 8230, - "name": "Pennington Stephens", - "gender": "male", - "age": 70, - "address": { - "state": "Connecticut", - "city": "Loretto" - } - }, - { - "id": 8231, - "name": "Paulette Richard", - "gender": "female", - "age": 71, - "address": { - "state": "Oklahoma", - "city": "Sena" - } - }, - { - "id": 8232, - "name": "Lamb Dillon", - "gender": "male", - "age": 17, - "address": { - "state": "Washington", - "city": "Hampstead" - } - }, - { - "id": 8233, - "name": "Figueroa Murray", - "gender": "male", - "age": 81, - "address": { - "state": "New Jersey", - "city": "Chumuckla" - } - }, - { - "id": 8234, - "name": "Olson Buckner", - "gender": "male", - "age": 53, - "address": { - "state": "Virginia", - "city": "Shelby" - } - }, - { - "id": 8235, - "name": "Grant Ingram", - "gender": "male", - "age": 76, - "address": { - "state": "Nevada", - "city": "Lund" - } - }, - { - "id": 8236, - "name": "Dickerson Mccarty", - "gender": "male", - "age": 73, - "address": { - "state": "Hawaii", - "city": "Oasis" - } - }, - { - "id": 8237, - "name": "Deanna Cobb", - "gender": "female", - "age": 78, - "address": { - "state": "Louisiana", - "city": "Kerby" - } - }, - { - "id": 8238, - "name": "Gonzales Kerr", - "gender": "male", - "age": 19, - "address": { - "state": "Utah", - "city": "Wyoming" - } - }, - { - "id": 8239, - "name": "Chandra Cook", - "gender": "female", - "age": 23, - "address": { - "state": "Iowa", - "city": "Beason" - } - }, - { - "id": 8240, - "name": "Penelope Vincent", - "gender": "female", - "age": 28, - "address": { - "state": "Illinois", - "city": "Greenbackville" - } - }, - { - "id": 8241, - "name": "Estrada Sparks", - "gender": "male", - "age": 38, - "address": { - "state": "Pennsylvania", - "city": "Limestone" - } - }, - { - "id": 8242, - "name": "Lidia Lee", - "gender": "female", - "age": 34, - "address": { - "state": "Texas", - "city": "Sardis" - } - }, - { - "id": 8243, - "name": "Theresa Ayers", - "gender": "female", - "age": 51, - "address": { - "state": "Michigan", - "city": "Gracey" - } - }, - { - "id": 8244, - "name": "Isabella Roach", - "gender": "female", - "age": 44, - "address": { - "state": "Kentucky", - "city": "Yardville" - } - }, - { - "id": 8245, - "name": "Jodie Gates", - "gender": "female", - "age": 27, - "address": { - "state": "North Carolina", - "city": "Santel" - } - }, - { - "id": 8246, - "name": "Wilda Knight", - "gender": "female", - "age": 55, - "address": { - "state": "Delaware", - "city": "Conestoga" - } - }, - { - "id": 8247, - "name": "Carson Sweeney", - "gender": "male", - "age": 52, - "address": { - "state": "Arizona", - "city": "Walland" - } - }, - { - "id": 8248, - "name": "Mckenzie Soto", - "gender": "male", - "age": 47, - "address": { - "state": "Ohio", - "city": "Camino" - } - }, - { - "id": 8249, - "name": "Vasquez Horne", - "gender": "male", - "age": 42, - "address": { - "state": "Missouri", - "city": "Fruitdale" - } - }, - { - "id": 8250, - "name": "Curry Peck", - "gender": "male", - "age": 82, - "address": { - "state": "Maryland", - "city": "Hartsville/Hartley" - } - }, - { - "id": 8251, - "name": "Parks Pennington", - "gender": "male", - "age": 52, - "address": { - "state": "New Mexico", - "city": "Cresaptown" - } - }, - { - "id": 8252, - "name": "Moss Dorsey", - "gender": "male", - "age": 20, - "address": { - "state": "New Hampshire", - "city": "Trail" - } - }, - { - "id": 8253, - "name": "Norris Lewis", - "gender": "male", - "age": 50, - "address": { - "state": "New York", - "city": "Marysville" - } - }, - { - "id": 8254, - "name": "Michael Cochran", - "gender": "female", - "age": 35, - "address": { - "state": "Indiana", - "city": "Greenfields" - } - }, - { - "id": 8255, - "name": "Acevedo Burris", - "gender": "male", - "age": 21, - "address": { - "state": "Arkansas", - "city": "Ronco" - } - }, - { - "id": 8256, - "name": "Lindsey Gross", - "gender": "female", - "age": 43, - "address": { - "state": "Montana", - "city": "Shasta" - } - }, - { - "id": 8257, - "name": "Malinda Parsons", - "gender": "female", - "age": 45, - "address": { - "state": "Florida", - "city": "Vowinckel" - } - }, - { - "id": 8258, - "name": "Riddle Workman", - "gender": "male", - "age": 22, - "address": { - "state": "Wisconsin", - "city": "Odessa" - } - }, - { - "id": 8259, - "name": "Jenna Kemp", - "gender": "female", - "age": 70, - "address": { - "state": "California", - "city": "Savage" - } - }, - { - "id": 8260, - "name": "Lee Moreno", - "gender": "female", - "age": 50, - "address": { - "state": "Alaska", - "city": "Sattley" - } - }, - { - "id": 8261, - "name": "Walls Donovan", - "gender": "male", - "age": 45, - "address": { - "state": "Massachusetts", - "city": "Saranap" - } - }, - { - "id": 8262, - "name": "Annette Brewer", - "gender": "female", - "age": 76, - "address": { - "state": "Kansas", - "city": "Dennard" - } - }, - { - "id": 8263, - "name": "Christie Noel", - "gender": "female", - "age": 53, - "address": { - "state": "Oregon", - "city": "Williams" - } - }, - { - "id": 8264, - "name": "Ross Wilkerson", - "gender": "male", - "age": 27, - "address": { - "state": "Alabama", - "city": "Bodega" - } - }, - { - "id": 8265, - "name": "Dorothy Freeman", - "gender": "female", - "age": 59, - "address": { - "state": "North Dakota", - "city": "Veyo" - } - }, - { - "id": 8266, - "name": "Jill Rhodes", - "gender": "female", - "age": 72, - "address": { - "state": "Connecticut", - "city": "Bison" - } - }, - { - "id": 8267, - "name": "Guerrero Fisher", - "gender": "male", - "age": 53, - "address": { - "state": "Wyoming", - "city": "Highland" - } - }, - { - "id": 8268, - "name": "Stewart Lang", - "gender": "male", - "age": 28, - "address": { - "state": "Nebraska", - "city": "Russellville" - } - }, - { - "id": 8269, - "name": "Latoya Chapman", - "gender": "female", - "age": 78, - "address": { - "state": "Vermont", - "city": "Frystown" - } - }, - { - "id": 8270, - "name": "Ivy Jarvis", - "gender": "female", - "age": 41, - "address": { - "state": "Oklahoma", - "city": "Farmers" - } - }, - { - "id": 8271, - "name": "Kathryn Nielsen", - "gender": "female", - "age": 53, - "address": { - "state": "Idaho", - "city": "Hickory" - } - }, - { - "id": 8272, - "name": "Morrison Vinson", - "gender": "male", - "age": 69, - "address": { - "state": "West Virginia", - "city": "Chicopee" - } - }, - { - "id": 8273, - "name": "Booker Saunders", - "gender": "male", - "age": 60, - "address": { - "state": "Rhode Island", - "city": "Beaulieu" - } - }, - { - "id": 8274, - "name": "Edith Michael", - "gender": "female", - "age": 40, - "address": { - "state": "South Carolina", - "city": "Abiquiu" - } - }, - { - "id": 8275, - "name": "Dana Griffin", - "gender": "female", - "age": 18, - "address": { - "state": "Maine", - "city": "Whipholt" - } - }, - { - "id": 8276, - "name": "Richard Mcfadden", - "gender": "male", - "age": 47, - "address": { - "state": "Tennessee", - "city": "Waukeenah" - } - }, - { - "id": 8277, - "name": "Jo Vaughn", - "gender": "female", - "age": 55, - "address": { - "state": "Minnesota", - "city": "Whitewater" - } - }, - { - "id": 8278, - "name": "Kirby Cardenas", - "gender": "male", - "age": 82, - "address": { - "state": "South Dakota", - "city": "Avoca" - } - }, - { - "id": 8279, - "name": "Clements Shepard", - "gender": "male", - "age": 34, - "address": { - "state": "Georgia", - "city": "Hondah" - } - }, - { - "id": 8280, - "name": "Mona Barron", - "gender": "female", - "age": 69, - "address": { - "state": "Mississippi", - "city": "Mayfair" - } - }, - { - "id": 8281, - "name": "Hurley Mullen", - "gender": "male", - "age": 52, - "address": { - "state": "New Jersey", - "city": "Vandiver" - } - }, - { - "id": 8282, - "name": "Gray William", - "gender": "male", - "age": 45, - "address": { - "state": "Maine", - "city": "Rosburg" - } - }, - { - "id": 8283, - "name": "Francine Kirk", - "gender": "female", - "age": 74, - "address": { - "state": "Alaska", - "city": "Bentley" - } - }, - { - "id": 8284, - "name": "Joanna Koch", - "gender": "female", - "age": 32, - "address": { - "state": "Wyoming", - "city": "Welch" - } - }, - { - "id": 8285, - "name": "Angelina Knowles", - "gender": "female", - "age": 23, - "address": { - "state": "Washington", - "city": "Escondida" - } - }, - { - "id": 8286, - "name": "Navarro Santana", - "gender": "male", - "age": 54, - "address": { - "state": "Virginia", - "city": "Brenton" - } - }, - { - "id": 8287, - "name": "Stacey Chase", - "gender": "female", - "age": 80, - "address": { - "state": "Ohio", - "city": "Wells" - } - }, - { - "id": 8288, - "name": "Pena Mclaughlin", - "gender": "male", - "age": 49, - "address": { - "state": "New York", - "city": "Noblestown" - } - }, - { - "id": 8289, - "name": "Lucia Mckenzie", - "gender": "female", - "age": 65, - "address": { - "state": "Texas", - "city": "Wildwood" - } - }, - { - "id": 8290, - "name": "Henson Goff", - "gender": "male", - "age": 31, - "address": { - "state": "New Hampshire", - "city": "Bourg" - } - }, - { - "id": 8291, - "name": "Robin Bradshaw", - "gender": "female", - "age": 80, - "address": { - "state": "Iowa", - "city": "Hiko" - } - }, - { - "id": 8292, - "name": "Fisher Gibbs", - "gender": "male", - "age": 76, - "address": { - "state": "North Dakota", - "city": "Avalon" - } - }, - { - "id": 8293, - "name": "Eunice Barnett", - "gender": "female", - "age": 50, - "address": { - "state": "South Carolina", - "city": "Morgandale" - } - }, - { - "id": 8294, - "name": "Myrtle Richmond", - "gender": "female", - "age": 25, - "address": { - "state": "Nebraska", - "city": "Kimmell" - } - }, - { - "id": 8295, - "name": "Valeria Cole", - "gender": "female", - "age": 17, - "address": { - "state": "Louisiana", - "city": "Levant" - } - }, - { - "id": 8296, - "name": "Sasha Bryan", - "gender": "female", - "age": 69, - "address": { - "state": "Maryland", - "city": "Herlong" - } - }, - { - "id": 8297, - "name": "Vincent Douglas", - "gender": "male", - "age": 26, - "address": { - "state": "Georgia", - "city": "Hegins" - } - }, - { - "id": 8298, - "name": "Amelia Wall", - "gender": "female", - "age": 33, - "address": { - "state": "New Mexico", - "city": "Macdona" - } - }, - { - "id": 8299, - "name": "Jaclyn Duran", - "gender": "female", - "age": 31, - "address": { - "state": "Florida", - "city": "Madrid" - } - }, - { - "id": 8300, - "name": "Leona Wells", - "gender": "female", - "age": 19, - "address": { - "state": "Idaho", - "city": "Cornucopia" - } - }, - { - "id": 8301, - "name": "Contreras Dorsey", - "gender": "male", - "age": 22, - "address": { - "state": "Rhode Island", - "city": "Kent" - } - }, - { - "id": 8302, - "name": "Kristen Nicholson", - "gender": "female", - "age": 77, - "address": { - "state": "Utah", - "city": "Ypsilanti" - } - }, - { - "id": 8303, - "name": "Toni Fuller", - "gender": "female", - "age": 52, - "address": { - "state": "Alabama", - "city": "Ola" - } - }, - { - "id": 8304, - "name": "Jennifer Shaw", - "gender": "female", - "age": 44, - "address": { - "state": "Massachusetts", - "city": "Frierson" - } - }, - { - "id": 8305, - "name": "Leonor Phelps", - "gender": "female", - "age": 59, - "address": { - "state": "South Dakota", - "city": "Bellfountain" - } - }, - { - "id": 8306, - "name": "Johnnie Hubbard", - "gender": "female", - "age": 29, - "address": { - "state": "Nevada", - "city": "Whitmer" - } - }, - { - "id": 8307, - "name": "Hollie Nieves", - "gender": "female", - "age": 43, - "address": { - "state": "West Virginia", - "city": "Valle" - } - }, - { - "id": 8308, - "name": "Lorna Terry", - "gender": "female", - "age": 58, - "address": { - "state": "Hawaii", - "city": "Ironton" - } - }, - { - "id": 8309, - "name": "Lacy Hodges", - "gender": "female", - "age": 24, - "address": { - "state": "North Carolina", - "city": "Camino" - } - }, - { - "id": 8310, - "name": "Marissa Williams", - "gender": "female", - "age": 35, - "address": { - "state": "Kentucky", - "city": "Bison" - } - }, - { - "id": 8311, - "name": "Brandie Espinoza", - "gender": "female", - "age": 20, - "address": { - "state": "Kansas", - "city": "Summerset" - } - }, - { - "id": 8312, - "name": "Elena England", - "gender": "female", - "age": 58, - "address": { - "state": "Arizona", - "city": "Finzel" - } - }, - { - "id": 8313, - "name": "Lora Garza", - "gender": "female", - "age": 27, - "address": { - "state": "Mississippi", - "city": "Wheatfields" - } - }, - { - "id": 8314, - "name": "Marsha Tucker", - "gender": "female", - "age": 69, - "address": { - "state": "Michigan", - "city": "Dargan" - } - }, - { - "id": 8315, - "name": "Camille Bauer", - "gender": "female", - "age": 26, - "address": { - "state": "Illinois", - "city": "Belleview" - } - }, - { - "id": 8316, - "name": "Weaver Gentry", - "gender": "male", - "age": 52, - "address": { - "state": "Indiana", - "city": "Cumberland" - } - }, - { - "id": 8317, - "name": "Janell Montgomery", - "gender": "female", - "age": 71, - "address": { - "state": "Tennessee", - "city": "Dixie" - } - }, - { - "id": 8318, - "name": "Beverley Blackwell", - "gender": "female", - "age": 77, - "address": { - "state": "Connecticut", - "city": "Warren" - } - }, - { - "id": 8319, - "name": "Garrison Craig", - "gender": "male", - "age": 51, - "address": { - "state": "California", - "city": "Salix" - } - }, - { - "id": 8320, - "name": "Wendi Burris", - "gender": "female", - "age": 58, - "address": { - "state": "Pennsylvania", - "city": "Idledale" - } - }, - { - "id": 8321, - "name": "Mason Morrison", - "gender": "male", - "age": 31, - "address": { - "state": "Minnesota", - "city": "Ribera" - } - }, - { - "id": 8322, - "name": "King Waller", - "gender": "male", - "age": 54, - "address": { - "state": "Colorado", - "city": "Snelling" - } - }, - { - "id": 8323, - "name": "Compton Ramos", - "gender": "male", - "age": 58, - "address": { - "state": "Oregon", - "city": "Echo" - } - }, - { - "id": 8324, - "name": "Mccoy Parrish", - "gender": "male", - "age": 57, - "address": { - "state": "Montana", - "city": "Bradenville" - } - }, - { - "id": 8325, - "name": "Phelps Jordan", - "gender": "male", - "age": 33, - "address": { - "state": "Wisconsin", - "city": "Durham" - } - }, - { - "id": 8326, - "name": "Debbie Shaffer", - "gender": "female", - "age": 19, - "address": { - "state": "Oklahoma", - "city": "Woodlake" - } - }, - { - "id": 8327, - "name": "Lester Pratt", - "gender": "male", - "age": 74, - "address": { - "state": "Missouri", - "city": "Martinez" - } - }, - { - "id": 8328, - "name": "Knight Deleon", - "gender": "male", - "age": 27, - "address": { - "state": "Arkansas", - "city": "Concho" - } - }, - { - "id": 8329, - "name": "Bonnie Parsons", - "gender": "female", - "age": 49, - "address": { - "state": "Vermont", - "city": "Bennett" - } - }, - { - "id": 8330, - "name": "Knox Bonner", - "gender": "male", - "age": 54, - "address": { - "state": "Mississippi", - "city": "Linganore" - } - }, - { - "id": 8331, - "name": "Everett Travis", - "gender": "male", - "age": 45, - "address": { - "state": "Minnesota", - "city": "Jeff" - } - }, - { - "id": 8332, - "name": "Herring Rogers", - "gender": "male", - "age": 21, - "address": { - "state": "South Dakota", - "city": "Diaperville" - } - }, - { - "id": 8333, - "name": "Carson Conrad", - "gender": "male", - "age": 75, - "address": { - "state": "Washington", - "city": "Gardiner" - } - }, - { - "id": 8334, - "name": "Cara Waller", - "gender": "female", - "age": 17, - "address": { - "state": "Kansas", - "city": "Belmont" - } - }, - { - "id": 8335, - "name": "Lawrence Pugh", - "gender": "male", - "age": 32, - "address": { - "state": "California", - "city": "Whitewater" - } - }, - { - "id": 8336, - "name": "Miranda Myers", - "gender": "female", - "age": 80, - "address": { - "state": "Hawaii", - "city": "Glenbrook" - } - }, - { - "id": 8337, - "name": "Amparo Dawson", - "gender": "female", - "age": 68, - "address": { - "state": "Ohio", - "city": "Hiko" - } - }, - { - "id": 8338, - "name": "Cruz Gentry", - "gender": "male", - "age": 68, - "address": { - "state": "New York", - "city": "Cawood" - } - }, - { - "id": 8339, - "name": "Shelby Richmond", - "gender": "female", - "age": 36, - "address": { - "state": "Kentucky", - "city": "Frank" - } - }, - { - "id": 8340, - "name": "Althea Tate", - "gender": "female", - "age": 49, - "address": { - "state": "Nevada", - "city": "Cornucopia" - } - }, - { - "id": 8341, - "name": "Mercado Long", - "gender": "male", - "age": 48, - "address": { - "state": "Alabama", - "city": "Coloma" - } - }, - { - "id": 8342, - "name": "Adriana Delacruz", - "gender": "female", - "age": 62, - "address": { - "state": "Connecticut", - "city": "Nescatunga" - } - }, - { - "id": 8343, - "name": "Baxter Wiggins", - "gender": "male", - "age": 81, - "address": { - "state": "Oklahoma", - "city": "Lund" - } - }, - { - "id": 8344, - "name": "Blanchard Young", - "gender": "male", - "age": 43, - "address": { - "state": "Tennessee", - "city": "Sunbury" - } - }, - { - "id": 8345, - "name": "Hubbard Murphy", - "gender": "male", - "age": 66, - "address": { - "state": "Massachusetts", - "city": "Ellerslie" - } - }, - { - "id": 8346, - "name": "Eliza Mcclure", - "gender": "female", - "age": 45, - "address": { - "state": "Arizona", - "city": "Cannondale" - } - }, - { - "id": 8347, - "name": "Tammie Fitzgerald", - "gender": "female", - "age": 64, - "address": { - "state": "Rhode Island", - "city": "Johnsonburg" - } - }, - { - "id": 8348, - "name": "Nanette Williams", - "gender": "female", - "age": 47, - "address": { - "state": "Missouri", - "city": "Glenville" - } - }, - { - "id": 8349, - "name": "Leta Todd", - "gender": "female", - "age": 32, - "address": { - "state": "Colorado", - "city": "Fillmore" - } - }, - { - "id": 8350, - "name": "Cortez Noble", - "gender": "male", - "age": 42, - "address": { - "state": "Louisiana", - "city": "Benson" - } - }, - { - "id": 8351, - "name": "Berger Baldwin", - "gender": "male", - "age": 19, - "address": { - "state": "Pennsylvania", - "city": "Allendale" - } - }, - { - "id": 8352, - "name": "Osborne Santiago", - "gender": "male", - "age": 21, - "address": { - "state": "Maryland", - "city": "Norfolk" - } - }, - { - "id": 8353, - "name": "Frances Sanchez", - "gender": "female", - "age": 65, - "address": { - "state": "Delaware", - "city": "Worton" - } - }, - { - "id": 8354, - "name": "Elisa Strong", - "gender": "female", - "age": 44, - "address": { - "state": "Texas", - "city": "Foxworth" - } - }, - { - "id": 8355, - "name": "Meyer Blackwell", - "gender": "male", - "age": 27, - "address": { - "state": "Illinois", - "city": "Bradenville" - } - }, - { - "id": 8356, - "name": "Blair Sellers", - "gender": "male", - "age": 40, - "address": { - "state": "Wisconsin", - "city": "Century" - } - }, - { - "id": 8357, - "name": "Mccall Valdez", - "gender": "male", - "age": 72, - "address": { - "state": "Georgia", - "city": "Outlook" - } - }, - { - "id": 8358, - "name": "Lori Daniel", - "gender": "female", - "age": 59, - "address": { - "state": "Nebraska", - "city": "Chapin" - } - }, - { - "id": 8359, - "name": "Diana Clarke", - "gender": "female", - "age": 44, - "address": { - "state": "Vermont", - "city": "Gwynn" - } - }, - { - "id": 8360, - "name": "Lesa Salinas", - "gender": "female", - "age": 66, - "address": { - "state": "Michigan", - "city": "Beechmont" - } - }, - { - "id": 8361, - "name": "Weeks Hendricks", - "gender": "male", - "age": 51, - "address": { - "state": "Wyoming", - "city": "Cumberland" - } - }, - { - "id": 8362, - "name": "Angeline Kidd", - "gender": "female", - "age": 26, - "address": { - "state": "South Carolina", - "city": "Oretta" - } - }, - { - "id": 8363, - "name": "Snyder Hebert", - "gender": "male", - "age": 48, - "address": { - "state": "West Virginia", - "city": "Coventry" - } - }, - { - "id": 8364, - "name": "Freida Freeman", - "gender": "female", - "age": 20, - "address": { - "state": "Arkansas", - "city": "Richmond" - } - }, - { - "id": 8365, - "name": "Solomon Lloyd", - "gender": "male", - "age": 41, - "address": { - "state": "New Jersey", - "city": "Ilchester" - } - }, - { - "id": 8366, - "name": "Luella Sosa", - "gender": "female", - "age": 48, - "address": { - "state": "Utah", - "city": "Brecon" - } - }, - { - "id": 8367, - "name": "Atkins Hobbs", - "gender": "male", - "age": 78, - "address": { - "state": "Indiana", - "city": "Forbestown" - } - }, - { - "id": 8368, - "name": "Marsh Morin", - "gender": "male", - "age": 20, - "address": { - "state": "Iowa", - "city": "Dellview" - } - }, - { - "id": 8369, - "name": "Rivers Coffey", - "gender": "male", - "age": 70, - "address": { - "state": "New Hampshire", - "city": "Nicholson" - } - }, - { - "id": 8370, - "name": "Merritt Burton", - "gender": "male", - "age": 60, - "address": { - "state": "North Carolina", - "city": "Manitou" - } - }, - { - "id": 8371, - "name": "Marcie Holmes", - "gender": "female", - "age": 51, - "address": { - "state": "Alaska", - "city": "Ripley" - } - }, - { - "id": 8372, - "name": "Mclaughlin Barber", - "gender": "male", - "age": 62, - "address": { - "state": "Florida", - "city": "Darbydale" - } - }, - { - "id": 8373, - "name": "Charity Anthony", - "gender": "female", - "age": 43, - "address": { - "state": "Virginia", - "city": "Gambrills" - } - }, - { - "id": 8374, - "name": "Terrie Greene", - "gender": "female", - "age": 20, - "address": { - "state": "North Dakota", - "city": "Elwood" - } - }, - { - "id": 8375, - "name": "Patterson Reyes", - "gender": "male", - "age": 29, - "address": { - "state": "New Mexico", - "city": "Jackpot" - } - }, - { - "id": 8376, - "name": "Vicki Figueroa", - "gender": "female", - "age": 50, - "address": { - "state": "Maine", - "city": "Rutherford" - } - }, - { - "id": 8377, - "name": "Josefina Snyder", - "gender": "female", - "age": 67, - "address": { - "state": "Idaho", - "city": "Camptown" - } - }, - { - "id": 8378, - "name": "Barlow Burgess", - "gender": "male", - "age": 47, - "address": { - "state": "Oregon", - "city": "Bluffview" - } - }, - { - "id": 8379, - "name": "Curtis Kline", - "gender": "male", - "age": 44, - "address": { - "state": "Iowa", - "city": "Delwood" - } - }, - { - "id": 8380, - "name": "Ana Chase", - "gender": "female", - "age": 72, - "address": { - "state": "Wisconsin", - "city": "Gloucester" - } - }, - { - "id": 8381, - "name": "Kaitlin Sexton", - "gender": "female", - "age": 50, - "address": { - "state": "Alabama", - "city": "Kingstowne" - } - }, - { - "id": 8382, - "name": "Nielsen Gregory", - "gender": "male", - "age": 45, - "address": { - "state": "Illinois", - "city": "Mapletown" - } - }, - { - "id": 8383, - "name": "Jenny Wallace", - "gender": "female", - "age": 82, - "address": { - "state": "North Dakota", - "city": "Shrewsbury" - } - }, - { - "id": 8384, - "name": "Wheeler Bryant", - "gender": "male", - "age": 80, - "address": { - "state": "Pennsylvania", - "city": "Emerald" - } - }, - { - "id": 8385, - "name": "Patricia Barlow", - "gender": "female", - "age": 50, - "address": { - "state": "Vermont", - "city": "Guilford" - } - }, - { - "id": 8386, - "name": "Tran Zamora", - "gender": "male", - "age": 48, - "address": { - "state": "Rhode Island", - "city": "Stockdale" - } - }, - { - "id": 8387, - "name": "Pearl Wise", - "gender": "female", - "age": 30, - "address": { - "state": "Washington", - "city": "Wauhillau" - } - }, - { - "id": 8388, - "name": "Frye Kaufman", - "gender": "male", - "age": 28, - "address": { - "state": "Minnesota", - "city": "Hall" - } - }, - { - "id": 8389, - "name": "Catalina Villarreal", - "gender": "female", - "age": 60, - "address": { - "state": "Idaho", - "city": "Slovan" - } - }, - { - "id": 8390, - "name": "Maritza Winters", - "gender": "female", - "age": 56, - "address": { - "state": "Arkansas", - "city": "Jacksonwald" - } - }, - { - "id": 8391, - "name": "Alberta Huffman", - "gender": "female", - "age": 71, - "address": { - "state": "Michigan", - "city": "Bradenville" - } - }, - { - "id": 8392, - "name": "Elsa Perez", - "gender": "female", - "age": 80, - "address": { - "state": "Kentucky", - "city": "Walton" - } - }, - { - "id": 8393, - "name": "Opal Mcbride", - "gender": "female", - "age": 19, - "address": { - "state": "Maine", - "city": "Harborton" - } - }, - { - "id": 8394, - "name": "Lela Merrill", - "gender": "female", - "age": 45, - "address": { - "state": "Ohio", - "city": "Jardine" - } - }, - { - "id": 8395, - "name": "Nona Banks", - "gender": "female", - "age": 25, - "address": { - "state": "Massachusetts", - "city": "Cassel" - } - }, - { - "id": 8396, - "name": "Cote Ferguson", - "gender": "male", - "age": 51, - "address": { - "state": "South Carolina", - "city": "Edenburg" - } - }, - { - "id": 8397, - "name": "Burgess Mathis", - "gender": "male", - "age": 43, - "address": { - "state": "Colorado", - "city": "Orovada" - } - }, - { - "id": 8398, - "name": "Clara Richards", - "gender": "female", - "age": 38, - "address": { - "state": "Mississippi", - "city": "Dunbar" - } - }, - { - "id": 8399, - "name": "Tina Joyce", - "gender": "female", - "age": 29, - "address": { - "state": "Indiana", - "city": "Whitmer" - } - }, - { - "id": 8400, - "name": "Elisa Peters", - "gender": "female", - "age": 46, - "address": { - "state": "Tennessee", - "city": "Gibbsville" - } - }, - { - "id": 8401, - "name": "Bernadine Stark", - "gender": "female", - "age": 25, - "address": { - "state": "New York", - "city": "Montura" - } - }, - { - "id": 8402, - "name": "Schmidt Cherry", - "gender": "male", - "age": 38, - "address": { - "state": "New Hampshire", - "city": "Epworth" - } - }, - { - "id": 8403, - "name": "Aisha Curtis", - "gender": "female", - "age": 66, - "address": { - "state": "North Carolina", - "city": "Como" - } - }, - { - "id": 8404, - "name": "Carissa Campos", - "gender": "female", - "age": 39, - "address": { - "state": "New Mexico", - "city": "Nord" - } - }, - { - "id": 8405, - "name": "Jewell Crane", - "gender": "female", - "age": 22, - "address": { - "state": "Hawaii", - "city": "Kempton" - } - }, - { - "id": 8406, - "name": "Alisha Dean", - "gender": "female", - "age": 57, - "address": { - "state": "Louisiana", - "city": "Woodlake" - } - }, - { - "id": 8407, - "name": "Bruce Hanson", - "gender": "male", - "age": 22, - "address": { - "state": "Texas", - "city": "Wiscon" - } - }, - { - "id": 8408, - "name": "Clare Haney", - "gender": "female", - "age": 31, - "address": { - "state": "Kansas", - "city": "Matthews" - } - }, - { - "id": 8409, - "name": "Pope Albert", - "gender": "male", - "age": 72, - "address": { - "state": "Wyoming", - "city": "Bowden" - } - }, - { - "id": 8410, - "name": "Wood Mcdonald", - "gender": "male", - "age": 38, - "address": { - "state": "Missouri", - "city": "Bainbridge" - } - }, - { - "id": 8411, - "name": "Carson Knapp", - "gender": "male", - "age": 81, - "address": { - "state": "Arizona", - "city": "Sylvanite" - } - }, - { - "id": 8412, - "name": "Margaret Jenkins", - "gender": "female", - "age": 40, - "address": { - "state": "Delaware", - "city": "Cuylerville" - } - }, - { - "id": 8413, - "name": "Berry Phillips", - "gender": "male", - "age": 53, - "address": { - "state": "South Dakota", - "city": "Thatcher" - } - }, - { - "id": 8414, - "name": "Claudine Dillard", - "gender": "female", - "age": 69, - "address": { - "state": "Florida", - "city": "Chaparrito" - } - }, - { - "id": 8415, - "name": "Margret Hunt", - "gender": "female", - "age": 72, - "address": { - "state": "West Virginia", - "city": "Leroy" - } - }, - { - "id": 8416, - "name": "Cook Stout", - "gender": "male", - "age": 22, - "address": { - "state": "Georgia", - "city": "Glasgow" - } - }, - { - "id": 8417, - "name": "Griffin Cote", - "gender": "male", - "age": 53, - "address": { - "state": "Connecticut", - "city": "Lupton" - } - }, - { - "id": 8418, - "name": "Davis Horton", - "gender": "male", - "age": 69, - "address": { - "state": "Nevada", - "city": "Silkworth" - } - }, - { - "id": 8419, - "name": "Schultz Stanley", - "gender": "male", - "age": 73, - "address": { - "state": "Virginia", - "city": "Thermal" - } - }, - { - "id": 8420, - "name": "Larsen William", - "gender": "male", - "age": 57, - "address": { - "state": "Oklahoma", - "city": "Windsor" - } - }, - { - "id": 8421, - "name": "Magdalena Rasmussen", - "gender": "female", - "age": 49, - "address": { - "state": "California", - "city": "Herald" - } - }, - { - "id": 8422, - "name": "Rojas Noel", - "gender": "male", - "age": 61, - "address": { - "state": "Alaska", - "city": "Lafferty" - } - }, - { - "id": 8423, - "name": "Russell Randall", - "gender": "male", - "age": 47, - "address": { - "state": "New Jersey", - "city": "Chestnut" - } - }, - { - "id": 8424, - "name": "Park Cunningham", - "gender": "male", - "age": 46, - "address": { - "state": "Nebraska", - "city": "Bordelonville" - } - }, - { - "id": 8425, - "name": "Kim Kennedy", - "gender": "female", - "age": 71, - "address": { - "state": "Maryland", - "city": "Greer" - } - }, - { - "id": 8426, - "name": "Robin Bolton", - "gender": "female", - "age": 24, - "address": { - "state": "Utah", - "city": "Cherokee" - } - }, - { - "id": 8427, - "name": "Washington Gordon", - "gender": "male", - "age": 55, - "address": { - "state": "Oregon", - "city": "Whitestone" - } - }, - { - "id": 8428, - "name": "Blake Summers", - "gender": "male", - "age": 69, - "address": { - "state": "Indiana", - "city": "Carlton" - } - }, - { - "id": 8429, - "name": "Eve Dyer", - "gender": "female", - "age": 30, - "address": { - "state": "Colorado", - "city": "Croom" - } - }, - { - "id": 8430, - "name": "Keisha York", - "gender": "female", - "age": 78, - "address": { - "state": "Iowa", - "city": "Avalon" - } - }, - { - "id": 8431, - "name": "Dunlap James", - "gender": "male", - "age": 57, - "address": { - "state": "Texas", - "city": "Jacumba" - } - }, - { - "id": 8432, - "name": "Rowland Melton", - "gender": "male", - "age": 72, - "address": { - "state": "Alaska", - "city": "Allensworth" - } - }, - { - "id": 8433, - "name": "Corine Lamb", - "gender": "female", - "age": 60, - "address": { - "state": "Georgia", - "city": "Fairmount" - } - }, - { - "id": 8434, - "name": "Ester Washington", - "gender": "female", - "age": 80, - "address": { - "state": "California", - "city": "Hollymead" - } - }, - { - "id": 8435, - "name": "Laurel Sawyer", - "gender": "female", - "age": 62, - "address": { - "state": "Minnesota", - "city": "Coloma" - } - }, - { - "id": 8436, - "name": "Chrystal Frost", - "gender": "female", - "age": 48, - "address": { - "state": "West Virginia", - "city": "Ona" - } - }, - { - "id": 8437, - "name": "Jolene Miranda", - "gender": "female", - "age": 44, - "address": { - "state": "Maryland", - "city": "Foxworth" - } - }, - { - "id": 8438, - "name": "Angie Campbell", - "gender": "female", - "age": 38, - "address": { - "state": "Arkansas", - "city": "Madrid" - } - }, - { - "id": 8439, - "name": "Spears Castro", - "gender": "male", - "age": 64, - "address": { - "state": "Virginia", - "city": "Roberts" - } - }, - { - "id": 8440, - "name": "Marguerite Walls", - "gender": "female", - "age": 68, - "address": { - "state": "Kansas", - "city": "Gerber" - } - }, - { - "id": 8441, - "name": "Jenna Snider", - "gender": "female", - "age": 29, - "address": { - "state": "North Dakota", - "city": "Mayfair" - } - }, - { - "id": 8442, - "name": "Hall Buck", - "gender": "male", - "age": 35, - "address": { - "state": "Mississippi", - "city": "Sandston" - } - }, - { - "id": 8443, - "name": "Mcclain Holder", - "gender": "male", - "age": 30, - "address": { - "state": "Hawaii", - "city": "Fairacres" - } - }, - { - "id": 8444, - "name": "Avery Curry", - "gender": "male", - "age": 75, - "address": { - "state": "Montana", - "city": "Hondah" - } - }, - { - "id": 8445, - "name": "Jane Cannon", - "gender": "female", - "age": 19, - "address": { - "state": "Louisiana", - "city": "Islandia" - } - }, - { - "id": 8446, - "name": "Boone Franks", - "gender": "male", - "age": 17, - "address": { - "state": "Connecticut", - "city": "Vandiver" - } - }, - { - "id": 8447, - "name": "Reed Glass", - "gender": "male", - "age": 44, - "address": { - "state": "Ohio", - "city": "Kilbourne" - } - }, - { - "id": 8448, - "name": "Rosalyn Fry", - "gender": "female", - "age": 25, - "address": { - "state": "Kentucky", - "city": "Soham" - } - }, - { - "id": 8449, - "name": "James Jennings", - "gender": "male", - "age": 69, - "address": { - "state": "New York", - "city": "Takilma" - } - }, - { - "id": 8450, - "name": "Burton Henson", - "gender": "male", - "age": 38, - "address": { - "state": "Wisconsin", - "city": "Como" - } - }, - { - "id": 8451, - "name": "Corina Daniels", - "gender": "female", - "age": 56, - "address": { - "state": "Washington", - "city": "Lemoyne" - } - }, - { - "id": 8452, - "name": "Juliette Farmer", - "gender": "female", - "age": 71, - "address": { - "state": "New Mexico", - "city": "Churchill" - } - }, - { - "id": 8453, - "name": "Huffman Pearson", - "gender": "male", - "age": 69, - "address": { - "state": "North Carolina", - "city": "Zarephath" - } - }, - { - "id": 8454, - "name": "Luisa Phillips", - "gender": "female", - "age": 44, - "address": { - "state": "Wyoming", - "city": "Muse" - } - }, - { - "id": 8455, - "name": "Virgie Woods", - "gender": "female", - "age": 49, - "address": { - "state": "New Jersey", - "city": "Utting" - } - }, - { - "id": 8456, - "name": "Georgina Owen", - "gender": "female", - "age": 53, - "address": { - "state": "Oregon", - "city": "Carbonville" - } - }, - { - "id": 8457, - "name": "Autumn Hubbard", - "gender": "female", - "age": 76, - "address": { - "state": "South Dakota", - "city": "Zeba" - } - }, - { - "id": 8458, - "name": "Bettie Fisher", - "gender": "female", - "age": 20, - "address": { - "state": "Tennessee", - "city": "Datil" - } - }, - { - "id": 8459, - "name": "Osborn Leblanc", - "gender": "male", - "age": 53, - "address": { - "state": "Alabama", - "city": "Vicksburg" - } - }, - { - "id": 8460, - "name": "Guzman Bell", - "gender": "male", - "age": 43, - "address": { - "state": "Oklahoma", - "city": "Virgie" - } - }, - { - "id": 8461, - "name": "Aileen Schneider", - "gender": "female", - "age": 41, - "address": { - "state": "Maine", - "city": "Tyhee" - } - }, - { - "id": 8462, - "name": "Roach Carroll", - "gender": "male", - "age": 30, - "address": { - "state": "Nebraska", - "city": "Abiquiu" - } - }, - { - "id": 8463, - "name": "Stokes Gordon", - "gender": "male", - "age": 60, - "address": { - "state": "Idaho", - "city": "Basye" - } - }, - { - "id": 8464, - "name": "Cameron Munoz", - "gender": "male", - "age": 32, - "address": { - "state": "Michigan", - "city": "Mulino" - } - }, - { - "id": 8465, - "name": "Barr Carson", - "gender": "male", - "age": 62, - "address": { - "state": "Vermont", - "city": "Gilgo" - } - }, - { - "id": 8466, - "name": "Contreras Mendoza", - "gender": "male", - "age": 73, - "address": { - "state": "Illinois", - "city": "Hasty" - } - }, - { - "id": 8467, - "name": "Kristie Yates", - "gender": "female", - "age": 35, - "address": { - "state": "Arizona", - "city": "Holcombe" - } - }, - { - "id": 8468, - "name": "Janell Jacobson", - "gender": "female", - "age": 74, - "address": { - "state": "Rhode Island", - "city": "Woodruff" - } - }, - { - "id": 8469, - "name": "Brooks Reyes", - "gender": "male", - "age": 18, - "address": { - "state": "Missouri", - "city": "Blandburg" - } - }, - { - "id": 8470, - "name": "Houston Gillespie", - "gender": "male", - "age": 19, - "address": { - "state": "New Hampshire", - "city": "Inkerman" - } - }, - { - "id": 8471, - "name": "Cortez Hester", - "gender": "male", - "age": 46, - "address": { - "state": "Florida", - "city": "Manila" - } - }, - { - "id": 8472, - "name": "Rosie Flynn", - "gender": "female", - "age": 47, - "address": { - "state": "South Carolina", - "city": "Whitewater" - } - }, - { - "id": 8473, - "name": "Patel Reese", - "gender": "male", - "age": 24, - "address": { - "state": "Utah", - "city": "Bethany" - } - }, - { - "id": 8474, - "name": "Hernandez Murphy", - "gender": "male", - "age": 38, - "address": { - "state": "Delaware", - "city": "Hoagland" - } - }, - { - "id": 8475, - "name": "Maritza Sosa", - "gender": "female", - "age": 32, - "address": { - "state": "Massachusetts", - "city": "Oneida" - } - }, - { - "id": 8476, - "name": "Gloria Pace", - "gender": "female", - "age": 79, - "address": { - "state": "Nevada", - "city": "Springville" - } - }, - { - "id": 8477, - "name": "Nannie Nicholson", - "gender": "female", - "age": 36, - "address": { - "state": "North Carolina", - "city": "Venice" - } - }, - { - "id": 8478, - "name": "William Rivers", - "gender": "male", - "age": 34, - "address": { - "state": "Connecticut", - "city": "Nicut" - } - }, - { - "id": 8479, - "name": "Morales Rivas", - "gender": "male", - "age": 40, - "address": { - "state": "Pennsylvania", - "city": "Stockdale" - } - }, - { - "id": 8480, - "name": "Katy Ware", - "gender": "female", - "age": 54, - "address": { - "state": "Vermont", - "city": "Cataract" - } - }, - { - "id": 8481, - "name": "Dyer Soto", - "gender": "male", - "age": 81, - "address": { - "state": "Kentucky", - "city": "Blanford" - } - }, - { - "id": 8482, - "name": "Mercedes Phelps", - "gender": "female", - "age": 73, - "address": { - "state": "Texas", - "city": "Alamo" - } - }, - { - "id": 8483, - "name": "Anita Mccall", - "gender": "female", - "age": 27, - "address": { - "state": "Georgia", - "city": "Choctaw" - } - }, - { - "id": 8484, - "name": "Brandie Joyce", - "gender": "female", - "age": 47, - "address": { - "state": "New Hampshire", - "city": "Tetherow" - } - }, - { - "id": 8485, - "name": "Ilene Cunningham", - "gender": "female", - "age": 18, - "address": { - "state": "Nevada", - "city": "Kilbourne" - } - }, - { - "id": 8486, - "name": "Suzanne Hester", - "gender": "female", - "age": 79, - "address": { - "state": "Mississippi", - "city": "Riviera" - } - }, - { - "id": 8487, - "name": "Danielle Morrow", - "gender": "female", - "age": 65, - "address": { - "state": "Rhode Island", - "city": "Marysville" - } - }, - { - "id": 8488, - "name": "Randolph Stafford", - "gender": "male", - "age": 32, - "address": { - "state": "Massachusetts", - "city": "Mappsville" - } - }, - { - "id": 8489, - "name": "Cora Mack", - "gender": "female", - "age": 66, - "address": { - "state": "Iowa", - "city": "Ezel" - } - }, - { - "id": 8490, - "name": "Sophia Cobb", - "gender": "female", - "age": 27, - "address": { - "state": "New York", - "city": "Hackneyville" - } - }, - { - "id": 8491, - "name": "Benson Allen", - "gender": "male", - "age": 40, - "address": { - "state": "Oklahoma", - "city": "Canoochee" - } - }, - { - "id": 8492, - "name": "Bradford Farmer", - "gender": "male", - "age": 62, - "address": { - "state": "Hawaii", - "city": "Turah" - } - }, - { - "id": 8493, - "name": "Gamble Arnold", - "gender": "male", - "age": 68, - "address": { - "state": "Florida", - "city": "Ypsilanti" - } - }, - { - "id": 8494, - "name": "Jaime Frost", - "gender": "female", - "age": 64, - "address": { - "state": "Wyoming", - "city": "Tedrow" - } - }, - { - "id": 8495, - "name": "Chandra Hull", - "gender": "female", - "age": 33, - "address": { - "state": "Colorado", - "city": "Colton" - } - }, - { - "id": 8496, - "name": "Lourdes Mcknight", - "gender": "female", - "age": 18, - "address": { - "state": "Illinois", - "city": "Gracey" - } - }, - { - "id": 8497, - "name": "Corinne Robertson", - "gender": "female", - "age": 52, - "address": { - "state": "Arkansas", - "city": "Cecilia" - } - }, - { - "id": 8498, - "name": "Clare Fitzpatrick", - "gender": "female", - "age": 48, - "address": { - "state": "Indiana", - "city": "Nutrioso" - } - }, - { - "id": 8499, - "name": "Pratt Nolan", - "gender": "male", - "age": 73, - "address": { - "state": "North Dakota", - "city": "Shrewsbury" - } - }, - { - "id": 8500, - "name": "Donaldson Powell", - "gender": "male", - "age": 68, - "address": { - "state": "California", - "city": "Marion" - } - }, - { - "id": 8501, - "name": "Ingram Fulton", - "gender": "male", - "age": 36, - "address": { - "state": "Delaware", - "city": "Ola" - } - }, - { - "id": 8502, - "name": "Lynda King", - "gender": "female", - "age": 72, - "address": { - "state": "New Jersey", - "city": "Stewartville" - } - }, - { - "id": 8503, - "name": "Rocha Mayo", - "gender": "male", - "age": 60, - "address": { - "state": "West Virginia", - "city": "Springdale" - } - }, - { - "id": 8504, - "name": "Arline Hoffman", - "gender": "female", - "age": 48, - "address": { - "state": "Idaho", - "city": "Dorneyville" - } - }, - { - "id": 8505, - "name": "Amie Maddox", - "gender": "female", - "age": 49, - "address": { - "state": "Maryland", - "city": "Winchester" - } - }, - { - "id": 8506, - "name": "Mara Waller", - "gender": "female", - "age": 44, - "address": { - "state": "New Mexico", - "city": "Konterra" - } - }, - { - "id": 8507, - "name": "Rivera Russell", - "gender": "male", - "age": 43, - "address": { - "state": "Alabama", - "city": "Genoa" - } - }, - { - "id": 8508, - "name": "Kimberly Forbes", - "gender": "female", - "age": 71, - "address": { - "state": "Arizona", - "city": "Esmont" - } - }, - { - "id": 8509, - "name": "Merritt Landry", - "gender": "male", - "age": 66, - "address": { - "state": "Nebraska", - "city": "Advance" - } - }, - { - "id": 8510, - "name": "Deloris Gutierrez", - "gender": "female", - "age": 45, - "address": { - "state": "Washington", - "city": "Windsor" - } - }, - { - "id": 8511, - "name": "Virginia Guerrero", - "gender": "female", - "age": 50, - "address": { - "state": "Louisiana", - "city": "Chamberino" - } - }, - { - "id": 8512, - "name": "Kristine Hodges", - "gender": "female", - "age": 40, - "address": { - "state": "Tennessee", - "city": "Thornport" - } - }, - { - "id": 8513, - "name": "Preston Holder", - "gender": "male", - "age": 35, - "address": { - "state": "Minnesota", - "city": "Edinburg" - } - }, - { - "id": 8514, - "name": "Kristin Coffey", - "gender": "female", - "age": 82, - "address": { - "state": "Oregon", - "city": "Elrama" - } - }, - { - "id": 8515, - "name": "Bridgette Goodman", - "gender": "female", - "age": 57, - "address": { - "state": "Maine", - "city": "Bethany" - } - }, - { - "id": 8516, - "name": "Mckee Kramer", - "gender": "male", - "age": 32, - "address": { - "state": "South Carolina", - "city": "Eastvale" - } - }, - { - "id": 8517, - "name": "Guerrero Oliver", - "gender": "male", - "age": 49, - "address": { - "state": "Virginia", - "city": "Watchtower" - } - }, - { - "id": 8518, - "name": "Mcconnell Oconnor", - "gender": "male", - "age": 55, - "address": { - "state": "Ohio", - "city": "Biehle" - } - }, - { - "id": 8519, - "name": "Nikki Jones", - "gender": "female", - "age": 67, - "address": { - "state": "Utah", - "city": "Chesterfield" - } - }, - { - "id": 8520, - "name": "Hoffman Donaldson", - "gender": "male", - "age": 39, - "address": { - "state": "South Dakota", - "city": "Orovada" - } - }, - { - "id": 8521, - "name": "Hart Haley", - "gender": "male", - "age": 76, - "address": { - "state": "Alaska", - "city": "Groveville" - } - }, - { - "id": 8522, - "name": "Blanchard Henson", - "gender": "male", - "age": 29, - "address": { - "state": "Montana", - "city": "Ebro" - } - }, - { - "id": 8523, - "name": "Vang Wilkinson", - "gender": "male", - "age": 28, - "address": { - "state": "Michigan", - "city": "Urbana" - } - }, - { - "id": 8524, - "name": "Elnora Nelson", - "gender": "female", - "age": 45, - "address": { - "state": "Kansas", - "city": "Allamuchy" - } - }, - { - "id": 8525, - "name": "Dale Young", - "gender": "female", - "age": 55, - "address": { - "state": "Missouri", - "city": "Ballico" - } - }, - { - "id": 8526, - "name": "Aisha Weeks", - "gender": "female", - "age": 38, - "address": { - "state": "Maine", - "city": "Hinsdale" - } - }, - { - "id": 8527, - "name": "Humphrey Lyons", - "gender": "male", - "age": 56, - "address": { - "state": "Kentucky", - "city": "Lithium" - } - }, - { - "id": 8528, - "name": "Shannon Zamora", - "gender": "female", - "age": 70, - "address": { - "state": "Louisiana", - "city": "Darbydale" - } - }, - { - "id": 8529, - "name": "Abigail Harrington", - "gender": "female", - "age": 22, - "address": { - "state": "Idaho", - "city": "Madaket" - } - }, - { - "id": 8530, - "name": "Landry Clark", - "gender": "male", - "age": 72, - "address": { - "state": "Kansas", - "city": "Crucible" - } - }, - { - "id": 8531, - "name": "Susana Gamble", - "gender": "female", - "age": 37, - "address": { - "state": "Texas", - "city": "Hilltop" - } - }, - { - "id": 8532, - "name": "Valentine Taylor", - "gender": "male", - "age": 47, - "address": { - "state": "Montana", - "city": "Guilford" - } - }, - { - "id": 8533, - "name": "Holman Levine", - "gender": "male", - "age": 71, - "address": { - "state": "Minnesota", - "city": "Comptche" - } - }, - { - "id": 8534, - "name": "Ramos Buchanan", - "gender": "male", - "age": 71, - "address": { - "state": "Connecticut", - "city": "Greenfields" - } - }, - { - "id": 8535, - "name": "Henderson Shields", - "gender": "male", - "age": 65, - "address": { - "state": "Iowa", - "city": "Johnsonburg" - } - }, - { - "id": 8536, - "name": "Strickland Cobb", - "gender": "male", - "age": 38, - "address": { - "state": "New Jersey", - "city": "Abiquiu" - } - }, - { - "id": 8537, - "name": "Mccray Gray", - "gender": "male", - "age": 75, - "address": { - "state": "Pennsylvania", - "city": "Sardis" - } - }, - { - "id": 8538, - "name": "Rutledge Glass", - "gender": "male", - "age": 52, - "address": { - "state": "Nebraska", - "city": "Bagtown" - } - }, - { - "id": 8539, - "name": "Grant Kramer", - "gender": "male", - "age": 70, - "address": { - "state": "Colorado", - "city": "Kent" - } - }, - { - "id": 8540, - "name": "Lowe Carrillo", - "gender": "male", - "age": 76, - "address": { - "state": "Missouri", - "city": "Elbert" - } - }, - { - "id": 8541, - "name": "Brewer Hurst", - "gender": "male", - "age": 56, - "address": { - "state": "Tennessee", - "city": "Jenkinsville" - } - }, - { - "id": 8542, - "name": "Sasha Tucker", - "gender": "female", - "age": 25, - "address": { - "state": "Ohio", - "city": "Windsor" - } - }, - { - "id": 8543, - "name": "Doris Morgan", - "gender": "female", - "age": 19, - "address": { - "state": "Virginia", - "city": "Waikele" - } - }, - { - "id": 8544, - "name": "Love Gregory", - "gender": "male", - "age": 72, - "address": { - "state": "Massachusetts", - "city": "Bendon" - } - }, - { - "id": 8545, - "name": "Jacqueline Raymond", - "gender": "female", - "age": 30, - "address": { - "state": "Illinois", - "city": "Moscow" - } - }, - { - "id": 8546, - "name": "Dionne Hensley", - "gender": "female", - "age": 57, - "address": { - "state": "Vermont", - "city": "Tetherow" - } - }, - { - "id": 8547, - "name": "Estrada Irwin", - "gender": "male", - "age": 73, - "address": { - "state": "New Hampshire", - "city": "Newry" - } - }, - { - "id": 8548, - "name": "Sparks Golden", - "gender": "male", - "age": 53, - "address": { - "state": "Utah", - "city": "Wacissa" - } - }, - { - "id": 8549, - "name": "Burton Odom", - "gender": "male", - "age": 61, - "address": { - "state": "Arizona", - "city": "Crayne" - } - }, - { - "id": 8550, - "name": "Sheppard Joyner", - "gender": "male", - "age": 29, - "address": { - "state": "Rhode Island", - "city": "Martinez" - } - }, - { - "id": 8551, - "name": "Sherman Phelps", - "gender": "male", - "age": 23, - "address": { - "state": "California", - "city": "Riviera" - } - }, - { - "id": 8552, - "name": "Morales Albert", - "gender": "male", - "age": 58, - "address": { - "state": "Nevada", - "city": "Robbins" - } - }, - { - "id": 8553, - "name": "Lisa Wade", - "gender": "female", - "age": 73, - "address": { - "state": "New York", - "city": "Tivoli" - } - }, - { - "id": 8554, - "name": "Nora Chase", - "gender": "female", - "age": 18, - "address": { - "state": "Arkansas", - "city": "Tuskahoma" - } - }, - { - "id": 8555, - "name": "Maureen Charles", - "gender": "female", - "age": 49, - "address": { - "state": "North Carolina", - "city": "Lowgap" - } - }, - { - "id": 8556, - "name": "Galloway Yang", - "gender": "male", - "age": 61, - "address": { - "state": "South Dakota", - "city": "Navarre" - } - }, - { - "id": 8557, - "name": "Bentley Weeks", - "gender": "male", - "age": 27, - "address": { - "state": "North Dakota", - "city": "Rose" - } - }, - { - "id": 8558, - "name": "Carmella Castro", - "gender": "female", - "age": 61, - "address": { - "state": "Wisconsin", - "city": "Epworth" - } - }, - { - "id": 8559, - "name": "Beasley Reeves", - "gender": "male", - "age": 76, - "address": { - "state": "West Virginia", - "city": "Sanford" - } - }, - { - "id": 8560, - "name": "Cecelia Arnold", - "gender": "female", - "age": 75, - "address": { - "state": "Michigan", - "city": "Farmers" - } - }, - { - "id": 8561, - "name": "Coleman Romero", - "gender": "male", - "age": 46, - "address": { - "state": "Oregon", - "city": "Stollings" - } - }, - { - "id": 8562, - "name": "Alba French", - "gender": "female", - "age": 38, - "address": { - "state": "Georgia", - "city": "Camino" - } - }, - { - "id": 8563, - "name": "Wolfe Mcdowell", - "gender": "male", - "age": 80, - "address": { - "state": "Florida", - "city": "Boling" - } - }, - { - "id": 8564, - "name": "Marcie Langley", - "gender": "female", - "age": 80, - "address": { - "state": "Mississippi", - "city": "Yonah" - } - }, - { - "id": 8565, - "name": "Miranda Andrews", - "gender": "male", - "age": 23, - "address": { - "state": "Wyoming", - "city": "Rossmore" - } - }, - { - "id": 8566, - "name": "Deloris Bolton", - "gender": "female", - "age": 56, - "address": { - "state": "New Mexico", - "city": "Wilsonia" - } - }, - { - "id": 8567, - "name": "Monroe Hill", - "gender": "male", - "age": 79, - "address": { - "state": "Maryland", - "city": "Cucumber" - } - }, - { - "id": 8568, - "name": "Edith Ratliff", - "gender": "female", - "age": 44, - "address": { - "state": "Indiana", - "city": "Riner" - } - }, - { - "id": 8569, - "name": "Wilder Banks", - "gender": "male", - "age": 31, - "address": { - "state": "Alaska", - "city": "Williamson" - } - }, - { - "id": 8570, - "name": "Robinson Elliott", - "gender": "male", - "age": 63, - "address": { - "state": "Alabama", - "city": "Allamuchy" - } - }, - { - "id": 8571, - "name": "Beatrice Delaney", - "gender": "female", - "age": 70, - "address": { - "state": "South Carolina", - "city": "Garberville" - } - }, - { - "id": 8572, - "name": "Cain Wilcox", - "gender": "male", - "age": 46, - "address": { - "state": "Delaware", - "city": "Oceola" - } - }, - { - "id": 8573, - "name": "Contreras Sims", - "gender": "male", - "age": 50, - "address": { - "state": "Hawaii", - "city": "Downsville" - } - }, - { - "id": 8574, - "name": "Conley Baxter", - "gender": "male", - "age": 41, - "address": { - "state": "Washington", - "city": "Homestead" - } - }, - { - "id": 8575, - "name": "Mcmillan Contreras", - "gender": "male", - "age": 59, - "address": { - "state": "Arizona", - "city": "Stewart" - } - }, - { - "id": 8576, - "name": "Ronda Boyer", - "gender": "female", - "age": 33, - "address": { - "state": "Washington", - "city": "Tilden" - } - }, - { - "id": 8577, - "name": "Milagros Mckee", - "gender": "female", - "age": 56, - "address": { - "state": "Minnesota", - "city": "Coldiron" - } - }, - { - "id": 8578, - "name": "Pearl Vance", - "gender": "female", - "age": 80, - "address": { - "state": "New York", - "city": "Joppa" - } - }, - { - "id": 8579, - "name": "Solomon Oneal", - "gender": "male", - "age": 82, - "address": { - "state": "Michigan", - "city": "Esmont" - } - }, - { - "id": 8580, - "name": "Julia Murphy", - "gender": "female", - "age": 80, - "address": { - "state": "Oregon", - "city": "Vaughn" - } - }, - { - "id": 8581, - "name": "Branch Fischer", - "gender": "male", - "age": 68, - "address": { - "state": "Virginia", - "city": "Finderne" - } - }, - { - "id": 8582, - "name": "Briana Parker", - "gender": "female", - "age": 47, - "address": { - "state": "Indiana", - "city": "Glenshaw" - } - }, - { - "id": 8583, - "name": "Stark Good", - "gender": "male", - "age": 55, - "address": { - "state": "Tennessee", - "city": "Innsbrook" - } - }, - { - "id": 8584, - "name": "Lucille Gallegos", - "gender": "female", - "age": 39, - "address": { - "state": "South Dakota", - "city": "Rosburg" - } - }, - { - "id": 8585, - "name": "Brennan Stanley", - "gender": "male", - "age": 56, - "address": { - "state": "Maryland", - "city": "Soham" - } - }, - { - "id": 8586, - "name": "Adkins Villarreal", - "gender": "male", - "age": 30, - "address": { - "state": "Alaska", - "city": "Temperanceville" - } - }, - { - "id": 8587, - "name": "Lakeisha Alvarado", - "gender": "female", - "age": 20, - "address": { - "state": "Missouri", - "city": "Succasunna" - } - }, - { - "id": 8588, - "name": "Lauri Lamb", - "gender": "female", - "age": 74, - "address": { - "state": "Arkansas", - "city": "Wheatfields" - } - }, - { - "id": 8589, - "name": "Claudette Rivera", - "gender": "female", - "age": 79, - "address": { - "state": "Louisiana", - "city": "Cresaptown" - } - }, - { - "id": 8590, - "name": "Nelson Gibbs", - "gender": "male", - "age": 71, - "address": { - "state": "Alabama", - "city": "Ezel" - } - }, - { - "id": 8591, - "name": "Sweet Ball", - "gender": "male", - "age": 32, - "address": { - "state": "Nebraska", - "city": "Bison" - } - }, - { - "id": 8592, - "name": "Noel Singleton", - "gender": "male", - "age": 79, - "address": { - "state": "Nevada", - "city": "Graniteville" - } - }, - { - "id": 8593, - "name": "Kent Leonard", - "gender": "male", - "age": 53, - "address": { - "state": "Utah", - "city": "Marienthal" - } - }, - { - "id": 8594, - "name": "Wendi Estes", - "gender": "female", - "age": 64, - "address": { - "state": "Colorado", - "city": "Chaparrito" - } - }, - { - "id": 8595, - "name": "Stacey Sanchez", - "gender": "female", - "age": 50, - "address": { - "state": "Georgia", - "city": "Rossmore" - } - }, - { - "id": 8596, - "name": "Cecilia Small", - "gender": "female", - "age": 63, - "address": { - "state": "Pennsylvania", - "city": "Hendersonville" - } - }, - { - "id": 8597, - "name": "Kerr Thornton", - "gender": "male", - "age": 25, - "address": { - "state": "Florida", - "city": "Rehrersburg" - } - }, - { - "id": 8598, - "name": "Myra Jackson", - "gender": "female", - "age": 23, - "address": { - "state": "Iowa", - "city": "Terlingua" - } - }, - { - "id": 8599, - "name": "Montoya Knight", - "gender": "male", - "age": 34, - "address": { - "state": "Delaware", - "city": "Strykersville" - } - }, - { - "id": 8600, - "name": "Brewer Ballard", - "gender": "male", - "age": 58, - "address": { - "state": "North Dakota", - "city": "Belmont" - } - }, - { - "id": 8601, - "name": "Edwina Henderson", - "gender": "female", - "age": 31, - "address": { - "state": "New Jersey", - "city": "Edinburg" - } - }, - { - "id": 8602, - "name": "Strickland Jenkins", - "gender": "male", - "age": 56, - "address": { - "state": "New Mexico", - "city": "Kaka" - } - }, - { - "id": 8603, - "name": "Burns Crawford", - "gender": "male", - "age": 54, - "address": { - "state": "Connecticut", - "city": "Crenshaw" - } - }, - { - "id": 8604, - "name": "Malone Rowe", - "gender": "male", - "age": 36, - "address": { - "state": "Illinois", - "city": "Richville" - } - }, - { - "id": 8605, - "name": "Baker Wolf", - "gender": "male", - "age": 54, - "address": { - "state": "Ohio", - "city": "Escondida" - } - }, - { - "id": 8606, - "name": "Vera Barry", - "gender": "female", - "age": 45, - "address": { - "state": "Vermont", - "city": "Lemoyne" - } - }, - { - "id": 8607, - "name": "Kate Rivers", - "gender": "female", - "age": 38, - "address": { - "state": "Wyoming", - "city": "Gallina" - } - }, - { - "id": 8608, - "name": "Hutchinson Bruce", - "gender": "male", - "age": 22, - "address": { - "state": "Maine", - "city": "Linwood" - } - }, - { - "id": 8609, - "name": "Cleveland Lancaster", - "gender": "male", - "age": 48, - "address": { - "state": "Texas", - "city": "Avoca" - } - }, - { - "id": 8610, - "name": "Katherine Franks", - "gender": "female", - "age": 67, - "address": { - "state": "New Hampshire", - "city": "Robinette" - } - }, - { - "id": 8611, - "name": "Jacobson Summers", - "gender": "male", - "age": 25, - "address": { - "state": "Wisconsin", - "city": "Cressey" - } - }, - { - "id": 8612, - "name": "Raquel Newton", - "gender": "female", - "age": 76, - "address": { - "state": "South Carolina", - "city": "Draper" - } - }, - { - "id": 8613, - "name": "Tina Langley", - "gender": "female", - "age": 23, - "address": { - "state": "Hawaii", - "city": "Grenelefe" - } - }, - { - "id": 8614, - "name": "Christina Hudson", - "gender": "female", - "age": 62, - "address": { - "state": "Kentucky", - "city": "Leyner" - } - }, - { - "id": 8615, - "name": "Greene Berry", - "gender": "male", - "age": 56, - "address": { - "state": "Kansas", - "city": "National" - } - }, - { - "id": 8616, - "name": "Janette Mccullough", - "gender": "female", - "age": 75, - "address": { - "state": "North Carolina", - "city": "Sims" - } - }, - { - "id": 8617, - "name": "Reva Everett", - "gender": "female", - "age": 36, - "address": { - "state": "Idaho", - "city": "Englevale" - } - }, - { - "id": 8618, - "name": "Maryellen Wooten", - "gender": "female", - "age": 64, - "address": { - "state": "Oklahoma", - "city": "Dawn" - } - }, - { - "id": 8619, - "name": "Castillo Hood", - "gender": "male", - "age": 36, - "address": { - "state": "Mississippi", - "city": "Alderpoint" - } - }, - { - "id": 8620, - "name": "Golden Goodman", - "gender": "male", - "age": 43, - "address": { - "state": "West Virginia", - "city": "Byrnedale" - } - }, - { - "id": 8621, - "name": "Clay Davenport", - "gender": "male", - "age": 17, - "address": { - "state": "Montana", - "city": "Babb" - } - }, - { - "id": 8622, - "name": "Alyce Bond", - "gender": "female", - "age": 65, - "address": { - "state": "Massachusetts", - "city": "Gwynn" - } - }, - { - "id": 8623, - "name": "Tiffany Norman", - "gender": "female", - "age": 50, - "address": { - "state": "California", - "city": "Ruckersville" - } - }, - { - "id": 8624, - "name": "Burch Nolan", - "gender": "male", - "age": 50, - "address": { - "state": "Nevada", - "city": "Herlong" - } - }, - { - "id": 8625, - "name": "Olive Whitehead", - "gender": "female", - "age": 68, - "address": { - "state": "Indiana", - "city": "Omar" - } - }, - { - "id": 8626, - "name": "Latonya Cash", - "gender": "female", - "age": 57, - "address": { - "state": "Massachusetts", - "city": "Alafaya" - } - }, - { - "id": 8627, - "name": "Bridgett Weaver", - "gender": "female", - "age": 38, - "address": { - "state": "Ohio", - "city": "Blende" - } - }, - { - "id": 8628, - "name": "Burnett Thomas", - "gender": "male", - "age": 33, - "address": { - "state": "Pennsylvania", - "city": "Townsend" - } - }, - { - "id": 8629, - "name": "Craig Solis", - "gender": "male", - "age": 23, - "address": { - "state": "Connecticut", - "city": "Marenisco" - } - }, - { - "id": 8630, - "name": "Mercedes Blair", - "gender": "female", - "age": 81, - "address": { - "state": "Arkansas", - "city": "Beaverdale" - } - }, - { - "id": 8631, - "name": "Colon Adkins", - "gender": "male", - "age": 50, - "address": { - "state": "Oklahoma", - "city": "Alfarata" - } - }, - { - "id": 8632, - "name": "Amie Branch", - "gender": "female", - "age": 82, - "address": { - "state": "North Carolina", - "city": "Elliston" - } - }, - { - "id": 8633, - "name": "Woodward Willis", - "gender": "male", - "age": 41, - "address": { - "state": "Montana", - "city": "Grayhawk" - } - }, - { - "id": 8634, - "name": "Catalina Stout", - "gender": "female", - "age": 23, - "address": { - "state": "Michigan", - "city": "Garfield" - } - }, - { - "id": 8635, - "name": "Wagner Burch", - "gender": "male", - "age": 61, - "address": { - "state": "California", - "city": "Loyalhanna" - } - }, - { - "id": 8636, - "name": "Gomez Christian", - "gender": "male", - "age": 81, - "address": { - "state": "Missouri", - "city": "Connerton" - } - }, - { - "id": 8637, - "name": "Lela Tanner", - "gender": "female", - "age": 58, - "address": { - "state": "Minnesota", - "city": "Norvelt" - } - }, - { - "id": 8638, - "name": "Robles Baxter", - "gender": "male", - "age": 80, - "address": { - "state": "New Mexico", - "city": "Umapine" - } - }, - { - "id": 8639, - "name": "Conley Reed", - "gender": "male", - "age": 33, - "address": { - "state": "North Dakota", - "city": "Freelandville" - } - }, - { - "id": 8640, - "name": "Kelsey Morris", - "gender": "female", - "age": 23, - "address": { - "state": "Alaska", - "city": "Barstow" - } - }, - { - "id": 8641, - "name": "Josefa Miller", - "gender": "female", - "age": 19, - "address": { - "state": "Illinois", - "city": "Bentley" - } - }, - { - "id": 8642, - "name": "Melanie Cabrera", - "gender": "female", - "age": 47, - "address": { - "state": "Colorado", - "city": "Trucksville" - } - }, - { - "id": 8643, - "name": "Mable Marks", - "gender": "female", - "age": 17, - "address": { - "state": "New Hampshire", - "city": "Darrtown" - } - }, - { - "id": 8644, - "name": "Figueroa Montoya", - "gender": "male", - "age": 61, - "address": { - "state": "Kansas", - "city": "Richford" - } - }, - { - "id": 8645, - "name": "Connie Burt", - "gender": "female", - "age": 49, - "address": { - "state": "Iowa", - "city": "Waterloo" - } - }, - { - "id": 8646, - "name": "Kathryn Allen", - "gender": "female", - "age": 40, - "address": { - "state": "Idaho", - "city": "Oasis" - } - }, - { - "id": 8647, - "name": "Valentine Sims", - "gender": "male", - "age": 80, - "address": { - "state": "Florida", - "city": "Deercroft" - } - }, - { - "id": 8648, - "name": "Miranda Merritt", - "gender": "male", - "age": 53, - "address": { - "state": "Louisiana", - "city": "Onton" - } - }, - { - "id": 8649, - "name": "Cecelia Norman", - "gender": "female", - "age": 65, - "address": { - "state": "Wyoming", - "city": "Balm" - } - }, - { - "id": 8650, - "name": "Jarvis Salas", - "gender": "male", - "age": 17, - "address": { - "state": "Nebraska", - "city": "Robinson" - } - }, - { - "id": 8651, - "name": "Anita Heath", - "gender": "female", - "age": 37, - "address": { - "state": "Maine", - "city": "Chamizal" - } - }, - { - "id": 8652, - "name": "Michael Mccarty", - "gender": "male", - "age": 21, - "address": { - "state": "Utah", - "city": "Sims" - } - }, - { - "id": 8653, - "name": "Charles Rhodes", - "gender": "male", - "age": 61, - "address": { - "state": "Rhode Island", - "city": "Otranto" - } - }, - { - "id": 8654, - "name": "Anderson Olsen", - "gender": "male", - "age": 60, - "address": { - "state": "West Virginia", - "city": "Brandermill" - } - }, - { - "id": 8655, - "name": "Luella Roth", - "gender": "female", - "age": 27, - "address": { - "state": "Wisconsin", - "city": "Vicksburg" - } - }, - { - "id": 8656, - "name": "Santiago Mcconnell", - "gender": "male", - "age": 78, - "address": { - "state": "Virginia", - "city": "Weeksville" - } - }, - { - "id": 8657, - "name": "Pierce Pitts", - "gender": "male", - "age": 26, - "address": { - "state": "Tennessee", - "city": "Herbster" - } - }, - { - "id": 8658, - "name": "Mayer Sykes", - "gender": "male", - "age": 17, - "address": { - "state": "Mississippi", - "city": "Washington" - } - }, - { - "id": 8659, - "name": "Durham Harvey", - "gender": "male", - "age": 78, - "address": { - "state": "Vermont", - "city": "Northchase" - } - }, - { - "id": 8660, - "name": "Ewing Brock", - "gender": "male", - "age": 43, - "address": { - "state": "New York", - "city": "Sutton" - } - }, - { - "id": 8661, - "name": "Snider Clay", - "gender": "male", - "age": 34, - "address": { - "state": "Texas", - "city": "Sabillasville" - } - }, - { - "id": 8662, - "name": "Acevedo Cooper", - "gender": "male", - "age": 45, - "address": { - "state": "New Jersey", - "city": "Campo" - } - }, - { - "id": 8663, - "name": "Cathryn Hood", - "gender": "female", - "age": 44, - "address": { - "state": "Arizona", - "city": "Blackgum" - } - }, - { - "id": 8664, - "name": "Stacey Crosby", - "gender": "female", - "age": 33, - "address": { - "state": "Oregon", - "city": "Mathews" - } - }, - { - "id": 8665, - "name": "Abbott Sparks", - "gender": "male", - "age": 61, - "address": { - "state": "Washington", - "city": "Murillo" - } - }, - { - "id": 8666, - "name": "Patty Montgomery", - "gender": "female", - "age": 43, - "address": { - "state": "Alabama", - "city": "Westerville" - } - }, - { - "id": 8667, - "name": "Jennings Baird", - "gender": "male", - "age": 54, - "address": { - "state": "South Dakota", - "city": "Craig" - } - }, - { - "id": 8668, - "name": "Perry Compton", - "gender": "male", - "age": 18, - "address": { - "state": "South Carolina", - "city": "Virgie" - } - }, - { - "id": 8669, - "name": "Kaufman Rutledge", - "gender": "male", - "age": 82, - "address": { - "state": "Georgia", - "city": "Itmann" - } - }, - { - "id": 8670, - "name": "Rivers Padilla", - "gender": "male", - "age": 59, - "address": { - "state": "Kentucky", - "city": "Walland" - } - }, - { - "id": 8671, - "name": "Harvey Shields", - "gender": "male", - "age": 32, - "address": { - "state": "Delaware", - "city": "Swartzville" - } - }, - { - "id": 8672, - "name": "Tammie Dillard", - "gender": "female", - "age": 43, - "address": { - "state": "Maryland", - "city": "Belfair" - } - }, - { - "id": 8673, - "name": "Mcfadden Mcgee", - "gender": "male", - "age": 20, - "address": { - "state": "Idaho", - "city": "Oneida" - } - }, - { - "id": 8674, - "name": "Wood Mckinney", - "gender": "male", - "age": 22, - "address": { - "state": "Louisiana", - "city": "Hasty" - } - }, - { - "id": 8675, - "name": "Bailey Joyner", - "gender": "male", - "age": 22, - "address": { - "state": "Hawaii", - "city": "Allison" - } - }, - { - "id": 8676, - "name": "Bishop Gutierrez", - "gender": "male", - "age": 28, - "address": { - "state": "Georgia", - "city": "Epworth" - } - }, - { - "id": 8677, - "name": "Lacey Potter", - "gender": "female", - "age": 40, - "address": { - "state": "Arkansas", - "city": "Gasquet" - } - }, - { - "id": 8678, - "name": "Staci Gould", - "gender": "female", - "age": 54, - "address": { - "state": "Maryland", - "city": "Yonah" - } - }, - { - "id": 8679, - "name": "Meadows Ware", - "gender": "male", - "age": 54, - "address": { - "state": "Texas", - "city": "Waikele" - } - }, - { - "id": 8680, - "name": "Sanchez Wright", - "gender": "male", - "age": 78, - "address": { - "state": "Wisconsin", - "city": "Morgandale" - } - }, - { - "id": 8681, - "name": "Gibson Frank", - "gender": "male", - "age": 59, - "address": { - "state": "Delaware", - "city": "Mulino" - } - }, - { - "id": 8682, - "name": "Sherman Berger", - "gender": "male", - "age": 40, - "address": { - "state": "New Jersey", - "city": "Lithium" - } - }, - { - "id": 8683, - "name": "Marlene Cooley", - "gender": "female", - "age": 63, - "address": { - "state": "Washington", - "city": "Geyserville" - } - }, - { - "id": 8684, - "name": "Mack Flores", - "gender": "male", - "age": 37, - "address": { - "state": "Alaska", - "city": "Jacumba" - } - }, - { - "id": 8685, - "name": "Preston Yates", - "gender": "male", - "age": 47, - "address": { - "state": "Nevada", - "city": "Avoca" - } - }, - { - "id": 8686, - "name": "Carlson Whitley", - "gender": "male", - "age": 25, - "address": { - "state": "Connecticut", - "city": "Urie" - } - }, - { - "id": 8687, - "name": "Guerra Robinson", - "gender": "male", - "age": 44, - "address": { - "state": "Virginia", - "city": "Holcombe" - } - }, - { - "id": 8688, - "name": "Polly Lucas", - "gender": "female", - "age": 27, - "address": { - "state": "New Mexico", - "city": "Vallonia" - } - }, - { - "id": 8689, - "name": "Shana French", - "gender": "female", - "age": 62, - "address": { - "state": "North Carolina", - "city": "Statenville" - } - }, - { - "id": 8690, - "name": "Young Mcintyre", - "gender": "male", - "age": 36, - "address": { - "state": "Michigan", - "city": "Suitland" - } - }, - { - "id": 8691, - "name": "Brooks Lopez", - "gender": "male", - "age": 61, - "address": { - "state": "Colorado", - "city": "Germanton" - } - }, - { - "id": 8692, - "name": "Horn Zimmerman", - "gender": "male", - "age": 63, - "address": { - "state": "Illinois", - "city": "Warsaw" - } - }, - { - "id": 8693, - "name": "Head Padilla", - "gender": "male", - "age": 44, - "address": { - "state": "Alabama", - "city": "Grandview" - } - }, - { - "id": 8694, - "name": "Savage Allen", - "gender": "male", - "age": 66, - "address": { - "state": "North Dakota", - "city": "Elbert" - } - }, - { - "id": 8695, - "name": "Petty Clay", - "gender": "male", - "age": 75, - "address": { - "state": "Vermont", - "city": "Crucible" - } - }, - { - "id": 8696, - "name": "Ortega Oconnor", - "gender": "male", - "age": 28, - "address": { - "state": "Oklahoma", - "city": "Keyport" - } - }, - { - "id": 8697, - "name": "Kelley Sweeney", - "gender": "female", - "age": 53, - "address": { - "state": "South Dakota", - "city": "Lupton" - } - }, - { - "id": 8698, - "name": "Rhoda Noble", - "gender": "female", - "age": 76, - "address": { - "state": "Mississippi", - "city": "Robbins" - } - }, - { - "id": 8699, - "name": "Erika Carney", - "gender": "female", - "age": 32, - "address": { - "state": "Montana", - "city": "Martell" - } - }, - { - "id": 8700, - "name": "Lizzie Santana", - "gender": "female", - "age": 20, - "address": { - "state": "Maine", - "city": "Harrison" - } - }, - { - "id": 8701, - "name": "Everett Wheeler", - "gender": "male", - "age": 50, - "address": { - "state": "New Hampshire", - "city": "Darbydale" - } - }, - { - "id": 8702, - "name": "Holman Hartman", - "gender": "male", - "age": 49, - "address": { - "state": "Nebraska", - "city": "Rossmore" - } - }, - { - "id": 8703, - "name": "Addie Adams", - "gender": "female", - "age": 82, - "address": { - "state": "Pennsylvania", - "city": "Canoochee" - } - }, - { - "id": 8704, - "name": "Duffy Contreras", - "gender": "male", - "age": 32, - "address": { - "state": "Oregon", - "city": "Stewart" - } - }, - { - "id": 8705, - "name": "Rosario Erickson", - "gender": "male", - "age": 52, - "address": { - "state": "California", - "city": "Ilchester" - } - }, - { - "id": 8706, - "name": "Charlene Boyer", - "gender": "female", - "age": 71, - "address": { - "state": "Arizona", - "city": "Winchester" - } - }, - { - "id": 8707, - "name": "Barrera Cook", - "gender": "male", - "age": 52, - "address": { - "state": "Ohio", - "city": "Caledonia" - } - }, - { - "id": 8708, - "name": "Vicki House", - "gender": "female", - "age": 58, - "address": { - "state": "South Carolina", - "city": "Sanborn" - } - }, - { - "id": 8709, - "name": "Rhodes Nelson", - "gender": "male", - "age": 60, - "address": { - "state": "Kansas", - "city": "Gardners" - } - }, - { - "id": 8710, - "name": "Conley Ferrell", - "gender": "male", - "age": 35, - "address": { - "state": "Kentucky", - "city": "Starks" - } - }, - { - "id": 8711, - "name": "Singleton Dalton", - "gender": "male", - "age": 58, - "address": { - "state": "West Virginia", - "city": "Kula" - } - }, - { - "id": 8712, - "name": "Walsh Blackwell", - "gender": "male", - "age": 64, - "address": { - "state": "Minnesota", - "city": "Concho" - } - }, - { - "id": 8713, - "name": "Noemi Horn", - "gender": "female", - "age": 34, - "address": { - "state": "Missouri", - "city": "Stockdale" - } - }, - { - "id": 8714, - "name": "Craft Atkins", - "gender": "male", - "age": 56, - "address": { - "state": "Utah", - "city": "Gibsonia" - } - }, - { - "id": 8715, - "name": "Alfreda Andrews", - "gender": "female", - "age": 19, - "address": { - "state": "Massachusetts", - "city": "Wadsworth" - } - }, - { - "id": 8716, - "name": "Pam Morales", - "gender": "female", - "age": 77, - "address": { - "state": "Iowa", - "city": "Waterford" - } - }, - { - "id": 8717, - "name": "Reeves Levy", - "gender": "male", - "age": 20, - "address": { - "state": "Rhode Island", - "city": "Glenshaw" - } - }, - { - "id": 8718, - "name": "Juarez Barlow", - "gender": "male", - "age": 58, - "address": { - "state": "Wyoming", - "city": "Marion" - } - }, - { - "id": 8719, - "name": "Paula Guerrero", - "gender": "female", - "age": 75, - "address": { - "state": "Tennessee", - "city": "Catherine" - } - }, - { - "id": 8720, - "name": "Joan Blanchard", - "gender": "female", - "age": 68, - "address": { - "state": "Florida", - "city": "Snowville" - } - }, - { - "id": 8721, - "name": "Whitaker Simmons", - "gender": "male", - "age": 71, - "address": { - "state": "Indiana", - "city": "Castleton" - } - }, - { - "id": 8722, - "name": "Sargent Berry", - "gender": "male", - "age": 61, - "address": { - "state": "Washington", - "city": "Nile" - } - }, - { - "id": 8723, - "name": "Compton Lindsay", - "gender": "male", - "age": 19, - "address": { - "state": "New Hampshire", - "city": "Watrous" - } - }, - { - "id": 8724, - "name": "Abbott Richard", - "gender": "male", - "age": 55, - "address": { - "state": "Wyoming", - "city": "Guthrie" - } - }, - { - "id": 8725, - "name": "Blankenship Frazier", - "gender": "male", - "age": 21, - "address": { - "state": "North Carolina", - "city": "Laurelton" - } - }, - { - "id": 8726, - "name": "Walters Stout", - "gender": "male", - "age": 54, - "address": { - "state": "South Carolina", - "city": "Sexton" - } - }, - { - "id": 8727, - "name": "Serena Hopkins", - "gender": "female", - "age": 27, - "address": { - "state": "Massachusetts", - "city": "Nipinnawasee" - } - }, - { - "id": 8728, - "name": "Glenda Santos", - "gender": "female", - "age": 28, - "address": { - "state": "Iowa", - "city": "Deercroft" - } - }, - { - "id": 8729, - "name": "Stephanie Roach", - "gender": "female", - "age": 63, - "address": { - "state": "Nebraska", - "city": "Omar" - } - }, - { - "id": 8730, - "name": "Alexandra Alexander", - "gender": "female", - "age": 46, - "address": { - "state": "Alaska", - "city": "Northchase" - } - }, - { - "id": 8731, - "name": "Lee Bryan", - "gender": "male", - "age": 56, - "address": { - "state": "Tennessee", - "city": "Summerset" - } - }, - { - "id": 8732, - "name": "Lilly Sullivan", - "gender": "female", - "age": 33, - "address": { - "state": "Indiana", - "city": "Mansfield" - } - }, - { - "id": 8733, - "name": "Hoover Matthews", - "gender": "male", - "age": 47, - "address": { - "state": "Montana", - "city": "Disautel" - } - }, - { - "id": 8734, - "name": "Michael Goodman", - "gender": "female", - "age": 48, - "address": { - "state": "California", - "city": "Seymour" - } - }, - { - "id": 8735, - "name": "Bentley Conway", - "gender": "male", - "age": 18, - "address": { - "state": "Idaho", - "city": "Chautauqua" - } - }, - { - "id": 8736, - "name": "Vargas Bruce", - "gender": "male", - "age": 63, - "address": { - "state": "Kansas", - "city": "Wattsville" - } - }, - { - "id": 8737, - "name": "Downs Oneal", - "gender": "male", - "age": 17, - "address": { - "state": "Michigan", - "city": "Crown" - } - }, - { - "id": 8738, - "name": "Carpenter Cain", - "gender": "male", - "age": 57, - "address": { - "state": "Rhode Island", - "city": "Whitewater" - } - }, - { - "id": 8739, - "name": "Hughes Hickman", - "gender": "male", - "age": 52, - "address": { - "state": "Colorado", - "city": "Carrizo" - } - }, - { - "id": 8740, - "name": "Harmon Reyes", - "gender": "male", - "age": 51, - "address": { - "state": "Florida", - "city": "Kipp" - } - }, - { - "id": 8741, - "name": "Spencer Hardin", - "gender": "male", - "age": 36, - "address": { - "state": "Delaware", - "city": "Kennedyville" - } - }, - { - "id": 8742, - "name": "Lucia Spears", - "gender": "female", - "age": 74, - "address": { - "state": "New Mexico", - "city": "Edgewater" - } - }, - { - "id": 8743, - "name": "Wanda Greene", - "gender": "female", - "age": 21, - "address": { - "state": "Oregon", - "city": "Salunga" - } - }, - { - "id": 8744, - "name": "Gracie Austin", - "gender": "female", - "age": 77, - "address": { - "state": "Louisiana", - "city": "Klagetoh" - } - }, - { - "id": 8745, - "name": "Blair Burt", - "gender": "male", - "age": 59, - "address": { - "state": "Alabama", - "city": "Coaldale" - } - }, - { - "id": 8746, - "name": "Shelly Holmes", - "gender": "female", - "age": 23, - "address": { - "state": "West Virginia", - "city": "Fingerville" - } - }, - { - "id": 8747, - "name": "Solis Hatfield", - "gender": "male", - "age": 37, - "address": { - "state": "Connecticut", - "city": "Harborton" - } - }, - { - "id": 8748, - "name": "Alisa Harding", - "gender": "female", - "age": 34, - "address": { - "state": "New York", - "city": "Bluffview" - } - }, - { - "id": 8749, - "name": "Huffman Burris", - "gender": "male", - "age": 44, - "address": { - "state": "Georgia", - "city": "Benson" - } - }, - { - "id": 8750, - "name": "Kennedy Pittman", - "gender": "male", - "age": 78, - "address": { - "state": "North Dakota", - "city": "Northridge" - } - }, - { - "id": 8751, - "name": "Meyer Farley", - "gender": "male", - "age": 51, - "address": { - "state": "Pennsylvania", - "city": "Dyckesville" - } - }, - { - "id": 8752, - "name": "Holly Willis", - "gender": "female", - "age": 82, - "address": { - "state": "Missouri", - "city": "Templeton" - } - }, - { - "id": 8753, - "name": "Cash Carter", - "gender": "male", - "age": 62, - "address": { - "state": "Maryland", - "city": "Beason" - } - }, - { - "id": 8754, - "name": "Hardin Underwood", - "gender": "male", - "age": 21, - "address": { - "state": "Wisconsin", - "city": "Talpa" - } - }, - { - "id": 8755, - "name": "Hull Craig", - "gender": "male", - "age": 17, - "address": { - "state": "Kentucky", - "city": "Gambrills" - } - }, - { - "id": 8756, - "name": "Vaughn Gibbs", - "gender": "male", - "age": 41, - "address": { - "state": "Maine", - "city": "Independence" - } - }, - { - "id": 8757, - "name": "Bailey Hyde", - "gender": "male", - "age": 55, - "address": { - "state": "Nevada", - "city": "Stollings" - } - }, - { - "id": 8758, - "name": "Bridgette Fernandez", - "gender": "female", - "age": 42, - "address": { - "state": "Texas", - "city": "Garnet" - } - }, - { - "id": 8759, - "name": "Amy Mooney", - "gender": "female", - "age": 62, - "address": { - "state": "Oklahoma", - "city": "Macdona" - } - }, - { - "id": 8760, - "name": "Stanton Trujillo", - "gender": "male", - "age": 73, - "address": { - "state": "Ohio", - "city": "Urbana" - } - }, - { - "id": 8761, - "name": "Marietta Acevedo", - "gender": "female", - "age": 29, - "address": { - "state": "Arizona", - "city": "Kansas" - } - }, - { - "id": 8762, - "name": "Susanna House", - "gender": "female", - "age": 81, - "address": { - "state": "New Jersey", - "city": "Gila" - } - }, - { - "id": 8763, - "name": "Briggs Holman", - "gender": "male", - "age": 24, - "address": { - "state": "Vermont", - "city": "Eureka" - } - }, - { - "id": 8764, - "name": "Camille Osborne", - "gender": "female", - "age": 49, - "address": { - "state": "Illinois", - "city": "Evergreen" - } - }, - { - "id": 8765, - "name": "Lou Booker", - "gender": "female", - "age": 40, - "address": { - "state": "Arkansas", - "city": "Defiance" - } - }, - { - "id": 8766, - "name": "Mcdaniel Bell", - "gender": "male", - "age": 61, - "address": { - "state": "Mississippi", - "city": "Islandia" - } - }, - { - "id": 8767, - "name": "Kristina Pace", - "gender": "female", - "age": 52, - "address": { - "state": "South Dakota", - "city": "Bordelonville" - } - }, - { - "id": 8768, - "name": "Eddie Mathews", - "gender": "female", - "age": 25, - "address": { - "state": "Hawaii", - "city": "Rosine" - } - }, - { - "id": 8769, - "name": "Mooney Mccullough", - "gender": "male", - "age": 73, - "address": { - "state": "Utah", - "city": "Dexter" - } - }, - { - "id": 8770, - "name": "Addie Olsen", - "gender": "female", - "age": 52, - "address": { - "state": "Minnesota", - "city": "Centerville" - } - }, - { - "id": 8771, - "name": "Graham Koch", - "gender": "male", - "age": 56, - "address": { - "state": "North Dakota", - "city": "Buxton" - } - }, - { - "id": 8772, - "name": "Ginger Simpson", - "gender": "female", - "age": 72, - "address": { - "state": "Ohio", - "city": "Snyderville" - } - }, - { - "id": 8773, - "name": "Neva Gay", - "gender": "female", - "age": 20, - "address": { - "state": "Rhode Island", - "city": "Cashtown" - } - }, - { - "id": 8774, - "name": "Natalie Roberts", - "gender": "female", - "age": 52, - "address": { - "state": "Maryland", - "city": "Roland" - } - }, - { - "id": 8775, - "name": "Hamilton Zamora", - "gender": "male", - "age": 82, - "address": { - "state": "Minnesota", - "city": "Leland" - } - }, - { - "id": 8776, - "name": "Flora Collins", - "gender": "female", - "age": 69, - "address": { - "state": "New Hampshire", - "city": "Chautauqua" - } - }, - { - "id": 8777, - "name": "Ball Juarez", - "gender": "male", - "age": 80, - "address": { - "state": "Oregon", - "city": "Cliff" - } - }, - { - "id": 8778, - "name": "Alexander Acosta", - "gender": "male", - "age": 43, - "address": { - "state": "West Virginia", - "city": "Cascades" - } - }, - { - "id": 8779, - "name": "Sears Morgan", - "gender": "male", - "age": 30, - "address": { - "state": "Connecticut", - "city": "Zortman" - } - }, - { - "id": 8780, - "name": "Viola Shannon", - "gender": "female", - "age": 18, - "address": { - "state": "Nebraska", - "city": "Wyano" - } - }, - { - "id": 8781, - "name": "Bradshaw Warner", - "gender": "male", - "age": 40, - "address": { - "state": "Kansas", - "city": "Enoree" - } - }, - { - "id": 8782, - "name": "Weiss Rhodes", - "gender": "male", - "age": 81, - "address": { - "state": "Florida", - "city": "Taft" - } - }, - { - "id": 8783, - "name": "Leach Peterson", - "gender": "male", - "age": 54, - "address": { - "state": "Hawaii", - "city": "Statenville" - } - }, - { - "id": 8784, - "name": "Myra Nguyen", - "gender": "female", - "age": 59, - "address": { - "state": "New Mexico", - "city": "Tioga" - } - }, - { - "id": 8785, - "name": "Wilkerson Woodward", - "gender": "male", - "age": 66, - "address": { - "state": "Nevada", - "city": "Connerton" - } - }, - { - "id": 8786, - "name": "Dollie Charles", - "gender": "female", - "age": 60, - "address": { - "state": "Alabama", - "city": "Homeworth" - } - }, - { - "id": 8787, - "name": "Ora Powers", - "gender": "female", - "age": 30, - "address": { - "state": "Massachusetts", - "city": "Clay" - } - }, - { - "id": 8788, - "name": "Craig Conway", - "gender": "male", - "age": 53, - "address": { - "state": "Arkansas", - "city": "Blende" - } - }, - { - "id": 8789, - "name": "Sylvia Dotson", - "gender": "female", - "age": 76, - "address": { - "state": "Louisiana", - "city": "Glenbrook" - } - }, - { - "id": 8790, - "name": "William Duke", - "gender": "male", - "age": 25, - "address": { - "state": "Delaware", - "city": "Noblestown" - } - }, - { - "id": 8791, - "name": "Hansen Stevenson", - "gender": "male", - "age": 21, - "address": { - "state": "Vermont", - "city": "Grimsley" - } - }, - { - "id": 8792, - "name": "Caitlin Golden", - "gender": "female", - "age": 28, - "address": { - "state": "Oklahoma", - "city": "Mappsville" - } - }, - { - "id": 8793, - "name": "Geraldine Salas", - "gender": "female", - "age": 18, - "address": { - "state": "New Jersey", - "city": "Ilchester" - } - }, - { - "id": 8794, - "name": "Shelia Klein", - "gender": "female", - "age": 32, - "address": { - "state": "California", - "city": "Curtice" - } - }, - { - "id": 8795, - "name": "Moon Trujillo", - "gender": "male", - "age": 74, - "address": { - "state": "Michigan", - "city": "Wattsville" - } - }, - { - "id": 8796, - "name": "Cain King", - "gender": "male", - "age": 65, - "address": { - "state": "Wyoming", - "city": "Orin" - } - }, - { - "id": 8797, - "name": "Brittany Berger", - "gender": "female", - "age": 78, - "address": { - "state": "Arizona", - "city": "Snelling" - } - }, - { - "id": 8798, - "name": "Kristen Reeves", - "gender": "female", - "age": 36, - "address": { - "state": "New York", - "city": "Limestone" - } - }, - { - "id": 8799, - "name": "Hayes Nash", - "gender": "male", - "age": 35, - "address": { - "state": "South Dakota", - "city": "Jessie" - } - }, - { - "id": 8800, - "name": "Walters Lewis", - "gender": "male", - "age": 77, - "address": { - "state": "Alaska", - "city": "Naomi" - } - }, - { - "id": 8801, - "name": "Catalina Gould", - "gender": "female", - "age": 45, - "address": { - "state": "Colorado", - "city": "Moraida" - } - }, - { - "id": 8802, - "name": "Renee Gross", - "gender": "female", - "age": 58, - "address": { - "state": "Tennessee", - "city": "Ona" - } - }, - { - "id": 8803, - "name": "Rene Branch", - "gender": "female", - "age": 52, - "address": { - "state": "Iowa", - "city": "Enlow" - } - }, - { - "id": 8804, - "name": "Beard Garcia", - "gender": "male", - "age": 75, - "address": { - "state": "North Carolina", - "city": "Greenwich" - } - }, - { - "id": 8805, - "name": "Lindsay Marks", - "gender": "female", - "age": 69, - "address": { - "state": "Wisconsin", - "city": "Waumandee" - } - }, - { - "id": 8806, - "name": "Shaffer Marsh", - "gender": "male", - "age": 62, - "address": { - "state": "Illinois", - "city": "Idledale" - } - }, - { - "id": 8807, - "name": "Spencer Garrett", - "gender": "male", - "age": 70, - "address": { - "state": "Mississippi", - "city": "Hiseville" - } - }, - { - "id": 8808, - "name": "Morgan Bruce", - "gender": "female", - "age": 43, - "address": { - "state": "Georgia", - "city": "Hinsdale" - } - }, - { - "id": 8809, - "name": "Stacy Banks", - "gender": "female", - "age": 46, - "address": { - "state": "Indiana", - "city": "Fivepointville" - } - }, - { - "id": 8810, - "name": "Ophelia Daugherty", - "gender": "female", - "age": 22, - "address": { - "state": "Pennsylvania", - "city": "Graball" - } - }, - { - "id": 8811, - "name": "Willa Spence", - "gender": "female", - "age": 80, - "address": { - "state": "Texas", - "city": "Northridge" - } - }, - { - "id": 8812, - "name": "Joan Garrison", - "gender": "female", - "age": 49, - "address": { - "state": "Virginia", - "city": "Whipholt" - } - }, - { - "id": 8813, - "name": "Beverley Maxwell", - "gender": "female", - "age": 26, - "address": { - "state": "Kentucky", - "city": "Camptown" - } - }, - { - "id": 8814, - "name": "Dominguez Johns", - "gender": "male", - "age": 72, - "address": { - "state": "Utah", - "city": "Rivera" - } - }, - { - "id": 8815, - "name": "Helga Jimenez", - "gender": "female", - "age": 58, - "address": { - "state": "Idaho", - "city": "Westerville" - } - }, - { - "id": 8816, - "name": "Hooper Wilson", - "gender": "male", - "age": 41, - "address": { - "state": "Maine", - "city": "Trail" - } - }, - { - "id": 8817, - "name": "Clayton Weber", - "gender": "male", - "age": 55, - "address": { - "state": "Washington", - "city": "Oley" - } - }, - { - "id": 8818, - "name": "Wong Wells", - "gender": "male", - "age": 28, - "address": { - "state": "Missouri", - "city": "Staples" - } - }, - { - "id": 8819, - "name": "Casey Dudley", - "gender": "female", - "age": 51, - "address": { - "state": "Montana", - "city": "Bridgetown" - } - }, - { - "id": 8820, - "name": "Wendi Campbell", - "gender": "female", - "age": 21, - "address": { - "state": "Kansas", - "city": "Cliff" - } - }, - { - "id": 8821, - "name": "Mckee Martin", - "gender": "male", - "age": 56, - "address": { - "state": "North Carolina", - "city": "Derwood" - } - }, - { - "id": 8822, - "name": "Mia Schwartz", - "gender": "female", - "age": 75, - "address": { - "state": "Mississippi", - "city": "Allentown" - } - }, - { - "id": 8823, - "name": "Levine Walters", - "gender": "male", - "age": 80, - "address": { - "state": "Minnesota", - "city": "Somerset" - } - }, - { - "id": 8824, - "name": "Cara Woodard", - "gender": "female", - "age": 55, - "address": { - "state": "Utah", - "city": "Ola" - } - }, - { - "id": 8825, - "name": "Dickson Clark", - "gender": "male", - "age": 30, - "address": { - "state": "Louisiana", - "city": "Odessa" - } - }, - { - "id": 8826, - "name": "Clara Holt", - "gender": "female", - "age": 77, - "address": { - "state": "Florida", - "city": "Elliott" - } - }, - { - "id": 8827, - "name": "House Terry", - "gender": "male", - "age": 36, - "address": { - "state": "Wisconsin", - "city": "Jacksonburg" - } - }, - { - "id": 8828, - "name": "Shawn Ferrell", - "gender": "female", - "age": 73, - "address": { - "state": "Missouri", - "city": "Rivers" - } - }, - { - "id": 8829, - "name": "Fry Barber", - "gender": "male", - "age": 74, - "address": { - "state": "New York", - "city": "Statenville" - } - }, - { - "id": 8830, - "name": "Jones Floyd", - "gender": "male", - "age": 29, - "address": { - "state": "New Hampshire", - "city": "Clarktown" - } - }, - { - "id": 8831, - "name": "Lula Shelton", - "gender": "female", - "age": 45, - "address": { - "state": "Pennsylvania", - "city": "Skyland" - } - }, - { - "id": 8832, - "name": "Nelda Stuart", - "gender": "female", - "age": 34, - "address": { - "state": "Washington", - "city": "Lund" - } - }, - { - "id": 8833, - "name": "Maryanne Webster", - "gender": "female", - "age": 25, - "address": { - "state": "New Jersey", - "city": "Garnet" - } - }, - { - "id": 8834, - "name": "Richmond Velasquez", - "gender": "male", - "age": 30, - "address": { - "state": "Hawaii", - "city": "Websterville" - } - }, - { - "id": 8835, - "name": "Pickett Booth", - "gender": "male", - "age": 41, - "address": { - "state": "Colorado", - "city": "Neahkahnie" - } - }, - { - "id": 8836, - "name": "Curtis Fields", - "gender": "male", - "age": 44, - "address": { - "state": "Arizona", - "city": "Fostoria" - } - }, - { - "id": 8837, - "name": "Moss Wade", - "gender": "male", - "age": 37, - "address": { - "state": "Arkansas", - "city": "Worton" - } - }, - { - "id": 8838, - "name": "Everett Perkins", - "gender": "male", - "age": 78, - "address": { - "state": "Massachusetts", - "city": "Knowlton" - } - }, - { - "id": 8839, - "name": "Angeline Chandler", - "gender": "female", - "age": 68, - "address": { - "state": "Montana", - "city": "Riner" - } - }, - { - "id": 8840, - "name": "Lindsay Adkins", - "gender": "female", - "age": 33, - "address": { - "state": "Maine", - "city": "Wollochet" - } - }, - { - "id": 8841, - "name": "Juliette Mcintosh", - "gender": "female", - "age": 81, - "address": { - "state": "Oklahoma", - "city": "Needmore" - } - }, - { - "id": 8842, - "name": "Lessie Castaneda", - "gender": "female", - "age": 23, - "address": { - "state": "Ohio", - "city": "Navarre" - } - }, - { - "id": 8843, - "name": "Joseph Dudley", - "gender": "male", - "age": 31, - "address": { - "state": "Georgia", - "city": "Slovan" - } - }, - { - "id": 8844, - "name": "Francesca Small", - "gender": "female", - "age": 54, - "address": { - "state": "West Virginia", - "city": "Why" - } - }, - { - "id": 8845, - "name": "Dunn Cantu", - "gender": "male", - "age": 44, - "address": { - "state": "Michigan", - "city": "Gila" - } - }, - { - "id": 8846, - "name": "Rochelle Webb", - "gender": "female", - "age": 40, - "address": { - "state": "Indiana", - "city": "Abiquiu" - } - }, - { - "id": 8847, - "name": "Ayala George", - "gender": "male", - "age": 65, - "address": { - "state": "South Dakota", - "city": "Crumpler" - } - }, - { - "id": 8848, - "name": "Whitley Dixon", - "gender": "male", - "age": 59, - "address": { - "state": "Vermont", - "city": "Jessie" - } - }, - { - "id": 8849, - "name": "Lizzie Wong", - "gender": "female", - "age": 56, - "address": { - "state": "Nevada", - "city": "Helen" - } - }, - { - "id": 8850, - "name": "Terri Delgado", - "gender": "female", - "age": 54, - "address": { - "state": "Idaho", - "city": "Blairstown" - } - }, - { - "id": 8851, - "name": "Holloway Albert", - "gender": "male", - "age": 42, - "address": { - "state": "Rhode Island", - "city": "Shrewsbury" - } - }, - { - "id": 8852, - "name": "Hewitt Bean", - "gender": "male", - "age": 24, - "address": { - "state": "Virginia", - "city": "Tecolotito" - } - }, - { - "id": 8853, - "name": "Bowen Klein", - "gender": "male", - "age": 45, - "address": { - "state": "Nebraska", - "city": "Breinigsville" - } - }, - { - "id": 8854, - "name": "White Pierce", - "gender": "male", - "age": 49, - "address": { - "state": "Maryland", - "city": "Gorst" - } - }, - { - "id": 8855, - "name": "Oconnor Todd", - "gender": "male", - "age": 59, - "address": { - "state": "California", - "city": "Duryea" - } - }, - { - "id": 8856, - "name": "Kellie Wilder", - "gender": "female", - "age": 30, - "address": { - "state": "Kentucky", - "city": "Glasgow" - } - }, - { - "id": 8857, - "name": "Debora Whitley", - "gender": "female", - "age": 52, - "address": { - "state": "Oregon", - "city": "Jeff" - } - }, - { - "id": 8858, - "name": "Rutledge Ford", - "gender": "male", - "age": 49, - "address": { - "state": "Tennessee", - "city": "Otranto" - } - }, - { - "id": 8859, - "name": "Manuela Valentine", - "gender": "female", - "age": 21, - "address": { - "state": "South Carolina", - "city": "Cazadero" - } - }, - { - "id": 8860, - "name": "Larson Hill", - "gender": "male", - "age": 42, - "address": { - "state": "Texas", - "city": "Deercroft" - } - }, - { - "id": 8861, - "name": "Barton Potts", - "gender": "male", - "age": 37, - "address": { - "state": "Alabama", - "city": "Biddle" - } - }, - { - "id": 8862, - "name": "Rivas Hester", - "gender": "male", - "age": 60, - "address": { - "state": "Delaware", - "city": "Machias" - } - }, - { - "id": 8863, - "name": "Espinoza Pickett", - "gender": "male", - "age": 37, - "address": { - "state": "Alaska", - "city": "Cashtown" - } - }, - { - "id": 8864, - "name": "Vazquez Wheeler", - "gender": "male", - "age": 28, - "address": { - "state": "Iowa", - "city": "Frank" - } - }, - { - "id": 8865, - "name": "Glenn Mooney", - "gender": "male", - "age": 42, - "address": { - "state": "Connecticut", - "city": "Cumberland" - } - }, - { - "id": 8866, - "name": "Chaney Ramsey", - "gender": "male", - "age": 23, - "address": { - "state": "North Dakota", - "city": "Driftwood" - } - }, - { - "id": 8867, - "name": "Rowena Bender", - "gender": "female", - "age": 26, - "address": { - "state": "Illinois", - "city": "Efland" - } - }, - { - "id": 8868, - "name": "Jenkins Berg", - "gender": "male", - "age": 65, - "address": { - "state": "Wyoming", - "city": "Bordelonville" - } - }, - { - "id": 8869, - "name": "Candice Ware", - "gender": "female", - "age": 42, - "address": { - "state": "Maryland", - "city": "Norvelt" - } - }, - { - "id": 8870, - "name": "Kaitlin Mcintosh", - "gender": "female", - "age": 32, - "address": { - "state": "Oregon", - "city": "Sharon" - } - }, - { - "id": 8871, - "name": "Annmarie Fulton", - "gender": "female", - "age": 33, - "address": { - "state": "Kansas", - "city": "Worcester" - } - }, - { - "id": 8872, - "name": "Nixon Cherry", - "gender": "male", - "age": 32, - "address": { - "state": "Massachusetts", - "city": "Osage" - } - }, - { - "id": 8873, - "name": "Elaine Kim", - "gender": "female", - "age": 26, - "address": { - "state": "Montana", - "city": "Eggertsville" - } - }, - { - "id": 8874, - "name": "Margery Quinn", - "gender": "female", - "age": 52, - "address": { - "state": "Vermont", - "city": "Crayne" - } - }, - { - "id": 8875, - "name": "Atkins Whitney", - "gender": "male", - "age": 32, - "address": { - "state": "Indiana", - "city": "Lowgap" - } - }, - { - "id": 8876, - "name": "Walker Cannon", - "gender": "male", - "age": 69, - "address": { - "state": "Ohio", - "city": "Rosewood" - } - }, - { - "id": 8877, - "name": "Janet Drake", - "gender": "female", - "age": 35, - "address": { - "state": "New Hampshire", - "city": "Blanco" - } - }, - { - "id": 8878, - "name": "Guzman Reeves", - "gender": "male", - "age": 61, - "address": { - "state": "Iowa", - "city": "Whitehaven" - } - }, - { - "id": 8879, - "name": "Rocha Sandoval", - "gender": "male", - "age": 20, - "address": { - "state": "Alaska", - "city": "Farmers" - } - }, - { - "id": 8880, - "name": "Smith Baker", - "gender": "male", - "age": 17, - "address": { - "state": "New York", - "city": "Robbins" - } - }, - { - "id": 8881, - "name": "Booker Newman", - "gender": "male", - "age": 36, - "address": { - "state": "Virginia", - "city": "Imperial" - } - }, - { - "id": 8882, - "name": "Marcie Eaton", - "gender": "female", - "age": 52, - "address": { - "state": "Wyoming", - "city": "Longoria" - } - }, - { - "id": 8883, - "name": "Guerra Davenport", - "gender": "male", - "age": 53, - "address": { - "state": "Kentucky", - "city": "Aberdeen" - } - }, - { - "id": 8884, - "name": "Moody Dunlap", - "gender": "male", - "age": 56, - "address": { - "state": "Hawaii", - "city": "Glenshaw" - } - }, - { - "id": 8885, - "name": "Bettye Leach", - "gender": "female", - "age": 81, - "address": { - "state": "Pennsylvania", - "city": "Fowlerville" - } - }, - { - "id": 8886, - "name": "Carly Chandler", - "gender": "female", - "age": 82, - "address": { - "state": "Georgia", - "city": "Blandburg" - } - }, - { - "id": 8887, - "name": "Mitchell Joyner", - "gender": "male", - "age": 60, - "address": { - "state": "California", - "city": "Barronett" - } - }, - { - "id": 8888, - "name": "Mcdonald Ramirez", - "gender": "male", - "age": 56, - "address": { - "state": "Texas", - "city": "Accoville" - } - }, - { - "id": 8889, - "name": "Bobbi Stanley", - "gender": "female", - "age": 41, - "address": { - "state": "Wisconsin", - "city": "Motley" - } - }, - { - "id": 8890, - "name": "Keri Vincent", - "gender": "female", - "age": 32, - "address": { - "state": "South Carolina", - "city": "Dundee" - } - }, - { - "id": 8891, - "name": "Fischer Hays", - "gender": "male", - "age": 53, - "address": { - "state": "Colorado", - "city": "Hamilton" - } - }, - { - "id": 8892, - "name": "Latonya Fitzpatrick", - "gender": "female", - "age": 66, - "address": { - "state": "Rhode Island", - "city": "Duryea" - } - }, - { - "id": 8893, - "name": "Hooper Conrad", - "gender": "male", - "age": 38, - "address": { - "state": "Tennessee", - "city": "Glasgow" - } - }, - { - "id": 8894, - "name": "Rowena Dyer", - "gender": "female", - "age": 65, - "address": { - "state": "Missouri", - "city": "Garfield" - } - }, - { - "id": 8895, - "name": "Rowland Irwin", - "gender": "male", - "age": 43, - "address": { - "state": "Nebraska", - "city": "Chamizal" - } - }, - { - "id": 8896, - "name": "Gomez Ellis", - "gender": "male", - "age": 57, - "address": { - "state": "Nevada", - "city": "Geyserville" - } - }, - { - "id": 8897, - "name": "Dawn Rowland", - "gender": "female", - "age": 66, - "address": { - "state": "Alabama", - "city": "Kula" - } - }, - { - "id": 8898, - "name": "Mercedes Foster", - "gender": "female", - "age": 23, - "address": { - "state": "Idaho", - "city": "Darrtown" - } - }, - { - "id": 8899, - "name": "Brandy Harris", - "gender": "female", - "age": 43, - "address": { - "state": "Mississippi", - "city": "Wildwood" - } - }, - { - "id": 8900, - "name": "Shelton Velasquez", - "gender": "male", - "age": 20, - "address": { - "state": "Louisiana", - "city": "Needmore" - } - }, - { - "id": 8901, - "name": "Velasquez Griffin", - "gender": "male", - "age": 21, - "address": { - "state": "Washington", - "city": "Riceville" - } - }, - { - "id": 8902, - "name": "Kitty Boyle", - "gender": "female", - "age": 33, - "address": { - "state": "Illinois", - "city": "Grenelefe" - } - }, - { - "id": 8903, - "name": "Pitts Tate", - "gender": "male", - "age": 77, - "address": { - "state": "South Dakota", - "city": "Edneyville" - } - }, - { - "id": 8904, - "name": "Vinson Nelson", - "gender": "male", - "age": 76, - "address": { - "state": "West Virginia", - "city": "Gratton" - } - }, - { - "id": 8905, - "name": "Campos Douglas", - "gender": "male", - "age": 30, - "address": { - "state": "Michigan", - "city": "Carlton" - } - }, - { - "id": 8906, - "name": "Selena Craig", - "gender": "female", - "age": 77, - "address": { - "state": "New Mexico", - "city": "Orason" - } - }, - { - "id": 8907, - "name": "Silvia Kaufman", - "gender": "female", - "age": 74, - "address": { - "state": "North Dakota", - "city": "Floris" - } - }, - { - "id": 8908, - "name": "Morgan Perez", - "gender": "female", - "age": 18, - "address": { - "state": "Arkansas", - "city": "Fairmount" - } - }, - { - "id": 8909, - "name": "Nash Wiggins", - "gender": "male", - "age": 32, - "address": { - "state": "Florida", - "city": "Calverton" - } - }, - { - "id": 8910, - "name": "Roy Sullivan", - "gender": "male", - "age": 37, - "address": { - "state": "North Carolina", - "city": "Stonybrook" - } - }, - { - "id": 8911, - "name": "Booth Contreras", - "gender": "male", - "age": 45, - "address": { - "state": "Delaware", - "city": "Groton" - } - }, - { - "id": 8912, - "name": "Alford Schmidt", - "gender": "male", - "age": 60, - "address": { - "state": "Arizona", - "city": "Thornport" - } - }, - { - "id": 8913, - "name": "Mcgowan Blevins", - "gender": "male", - "age": 80, - "address": { - "state": "Utah", - "city": "Makena" - } - }, - { - "id": 8914, - "name": "Rachel Ward", - "gender": "female", - "age": 25, - "address": { - "state": "Connecticut", - "city": "Hemlock" - } - }, - { - "id": 8915, - "name": "Deena Taylor", - "gender": "female", - "age": 58, - "address": { - "state": "Minnesota", - "city": "Caln" - } - }, - { - "id": 8916, - "name": "Noemi Kirkland", - "gender": "female", - "age": 62, - "address": { - "state": "New Jersey", - "city": "Noxen" - } - }, - { - "id": 8917, - "name": "Franklin Blankenship", - "gender": "male", - "age": 53, - "address": { - "state": "Maine", - "city": "Williams" - } - }, - { - "id": 8918, - "name": "Jeanie Mccall", - "gender": "female", - "age": 52, - "address": { - "state": "Michigan", - "city": "Hobucken" - } - }, - { - "id": 8919, - "name": "Sykes Best", - "gender": "male", - "age": 56, - "address": { - "state": "Montana", - "city": "Stevens" - } - }, - { - "id": 8920, - "name": "Aurelia Zimmerman", - "gender": "female", - "age": 67, - "address": { - "state": "Florida", - "city": "Stockdale" - } - }, - { - "id": 8921, - "name": "Flossie Dominguez", - "gender": "female", - "age": 81, - "address": { - "state": "New Hampshire", - "city": "Brookfield" - } - }, - { - "id": 8922, - "name": "Shields Tyler", - "gender": "male", - "age": 42, - "address": { - "state": "North Dakota", - "city": "Washington" - } - }, - { - "id": 8923, - "name": "Amanda Mullen", - "gender": "female", - "age": 41, - "address": { - "state": "Mississippi", - "city": "Carbonville" - } - }, - { - "id": 8924, - "name": "Carpenter Nieves", - "gender": "male", - "age": 34, - "address": { - "state": "South Dakota", - "city": "Twilight" - } - }, - { - "id": 8925, - "name": "Lewis Carlson", - "gender": "male", - "age": 48, - "address": { - "state": "Maryland", - "city": "Chamberino" - } - }, - { - "id": 8926, - "name": "Adela Gregory", - "gender": "female", - "age": 28, - "address": { - "state": "Wisconsin", - "city": "Valle" - } - }, - { - "id": 8927, - "name": "Collins Rhodes", - "gender": "male", - "age": 64, - "address": { - "state": "New York", - "city": "Cascades" - } - }, - { - "id": 8928, - "name": "Maryellen Shannon", - "gender": "female", - "age": 82, - "address": { - "state": "New Mexico", - "city": "Naomi" - } - }, - { - "id": 8929, - "name": "Nora Pollard", - "gender": "female", - "age": 69, - "address": { - "state": "Arizona", - "city": "Westphalia" - } - }, - { - "id": 8930, - "name": "Joanne Berg", - "gender": "female", - "age": 59, - "address": { - "state": "Kansas", - "city": "Bannock" - } - }, - { - "id": 8931, - "name": "Jewel Tran", - "gender": "female", - "age": 38, - "address": { - "state": "Massachusetts", - "city": "Jacksonwald" - } - }, - { - "id": 8932, - "name": "Kelley Day", - "gender": "female", - "age": 26, - "address": { - "state": "Oregon", - "city": "Linganore" - } - }, - { - "id": 8933, - "name": "Johanna Velazquez", - "gender": "female", - "age": 36, - "address": { - "state": "Vermont", - "city": "Eastvale" - } - }, - { - "id": 8934, - "name": "Shawn Velasquez", - "gender": "female", - "age": 58, - "address": { - "state": "Maine", - "city": "Tolu" - } - }, - { - "id": 8935, - "name": "Lydia Hansen", - "gender": "female", - "age": 65, - "address": { - "state": "Kentucky", - "city": "Waverly" - } - }, - { - "id": 8936, - "name": "Sara Roy", - "gender": "female", - "age": 52, - "address": { - "state": "Virginia", - "city": "Riceville" - } - }, - { - "id": 8937, - "name": "Scott Bradley", - "gender": "male", - "age": 80, - "address": { - "state": "Tennessee", - "city": "Clarksburg" - } - }, - { - "id": 8938, - "name": "Cash Harrison", - "gender": "male", - "age": 19, - "address": { - "state": "Texas", - "city": "Nipinnawasee" - } - }, - { - "id": 8939, - "name": "Guadalupe Sexton", - "gender": "female", - "age": 49, - "address": { - "state": "Hawaii", - "city": "Rose" - } - }, - { - "id": 8940, - "name": "Bean Boone", - "gender": "male", - "age": 79, - "address": { - "state": "Nevada", - "city": "Rosewood" - } - }, - { - "id": 8941, - "name": "Cornelia Walls", - "gender": "female", - "age": 61, - "address": { - "state": "South Carolina", - "city": "Montura" - } - }, - { - "id": 8942, - "name": "Caitlin Patrick", - "gender": "female", - "age": 24, - "address": { - "state": "Utah", - "city": "Fingerville" - } - }, - { - "id": 8943, - "name": "Patel Davidson", - "gender": "male", - "age": 22, - "address": { - "state": "Colorado", - "city": "Brogan" - } - }, - { - "id": 8944, - "name": "Essie Nunez", - "gender": "female", - "age": 59, - "address": { - "state": "California", - "city": "Corinne" - } - }, - { - "id": 8945, - "name": "Carver Duke", - "gender": "male", - "age": 64, - "address": { - "state": "Oklahoma", - "city": "Woodburn" - } - }, - { - "id": 8946, - "name": "Edwards Roth", - "gender": "male", - "age": 53, - "address": { - "state": "Nebraska", - "city": "Sexton" - } - }, - { - "id": 8947, - "name": "Helen Bruce", - "gender": "female", - "age": 39, - "address": { - "state": "Missouri", - "city": "Troy" - } - }, - { - "id": 8948, - "name": "Delaney Luna", - "gender": "male", - "age": 76, - "address": { - "state": "Idaho", - "city": "Seymour" - } - }, - { - "id": 8949, - "name": "Arnold Moore", - "gender": "male", - "age": 35, - "address": { - "state": "New Jersey", - "city": "Bellfountain" - } - }, - { - "id": 8950, - "name": "Harrison Lewis", - "gender": "male", - "age": 78, - "address": { - "state": "Alaska", - "city": "Kenvil" - } - }, - { - "id": 8951, - "name": "Cleveland Mckenzie", - "gender": "male", - "age": 74, - "address": { - "state": "Arkansas", - "city": "Mathews" - } - }, - { - "id": 8952, - "name": "Brewer Nolan", - "gender": "male", - "age": 66, - "address": { - "state": "Rhode Island", - "city": "Efland" - } - }, - { - "id": 8953, - "name": "Bolton Summers", - "gender": "male", - "age": 80, - "address": { - "state": "Minnesota", - "city": "Finderne" - } - }, - { - "id": 8954, - "name": "Melissa Jackson", - "gender": "female", - "age": 22, - "address": { - "state": "Georgia", - "city": "Bawcomville" - } - }, - { - "id": 8955, - "name": "Kerr Guerrero", - "gender": "male", - "age": 32, - "address": { - "state": "Alabama", - "city": "Lupton" - } - }, - { - "id": 8956, - "name": "Jill Hodge", - "gender": "female", - "age": 51, - "address": { - "state": "Connecticut", - "city": "Monument" - } - }, - { - "id": 8957, - "name": "Howell Blake", - "gender": "male", - "age": 33, - "address": { - "state": "Illinois", - "city": "Dana" - } - }, - { - "id": 8958, - "name": "Robert Elliott", - "gender": "female", - "age": 35, - "address": { - "state": "Pennsylvania", - "city": "Villarreal" - } - }, - { - "id": 8959, - "name": "Reynolds Barrera", - "gender": "male", - "age": 32, - "address": { - "state": "North Carolina", - "city": "Tedrow" - } - }, - { - "id": 8960, - "name": "Mcleod Gillespie", - "gender": "male", - "age": 37, - "address": { - "state": "West Virginia", - "city": "Somerset" - } - }, - { - "id": 8961, - "name": "Mcpherson Stokes", - "gender": "male", - "age": 61, - "address": { - "state": "Washington", - "city": "Fairview" - } - }, - { - "id": 8962, - "name": "Helena Benjamin", - "gender": "female", - "age": 20, - "address": { - "state": "Indiana", - "city": "Fannett" - } - }, - { - "id": 8963, - "name": "Gardner Andrews", - "gender": "male", - "age": 25, - "address": { - "state": "Louisiana", - "city": "Dragoon" - } - }, - { - "id": 8964, - "name": "Landry Pacheco", - "gender": "male", - "age": 41, - "address": { - "state": "Iowa", - "city": "Silkworth" - } - }, - { - "id": 8965, - "name": "Farley Nicholson", - "gender": "male", - "age": 61, - "address": { - "state": "Delaware", - "city": "Jamestown" - } - }, - { - "id": 8966, - "name": "Yates Sutton", - "gender": "male", - "age": 59, - "address": { - "state": "Ohio", - "city": "Wadsworth" - } - }, - { - "id": 8967, - "name": "Marcella Crosby", - "gender": "female", - "age": 39, - "address": { - "state": "California", - "city": "Lorraine" - } - }, - { - "id": 8968, - "name": "Soto Oneal", - "gender": "male", - "age": 76, - "address": { - "state": "Utah", - "city": "Sehili" - } - }, - { - "id": 8969, - "name": "Bush Vega", - "gender": "male", - "age": 35, - "address": { - "state": "Iowa", - "city": "Hollins" - } - }, - { - "id": 8970, - "name": "Dyer Barnett", - "gender": "male", - "age": 55, - "address": { - "state": "Wyoming", - "city": "Rutherford" - } - }, - { - "id": 8971, - "name": "Heath Burch", - "gender": "male", - "age": 26, - "address": { - "state": "Pennsylvania", - "city": "Cade" - } - }, - { - "id": 8972, - "name": "June Austin", - "gender": "female", - "age": 44, - "address": { - "state": "Idaho", - "city": "Emison" - } - }, - { - "id": 8973, - "name": "Jacklyn Gutierrez", - "gender": "female", - "age": 29, - "address": { - "state": "Rhode Island", - "city": "Tryon" - } - }, - { - "id": 8974, - "name": "Amparo Castillo", - "gender": "female", - "age": 39, - "address": { - "state": "Connecticut", - "city": "Holcombe" - } - }, - { - "id": 8975, - "name": "Perez Higgins", - "gender": "male", - "age": 43, - "address": { - "state": "Michigan", - "city": "Belgreen" - } - }, - { - "id": 8976, - "name": "Tran Crosby", - "gender": "male", - "age": 60, - "address": { - "state": "Indiana", - "city": "Hamilton" - } - }, - { - "id": 8977, - "name": "Olive Briggs", - "gender": "female", - "age": 70, - "address": { - "state": "Minnesota", - "city": "Turah" - } - }, - { - "id": 8978, - "name": "Merritt Ryan", - "gender": "male", - "age": 48, - "address": { - "state": "Hawaii", - "city": "Brandermill" - } - }, - { - "id": 8979, - "name": "Louisa Dyer", - "gender": "female", - "age": 35, - "address": { - "state": "Massachusetts", - "city": "Keller" - } - }, - { - "id": 8980, - "name": "Melva Huff", - "gender": "female", - "age": 63, - "address": { - "state": "Maine", - "city": "Albrightsville" - } - }, - { - "id": 8981, - "name": "Jacqueline White", - "gender": "female", - "age": 50, - "address": { - "state": "Louisiana", - "city": "Lookingglass" - } - }, - { - "id": 8982, - "name": "Fulton Mckay", - "gender": "male", - "age": 33, - "address": { - "state": "Kansas", - "city": "Deltaville" - } - }, - { - "id": 8983, - "name": "Jaime Rutledge", - "gender": "female", - "age": 65, - "address": { - "state": "Alabama", - "city": "Jenkinsville" - } - }, - { - "id": 8984, - "name": "Debra Gallegos", - "gender": "female", - "age": 80, - "address": { - "state": "Colorado", - "city": "Rivera" - } - }, - { - "id": 8985, - "name": "Winnie Reid", - "gender": "female", - "age": 60, - "address": { - "state": "Nebraska", - "city": "Succasunna" - } - }, - { - "id": 8986, - "name": "Hunt Gould", - "gender": "male", - "age": 17, - "address": { - "state": "Arkansas", - "city": "Canoochee" - } - }, - { - "id": 8987, - "name": "Myers Stevens", - "gender": "male", - "age": 32, - "address": { - "state": "Vermont", - "city": "Harleigh" - } - }, - { - "id": 8988, - "name": "Concetta Diaz", - "gender": "female", - "age": 33, - "address": { - "state": "Missouri", - "city": "Islandia" - } - }, - { - "id": 8989, - "name": "Lina Brock", - "gender": "female", - "age": 69, - "address": { - "state": "Tennessee", - "city": "Caln" - } - }, - { - "id": 8990, - "name": "Meyer Ramos", - "gender": "male", - "age": 22, - "address": { - "state": "Maryland", - "city": "Shawmut" - } - }, - { - "id": 8991, - "name": "Lela Mcpherson", - "gender": "female", - "age": 31, - "address": { - "state": "Wisconsin", - "city": "Northchase" - } - }, - { - "id": 8992, - "name": "Jennie York", - "gender": "female", - "age": 59, - "address": { - "state": "North Carolina", - "city": "Boykin" - } - }, - { - "id": 8993, - "name": "Marcella Hendricks", - "gender": "female", - "age": 40, - "address": { - "state": "New York", - "city": "Bradenville" - } - }, - { - "id": 8994, - "name": "Bernice Mcguire", - "gender": "female", - "age": 49, - "address": { - "state": "Delaware", - "city": "Sardis" - } - }, - { - "id": 8995, - "name": "Pugh Anderson", - "gender": "male", - "age": 64, - "address": { - "state": "West Virginia", - "city": "Odessa" - } - }, - { - "id": 8996, - "name": "Violet Thornton", - "gender": "female", - "age": 31, - "address": { - "state": "Illinois", - "city": "Goochland" - } - }, - { - "id": 8997, - "name": "Candace Hinton", - "gender": "female", - "age": 58, - "address": { - "state": "New Mexico", - "city": "Gordon" - } - }, - { - "id": 8998, - "name": "Owens Kemp", - "gender": "male", - "age": 17, - "address": { - "state": "Georgia", - "city": "Winesburg" - } - }, - { - "id": 8999, - "name": "Chang Rivers", - "gender": "male", - "age": 46, - "address": { - "state": "Texas", - "city": "Grandview" - } - }, - { - "id": 9000, - "name": "Deanna Levy", - "gender": "female", - "age": 61, - "address": { - "state": "Ohio", - "city": "Savannah" - } - }, - { - "id": 9001, - "name": "Crystal Ramsey", - "gender": "female", - "age": 36, - "address": { - "state": "New Hampshire", - "city": "Rushford" - } - }, - { - "id": 9002, - "name": "Brittany Todd", - "gender": "female", - "age": 76, - "address": { - "state": "Montana", - "city": "Lacomb" - } - }, - { - "id": 9003, - "name": "Nikki Snyder", - "gender": "female", - "age": 79, - "address": { - "state": "Arizona", - "city": "Martell" - } - }, - { - "id": 9004, - "name": "Claire Randolph", - "gender": "female", - "age": 40, - "address": { - "state": "South Dakota", - "city": "Mooresburg" - } - }, - { - "id": 9005, - "name": "Dollie Vang", - "gender": "female", - "age": 50, - "address": { - "state": "Oklahoma", - "city": "Wadsworth" - } - }, - { - "id": 9006, - "name": "Traci Pruitt", - "gender": "female", - "age": 21, - "address": { - "state": "Oregon", - "city": "Joppa" - } - }, - { - "id": 9007, - "name": "Hilda Clark", - "gender": "female", - "age": 34, - "address": { - "state": "Florida", - "city": "Iberia" - } - }, - { - "id": 9008, - "name": "Hazel Parsons", - "gender": "female", - "age": 55, - "address": { - "state": "New Jersey", - "city": "Columbus" - } - }, - { - "id": 9009, - "name": "Sawyer Hines", - "gender": "male", - "age": 46, - "address": { - "state": "Alaska", - "city": "Kraemer" - } - }, - { - "id": 9010, - "name": "Robbins Rollins", - "gender": "male", - "age": 40, - "address": { - "state": "Washington", - "city": "Lewis" - } - }, - { - "id": 9011, - "name": "Pittman Head", - "gender": "male", - "age": 18, - "address": { - "state": "North Dakota", - "city": "Fairlee" - } - }, - { - "id": 9012, - "name": "Kay Noel", - "gender": "female", - "age": 40, - "address": { - "state": "Kentucky", - "city": "Websterville" - } - }, - { - "id": 9013, - "name": "Shawna Nguyen", - "gender": "female", - "age": 82, - "address": { - "state": "Nevada", - "city": "Charco" - } - }, - { - "id": 9014, - "name": "Renee Howe", - "gender": "female", - "age": 64, - "address": { - "state": "Mississippi", - "city": "Warren" - } - }, - { - "id": 9015, - "name": "Wilcox Aguirre", - "gender": "male", - "age": 75, - "address": { - "state": "South Carolina", - "city": "Chamberino" - } - }, - { - "id": 9016, - "name": "Myrtle Sharpe", - "gender": "female", - "age": 35, - "address": { - "state": "Mississippi", - "city": "Whitmer" - } - }, - { - "id": 9017, - "name": "Randolph Vasquez", - "gender": "male", - "age": 25, - "address": { - "state": "New Mexico", - "city": "Neibert" - } - }, - { - "id": 9018, - "name": "Audra Espinoza", - "gender": "female", - "age": 35, - "address": { - "state": "Vermont", - "city": "Clay" - } - }, - { - "id": 9019, - "name": "Brewer Reese", - "gender": "male", - "age": 67, - "address": { - "state": "Virginia", - "city": "Watchtower" - } - }, - { - "id": 9020, - "name": "Lillian Donovan", - "gender": "female", - "age": 23, - "address": { - "state": "Utah", - "city": "Forestburg" - } - }, - { - "id": 9021, - "name": "Natalie Goodman", - "gender": "female", - "age": 77, - "address": { - "state": "Texas", - "city": "Kingstowne" - } - }, - { - "id": 9022, - "name": "Goff Mcfarland", - "gender": "male", - "age": 50, - "address": { - "state": "Missouri", - "city": "Wintersburg" - } - }, - { - "id": 9023, - "name": "Morin Clarke", - "gender": "male", - "age": 66, - "address": { - "state": "Idaho", - "city": "Gulf" - } - }, - { - "id": 9024, - "name": "Louella Best", - "gender": "female", - "age": 55, - "address": { - "state": "Arizona", - "city": "Bayview" - } - }, - { - "id": 9025, - "name": "Oneill Mayo", - "gender": "male", - "age": 52, - "address": { - "state": "Michigan", - "city": "Volta" - } - }, - { - "id": 9026, - "name": "Talley Holmes", - "gender": "male", - "age": 22, - "address": { - "state": "Rhode Island", - "city": "Ruffin" - } - }, - { - "id": 9027, - "name": "Hoffman Gallegos", - "gender": "male", - "age": 68, - "address": { - "state": "Alaska", - "city": "Tuttle" - } - }, - { - "id": 9028, - "name": "Ivy Crosby", - "gender": "female", - "age": 37, - "address": { - "state": "Alabama", - "city": "Cannondale" - } - }, - { - "id": 9029, - "name": "Trisha Cross", - "gender": "female", - "age": 19, - "address": { - "state": "Wisconsin", - "city": "Conway" - } - }, - { - "id": 9030, - "name": "Shawn Valdez", - "gender": "female", - "age": 63, - "address": { - "state": "Nebraska", - "city": "Cliffside" - } - }, - { - "id": 9031, - "name": "Holmes Petty", - "gender": "male", - "age": 33, - "address": { - "state": "Illinois", - "city": "Hartsville/Hartley" - } - }, - { - "id": 9032, - "name": "Hanson England", - "gender": "male", - "age": 46, - "address": { - "state": "Kansas", - "city": "Moraida" - } - }, - { - "id": 9033, - "name": "Small Carey", - "gender": "male", - "age": 18, - "address": { - "state": "Iowa", - "city": "Belleview" - } - }, - { - "id": 9034, - "name": "Huffman Gay", - "gender": "male", - "age": 80, - "address": { - "state": "Arkansas", - "city": "Eggertsville" - } - }, - { - "id": 9035, - "name": "Anderson Phelps", - "gender": "male", - "age": 18, - "address": { - "state": "New York", - "city": "Williston" - } - }, - { - "id": 9036, - "name": "Virgie Monroe", - "gender": "female", - "age": 22, - "address": { - "state": "Maine", - "city": "Wattsville" - } - }, - { - "id": 9037, - "name": "Delacruz Mccarthy", - "gender": "male", - "age": 36, - "address": { - "state": "Florida", - "city": "Allentown" - } - }, - { - "id": 9038, - "name": "Dale Mcgowan", - "gender": "male", - "age": 50, - "address": { - "state": "Massachusetts", - "city": "Trexlertown" - } - }, - { - "id": 9039, - "name": "Corina Oneill", - "gender": "female", - "age": 61, - "address": { - "state": "Indiana", - "city": "Warren" - } - }, - { - "id": 9040, - "name": "Ochoa Zimmerman", - "gender": "male", - "age": 18, - "address": { - "state": "West Virginia", - "city": "Blanford" - } - }, - { - "id": 9041, - "name": "Mckenzie Walker", - "gender": "male", - "age": 54, - "address": { - "state": "Kentucky", - "city": "Fowlerville" - } - }, - { - "id": 9042, - "name": "Charles Hartman", - "gender": "male", - "age": 61, - "address": { - "state": "Louisiana", - "city": "Brownlee" - } - }, - { - "id": 9043, - "name": "Allie Terrell", - "gender": "female", - "age": 65, - "address": { - "state": "North Carolina", - "city": "Fillmore" - } - }, - { - "id": 9044, - "name": "Blake Burton", - "gender": "male", - "age": 78, - "address": { - "state": "Minnesota", - "city": "Blodgett" - } - }, - { - "id": 9045, - "name": "Sanchez Brady", - "gender": "male", - "age": 45, - "address": { - "state": "California", - "city": "Finderne" - } - }, - { - "id": 9046, - "name": "Rowland Leon", - "gender": "male", - "age": 28, - "address": { - "state": "Nevada", - "city": "Allendale" - } - }, - { - "id": 9047, - "name": "Donaldson Sweeney", - "gender": "male", - "age": 71, - "address": { - "state": "South Carolina", - "city": "Rowe" - } - }, - { - "id": 9048, - "name": "Bender Mcneil", - "gender": "male", - "age": 61, - "address": { - "state": "New Jersey", - "city": "Bagtown" - } - }, - { - "id": 9049, - "name": "Bertie Lucas", - "gender": "female", - "age": 20, - "address": { - "state": "Pennsylvania", - "city": "Beaulieu" - } - }, - { - "id": 9050, - "name": "Marta Peck", - "gender": "female", - "age": 42, - "address": { - "state": "Oregon", - "city": "Calverton" - } - }, - { - "id": 9051, - "name": "Katherine Morrow", - "gender": "female", - "age": 54, - "address": { - "state": "Delaware", - "city": "Harrodsburg" - } - }, - { - "id": 9052, - "name": "Butler Kemp", - "gender": "male", - "age": 70, - "address": { - "state": "Oklahoma", - "city": "Curtice" - } - }, - { - "id": 9053, - "name": "Pearl Miles", - "gender": "female", - "age": 63, - "address": { - "state": "North Dakota", - "city": "Omar" - } - }, - { - "id": 9054, - "name": "Leta Farmer", - "gender": "female", - "age": 77, - "address": { - "state": "Colorado", - "city": "Bend" - } - }, - { - "id": 9055, - "name": "Maritza Davenport", - "gender": "female", - "age": 71, - "address": { - "state": "Ohio", - "city": "Waverly" - } - }, - { - "id": 9056, - "name": "Clayton Avila", - "gender": "male", - "age": 47, - "address": { - "state": "Tennessee", - "city": "Calvary" - } - }, - { - "id": 9057, - "name": "Randi Hamilton", - "gender": "female", - "age": 27, - "address": { - "state": "Montana", - "city": "Konterra" - } - }, - { - "id": 9058, - "name": "Mcintosh Shelton", - "gender": "male", - "age": 40, - "address": { - "state": "Hawaii", - "city": "Brenton" - } - }, - { - "id": 9059, - "name": "Marsh Bishop", - "gender": "male", - "age": 38, - "address": { - "state": "Wyoming", - "city": "Dodge" - } - }, - { - "id": 9060, - "name": "Elliott Young", - "gender": "male", - "age": 60, - "address": { - "state": "Connecticut", - "city": "Boykin" - } - }, - { - "id": 9061, - "name": "Wilson Aguilar", - "gender": "male", - "age": 23, - "address": { - "state": "Georgia", - "city": "Hegins" - } - }, - { - "id": 9062, - "name": "Glenna Lawson", - "gender": "female", - "age": 29, - "address": { - "state": "New Hampshire", - "city": "Inkerman" - } - }, - { - "id": 9063, - "name": "Alicia Doyle", - "gender": "female", - "age": 52, - "address": { - "state": "Maryland", - "city": "Fannett" - } - }, - { - "id": 9064, - "name": "Nora Sampson", - "gender": "female", - "age": 58, - "address": { - "state": "South Dakota", - "city": "Tryon" - } - }, - { - "id": 9065, - "name": "Diane Roach", - "gender": "female", - "age": 24, - "address": { - "state": "Hawaii", - "city": "Watrous" - } - }, - { - "id": 9066, - "name": "Arnold Marks", - "gender": "male", - "age": 17, - "address": { - "state": "Iowa", - "city": "Yukon" - } - }, - { - "id": 9067, - "name": "Huber Wilson", - "gender": "male", - "age": 29, - "address": { - "state": "Minnesota", - "city": "Hessville" - } - }, - { - "id": 9068, - "name": "Geneva Tyler", - "gender": "female", - "age": 82, - "address": { - "state": "Nevada", - "city": "Retsof" - } - }, - { - "id": 9069, - "name": "Adela Whitley", - "gender": "female", - "age": 26, - "address": { - "state": "Utah", - "city": "Marysville" - } - }, - { - "id": 9070, - "name": "Ramos Sanders", - "gender": "male", - "age": 76, - "address": { - "state": "Massachusetts", - "city": "Woodlands" - } - }, - { - "id": 9071, - "name": "Pugh Sears", - "gender": "male", - "age": 44, - "address": { - "state": "Arkansas", - "city": "Chicopee" - } - }, - { - "id": 9072, - "name": "Duncan Blevins", - "gender": "male", - "age": 51, - "address": { - "state": "Maryland", - "city": "Coral" - } - }, - { - "id": 9073, - "name": "Blanca Davis", - "gender": "female", - "age": 57, - "address": { - "state": "North Dakota", - "city": "Chase" - } - }, - { - "id": 9074, - "name": "Knox Caldwell", - "gender": "male", - "age": 18, - "address": { - "state": "Wyoming", - "city": "Mapletown" - } - }, - { - "id": 9075, - "name": "York Washington", - "gender": "male", - "age": 35, - "address": { - "state": "Michigan", - "city": "Gibsonia" - } - }, - { - "id": 9076, - "name": "Kerri Blake", - "gender": "female", - "age": 72, - "address": { - "state": "Vermont", - "city": "Edmund" - } - }, - { - "id": 9077, - "name": "Marjorie Reid", - "gender": "female", - "age": 46, - "address": { - "state": "Washington", - "city": "Floriston" - } - }, - { - "id": 9078, - "name": "Gardner Wagner", - "gender": "male", - "age": 68, - "address": { - "state": "Pennsylvania", - "city": "Rockingham" - } - }, - { - "id": 9079, - "name": "Kane Glover", - "gender": "male", - "age": 23, - "address": { - "state": "Connecticut", - "city": "Swartzville" - } - }, - { - "id": 9080, - "name": "Frye Whitehead", - "gender": "male", - "age": 76, - "address": { - "state": "Oregon", - "city": "Independence" - } - }, - { - "id": 9081, - "name": "Laurie Mendoza", - "gender": "female", - "age": 45, - "address": { - "state": "Louisiana", - "city": "Dixonville" - } - }, - { - "id": 9082, - "name": "Hogan Sharpe", - "gender": "male", - "age": 71, - "address": { - "state": "Georgia", - "city": "Delco" - } - }, - { - "id": 9083, - "name": "Beatrice Romero", - "gender": "female", - "age": 59, - "address": { - "state": "Colorado", - "city": "Brownlee" - } - }, - { - "id": 9084, - "name": "Jarvis Briggs", - "gender": "male", - "age": 33, - "address": { - "state": "Wisconsin", - "city": "Witmer" - } - }, - { - "id": 9085, - "name": "Lilian Coleman", - "gender": "female", - "age": 23, - "address": { - "state": "South Dakota", - "city": "Southmont" - } - }, - { - "id": 9086, - "name": "Estelle Sawyer", - "gender": "female", - "age": 49, - "address": { - "state": "Illinois", - "city": "Deercroft" - } - }, - { - "id": 9087, - "name": "Blair Harper", - "gender": "male", - "age": 39, - "address": { - "state": "Alabama", - "city": "Northchase" - } - }, - { - "id": 9088, - "name": "Margret Clemons", - "gender": "female", - "age": 30, - "address": { - "state": "Indiana", - "city": "Wiscon" - } - }, - { - "id": 9089, - "name": "Lane Patel", - "gender": "male", - "age": 31, - "address": { - "state": "Kentucky", - "city": "Villarreal" - } - }, - { - "id": 9090, - "name": "Stuart Shepard", - "gender": "male", - "age": 45, - "address": { - "state": "Kansas", - "city": "Smock" - } - }, - { - "id": 9091, - "name": "June Duncan", - "gender": "female", - "age": 42, - "address": { - "state": "Missouri", - "city": "Idledale" - } - }, - { - "id": 9092, - "name": "Polly Kane", - "gender": "female", - "age": 28, - "address": { - "state": "Nebraska", - "city": "Kirk" - } - }, - { - "id": 9093, - "name": "Vicki Haley", - "gender": "female", - "age": 19, - "address": { - "state": "New York", - "city": "Berlin" - } - }, - { - "id": 9094, - "name": "Imogene Morse", - "gender": "female", - "age": 47, - "address": { - "state": "South Carolina", - "city": "Longoria" - } - }, - { - "id": 9095, - "name": "Miranda Hoover", - "gender": "male", - "age": 27, - "address": { - "state": "Delaware", - "city": "Olney" - } - }, - { - "id": 9096, - "name": "Courtney Wooten", - "gender": "female", - "age": 48, - "address": { - "state": "Maine", - "city": "Cetronia" - } - }, - { - "id": 9097, - "name": "Iris Gill", - "gender": "female", - "age": 54, - "address": { - "state": "Idaho", - "city": "Coinjock" - } - }, - { - "id": 9098, - "name": "Reyna Robinson", - "gender": "female", - "age": 23, - "address": { - "state": "Arizona", - "city": "Goochland" - } - }, - { - "id": 9099, - "name": "Dennis Bradshaw", - "gender": "male", - "age": 37, - "address": { - "state": "North Carolina", - "city": "Orovada" - } - }, - { - "id": 9100, - "name": "Weeks Pruitt", - "gender": "male", - "age": 28, - "address": { - "state": "Mississippi", - "city": "Croom" - } - }, - { - "id": 9101, - "name": "Erma Key", - "gender": "female", - "age": 73, - "address": { - "state": "Alaska", - "city": "Allentown" - } - }, - { - "id": 9102, - "name": "Merle Klein", - "gender": "female", - "age": 43, - "address": { - "state": "Florida", - "city": "Boomer" - } - }, - { - "id": 9103, - "name": "Goodwin Adkins", - "gender": "male", - "age": 69, - "address": { - "state": "Ohio", - "city": "Zeba" - } - }, - { - "id": 9104, - "name": "Mckee Sparks", - "gender": "male", - "age": 21, - "address": { - "state": "New Hampshire", - "city": "Hondah" - } - }, - { - "id": 9105, - "name": "Richards Lancaster", - "gender": "male", - "age": 77, - "address": { - "state": "Tennessee", - "city": "Shaft" - } - }, - { - "id": 9106, - "name": "Atkinson Velazquez", - "gender": "male", - "age": 34, - "address": { - "state": "Rhode Island", - "city": "Gloucester" - } - }, - { - "id": 9107, - "name": "Randall Whitaker", - "gender": "male", - "age": 24, - "address": { - "state": "West Virginia", - "city": "Zortman" - } - }, - { - "id": 9108, - "name": "Mildred Vargas", - "gender": "female", - "age": 43, - "address": { - "state": "Montana", - "city": "Bonanza" - } - }, - { - "id": 9109, - "name": "Barlow Noble", - "gender": "male", - "age": 46, - "address": { - "state": "Virginia", - "city": "Barrelville" - } - }, - { - "id": 9110, - "name": "Clay Knight", - "gender": "male", - "age": 69, - "address": { - "state": "New Mexico", - "city": "Carlos" - } - }, - { - "id": 9111, - "name": "Mcconnell Clayton", - "gender": "male", - "age": 19, - "address": { - "state": "California", - "city": "Winston" - } - }, - { - "id": 9112, - "name": "Simon Sharp", - "gender": "male", - "age": 17, - "address": { - "state": "New Jersey", - "city": "Emerald" - } - }, - { - "id": 9113, - "name": "Irwin Hodge", - "gender": "male", - "age": 65, - "address": { - "state": "Oklahoma", - "city": "Allamuchy" - } - }, - { - "id": 9114, - "name": "Martin Randolph", - "gender": "male", - "age": 64, - "address": { - "state": "Mississippi", - "city": "Glendale" - } - }, - { - "id": 9115, - "name": "Gabriela Knapp", - "gender": "female", - "age": 42, - "address": { - "state": "Missouri", - "city": "Carlos" - } - }, - { - "id": 9116, - "name": "Gracie Trujillo", - "gender": "female", - "age": 21, - "address": { - "state": "New Jersey", - "city": "Seymour" - } - }, - { - "id": 9117, - "name": "Rosa Salinas", - "gender": "female", - "age": 39, - "address": { - "state": "Georgia", - "city": "Juarez" - } - }, - { - "id": 9118, - "name": "Lawanda Gamble", - "gender": "female", - "age": 27, - "address": { - "state": "Washington", - "city": "Chalfant" - } - }, - { - "id": 9119, - "name": "Alexis Kim", - "gender": "female", - "age": 51, - "address": { - "state": "Montana", - "city": "Westerville" - } - }, - { - "id": 9120, - "name": "Buck Griffin", - "gender": "male", - "age": 42, - "address": { - "state": "Iowa", - "city": "Breinigsville" - } - }, - { - "id": 9121, - "name": "Compton Merritt", - "gender": "male", - "age": 74, - "address": { - "state": "Virginia", - "city": "Nadine" - } - }, - { - "id": 9122, - "name": "Robbie Madden", - "gender": "female", - "age": 78, - "address": { - "state": "New Mexico", - "city": "Alleghenyville" - } - }, - { - "id": 9123, - "name": "Oconnor Molina", - "gender": "male", - "age": 33, - "address": { - "state": "Vermont", - "city": "Lynn" - } - }, - { - "id": 9124, - "name": "Mabel Torres", - "gender": "female", - "age": 58, - "address": { - "state": "Wisconsin", - "city": "Inkerman" - } - }, - { - "id": 9125, - "name": "Kerry Greene", - "gender": "female", - "age": 43, - "address": { - "state": "Massachusetts", - "city": "Tuttle" - } - }, - { - "id": 9126, - "name": "Kathie Vega", - "gender": "female", - "age": 25, - "address": { - "state": "South Dakota", - "city": "Stockdale" - } - }, - { - "id": 9127, - "name": "Cooley Bright", - "gender": "male", - "age": 36, - "address": { - "state": "Maine", - "city": "Waukeenah" - } - }, - { - "id": 9128, - "name": "Davenport Campbell", - "gender": "male", - "age": 38, - "address": { - "state": "Oregon", - "city": "Calpine" - } - }, - { - "id": 9129, - "name": "Madeleine Lopez", - "gender": "female", - "age": 69, - "address": { - "state": "Idaho", - "city": "Itmann" - } - }, - { - "id": 9130, - "name": "Pamela Mack", - "gender": "female", - "age": 50, - "address": { - "state": "Oklahoma", - "city": "Convent" - } - }, - { - "id": 9131, - "name": "Sosa Garrison", - "gender": "male", - "age": 71, - "address": { - "state": "New York", - "city": "Boonville" - } - }, - { - "id": 9132, - "name": "Michael Bradley", - "gender": "female", - "age": 61, - "address": { - "state": "Utah", - "city": "Kerby" - } - }, - { - "id": 9133, - "name": "Bailey Pruitt", - "gender": "male", - "age": 53, - "address": { - "state": "South Carolina", - "city": "Tedrow" - } - }, - { - "id": 9134, - "name": "Terry Johns", - "gender": "male", - "age": 59, - "address": { - "state": "Indiana", - "city": "Bloomington" - } - }, - { - "id": 9135, - "name": "Stacie Velasquez", - "gender": "female", - "age": 57, - "address": { - "state": "Texas", - "city": "Ola" - } - }, - { - "id": 9136, - "name": "Dotson Wheeler", - "gender": "male", - "age": 57, - "address": { - "state": "California", - "city": "Allensworth" - } - }, - { - "id": 9137, - "name": "Jessie Nixon", - "gender": "female", - "age": 63, - "address": { - "state": "Florida", - "city": "Lutsen" - } - }, - { - "id": 9138, - "name": "Bridgette Mosley", - "gender": "female", - "age": 77, - "address": { - "state": "Alabama", - "city": "Stouchsburg" - } - }, - { - "id": 9139, - "name": "Riggs Hampton", - "gender": "male", - "age": 55, - "address": { - "state": "Pennsylvania", - "city": "Imperial" - } - }, - { - "id": 9140, - "name": "Eliza Brock", - "gender": "female", - "age": 80, - "address": { - "state": "Michigan", - "city": "Carlton" - } - }, - { - "id": 9141, - "name": "Hilda Hyde", - "gender": "female", - "age": 66, - "address": { - "state": "New Hampshire", - "city": "Fulford" - } - }, - { - "id": 9142, - "name": "Bush Murray", - "gender": "male", - "age": 49, - "address": { - "state": "Kansas", - "city": "Eureka" - } - }, - { - "id": 9143, - "name": "Ramona Barry", - "gender": "female", - "age": 60, - "address": { - "state": "West Virginia", - "city": "Keller" - } - }, - { - "id": 9144, - "name": "Meadows Byrd", - "gender": "male", - "age": 43, - "address": { - "state": "Arkansas", - "city": "Snelling" - } - }, - { - "id": 9145, - "name": "Joan Mcgee", - "gender": "female", - "age": 21, - "address": { - "state": "Alaska", - "city": "Sanborn" - } - }, - { - "id": 9146, - "name": "Dickerson Hopkins", - "gender": "male", - "age": 41, - "address": { - "state": "Illinois", - "city": "Harrison" - } - }, - { - "id": 9147, - "name": "Joanna Munoz", - "gender": "female", - "age": 29, - "address": { - "state": "Kentucky", - "city": "Adamstown" - } - }, - { - "id": 9148, - "name": "Macdonald Melton", - "gender": "male", - "age": 20, - "address": { - "state": "Nebraska", - "city": "Garnet" - } - }, - { - "id": 9149, - "name": "Flossie Harrington", - "gender": "female", - "age": 17, - "address": { - "state": "Louisiana", - "city": "Geyserville" - } - }, - { - "id": 9150, - "name": "Hallie Mcneil", - "gender": "female", - "age": 17, - "address": { - "state": "Connecticut", - "city": "Woodburn" - } - }, - { - "id": 9151, - "name": "Beverly Bauer", - "gender": "female", - "age": 79, - "address": { - "state": "Wyoming", - "city": "Orason" - } - }, - { - "id": 9152, - "name": "Daugherty Johnson", - "gender": "male", - "age": 62, - "address": { - "state": "North Carolina", - "city": "Lacomb" - } - }, - { - "id": 9153, - "name": "Virginia Pratt", - "gender": "female", - "age": 57, - "address": { - "state": "Rhode Island", - "city": "Wawona" - } - }, - { - "id": 9154, - "name": "Ruiz Watkins", - "gender": "male", - "age": 19, - "address": { - "state": "North Dakota", - "city": "Volta" - } - }, - { - "id": 9155, - "name": "Ashlee Fleming", - "gender": "female", - "age": 20, - "address": { - "state": "Tennessee", - "city": "Bergoo" - } - }, - { - "id": 9156, - "name": "Morrow Gonzalez", - "gender": "male", - "age": 58, - "address": { - "state": "Delaware", - "city": "Snyderville" - } - }, - { - "id": 9157, - "name": "Hardy Marshall", - "gender": "male", - "age": 25, - "address": { - "state": "Hawaii", - "city": "Caspar" - } - }, - { - "id": 9158, - "name": "Tamra Montgomery", - "gender": "female", - "age": 29, - "address": { - "state": "Arizona", - "city": "Flintville" - } - }, - { - "id": 9159, - "name": "Jaime Sims", - "gender": "female", - "age": 45, - "address": { - "state": "Colorado", - "city": "Smock" - } - }, - { - "id": 9160, - "name": "Kidd Donaldson", - "gender": "male", - "age": 17, - "address": { - "state": "Nevada", - "city": "Martinez" - } - }, - { - "id": 9161, - "name": "Mercado Rivas", - "gender": "male", - "age": 57, - "address": { - "state": "Maryland", - "city": "Darrtown" - } - }, - { - "id": 9162, - "name": "Peterson Vaughn", - "gender": "male", - "age": 68, - "address": { - "state": "Minnesota", - "city": "Detroit" - } - }, - { - "id": 9163, - "name": "Case Wells", - "gender": "male", - "age": 60, - "address": { - "state": "South Dakota", - "city": "Avoca" - } - }, - { - "id": 9164, - "name": "Dora Poole", - "gender": "female", - "age": 42, - "address": { - "state": "New Jersey", - "city": "Bridgetown" - } - }, - { - "id": 9165, - "name": "Emilia Long", - "gender": "female", - "age": 29, - "address": { - "state": "Nebraska", - "city": "Allison" - } - }, - { - "id": 9166, - "name": "Jodi Edwards", - "gender": "female", - "age": 20, - "address": { - "state": "Iowa", - "city": "Sattley" - } - }, - { - "id": 9167, - "name": "Allyson Love", - "gender": "female", - "age": 66, - "address": { - "state": "Wyoming", - "city": "Blackgum" - } - }, - { - "id": 9168, - "name": "Mathews Palmer", - "gender": "male", - "age": 73, - "address": { - "state": "Pennsylvania", - "city": "Dunnavant" - } - }, - { - "id": 9169, - "name": "Monroe Hendrix", - "gender": "male", - "age": 64, - "address": { - "state": "Utah", - "city": "Bagtown" - } - }, - { - "id": 9170, - "name": "Bailey Barnett", - "gender": "male", - "age": 75, - "address": { - "state": "North Carolina", - "city": "Harborton" - } - }, - { - "id": 9171, - "name": "Taylor Lancaster", - "gender": "female", - "age": 64, - "address": { - "state": "Rhode Island", - "city": "Holcombe" - } - }, - { - "id": 9172, - "name": "Denise Caldwell", - "gender": "female", - "age": 65, - "address": { - "state": "New Hampshire", - "city": "Belleview" - } - }, - { - "id": 9173, - "name": "Levine Montoya", - "gender": "male", - "age": 26, - "address": { - "state": "Georgia", - "city": "Harold" - } - }, - { - "id": 9174, - "name": "Maude Valentine", - "gender": "female", - "age": 63, - "address": { - "state": "Kentucky", - "city": "Saranap" - } - }, - { - "id": 9175, - "name": "Beryl Castillo", - "gender": "female", - "age": 30, - "address": { - "state": "Colorado", - "city": "Irwin" - } - }, - { - "id": 9176, - "name": "Estrada Mason", - "gender": "male", - "age": 31, - "address": { - "state": "West Virginia", - "city": "Whipholt" - } - }, - { - "id": 9177, - "name": "Craig Blankenship", - "gender": "male", - "age": 29, - "address": { - "state": "Hawaii", - "city": "Driftwood" - } - }, - { - "id": 9178, - "name": "Cherry Olson", - "gender": "male", - "age": 76, - "address": { - "state": "Nevada", - "city": "Haena" - } - }, - { - "id": 9179, - "name": "Shawn Strong", - "gender": "female", - "age": 53, - "address": { - "state": "California", - "city": "Woodlands" - } - }, - { - "id": 9180, - "name": "Wallace May", - "gender": "male", - "age": 45, - "address": { - "state": "Connecticut", - "city": "Heil" - } - }, - { - "id": 9181, - "name": "Young Casey", - "gender": "male", - "age": 79, - "address": { - "state": "Mississippi", - "city": "Whitestone" - } - }, - { - "id": 9182, - "name": "Oneal Kline", - "gender": "male", - "age": 64, - "address": { - "state": "Michigan", - "city": "Coaldale" - } - }, - { - "id": 9183, - "name": "Elsa Hampton", - "gender": "female", - "age": 77, - "address": { - "state": "New Mexico", - "city": "Bowmansville" - } - }, - { - "id": 9184, - "name": "Colleen Jacobson", - "gender": "female", - "age": 76, - "address": { - "state": "Vermont", - "city": "Deltaville" - } - }, - { - "id": 9185, - "name": "Gill Hendricks", - "gender": "male", - "age": 80, - "address": { - "state": "Florida", - "city": "Sugartown" - } - }, - { - "id": 9186, - "name": "Elisa Brooks", - "gender": "female", - "age": 18, - "address": { - "state": "Idaho", - "city": "Hackneyville" - } - }, - { - "id": 9187, - "name": "Roberts Soto", - "gender": "male", - "age": 50, - "address": { - "state": "Wisconsin", - "city": "Waterford" - } - }, - { - "id": 9188, - "name": "Dorothea Aguilar", - "gender": "female", - "age": 76, - "address": { - "state": "North Dakota", - "city": "Lafferty" - } - }, - { - "id": 9189, - "name": "Snyder Macias", - "gender": "male", - "age": 46, - "address": { - "state": "Delaware", - "city": "Cobbtown" - } - }, - { - "id": 9190, - "name": "Sasha Sexton", - "gender": "female", - "age": 75, - "address": { - "state": "Maryland", - "city": "Boling" - } - }, - { - "id": 9191, - "name": "Brown Armstrong", - "gender": "male", - "age": 36, - "address": { - "state": "South Carolina", - "city": "Salix" - } - }, - { - "id": 9192, - "name": "Erika Lowe", - "gender": "female", - "age": 43, - "address": { - "state": "Alabama", - "city": "Richville" - } - }, - { - "id": 9193, - "name": "Swanson Durham", - "gender": "male", - "age": 75, - "address": { - "state": "Kansas", - "city": "Shindler" - } - }, - { - "id": 9194, - "name": "Schmidt Vega", - "gender": "male", - "age": 28, - "address": { - "state": "Maine", - "city": "Alamo" - } - }, - { - "id": 9195, - "name": "Felecia Barker", - "gender": "female", - "age": 62, - "address": { - "state": "Louisiana", - "city": "Barstow" - } - }, - { - "id": 9196, - "name": "Mcintosh Delaney", - "gender": "male", - "age": 48, - "address": { - "state": "Arkansas", - "city": "Cassel" - } - }, - { - "id": 9197, - "name": "Dejesus Moon", - "gender": "male", - "age": 41, - "address": { - "state": "Minnesota", - "city": "Bascom" - } - }, - { - "id": 9198, - "name": "Gabriela Williamson", - "gender": "female", - "age": 36, - "address": { - "state": "Virginia", - "city": "Coleville" - } - }, - { - "id": 9199, - "name": "Socorro Dotson", - "gender": "female", - "age": 27, - "address": { - "state": "Missouri", - "city": "Saddlebrooke" - } - }, - { - "id": 9200, - "name": "Ford Bonner", - "gender": "male", - "age": 60, - "address": { - "state": "Oklahoma", - "city": "Rote" - } - }, - { - "id": 9201, - "name": "Robles Welch", - "gender": "male", - "age": 28, - "address": { - "state": "Arizona", - "city": "Dragoon" - } - }, - { - "id": 9202, - "name": "Dolly Daniel", - "gender": "female", - "age": 42, - "address": { - "state": "Indiana", - "city": "Marienthal" - } - }, - { - "id": 9203, - "name": "Carlson Booker", - "gender": "male", - "age": 38, - "address": { - "state": "Tennessee", - "city": "Gasquet" - } - }, - { - "id": 9204, - "name": "Buckley Burt", - "gender": "male", - "age": 35, - "address": { - "state": "New York", - "city": "Kylertown" - } - }, - { - "id": 9205, - "name": "Lucinda Mays", - "gender": "female", - "age": 61, - "address": { - "state": "Illinois", - "city": "Cloverdale" - } - }, - { - "id": 9206, - "name": "Elliott Middleton", - "gender": "male", - "age": 65, - "address": { - "state": "Texas", - "city": "Cedarville" - } - }, - { - "id": 9207, - "name": "Ina Robbins", - "gender": "female", - "age": 51, - "address": { - "state": "Alaska", - "city": "Brownlee" - } - }, - { - "id": 9208, - "name": "Lorene Watkins", - "gender": "female", - "age": 55, - "address": { - "state": "Montana", - "city": "Klagetoh" - } - }, - { - "id": 9209, - "name": "Sondra Gallegos", - "gender": "female", - "age": 22, - "address": { - "state": "Massachusetts", - "city": "Odessa" - } - }, - { - "id": 9210, - "name": "Lottie Keller", - "gender": "female", - "age": 30, - "address": { - "state": "Washington", - "city": "Wright" - } - }, - { - "id": 9211, - "name": "Kelly Morgan", - "gender": "male", - "age": 55, - "address": { - "state": "Oregon", - "city": "Sisquoc" - } - }, - { - "id": 9212, - "name": "Hallie Stokes", - "gender": "female", - "age": 29, - "address": { - "state": "Florida", - "city": "Garberville" - } - }, - { - "id": 9213, - "name": "Marion Reilly", - "gender": "female", - "age": 52, - "address": { - "state": "Pennsylvania", - "city": "Alfarata" - } - }, - { - "id": 9214, - "name": "Cecilia Gray", - "gender": "female", - "age": 46, - "address": { - "state": "Rhode Island", - "city": "Robbins" - } - }, - { - "id": 9215, - "name": "Eva Barlow", - "gender": "female", - "age": 61, - "address": { - "state": "Connecticut", - "city": "Gorst" - } - }, - { - "id": 9216, - "name": "Holcomb Chase", - "gender": "male", - "age": 24, - "address": { - "state": "North Carolina", - "city": "Hobucken" - } - }, - { - "id": 9217, - "name": "Jannie Odom", - "gender": "female", - "age": 27, - "address": { - "state": "Kansas", - "city": "Riceville" - } - }, - { - "id": 9218, - "name": "Kay Hinton", - "gender": "female", - "age": 71, - "address": { - "state": "Colorado", - "city": "Shindler" - } - }, - { - "id": 9219, - "name": "Robert Schneider", - "gender": "female", - "age": 69, - "address": { - "state": "South Dakota", - "city": "Cresaptown" - } - }, - { - "id": 9220, - "name": "Pruitt Larson", - "gender": "male", - "age": 64, - "address": { - "state": "Massachusetts", - "city": "Cecilia" - } - }, - { - "id": 9221, - "name": "Sonya Key", - "gender": "female", - "age": 30, - "address": { - "state": "Texas", - "city": "Glenshaw" - } - }, - { - "id": 9222, - "name": "Stevenson Roberts", - "gender": "male", - "age": 67, - "address": { - "state": "Delaware", - "city": "Chamizal" - } - }, - { - "id": 9223, - "name": "Kayla Marsh", - "gender": "female", - "age": 56, - "address": { - "state": "New Mexico", - "city": "Floris" - } - }, - { - "id": 9224, - "name": "Fleming Castillo", - "gender": "male", - "age": 40, - "address": { - "state": "Nebraska", - "city": "Eagleville" - } - }, - { - "id": 9225, - "name": "Glenda Stuart", - "gender": "female", - "age": 25, - "address": { - "state": "New York", - "city": "Selma" - } - }, - { - "id": 9226, - "name": "Kristen Ward", - "gender": "female", - "age": 42, - "address": { - "state": "Wisconsin", - "city": "Dunbar" - } - }, - { - "id": 9227, - "name": "Leanna Howe", - "gender": "female", - "age": 69, - "address": { - "state": "New Jersey", - "city": "Steinhatchee" - } - }, - { - "id": 9228, - "name": "Martin Austin", - "gender": "male", - "age": 78, - "address": { - "state": "Montana", - "city": "Golconda" - } - }, - { - "id": 9229, - "name": "Bond Grimes", - "gender": "male", - "age": 42, - "address": { - "state": "Utah", - "city": "Interlochen" - } - }, - { - "id": 9230, - "name": "Ryan Fisher", - "gender": "male", - "age": 49, - "address": { - "state": "Alabama", - "city": "Walker" - } - }, - { - "id": 9231, - "name": "Jacobs Bates", - "gender": "male", - "age": 43, - "address": { - "state": "South Carolina", - "city": "Courtland" - } - }, - { - "id": 9232, - "name": "Gaines Harris", - "gender": "male", - "age": 20, - "address": { - "state": "Louisiana", - "city": "Brethren" - } - }, - { - "id": 9233, - "name": "Deena Crosby", - "gender": "female", - "age": 33, - "address": { - "state": "Arkansas", - "city": "Cleary" - } - }, - { - "id": 9234, - "name": "Bridgette Hutchinson", - "gender": "female", - "age": 35, - "address": { - "state": "New Hampshire", - "city": "Bluetown" - } - }, - { - "id": 9235, - "name": "Gates Conrad", - "gender": "male", - "age": 52, - "address": { - "state": "Indiana", - "city": "Belmont" - } - }, - { - "id": 9236, - "name": "Casey Mathis", - "gender": "female", - "age": 17, - "address": { - "state": "Alaska", - "city": "Hampstead" - } - }, - { - "id": 9237, - "name": "Luz Carr", - "gender": "female", - "age": 25, - "address": { - "state": "Mississippi", - "city": "Lynn" - } - }, - { - "id": 9238, - "name": "Ladonna Gilmore", - "gender": "female", - "age": 61, - "address": { - "state": "Georgia", - "city": "Limestone" - } - }, - { - "id": 9239, - "name": "Rodriguez Walker", - "gender": "male", - "age": 49, - "address": { - "state": "Arizona", - "city": "Waukeenah" - } - }, - { - "id": 9240, - "name": "Vivian Mays", - "gender": "female", - "age": 30, - "address": { - "state": "Nevada", - "city": "Jugtown" - } - }, - { - "id": 9241, - "name": "Spears Kim", - "gender": "male", - "age": 30, - "address": { - "state": "Wyoming", - "city": "Riegelwood" - } - }, - { - "id": 9242, - "name": "Barker Lara", - "gender": "male", - "age": 64, - "address": { - "state": "Illinois", - "city": "Valle" - } - }, - { - "id": 9243, - "name": "Tanisha Duke", - "gender": "female", - "age": 26, - "address": { - "state": "Maine", - "city": "Hiko" - } - }, - { - "id": 9244, - "name": "Stacey Mccarty", - "gender": "female", - "age": 62, - "address": { - "state": "Iowa", - "city": "Enoree" - } - }, - { - "id": 9245, - "name": "Beatriz Mcgee", - "gender": "female", - "age": 81, - "address": { - "state": "North Dakota", - "city": "Norfolk" - } - }, - { - "id": 9246, - "name": "Mack Vang", - "gender": "male", - "age": 36, - "address": { - "state": "California", - "city": "Urie" - } - }, - { - "id": 9247, - "name": "Quinn Delacruz", - "gender": "male", - "age": 31, - "address": { - "state": "Oklahoma", - "city": "Zarephath" - } - }, - { - "id": 9248, - "name": "Hillary Berger", - "gender": "female", - "age": 23, - "address": { - "state": "Vermont", - "city": "Naomi" - } - }, - { - "id": 9249, - "name": "Patel Gaines", - "gender": "male", - "age": 79, - "address": { - "state": "Maryland", - "city": "Southview" - } - }, - { - "id": 9250, - "name": "Bean Burgess", - "gender": "male", - "age": 43, - "address": { - "state": "Hawaii", - "city": "Williston" - } - }, - { - "id": 9251, - "name": "Sheryl Shaw", - "gender": "female", - "age": 69, - "address": { - "state": "Tennessee", - "city": "Ronco" - } - }, - { - "id": 9252, - "name": "Penelope Mendez", - "gender": "female", - "age": 48, - "address": { - "state": "Oregon", - "city": "Hannasville" - } - }, - { - "id": 9253, - "name": "Jodi Carson", - "gender": "female", - "age": 65, - "address": { - "state": "Michigan", - "city": "Lund" - } - }, - { - "id": 9254, - "name": "Justice Bean", - "gender": "male", - "age": 30, - "address": { - "state": "Minnesota", - "city": "Hayden" - } - }, - { - "id": 9255, - "name": "Lily Chavez", - "gender": "female", - "age": 52, - "address": { - "state": "Idaho", - "city": "Lutsen" - } - }, - { - "id": 9256, - "name": "Greene Witt", - "gender": "male", - "age": 27, - "address": { - "state": "Washington", - "city": "Fedora" - } - }, - { - "id": 9257, - "name": "Teresa Frank", - "gender": "female", - "age": 63, - "address": { - "state": "Missouri", - "city": "Clay" - } - }, - { - "id": 9258, - "name": "Lelia Weber", - "gender": "female", - "age": 77, - "address": { - "state": "Kentucky", - "city": "Colton" - } - }, - { - "id": 9259, - "name": "Mara Norton", - "gender": "female", - "age": 76, - "address": { - "state": "Ohio", - "city": "Waterview" - } - }, - { - "id": 9260, - "name": "Shields Bowen", - "gender": "male", - "age": 66, - "address": { - "state": "Virginia", - "city": "Martell" - } - }, - { - "id": 9261, - "name": "Gracie Rivers", - "gender": "female", - "age": 77, - "address": { - "state": "Oklahoma", - "city": "Faywood" - } - }, - { - "id": 9262, - "name": "Geneva Baker", - "gender": "female", - "age": 68, - "address": { - "state": "Colorado", - "city": "Wacissa" - } - }, - { - "id": 9263, - "name": "Gayle Berry", - "gender": "female", - "age": 41, - "address": { - "state": "California", - "city": "Blue" - } - }, - { - "id": 9264, - "name": "Josie Hull", - "gender": "female", - "age": 70, - "address": { - "state": "Illinois", - "city": "Gallina" - } - }, - { - "id": 9265, - "name": "Briana Stark", - "gender": "female", - "age": 60, - "address": { - "state": "Minnesota", - "city": "Cornucopia" - } - }, - { - "id": 9266, - "name": "Baxter Cunningham", - "gender": "male", - "age": 41, - "address": { - "state": "Kentucky", - "city": "Hasty" - } - }, - { - "id": 9267, - "name": "Eloise Malone", - "gender": "female", - "age": 47, - "address": { - "state": "Ohio", - "city": "Weeksville" - } - }, - { - "id": 9268, - "name": "Loraine Foley", - "gender": "female", - "age": 24, - "address": { - "state": "Louisiana", - "city": "Manitou" - } - }, - { - "id": 9269, - "name": "Cheryl Noble", - "gender": "female", - "age": 44, - "address": { - "state": "Montana", - "city": "Graniteville" - } - }, - { - "id": 9270, - "name": "Jones Pratt", - "gender": "male", - "age": 59, - "address": { - "state": "South Carolina", - "city": "Maury" - } - }, - { - "id": 9271, - "name": "Nanette Montgomery", - "gender": "female", - "age": 66, - "address": { - "state": "Missouri", - "city": "Shepardsville" - } - }, - { - "id": 9272, - "name": "Leann Holmes", - "gender": "female", - "age": 64, - "address": { - "state": "North Dakota", - "city": "Sedley" - } - }, - { - "id": 9273, - "name": "Craft Calhoun", - "gender": "male", - "age": 74, - "address": { - "state": "Vermont", - "city": "Roderfield" - } - }, - { - "id": 9274, - "name": "Randi Trevino", - "gender": "female", - "age": 58, - "address": { - "state": "New York", - "city": "Greenock" - } - }, - { - "id": 9275, - "name": "Teri Norris", - "gender": "female", - "age": 17, - "address": { - "state": "Indiana", - "city": "Jennings" - } - }, - { - "id": 9276, - "name": "Cherry Hodge", - "gender": "female", - "age": 68, - "address": { - "state": "Hawaii", - "city": "Urbana" - } - }, - { - "id": 9277, - "name": "Schwartz Warner", - "gender": "male", - "age": 36, - "address": { - "state": "Rhode Island", - "city": "Templeton" - } - }, - { - "id": 9278, - "name": "Terrell Stein", - "gender": "male", - "age": 40, - "address": { - "state": "Georgia", - "city": "Fillmore" - } - }, - { - "id": 9279, - "name": "Rena Whitehead", - "gender": "female", - "age": 65, - "address": { - "state": "West Virginia", - "city": "Moquino" - } - }, - { - "id": 9280, - "name": "Bell Mathews", - "gender": "male", - "age": 67, - "address": { - "state": "Massachusetts", - "city": "Cresaptown" - } - }, - { - "id": 9281, - "name": "Logan Burns", - "gender": "male", - "age": 78, - "address": { - "state": "Idaho", - "city": "Salix" - } - }, - { - "id": 9282, - "name": "Hensley Reilly", - "gender": "male", - "age": 50, - "address": { - "state": "Washington", - "city": "Oneida" - } - }, - { - "id": 9283, - "name": "Mindy Conley", - "gender": "female", - "age": 40, - "address": { - "state": "Virginia", - "city": "Stagecoach" - } - }, - { - "id": 9284, - "name": "Annette Burgess", - "gender": "female", - "age": 26, - "address": { - "state": "Maryland", - "city": "Hatteras" - } - }, - { - "id": 9285, - "name": "Wallace Cobb", - "gender": "male", - "age": 61, - "address": { - "state": "Arizona", - "city": "Emerald" - } - }, - { - "id": 9286, - "name": "Hallie Franks", - "gender": "female", - "age": 47, - "address": { - "state": "Florida", - "city": "Olney" - } - }, - { - "id": 9287, - "name": "Lisa Boyd", - "gender": "female", - "age": 59, - "address": { - "state": "Michigan", - "city": "Cliff" - } - }, - { - "id": 9288, - "name": "Stephens Cleveland", - "gender": "male", - "age": 46, - "address": { - "state": "Nevada", - "city": "Moscow" - } - }, - { - "id": 9289, - "name": "Elisa Mcintosh", - "gender": "female", - "age": 59, - "address": { - "state": "New Hampshire", - "city": "Wescosville" - } - }, - { - "id": 9290, - "name": "Vega Bowers", - "gender": "male", - "age": 46, - "address": { - "state": "Arkansas", - "city": "Sylvanite" - } - }, - { - "id": 9291, - "name": "Mcmahon Huber", - "gender": "male", - "age": 39, - "address": { - "state": "Oregon", - "city": "Wanamie" - } - }, - { - "id": 9292, - "name": "Pam Hubbard", - "gender": "female", - "age": 43, - "address": { - "state": "New Jersey", - "city": "Sabillasville" - } - }, - { - "id": 9293, - "name": "Earline Sutton", - "gender": "female", - "age": 59, - "address": { - "state": "Nebraska", - "city": "Nanafalia" - } - }, - { - "id": 9294, - "name": "Steele Torres", - "gender": "male", - "age": 76, - "address": { - "state": "Maine", - "city": "Hackneyville" - } - }, - { - "id": 9295, - "name": "Kemp Huffman", - "gender": "male", - "age": 29, - "address": { - "state": "Kansas", - "city": "Kula" - } - }, - { - "id": 9296, - "name": "Sampson Casey", - "gender": "male", - "age": 63, - "address": { - "state": "Texas", - "city": "Cazadero" - } - }, - { - "id": 9297, - "name": "Dawn Blake", - "gender": "female", - "age": 45, - "address": { - "state": "South Dakota", - "city": "Babb" - } - }, - { - "id": 9298, - "name": "Bush Flynn", - "gender": "male", - "age": 47, - "address": { - "state": "Wisconsin", - "city": "Germanton" - } - }, - { - "id": 9299, - "name": "Byrd Collins", - "gender": "male", - "age": 81, - "address": { - "state": "Connecticut", - "city": "Herlong" - } - }, - { - "id": 9300, - "name": "Shannon Drake", - "gender": "male", - "age": 28, - "address": { - "state": "Wyoming", - "city": "Frystown" - } - }, - { - "id": 9301, - "name": "Wilkinson Hester", - "gender": "male", - "age": 34, - "address": { - "state": "North Carolina", - "city": "Dunbar" - } - }, - { - "id": 9302, - "name": "Webb Reid", - "gender": "male", - "age": 23, - "address": { - "state": "Mississippi", - "city": "Bowmansville" - } - }, - { - "id": 9303, - "name": "Stafford Nixon", - "gender": "male", - "age": 71, - "address": { - "state": "Pennsylvania", - "city": "Villarreal" - } - }, - { - "id": 9304, - "name": "Janet Heath", - "gender": "female", - "age": 36, - "address": { - "state": "Tennessee", - "city": "Advance" - } - }, - { - "id": 9305, - "name": "Petersen Oneil", - "gender": "male", - "age": 62, - "address": { - "state": "Delaware", - "city": "Colton" - } - }, - { - "id": 9306, - "name": "Kennedy Leblanc", - "gender": "male", - "age": 24, - "address": { - "state": "New Mexico", - "city": "Mooresburg" - } - }, - { - "id": 9307, - "name": "Earlene Sloan", - "gender": "female", - "age": 74, - "address": { - "state": "Utah", - "city": "Ola" - } - }, - { - "id": 9308, - "name": "Sharron Flowers", - "gender": "female", - "age": 51, - "address": { - "state": "Iowa", - "city": "Whipholt" - } - }, - { - "id": 9309, - "name": "Bonita Hines", - "gender": "female", - "age": 59, - "address": { - "state": "Alaska", - "city": "Navarre" - } - }, - { - "id": 9310, - "name": "Noemi Young", - "gender": "female", - "age": 69, - "address": { - "state": "New Jersey", - "city": "Masthope" - } - }, - { - "id": 9311, - "name": "Karla Carson", - "gender": "female", - "age": 34, - "address": { - "state": "South Carolina", - "city": "Edgewater" - } - }, - { - "id": 9312, - "name": "Huff Bush", - "gender": "male", - "age": 75, - "address": { - "state": "Nebraska", - "city": "Elliott" - } - }, - { - "id": 9313, - "name": "Vivian Faulkner", - "gender": "female", - "age": 37, - "address": { - "state": "North Dakota", - "city": "Waterford" - } - }, - { - "id": 9314, - "name": "Cobb Booker", - "gender": "male", - "age": 62, - "address": { - "state": "West Virginia", - "city": "Laurelton" - } - }, - { - "id": 9315, - "name": "Bond Evans", - "gender": "male", - "age": 21, - "address": { - "state": "Kansas", - "city": "Crawfordsville" - } - }, - { - "id": 9316, - "name": "Anderson Mcdowell", - "gender": "male", - "age": 54, - "address": { - "state": "Texas", - "city": "Kylertown" - } - }, - { - "id": 9317, - "name": "Deanna Bass", - "gender": "female", - "age": 32, - "address": { - "state": "Illinois", - "city": "Bladensburg" - } - }, - { - "id": 9318, - "name": "Lindsay Carpenter", - "gender": "female", - "age": 61, - "address": { - "state": "Kentucky", - "city": "Albrightsville" - } - }, - { - "id": 9319, - "name": "Pace Vargas", - "gender": "male", - "age": 61, - "address": { - "state": "Iowa", - "city": "Chumuckla" - } - }, - { - "id": 9320, - "name": "Browning Hill", - "gender": "male", - "age": 23, - "address": { - "state": "Florida", - "city": "Utting" - } - }, - { - "id": 9321, - "name": "Russo Armstrong", - "gender": "male", - "age": 30, - "address": { - "state": "Washington", - "city": "Alamo" - } - }, - { - "id": 9322, - "name": "Taylor Haney", - "gender": "male", - "age": 66, - "address": { - "state": "California", - "city": "Neahkahnie" - } - }, - { - "id": 9323, - "name": "Kristina Slater", - "gender": "female", - "age": 63, - "address": { - "state": "Mississippi", - "city": "Riegelwood" - } - }, - { - "id": 9324, - "name": "Ann Vaughan", - "gender": "female", - "age": 28, - "address": { - "state": "Arkansas", - "city": "Fairlee" - } - }, - { - "id": 9325, - "name": "Maryanne Dudley", - "gender": "female", - "age": 35, - "address": { - "state": "Virginia", - "city": "Statenville" - } - }, - { - "id": 9326, - "name": "Sykes Rose", - "gender": "male", - "age": 46, - "address": { - "state": "Indiana", - "city": "Cataract" - } - }, - { - "id": 9327, - "name": "Madelyn Sykes", - "gender": "female", - "age": 44, - "address": { - "state": "Utah", - "city": "Hampstead" - } - }, - { - "id": 9328, - "name": "Kane Bailey", - "gender": "male", - "age": 46, - "address": { - "state": "South Dakota", - "city": "Temperanceville" - } - }, - { - "id": 9329, - "name": "Sharlene Miles", - "gender": "female", - "age": 79, - "address": { - "state": "Nevada", - "city": "Concho" - } - }, - { - "id": 9330, - "name": "Serrano Beck", - "gender": "male", - "age": 76, - "address": { - "state": "Tennessee", - "city": "Walton" - } - }, - { - "id": 9331, - "name": "Leonor Branch", - "gender": "female", - "age": 62, - "address": { - "state": "Minnesota", - "city": "Sanders" - } - }, - { - "id": 9332, - "name": "Alejandra Mckinney", - "gender": "female", - "age": 37, - "address": { - "state": "Massachusetts", - "city": "Goldfield" - } - }, - { - "id": 9333, - "name": "Wheeler Barry", - "gender": "male", - "age": 66, - "address": { - "state": "Georgia", - "city": "Hobucken" - } - }, - { - "id": 9334, - "name": "Henry Martin", - "gender": "male", - "age": 44, - "address": { - "state": "Arizona", - "city": "Galesville" - } - }, - { - "id": 9335, - "name": "Lindsey Copeland", - "gender": "male", - "age": 76, - "address": { - "state": "Rhode Island", - "city": "Lowell" - } - }, - { - "id": 9336, - "name": "Kinney Dotson", - "gender": "male", - "age": 52, - "address": { - "state": "Vermont", - "city": "Brazos" - } - }, - { - "id": 9337, - "name": "Cassie Cole", - "gender": "female", - "age": 48, - "address": { - "state": "Montana", - "city": "Cavalero" - } - }, - { - "id": 9338, - "name": "Travis Bruce", - "gender": "male", - "age": 35, - "address": { - "state": "Louisiana", - "city": "Gilmore" - } - }, - { - "id": 9339, - "name": "Mcdowell Lane", - "gender": "male", - "age": 45, - "address": { - "state": "Hawaii", - "city": "Deltaville" - } - }, - { - "id": 9340, - "name": "Garza Guerrero", - "gender": "male", - "age": 30, - "address": { - "state": "Alabama", - "city": "Orason" - } - }, - { - "id": 9341, - "name": "Hubbard Beasley", - "gender": "male", - "age": 58, - "address": { - "state": "Wisconsin", - "city": "Enlow" - } - }, - { - "id": 9342, - "name": "Cecilia Lowe", - "gender": "female", - "age": 59, - "address": { - "state": "Maryland", - "city": "Stevens" - } - }, - { - "id": 9343, - "name": "Malinda Thomas", - "gender": "female", - "age": 60, - "address": { - "state": "Ohio", - "city": "Floris" - } - }, - { - "id": 9344, - "name": "Best Hoffman", - "gender": "male", - "age": 21, - "address": { - "state": "Pennsylvania", - "city": "Leeper" - } - }, - { - "id": 9345, - "name": "Pennington Whitaker", - "gender": "male", - "age": 62, - "address": { - "state": "New Hampshire", - "city": "Ypsilanti" - } - }, - { - "id": 9346, - "name": "Castro Glass", - "gender": "male", - "age": 55, - "address": { - "state": "Missouri", - "city": "Bartonsville" - } - }, - { - "id": 9347, - "name": "Maura Stanley", - "gender": "female", - "age": 57, - "address": { - "state": "Colorado", - "city": "Orviston" - } - }, - { - "id": 9348, - "name": "Hattie Williamson", - "gender": "female", - "age": 40, - "address": { - "state": "New York", - "city": "Leming" - } - }, - { - "id": 9349, - "name": "Jodi Cooley", - "gender": "female", - "age": 62, - "address": { - "state": "Idaho", - "city": "Rote" - } - }, - { - "id": 9350, - "name": "Ana Calderon", - "gender": "female", - "age": 74, - "address": { - "state": "Connecticut", - "city": "Coventry" - } - }, - { - "id": 9351, - "name": "Jerry Burnett", - "gender": "female", - "age": 31, - "address": { - "state": "Wyoming", - "city": "Clay" - } - }, - { - "id": 9352, - "name": "Charles Perkins", - "gender": "male", - "age": 57, - "address": { - "state": "Oklahoma", - "city": "Brownsville" - } - }, - { - "id": 9353, - "name": "Lillian Klein", - "gender": "female", - "age": 74, - "address": { - "state": "New Mexico", - "city": "Rose" - } - }, - { - "id": 9354, - "name": "Jennings Palmer", - "gender": "male", - "age": 57, - "address": { - "state": "Delaware", - "city": "Savage" - } - }, - { - "id": 9355, - "name": "Sullivan Sweeney", - "gender": "male", - "age": 17, - "address": { - "state": "Michigan", - "city": "Fairforest" - } - }, - { - "id": 9356, - "name": "Matilda Higgins", - "gender": "female", - "age": 78, - "address": { - "state": "Oregon", - "city": "Sabillasville" - } - }, - { - "id": 9357, - "name": "Adeline Bender", - "gender": "female", - "age": 60, - "address": { - "state": "Maine", - "city": "Dargan" - } - }, - { - "id": 9358, - "name": "Catherine Chandler", - "gender": "female", - "age": 60, - "address": { - "state": "Alaska", - "city": "Durham" - } - }, - { - "id": 9359, - "name": "Yvonne Shannon", - "gender": "female", - "age": 53, - "address": { - "state": "Minnesota", - "city": "Enoree" - } - }, - { - "id": 9360, - "name": "Frieda Schneider", - "gender": "female", - "age": 36, - "address": { - "state": "South Dakota", - "city": "Ahwahnee" - } - }, - { - "id": 9361, - "name": "Miriam Swanson", - "gender": "female", - "age": 66, - "address": { - "state": "Wyoming", - "city": "Callaghan" - } - }, - { - "id": 9362, - "name": "Carmela Maddox", - "gender": "female", - "age": 74, - "address": { - "state": "North Dakota", - "city": "Leroy" - } - }, - { - "id": 9363, - "name": "Sharon Adkins", - "gender": "female", - "age": 28, - "address": { - "state": "Pennsylvania", - "city": "Naomi" - } - }, - { - "id": 9364, - "name": "Kelly Bird", - "gender": "female", - "age": 49, - "address": { - "state": "Kentucky", - "city": "Southview" - } - }, - { - "id": 9365, - "name": "Vonda Aguilar", - "gender": "female", - "age": 65, - "address": { - "state": "Utah", - "city": "Wyoming" - } - }, - { - "id": 9366, - "name": "Minnie Booth", - "gender": "female", - "age": 38, - "address": { - "state": "Georgia", - "city": "Monument" - } - }, - { - "id": 9367, - "name": "Ola Haley", - "gender": "female", - "age": 57, - "address": { - "state": "South Carolina", - "city": "Mapletown" - } - }, - { - "id": 9368, - "name": "Dorothea Estes", - "gender": "female", - "age": 33, - "address": { - "state": "Connecticut", - "city": "Coinjock" - } - }, - { - "id": 9369, - "name": "Luna Horn", - "gender": "male", - "age": 51, - "address": { - "state": "Hawaii", - "city": "Cresaptown" - } - }, - { - "id": 9370, - "name": "Fannie Gaines", - "gender": "female", - "age": 30, - "address": { - "state": "Iowa", - "city": "Statenville" - } - }, - { - "id": 9371, - "name": "Luz Jimenez", - "gender": "female", - "age": 34, - "address": { - "state": "Nevada", - "city": "Idledale" - } - }, - { - "id": 9372, - "name": "Eunice Bolton", - "gender": "female", - "age": 78, - "address": { - "state": "Arkansas", - "city": "Crisman" - } - }, - { - "id": 9373, - "name": "Rhea Mcintosh", - "gender": "female", - "age": 59, - "address": { - "state": "Oregon", - "city": "Mappsville" - } - }, - { - "id": 9374, - "name": "Jeannine Clark", - "gender": "female", - "age": 77, - "address": { - "state": "Texas", - "city": "Yettem" - } - }, - { - "id": 9375, - "name": "Johanna Grant", - "gender": "female", - "age": 75, - "address": { - "state": "Kansas", - "city": "Edgewater" - } - }, - { - "id": 9376, - "name": "Esperanza Mcgee", - "gender": "female", - "age": 39, - "address": { - "state": "West Virginia", - "city": "Wescosville" - } - }, - { - "id": 9377, - "name": "Maryellen Mcdowell", - "gender": "female", - "age": 32, - "address": { - "state": "Alaska", - "city": "Inkerman" - } - }, - { - "id": 9378, - "name": "Hicks Harper", - "gender": "male", - "age": 71, - "address": { - "state": "Colorado", - "city": "Fulford" - } - }, - { - "id": 9379, - "name": "Stephens Wiggins", - "gender": "male", - "age": 45, - "address": { - "state": "Virginia", - "city": "Gila" - } - }, - { - "id": 9380, - "name": "Karina Calderon", - "gender": "female", - "age": 43, - "address": { - "state": "Alabama", - "city": "Welda" - } - }, - { - "id": 9381, - "name": "Helene Bryant", - "gender": "female", - "age": 31, - "address": { - "state": "Montana", - "city": "Blanco" - } - }, - { - "id": 9382, - "name": "Lori Mckenzie", - "gender": "female", - "age": 76, - "address": { - "state": "Arizona", - "city": "Terlingua" - } - }, - { - "id": 9383, - "name": "Alford Flores", - "gender": "male", - "age": 74, - "address": { - "state": "Ohio", - "city": "Hiwasse" - } - }, - { - "id": 9384, - "name": "Geraldine Beard", - "gender": "female", - "age": 32, - "address": { - "state": "Michigan", - "city": "Nogal" - } - }, - { - "id": 9385, - "name": "Jacobson Lowery", - "gender": "male", - "age": 67, - "address": { - "state": "Delaware", - "city": "Crucible" - } - }, - { - "id": 9386, - "name": "Mindy Moses", - "gender": "female", - "age": 26, - "address": { - "state": "Louisiana", - "city": "Hinsdale" - } - }, - { - "id": 9387, - "name": "Weaver Cooke", - "gender": "male", - "age": 49, - "address": { - "state": "Rhode Island", - "city": "Bordelonville" - } - }, - { - "id": 9388, - "name": "Johnnie Brooks", - "gender": "female", - "age": 46, - "address": { - "state": "Maine", - "city": "Brandermill" - } - }, - { - "id": 9389, - "name": "John Ball", - "gender": "female", - "age": 66, - "address": { - "state": "Florida", - "city": "Cotopaxi" - } - }, - { - "id": 9390, - "name": "Ruiz Kaufman", - "gender": "male", - "age": 78, - "address": { - "state": "Idaho", - "city": "Drytown" - } - }, - { - "id": 9391, - "name": "Daphne Zimmerman", - "gender": "female", - "age": 40, - "address": { - "state": "New Hampshire", - "city": "Osmond" - } - }, - { - "id": 9392, - "name": "Decker Keller", - "gender": "male", - "age": 39, - "address": { - "state": "Vermont", - "city": "Hachita" - } - }, - { - "id": 9393, - "name": "Strong Hyde", - "gender": "male", - "age": 73, - "address": { - "state": "New Mexico", - "city": "Sunbury" - } - }, - { - "id": 9394, - "name": "Munoz Bonner", - "gender": "male", - "age": 65, - "address": { - "state": "Indiana", - "city": "Dodge" - } - }, - { - "id": 9395, - "name": "Tanya Chavez", - "gender": "female", - "age": 45, - "address": { - "state": "Nebraska", - "city": "Adamstown" - } - }, - { - "id": 9396, - "name": "Shelton Holcomb", - "gender": "male", - "age": 32, - "address": { - "state": "Missouri", - "city": "Caroline" - } - }, - { - "id": 9397, - "name": "Mccray Pugh", - "gender": "male", - "age": 65, - "address": { - "state": "Oklahoma", - "city": "Sabillasville" - } - }, - { - "id": 9398, - "name": "Chavez Noel", - "gender": "male", - "age": 22, - "address": { - "state": "Mississippi", - "city": "Chamizal" - } - }, - { - "id": 9399, - "name": "Stuart Beck", - "gender": "male", - "age": 70, - "address": { - "state": "Illinois", - "city": "Cazadero" - } - }, - { - "id": 9400, - "name": "Wanda Benjamin", - "gender": "female", - "age": 81, - "address": { - "state": "Washington", - "city": "Onton" - } - }, - { - "id": 9401, - "name": "Valerie Castillo", - "gender": "female", - "age": 29, - "address": { - "state": "New York", - "city": "Camino" - } - }, - { - "id": 9402, - "name": "Jo Davenport", - "gender": "female", - "age": 22, - "address": { - "state": "Wisconsin", - "city": "Bluetown" - } - }, - { - "id": 9403, - "name": "Audra Haney", - "gender": "female", - "age": 45, - "address": { - "state": "North Carolina", - "city": "Roderfield" - } - }, - { - "id": 9404, - "name": "Mack Yates", - "gender": "male", - "age": 66, - "address": { - "state": "New Jersey", - "city": "Condon" - } - }, - { - "id": 9405, - "name": "Bernice Sharpe", - "gender": "female", - "age": 61, - "address": { - "state": "California", - "city": "Needmore" - } - }, - { - "id": 9406, - "name": "Pansy Owen", - "gender": "female", - "age": 63, - "address": { - "state": "Tennessee", - "city": "Newkirk" - } - }, - { - "id": 9407, - "name": "Bush Carr", - "gender": "male", - "age": 36, - "address": { - "state": "Massachusetts", - "city": "Emison" - } - }, - { - "id": 9408, - "name": "Lesa Hinton", - "gender": "female", - "age": 78, - "address": { - "state": "Massachusetts", - "city": "Wildwood" - } - }, - { - "id": 9409, - "name": "Schultz Flowers", - "gender": "male", - "age": 37, - "address": { - "state": "Louisiana", - "city": "Coldiron" - } - }, - { - "id": 9410, - "name": "Ann Matthews", - "gender": "female", - "age": 78, - "address": { - "state": "Michigan", - "city": "Homestead" - } - }, - { - "id": 9411, - "name": "Maribel Bates", - "gender": "female", - "age": 80, - "address": { - "state": "Connecticut", - "city": "Imperial" - } - }, - { - "id": 9412, - "name": "Martina Kelley", - "gender": "female", - "age": 68, - "address": { - "state": "Delaware", - "city": "Omar" - } - }, - { - "id": 9413, - "name": "Collier Wilkerson", - "gender": "male", - "age": 73, - "address": { - "state": "Wyoming", - "city": "Fingerville" - } - }, - { - "id": 9414, - "name": "Debora Wheeler", - "gender": "female", - "age": 22, - "address": { - "state": "Indiana", - "city": "Toftrees" - } - }, - { - "id": 9415, - "name": "Leona Harper", - "gender": "female", - "age": 43, - "address": { - "state": "Virginia", - "city": "Kieler" - } - }, - { - "id": 9416, - "name": "Stacie Humphrey", - "gender": "female", - "age": 77, - "address": { - "state": "Oklahoma", - "city": "Campo" - } - }, - { - "id": 9417, - "name": "Odessa Leblanc", - "gender": "female", - "age": 33, - "address": { - "state": "Alabama", - "city": "Welda" - } - }, - { - "id": 9418, - "name": "Randi Green", - "gender": "female", - "age": 53, - "address": { - "state": "Colorado", - "city": "Freetown" - } - }, - { - "id": 9419, - "name": "Terry Hurst", - "gender": "male", - "age": 23, - "address": { - "state": "Oregon", - "city": "Beaulieu" - } - }, - { - "id": 9420, - "name": "Mercado Bowman", - "gender": "male", - "age": 76, - "address": { - "state": "Ohio", - "city": "Gulf" - } - }, - { - "id": 9421, - "name": "Gayle Lara", - "gender": "female", - "age": 32, - "address": { - "state": "Iowa", - "city": "Condon" - } - }, - { - "id": 9422, - "name": "Mckenzie Whitaker", - "gender": "male", - "age": 61, - "address": { - "state": "Mississippi", - "city": "Vallonia" - } - }, - { - "id": 9423, - "name": "Shirley Mcleod", - "gender": "female", - "age": 77, - "address": { - "state": "South Dakota", - "city": "Trona" - } - }, - { - "id": 9424, - "name": "Mueller Carney", - "gender": "male", - "age": 80, - "address": { - "state": "California", - "city": "Bascom" - } - }, - { - "id": 9425, - "name": "Baldwin Bernard", - "gender": "male", - "age": 24, - "address": { - "state": "Rhode Island", - "city": "Davenport" - } - }, - { - "id": 9426, - "name": "Townsend Mullins", - "gender": "male", - "age": 47, - "address": { - "state": "Vermont", - "city": "Savannah" - } - }, - { - "id": 9427, - "name": "Marquez Watson", - "gender": "male", - "age": 80, - "address": { - "state": "Tennessee", - "city": "Grahamtown" - } - }, - { - "id": 9428, - "name": "Fry Vaughn", - "gender": "male", - "age": 65, - "address": { - "state": "New York", - "city": "Albany" - } - }, - { - "id": 9429, - "name": "York Dale", - "gender": "male", - "age": 49, - "address": { - "state": "Arkansas", - "city": "Torboy" - } - }, - { - "id": 9430, - "name": "Kathrine Lindsay", - "gender": "female", - "age": 53, - "address": { - "state": "New Hampshire", - "city": "Sparkill" - } - }, - { - "id": 9431, - "name": "Susana Mccall", - "gender": "female", - "age": 72, - "address": { - "state": "New Jersey", - "city": "Johnsonburg" - } - }, - { - "id": 9432, - "name": "Carly Harmon", - "gender": "female", - "age": 35, - "address": { - "state": "Idaho", - "city": "Walton" - } - }, - { - "id": 9433, - "name": "Miriam Pena", - "gender": "female", - "age": 80, - "address": { - "state": "Missouri", - "city": "Clarktown" - } - }, - { - "id": 9434, - "name": "Burt Curry", - "gender": "male", - "age": 68, - "address": { - "state": "Maine", - "city": "Alafaya" - } - }, - { - "id": 9435, - "name": "Liza Hinton", - "gender": "female", - "age": 42, - "address": { - "state": "Maryland", - "city": "Dorneyville" - } - }, - { - "id": 9436, - "name": "Suarez Hicks", - "gender": "male", - "age": 37, - "address": { - "state": "Illinois", - "city": "Osage" - } - }, - { - "id": 9437, - "name": "Nadia Frye", - "gender": "female", - "age": 75, - "address": { - "state": "Kentucky", - "city": "Herlong" - } - }, - { - "id": 9438, - "name": "Marquita Medina", - "gender": "female", - "age": 20, - "address": { - "state": "Wisconsin", - "city": "Geyserville" - } - }, - { - "id": 9439, - "name": "Miranda Bennett", - "gender": "male", - "age": 72, - "address": { - "state": "South Carolina", - "city": "Enoree" - } - }, - { - "id": 9440, - "name": "Luna Valentine", - "gender": "male", - "age": 20, - "address": { - "state": "Nebraska", - "city": "Caron" - } - }, - { - "id": 9441, - "name": "Eunice Larsen", - "gender": "female", - "age": 48, - "address": { - "state": "New Mexico", - "city": "Bentonville" - } - }, - { - "id": 9442, - "name": "Cash Barr", - "gender": "male", - "age": 24, - "address": { - "state": "Pennsylvania", - "city": "Tilden" - } - }, - { - "id": 9443, - "name": "Delaney Padilla", - "gender": "male", - "age": 71, - "address": { - "state": "Arizona", - "city": "Ivanhoe" - } - }, - { - "id": 9444, - "name": "Minerva Melton", - "gender": "female", - "age": 68, - "address": { - "state": "North Carolina", - "city": "Helen" - } - }, - { - "id": 9445, - "name": "Barbara Tran", - "gender": "female", - "age": 58, - "address": { - "state": "Texas", - "city": "Takilma" - } - }, - { - "id": 9446, - "name": "Ollie Clark", - "gender": "female", - "age": 74, - "address": { - "state": "Alaska", - "city": "Dola" - } - }, - { - "id": 9447, - "name": "Burns Hyde", - "gender": "male", - "age": 61, - "address": { - "state": "Kansas", - "city": "Hessville" - } - }, - { - "id": 9448, - "name": "Wheeler Delacruz", - "gender": "male", - "age": 59, - "address": { - "state": "Georgia", - "city": "Stonybrook" - } - }, - { - "id": 9449, - "name": "Barrett Reyes", - "gender": "male", - "age": 66, - "address": { - "state": "North Dakota", - "city": "Forbestown" - } - }, - { - "id": 9450, - "name": "Ginger Hudson", - "gender": "female", - "age": 58, - "address": { - "state": "Hawaii", - "city": "Hackneyville" - } - }, - { - "id": 9451, - "name": "Benton Byrd", - "gender": "male", - "age": 80, - "address": { - "state": "Montana", - "city": "Garfield" - } - }, - { - "id": 9452, - "name": "Guerrero Cole", - "gender": "male", - "age": 77, - "address": { - "state": "Utah", - "city": "Canoochee" - } - }, - { - "id": 9453, - "name": "Pennington Benjamin", - "gender": "male", - "age": 39, - "address": { - "state": "Florida", - "city": "Summerfield" - } - }, - { - "id": 9454, - "name": "Sabrina Parker", - "gender": "female", - "age": 29, - "address": { - "state": "Nevada", - "city": "Datil" - } - }, - { - "id": 9455, - "name": "Raquel Zimmerman", - "gender": "female", - "age": 19, - "address": { - "state": "Washington", - "city": "Aguila" - } - }, - { - "id": 9456, - "name": "Pearl Larson", - "gender": "female", - "age": 61, - "address": { - "state": "Minnesota", - "city": "Linwood" - } - }, - { - "id": 9457, - "name": "Gonzales Shaw", - "gender": "male", - "age": 47, - "address": { - "state": "Maine", - "city": "Sehili" - } - }, - { - "id": 9458, - "name": "Garcia Luna", - "gender": "male", - "age": 57, - "address": { - "state": "Oklahoma", - "city": "Noxen" - } - }, - { - "id": 9459, - "name": "Fowler Sellers", - "gender": "male", - "age": 26, - "address": { - "state": "Arizona", - "city": "Riner" - } - }, - { - "id": 9460, - "name": "Heidi Moody", - "gender": "female", - "age": 18, - "address": { - "state": "Alabama", - "city": "Hannasville" - } - }, - { - "id": 9461, - "name": "Chandler Hill", - "gender": "male", - "age": 60, - "address": { - "state": "Missouri", - "city": "Vincent" - } - }, - { - "id": 9462, - "name": "Brock Brewer", - "gender": "male", - "age": 36, - "address": { - "state": "Arkansas", - "city": "Adelino" - } - }, - { - "id": 9463, - "name": "Abigail Barrera", - "gender": "female", - "age": 42, - "address": { - "state": "Vermont", - "city": "Sultana" - } - }, - { - "id": 9464, - "name": "Leta Macdonald", - "gender": "female", - "age": 27, - "address": { - "state": "Tennessee", - "city": "Lookingglass" - } - }, - { - "id": 9465, - "name": "Rich Sherman", - "gender": "male", - "age": 25, - "address": { - "state": "North Dakota", - "city": "Winchester" - } - }, - { - "id": 9466, - "name": "Barrett Snyder", - "gender": "male", - "age": 77, - "address": { - "state": "Georgia", - "city": "Eggertsville" - } - }, - { - "id": 9467, - "name": "Ivy Kemp", - "gender": "female", - "age": 82, - "address": { - "state": "Illinois", - "city": "Windsor" - } - }, - { - "id": 9468, - "name": "Christensen Padilla", - "gender": "male", - "age": 76, - "address": { - "state": "Wisconsin", - "city": "Murillo" - } - }, - { - "id": 9469, - "name": "Cline Landry", - "gender": "male", - "age": 50, - "address": { - "state": "South Carolina", - "city": "Shasta" - } - }, - { - "id": 9470, - "name": "Flynn Lambert", - "gender": "male", - "age": 41, - "address": { - "state": "Virginia", - "city": "Celeryville" - } - }, - { - "id": 9471, - "name": "Hawkins Roth", - "gender": "male", - "age": 17, - "address": { - "state": "Idaho", - "city": "Brownsville" - } - }, - { - "id": 9472, - "name": "Allison Watts", - "gender": "male", - "age": 28, - "address": { - "state": "Nebraska", - "city": "Harmon" - } - }, - { - "id": 9473, - "name": "Bobbie Phillips", - "gender": "female", - "age": 71, - "address": { - "state": "New Mexico", - "city": "Sanford" - } - }, - { - "id": 9474, - "name": "Tracy Horton", - "gender": "female", - "age": 22, - "address": { - "state": "Wyoming", - "city": "Calverton" - } - }, - { - "id": 9475, - "name": "Jacobs Heath", - "gender": "male", - "age": 20, - "address": { - "state": "Ohio", - "city": "Norwood" - } - }, - { - "id": 9476, - "name": "Tami Kirkland", - "gender": "female", - "age": 43, - "address": { - "state": "California", - "city": "Cobbtown" - } - }, - { - "id": 9477, - "name": "Kirkland Clark", - "gender": "male", - "age": 40, - "address": { - "state": "New Hampshire", - "city": "Morningside" - } - }, - { - "id": 9478, - "name": "Suarez Hale", - "gender": "male", - "age": 70, - "address": { - "state": "Montana", - "city": "Nile" - } - }, - { - "id": 9479, - "name": "Britt Cantu", - "gender": "male", - "age": 57, - "address": { - "state": "Iowa", - "city": "Chesapeake" - } - }, - { - "id": 9480, - "name": "York Dyer", - "gender": "male", - "age": 71, - "address": { - "state": "Louisiana", - "city": "Thermal" - } - }, - { - "id": 9481, - "name": "Rosalinda Joseph", - "gender": "female", - "age": 33, - "address": { - "state": "Pennsylvania", - "city": "Tyhee" - } - }, - { - "id": 9482, - "name": "Kelsey Bradshaw", - "gender": "female", - "age": 81, - "address": { - "state": "Hawaii", - "city": "Loomis" - } - }, - { - "id": 9483, - "name": "Sanford Mccormick", - "gender": "male", - "age": 25, - "address": { - "state": "Mississippi", - "city": "Konterra" - } - }, - { - "id": 9484, - "name": "Letitia Ramsey", - "gender": "female", - "age": 28, - "address": { - "state": "Washington", - "city": "Templeton" - } - }, - { - "id": 9485, - "name": "Nikki Moses", - "gender": "female", - "age": 36, - "address": { - "state": "Texas", - "city": "Levant" - } - }, - { - "id": 9486, - "name": "Martin Mclaughlin", - "gender": "male", - "age": 59, - "address": { - "state": "Utah", - "city": "Caron" - } - }, - { - "id": 9487, - "name": "Walsh Garner", - "gender": "male", - "age": 41, - "address": { - "state": "South Dakota", - "city": "Hillsboro" - } - }, - { - "id": 9488, - "name": "Deanne Todd", - "gender": "female", - "age": 25, - "address": { - "state": "Oregon", - "city": "Dunbar" - } - }, - { - "id": 9489, - "name": "Stephenson Hays", - "gender": "male", - "age": 45, - "address": { - "state": "Delaware", - "city": "Taft" - } - }, - { - "id": 9490, - "name": "Bradshaw Guthrie", - "gender": "male", - "age": 51, - "address": { - "state": "North Carolina", - "city": "Galesville" - } - }, - { - "id": 9491, - "name": "Roman Cervantes", - "gender": "male", - "age": 24, - "address": { - "state": "Florida", - "city": "Warren" - } - }, - { - "id": 9492, - "name": "Wilkerson Burt", - "gender": "male", - "age": 73, - "address": { - "state": "New Jersey", - "city": "Elfrida" - } - }, - { - "id": 9493, - "name": "Horn King", - "gender": "male", - "age": 31, - "address": { - "state": "Kentucky", - "city": "Bowmansville" - } - }, - { - "id": 9494, - "name": "Koch Knight", - "gender": "male", - "age": 74, - "address": { - "state": "Michigan", - "city": "Aurora" - } - }, - { - "id": 9495, - "name": "Espinoza Hendricks", - "gender": "male", - "age": 52, - "address": { - "state": "Connecticut", - "city": "Trail" - } - }, - { - "id": 9496, - "name": "Trudy Walker", - "gender": "female", - "age": 31, - "address": { - "state": "Indiana", - "city": "Marbury" - } - }, - { - "id": 9497, - "name": "Terrie Coffey", - "gender": "female", - "age": 36, - "address": { - "state": "Maryland", - "city": "Succasunna" - } - }, - { - "id": 9498, - "name": "Erin Wright", - "gender": "female", - "age": 59, - "address": { - "state": "Colorado", - "city": "Cataract" - } - }, - { - "id": 9499, - "name": "Russell Solis", - "gender": "male", - "age": 76, - "address": { - "state": "Alaska", - "city": "Longbranch" - } - }, - { - "id": 9500, - "name": "Roach Gordon", - "gender": "male", - "age": 65, - "address": { - "state": "Minnesota", - "city": "Onton" - } - }, - { - "id": 9501, - "name": "Lola Daniel", - "gender": "female", - "age": 37, - "address": { - "state": "Massachusetts", - "city": "Lumberton" - } - }, - { - "id": 9502, - "name": "Laurel Camacho", - "gender": "female", - "age": 41, - "address": { - "state": "New York", - "city": "Helen" - } - }, - { - "id": 9503, - "name": "Lamb Rasmussen", - "gender": "male", - "age": 72, - "address": { - "state": "West Virginia", - "city": "Vaughn" - } - }, - { - "id": 9504, - "name": "Nanette Hodges", - "gender": "female", - "age": 72, - "address": { - "state": "Kansas", - "city": "Orovada" - } - }, - { - "id": 9505, - "name": "Porter Rutledge", - "gender": "male", - "age": 24, - "address": { - "state": "Nevada", - "city": "Bynum" - } - }, - { - "id": 9506, - "name": "Ollie Gates", - "gender": "female", - "age": 34, - "address": { - "state": "Wyoming", - "city": "Draper" - } - }, - { - "id": 9507, - "name": "Burton Wilkerson", - "gender": "male", - "age": 35, - "address": { - "state": "North Carolina", - "city": "Fidelis" - } - }, - { - "id": 9508, - "name": "Bailey Zamora", - "gender": "male", - "age": 72, - "address": { - "state": "Missouri", - "city": "Gallina" - } - }, - { - "id": 9509, - "name": "Banks Lane", - "gender": "male", - "age": 73, - "address": { - "state": "New York", - "city": "Moscow" - } - }, - { - "id": 9510, - "name": "Burch Morris", - "gender": "male", - "age": 37, - "address": { - "state": "Maine", - "city": "Lydia" - } - }, - { - "id": 9511, - "name": "Pamela Dudley", - "gender": "female", - "age": 72, - "address": { - "state": "Florida", - "city": "Eggertsville" - } - }, - { - "id": 9512, - "name": "Tricia Underwood", - "gender": "female", - "age": 69, - "address": { - "state": "Indiana", - "city": "Finderne" - } - }, - { - "id": 9513, - "name": "Lora Cervantes", - "gender": "female", - "age": 52, - "address": { - "state": "Utah", - "city": "Sunnyside" - } - }, - { - "id": 9514, - "name": "Smith Lloyd", - "gender": "male", - "age": 39, - "address": { - "state": "Nebraska", - "city": "Hamilton" - } - }, - { - "id": 9515, - "name": "Harrison Bruce", - "gender": "male", - "age": 42, - "address": { - "state": "Pennsylvania", - "city": "Kula" - } - }, - { - "id": 9516, - "name": "Lawanda Flowers", - "gender": "female", - "age": 34, - "address": { - "state": "Oregon", - "city": "Century" - } - }, - { - "id": 9517, - "name": "Tran Berger", - "gender": "male", - "age": 38, - "address": { - "state": "Tennessee", - "city": "Rosewood" - } - }, - { - "id": 9518, - "name": "Howard Lang", - "gender": "male", - "age": 72, - "address": { - "state": "South Carolina", - "city": "Rivera" - } - }, - { - "id": 9519, - "name": "Mejia Turner", - "gender": "male", - "age": 45, - "address": { - "state": "Alabama", - "city": "Holtville" - } - }, - { - "id": 9520, - "name": "Kirkland Strickland", - "gender": "male", - "age": 42, - "address": { - "state": "Michigan", - "city": "Curtice" - } - }, - { - "id": 9521, - "name": "Lindsey Gregory", - "gender": "female", - "age": 25, - "address": { - "state": "South Dakota", - "city": "Duryea" - } - }, - { - "id": 9522, - "name": "Gertrude Dominguez", - "gender": "female", - "age": 41, - "address": { - "state": "Idaho", - "city": "Elizaville" - } - }, - { - "id": 9523, - "name": "Stacie Vance", - "gender": "female", - "age": 38, - "address": { - "state": "Wisconsin", - "city": "Efland" - } - }, - { - "id": 9524, - "name": "Cecilia Clayton", - "gender": "female", - "age": 74, - "address": { - "state": "Maryland", - "city": "Dundee" - } - }, - { - "id": 9525, - "name": "Shelley Sexton", - "gender": "female", - "age": 29, - "address": { - "state": "New Jersey", - "city": "Nord" - } - }, - { - "id": 9526, - "name": "Wood Graves", - "gender": "male", - "age": 48, - "address": { - "state": "Delaware", - "city": "Rushford" - } - }, - { - "id": 9527, - "name": "Rochelle Livingston", - "gender": "female", - "age": 68, - "address": { - "state": "Mississippi", - "city": "Bethpage" - } - }, - { - "id": 9528, - "name": "Tonya Kline", - "gender": "female", - "age": 67, - "address": { - "state": "Texas", - "city": "Albany" - } - }, - { - "id": 9529, - "name": "Allie Randall", - "gender": "female", - "age": 50, - "address": { - "state": "Kansas", - "city": "Muir" - } - }, - { - "id": 9530, - "name": "Skinner Blackburn", - "gender": "male", - "age": 41, - "address": { - "state": "Vermont", - "city": "Mappsville" - } - }, - { - "id": 9531, - "name": "Henry Farrell", - "gender": "male", - "age": 36, - "address": { - "state": "Rhode Island", - "city": "Coyote" - } - }, - { - "id": 9532, - "name": "Adriana Morse", - "gender": "female", - "age": 56, - "address": { - "state": "Alaska", - "city": "Kenmar" - } - }, - { - "id": 9533, - "name": "Evelyn Hart", - "gender": "female", - "age": 60, - "address": { - "state": "Montana", - "city": "Longoria" - } - }, - { - "id": 9534, - "name": "Meghan Reeves", - "gender": "female", - "age": 74, - "address": { - "state": "Illinois", - "city": "Cleary" - } - }, - { - "id": 9535, - "name": "Rene Wilder", - "gender": "female", - "age": 75, - "address": { - "state": "New Hampshire", - "city": "Bowmansville" - } - }, - { - "id": 9536, - "name": "Meredith Santiago", - "gender": "female", - "age": 21, - "address": { - "state": "Georgia", - "city": "Zeba" - } - }, - { - "id": 9537, - "name": "Angelita Porter", - "gender": "female", - "age": 70, - "address": { - "state": "Massachusetts", - "city": "Homeworth" - } - }, - { - "id": 9538, - "name": "Patsy Rocha", - "gender": "female", - "age": 64, - "address": { - "state": "Ohio", - "city": "Riviera" - } - }, - { - "id": 9539, - "name": "Parrish Pruitt", - "gender": "male", - "age": 30, - "address": { - "state": "Washington", - "city": "Manitou" - } - }, - { - "id": 9540, - "name": "Lowe Tillman", - "gender": "male", - "age": 60, - "address": { - "state": "California", - "city": "Thynedale" - } - }, - { - "id": 9541, - "name": "Freda Bowen", - "gender": "female", - "age": 60, - "address": { - "state": "Iowa", - "city": "Robinette" - } - }, - { - "id": 9542, - "name": "Louise Hall", - "gender": "female", - "age": 42, - "address": { - "state": "Nevada", - "city": "Genoa" - } - }, - { - "id": 9543, - "name": "Lott Woods", - "gender": "male", - "age": 76, - "address": { - "state": "Connecticut", - "city": "Gambrills" - } - }, - { - "id": 9544, - "name": "Nanette Hughes", - "gender": "female", - "age": 79, - "address": { - "state": "Arizona", - "city": "Riceville" - } - }, - { - "id": 9545, - "name": "Huber Hunter", - "gender": "male", - "age": 27, - "address": { - "state": "Virginia", - "city": "Basye" - } - }, - { - "id": 9546, - "name": "Bette Mills", - "gender": "female", - "age": 32, - "address": { - "state": "Kentucky", - "city": "Cobbtown" - } - }, - { - "id": 9547, - "name": "Marie Melton", - "gender": "female", - "age": 31, - "address": { - "state": "North Dakota", - "city": "Nelson" - } - }, - { - "id": 9548, - "name": "Goodman Cannon", - "gender": "male", - "age": 77, - "address": { - "state": "Minnesota", - "city": "Westmoreland" - } - }, - { - "id": 9549, - "name": "Velazquez Neal", - "gender": "male", - "age": 70, - "address": { - "state": "Oklahoma", - "city": "Shaft" - } - }, - { - "id": 9550, - "name": "Reynolds Wilcox", - "gender": "male", - "age": 71, - "address": { - "state": "New Mexico", - "city": "Omar" - } - }, - { - "id": 9551, - "name": "Robbie Shelton", - "gender": "female", - "age": 50, - "address": { - "state": "Arkansas", - "city": "Hollins" - } - }, - { - "id": 9552, - "name": "Shelly Mcbride", - "gender": "female", - "age": 40, - "address": { - "state": "Colorado", - "city": "Boomer" - } - }, - { - "id": 9553, - "name": "Salas Ross", - "gender": "male", - "age": 47, - "address": { - "state": "West Virginia", - "city": "Chamberino" - } - }, - { - "id": 9554, - "name": "Acosta Gibson", - "gender": "male", - "age": 60, - "address": { - "state": "Hawaii", - "city": "Lindcove" - } - }, - { - "id": 9555, - "name": "April Conley", - "gender": "female", - "age": 76, - "address": { - "state": "Iowa", - "city": "Lowell" - } - }, - { - "id": 9556, - "name": "Santana Good", - "gender": "male", - "age": 19, - "address": { - "state": "Indiana", - "city": "Darlington" - } - }, - { - "id": 9557, - "name": "Rivera Tillman", - "gender": "male", - "age": 59, - "address": { - "state": "Alabama", - "city": "Knowlton" - } - }, - { - "id": 9558, - "name": "Amanda Holden", - "gender": "female", - "age": 21, - "address": { - "state": "South Carolina", - "city": "Brecon" - } - }, - { - "id": 9559, - "name": "Velez Snyder", - "gender": "male", - "age": 70, - "address": { - "state": "Missouri", - "city": "Elrama" - } - }, - { - "id": 9560, - "name": "Stuart Goodwin", - "gender": "male", - "age": 52, - "address": { - "state": "Idaho", - "city": "Kaka" - } - }, - { - "id": 9561, - "name": "Smith Gilmore", - "gender": "male", - "age": 46, - "address": { - "state": "Virginia", - "city": "Greenock" - } - }, - { - "id": 9562, - "name": "Jimmie Gentry", - "gender": "female", - "age": 19, - "address": { - "state": "Wisconsin", - "city": "Curtice" - } - }, - { - "id": 9563, - "name": "Phelps Holland", - "gender": "male", - "age": 17, - "address": { - "state": "Texas", - "city": "Florence" - } - }, - { - "id": 9564, - "name": "Bonnie Tate", - "gender": "female", - "age": 21, - "address": { - "state": "Pennsylvania", - "city": "Wyano" - } - }, - { - "id": 9565, - "name": "Tillman Mercer", - "gender": "male", - "age": 44, - "address": { - "state": "Louisiana", - "city": "Concho" - } - }, - { - "id": 9566, - "name": "Helga Charles", - "gender": "female", - "age": 54, - "address": { - "state": "New Hampshire", - "city": "Wakarusa" - } - }, - { - "id": 9567, - "name": "Mendoza Gay", - "gender": "male", - "age": 40, - "address": { - "state": "Massachusetts", - "city": "Foxworth" - } - }, - { - "id": 9568, - "name": "Lenora Cantrell", - "gender": "female", - "age": 78, - "address": { - "state": "Minnesota", - "city": "Coventry" - } - }, - { - "id": 9569, - "name": "Williams Richard", - "gender": "male", - "age": 75, - "address": { - "state": "Florida", - "city": "Cliffside" - } - }, - { - "id": 9570, - "name": "Houston Poole", - "gender": "male", - "age": 30, - "address": { - "state": "New York", - "city": "Norfolk" - } - }, - { - "id": 9571, - "name": "Lara Ford", - "gender": "female", - "age": 34, - "address": { - "state": "West Virginia", - "city": "Eagletown" - } - }, - { - "id": 9572, - "name": "Byers Travis", - "gender": "male", - "age": 65, - "address": { - "state": "Colorado", - "city": "Woodruff" - } - }, - { - "id": 9573, - "name": "Lynette Waller", - "gender": "female", - "age": 27, - "address": { - "state": "Maine", - "city": "Downsville" - } - }, - { - "id": 9574, - "name": "Lyons Hawkins", - "gender": "male", - "age": 73, - "address": { - "state": "Kansas", - "city": "Blanford" - } - }, - { - "id": 9575, - "name": "Alma Brennan", - "gender": "female", - "age": 76, - "address": { - "state": "Rhode Island", - "city": "Bluffview" - } - }, - { - "id": 9576, - "name": "Johnnie Bruce", - "gender": "female", - "age": 69, - "address": { - "state": "Georgia", - "city": "Thermal" - } - }, - { - "id": 9577, - "name": "Jenifer Santana", - "gender": "female", - "age": 36, - "address": { - "state": "New Jersey", - "city": "Greenbackville" - } - }, - { - "id": 9578, - "name": "Terry Wilkerson", - "gender": "male", - "age": 51, - "address": { - "state": "Vermont", - "city": "Fruitdale" - } - }, - { - "id": 9579, - "name": "Cummings Sawyer", - "gender": "male", - "age": 72, - "address": { - "state": "Montana", - "city": "Nescatunga" - } - }, - { - "id": 9580, - "name": "Dolores Huber", - "gender": "female", - "age": 55, - "address": { - "state": "Nebraska", - "city": "Kilbourne" - } - }, - { - "id": 9581, - "name": "Douglas Roberts", - "gender": "male", - "age": 30, - "address": { - "state": "Mississippi", - "city": "Somerset" - } - }, - { - "id": 9582, - "name": "Flowers Pickett", - "gender": "male", - "age": 63, - "address": { - "state": "Washington", - "city": "Conway" - } - }, - { - "id": 9583, - "name": "Miranda Bass", - "gender": "female", - "age": 48, - "address": { - "state": "Utah", - "city": "Neahkahnie" - } - }, - { - "id": 9584, - "name": "Hallie Hubbard", - "gender": "female", - "age": 57, - "address": { - "state": "Tennessee", - "city": "Garberville" - } - }, - { - "id": 9585, - "name": "Katrina Hogan", - "gender": "female", - "age": 82, - "address": { - "state": "Illinois", - "city": "Fontanelle" - } - }, - { - "id": 9586, - "name": "Durham Scott", - "gender": "male", - "age": 63, - "address": { - "state": "California", - "city": "Lemoyne" - } - }, - { - "id": 9587, - "name": "Adele Santiago", - "gender": "female", - "age": 63, - "address": { - "state": "Connecticut", - "city": "Avalon" - } - }, - { - "id": 9588, - "name": "Francisca French", - "gender": "female", - "age": 24, - "address": { - "state": "Oregon", - "city": "Magnolia" - } - }, - { - "id": 9589, - "name": "Ofelia Stark", - "gender": "female", - "age": 40, - "address": { - "state": "North Carolina", - "city": "Chestnut" - } - }, - { - "id": 9590, - "name": "Sonja Palmer", - "gender": "female", - "age": 19, - "address": { - "state": "New Mexico", - "city": "Glidden" - } - }, - { - "id": 9591, - "name": "Heath Barry", - "gender": "male", - "age": 79, - "address": { - "state": "Hawaii", - "city": "Coinjock" - } - }, - { - "id": 9592, - "name": "Hendricks Obrien", - "gender": "male", - "age": 75, - "address": { - "state": "South Dakota", - "city": "Driftwood" - } - }, - { - "id": 9593, - "name": "Sanchez Terry", - "gender": "male", - "age": 33, - "address": { - "state": "Delaware", - "city": "Harrison" - } - }, - { - "id": 9594, - "name": "Nora Norris", - "gender": "female", - "age": 70, - "address": { - "state": "Michigan", - "city": "Stockwell" - } - }, - { - "id": 9595, - "name": "Henson Richards", - "gender": "male", - "age": 41, - "address": { - "state": "Maryland", - "city": "Newry" - } - }, - { - "id": 9596, - "name": "Claudine Pena", - "gender": "female", - "age": 79, - "address": { - "state": "North Dakota", - "city": "Weogufka" - } - }, - { - "id": 9597, - "name": "Holman Acevedo", - "gender": "male", - "age": 18, - "address": { - "state": "Ohio", - "city": "Nicholson" - } - }, - { - "id": 9598, - "name": "Earline Espinoza", - "gender": "female", - "age": 19, - "address": { - "state": "Arkansas", - "city": "Efland" - } - }, - { - "id": 9599, - "name": "Whitney Mcneil", - "gender": "female", - "age": 37, - "address": { - "state": "Kentucky", - "city": "Lacomb" - } - }, - { - "id": 9600, - "name": "Meredith Chapman", - "gender": "female", - "age": 24, - "address": { - "state": "Nevada", - "city": "Sandston" - } - }, - { - "id": 9601, - "name": "Amparo Stone", - "gender": "female", - "age": 28, - "address": { - "state": "Arizona", - "city": "Loveland" - } - }, - { - "id": 9602, - "name": "Sally Gaines", - "gender": "female", - "age": 72, - "address": { - "state": "Alaska", - "city": "Ticonderoga" - } - }, - { - "id": 9603, - "name": "Ward Jefferson", - "gender": "male", - "age": 79, - "address": { - "state": "Wyoming", - "city": "Axis" - } - }, - { - "id": 9604, - "name": "Hodges Gross", - "gender": "male", - "age": 20, - "address": { - "state": "South Carolina", - "city": "Genoa" - } - }, - { - "id": 9605, - "name": "Francine Levine", - "gender": "female", - "age": 24, - "address": { - "state": "Hawaii", - "city": "Spelter" - } - }, - { - "id": 9606, - "name": "Finch Levy", - "gender": "male", - "age": 64, - "address": { - "state": "Missouri", - "city": "Homeworth" - } - }, - { - "id": 9607, - "name": "Kristi Good", - "gender": "female", - "age": 59, - "address": { - "state": "Illinois", - "city": "Inkerman" - } - }, - { - "id": 9608, - "name": "Brady Schroeder", - "gender": "male", - "age": 52, - "address": { - "state": "Indiana", - "city": "Gracey" - } - }, - { - "id": 9609, - "name": "Jodie Gilmore", - "gender": "female", - "age": 74, - "address": { - "state": "Rhode Island", - "city": "Kingstowne" - } - }, - { - "id": 9610, - "name": "Cortez Perez", - "gender": "male", - "age": 63, - "address": { - "state": "Vermont", - "city": "Tuttle" - } - }, - { - "id": 9611, - "name": "Nancy Cooper", - "gender": "female", - "age": 59, - "address": { - "state": "Georgia", - "city": "Sanders" - } - }, - { - "id": 9612, - "name": "Eve Hill", - "gender": "female", - "age": 78, - "address": { - "state": "Alaska", - "city": "Kieler" - } - }, - { - "id": 9613, - "name": "Bernice Dickson", - "gender": "female", - "age": 61, - "address": { - "state": "Tennessee", - "city": "Sattley" - } - }, - { - "id": 9614, - "name": "Collins Gallagher", - "gender": "male", - "age": 31, - "address": { - "state": "Washington", - "city": "Kipp" - } - }, - { - "id": 9615, - "name": "Velasquez Horne", - "gender": "male", - "age": 60, - "address": { - "state": "North Dakota", - "city": "Nelson" - } - }, - { - "id": 9616, - "name": "Downs Jarvis", - "gender": "male", - "age": 38, - "address": { - "state": "Minnesota", - "city": "Charco" - } - }, - { - "id": 9617, - "name": "Ernestine Vincent", - "gender": "female", - "age": 54, - "address": { - "state": "Colorado", - "city": "Hollins" - } - }, - { - "id": 9618, - "name": "Bertha Dillon", - "gender": "female", - "age": 30, - "address": { - "state": "Oklahoma", - "city": "Rote" - } - }, - { - "id": 9619, - "name": "Debbie Reynolds", - "gender": "female", - "age": 59, - "address": { - "state": "Texas", - "city": "Ripley" - } - }, - { - "id": 9620, - "name": "Deann Serrano", - "gender": "female", - "age": 60, - "address": { - "state": "Arkansas", - "city": "Irwin" - } - }, - { - "id": 9621, - "name": "Elizabeth Jimenez", - "gender": "female", - "age": 75, - "address": { - "state": "Idaho", - "city": "Davenport" - } - }, - { - "id": 9622, - "name": "Owen Hull", - "gender": "male", - "age": 48, - "address": { - "state": "Massachusetts", - "city": "Calvary" - } - }, - { - "id": 9623, - "name": "Heidi Powell", - "gender": "female", - "age": 68, - "address": { - "state": "West Virginia", - "city": "Moraida" - } - }, - { - "id": 9624, - "name": "Curtis Rosa", - "gender": "male", - "age": 22, - "address": { - "state": "Kentucky", - "city": "Wakulla" - } - }, - { - "id": 9625, - "name": "Booker Byers", - "gender": "male", - "age": 41, - "address": { - "state": "Mississippi", - "city": "Lorraine" - } - }, - { - "id": 9626, - "name": "Odom Ball", - "gender": "male", - "age": 67, - "address": { - "state": "Virginia", - "city": "Malo" - } - }, - { - "id": 9627, - "name": "Manning Hart", - "gender": "male", - "age": 46, - "address": { - "state": "Pennsylvania", - "city": "Brogan" - } - }, - { - "id": 9628, - "name": "Simmons Blankenship", - "gender": "male", - "age": 60, - "address": { - "state": "Montana", - "city": "Baker" - } - }, - { - "id": 9629, - "name": "Mattie Cherry", - "gender": "female", - "age": 61, - "address": { - "state": "Ohio", - "city": "Loveland" - } - }, - { - "id": 9630, - "name": "Gwen Walton", - "gender": "female", - "age": 75, - "address": { - "state": "Delaware", - "city": "Goochland" - } - }, - { - "id": 9631, - "name": "Bradshaw Phillips", - "gender": "male", - "age": 77, - "address": { - "state": "Kansas", - "city": "Conway" - } - }, - { - "id": 9632, - "name": "Mcmillan Kemp", - "gender": "male", - "age": 62, - "address": { - "state": "New Jersey", - "city": "Deltaville" - } - }, - { - "id": 9633, - "name": "House Knox", - "gender": "male", - "age": 28, - "address": { - "state": "Maine", - "city": "Cresaptown" - } - }, - { - "id": 9634, - "name": "Leola Taylor", - "gender": "female", - "age": 68, - "address": { - "state": "Iowa", - "city": "Sunwest" - } - }, - { - "id": 9635, - "name": "Miranda Brooks", - "gender": "male", - "age": 45, - "address": { - "state": "Nevada", - "city": "Alleghenyville" - } - }, - { - "id": 9636, - "name": "Kaitlin Gilliam", - "gender": "female", - "age": 68, - "address": { - "state": "California", - "city": "Curtice" - } - }, - { - "id": 9637, - "name": "Nannie Allen", - "gender": "female", - "age": 31, - "address": { - "state": "Utah", - "city": "Websterville" - } - }, - { - "id": 9638, - "name": "Calhoun Robertson", - "gender": "male", - "age": 53, - "address": { - "state": "Michigan", - "city": "Trexlertown" - } - }, - { - "id": 9639, - "name": "Benjamin Lawson", - "gender": "male", - "age": 81, - "address": { - "state": "Oregon", - "city": "Caron" - } - }, - { - "id": 9640, - "name": "Bartlett Hooper", - "gender": "male", - "age": 62, - "address": { - "state": "Alabama", - "city": "Woodlands" - } - }, - { - "id": 9641, - "name": "Muriel Buck", - "gender": "female", - "age": 70, - "address": { - "state": "Wisconsin", - "city": "Gloucester" - } - }, - { - "id": 9642, - "name": "Jan Frederick", - "gender": "female", - "age": 44, - "address": { - "state": "Connecticut", - "city": "Hardyville" - } - }, - { - "id": 9643, - "name": "Paula Mckenzie", - "gender": "female", - "age": 41, - "address": { - "state": "New York", - "city": "Eastmont" - } - }, - { - "id": 9644, - "name": "Thelma Alvarez", - "gender": "female", - "age": 67, - "address": { - "state": "New Hampshire", - "city": "Finderne" - } - }, - { - "id": 9645, - "name": "Lina Burke", - "gender": "female", - "age": 17, - "address": { - "state": "Arizona", - "city": "Tryon" - } - }, - { - "id": 9646, - "name": "Staci Price", - "gender": "female", - "age": 52, - "address": { - "state": "Wyoming", - "city": "Brenton" - } - }, - { - "id": 9647, - "name": "Fletcher Gallegos", - "gender": "male", - "age": 24, - "address": { - "state": "New Mexico", - "city": "Rutherford" - } - }, - { - "id": 9648, - "name": "Frederick Blair", - "gender": "male", - "age": 26, - "address": { - "state": "Nebraska", - "city": "Cobbtown" - } - }, - { - "id": 9649, - "name": "Jones Mcdaniel", - "gender": "male", - "age": 45, - "address": { - "state": "North Carolina", - "city": "Norfolk" - } - }, - { - "id": 9650, - "name": "Leona Fields", - "gender": "female", - "age": 64, - "address": { - "state": "Maryland", - "city": "Corinne" - } - }, - { - "id": 9651, - "name": "Dixie Wilson", - "gender": "female", - "age": 71, - "address": { - "state": "Louisiana", - "city": "Snelling" - } - }, - { - "id": 9652, - "name": "Angelica Olsen", - "gender": "female", - "age": 58, - "address": { - "state": "South Dakota", - "city": "Fillmore" - } - }, - { - "id": 9653, - "name": "Harmon Little", - "gender": "male", - "age": 76, - "address": { - "state": "Minnesota", - "city": "Neahkahnie" - } - }, - { - "id": 9654, - "name": "Waller Huber", - "gender": "male", - "age": 54, - "address": { - "state": "Texas", - "city": "Dellview" - } - }, - { - "id": 9655, - "name": "Chambers Jones", - "gender": "male", - "age": 18, - "address": { - "state": "Michigan", - "city": "Swartzville" - } - }, - { - "id": 9656, - "name": "Olga Wooten", - "gender": "female", - "age": 54, - "address": { - "state": "Mississippi", - "city": "Choctaw" - } - }, - { - "id": 9657, - "name": "Sherry Romero", - "gender": "female", - "age": 52, - "address": { - "state": "Rhode Island", - "city": "Coyote" - } - }, - { - "id": 9658, - "name": "Tonia Tate", - "gender": "female", - "age": 78, - "address": { - "state": "Ohio", - "city": "Dorneyville" - } - }, - { - "id": 9659, - "name": "Donna Talley", - "gender": "female", - "age": 51, - "address": { - "state": "West Virginia", - "city": "Springdale" - } - }, - { - "id": 9660, - "name": "Cecilia Hoover", - "gender": "female", - "age": 59, - "address": { - "state": "Washington", - "city": "Allendale" - } - }, - { - "id": 9661, - "name": "Kris Parrish", - "gender": "female", - "age": 17, - "address": { - "state": "New Jersey", - "city": "Shindler" - } - }, - { - "id": 9662, - "name": "Leola Richmond", - "gender": "female", - "age": 34, - "address": { - "state": "Hawaii", - "city": "Williams" - } - }, - { - "id": 9663, - "name": "Guadalupe Meyers", - "gender": "female", - "age": 20, - "address": { - "state": "South Dakota", - "city": "Murillo" - } - }, - { - "id": 9664, - "name": "Freida Roy", - "gender": "female", - "age": 48, - "address": { - "state": "Georgia", - "city": "Rivera" - } - }, - { - "id": 9665, - "name": "Trina Miranda", - "gender": "female", - "age": 71, - "address": { - "state": "South Carolina", - "city": "Ferney" - } - }, - { - "id": 9666, - "name": "Francis Noble", - "gender": "male", - "age": 20, - "address": { - "state": "Indiana", - "city": "Rehrersburg" - } - }, - { - "id": 9667, - "name": "Cantu Moody", - "gender": "male", - "age": 79, - "address": { - "state": "California", - "city": "Longoria" - } - }, - { - "id": 9668, - "name": "Dickson Fitzgerald", - "gender": "male", - "age": 47, - "address": { - "state": "New Hampshire", - "city": "Trona" - } - }, - { - "id": 9669, - "name": "Fuentes Farmer", - "gender": "male", - "age": 80, - "address": { - "state": "Louisiana", - "city": "Caberfae" - } - }, - { - "id": 9670, - "name": "Ida Campos", - "gender": "female", - "age": 30, - "address": { - "state": "New York", - "city": "Rossmore" - } - }, - { - "id": 9671, - "name": "Carol Perez", - "gender": "female", - "age": 37, - "address": { - "state": "Maryland", - "city": "Cutter" - } - }, - { - "id": 9672, - "name": "Hampton Lowe", - "gender": "male", - "age": 47, - "address": { - "state": "Alabama", - "city": "Garnet" - } - }, - { - "id": 9673, - "name": "Simpson Collier", - "gender": "male", - "age": 33, - "address": { - "state": "Montana", - "city": "Graniteville" - } - }, - { - "id": 9674, - "name": "Shaffer Rosales", - "gender": "male", - "age": 44, - "address": { - "state": "Virginia", - "city": "Blodgett" - } - }, - { - "id": 9675, - "name": "Rocha Sawyer", - "gender": "male", - "age": 75, - "address": { - "state": "Connecticut", - "city": "Fidelis" - } - }, - { - "id": 9676, - "name": "Patti Jensen", - "gender": "female", - "age": 74, - "address": { - "state": "North Carolina", - "city": "Sena" - } - }, - { - "id": 9677, - "name": "Yvonne Gibbs", - "gender": "female", - "age": 76, - "address": { - "state": "Nevada", - "city": "Curtice" - } - }, - { - "id": 9678, - "name": "Weeks Moore", - "gender": "male", - "age": 43, - "address": { - "state": "Iowa", - "city": "Glenshaw" - } - }, - { - "id": 9679, - "name": "Consuelo Horn", - "gender": "female", - "age": 64, - "address": { - "state": "Wyoming", - "city": "Staples" - } - }, - { - "id": 9680, - "name": "Aguilar Spence", - "gender": "male", - "age": 53, - "address": { - "state": "Arkansas", - "city": "Kempton" - } - }, - { - "id": 9681, - "name": "Suzanne Montoya", - "gender": "female", - "age": 54, - "address": { - "state": "Alaska", - "city": "Thatcher" - } - }, - { - "id": 9682, - "name": "Yates Santana", - "gender": "male", - "age": 56, - "address": { - "state": "Utah", - "city": "Boykin" - } - }, - { - "id": 9683, - "name": "Stanley Sosa", - "gender": "male", - "age": 28, - "address": { - "state": "Idaho", - "city": "Nile" - } - }, - { - "id": 9684, - "name": "Georgina Maldonado", - "gender": "female", - "age": 38, - "address": { - "state": "Kansas", - "city": "Helen" - } - }, - { - "id": 9685, - "name": "Vera Aguilar", - "gender": "female", - "age": 32, - "address": { - "state": "Florida", - "city": "Harborton" - } - }, - { - "id": 9686, - "name": "Elvia Matthews", - "gender": "female", - "age": 22, - "address": { - "state": "Missouri", - "city": "Hemlock" - } - }, - { - "id": 9687, - "name": "Angie Schmidt", - "gender": "female", - "age": 80, - "address": { - "state": "Delaware", - "city": "Byrnedale" - } - }, - { - "id": 9688, - "name": "Clara Haney", - "gender": "female", - "age": 22, - "address": { - "state": "Arizona", - "city": "Cochranville" - } - }, - { - "id": 9689, - "name": "Kristie Gregory", - "gender": "female", - "age": 53, - "address": { - "state": "North Dakota", - "city": "Marenisco" - } - }, - { - "id": 9690, - "name": "Lupe Stout", - "gender": "female", - "age": 26, - "address": { - "state": "Vermont", - "city": "Centerville" - } - }, - { - "id": 9691, - "name": "Maria Sharpe", - "gender": "female", - "age": 61, - "address": { - "state": "New Mexico", - "city": "Dexter" - } - }, - { - "id": 9692, - "name": "Peck Rosa", - "gender": "male", - "age": 55, - "address": { - "state": "Pennsylvania", - "city": "Suitland" - } - }, - { - "id": 9693, - "name": "Ingram Miller", - "gender": "male", - "age": 67, - "address": { - "state": "Tennessee", - "city": "Herald" - } - }, - { - "id": 9694, - "name": "Wolf West", - "gender": "male", - "age": 28, - "address": { - "state": "Maine", - "city": "Mulino" - } - }, - { - "id": 9695, - "name": "Brennan Garner", - "gender": "male", - "age": 54, - "address": { - "state": "Massachusetts", - "city": "Singer" - } - }, - { - "id": 9696, - "name": "Kelsey Anthony", - "gender": "female", - "age": 78, - "address": { - "state": "Oregon", - "city": "Clinton" - } - }, - { - "id": 9697, - "name": "Rose Macdonald", - "gender": "female", - "age": 81, - "address": { - "state": "Kentucky", - "city": "Dubois" - } - }, - { - "id": 9698, - "name": "Ruiz Kramer", - "gender": "male", - "age": 40, - "address": { - "state": "Illinois", - "city": "Holtville" - } - }, - { - "id": 9699, - "name": "Bridges Battle", - "gender": "male", - "age": 62, - "address": { - "state": "Colorado", - "city": "Englevale" - } - }, - { - "id": 9700, - "name": "Ellen Schneider", - "gender": "female", - "age": 76, - "address": { - "state": "Nebraska", - "city": "Wescosville" - } - }, - { - "id": 9701, - "name": "Sue Sanders", - "gender": "female", - "age": 48, - "address": { - "state": "Oklahoma", - "city": "Bison" - } - }, - { - "id": 9702, - "name": "Decker Savage", - "gender": "male", - "age": 58, - "address": { - "state": "Missouri", - "city": "Longoria" - } - }, - { - "id": 9703, - "name": "Dixon Avery", - "gender": "male", - "age": 52, - "address": { - "state": "Arkansas", - "city": "Waverly" - } - }, - { - "id": 9704, - "name": "Lowe Lawson", - "gender": "male", - "age": 29, - "address": { - "state": "Texas", - "city": "Echo" - } - }, - { - "id": 9705, - "name": "Roberta Odom", - "gender": "female", - "age": 67, - "address": { - "state": "New Hampshire", - "city": "Dixonville" - } - }, - { - "id": 9706, - "name": "Marguerite Glass", - "gender": "female", - "age": 37, - "address": { - "state": "Pennsylvania", - "city": "Winston" - } - }, - { - "id": 9707, - "name": "Petersen Cooper", - "gender": "male", - "age": 17, - "address": { - "state": "Oregon", - "city": "Faxon" - } - }, - { - "id": 9708, - "name": "Scott Ryan", - "gender": "male", - "age": 19, - "address": { - "state": "Michigan", - "city": "Ronco" - } - }, - { - "id": 9709, - "name": "Odom Key", - "gender": "male", - "age": 23, - "address": { - "state": "Nevada", - "city": "Corriganville" - } - }, - { - "id": 9710, - "name": "Muriel Cruz", - "gender": "female", - "age": 33, - "address": { - "state": "Nebraska", - "city": "Kennedyville" - } - }, - { - "id": 9711, - "name": "Alberta Anthony", - "gender": "female", - "age": 74, - "address": { - "state": "Arizona", - "city": "Welch" - } - }, - { - "id": 9712, - "name": "Bridges Walter", - "gender": "male", - "age": 57, - "address": { - "state": "Indiana", - "city": "Chumuckla" - } - }, - { - "id": 9713, - "name": "Duncan Buck", - "gender": "male", - "age": 81, - "address": { - "state": "California", - "city": "Verdi" - } - }, - { - "id": 9714, - "name": "Liza Reeves", - "gender": "female", - "age": 60, - "address": { - "state": "West Virginia", - "city": "Rew" - } - }, - { - "id": 9715, - "name": "Best David", - "gender": "male", - "age": 54, - "address": { - "state": "South Carolina", - "city": "Harrison" - } - }, - { - "id": 9716, - "name": "Alma Burns", - "gender": "female", - "age": 34, - "address": { - "state": "Idaho", - "city": "Hayden" - } - }, - { - "id": 9717, - "name": "Orr Levine", - "gender": "male", - "age": 69, - "address": { - "state": "Utah", - "city": "Levant" - } - }, - { - "id": 9718, - "name": "Bowman Harrington", - "gender": "male", - "age": 18, - "address": { - "state": "Kentucky", - "city": "Hilltop" - } - }, - { - "id": 9719, - "name": "Schneider Stokes", - "gender": "male", - "age": 76, - "address": { - "state": "Montana", - "city": "Sanborn" - } - }, - { - "id": 9720, - "name": "Nona Rowe", - "gender": "female", - "age": 66, - "address": { - "state": "Colorado", - "city": "Bentonville" - } - }, - { - "id": 9721, - "name": "Obrien Jimenez", - "gender": "male", - "age": 20, - "address": { - "state": "Massachusetts", - "city": "Grenelefe" - } - }, - { - "id": 9722, - "name": "Francis Estes", - "gender": "male", - "age": 31, - "address": { - "state": "Louisiana", - "city": "Glenville" - } - }, - { - "id": 9723, - "name": "Shauna Hopper", - "gender": "female", - "age": 62, - "address": { - "state": "Vermont", - "city": "Walker" - } - }, - { - "id": 9724, - "name": "Wynn Valdez", - "gender": "male", - "age": 44, - "address": { - "state": "Mississippi", - "city": "Jamestown" - } - }, - { - "id": 9725, - "name": "Ollie Rice", - "gender": "female", - "age": 26, - "address": { - "state": "Washington", - "city": "Martinez" - } - }, - { - "id": 9726, - "name": "Sybil Valentine", - "gender": "female", - "age": 31, - "address": { - "state": "Maryland", - "city": "Florence" - } - }, - { - "id": 9727, - "name": "Kathryn Vinson", - "gender": "female", - "age": 41, - "address": { - "state": "Florida", - "city": "Lafferty" - } - }, - { - "id": 9728, - "name": "Schroeder Bates", - "gender": "male", - "age": 25, - "address": { - "state": "Wyoming", - "city": "Gilmore" - } - }, - { - "id": 9729, - "name": "Christian Brewer", - "gender": "male", - "age": 62, - "address": { - "state": "Tennessee", - "city": "Fresno" - } - }, - { - "id": 9730, - "name": "Kathleen Gallagher", - "gender": "female", - "age": 53, - "address": { - "state": "New Mexico", - "city": "Westmoreland" - } - }, - { - "id": 9731, - "name": "Rosalind William", - "gender": "female", - "age": 42, - "address": { - "state": "Delaware", - "city": "Bakersville" - } - }, - { - "id": 9732, - "name": "Shelton Boone", - "gender": "male", - "age": 81, - "address": { - "state": "Maine", - "city": "Urbana" - } - }, - { - "id": 9733, - "name": "Latisha Guthrie", - "gender": "female", - "age": 24, - "address": { - "state": "Minnesota", - "city": "Lutsen" - } - }, - { - "id": 9734, - "name": "Garner Dudley", - "gender": "male", - "age": 41, - "address": { - "state": "South Dakota", - "city": "Henrietta" - } - }, - { - "id": 9735, - "name": "Winters Chaney", - "gender": "male", - "age": 38, - "address": { - "state": "Georgia", - "city": "Klondike" - } - }, - { - "id": 9736, - "name": "Leticia Schwartz", - "gender": "female", - "age": 69, - "address": { - "state": "Kansas", - "city": "Nanafalia" - } - }, - { - "id": 9737, - "name": "Ramona Ingram", - "gender": "female", - "age": 27, - "address": { - "state": "Ohio", - "city": "Holcombe" - } - }, - { - "id": 9738, - "name": "Jimenez Wiggins", - "gender": "male", - "age": 59, - "address": { - "state": "Rhode Island", - "city": "Brenton" - } - }, - { - "id": 9739, - "name": "Mcmillan Mcfarland", - "gender": "male", - "age": 82, - "address": { - "state": "New Jersey", - "city": "Devon" - } - }, - { - "id": 9740, - "name": "Flores Lucas", - "gender": "male", - "age": 62, - "address": { - "state": "Oklahoma", - "city": "Faywood" - } - }, - { - "id": 9741, - "name": "Smith Weaver", - "gender": "male", - "age": 67, - "address": { - "state": "Iowa", - "city": "Richville" - } - }, - { - "id": 9742, - "name": "Christian Carrillo", - "gender": "female", - "age": 24, - "address": { - "state": "North Carolina", - "city": "Diaperville" - } - }, - { - "id": 9743, - "name": "Sweeney Mooney", - "gender": "male", - "age": 54, - "address": { - "state": "Alaska", - "city": "Chesapeake" - } - }, - { - "id": 9744, - "name": "Dorsey Dixon", - "gender": "male", - "age": 18, - "address": { - "state": "Alabama", - "city": "Grantville" - } - }, - { - "id": 9745, - "name": "Gill Landry", - "gender": "male", - "age": 53, - "address": { - "state": "Connecticut", - "city": "Linganore" - } - }, - { - "id": 9746, - "name": "Annie Skinner", - "gender": "female", - "age": 61, - "address": { - "state": "New York", - "city": "Thermal" - } - }, - { - "id": 9747, - "name": "Desiree Duran", - "gender": "female", - "age": 69, - "address": { - "state": "Illinois", - "city": "Coventry" - } - }, - { - "id": 9748, - "name": "Lacey Wolfe", - "gender": "female", - "age": 71, - "address": { - "state": "North Dakota", - "city": "Conestoga" - } - }, - { - "id": 9749, - "name": "Bolton Christensen", - "gender": "male", - "age": 34, - "address": { - "state": "Wisconsin", - "city": "Libertytown" - } - }, - { - "id": 9750, - "name": "Romero Villarreal", - "gender": "male", - "age": 22, - "address": { - "state": "Virginia", - "city": "Strong" - } - }, - { - "id": 9751, - "name": "Haney Ford", - "gender": "male", - "age": 28, - "address": { - "state": "Colorado", - "city": "Nogal" - } - }, - { - "id": 9752, - "name": "Bruce Cunningham", - "gender": "male", - "age": 52, - "address": { - "state": "Montana", - "city": "Montura" - } - }, - { - "id": 9753, - "name": "Olivia Sexton", - "gender": "female", - "age": 71, - "address": { - "state": "Missouri", - "city": "Lodoga" - } - }, - { - "id": 9754, - "name": "Minerva Pittman", - "gender": "female", - "age": 60, - "address": { - "state": "Alaska", - "city": "Mathews" - } - }, - { - "id": 9755, - "name": "Lorrie Carr", - "gender": "female", - "age": 28, - "address": { - "state": "Ohio", - "city": "Witmer" - } - }, - { - "id": 9756, - "name": "Vaughan Craft", - "gender": "male", - "age": 57, - "address": { - "state": "South Carolina", - "city": "Loveland" - } - }, - { - "id": 9757, - "name": "Blevins Thompson", - "gender": "male", - "age": 28, - "address": { - "state": "Maryland", - "city": "Coldiron" - } - }, - { - "id": 9758, - "name": "Kelsey Newman", - "gender": "female", - "age": 75, - "address": { - "state": "Virginia", - "city": "Veyo" - } - }, - { - "id": 9759, - "name": "Jillian Daugherty", - "gender": "female", - "age": 44, - "address": { - "state": "Mississippi", - "city": "Crown" - } - }, - { - "id": 9760, - "name": "Young Bauer", - "gender": "female", - "age": 34, - "address": { - "state": "Louisiana", - "city": "Matthews" - } - }, - { - "id": 9761, - "name": "Martha Crane", - "gender": "female", - "age": 54, - "address": { - "state": "Connecticut", - "city": "Brethren" - } - }, - { - "id": 9762, - "name": "Huber Andrews", - "gender": "male", - "age": 32, - "address": { - "state": "Texas", - "city": "Blanford" - } - }, - { - "id": 9763, - "name": "Vazquez Walsh", - "gender": "male", - "age": 38, - "address": { - "state": "Michigan", - "city": "Jardine" - } - }, - { - "id": 9764, - "name": "Wiley Ray", - "gender": "male", - "age": 54, - "address": { - "state": "Idaho", - "city": "Farmers" - } - }, - { - "id": 9765, - "name": "Dionne Webb", - "gender": "female", - "age": 82, - "address": { - "state": "Delaware", - "city": "Brookfield" - } - }, - { - "id": 9766, - "name": "Sallie Martinez", - "gender": "female", - "age": 42, - "address": { - "state": "North Dakota", - "city": "Bedias" - } - }, - { - "id": 9767, - "name": "Underwood Mcpherson", - "gender": "male", - "age": 52, - "address": { - "state": "Florida", - "city": "Chelsea" - } - }, - { - "id": 9768, - "name": "Schneider Vance", - "gender": "male", - "age": 36, - "address": { - "state": "Iowa", - "city": "Unionville" - } - }, - { - "id": 9769, - "name": "Pickett Goff", - "gender": "male", - "age": 73, - "address": { - "state": "Maine", - "city": "Riner" - } - }, - { - "id": 9770, - "name": "Coffey Hebert", - "gender": "male", - "age": 29, - "address": { - "state": "Tennessee", - "city": "Groveville" - } - }, - { - "id": 9771, - "name": "Cherry Peters", - "gender": "male", - "age": 18, - "address": { - "state": "Minnesota", - "city": "Oasis" - } - }, - { - "id": 9772, - "name": "Marquita Kinney", - "gender": "female", - "age": 54, - "address": { - "state": "New Hampshire", - "city": "Albrightsville" - } - }, - { - "id": 9773, - "name": "Benton Strickland", - "gender": "male", - "age": 22, - "address": { - "state": "Wyoming", - "city": "Wilmington" - } - }, - { - "id": 9774, - "name": "Lourdes Mooney", - "gender": "female", - "age": 17, - "address": { - "state": "New Jersey", - "city": "Lupton" - } - }, - { - "id": 9775, - "name": "Marina Edwards", - "gender": "female", - "age": 81, - "address": { - "state": "Kansas", - "city": "Barrelville" - } - }, - { - "id": 9776, - "name": "Brennan Boone", - "gender": "male", - "age": 55, - "address": { - "state": "Illinois", - "city": "Joes" - } - }, - { - "id": 9777, - "name": "Leonard Aguirre", - "gender": "male", - "age": 21, - "address": { - "state": "South Dakota", - "city": "Wilsonia" - } - }, - { - "id": 9778, - "name": "Byrd Snow", - "gender": "male", - "age": 61, - "address": { - "state": "California", - "city": "Blende" - } - }, - { - "id": 9779, - "name": "Sawyer Norris", - "gender": "male", - "age": 67, - "address": { - "state": "Nevada", - "city": "Nanafalia" - } - }, - { - "id": 9780, - "name": "Bowman Long", - "gender": "male", - "age": 81, - "address": { - "state": "Arkansas", - "city": "Leeper" - } - }, - { - "id": 9781, - "name": "Shanna Whitehead", - "gender": "female", - "age": 25, - "address": { - "state": "Massachusetts", - "city": "Ticonderoga" - } - }, - { - "id": 9782, - "name": "Tanisha Soto", - "gender": "female", - "age": 51, - "address": { - "state": "Kentucky", - "city": "Salix" - } - }, - { - "id": 9783, - "name": "Kristen Brewer", - "gender": "female", - "age": 53, - "address": { - "state": "Vermont", - "city": "Vale" - } - }, - { - "id": 9784, - "name": "Johnnie Hatfield", - "gender": "female", - "age": 52, - "address": { - "state": "West Virginia", - "city": "Vincent" - } - }, - { - "id": 9785, - "name": "Hardin Lyons", - "gender": "male", - "age": 19, - "address": { - "state": "Alabama", - "city": "Cannondale" - } - }, - { - "id": 9786, - "name": "Catalina Ramsey", - "gender": "female", - "age": 20, - "address": { - "state": "New York", - "city": "Singer" - } - }, - { - "id": 9787, - "name": "Mendoza Santana", - "gender": "male", - "age": 38, - "address": { - "state": "Pennsylvania", - "city": "Olney" - } - }, - { - "id": 9788, - "name": "Porter Noel", - "gender": "male", - "age": 45, - "address": { - "state": "Indiana", - "city": "Comptche" - } - }, - { - "id": 9789, - "name": "Boone Barrett", - "gender": "male", - "age": 24, - "address": { - "state": "Arizona", - "city": "Rose" - } - }, - { - "id": 9790, - "name": "Abby Bright", - "gender": "female", - "age": 34, - "address": { - "state": "Georgia", - "city": "Bennett" - } - }, - { - "id": 9791, - "name": "Lindsay Banks", - "gender": "male", - "age": 37, - "address": { - "state": "Utah", - "city": "Dotsero" - } - }, - { - "id": 9792, - "name": "Ayers Melendez", - "gender": "male", - "age": 68, - "address": { - "state": "Wisconsin", - "city": "Indio" - } - }, - { - "id": 9793, - "name": "Welch Butler", - "gender": "male", - "age": 25, - "address": { - "state": "Rhode Island", - "city": "Bordelonville" - } - }, - { - "id": 9794, - "name": "Michael Hamilton", - "gender": "male", - "age": 74, - "address": { - "state": "Oregon", - "city": "Dubois" - } - }, - { - "id": 9795, - "name": "Fulton Jones", - "gender": "male", - "age": 58, - "address": { - "state": "North Carolina", - "city": "Kiskimere" - } - }, - { - "id": 9796, - "name": "Chavez Mcbride", - "gender": "male", - "age": 29, - "address": { - "state": "Oklahoma", - "city": "Soudan" - } - }, - { - "id": 9797, - "name": "Darlene Barron", - "gender": "female", - "age": 53, - "address": { - "state": "New Mexico", - "city": "Gardiner" - } - }, - { - "id": 9798, - "name": "Twila Osborne", - "gender": "female", - "age": 45, - "address": { - "state": "Nebraska", - "city": "Cliff" - } - }, - { - "id": 9799, - "name": "Cheri Patrick", - "gender": "female", - "age": 78, - "address": { - "state": "Washington", - "city": "Gilmore" - } - }, - { - "id": 9800, - "name": "Kate Mccarthy", - "gender": "female", - "age": 24, - "address": { - "state": "Louisiana", - "city": "Wauhillau" - } - }, - { - "id": 9801, - "name": "Gertrude Reyes", - "gender": "female", - "age": 43, - "address": { - "state": "Delaware", - "city": "Coalmont" - } - }, - { - "id": 9802, - "name": "Elsa Bowen", - "gender": "female", - "age": 25, - "address": { - "state": "Connecticut", - "city": "Lacomb" - } - }, - { - "id": 9803, - "name": "Aurora Robbins", - "gender": "female", - "age": 45, - "address": { - "state": "North Dakota", - "city": "Weogufka" - } - }, - { - "id": 9804, - "name": "Strickland Key", - "gender": "male", - "age": 29, - "address": { - "state": "Texas", - "city": "Sanford" - } - }, - { - "id": 9805, - "name": "Lea Brady", - "gender": "female", - "age": 32, - "address": { - "state": "Alaska", - "city": "Wheatfields" - } - }, - { - "id": 9806, - "name": "Patricia Mcgowan", - "gender": "female", - "age": 71, - "address": { - "state": "Kentucky", - "city": "Lupton" - } - }, - { - "id": 9807, - "name": "Wheeler Hoffman", - "gender": "male", - "age": 62, - "address": { - "state": "Maine", - "city": "Hoehne" - } - }, - { - "id": 9808, - "name": "Snider Burton", - "gender": "male", - "age": 79, - "address": { - "state": "Arizona", - "city": "Blodgett" - } - }, - { - "id": 9809, - "name": "Yang Beach", - "gender": "male", - "age": 26, - "address": { - "state": "Oregon", - "city": "Bluffview" - } - }, - { - "id": 9810, - "name": "Penny Anthony", - "gender": "female", - "age": 18, - "address": { - "state": "South Carolina", - "city": "Collins" - } - }, - { - "id": 9811, - "name": "Rasmussen Myers", - "gender": "male", - "age": 53, - "address": { - "state": "Maryland", - "city": "Imperial" - } - }, - { - "id": 9812, - "name": "Pickett Gay", - "gender": "male", - "age": 82, - "address": { - "state": "Arkansas", - "city": "Graball" - } - }, - { - "id": 9813, - "name": "Knowles Rosales", - "gender": "male", - "age": 26, - "address": { - "state": "Minnesota", - "city": "Brambleton" - } - }, - { - "id": 9814, - "name": "Alice Sims", - "gender": "female", - "age": 30, - "address": { - "state": "Montana", - "city": "Denio" - } - }, - { - "id": 9815, - "name": "Chrystal Miller", - "gender": "female", - "age": 73, - "address": { - "state": "Florida", - "city": "Greenbush" - } - }, - { - "id": 9816, - "name": "Mueller Burnett", - "gender": "male", - "age": 22, - "address": { - "state": "Mississippi", - "city": "Healy" - } - }, - { - "id": 9817, - "name": "Fuller Estes", - "gender": "male", - "age": 61, - "address": { - "state": "Iowa", - "city": "Bedias" - } - }, - { - "id": 9818, - "name": "Ferguson Summers", - "gender": "male", - "age": 53, - "address": { - "state": "Massachusetts", - "city": "Eureka" - } - }, - { - "id": 9819, - "name": "Jacquelyn Salas", - "gender": "female", - "age": 75, - "address": { - "state": "Kansas", - "city": "Ticonderoga" - } - }, - { - "id": 9820, - "name": "Sonia Beasley", - "gender": "female", - "age": 57, - "address": { - "state": "West Virginia", - "city": "Riverton" - } - }, - { - "id": 9821, - "name": "Tracy Wooten", - "gender": "female", - "age": 73, - "address": { - "state": "New Hampshire", - "city": "Gambrills" - } - }, - { - "id": 9822, - "name": "Atkins Crosby", - "gender": "male", - "age": 80, - "address": { - "state": "Wyoming", - "city": "Escondida" - } - }, - { - "id": 9823, - "name": "Ruthie Petty", - "gender": "female", - "age": 57, - "address": { - "state": "Oklahoma", - "city": "Hiseville" - } - }, - { - "id": 9824, - "name": "Mildred Macias", - "gender": "female", - "age": 44, - "address": { - "state": "Pennsylvania", - "city": "Mayfair" - } - }, - { - "id": 9825, - "name": "Mclaughlin Rodriguez", - "gender": "male", - "age": 81, - "address": { - "state": "Rhode Island", - "city": "Robinson" - } - }, - { - "id": 9826, - "name": "Juarez Ramirez", - "gender": "male", - "age": 18, - "address": { - "state": "New Jersey", - "city": "Snyderville" - } - }, - { - "id": 9827, - "name": "Moore Gaines", - "gender": "male", - "age": 41, - "address": { - "state": "Georgia", - "city": "Sunbury" - } - }, - { - "id": 9828, - "name": "Bradford Palmer", - "gender": "male", - "age": 23, - "address": { - "state": "South Dakota", - "city": "Nadine" - } - }, - { - "id": 9829, - "name": "Allen Gallagher", - "gender": "male", - "age": 31, - "address": { - "state": "Ohio", - "city": "Topanga" - } - }, - { - "id": 9830, - "name": "Millie Cortez", - "gender": "female", - "age": 50, - "address": { - "state": "Washington", - "city": "Aurora" - } - }, - { - "id": 9831, - "name": "Pennington Roy", - "gender": "male", - "age": 26, - "address": { - "state": "New York", - "city": "Titanic" - } - }, - { - "id": 9832, - "name": "Lucille Bell", - "gender": "female", - "age": 64, - "address": { - "state": "Colorado", - "city": "Lydia" - } - }, - { - "id": 9833, - "name": "Ruby Mayo", - "gender": "female", - "age": 60, - "address": { - "state": "Tennessee", - "city": "Riner" - } - }, - { - "id": 9834, - "name": "Pugh James", - "gender": "male", - "age": 72, - "address": { - "state": "Utah", - "city": "Savannah" - } - }, - { - "id": 9835, - "name": "Walton Frost", - "gender": "male", - "age": 53, - "address": { - "state": "Vermont", - "city": "Orin" - } - }, - { - "id": 9836, - "name": "Sawyer Blair", - "gender": "male", - "age": 33, - "address": { - "state": "New Mexico", - "city": "Fivepointville" - } - }, - { - "id": 9837, - "name": "Teresa King", - "gender": "female", - "age": 79, - "address": { - "state": "Michigan", - "city": "Verdi" - } - }, - { - "id": 9838, - "name": "Janelle Rush", - "gender": "female", - "age": 46, - "address": { - "state": "Indiana", - "city": "Albany" - } - }, - { - "id": 9839, - "name": "Hutchinson Jordan", - "gender": "male", - "age": 36, - "address": { - "state": "Nevada", - "city": "Fruitdale" - } - }, - { - "id": 9840, - "name": "Nolan Fry", - "gender": "male", - "age": 60, - "address": { - "state": "North Carolina", - "city": "Wadsworth" - } - }, - { - "id": 9841, - "name": "Dixon Nelson", - "gender": "male", - "age": 48, - "address": { - "state": "Wisconsin", - "city": "Rosine" - } - }, - { - "id": 9842, - "name": "Barry Holloway", - "gender": "male", - "age": 56, - "address": { - "state": "California", - "city": "Toftrees" - } - }, - { - "id": 9843, - "name": "Christa Edwards", - "gender": "female", - "age": 62, - "address": { - "state": "Hawaii", - "city": "Summerset" - } - }, - { - "id": 9844, - "name": "Karyn Howell", - "gender": "female", - "age": 74, - "address": { - "state": "Nebraska", - "city": "Esmont" - } - }, - { - "id": 9845, - "name": "Heather Chandler", - "gender": "female", - "age": 35, - "address": { - "state": "Illinois", - "city": "Nelson" - } - }, - { - "id": 9846, - "name": "Mayra Olsen", - "gender": "female", - "age": 51, - "address": { - "state": "Alabama", - "city": "Sanborn" - } - }, - { - "id": 9847, - "name": "Kathie Oliver", - "gender": "female", - "age": 55, - "address": { - "state": "Missouri", - "city": "Gorham" - } - }, - { - "id": 9848, - "name": "Estela Williamson", - "gender": "female", - "age": 71, - "address": { - "state": "Idaho", - "city": "Laurelton" - } - }, - { - "id": 9849, - "name": "Fry Duncan", - "gender": "male", - "age": 20, - "address": { - "state": "Maine", - "city": "Conway" - } - }, - { - "id": 9850, - "name": "Carver Aguilar", - "gender": "male", - "age": 66, - "address": { - "state": "Rhode Island", - "city": "Stouchsburg" - } - }, - { - "id": 9851, - "name": "Tamara Bolton", - "gender": "female", - "age": 17, - "address": { - "state": "Oregon", - "city": "Gadsden" - } - }, - { - "id": 9852, - "name": "Moore Maynard", - "gender": "male", - "age": 79, - "address": { - "state": "Hawaii", - "city": "Silkworth" - } - }, - { - "id": 9853, - "name": "Fulton Osborne", - "gender": "male", - "age": 54, - "address": { - "state": "North Carolina", - "city": "Matheny" - } - }, - { - "id": 9854, - "name": "Twila Keller", - "gender": "female", - "age": 59, - "address": { - "state": "California", - "city": "Brandywine" - } - }, - { - "id": 9855, - "name": "Erickson Sykes", - "gender": "male", - "age": 66, - "address": { - "state": "South Carolina", - "city": "Wheaton" - } - }, - { - "id": 9856, - "name": "Nellie Hammond", - "gender": "female", - "age": 77, - "address": { - "state": "New York", - "city": "Adelino" - } - }, - { - "id": 9857, - "name": "Bell Hawkins", - "gender": "male", - "age": 51, - "address": { - "state": "Montana", - "city": "Wilmington" - } - }, - { - "id": 9858, - "name": "Marianne Hernandez", - "gender": "female", - "age": 48, - "address": { - "state": "Wyoming", - "city": "Oneida" - } - }, - { - "id": 9859, - "name": "Hilda Carey", - "gender": "female", - "age": 72, - "address": { - "state": "Illinois", - "city": "Loyalhanna" - } - }, - { - "id": 9860, - "name": "Lang Sloan", - "gender": "male", - "age": 57, - "address": { - "state": "North Dakota", - "city": "Hiseville" - } - }, - { - "id": 9861, - "name": "Aileen Bradshaw", - "gender": "female", - "age": 18, - "address": { - "state": "Alaska", - "city": "Deputy" - } - }, - { - "id": 9862, - "name": "Rosalyn Madden", - "gender": "female", - "age": 17, - "address": { - "state": "Alabama", - "city": "Escondida" - } - }, - { - "id": 9863, - "name": "Georgette Baird", - "gender": "female", - "age": 53, - "address": { - "state": "Nebraska", - "city": "Gouglersville" - } - }, - { - "id": 9864, - "name": "Krystal Jacobs", - "gender": "female", - "age": 45, - "address": { - "state": "Nevada", - "city": "Lisco" - } - }, - { - "id": 9865, - "name": "Rhonda Jennings", - "gender": "female", - "age": 80, - "address": { - "state": "Connecticut", - "city": "Kingstowne" - } - }, - { - "id": 9866, - "name": "Mcmahon Joseph", - "gender": "male", - "age": 47, - "address": { - "state": "Minnesota", - "city": "Columbus" - } - }, - { - "id": 9867, - "name": "Holden Sims", - "gender": "male", - "age": 30, - "address": { - "state": "Pennsylvania", - "city": "Nadine" - } - }, - { - "id": 9868, - "name": "Patton Russo", - "gender": "male", - "age": 19, - "address": { - "state": "Vermont", - "city": "Kapowsin" - } - }, - { - "id": 9869, - "name": "Bonner Norman", - "gender": "male", - "age": 62, - "address": { - "state": "Iowa", - "city": "Rossmore" - } - }, - { - "id": 9870, - "name": "Josefina Payne", - "gender": "female", - "age": 41, - "address": { - "state": "Delaware", - "city": "Lawrence" - } - }, - { - "id": 9871, - "name": "Lowery Farley", - "gender": "male", - "age": 78, - "address": { - "state": "Colorado", - "city": "Stewartville" - } - }, - { - "id": 9872, - "name": "Hughes Sargent", - "gender": "male", - "age": 38, - "address": { - "state": "Utah", - "city": "Kaka" - } - }, - { - "id": 9873, - "name": "Mindy Davenport", - "gender": "female", - "age": 61, - "address": { - "state": "Louisiana", - "city": "Esmont" - } - }, - { - "id": 9874, - "name": "Mullen Sosa", - "gender": "male", - "age": 57, - "address": { - "state": "Idaho", - "city": "Tyhee" - } - }, - { - "id": 9875, - "name": "Selma Noble", - "gender": "female", - "age": 18, - "address": { - "state": "Kentucky", - "city": "Neibert" - } - }, - { - "id": 9876, - "name": "Thornton Velez", - "gender": "male", - "age": 71, - "address": { - "state": "Texas", - "city": "Yogaville" - } - }, - { - "id": 9877, - "name": "Russell Shepherd", - "gender": "male", - "age": 39, - "address": { - "state": "New Jersey", - "city": "Gorham" - } - }, - { - "id": 9878, - "name": "Cindy Blackwell", - "gender": "female", - "age": 21, - "address": { - "state": "Maryland", - "city": "Elwood" - } - }, - { - "id": 9879, - "name": "Marla Church", - "gender": "female", - "age": 68, - "address": { - "state": "Indiana", - "city": "Bladensburg" - } - }, - { - "id": 9880, - "name": "Maryellen Norris", - "gender": "female", - "age": 32, - "address": { - "state": "New Mexico", - "city": "Haring" - } - }, - { - "id": 9881, - "name": "Morrison Garza", - "gender": "male", - "age": 38, - "address": { - "state": "Ohio", - "city": "Wollochet" - } - }, - { - "id": 9882, - "name": "Holly Short", - "gender": "female", - "age": 36, - "address": { - "state": "Arizona", - "city": "Vowinckel" - } - }, - { - "id": 9883, - "name": "Brooks Castillo", - "gender": "male", - "age": 53, - "address": { - "state": "Wisconsin", - "city": "Byrnedale" - } - }, - { - "id": 9884, - "name": "Rocha Rowland", - "gender": "male", - "age": 38, - "address": { - "state": "Missouri", - "city": "Tuttle" - } - }, - { - "id": 9885, - "name": "Harriett Atkinson", - "gender": "female", - "age": 50, - "address": { - "state": "Oklahoma", - "city": "Weeksville" - } - }, - { - "id": 9886, - "name": "Merritt Spencer", - "gender": "male", - "age": 54, - "address": { - "state": "Massachusetts", - "city": "Henrietta" - } - }, - { - "id": 9887, - "name": "Reba Finley", - "gender": "female", - "age": 77, - "address": { - "state": "Kansas", - "city": "Cressey" - } - }, - { - "id": 9888, - "name": "Baxter Ramsey", - "gender": "male", - "age": 51, - "address": { - "state": "Virginia", - "city": "Vandiver" - } - }, - { - "id": 9889, - "name": "Hubbard Stuart", - "gender": "male", - "age": 79, - "address": { - "state": "Michigan", - "city": "Cade" - } - }, - { - "id": 9890, - "name": "Zimmerman Montoya", - "gender": "male", - "age": 43, - "address": { - "state": "Washington", - "city": "Frank" - } - }, - { - "id": 9891, - "name": "Graham Goodwin", - "gender": "male", - "age": 55, - "address": { - "state": "Arkansas", - "city": "Heil" - } - }, - { - "id": 9892, - "name": "Johnson Golden", - "gender": "male", - "age": 29, - "address": { - "state": "Mississippi", - "city": "Nogal" - } - }, - { - "id": 9893, - "name": "Smith Duncan", - "gender": "male", - "age": 42, - "address": { - "state": "West Virginia", - "city": "Kula" - } - }, - { - "id": 9894, - "name": "Maureen Padilla", - "gender": "female", - "age": 25, - "address": { - "state": "New Hampshire", - "city": "Vienna" - } - }, - { - "id": 9895, - "name": "Lora Barnett", - "gender": "female", - "age": 26, - "address": { - "state": "South Dakota", - "city": "Freelandville" - } - }, - { - "id": 9896, - "name": "Benjamin Mcknight", - "gender": "male", - "age": 21, - "address": { - "state": "Florida", - "city": "Smock" - } - }, - { - "id": 9897, - "name": "Belinda Ferrell", - "gender": "female", - "age": 60, - "address": { - "state": "Georgia", - "city": "Harleigh" - } - }, - { - "id": 9898, - "name": "Valdez Manning", - "gender": "male", - "age": 70, - "address": { - "state": "Michigan", - "city": "Buxton" - } - }, - { - "id": 9899, - "name": "Ruthie Gilbert", - "gender": "female", - "age": 66, - "address": { - "state": "Oregon", - "city": "Ezel" - } - }, - { - "id": 9900, - "name": "Buck Lowery", - "gender": "male", - "age": 64, - "address": { - "state": "Nebraska", - "city": "Dale" - } - }, - { - "id": 9901, - "name": "Jill Kidd", - "gender": "female", - "age": 42, - "address": { - "state": "Kansas", - "city": "Bynum" - } - }, - { - "id": 9902, - "name": "Lori Harding", - "gender": "female", - "age": 46, - "address": { - "state": "Maine", - "city": "Fedora" - } - }, - { - "id": 9903, - "name": "Polly Watts", - "gender": "female", - "age": 21, - "address": { - "state": "Utah", - "city": "Finderne" - } - }, - { - "id": 9904, - "name": "Holly Witt", - "gender": "female", - "age": 21, - "address": { - "state": "Iowa", - "city": "Gila" - } - }, - { - "id": 9905, - "name": "Lacey Stone", - "gender": "female", - "age": 29, - "address": { - "state": "Vermont", - "city": "Wanship" - } - }, - { - "id": 9906, - "name": "Sweet Joyner", - "gender": "male", - "age": 65, - "address": { - "state": "New Mexico", - "city": "Coinjock" - } - }, - { - "id": 9907, - "name": "Wanda Townsend", - "gender": "female", - "age": 81, - "address": { - "state": "Idaho", - "city": "Century" - } - }, - { - "id": 9908, - "name": "Louella Dominguez", - "gender": "female", - "age": 40, - "address": { - "state": "Wyoming", - "city": "Summertown" - } - }, - { - "id": 9909, - "name": "Dickerson Maxwell", - "gender": "male", - "age": 37, - "address": { - "state": "Montana", - "city": "Imperial" - } - }, - { - "id": 9910, - "name": "Hoover Barlow", - "gender": "male", - "age": 71, - "address": { - "state": "Alabama", - "city": "Brogan" - } - }, - { - "id": 9911, - "name": "Schultz Weiss", - "gender": "male", - "age": 32, - "address": { - "state": "Connecticut", - "city": "Lowgap" - } - }, - { - "id": 9912, - "name": "Ruby Camacho", - "gender": "female", - "age": 41, - "address": { - "state": "Pennsylvania", - "city": "Choctaw" - } - }, - { - "id": 9913, - "name": "Lawson Blair", - "gender": "male", - "age": 64, - "address": { - "state": "New York", - "city": "Hoehne" - } - }, - { - "id": 9914, - "name": "Alford Rogers", - "gender": "male", - "age": 39, - "address": { - "state": "Indiana", - "city": "Mayfair" - } - }, - { - "id": 9915, - "name": "Evangeline Gill", - "gender": "female", - "age": 54, - "address": { - "state": "South Dakota", - "city": "Galesville" - } - }, - { - "id": 9916, - "name": "Gaines Graham", - "gender": "male", - "age": 37, - "address": { - "state": "Washington", - "city": "Tolu" - } - }, - { - "id": 9917, - "name": "Lucinda Goff", - "gender": "female", - "age": 57, - "address": { - "state": "Arizona", - "city": "Onton" - } - }, - { - "id": 9918, - "name": "Stuart Rich", - "gender": "male", - "age": 25, - "address": { - "state": "Georgia", - "city": "Springdale" - } - }, - { - "id": 9919, - "name": "Steele Michael", - "gender": "male", - "age": 52, - "address": { - "state": "Delaware", - "city": "Romeville" - } - }, - { - "id": 9920, - "name": "Betsy Cash", - "gender": "female", - "age": 73, - "address": { - "state": "Florida", - "city": "Lund" - } - }, - { - "id": 9921, - "name": "Singleton Macdonald", - "gender": "male", - "age": 58, - "address": { - "state": "Arkansas", - "city": "Warren" - } - }, - { - "id": 9922, - "name": "Thornton Griffith", - "gender": "male", - "age": 40, - "address": { - "state": "Massachusetts", - "city": "Nelson" - } - }, - { - "id": 9923, - "name": "Mamie Pittman", - "gender": "female", - "age": 35, - "address": { - "state": "Hawaii", - "city": "Mammoth" - } - }, - { - "id": 9924, - "name": "Katy Nunez", - "gender": "female", - "age": 48, - "address": { - "state": "Louisiana", - "city": "Ferney" - } - }, - { - "id": 9925, - "name": "Hughes Mckay", - "gender": "male", - "age": 24, - "address": { - "state": "Mississippi", - "city": "Toftrees" - } - }, - { - "id": 9926, - "name": "Chan Garcia", - "gender": "male", - "age": 53, - "address": { - "state": "Tennessee", - "city": "Farmington" - } - }, - { - "id": 9927, - "name": "Leanna Mclaughlin", - "gender": "female", - "age": 17, - "address": { - "state": "Wisconsin", - "city": "Waikele" - } - }, - { - "id": 9928, - "name": "Stacey Espinoza", - "gender": "female", - "age": 36, - "address": { - "state": "New Jersey", - "city": "Washington" - } - }, - { - "id": 9929, - "name": "Tracie Berry", - "gender": "female", - "age": 22, - "address": { - "state": "North Dakota", - "city": "Edgewater" - } - }, - { - "id": 9930, - "name": "Mills Cherry", - "gender": "male", - "age": 25, - "address": { - "state": "Kentucky", - "city": "Hemlock" - } - }, - { - "id": 9931, - "name": "Tania Bauer", - "gender": "female", - "age": 61, - "address": { - "state": "Oklahoma", - "city": "Chaparrito" - } - }, - { - "id": 9932, - "name": "Mable Montoya", - "gender": "female", - "age": 44, - "address": { - "state": "Missouri", - "city": "Henrietta" - } - }, - { - "id": 9933, - "name": "Arline Wilson", - "gender": "female", - "age": 36, - "address": { - "state": "Alaska", - "city": "Kenvil" - } - }, - { - "id": 9934, - "name": "Mathis Brock", - "gender": "male", - "age": 48, - "address": { - "state": "North Carolina", - "city": "Ernstville" - } - }, - { - "id": 9935, - "name": "Mcguire Higgins", - "gender": "male", - "age": 20, - "address": { - "state": "California", - "city": "Spokane" - } - }, - { - "id": 9936, - "name": "Baldwin Carroll", - "gender": "male", - "age": 32, - "address": { - "state": "South Carolina", - "city": "Ribera" - } - }, - { - "id": 9937, - "name": "Hernandez Ramos", - "gender": "male", - "age": 57, - "address": { - "state": "New Hampshire", - "city": "Woodburn" - } - }, - { - "id": 9938, - "name": "May Wallace", - "gender": "female", - "age": 32, - "address": { - "state": "Ohio", - "city": "Alamo" - } - }, - { - "id": 9939, - "name": "Joyce Sweet", - "gender": "female", - "age": 41, - "address": { - "state": "Colorado", - "city": "Longbranch" - } - }, - { - "id": 9940, - "name": "Natalia Benton", - "gender": "female", - "age": 45, - "address": { - "state": "Maryland", - "city": "Sidman" - } - }, - { - "id": 9941, - "name": "Kane Davidson", - "gender": "male", - "age": 62, - "address": { - "state": "West Virginia", - "city": "Dixie" - } - }, - { - "id": 9942, - "name": "Baird Roth", - "gender": "male", - "age": 67, - "address": { - "state": "Illinois", - "city": "Dante" - } - }, - { - "id": 9943, - "name": "Barron Alvarez", - "gender": "male", - "age": 19, - "address": { - "state": "Minnesota", - "city": "Enoree" - } - }, - { - "id": 9944, - "name": "Norris Garza", - "gender": "male", - "age": 68, - "address": { - "state": "Virginia", - "city": "Waverly" - } - }, - { - "id": 9945, - "name": "Eugenia Stanley", - "gender": "female", - "age": 61, - "address": { - "state": "Nevada", - "city": "Dexter" - } - }, - { - "id": 9946, - "name": "Hope Murphy", - "gender": "female", - "age": 72, - "address": { - "state": "Texas", - "city": "Wheatfields" - } - }, - { - "id": 9947, - "name": "Chang Garrison", - "gender": "male", - "age": 71, - "address": { - "state": "Delaware", - "city": "Caspar" - } - }, - { - "id": 9948, - "name": "Ryan Peck", - "gender": "male", - "age": 51, - "address": { - "state": "California", - "city": "Unionville" - } - }, - { - "id": 9949, - "name": "Marianne Bright", - "gender": "female", - "age": 39, - "address": { - "state": "New Hampshire", - "city": "Aurora" - } - }, - { - "id": 9950, - "name": "Ratliff Merritt", - "gender": "male", - "age": 30, - "address": { - "state": "Montana", - "city": "Rockbridge" - } - }, - { - "id": 9951, - "name": "Swanson Stevenson", - "gender": "male", - "age": 49, - "address": { - "state": "Louisiana", - "city": "Byrnedale" - } - }, - { - "id": 9952, - "name": "Beatrice Pitts", - "gender": "female", - "age": 78, - "address": { - "state": "Missouri", - "city": "Callaghan" - } - }, - { - "id": 9953, - "name": "Mable Hansen", - "gender": "female", - "age": 31, - "address": { - "state": "Colorado", - "city": "Bordelonville" - } - }, - { - "id": 9954, - "name": "Autumn Robles", - "gender": "female", - "age": 38, - "address": { - "state": "Pennsylvania", - "city": "Rosine" - } - }, - { - "id": 9955, - "name": "Jarvis Blackburn", - "gender": "male", - "age": 69, - "address": { - "state": "Michigan", - "city": "Interlochen" - } - }, - { - "id": 9956, - "name": "Kari Jennings", - "gender": "female", - "age": 20, - "address": { - "state": "New York", - "city": "Como" - } - }, - { - "id": 9957, - "name": "Bradley Crane", - "gender": "male", - "age": 75, - "address": { - "state": "Washington", - "city": "Watchtower" - } - }, - { - "id": 9958, - "name": "Hurst Shepard", - "gender": "male", - "age": 71, - "address": { - "state": "Kansas", - "city": "Gorst" - } - }, - { - "id": 9959, - "name": "House Bryant", - "gender": "male", - "age": 80, - "address": { - "state": "Arizona", - "city": "Waverly" - } - }, - { - "id": 9960, - "name": "Hope Norton", - "gender": "female", - "age": 41, - "address": { - "state": "Arkansas", - "city": "Grill" - } - }, - { - "id": 9961, - "name": "Wilma Montgomery", - "gender": "female", - "age": 43, - "address": { - "state": "Wisconsin", - "city": "Manila" - } - }, - { - "id": 9962, - "name": "Baldwin Donaldson", - "gender": "male", - "age": 22, - "address": { - "state": "Nebraska", - "city": "Kapowsin" - } - }, - { - "id": 9963, - "name": "Stark Chapman", - "gender": "male", - "age": 41, - "address": { - "state": "Illinois", - "city": "Greer" - } - }, - { - "id": 9964, - "name": "Sosa Burnett", - "gender": "male", - "age": 81, - "address": { - "state": "West Virginia", - "city": "Connerton" - } - }, - { - "id": 9965, - "name": "Mann Kline", - "gender": "male", - "age": 46, - "address": { - "state": "Nevada", - "city": "Ronco" - } - }, - { - "id": 9966, - "name": "Renee Gates", - "gender": "female", - "age": 23, - "address": { - "state": "Vermont", - "city": "Nettie" - } - }, - { - "id": 9967, - "name": "Kaufman Hogan", - "gender": "male", - "age": 81, - "address": { - "state": "New Jersey", - "city": "Tivoli" - } - }, - { - "id": 9968, - "name": "Emma Berger", - "gender": "female", - "age": 60, - "address": { - "state": "Texas", - "city": "Madrid" - } - }, - { - "id": 9969, - "name": "Jenkins Dennis", - "gender": "male", - "age": 73, - "address": { - "state": "Utah", - "city": "Gratton" - } - }, - { - "id": 9970, - "name": "Hopkins Fischer", - "gender": "male", - "age": 67, - "address": { - "state": "South Carolina", - "city": "Sexton" - } - }, - { - "id": 9971, - "name": "Opal Cox", - "gender": "female", - "age": 23, - "address": { - "state": "Tennessee", - "city": "Goochland" - } - }, - { - "id": 9972, - "name": "Janice Slater", - "gender": "female", - "age": 62, - "address": { - "state": "Alaska", - "city": "Hasty" - } - }, - { - "id": 9973, - "name": "Jerry Barron", - "gender": "female", - "age": 59, - "address": { - "state": "North Dakota", - "city": "Westwood" - } - }, - { - "id": 9974, - "name": "Randolph Day", - "gender": "male", - "age": 77, - "address": { - "state": "Ohio", - "city": "Genoa" - } - }, - { - "id": 9975, - "name": "Bessie Mcdaniel", - "gender": "female", - "age": 34, - "address": { - "state": "North Carolina", - "city": "Berlin" - } - }, - { - "id": 9976, - "name": "Pennington Hoover", - "gender": "male", - "age": 41, - "address": { - "state": "Oregon", - "city": "Holtville" - } - }, - { - "id": 9977, - "name": "Tamara Norman", - "gender": "female", - "age": 61, - "address": { - "state": "Iowa", - "city": "Garberville" - } - }, - { - "id": 9978, - "name": "Lupe Walls", - "gender": "female", - "age": 41, - "address": { - "state": "Connecticut", - "city": "Hickory" - } - }, - { - "id": 9979, - "name": "Navarro Barry", - "gender": "male", - "age": 78, - "address": { - "state": "South Dakota", - "city": "Wauhillau" - } - }, - { - "id": 9980, - "name": "Lessie Ashley", - "gender": "female", - "age": 66, - "address": { - "state": "Minnesota", - "city": "Cassel" - } - }, - { - "id": 9981, - "name": "Lucas Rivera", - "gender": "male", - "age": 52, - "address": { - "state": "Kentucky", - "city": "Hobucken" - } - }, - { - "id": 9982, - "name": "Ann Cochran", - "gender": "female", - "age": 38, - "address": { - "state": "Mississippi", - "city": "Orason" - } - }, - { - "id": 9983, - "name": "Duke Hawkins", - "gender": "male", - "age": 65, - "address": { - "state": "Massachusetts", - "city": "Verdi" - } - }, - { - "id": 9984, - "name": "Charlotte Lowe", - "gender": "female", - "age": 75, - "address": { - "state": "Hawaii", - "city": "Germanton" - } - }, - { - "id": 9985, - "name": "Sheryl Rice", - "gender": "female", - "age": 36, - "address": { - "state": "Idaho", - "city": "Warsaw" - } - }, - { - "id": 9986, - "name": "Griffin Pena", - "gender": "male", - "age": 66, - "address": { - "state": "Florida", - "city": "Vienna" - } - }, - { - "id": 9987, - "name": "Cleo Gill", - "gender": "female", - "age": 25, - "address": { - "state": "Georgia", - "city": "Alderpoint" - } - }, - { - "id": 9988, - "name": "Lynette York", - "gender": "female", - "age": 71, - "address": { - "state": "Wyoming", - "city": "Bagtown" - } - }, - { - "id": 9989, - "name": "Stevenson Marsh", - "gender": "male", - "age": 79, - "address": { - "state": "Indiana", - "city": "Bawcomville" - } - }, - { - "id": 9990, - "name": "Kathy Perkins", - "gender": "female", - "age": 18, - "address": { - "state": "Maryland", - "city": "Springdale" - } - }, - { - "id": 9991, - "name": "Knowles Oneil", - "gender": "male", - "age": 47, - "address": { - "state": "Oklahoma", - "city": "Sunnyside" - } - }, - { - "id": 9992, - "name": "Cherie Guthrie", - "gender": "female", - "age": 40, - "address": { - "state": "New Mexico", - "city": "Lumberton" - } - }, - { - "id": 9993, - "name": "Simpson Howard", - "gender": "male", - "age": 64, - "address": { - "state": "Alabama", - "city": "Summerfield" - } - }, - { - "id": 9994, - "name": "Patrica Rich", - "gender": "female", - "age": 23, - "address": { - "state": "Virginia", - "city": "Dana" - } - }, - { - "id": 9995, - "name": "Frazier Tillman", - "gender": "male", - "age": 18, - "address": { - "state": "Maine", - "city": "Taycheedah" - } - }, - { - "id": 9996, - "name": "Kristie Rutledge", - "gender": "female", - "age": 26, - "address": { - "state": "Alaska", - "city": "Bison" - } - }, - { - "id": 9997, - "name": "Reva Reese", - "gender": "female", - "age": 39, - "address": { - "state": "Ohio", - "city": "Templeton" - } - }, - { - "id": 9998, - "name": "Shirley Ellison", - "gender": "female", - "age": 25, - "address": { - "state": "New Mexico", - "city": "Walland" - } - }, - { - "id": 9999, - "name": "Bonita Black", - "gender": "female", - "age": 62, - "address": { - "state": "Virginia", - "city": "Coaldale" - } - } -] diff --git a/ng6-seed/dist/assets/data/company.json b/ng6-seed/dist/assets/data/company.json deleted file mode 100644 index 6d1b0f8bc..000000000 --- a/ng6-seed/dist/assets/data/company.json +++ /dev/null @@ -1,505 +0,0 @@ -[ - { - "name": "Ethel Price", - "gender": "female", - "company": "My company name is very long and funny because funny is fun", - "age": 22 - }, - { - "name": "Claudine Neal", - "gender": "female", - "company": "Sealoud", - "age": 55 - }, - { - "name": "Beryl Rice", - "gender": "female", - "company": "Velity", - "age": 67 - }, - { - "name": "Wilder Gonzales", - "gender": "male", - "company": "Geekko" - }, - { - "name": "Georgina Schultz", - "gender": "female", - "company": "Suretech" - }, - { - "name": "Carroll Buchanan", - "gender": "male", - "company": "Ecosys" - }, - { - "name": "Valarie Atkinson", - "gender": "female", - "company": "Hopeli" - }, - { - "name": "Schroeder Mathews", - "gender": "male", - "company": "Polarium" - }, - { - "name": "Lynda Mendoza", - "gender": "female", - "company": "Dogspa" - }, - { - "name": "Sarah Massey", - "gender": "female", - "company": "Bisba" - }, - { - "name": "Robles Boyle", - "gender": "male", - "company": "Comtract" - }, - { - "name": "Evans Hickman", - "gender": "male", - "company": "Parleynet" - }, - { - "name": "Dawson Barber", - "gender": "male", - "company": "Dymi" - }, - { - "name": "Bruce Strong", - "gender": "male", - "company": "Xyqag" - }, - { - "name": "Nellie Whitfield", - "gender": "female", - "company": "Exospace" - }, - { - "name": "Jackson Macias", - "gender": "male", - "company": "Aquamate" - }, - { - "name": "Pena Pena", - "gender": "male", - "company": "Quarx" - }, - { - "name": "Lelia Gates", - "gender": "female", - "company": "Proxsoft" - }, - { - "name": "Letitia Vasquez", - "gender": "female", - "company": "Slumberia" - }, - { - "name": "Trevino Moreno", - "gender": "male", - "company": "Conjurica" - }, - { - "name": "Barr Page", - "gender": "male", - "company": "Apex" - }, - { - "name": "Kirkland Merrill", - "gender": "male", - "company": "Utara" - }, - { - "name": "Blanche Conley", - "gender": "female", - "company": "Imkan" - }, - { - "name": "Atkins Dunlap", - "gender": "male", - "company": "Comveyor" - }, - { - "name": "Everett Foreman", - "gender": "male", - "company": "Maineland" - }, - { - "name": "Gould Randolph", - "gender": "male", - "company": "Intergeek" - }, - { - "name": "Kelli Leon", - "gender": "female", - "company": "Verbus" - }, - { - "name": "Freda Mason", - "gender": "female", - "company": "Accidency" - }, - { - "name": "Tucker Maxwell", - "gender": "male", - "company": "Lumbrex" - }, - { - "name": "Yvonne Parsons", - "gender": "female", - "company": "Zolar" - }, - { - "name": "Woods Key", - "gender": "male", - "company": "Bedder" - }, - { - "name": "Stephens Reilly", - "gender": "male", - "company": "Acusage" - }, - { - "name": "Mcfarland Sparks", - "gender": "male", - "company": "Comvey" - }, - { - "name": "Jocelyn Sawyer", - "gender": "female", - "company": "Fortean" - }, - { - "name": "Renee Barr", - "gender": "female", - "company": "Kiggle" - }, - { - "name": "Gaines Beck", - "gender": "male", - "company": "Sequitur" - }, - { - "name": "Luisa Farrell", - "gender": "female", - "company": "Cinesanct" - }, - { - "name": "Robyn Strickland", - "gender": "female", - "company": "Obones" - }, - { - "name": "Roseann Jarvis", - "gender": "female", - "company": "Aquazure" - }, - { - "name": "Johnston Park", - "gender": "male", - "company": "Netur" - }, - { - "name": "Wong Craft", - "gender": "male", - "company": "Opticall" - }, - { - "name": "Merritt Cole", - "gender": "male", - "company": "Techtrix" - }, - { - "name": "Dale Byrd", - "gender": "female", - "company": "Kneedles" - }, - { - "name": "Sara Delgado", - "gender": "female", - "company": "Netagy" - }, - { - "name": "Alisha Myers", - "gender": "female", - "company": "Intradisk" - }, - { - "name": "Felecia Smith", - "gender": "female", - "company": "Futurity" - }, - { - "name": "Neal Harvey", - "gender": "male", - "company": "Pyramax" - }, - { - "name": "Nola Miles", - "gender": "female", - "company": "Sonique" - }, - { - "name": "Herring Pierce", - "gender": "male", - "company": "Geeketron" - }, - { - "name": "Shelley Rodriquez", - "gender": "female", - "company": "Bostonic" - }, - { - "name": "Cora Chase", - "gender": "female", - "company": "Isonus" - }, - { - "name": "Mckay Santos", - "gender": "male", - "company": "Amtas" - }, - { - "name": "Hilda Crane", - "gender": "female", - "company": "Jumpstack" - }, - { - "name": "Jeanne Lindsay", - "gender": "female", - "company": "Genesynk" - }, - { - "name": "Frye Sharpe", - "gender": "male", - "company": "Eplode" - }, - { - "name": "Velma Fry", - "gender": "female", - "company": "Ronelon" - }, - { - "name": "Reyna Espinoza", - "gender": "female", - "company": "Prismatic" - }, - { - "name": "Spencer Sloan", - "gender": "male", - "company": "Comverges" - }, - { - "name": "Graham Marsh", - "gender": "male", - "company": "Medifax" - }, - { - "name": "Hale Boone", - "gender": "male", - "company": "Digial" - }, - { - "name": "Wiley Hubbard", - "gender": "male", - "company": "Zensus" - }, - { - "name": "Blackburn Drake", - "gender": "male", - "company": "Frenex" - }, - { - "name": "Franco Hunter", - "gender": "male", - "company": "Rockabye" - }, - { - "name": "Barnett Case", - "gender": "male", - "company": "Norali" - }, - { - "name": "Alexander Foley", - "gender": "male", - "company": "Geekosis" - }, - { - "name": "Lynette Stein", - "gender": "female", - "company": "Macronaut" - }, - { - "name": "Anthony Joyner", - "gender": "male", - "company": "Senmei" - }, - { - "name": "Garrett Brennan", - "gender": "male", - "company": "Bluegrain" - }, - { - "name": "Betsy Horton", - "gender": "female", - "company": "Zilla" - }, - { - "name": "Patton Small", - "gender": "male", - "company": "Genmex" - }, - { - "name": "Lakisha Huber", - "gender": "female", - "company": "Insource" - }, - { - "name": "Lindsay Avery", - "gender": "female", - "company": "Unq" - }, - { - "name": "Ayers Hood", - "gender": "male", - "company": "Accuprint" - }, - { - "name": "Torres Durham", - "gender": "male", - "company": "Uplinx" - }, - { - "name": "Vincent Hernandez", - "gender": "male", - "company": "Talendula" - }, - { - "name": "Baird Ryan", - "gender": "male", - "company": "Aquasseur" - }, - { - "name": "Georgia Mercer", - "gender": "female", - "company": "Skyplex" - }, - { - "name": "Francesca Elliott", - "gender": "female", - "company": "Nspire" - }, - { - "name": "Lyons Peters", - "gender": "male", - "company": "Quinex" - }, - { - "name": "Kristi Brewer", - "gender": "female", - "company": "Oronoko" - }, - { - "name": "Tonya Bray", - "gender": "female", - "company": "Insuron" - }, - { - "name": "Valenzuela Huff", - "gender": "male", - "company": "Applideck" - }, - { - "name": "Tiffany Anderson", - "gender": "female", - "company": "Zanymax" - }, - { - "name": "Jerri King", - "gender": "female", - "company": "Eventex" - }, - { - "name": "Rocha Meadows", - "gender": "male", - "company": "Goko" - }, - { - "name": "Marcy Green", - "gender": "female", - "company": "Pharmex" - }, - { - "name": "Kirk Cross", - "gender": "male", - "company": "Portico" - }, - { - "name": "Hattie Mullen", - "gender": "female", - "company": "Zilencio" - }, - { - "name": "Deann Bridges", - "gender": "female", - "company": "Equitox" - }, - { - "name": "Chaney Roach", - "gender": "male", - "company": "Qualitern" - }, - { - "name": "Consuelo Dickson", - "gender": "female", - "company": "Poshome" - }, - { - "name": "Billie Rowe", - "gender": "female", - "company": "Cemention" - }, - { - "name": "Bean Donovan", - "gender": "male", - "company": "Mantro" - }, - { - "name": "Lancaster Patel", - "gender": "male", - "company": "Krog" - }, - { - "name": "Rosa Dyer", - "gender": "female", - "company": "Netility" - }, - { - "name": "Christine Compton", - "gender": "female", - "company": "Bleeko" - }, - { - "name": "Milagros Finch", - "gender": "female", - "company": "Handshake" - }, - { - "name": "Ericka Alvarado", - "gender": "female", - "company": "Lyrichord" - }, - { - "name": "Sylvia Sosa", - "gender": "female", - "company": "Circum" - }, - { - "name": "Humphrey Curtis", - "gender": "male", - "company": "Corepan" - } -] diff --git a/ng6-seed/dist/assets/data/projects.json b/ng6-seed/dist/assets/data/projects.json deleted file mode 100644 index 07f0d0842..000000000 --- a/ng6-seed/dist/assets/data/projects.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "project": "PROJECT HOLLISTON", - "date": 142727139000, - "progress": 15 - }, - { - "project": "PROJECT NGH", - "date": 142741725000, - "progress": 26 - }, - { - "project": "PROJECT ARMADA", - "date": 142754658000, - "progress": 50 - }, - { - "project": "PROJECT VALISE", - "date": 142789164000, - "progress": 80 - }, - { - "project": "PROJECT KOMODO", - "date": 142883058000, - "progress": 30 - } -] diff --git a/ng6-seed/dist/assets/data/security.json b/ng6-seed/dist/assets/data/security.json deleted file mode 100644 index b208c9160..000000000 --- a/ng6-seed/dist/assets/data/security.json +++ /dev/null @@ -1,88670 +0,0 @@ -[ - { - "Type": "File", - "Value": "7E281760D1118EABF9BB855936F13CB1", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/c796a041bb60336e8c0fde04b4d20e32b5f5b15cc831e728143d26985cf3be65.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "FBC93B9EA436D0B37310008FE7CE155F", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/20a00eb122ed59db03836a97d564742077eff6fa902941f28b15f7e7e1204443.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "C808914A22129AC7D673287A317BA634 : 9147E22497D0074D790AE67D5B906F13EE76A3C273F260166BA37C6D107C3F2E", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=c808914a22129ac7d673287a317ba634", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "9B592EA4C18E09D2B898FE46558C12AC : AE07A32A7C4BE4F3E83CF9C14005D577E63BF20E811E9DBEFD800EC5258E4C0E", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=9b592ea4c18e09d2b898fe46558c12ac", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "CEE62243785B7C0D5B936C17C1D1E2E9", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9EA027545D76B47117ACB391A9B10016", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "410A46CF0A94B596F6B3897756723100", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0FF1463604065A026989FA2C4B30BB17", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F0FC35C4BF3B1133D2D0143CB99F549C", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "754B49AE7B92FAED0A8371B2F4218BC3", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EFF85D0C782179E07D4E39F835397E91", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9329574127B61ADD134D81031788543B", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "63663B3171E6F6EC795353C09A0CDBBC", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B315C590C3AD691604597EA41F8DD84E", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5A39A887CF5988602E3C93ED7E455F5D", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F89F5360A89841B932CC8BE825C3DA15", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "35C391DCB68910224A55B7A3C25F0EA1", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "59AFF6650D2DC17521CE1930E920C7D1", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7D278339B8D5261D718CEBBC1BBD530F", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "19F850A5BE06C7513950A7535FBBED9E", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E2AF11EAC27AE37D121CC3559D5B76DD", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3A42221BADC253CC3CDDD56DE1EECEFB", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5DF490987FB13C1885FCF55CBAE2C768", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "11D20BCCC8F8B5AB03BA2FEA0D248113", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "31963075ABEC1CA51A7C8416BAF097F2", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F6945E0CC9298F70D892A29E747F171F", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FE98ABC2DAB2F0F63A5F78DF5334130C", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F7EBB593794545DBD1B3AA95EE7FB36C", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "69978C76CC8DE0051E50768B575CBF1A", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "12222FC2955965D9147302E767431657", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6100A90EBF87DD89B10F53BBB4998300", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0103F5CAD533CE51154068108718DA06", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9EFFA0D39B59B610CED5A3DD019A7E6E", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8ADF81B6B974B8E2E9E3B6665BD78712", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7D5D5E617ED0CA113AD544758235E6F1", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DA41099F724FD2EEBAC94AAFEF629889", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "67BE2A90BC44095E047FF5F000EB2DAD", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EDC92591CDE8DB15A35F72043F8A0127", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F3855D7C83C07B3636E3FC89442DA8AD", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FC5444532B92A90563EA6C496621760D", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "68555A4235FDE27D15F51520A7899C76", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2A87F6E20241592BB6AA09AB4571FDAC", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EF8996E44D76B94E2D01436F83DA8841", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C62DBC8CCB60A9E325A128AA9C9BC297", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8835E9F8F9C32FF8BCBE7F30F2608B07", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9E74795B03266CB71D96007901B9ABA9", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BA06D5BCC191B4FA7DF8B4C46B50B044", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0BC484BFC40483208307741F4F73784D", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CEEF37FECED45763C4F1C60BDE42BA2C", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5B6F2D99C2CF2F0260C671A6049EDDF1", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2E6D8B5844ABB9ECF873FBB0C36ECBD1", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C5C67E7D7E7AD12186B2FC8A5D8D4071", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "73B9236547E31079491C7264C6F74310", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7EA57B3005971C9E88BC36422F8C8DEC", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "985112D8EE2A1F66FAA333BEDA00752B", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B167D64BBC5C3D0E1BAFE5F7ACF8205D", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "725655C9760E9B1D7632F2125A5D4C4A", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1DFF6CC5E68B16F4D9F3300DD21E32FB", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E657F181097912906CBF2BF4894FC044", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BCFBA71BA7928FA1FF8DF7C13287ED4E", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A1DE1EF4ED57B14E54A860549745A9A3", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "ED5D15CEDD7033D2292BB168A04052FA", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7A6FE4FDB644CC97C88097176F5481F1", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/f0b3bef7ab495c3244f5b417b7a79e708b0186cb634766af9dec0377932328d2.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "BDC8AB42F8C2C4BD846C8C2AF25D1B04", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/6ddfbb57741cdad0a3d25ca4ca0c8eafecbede97637027e9e65ae106a895c97d.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "6BB91DCE52704787F038F106776880F6", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/db9b24417d9f4d9fcd9c91c6cdbe553e41cf799b42feb4315d0c6bd725aa49a5.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "7CC1C1EB93A8AC2096E927EE8BCB2F2F", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/6ef8c1f67775f9ffb07260002cc40bed313a8cf260c7f3c8785f1c3a2c2fba5d.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "EEFC6BB9493AB9876CE6761B1F873F6C", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/d43b22c6e4fa0d518556a896d91ec31c568ebefad6e1e55579c8e5294074084f.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "4C1B4032A51584F684E6E0F3096F6FDB", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=4c1b4032a51584f684e6e0f3096f6fdb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "339E13A60456F4321956559FA12E25E7", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/e994b797e04e05536f1c137d64396310b26edb82d9c15d7901bd29e64bf7a0ea.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "43BA498D6A2E1A0D457605952C088F51 : 86138C558089ED860ED2999351B7C43B81CDCE97B83E5AFF0A9CDE1DC3479201", - "Organization": "PDFExaminer Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=43ba498d6a2e1a0d457605952c088f51", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "85E04F43BA63CE35799296FF2B8E93C7", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/03f661bf45a9494d0666f5b28a62885470d2abdbd57bd95f4d4745068f656cfb.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "9C46F3B3DB7B9A791AD493CE81D0A781", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/7362fc645c1df7fb2b0895b34fca8651ae3e3a01b386ab6441ddbb8eccb288e1.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "3624FE9C8F36CF41C8607606BA34CFC7", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/2fca98fa86282ec8783f5dabc178d83ff69a70ced0a21f874f51e9722662b10a.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "4532C0AA0D1424CDC8760F7B1C9E3E6E", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/3ecb2e086f4582db7620441dbf16035a85bade213f423c6aa9febf6eaf4f551a.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "18AC13B9389CCBF7EDC43525FBF29A04", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/ddfa2e2b8728d7643ae6a51141f2963b2d7434a5ec9e1ab7583c0fa9f73a26cb.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "81A4AEB1EA51C4B4343BBE90AA1AD047", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/a2ca34482534ad94468cae7e06cfe6f9f6fa73e5be6784accdc74a8fd9bc576e.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "D117F952B70FEA74CEFBEC5AD047B7B5", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/4e75a34dbacfd5992c5acc99e30e053955c32fb484f02d6aef8263ee92ff2bd8.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "72E820AB5619E2DB651A5E1EF597C6A4", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/1bab41d765f8c67b294839c5b620dfb22b0a3c31dfb72c6205b9c395770cfa68.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "51CA0207F8E592497583A5D123C553F7", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/2185c1014acf62cceca646bee5f2dda9698ee8427fc57a6f84fd983155ff2e65.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "313B0D391795CBD27AAD6110C04CEEBF", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/8b4783a4a0727732d204130c8341241741e4ef4c74a4d54155a01acadccbbf19.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "EmailAddress", - "Value": "teodorlg@abv.bg", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "oqiireha@w.eamale.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "janicetendhi88@fesabok.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "asdalomas@spamherelots.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "domingogarea@movistar.es", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ardianbujupitbrebir@spambog.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "aepuda@pop.eamale.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "angusnorthcott35@rng.enticals.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "asdaloma@maileme101.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "s.er.gei.k.r.yts.kiq798@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "margert@web2web.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "picture010@moscowmail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "antoine-biscoe@ildefonso14.silkwomenshirts.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "erniewagner@tertinek43.glasslightbulbs.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "udonox@newmail.printemailtext.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "asdalomas@mailinater.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ser.gei.k.rytskiq798@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "eosopeho@m.eamale.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ninacn2vi@mail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "anastasiyaam8qpo@mail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "5quarles@comcast.net", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "kiki124mia@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "shea.l.anderson@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "bjork7676@yahoo.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "esor2@comcast.net", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "foleyma@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "joyzhi@hotmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "corey7473@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "fagannew@comcast.net", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "kwhite1620@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "nookie3730@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "tw.i.tt.ero.vi.ht.wit.er.sk.ii@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "jeromehf69@kilo.kappa.livefreemail.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "jabacklund@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "aaron@whiteshutter.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "lstmartin71@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "aarondadcox@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "rebeccalockett37@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F87A4AA167A944404DA3A530B03FC2C0", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/3a1c67775fbf9e5348e83f45b44f9d5c052e0cce992b4ef444f1a4224f7a71ba.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "10A394E18D5F8271602FBED56F2108DF", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/2eb887801c5b382b457416e47f780e5db2fc9ceb9ed5b097d6d693d7691695e5.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "D9FB227094F38397DB323EBE4CB844F3", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/c632859a39bbb528b66eb13928b85a7db433571ed3414a801c9bef961498fbb2.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "A690B60FC4C4CD4D50F51981E7F689C2", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/93c676dd690c64d2a7b9de04f3c85a5d149b3157610be38294f245652b73af15.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "7739886987587D5D528A7586333079B9", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/c532de88ff93f5d97f810d0d07c1fe052f389f3a5ecba5d95efcd81fa9867c14.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "B368DBF695A9F166951A4F5191955571", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/fd496ee63fa9b4aaecebbf2884fcb3bd555e22cf6146aad78acc1d01b6d8b217.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "9DC4ECF2C8BC531A8569B12F3BE91CB6", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/ff7c32c13ff9f2e0daad70c23eb267e4298c8affef9cd111134247b53da0cf21.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "77715F63FB4FE427F8EA0582920BE293", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/675a5be549fcc7e8e7586f7d8581dcb42d44739f5043359c4566ff8c11a8182c.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "B2A55DA714A43A97C436775590140C2D", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/c7fdca17bc96714db8c8ddbdd952c511329bf1640e3cbbda20e57016e6eb6014.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "FF7AD42CB391107D9AF5E23BB43B7ACB : 252D0BB4A629263277B54CAFA4027434EDFBB0F79291304F6EC702C01FD3864D", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=ff7ad42cb391107d9af5e23bb43b7acb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "822690511ADB2F1CA3FE51699ABAB642", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/4e552d84dc4dfe8f9fac6d23c4f5bb4eb43e1cec3ca0d9c539f41fc555bcb470.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "FBD7989F97DC99EA590A6B3EA816994D", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/ec183127ce1cdcd72f120d91e1885feb2e285ebd356908ff3794099f847817a4.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "12B4BAA14DEFC2AC5376A46112079977 : C54CA0EDFACC1FAAC7608F7A84855AFD5452877146019B3A20827880ECB7DE29", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=12b4baa14defc2ac5376a46112079977", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "36405265D3D869766941776EE85FD244", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/3543209e3138eb99ab88bef0ff1c8d73393ece399d82077ef2c224ef8dfe421d.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "ECB78CEBD003939E3029C0A4BC9EBF87", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/dd5f890b00b6f7a119a09542e992ca5c6bf50857fab5fb7691acef8cebdedf04.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "938948C5A296647096701D18760E7A82", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/c0c2edb6d2d163f1d853b1f775af0e9229531fc1bc3f42a16ee8c1215ad6782d.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "Host", - "Value": "uk1online89e.info", - "Organization": "AVG Website Safety Reports", - "Rating": 4, - "Confidence": 89, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://www.avgthreatlabs.com/ww-en/website-safety-reports/domain/uk1online89e.info/", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "Host", - "Value": "greatsofware125.download", - "Organization": "AVG Website Safety Reports", - "Rating": 4, - "Confidence": 89, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://www.avgthreatlabs.com/ww-en/website-safety-reports/domain/greatsofware125.download/", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "Host", - "Value": "urgent-issue-no16121-system.review", - "Organization": "AVG Website Safety Reports", - "Rating": 4, - "Confidence": 89, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://www.avgthreatlabs.com/ww-en/website-safety-reports/domain/urgent-issue-no16121-system.review/", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "885A3AF2F18A4DCA4265BFE6FC77BB23 : FF2C9A3ABAB3A542A15D01830E7B0B8FF737AF99BE6DA75BAD70DB99E0F62195", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=885a3af2f18a4dca4265bfe6fc77bb23", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "424880FE88289C4967D44A6AAADA38CE : 8A239DF67100085825588E6B27FA395327C1ED5553B36658977237E2152C1A01", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=424880fe88289c4967d44a6aaada38ce", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "Host", - "Value": "vyohacxzoue32vvk.cp3yme.top", - "Organization": "abuse.ch Ransomware Tracker Source", - "Rating": 4, - "Confidence": 95, - "DateAdded": "11-06-2016", - "LastModified": "11-09-2016", - "Description": "Ransomware host.", - "Source": "https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Ransomware" - }, - { - "Type": "Host", - "Value": "vyohacxzoue32vvk.g7rst5.bid", - "Organization": "abuse.ch Ransomware Tracker Source", - "Rating": 4, - "Confidence": 95, - "DateAdded": "11-06-2016", - "LastModified": "11-09-2016", - "Description": "Ransomware host.", - "Source": "https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Ransomware" - }, - { - "Type": "Host", - "Value": "vyohacxzoue32vvk.ss8doe.top", - "Organization": "abuse.ch Ransomware Tracker Source", - "Rating": 4, - "Confidence": 95, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Ransomware host.", - "Source": "https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Ransomware" - }, - { - "Type": "Host", - "Value": "vyohacxzoue32vvk.ug6ewx.top", - "Organization": "abuse.ch Ransomware Tracker Source", - "Rating": 4, - "Confidence": 95, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "Ransomware host.", - "Source": "https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Ransomware" - }, - { - "Type": "File", - "Value": "81A7F75BA11EC7CCBA0C2CC17FC9B4BA", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/d17b849098e07120cb11f231da97796c95cce55f3046f739a9104751dd9c608c.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "CB0C06ED8E7C4B0376DD4F1A6E8C6F76", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/adae6c2bbc2011fe587f71ead820a34cb083a8dad289597fae822aae0071bf69.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "C155C195598EEB9B54136AF2E489F126", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/38360ae8bfca175904b7fba75a9be6aa7c7f9b1da89eabdc1b3fc76d883e46f4.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "B72D8D990DE884AF4AC6BA25C8F6EE30", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/5bf9d6b131f6b785ab048cd088412e65d748a980fb2702f49f7f489b2bab5e0b.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "7ACB1A1984B28B83214A04649F4D06E6", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/2b5d0ec97e38e3198c5c1e7c2906ec0f24203cc45e1a5bf4496f1a4992804f73.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "EE31136BB02578BDB2C14C56D74169E9 : 5A0BB890225DF46E81AAE495DEFB49C898FD3BD3F6E489666B72EB639252DCC7", - "Organization": "PDFExaminer Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=ee31136bb02578bdb2c14c56d74169e9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "Host", - "Value": "sungbocne.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "havaa.nl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "highlandsolar.ca", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "hightradingfrequency.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "h-miyoshi.ed.jp", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "hobbis.cz", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "interprofil.no", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "iwebsdns.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "omidak.ir", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "restaurant-traditional.ro", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "fourpair.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "gremr.ma", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "grafa.cz", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "grahamkennedy.ca", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "greatmeeting.org", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "greenmodul.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "greenoceanpetroleum.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "greentic.univcasa.ma", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "grplink.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "guneynakliyat.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "gushifengyun.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "gxhedu.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "hamburyhird.co.uk", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "hanak-nafotil.kvalitne.cz", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "haneyslanding.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "happyrushop.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "galebtopola.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "gambit.nysa.com.pl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "gentscha.de", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "geodispo.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "giasungoaingu.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "gingell.ca", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "giochasach.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "gisinecology.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "glassfusing.com.au", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "golden-bereg.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "gpstrackerbali.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "friluftsgaarden.dk", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "wimaj.pl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "alamanconsulting.at", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "all-kaigo.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "arabom.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "bmkgjateng.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "dhmodel.cz", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "fitnessrelax.sk", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "focovi.cl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "frivill.hu", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "fu-k.jp", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "fungasoap.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "futurovision.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "g2m.pl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "bg-n.nl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "butscher.co", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "campingmclaren.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "ccilfov.ro", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "chinasymbolic.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "chmedonline.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "clickjv.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "cor-huizer.nl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "dietafine.cz", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "diwsj.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "djjaviermix.cl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "dwunion.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "elegant-taste.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "aizheni.cn", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "ajooma.nl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "akram37.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "append.pl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "aquatica.at", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "armantrading.co.ir", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "asaproducoes.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "asianbuffet.ca", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "avnbook.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "axwat.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "balkello-accommodation.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "basarinn.is", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "bbq-tech.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "belaket.nl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "bestoptic.eu", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "abercrombiesales.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "bepxep.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "chaturk.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "concern-block.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "dmamart.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "020zz.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "0551gx.cn", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "168big.com.tw", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "1kupon.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "adj3.pt", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "africantickets.de", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "inzt.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "www.cutillas.fr", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "donrigsby.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "earthboundpermaculture.org", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "adriandomini.com.ar", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "ajmontanaro.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "alpermetalsanayi.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "antivirus.co.th", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "avon2you.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "babuandanji.jp", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "centinel.ca", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "codanuscorp.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "competc.ca", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "dessde.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "dinglihn.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "dunyam.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "edrian.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "eroger.be", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "handsomegroup.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "smtp.goodcatch.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "soloautos.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "supp.ambiflorasul.com.br", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "test.gotoweb.pro", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "thisnspeel.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "vexerrais.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "villaamericana.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "waag-azhar.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "westjordanwrestling.org", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "westprod.fr", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "your-confirm-safety.co.nf", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "3-50-90.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "abclala.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "acrilion.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "hockeylavalest.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "infodoza.biz", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "jcereza.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "loterotal.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "maxhotel.it", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "model-meister.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "odinmanto.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "panselunel.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "radiopazhn.org", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "reckersdrees.de", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "setlab.it", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "sh207542.website.pl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "sinotogo.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "harmat.pt", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "harpen.nl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "hassyuu.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "hdmedia.pl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "heederik.eu", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "henanbusiness.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "hetmangniew.friko.pl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "hg-bikes.de", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "highlakehill.be", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "himichesko-varna.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "hiro-eki.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "hkyidianyuan.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "hockeyboy.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "gastradebg.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "gcw123.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "geethikabedcollege.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "ghaemshahr.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "giadinh24.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "giesn.nl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "gloriajeanscoffees.co.th", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "gogeshop.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "goodcatch.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "greatbi.nl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "grittivn.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "gwyhome.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "halerblot.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "expomec.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "eyzimo.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "filomak.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "fitnesstips.dk", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "florindumitrescu.ro", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "flurrbinh.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "fordcmaxclub.nl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "fototour.pl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "fuatbilgin.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "funeralcars.eu", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "gallato.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "gaoqing8.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "gardencreation.be", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "broonquipo.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "bustbomb.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "carindoauto.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "carrier-spb.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "choopchirk.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "coilgalvalumemurah.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "copperblues.ca", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "cosmobalance.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "cutillas.fr", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "dekoral.eu", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "doto.com.pl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "dowfrecap.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "edumarvm.com.ar", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "elleart.nl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "environment.ae", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "share.videocore.ro", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "tamviagensswitchfly.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "terms-page.at.ua", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "tradingtherange.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "voipexito.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "warningfacebooksecurity.ga", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "ys5egue.dteted7f7r.et4.4656.5.t65.5.5875.dhirt.4989.rgkhr.594k.e.clearpointsupplies.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "50engineersroad.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "aloneadage.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "alrawfed.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "altrazione.org", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "arquivetro.com.ar", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "assetcomputers.com.au", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "blueerdos.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "breepes.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "compapremiada2016.websiteseguro.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "confirmhelp.at.ua", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "drnatalinoautili.it", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "huboslochteren.nl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "ient.usaa.com.approve.securepayment.ientapprove.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "info-fb-recover.at.ua", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "invictaonlini.com.br", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "latampromomultiplus.zyns.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "latamtravelswitchfly.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "paypal.com.dgetuptreegot.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "recover-fb-app.at.ua", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "recoverinfo-fb.at.ua", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "securednetwork.theonlinewoodshow.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "serasaexpean.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "vienspkt.hcmute.edu.vn", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "vikas-kohli.myjino.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "vodoprovod.ua", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "waverentacar.com.ar", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "whatsmethi.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "whatswrongwithmoney.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "wizmen.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "yourinternetnetworkingsolutions.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "ywcoba.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "zharmonics-online.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "622s.oie.4.4e.4w.22e.2dvt.45tgt.vcs4.2edv.hu7.sw3.hj90.cdsa.wedxc.etyb.clearpointsupplies.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "aapi-bb-gerenciadorempresarial.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "batikdiajengsolo.co.id", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "bbvacontinentall.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "cadastro-mobille.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "restaurantebrasaojf.com.br", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "safetech-online.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "saleseekr.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "sayelemall.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "shreeambicaalloys.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "sloutionenglishdor.com.ng", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "solutionhour.org", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "srimancoir.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "swingdoblack.com.br", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "tdeasywebdemo.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "theunlockshop.ie", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "toddautobody.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "transferownerairtenantbnb.website", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "uk-weddingphotography.org", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "upgrdprocess.com.ng", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "matroluxe.net.ua", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "med-sources.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "melroseplazahotel.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "meucondominio.blog.br", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "mhnslife.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "michaeldferrell.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "mijnverificatieprocedure.beveiligde.controle.enibaba.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "msarchitects.co.za", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "newcastlecoins.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "newportportoes.com.br", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "pay.capfonstore.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "privaterealestatelending.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "privatteodontologia.com.br", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "purple-monkey.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "rdmpilot.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "grupomoro.com.py", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "hamiyannews.ir", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "hoverforms.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "icpet-intrometic.ro", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "icscards.nl.bymabogados.cl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "insta-contest.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "iyuejwkmo.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "j590148.myjino.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "joshdu2016.myjino.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "lastovo.hr", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "lenovoservicecenters.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "lmrports.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "loverofalllnation.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "malcom.biz", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "creativeoxygen.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "cuhk.myjino.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "dngecfo.wirt16.bhlink.pl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "dsgasdgsadglwehrfwaehfgsakjgsad.co.nf", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "dzinr-shears.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "educatefortexas.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "enquete.ricardo.ch.home.customer.satisfaction.security.ssl.ecosonline.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "eserviceeee.myjino.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "eservicesss.myjino.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "eservicesssss.myjino.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "eservicew.myjino.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "euromedicalonline.it", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "expoagroguaxupe.com.br", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "facebooklovesispain.tk", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "general-catalog.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "302ceo.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "adamsvpm.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "adventuregreathimalaya.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "alheraschool.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "ambbar.com.ar", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "ameensadegheen.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "arhpro.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "betsports888.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "bigtecnologia.com.br", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "cgagodrej.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "club59mas.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "crawdudes.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "File", - "Value": "DBE267B6D6F7BF6535B9730106796AF4", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/87b9138ea931858411ef920bbef186e80a663bceb30c68cd5f870a300c807a36.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "E9586BEAD571F440DDD4DC6BB6E0B558", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/b71070b22c0b8cb7f809766f6413dd75e816f1351dc6c5a4acab856d0fdc9bac.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "Host", - "Value": "criticalreport83.com", - "Organization": "AVG Website Safety Reports", - "Rating": 4, - "Confidence": 88, - "DateAdded": "11-06-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://www.avgthreatlabs.com/ww-en/website-safety-reports/domain/criticalreport83.com/", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "Host", - "Value": "sstvirtual.com.br", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "alphaadrian.win", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Botnet" - }, - { - "Type": "Host", - "Value": "appleicloud.app-myios.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "appleteameu.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "bigwintour.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "cdafang.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "colorondreamz.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "corporatesoutsourcing.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "cozyculmy.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "cresersp.org.br", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "danielphughes.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "details.information.center.security.service.ppl.appdata-account.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "edibuzire.org", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Botnet" - }, - { - "Type": "Host", - "Value": "emiratez.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Botnet" - }, - { - "Type": "Host", - "Value": "extrastark.ch", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "force7media.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "fucinemute.org", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "gartenidylle.ch", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "georgesinthegrove.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "goldene-gerste.de", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "gzzzsm.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware" - }, - { - "Type": "Host", - "Value": "htz.fucine.it", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "ifonese.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "jhansonlaw.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "lionsd115cs.pt", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "melaniedurrant.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "milonecdream.ch", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "murfreesborodogtraining.org", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "nagrat.org", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "nctech.com.au", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "online-modifed-account-information-update.optifacil.com.ve", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "prismfoundation.org", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "simpletechnology.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "spacephysics.co.uk", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "thylands.dk", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "torrent-programs.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "spamhaus.org", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "traptrillhosts.top", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "zeustracker.abuse.ch", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Zeus" - }, - { - "Type": "Host", - "Value": "lopertison.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Scam" - }, - { - "Type": "Host", - "Value": "ahwfgg.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nymaim" - }, - { - "Type": "Host", - "Value": "andifyoudontknow.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "openphish.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "198zc.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "blog.dynamoo.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "betternature.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "7ut.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "blog.dynamoo.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "www.canilsamwaad.com.br", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "deadpuppetsociety.com.au", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "CSIRT", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "dzwiekowe.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "efabryka.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "eribusiness.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "fashioncheer.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "fibrotek.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "freemailguide.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "frejasvej.dk", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "frumiel.cl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "furniturefactory.lk", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "g2el.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "ge3epmup.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "geist.fr", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "gestuet-sterzer.de", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "globalem.asia", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "globissys.co.id", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "goedvanstart.nu", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "gokmasan.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "gossipsjunction.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "gpsoft.pl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "guusdam.nl", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "hairflicksmodelphotography.co.uk", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "hanami.cz", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "happyhands.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "hayber.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "henrytye.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "hogsmeade.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "holmebjerg.dk", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "magical-connection.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "pillorydowncommercials.co.uk", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "termoskan.ru", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Locky" - }, - { - "Type": "Host", - "Value": "casebody.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "chairconsider.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "chieftravel.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "cloudprice.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "deadserve.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "dvston.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Virut" - }, - { - "Type": "Host", - "Value": "heksed.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Virut" - }, - { - "Type": "Host", - "Value": "humanhouse.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "increasegeneral.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "journeynorth.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "keksia.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Pykspa" - }, - { - "Type": "Host", - "Value": "mostpaid.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "offerpeace.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "rockhouse.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "sickcroud.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "sightdance.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "sightmeet.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "surealartofstate.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Tinba" - }, - { - "Type": "Host", - "Value": "thoseduring.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "triedsuch.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "wishgift.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "xdngzcn.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Pykspa" - }, - { - "Type": "Host", - "Value": "yardover.net", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suppobox" - }, - { - "Type": "Host", - "Value": "zuiben.com.cn.xatyds.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "private", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Virut" - }, - { - "Type": "Host", - "Value": "auraplace.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "cro.moph.go.th", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "drjanellebicknell.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "grandprairierotary.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "impexo-sales.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "loelang.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "Host", - "Value": "sicredirelatorios.com", - "Organization": "Malware Domain Blocklist Source", - "Rating": 3, - "Confidence": 79, - "DateAdded": "11-08-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "phishtank.com", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Phishing" - }, - { - "Type": "File", - "Value": "155384CF1E04023E3C734AC1AA5B15F7", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "16A932F3EFFE6A387AAE1CA82671C275", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4C56FB17D078779E52D0282896386791", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D0FC24B0E114A7A5061504AC61E2BB62", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1731C3858A3538B64FEB2F36ED670431", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "193C5D89A91E7F057A72800614766799", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "ACB0B7BCED97154FF5D5A5D589F5ECB9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1A4FE8FC585011995A1BD345A97571C6", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1BD676C76B40BF7F5228FCB2F02759EA", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "223D387C95A3B8064EDF818B20D2A031", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "423A07FDB517F4742EAB165C997CAC24", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0A54FC37F9A170AF0BBFA88ACBBF90EE", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F3ABEC2146DF08BD09B1ED40779BF5D3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4F24B89EF5F7976E65D92E974FD60610", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "86D22F279AC64033888854C8E69A732B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F5763B2958707E3DB082B9B3522F07A5", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A9F964BDE17F65F0CAE52AA49B80A356", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "22D9AB50F2DA896ADAAFEB20B6AA3CBF", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "33225CAB6AFFB3BA8A1279B136D777C0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4C8BAFDE2F890413C948E6070777DF5A", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2DB6A36C7461FAAC1E4EB1A870F53F70", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0A0769A53E1E8E6984024CD12A8EE209", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0E95E9063BCC8EEE81C702EB9155749F", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "21D5ED2D6EA72AF81FDBB1FD67D09B79", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2DE095E8EC1FFA87EAB8E41402EF87C0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2D4FD664B3278B0DBF6B53CAD6B5CFA1", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E56D2A5DCBB7857D8721D07A7C73F56A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "123C92003A7C0DD70F6F0FC8819DE201", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2D93A7217329F363F3033423CA6CC511", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0068F22AE945AE3C6560F8D79A196AEC", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "09E1D946CE01A51EB4C34596F6496F60", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0DD6E68DDE5609754D7A78E0B33DAD01", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "70D864DA0A84285251D95FEA613704D4", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "021B2EE089A08EDF0969D60224B3BD06", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0A4A2AA50E75F122DDB4DD3A5D2F56CC", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2D471E0D7A16FBDA489DEDC593600843", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "278707BBB228725CD5322E03D8AE42CA", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "033176F932A5D155323B7025BE1F30AE", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7285008D8B7E2B552BFF45C804553683", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4505F1F9B2C93F0EFF7972271490417D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "07FEA45A8A830DCF669D29969F214669", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "00C64220F4A9246D8DCE0061FEEE9E1A", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1371F7005EB2C57CE6A24700EA3972C3", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "67E3AA59824236A033AF0DD3F8B37C76", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "09B38B235D77013A5ADE9F8C60EC57C5", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2FE0A94661B95C6BA2BB26616C5D7BC6", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BCE9EF13D9176F55C6432790A6AA972C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1854660FA0F8F2237A7A8706B3F6D844", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D1E2FE3E69C7956840E7DD744C7C85A3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C694FEE4513ACDE4C66F8EC34DACA4B8", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2A19756C15A276A4402C6F396424B09E", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "07D182544C060A5B06F5323D9B24B04C", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0CCB58F6129D5B662BB26635617DBD00", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1E0D5F06484ED1D1BFC90373C566B710", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "21755D1C3F9BBAE9D8B78F8C469A945C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E46A38551FC452A5728D4DBF0A881BCF", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "01F65AFB3ECC04B593EC3E28F5F662F2", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "483D295E3F0BB91608B29294F009B1C2", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4CA0E910DB8DA103C769F114F14A1EBB", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "84A4075C114C90E55409262D36C58171", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "466E3002723F3DDD9329B5DA60C17105", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D05DAB31C6600F3A55548D894F50AC69", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0901C5759896D85692B7A49895C7F27C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "44822D453C929D5F1F1492DA95BA5D46", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1613FC98855A825EB576EFF944EAF1C9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5CCE6C42FAA1AE2567C2A4780C6C420D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "212F3FD25654A84E53DD39F5D5AB8BFE", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1EA824EEFBA43FC65D4D1306F07F3550", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "78C7BC684ECB02E01B80A96E44AEBA80", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "10231A3187F73E11C8DA977861B76EEE", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "46938A2D35E9485A7CE37931FF688C28", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "45EFDCC3D67197C4228DF1BD7EA27C43", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "15A9F71FC4FB947F8913F630C6A58E7C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4B95E60D805C3AF6DB35079D7AB73D5A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3A15CB7910C6AF2DCB7147D8C2C72C0C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2AEB65089216FF3BCB335C5334927D52", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4C2B36744BE3563FD3907E7623255BA5", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2DEC202C326F5414C3563D93B75E155D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "16E2AD6B3992F224E6140754A01F6B49", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1AEBB0F552C38028A633AB25FC9EA300", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4729799C28795645270A737D83492EBC", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0EB213688FC846F2AF3A218CBF353F17", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "55AB72F9F5296D4C133FA096BDD13997", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "280690A84D085ECCFE294684041946CE", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1C25760744D986F2C7E33BD82F01E882", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0F6CA7400A3D31339D0504638819F5F1", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "05A62F467CE00C325BF2FFC984A92F0F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "40DD503DD2B06902A9C75910C85CC789", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8AC12BC20C381B2B3B7E2D8CB50D4EB3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2DA2AE2E3E48394DA04A535E4671DAC8", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "24D46203E13A4A8B8FD44769A5976420", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "41FB9BE0E3C1236C30A04BAF35B8F559", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "112A5BD3C543F13DC0C186576D264820", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "43B6900909B3E88AFBEA06C579A82AA9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "08D595E57F8B072634C44276BE0EC1C8", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "53E19820508549266844A45CA798F164", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4529C81213630147EA61123BC3C8DFF7", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1DDA43077F15DBE35F25390FBD85E255", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "22A4A72CB4B6383B2049AC99CD9E6AE7", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "465BF17F415EC3F52276CDC46EAD3C52", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2080D303796E04811BDF9C38264BF0A0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "164E58B58C9B774D3C77CF7D3143DDD0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "26EAED69F8386DA450C1BB3F22A15088", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "20179AA7F919EB4E297A7E80660E7931", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "630A5918E204EB6040AD48A24D5B0BDC", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1E49BF46C2B6C6C3D83A67795F952461", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B2D44D983EC68CB4B225C7592E2D610B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F6F05604D122563F7561F14D2157A7C6", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1949CD8771DBEBC9B980C43F026018B3", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2278ED17001AFC0274DA833D2EBD1601", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2941276102B0990788540C3C52018615", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "551EC86D621E934B356AE75D52A0E1F1", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2A415DEA5861907B59AE07A6E78468DC", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4701E0B51C1FC2E94F192A1CF7259A71", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "09DD608015A32A1E2B30734C09C1AE04", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2BC2B0CFCAFDB3247AD522A65B75FF2C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2489E16B2C18FD8AF95118940E40FD56", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "19207937890E6B6979C48D582A81FC15", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "23E7CB87D09257641365012DF6E40F64", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2175E192030B741532180A0AAE4C8D82", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "10117C3FAE9112EBB4B231BF1E3CDCA0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0113708C64B2BDEEA2EE28307EEDB07D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "01D512D2F31286E59AA99BB0582DBA6A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5F24D2CEA06B1902083925B134FFD82B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C61A1D8472F9887FC5A75969AC6F2ECB", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "23307314BDB632A3F0C203C312D47E51", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2BAB35D756A67A8D3054A5F1308B418B", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "02105479F3B7739A9980703C9322FCEA", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "17528085913AEF78A0AC9A813D6F7AC6", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2F5360DCD4039A843717A4BAFEC21B88", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4DC969F593284CE67E2FC9FE0517B4F9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "77F805D259D54C7BC2F3EC8ECC476FB9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "02F6FD550BB2F2B8B2137D1A9C474716", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "07C0B685CE6B7631C4E8F12891120D5D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DB924C62F182907B27DD3FAC191F4C1E", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2132D657077420FC28455246C2C534B0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D9462FD5CEBFCF999EE1978748824BED", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "222513CA2A904C8454C0A12E4B6F14B4", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0AC3E4D7C7DE5B1262F57803C09979B0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2E5D0D35C0FA35FC116984258B6715FD", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "170C585B402AEAA78FE1F4F3CCB59882", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1C3B9F8CDA56F9595043711920A3A29F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "27EF15DA9A11298388E28B2284404230", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "02281AD8233B90D7C67D8E1DF7B6A7E9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2824DFD87A51F9D51FA2E3B384CEB1B1", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3C64B780CE4A18EF81B85F59C48B48FD", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "464E9DF131F93010DE528EC7CE2BF46E", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "17907BE71E997DB90BA2A9AEE3E29A3E", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4069120B4B4691D24863E7F338C6A082", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "212BAEBC5E4506449FFBDA2C776E76A0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "42CE0CD6B04CCEE4A706DD6C9A2D5A68", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CCEBC22B783D6A68EB08C0B8D00ECE72", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "19E1F9B55A27735BB3901B3845874A56", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "599599938697014E2A472A8F012172CA", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4D9D5FCA85F24AE533F579F17E061428", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "132B75852D0F6B3CF03DAE62A709CDF8", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "20C831B2F88ABB2E9CD3603B5BD5572D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7A531265E6A0B4C60EC81DFD0F0B9A52", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C7B0218109B90C138EEBFA7BC04B818B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FB1A79DCC9AE8D46F0465E93CEA4BD9E", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4518EFBBF2B62DDA16DEF8FA6BD48625", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4AE1DD5267B0B116B90EFF6BBBB24ADF", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0CF0AFAC5F07BF80C3E876987EA7AD2B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4210725F1688B9EAF83CB39F295F6951", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D0B8D56295A707478A591F7DD4F36B5A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0B400418405FE44FBDA876E7867B33FA", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1249951371A8240015305B7D5A208A6B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "438556286AD43CFDF8F0B762D7D90D93", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2059D097C73DA00E3CB80CA84FD13F21", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "282D86903D744D0D3BFD4B1AF8195472", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "042DA68FA29C099688975E10198A0548", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2BE5579C94A8314A915033E3D52273B0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "11C189B935E95FA539A16529B243F1F5", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4DB74792A63310D25D28D0C8E7CB486C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4BB5D59ED6C4267F2C130981CDB5A9A6", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2596BB1A00A9F014E8B62360AFBE2C8E", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0E403A716611B02E01FF3BF488EAB6C0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0D89C0BB1A3DBCFF508651FF6B14B7D7", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E6F8EDDA94545169105BCD162C5A5A57", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "112566C4DF66B3710FAD8E98D35F7B35", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "200E65B902288CDB1A5F08B709BAB119", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "492D97BC2B2A0F1EB251E4EC0C3EC189", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2FCCE5512E0E290DDD4D5AFC9BBC49E6", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9341611000978F4E860053EE57687A14", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6C8652BA46ADEB93B873BC9B2ECC8899", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1E0A69602615D32CA9F1E096094993C4", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "242FF63E09307E2CCA75745A55BAF368", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "449B726F9039A56984F5A08B663D6E59", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0D331F57BEB6351862BE805537A0D116", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "16D3A7A10770D59DBF959AA615EEB811", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "17AF1025E78A3F31B4EB3076F4CD8A04", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "08BB71DAFF657C72A929562C2109F28E", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4A5CE9C208BA601E6C979B66B94B29E3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "40352EC464C1A7FE1C7B412C40ADD0B0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C8A6C3E95EC629271A2CCCBCBDE2C193", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4EE0766087D0315006C39DEB17122A49", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "284617A997986D19750F40A5350C760F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/284617a997986d19750f40a5350c760f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5C27BF1D365AD2088E71AAE5C80DA452", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5c27bf1d365ad2088e71aae5c80da452", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Dropper.Heur.gen" - }, - { - "Type": "File", - "Value": "F2CCE70BF4E3E2B4688FC326E9B463DF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f2cce70bf4e3e2b4688fc326e9b463df", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "44AF4DBB5E4E2C519EF1ACC7C405BBAB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/44af4dbb5e4e2c519ef1acc7c405bbab", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Symmi.4235" - }, - { - "Type": "File", - "Value": "568366AA5407F6F21EEE37DC0E9C58C8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/568366aa5407f6f21eee37dc0e9c58c8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "6541EB65E346049B06D778136B21D02C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6541eb65e346049b06d778136b21d02c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "C54367C54CBB28A01A13E4C032A05E57", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c54367c54cbb28a01a13e4c032a05e57", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Worm.Win32.Dropper.RA" - }, - { - "Type": "File", - "Value": "3E73089020169278B3F7B627145C8807", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3e73089020169278b3f7b627145c8807", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:IN:NSIS!Eldorado" - }, - { - "Type": "File", - "Value": "D9A58951839866CD260758E0207D08BE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d9a58951839866cd260758e0207d08be", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor.Poison.ds" - }, - { - "Type": "File", - "Value": "EC7C1F5576B465F91A44DB2903A0F892", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ec7c1f5576b465f91a44db2903a0f892", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Riskware.Dupatcher.A4" - }, - { - "Type": "File", - "Value": "033AEA8BBEC7333659390CAB0565C4CC", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/033aea8bbec7333659390cab0565c4cc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D21A6E876DCD923987AC229376623E64", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d21a6e876dcd923987ac229376623e64", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2D4F0CB8B68699C124ACA9248436CA8A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2d4f0cb8b68699c124aca9248436ca8a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EA95FD03B8916FE16C71C3BA078354B7", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ea95fd03b8916fe16c71c3ba078354b7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "950D590C46E14F4B3E075DE08BD40075", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/950d590c46e14f4b3e075de08bd40075", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Diztakun.015380" - }, - { - "Type": "File", - "Value": "76C5C8E7BA3E061433F51CE06C49A3EC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/76c5c8e7ba3e061433f51ce06c49a3ec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor.Bifrose.AE6" - }, - { - "Type": "File", - "Value": "E4FE56324C692CE3E0CB49899FC292D4", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e4fe56324c692ce3e0cb49899fc292d4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B988BFAC8F38E84D9FEAF63B9F54BC8A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b988bfac8f38e84d9feaf63b9f54bc8a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "2FD929ED5FA011E8D96963AAA7B23AE2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2fd929ed5fa011e8d96963aaa7b23ae2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.PSW.QQPass.af" - }, - { - "Type": "File", - "Value": "6BE140E8D888CD46D48D46B743038C00", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6be140e8d888cd46d48d46b743038c00", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "980589439FE2E49FD38D6185BC078D5E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/980589439fe2e49fd38d6185bc078d5e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "806E45FAC9EC514908B9301CEA554159", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/806e45fac9ec514908b9301cea554159", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A2AC7C1417815C13AD4A4BB371DFAE3F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a2ac7c1417815c13ad4a4bb371dfae3f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Downloader.Heur.gen" - }, - { - "Type": "File", - "Value": "1DB8B00EC19E8480C96891C83CA8EF75", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1db8b00ec19e8480c96891c83ca8ef75", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "EICAR-Test-File" - }, - { - "Type": "File", - "Value": "CC3D622629D1CB461794AA39096B386F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cc3d622629d1cb461794aa39096b386f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:P:Unknown!Eldorado" - }, - { - "Type": "File", - "Value": "9BCF9199693FDD9A71C3BBE67588BB00", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9bcf9199693fdd9a71c3bbe67588bb00", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "8DEE81E0B7D4334B77FB8CD2698ACBB7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8dee81e0b7d4334b77fb8cd2698acbb7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor.Win32.FlyAgent.h" - }, - { - "Type": "File", - "Value": "427587AF615B2846F109FE18EB41988B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/427587af615b2846f109fe18eb41988b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Agent.cplv" - }, - { - "Type": "File", - "Value": "0F48FCBA36787C0B9EDA4AEE45D663D4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0f48fcba36787c0b9eda4aee45d663d4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "6017F8CA40710035C2526398D6B71A61", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6017f8ca40710035c2526398d6b71a61", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "RiskTool.ProcPatcher.dl" - }, - { - "Type": "File", - "Value": "FD00CC6C114D33B141A25CF7E7040D24", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fd00cc6c114d33b141a25cf7e7040d24", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1B842976B7F82CBAC6169235825A6BB1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1b842976b7f82cbac6169235825a6bb1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "44D3A9FDB9F180F316938F097E855668", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/44d3a9fdb9f180f316938f097e855668", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E7926BAA8E11FEF1A01801066CB4AC1D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e7926baa8e11fef1a01801066cb4ac1d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Downloader.Genome.dcvj" - }, - { - "Type": "File", - "Value": "7E84563995B8FD950E4C0A72E78A111E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7e84563995b8fd950e4c0a72e78a111e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.CryptXXX.tb" - }, - { - "Type": "File", - "Value": "2DCEFB26C5C6ACA2D2476BB6BD1533F5", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2dcefb26c5c6aca2d2476bb6bd1533f5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4D34D3E11553896B5EA99D70634A782D", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4d34d3e11553896b5ea99d70634a782d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1894A913C6494C69CE69B829763D1E25", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1894a913c6494c69ce69b829763d1e25", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic" - }, - { - "Type": "File", - "Value": "6A75A747782D08AD2485B6E1E6E17E3E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6a75a747782d08ad2485b6e1e6e17e3e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Kazy.202631" - }, - { - "Type": "File", - "Value": "BA537ADC3EE515C922632B5CFBBBCAF3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ba537adc3ee515c922632b5cfbbbcaf3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious:Heuri.NewThreat.MVM" - }, - { - "Type": "File", - "Value": "8A34CE38370D05BB512A3A40FDA66555", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8a34ce38370d05bb512a3a40fda66555", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "107D8BC0017E88E41BAE22EE94F661DC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/107d8bc0017e88e41bae22ee94f661dc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "AA9F063966C5DF858441257B1B6FB284", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/aa9f063966c5df858441257b1b6fb284", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojanDropper.Agent.brgk" - }, - { - "Type": "File", - "Value": "2C84D829388FF7F162F8FEA9BF0A95B7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2c84d829388ff7f162f8fea9bf0a95b7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.ggzl" - }, - { - "Type": "File", - "Value": "FA860929A02D653500D4B8951294FBB7", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fa860929a02d653500d4b8951294fbb7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "114D574F4535E8C8C53B756FF08163F6", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/114d574f4535e8c8c53b756ff08163f6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "43E3205738CBCE3703AD1F9782E780DD", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/43e3205738cbce3703ad1f9782e780dd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "E72922E4B05D1CC92DC1A44690BA6B1A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e72922e4b05d1cc92dc1a44690ba6b1a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojanDownloader.Banload.bgks" - }, - { - "Type": "File", - "Value": "7964D59958EB4CB30D919510A1DE2C76", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7964d59958eb4cb30d919510a1de2c76", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "C0D1F14FC42A8E08906248D35DB9487D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c0d1f14fc42a8e08906248d35db9487d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Undef.(kcloud)" - }, - { - "Type": "File", - "Value": "C2DEA87293912D25CDC200E9CA4116C4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c2dea87293912d25cdc200e9ca4116c4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious:Heuri.NewThreat.MVM" - }, - { - "Type": "File", - "Value": "F756D856C32BF400F6216C08B2EBD4DD", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f756d856c32bf400f6216c08b2ebd4dd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5ECA1DDB4A2D7779D262CBE6B25E6843", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5eca1ddb4a2d7779d262cbe6b25e6843", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FD6C431F11C7291242448E9E66E26B54", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fd6c431f11c7291242448e9e66e26b54", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2612C09BE27F771437F3D1C826A17E5C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2612c09be27f771437f3d1c826a17e5c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Riskware.Dupatcher.A4" - }, - { - "Type": "File", - "Value": "5E3253DB7073BCCF8E80BF91EDA0239F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5e3253db7073bccf8e80bf91eda0239f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "CF996D914B34D5671BE6C63ECB20553E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cf996d914b34d5671be6c63ecb20553e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Generic.bjihw" - }, - { - "Type": "File", - "Value": "953511A20C3C8421EC16AEFCB37DF89A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/953511a20c3c8421ec16aefcb37df89a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "657F9B71288390722AD7B0F85FCE6892", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/657f9b71288390722ad7b0f85fce6892", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor/Linux.il" - }, - { - "Type": "File", - "Value": "297C041C672CC51EF33A9855CA9B1ADE", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/297c041c672cc51ef33a9855ca9b1ade", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EDD5D8408DB36F00798FD9FF21AEBB69", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/edd5d8408db36f00798fd9ff21aebb69", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VB!Eldorado" - }, - { - "Type": "File", - "Value": "80C978E8DC77D8B830F741F3EEEBA698", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/80c978e8dc77d8b830f741f3eeeba698", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:IN:NSIS!Eldorado" - }, - { - "Type": "File", - "Value": "00275BDDC8724BB9EFFDE4F4DBB18785", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/00275bddc8724bb9effde4f4dbb18785", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E3B357E86DA8BCE8671380F8517C50DF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e3b357e86da8bce8671380f8517c50df", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "35852E6712CCE120D356C741B105FE09", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/35852e6712cce120d356c741b105fe09", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "9A36B1032D645D396531FD97A41BF180", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9a36b1032d645d396531fd97a41bf180", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VB!Eldorado" - }, - { - "Type": "File", - "Value": "B66D232CE267AA9A83C6BF5737E153CA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b66d232ce267aa9a83c6bf5737e153ca", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor/Linux.ii" - }, - { - "Type": "File", - "Value": "CEF741A67BB07E7844ECA6C2531D3B25", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cef741a67bb07e7844eca6c2531d3b25", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Strictor.85142" - }, - { - "Type": "File", - "Value": "C5B2412B14419ECE9C976CCB7E26BA29", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c5b2412b14419ece9c976ccb7e26ba29", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVMH008.a.(kcloud)" - }, - { - "Type": "File", - "Value": "709DC5946FA7D7459543A758F47B7717", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/709dc5946fa7d7459543a758f47b7717", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1FA8571BDBFB7431BCEC13D8B7057512", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1fa8571bdbfb7431bcec13d8b7057512", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "ACF35F2A88B0149A64B59D27B01B4260", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/acf35f2a88b0149a64b59d27b01b4260", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CCFFC6D58E0B07826B0EADC4214E5DF9", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ccffc6d58e0b07826b0eadc4214e5df9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3B23D41A67FB19836D1B8C77F40B13CB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3b23d41a67fb19836d1b8c77f40b13cb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Agent.bv.(kcloud)" - }, - { - "Type": "File", - "Value": "712BDA79F60B276F2F56E7C4F6157EA7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/712bda79f60b276f2f56e7c4f6157ea7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "9B8B60FF64FEC664688FB9D5BB840589", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9b8b60ff64fec664688fb9d5bb840589", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "324958BD6BD14E14D020A5A99CD52116", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/324958bd6bd14e14d020a5a99cd52116", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Variant:Hupigon.Lyut" - }, - { - "Type": "File", - "Value": "F795289A3B56476369AA7A39B8F3AD6D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f795289a3b56476369aa7a39b8f3ad6d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Genome.dcke" - }, - { - "Type": "File", - "Value": "FA19DF66D5278717DA75E8182403EFFF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fa19df66d5278717da75e8182403efff", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VB!Eldorado" - }, - { - "Type": "File", - "Value": "C694A5DF2F1DA27A31020CAF23DC087C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c694a5df2f1da27a31020caf23dc087c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor.Win32.FlyAgent.h" - }, - { - "Type": "File", - "Value": "60163551544CC55BE1F21C7756D0EC30", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/60163551544cc55be1f21c7756d0ec30", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "275E8F927A61A8BD109A54DEEA4A009E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/275e8f927a61a8bd109a54deea4a009e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Agent.cewo" - }, - { - "Type": "File", - "Value": "33A374D9C69F2995173ACC139A3A0CC9", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/33a374d9c69f2995173acc139a3a0cc9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "81F214FE57D68E1B67FA2E3281B4C475", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/81f214fe57d68e1b67fa2e3281b4c475", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Gimemo.han" - }, - { - "Type": "File", - "Value": "858B4D7A046B91FACB28ABCF4FB8E912", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/858b4d7a046b91facb28abcf4fb8e912", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2E9A52E206C2F2676294D774FDAE2C9F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2e9a52e206c2f2676294d774fdae2c9f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Murphy.David" - }, - { - "Type": "File", - "Value": "F0D00F8744303E7DA2074D06445AA2C7", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f0d00f8744303e7da2074d06445aa2c7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FF72453CF4055D7BA90F454A2EF022C2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ff72453cf4055d7ba90f454a2ef022c2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "1714F6ABAE63FFBF8F0052D5EAB6850E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1714f6abae63ffbf8f0052d5eab6850e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "2421141A2D024EA5C09B6066DCC9C093", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2421141a2d024ea5c09b6066dcc9c093", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Graftor.111508" - }, - { - "Type": "File", - "Value": "51CABACDBDE45F22A1C3BA46C930EFFF", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/51cabacdbde45f22a1c3ba46c930efff", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "03AD2297D86FA3796E2E24802080FE29", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/03ad2297d86fa3796e2e24802080fe29", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Antavmu.eff" - }, - { - "Type": "File", - "Value": "71E79DAB847DDF01D408A5BF3848D7B6", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/71e79dab847ddf01d408a5bf3848d7b6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A710536ED5043489F01FC5AF9E504020", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a710536ed5043489f01fc5af9e504020", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "98FF3FA4C8DA123F2D0FFC76213558CF", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/98ff3fa4c8da123f2d0ffc76213558cf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C7F608EE9E2595C38FB3D042393709DE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c7f608ee9e2595c38fb3d042393709de", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojanDropper.Agent.byei" - }, - { - "Type": "File", - "Value": "AA39D632F040357685E0A9B91395736B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/aa39d632f040357685e0a9b91395736b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "5A9136FC357985CBBBC88B2CDD8BD495", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5a9136fc357985cbbbc88b2cdd8bd495", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A15B45722D8160987E3C5A341F52422A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a15b45722d8160987e3c5a341f52422a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "244984565D83AF12BDCB5E539BEECFD0", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/244984565d83af12bdcb5e539beecfd0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4ACEC4242EF0B189B7DEFC17124BD20E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4acec4242ef0b189b7defc17124bd20e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1C8BB3A493B4DD05A06CF21F773099E6", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1c8bb3a493b4dd05a06cf21f773099e6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Agent.eiuw" - }, - { - "Type": "File", - "Value": "A8A93C34661628DC591B207C9E9F5C18", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a8a93c34661628dc591b207c9e9f5c18", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "AF52A02E371489CF413D687283053305", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/af52a02e371489cf413d687283053305", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "285B4B0C4801D7DF590D8130CFC27438", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/285b4b0c4801d7df590d8130cfc27438", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A4E1E2C750A61D87D9D1EAB8BDE34881", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a4e1e2c750a61d87d9d1eab8bde34881", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Agent.xov" - }, - { - "Type": "File", - "Value": "0250A94D7DCD249B80C33300815D350F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0250a94d7dcd249b80c33300815d350f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C016378329FCE747790140C4F56C9338", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c016378329fce747790140c4f56c9338", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "70D5149194D965015117E524AB2C7BAE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/70d5149194d965015117e524ab2c7bae", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Vilsel.abet" - }, - { - "Type": "File", - "Value": "6E89693EA65F1EB155206D2C2110E630", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6e89693ea65f1eb155206d2c2110e630", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "D43E8908A25952528809EB6094297069", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d43e8908a25952528809eb6094297069", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1B29C99E1A048A11E76B60A07435C77F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1b29c99e1a048a11e76b60a07435c77f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C6F207CABB7BB71868AF5D4553578639", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c6f207cabb7bb71868af5d4553578639", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.Heur.gen" - }, - { - "Type": "File", - "Value": "DA02FBE10CB73135624F1C3CC84B598C", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/da02fbe10cb73135624f1c3cc84b598c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "99CF0B2EA413F95920DC36BE10C14E47", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/99cf0b2ea413f95920dc36be10c14e47", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "15A0427B579629CD59420B2C13F726C4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/15a0427b579629cd59420b2c13f726c4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious:Packed.Krap.c.elpr.mg" - }, - { - "Type": "File", - "Value": "A0F6CEEE081FB6EE16EC32212C683318", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a0f6ceee081fb6ee16ec32212c683318", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "3B53F6B8D10BA184E2D9B3E3F50AEE64", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3b53f6b8d10ba184e2d9b3e3f50aee64", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVMH004.a" - }, - { - "Type": "File", - "Value": "C50B45A0D82EA5BA120C6B025E69CA00", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c50b45a0d82ea5ba120c6b025e69ca00", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DC172B0C757DEB86B6CCE878903C49B1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dc172b0c757deb86b6cce878903c49b1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "24AAC42AE09982E1DA98F8D5562C86D8", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/24aac42ae09982e1da98f8d5562c86d8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4E737FC5BEB61AC5838D192288DB2340", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4e737fc5beb61ac5838d192288db2340", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "ASP:Fileupload-A" - }, - { - "Type": "File", - "Value": "DB9E37D5FAB6C0F69419FB13A6109332", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/db9e37d5fab6c0f69419fb13a6109332", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E6DCA4275625FE145C4FFCE25D7E88B4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e6dca4275625fe145c4ffce25d7e88b4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:006!Eldorado" - }, - { - "Type": "File", - "Value": "4B2F3D96EA30513D83F92454E6207394", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4b2f3d96ea30513d83f92454e6207394", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "8EB205A7F3C7F1890A2E8C36C7A0472D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8eb205a7f3c7f1890a2e8c36c7a0472d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious file" - }, - { - "Type": "File", - "Value": "2AAB6B7F86BC505E41E10C971AE0AE30", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2aab6b7f86bc505e41e10c971ae0ae30", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Exploit.CVE-2012-0151.a" - }, - { - "Type": "File", - "Value": "5597DB82CB84BBF51A40172E6106208C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5597db82cb84bbf51a40172e6106208c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "8B4443D0B3614FB439FBDEFE02F0AEE4", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8b4443d0b3614fb439fbdefe02f0aee4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D3763A5A86DCB80C809D95DF9DFC7FEA", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d3763a5a86dcb80c809d95df9dfc7fea", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C5B2024222A7B6FCAD376EAD4D455082", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c5b2024222a7b6fcad376ead4d455082", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6B592A9168A0420F6FA7739C12D93C64", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6b592a9168a0420f6fa7739c12d93c64", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F51413ACD88D9639D12B5564E16F7EE9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f51413acd88d9639d12b5564e16f7ee9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "87513279D67EBB982849901A204ABE32", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/87513279d67ebb982849901a204abe32", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Undef.(kcloud)" - }, - { - "Type": "File", - "Value": "4D799F647016E1DC4E1AF8C54E4BECD9", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4d799f647016e1dc4e1af8c54e4becd9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F4A5A702731796167AB50EB6F8856B0E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f4a5a702731796167ab50eb6f8856b0e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6ACAF65F1BE2502E38C450C874751234", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6acaf65f1be2502e38c450c874751234", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "68EDAE618D9DE040070F8B8AA7925F10", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/68edae618d9de040070f8b8aa7925f10", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "E8DC3EC4AF685921570E45CAB326D0A3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e8dc3ec4af685921570e45cab326d0a3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "2536EA3D6A30FCCE06DE3C82C5A92FFC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2536ea3d6a30fcce06de3c82c5a92ffc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Adware.Agent" - }, - { - "Type": "File", - "Value": "F794CEF9ED8A661F0DB612761DA35A27", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f794cef9ed8a661f0db612761da35a27", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "88223CC74707A88B73413F56ADE567D4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/88223cc74707a88b73413f56ade567d4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Posible_Worm32" - }, - { - "Type": "File", - "Value": "1E1B4CD0DD66073718DE217A5AECBF28", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1e1b4cd0dd66073718de217a5aecbf28", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A7C6622E96F2BD18872B0A81EFEC94F6", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a7c6622e96f2bd18872b0a81efec94f6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C295B5C13DA0EB1776B48927079D5857", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c295b5c13da0eb1776b48927079d5857", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2430AEAC9998F8EC70161BEC4A5A0110", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2430aeac9998f8ec70161bec4a5a0110", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic" - }, - { - "Type": "File", - "Value": "B7A26B7757C2672E777F41A6D306FA03", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b7a26b7757c2672e777f41a6d306fa03", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "9666AF70273DB0F67DD129902592DFB5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9666af70273db0f67dd129902592dfb5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "HackTool.Win32.Keygen" - }, - { - "Type": "File", - "Value": "26BCF613BE0AA8C2C09B4959FB2070B7", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/26bcf613be0aa8c2c09b4959fb2070b7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9E796EABBF3A13D962AADAFC2E60FC1E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9e796eabbf3a13d962aadafc2e60fc1e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8CA89C42E750EC9819EB619CEF55292A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8ca89c42e750ec9819eb619cef55292a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "0D4A3F30DEDFEAC7A5F4B74701FC4E88", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0d4a3f30dedfeac7a5f4b74701fc4e88", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "6DD205E1409408DACE70100488E72415", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6dd205e1409408dace70100488e72415", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CFEC40534359BE7C5F14D7158D015258", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cfec40534359be7c5f14d7158d015258", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "FB3CCE442AB8869000742B8D616EBC15", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fb3cce442ab8869000742b8d616ebc15", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Generic.bjihw" - }, - { - "Type": "File", - "Value": "552C999E7BC279FD1F194E7B988B16F4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/552c999e7bc279fd1f194e7b988b16f4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "EABE312184FEBC73B86A7DF7D89A1272", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/eabe312184febc73b86a7df7d89a1272", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Crypt.Heur.gen" - }, - { - "Type": "File", - "Value": "4B371726FB86DAAECE9D870C933D5673", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4b371726fb86daaece9d870c933d5673", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Downloader.gen.h" - }, - { - "Type": "File", - "Value": "90B12EF499DEEF7B2C4FB70BB39B4C2B", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/90b12ef499deef7b2c4fb70bb39b4c2b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DD0DBC6B469D567C2AC3160C4AB2C7C4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dd0dbc6b469d567c2ac3160c4ab2c7c4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVMH004.a" - }, - { - "Type": "File", - "Value": "FC1CC9E9293BF41EB4BE837CDC7F37C3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fc1cc9e9293bf41eb4be837cdc7f37c3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Generic.apcqi" - }, - { - "Type": "File", - "Value": "76D96F5D6A3D6D8DB057F9E102C118EE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/76d96f5d6a3d6d8db057f9e102c118ee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Worm/FakeFolder.b" - }, - { - "Type": "File", - "Value": "11ED238717948333E34E62F2C90F04F1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/11ed238717948333e34e62f2c90f04f1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "2EA64D538EA9071ED646B81F03A22DE1", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2ea64d538ea9071ed646b81f03a22de1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A0C685DAE89473E3A6B45C4E2CC153A7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a0c685dae89473e3a6b45c4e2cc153a7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "A4FD1C7B4CD1F565B2FF67A97DC77A64", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a4fd1c7b4cd1f565b2ff67a97dc77a64", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "PHP:Shell-FF" - }, - { - "Type": "File", - "Value": "4D65827B477029BF21C755A96AB660E3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4d65827b477029bf21c755a96ab660e3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Downloader.Agent.cthf" - }, - { - "Type": "File", - "Value": "E11D2E78A9BA12F0D71AF0C44717D9F6", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e11d2e78a9ba12f0d71af0c44717d9f6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1F967D2FF9650E6BCC5F52F0E4ED649E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1f967d2ff9650e6bcc5f52f0e4ed649e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "B855B91D7DB15C71F3D8D24806B433C8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b855b91d7db15c71f3d8d24806b433c8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Agent.ac.(kcloud)" - }, - { - "Type": "File", - "Value": "A32D3EC632F8529DEF896B9285908776", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a32d3ec632f8529def896b9285908776", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B5DA802531BF6896342EBEB9342F8B11", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b5da802531bf6896342ebeb9342f8b11", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2A42BF39CFD52B8C17ADF9695A0E12DB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2a42bf39cfd52b8c17adf9695a0e12db", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Riskware.Dupatcher.A4" - }, - { - "Type": "File", - "Value": "D2387CE3A37069BE674CDD09C21A1024", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d2387ce3a37069be674cdd09c21a1024", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5A5B083EDF50CA5F6F0D34BC26F656B8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5a5b083edf50ca5f6f0d34bc26f656b8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.foqj" - }, - { - "Type": "File", - "Value": "ED0D55C7C4C4D980B53650BD2031068A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ed0d55c7c4c4d980b53650bd2031068a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious:TrojanDrop.VB.ahht.pzyq.mg" - }, - { - "Type": "File", - "Value": "900AF220B254E3EF34538386FA75C4B8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/900af220b254e3ef34538386fa75c4b8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "B37C216869A14B9FC7760D7DF252E12D", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b37c216869a14b9fc7760d7df252e12d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "030177DAC539C8E37FC57605137A04C7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/030177dac539c8e37fc57605137a04c7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Malware-gen" - }, - { - "Type": "File", - "Value": "859DE08A94D539DC7A78891503994AEF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/859de08a94d539dc7a78891503994aef", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Hacktool.Flystudio.016255" - }, - { - "Type": "File", - "Value": "E8BADA5EB383E506109977989194D11E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e8bada5eb383e506109977989194d11e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9E361826AE7A67AC33DD0F205C5E4B67", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9e361826ae7a67ac33dd0f205c5e4b67", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Android.Riskware.SmsPay.N" - }, - { - "Type": "File", - "Value": "3CF54E6E92C57B698B38FB1A7C17043A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3cf54e6e92c57b698b38fb1a7c17043a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "41E60B0824A6893AB9B00F3D2D32FF29", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/41e60b0824a6893ab9b00f3d2d32ff29", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVMH004.a" - }, - { - "Type": "File", - "Value": "6B0569E10A838BF8B3714439C44272DA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6b0569e10a838bf8b3714439c44272da", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "RiskTool.HackKMS.w" - }, - { - "Type": "File", - "Value": "4C81E07EFD54D51D7C585EB905E1B911", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4c81e07efd54d51d7c585eb905e1b911", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "UnclassifiedMalware" - }, - { - "Type": "File", - "Value": "966EE6AA007C922E788FEC9ABAB17ECF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/966ee6aa007c922e788fec9abab17ecf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "B8853102F7DD96FCD9EF5450BFD0C8B5", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b8853102f7dd96fcd9ef5450bfd0c8b5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F3324411B9A692A8051691318EB9ECC9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f3324411b9a692a8051691318eb9ecc9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VB!Eldorado" - }, - { - "Type": "File", - "Value": "2259C798E892B13AB2593F1A6DB0BB35", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2259c798e892b13ab2593f1a6db0bb35", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CACFF2CB014084B07A556071A56B0492", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cacff2cb014084b07a556071a56b0492", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "7184CF5AD0443494F4AC67C850D7A717", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7184cf5ad0443494f4ac67c850d7a717", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "36C261BD25ACDD61ACB5119BE76418EF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/36c261bd25acdd61acb5119be76418ef", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:010!Eldorado" - }, - { - "Type": "File", - "Value": "A96BCCE95A0EFB2429C61DFDCE91D3A6", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a96bcce95a0efb2429c61dfdce91d3a6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Adware.Heur.gen" - }, - { - "Type": "File", - "Value": "A9086923EDFCE6738D9210A61F21A6F5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a9086923edfce6738d9210a61f21a6f5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Downloader.Agent.cthf" - }, - { - "Type": "File", - "Value": "F526855505FBD872D3EA1083F74046B2", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f526855505fbd872d3ea1083f74046b2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9D98009DD76AC6822B9CD8A7EC261FDD", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9d98009dd76ac6822b9cd8a7ec261fdd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious file" - }, - { - "Type": "File", - "Value": "439D1A9515C28226817615ADBE66C325", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/439d1a9515c28226817615adbe66c325", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VB!Eldorado" - }, - { - "Type": "File", - "Value": "A0E13177BD14DB12D846C92F4F01F4EF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a0e13177bd14db12d846c92f4f01f4ef", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Heur.RoundKick" - }, - { - "Type": "File", - "Value": "FD5E7A2E893EC5B68011E600E862FA6E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fd5e7a2e893ec5b68011e600e862fa6e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2A36AB71EAF9968735A596A9E6464566", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2a36ab71eaf9968735a596a9e6464566", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/PatchFile.et" - }, - { - "Type": "File", - "Value": "C3ABA0777F4B7416A8B50F2ADF92848A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c3aba0777f4b7416a8b50f2adf92848a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A117A96CC9F93C8491D20036C034499E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a117a96cc9f93c8491d20036c034499e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FA309EB213C3558077B67D950E885030", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fa309eb213c3558077b67d950e885030", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Agent.bas" - }, - { - "Type": "File", - "Value": "1B34AC4F26ED8EA2CAEADCFDC334D149", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1b34ac4f26ed8ea2caeadcfdc334d149", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "02B00DDE951F1DC6A01FA6F32C2542AA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/02b00dde951f1dc6a01fa6f32c2542aa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "994218B7C248118810F1FA954D89BFC5", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/994218b7c248118810f1fa954d89bfc5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F5E8B94F5DD4FE952DE7336DE575DE08", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f5e8b94f5dd4fe952de7336de575de08", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D168396E9DE76B2D4446B914A62A35CE", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d168396e9de76b2d4446b914a62a35ce", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9C271FC78ED783EA1C4CE0B4C50C10E8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9c271fc78ed783ea1c4ce0b4c50c10e8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Heur.W32" - }, - { - "Type": "File", - "Value": "4EF6377B3942290CF8805CE3FA761289", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4ef6377b3942290cf8805ce3fa761289", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D7D6049B350EF47808BF6FD7BE0E5C22", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d7d6049b350ef47808bf6fd7be0e5c22", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B0893D2CFEAE4B987B39F0D9297B76AE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b0893d2cfeae4b987b39f0d9297b76ae", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "1775B96346D207F77759A796DAB79574", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1775b96346d207f77759a796dab79574", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8529EAEA7E1D0E70A6FE5F26DCF91AC1", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8529eaea7e1d0e70a6fe5f26dcf91ac1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B6119A284BBB51099742AA3FF29E0961", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b6119a284bbb51099742aa3ff29e0961", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "0787C8D6EF69432E2433666AE4BAC379", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0787c8d6ef69432e2433666ae4bac379", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "082B417B3634FE92521A9068CBB52410", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/082b417b3634fe92521a9068cbb52410", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious file" - }, - { - "Type": "File", - "Value": "2A97ED9B74C4279534018DC516FB2BA2", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2a97ed9b74c4279534018dc516fb2ba2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F7E3B3E472693DF90E3B46AE9391B061", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f7e3b3e472693df90e3b46ae9391b061", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Crypt.lzl" - }, - { - "Type": "File", - "Value": "4903FDF6BA14515818D634D2CC9B61CC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4903fdf6ba14515818d634d2cc9b61cc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Generic.bdqzc" - }, - { - "Type": "File", - "Value": "2CD579B098C95F20130ABA93E40EFF7D", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2cd579b098c95f20130aba93e40eff7d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1C4C9F8F247E1608DD6FF7548BE8A713", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1c4c9f8f247e1608dd6ff7548be8a713", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Generic.bkbsn" - }, - { - "Type": "File", - "Value": "719C93D8EFFE6D17163D6CCD28460535", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/719c93d8effe6d17163d6ccd28460535", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "52EBD40B4DE025AE0953F3E4FE790066", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/52ebd40b4de025ae0953f3e4fe790066", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/Parite.b" - }, - { - "Type": "File", - "Value": "B4E2B9661900FD9BBDEC7A995821CC8C", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b4e2b9661900fd9bbdec7a995821cc8c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "49632F709199D34795A8F04EB5B41433", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/49632f709199d34795a8f04eb5b41433", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "38B03134470AD5DF7EBD801AE2DFA327", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/38b03134470ad5df7ebd801ae2dfa327", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Dropper.Heur.gen" - }, - { - "Type": "File", - "Value": "F17545CABC0041EAD3968B59F7C5BB8F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f17545cabc0041ead3968b59f7c5bb8f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Heur.Suspicious" - }, - { - "Type": "File", - "Value": "8766D7C63E1E045B8601C08A6F168BD0", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8766d7c63e1e045b8601c08a6f168bd0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Posible_Worm32" - }, - { - "Type": "File", - "Value": "92E2763C9DB3DE168E695B82823D36BC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/92e2763c9db3de168e695b82823d36bc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware.HTML.Iframe (paranoid heuristics)" - }, - { - "Type": "File", - "Value": "83FD1FC01795E7F261473DA7915D650D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/83fd1fc01795e7f261473da7915d650d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "1C68F10572EC9CA20A50B7CFA8D534C9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1c68f10572ec9ca20a50b7cfa8d534c9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Behav-Heuristic-CorruptFile-EP" - }, - { - "Type": "File", - "Value": "002F050446E3E4F121C093C2C7E3E874", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/002f050446e3e4f121c093c2c7e3e874", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "AEF37ACA28399FB239D41798695B8EFB", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/aef37aca28399fb239d41798695b8efb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D951FC3D00B9331886FA83169D7F90C7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d951fc3d00b9331886fa83169d7f90c7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "BC90A9EAE7F233CD411FCCA611B43320", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bc90a9eae7f233cd411fcca611b43320", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F7995A2848A682B4BCAEC1C0D456B083", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f7995a2848a682b4bcaec1c0d456b083", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "5907BF4F9C26A5362076820AF425C14C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5907bf4f9c26a5362076820af425c14c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "F82F1A8DABCD14B06DC51A9A3B8C4AB8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f82f1a8dabcd14b06dc51a9a3b8c4ab8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic.1361FAA5" - }, - { - "Type": "File", - "Value": "65400A4FA016A216E0AA35632B1D3164", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/65400a4fa016a216e0aa35632b1d3164", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "685F931530A58E945B5AC38EA902C95A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/685f931530a58e945b5ac38ea902c95a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.AutoIt.gen.1" - }, - { - "Type": "File", - "Value": "2BEDBD1853862028E3C94CFE15B87D88", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2bedbd1853862028e3c94cfe15b87d88", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1A7B3DD2EB2402175C98E760CC1EC093", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1a7b3dd2eb2402175c98e760cc1ec093", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "01275B5599CE7809008929541DBD01EB", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/01275b5599ce7809008929541dbd01eb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "091F07EC37EE352CE999117CD2CA6473", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/091f07ec37ee352ce999117cd2ca6473", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "B1075BBCE1254DE8BCA7D7CA7F3B7A62", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b1075bbce1254de8bca7d7ca7f3b7a62", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "485D2D808006DA15A58D4866877888EC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/485d2d808006da15a58d4866877888ec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Packed.Themida.ecpd" - }, - { - "Type": "File", - "Value": "41121BAE8792B7B48056E44F06F3CC5F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/41121bae8792b7b48056e44f06f3cc5f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:002!Eldorado" - }, - { - "Type": "File", - "Value": "C0A442644F4961A99094CDEEF2EC1132", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c0a442644f4961a99094cdeef2ec1132", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "14775FB858FE19DE842C712683908CA1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/14775fb858fe19de842c712683908ca1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "2A8A77ADFA6064F608C3056A9A37FE2A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2a8a77adfa6064f608c3056a9a37fe2a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C5FEEC6ACD17578800ECECD2612D333F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c5feec6acd17578800ececd2612d333f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "00E30529A50ECE5C167084C6FEBAA24B", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/00e30529a50ece5c167084c6febaa24b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5DEAF7C91C98200DD6304FAF04A27CCE", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5deaf7c91c98200dd6304faf04a27cce", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "996D8C2029B931BDDE7785C22A0301E8", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/996d8c2029b931bdde7785c22a0301e8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "68FD137BFF698298669DA817A1508E42", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/68fd137bff698298669da817a1508e42", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:010!Eldorado" - }, - { - "Type": "File", - "Value": "82ABB76F206BC303AA17BBA8E3275159", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/82abb76f206bc303aa17bba8e3275159", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Packed.Klone.vdt" - }, - { - "Type": "File", - "Value": "2E10C2835728F425F6868684F77C1F72", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2e10c2835728f425f6868684f77c1f72", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D69058323165C65CC40CD72463FAF711", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d69058323165c65cc40cd72463faf711", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.01823" - }, - { - "Type": "File", - "Value": "4D14B070B54732500F16D03FEB5A5A4C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4d14b070b54732500f16d03feb5a5a4c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "4BAD471B91AA7DEC81C3C5FB3776B7F1", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4bad471b91aa7dec81c3c5fb3776b7f1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CCAAA617CAAB9A88036A244C797A24CC", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ccaaa617caab9a88036a244c797a24cc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5A4CF9719070C75F354F29F187D52911", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5a4cf9719070c75f354f29f187d52911", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "AEF39330CB12809AEDC9B51E5A4A964C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/aef39330cb12809aedc9b51e5a4a964c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "BScope.Heur.Trojan" - }, - { - "Type": "File", - "Value": "F2DCD53011FC92559BE834E11AFBDB36", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f2dcd53011fc92559be834e11afbdb36", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "A349654144E74F98C195C31848930AEA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a349654144e74f98c195c31848930aea", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "E59B9FACC095845EDB047ADD2732E180", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e59b9facc095845edb047add2732e180", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C568CFCA7AA341E1B4B0AF5297CA874F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c568cfca7aa341e1b4b0af5297ca874f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "AB392E6D5735D116E7C6BE636A896AAD", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ab392e6d5735d116e7c6be636a896aad", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "86B3856C84D38B721FE05030FF9E23DF", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/86b3856c84d38b721fe05030ff9e23df", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BDA6540FA11EC5953201F256DC329739", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bda6540fa11ec5953201f256dc329739", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "70365BB0F32337A17AE5D109E2299A04", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/70365bb0f32337a17ae5d109e2299a04", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:010!Eldorado" - }, - { - "Type": "File", - "Value": "7C45D240165F64FFC165CADAEB3DEB2B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7c45d240165f64ffc165cadaeb3deb2b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "51729746B0410D2442EDC303C4F7A0A3", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/51729746b0410d2442edc303c4f7a0a3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "520DFFDA24B5D6428550FEA7ED7B54FE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/520dffda24b5d6428550fea7ed7b54fe", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Generic_a.a.(kcloud)" - }, - { - "Type": "File", - "Value": "3CBAD48668CFE2BE993E23691D9E06A7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3cbad48668cfe2be993e23691d9e06a7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "2456179A38F2AC0CDDEFB77373331429", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2456179a38f2ac0cddefb77373331429", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Graftor.72571" - }, - { - "Type": "File", - "Value": "AC28FD3C06D9FFAADF627DE5E9CF2B89", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ac28fd3c06d9ffaadf627de5e9cf2b89", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojanSpy.Agent.aafg" - }, - { - "Type": "File", - "Value": "C98CBE086AFC263671563BD7D02EE1EF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c98cbe086afc263671563bd7d02ee1ef", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "6B0AE7D000943EE18FB802D0D2D000B5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6b0ae7d000943ee18fb802d0d2d000b5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "7CE57C657F52420CAA31F1F29ADA4583", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7ce57c657f52420caa31f1f29ada4583", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B8BFE8B4472D65E12B4AD8CA46E69722", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b8bfe8b4472d65e12b4ad8ca46e69722", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "LNK.Exploit.Cpl.Gen" - }, - { - "Type": "File", - "Value": "075D0834D9C95A3AB80FAA923319A0D5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/075d0834d9c95a3ab80faa923319a0d5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.VBKryjetor.bua" - }, - { - "Type": "File", - "Value": "FB08D612A2F10D23C655F50E417D41EC", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fb08d612a2f10d23c655f50e417d41ec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "78BDC0B807BE534D83384FC656C6FF56", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/78bdc0b807be534d83384fc656c6ff56", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "FD4FA2D821711E5B0263F9BD8C231C71", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fd4fa2d821711e5b0263f9bd8c231c71", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C9AB51E16E350E6E7D695E8DDBF283C6", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c9ab51e16e350e6e7d695e8ddbf283c6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVMH004.a" - }, - { - "Type": "File", - "Value": "2D47FE8C368097D8704DBF3EE56DEE5D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2d47fe8c368097d8704dbf3ee56dee5d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/Trojan.97a" - }, - { - "Type": "File", - "Value": "CE98D59288A0780B245FA83F5F2DBC23", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ce98d59288a0780b245fa83f5f2dbc23", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "9C3870411E4942EF5CF2EA4219CE4BEE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9c3870411e4942ef5cf2ea4219ce4bee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.18837730" - }, - { - "Type": "File", - "Value": "13945FE1C1E11F471CECC8523FC30CB1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/13945fe1c1e11f471cecc8523fc30cb1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "29F09912210DDF1CDE24CF2D798614B4", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/29f09912210ddf1cde24cf2d798614b4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "87B1E8183AB87E6159D047A45B1409F4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/87b1e8183ab87e6159d047a45b1409f4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Agent.ac.(kcloud)" - }, - { - "Type": "File", - "Value": "0E05CF9CA931A8D05DE039CE29BD4B98", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0e05cf9ca931a8d05de039ce29bd4b98", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "774D04DE2299D6D4A4002BB1683BDA5D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/774d04de2299d6d4a4002bb1683bda5d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "BB15AEF7AF5D6145494105A5C9D09F2F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bb15aef7af5d6145494105a5c9d09f2f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Agent-AUFX" - }, - { - "Type": "File", - "Value": "0787EF42765B59F5A1E37277503195EF", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0787ef42765b59f5a1e37277503195ef", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7F03BDB5D46BC97979964770222B5DE5", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7f03bdb5d46bc97979964770222b5de5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F4DFDF52FE123F852D15220EFEC79144", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f4dfdf52fe123f852d15220efec79144", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Packed.Themida.ecpd" - }, - { - "Type": "File", - "Value": "32B13920FF244E65B2D493A760F45406", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/32b13920ff244e65b2d493a760f45406", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/PatchFile.et" - }, - { - "Type": "File", - "Value": "DC40681FEF3D38ED92B98A936FBB6A2E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dc40681fef3d38ed92b98a936fbb6a2e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "C1523FD9F20C358EEEA13F017FE1F830", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c1523fd9f20c358eeea13f017fe1f830", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "5A027B481E94982D4C3C16529E025622", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5a027b481e94982d4c3c16529e025622", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1BDABA51BBE3D65014313FB99416B970", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1bdaba51bbe3d65014313fb99416b970", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D26A64777A206DE874D6A3FBB1B2502A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d26a64777a206de874d6a3fbb1b2502a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "58BD0845B002E086D1FA6512BFF96329", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/58bd0845b002e086d1fa6512bff96329", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Generic Backdoor" - }, - { - "Type": "File", - "Value": "D1B1AD3B2CFABD41072A336B9D7F3BDC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d1b1ad3b2cfabd41072a336b9d7f3bdc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "7D4DF6B45203ED44C619357197C4A310", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7d4df6b45203ed44c619357197c4a310", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Blocker.nji" - }, - { - "Type": "File", - "Value": "2060BEDF79F8B5959B243812D2B17306", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2060bedf79f8b5959b243812d2b17306", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "D700CA1FC013C9706DACC1D818746702", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d700ca1fc013c9706dacc1d818746702", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DD330712CA75EB433A42285C6CBF7257", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dd330712ca75eb433a42285c6cbf7257", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9F795E246C12B5F641BBCC3241AD2490", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9f795e246c12b5f641bbcc3241ad2490", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C9D4A656535AA0A11C1ADBDEE24C9CAA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c9d4a656535aa0a11c1adbdee24c9caa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "7C435081D621DAC0AE003E1A9A6F602D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7c435081d621dac0ae003e1a9a6f602d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.clmh" - }, - { - "Type": "File", - "Value": "6B3DD94A1AD0C1448A6A5922A158281C", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6b3dd94a1ad0c1448a6a5922a158281c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "842319BBCE8F98CDE5D07C4398BA2A92", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/842319bbce8f98cde5d07c4398ba2a92", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "866AD30308913C4E7B04D11B1A3E92DE", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/866ad30308913c4e7b04d11b1a3e92de", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "18FEE4796EDBD5B746D7C4411BE0B18D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/18fee4796edbd5b746d7c4411be0b18d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "3856A7208C90DFAA4C7FECEF6C9D426C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3856a7208c90dfaa4c7fecef6c9d426c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "731602BA40EC24BDF3F1A26811C99228", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/731602ba40ec24bdf3f1a26811c99228", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "38ECBE43FC6EF86949185D9B30E96ED0", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/38ecbe43fc6ef86949185d9b30e96ed0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Graftor.72571" - }, - { - "Type": "File", - "Value": "43441F189A834E01E2C3CAAF8E770FDF", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/43441f189a834e01e2c3caaf8e770fdf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0E6D2398DC43B3BC120C0E0AEB4DD312", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0e6d2398dc43b3bc120c0e0aeb4dd312", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "0488C46875BF7DF0625BE874FC2514B2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0488c46875bf7df0625be874fc2514b2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Heur2.dd" - }, - { - "Type": "File", - "Value": "BDFBAF01F771AC1C487CCD5FC90AD6DE", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bdfbaf01f771ac1c487ccd5fc90ad6de", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0C185CFA9B00262080B685F8FF5B5A81", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0c185cfa9b00262080b685f8ff5b5a81", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "48AC7E3A3FB327509BC60CF414EC84C4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/48ac7e3a3fb327509bc60cf414ec84c4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVMH008.a.(kcloud)" - }, - { - "Type": "File", - "Value": "81BAC043927B19303DFC79F4F5C4481C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/81bac043927b19303dfc79f4f5c4481c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "154DB760D4F7F4FDF02C2E1526B83592", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/154db760d4f7f4fdf02c2e1526b83592", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/PatchFile.et" - }, - { - "Type": "File", - "Value": "3050FC2C3E5B6457269279055B43C317", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3050fc2c3e5b6457269279055b43c317", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BA8A62E4F0CF494829DE90D3B1439B9A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ba8a62e4f0cf494829de90d3b1439b9a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.cbyt" - }, - { - "Type": "File", - "Value": "DDEE819D3FFABD4E17141646907CDFA5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ddee819d3ffabd4e17141646907cdfa5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "2FD093D014C8A6940931407C5377E677", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2fd093d014c8a6940931407c5377e677", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "31902A5928E9C8869FF0ACB032BB5780", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/31902a5928e9c8869ff0acb032bb5780", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "78FC4ED7C97E7595D11E03AB59A95295", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/78fc4ed7c97e7595d11e03ab59a95295", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:002!Eldorado" - }, - { - "Type": "File", - "Value": "A33FEB9F3488C7830C525322A7016B89", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a33feb9f3488c7830c525322a7016b89", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "55265649D708B0ACB187A248DEE23290", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/55265649d708b0acb187a248dee23290", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DFFB7362518D23D85CC18E01A6296D69", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dffb7362518d23d85cc18e01a6296d69", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "[Suspicious]" - }, - { - "Type": "File", - "Value": "AFBAB7772F8A8569F4F4A439890D8364", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/afbab7772f8a8569f4f4a439890d8364", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2C4DCF814AB7F37E281E0E64F35A85DA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2c4dcf814ab7f37e281e0e64f35a85da", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojWare.Win32.VB.baur" - }, - { - "Type": "File", - "Value": "EC5322398255CC09A28072EB022D9239", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ec5322398255cc09a28072eb022d9239", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojanDDoS.Linux.cb" - }, - { - "Type": "File", - "Value": "F8E9E4D3F57759B21BD2D1EAAA2126B3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f8e9e4d3f57759b21bd2d1eaaa2126b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Redosdru.C" - }, - { - "Type": "File", - "Value": "C12CA22900BE7E4F4F1D91C67AF9038C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c12ca22900be7e4f4f1d91c67af9038c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Variant:Trojan.Dropper.Agent.Cqln" - }, - { - "Type": "File", - "Value": "1ADC35F238FD31CD79B5F15C50AEEC68", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1adc35f238fd31cd79b5f15c50aeec68", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "CCAC833B321003EC72F37799CCA91A20", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ccac833b321003ec72f37799cca91a20", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "4B12DC9EAC6A43FB35414003119CB780", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4b12dc9eac6a43fb35414003119cb780", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C49A8DAB1B3A5DC1FF9EB2E600608D48", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c49a8dab1b3a5dc1ff9eb2e600608d48", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "631E8C23165FA225AFD574FAC7E44C34", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/631e8c23165fa225afd574fac7e44c34", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "535117193EBE50FC4BA3D597C79662AA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/535117193ebe50fc4ba3d597c79662aa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "B1D87D3E1355F104A87A551E57BB59AF", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b1d87d3e1355f104a87a551e57bb59af", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B5977BCD30CF9F3777914F81F0413546", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b5977bcd30cf9f3777914f81f0413546", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Adware.Heur.gen" - }, - { - "Type": "File", - "Value": "470DF339806C61CCFE30BDB39079DF99", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/470df339806c61ccfe30bdb39079df99", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Strictor.85142" - }, - { - "Type": "File", - "Value": "6648E291B2D377E0326A968F57EB0982", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6648e291b2d377e0326a968f57eb0982", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Vilsel.abet" - }, - { - "Type": "File", - "Value": "2341E11DBF78CC9547A71808D9B38C24", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2341e11dbf78cc9547a71808d9b38c24", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "RiskTool.ProcPatcher.dh" - }, - { - "Type": "File", - "Value": "58E75A0A89FD913666B0462472F7999F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/58e75a0a89fd913666b0462472f7999f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "6383847572EEF995C893F6D54E4A867F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6383847572eef995c893f6d54e4a867f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1D8FC50FEA24D88AD5CCECFDEC1DFBE1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1d8fc50fea24d88ad5ccecfdec1dfbe1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Genome.ai" - }, - { - "Type": "File", - "Value": "80163C9D3B8AEF4B819DB0E1A7F47F1F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/80163c9d3b8aef4b819db0e1a7f47f1f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "24949B50A99FF77820BFAEB385A05586", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/24949b50a99ff77820bfaeb385a05586", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojWare.Win32.Trojan.XPACK.Gen" - }, - { - "Type": "File", - "Value": "42FE6A8A20E304C35A01AF289EA3FAE8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/42fe6a8a20e304c35a01af289ea3fae8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "6B711650333ECCBE11D5FBCCFABA3A46", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6b711650333eccbe11d5fbccfaba3a46", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F137E49F565BE94E5461C7C5F730D744", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f137e49f565be94e5461c7c5f730d744", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:IN:NSIS!Eldorado" - }, - { - "Type": "File", - "Value": "9B143FBE3E4DA16BC4D7E0AF35F0A722", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9b143fbe3e4da16bc4d7e0af35f0a722", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "542C84FDC09E70AFF29EE3F436B7FC7D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/542c84fdc09e70aff29ee3f436b7fc7d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Worm.Win32.Dropper.RA" - }, - { - "Type": "File", - "Value": "0C36E3272344ABED4D71C931B94776ED", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0c36e3272344abed4d71c931b94776ed", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9904A69F2EC8559DEBECC76F668FCDC4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9904a69f2ec8559debecc76f668fcdc4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "F7861AAB076F7CA8C42AFB58109A29A1", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f7861aab076f7ca8c42afb58109a29a1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "20E787218110D4A81EAD7B34BEBEF6D2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/20e787218110d4a81ead7b34bebef6d2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Backdoor.Heur.gen" - }, - { - "Type": "File", - "Value": "986AE7E307599064D2738C3F466C46F5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/986ae7e307599064d2738c3f466c46f5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Dropper.Heur.gen" - }, - { - "Type": "File", - "Value": "086201E7EA955E7BBCCD1A6903539983", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/086201e7ea955e7bbccd1a6903539983", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F336165A318A826D7663FAA0A51A8B87", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f336165a318a826d7663faa0a51a8b87", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Generic Trojan" - }, - { - "Type": "File", - "Value": "9A94FCDC668AB2EBB13885B558B73C89", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9a94fcdc668ab2ebb13885b558b73c89", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "C640BC9D64B98419748BA725B95EE459", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c640bc9d64b98419748ba725b95ee459", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:010!Eldorado" - }, - { - "Type": "File", - "Value": "DE73F04DD3706A858A1F6714087DEDE7", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/de73f04dd3706a858a1f6714087dede7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7079C60DDC2FBB3040D8FC7F4B0128E3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7079c60ddc2fbb3040d8fc7f4b0128e3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "E39715792AB5C42D6A8F8AD8CB24A051", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e39715792ab5c42d6a8f8ad8cb24a051", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "682D520CFBF983A45B8CBBDDA76584C4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/682d520cfbf983a45b8cbbdda76584c4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:002!Eldorado" - }, - { - "Type": "File", - "Value": "C955497ECBD554638836DF729DC9A8D0", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c955497ecbd554638836df729dc9a8d0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware.UDM!4998" - }, - { - "Type": "File", - "Value": "ADD02498E26EEE6B5B50CE5DCEEBDC65", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/add02498e26eee6b5b50ce5dceebdc65", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7378F57C3A6BA4C179EAA098955B4A96", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7378f57c3a6ba4c179eaa098955b4a96", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6FD2DA8C3AC68BA51AF6826F8A4B90C0", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6fd2da8c3ac68ba51af6826f8a4b90c0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Generic.bbken" - }, - { - "Type": "File", - "Value": "845D48C0C8BBA40DBF0A72C02CE103DE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/845d48c0c8bba40dbf0a72c02ce103de", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Exploit.Java.bku" - }, - { - "Type": "File", - "Value": "4689D3F89369DC7CD379D8F0255F3CFB", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4689d3f89369dc7cd379d8f0255f3cfb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D12F07FF9E093E47651EA5EB4CA9A6A2", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d12f07ff9e093e47651ea5eb4ca9a6a2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4D3120F60E1BB9608F878EDC51782D7D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4d3120f60e1bb9608f878edc51782d7d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "3FA8C0F7EC6C00CC7E415E1BD4CDF9ED", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3fa8c0f7ec6c00cc7e415e1bd4cdf9ed", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FE78F1E9C53F226F56F44DB3FD7C6618", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fe78f1e9c53f226f56f44db3fd7c6618", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.PSW.QQPass.ib" - }, - { - "Type": "File", - "Value": "1E935302A2129D594ECC60BAECD836C5", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1e935302a2129d594ecc60baecd836c5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FE50491B74B4180DB7BA4CA7599815E3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fe50491b74b4180db7ba4ca7599815e3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Android.Riskware.Dropper.AM" - }, - { - "Type": "File", - "Value": "7725768659F076F65BF8010703105A77", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7725768659f076f65bf8010703105a77", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E5461DC9BF8840BF1B7F0CDB50BB222F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e5461dc9bf8840bf1b7f0cdb50bb222f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1A06B5ECBFE9F64F049965E9F0A86230", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1a06b5ecbfe9f64f049965e9f0a86230", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Barys.8318" - }, - { - "Type": "File", - "Value": "0E41F3EF1767AEA75F42B248AF98ACA8", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0e41f3ef1767aea75f42b248af98aca8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D62470997961095F8F6A3C688EB27966", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d62470997961095f8f6a3c688eb27966", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "07CD7D97FA4B79E186F82E29CD19FFFB", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/07cd7d97fa4b79e186f82e29cd19fffb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "486440F8757AB8F81B708B00C5EA2AA0", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/486440f8757ab8f81b708b00c5ea2aa0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "67FC0E97A04405527F4850109FFEE1AD", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/67fc0e97a04405527f4850109ffee1ad", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojanSpy.Agent.zxz" - }, - { - "Type": "File", - "Value": "1783BFC7D2F130C1F3C431D4D9EF146B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1783bfc7d2f130c1f3c431d4d9ef146b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "39F8B04352EE18B14711AD81C0E8F617", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/39f8b04352ee18b14711ad81c0e8f617", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "BD0AAB53B87DA5144D727A78BAE20E3E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bd0aab53b87da5144d727a78bae20e3e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "24054E426C586042AFC856DDC130BDD5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/24054e426c586042afc856ddc130bdd5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious:Trojan.QQTen.NAN.vmge.mg" - }, - { - "Type": "File", - "Value": "27306AE3B43D2B20D5A05F0CD89FBB47", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/27306ae3b43d2b20d5a05f0cd89fbb47", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "30AE7FD80F137DD0A7E034D16ACB9B22", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/30ae7fd80f137dd0a7e034d16acb9b22", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "260C90F14B780533DC9A454CB5CCDA69", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/260c90f14b780533dc9a454cb5ccda69", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B3788D6AF07616B47377D55D3F4F7B5E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b3788d6af07616b47377d55d3f4f7b5e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "7A180DEB8DDF16A0FB806EC78DB1A92F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7a180deb8ddf16a0fb806ec78db1a92f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Android.Adware.Youmi.A" - }, - { - "Type": "File", - "Value": "7B5C2AD7E45B99BE26E66F090433BE13", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7b5c2ad7e45b99be26e66f090433be13", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3B8B0A2C1F618C604F139C249BCF2D99", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3b8b0a2c1f618c604f139c249bcf2d99", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9AE02959C7B5D78109738FB8BB02CB1F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9ae02959c7b5d78109738fb8bb02cb1f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "3FCF7FD0D16A6FF3FD731D9DC0AC20DD", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3fcf7fd0d16a6ff3fd731d9dc0ac20dd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:010!Eldorado" - }, - { - "Type": "File", - "Value": "859C3CDB035FE72D1A4996B6CBB3DF91", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/859c3cdb035fe72d1a4996b6cbb3df91", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.fgmp" - }, - { - "Type": "File", - "Value": "89F096218F42CA95D684E7E877C89B84", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/89f096218f42ca95d684e7e877c89b84", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "050178AD5AAF958CBCCF5A6F0C7BB9E8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/050178ad5aaf958cbccf5a6f0c7bb9e8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Trojan.Heur.RP.HEW@a4!VmPf" - }, - { - "Type": "File", - "Value": "93F679CC2AD3C7290B7F2FB3F9A31F3E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/93f679cc2ad3c7290b7f2fb3f9a31f3e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.01798" - }, - { - "Type": "File", - "Value": "B6AF1B60829FC459FA06974C373D8991", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b6af1b60829fc459fa06974c373d8991", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8DBB07CE3B50307E507BF6ACCD675EAC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8dbb07ce3b50307e507bf6accd675eac", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:P:Lastsect_unkn!Eldorado" - }, - { - "Type": "File", - "Value": "1D79288FC248AC4BD995F1A763C9B31A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1d79288fc248ac4bd995f1a763c9b31a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "72B41AD47D570CEFD8848E0B3944791A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/72b41ad47d570cefd8848e0b3944791a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VB!Eldorado" - }, - { - "Type": "File", - "Value": "E14C828728F87F19538F9E643AF4877E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e14c828728f87f19538f9e643af4877e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:010!Eldorado" - }, - { - "Type": "File", - "Value": "CF1FC8CFFA840471E2A936D74CE60152", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cf1fc8cffa840471e2a936d74ce60152", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "60DFFA1C47A12F1CEBA44E0F61E5F6E1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/60dffa1c47a12f1ceba44e0f61e5f6e1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Trojan.Heur.JP.vuY@aGC9vCoi" - }, - { - "Type": "File", - "Value": "488BDFF5E0B20F11850CC04DFC65F80C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/488bdff5e0b20f11850cc04dfc65f80c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor/Nbdd.ph" - }, - { - "Type": "File", - "Value": "BDADBCB81CE9B849FD3C118DAEF3EB5D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bdadbcb81ce9b849fd3c118daef3eb5d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "BCB2792F253976E054F11EE1677A426D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bcb2792f253976e054f11ee1677a426d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor.Generic.zvy" - }, - { - "Type": "File", - "Value": "A53F68D0467AA5E2B375019B08576AFC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a53f68d0467aa5e2b375019b08576afc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Generic.v.(kcloud)" - }, - { - "Type": "File", - "Value": "A20106FB4F545EAA8348B25773F5EEAD", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a20106fb4f545eaa8348b25773f5eead", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.PSW.Agent.ne" - }, - { - "Type": "File", - "Value": "FD28D371B858011279549DE472264B58", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fd28d371b858011279549de472264b58", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "02EE5E20F25A596110C10800A24EF759", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/02ee5e20f25a596110c10800a24ef759", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "83632682C76A242BDF6BF381E8CC3D9B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/83632682c76a242bdf6bf381e8cc3d9b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "530B8EAF7230CBEA874EB2B47E635AC9", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/530b8eaf7230cbea874eb2b47e635ac9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "511B24E450B61E421163E6D4874A7E00", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/511b24e450b61e421163e6d4874a7e00", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Vilsel.abet" - }, - { - "Type": "File", - "Value": "1653F8D10701945C2DBE944C3D075CB1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1653f8d10701945c2dbe944c3d075cb1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "BC53767607F1ECB9970161214C0D7316", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bc53767607f1ecb9970161214c0d7316", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Undef.(kcloud)" - }, - { - "Type": "File", - "Value": "5FA2A2B0E55949CD5C078D5DC104B1D8", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5fa2a2b0e55949cd5c078d5dc104b1d8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DB259FC64FFD1558F6B3A90FA1310697", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/db259fc64ffd1558f6b3a90fa1310697", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "AdWare.OSX.Adware" - }, - { - "Type": "File", - "Value": "2D10465DE8990D8EB6496BDDDE18458D", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2d10465de8990d8eb6496bddde18458d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1B16DABC6347C0A80ACAE6CFFFB1E438", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1b16dabc6347c0a80acae6cfffb1e438", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic" - }, - { - "Type": "File", - "Value": "884339055D77119E8D41256902A1C7B3", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/884339055d77119e8d41256902a1c7b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D45651AC99AFACCACB0F87B649BCA7F6", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d45651ac99afaccacb0f87b649bca7f6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:IN:NSIS!Eldorado" - }, - { - "Type": "File", - "Value": "DCECF626E1EECFD471B84AE06AC16D43", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dcecf626e1eecfd471b84ae06ac16d43", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0CBB6ED136BFE3C088E9D2494F202CD2", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0cbb6ed136bfe3c088e9d2494f202cd2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "61098E7F2E0907D4D83DD1D419EF3BE6", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/61098e7f2e0907d4d83dd1d419ef3be6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVMH015.a.(kcloud)" - }, - { - "Type": "File", - "Value": "B8870EB421E3DCB91E21AB2D3ACFD54E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b8870eb421e3dcb91e21ab2d3acfd54e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C92871860A1E090CD86854106E0A279B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c92871860a1e090cd86854106e0a279b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "D7C74D2ADFAC5EDBE2D6C71CD7AD15ED", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d7c74d2adfac5edbe2d6c71cd7ad15ed", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious:Packed.Confuser.B.bwyn.mg" - }, - { - "Type": "File", - "Value": "7907E005445409B2C80572E05BCC041A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7907e005445409b2c80572e05bcc041a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "C72A2D3C7A89E2241A6525547C6EB4CA", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c72a2d3c7a89e2241a6525547c6eb4ca", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "75D1CDEEA41758A12528A804AC6A238E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/75d1cdeea41758a12528a804ac6a238e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Worm/Carrier.yi" - }, - { - "Type": "File", - "Value": "5C388EDA36BEDF0E6696FAA6C963C589", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5c388eda36bedf0e6696faa6c963c589", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.PHP.WebShell" - }, - { - "Type": "File", - "Value": "227083933864A546E4F2F98937F62B7D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/227083933864a546e4f2f98937f62b7d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/PatchFile.et" - }, - { - "Type": "File", - "Value": "B313DD9DD5D9E3ED7CD797A3B833AA1E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b313dd9dd5d9e3ed7cd797a3b833aa1e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "98A959B8C786052DE4A236C7FBBE89F0", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/98a959b8c786052de4a236c7fbbe89f0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "39A000675C403407B35722AEEE2C1014", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/39a000675c403407b35722aeee2c1014", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Aksula.A" - }, - { - "Type": "File", - "Value": "ED7C3F1127293E24A4AFF96897378A0E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ed7c3f1127293e24a4aff96897378a0e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "833245671A443FD91027948851AD88FC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/833245671a443fd91027948851ad88fc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious:TrojanPSW.Agent.NFX.ycwh.mg" - }, - { - "Type": "File", - "Value": "83CD49CA0271EA9A36B85EC960E20052", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/83cd49ca0271ea9a36b85ec960e20052", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "92DDA1BA754FCFFCFB2F2CE4E6EEAE41", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/92dda1ba754fcffcfb2f2ce4e6eeae41", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "28500A0DBD0175AE13BFAAA7A375FF34", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/28500a0dbd0175ae13bfaaa7a375ff34", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic.pak!cobra" - }, - { - "Type": "File", - "Value": "77C5A4E7C7D64E4637C19639339EDA2B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/77c5a4e7c7d64e4637c19639339eda2b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Mikey.35011" - }, - { - "Type": "File", - "Value": "500D8C9177DE43D3A5F4E98D4C904449", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/500d8c9177de43d3a5f4e98d4c904449", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:P:Unknown!Eldorado" - }, - { - "Type": "File", - "Value": "F02B68DDA2A9E65BEDD496E0E0FDE4FE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f02b68dda2a9e65bedd496e0e0fde4fe", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "A83E24502034823415572E12574449CF", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a83e24502034823415572e12574449cf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2E7298E1A66B47B7BB3ABF4AE81F213F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2e7298e1a66b47b7bb3abf4ae81f213f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F7B2FF37119D2D18F8006BD40A7DBF06", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f7b2ff37119d2d18f8006bd40a7dbf06", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor.Generic.afel" - }, - { - "Type": "File", - "Value": "018B25F3D70A9ABCE8405D39D92C8F77", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/018b25f3d70a9abce8405d39d92c8f77", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "857EE9206F8DAFB22473C630340961BF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/857ee9206f8dafb22473c630340961bf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Porn-Tool.Agent.lg" - }, - { - "Type": "File", - "Value": "63D11E4DD9E77CFE9DB0F61794F65EC5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/63d11e4dd9e77cfe9db0f61794f65ec5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "4A98F185E7E7ACA9090328ADE1A0FF18", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4a98f185e7e7aca9090328ade1a0ff18", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "68976F568B8B51F6FCF948802BEDFF2E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/68976f568b8b51f6fcf948802bedff2e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "19F8B9244324222F68F62FA0782B5429", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/19f8b9244324222f68f62fa0782b5429", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojanSpy.Agent.zxz" - }, - { - "Type": "File", - "Value": "4046C17B7B1D6E6034E9F7FAA8451D31", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4046c17b7b1d6e6034e9f7faa8451d31", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "DCCDDB214071B008C38C8AC38FB68775", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dccddb214071b008c38c8ac38fb68775", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "31508140D999495D3E1ECE6897EE3C13", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/31508140d999495d3e1ece6897ee3c13", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.HTML.Ramnit.A- archive" - }, - { - "Type": "File", - "Value": "5782819C59D41381B3BC8EFC15EEED20", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5782819c59d41381b3bc8efc15eeed20", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Genome.aypb" - }, - { - "Type": "File", - "Value": "891FF11E16F8A9153BAC6E71068BEADC", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/891ff11e16f8a9153bac6e71068beadc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3FAC8339A5FAFA2E6BC54B0555F6AE37", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3fac8339a5fafa2e6bc54b0555f6ae37", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "76CF59D775EDDDADD219531C88986CCB", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/76cf59d775edddadd219531c88986ccb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E77E277C9175FDA43F28355939137377", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e77e277c9175fda43f28355939137377", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "811188188D7E35E7C252FAEC2589712F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/811188188d7e35e7c252faec2589712f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F5A2223708C50C7B7FB7D0A39D3DA3FE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f5a2223708c50c7b7fb7d0a39d3da3fe", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "06103E19A39B50AA7C45AC83B05E0B07", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/06103e19a39b50aa7c45ac83b05e0b07", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A5CBB177A6DBFF86ADC84C8B8760CA22", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a5cbb177a6dbff86adc84c8b8760ca22", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "F6D0C1766A38132F38C945D1A19103D8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f6d0c1766a38132f38c945d1a19103d8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:IN:NSIS!Eldorado" - }, - { - "Type": "File", - "Value": "AA66B09FEC85169DE182964B745805FB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/aa66b09fec85169de182964b745805fb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "DEA0FFF40438A983CEC5F44E4BB31B13", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dea0fff40438a983cec5f44e4bb31b13", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3E45CB1C4399F0157248AEB79DF25E65", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3e45cb1c4399f0157248aeb79df25e65", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "DB4472F2DB48EF3CA1BC4D91DEA094EB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/db4472f2db48ef3ca1bc4d91dea094eb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "B509DD32CE0FFD4F027AF74FCD0213DF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b509dd32ce0ffd4f027af74fcd0213df", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "21A2EAE8A619A4FA04B94CB5D49F80AD", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/21a2eae8a619a4fa04b94cb5d49f80ad", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor/Hupigon.bwfz" - }, - { - "Type": "File", - "Value": "7377B9E6B63326A9F6D4E4A7C18EEA0F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7377b9e6b63326a9f6d4e4a7c18eea0f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "02D8BCC1C4C3BD2C6C6F8CC3E49C4503", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/02d8bcc1c4c3bd2c6c6f8cc3e49c4503", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "BE8B23CF9FCDE34DD9F9CFF8A1EF5013", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/be8b23cf9fcde34dd9f9cff8a1ef5013", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VB!Eldorado" - }, - { - "Type": "File", - "Value": "DBCB60AA10D8F563B9C064584959BDAE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dbcb60aa10d8f563b9c064584959bdae", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "35E2DB8452F8AEC616F553687FBC2BBD", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/35e2db8452f8aec616f553687fbc2bbd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "4F3B3B94140DE36794B45E4AF7B244AE", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4f3b3b94140de36794b45e4af7b244ae", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3DD0FF4C846BF6A6B467FD10A3DDCA2B", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3dd0ff4c846bf6a6b467fd10a3ddca2b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "86709BF3CBDF497DCC23DB251B5F9854", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/86709bf3cbdf497dcc23db251b5f9854", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Adware-gen" - }, - { - "Type": "File", - "Value": "CB6F05D6DB546B9E3D7966713F70DEEF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cb6f05d6db546b9e3d7966713f70deef", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "E3C211828C87D8B5C95856E32D19EF65", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e3c211828c87d8b5c95856e32d19ef65", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3171D32AAB6A8F3B5EB299349EAE22E8 : E5609E186EB60150D5574E1C343CFCD491686B44 : 60CB2CB1323096899AC02E498949AB1E202D59D491539D8A52C3F9FFBF067D56", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/60cb2cb1323096899ac02e498949ab1e202d59d491539d8a52c3f9ffbf067d56/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D4C74B1A5EE8E5D76B5F9DDF48DF6470 : AEB0DAF810BFBDBCF2CAA4DC7F78771BC97FB17C : 2A7CD30B1AD2A231D194541157DC6A286C43D8BC5D2210C19FDA4EC7A071E207", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2a7cd30b1ad2a231d194541157dc6a286c43d8bc5d2210c19fda4ec7a071e207/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "96BFEC46ACA552E19C274DD45EDAACB3 : 480F3CCDB5971BCE0033403E4E2A79B6810D1DEB : C680F6FD7BE34CBD33B700ACEC414C6057651D305B6609EDB61E709831FEC22F", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c680f6fd7be34cbd33b700acec414c6057651d305b6609edb61e709831fec22f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "CE6F39B8F75AAC9614150A776F404819 : 77A6A3823156D0A84C920834C2E29CBD03DCCD62 : BC1D6CE941CAB4749202618709D1DF206B748C1D490F0CF980776A0D7147A98C", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bc1d6ce941cab4749202618709d1df206b748c1d490f0cf980776a0d7147a98c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "B1AB42AE893F255F063CBF704F9D88D6 : E6B533AD2D673FE844B9E23E40970D8F3C070298 : 7239C7DB3E440D6910F7536C7B6EAB5690AEFB61CBE65566DFB6FCE2EA23777E", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7239c7db3e440d6910f7536c7b6eab5690aefb61cbe65566dfb6fce2ea23777e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C24AA6640CBC5B98F9899533AE1403BB : 757E43CE0621D15E58A2B78095C27554B82ADFB8 : 8A275B1ABFD853F4E7EE7D362FE5AC8916AAD44EB6FE0DA29D2F3EA5A4C6ACC4", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8a275b1abfd853f4e7ee7d362fe5ac8916aad44eb6fe0da29d2f3ea5a4c6acc4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4C2620D8827BF4DE93ED47DFE0A70F9B : 6FFB5D0B7EEE3F60F7D9331EE5900A8D3344DFDD : 27CA3E26212FAB1B26C483A6204F095C7FBBED287511C9531CAD6ABB8B3E2147", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/27ca3e26212fab1b26c483a6204f095c7fbbed287511c9531cad6abb8b3e2147/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B732CC6D2437612BE04126A4CD5548AC : 4C6D6BD2C6726BCACCD1FF0FB82EFB822D774CA3 : 94915CBF1DF8C8165F9192F9F3161A1DA2625890FBF69C463FD1040BB5B69093", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/94915cbf1df8c8165f9192f9f3161a1da2625890fbf69c463fd1040bb5b69093/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BA5D4F65279522F8D0D9BBBD8F246204 : A1FDEC5E2D9B19DF0E7DA4A2313822BC6817B861 : 3984E8785089FF9863BCA7583EE7812BCE58EB9243D47B151247F57BBABC8B5B", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3984e8785089ff9863bca7583ee7812bce58eb9243d47b151247f57bbabc8b5b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1201704DD896E65AE11A823487CBBC23 : 548D4E26734316EC8FD48739C933E83C441BC03C : 0CAFC21994FE5FBE30BCEA730A0772241E25E479B0ABE375CB8EDF1565A8E653", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0cafc21994fe5fbe30bcea730a0772241e25e479b0abe375cb8edf1565a8e653/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "HW32.Packed" - }, - { - "Type": "File", - "Value": "5025942EED2A43DF7C7CEF45BB5BE036 : AC5AA23739BC3D7A8ED3967CC89A6183DE3BFF21 : 754E699364F648E90AD5C7B5EE700A262345759FD1CAC14927136D2C62878F58", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/754e699364f648e90ad5c7b5ee700a262345759fd1cac14927136d2c62878f58/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FF3243B9ED207781232CF6868FFF780F : CA50D7EF961B5C6371D7B189BAE42013C94616D9 : D1DFFBB9BFF80AF672F41F976FA5F5DB80F030FAF4F5C2711F6E0ED3B3044571", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d1dffbb9bff80af672f41f976fa5f5db80f030faf4f5c2711f6e0ed3b3044571/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8AAAEE8D6C46EB4EADFFE941C12FCA2A : C69173E59A612D033FC904DBAAFFD908B68999DF : ACFF01BDE041C78AFF3010EE98C2D108D4DEF08684131850CFEC9B16DAA818C7", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/acff01bde041c78aff3010ee98c2d108d4def08684131850cfec9b16daa818c7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8951A68BEE38DECA62A7817C84C82BFC : 54AA05BB371375BFA513FD95ED8EB4490F8E7059 : FA8FFED146658FE92862E76E5C34AC67777C3D0EEC004D9EC60B6B6D5109F478", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/fa8ffed146658fe92862e76e5c34ac67777c3d0eec004d9ec60b6b6d5109f478/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C572083080824AC98A8119370BA78074 : D34550B6A06B6F3825DD681FC0B4B5FC201E243C : 95ABD127A9730B98F68E56B6B7574DCC59E9244524A2F6BDBECA20C9678EFB7A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/95abd127a9730b98f68e56b6b7574dcc59e9244524a2f6bdbeca20c9678efb7a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "A0165D58F51AE45D3458BF88B9A7D8D1 : D3EDE7A81F5676915EE94D787DDB8107977B538F : F8B20C8C93288B3F42613A94DD1987A9C4F0254618FD346BF2FC7074F6AD9FDF", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f8b20c8c93288b3f42613a94dd1987a9c4f0254618fd346bf2fc7074f6ad9fdf/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "F64DC1FB384EACD338BCEDF90D3E4D9D : D1FB3AAD2EBDC57022A5E1B794B7E36BE2B61BE0 : 63C6D056B1408E93BFA9426A0FB61E240F1AD0B0B6F619CA892AD99C25F45EA9", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/63c6d056b1408e93bfa9426a0fb61e240f1ad0b0b6f619ca892ad99c25f45ea9/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "683BECC76691F61166703E346A2F615B : 04321216481D9D330932E72CD341551E01C6B13D : 6AA94015C86E8D924F632414E24570A788B77B1863C02A270EE7522DF0C54D9D", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6aa94015c86e8d924f632414e24570a788b77b1863c02a270ee7522df0c54d9d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Variant.Kazy" - }, - { - "Type": "File", - "Value": "348A1967F2F1A5970FF3A8C014026DF0 : A7D1630F0520675363F0B2FD12AC6F2A8EC67FBD : A47400C2111603EE3DB72BB4B0EBC040C5F881A6B73FFD064BB6B0C8C64638FA", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a47400c2111603ee3db72bb4b0ebc040c5f881a6b73ffd064bb6b0c8c64638fa/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C070ACD365E2B3FB37C37DE35013917E : 24DCD675DCE35730DFA4857F53B3DE64366DA6DF : 8156EEF2F501AAA0DBB337F238111C1A37D998050A62F6A7E560E25831B810AE", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8156eef2f501aaa0dbb337f238111c1a37d998050a62f6a7e560e25831b810ae/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8F81B0400CE17A2AF424803EEAAA549D : C6C9BD2E3214EE39E71C839F7852EE84A93374B3 : 3935173BC0B9A6498B73B1242383C8C03E04CD57D7672A1B7B9D69FFD74A79C6", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3935173bc0b9a6498b73b1242383c8c03e04cd57d7672a1b7b9d69ffd74a79c6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "77F567D54605EFF8151680983C689E27 : 5B9EE0F9886A90862C7D16E2D69B349441948A31 : 43F8EABBCE92E28FF9E27DF24B261A8EBDF4869510A5C3CF3EC36412F9B339A6", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/43f8eabbce92e28ff9e27df24b261a8ebdf4869510a5c3cf3ec36412f9b339a6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "JS:Trojan.JS.Downloader" - }, - { - "Type": "File", - "Value": "3EB88FC86FED46DAD8EF14BF7C919457 : E69FE5337E9E1A1D9137934AA81BE99F3BDF4AF4 : 7DA536EA7241E656CDA1FE629384CAF4C5C2CE206CDE6E267B01D8D347DC4E81", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7da536ea7241e656cda1fe629384caf4c5c2ce206cde6e267b01d8d347dc4e81/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "FF1F795BB4C2FBF1BD49F2CD54535A22 : AB9307028EF05EFDDE0DF381706126D92C102C24 : 958D0320673D7EFC61C5842D9043ED2A8DE805C3EEBF8BB5CCD11A1F6D1DC8F5", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/958d0320673d7efc61c5842d9043ed2a8de805c3eebf8bb5ccd11a1f6d1dc8f5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CF986D8F6E378636762BD41DA079B573 : 4B6AD4356CEE8ED4A1399483868C9B2B8C59952B : BF764EA78F8B57436764F96698C599849A9058202F2C334746667C57602ACA90", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bf764ea78f8b57436764f96698c599849a9058202f2c334746667c57602aca90/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4A540E03E55722EE973EC2918D07B589 : 8715ABBCDC749E5C079A006B406572E3BBC27F89 : A5F1B78800E8F1D92D7FD60C66F82F5C3008A9ED55DD6C0BF1AB94B1551A98B7", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a5f1b78800e8f1d92d7fd60c66f82f5c3008a9ed55dd6c0bf1ab94b1551a98b7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4A1C01917CC22DBF54EE626137E3B92E : 88FAB416A9EBDCDB52DC568989D57FB8F3F5B182 : 82BE500365F1084D3289CC34DF27AC0F096C9AF7C6B176E4511167A24BA44845", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/82be500365f1084d3289cc34df27ac0f096c9af7c6b176e4511167a24ba44845/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5A99414DB3737D75669DE4544DCEFB0A : ED3941AB8CC5D21035C2D43DB704E3DA65C32CB6 : C5DD8CEBBE1B8271076BFE1F906924B1FAA43A888401182E56A36FA43C42E7E6", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c5dd8cebbe1b8271076bfe1f906924b1faa43a888401182e56a36fa43c42e7e6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "DABFCB0905DD1E271DAA5BA95815D3EE : 5C4CB76BB7E4E1D935EB73D83C2A98046FBEEF76 : 1B415EA10DEF5564FD1644443B983DBBC859BE19449E3DB4AB76231C36422747", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1b415ea10def5564fd1644443b983dbbc859be19449e3db4ab76231c36422747/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "92DD507FFCFE523AFD14B90315C2B191 : 11102E9631A4A27CA259C8FBAC5EF4465031715F : A06B7736FC0565BCE74D3AD7DB2A5F1023D7798551F0B4AF0D9AF014F14E1436", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a06b7736fc0565bce74d3ad7db2a5f1023d7798551f0b4af0d9af014f14e1436/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "8645FB0D31B635F15004A498523B75D7 : 32314285EBF08497A39897D008A8AD0C2EDB377E : 5AF85E1AF7EBD4E0219C8A0D2015A47DA79F51C1B73AC4CB9971C73CA34D95E9", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5af85e1af7ebd4e0219c8a0d2015a47da79f51c1b73ac4cb9971c73ca34d95e9/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "8D1B83D76BACA643998F0DFF1E6AE161 : 891B8755BF6E140400E2D5A89684A3021DB801F9 : 85B7449200CC49550FF72F5BE4B98082FA0438AAACDC815FAA105D8C24614616", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/85b7449200cc49550ff72f5be4b98082fa0438aaacdc815faa105d8c24614616/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "198B96D5D5BBC00D1260E0914CFFF9F2 : 02ACD7321AF429882C915E188638145412F2E177 : 1A75A81557B2B419AA3FEDC90A44E97A6E6603D5E6C790DC5737923E4D179FB1", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1a75a81557b2b419aa3fedc90a44e97a6e6603d5e6c790dc5737923e4d179fb1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "74038AA65DFCAB3D0DD5131BAD82032E : 4F0D23D2FC312756AD7A701E310AF9C5837B20C1 : B635C8CB4D2E4E16A686C184EB0487DAACB248853279D794E21A9237D1722614", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b635c8cb4d2e4e16a686c184eb0487daacb248853279d794e21a9237d1722614/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM20.1.0000.Malware" - }, - { - "Type": "File", - "Value": "D1AD154DDBC05E9AF91AE3E150983A35 : 3E0C9571E758D8246096C4C5996335AF897F9180 : C449ED1690AE141C66578F99E0829FBE3DFC324D075EF1452A9501AB0EEF00EB", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c449ed1690ae141c66578f99e0829fbe3dfc324d075ef1452a9501ab0eef00eb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2BBD13A8DBD8AA88BF282A6210588451 : FFFE4A1ED7AC36A6049404F7B94F039D0BAA88B0 : DE6D3D97078C32A1CCB0244D3B3D6CA609613D941A07420FD8E400D61E0073DB", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/de6d3d97078c32a1ccb0244d3b3d6ca609613d941a07420fd8e400d61e0073db/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "6C2E87F717ED712F786F0D43D0076B89 : 8402C94201933317E7D4231D6B093262C089CF54 : E67E6D005EEBF84620AD32E9DAEC3B8F00E3BB05915E2EEC0C34E9DB276F0ED5", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e67e6d005eebf84620ad32e9daec3b8f00e3bb05915e2eec0c34e9db276f0ed5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "038972D01E9D035B84E886F67C865A4B : 18FACD6DB290DE6032C1EABE2949E8EA06B71176 : 0C96311FBD6DCD5AF7DFA4875FC72BEDA0C9E1C7470EC8D0CB54041201F94708", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0c96311fbd6dcd5af7dfa4875fc72beda0c9e1c7470ec8d0cb54041201f94708/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM20.1.0000.Malware" - }, - { - "Type": "File", - "Value": "06EC2E47734FDB180F6FBB97A15F9687 : 5D9872AB7AAD22748E900E7B984F07FE63BA0769 : A5BF080BA5D3624BC8C19B614C0CB78DAF241D22D6EDF41869835E18113F2203", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a5bf080ba5d3624bc8c19b614c0cb78daf241d22d6edf41869835e18113f2203/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B418C04C133C59D1BA98A701E37F02C5 : 89F026BA44E4D2DA53CDEC998B5630484606FA22 : 0582590153A317BC9307A76643E9D296B122B1B67CE314B1ACC7D5C67894161D", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0582590153a317bc9307a76643e9d296b122b1b67ce314b1acc7d5c67894161d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "F3846C5696D3F01167FDDA2A795A48DC : B3CA27B23C5E0EE01B615D1E6E3564511A1A833B : AC22556FA158E0593839839BC5CE857CF31F75E4C01F910BF9B9156B8460C746", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ac22556fa158e0593839839bc5ce857cf31f75e4c01f910bf9b9156b8460c746/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8468B1640A1A48D3AF3F357A663BBFCD : F25EB93DFE8C47073B7EECE2DBE59CC27A527D73 : B23781B385E1FE7522678F4F017431DAD9CAC9CD616019D9378EE97AC8410F0E", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b23781b385e1fe7522678f4f017431dad9cac9cd616019d9378ee97ac8410f0e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "658D67C032CA227F04C12847D0A66830 : D8D9B4376C0F942547F6B709461E9EB1AC51D5A0 : 0EB31C4CD6B7EF92A3081EA2B2F6FB59E5BBFC28730A9F739EF531342F89F476", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0eb31c4cd6b7ef92a3081ea2b2f6fb59e5bbfc28730a9f739ef531342f89f476/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "3173746B9B0D2B610BA6824C4E91D2F3 : 7BDFAB2F5EAD79C452915AC9F68E0FB64FB6937E : 1D215F3B0C78A5EF917058C2DA947F72C01C8842BF30CC72014C6BD919DB84DA", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1d215f3b0c78a5ef917058c2da947f72c01c8842bf30cc72014c6bd919db84da/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "D957FDCEFC3170DB98F96D33465A0243 : 36296978E54EB41C02E0B2F821471592C67C0F60 : 0A31461CBD79C8654EE3F4B5F72875BBDB6F96087A9DD8E3227AB997CA731C65", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0a31461cbd79c8654ee3f4b5f72875bbdb6f96087a9dd8e3227ab997ca731c65/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BECD198E4F1666502085D3C94A915C45 : 3D464C8C8E8F878179AD93C95FEC6E6EDF89438E : 2AD4C15DDA891C2CFF1D5720A7DBEAED52E7D3B05864D06431347D5AB2A729E5", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2ad4c15dda891c2cff1d5720a7dbeaed52e7d3b05864d06431347d5ab2a729e5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "68555A4235FDE27D15F51520A7899C76 : 5F3EB96969DC704E337C2B3902404D416DF34388 : 9E7C6A1AB775826A6490200A94DB34FF2212BD2E31B0A491A82242B0F14805C5", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9e7c6a1ab775826a6490200a94db34ff2212bd2e31b0a491a82242b0f14805c5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM20.1.0000.Malware" - }, - { - "Type": "File", - "Value": "6707E0A069888C77CCD3724E856A9081 : 8014831F69AA4DA99A7987D7543B4C475147C442 : DB725271F890E90EBF3B8D5DB4658C1082FAB069AEE85F153F29879AF8A555DB", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/db725271f890e90ebf3b8d5db4658c1082fab069aee85f153f29879af8a555db/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "33EFF3273C721B046934731317CED79F : 40224A07B8E46DC1B5CB55A00A75F887E73147F4 : 2B63628AD91199F4E0BA1E71DC2AD5485F083AAA47ED956ECABA5364FC47058E", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2b63628ad91199f4e0ba1e71dc2ad5485f083aaa47ed956ecaba5364fc47058e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "182A722A9844684499ADF629A94ADDD7 : D446D8FD4D5204F895DC3931EF1D82D09F1B25CE : C607B2116DA9096D466C4C2D0EEAED2D2657CA627590323735FC1C5CBCCD6224", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c607b2116da9096d466c4c2d0eeaed2d2657ca627590323735fc1c5cbccd6224/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E8942FC065E9F8999106C341FBB1DB28 : CC7672DA90F292580BBB99DD733F5C2518D483D7 : AB775820B9DDD989C2DAE48E5D064F50DC9481064E78A891FC5F4901AF0B7F2F", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ab775820b9ddd989c2dae48e5d064f50dc9481064e78a891fc5f4901af0b7f2f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "59825CE50696099C929D2A7C461A41C8 : EB266AC44AB006CD0E381CE31071CEAFA7865D5C : 38720E3DAB334B3FBD7FE9D8A7587FBD7DF57F50388A191A09AC9355D779B3A3", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/38720e3dab334b3fbd7fe9d8a7587fbd7df57f50388a191a09ac9355d779b3a3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4E922B20E22D2C42A0BB94B61F417AAB : 03C480A49A7B9991170FDFAF416F9B8A63520F0F : B7A51000BC1D45EA1B216BACB5BC6344385BCE5A30326FB973CE0109563BE7BB", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b7a51000bc1d45ea1b216bacb5bc6344385bce5a30326fb973ce0109563be7bb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "1F0BBBEAC1BA44E47FB0F833F974BBA7 : 289CDEEE1088393A8872B2EEC7565B9FA56BB74A : 8D5722CB36A3454D88AB230A85FF9C880A8F9944B1E4C77A377FD82961B9EE42", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8d5722cb36a3454d88ab230a85ff9c880a8f9944b1e4c77a377fd82961b9ee42/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "00561BD2C5C21D7D846A714E5B2AC4C1 : EE0828A87BF26EE315D2EE24D9103603F4D5948C : 7605BE37E988C54A588BF4C8EBB03FB32D3A2776FFA26B5D7234C1D53FB582F2", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7605be37e988c54a588bf4c8ebb03fb32d3a2776ffa26b5d7234c1d53fb582f2/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "AA4E4C5259704F066CE6C2A06159DBCD : 8BD272C340E1D839269EA1E8EAD9766D8072EC91 : 619893D97EC8390B22E215170FA2C76E0B1626F7FD353EBD22EB95BC0F31F1C8", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/619893d97ec8390b22e215170fa2c76e0b1626f7fd353ebd22eb95bc0f31f1c8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7B02B0C855924A2503D323121348DF1A : F5CC3998EBCA8A52CC8E36011835A03D0B400BF0 : 75D3BB5DF5A99C1CC5BD3D4454288B3B927CFCF1C80D7C4F1BF72C622FBE3F2E", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/75d3bb5df5a99c1cc5bd3d4454288b3b927cfcf1c80d7c4f1bf72c622fbe3f2e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "43BCC748A7E27A56ABB8E9FAECD47DDB : 483F9B34A98538580EEBF25B0FA245BB89B00668 : 36AFABABDBE59D3D41BD89A26FAFAD256BC7B80DD273ECB14ADD1D2542164676", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/36afababdbe59d3d41bd89a26fafad256bc7b80dd273ecb14add1d2542164676/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A6B313025F89A08C25613EB19DEE83C2 : 2662C514DA39CC575D81F4826C40B3A3C55611A7 : 6A956DCA42420CFA3BFB3B27C35D0684E477AF0FAC77444BBDC490A1410D2C69", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6a956dca42420cfa3bfb3b27c35d0684e477af0fac77444bbdc490a1410d2c69/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7D90CAADA53A03DBED3A4CE2EAAB6A0F : 0DB94571061C1548313422E6C705D6D91D037DF3 : D9A4F56EE9190969672F1B8636833FB5419D9C94E5C980093E16A5173AF5E1C9", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d9a4f56ee9190969672f1b8636833fb5419d9c94e5c980093e16a5173af5e1c9/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Razy" - }, - { - "Type": "File", - "Value": "FF705FCACBC099BDBFA7A3B916A8822F : 8194BB2B9553B5EDA3CF74B13444B60977CBDCC3 : 64B46A0D05B19C1C86D8AC8257E356780AD7A327B9FC9EBD3C5DB5631EFC69DD", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/64b46a0d05b19c1c86d8ac8257e356780ad7a327b9fc9ebd3c5db5631efc69dd/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "497A4926D3491F9B9A158971E84D8BB5 : 8D5A3272450D827EA7EBE529B43FCAB3F3445996 : 66E73E4717379E03C7511459FF7275C99E68914B8471A7A4F714E8479D2876DD", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/66e73e4717379e03c7511459ff7275c99e68914b8471a7a4f714e8479d2876dd/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "AB90EBDEB35AFD592DCA1E3D7023DA80 : B9C2C25603F6A66439CF7CE3BC9896F19F567AAA : A80049DE708D13C0BB4A5FCA2CD3083524DB164CBC0629D46A3519516AFED889", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a80049de708d13c0bb4a5fca2cd3083524db164cbc0629d46a3519516afed889/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1BC0897E44B520A6767A0D62BE999F64 : 23901EFC152B79DCD302D1B8C39CFFE3BB031851 : 26FCBD7FCEAB375386AC6FB08558F365D43AC48A900541B2E1B64DE9D24F0721", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/26fcbd7fceab375386ac6fb08558f365d43ac48a900541b2e1b64de9d24f0721/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "141DE016FF7AA5DD833120E48783ED45 : 3991B5AC51D451D3D2E4FBA5CE57812F7F87D8AC : B3713308C5F37D1A86D60E26D0F5DDE3D448C6ECF319D6B30CCC66B26EE0714A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b3713308c5f37d1a86d60e26d0f5dde3d448c6ecf319d6b30ccc66b26ee0714a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "2E874400C7E89085A55F8F7EC8610563 : B86AC72F56330EE8F561BEA92E4A39D3CC0EB6C3 : 4EAF17B2E390F19F8BA65A63C6FAC7F6A30778160DCEECFDCFD48EA5181A4AF4", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4eaf17b2e390f19f8ba65a63c6fac7f6a30778160dceecfdcfd48ea5181a4af4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "B2ED18909C4E6153B5B92AFA25858431 : 10FA9AB80C6495781C851913DB2B67B255C8C059 : A23F093524526F1AD5166D4F4189BCE1B6A58B185CDF9E3DEA8C487A27A62903", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a23f093524526f1ad5166d4f4189bce1b6a58b185cdf9e3dea8c487a27a62903/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "07E5E08BCB773A10132F87FCEB283A1E : 9CACC0D55B55598CC3764CFD6A1126F3E0C4B677 : F26B91B62C5BF624E36291AF26572BB3005025582CF5BB43046141ED3776A2F2", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f26b91b62c5bf624e36291af26572bb3005025582cf5bb43046141ed3776a2f2/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "CD1BF6E922E28B386A3E3F469E07C4FB : 7C038555740CB4E145877DA0309C021DE128F666 : 9D93B66A274473786DF4147CE2F153E9138674BAAF48335296334CD44F70DB6D", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9d93b66a274473786df4147ce2f153e9138674baaf48335296334cd44f70db6d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4B94220A414A72D3EF913AFB64815C47 : 6422EC8BE47EEADBA8E3654D6B342EE69BBDCC7A : A0D8D0F01F03ACF54DE1890F4B6BCA80053202CA6E779F5D9DEBDD7A50EBE8C8", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a0d8d0f01f03acf54de1890f4b6bca80053202ca6e779f5d9debdd7a50ebe8c8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "14F7A96D9E05C12AE5704767685E57DD : F215AA9E0ED3541F9F71AE410956B98E2B43E430 : 9BFA606D4B3496D3F7987B1922A7604ECB4E8AFC12623C44BD59853756ADE521", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9bfa606d4b3496d3f7987b1922a7604ecb4e8afc12623c44bd59853756ade521/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "5BCC9AF0213E3D838238B2ADA0712C6B : FDF8F4F90FF48A5945B43434BE71E5CEBB1C9C2A : 2D79FE6BAB1BF12B8D21E8CE2EC8713089F8523D81760ACE0E3890A7A6897ED5", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2d79fe6bab1bf12b8d21e8ce2ec8713089f8523d81760ace0e3890a7a6897ed5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D35F17D8B826E7877066C02DE398E1C3 : A1E2BE082CA7C5EF693445C9D1B0D7453EF37043 : 9AA8F9FD6A0CA784AA567452211F7FA4AD6A7F6ABF1B5BD11036599B1A29869E", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9aa8f9fd6a0ca784aa567452211f7fa4ad6a7f6abf1b5bd11036599b1a29869e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "289AE0A36083ED85222017B6276C5D82 : 2F22B88339D51D15B54D36AA8C6CCE19358F5A4B : 5D7A84D05EF7DCFEE085EBB57A43F41004E13079FE231F6AE3C8A2059F6EEA12", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5d7a84d05ef7dcfee085ebb57a43f41004e13079fe231f6ae3c8a2059f6eea12/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "9ED38EA2CF2230F97DFD4FA8EFF8D755 : BB9B4BC3590DBEBCACD4925133D55520F90D1557 : 40B4543BD154B98D622FFA5CBAEDD6B0B25FEAFEF6A76BF4F4EFAA512FD70680", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/40b4543bd154b98d622ffa5cbaedd6b0b25feafef6a76bf4f4efaa512fd70680/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "31290941EFDD9FB4223E2CCE65E7262A : 5BF07A79A4890D884A2ED07816D7CE87EAD9EB9E : 840D484C14E9A0A4077C7C808EE0B1D833F61ECDBAFB5510BCFE4C60DA2438C4", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/840d484c14e9a0a4077c7c808ee0b1d833f61ecdbafb5510bcfe4c60da2438c4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0071103F7BE90D7398682C436284E242 : 829B3A8B79E0EB96A1CA600068AF173C7E548AD9 : DE12D92F6FF0B4088D1763B0F69004BB75A3941DF63FD7A27B887869DE167EDB", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/de12d92f6ff0b4088d1763b0f69004bb75a3941df63fd7a27b887869de167edb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E2AFF4467CE02971E9649F6594FE7BC8 : 340E7FF951FA224D1FAD30AAA88655AB4E721A8A : 5455E4D2A0AA0ECBDC7AD69100A9E0381B4B1A4E6F37838772A90AA1C7202920", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5455e4d2a0aa0ecbdc7ad69100a9e0381b4b1a4e6f37838772a90aa1c7202920/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5A18C06910A5DC44A66EA9D6A11B72B9 : B041359DD4C96979C71874F032D0ADA4078702A4 : 7A3D076947AEFEE5C287E54CAEF10DD5326BC3B640A650117C97DE6CCEDED149", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7a3d076947aefee5c287e54caef10dd5326bc3b640a650117c97de6cceded149/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "53D8A6AB65C4BA623C5D29E075849B55 : 77E376DE86C294A2C91C4329CC5859EFF2937819 : 9702822C50B7F0F583C0C152D2E1F0EBDB7D73A181FF81B5159EE4EF743FFE91", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9702822c50b7f0f583c0c152d2e1f0ebdb7d73a181ff81b5159ee4ef743ffe91/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "77161A86C0D835412E411F026DE8B03B : 7CA0D2297BBBD99322C18157140CFE8FB5762498 : C23EC310B20C92394863E1EB654DA07A170BC1D997BEED264CFF69D4FEF9989B", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c23ec310b20c92394863e1eb654da07a170bc1d997beed264cff69d4fef9989b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "234D9C7DD62CED6F33B4090E5C846F79 : EB27EED2808C9EBEE486EDC44F3D5CC3F4A8BE6B : 10299806C4E4C0EEC6DE0FFEA82E163CBC28FE37F1DFAE797FA749E08CA8DFD3", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/10299806c4e4c0eec6de0ffea82e163cbc28fe37f1dfae797fa749e08ca8dfd3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CAE6911DDB5B26C863DA877A08A2E7C0 : F820C7C5349FA8B78CDDE36EF0BACFBD71648409 : 11811DF7088DCB4C3738A451D374729283B691122793E8F70C095DCCE8036345", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/11811df7088dcb4c3738a451d374729283b691122793e8f70c095dcce8036345/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D03EE79DC344274245F39750E2001B85 : 6FD2A9B87C0620B574F1E3E4F0F583D9E070680E : 64F67227BBFC191028DB005530E3B55AEA7761060E63593CDFB131EF8A39FCD9", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/64f67227bbfc191028db005530e3b55aea7761060e63593cdfb131ef8a39fcd9/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "0DDDC40CD210F3064DEF0751FCAAEBA2 : 72CD5296800961B75E7B468341A677BD29055BC8 : F65EF444A2C7B4DA84959BDD21E267CEFCA7EDAE119C47DE311ADFF9572632B0", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f65ef444a2c7b4da84959bdd21e267cefca7edae119c47de311adff9572632b0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "428469C41C9F740443B6DB735B5EC93C : E8416DB25BA9053A21C0258BE02E91DA58A80945 : F2F47DCD84C2D7FAC97BAD4C379D268390F3894F6F67CB6CE2B7D76DB41EFBF1", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f2f47dcd84c2d7fac97bad4c379d268390f3894f6f67cb6ce2b7d76db41efbf1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9D0675C11629610A97218742EC53A391 : DAAF5944BFEC4BB2A4C055078FFE6394B50A6DE9 : F1EEFB5FC943813E3B5E6A255BA162A32EA8C0162D54C4E10C34837A90DDDB80", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f1eefb5fc943813e3b5e6a255ba162a32ea8c0162d54c4e10c34837a90dddb80/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D51A81E663023015C5FAFAE8A43B4F15 : 3F3520309DDDB6CBFEE7F00737AFB0D9ED7C436D : F22804F242A5E6B26D76707726432C68FFBEDDB068B962435D0235A6F97348D2", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f22804f242a5e6b26d76707726432c68ffbeddb068b962435d0235a6f97348d2/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "6F1D7323436B12872D468959C843FBDC : 7B90211232DA8663FDE0C42C36AB6E3D96EFA88E : 18AEC7CEFFE917EB661B75ADE70BD6996C31DF6689E233222CAD8952142D9356", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/18aec7ceffe917eb661b75ade70bd6996c31df6689e233222cad8952142d9356/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "13E0E887C4A9A2034D1F23CCF827BED8 : 677E583896B9077E41659D04EE917749A6AED6ED : 51C5FD16DCFF715C62F9B75F0B53730444D9B7B0EA4CF3D2B88335001C4B96F3", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/51c5fd16dcff715c62f9b75f0b53730444d9b7b0ea4cf3d2b88335001c4b96f3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6DDDD7E8E5FF88A15B7884A833FF893B : 813856F7B7C5A4EC55A6284AF6D334002A305333 : 115B1BA1A2E94A2D5B14295C85C3D62845741820EE356BE2441589DBEBA5B7F5", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/115b1ba1a2e94a2d5b14295c85c3d62845741820ee356be2441589dbeba5b7f5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4ADCF963E6C8CE27F072FA0331A108C3 : 622F726D81B301E20C9B3ED02A8F03B34B7D7272 : B007F7934932B23512085689890ADAFA643246F77C14546C78DE41E25BE55554", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b007f7934932b23512085689890adafa643246f77c14546c78de41e25be55554/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.GenericKD" - }, - { - "Type": "File", - "Value": "EEA0F785AF2128A5DAC661F58C218E7B : F6D2E86A8B59AC55812EEE29833D773B6E3209B3 : 826947416C3312C687C24CA7E7D578CA2BB3160D39A2E580120B522BF246AC3F", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/826947416c3312c687c24ca7e7d578ca2bb3160d39a2e580120b522bf246ac3f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "65F1A9FEE9F6E86146782B4961E36144 : 8CBBB6B822A0217900F9AE7B14ECD23B19A37D73 : CE62C4FDEE873AD13DD9202C84E766D2CFAF0A8F7629C5DAFABD29DD2855C7A6", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ce62c4fdee873ad13dd9202c84e766d2cfaf0a8f7629c5dafabd29dd2855c7a6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "81D3A93D67677128AD9C0C6DE5D33B74 : 74D9905630D24A5FC9B4CC687587FD51CB8137CE : 936F2CCB5F42803CCD29EFC5DA8841486F904D059A6E46AFE416AE5DFAFEB886", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/936f2ccb5f42803ccd29efc5da8841486f904d059a6e46afe416ae5dfafeb886/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0D5D8824EC5E1FD9F8F0FBEB2CC892F5 : 6D9C1E61E64C632C95C943FA8B51BB0D55090A75 : 891FD904DE10C723DDA6285A8B5F796FBB4BCA69E671BD9E0600A0BA3D11551A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/891fd904de10c723dda6285a8b5f796fbb4bca69e671bd9e0600a0ba3d11551a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E0858E827B45280EB10B2F9C69860A1D : 52CC4FD1FD410CF16F3E694313361D70F412EEFB : EED1469D0CE13290F8151B3833DE27C473CAFEEC97CF3AA9F7B060D1BA968613", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/eed1469d0ce13290f8151b3833de27c473cafeec97cf3aa9f7b060d1ba968613/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "52FAF50CC87FD31F21B577F27153D1AE : EACE82A0CA315C572870D4D6415DB4030031CA32 : B0743EF399FB1BED1908681A2E656428A2AFCD8A2F4637E5AD46250A6830500A", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b0743ef399fb1bed1908681a2e656428a2afcd8a2f4637e5ad46250a6830500a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "AFB62948C7BCE1C2E4D0233FF6B854AE : A78B1E40FC227002580289BC58993C9B831706F2 : 46FAE55E3EB9B6D5B6B5B179403B4D36DB3452F547ABDE9CAE7AF4992CF39BFB", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/46fae55e3eb9b6d5b6b5b179403b4d36db3452f547abde9cae7af4992cf39bfb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Heur.AdvML" - }, - { - "Type": "File", - "Value": "78298D9A7EE49711DDC3C4D0F9988268 : C71AA3B25369F59119CDEFF16F33F44A43A2B93C : 88DB710E1C3733706EFB81DBE36B92179A49651DE8BF56A1EFF703F9D3D5EDB4", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/88db710e1c3733706efb81dbe36b92179a49651de8bf56a1eff703f9d3d5edb4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "353409DC40CCDF8A69DBF50A81A53917 : DFF8ACD5F555360227B7846A3668CF5B4555C6AA : E4E641E5BE2EF8F773A691EBCDF824BBCACBC2176A2E65CDC76F2260DCF26449", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e4e641e5be2ef8f773a691ebcdf824bbcacbc2176a2e65cdc76f2260dcf26449/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DC279CE3329C7BC477DFED29E442F744 : 229D3D9F3F344457EB85B901CF4DDBB304575674 : 1B1FE3B65AF452B4C66D56D8D8DAB19C924ABCD1B7D174D1C0B8AE38E1B44926", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1b1fe3b65af452b4c66d56d8d8dab19c924abcd1b7d174d1c0b8ae38e1b44926/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C8ED43258847A5D35D2447A8C324442C : 071E6B46EC88C879287EB8ED3189913D2211182E : B41A6B22810BC6F41DDC32ED61B85548FCAC1F094670FD369B15936ED14F9754", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b41a6b22810bc6f41ddc32ed61b85548fcac1f094670fd369b15936ed14f9754/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "27AFFFC43F178CCD6E8A4C56205D0F93 : 035A2380D024B1CBDDADF1FACA9542EE741DAC94 : BF0B42F81345D14E826DBCE57D9A66CD5C53D5220E60A6AF860959B1E3629283", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bf0b42f81345d14e826dbce57d9a66cd5c53d5220e60a6af860959b1e3629283/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "83E74087F2524DAE6B55202096037951 : 335BB0617596C0C9EFA83403DED6B5B727216159 : DFC0B64758094017D4ED7F8BAE21613DF99F3C8F6C7C5E905B523E00B564CF0B", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/dfc0b64758094017d4ed7f8bae21613df99f3c8f6c7c5e905b523e00b564cf0b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "D81142A145B27FFC705F84573062FDEC : 846210661F46125D59C24E383674903E43FF108B : E2ADF567DB4B52DC4C7B8D810E0787A6DBDDB46638AA5609415124717F1D25B3", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e2adf567db4b52dc4c7b8d810e0787a6dbddb46638aa5609415124717f1d25b3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM20.1.0000.Malware" - }, - { - "Type": "File", - "Value": "8319620F505617E1162D9FF660027BE7 : E34582E25CAEB394AA5C3ADE6BD994775DD4A279 : D3423C695D53A402E927B980E2F16607014525872BF14416E8C597061318AD89", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d3423c695d53a402e927b980e2f16607014525872bf14416e8c597061318ad89/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "30CDE3718972177BE0EB027496C62EC5 : 367F0F9D21E196DD133993656ADF8359E31674F5 : 3BB51A44FAD3F80C006A9FDCD51C430B6E522AB250274E4E8FA7ACFC78D9B2BB", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3bb51a44fad3f80c006a9fdcd51c430b6e522ab250274e4e8fa7acfc78d9b2bb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "10B304EE7895A323CA554B911C6E3ED2 : BCA1ACCC7384DC392169868C1D2B64860E2603EB : 90FC7920D27D2CF412D4C08961DBF9B5551C51C4A569B304A36618769AC52994", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/90fc7920d27d2cf412d4c08961dbf9b5551c51c4a569b304a36618769ac52994/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C6E10545EEBE9BB22C10F8EE135E5160 : 47D956F4D009EC8D0F6B877976DE34670E99758E : 0A4B26A4545499727B04378879C5532895EBBF1E8506450BABDB2A01FBB6CAD4", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0a4b26a4545499727b04378879c5532895ebbf1e8506450babdb2a01fbb6cad4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "85BBA2D71C589F951AB9196D37BE2B7B : B78F6ACAD1D42BDDBEF918AEACE53E5D15A5E1A5 : 336559F7A4EF130E55996ED5B76AA923B484380646A196C488AAAC8CDFFED997", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/336559f7a4ef130e55996ed5b76aa923b484380646a196c488aaac8cdffed997/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "9E6B742DC180133EF10578D15DC5362C : 583583FA05D105E9CA5CAA6264C1A5770E0EF2EC : A6828AF772B8B80EC1A0881C5097EC885D00241CC8C1A0875453723389A3911C", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a6828af772b8b80ec1a0881c5097ec885d00241cc8c1a0875453723389a3911c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "F38980CF89703977B652CDD9278DD4AF : 84766F43DAAA173F610408F40A9CA434F00E17FB : 2236E8B43503364A1B5C0516DA05EB9F35351E5A2A0AA1850379BAD2B4F76590", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2236e8b43503364a1b5c0516da05eb9f35351e5a2a0aa1850379bad2b4f76590/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "431466778A8BA3C43C2833E0DF67A425 : A7B250D2E812349EC6D83D4EE0BF3EE6A5EA52C8 : 229EBDE26BCED910872FFAA039C90CD302BEEF31247604E9A316A4666EEF7B68", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/229ebde26bced910872ffaa039c90cd302beef31247604e9a316a4666eef7b68/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C769014DB2EC3067BC68162BB16F5E39 : 9D9A7D38C61E57BC855623628A4A7B510122B0B9 : AAA73A47BDBAD46BC2E725F56AA44E6F5605219D5E726B9F9D9CED9077A66534", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/aaa73a47bdbad46bc2e725f56aa44e6f5605219d5e726b9f9d9ced9077a66534/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "FB8E37B90154C40851DFF1AB94E2252E : B4C7300F95A662FC544849F427793B5A02D556AD : 5C3DEB18B30E50F0D9370C327DAE872E6BB636E86B52621ED12E700FE0339F91", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5c3deb18b30e50f0d9370c327dae872e6bb636e86b52621ed12e700fe0339f91/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "626104574C98D8E514E6F5DE97D9775B : D39728C1C3EF6FEF432CC4D67B6C37C8D2C9BA5B : 85FE11935889CB47D6042841CB519407DA2C38ED8F32A2F82C1A1BE6CD9816A0", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/85fe11935889cb47d6042841cb519407da2c38ed8f32a2f82c1a1be6cd9816a0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "829406528DF83132A37A151DC7594F69 : B76D2072575B41BA5AFD45B271F40D2790894EFB : 26C8F893C3E8C0ABB0924F0856B4742783040E2245A3867B0426FA188ADA4BDF", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/26c8f893c3e8c0abb0924f0856b4742783040e2245a3867b0426fa188ada4bdf/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8D269D1E894D430A9F532309F1A9E131 : 91B73AF0B7771CA2602E1EC4F7CAAE5B858F3219 : 1B9961498F4C7DB0E1E3236170A318B8DDE1BEC611FF183AABB8CFFECDF19CAD", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1b9961498f4c7db0e1e3236170a318b8dde1bec611ff183aabb8cffecdf19cad/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "1E1E4C63D4B7E5844106DC8FCD29D619 : 1A73431B1614FF2FAD5C3E6C69A78A8F07C50DC3 : ED58E22B7285F30FFD5386FA33D0C0DF0380DEE6815BF949D400F423D8FFD79F", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ed58e22b7285f30ffd5386fa33d0c0df0380dee6815bf949d400f423d8ffd79f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "3D53118D9B73CB763AACD54FD1691983 : B8752CA91C28F5C81DCD58BEE6E7719F6C11B57E : 5FCBED9F15FA35693A1FA0C9A90638A9AC303791A61393A5FD77F97763F5F5B4", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5fcbed9f15fa35693a1fa0c9a90638a9ac303791a61393a5fd77f97763f5f5b4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0E70C2BF49F1D99225540E63063CAB24 : 6D07FB7053A38DDB01E79BF85013BD2F84325451 : 77D090A085BA3EAEEE1E951054D6E71B452E26569D67BADB2A06EC53F16D3207", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/77d090a085ba3eaeee1e951054d6e71b452e26569d67badb2a06ec53f16d3207/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "DEC668EF7C1F0FA67E1E89B4135443D2 : 7B25D90181B506BA11D6835E132F92435CEF53E6 : 02A6E2C4DDE27CD91C2B1941450BF63D8389D477030E4BE3E1487FC5D3192204", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/02a6e2c4dde27cd91c2b1941450bf63d8389d477030e4be3e1487fc5d3192204/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "4DE179813CE46849DD1D9DE27CAE83C4 : E96335A2E4D3B4F6ECA3C292504A83D14914FE33 : 90338BA3CDFDCC3497BD06818302988A0EBE5643C51586BFADD515E6C06EA2B1", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/90338ba3cdfdcc3497bd06818302988a0ebe5643c51586bfadd515e6c06ea2b1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "34DF08452ECA707E6BA9E8F9BE10703A : 3CE86D417A7133FAE8BEF65234ED43916042B448 : 21C5F808BEAD4EE10A0DAB6E228C33AC17D3DDCD98573681AF380DFE4B4DA0B4", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/21c5f808bead4ee10a0dab6e228c33ac17d3ddcd98573681af380dfe4b4da0b4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7C020353BC79F1AEB3D582DC8E9ADD66 : A08B9A262BED53566A1DAEF11103188032F4572C : ED16D8F9154A5F4ED5AB708F577C89A6BF789124A15E0412B61E7A501C0013F0", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ed16d8f9154a5f4ed5ab708f577c89a6bf789124a15e0412b61e7a501c0013f0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7DEE47408A95DCF9C13F55FC65596073 : 1B047FF952A924849B8192C246550219F048859D : 4E46384B0EE7D8FC46A4F18531F7E0F8C8077514038BC6AE8134182D123F0857", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4e46384b0ee7d8fc46a4f18531f7e0f8c8077514038bc6ae8134182d123f0857/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "BAC4DE5223EDC9571895C466216ED6AC : C34F859D1C029C369A78FCD8404A70C720EDE1E5 : FFB9304CC7BAB764328D72BB467E0FECF4B8A835D8964C35CBAD8E0F45115AB6", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ffb9304cc7bab764328d72bb467e0fecf4b8a835d8964c35cbad8e0f45115ab6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "93CBC3257CE66934B1724E9A6D895728 : 6BE30B6ED4D94E720A3535F2D5130E0AC9CE34CB : DB45A5B8859E7DF31AD7C9D0B6D738EAAC44CC920064225082516129777FAA23", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/db45a5b8859e7df31ad7c9d0b6d738eaac44cc920064225082516129777faa23/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E17FB8CA61C332557DEC120747828074 : 618DB07A1644F91CCBD779BEC1CEE056976B7A78 : 3C8DAA89C31066F0669C9A049E1CD4CD012EFA7A061810936CF9F4C70A8E4A4D", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3c8daa89c31066f0669c9a049e1cd4cd012efa7a061810936cf9f4c70a8e4a4d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "3357371C920C3CBCB376BB641F8CDBAD : FAE4AF7C259F05EB1AC3043EA9224F1D5C481BEA : 1D53EEA74370EA0B1135A6191F3E6B10111FBBA9ACDEDD8DE81F1AC205B04DE7", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1d53eea74370ea0b1135a6191f3e6b10111fbba9acdedd8de81f1ac205b04de7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "27261C09A7DD48994C67E0EBB6D4F96F : 2BF8ADCF59B763B8E2798A654307EA10363D5052 : DD96181F816FF249935BE7DB8E79D411D414632E411BC9A5DDE476E42DCF8D69", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/dd96181f816ff249935be7db8e79d411d414632e411bc9a5dde476e42dcf8d69/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "3D5A4CD9A520130814DE34BB4E013B3A : E33FDCB20BAA2EDA641C89CD7522C7BEEEDE096F : A7F385727EE7C016BDDB220ADBFC8749E2BA6BE5A5790387D761FF3B6DF74E65", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a7f385727ee7c016bddb220adbfc8749e2ba6be5a5790387d761ff3b6df74e65/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7FB6C4F76F8897151651859DC5A119FA : 9DA7AF7B51E5BEA6C1E2FCFB7FE5086A2CCD962A : 6D5735773644D522C6CEF35994EC911D3FD2B107F0716E0C574587CEA45A6EA1", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6d5735773644d522c6cef35994ec911d3fd2b107f0716e0c574587cea45a6ea1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "637AABDFF24BE92E33F3E71367E6E6A5 : 86EB7A6F4806777C463A12F5EFB6F789731BD66C : C4D4577CB797A7206DAFD862BD09264B248FD9324E008DEE1783067DA85E793E", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c4d4577cb797a7206dafd862bd09264b248fd9324e008dee1783067da85e793e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2930BC4BE14526F2391D6B62D376A429 : 432E60A95D84DEADDC8D35EFD41645CFFB86AD60 : 834401CEAA3A122057807EBDD891FA174848A58EE086A2EDBE577FF99F437EC1", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/834401ceaa3a122057807ebdd891fa174848a58ee086a2edbe577ff99f437ec1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "6401DF4FC48792A5433F0077477CE206 : 22DB285737B7DA48EE4216CA819179ABE23DB7AA : 4D611C652C4652DB84E95AFC98D26192CAEC363423719615ACCF2F05B700E674", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4d611c652c4652db84e95afc98d26192caec363423719615accf2f05b700e674/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "ECD4346A41D72049C05931B63080887E : D24C146654A0A38A41B9816703BB0569161E08B8 : BD67C80DFE0EFBB69CD4DAC4415EF99B99E1A37D94D1AD86CEA7B07CC416643C", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bd67c80dfe0efbb69cd4dac4415ef99b99e1a37d94d1ad86cea7b07cc416643c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Symmi" - }, - { - "Type": "File", - "Value": "1ABFECDB8E531F174605C42EAB0B1E52 : 19E05D957D7D6A0C62727C63C2B4055AAF1F04C5 : 04F99D34723E78AB2E94BD629EF4991A729CEEF8BDEA814DCCEE310EC905EA41", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/04f99d34723e78ab2e94bd629ef4991a729ceef8bdea814dccee310ec905ea41/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "1EF23C75C056B03C5567EB1524A3CAC0 : D08267CE32827631514F76497B9A45F602A243BF : 800D2C866EEC6B6F8DB228F63BB8A4794C22141047EEBCD86EF6478D59269EF9", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/800d2c866eec6b6f8db228f63bb8a4794c22141047eebcd86ef6478d59269ef9/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "A46DC1B999EF7EC8817B956A0CD5E0BB : D95C75F90C6E10D7DA33A3A012748ECEC38ABAFE : 962AB5913C200B4E52820F5A0D9E6E427EA746AE8DC008A5F4B6217971D290DE", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/962ab5913c200b4e52820f5a0d9e6e427ea746ae8dc008a5f4b6217971d290de/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "28ED06C9103DC397886805A580271F15 : 8A028A7ECD3CCE4164967959683677A663899443 : 2AB16523AC4F93448C9F5A6D4D07FC9B7ADBB152053F1F2217D611E13E6F169E", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2ab16523ac4f93448c9f5a6d4d07fc9b7adbb152053f1f2217d611e13e6f169e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "B4E6D97DAFD9224ED9A547D52C26CE02 : 59CD4907A438B8300A467CEE1C6FC31135757039 : 682ADCB55FE4649F7B22505A54A9DBC454B4090FC2BB84AF7DB5B0908F3B7806", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/682adcb55fe4649f7b22505a54a9dbc454b4090fc2bb84af7db5b0908f3b7806/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4199DA4829C1B0056ED68E25E0682B14 : 4C4D7B48D23813DF5A08D30C44E0D7EDB0DCB9D1 : 37E71D96D7D1AB4E51ADE964EB7576E705BAF31455CC210ACE5C0A857779B437", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/37e71d96d7d1ab4e51ade964eb7576e705baf31455cc210ace5c0a857779b437/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "532C8665EA28DA89D8400A1FAE195D60 : 3422D010A984BB122207946B37AB9B3D43E0DF84 : 5425409A461DF4829920DD6A267A317D130EBCC47A41A54FE97DEE36551F690C", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5425409a461df4829920dd6a267a317d130ebcc47a41a54fe97dee36551f690c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "381EEFED7C09C9E2D5D91332BC5EA2CD : 16242FD6A71E28CB183250ADD7AAB992E5776BD9 : 774DF863CD79D23F4B499FA09AD95394F2A3D13DF11D1102410B7D46D9C67698", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/774df863cd79d23f4b499fa09ad95394f2a3d13df11d1102410b7d46d9c67698/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "31C6BA76DFC02ED8999989ACC1629395 : 3751DAA5574927847694395F264A49BEC5896B08 : 8801E9AE9AC4720CE4F1CC1FD1D6E7F2B41CAB13A1F64FC2CE647B63EB4A5EC8", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8801e9ae9ac4720ce4f1cc1fd1d6e7f2b41cab13a1f64fc2ce647b63eb4a5ec8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7D65D27FA9C47EF0B01EEE49F442834D : CC0A0FC1D9AF2FD3CF0C4F75DB56DE687D68A0DD : F49BCC734EF2E18B4F274EC87956AB6D4DD0BC205BDC63F0A4F86F5D753B8DC2", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f49bcc734ef2e18b4f274ec87956ab6d4dd0bc205bdc63f0a4f86f5d753b8dc2/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6FF1259AB056E29564406A4C07A47403 : 6F332CCD104424A7334FF842F1FEE538829A2F85 : AB93FAA2F3A7E67A0489A5CC49327EB83BD5B48ED43CCC6112854FEA7D20A620", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ab93faa2f3a7e67a0489a5cc49327eb83bd5b48ed43ccc6112854fea7d20a620/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3DC3F8D093205870F8E168241B0EBC5C : B8942601E03083C73B7D364B1149EEA560BB1D77 : 80C6AF8BBCA417A2276E59620DC663098D5D93B1D195A9EF1341591C071371A2", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/80c6af8bbca417a2276e59620dc663098d5d93b1d195a9ef1341591c071371a2/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "88A2A669FE673E57B6077CC90EBEFBE1 : D18DB515086E76F09E9BA536A72C620A6EB8D1DA : 20E30C8B54BB752D3E977F14DD87B2E0AE766740C6B78CD36B72EC7D75EF7892", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/20e30c8b54bb752d3e977f14dd87b2e0ae766740c6b78cd36b72ec7d75ef7892/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C093D5A52353FFFB912C7EC6EB4215F5 : 46DAAC6AF0F25BB5F860F8B11F4A9FAFCAD6255A : 9E1F4BC0D9D86691A93042446B0CA09D4BD7918521BB07A598405A0B2509442C", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9e1f4bc0d9d86691a93042446b0ca09d4bd7918521bb07a598405a0b2509442c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "5D8C448FF13A6187E82D1495DE3CAEA7 : 71284F23E5A9784F038D06AEEE31D30684FEC520 : 0B6B01B85552B6DEE579B891899E752EB1E53887CB2BF2338526FC3740393B7A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0b6b01b85552b6dee579b891899e752eb1e53887cb2bf2338526fc3740393b7a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "2A4B5E0480773D74B445D9F15264F9E7 : ACC8F61461A361061EA24AC699AF879116485AA7 : 2A57D522EA2A50DEF4AEA4B9E86FD3A309792A4BD9D0CC52338DD023D920A15F", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2a57d522ea2a50def4aea4b9e86fd3a309792a4bd9d0cc52338dd023d920a15f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "74EE44E5B20A746FCB0E7BE79D5B30D6 : D5D2FA810C215EBF7873CF2EEA1771773C4238ED : 54E1875FB6C4DCA835A0FCC57F9AEBC1BB4EA45F0539ED3D2FBDFE6C7341E3C0", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/54e1875fb6c4dca835a0fcc57f9aebc1bb4ea45f0539ed3d2fbdfe6c7341e3c0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "81E4EBC94D522C113419F4839F044DEA : 93C35FB0CB3F29867441B5A391B55D9527973863 : 15635466E7D475BF5ED1DCE069A58688989CD967AB72EFB54B1CA342C72ACF78", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/15635466e7d475bf5ed1dce069a58688989cd967ab72efb54b1ca342c72acf78/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "395AC6B5539BB2E0A947CD09F7C7E9D8 : 53B2AF9456572AF1077C07315E5AF1E63B9BB9A1 : 7AFB2273AF6870F62F574667367F1D09264A56989BB436F15D05FCB51CCB9704", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7afb2273af6870f62f574667367f1d09264a56989bb436f15d05fcb51ccb9704/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7AF9A4D51B4971276ADE5A530FFEB2CA : BCFF6B9239A6DB309BEEEF51D41489E2D6C3A430 : 23252DC5D22B55596170C989FFFA0D98F761BF468A91EBC7D8DBB21D8C050988", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/23252dc5d22b55596170c989fffa0d98f761bf468a91ebc7d8dbb21d8c050988/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "66AC920F7187BA024629BFDD71D8C357 : 426E50B806412144E9868567058AF0A32DF0BDF7 : 3258EFA148FFE61352D27D0BE2D4D275798E1FE8BF92DCA0C0D24CA348EAFF1C", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3258efa148ffe61352d27d0be2d4d275798e1fe8bf92dca0c0d24ca348eaff1c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "01EB437DC2338B7B1DC12CF5997503BD : D70EAE1CC1553FEC1578DA0E414A4AF45E86BC70 : F391B06F156585FC161C93C337D6575B38113E9FC8DAD430A97208D6D2A7C3D6", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f391b06f156585fc161c93c337d6575b38113e9fc8dad430a97208d6d2a7c3d6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "D39EBFD1C4DECCAD73B6138F176AA956 : 855557F3B28588A2C3717D0CE5646E3CE3313A9C : DEEEEAF5E63677AFE4D96210333FB1BB8C5C949D6B3DCF5EFCA60C790B19916C", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/deeeeaf5e63677afe4d96210333fb1bb8c5c949d6b3dcf5efca60c790b19916c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "66AB18364D735E12D3E135CA9B6C9C50 : 0952D7200F336FEE972149A94D72802BA5B9AA03 : C4C186795FF1AF7542DF5F5F5A34087B29FFEA0C22E84F4E4426DA0C7231035A", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c4c186795ff1af7542df5f5f5a34087b29ffea0c22e84f4e4426da0c7231035a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2B3EA1B0F4B9BFB211299E7A9A6C555C : 08C428CC83E1605321198D3A7C217FC135EE3B75 : 55AC0750F4C39C953F2A1C0AE2037995AF3EC13D102B4909541BE9FA44DD40EE", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/55ac0750f4c39c953f2a1c0ae2037995af3ec13d102b4909541be9fa44dd40ee/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CDD7798F74CE1BFC1E240821AE7618D7 : 87F79D48F25CBD097BC0584FC52631A735967BEC : 460A70EC54A04F45ABEC069682C02C95486DF9353E93A15A817270F112D46F8B", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/460a70ec54a04f45abec069682c02c95486df9353e93a15a817270f112d46f8b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "73E800C4152BF95F38C41604BC4A4772 : 7531DB796A312529D8EECDDD5E6DDC291E6B8A9C : 8EB650F711A81233A223F6A3E73E5A807AF72B4C4F1B2E61D62C62F9CD67E934", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8eb650f711a81233a223f6a3e73e5a807af72b4c4f1b2e61d62c62f9cd67e934/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "51A01D82E1230CEA207A24E0D18787C1 : A0900BB9DD4E26AEEEB8842A3F8E0F433F04DF52 : E709369B1FC0A866A36F6E293E755999CB3F759BDF630A0580F7AFE29BE4F834", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e709369b1fc0a866a36f6e293e755999cb3f759bdf630a0580f7afe29be4f834/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "60336BCE29B6C4C4BAE0259A4B974A5E : 49E07A7485485E38D7A967A4D1676B95CA013CD8 : 43E60EB2088E59325790C610E34CBED8A67FCCBEB54E4DB01D80CB0382F35B82", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/43e60eb2088e59325790c610e34cbed8a67fccbeb54e4db01d80cb0382f35b82/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "18E791BE10D228E56C51C5BFEC4DC8C8 : 4D1AB592A67B62C205F5EEA1C9CFE7D751B5B611 : 84073A1C1C2E41B170B7AE78573A3E6F10A20AD39AC65B1A11AFF992BA3479C4", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/84073a1c1c2e41b170b7ae78573a3e6f10a20ad39ac65b1a11aff992ba3479c4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1736F0636F594DB38D52B201ABBFC555 : DE4AE9F12BCEA2EB7D190AA66E8978EFE410D9EC : 57C54E2F7A855C3A5B6C6575B6F782BDD5CD0D01A46661673E9E380EFFAB0558", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/57c54e2f7a855c3a5b6c6575b6f782bdd5cd0d01a46661673e9e380effab0558/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "85E4B03A93FB0944BF991ECCD67081A0 : 9E59AE989DDFF0A0F77838B1171C403F33FEA4FF : 5DB56E1B70CE6CE0E97630649B27156469015084273CB2D696D55489F2758AD9", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5db56e1b70ce6ce0e97630649b27156469015084273cb2d696d55489f2758ad9/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E5F595C0FBFAAE80EB588E7F6627FEE2 : F6244ED376D40F73AA05B11FBD421A6E97DB3B7A : 27070824D0C38934614AE591EAA35A267B3F2BDC6464FF1F85C9313D24C126A7", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/27070824d0c38934614ae591eaa35a267b3f2bdc6464ff1f85c9313d24c126a7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7D5F78CA58B2A5C4931DC996BC4BAA76 : DF397B2D85B21D0F612E3CEBA54FAD1B1A638F42 : 1CADB8B09979B13148626727B2F200D6553B81319D53FED44D2416EEB1A3F2E1", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1cadb8b09979b13148626727b2f200d6553b81319d53fed44d2416eeb1a3f2e1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "3F21375A1AE434716DDF64504906A757 : 9C85AD6CA482DFF6EF194C7B7AD8D0DC6D31D357 : 1D867EC0566A2DA72F05381E50AB6CA7C7E97F536C5193C0A675CBFA39E4987A", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1d867ec0566a2da72f05381e50ab6ca7c7e97f536c5193c0a675cbfa39e4987a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "059E860BBC029F8ED672EEBAC7B1DBD1 : EF8367A822D3B4E52F94D7D03F8FC790AC50DA97 : 165103963C166BA1AC177CF093A2BDA228A14B00B22D25DE40E79334D93235D6", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/165103963c166ba1ac177cf093a2bda228a14b00b22d25de40e79334d93235d6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "6D677591C3E7AC44F1D3B63081785521 : CDF8B4CE6E2CD43C57EF5BBE0CD2D6A3098C7B39 : 5B953AA718D60D4C2616BB84B72040BF1455950C916E084501926E83AC4C6CF4", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5b953aa718d60d4c2616bb84b72040bf1455950c916e084501926e83ac4c6cf4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2444283E35E69CAA45E5171B75510930 : 72F02BAE0B55CCB586C3B9902B76B47ED87A8629 : 17835D062D1440B5A310CDEC25A7C3734340F90AA5B5631C5FEFCF08E6C6090C", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/17835d062d1440b5a310cdec25a7c3734340f90aa5b5631c5fefcf08e6c6090c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "64036987FDD56ACBE09AEB6570B8F128 : A67DC205B111A3E361D07B21F6D547594A617578 : E432A6CAFFBD03BE72F4C8138BE5A4B20B56B18547177CC7452D48A0E516B4F6", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e432a6caffbd03be72f4c8138be5a4b20b56b18547177cc7452d48a0e516b4f6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "77133E391096D0FFAFFFDA8A35500889 : C5E2809D86D13F31ECAA73999739666C1330C748 : 9F116D9AFF026308BCFE53D9D6571C5CD06ADA8CFE13B8A971B1158C6033DBCD", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9f116d9aff026308bcfe53d9d6571c5cd06ada8cfe13b8a971b1158c6033dbcd/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A7F6C1B17017D828704376748CA02700 : D6CE93C22C86565E3E00A2761AF2564138767307 : 40AD4AA0A31FF589C60FDD6B45AE3C15AF759B818C3BFDA54A1943ABFD089A96", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/40ad4aa0a31ff589c60fdd6b45ae3c15af759b818c3bfda54a1943abfd089a96/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "28D9CE33DBE0CB20A4AF2F20C7C272FA : F6BAB18AC9DEC2326B84D1FA29BC8A116063185E : C351907CFB0759E410FCF1840C2D61B802EA4BCFAF85B96713D89147A82DA4F8", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c351907cfb0759e410fcf1840c2d61b802ea4bcfaf85b96713d89147a82da4f8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "78419B7AC494464D92438FF44EF9429B : EC417251605B852205E9D6D9E05F2B61BEF9B6D3 : 4C4529AA54C211FF3EB048610B81A5814C618574E85D7438AD58969A6D4694C3", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4c4529aa54c211ff3eb048610b81a5814c618574e85d7438ad58969a6d4694c3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "21A82E2F091580C007B234E49CAD43EC : 4D7E602AA2803CA67554819EABA9BA26232FAB72 : E304C2231C1CE76A372F2BB0FC4FEAC2AE33AEE8328370B02D3622CA7B75F8D0", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e304c2231c1ce76a372f2bb0fc4feac2ae33aee8328370b02d3622ca7b75f8d0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM20.1.0000.Malware" - }, - { - "Type": "File", - "Value": "AFF809ABC989EC07C7B2F8AE56D7A790 : BEF11EEBFA8C92C75052F51465942CA528F0B7EA : A88696D7D0860E753E0E085BAA2ABBA7E5140D2EBD5FE777E737727022E2CB26", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a88696d7d0860e753e0e085baa2abba7e5140d2ebd5fe777e737727022e2cb26/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "661660797F131ED80980E691A3EE13C6 : 6448E8E8572BFC1F882D995227108A0A0A967F4D : 5883FE5C4F87A05F3FC81AE317ED5DFDAF98DDFC630D13C702B40C0AC1CD1E85", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5883fe5c4f87a05f3fc81ae317ed5dfdaf98ddfc630d13c702b40c0ac1cd1e85/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6D288CC18F1E23404D7D62E1F5F405D0 : 6474D9B51F7A7760B5C8AB5F15EAD311068E9934 : A2BEB56EA4777B79B7F082190AAB3C1D9CD9CFD683C059FEBF04E13F411217CA", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a2beb56ea4777b79b7f082190aab3c1d9cd9cfd683c059febf04e13f411217ca/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "A4E009B8C237F22150AD8A806FDFB210 : 36FDB69729468342379226B6C8EBD3CB211EFEBE : 5F93A2DB60AFFE0FE6FC7F3B69034041652C8FF5F9CC41E0C12DAD8959CC9D14", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5f93a2db60affe0fe6fc7f3b69034041652c8ff5f9cc41e0c12dad8959cc9d14/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM20.1.0000.Malware" - }, - { - "Type": "File", - "Value": "B1F4D63333E242BA7C04DAC11A7283B3 : F8022A35AA6440D733B56EA5B79E399735A1513B : 2D415B91F3170561F373E5D2C374AFA2EAED0E43D8A69B8670744B1E75D2B101", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2d415b91f3170561f373e5d2c374afa2eaed0e43d8a69b8670744b1e75d2b101/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A0F5A751578F4F4361BBC5C6668C2C47 : 0EA891322F611D407FB86736252D59786B224A2E : 435AFFC384C54AB73A421D9D4AE32EAA07CC45568946CEE319EC5A2B59096968", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/435affc384c54ab73a421d9d4ae32eaa07cc45568946cee319ec5a2b59096968/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "6177F866C8C7A1B10EAB94432988D900 : DE486B351AC37514C97C24ED79EA824DF622C8E0 : 29CA1831E18B9BFB067CEBA78AA57759B1483C99B8B0C01B441E836588C76343", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/29ca1831e18b9bfb067ceba78aa57759b1483c99b8b0c01b441e836588c76343/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "52143D89C9AD1A7B3344CA66F9AEB2AC : 16A72E517817C667C15B9E94F7DA4BCA34C5E519 : DE8258D561B7557CC8A092760F35B701CC087D9C5C1A5929A8F3D72875BDFF74", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/de8258d561b7557cc8a092760f35b701cc087d9c5c1a5929a8f3d72875bdff74/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Variant.Kazy" - }, - { - "Type": "File", - "Value": "DA04089E8B74519874E98A4EFAEAD602 : 21A49002507B06C6109FF49F72DBD18E011E33FC : C51657DCC05D8C11B47457D1AD8264C8883EEAFD1ED4EF4FC998578E6A1280B3", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c51657dcc05d8c11b47457d1ad8264c8883eeafd1ed4ef4fc998578e6a1280b3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FE45961055E579478F1B655671A8D631 : 4B73C4F38A100A57F28B37627B4CD97A4F04CF2C : C29FB2D3A226CAD192BC0EAA5A82D62ED85EA6254EBF6D3D660C0F715AFAE47E", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c29fb2d3a226cad192bc0eaa5a82d62ed85ea6254ebf6d3d660c0f715afae47e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "10AA3333C9898293D44252AADCA67B1F : DE94A0D75748A6E30EFDB2CE98B6649E9DD94EB6 : BDCAD792563A8E49CBDD47EC64C8172D17399CABD98AF0B7E30554901E9F2AC1", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bdcad792563a8e49cbdd47ec64c8172d17399cabd98af0b7e30554901e9f2ac1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "JS:Trojan.JS.Downloader" - }, - { - "Type": "File", - "Value": "959CE80332D2C50B7186081DE5C613CB : E50DCD23723EB5D287EB90757FFFC5D467DB21AF : FFCF7EC3EC78B2E0A93FD10381DEAB0CD60B5D0C3FB1D07E4E403DF48335E6E7", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ffcf7ec3ec78b2e0a93fd10381deab0cd60b5d0c3fb1d07e4e403df48335e6e7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BB6CC9D519BEBFDC36DB7761DF4A7B13", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bb6cc9d519bebfdc36db7761df4a7b13", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F9A94DFE42E79E73B8F966CB7FC61B86", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f9a94dfe42e79e73b8f966cb7fc61b86", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3C841FF13EC190EE976FF688F5B66768", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3c841ff13ec190ee976ff688f5b66768", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B3FD01873BD5FD163AB465779271C58F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 100, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b3fd01873bd5fd163ab465779271c58f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0DD0C50F4453ED9C8446645BFA8E6840", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0dd0c50f4453ed9c8446645bfa8e6840", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7C1C5C7723665A42AECA21F2E7377619", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7c1c5c7723665a42aeca21f2e7377619", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A050263B6FDF573F0F825D444E9974F9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a050263b6fdf573f0f825d444e9974f9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A5AF7E6B6831F6B8D2144D8DAF1CB20A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a5af7e6b6831f6b8d2144d8daf1cb20a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5CA6FFC82FAC26ECB61516358CB4DDB6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5ca6ffc82fac26ecb61516358cb4ddb6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C9FC74ED1D24DB44474E38A7BEA43D20", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c9fc74ed1d24db44474e38a7bea43d20", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "00C81555286B61E2F019B3142232137C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/00c81555286b61e2f019b3142232137c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "47EC2CD3B3ADDEB7F8F195B3E810DA45", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/47ec2cd3b3addeb7f8f195b3e810da45", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E1161A3742BD6ECF374A61215262427D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e1161a3742bd6ecf374a61215262427d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B1E8CE93372FC7FAAABCA321147B704E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b1e8ce93372fc7faaabca321147b704e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7304800DB5F24134CCA1612BEDFA6D35", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7304800db5f24134cca1612bedfa6d35", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1061C1F19F9E7FE3BDDF0BDC38DC7FCB", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1061c1f19f9e7fe3bddf0bdc38dc7fcb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "09A366D8D4958D3E39675E9A912CDC59", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/09a366d8d4958d3e39675e9a912cdc59", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C65995258E1CC80F777CD2D2FCD6D092", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c65995258e1cc80f777cd2d2fcd6d092", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A2F8B3D084BC0A21E9DF6EDB47A0442D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a2f8b3d084bc0a21e9df6edb47a0442d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "636C5690438852734AFD7D6605A9BD2C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/636c5690438852734afd7d6605a9bd2c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "674DECF958022A1BF08F0A7ADB06A716", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/674decf958022a1bf08f0a7adb06a716", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E93177B2648547F40A5BDB898FCA0944", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e93177b2648547f40a5bdb898fca0944", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "22B7662A576C6247AD572E65B4C8ADB0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/22b7662a576c6247ad572e65b4c8adb0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "CC513FD0044990B7A2419C0A80CCF407", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cc513fd0044990b7a2419c0a80ccf407", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5DF0241E10C071214AAD23635D928552", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5df0241e10c071214aad23635d928552", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FAD7786EBAB30C8535B46F8C87B8359E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fad7786ebab30c8535b46f8c87b8359e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4E660813B0B336166CC08A526BF3E2E4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4e660813b0b336166cc08a526bf3e2e4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F58A67D1B920DE1F72FF2BA25FE575FA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f58a67d1b920de1f72ff2ba25fe575fa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2EF7C2263816B04EC8EDF5DBE8C5E2DC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2ef7c2263816b04ec8edf5dbe8c5e2dc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C543E05AD00A7E14D7074BBD26B06D8B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c543e05ad00a7e14d7074bbd26b06d8b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FEABFFB197304B5F29A99DF13A9A9584", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/feabffb197304b5f29a99df13a9a9584", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "461C73604AC089D0F1E4418C1BB97154", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/461c73604ac089d0f1e4418c1bb97154", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BC7C3D4B859FDA296F7673BE1FD1B25A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bc7c3d4b859fda296f7673be1fd1b25a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BE2F5069086220F78E75CE0DDF95884A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/be2f5069086220f78e75ce0ddf95884a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7D3938DE9830754A6101075960A5AB6B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7d3938de9830754a6101075960a5ab6b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9BA5F001025AC817A550B017D40D9563", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9ba5f001025ac817a550b017d40d9563", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "12B0CEBB38776D6E549E7609A314CED9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/12b0cebb38776d6e549e7609a314ced9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B967C0D2ED9F3CDE126F0746EAC5E924", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b967c0d2ed9f3cde126f0746eac5e924", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "602FBF772F7CBF41BECFCA00D06B88C6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/602fbf772f7cbf41becfca00d06b88c6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "80A683A823FC99DDA0DE6985577E7F92", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/80a683a823fc99dda0de6985577e7f92", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F5F662FDE72CD4DE87ED6CDA438BC1A8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f5f662fde72cd4de87ed6cda438bc1a8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "909430C5B89586C88E2280D6B4C968D6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/909430c5b89586c88e2280d6b4c968d6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3111E05BB6F7146C3E03008E78146BD9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3111e05bb6f7146c3e03008e78146bd9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F063DA33DC162F90E4682DF35E8AE86C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f063da33dc162f90e4682df35e8ae86c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C3C5E88BC2B902EA61D097BBBE6BF5B0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c3c5e88bc2b902ea61d097bbbe6bf5b0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "88F1AFB49DF9E491FE4D9508CB22C00E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/88f1afb49df9e491fe4d9508cb22c00e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "758E812E12DA45DFFB6C3C46636A1CA2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/758e812e12da45dffb6c3c46636a1ca2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A9C519AD13CA561351E8F7EB1A1B97A0", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a9c519ad13ca561351e8f7eb1a1b97a0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4006CBB6D3308B5A5CBDB1F6411BC6CF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4006cbb6d3308b5a5cbdb1f6411bc6cf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "58E2ED4B2BEE73598DC369FC0B058057", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/58e2ed4b2bee73598dc369fc0b058057", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6894BB2DFE1FCAA4D11E7EC2296A38F8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6894bb2dfe1fcaa4d11e7ec2296a38f8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A2B780A92953647CF5E224D19A4BBAFF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a2b780a92953647cf5e224d19a4bbaff", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "24EDF395955BFA96EB24B24CDC5E9196", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/24edf395955bfa96eb24b24cdc5e9196", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BB9CB1C3AD329F0EE5B619A1CA55BBD0", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bb9cb1c3ad329f0ee5b619a1ca55bbd0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3D7BC996B16BFF31572D4EE356221E3B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3d7bc996b16bff31572d4ee356221e3b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "59EE74A1A1E7A0A1CF0A54C8F753A86A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/59ee74a1a1e7a0a1cf0a54c8f753a86a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "492D75B39DF91AF5AC34F0A712F737A2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/492d75b39df91af5ac34f0a712f737a2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D125ED33D17FB3DDCF14A40B50CE2E98", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d125ed33d17fb3ddcf14a40b50ce2e98", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5E8B7412D1769F0F7279DE75976D115E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5e8b7412d1769f0f7279de75976d115e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "65FE6898BD82D95DBEC285FB9895100F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/65fe6898bd82d95dbec285fb9895100f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "032C60A137CE65FE80F9301B82FD5258", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/032c60a137ce65fe80f9301b82fd5258", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5F15BFFA61B8DB8C1756F556844F0C3D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5f15bffa61b8db8c1756f556844f0c3d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "805193190115AF373AB39A4B909A8F18", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 100, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/805193190115af373ab39a4b909a8f18", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4ACC5148F22A5AC2CB14E4623526EC22", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4acc5148f22a5ac2cb14e4623526ec22", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EDBEC4C188EF016482422BC10C50018F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/edbec4c188ef016482422bc10c50018f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "33A28EB843653EC6BE351BEFFC17F159", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/33a28eb843653ec6be351beffc17f159", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FBC01380ED1EED8A5C1B8BAF0FDA4D6F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fbc01380ed1eed8a5c1b8baf0fda4d6f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B060154DF1298BBAEE87460B520650BC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b060154df1298bbaee87460b520650bc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4371CB30510E1D349DE512FEB8B60F76", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4371cb30510e1d349de512feb8b60f76", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A4B2BEDFD1A15CBF08A747C613EA7BE3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a4b2bedfd1a15cbf08a747c613ea7be3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F3758966E6B7C6A6D802CC46AB6865FD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f3758966e6b7c6a6d802cc46ab6865fd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D417060F327C4E4047ADD255724411E9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d417060f327c4e4047add255724411e9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "90FFA8D7125F9589BC0C4017CAAF7BE7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/90ffa8d7125f9589bc0c4017caaf7be7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "650F5690F2DB7A76878D51E08B8CE6C5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/650f5690f2db7a76878d51e08b8ce6c5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F0CDD601A3BCC6A12ADE2433C7348F0B", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f0cdd601a3bcc6a12ade2433c7348f0b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9F64D4434A5FD908986F0F54EA8BC6DC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9f64d4434a5fd908986f0f54ea8bc6dc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "91789D21D59720F2685D11D011962C92", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/91789d21d59720f2685d11d011962c92", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1C36EE0B7EED2D64FAD2B058DDE753D0", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1c36ee0b7eed2d64fad2b058dde753d0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7BB457B94F00D43C7E2D71D65E1E5468", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7bb457b94f00d43c7e2d71d65e1e5468", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "87C04EAEAAE9661BBAD2BEC6CF37DF10", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/87c04eaeaae9661bbad2bec6cf37df10", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "83B0FF7674BAA615194C6791BAA43938", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/83b0ff7674baa615194c6791baa43938", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FD45192A2AF1A0A3976077E97BFC3ECB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fd45192a2af1a0a3976077e97bfc3ecb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "202E1F1BB9F1D5FE10B628D671DF7275", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/202e1f1bb9f1d5fe10b628d671df7275", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B60809E2F3A07C86B839CE5BEF317FB7", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b60809e2f3a07c86b839ce5bef317fb7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C22FFC69B478C569018131E8E4D1BED9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c22ffc69b478c569018131e8e4d1bed9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "63700AA925010B749081C5162764A3AD", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/63700aa925010b749081c5162764a3ad", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "868C5B426E61E78DDD109C68032C8EA5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/868c5b426e61e78ddd109c68032c8ea5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C97A1A4EBB2E581501133E4D24972D5C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c97a1a4ebb2e581501133e4d24972d5c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "756FE33419BFAE91FF1FDCC3AC91A812", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/756fe33419bfae91ff1fdcc3ac91a812", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C31487502BE35DC6426482D8DE182F47", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c31487502be35dc6426482d8de182f47", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DFB136B3792B3337FDCE9D6754CEFAEF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/dfb136b3792b3337fdce9d6754cefaef", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C2E4D9D77DBC8C7806AF8470D5A3CA25", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c2e4d9d77dbc8c7806af8470d5a3ca25", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "734F1A3A3352B9F7BBD201952EAD64C0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/734f1a3a3352b9f7bbd201952ead64c0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A5D3667316F947003BCE3846120657C4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a5d3667316f947003bce3846120657c4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "ADE68102D2FEA66AB68E18234BAB6B31", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ade68102d2fea66ab68e18234bab6b31", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2881A84A51662930A87CC7F00E5AC21E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2881a84a51662930a87cc7f00e5ac21e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "486FC0B10317D83557BEFC3757732116", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/486fc0b10317d83557befc3757732116", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0A3BE2AA2FABBC539B099FCB575FACC0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0a3be2aa2fabbc539b099fcb575facc0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "76EB16970A3DA163931D35117D6B984C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/76eb16970a3da163931d35117d6b984c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "AD59A6943A4C58C2C7F9655280465337", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ad59a6943a4c58c2c7f9655280465337", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "63BF39500A83931A1C0AAB27E445D4CE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/63bf39500a83931a1c0aab27e445d4ce", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4735A9C29B82261CE797CDEC8AF6FE29", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4735a9c29b82261ce797cdec8af6fe29", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8804B0D06D8758BAD9B2BEAB4363F902", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8804b0d06d8758bad9b2beab4363f902", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "827D74802728D29E9C8F699212572200", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/827d74802728d29e9c8f699212572200", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "57CAB1B1C7572163F61233ECD40BE81E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/57cab1b1c7572163f61233ecd40be81e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F773E14EE1B70FD7D459BC77C71B4359", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f773e14ee1b70fd7d459bc77c71b4359", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "18CEFCDF2321DD04929FD1066872FBA0", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/18cefcdf2321dd04929fd1066872fba0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "843959F6C27E316A8C103AF8A67FE7D0", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/843959f6c27e316a8c103af8a67fe7d0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A6737561C262F8CCE4D24729C660C68F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a6737561c262f8cce4d24729c660c68f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F4094CFBD75884D678F10C71FA26111A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f4094cfbd75884d678f10c71fa26111a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B42BCA4FEF6249CC4E72F4E86865623E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b42bca4fef6249cc4e72f4e86865623e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D0F698E4EB3718F2FB96976C383DB8C9", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d0f698e4eb3718f2fb96976c383db8c9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D8ADC227E434BAE2533CC44653F55DB8", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d8adc227e434bae2533cc44653f55db8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "92DD507FFCFE523AFD14B90315C2B191", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/92dd507ffcfe523afd14b90315c2b191", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "646DD16F2C4B516F8FD7685F1A2FF862", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/646dd16f2c4b516f8fd7685f1a2ff862", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E1161A74A5AA5A79B8DAEB9065BFA7F0", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e1161a74a5aa5a79b8daeb9065bfa7f0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E00280FE05D31CE32A3BA3EDFE9831E4", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e00280fe05d31ce32a3ba3edfe9831e4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9C7790BB77EC34CC4AA96B7B68A2E663", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9c7790bb77ec34cc4aa96b7b68a2e663", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7419F2B55CA694BC7E06152E052705A5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7419f2b55ca694bc7e06152e052705a5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C3CFC4C4C463604F5EC6C3EA076D3680", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c3cfc4c4c463604f5ec6c3ea076d3680", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "00CF3C9FD62410AA82643EA1C9D53C41", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/00cf3c9fd62410aa82643ea1c9d53c41", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "170F68B763C781CBB85015870FA7BC47", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/170f68b763c781cbb85015870fa7bc47", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5751C2550431E28C94DB62170BA48373", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5751c2550431e28c94db62170ba48373", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7EF7EACB70180FA51651FB1DBCC69B62", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7ef7eacb70180fa51651fb1dbcc69b62", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F3ECB402AA150EA620D0F525EFCABA9B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f3ecb402aa150ea620d0f525efcaba9b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "83FEA2F07C1ECD14CB75E3D56ADC7D26", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/83fea2f07c1ecd14cb75e3d56adc7d26", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5B4386EB9075E5F74865176385663C5B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5b4386eb9075e5f74865176385663c5b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E6C4D49B7B4862512DD7A0349F68E9EE", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e6c4d49b7b4862512dd7a0349f68e9ee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3ED88BB6CDFC6B014D7C77AC9DB7BA49", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3ed88bb6cdfc6b014d7c77ac9db7ba49", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7723DF479A108AE73DB11872D06D9406", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7723df479a108ae73db11872d06d9406", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "957CBE4B4DFB54DADD30F5E854ACBC55", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/957cbe4b4dfb54dadd30f5e854acbc55", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C15FC614DA5437F291BFFC9F9A00270E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c15fc614da5437f291bffc9f9a00270e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EDB8DE8EE9ED7B55249126EE2F41C208", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/edb8de8ee9ed7b55249126ee2f41c208", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E1DD7A8F60561EAADDA63E6248B3E656", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e1dd7a8f60561eaadda63e6248b3e656", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C43045371A30D72FCF7135444239385F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c43045371a30d72fcf7135444239385f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "97BDC6D8958CA281C105F3405CE14944", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/97bdc6d8958ca281c105f3405ce14944", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "74AD62C971FE12C78737B6C27CD4A733", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/74ad62c971fe12c78737b6c27cd4a733", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "80A501D8C57F93286B0E5C79DE9408F0", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/80a501d8c57f93286b0e5c79de9408f0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F5CC18CC757E25C1259CD2D2E0ED741F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f5cc18cc757e25c1259cd2d2e0ed741f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3497C338CD664CF9ECDD4A01E424A46D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3497c338cd664cf9ecdd4a01e424a46d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7B1A7A63873C32A5E37E21DB7BCF2A3A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7b1a7a63873c32a5e37e21db7bcf2a3a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "54E20EFDC74F62EB34264BE9B91DECA6", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/54e20efdc74f62eb34264be9b91deca6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "013DDDC5B9C3B93F563C99DEE2C9DE3D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/013dddc5b9c3b93f563c99dee2c9de3d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "13DFF80DFFCEF2B438C019DC6209D1C7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/13dff80dffcef2b438c019dc6209d1c7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D557D81BEE79CA8F01E2091B84908524", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d557d81bee79ca8f01e2091b84908524", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "CCE4911702A0B633BABCF0547927A623", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cce4911702a0b633babcf0547927a623", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C0A0F804A150248FC94B443BB857A1F3", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c0a0f804a150248fc94b443bb857a1f3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "AF9D4C45E65B5EC3D943B5E6285EBB56", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/af9d4c45e65b5ec3d943b5e6285ebb56", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "12034AF5779F42EAAC10C324A6C13F3B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/12034af5779f42eaac10c324a6c13f3b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9E2759988C40C3255C3B0B84304D420E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9e2759988c40c3255c3b0b84304d420e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8ACDB3CFAEE8C1C4D2B48484340F515C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8acdb3cfaee8c1c4d2b48484340f515c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "DE1068F37DA815636A37A6D27967ACAD", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/de1068f37da815636a37a6d27967acad", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5F27547C76045FD7185FDBC1D966E11A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5f27547c76045fd7185fdbc1d966e11a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "66996D58561168C9B4E7088BB3EAADE0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/66996d58561168c9b4e7088bb3eaade0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D5F30B078FBA59F7510EDB0D15E5BA76", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d5f30b078fba59f7510edb0d15e5ba76", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "DC3BFEC1F065B9FE2F41EA9E70EBDA46", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/dc3bfec1f065b9fe2f41ea9e70ebda46", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C134B9F51A9FFABA4581A7A58CDE67AA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c134b9f51a9ffaba4581a7a58cde67aa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F51874056F6FDC787219169A9E641BC2", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f51874056f6fdc787219169a9e641bc2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0986024A43811CDBE3F1F6A61005FF6F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0986024a43811cdbe3f1f6a61005ff6f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3A78856198BA2A94B41EA386C1BE05BF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3a78856198ba2a94b41ea386c1be05bf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B0D8BD7900D257CF7E6ED080BC041C1A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b0d8bd7900d257cf7e6ed080bc041c1a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "97868ECE850F673BAC9316767DDA7DA3", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/97868ece850f673bac9316767dda7da3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "86665A903E7231C6DA3412CF16AF9EDD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/86665a903e7231c6da3412cf16af9edd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BC6ACB70807969F0192B320D905A9190", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bc6acb70807969f0192b320d905a9190", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "CECC52DE57F9359ACBE188D6F5CF5290", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cecc52de57f9359acbe188d6f5cf5290", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "AFD2990890EF76A4D39302F92C67BBDC", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/afd2990890ef76a4d39302f92c67bbdc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "60EF9CB9E3DF40843B8C2F5AEAAC242A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/60ef9cb9e3df40843b8c2f5aeaac242a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F3AD4506E70DDC564AF6967E25A44547", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f3ad4506e70ddc564af6967e25a44547", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C4048BC11A2DE45A486F441DBB266062", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c4048bc11a2de45a486f441dbb266062", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FD7CD58D735F5FC6AB5359ED0C2F0C8E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fd7cd58d735f5fc6ab5359ed0c2f0c8e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6A155B59A5FED5480BDC61D10ADCE5FE", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6a155b59a5fed5480bdc61d10adce5fe", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A47A72CE88E89299B6051BCB08B3266D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a47a72ce88e89299b6051bcb08b3266d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "578D0A5959E9A5D6889A7BE6D1169059", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/578d0a5959e9a5d6889a7be6d1169059", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "872E5D5E1D0DAC44EE950CA2F0AB4250", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/872e5d5e1d0dac44ee950ca2f0ab4250", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4BF0EFD058427106AD814A4B490ED146", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4bf0efd058427106ad814a4b490ed146", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C107BC5EEACED9E8F53B022C263B855B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c107bc5eeaced9e8f53b022c263b855b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "49115BE0DA46D997A388C53C1E6479B0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/49115be0da46d997a388c53c1e6479b0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C606B8FB6D95444DA6308140E31479AA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c606b8fb6d95444da6308140e31479aa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "34149A544085621A2A6C95F26C83320F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/34149a544085621a2a6c95f26c83320f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5A3528103E7E29103CDC642ADD5743CF", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5a3528103e7e29103cdc642add5743cf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "898F23A10305A6BBDDDDD78C4579C830", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/898f23a10305a6bbddddd78c4579c830", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7E70B563733F9E934251F0DC4233C138", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7e70b563733f9e934251f0dc4233c138", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D081522163AD5F9FB5A73584D5A5A976", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d081522163ad5f9fb5a73584d5a5a976", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "846C5880DA55C3125B9CFCC76BD09F4C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/846c5880da55c3125b9cfcc76bd09f4c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5B38C8498031E9D91D0219A22C93F7D8", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5b38c8498031e9d91d0219a22c93f7d8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1BB8172AE13355E5DE3026FE72B41CD9", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1bb8172ae13355e5de3026fe72b41cd9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B699FD04E9F32D7E1865F52530A3B7DC", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b699fd04e9f32d7e1865f52530a3b7dc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0950B48823C54F83D7B3CE65CA5AF084", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0950b48823c54f83d7b3ce65ca5af084", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "66985640173B4823D23C29A7CBDFF7B0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/66985640173b4823d23c29a7cbdff7b0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1BA8601746BD43F5996F26E53E0859D3", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1ba8601746bd43f5996f26e53e0859d3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5D92FC4E238DB48DD4CF1B852954FA75", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5d92fc4e238db48dd4cf1b852954fa75", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5C80E6022E808A1AB1AB95393070A734", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5c80e6022e808a1ab1ab95393070a734", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "33CFAFA3E5C7DF750878B4FB7F877BCC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/33cfafa3e5c7df750878b4fb7f877bcc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "353DB63D060906194BABF25231EB97F2", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/353db63d060906194babf25231eb97f2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3D0E45C99DF8493AF999A6FA536C80CC", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3d0e45c99df8493af999a6fa536c80cc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BB11B7BB2DBE158E004D432F0C626081", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bb11b7bb2dbe158e004d432f0c626081", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7D90CAADA53A03DBED3A4CE2EAAB6A0F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7d90caada53a03dbed3a4ce2eaab6a0f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9D8713A0F9820D20010C40078AA204BB", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9d8713a0f9820d20010c40078aa204bb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9F77285DA17A1A5CC5527A990828F5EE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9f77285da17a1a5cc5527a990828f5ee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "52A567EB9F9F06CC5E931F660F5F2ACC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/52a567eb9f9f06cc5e931f660f5f2acc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2C6DC44F3D234F9B848F4CB0FCEA686B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2c6dc44f3d234f9b848f4cb0fcea686b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "852EC3159723335A73ABB1B122B1BF46", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/852ec3159723335a73abb1b122b1bf46", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3CD528001C2E360E411579FA334D0C08", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3cd528001c2e360e411579fa334d0c08", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "61EC1250CC4D74D3FF70182A5CC0E791", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/61ec1250cc4d74d3ff70182a5cc0e791", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "608B015C4ABCA10B1676024DE4F39731", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/608b015c4abca10b1676024de4f39731", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5299D1763B85F076880446CEED3B6772", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5299d1763b85f076880446ceed3b6772", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5E95C01D76BA4D4DFCE4B621A9F46B2C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5e95c01d76ba4d4dfce4b621a9f46b2c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5212976AAEDD61881C1786F9F1476CDE", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5212976aaedd61881c1786f9f1476cde", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D7ECCEE665814332258E83377163C441", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d7eccee665814332258e83377163c441", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F38E7BC1B5A54864159A2AD6772F0F73", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f38e7bc1b5a54864159a2ad6772f0f73", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8C2FCF6CFCC2EF787E576E9D6FD8D620", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8c2fcf6cfcc2ef787e576e9d6fd8d620", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C98761E6B07BA521C5076130640478B5", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c98761e6b07ba521c5076130640478b5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2802C872C0269F5A60ACBB1116203C31", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2802c872c0269f5a60acbb1116203c31", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D1BD264ADB6FCAFCF0BEBEB7F10A58A9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d1bd264adb6fcafcf0bebeb7f10a58a9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "920D15D3A35F56679BDE5B2660920A36", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/920d15d3a35f56679bde5b2660920a36", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3E689C4E4CC8642A8F14A9B069C97348", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3e689c4e4cc8642a8f14a9b069c97348", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1041459CF33EE2B269F7238B67777A67", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1041459cf33ee2b269f7238b67777a67", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "74DAA1E0DC62906BA690BEF629ED5A9C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/74daa1e0dc62906ba690bef629ed5a9c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DC6384B0BD6DDBC6F8EF40EDE0E178A9", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/dc6384b0bd6ddbc6f8ef40ede0e178a9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "50AD82F92EA532056BEAD2B034182155", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/50ad82f92ea532056bead2b034182155", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "670BAC4E7A69841C3E6614CE2D4B318D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/670bac4e7a69841c3e6614ce2d4b318d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FD3A6529E1A90B23C14481653CD1ED22", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fd3a6529e1a90b23c14481653cd1ed22", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DB085A4E1A52F25354C192B629A49DEE", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/db085a4e1a52f25354c192b629a49dee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A80D8EE4ACECAD52DC47286C1ABC758D", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a80d8ee4acecad52dc47286c1abc758d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D76CFE3BB3860392DB459E6960FC8298", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d76cfe3bb3860392db459e6960fc8298", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1B3C2974719B272F334AFD3EF0ADBD91", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1b3c2974719b272f334afd3ef0adbd91", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "68861393C23E8B9DEC7CB4B3947DDC2D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/68861393c23e8b9dec7cb4b3947ddc2d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7B06C65FF3C87BE1B9348BB70099C78D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7b06c65ff3c87be1b9348bb70099c78d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7A7DFC9A90BA2C55F6958B457EF9247B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7a7dfc9a90ba2c55f6958b457ef9247b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EEE45CBBEE3E89ABA89342774EDE3FF4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/eee45cbbee3e89aba89342774ede3ff4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "98D5C4D2115E220E8E3725755E2C568F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/98d5c4d2115e220e8e3725755e2c568f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A6C1481974786818A3501F0A7B35DAC0", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a6c1481974786818a3501f0a7b35dac0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7F10B7F8250D91F32C2634ED1ABDD00B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7f10b7f8250d91f32c2634ed1abdd00b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5741C1FEF44934D6EABCE3DBDB01BA1E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5741c1fef44934d6eabce3dbdb01ba1e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B2C956C6FF2C3D347A07BEDD35A39981", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b2c956c6ff2c3d347a07bedd35a39981", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "01109E560B6C8610A1F82DA444B2692F", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/01109e560b6c8610a1f82da444b2692f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A6F25EF911C102FDB7BF5AA533688063", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a6f25ef911c102fdb7bf5aa533688063", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1FFF7C200C44F4CD529088279845194D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1fff7c200c44f4cd529088279845194d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B58B85B6EB7005A8B3B4E5FA78743DEC", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b58b85b6eb7005a8b3b4e5fa78743dec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7DD58F043B91B52699E5B4819DE8D829", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7dd58f043b91b52699e5b4819de8d829", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BC7ACB001BA1E687D216E70714ACA966", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bc7acb001ba1e687d216e70714aca966", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F9A632EB1986C065BBD15153987972C8", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f9a632eb1986c065bbd15153987972c8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "641CB7A9CE75BBD5839A15203BC22F89", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/641cb7a9ce75bbd5839a15203bc22f89", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9E80392CD7AB75548D8C300F193ADAAB", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9e80392cd7ab75548d8c300f193adaab", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "92AEFD3C99565A5D7F05C3CE13597648", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/92aefd3c99565a5d7f05c3ce13597648", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8D72AE4F585C9123ECE98A9DDDFE4C0F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8d72ae4f585c9123ece98a9dddfe4c0f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8C73A591344D90EFCE9AFB7EE9452FFC", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8c73a591344d90efce9afb7ee9452ffc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F5ADC8943CC0C3C92691147DC4323F4E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f5adc8943cc0c3c92691147dc4323f4e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3265A08903390B2760F2D1B837DBDF1F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3265a08903390b2760f2d1b837dbdf1f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "952AE02D1421F7A4DF96465051A66681", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/952ae02d1421f7a4df96465051a66681", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9B177205EE41B76031EDA4740BBB6499", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9b177205ee41b76031eda4740bbb6499", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8F46D6D30899657927E09F9736AE1A7A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8f46d6d30899657927e09f9736ae1a7a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9F0B2822FC281C5285CE5ECF8A209E8E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9f0b2822fc281c5285ce5ecf8a209e8e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3FA4362C314A7627F5BF71E1024504E4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3fa4362c314a7627f5bf71e1024504e4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D331AFB111D739766690CBBB355A8883", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d331afb111d739766690cbbb355a8883", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F09DD42044B3CF7A9A22D2A9355C18FC", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f09dd42044b3cf7a9a22d2a9355c18fc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "28ADC3CF866517294A0E30832EC06D4F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/28adc3cf866517294a0e30832ec06d4f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F4661C9C9A07FDABC055C87C85E2F417", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f4661c9c9a07fdabc055c87c85e2f417", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "771DEB8B720DBD784D6715403A41BDCC", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/771deb8b720dbd784d6715403a41bdcc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9E70CCE6910BB05A687BD107115F9A8C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9e70cce6910bb05a687bd107115f9a8c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "64BE0CBD9FA52568341041F13DF746ED", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/64be0cbd9fa52568341041f13df746ed", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "12BE39405952D4BFF27583AE5EF601CF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/12be39405952d4bff27583ae5ef601cf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "744FBA3630398698F57049A56BFE6B6B", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/744fba3630398698f57049a56bfe6b6b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F0EBE3DA38A879716269353A4CEB92B3", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f0ebe3da38a879716269353a4ceb92b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "00DE927F6F07786187D5B33F726E9DB1", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/00de927f6f07786187d5b33f726e9db1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F3855D7C83C07B3636E3FC89442DA8AD", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f3855d7c83c07b3636e3fc89442da8ad", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A0001D299F646F7EEE3B14830E7EAC63", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a0001d299f646f7eee3b14830e7eac63", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2BE442B7F26AD8AAB8227A617D6454CE", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2be442b7f26ad8aab8227a617d6454ce", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C8D1D257B796684479C4224B0F399948", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c8d1d257b796684479c4224b0f399948", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1555E6629F1C1F0D8DC578591A77FE5D", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1555e6629f1c1f0d8dc578591a77fe5d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "DDBAD62684AD63A499C806442CFD31D4", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ddbad62684ad63a499c806442cfd31d4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B1DD7820FCDC6C8059EB21CBAA27DAEE", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b1dd7820fcdc6c8059eb21cbaa27daee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "32EB7CF6B59D41FAF6AEFA4CEE65C2DB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/32eb7cf6b59d41faf6aefa4cee65c2db", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "ED512BA6C0677216370258195924EA62", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ed512ba6c0677216370258195924ea62", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "58141C29F2AE39F17C222E343B45872D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/58141c29f2ae39f17c222e343b45872d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "477C3E0F292883F074F1A05F7DD8D7F6", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/477c3e0f292883f074f1a05f7dd8d7f6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "AFF7772B04BDE1A5428310BAF7660D34", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/aff7772b04bde1a5428310baf7660d34", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BBB76679FFED5D284CDDDAAF56EA6057", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bbb76679ffed5d284cdddaaf56ea6057", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "23970DDE469EC3E9D7B2813A57037A67", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/23970dde469ec3e9d7b2813a57037a67", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BCF29EA4D015129344AA45894D842AF0", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bcf29ea4d015129344aa45894d842af0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C744F3668D2813CECA21C7D795425850", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c744f3668d2813ceca21c7d795425850", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7F7ABCCC8F622D6DC3BA2782319B7CE5", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7f7abccc8f622d6dc3ba2782319b7ce5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "CF451F61C8AE83480E26E5699896C6F8", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cf451f61c8ae83480e26e5699896c6f8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D969EC9F1C6826E0553C2C6566A8A840", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d969ec9f1c6826e0553c2c6566a8a840", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7F55CFE7FA6D194F7236FF79A186AF53", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7f55cfe7fa6d194f7236ff79a186af53", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0B42D74DEA7D93C0C11A8F52D7A1889F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0b42d74dea7d93c0c11a8f52d7a1889f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "11270A035E3B6C67005335D3C8A687B3", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/11270a035e3b6c67005335d3c8a687b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "372F7DE209AA10E675C92A434A0B1D41", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/372f7de209aa10e675c92a434a0b1d41", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "536E69A738A1E9021AEC6726DA23B75D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/536e69a738a1e9021aec6726da23b75d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "128D7D8F99EF5D433E10AC76A3A747C1", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/128d7d8f99ef5d433e10ac76a3a747c1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "CA6892454611EEB659D54E62FD83AF52", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ca6892454611eeb659d54e62fd83af52", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "DFF4247064B05B096E966D6EC5879168", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/dff4247064b05b096e966d6ec5879168", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "28DD181DFD9E35CD9837FE3F1CE0CB91", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/28dd181dfd9e35cd9837fe3f1ce0cb91", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "12E0015FA59200F8A91BB2ABB9927288", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/12e0015fa59200f8a91bb2abb9927288", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B6B938B5558ACF210E5BEA4CFBAC85AB", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b6b938b5558acf210e5bea4cfbac85ab", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8B1E02732B6BB92C33AF90754FE33FEF", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8b1e02732b6bb92c33af90754fe33fef", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9BAE566B695FAD6601C41C6F82EBB8DB", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9bae566b695fad6601c41c6f82ebb8db", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3DA0CD7BDE47AF8C76981724BDBB96CA", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3da0cd7bde47af8c76981724bdbb96ca", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B7C9866A4F0919BE77D7C9D7D7E2815B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b7c9866a4f0919be77d7c9d7d7e2815b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E82F7DEB492F7B9874F59CF4CEE67E17", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e82f7deb492f7b9874f59cf4cee67e17", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3D152B78180C4F3671522B307EC83CE2", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3d152b78180c4f3671522b307ec83ce2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B45547089068E07611443BF460F14028", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b45547089068e07611443bf460f14028", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9740FD5BF8554DB794E763AB060BB578", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9740fd5bf8554db794e763ab060bb578", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E2019DA69D9137882B1B67E88D5F732A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e2019da69d9137882b1b67e88d5f732a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "154E12A7C4059731BD7E65FDDE93A342", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/154e12a7c4059731bd7e65fdde93a342", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A6945A6D6DAFD17FE48FCAFFDB33A5B2", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a6945a6d6dafd17fe48fcaffdb33a5b2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D86BDE86BC71BD42B58416BA92BF495A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d86bde86bc71bd42b58416ba92bf495a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "000C4FFBA3F5B4B1F6016CB6B8E449A2", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/000c4ffba3f5b4b1f6016cb6b8e449a2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6D897CD9937A1959A01D10E5919B43B1", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6d897cd9937a1959a01d10e5919b43b1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5F9B78AE884CEB4674AA7CBA50226CAA", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5f9b78ae884ceb4674aa7cba50226caa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "36D3CF13115EE36DC0497D9043528171", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/36d3cf13115ee36dc0497d9043528171", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F81DEB43DA73050F86C427567215AB72", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f81deb43da73050f86c427567215ab72", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5B36CDBCF6376617A99638AC0A9B59E9", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5b36cdbcf6376617a99638ac0a9b59e9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6CF9E0C5A7321F8DFBFCB7A97A84BF1C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6cf9e0c5a7321f8dfbfcb7a97a84bf1c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D44BF1FF16BBC406AC13552240D86058", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d44bf1ff16bbc406ac13552240d86058", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "40683AFD07410514C25D2AA4B2A43ED2", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/40683afd07410514c25d2aa4b2a43ed2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F2ECA6C85E23FFF5E8D2BE2BFFE4B3DA", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f2eca6c85e23fff5e8d2be2bffe4b3da", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3EB34CC8868F3F96EF7D3E6CFB29025B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3eb34cc8868f3f96ef7d3e6cfb29025b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "735958A06BC45D34CCFF0D446DFAE058", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/735958a06bc45d34ccff0d446dfae058", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0AF97690DED1CFA68604EBB800BCB6BF", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0af97690ded1cfa68604ebb800bcb6bf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6575FEC3CEA3DFAF2E2C1909467EC68E", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6575fec3cea3dfaf2e2c1909467ec68e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "16A26072536CB5DE8B812ECF34B17F88", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/16a26072536cb5de8b812ecf34b17f88", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5360B2C92EBBB0ABB4B54D57F931789A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5360b2c92ebbb0abb4b54d57f931789a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B748F08DD24C4892C1DD18796F4CC929", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b748f08dd24c4892c1dd18796f4cc929", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "AFA248898F46C30AB5751B69B091C070", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/afa248898f46c30ab5751b69b091c070", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4BA88A06880B97C266BB43DF7FABF803", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4ba88a06880b97c266bb43df7fabf803", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C415CA7FBF8904F337B11114D6C1E5D3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c415ca7fbf8904f337b11114d6c1e5d3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "84290A41D95C7A9186412E61F6582313", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/84290a41d95c7a9186412e61f6582313", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3BFDBF937BA805CC01B5A2E8397F5BC8", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3bfdbf937ba805cc01b5a2e8397f5bc8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7A7737DCA817010FD0326069A8B026C8", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7a7737dca817010fd0326069a8b026c8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8E4C0A2B17A8D51CDC1E76F1434819A1", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8e4c0a2b17a8d51cdc1e76f1434819a1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7D70332409151A6C12150ECDB2D90A0B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7d70332409151a6c12150ecdb2d90a0b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2CE04A9DEAA132602A7555F1D6587261", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2ce04a9deaa132602a7555f1d6587261", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6C0A32F113D9517088B583EEAADB5486", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6c0a32f113d9517088b583eeaadb5486", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0790758D63212EF57563E4D9F9DF8B25", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0790758d63212ef57563e4d9f9df8b25", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9841129F6411F0C4FFD5475F98E1B6FD", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9841129f6411f0c4ffd5475f98e1b6fd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4480769B5D05438238CCD67CB2162672", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4480769b5d05438238ccd67cb2162672", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "43AA546B9A5F31BC1111A6B6FA4E0AE2", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/43aa546b9a5f31bc1111a6b6fa4e0ae2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3DCA733FEF78D9D6B2ACAAC34A023281", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3dca733fef78d9d6b2acaac34a023281", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "58D1EA6C17766390F3A6BBAC5B21C51E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/58d1ea6c17766390f3a6bbac5b21c51e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E7A2208A93881A577F0FF396287B3CE4", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e7a2208a93881a577f0ff396287b3ce4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "ED99E96E853AF2AE1F755E37514C7764", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ed99e96e853af2ae1f755e37514c7764", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FDDD7EF31D3828F15C6C8E22578AC611", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fddd7ef31d3828f15c6c8e22578ac611", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "67DD38504C46D7120BFA136E4BCEB95F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/67dd38504c46d7120bfa136e4bceb95f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3D90689AC16423EE49F4C1998EF8088C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3d90689ac16423ee49f4c1998ef8088c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EC05685B73BE23E387F4F7B3B652E320", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ec05685b73be23e387f4f7b3b652e320", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "467C84022474E8688B7344ED3D5AE19C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/467c84022474e8688b7344ed3d5ae19c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D84B722A2918AE18ACF9EE3173CB2177", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d84b722a2918ae18acf9ee3173cb2177", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F23FD52BD1B44806B50E1F708DA1CF98", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f23fd52bd1b44806b50e1f708da1cf98", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "27FEAD5442440F14B2F48F9D898988ED", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/27fead5442440f14b2f48f9d898988ed", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "985A06284A6DE7A5443CEF974224E8E5", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/985a06284a6de7a5443cef974224e8e5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "24C0F8BDA812E5910E9A624B5DE3DA4E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/24c0f8bda812e5910e9a624b5de3da4e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2F105880B29D30B91228A586DA27D0A3", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2f105880b29d30b91228a586da27d0a3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BE1F8C1F009B2187CAAD052C829F60AF", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/be1f8c1f009b2187caad052c829f60af", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0DBF81B03531EB2A1424593A1171705C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0dbf81b03531eb2a1424593a1171705c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8DD562EF7459461B69E6D13A88370699", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8dd562ef7459461b69e6d13a88370699", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C085C08D6CB81977F08B43D112E13584", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c085c08d6cb81977f08b43d112e13584", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A5D294F1FBA9787DFC1E015432ED3B92", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a5d294f1fba9787dfc1e015432ed3b92", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E922EBE088EB592807082DA2716F7311", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e922ebe088eb592807082da2716f7311", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BF00F106134E92FB2E2EC2211991CC8F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bf00f106134e92fb2e2ec2211991cc8f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8D232BB457CF8E7D75919B12701DE716", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8d232bb457cf8e7d75919b12701de716", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6A260E573A19F629BE2B000EB2DC77FC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6a260e573a19f629be2b000eb2dc77fc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "291667CF6588FDD73FFB66AC1C93AF71", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/291667cf6588fdd73ffb66ac1c93af71", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F01159CF89CD1D65AEB8E2D481E42D78", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f01159cf89cd1d65aeb8e2d481e42d78", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "45376A3D28FEF48FD018A058BE4ACF2E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/45376a3d28fef48fd018a058be4acf2e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E3ED182FC256A9688CA3721B8F825B17", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e3ed182fc256a9688ca3721b8f825b17", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2C5ADF97B89E8E71BF200745BA6F9983", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2c5adf97b89e8e71bf200745ba6f9983", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "85B202F4400787836C905F8FC54BE38D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/85b202f4400787836c905f8fc54be38d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "035F11FC0B3F3EBF637E45C670FE55FF", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/035f11fc0b3f3ebf637e45c670fe55ff", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0EF44FE95EA71CD41A63F53D26473F37", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0ef44fe95ea71cd41a63f53d26473f37", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0FB700938D442A0C1C575DF93C89CAA8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0fb700938d442a0c1c575df93c89caa8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D7ABF03D3F25ED88F144B86FB5C6BF45", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d7abf03d3f25ed88f144b86fb5c6bf45", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8BD8CE5D2088B78C05A0EA98EA3D3170", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8bd8ce5d2088b78c05a0ea98ea3d3170", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "305F54F459616EF685B0313625FDD3C3", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/305f54f459616ef685b0313625fdd3c3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E7E173A2EF5DF1FFC87A9A01ED104A00", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e7e173a2ef5df1ffc87a9a01ed104a00", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C1A9DF4417D679329665FB9DDAEAC07B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c1a9df4417d679329665fb9ddaeac07b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "719686380F81DBBA109C9E5B7847E2EC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/719686380f81dbba109c9e5b7847e2ec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "63C47A29CCBD51CFDD1090AE7F4194F5", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/63c47a29ccbd51cfdd1090ae7f4194f5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "91067966527E3FDDEE463AB1F81364B3", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/91067966527e3fddee463ab1f81364b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A31F9589418DD42B2A1AA873ABFB8B97", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a31f9589418dd42b2a1aa873abfb8b97", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FC203702DE97162849857938EE334EC0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fc203702de97162849857938ee334ec0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "AE738F7F533DA72C6D24385C63818A47", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ae738f7f533da72c6d24385c63818a47", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "47E3AD7A0C77C5DBBFB9C823030A1D83", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/47e3ad7a0c77c5dbbfb9c823030a1d83", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "767090B71B8807B4EFADAA8DFB544EDA", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/767090b71b8807b4efadaa8dfb544eda", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "94B8B8D7621D716924D6FF19BF6C9A46", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/94b8b8d7621d716924d6ff19bf6c9a46", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A3E9F721C5B1B43D555747EC530AB0E3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a3e9f721c5b1b43d555747ec530ab0e3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BBB21A6BB3DE38454427278AD8A78B16", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bbb21a6bb3de38454427278ad8a78b16", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "25909005D559BD03253DDDE725B47514", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/25909005d559bd03253ddde725b47514", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B9C12F5145715237EE658706D30FEA67", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b9c12f5145715237ee658706d30fea67", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "60C69D4F96A0B3FA95CC040067098598", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/60c69d4f96a0b3fa95cc040067098598", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D23BEAFADF0C116AB9A9217FE35618D1", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d23beafadf0c116ab9a9217fe35618d1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C811758BC66E20AFACF6D90D46F5A339", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c811758bc66e20afacf6d90d46f5a339", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "51C468B165359D8739C5DE5E53641537", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/51c468b165359d8739c5de5e53641537", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C062C2052F421689DAAAC15D16E4D84E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c062c2052f421689daaac15d16e4d84e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "49B1D2A496F712837A647084BCD76DBB", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/49b1d2a496f712837a647084bcd76dbb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "CE5A5855CEDD2705F2AE350D73D6D44B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ce5a5855cedd2705f2ae350d73d6d44b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "86D5D808A0CE514887D3BB07B04F8AB9", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/86d5d808a0ce514887d3bb07b04f8ab9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6407B98AFD2A538422C54D3C181CE335", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6407b98afd2a538422c54d3c181ce335", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E8E5C16B0FC0C8310EFD3C816A076C54", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e8e5c16b0fc0c8310efd3c816a076c54", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "14A36D6B98C72455BB27058B10E48685", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/14a36d6b98c72455bb27058b10e48685", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "790829DF44CE8C4D49BE4E4BE33AF270", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/790829df44ce8c4d49be4e4be33af270", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A30F62A670B89DB9E861816142F66D3E", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a30f62a670b89db9e861816142f66d3e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "862FC94EFCC196A095EC00413E91BB83", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/862fc94efcc196a095ec00413e91bb83", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "63DB860ECC9FA540CA463A1B8F606B32", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/63db860ecc9fa540ca463a1b8f606b32", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0CD1B6CC881874FAB67E5778822AB4CE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0cd1b6cc881874fab67e5778822ab4ce", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "ED8877D652BF9586554C1681C91EE451", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ed8877d652bf9586554c1681c91ee451", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "503D45EEB56E3DD6CA8B2D5DABF02D49", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/503d45eeb56e3dd6ca8b2d5dabf02d49", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EC9F0611161A74780E91D8F1C268E86A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ec9f0611161a74780e91d8f1c268e86a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C7727A97A7B66BAE20C34AF29AFDD9D2", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c7727a97a7b66bae20c34af29afdd9d2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "71C32490DE96A766A94C5F3EEB9351EE", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/71c32490de96a766a94c5f3eeb9351ee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "19B3853FCF08190F305203DCCEE49FA1", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/19b3853fcf08190f305203dccee49fa1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "71B680662335A6820EA625B06EA1FB02", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/71b680662335a6820ea625b06ea1fb02", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BB5EF198235C3C731C32D23CB3BFFE44", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bb5ef198235c3c731c32d23cb3bffe44", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E3FD46715AD2FF0FD37D8AB1CDC95285", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e3fd46715ad2ff0fd37d8ab1cdc95285", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "34E1F48F4087ACD7C36F41C73AE1ED6A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/34e1f48f4087acd7c36f41c73ae1ed6a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1379202F5F6254BE46E76A8938BA4DC9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1379202f5f6254be46e76a8938ba4dc9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "927D98AFC88F4B82CE685443900F74AD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/927d98afc88f4b82ce685443900f74ad", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "CD4E8506892604DA75BB53C9C5BE11D0", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cd4e8506892604da75bb53c9c5be11d0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "23FFE6F67492A5A960F0BB286B1AF6B2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/23ffe6f67492a5a960f0bb286b1af6b2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "46F9089DC281739957987836046DAE44", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/46f9089dc281739957987836046dae44", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A49514F26FC95E12511F886CA5EE29C5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a49514f26fc95e12511f886ca5ee29c5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7FC3A446C7397528EC48B47035366812", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7fc3a446c7397528ec48b47035366812", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "83870E5221A1CF5C445996E521E274B7", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/83870e5221a1cf5c445996e521e274b7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "90E6DBEA292C7CE74B1148A829D60C8A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/90e6dbea292c7ce74b1148a829d60c8a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B2EA10A3A28C55ED147C62543B95AEC8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b2ea10a3a28c55ed147c62543b95aec8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "74FA2814EA314BF55E9B7DF1A531CDE2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/74fa2814ea314bf55e9b7df1a531cde2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9FB5AE46D6E4C44903464D430248DC75", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9fb5ae46d6e4c44903464d430248dc75", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F3ABE1EA019C077392C216EC41EA46CC", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f3abe1ea019c077392c216ec41ea46cc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "49B618D78EDFB34CA64371D00C9B23F7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/49b618d78edfb34ca64371d00c9b23f7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6A3554BE7EA61F1097F057925C821A5F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6a3554be7ea61f1097f057925c821a5f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6AF45BFC6442E8D00FC3F45DC201D337", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6af45bfc6442e8d00fc3f45dc201d337", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D97051B35E8A9E8471A53854B6039D3C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d97051b35e8a9e8471a53854b6039d3c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "96A634D3450DE3FEE9B559476D36B687", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/96a634d3450de3fee9b559476d36b687", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "819035E7F60AD3038689B23BC062D6CA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/819035e7f60ad3038689b23bc062d6ca", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4D1DA6C0233C13F06DECC50E8D0C3B72", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4d1da6c0233c13f06decc50e8d0c3b72", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "63BA87383D518AD6236CB6BAA375EA69", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/63ba87383d518ad6236cb6baa375ea69", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9F0D9E6B1CB88779217DD8AAD5D52D7A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9f0d9e6b1cb88779217dd8aad5d52d7a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F7509B54966033D380897EA41243AF81", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f7509b54966033d380897ea41243af81", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "70D638277C6F3C947DD4AD4AA7095F9A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/70d638277c6f3c947dd4ad4aa7095f9a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C19AC8E54AC60D6F3108496CFE2C3E68", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c19ac8e54ac60d6f3108496cfe2c3e68", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "715BD103D3E2BCF73DFC755EFB125664", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/715bd103d3e2bcf73dfc755efb125664", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "970758C538224A33762B42728C18231C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/970758c538224a33762b42728c18231c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0826DF3AAA157EDFF9C0325F298850C2", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0826df3aaa157edff9c0325f298850c2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2942633617A34836A3A319B4C2E6C24B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2942633617a34836a3a319b4c2e6c24b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9087BBAD0CAB23A8AC26614147D9AC6E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9087bbad0cab23a8ac26614147d9ac6e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E6617B13AC21199FB6F53F7226DB5E41", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e6617b13ac21199fb6f53f7226db5e41", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2B0C2FC48120F25FEF5E8DA88283C18E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2b0c2fc48120f25fef5e8da88283c18e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4521185C1FE7226E7F1A834CB3537833", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4521185c1fe7226e7f1a834cb3537833", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F673EC45E36742DF1CF2CC3D501B1CFD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f673ec45e36742df1cf2cc3d501b1cfd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "04873D02647F7D21A80C4C1010E6A584", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/04873d02647f7d21a80c4c1010e6a584", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "144FDB403FAA314BF98FB28F76243E59", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/144fdb403faa314bf98fb28f76243e59", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "39867993C780EFED2819877F62FC9541", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/39867993c780efed2819877f62fc9541", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "984FA7787F686CB598C8DE6DAC2938BB", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/984fa7787f686cb598c8de6dac2938bb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "CF01107FE16B66FDC6196BCCECDB3075", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cf01107fe16b66fdc6196bccecdb3075", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "ECBED28A18C34DD6DD67A998585237CA", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ecbed28a18c34dd6dd67a998585237ca", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C1386D389C70AD7DC40B16BF86FAD8BE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c1386d389c70ad7dc40b16bf86fad8be", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4EA5B6D5D53DAA278720C0545297FD65", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4ea5b6d5d53daa278720c0545297fd65", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B88881CBA387263E428ADC04D7DE3DD7", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b88881cba387263e428adc04d7de3dd7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9BF0BA380A10BB8BC7695DFA861F9A3A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9bf0ba380a10bb8bc7695dfa861f9a3a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "91812B71AA4146452E8B86B4A67EF3CF", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/91812b71aa4146452e8b86b4a67ef3cf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D3649C6FAF6839DC1674EBE3693FC07D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d3649c6faf6839dc1674ebe3693fc07d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7A396CCC1359363F17CD2FB60E501639", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7a396ccc1359363f17cd2fb60e501639", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "688902E4A90B9A0F18606644FCD5FF6D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/688902e4a90b9a0f18606644fcd5ff6d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D2296A635CBF3A97F0CED3CD1677BAC6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d2296a635cbf3a97f0ced3cd1677bac6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "04366FE8049D4DB080E802C7820FE9BC", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/04366fe8049d4db080e802c7820fe9bc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "50DAE316DE38881BB07283269F846366", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/50dae316de38881bb07283269f846366", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "235765108857C1BE8DE8342D93D960D3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/235765108857c1be8de8342d93d960d3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EE057EC1ACCA4F889E02924DB8AB1E3F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ee057ec1acca4f889e02924db8ab1e3f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7F985E480087D8336A722A9CDCDD0885", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7f985e480087d8336a722a9cdcdd0885", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "99BFF6DACEDBC7583B3C170B88B582AE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/99bff6dacedbc7583b3c170b88b582ae", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FACE34EB7F790DEAE8779A82D87DB650", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/face34eb7f790deae8779a82d87db650", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "45C176C20C2976A116EFD4442AE5F51E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/45c176c20c2976a116efd4442ae5f51e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0BEF3ABE203D2FF212B524F3A8E64620", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0bef3abe203d2ff212b524f3a8e64620", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "31CA1E2E14627862C932D947DC434A22", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/31ca1e2e14627862c932d947dc434a22", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "CBB8598E86C9BA82C1AA6EE8553BA141", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cbb8598e86c9ba82c1aa6ee8553ba141", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "35250BCD9ABC4DF57EAD228AB37D3325", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/35250bcd9abc4df57ead228ab37d3325", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5CF00B67C6289A6CF894293B1E89242A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5cf00b67c6289a6cf894293b1e89242a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B13731F55611093AF06F7D57ACF56F73", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b13731f55611093af06f7d57acf56f73", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "93E950595767FB353BC65A90D969FB5C", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/93e950595767fb353bc65a90d969fb5c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "993F64D147F43CEEEC6145CB30FEDFC0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/993f64d147f43ceeec6145cb30fedfc0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FB3027D7D2D306480EBE7F9BD1E0166C", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fb3027d7d2d306480ebe7f9bd1e0166c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "DC0334EC354DCD5395AC8FCEBCBE0619", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/dc0334ec354dcd5395ac8fcebcbe0619", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7E68F2B5AB579B659B246BF6CB47CF92", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7e68f2b5ab579b659b246bf6cb47cf92", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1EC80DB6A9BAB07E2322D0E9771F2E06", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1ec80db6a9bab07e2322d0e9771f2e06", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "49951C2DBE9F3A7C3544138E44FDDA77", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/49951c2dbe9f3a7c3544138e44fdda77", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8EE83809BA5126695A26A6FD4F09FF7E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8ee83809ba5126695a26a6fd4f09ff7e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3B38EB952B8A3299612172D16774E53B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3b38eb952b8a3299612172d16774e53b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9EA5C0328B1430EA8E72A402FF4B3BB9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9ea5c0328b1430ea8e72a402ff4b3bb9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "30BA2001DC20FCF75800ED677460B2BD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/30ba2001dc20fcf75800ed677460b2bd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1CE53DF78311070077F836542163E18C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1ce53df78311070077f836542163e18c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5F1F875035A4B81C116F6A2AD6F15874", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5f1f875035a4b81c116f6a2ad6f15874", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D10CFB9B4A40902CDE75C89A2D6A31AE", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d10cfb9b4a40902cde75c89a2d6a31ae", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2249531AB3274F2F279423579E1771B8", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2249531ab3274f2f279423579e1771b8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F372A8AC0B0B96FEEB77ADD9BA81ABF4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f372a8ac0b0b96feeb77add9ba81abf4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C2CF127A787600989384B9589C540A3C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c2cf127a787600989384b9589c540a3c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3B50637E716F0ED310AB6A577363C118", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3b50637e716f0ed310ab6a577363c118", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "31E531B1ECDB7B42060440427E00782D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/31e531b1ecdb7b42060440427e00782d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "05871E32AF831E3DBA2CC20AE6F2A92F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/05871e32af831e3dba2cc20ae6f2a92f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "28C7DE11E55D33F4C695726BBCF9F631", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/28c7de11e55d33f4c695726bbcf9f631", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9317400A3B63FDE3AE0A06A90871E8CA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9317400a3b63fde3ae0a06a90871e8ca", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1CA106F6F5AF306F67981F9800602467", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1ca106f6f5af306f67981f9800602467", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "03617CA561CF1A8067CEE899FB227EBD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/03617ca561cf1a8067cee899fb227ebd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5B6C5B3372481BAB47C9E88464CFB0A5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5b6c5b3372481bab47c9e88464cfb0a5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "54742F817A8F4987EFA095A9EEA5096A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/54742f817a8f4987efa095a9eea5096a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3796202E29BE6C7F87711953A43692AD", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3796202e29be6c7f87711953a43692ad", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "53920F11672606FA14CC870434488942", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/53920f11672606fa14cc870434488942", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CD7BB6F5A94A80DD7C56B3990C807A82", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cd7bb6f5a94a80dd7c56b3990c807a82", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FBBAC0F5F028A678E086801F5D0C0D04", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fbbac0f5f028a678e086801f5d0c0d04", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3EA50D6F29D328D0000E52B5DCB3B2A8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3ea50d6f29d328d0000e52b5dcb3b2a8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0A26C80C2891BB4099121E7C9615B336", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0a26c80c2891bb4099121e7c9615b336", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F4C543077ABC2FD405813C11086C2883", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f4c543077abc2fd405813c11086c2883", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FDDAA88BCE68C93BE5B6217BE6CE9E56", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fddaa88bce68c93be5b6217be6ce9e56", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BBD95387E56166B5FA4F3E43C9CF1705", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bbd95387e56166b5fa4f3e43c9cf1705", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7E5B1046F664606A2E8CBCA91A72FF15", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7e5b1046f664606a2e8cbca91a72ff15", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DFB25B2E917E1E7EEF99613106596C9E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/dfb25b2e917e1e7eef99613106596c9e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "892A1B0B77CB8B852B8D45542CCB35FC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/892a1b0b77cb8b852b8d45542ccb35fc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "654DA67A91A550261CB465051FAD5456", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/654da67a91a550261cb465051fad5456", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B904E533490247B458E40CBDED1CE601", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b904e533490247b458e40cbded1ce601", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9CF1302368C9C5C8C5A4BB6867E83009", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9cf1302368c9c5c8c5a4bb6867e83009", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "06788A6AA1A1F14636E78D272A493B38", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/06788a6aa1a1f14636e78d272a493b38", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4E3DB43DB8AD99E5FE36A4382928FE47", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4e3db43db8ad99e5fe36a4382928fe47", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A01C0FDF77AEFBC0E5C0D9310CF686B4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a01c0fdf77aefbc0e5c0d9310cf686b4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FA4EACF83127888D4CBB84F87ABDE9D7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fa4eacf83127888d4cbb84f87abde9d7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9350E21EDCDB8992F4EB69404A9D6C08", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9350e21edcdb8992f4eb69404a9d6c08", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C78A57D1BF4462A2B86EA9A154D02E87", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c78a57d1bf4462a2b86ea9a154d02e87", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "928FAE8B0E6DA8714FF51B7E71B22DEA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/928fae8b0e6da8714ff51b7e71b22dea", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "492FE606179E6FA1DDE65C8743C0E944", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/492fe606179e6fa1dde65c8743c0e944", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3D8DD4CDA11A777C4FAF9E1E2E183CC8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3d8dd4cda11a777c4faf9e1e2e183cc8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "83F8ECFCF9C5699258D0233003CF573E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/83f8ecfcf9c5699258d0233003cf573e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "65AB5FD49E1E38FA611781648D06BD85", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/65ab5fd49e1e38fa611781648d06bd85", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0E6DD22F6687FF1B2064CDB36D1D7045", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0e6dd22f6687ff1b2064cdb36d1d7045", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "077EBFAD4868AEFEBC7395DDA1C1FE91", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/077ebfad4868aefebc7395dda1c1fe91", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "65F371A98D54AAC16CE17C9CF75591EF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/65f371a98d54aac16ce17c9cf75591ef", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "399D4ED7FBD81062EB7107CEC61336E0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/399d4ed7fbd81062eb7107cec61336e0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CC95F652CEB46AF42D07F28E49B7622C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cc95f652ceb46af42d07f28e49b7622c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "825AEFBDEBE382382C1D1F9C9DBAD5A7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/825aefbdebe382382c1d1f9c9dbad5a7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A169A4C8062E5264F864C824F1CEA559", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a169a4c8062e5264f864c824f1cea559", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "56C254758F945831A4EAB1FC91620F90", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/56c254758f945831a4eab1fc91620f90", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "815A3A1495955568420C96691FD670E9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/815a3a1495955568420c96691fd670e9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F527DAB6A2703009FA19822A0B2911BC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f527dab6a2703009fa19822a0b2911bc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "92EC3F63C2328C3AA132F7A86E0D8367", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/92ec3f63c2328c3aa132f7a86e0d8367", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D06B4E71C8E28C6A5A32DF7B5CC9E55F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d06b4e71c8e28c6a5a32df7b5cc9e55f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C50BA287357582AF9D65BD3B8D4EC48D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c50ba287357582af9d65bd3b8d4ec48d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FD1F33F642E29ED5C773047523A4F5EA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fd1f33f642e29ed5c773047523a4f5ea", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FF31457869E8AAB880532DFE3097BA9D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ff31457869e8aab880532dfe3097ba9d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1E4D9883FFE7DE001AC01A96C5AC201E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1e4d9883ffe7de001ac01a96c5ac201e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "ABAEA97A2264EF9586129B650A20AED3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/abaea97a2264ef9586129b650a20aed3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "221AA4E6D78187CF0C8DDB359522A8B9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/221aa4e6d78187cf0c8ddb359522a8b9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "06E2D06674CC761905C990BD3E6CDE86", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/06e2d06674cc761905c990bd3e6cde86", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4BD8F9E6A68AB588E3CEF154DD7AE809", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4bd8f9e6a68ab588e3cef154dd7ae809", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "79FF1797084CEFAF9F83C28DAF2A54E7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/79ff1797084cefaf9f83c28daf2a54e7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E609815A2D828B2F37933423D21F44C2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e609815a2d828b2f37933423d21f44c2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EE394A060F43D290B65F06386F054FAE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ee394a060f43d290b65f06386f054fae", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "94602E92C6DFAA566229F7018695D528", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/94602e92c6dfaa566229f7018695d528", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FA1EC5C387DD51BD88AC471B0BAC296C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fa1ec5c387dd51bd88ac471b0bac296c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E7F6F9C19CDC36DAA599811A98AA5FE4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e7f6f9c19cdc36daa599811a98aa5fe4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "83036F307E7CA0DECE5693EA43C42B7D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/83036f307e7ca0dece5693ea43c42b7d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A99E1016D49F025DFE02E91FB7101304", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a99e1016d49f025dfe02e91fb7101304", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "435A2506F8C228B69A61C34815628BFB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/435a2506f8c228b69a61c34815628bfb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "190FD7B509D272A4AAB4FAAFE324D4B2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/190fd7b509d272a4aab4faafe324d4b2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "99AC969CEC894D92D663FBC249F518EA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/99ac969cec894d92d663fbc249f518ea", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E28A1F198F2A857377106AD9908BCACF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e28a1f198f2a857377106ad9908bcacf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D71F2301038FCE323C20211185FED98E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d71f2301038fce323c20211185fed98e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D8B16B9BF07FB116C46D31B55DA9D52E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d8b16b9bf07fb116c46d31b55da9d52e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9D835DC75FA99A9ABFFD6A3F00E6F1D7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9d835dc75fa99a9abffd6a3f00e6f1d7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E7405D0B6888DD75C0E131A29A885201", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e7405d0b6888dd75c0e131a29a885201", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F6E4E4D8F2EB3161E77EB3FE24288915", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f6e4e4d8f2eb3161e77eb3fe24288915", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D75EA0DB28438E8A76C579A4BF86147F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d75ea0db28438e8a76c579a4bf86147f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A5E1D89BE5889930BD05F748A6AF3123", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a5e1d89be5889930bd05f748a6af3123", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "839C3F1145918A5A8C996975CE5F96A0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/839c3f1145918a5a8c996975ce5f96a0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0E0352A5334B4C8CD37015927274A138", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0e0352a5334b4c8cd37015927274a138", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "46F156342F233FFDFC5178E9B5AF1074", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/46f156342f233ffdfc5178e9b5af1074", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2DE06F2393A3B9B5E399F5163E96A169", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2de06f2393a3b9b5e399f5163e96a169", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BBA7442321391ECB6F309A70E7780B3E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bba7442321391ecb6f309a70e7780b3e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6034DABCC2EA99822EB085B23C7C97A2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6034dabcc2ea99822eb085b23c7c97a2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "AB5A51259E2D89BFF0431B93A3D9C51B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ab5a51259e2d89bff0431b93a3d9c51b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DCE40E3965C86C800435C31D077DA3C8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/dce40e3965c86c800435c31d077da3c8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B734657A996991CD13DC3C9BA6741DDA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b734657a996991cd13dc3c9ba6741dda", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "784A325C8BDE590BB3A24471DAB5021E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/784a325c8bde590bb3a24471dab5021e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EC10B49C04F8E315F607C58F97EE5278", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ec10b49c04f8e315f607c58f97ee5278", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "785F96D11237F09ED1BEA7CADEEC1FA6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/785f96d11237f09ed1bea7cadeec1fa6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "64E42275C60D85FE55A3B5F9CDB8A982", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/64e42275c60d85fe55a3b5f9cdb8a982", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EEE455FEFE68805D72B767BF19C6E248", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/eee455fefe68805d72b767bf19c6e248", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FF2648062FA5857B23DA053D47D006AE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ff2648062fa5857b23da053d47d006ae", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "65D56F93D4E7D01813DBB6C8A2169212", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/65d56f93d4e7d01813dbb6c8a2169212", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EEC6D0971E7C34ABD2C9BC4811E9F6A4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/eec6d0971e7c34abd2c9bc4811e9f6a4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "380F6F5F305F07CCF8C21941167339C1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/380f6f5f305f07ccf8c21941167339c1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "95524C7EF5AB3E0881429086842A5A60", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/95524c7ef5ab3e0881429086842a5a60", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "35DF6FBB1F763C9DB1F607C818C36A97", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/35df6fbb1f763c9db1f607c818c36a97", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5CFE5F5FFC0592C54D63F2735A54C6E6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5cfe5f5ffc0592c54d63f2735a54c6e6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6499B2EFAD238EFF85B024FC2C8615F0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6499b2efad238eff85b024fc2c8615f0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F2B5DBCB477E7930F73B79F2848709FF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f2b5dbcb477e7930f73b79f2848709ff", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A8D6DDB15C7F7AC9DC39891219F77AF5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a8d6ddb15c7f7ac9dc39891219f77af5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5D181DE5BAC7EFA146593A3DBF65C644", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5d181de5bac7efa146593a3dbf65c644", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8FF486387FC6DBA3E30AA36DEFEDC3D9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8ff486387fc6dba3e30aa36defedc3d9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F6617CFA037401844E4F61A1F7B875D2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f6617cfa037401844e4f61a1f7b875d2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5C630B6ED079F5F9595992E8F3B342CB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5c630b6ed079f5f9595992e8f3b342cb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "263534993E1CB9F5D7940703F1697236", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/263534993e1cb9f5d7940703f1697236", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7D10919996EF89AB7A4CD696114402DE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7d10919996ef89ab7a4cd696114402de", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "56A11E87A8C08253FE1AEDD32A89134A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/56a11e87a8c08253fe1aedd32a89134a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "44AE8B20F807297104F9C4B34EF27A27", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/44ae8b20f807297104f9c4b34ef27a27", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "37CB9784C66CBBF28379F9D95839C937", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/37cb9784c66cbbf28379f9d95839c937", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "890ED59E8D0EA02A728FE14D0B5F3877", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/890ed59e8d0ea02a728fe14d0b5f3877", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5D732F1690DC1D8B6F17F0CC15292667", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5d732f1690dc1d8b6f17f0cc15292667", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D817AF879FCAEE122A4C92C87B977EF2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d817af879fcaee122a4c92c87b977ef2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3080FC967E2DA00D13D1017690AFF83C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3080fc967e2da00d13d1017690aff83c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B95BF4D035364762F41F863236C7D536", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b95bf4d035364762f41f863236c7d536", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "506B40CF97329878A8C0B4DD42388150", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/506b40cf97329878a8c0b4dd42388150", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "11DBED1F6DC1299FCEB26B9E647D8927", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/11dbed1f6dc1299fceb26b9e647d8927", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "13EE9277C32FFBFC4C527062645CC235", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/13ee9277c32ffbfc4c527062645cc235", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C85FAE2F58B758C9DE667FE7EDC4AA04", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c85fae2f58b758c9de667fe7edc4aa04", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E1ECD110B17AC64212706A632478AE03", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e1ecd110b17ac64212706a632478ae03", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "30DB12231C5E8A703A0DB5C26F9D8BFB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/30db12231c5e8a703a0db5c26f9d8bfb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "30E23E818AD59FAC9A08943F5E4B45AE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/30e23e818ad59fac9a08943f5e4b45ae", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4899A004EF7549B7A556486426CDF967", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4899a004ef7549b7a556486426cdf967", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0C53EECDA70EF0CC81511B6A25320E6D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0c53eecda70ef0cc81511b6a25320e6d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "954FB353FF23E8E1FFA29E19A224CAE0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/954fb353ff23e8e1ffa29e19a224cae0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "32390CCAD86129CA6AC19965D0DDA62D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/32390ccad86129ca6ac19965d0dda62d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6A9AFCB90F39BEB0CAF5643F53542C7B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6a9afcb90f39beb0caf5643f53542c7b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DABE62D3EE71EFFDE35B268CC6B49063", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/dabe62d3ee71effde35b268cc6b49063", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "34B100AE343E04AE8C316B26DFF432A8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/34b100ae343e04ae8c316b26dff432a8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5767AC34B52D9FC0A78765DF7A65DE2F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5767ac34b52d9fc0a78765df7a65de2f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1C63E4673ED30F95AA644119DE158AC8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1c63e4673ed30f95aa644119de158ac8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D0637D5397C208110EEC3E68461E108C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d0637d5397c208110eec3e68461e108c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E74627B6AD45CAD620E5F64BE509F753", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e74627b6ad45cad620e5f64be509f753", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D1C65D44458C2837ECC7F19780C16EF8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d1c65d44458c2837ecc7f19780c16ef8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "AFE632D9DBCB963B1C2843BF435A8C50", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/afe632d9dbcb963b1c2843bf435a8c50", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "86868C7901A894FA9A258EE4EFFC3BD1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/86868c7901a894fa9a258ee4effc3bd1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7D8FA5FDA81A20EF6912318986789878", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7d8fa5fda81a20ef6912318986789878", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7A7FF38446E80260F17C620E57A8C081", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7a7ff38446e80260f17c620e57a8c081", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0815B50851109E9D54C4692EF7CF24C0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0815b50851109e9d54c4692ef7cf24c0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "14E5B2E5A150267C5868658F09CFBE82", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/14e5b2e5a150267c5868658f09cfbe82", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9C6C3A1D79E3982022E4EF3C2B26DCF8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9c6c3a1d79e3982022e4ef3c2b26dcf8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "69413B6B44A4C007CFFE8C22328861B1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/69413b6b44a4c007cffe8c22328861b1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "71E8C34EC054DC9FA682E5F4D89F4C26", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/71e8c34ec054dc9fa682e5f4d89f4c26", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E4852395736A70A1309455A047A22BA7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e4852395736a70a1309455a047a22ba7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "920FEC29C27D62B63281435A0D11A053", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/920fec29c27d62b63281435a0d11a053", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1EDE4F6DA9B961638B8B7E789948AC07", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1ede4f6da9b961638b8b7e789948ac07", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4E5448497B3C01A0A53F41137B83254A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4e5448497b3c01a0a53f41137b83254a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A644DAB97AF58D90400F0AD8FA019CF1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a644dab97af58d90400f0ad8fa019cf1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3E03EB95794E3357BE48DC20BD90AA2B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3e03eb95794e3357be48dc20bd90aa2b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "677C5880AA7F4C29CDF64EA88A177F93", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/677c5880aa7f4c29cdf64ea88a177f93", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E88734109C2FAC1B72AA07EB182E19B3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e88734109c2fac1b72aa07eb182e19b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C0A4BA6EB1C05614010AC439E661B94B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c0a4ba6eb1c05614010ac439e661b94b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C7E63D7D2296AB84BF0FC5D900E8A35A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c7e63d7d2296ab84bf0fc5d900e8a35a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CC8D1F7D7A8D491A937284080148BEC6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cc8d1f7d7a8d491a937284080148bec6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B8B57A0550917177C1E2B6AD18942AE2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b8b57a0550917177c1e2b6ad18942ae2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D7FD0CD3E4024B02E67554A1E7DCDC35", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d7fd0cd3e4024b02e67554a1e7dcdc35", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F67B17319096F927E72C0DC58F663234", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f67b17319096f927e72c0dc58f663234", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1948E51813644EA8B5E4BC21F52CC0B7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1948e51813644ea8b5e4bc21f52cc0b7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CCF944474AC2CBB048827A1280AF40CE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ccf944474ac2cbb048827a1280af40ce", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "744819FCD81B4BB409C8BB6209FCCB63", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/744819fcd81b4bb409c8bb6209fccb63", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "601BB07AC97DCC429DD66D9BD43992FB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/601bb07ac97dcc429dd66d9bd43992fb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F1863EAE9C91A2205AB15B565190D667", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f1863eae9c91a2205ab15b565190d667", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C5758BC126D5CA221A644FF682BDE964", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c5758bc126d5ca221a644ff682bde964", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "467E459ED7679028CD572CD0391C0C03", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/467e459ed7679028cd572cd0391c0c03", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FE1C6B04437F6A55CFE4AB4767821B5E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fe1c6b04437f6a55cfe4ab4767821b5e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "15A8474993FD2F34D273F6B44DB65B39", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/15a8474993fd2f34d273f6b44db65b39", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "54125B214BC857FC9728E16CABC826BE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/54125b214bc857fc9728e16cabc826be", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1E6AD2797D48E12934B056CBBFB174EE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1e6ad2797d48e12934b056cbbfb174ee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "26B78EB962838C3FD6873C6755FAF1FD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/26b78eb962838c3fd6873c6755faf1fd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1A6E4D2E728AA9B63E0781674810AA1A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1a6e4d2e728aa9b63e0781674810aa1a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D91E8E5831DAB13A3678A6B9990962FF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d91e8e5831dab13a3678a6b9990962ff", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5CA54D367E769D46829708172A73D744", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5ca54d367e769d46829708172a73d744", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "08F3BD3BF23C8DECAE93E0D48895776D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/08f3bd3bf23c8decae93e0d48895776d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1F5EC43F4D6E4681058257BF7198458A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1f5ec43f4d6e4681058257bf7198458a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "63DD8D62E93A08A3985224684A82CEB6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/63dd8d62e93a08a3985224684a82ceb6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5E1E594DDFC3D66F209BB5D20C667B43", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5e1e594ddfc3d66f209bb5d20c667b43", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "79B076A6D4A51B517EF9F0FA63F7A566", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/79b076a6d4a51b517ef9f0fa63f7a566", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1E17E355EE8478F5448D1B3A43DA09D3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1e17e355ee8478f5448d1b3a43da09d3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D3BC5A51765A4947E4E7B4CFDE6910BE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d3bc5a51765a4947e4e7b4cfde6910be", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7DDA4415610977CB357AB51F7BD9E610", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7dda4415610977cb357ab51f7bd9e610", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "789B2669BC76285A30F6C271000D0623", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/789b2669bc76285a30f6c271000d0623", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1472B5F9C5F7B4C06787B6898EDD220B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1472b5f9c5f7b4c06787b6898edd220b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "83F84B15630AF29DBC9545792929F146", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/83f84b15630af29dbc9545792929f146", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4D7E542646B85432AA1D1322D7060769", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4d7e542646b85432aa1d1322d7060769", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D02379F755D6FE2446796DA04DDFD9CF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d02379f755d6fe2446796da04ddfd9cf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1286120574C2C58A0D729205B4E5AE89", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1286120574c2c58a0d729205b4e5ae89", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4E28E09EA3D6658B1CF4F8C79BCAA44A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4e28e09ea3d6658b1cf4f8c79bcaa44a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8442BC380519636879347499BB4F75B0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8442bc380519636879347499bb4f75b0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A993BA32B9E5338B5C7B2B8C3D2DF309", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a993ba32b9e5338b5c7b2b8c3d2df309", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "94A7944E13283CF6E1C9087D31E6DA20", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/94a7944e13283cf6e1c9087d31e6da20", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8460E391215160116E5B4C3860D3E43E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8460e391215160116e5b4c3860d3e43e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FFBEB53CC0CEF840442CE9D0101AE4CB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ffbeb53cc0cef840442ce9d0101ae4cb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D29B883B3C8E0C97C53638D4E6976DA1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d29b883b3c8e0c97c53638d4e6976da1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5C5CE34F2D98F7C9CDC2B99CA54CD57C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5c5ce34f2d98f7c9cdc2b99ca54cd57c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EF0B64ABE05B990D22C636F640801514", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ef0b64abe05b990d22c636f640801514", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6E8156B571482834529D96AECA7975E9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6e8156b571482834529d96aeca7975e9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "88A5D18FA1653CACAA5D89BDCC49D3C9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/88a5d18fa1653cacaa5d89bdcc49d3c9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "94CD8A6A28B2F38A20D77DF21DA4F8E3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/94cd8a6a28b2f38a20d77df21da4f8e3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5B64C06592B219238332B348627CE955", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5b64c06592b219238332b348627ce955", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A72D9B3C6F9CDCA29516AE2E8B61CC07", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a72d9b3c6f9cdca29516ae2e8b61cc07", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A89D4838AA617F63B919C8325E24F1AF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a89d4838aa617f63b919c8325e24f1af", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4CBB63C8D0373724E46BA8E0422AF633", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4cbb63c8d0373724e46ba8e0422af633", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B19D25CAC608904FFBB97639B02B0F40", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b19d25cac608904ffbb97639b02b0f40", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7E9F7A4C82E61CAEB259670767B9791E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7e9f7a4c82e61caeb259670767b9791e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "59387E9B7B1160ABD874959231BBB787", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/59387e9b7b1160abd874959231bbb787", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "83772F650BCD1ABE3D37D169E153E4C4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/83772f650bcd1abe3d37d169e153e4c4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "11388E10071B60A353C59841397F6115", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/11388e10071b60a353c59841397f6115", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3C79F45FA2B82840EBFE531DF5C5E324", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3c79f45fa2b82840ebfe531df5c5e324", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0B030739D4C31F242E242ABDD3E35D16", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0b030739d4c31f242e242abdd3e35d16", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5A95F9FA5FFC8EED0E1F27F1E29F871E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5a95f9fa5ffc8eed0e1f27f1e29f871e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8969FF93A97871C4665B03D1CB8A87F5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8969ff93a97871c4665b03d1cb8a87f5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "24E0FFEC4F196CBD43A6F149B9DC2DA2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/24e0ffec4f196cbd43a6f149b9dc2da2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0A025A3A2C8B620D064478F9B34B1B3E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0a025a3a2c8b620d064478f9b34b1b3e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4191E2CE3427A8B274F59AEDE8BD8C68", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4191e2ce3427a8b274f59aede8bd8c68", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "95985EEDCF5245D539BD7BBB97590650", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/95985eedcf5245d539bd7bbb97590650", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3C6AC0008DF67EF77D0B9AA18A2FCC16", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3c6ac0008df67ef77d0b9aa18a2fcc16", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CB4727C6B3F7B0074633C2E81B2C490F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cb4727c6b3f7b0074633c2e81b2c490f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "307FADC2F7AD5182E786D47FA631B1BC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/307fadc2f7ad5182e786d47fa631b1bc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "84069DEF87876CA9482888A4307BE164", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/84069def87876ca9482888a4307be164", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8ADCD277C07A4931FAB55FD503DE99E0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8adcd277c07a4931fab55fd503de99e0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DE590B52274969D3D1F32A3B4A3331B4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/de590b52274969d3d1f32a3b4a3331b4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B663465E255DF30FB54F7C3F794BBABF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b663465e255df30fb54f7c3f794bbabf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E4D6457BBE38F2CD6FCF9833979AD3AF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e4d6457bbe38f2cd6fcf9833979ad3af", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8D5B1BCDF4BBA710DD57B1F54302BDBA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8d5b1bcdf4bba710dd57b1f54302bdba", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "625D1D8B09CE04961A79134F0C030ED1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/625d1d8b09ce04961a79134f0c030ed1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9C73CEE9AB6A7C9B58E8903F16989BB4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9c73cee9ab6a7c9b58e8903f16989bb4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "766DCAA8F4C510C235473AA574DD5C19", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/766dcaa8f4c510c235473aa574dd5c19", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6AC4768B62CAB51E7255E0FBAC522942", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6ac4768b62cab51e7255e0fbac522942", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FAB982EF5D2BCED494288A67FCA81A7F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fab982ef5d2bced494288a67fca81a7f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "317784F966B194143E3E50B97E2A8F0C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/317784f966b194143e3e50b97e2a8f0c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C259544CB6E8A7E41CBE4A6F1AD10C3C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c259544cb6e8a7e41cbe4a6f1ad10c3c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D013171BD3F61C72041774C1D5481CA5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d013171bd3f61c72041774c1d5481ca5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "002F31A7C3C43F71268C1728A82A59E8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/002f31a7c3c43f71268c1728a82a59e8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4BC4C2D2C2A55DB8CA9BAB7F878D78CD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4bc4c2d2c2a55db8ca9bab7f878d78cd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E5CD81A7A2479356771631FE7D166FC6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e5cd81a7a2479356771631fe7d166fc6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7ECF5AC3787F0C996776A7B8647646D9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7ecf5ac3787f0c996776a7b8647646d9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "01462C6D3FF260674921D230DA576308", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/01462c6d3ff260674921d230da576308", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "02F060B2A767283D8B8C416B3704178B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/02f060b2a767283d8b8c416b3704178b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9CC4788D163D5324AC773ABFBC927607", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9cc4788d163d5324ac773abfbc927607", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "62BE6D50BE031DFBCD005C11B878BBE8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/62be6d50be031dfbcd005c11b878bbe8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9C1B3207DB407AB531E766E2F116A4B3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9c1b3207db407ab531e766e2f116a4b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9B7C35688211DA1F140BAC7DAFB756E5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9b7c35688211da1f140bac7dafb756e5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "683C90FF92C80B4E0EE8D2B065320B6D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/683c90ff92c80b4e0ee8d2b065320b6d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "86708B64043F9D9BDEEF150A5A807FDA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/86708b64043f9d9bdeef150a5a807fda", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4102D8E6BCBC5E91F45A19325DA9255E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4102d8e6bcbc5e91f45a19325da9255e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E772D9EE28555D6C5252F7D72CE8AE13", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e772d9ee28555d6c5252f7d72ce8ae13", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8CE622C76EE62E9B078703D74BD4ED81", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8ce622c76ee62e9b078703d74bd4ed81", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2BD0136A443BFD2ECA9BEFD93023B06A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2bd0136a443bfd2eca9befd93023b06a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E321E131679277E0A0CE990189E26086", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e321e131679277e0a0ce990189e26086", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8779990F8E2536A1001F0FAC506E7CAF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8779990f8e2536a1001f0fac506e7caf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "63E7875E639DECF26A4CF9F5718E9BA5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/63e7875e639decf26a4cf9f5718e9ba5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A5A95B882BF490077555B3E87799BC35", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a5a95b882bf490077555b3e87799bc35", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "56BDCCB38AE11DF56B1ED23CE250AD8B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/56bdccb38ae11df56b1ed23ce250ad8b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "358357271D866CF997A0C8A7E1834357", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/358357271d866cf997a0c8a7e1834357", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "814B7D26138E046ADB0EFF74181B125A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/814b7d26138e046adb0eff74181b125a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "51D51FD7C4A30C146406D3C78FB3F086", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/51d51fd7c4a30c146406d3c78fb3f086", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1AC760F659D6C7B73FBAA0F4E145C43F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1ac760f659d6c7b73fbaa0f4e145c43f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "87F72D219F55096459DC21A35E18A1E1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/87f72d219f55096459dc21a35e18a1e1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EAC9B26839A098245241A04FD2858A4B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/eac9b26839a098245241a04fd2858a4b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "757D76064856DA49E4D51A2D6048B44E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/757d76064856da49e4d51a2d6048b44e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "134BDEA29A17D58BBB156B074F3DB9CB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/134bdea29a17d58bbb156b074f3db9cb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1097274392583489676FFA47FE35EDA0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1097274392583489676ffa47fe35eda0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "24F8930FFEBAC057D2DC17AA3DE95133", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/24f8930ffebac057d2dc17aa3de95133", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0D9834C5FB0144F2D01D7B1A24C71CAF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0d9834c5fb0144f2d01d7b1a24c71caf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4E22615078C8A4CF2D04E0F4439A291E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4e22615078c8a4cf2d04e0f4439a291e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2C6D174EF60FE9E0DEA26588AFC1678F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2c6d174ef60fe9e0dea26588afc1678f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F08C2AF9B53B9D83D93B88DE45DEFCBE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f08c2af9b53b9d83d93b88de45defcbe", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B3C7A11DF0BBBD896AB027B9525A99E6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b3c7a11df0bbbd896ab027b9525a99e6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BA91C64809B7C706E9F57F21428B3283", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ba91c64809b7c706e9f57f21428b3283", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EB41B9D0EAC3183F6501A0F9CD95E6EE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/eb41b9d0eac3183f6501a0f9cd95e6ee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "122ECA8045F2DBC7F16C44F3209B3A2C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/122eca8045f2dbc7f16c44f3209b3a2c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FD0A6D7419BA70231E8ECC80A28553A8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fd0a6d7419ba70231e8ecc80a28553a8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F2E5C2EBEF9B3C43FB342A33391E4708", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f2e5c2ebef9b3c43fb342a33391e4708", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "192910A405BC3EEF3D60563769059D89", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/192910a405bc3eef3d60563769059d89", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1A3BED89F0B8C7DB746A4C6C0AD2AFE1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1a3bed89f0b8c7db746a4c6c0ad2afe1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F1934AA58624C998CF5CD246993554D9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f1934aa58624c998cf5cd246993554d9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "56F7E936E442395EBB058509E76D1E7A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/56f7e936e442395ebb058509e76d1e7a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7DCF15508965C5038F343399D40D0867", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7dcf15508965c5038f343399d40d0867", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5F0DBBDA558CC461EACB4F95D4B13D34", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5f0dbbda558cc461eacb4f95d4b13d34", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1A06BADD4643D8D1329282293A2FFD9E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1a06badd4643d8d1329282293a2ffd9e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "462A0E011EE0FA46FE3B533982CFCC51", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/462a0e011ee0fa46fe3b533982cfcc51", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0410A1EC41218059132A5575C0B4792B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0410a1ec41218059132a5575c0b4792b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D1AE567A4794EC29DC071ED932765270", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d1ae567a4794ec29dc071ed932765270", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9A469052C0A1A1018C84F05BC6D38D97", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9a469052c0a1a1018c84f05bc6d38d97", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6D43E08278750452A65981BE83789363", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6d43e08278750452a65981be83789363", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A6DB2D749BB45F39823EE22CBB9CF683", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a6db2d749bb45f39823ee22cbb9cf683", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8A5DC75F021C13BC1A392DCD98EF69BC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8a5dc75f021c13bc1a392dcd98ef69bc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "79496D2EDAC6410429D344D71986743F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/79496d2edac6410429d344d71986743f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "39B17FCF943E7A41A5AB3879B8EEF3E1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/39b17fcf943e7a41a5ab3879b8eef3e1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "138B5998A1A52452C3C42F36A9B52B92", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/138b5998a1a52452c3c42f36a9b52b92", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4E56B059E70437BBAC2D784E584154C9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4e56b059e70437bbac2d784e584154c9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EE021A4C05079D01C41CB525BD6DE364", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ee021a4c05079d01c41cb525bd6de364", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "ED2DB1A316FAEBC3C0B9C4E6DAAAA11C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ed2db1a316faebc3c0b9c4e6daaaa11c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "70A33B705D2175015BEF246FBD43C546", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/70a33b705d2175015bef246fbd43c546", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E87595E480D6532D2DAF8B551EC0ECA8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e87595e480d6532d2daf8b551ec0eca8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "632386089CFCE2F9A79541AE80C86AC3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/632386089cfce2f9a79541ae80c86ac3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "02AB513C5D411F4C971C933577951E96", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/02ab513c5d411f4c971c933577951e96", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0BADCBBCA3007D16F903638A3ACD04DB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0badcbbca3007d16f903638a3acd04db", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "58EF0AAFCFF355062FF26A4C895977AD", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/58ef0aafcff355062ff26a4c895977ad", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C89E30FB68672ED8ED8A10F91315D6FB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c89e30fb68672ed8ed8a10f91315d6fb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A92DBCF1C2B1D21239645D07D2C6858B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a92dbcf1c2b1d21239645d07d2c6858b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B342196487E725DCFFD24175330A8C0C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b342196487e725dcffd24175330a8c0c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "82C4EC61F6CC0919ED9C1DD3445A3A61", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/82c4ec61f6cc0919ed9c1dd3445a3a61", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E92EE37B95C67C431B8A4EDA74E50D0B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e92ee37b95c67c431b8a4eda74e50d0b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "219320226AE108F385BC35B3608C2275", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/219320226ae108f385bc35b3608c2275", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "DC0387B3B9217A0DD0A842243907296E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/dc0387b3b9217a0dd0a842243907296e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D0FAB84AEA825D841D94B186300E93F0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d0fab84aea825d841d94b186300e93f0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4CDA9AA746FFF00B9E0790D7E4662DE6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4cda9aa746fff00b9e0790d7e4662de6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "760C91716407BC0C51FCFADC5618805E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/760c91716407bc0c51fcfadc5618805e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "ED3836C4EE25DFBAAEACE59632BD68CF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ed3836c4ee25dfbaaeace59632bd68cf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BF60B0AAC02C46F60D673E2BA7E05557", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bf60b0aac02c46f60d673e2ba7e05557", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0F387A37AB3AE615510F44E6A8D9FB03", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 2, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0f387a37ab3ae615510f44e6a8d9fb03", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "DA5C48E11572DB1215A00874E3BF24F2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/da5c48e11572db1215a00874e3bf24f2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "97D1052E50955D544E53195C48C02696", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/97d1052e50955d544e53195c48c02696", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "CC8A6BEE300EA698ED61582D43186DAA", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cc8a6bee300ea698ed61582d43186daa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5292D21D509F81571CB78AB677F7AE40", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5292d21d509f81571cb78ab677f7ae40", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "45ECC9CF68871A52A3E173B3225313A4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/45ecc9cf68871a52a3e173b3225313a4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D439B59E67F62A21A6F44ABF5F073D5F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d439b59e67f62a21a6f44abf5f073d5f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8210B91AE045709E81CBA33AD1134A73", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8210b91ae045709e81cba33ad1134a73", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9CFFE82E0E046B70BE1189BA52F74F91", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9cffe82e0e046b70be1189ba52f74f91", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0B126D1CE53ED32D644BBDF8C961A1E4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0b126d1ce53ed32d644bbdf8c961a1e4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E719C0B1FF54EC64BFABC01B8CF24A8A", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e719c0b1ff54ec64bfabc01b8cf24a8a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C02109AF0E884428B68EB032554D3442", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c02109af0e884428b68eb032554d3442", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E6A05EEA10B1E3172A8513C016B3E76F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e6a05eea10b1e3172a8513c016b3e76f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "75D30A9380ADAA0F95E9510A611A3616", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/75d30a9380adaa0f95e9510a611a3616", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8CB7EBCCE7B59B2FEFF6DE261588349C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8cb7ebcce7b59b2feff6de261588349c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C916BE25D73EDE09C001F187FC0DDD30", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c916be25d73ede09c001f187fc0ddd30", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "38C45D1F4E5CF88B248D5E796E90E330", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/38c45d1f4e5cf88b248d5e796e90e330", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F640C9E3A35BF7270ED887A3AC3F520D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f640c9e3a35bf7270ed887a3ac3f520d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5FE59FC57869508E1C84812DBD36CE3B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5fe59fc57869508e1c84812dbd36ce3b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F6BDF16E4C9DBB42569AB64D11D31379", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f6bdf16e4c9dbb42569ab64d11d31379", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0E48A8FD0E0BAB140215C47DF4EFA39E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0e48a8fd0e0bab140215c47df4efa39e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0592B14FFD9645CBDE89861A6F1EF052", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0592b14ffd9645cbde89861a6f1ef052", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "31DA1E12DC5BB3C7A4C35885007D65AF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/31da1e12dc5bb3c7a4c35885007d65af", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "95FE3243C717BD2EE5F74826E8718AED", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/95fe3243c717bd2ee5f74826e8718aed", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1363FBF651050F0E344E93FF8EC6BA73", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1363fbf651050f0e344e93ff8ec6ba73", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2A31AFB58A3500397B27A2D7B1DC3B9A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2a31afb58a3500397b27a2d7b1dc3b9a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7C41616FBE9CEC03C735AE022EC354DD", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7c41616fbe9cec03c735ae022ec354dd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "AD505146D3B6C4A8340560C3AE42E171", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ad505146d3b6c4a8340560c3ae42e171", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "57FA4B2D76780C9EF6FA74C1E6A45B08", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/57fa4b2d76780c9ef6fa74c1e6a45b08", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F92A2C2FE6458ACF4AF697D73ADE10A6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f92a2c2fe6458acf4af697d73ade10a6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C8EA82E1C3AAC19D261DC881E25BB7EB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c8ea82e1c3aac19d261dc881e25bb7eb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D8F21CDC06E4A268FF21C5679B987C76", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d8f21cdc06e4a268ff21c5679b987c76", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EE95C43DDB30EF3FB98B10B39058A77B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ee95c43ddb30ef3fb98b10b39058a77b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A530F021FCE6954EF7EA47516F5CE8F8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a530f021fce6954ef7ea47516f5ce8f8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9FB904B03161F377AECEAF85373CB495", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 100, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9fb904b03161f377aeceaf85373cb495", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A546AEFA7DA49F756237DF49280E7E25", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a546aefa7da49f756237df49280e7e25", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BE334FC5994D62E53EBAE5F479526E7F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/be334fc5994d62e53ebae5f479526e7f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A2A4897882DB6187D3A047E685CA3350", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a2a4897882db6187d3a047e685ca3350", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9A68B87AF0FC1C4E765F9505D4E9940A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9a68b87af0fc1c4e765f9505d4e9940a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9E89765D35C6EB2DE9FA293D130D697F", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9e89765d35c6eb2de9fa293d130d697f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BE17BC2E97FD3CB5F02FCD7116A2E672", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/be17bc2e97fd3cb5f02fcd7116a2e672", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6F25CC2ADF55616C802BB51F33EBDF1B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6f25cc2adf55616c802bb51f33ebdf1b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "22825DC59525B51BC2DD065E4E7BFF3C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/22825dc59525b51bc2dd065e4e7bff3c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C8A30949DA47723A1A15D278FFF967BF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c8a30949da47723a1a15d278fff967bf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7FE5C6E8BB9BD79E6EA612C6E1FE9B0A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7fe5c6e8bb9bd79e6ea612c6e1fe9b0a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F075ED1466376BC21E8605E7135EB748", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f075ed1466376bc21e8605e7135eb748", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C89E0A8B16D30B577F185BB6949C5A94", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c89e0a8b16d30b577f185bb6949c5a94", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7970567773C7D80D0DBCE9D8B6F0B7FF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7970567773c7d80d0dbce9d8b6f0b7ff", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A166E2E4C2244B9CBB7F65451F83459C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a166e2e4c2244b9cbb7f65451f83459c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DB1963CED59509E85842E2F0A07F76AC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/db1963ced59509e85842e2f0a07f76ac", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "923BEF1B4B947C9A7791F8CE09C8C8EA", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/923bef1b4b947c9a7791f8ce09c8c8ea", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "91346FEFEC53BBE6CB6688395A4B283A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/91346fefec53bbe6cb6688395a4b283a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A2B412EC3EFED54881AB0A0116B72892", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a2b412ec3efed54881ab0a0116b72892", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8861FEDD24C8E5221A2391EF7064970B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8861fedd24c8e5221a2391ef7064970b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "288C23A41DB070A57CE66B5892DE7A7F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/288c23a41db070a57ce66b5892de7a7f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F01B8118A1EACD78A6BCDE6C02A1CAC0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f01b8118a1eacd78a6bcde6c02a1cac0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6C8181AC435CD927DFE6474C947AAFFC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6c8181ac435cd927dfe6474c947aaffc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E7A5E7CB60115346C8DBABEDC1059BC7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e7a5e7cb60115346c8dbabedc1059bc7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8D35E03BEBFC7C930998980C40E73703", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8d35e03bebfc7c930998980c40e73703", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BD592BCEEE23D48FF0819345ECB31E7A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bd592bceee23d48ff0819345ecb31e7a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0D8678C36169BBDEFBCBAB9F6C7CA222", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0d8678c36169bbdefbcbab9f6c7ca222", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DE39EBAD3822E0FCCD498C62A16ED12D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/de39ebad3822e0fccd498c62a16ed12d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FE15D6E19AE6756C2315DAF5B5FB8D20", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fe15d6e19ae6756c2315daf5b5fb8d20", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "202FEB4498313CC7C49DBDC61F8C686C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/202feb4498313cc7c49dbdc61f8c686c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DAEB657A0A7B9F97BF34B8E10EB2FFF9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/daeb657a0a7b9f97bf34b8e10eb2fff9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9D425E76BA54177C1476FC5149D66259", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9d425e76ba54177c1476fc5149d66259", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DF72ABFFDC1157AD6E0BB9BE90830C94", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/df72abffdc1157ad6e0bb9be90830c94", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6F51B9FD424859C938ABFAFCBF353325", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6f51b9fd424859c938abfafcbf353325", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "64C0840C614B31C98328B395545DD614", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/64c0840c614b31c98328b395545dd614", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7017520E98EF203443831526D65A0405", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-09-2016", - "LastModified": "11-09-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/2b9d6ec7a1e90462f08fa5f7a7b091b9c2cf6c433dedbfd7cfa3f276f58cb107.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "Host", - "Value": "vanuliovegk.ddns.net", - "Organization": "Bambenek Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "Host", - "Value": "eeuprbpohspwje.com", - "Organization": "Bambenek Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "Host", - "Value": "xdgeivuswhon.com", - "Organization": "Bambenek Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "Host", - "Value": "dns9.parkpage.foundationapi.com", - "Organization": "Bambenek Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "Host", - "Value": "tdwoogjxcqni.com", - "Organization": "Bambenek Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "Host", - "Value": "xdngzcn.com", - "Organization": "Bambenek Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0A06314CC1F41B77A6364FA1C428B178 : E19C01658BFEE2FE6C4FB38FA7C2DE3378CE81329C3E3CD5333C65446A7E2931", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=0a06314cc1f41b77a6364fa1c428b178", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "092F4CFC8890EB5A822F3F01551D5A3B", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/f9d6f04b6fe1efed3f751183a8f5fe35e5638b7054689e3319b7a42262575bad.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "868C5B426E61E78DDD109C68032C8EA5", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "867E27A93C4E4DF4C157A335BFB817C1", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E72C5E2CB2E5FD200250DE7CB83D93F9", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D4F19ABDF0320C3A525A00883A3E4A57", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5BE701B59310BF890FB813D1BB2DF153", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "91346FEFEC53BBE6CB6688395A4B283A", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4F97F287856FEAB991B807410827B143", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "019EC8A1258BE0343C7D9CA6E15761E7", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "50E9442B5CA4FE1567D18D6AFE3D513F", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6D2E6C4526B159EE0A79FC71FF5588FF", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "808310F879DF3FD03F3C64F2CA032EEA", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B6948A363588DE8C92D089C9F7D29CC0", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "760A8B83A2951F64A01988960D384FAD", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C7A56EC0BD03E5A7075C79389CADA9A2", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "987D3E652D49A0345DA09D34E6CD4B7E", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "63DE0E1A6D5E86A7AC572CB262DB9387", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A869BF13FAE9BC217961E046E96D89F3", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CCB0FE6041E283C517E9C1A63786927B", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0F6A375245A762FFD96CE0D67662132B", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E0DC203419DA7C62BC91507C1E7AA4E7", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5ED68C671D3595F24C6BEB140CE0F1CF", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6D893504D3DF7F47531109C58C970397", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "605693B973D1C24B07EDA264B47B30A1", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "63640F35D6B19B90BBDC65ABCD4D3649", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6B3CF4D1CDD743F2C8029D5EBD7E80CE", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9C429951E6699360F60A8788BE32749E", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B8708EF01F5DF4248D853463F5C4E062", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "55BEE514C437933A7821F88DCD08B06B", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2F3DDF548FF712AC877A49898C633D56", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DB1963CED59509E85842E2F0A07F76AC", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9A6B46BCAEEFD115809149A4B4EFC9A5", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7E865A56CBFC6649475EDC2D806CC9CA", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "31C1B2EC3739E9058202471403C3D5D3", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C8A30949DA47723A1A15D278FFF967BF", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "22E66C7C73734FB85B8FD7AE198E0B7A", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1A86CF20EDF5325D885BFA8451D00E48", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "64DA7BA636DEB497A1773A9CBAD2B31F", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "923BEF1B4B947C9A7791F8CE09C8C8EA", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A2B412EC3EFED54881AB0A0116B72892", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6FC574EF25609E8662A8955FC1421CF5", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7FE5C6E8BB9BD79E6EA612C6E1FE9B0A", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E256E937A136FD9BEB7B9D495A50741D", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "827DFA14910429EF5BA098E5B59FA31F", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "38ADCD6C2519C90ACBE77F3436B50794", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "00D104533A66676BC864DEFB54D4785C", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0532929917D336E6602EFFCEC3A94C6C", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CAF8FECC2E9F83EC43FF2EFD021B4F91", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F075ED1466376BC21E8605E7135EB748", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9ACF1009D405359569638E1012AAA896", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5A3528103E7E29103CDC642ADD5743CF", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0B5D1DA9C903C32944DB1EFCFE4B5620", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3D27B40337F0E7CA04A2812C74AE66C4", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5D51CBA676A6021C4B06C1C99C01EB42", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BA9B0D0E1B8635DCD576BA2D8A3778C6", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3CD67CB8B1B312CA24061122FB29E737", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "22825DC59525B51BC2DD065E4E7BFF3C", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5DFD0082F4420DCE6F7FA8ACBA2E75D8", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5B38C8498031E9D91D0219A22C93F7D8", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "66996D58561168C9B4E7088BB3EAADE0", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6F25CC2ADF55616C802BB51F33EBDF1B", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6AE92B4887D2328011FA73930569DF9D", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A9BE61C8F7E0BA37F0E27127A6D3AD5C", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7B30348ABCF746FEE1C72127BB3DC83F", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CB94C83CABBC69F2E010D9F3323383F4", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FBBAB20AFA586EFA7D821C364669B22A", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "616929D8E2DFE72810726704B1EA9583", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C9D46DEE0CAA48F415DBFACC371A7050", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "96871DBB608034BAB68875E8387FFC89", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/219caa3d46e01a777a88fe3018df17da483f6f9857323fbf4222ad27e8079bd6.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "879235B7B830C722BD06C8D445F480C7", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/aceddebba0e380a18b9d2edbc7ab31b025b0e18a45ebe17e96721b27f753f32f.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "B7ED54DC83E33B4A559786F75B69AF88", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/d8737a91a673a71c546f7a54a90c2c87e0b6911a8cb5aa514c24f6dda0129aa6.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "FB3C97C80503EA36CE14B78D3C9D580A : 6A4BDCDE0D1E6410FBA95E45696BC3F85DECC74AEEA2A49C897C8A9DA1ED2F44", - "Organization": "PDFExaminer Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=fb3c97c80503ea36ce14b78d3c9d580a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "67CBBB74D3C0AF6DDB4BB1055F93710E : 43BA5062E733D4B04BFBAD7F0E937EB1D11F055203292F83098A9F3D6EB8A028", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=67cbbb74d3c0af6ddb4bb1055f93710e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "4E768C6123F849B520570186A35D69DB : 598C232713A2E9D63635CB9F027B211ED8BC06325D1E2ACBA495C9EB72E7D078", - "Organization": "PDFExaminer Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=4e768c6123f849b520570186a35d69db", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "8EE00BE5DCAA0E5D4BF0F3718CAE094F", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=8ee00be5dcaa0e5d4bf0f3718cae094f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "9E0C1AB1B5EDEE91DBC3AB1AF55BCB83", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/e9181da851e07e5433b209dc78a4995d000ba78d8b12f3ce3432203d74af9c8c.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "B2C8C82E4BF0C5D4FC5A1360A0886464", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/2aa61d2f2b9152ddffb12d06fb56c56dad04f7eac927ecc25602d86c50a59cfc.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "205773EE28849A2DD93C75997FEF7943", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/9f75c4835cba2d41ec2e211c9fa821e1321183ddf0682b6c8425ebc1907ee1c7.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "36CA10E7FBF686AB030157B8B196A9B2", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/902ad0ffd3604d0c38d9074d3695fb50be4899156fa81d2aa9a77cd2ea61f611.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "F6A8A86C9EB3F0C7932AFFEB3964AB13", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/02413c17abdea041cc14595fabdd16670f3f7c9ac7290fd3842834175eb016a0.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "5D0A9CC0026F90ECD8FDEEF6B9CEE688", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/06e5e4a25f0e77553f9b2f9b0fca0394e52ff91ced7e8ec28f7a50dd2c5e9086.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "46CD7A8E2683E01620BF60ACCC3BB43C", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/5d88de2d4fa9c9efe11739860221d82ed00067848c451798a08045dc0b342e68.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "02180AFBCDB870422BA2AEF026B67A3D", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/222501546c7335b9c456be441133aa24925f74933e963deaf1661c836081d78b.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "30B12E3C9367BCEAFEA2D5FC3B05A661 : 53590DF8AF8C5D53A6833178870F934E62DA57B5C2DD4DF11276F160ABC3295E", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=30b12e3c9367bceafea2d5fc3b05a661", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "EmailAddress", - "Value": "nedaward0@galaxy.britted.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "dylanjacksits33@goodemail.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ada6@rmail.co.pl", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "tangyang@tsinghua.org.cn", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "usejnashvili.dan@yandex.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "latashiahurtubiseodoofq@yahoo.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "derickkleier90@tecemail.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "orehovaevridika19637075@mail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "freidavv7@bravohotel.webmailious.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "roberta@a.bestwrinklecreamnow.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "yaroslavclamy@mail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "besterburr@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "katiecampbell.1@live.co.uk", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "luxerycondo@yahoo.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "fwrq28161@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "tjphurt22@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "billyboyf@hotmail.co.uk", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "info@boardwalkpics.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "reingand@yahoo.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "1996.trofimo65@mail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "mcya43637@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "livefilminfo2016@yandex.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "mooz6943@mail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "bdsxye6l3l@bseomail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ronald.schwarze@web.de", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ziamia2@comcast.net", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "damiendough2@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "organizersolutioncomio@yandex.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E19BC9034C681D30B66E7882A96BE0A5", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/73c12693e81506023abe2c3b725eb0439cdff7f7a59c82b9225f0394899579b2.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "7AFACAA42D98A612EE6E3B317A861454", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/acfb3419459918e395bed990c44d271229f56bd2930301da50cf1523445cd563.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "6367F1F0A6F32D7557235E87299D0A63", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/1a1f8b9c67b2163a1e53bf8658d64a33e85fdfa21ddc9f9e588e3b361e842d18.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "7D204B584D463B2A86F35C046D10609B", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/5ba9344d8b3b02c4b970d7f13c3b027c05f45bc3fd2e76c565e655e89721d4b4.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "C892657D0A681A285AFB6B93462762B7", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/1c271d17422985b0dca2d91718f25164a807d13b83857fe081976d4b1118ecbe.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "12D644C71CBCF013425402E01CDAE074", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/73489afc7958129ffcec26b8c0cff0da0e9a03fb5946418dda6ec1347b11ca07.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "15EC246AF151CDD051BC4BD5DC0F61A0", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/f1bdc1e12152bfe5379fc497136fb834aa500e1c327ccabc39f217f5d4eab9c6.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "5605F30313DFB25D065B57E6700649A7", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/26ded493f38410166a9679036566e27d1c00356da591da70b66d05e3229ebe5d.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "CAB4186B5FC363443322280B3D01B615", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/80c5637080a003ea8d5e3c190c73aded2d9eebf62c3137d77c4ee2cc8f921bcc.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "7DCA992E0CF1D7E1D70555FA16786ECB", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/e76dca7da29d3f5629d21ec469a2aa2a2fce6cbfa030804fd19b6948e53660da.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "E33BD7FB938FE359EBFE11C3B53F1217", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/2583006982bdf79d7ac89981394731388f8d5df66cd7d6be2c49f9f7741c08bc.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "C83D8CD19370DCEA3A7AD722B95C6A7B", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=c83d8cd19370dcea3a7ad722b95c6a7b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "A5BAF06D79E4C42B92EAF7DFB1A58A09 : 7C829EDFDC10A38B384BEDB71649B7E9BB0D30208EE0957223DC41A516321A7B", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=a5baf06d79e4c42b92eaf7dfb1a58a09", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "3545B84381616B28CCEC2A71C2F67E16 : 1CA63E8A1B774F22911CCEC96413E36A399CE5F816DC597AEC4B6A98CFEB57CC", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=3545b84381616b28ccec2a71c2f67e16", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "7847D424122F04D80C5721E6128286E3", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/7bcb7cf5a8cd53be5616c1b0fd1b4680850c0091cfb674b3857f8afd1d1bdb2f.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "EB8BB6E1C81C262B556750B5C2735642", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/7ec0d21783cf9d2c91cade93245e2c99efe066286f74381a619f122ebcf4021c.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "A140B1867336AF11A285E44F9342C173", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/2791c83c7624b55d431bf7d304b23840569140e52120a13b700d1f5bd6ce7ca7.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "DD0407941FE084EC08F10D5B09B12BD1 : 0DC200666154EC649C6B7B055C89F57457775032ADF126D5CF2CD5DA8CB2CF93", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=dd0407941fe084ec08f10d5b09b12bd1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "B801FC0FA0C63C131775EC88E5BBD9C6 : 38D08EC0876581D1616087921726DB5E97A32E4204C6643DEE812010BD9F0C6D", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=b801fc0fa0c63c131775ec88e5bbd9c6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "7E70758C69A091DBE4BFC507CEB3AEC0 : 3BA59451EAD0864DA1B2991F2D5D094A9BD378EE40D0408E12CB2B8859B21054", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=7e70758c69a091dbe4bfc507ceb3aec0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "6AD718E40649E7E7E612D600590A3660 : 69E7D464E8AD9898CC3BA88D410E21F1A92DA5A7C8F7E8DF8DEAF96E5A3328CC", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=6ad718e40649e7e7e612d600590a3660", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "C912EF8431AF8497D47E791BFAB2DDD0 : 2CB93435B1DFD977E9D1759FE79CECC23FF8521C930149FD74BDBD87B16B6886", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=c912ef8431af8497d47e791bfab2ddd0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "8D12B662B808D49F2B655272F1061B11 : F15E07C89374B8B254FC877DE9B83BE2931A062D87AE04149FBD9942A6F1AD56", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=8d12b662b808d49f2b655272f1061b11", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "AE47FE6015D07557F9F410C7139E8A1E : AF83CEAE75E15798C465D0A0A6AE239DDB61D750D946CB51DFDFE10C2F98840E", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=ae47fe6015d07557f9f410c7139e8a1e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "BE325B44B9876F0795F97EE6AC998DBD : D6D98BADB1D1DBE808EAF8FB3654ABA69A83CDF6C8BD6798581B980E8BF74CBC", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=be325b44b9876f0795f97ee6ac998dbd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "0975CC367F4B4563395800CBA34A2B9F : 0F42D680F01E3D42D862C37474B0932F441E5E87A37D31C40B54ED21D755EE93", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=0975cc367f4b4563395800cba34a2b9f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "02A3720DA18D3432E39D59090E7F3029 : B890265F0722CDC77BDE61ACC2E0C414E2AB69D67669253567B02C7CC28A8DD4", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=02a3720da18d3432e39d59090e7f3029", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "F781217CDB88CE8271915054C2C365F3 : 8C469CE74DC0874F12036D4BFD0E0BCB1E3383D9BD37769A8CC47AF904A043D5", - "Organization": "PDFExaminer Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=f781217cdb88ce8271915054c2c365f3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "65F4B542CC5EB7AECDCBAF0132899BCA : 546E4D83C3934F489154BD0CE65CBA2BFFB42C66359AB8426366F916BABA7AB9", - "Organization": "PDFExaminer Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=65f4b542cc5eb7aecdcbaf0132899bca", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "519EA4D49E94081EC1C19835A1DA8489 : 15E1539B0F0242576AB89CA723EE1BD6723E84B34C3573D0E33DD73B420256C3", - "Organization": "PDFExaminer Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=519ea4d49e94081ec1c19835a1da8489", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "4F4A8421CF5318BC8D1073FBB8323D57 : C9ACB238B9109FA1284BB3D9CCE8A37F1D7309E2423030BDEE843C0506800276", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=4f4a8421cf5318bc8d1073fbb8323d57", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "8F5605D48F10B8A74CF9014208611B6C : 9179EF890F638DE8E86334670BB1F0E4DB3289D27DCDD7FF3802F23D15C95ED1", - "Organization": "PDFExaminer Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=8f5605d48f10b8a74cf9014208611b6c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "9CDF1D951A6BD94AEA0D27938594C6FC : 63FF0D8B27EE135D2F14C6E40928CDDCE18D510F7F50BB51E208F37EB77EE795", - "Organization": "PDFExaminer Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=9cdf1d951a6bd94aea0d27938594c6fc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "4706D4C54DF5C715F52A22E31DB20228", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/e54aa638965093de14e794d27fa9ad93386681f56f1cdffe5a353cd68de6a31c.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "01F463325867BADC3D58F5B8370ABFE7", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/8dbc665a5b5482a13052db6ef6806988df682dc34415be97709fbf2a4c8180eb.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "93E1169DA98A3E8DF7127357C7511CE1", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/a8f7c9ad1a049818c8d0d963fe067495365c51f3d9ddb15f8c61eb7eeef93a46.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "CC49B1925A2468BF4A47982931C9858A", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/c46556348d8dc35cc7d223a52ff86e2a2763f8f63055ef1f15509eda9764ab17.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "18B573897538022485FA9705A4A9F5A7", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/713a88751a5f81be3172de0bc34aba94e217793d3777e5b6756d7fb6fba8ec23.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "F43AD912ABD4EFE163CD5C25E4C152C2", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/dc04346fb06225129f53eea4325023358cf6819238999fcefa8c3379bbc5da99.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "8F7F95CC9CD959791BEAD977251F49F9", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/dc171f8593472b9c8cc5291bfc21f076912c4a2ce6a42aef35f133ce54863866.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "CB39004D7C4BE83865AE6679F7F7C7A7", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/82d53a691123d60f6e3de64de9791a123a4b89ebd60f6bcc2b3e71652277afa9.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "5DA08EC7B0F50E91E4D4E837552E5E88", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/849dfce237d17b58b5310015deb6abd64e8f46a97622cc0222a2a1babf70586a.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "901EB92D5FF5596747DC28567CA5C07A", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/7ae6d41b278c0c2b6ea6e9d46f2200c46a82f956c609776c9d3864f48fbbb86c.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "51BDAE084DBB0F1C023E968A099824F9 : C49610FFC1741EC73BFB04FB5AB1F4774CDFEFDD : 8CD1F781EC9279E312F1FCE26DC16DF78A3F63BB2998C80018A7E7C0D469E614", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8cd1f781ec9279e312f1fce26dc16df78a3f63bb2998c80018a7e7c0d469e614/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1C8F751E6C6826E2B42F764E7AA850CB : C70274D0D26FED67D91871D437814868C5D6EF37 : 63AAA4CEEC9EEABE860807FCD57D3313E5EABB32063FAB8FF17F1CF8573037BE", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/63aaa4ceec9eeabe860807fcd57d3313e5eabb32063fab8ff17f1cf8573037be/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FC745B784ADFEAA59AB5AE867D09C6D5 : 8DE87EF334F36FA17BE00F3ACA382B2E8A6B68E3 : 7EE7B9DB4E85FF3EF0866706BF10BA863F8D93B245D163976792DA1243E06791", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7ee7b9db4e85ff3ef0866706bf10ba863f8d93b245d163976792da1243e06791/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "6D007DEBE0AB55B8BA435C4214FAA372 : B67534713B00608FED7BB3296040A4FA2759C27A : A39EDB66E4EB364DB80FCBDAD3A6873984293027958F23CFBF25CB969872CD0A", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a39edb66e4eb364db80fcbdad3a6873984293027958f23cfbf25cb969872cd0a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D91A4E1E47B97AC56FBA6F677F6BB68C : 2715BF2A4C5D2707ACC7E4D5D84877B68EC1FAAD : BEEE628A530D513ACD4763CF82EC52EB866A7B8B06B7D6B7D3737343E1FF7729", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/beee628a530d513acd4763cf82ec52eb866a7b8b06b7d6b7d3737343e1ff7729/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM20.1.0000.Malware" - }, - { - "Type": "File", - "Value": "3D2E6845385731A08B5B5908772CB8CB : 9B2E505870B71D51EE9B21093734C3FE291A4EE1 : CC5A086B24AA4C85D022699514170074A0D36EE84E2AEAF6772C37C02B46F2DB", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/cc5a086b24aa4c85d022699514170074a0d36ee84e2aeaf6772c37c02b46f2db/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "793CCA4168B6462F6F4CEC60F92634A8 : 5DBB290D7CD149F25853CE0EB8139E998FF088DC : A1AFA5D77002E2FFE868DDD50BB0E349FC13C069EE90AA63E2DCB4B089637B3C", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a1afa5d77002e2ffe868ddd50bb0e349fc13c069ee90aa63e2dcb4b089637b3c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Interesting" - }, - { - "Type": "File", - "Value": "FADB978ACCBD4DD08C8F1B386D1F3CA0 : A66E09B7E1AEC1D40C582CBCD42F06C7DDF35BEB : B663F13A0196B7DCAA775743F6B9AB34DC6C0C8DE057EB67DE485A683C93CB07", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b663f13a0196b7dcaa775743f6b9ab34dc6c0c8de057eb67de485a683c93cb07/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F7B31219818F53FAC4C0F1B10B3587D1 : 083483BF56F8F3E69D2F12BF91D147E19D84F66F : 44271C933C9FB2D478733E32D1F800F790617CF807FF5A136709C3802B8EC7AF", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/44271c933c9fb2d478733e32d1f800f790617cf807ff5a136709c3802b8ec7af/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F05B8FDB6488C7453496193FF4CEE640 : 216B717803F8436E23A4A475D48CC11895EF2DA7 : D0F0E3175E5984760105F6AAB41D9C86557566A83CBDFC3A4B4D7A67C12E62EA", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d0f0e3175e5984760105f6aab41d9c86557566a83cbdfc3a4b4d7a67c12e62ea/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A69CC3BF64066B518D4A818B11A8C16D : 1F41845AC30A6445CD97FABBD633584F537EE216 : BDD6AE420D5D52EB2B0CA47EADE2CE4E616A071208994D429969DA3378EA76A2", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bdd6ae420d5d52eb2b0ca47eade2ce4e616a071208994d429969da3378ea76a2/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "367302E3801D24B3235234FA9FB4ADAE : 5FCECC9616DC65E3CE708A4D22EB81C4109BCDE2 : 86136D69D399265A6F4EA92EAD364CEAABB8ED4F5F72475D8D20867A95CCF3C0", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/86136d69d399265a6f4ea92ead364ceaabb8ed4f5f72475d8d20867a95ccf3c0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "FA2E6EFECA21EC82FF746318E391FDA8 : 58F46E4426729237E757031749168000B00503EC : C3148F64CB7E2A9CD628DBD5D7442ED9C984DC2039AEF240FD787AAE370660B6", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c3148f64cb7e2a9cd628dbd5d7442ed9c984dc2039aef240fd787aae370660b6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6D8DE792653D80F5F50265BB8B0BA819 : FAE1A5747F0DDE77E952C995ED4B9B80B1083356 : CE1A9EFF18C39425A7DD55224C2FE8D8979A8343F13C0B9ED6D62E975B6ED228", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ce1a9eff18c39425a7dd55224c2fe8d8979a8343f13c0b9ed6d62e975b6ed228/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1B3EA2C4F36FE278ACC99DA4F133B752 : 5F00247FD4A60FA9F14A23230B2976FEAA11D308 : 789F65E09686630055DF6BE643CFD9A309D105F42EC6F5F21A5EBBF4FE26A7E5", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/789f65e09686630055df6be643cfd9a309d105f42ec6f5f21a5ebbf4fe26a7e5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1BA2A004F30B652B29F6E61DBDA1A6F2 : E94C5AE61331A790EC458E5D942D8F0F741598F5 : 536D03537EF819A85B724F84B39BF303FA31913896BA1E1A3A2F8EA23642DED3", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/536d03537ef819a85b724f84b39bf303fa31913896ba1e1a3a2f8ea23642ded3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "E6ADF1528F4E8E4B44E92230494CD2B1 : DCCBF9422655E3783B38BD6E95262013BD9807C9 : E814E3A6B42644CFB82C97BDB664FECE3A1949D9EA4F3D8A8A6A62DCDEAC6E20", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e814e3a6b42644cfb82c97bdb664fece3a1949d9ea4f3d8a8a6a62dcdeac6e20/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "0F10453AE270DBE6A6BC59BB12C03821 : 32458BFD27B24BE7656EE7415D8035BFE4966651 : 8239CDF2FE8C58D5308846C3BED9E8401F12F8117C16F0A700B8372D9656B753", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8239cdf2fe8c58d5308846c3bed9e8401f12f8117c16f0a700b8372d9656b753/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "3AC7D5B1799723592D1E45058AE6AF63 : 01B6A969E0536AA7962516939F7250281E96B577 : 313050D84325C5ED0B3E90F3B02E6133546BFBE5BDD774AC6783F7866D495766", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/313050d84325c5ed0b3e90f3b02e6133546bfbe5bdd774ac6783f7866d495766/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "A50B0D7BD12CF37F5D35546481B2263F : 84876C793C7919DB60866C24C7C0BC8EF67F06DB : 3916AE4C118326CC19DF903D61BE1A1A86D34766573631CEA49C8165F6FCE03E", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3916ae4c118326cc19df903d61be1a1a86d34766573631cea49c8165f6fce03e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "4BD92B7E592FF375259C65F57AFEDC31 : 96D3240BA1081AA2CEE01E7AA5686D6CF95355F8 : 244FE43CD52DB9C083D81E15EF67D8D6E49C3601C96CCA804C6E38DA0A785487", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/244fe43cd52db9c083d81e15ef67d8d6e49c3601c96cca804c6e38da0a785487/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "BB70C91EB0E7068D5197DAA2A987C0E1 : 4458F6B637A480A0D0C24257EB89FAEDA402010D : 2BED60BD388F1D4597C4A9D6171A35E4B7E20990B6E814A6C2503B0A6B23DF83", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2bed60bd388f1d4597c4a9d6171a35e4b7e20990b6e814a6c2503b0a6b23df83/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Agent" - }, - { - "Type": "File", - "Value": "C37E725EBE57694F10E0A02FE73BC904 : F8109C77E008ACD59288A8A4BB7DE0DF10AA7C55 : 916EE6CC6CA3539EFAD07D38492DCF2BE160BA78655A0B59E488B8246AC90608", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/916ee6cc6ca3539efad07d38492dcf2be160ba78655a0b59e488b8246ac90608/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7873DCF251B53205D05DFC8400241C14 : A5F11B6D204C123A94F274BA72D9D51CB10825BF : 60B11AAFC1028F351449001BEE6035E881A23EC7085344D132E10D3E77D1F58A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/60b11aafc1028f351449001bee6035e881a23ec7085344d132e10d3e77d1f58a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.GenericKD" - }, - { - "Type": "File", - "Value": "9AF2A978504E1960B81A887243949A83 : 79B8CFB538E4187A57CD80D29C784E14A70D6202 : 8339ED2854820041B0ADE23468AE9BAC4F3D35EAFD9D28E1F2EDAFEA642AE5BE", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8339ed2854820041b0ade23468ae9bac4f3d35eafd9d28e1f2edafea642ae5be/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C22912F696836290655C0B59B537D058 : 864A124086E2D104FC0FB0798B4B79E51E8F52D2 : 18BCFE37F9C01F8D32467416C8ECB55A309BBDB583BC1F8242470961F8731DE4", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/18bcfe37f9c01f8d32467416c8ecb55a309bbdb583bc1f8242470961f8731de4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E25FC404BEC1FD618F287B3E54FD6D6B : 0A0D6C5760E6673332FB008A1A2F95EC0B7BB427 : 1F4BA8DF2B2C4477668291242E501F117C61086B336C574A28BF121FB410D81E", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1f4ba8df2b2c4477668291242e501f117c61086b336c574a28bf121fb410d81e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "9C73E20E3BE6FD1AEF81306AC8814A70 : E26781B8E93192250EDBC8322811BDC194D2765C : 8B3D5D2A51D821DB6E1291F99F198E474B2BF31776F4B8A52F74FC7B87EEEE0C", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8b3d5d2a51d821db6e1291f99f198e474b2bf31776f4b8a52f74fc7b87eeee0c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "09B1583303967455E9B9B434CCD201B8 : DD3ACBD7279FBDCB4DC6D5FF02FACA725A2D7B74 : 66D2E41091C338B32020551E17DC940FED104259FA3111B2B01257D9F907614E", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/66d2e41091c338b32020551e17dc940fed104259fa3111b2b01257d9f907614e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "9309D816C0018191E69D073EBA94B683 : 0066226DD1D7E2B1E7B48131EC2FC5D08DAA4A1A : 03AD3E230834C22838BF0E0F6A9FABEB342F9B8A2C063D76B95E969B15678D58", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/03ad3e230834c22838bf0e0f6a9fabeb342f9b8a2c063d76b95e969b15678d58/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "1864A2E4500EBBDD191D7B6C0B49D220 : DD927580BF2D1E863A5AF99A8F24EA8042473D33 : 7722A9FFAB2FE7262669FE19B4BB6D033C00C6393B052A338EB44102E7F41294", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7722a9ffab2fe7262669fe19b4bb6d033c00c6393b052a338eb44102e7f41294/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "8007E4C5C9B40FB30F816F6E74284DF1 : 1A64154D3F5CCDAA23E0211673822293D7CCAEE3 : 562419107594B2309F977A6B9C91A35CBC77B7DBB9461FC3BEF6289E63EA7C82", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/562419107594b2309f977a6b9c91a35cbc77b7dbb9461fc3bef6289e63ea7c82/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FD2A70EACCC1A0874BA041D0C0454523 : D56D6DFF2AADF1496A8E310BA946C63CF48958B8 : F2A078469E2C09886070CC8ECE354DB4CAC787E70526024612CCAE105400D8BF", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f2a078469e2c09886070cc8ece354db4cac787e70526024612ccae105400d8bf/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "020B80BFD9AD7F48FC4A0BFDDFAE9BA6 : D8B77F37B3F6EAFADF82CF169EF3967241C8E5C1 : 9D2AEC35D3FDB3C5EAB3818F6526D40FFC2ECE08FBB07D58B49EC35081487C65", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9d2aec35d3fdb3c5eab3818f6526d40ffc2ece08fbb07d58b49ec35081487c65/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.GenericKD" - }, - { - "Type": "File", - "Value": "8D056F78282FE3C2F7AAAE4ADE170EC6 : 0BD2F9C025FA1CF9000175FECB13A778F18EE6A9 : 7C30B70561F477E97ED8DE116831EAAE665F3450DB83948B40A63EEDC55F1F74", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7c30b70561f477e97ed8de116831eaae665f3450db83948b40a63eedc55f1f74/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "5DAB05B6845A7C2CBDD44318C8BF3B69 : 8CB6B5ED8EE0FCD10E5DD4D1BBE432ABD307717E : BF3C122FE6165B035B6A4632F9E8426BE99728A3C08F8AF33B1D8A263F7B8D56", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bf3c122fe6165b035b6a4632f9e8426be99728a3c08f8af33b1d8a263f7b8d56/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "72392C77A75EB484042E9EDB358C4938 : FEF9ACB8709E2B6CBA68FEE60F5FE0B61CFFDD7B : 136BBC707B4C4F29D9BDC1F15CE4F77696067F1B26F3CF5F52AD371E5F680BB3", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/136bbc707b4c4f29d9bdc1f15ce4f77696067f1b26f3cf5f52ad371e5f680bb3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7FF3FA30A2B5447DE3E12568C828D3A1 : 26F4B0685218FD0999D810855D3D75378D80C3C5 : 88BA631C7124658D97AA84B2CAE34A1F9A9C4A2DC9B73C5CAB820AE3F340E3EC", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/88ba631c7124658d97aa84b2cae34a1f9a9c4a2dc9b73c5cab820ae3f340e3ec/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "10300D0A066E43A38DD66A5A75387302 : BAEDD1361BB39E572492A162B023AB1C1D7F9CFB : 24C447D94194BDC525E3709102A9270B2DD1A1C390546789114C75839E8DF285", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/24c447d94194bdc525e3709102a9270b2dd1a1c390546789114c75839e8df285/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "1DABD3A61F23E1462BB8539003156122 : 236FC3E21DDD15880E6BB0660608BB5BC51A68CF : E225D65D2E5A667442F306D9E2C2CDE5EC4FB37DF21B18BC9673310EFD1EA5E6", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e225d65d2e5a667442f306d9e2c2cde5ec4fb37df21b18bc9673310efd1ea5e6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "8C84F59ECE4907DB0AFF17D6EDABF48C : D02B3836422EF4B7F7055F63435BE3E019742F9B : 3895FEA2E3390065A8C2D532EFCB461E5C3C9C5077089C17EBF93D4A40C54946", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3895fea2e3390065a8c2d532efcb461e5c3c9c5077089c17ebf93d4a40c54946/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "604223D29518D28D970B15251C23A824 : EC7FD24840875BF7F8DC31908951F43609744039 : 42C6C4FA54B01B2F71EA957911D4DDE77A375AB3BFF08A83F44D9B0D005A2620", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/42c6c4fa54b01b2f71ea957911d4dde77a375ab3bff08a83f44d9b0d005a2620/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0FF775AE9811F837952DDF2BF8F1142A : BAAD9156BFADEC39181A1CDDE5D3E27761C7A7FF : 0F97C564D7A817A6E21DD07E9837CDF7523411BE1F1478CABD923B4D794664E0", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0f97c564d7a817a6e21dd07e9837cdf7523411be1f1478cabd923b4d794664e0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "884CC8618F160F0935D0BD4D5289DC68 : C4E456064FFE3223551FCCAC636593429D39ADE7 : 9EEF088068FB46BC93D02D29CD2E4BE6246CFAB79F15AE9ACEA1CBF0899EC3C3", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9eef088068fb46bc93d02d29cd2e4be6246cfab79f15ae9acea1cbf0899ec3c3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C076B936A40CACF21E77CD9588C0CC58 : B27D102F006F90145D0E12DF17E0C868FB37765C : 29BB88082A3F1B8BE464744E11582D5E1C71E22AA8F77D96288D785CF1B3CAA8", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/29bb88082a3f1b8be464744e11582d5e1c71e22aa8f77d96288d785cf1b3caa8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "03C36104F61C81C5BFC216418849870B : 5805350DA599BCFC1FE401C2C5EA37E86073EACF : 099271809682ECC9C474B7F44AD90E9F094DC75DF7A3D91EE72CFA0C5A9F052A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/099271809682ecc9c474b7f44ad90e9f094dc75df7a3d91ee72cfa0c5a9f052a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "AE44655BA6CB7CC230ADA05D969C8F11 : 5605A31CE7663233B3B001BBB670EF585FE2BEDF : 7528A7F825AEBC1745F8BE2792DA03D14CA684F6BE5C73581FDE512ECDF74FC7", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7528a7f825aebc1745f8be2792da03d14ca684f6be5c73581fde512ecdf74fc7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0F61AA4B58D805B704D99136C682C4FC : E759615DA265E524523EBB348A886A45BF846EFC : C215AD660D29EA07823EE1BEDAF394B09EE3E32DAD77688B8F5BD6A6924F3ACB", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c215ad660d29ea07823ee1bedaf394b09ee3e32dad77688b8f5bd6a6924f3acb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "44DAF0A410AB80E7CAB7C12EDE5FFB34 : 2D42A8EABA2829A1641FC580DA5E337C75997A99 : 3493630EE740508D0DB760A7648470F2987752D9B205CCCA805A66C3524E2B58", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3493630ee740508d0db760a7648470f2987752d9b205ccca805a66c3524e2b58/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "22595850C967E105919E4E5003FEAB3E : AF655DDC748CF2050D0E49303813DF398EA1A54E : 15148F586B3000537447817D9FC385BEA07E9479C30DC2503B4E2891942C230E", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/15148f586b3000537447817d9fc385bea07e9479c30dc2503b4e2891942c230e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D461E6B17939A17E27F0CFF9102B004B : 7CCAEA571CF4F45424802BDAC433AF57B1430367 : A1D3F88774ACB10798F413521CFFF08B79A945F762F2AC3A77CEC75C86F5D8BD", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a1d3f88774acb10798f413521cfff08b79a945f762f2ac3a77cec75c86f5d8bd/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5E825788918137BA1DBD1E014152A466 : 3E79B76AF80655B5AE3B83D008C70429E9E26EA0 : D0DB7C91B95DD69189D7C78392224A2042ECE2930336E503E0ED34ED91A9386B", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d0db7c91b95dd69189d7c78392224a2042ece2930336e503e0ed34ed91a9386b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "07F5F2F98C28338E34681399D073E507 : C67DAB6F551EDD4BD008EF25E792D73BB673EEF9 : 0EF5F47A0E3881E234E1A07195FD09C927C7285E1AD571BB8322221F4A8E6A7E", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0ef5f47a0e3881e234e1a07195fd09c927c7285e1ad571bb8322221f4a8e6a7e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C6BF369B624B8CADA8B00318134C85E0 : 0AF704CE9F8416A7CC364CC3087961EBED4A85D1 : 69706C991BF61C90205965F57FA202D3E03BE0FD8509726707B2095D34F45DAC", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/69706c991bf61c90205965f57fa202d3e03be0fd8509726707b2095d34f45dac/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "3F53C0759DAE4922DB08A81D37C884FB : 7662C65C0D164D884251B617EBB1CDD36519A482 : 01064CB88CFD2F6CEDFFC17A3A44170BAEB707E6E7E48057A21300A793141F63", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/01064cb88cfd2f6cedffc17a3a44170baeb707e6e7e48057a21300a793141f63/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "9B5146FE7E7DF91816F58F4DCCA21DCC : EE37B5454A931F3CDA9C3ED72F05D705094589DC : 4D88CF3F7BFADA33ED5476E44D3FDA750E66E6864D650588B85F4CE076D5374D", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4d88cf3f7bfada33ed5476e44d3fda750e66e6864d650588b85f4ce076d5374d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4DDA6FC03D766D3C800BF2C27F8781DC : C198DB669C1E1DCA0EB369F0989F70AF58BF1DEB : 7F0FEF0E5DCBD51DFCDA201EC02883BC41A895145859554FDEBB9047A13E8EE8", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7f0fef0e5dcbd51dfcda201ec02883bc41a895145859554fdebb9047a13e8ee8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Heur.AdvML" - }, - { - "Type": "File", - "Value": "2EE1AB93687378FB1B713843CD8784C6 : 72910D6EEF0F457D32684B09151004287B42AEC2 : B35FF2C53D71DDDAB648A9D316A9E7607A0F0D44B77EC8B3F1D8016C0581F4A9", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b35ff2c53d71dddab648a9d316a9e7607a0f0d44b77ec8b3f1d8016c0581f4a9/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "1DF772A67837FFAC4BD6B0553387CB49 : 14DA70F50109A45D2B556CC12474E4D4B28720D5 : 99E71B7C3C285C58726047AB8DD6819355B805946FA36572CF2DAA55E2E1F945", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/99e71b7c3c285c58726047ab8dd6819355b805946fa36572cf2daa55e2e1f945/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "195627E189156A07643D264B6DA9937E : 4BF8BB6F696734F0A58183FEC69D85997272AC58 : AE2134CDF32F4F5C31323347FE8DDAFEB89BF9DB3D7374C52C5FDD201937CC1E", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ae2134cdf32f4f5c31323347fe8ddafeb89bf9db3d7374c52c5fdd201937cc1e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D25FCA441C69C3E6E78DE1BBCBF97BBC : E25378CA7885BBEF286F368215B8825D3BEEB35C : D931F331A565A523484179BCDC1DE99EA9DA1ED5032DE4B889FA250C1014DCE1", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d931f331a565a523484179bcdc1de99ea9da1ed5032de4b889fa250c1014dce1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "ADD4E4AFF5BA262B31444DAB4AD646CE : 1FDF0029720E4A5A1076C49B3CBBAFACBED7A8F7 : A6FC688C13282A989D5862624D6C9EA8B371B3270F60F5EAA1AD0D8A1D91ED76", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a6fc688c13282a989d5862624d6c9ea8b371b3270f60f5eaa1ad0d8a1d91ed76/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "32C25AC05ED9951C54E35B833DF009E7 : 46FBB50FF6EFF8782C8B7E2E8B7E2E91487EB03A : 73589C983EBC29AB9BD7B7CA13B3BFE4CDE4F73DDEBD66B353000EB8728E4C92", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/73589c983ebc29ab9bd7b7ca13b3bfe4cde4f73ddebd66b353000eb8728e4c92/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F8242A9006E3A0A7E90486C271408292 : 7567C94B17AC8C8C1EA2F9C7B728E0A3ACE16040 : FED3FEC5EA7814828CFDFF6AD230FB690B01008E9517028BB257E19EF63717FE", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/fed3fec5ea7814828cfdff6ad230fb690b01008e9517028bb257e19ef63717fe/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Interesting" - }, - { - "Type": "File", - "Value": "B25A364976A256EC167E62F8930454A3 : B9A127389C3D08D9160A433F5E45552F1B70FED3 : B4FCDD6BD7ADFE3417FAF30AE222EAF845172C26EB1A98ACBD70F1BB44008B78", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b4fcdd6bd7adfe3417faf30ae222eaf845172c26eb1a98acbd70f1bb44008b78/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F7BF0E6530B7B351FCFBDBC7AF64E3A3 : EAC6293384C07B0EB9B6A00998DEFFEDB7290157 : A16CE5953C801422392BF900F027750B33D42EB23AA1A3D0ACAF6280363BAD9C", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a16ce5953c801422392bf900f027750b33d42eb23aa1a3d0acaf6280363bad9c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "04F4A10A3B625D0238A1BAEBC2DEB6CA : 75DD2D25B548FAD17A53A5F6A9C540FC0A745955 : 35E2F9FF7D6B8CB166D647A2FC82F9C8687FF00C5B244B1ACAF276BDD3E4DC41", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/35e2f9ff7d6b8cb166d647a2fc82f9c8687ff00c5b244b1acaf276bdd3e4dc41/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "57A5656D4A8300C6151DE2CDCC53FB62 : 291F8D0C95150852EBDB0A6E22E4087A494A96C2 : 078531561F1B0B6DA7F1684AAE0F8AD1A76F508D62D6F45DB152854A20ED0B97", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/078531561f1b0b6da7f1684aae0f8ad1a76f508d62d6f45db152854a20ed0b97/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.GenericKD" - }, - { - "Type": "File", - "Value": "3CFDDCF1478515E60376FD397B0DC98C : E2ED6AF099965770CA1E0FC2EDC5AE4F31C1DA73 : 1B571D9DCAF67506964932D9D9EBEEB9688D10E5792CA819F5961A6619FD7F4E", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1b571d9dcaf67506964932d9d9ebeeb9688d10e5792ca819f5961a6619fd7f4e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0E4D71D7FC96D0EBC792318464CC1E32 : 8893D5F39657A8772B6D49076D0394FB0F48A3B7 : DCCE25631F4425A52FEB4D10822C4EE514115514F708178C02782CCBE780C34D", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/dcce25631f4425a52feb4d10822c4ee514115514f708178c02782ccbe780c34d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "5171706511414F8CC3A1D935C93D7C41 : 13EDBF6E29233C692D9FEE15FC215870722EC848 : 8BCBAC1C445FBC6B3EAC858932DF7D9B2503DB772994075A6E9E4E76BC7D3F11", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8bcbac1c445fbc6b3eac858932df7d9b2503db772994075a6e9e4e76bc7d3f11/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C5C40A63028BFEB9694F22FD8BDB1D62 : 85A248250F18E476458357D0269918768A965467 : 725FEB1FA00FAAD5087C8D10831FBB957AAB3CD4E5157CAE5C1CFD58A30025CB", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/725feb1fa00faad5087c8d10831fbb957aab3cd4e5157cae5c1cfd58a30025cb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "12EE2573B8EEE4492FC9578480F95DC7 : BA55F0E34C34A9FFA617E586974E1533EEBF4600 : 27059CE0ED9F280809E0D0B8EEBBFCF2951A4BE9D7A38B08CF611D3CF868F3D2", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/27059ce0ed9f280809e0d0b8eebbfcf2951a4be9d7a38b08cf611d3cf868f3d2/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FA26B39E3912649A1C4FF60F8763CA85 : 9138D73B23FE48FC40A80AF028F0C9BA810382E0 : 88BF7468754569440238DA313F60761BF066AD90372CE32CC4A9F0E035457D7E", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/88bf7468754569440238da313f60761bf066ad90372ce32cc4a9f0e035457d7e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "36CB25234CA80CA05CDFD2CE85F5285E : C9DA1FCFBE5BF3A986AE95A1E051E6D3FD5DA26B : 5C7B05DD250F3952D4483AE3078D00B3C9B3790D608EEA64542A0E3B9852A32E", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5c7b05dd250f3952d4483ae3078d00b3c9b3790d608eea64542a0e3b9852a32e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "40DFAEC567AD3E572F021E7D2A656F37 : 13F30C7AA4643AE45C2E62270C007C875127B9FB : 1397EA2B2DC850A461115698821A488E6BDDBB7C744AFF18C28364A5AC8399F4", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1397ea2b2dc850a461115698821a488e6bddbb7c744aff18c28364a5ac8399f4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8E84F15C695C6E937950A786EEE81FE0 : B4245C129CD819490951132B46D21471E8193E74 : 7550AA93D0D069D694C80467073BDF3E09BB22A8A4826A6D538CD90CF60B4B3F", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7550aa93d0d069d694c80467073bdf3e09bb22a8a4826a6d538cd90cf60b4b3f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.GenericKD" - }, - { - "Type": "File", - "Value": "B3E4E55A401EB13A73F6FFDE4819FAEF : BBECB082E4A626ECFA302C1B7F739EEE0A84EA5C : 3AB92C92E6546CB1A9A338D63C189E57439419AC74769531AC027611F648B99E", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3ab92c92e6546cb1a9a338d63c189e57439419ac74769531ac027611f648b99e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "91C0D8B04EBFB4D8176EF840C7BC9E29 : 630E43DC642FB98ADC1D70CB9008E46F29A65808 : 09340A9933B9D6080FD98F81214FB34CDAE5D6B85C6F28FFE9A2DBAB67D0AADA", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/09340a9933b9d6080fd98f81214fb34cdae5d6b85c6f28ffe9a2dbab67d0aada/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "2820D8F7D54158BAD65D467C6E4A4598 : EB289B12FF70C7011EF1CD69A759C5B8E2BAC6DA : 309E72698FCD874D4C52CFBC57664738CD5D6A14EAEF71D3E18E7B6747AE4796", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/309e72698fcd874d4c52cfbc57664738cd5d6a14eaef71d3e18e7b6747ae4796/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "A90A1073F107A899871084AE74D2B586 : 121DD8CA3D14D76CE02908CEBDB1661B90E35134 : DBB85D1E383543B78F9A777EC602CC784943607B61F4C7CC9E3A3AA201F78B28", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/dbb85d1e383543b78f9a777ec602cc784943607b61f4c7cc9e3a3aa201f78b28/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "34E1B96C98F8B3CE5C663A87BEDE835A : 1B072898157062EFD7F32C3215E9D82244C9616F : A71326EEBE3F93DDBAB47D3EF4D0A9F97F88CA1FC6BD1CB6B4DB39288FE3E580", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a71326eebe3f93ddbab47d3ef4d0a9f97f88ca1fc6bd1cb6b4db39288fe3e580/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "ECD0CE00345D66C1937DA4D12D59CB35 : 9BDA713A80320174369615CCAA24C443B57154C7 : CC5569A5F53A51BDF67927C78939B9AEF7DC1DE2B8ADC5129C50C9099C034726", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/cc5569a5f53a51bdf67927c78939b9aef7dc1de2b8adc5129c50c9099c034726/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Symmi" - }, - { - "Type": "File", - "Value": "C87490AABA10B664E7F6FD3F653DCA14 : 3430DBF15ABB3E56628F20F9937480EA90644421 : 3B9CBD18AFED963D5B07259677027930237BA5FFB5DE144E9E5A3F6EB4E322DE", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3b9cbd18afed963d5b07259677027930237ba5ffb5de144e9e5a3f6eb4e322de/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E9C692AF275B36A4351327FB33445E86 : D3EE12628F785144ED9D1DDE4DA8AD0423FBBD61 : 54F64790FDC1FC0ACD748A8926892AB4EF7575FB3C37D2E403C79010C9D43DF8", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/54f64790fdc1fc0acd748a8926892ab4ef7575fb3c37d2e403c79010c9d43df8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.GenericKD" - }, - { - "Type": "File", - "Value": "53F62EBF12137154A1F0B188BA2D677D : 25EA603FF14B8038C6494A62A19EEF0A21AC5978 : 6DA427179C64AC6FCCC8A36241BBA88C81E5DCAA637B23008E66F930E71D9FBE", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6da427179c64ac6fccc8a36241bba88c81e5dcaa637b23008e66f930e71d9fbe/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3AD372295905FC3EF5FB80A746C68E00 : 5BF5806F44A0B4008A1F2299BAE9A110E890D48C : 78871D581C84BDD86ABB0DE5AC75DEB85D6A248D4361225F56CD9FEC575B4A01", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/78871d581c84bdd86abb0de5ac75deb85d6a248d4361225f56cd9fec575b4a01/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "11DC1AB93FADEC59E188E5C6580025E7 : 440D3BA0D459C320D5E284C4E7E02394302FE911 : B9452508754316BFCC7F27BE27D6BD19DF72334D036FCF19664C8431801D06C3", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b9452508754316bfcc7f27be27d6bd19df72334d036fcf19664c8431801d06c3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B8E6E99A3DFCA76E78C964B7C1F3BC92 : 1E5EEE2513F57C12B2B228812E2F89456EFB1494 : 456D0DE1E1EA7FB986BEFF7FE3210C5C31B51642F38DDE8025E2421735BF47BF", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/456d0de1e1ea7fb986beff7fe3210c5c31b51642f38dde8025e2421735bf47bf/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "51916BD7CB75EBA866EA3CE63FA58812 : 8DD753896D7254230F096A2BE032D9AF2067D737 : 259916B42E21F40281B2A9AEB6E00B74CE02E97D4DB8C0DFBE33F76EC6F0F223", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/259916b42e21f40281b2a9aeb6e00b74ce02e97d4db8c0dfbe33f76ec6f0f223/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EECA95B3664F0EADBD0B552EFF0E4759 : 71A7361D184DED800D16FE3D9487174C2B96D795 : D8AB9005CD3A4E5CECC18A3E9D31C18CDF50F7533A473F8BBBC69FB5B4F345B6", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d8ab9005cd3a4e5cecc18a3e9d31c18cdf50f7533a473f8bbbc69fb5b4f345b6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "F0D7A34701BA43112BF7B7E16AB2E7EA : BC820862786EB411B5229F9E592639343BBA02E3 : C9B752884E36B7C059D0C1062A85B4635A022538350D6041088E75691B17DF0E", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c9b752884e36b7c059d0c1062a85b4635a022538350d6041088e75691b17df0e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "86C52BE02BCF030B55CFE0F263267223 : 7231C06221E82803B5E2F37F917C244D5C096A4F : 2529681603C702F0C90A9BA439B4D6A4F727ECF1D10000A2BD357381E978B4EF", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2529681603c702f0c90a9ba439b4d6a4f727ecf1d10000a2bd357381e978b4ef/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D967A8708F367FDEA1E8DC9467FF4E1E : DF3DEB0D73F86A1FC590AEB42AADE358E9EE2513 : CA1E5A1FF6CA5D70F69087CDCE8DD4CEDB56E01107A404319119B5A00F48F8FA", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ca1e5a1ff6ca5d70f69087cdce8dd4cedb56e01107a404319119b5a00f48f8fa/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9BA62FF3ACC467CD6E0BAF1AA6D6C847 : BADA764F861418C661B19FA43EF81CABAD3326BC : AC0A4BF25384A28F7BF18B010F1A6D887092DB272E54383B77C35E99E08A4AFF", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ac0a4bf25384a28f7bf18b010f1a6d887092db272e54383b77c35e99e08a4aff/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "750B83A19CD4F219297E94D1BF239119 : E206EA78912ED2BB3B6DEA16027A8EFB8B7A8249 : ADD50D3BB98348C2B9B4B81D4C2EDC342C33AE025DBED0EBF60B7B9AC4D8B2B0", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/add50d3bb98348c2b9b4b81d4c2edc342c33ae025dbed0ebf60b7b9ac4d8b2b0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "966D2AE0B3C049252123AC15858FD2FC : E72F83D9D2CBC77052349D76B2982E677DBF4745 : 9B61B52BF99155623662A0798CDB3414B7FEC99BE38EE4B3F76BD057A5178FC3", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9b61b52bf99155623662a0798cdb3414b7fec99be38ee4b3f76bd057a5178fc3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "64075F805EA19C3FA3D70EF0D1C3824F : A5F9562E1DCD799D07CF1204A6450C26836CB6EA : FBD9C82C2AA3D3461C2AF009B704C8A11E1DF4C7C286A51B1AD3F3FB63DDB548", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/fbd9c82c2aa3d3461c2af009b704c8a11e1df4c7c286a51b1ad3f3fb63ddb548/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "5CA0C597F3B50A76FD54B77B974265DA : 5488CF72CC3F533EFC8F3201AF908F0FBF328418 : 6C31C4FB3C2BFB364057C1FA4E21D2BF943CA3FA33DC74ACE2BE0535AF7CD80E", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6c31c4fb3c2bfb364057c1fa4e21d2bf943ca3fa33dc74ace2be0535af7cd80e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DCA6264D41ED671CC2775F8ED78A318B : 0DD220B52A9B0D6C644DB6A0B29DD746261D4500 : 16DAD9898EDE33155A197A913CC81B6C02F2B59EBB69ED983D9D7A003D31BFA8", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/16dad9898ede33155a197a913cc81b6c02f2b59ebb69ed983d9d7a003d31bfa8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.GenericKD" - }, - { - "Type": "File", - "Value": "DB9C46345124FD21AE3A2B4777081980 : 2455ECD7DF34F31FADC91237A3C612C9D9E6DA55 : BE59A89524AF2D5A4C950E6A8EE6E8DB3E97A93DD2551BD5FA4A21E1C9252EBE", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/be59a89524af2d5a4c950e6a8ee6e8db3e97a93dd2551bd5fa4a21e1c9252ebe/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E650F12BCCD945367E0B1B8FD744749B : 420BB29088C766CEB6BD563176A53D798071C831 : F95C6216671FD96DC95E222E89B4160071170D59E10DA3AF4C62C09E79A02330", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f95c6216671fd96dc95e222e89b4160071170d59e10da3af4c62c09e79a02330/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D03F3E4CF73274F8E1579849CA2C2D75 : AFBB660D03608442789B5EAD85D29B05F4E4CBEB : F0010C13995AE69DF421BB5FEB51E4EACECFC507CB3C62B9F269214C24338242", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f0010c13995ae69df421bb5feb51e4eacecfc507cb3c62b9f269214c24338242/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "CD3AB6100887AE13F33E813C8DAA7B5F : 239FD639E24914926A1BDC1210CE0DA530A211F7 : 5F1DA0B77688B216CDDB59CDEC73AD9DA55A35C0943940D436F8B208216860B0", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5f1da0b77688b216cddb59cdec73ad9da55a35c0943940d436f8b208216860b0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "DDD822D85F905D0C62367E95E9C52530 : 51144CD598DAFA90AE11C808ECDA599C0A40D859 : F7F4E3B335A56E9334681F82DA4F0170D2D633588008D022045885E26DD8C057", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f7f4e3b335a56e9334681f82da4f0170d2d633588008d022045885e26dd8c057/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7714EF5EDD76B8A344BF62CFD9CEECBE : 21337163F41A7A56A0FDBAC9B3E531924650AA15 : E54085ED422B8708183F5481445E898781915D51933FC529B6F56FAF3D9F2087", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e54085ed422b8708183f5481445e898781915d51933fc529b6f56faf3d9f2087/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EDB90025E6AA435AF401544C282F5EE4 : 0604FCEB1F0A49B047EC1EC5C92F26F67EFAB54B : D8187E5ED9CC169E0FBCBA551C31C9148C8E79C19F0731288B8852B34024927D", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d8187e5ed9cc169e0fbcba551c31c9148c8e79c19f0731288b8852b34024927d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "279A3905C3D425502DEFABC0D4AE1DF0 : F91449553DDE50CE4A9E73620BF2EEAB94CBAB3D : 54E8D80A1E84528811E8CA1C716F35543D26696385AEC53F401C0604D51A7C88", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/54e8d80a1e84528811e8ca1c716f35543d26696385aec53f401c0604d51a7c88/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "B0B0E78B2A979DDBB2AEED2BBF6FE4BB : 12E72B412A35B113EAF9EAA7501CC59D48C4E261 : A8345A31EA266D02847F211007D1D89E658334556C2B700C8FB291C2DCBEF093", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a8345a31ea266d02847f211007d1d89e658334556c2b700c8fb291c2dcbef093/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7F259C38EE04C5119D7AC89BD5557A85 : 21EAA07136A1F9BFBF3AB1254903087E0F9F7CC0 : BA827ED81399008EF1C963B904F08BB0B2B5A08922308FAF779C6B7635F88374", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ba827ed81399008ef1c963b904f08bb0b2b5a08922308faf779c6b7635f88374/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "virus.office.gen" - }, - { - "Type": "File", - "Value": "4B6684E4DA18DDDD0B6AD838EAA57FD7 : 6D8B80D50D671C61AE2B4CBA7D0FE6DF465F557B : 2F9BCBA774F77FDA1F3D17AD6919C95065EE998A210C02F61824D3D98A0958CE", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2f9bcba774f77fda1f3d17ad6919c95065ee998a210c02f61824d3d98a0958ce/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "9B2F2939EB8EE0593C3E0CAFFD0BE1D1 : 05735D16EC21498DE3B8E925F20DCAE6C928C361 : 3D5E3DFC3F186548CAEF73340FA23EC192E060C512454E987ABF0E7CA12F5480", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3d5e3dfc3f186548caef73340fa23ec192e060c512454e987abf0e7ca12f5480/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EEE6D21A362096DE2357F284B8F02E56 : A414CA1EF84B5729B7FAB7C8FCC95CBAB0C768A8 : D25956D78BCD0A3890CD0AF1F6F572D96CF00FB2418E5D4FC648C550517F223B", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d25956d78bcd0a3890cd0af1f6f572d96cf00fb2418e5d4fc648c550517f223b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "16B04C104C36D12DEFD9025AE0230AFD : 91B3DC6685A8B9F7A3F003AAFD1E0CEC9BC88567 : 6CB3F5EE1675794D8F0748AD26EF84D96071291D13F1F7C9F1BAD582042E4DCB", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6cb3f5ee1675794d8f0748ad26ef84d96071291d13f1f7c9f1bad582042e4dcb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "66E5F75D15128076945E1FC7F43701CE : 658643F20E7407E7F7555B414A1213AD315FB518 : 0834E284EF8DDA5B76BB1CF553CC34FC4DD583E8B29F1122CC71AE1F35E0F3AB", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0834e284ef8dda5b76bb1cf553cc34fc4dd583e8b29f1122cc71ae1f35e0f3ab/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "44114B98D90F8BFC9E18C285937CA092 : C81F84FFE41E463DB2680D53A83DE1F166A1B435 : 33F63B2D32307B25AFE15FCF6E9C34447A6AD5244B3F7BA98EE59E64E3CE9924", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/33f63b2d32307b25afe15fcf6e9c34447a6ad5244b3f7ba98ee59e64e3ce9924/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "09C11FE5404234933A9438EDB5E9DD30 : 7B9C70539EE0C413C46045C8E94D048103086146 : DD6ABCCC825C6C04E54137A48699C12885FF8B68573BFDB1D163C8D3DA098E22", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/dd6abccc825c6c04e54137a48699c12885ff8b68573bfdb1d163c8d3da098e22/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "855E9ECBC96B8DB4B22EA56BA6BEA0AC : 1A25294607CECF06E8E7FB47726AA1B5BB6340FC : 0E78050018B242917F2CFED801AFDB396ECCC9EF722D7B8F1221956D6C64E65D", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0e78050018b242917f2cfed801afdb396eccc9ef722d7b8f1221956d6c64e65d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "732985455E2C9DF57FB53EB1DB4CC0C4 : 5A5B466637381A667168822B466C9744DC5CC908 : E5EFE4FB77BCFCDFDDD8B8EFD03418889BE02AB470D3B0B3216F8107E2D6456D", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e5efe4fb77bcfcdfddd8b8efd03418889be02ab470d3b0b3216f8107e2d6456d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C046B0029C8344FF6D154D72EF5C4446 : 0E6E8757C7F9B2028CEEF4BD2B38DAB1B536957D : DB26DE9DF5CF31CD86146A4B8AD01C00A8BD1B9F479E8668622B2E8162618E20", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/db26de9df5cf31cd86146a4b8ad01c00a8bd1b9f479e8668622b2e8162618e20/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D7B67C2B45672F18D35D82A5254DC54C : 5656003042FCF86E98397F0C3677EDD0F53224E1 : 203B493FCBEF3EDDDFB920893B3C72C926D37346CD146967E031ECBD781BDC7E", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/203b493fcbef3edddfb920893b3c72c926d37346cd146967e031ecbd781bdc7e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4B696822FC27472BCC844691A9556837 : 728FB6D99CCFBD9BF1618E1D88EC6C4B6A3625A4 : CBE609677256DA4699D9A5139620EF48CD1C0422C48059E9585BA23B08F0B3AC", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/cbe609677256da4699d9a5139620ef48cd1c0422c48059e9585ba23b08f0b3ac/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B043BEB9F19E05AC1E6CCABC927A450F : BFC61BFE76EA14744C493F240FE0A4F091713A48 : 196C0DCE8290CB847A2282A0ABD41F17A693484F8172E7212FB435C3EB667FAD", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/196c0dce8290cb847a2282a0abd41f17a693484f8172e7212fb435c3eb667fad/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0ADF4787E7B14BF123E8CCAF5BAE1282 : BE27B9F263F20F358F0D14DE1FA55923E9DE3718 : DCB8C04025ED430BB98422CE38F3A40A6B0051B8B98A0EF732E45F90DD7F95D8", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/dcb8c04025ed430bb98422ce38f3a40a6b0051b8b98a0ef732e45f90dd7f95d8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EB669D6B1145DE6BFBB89FD0E671E880 : EB799783B0DF96297B3539657FAE31027DD36213 : 3F60C17F98913498D552D7998C8177399042E435816CDC81256D37EC8C557F3D", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3f60c17f98913498d552d7998c8177399042e435816cdc81256d37ec8c557f3d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D29022B075CFDADE86D697E8D8C038D3 : 855F832BCF21DA3EC8B556FD5B1FD04581A824D2 : 032D4E64A4384DCEC9DA70C672454D467D3408A9D6A5097B4D101BEC25309441", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/032d4e64a4384dcec9da70c672454d467d3408a9d6a5097b4d101bec25309441/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A854921914047364D8483092478BC4CA : B5C8C377784CE76DC93867ADA41D26594E230622 : A20B7BB1E51D9536F89834CCE511F3BEB40865CB32FF6FB3763E2181EA17450B", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a20b7bb1e51d9536f89834cce511f3beb40865cb32ff6fb3763e2181ea17450b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F9D208F0EC96CC37D1E1483B7E9A5B2E : EAA3ED8A0B7FFF2951B955CD9CC5A0F5907C1327 : 8377118CAC8B437C489F15511B5FB6C7CA370E1E3E8963028292550173FE11A1", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8377118cac8b437c489f15511b5fb6c7ca370e1e3e8963028292550173fe11a1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "22F121188C1713D0F6E9F5DBAA69CAE0 : 02D18F9E68D5416C35BD0F1290D8A19A94427BBC : 7D39741B916C89C37FEA96F296094113E95C2AF6A27F532B445AB726A3FB6638", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7d39741b916c89c37fea96f296094113e95c2af6a27f532b445ab726a3fb6638/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7DE0E2331D29785E5D3A614635E1670E : 014F6455CAC9E76E80C58393CB020728BBE62FC1 : F15703E74F5E4BEF53A87EA2EE91BD05BD1EFF3023ED5689858B53B31BDF8E28", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f15703e74f5e4bef53a87ea2ee91bd05bd1eff3023ed5689858b53b31bdf8e28/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "39AE22C8C1C8AB2B99F580AF10C881FB : ECA4447E90C4611F6D507E9B7B7A1BAD6680B492 : 08CD6108F968DAF6D5C4EE8F507FE03E97AE96FCCE4670BFC94453708F7B3EB5", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/08cd6108f968daf6d5c4ee8f507fe03e97ae96fcce4670bfc94453708f7b3eb5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C00574A84E844FC0C229363D8234C5EE : F2ED4BF825F227E8EBA7DA71FC37C6F537330C81 : DF9D7AF2D4533B3ACFD383C1D25465C80211D632A354E3E8CD2809C5A229963D", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/df9d7af2d4533b3acfd383c1d25465c80211d632a354e3e8cd2809c5a229963d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Injector" - }, - { - "Type": "File", - "Value": "43D91312017CC55D31ED438A1582381A : 63B95CFABDBDC225D5CD32BA6318707B92340C01 : D22A69F212C2B21113CB3F08330AF9D4BBA1767FB1D361ABE2C081A690771253", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d22a69f212c2b21113cb3f08330af9d4bba1767fb1d361abe2c081a690771253/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "2D3AE9FA7A7696B70139AABC901B1BEF : 2ADBC9A634A98E788CA79B67020115D5662A071F : 8E1B00C34832B3794D522F901117A3E5C8759094689DB26586B56BCE617521D7", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8e1b00c34832b3794d522f901117a3e5c8759094689db26586b56bce617521d7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "653216D2640BDA0133858FF5FD86B227 : 62830C0EC3534C551006D2A61D270A0549F89B1B : 8C8296A7C43035A57DEE4542A02BAA6418F2990F67EA05D3CC65453359B6A4CB", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8c8296a7c43035a57dee4542a02baa6418f2990f67ea05d3cc65453359b6a4cb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "B219690DBC01239DFE387EC83D31070C : 16532253A69C341BE1D42360F36828756D29AC0F : 4637F04D2CFA43EFA83329360A1F3C03928F4590E2B947D6B94115080CAAD2F9", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4637f04d2cfa43efa83329360a1f3c03928f4590e2b947d6b94115080caad2f9/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "000134F98D6D06BCEA79025D6D4C9043 : 714F42522A2CB4FADD903DCACECDCEB4CCDEDD8A : 3117144510EF775E485C0831E6A4E64528E88508C2D971FB208F1BE9909D6289", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3117144510ef775e485c0831e6a4e64528e88508c2d971fb208f1be9909d6289/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1BF6C795E04A1C4E1A52B1DBA19BDB5E : DCAA4F1E9DBB123DE3D44B9890B7B8EB98880730 : 3EF4A03504D4D50912A2002F819BAFA0FDA936C0234F0E1DD6427FF043DB5602", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3ef4a03504d4d50912a2002f819bafa0fda936c0234f0e1dd6427ff043db5602/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "A3EAAE4BE7913E350AACB5B7BA7EFF98 : 97CEF7646137F066EE93529549C877BA7EED5ABB : A52C2C9F2ED455CF30885643F3382DC6F21F810996366FDCD8920ACB39DA1B6A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a52c2c9f2ed455cf30885643f3382dc6f21f810996366fdcd8920acb39da1b6a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "CD3EF23D591399624161CF82776DEB92 : 3947B0A238E3C3D322F5B5A84F86CA1F65420A0B : 58369587C3948CE02943D4336C7D0DE018ABF4E3B37EEB5AFF5B204212228130", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/58369587c3948ce02943d4336c7d0de018abf4e3b37eeb5aff5b204212228130/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "E479FD7334FD1924408AD9D01A5276E2 : 25C50EDFBB684D7B42E7E6F6BC6FE0C158E1102E : 22415B6CCD6CBCE39ED060E49742BA363A704F1A46C63F1D898B593D7A25A668", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/22415b6ccd6cbce39ed060e49742ba363a704f1a46c63f1d898b593d7a25a668/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D6B7051F86F5A474D1BDA53854DA6C02 : 542E60F3E7D80A043DFEDDDE2584C3AC4BD175B0 : 7041FD18C647A9EE6E80A48C1253A7E70F60E38E57B1D509ED765E90FA130513", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7041fd18c647a9ee6e80a48c1253a7e70f60e38e57b1d509ed765e90fa130513/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C74BE2FE68154CFCF3DD54F53123C302 : 53267C80719AE8D58E954B622571CA57B78950A2 : B0B676790F8CA6CB8DE4D41F05716D3031109A459A04C990D623200E574606B2", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b0b676790f8ca6cb8de4d41f05716d3031109a459a04c990d623200e574606b2/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "C888E9B33C0E5533E125B0BEB0C82AE6 : 6E0BA5503EFB6D6DB8C2ECC5565E16B665E429F0 : B4A942896E6BB4C038B33D2217D14051CB36E60C67A3F2E480FA4DBFF6FAE538", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b4a942896e6bb4c038b33d2217d14051cb36e60c67a3f2e480fa4dbff6fae538/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C357CFED0BCDEFCC1F5175A58D367839 : FAEC7FCC8B159F7E62A456738E06296DD026594B : FFE3B7C37D783D4DD6F48DCD04B5AE4BB70E6620EC05101E7B61125C6F01393E", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ffe3b7c37d783d4dd6f48dcd04b5ae4bb70e6620ec05101e7b61125c6f01393e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "F77CB3F70A734AC338B9478AC73CD09C : A81CB02CC8FB75D577595B49B85501F84ABD7215 : 5E8A55CA310B678ADCA974A9E74E8B8184AAA338FB4E8AB56B135CFC13687EC5", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5e8a55ca310b678adca974a9e74e8b8184aaa338fb4e8ab56b135cfc13687ec5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "2FBBF1EF0BCC1F385907B321BA3DF0D1 : BB5FB19AAE2C5FFE0E5A0494BDAAD9F0237980B6 : F8B5C165AFEFFBDF63CE547BC81C900E4A1538927FFE83DF4F3082D2F35BAF52", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f8b5c165afeffbdf63ce547bc81c900e4a1538927ffe83df4f3082d2f35baf52/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2F418F366FB822C4B2264BD2F9D48B91 : 1C91594937E4D4F49CDB3C70C891B6E242A51EF8 : FD5DACD67F0CD93A53FF558B17D7953CFB62ABC38C0E36A15014765C1F327B10", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/fd5dacd67f0cd93a53ff558b17d7953cfb62abc38c0e36a15014765c1f327b10/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7C10CFFF866330D963182732F35FEBFE : EF203085FC450E98FC88EBBC3C3916BDA1C9F1E8 : 286590317252726E4E35FC0323C131FFC3BF5C908A10981A85D2EB0C920AD56A", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/286590317252726e4e35fc0323c131ffc3bf5c908a10981a85d2eb0c920ad56a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C8D30E4D73BF445A0C449F30B1C79958 : 6D6FB2783EB3AFA17EBC6EEB722C3BBE787DFE6D : F66CCC8CBC2518BF64DFECC83D3C84C1C8CA1CC1EDBFE3DB9DA9A82FA167D108", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f66ccc8cbc2518bf64dfecc83d3c84c1c8ca1cc1edbfe3db9da9a82fa167d108/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7DBEDF0B6AB9FC2858B66F4A9D7D83B5 : A8FE1F8F23EC2188845CD4D67492D90C5F5E473C : B2CBBE8642390F4AAC4069CF00BE46D013D394C55AEE7203D6EC987222A6B8A5", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b2cbbe8642390f4aac4069cf00be46d013d394c55aee7203d6ec987222a6b8a5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7E94873D563229105F9852DC23488142 : D09F04763AC75018767949037987DFB2F9DF208B : F36BADE81F5258A1F9D870A9E587E080A03A5D8A0FECC6EC554CCA7124400E82", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f36bade81f5258a1f9d870a9e587e080a03a5d8a0fecc6ec554cca7124400e82/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6947BB53A3985566EDEC502A17E90E27 : 6E8C5E07EFC6415178C81351E703633E044C316A : 7B305D3E1B07C795B32B6DCBAF2AE65EA4CAA28BEB94C927925EC7F4DDC7B2ED", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7b305d3e1b07c795b32b6dcbaf2ae65ea4caa28beb94c927925ec7f4ddc7b2ed/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Interesting" - }, - { - "Type": "File", - "Value": "57D8FFF6C02ED58073823C87EB424F01 : 4A5FC079BAEBF64A9CD898DB99A0DC41D20034A8 : 3797A5B64B8019AFB54117B938A44C5B6F865A92E70D6F20606C830BF9FCAA1F", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3797a5b64b8019afb54117b938a44c5b6f865a92e70d6f20606c830bf9fcaa1f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C6999C12AD7C2D7AB7609E434213AB7F : 32534786E11379B1940071946400B246DC47EA38 : 2933D86FBD5E015481F5E6315F9181CEBB55A9CDC77B91F2325B819BF74576C7", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2933d86fbd5e015481f5e6315f9181cebb55a9cdc77b91f2325b819bf74576c7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "3D3892F4D228733E5FD6AA77071A0830 : C1EA132310A37A0796D3478610B17D8C744CE7F6 : 20CC7A95816D95F2B66514539C87983BB8BC8F33BC6942188AF9617CFFFD80D3", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/20cc7a95816d95f2b66514539c87983bb8bc8f33bc6942188af9617cfffd80d3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C78DE18717DAC6F6FDB8B17AB84D1CA6 : D89779E69E713E1CBF001B8596AF91B1E3E111EA : CAF59E26C3F74F32EFAAF4AC9BB95754AFAF596D643207A9480025AA38C81C10", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/caf59e26c3f74f32efaaf4ac9bb95754afaf596d643207a9480025aa38c81c10/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "3131212905264D2E5BB2B2A260C5DF8E : B979051588879D7B0F40547812FEF495E5E85EA8 : 5707F9FDA96EE133C75AE49844F02D5C4DDAB4B7D1D446B57F82C33AAA494BD7", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5707f9fda96ee133c75ae49844f02d5c4ddab4b7d1d446b57f82c33aaa494bd7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.GenericKD" - }, - { - "Type": "File", - "Value": "F8383A5B8D404F9FB5F081DF01CC4E17 : BF6320E722110A32E030329E8F607DE55156544F : 7B12DF09E1F461AD668420C492C8A0CC61137844BC29B602B44204D86B90628F", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7b12df09e1f461ad668420c492c8a0cc61137844bc29b602b44204d86b90628f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "24B48A2D7099A2C303B0430E4B82D170 : 372AF28C4FB383E275B4FC790751925955AD3B73 : 45EA8573175480E74755B7DCB0B8019EA0F160C7719E4B6FFDEB073FF80EEEA1", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/45ea8573175480e74755b7dcb0b8019ea0f160c7719e4b6ffdeb073ff80eeea1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "459E861BF79DD964489E8843F9A3A979 : 243853416387FEE687DF200A89C3FDE7991BC7A0 : 1DF02EB2BBF0DDA56ADEFFEC67C22F720D9F31DE9EE9B8D4BFCB207D2A51D383", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1df02eb2bbf0dda56adeffec67c22f720d9f31de9ee9b8d4bfcb207d2a51d383/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E03CC45E5AC4A2FEF192D0CD92E41110 : B3F320CB3606FA6979D7A88305C269BE74A5FFA5 : 4184A11E70E44064ED6A043B6852A3113125ABAB23902C28130314B5E0153DA0", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4184a11e70e44064ed6a043b6852a3113125abab23902c28130314b5e0153da0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E7D283F36DB8AD508B4BA9F5795DFCEB : 7E2A92CC60AAAF2D78E3B4EE929D70E517396645 : E9C27262AB9D075D0CA207178A376219D4317E7412BCFFACE1D50784537C9657", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e9c27262ab9d075d0ca207178a376219d4317e7412bcfface1d50784537c9657/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "691E640F3C3BDF4218D2520BDE47D154 : 62CEB0AE610907DAA080B48E5DFEC4FF88060D1B : 2992D660194CE69A70061D8FFDBDABB030CA71249582D453593A6824E612A7DB", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2992d660194ce69a70061d8ffdbdabb030ca71249582d453593a6824e612a7db/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "31D290CCEFC3766672908585B5F1A856 : 5AB37E5E046952B4DC143033BD93A6AEC0C09395 : C1A355B1B8C4BBA4C32FFD3B2209F3BC73DEA9FF3D268EA1AE6767BF0ECA0854", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c1a355b1b8c4bba4c32ffd3b2209f3bc73dea9ff3d268ea1ae6767bf0eca0854/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "B0B3EA0B1764CD7F5FBA77527DB5E70F : 1788AC992AE3C49876138497C7CEE9E5192CECBE : A1A8A2A44BD3335C705736DE8AD13FA031921C7E48473AE588F48636860EA989", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a1a8a2a44bd3335c705736de8ad13fa031921c7e48473ae588f48636860ea989/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "466CCB897BFD9F3D5977EFBF01321B8F : 4B434490A1377F33F64B5D4C6CF68BB5F21D8807 : F20B66CC734A9A6D260A1B362298CE67F205DBFD44F26B128DC2E415F836F871", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f20b66cc734a9a6d260a1b362298ce67f205dbfd44f26b128dc2e415f836f871/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "08A27089AEE97663525818CC3DE7BA14 : 664701587986284087620485F43F4184F63E848B : 72D2CB5EB2D9591BDBB3375ED6A837A4DDC442438913075413A5B414EDCCC741", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/72d2cb5eb2d9591bdbb3375ed6a837a4ddc442438913075413a5b414edccc741/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "810763EC30AC2AC4FA93C774927735E3 : 7901C2DB3A029AAAC64A8568BDA69B6DC07611A3 : 0399F54BCAD905812DD7FD4280F87F51D7E04A80A185C7D606190E5B2044216A", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0399f54bcad905812dd7fd4280f87f51d7e04a80a185c7d606190e5b2044216a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "231508142EF408235A653FF9F83093B6 : E7BDD9ACC71F4EB2A100157497BFC10FAB3D4383 : 1CD6EB8CA3ED666C202A8DBA9B7B6B35AD0F13EDD541243C5740DCBF2B00D5A7", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1cd6eb8ca3ed666c202a8dba9b7b6b35ad0f13edd541243c5740dcbf2b00d5a7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Razy" - }, - { - "Type": "File", - "Value": "AC3F6D4FB69B129AD75390D5F2213BA8 : 2AD20CCB27F4FEC58A8FE8E94F9EA75BEB69E72D : 70F33D168CE53BC398E9BB98A26723EB3C3E5A21F2A54FD26A8026B150EFA51C", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/70f33d168ce53bc398e9bb98a26723eb3c3e5a21f2a54fd26a8026b150efa51c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "194C0BC9393AC33EF1E496813A9FF45E : 523098F26F3676529BE7ED6D6BBF46AFE300CE3A : F7C9359DBA5846319CC752F922AC3B98A560E2CD18501360BF0D1153CA8EA4C1", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f7c9359dba5846319cc752f922ac3b98a560e2cd18501360bf0d1153ca8ea4c1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.GenericKD" - }, - { - "Type": "File", - "Value": "77983B4758E682D329B2D3F4AB3E3D10 : 134078B4149B67DB1538B20B0635C28B5B90CFE6 : 13C5F5D1005DA78F2BC6844001BFF222AA1D9FBC4072B90A0B74DB29C96D1892", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/13c5f5d1005da78f2bc6844001bff222aa1d9fbc4072b90a0b74db29c96d1892/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4AB5A7DA7B690AAEF78738BC403653AB : 5361A466937661BE1EA24D33D78C926D6E0A7143 : 3CF2397037F45095DBB27DD9925678639DAB3F6061B0C83F743456650C3AE1F0", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3cf2397037f45095dbb27dd9925678639dab3f6061b0c83f743456650c3ae1f0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "A83D414EF237FA3A6DA38CEB01A10BBB : 388275491822CC2CB1CB760495275DDD06FB74E9 : 3A30FD2C75DAC94AB955A3BB5F604BD6002BFFCD1AD17A5BB8A49365F82E003D", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3a30fd2c75dac94ab955a3bb5f604bd6002bffcd1ad17a5bb8a49365f82e003d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Symmi" - }, - { - "Type": "File", - "Value": "AB89E3F4F535AC06466FCF0879529E3D : 9C88CDD4959304A78097ADB1FF266A8878DD9E94 : 2BB01BA93890CD18CC97E631BC2E7E4461A578735172F1B592C6F28E6F094C28", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2bb01ba93890cd18cc97e631bc2e7e4461a578735172f1b592c6f28e6f094c28/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1C7FFA1348CB0613693B5190BF4A2CFF : 07AC2964EBFB194ED3A07A749780FAA3219AAADD : D40A303D123E23210AAE82A1089FFD7F4DA541187888792CC937EF844589FF4E", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d40a303d123e23210aae82a1089ffd7f4da541187888792cc937ef844589ff4e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "DE479A9B0174AB4EB8811D2526E208EF : C68767E390A03F1118CE6065B67718766F65D51C : 82A040407686343F6ACAE5A51B1AA1DDF62CBB01C8E9D5F4856036DCE052DA49", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/82a040407686343f6acae5a51b1aa1ddf62cbb01c8e9d5f4856036dce052da49/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "32A4F64A54CD6900FD66CBE3511B3105 : 92C12D0B47E599570BD751F248BACDEF3672274B : 75F764458F7CD45615954846276498A12FDC341B4E4CA968C8537E3C7F5756FF", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/75f764458f7cd45615954846276498a12fdc341b4e4ca968c8537e3c7f5756ff/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "39EB4CB9599FD0F2140922A8D3C017B9 : B95B05C8D5A73BE8290E6A7A8E4CDA859CE19640 : 23CF3201DF7F307C19DB9107359957FBAD4A0F8CDC0168C31838EF2E0CCF2632", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/23cf3201df7f307c19db9107359957fbad4a0f8cdc0168c31838ef2e0ccf2632/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "585F0EED932C98B75C9DC08FA89CA655 : 937260E6C5F1F47C30AD0FD667FC5099A527A600 : 12A84E6CF258051FDBEAB2AE174E1A09433F51A8C23DC11B6CC8AFC325A40C71", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/12a84e6cf258051fdbeab2ae174e1a09433f51a8c23dc11b6cc8afc325a40c71/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D7B701E6B12168F22EAF2B9AFF8AEA0A : 515A3C47F68A4A13C44E765BFDB1619FED70515E : 3D4A535A071B3177AE7ECF512DFE401B89829DE6EBCEF4B052223AAD3BB0707C", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3d4a535a071b3177ae7ecf512dfe401b89829de6ebcef4b052223aad3bb0707c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "AC75500273F6A882F6033CD0308EA897 : 57C3B4B2A1C66CA10506C9C5A470971CFEA5FA24 : 6910B12160A73CEC21F6656919F44407C0FF6A7AC03C8DD458235B5B68090DD0", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6910b12160a73cec21f6656919f44407c0ff6a7ac03c8dd458235b5b68090dd0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C6794CFAC1BA6AA3F7A61214D418EF13 : 39704F63C1DE45EB904B5D4854C4ADBAB749BB0A : AD8D9D76E7A2FBA58507E9892493246A05E04C7B171A188E55EB2AA03DF770D4", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ad8d9d76e7a2fba58507e9892493246a05e04c7b171a188e55eb2aa03df770d4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W97M.Downloader" - }, - { - "Type": "File", - "Value": "93E34D70FD376984571884C14125BBE8 : 8BCC01508E3F65D6ECF9C145CCDC90DD550C4676 : 23FF2DA4DC569EE052A3365BC15D8AA731832A9C3613810BFD7D22259F13B07F", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/23ff2da4dc569ee052a3365bc15d8aa731832a9c3613810bfd7d22259f13b07f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "049371A641F587F47F8113714D0E1066", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "221139020DFB515FDA6C937B40006F80", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BB9A079064DDA73AC705F654D4F60DA3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7BBDC68AACD4DBD548D98725DE5E72C5", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "030D9F7041217400BF3FFF0839B34B19", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1B48192B527B05BD9035E5BDA822632C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0BE47FEC1B3826C52764D8EF19E1FFC9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "88687B06ED9FB3C5E898797124FE58C2", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "020851FC2296243F8DB1137E1DD94C68", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "019CB58C272C10F9D84481B205F69780", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1A61CCCA4559478266E9125DC2433D90", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A231DDA4EEE1F93265282A52B00E6FAB", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "128394B5D3A80ED362E42EFDBFAA5A91", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1766380D085393C7E5A9D19AB8154DD0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0BBC2254F7BCE44D296CCBE80646C054", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5CE753019ECFEDB55A57CA051A59CB02", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0E8AEDF90C7CA0C02C975D4D7D6D805F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0DFAA86899431E58E513C2D27A4562A3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "82002EC9BCD4B7530D7F035210E30614", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1339563B2A47BC9690FF93B75D6F72A9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "715397F1F6C7597592FDE885384B6176", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0CE2DF15EA17F7632626F898E332A9A9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "137AAE40647683B6699E696D6BCFDA30", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "194E2120AFC957C135745426D038B1A0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "22AD992672CFC14C5C5E4D8C77D04D05", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2BD1AE631C9B32DA4F5AA96B3C3DCD60", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "22101AA290739B4D1E82BCAD44735E5C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "47A17CA35535946C32DD96FD4A4346B9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0F8BD82756196D520CC5A1B5F5383DB0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1D559ED21B4F829B3F77245E217071D4", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "69FE78EBB78C117F8A42B7DC19362AEE", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0EBECCE75839340670A7A4F31444BE05", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "41A143D2D0E6E9728FAD22E965B82DF2", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E9F192C5B6E137FD156525275AB0913D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "28AE379FAD8D848983015775402F4D09", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "492BD502B70B15D9D0FA9D5666B340A8", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "141E10D720FAE88B98A4B0E5E5EA90DD", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4C8B689F5A78259C4C401CCA8E249817", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1D3F600F918D41377AB3821E19E79E73", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "14872F33DA651FC312ED1CD11CE2B52B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C92CA9B2E2B5463FE2ADA76C7EED1B58", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "22CB202560CA216396BA445FBF3F371B", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0FC27AE45DB93DD20935A6117D03205F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "39898732B88511CABF287D93DAA4A130", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E5513445487607068A1EF6A39D2631FB", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BD853036E08C6007722590267855D1C6", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4689D9BEF9F3FC2A210E96EF5406AE79", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2D553CDFF20CA2DDD41A66782BDC168D", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CDF9A7D2A8A11E147051DB802E415A38", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "14AB85EAD6352012920483594302EC24", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2643B63F93D8D48C077313D42AFEC951", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "07A267EA6737042C24456551EB655DE9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "225EE3F8811C9395E14758621A0C4288", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A011DD4537F50CE6524B6602CBFD5918", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BFDF57389E1791DD5485136387542538", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0DF2A78D7013533CDB6B96608AE7FBFE", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "219F972C6032D489840B2FF76ECB64C9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C18AE9F0439D35101D1A9D750C7C3E59", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C00E707489090C5D3CFBC14AE4DD4D6D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "100AC569308D76928122F1573E549C0A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0C8F58072C2883378DC795157F0E0BDB", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1490E579E84E9363D977C34AE12C133C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F07D0D1397573EC1443B0E4138F0DADA", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "18CD41F58EB08AAAFDF9BA0E2E5BF67F", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "26DCA35CB143E215138A0732AAD3A195", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "280A40FF0EEC6F074F861C36B7A144DD", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E301182200C61B3D41DF45C724951E9F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "86274D1EA74D119E7B5DD419EDBEABA1", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "045BCFC0A09C9AD18A9E3042CF85DB3D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "53E1271B3AF3C2A786492813CD1BBE71", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D12BA67F4710A2CBE18EBE9F212510C1", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "67F3AC1609A109629B0034A1F8988E30", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "15FD4D1DD50DAF1FB73E8F024E633C3D", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0857A1630228009BE4ED0AE8F50295C6", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E129DD90C1CD54EF991A474BDC6BA86C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "19508B894E90F8DFEF47589FAF596850", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "29A3BB7359B2FD33B2CFC0CFAC5E70FE", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "117D3B6107311AB5C96A7359F973AFD9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "07E698020C8C9D41661B30004D897E8B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "09D9A22602483A0DB34225773168AE40", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2160F7BE605581CE1ED06F43B03BA03D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "049F5C009CF73FB8036722D4E47813D4", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "04412EA253A04EFC9A4C5D6176C55DA9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1E68DF2BCA2DAB80B44A7C3A8237D243", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "08D12D56675095C99C8839F759CAB4F5", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1CB08BEA888695B57FBB74A23FA9CA2C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DB613420FCE437D8A80CA1FFCC964CB2", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4E34CA8FFB35DA666ADA438C5554CD15", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4B374B273211EE58F1DF454E6CB856A8", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4D9820717AF8AC0C488F1A2A4B4FC43A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "28D9E10163B29B9B60144AC8F807CEA7", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4A7F6CE5CD043924C59DA3D26529257B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4a7f6ce5cd043924c59da3d26529257b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "AD34020CB9FF12C7BF21697E337457FC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ad34020cb9ff12c7bf21697e337457fc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DDEB9563F14333D15CC9DE890F4B34BD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ddeb9563f14333d15cc9de890f4b34bd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "914B7F4B941458597B76C0DF5A0CBC7B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/914b7f4b941458597b76c0df5a0cbc7b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2EDAFB19850C234E4CB4B89BDA15B347", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2edafb19850c234e4cb4b89bda15b347", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A693E13301BF8D24A1A947E85BC8A0BE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a693e13301bf8d24a1a947e85bc8a0be", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0109C4A205CF7E0B48A368BC1E4DC5B5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0109c4a205cf7e0b48a368bc1e4dc5b5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C7AEE56F8081A23E5AB2BE93ECA160A8", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c7aee56f8081a23e5ab2be93eca160a8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BC293C1D06CD65485405BD576FC67FC0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bc293c1d06cd65485405bd576fc67fc0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1B79568DADF9277D73953BC9259F77BB", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1b79568dadf9277d73953bc9259f77bb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EBB5645D499C48EADEFF51E99DE90B22", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ebb5645d499c48eadeff51e99de90b22", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "166C16A794D6F6AD87F87261572EC7C2", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/166c16a794d6f6ad87f87261572ec7c2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D8ACE49F0F6525E680246CF91E7D4066", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d8ace49f0f6525e680246cf91e7d4066", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5D4E9A85F1A788F55C5C59AA315D21D4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5d4e9a85f1a788f55c5c59aa315d21d4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FD5A661685479601DB0CDDDF11EDD90E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fd5a661685479601db0cdddf11edd90e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1CFEE932878F5B7E352C352A08EE034E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1cfee932878f5b7e352c352a08ee034e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "78BCEA14DD70400DDCC946FBB085FDA4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/78bcea14dd70400ddcc946fbb085fda4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E8DF61279E5C26D9C3E430870CD14FB6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e8df61279e5c26d9c3e430870cd14fb6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8DE9C813045CF3ACC92AB35E75C61580", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8de9c813045cf3acc92ab35e75c61580", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "46655D6F7603C879FEE77519171EF607", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/46655d6f7603c879fee77519171ef607", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EFD28FE1EAE966A8E9F7A9DBF2D19388", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/efd28fe1eae966a8e9f7a9dbf2d19388", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "66C487F56C33D904579961C4E471FF12", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/66c487f56c33d904579961c4e471ff12", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "58114BA44248E0FB74B55E37140C1F71", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/58114ba44248e0fb74b55e37140c1f71", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "198C730F3FC73E190972942195D8ED9D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/198c730f3fc73e190972942195d8ed9d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "752DF6F049C06201D7965C6E4163583D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/752df6f049c06201d7965c6e4163583d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "629AEFE0EC2885CED6E20847137CAF63", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/629aefe0ec2885ced6e20847137caf63", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0BAE345916AEA61CEC20A3FE7CA88AD9", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0bae345916aea61cec20a3fe7ca88ad9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "52E03687762EA2E01031085A889F42D1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/52e03687762ea2e01031085a889f42d1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D2AA8F802F06BBD0094A5CDBDCD58587", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d2aa8f802f06bbd0094a5cdbdcd58587", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "43C06DDAB4B4D78B3E27C0C026DAAE9E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/43c06ddab4b4d78b3e27c0c026daae9e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B13B2149F3A0D45FACBC15553703386D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b13b2149f3a0d45facbc15553703386d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1799ECC4545BD5978884EEE4AF3E920F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1799ecc4545bd5978884eee4af3e920f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "581C72BF7F327CD08984484EE4805CA3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/581c72bf7f327cd08984484ee4805ca3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1DEC997405DD97B9DEC1B7AC45D50884", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1dec997405dd97b9dec1b7ac45d50884", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4EA4F4FEA63A90F74261569455E578B3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4ea4f4fea63a90f74261569455e578b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0DF89A455B1D970A690A26F31C5610F0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0df89a455b1d970a690a26f31c5610f0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6584CEBF1AEEABB4D870CD89807F1788", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6584cebf1aeeabb4d870cd89807f1788", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7F352BD0460F18DE6BCFBABF8A58CAA6", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7f352bd0460f18de6bcfbabf8a58caa6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F70DF61F7A5F7FC3CC26AC268968BBEC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f70df61f7a5f7fc3cc26ac268968bbec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FF9B35D18F37AFCF38335FE9B9F654ED", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ff9b35d18f37afcf38335fe9b9f654ed", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "03C4BE3A85CD9E867E42B13844601E34", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/03c4be3a85cd9e867e42b13844601e34", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BBA0F23A634169633E2A35B28087F906", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bba0f23a634169633e2a35b28087f906", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "21E5ACBB98E81FCB08DBD6ED90B60B7C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/21e5acbb98e81fcb08dbd6ed90b60b7c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "49FC87D06DCC2B21A51EC20BD1F9C426", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/49fc87d06dcc2b21a51ec20bd1f9c426", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "042DCBDAD6110F651620A8664F013717", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/042dcbdad6110f651620a8664f013717", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CC8D7AB8BB7AD617B0C3386E348C6FEC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cc8d7ab8bb7ad617b0c3386e348c6fec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4305BAA9D9382D176919B3065E025F78", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4305baa9d9382d176919b3065e025f78", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "896B12D94785D8EBBF43B70E3F3204C0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/896b12d94785d8ebbf43b70e3f3204c0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F47EDC3AEFB20E9F18A2AAA93D991D8E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f47edc3aefb20e9f18a2aaa93d991d8e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2B7127C9EA78CE0D569BE20738E10871", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2b7127c9ea78ce0d569be20738e10871", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "ACC1E204FB374205CAC3CC1C15FD57F4", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/acc1e204fb374205cac3cc1c15fd57f4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A7263A17793EF1ECADABEC51E4944D7B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a7263a17793ef1ecadabec51e4944d7b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C08267B56DCEBCA718AC757150662BBF", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c08267b56dcebca718ac757150662bbf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "90A97258061035EA78667085DFE248BC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/90a97258061035ea78667085dfe248bc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BD84A2240C05CC488E79121127FC26C3", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bd84a2240c05cc488e79121127fc26c3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "AA4F981D6281F6429B5A85939A3D293B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/aa4f981d6281f6429b5a85939a3d293b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "850507A83E4C9CD5F04D111756492165", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/850507a83e4c9cd5f04d111756492165", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F91F1B719FE1A5BC784577F612A898F5", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f91f1b719fe1a5bc784577f612a898f5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EC67A9F050933E5D3E8452C3630CD880", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ec67a9f050933e5d3e8452c3630cd880", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "825A50C6C72637492C1B8B61FD90877C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/825a50c6c72637492c1b8b61fd90877c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5B1CC7BDA9C8F1C0E306292F3C2168FB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5b1cc7bda9c8f1c0e306292f3c2168fb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D54ED103B69EE0C7DA60F33FDA8EC5E6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d54ed103b69ee0c7da60f33fda8ec5e6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "83880A68CC437E7F2C5B381256A1C6F3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/83880a68cc437e7f2c5b381256a1c6f3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "90B91126D47D8FD2362B10BB444EB1A2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/90b91126d47d8fd2362b10bb444eb1a2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "833602A4877F3BC64F92C383E0F5A55E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/833602a4877f3bc64f92c383e0f5a55e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "754DD74AF1B2BD9849F6A27D7F90DF26", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/754dd74af1b2bd9849f6a27d7f90df26", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1F861C88CB0B123849E7A89C081B80FD", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1f861c88cb0b123849e7a89c081b80fd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8238DDAD96F1AC568834CC09A2C93212", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8238ddad96f1ac568834cc09a2c93212", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E5B80BE602ACD4E673AFEF41F1F35376", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e5b80be602acd4e673afef41f1f35376", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8DC1532904D452E36FC3344DAC0B0799", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8dc1532904d452e36fc3344dac0b0799", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "42FD5A9FE18FD37D8C98C7C9B8AB4D73", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/42fd5a9fe18fd37d8c98c7c9b8ab4d73", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4A0DD3E073BA6284E275906CF32CA23A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4a0dd3e073ba6284e275906cf32ca23a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "90A783AA5E5A2184D4EEAE7407BD6083", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/90a783aa5e5a2184d4eeae7407bd6083", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9282C177D58E4BCC0CD674641BC16D62", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9282c177d58e4bcc0cd674641bc16d62", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A795E23373AB610F0F7749B149A798C2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a795e23373ab610f0f7749b149a798c2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4CCFA50974E560D86CC689C448630A5B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4ccfa50974e560d86cc689c448630a5b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "94F2109709BCA4946B0347CA11DC5C40", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/94f2109709bca4946b0347ca11dc5c40", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7224C51BD61E8C061ADE5AAD4D284BDF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7224c51bd61e8c061ade5aad4d284bdf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5B9178F223E4274D9303B8A67AA3E2D1", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5b9178f223e4274d9303b8a67aa3e2d1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "25D8BE45F2AA1B9F72672A7FC4F79BE8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/25d8be45f2aa1b9f72672a7fc4f79be8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1247BBF5412156ED48D7AF94EC1E2A86", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1247bbf5412156ed48d7af94ec1e2a86", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F26876B47D6D18F6F9DD6551287826A9", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f26876b47d6d18f6f9dd6551287826a9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FEF51CC5EBFE44D3C63B99F2495DD7E4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fef51cc5ebfe44d3c63b99f2495dd7e4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A61897244D59FCACCEF8C9CBDC52BB1F", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a61897244d59fcaccef8c9cbdc52bb1f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BAC2D69983719089AD6A8A94A3265BB1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bac2d69983719089ad6a8a94a3265bb1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FAC1FC732FF711483BEADB0E366EEAB4", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fac1fc732ff711483beadb0e366eeab4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "567FA3B1C2C82DD1E1287DFDA00F1585", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/567fa3b1c2c82dd1e1287dfda00f1585", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "746C1E585EC1BD6B4F1A6594E3080FED", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/746c1e585ec1bd6b4f1a6594e3080fed", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "66B237C6C6E48A49A03B68365F91D86D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/66b237c6c6e48a49a03b68365f91d86d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EB106889343491C8C89554CEB50F2424", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/eb106889343491c8c89554ceb50f2424", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "107B20A0E1AC2E55FCD466ADC3E84C8A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 100, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/107b20a0e1ac2e55fcd466adc3e84c8a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5E0C8FD9668B3EC9F43739421C88FB56", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5e0c8fd9668b3ec9f43739421c88fb56", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D1D74A10FF869630B1F2EE0C0B5B3796", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d1d74a10ff869630b1f2ee0c0b5b3796", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "DE289484021368117E0626D537BCFFBB", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/de289484021368117e0626d537bcffbb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C709DAC0B2A1E2B506D731E5A60CE2D9", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c709dac0b2a1e2b506d731e5a60ce2d9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E9D94E0619D14F90853A52A678577116", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e9d94e0619d14f90853a52a678577116", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A70D4D8D8F5E6141690B9E245A8DE21B : D08F54E3A99FC4F53EEB0990ED315DB75430AB969AFB84B109A5D393920354EC", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-08-2016", - "LastModified": "11-08-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=a70d4d8d8f5e6141690b9e245a8de21b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "Host", - "Value": "ns100.webnic.cc", - "Organization": "Bambenek Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "Host", - "Value": "ns101.webnic.cc", - "Organization": "Bambenek Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "Host", - "Value": "rninnvvfsbok.biz", - "Organization": "Bambenek Source", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "111DE920CB9ECC21E1242C6FAD2A81F2", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/3dead04d4d3a8bc7c0ce8d994ce4a4852f75a0306775d1e676952781fef8102f.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "Host", - "Value": "banpicb.com", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Zeus" - }, - { - "Type": "Host", - "Value": "banpinc.com", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Zeus" - }, - { - "Type": "Host", - "Value": "kk-properties-nigeria.com", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Zeus" - }, - { - "Type": "Host", - "Value": "unctdatunc.org", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 40, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Zeus" - }, - { - "Type": "Host", - "Value": "citibkline.com", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 40, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Zeus" - }, - { - "Type": "Host", - "Value": "stb-eglobal.com", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 40, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Zeus" - }, - { - "Type": "Host", - "Value": "satviz-mys.com", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 40, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Zeus" - }, - { - "Type": "EmailAddress", - "Value": "ojeyvictor19999@yahoo.com", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Zeus" - }, - { - "Type": "EmailAddress", - "Value": "d.plewes@hotmail.com", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "alphahax90.no-ip.org", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crimeware" - }, - { - "Type": "Host", - "Value": "ro-pool-1194.nvpn.so", - "Organization": "Common Community", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "Host", - "Value": "enitan.linkpc.net", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 100, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "eternal.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Korea" - }, - { - "Type": "Host", - "Value": "finders.hopto.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "finders.x64.me", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "anon66.no-ip.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "fazbar2013.no-ip.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "myalibaba.no-ip.biz", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "maddencoins1.no-ip.biz", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "blondie12345.noip.me", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Sinkhole" - }, - { - "Type": "Host", - "Value": "daniel123k.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Sinkhole" - }, - { - "Type": "Host", - "Value": "living2013mh.no-ip.biz", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "mcpvpserver3.no-ip.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "kingpop.no-ip.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "host-u25vb3b5.zapto.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "cjswagson.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "harakat.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "markmicky.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "themoneyteam.zapto.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "nwire.no-ip.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "canadianmodding.no-ip.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "h3ck.zapto.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "mficekdr.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "pslickzz.zapto.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "cybermeeks.no-ip.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "shalove.zapto.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "1990.no-up.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "fo.no-ip.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "lovely99.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "ken505050.no-ip.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "x4d78.3utilities.com", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "introworld3.no-ip.org", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "dynamic dns" - }, - { - "Type": "Host", - "Value": "hashcash123baba10.zapto.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "perpetualmotion.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "donwire.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "ojinmah.no-ip.biz", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 60, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "dynamic dns" - }, - { - "Type": "Host", - "Value": "elit3x.no-ip.info", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "l1m.no-ip.info", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "hunter52.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "smokelessboot.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "hunter51.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "cheeseonpotato.zapto.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "hunter53.no-ip.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "wishbay12.no-ip.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nigeria" - }, - { - "Type": "Host", - "Value": "introworld.no-ip.org", - "Organization": "Common Community", - "Rating": 4, - "Confidence": 75, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "dynamic dns" - }, - { - "Type": "File", - "Value": "FC35C4F519D1632F85151E4E2D2F370E : E1860D1A2B0D1BE5A2CAEC0558785B3CC669ADBA : 96A1302B6433BDBA46AC9A5AA879AB9E616581AFD982DB62BC6EA18E0DF3F1B0", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "E01CED5C12390FF5256694EDA890B33A : 0BB74A9D3154D1269E5E456AA41E94B60F753F78 : 66C1F3E71685F81F836E29E77844C737CEAA47FF787D6B233B05166973FA73BA", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "AD787809E80C7C83632986534841A7A0 : 7289A53110C6A101469CDEC24C233E2EB9834AA9 : 448F2A7C158B3C2D60623104A289BDB4BD3D08EEDEDF9CC65EFE4ADF75817FE3", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "0CB0E90F843191AC1F103314148B32A0 : 232294CFF6FC9EBF201DDB181A799DEB649A9DC3 : D516D079C77DB087484711C2AC4239B571F51A0B39651B31DA3AC511A782EA5B", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "0EE2FF6203A899E99562D2A945115768 : 7D3D96134D971212281B2C173254D735D161A906 : 0112DE563EDCCCB9CDBD49ABA04F6CA3C14B0F63C91F81002EE7E6311A9CA7F0", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "744FBD0EDEFDC3312C31A465D6A0353B : 1FFA105653C9CE76B9508A07E21C01830E44FA8E : 03C04DF03AC5723C680D619AC239F7B5F228F0CEDC0D1669356E74772A4BCDF9", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "B10E96E41ADE7B975FD7A3C4FF3DE75E : 0E7B786553400C362268730F9C7560041C11F743 : 147517E4CC9117D6B56C204309100DFAA735104F9D2400DAC265D5D79596A04C", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "30E2A0E34EABA9D90D1A482EEC347619 : 9CF4D23CB055C0E644C4F4546012F2936FF634B4 : 1EE69F0D4430FB32EAD6ABF3B1FFA784D3639DA46C6889B5303496875567EB4F", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "0907D4BF9EF4202BD67598911F0116BA : 8F8D9F489075BBDAC553AB187C9ECB827017AE9B : 21721B7B279BBF8EE903D341DB19A2090D295B1A3F2DCB83805A3FE48FB481F1", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "176D7A145877C1F92097DED3DE717B07 : 3E80C9A9F97F73B89741E28D22C506857AABA6AD : 2E08C2BF778941BE43A0DA624BFA334A7DF8A8C51281FD8921D7C177E8BB1385", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "623BB174D6E2EE190CF3FE2D3D3E7AC3 : AB9E8D5C926C2306731A42A43DCB8E541D0E3225 : 348D8CE7A507817804F0A35DF7D0C8273600072A7AD6FA8FF7AA84D4A9A11C35", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "4BEBA10D436E549C6A2F271D6B6019DE : 4E957F4F334E88F4166BA08423105F7C3342CFAB : 388B45E86566CE2828C827A1DD5A96A6BC6BC8235D47AD94B89062450D77DBF7", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "D02E2EBDC58311128783439C6FF9D277 : E457660F6056B898418A0BFA0001BE51432C62FB : 3B6451D837756433E318F1F115EBEF1B354F0222E3D37EFE39D186CB7E2BCF9A", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "D959684FE9E79B12F7F555CC0D88B0B2 : 898D261662DE0D13D351359F207689C4018EE360 : 3CD6387922033FC8CBCA395930BF4AFDD4476AA19AC76317259A27FC730CB216", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "722E36520F5381C0EB1C4911051B938E : 4465FF17AC186A77D0C056799EFBA262EAC35218 : 405BED9FE4CE9DC645DD6ADE7181E704B050EA6531801B063786910752CE13C2", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "AEEE766BE6F024F8662966E39D09CCB8 : 63350F16907DD9E239B9978489DA967D72A35988 : 40831632D00E210B3AA8FBB11149B5FA93FDE9EFB3349869118673C458C3D949", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "95B234174A9DA0D55E90ED968B0FF6E7 : 2F500A2D397FB4F4B87A3B3FF9F791E4931BC2C8 : 499A1543FCE4F311E20F66BC5F2A590A237CFFD15922B3C3CA8079DE36B37133", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "6B4C37791619057B05C1AC3F950D5A82 : 49F9ED1070D67FDBF7034FC9C529A83D6BF2DBA2 : 4A688C5A2E05B57E90ECB201A1EE46AF6A87DE3C7D1B408477F2FC3CEB15A94B", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "387EE658EA1431C5C6EA07C70DCE904B : 747E1D3CD22ED006EA9ED76828C78ADCAC41D993 : 4B639E09DB783B067DF3329BDCBF87BDBA821D3A183F6FDDEA67496AF4954CA4", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 35, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "33D671C506560C7B46F2222251A19812 : 0FB1BCD0960A7A5FEE8284779F2596488AA41504 : 63A8A02C5E4FFEB300B082039D49FF3D07735DCA54A364F9A12C201B30F6C1C0", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "90D4F7CCB106BD69167BD2E8B97CBFAD : 381A375F1C052A7B8EAEF1C9EDCA4EFB2F7C0AB9 : 644E2ABB832D1B25ADD850907AFB347C70BFEDA4D2B1CA1CDA0EC1FE254817F0", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "FE05161AD2CFF3136CC208E8DEF013D9 : 41CFD7E90A98038A170ABDFC609A0F4DF3A48726 : 6A0E7C5F67289E86BF83618C3BE2EF20F214361C25BF25E4B86C07BF072BCA72", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "B4CC9AD3DFBBB8DF56034BAB91320293 : 690B3A8DCE31307491F9946926AFED302F3887F0 : 7A1E23A663279FD12F85E609689BE3269C082D099C68CB635E81D361317A9701", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "94FB2518361DED9943F36C2F5B38577A : EA5AA7E9DCFA6C5321BAEFA61BD842D0D3126237 : 8A844C6654EE85EBD7F82677AD86B16AF1F3E978B248FEA9FC02E025EC361DCD", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "2FC479021DFC24E8DFEE3FFDA026EB3B : E1441C4E3A13DEE0ECF2B30A09066E1373622DF2 : 982E76AC1072E45B79365D91EF3D8DB146147F2CF407FE536E1C95F0FACD7ABF", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "F37E17FF7945A8F0B629F363F0E88C74 : EA9E00D2EE38BF7041034CF63E52470D851D213F : 997B5212DAF8BB90E32E3C9F594FF7C7DC29357C53BD1905ACA9956377D61E30", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "96022B22D4B293E1ADFD073EAA17C1A4 : BA391B61D40B5B875748F0BDC59EDFA1E7D69795 : A126251F0B57B983B9954AB08309D91DA45EAB5BB7B7B628561BC2778AE4FB39", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "A1F14A6B7122DC74AEE1E15A393D4A59 : 63D097DE3B4AE50460AFBD8CA6B8D3DB88F5C01F : A15B23A3A0082C8A77B08A4F58C3DDD68C2E96BD1F1545E5949CBBFED6EDFD03", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "5483BAA7A5671E65C7F5DDB7C7EF1997 : 34FBE699427C732259874D15430F439311C6DADF : A38F48EA07D703887C98437B0B12298303901914AA900495F5F687E701CA217A", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "4291C108CCB84C425045A5C8ED88CF39 : 1BB25E5893D2CAC49411E3440A13476A9AC74B4A : A43C10A380D9EC048E9014C3AC65DA43B73731F57EC3CB3B6B1C94FF2B3B1EE4", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "FF94793FEEC54FA76A81E5C4B1EA8F76 : 2BE2D698FCE57C92172159C9C3072C865A9D169E : A77B2EAB020A306B4A1259E81F6BA8F508D8C03CF6CF07A01E629736F553D40D", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "6A5B25949F6F926CB41E1E2F48015AB7 : 2DD8145151CC95A372FB7BCD51EA91A1DFA08FB0 : AACA9C8434B13CDE23C1CE57FC77D8772DDCD585123A6F799207C8601E19FD03", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "42E2D1975EC88D70EFB79B882BEB068D : 5EBB0DA73775D29A5FE4036CE38C44B971D65530 : B1000F4DE567D62A912AE0565A7B66A28032E51C4BD14A3761C466E50B76EEE3", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "EE06CCD620D4DA17D2FC20D2D670EDEE : 9A23762A42B0EC34CFECE657C581FBA896DD33EE : C934AC6374E356CBB5FAB6D47EF139DF803B98F35F870A59A322954BCF1E43E2", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "8E710F3DF7BBC5C3BA8921E5F2FA7F26 : DFC729AF93DCAC1B2631E1DBA089C25D0E1D0628 : D5C7ACF75FCA8D8D1609DBCC6254B770483DA5A9878490EBD312C0E5813BD414", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "82C837471DB422FF41B675C096D24C39 : CF4D939881B4D2102DE2054DA13C7E1A0D839275 : DCA33F57E1080BE8ABC89C1688E634C241900265051BA257BEF610031F174EBD", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "0687CC28E5CE4FF162F78A8F03A11096 : 0E136A7187B95404CCC75C271491314AAF66D4E1 : E5D358AA5C017C57EC466F5EB5E82EF012A033959C3B4A9A1D37C25380293644", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "7CA4588F6816B3915667ED152D4FA0E9 : F207DB44ACFDA0BC4746865B9918BEBA4FE5C53B : EEDE585A0A78B4B9663DF630BABBB6F3A5E591A0AA71A0A100C9EF85B3D982D8", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "197AF5E0561884B4E329F88AD674E4A3 : 8B4AD5E8E61B2E4C9471C32A811ECB7A48C03211 : F17AB7B73300E2ED3C2255E1F99A121435FEC881283062A5AAD3C4C2FB39C767", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "ED2E888FEE041873BB9FC3F2A6855D5A : 0CDF704709D337274480C681B3D026DE387FE453 : 2015FA0CE1EB6F2C7AB34F103BDA4034F7E74F4B6D4B048C9A30807B943EA81F", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "04FD78B73FDA3E96A490FF906D57FFAF : 09E98B5B040612C56B63A03AFED065DF2EAE3DF8 : 2063731F818A71C016E411071A0D7DC38F560DABDA30559A4185BA10F253A810", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "AA054CB173BE2AC9D3DF7CAEEB14031B : 798337A8A163F803E588DB57E4284B66884F319E : F7A7F7680664A14681CA3793062D193FF61B0C2385D39B7A7D27509D97259C88", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "F080099B3BBA0D1125E5E2F795A4CBA8 : 471C9DBE7A1EF98CCABF5062EE329865561482BC : B1113B791E2F1BCCE3129D8C5DEF0145AC0C463CD7631BE13AEB481A144A2149", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "07633B437EDCB47AD5A955F81355BB6D : 8E71EFFB4AFCCB2D3BB7CE8195DDFEABA2964BEA : 337837DAFDAAC088D853B923FFAAC6809D66D1C87F9EF3CE1F82E884A7F82091", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "3502A6ABB83CA2E96FAB17FA3CEF493B : E35C045F185AD584C2083F12BFAA631DF19DDBC1 : 0B3E1954E75B264621D9ACFC1AC42B31F1F38D420612EB2D978E77D0A9D4D200", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "B26ACBBC06FA390C170C3A8CE540A58F : A84CDC6FA391C22213C069926A93BEA351BA45A4 : 6AB15F852C16B04A029731370330ED1B6E6F78FE2C6BAB5EF02E4AC990406F1E", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "9F6A123077737271C8EA7E3058050D51 : 46B177D4D3FB3D4EAD19F89D2D8626DBB74A0534 : F9BEA8494373E1FFCA0E81B9763D6A8C52EC5530A19685AD4B1033389627875B", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "B7D343C69D4009A24D908FF32B3C50F7 : 2D796E011BCF54A58BBEAF002EE31C7E3C48E75E : FCE4FE26977278DCE26BF20B2FAFEB04D8F9FD69973E31E4D2B28827AF7BB041", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "8757A27B8F9D452051AB4FCEF1A97D93 : EDD5B46907F65432F41688A26F240579D5B5A8DA : 11AECB85802D701A6712574DDA3F7D2EEBB7C4C64A7B87D54132977E7388281D", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "C4224BDEB325EA8FAD08F256BA027622 : 10E6680EACFECB71774E9644BEA7AFC1644A804D : 75778A79212021CCF302B31AC59A2549B93765D7316885CF76CB6F92973BD026", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "44850DAB6376220AE822710A29F8A810 : 421B2A53FF457AACD3BB9FA91F801841F61BC9AA : FF9F4BD16FF0E0644CEC8ACC6269C4515A569BF9673CC7B3E300180A396E65F7", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "384330800804F062D1935A81E4F9A6D1 : BBA4F47C4E78AA0781E160B4898C4638BF928C94 : 8ECDA6227EE433216B889574B33F90CDD4150D9E222DFAE1A47DD9B71A0ADB14", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "99A07AD5177E348A1CFB183B7D1A4855 : BFB4EDFC08B5AFCF814677C06D0D10AA9F9FD4FE : C1F6E17BED2A3D9B640EDEB7218DB5E6AE5BF355452F0DBD221A345D7C8F7F73", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "90A7425A7732AB71A92A012F88930753 : 4745DAD9FEAF7F017B93D3084C5C48ECC551BED9 : F1FF0ED0737FA5E21AA5FD34B2B4B4407EF67D2FD219F498BB13E8964E948D8B", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "8B7733C14428A4AAA11F4D2639FDBA94 : E088406A58DF52325E9F620646A7CBDC0C017041 : E0FC5CA9AFF70285B44F588631424EDE1815AA31A6BCC54CA14B6F5F360938A3", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "16F3419ED9A828351A1D3C9F9B9E77E6 : 211574CEC962A4487EE394730DD4B230EBCE40B1 : 3DBDA6D7AE2770CB75FE77A9CF29370EC1052E23A2E48EB6A646F1A3BE376548", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "BCD63734C975293CD95A6F98712639F4 : 9C95804E7B3330CEB8AF1B9CF4DB9A21BFC95F99 : AB857188CBF96CBA064D7AC74642BF1F946B8CB114A106BA83100214EAF2F8D5", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "3926E5B453722AACB19483486D2BCB73 : C84693E4E792E7F24C266DEC87F441FE930E1895 : 7C135EAFCE7E74EEBB93D13B3FA64B688B1DB1772D0E3D50D4FED779032D2037", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "1792B556BDD84C6BBB92213D0D15FC0D : B5A8A8DB648A1EB1FD0B03C49C3A02A33C3C6C4D", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "File", - "Value": "8DD9EA743EFB30019F20D424BE121B7E : EE4276C3E336B1DBA8953F01D37B780386D113BC", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Crime" - }, - { - "Type": "Host", - "Value": "darcourt.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "Host", - "Value": "hanco.org", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "Host", - "Value": "send2subscribers.biz", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": 1, - "Whois": 1, - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "EmailAddress", - "Value": "beasley.martyn@yahoo.co.uk", - "Organization": "Common Community", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "File", - "Value": "CF25CB079690CF48E42D5164C79E4EC7 : AABC68F7E1C5A6E9429ADAE483E28339050039CA : 77C0D7C65046EC631BAD3AE5AE2A42881FBE7C233E228CCD8981DC32442ACAEA", - "Organization": "Common Community", - "Rating": 5, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "File", - "Value": "4527263C83154520DB1C213B1F0DA832 : 734D7B5C940EE11A995C49FA3725F071B997F8E3 : F8FFE61938655E818CC47D0A8441A3C03183E4ECC0B73C993D2A71B66AA6E574", - "Organization": "Common Community", - "Rating": 5, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "File", - "Value": "C2F6B94F89EB7A20DF1AEB9826430EE1 : 24243CC225611A1596357CE8DE69D50F5C3CCD7C : F8C68DF5EE97F6FAC1AD36E60A5A221958F4B88B4B6681ADB69BC8867EA4968A", - "Organization": "Common Community", - "Rating": 5, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "File", - "Value": "140B1A4BEF6911108685A79D0ECBC53D : 239CFEEFFC89F153FD8FC2E5EEB3258956E36285 : 2DFD0968E7E7A07207D307373FB0D63546E107AA46E198C2BD9BE3BF25BF68ED", - "Organization": "Common Community", - "Rating": 5, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "File", - "Value": "29F712D268DC359CA8422CD3811CD97D : B27B1750792D86481350D71C1601B1ED1CCAF01F : 8962CA1997193BE3931C41983CC4600E941D40BDB0FDDDAFA00F3761FEEB4BA8", - "Organization": "Common Community", - "Rating": 3, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "File", - "Value": "C341D9659A84378E650D23A42F59EC9B : 891751031EEB90862CED41EAAF7B5646112049CD : 1EE38D41F07F192B4A6FC98846765214EA28B7AE607B24738E18139BEB48E89D", - "Organization": "Common Community", - "Rating": 5, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "File", - "Value": "AF71242C2BC6FBD989ADCC32A7D6CB99 : 22FBD339FC8964A3567CF9BC8845229C01C88885 : D752A3849DED9436BF33F811AAB129B47800E71BAEBFD420242ED35AEE23D98A", - "Organization": "Common Community", - "Rating": 5, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "File", - "Value": "9D23737FDB4F60AC6C5B47AB74C5AE2F : 1A0E530CC62CB9AB7F320F2CA343E92DDA38830A : E9A0B892C01900C2CFC85BA3D2E4BF64AA443976253E5FC6406BACDD6842E54E", - "Organization": "Common Community", - "Rating": 5, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "File", - "Value": "88E92D94BD83092335B610B8D0CC0452 : E182B6EC372251144EE18F0F67C0075D0D8A4A88 : 7909B227371D6DC00CF34E58732BFCBB447CD7BF55927005E7907054C239D793", - "Organization": "Common Community", - "Rating": 5, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "419 Scam" - }, - { - "Type": "File", - "Value": "2AA4C1AF6589F53A1A178E1AD26D7A55", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3B79C08A712805F96DCFB90A69C73384", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9C41F17BF037B906E45D0C885E4346EA", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "93699164322449AEC611240566D7CBB7", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "10F8FF6D98F5DED6185A60BA5E7AC8B8", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C1CA56590A8C2B6A83892701569ECB0E", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "263C177A03CB47AE5C17BD4CBB746E1A", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DC3348806D5C120148A087D99348E9F1", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7DE1AF58BCFE392A0C52FB68122A9CCF", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C9A40327E019340050932156F5EBD343", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7F352BD0460F18DE6BCFBABF8A58CAA6", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1D223C2E0C60E4E5A6EBE6ADECE31C05", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5CD1FA96FAF2C87E6330133952E60CD5", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "521F49F5B8005041FB41B8948FCDA831", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "820149E75563C26C6850EDD05D72A742", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "680450723E1C662B558EA5561129190F", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "ED8F7DB301546430365334A4255C876D", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4305BAA9D9382D176919B3065E025F78", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8684DC4213948B676107F0EA8550D3E4", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0AB89A10AA3CF2DF4C56B5BD7AFC9CAD", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "60CC1F984EF3062578B655F173914945", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6584CEBF1AEEABB4D870CD89807F1788", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CBD958B0F0A170D7898326270C364784", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "89BA81078A1981A85BB2222A149F0809", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "86883E94BBE4A2688289552820B67F07", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "885AC2FB43B8F3BF8A40C9DAD03648ED", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "278707BBB228725CD5322E03D8AE42CA", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D9EE8AB38F8B428EF5533DF7050F1371", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4C95C0A2B01054CDEABBAE6AF2869695", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "22A591EE2FA8731BFBA7A4B1D1381EC5", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0DBE1FFD0FA9D130E7FA26C2861B3250", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C9F28665C199A708AC75F2D9D7CA747E", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "885795D0E8A0099BE9BE0A1A32560A07", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F237EFC798694AD69A1C62EB7AECE9D6", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FF9C089DC481EF41B42CF9834EA67090", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F34F1DC3C24553E7522576AFE0172563", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BA4B0107EF7B2675CEC59F6BC874286E", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "62B28D46D0B82845F8C07685D2BB2AC6", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1498B5D676894C26526205DB29A8EE9F", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5F80E12F5FBC2C7B940786C405042ECC", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F84F55116D2E42434A2B4229C08D0660", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FB44CD741856F00C3AD9EB3207613DB0", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B60CEA5545B8315369BA1733D5C2FCA4", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "506909A386FF3438BD99B59C8F318544", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D00C05F53AFA300139CFE799814A40EB", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BA5AB58A48CF1682B27BBACEEC0CEFE9", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D6ADCDD2D58739C6D35BC4A707F9DD35", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "16C70C21D3AF5A32ED883C20927DED8D", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0C7217D4399E330700BAD976B0B637E4", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/06f80bc79465a24cb614acc3aead99535d6f2592d3a502635e7bc0670c15b837.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "59BF8FF016EDCAAA4CAA9940F22FA3C6 : 6FEEEA777DC6E70DD73ADB583269EF3384EFB5166445B3A71B6F4F7475CB4A8F", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=59bf8ff016edcaaa4caa9940f22fa3c6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "BE3808C30A48701017ED797C0DBBDEE3", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/35592c5835c957c65def1a50d214d1ae6428425a58bc645ec38a307964fb9849.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "A9CF54F24C78C65F290838A21A049282", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/c2a1a92e93abe6fc04b64e6b13746e53a25f44f00649d86c0835e31ee7c35c1d.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "0117DF6BB66FDC3123F5D7C7699EE604", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/c5b9c66401706b81fbc649aa794058bf875bfc5d39ab2fee057c47b68592de6b.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "DDB21C3B1462E2FB5128E061B1F1AC1E : F4BB656D1415A4B687C9D3B91653FC4015AE9A23", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/a99c0e7c3d7ea356c92ae90a4042e5146404cbab8623048b2861cf572a0c170c.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "4C19A2D3A6D33D66B80F2D5A0F4AE8EC", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/a75600e16b8dd78d6eca751fadeacc9ed65383605cfb136d16b74320a0a1ab16.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "EmailAddress", - "Value": "31189@yahoo.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "sepnab876@163.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "terrancepm4@aubreemadisyn.coayako.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "16@g8.anntman.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "janetswindells@mypostoffice.co.uk", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "randijv4@devinmariam.coayako.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "bmawar307@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "elavtiu@mailer.printemailtext.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "baltjeksbexattaice@videos.piquate.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ghent78412@c.brainboosting.club", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "exepopo@pop.eamale.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "gilro@snailmail.bid", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ogugcmfsti@trimnal12.secondhandhomeappliances.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "mike.binkley@tds.net", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "megadrive@iphoneandroids.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "kupit@kareprost.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "pa.ran.tr.asiad.f.a.mar.tisititity85@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "widthom@hotmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "krasnou@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "new2016russ@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "pa.r.an.t.ra.s.ia.df.a.mar.tisititity85@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "bombtyriea@telus.net", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "felix-felino@gmx.de", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "marstonqm@hotmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "doecegt@hotmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "altonwiddoes15@bestemail.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "project574@moscowmail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "yijian36@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "allan.gormley@hp.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "vladimirtort@mail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "apitymaarley@hotmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "aannattexxdy@hotmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "cabuchanrocicpatentdread1975@2nf.org", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "collinstarns@low.itemxyz.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "baehnzlittlea@cmail.net", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "cornnitlamprepgingsurrselti1977@2nf.org", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "m.ane.r.mik.e.y@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "aebgir@as.eamale.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ivewuzc@popp.eamale.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "bamilesqahvs@gotmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "viara74@abv.bg", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "baroertosjnry@cmail.net", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "clotildeclossin@hyperemail.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "krisgf2@aubreemadisyn.coayako.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "exootaz@g.eamale.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "abocilasi@pop3.printemailtext.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "saraaf18@oscar.delta.livefreemail.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "aehnztivanovay@hotmail.org", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "pickrecalongdimypcwestpunc1985@2nf.org", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "robertkesztyus@citromail.hu", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "uvokuw@mailer.printemailtext.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "eofila@email.eamale.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1B4EC0F23B615773AFEAAF618602C41C", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/37598c83122ac3bfe5c5e5efe4444827563e301974082cf37ccc505eeeec5143.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "EA6DBD3654567383764ED0909A959119", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/d58f6898f086aa9bc0ccb3635b84025c9e2a95e7686e051babf494fec12fa221.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "2A0DF97277DDB361CECF8726DF6D78AC", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/71e584e7e1fb3cf2689f549192fe3a82fd4cd8ee7c42c15d736ebad47b028087.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "F69C1411DDA9C0D52D86F189D4796706", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/465e3d2e105b4ac9a8a97c5db879b3ceea15ca45aad3b51429a7e74be2733f8c.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "BB1C9073137CA41D9E3AD5CBA2E0DFAB", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/efe6ea08164b44d8fb8dab4dc0e248facb65859bd65e4bd4f4711d31d92a87d8.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "7DD11EAC1ED983EA7103C66548DE4E00", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/d253cbb2e3c8967f6698d186570f68c28a1b04a7fdb2915d859da82039c43a14.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "6DBADE4846D63008D64DC363C6A3EF81", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/895064a0e08ade1e13df382c044d3327358e5c2aace4ef1d745f34f93e0d1bfb.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "D3065E67D2F2E55A68ACDF71ED023F81 : 052DFD3E581867BF81C3C736B31C53654D1750938E5F1F591A73FE1CE5743FEF", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=d3065e67d2f2e55a68acdf71ed023f81", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "FCBF7E2CD220535658855DFBB83D0869", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/a22c622bb7cb25bc073281de4fdd331108f4cc1cc1bb288087e797dc557c26fc.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "AA3C6AEEABE2AAADA0F52B7AC4C9E664 : 23CC2C2F191E1C2783037219E52EDA97E4AD2E73", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/762242d036b4e74606999f12594f44f87648469e4fedec6ef4932178b3dde3ee.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "552F2FB6455C20A5EC3D01168AC7513E", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/e8abb49e3e8473463a4bed009e4108688e766f331f9bdd2961b712ef2abe86b5.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "80E98721CE2A888BB7176FFFF084368F", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/3d700f9b51ef0d30df8e419ae8f41225db9f2775c83e1b7b7931e0551ca9193d.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "127F0B967A8E48DF14D8C3E3CDC134E7", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/2d2a31b03d8ef6abe835587f748ec2cd07de920cd459d7c9463fa4a9a2220bbf.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "FBA3EF33E3257EE0B075BA62511D3C60 : BEDF6C926E5B8D0F08EC50FC92CD6434DA3F1DBEBCF9B1F09A3CF0CACDEBC687", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=fba3ef33e3257ee0b075ba62511d3c60", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "55B75E92023E06143A4E2180A9FBAA51 : 1C1796F0F81BCA76E8D6B25997C95693892CE962DE2F52EE0F8D14AF6928DAAA", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=55b75e92023e06143a4e2180a9fbaa51", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "CE40FDF4C057D3C753B9AAD06E0357DF : 7241A6785184CED5C23181064F78A6036CEAF94AAC907D31B81DB4E69C642DD8", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=ce40fdf4c057d3c753b9aad06e0357df", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "BFB4A2D3133D6C4DCE2C3703F89F9766", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/a3f1704a8efff265b61225b515646c5a7758e642e848ec987d2a3ba3d85d6ca6.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "C26A034D1B36E72D800954F6CAC5BA47 : BC6D8205545DEE894CEB5AF3677C929A6D71E576", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/5748c7e9d5efd0482e40fbf6338bfe520d61ca5ca1ea6b8c919f65060bf509be.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "FF0AD133B8BD9A1D7CDED20F948FF04D", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/9fc65689991e6498f16bd6fd6da1c3524b08da5c58eda96465dde545ce5475ad.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "E631FEF976A9F2AF614CB49A93A9647D", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/002cfab52d9072c93671e9944de9da0d46b912d40c6c2be94bad47e91d5386fd.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "0B642416498C9022F6892C4D55590E12", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/a0a2633c70cbfd9b6e286c201cc8c0159faebe73ea067862e23bd6a47cacebe6.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "FCBF171497DAA92D6DDBF83D8958DE22", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/10b911d0420fe9e471dc353ef981ff5fc44456299eb441297ed242f5aaaa378a.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "3ABDA0896C218CB154ADB9DEC0C39E90", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/7db8c923b7f6908e80228cb6322377d4e057c9c6aa0353b4988ac549a0c05c14.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "5D8F0840C1D23E4ADA5398462A1552C1", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/d58abf4f58b25cc5b1acb2fc779c008d1a5be48d1e01bdb2023835f06de44186.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "82BFACEF7A372E99E2BF5ECBE7CC380C", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/846009d5c9da206eb506d72e127004cdc8d0bca13aee44f54ece6bf64e1f5bf1.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "FDF0FACFBC93639295A82E45D41FACBD : F8C25275AEC78EFCF0273F33EFF3B901CF9C5BB656EB73E4E8C70DBAA656809F", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=fdf0facfbc93639295a82e45d41facbd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "0767E948696DD0510D0F5D040A8F917C : 2F20B462DBA615C4A920BD6732A170AEBCE64536E678C939DBAD8B007E793EE0", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=0767e948696dd0510d0f5d040a8f917c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "E3F3D518CA3E42F6A29F613CCD30B723 : 50AF81261E89F510210BB0338A343DB7D6F4B22732EC185190E9A3B3E23E3F44", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=e3f3d518ca3e42f6a29f613ccd30b723", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "51729239A4E9E31F1C5205BE1FDDD6D7", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/9fb857a70a052b19120ef94445d19ab0a41a3a7cd22101217483178f7be78a7b.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "B7510F467D4BD875C526D72490DA800D", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/84549e06d45203997fca26cda6a790db44f72172a1388e9063523e3978f1102e.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "A740281F7F89AE17BE8CC298C77C771C", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/dc0afc5dd96fce203c2d64e714fc8d92298b7f37cd002ea6d6358c9f4cbf0b6d.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "C49179B7A575E09BA623E36777CAC9E2", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/d9abfcfeb905a5860fbb2f86ab7e79bbe4c10bba8690c9bb728c2ee9f4dd987c.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "1EC0029E9E9C9602D5891FA5401FFA2E", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/ef0880239a1720f1dc1d2af6743a38fdee85d7b3513d58b812d053771c41582e.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "03221B359498CB79C0A27F2BA3998225", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/0029f3f11c02bcaccc12dcd53da3f4f25d236e8a17d85d17553653ddd7bed6d0.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "B4FE3AC685833922DABDB2579B22949F", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/1bb52fb2af55797d7e8e97216cc5ac0576054d7496c19d98353aafb552944812.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "8BF8171BD2EDB78AC09970160A6B6358 : F0A41064EB6EF4DA94105A34AAFC3EF63E0C9BE59B71372467814EBAED4A7A85", - "Organization": "PDFExaminer Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=8bf8171bd2edb78ac09970160a6b6358", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "BA7FD9DF69FCB1A1B2E21FAAB92906D0", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/accb013b588a1956fff71314ced7c939f82edd278c1e3cad800cdf0b0030ded6.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "624778E8800831E591C05DAA5D17548B", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/890ca5364332e0f20edfb0233de511f00233391aa3f2e0fc544330b40eaf9843.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "2C24BA0153ADA0E19D582B4C9C062DF3 : 7F8AEC5AC086DD9B9841F41A651C13927379D3FB7FDB7C3A2205F81417EC826B", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=2c24ba0153ada0e19d582b4c9c062df3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "35282BDC0CB9DB980F06340737107B57", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/5f65bd31d58651f9047a6057eafa67174e83e3a6a805d71cc2ef3a870a7fc63a.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "12AB71AB188B20AEFE4DB4693164CE25", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/da97968b9eacf36ebd92ba80daf284dffae90910eec30b1692b892dfcb13e124.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "96DC7B1BA955F0C11DC392A7E85283D5", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/5598f96d2550458bc726149a3a24b1a80df818847a4b428341eaad5414c09bb0.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "09368D1CD473762A0D4B14B27C7D99CF", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/547cfe049e394fa3dce0358519245bcfddd31e98762fa37e05c1ee994815e7f4.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "5227C8AA947FF08C0929958FFB7EA1F0 : 4339131AFFAD0EC8155B251323A492DC7D55275DCA9C672CD46C593A8655F00A", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=5227c8aa947ff08c0929958ffb7ea1f0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "AC78A9CEDF26B66A20E80F10409A683E", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/62d1131d2f6c76c7d530c7e833841d44915a6b5a32aa6192881cdf77034e79f2.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "ABC365793CB69ACB0A5833A03E7EFBD5", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/dd5e025f01d04df685937b8d8df95a6b054809fdfd51202cf616e082e7e3ec54.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "3128A7B53164F211C8C5E92B35FA0AA5", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/ce241f35907752d1dca1472c8a863624309669a87dda3e200891574ac04cad39.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "65FF186DFFE72BA41A12DCEE2ECE27D2", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/78b8827cc38b57caad3b6b87a02047277414744f8c33d72b804fdcb686939b2a.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "59BA624099E7EA947F27AD07EF17CFFE", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/ec3616135be7137a26e3afd2d1b2f446a7de4bd66258f53864833f13b55c413b.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "C1CD661A864A58B124F5BA0E2C56BBF4", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/2b11d7104af6a440b2d275ebfcb42bf916088da470b2745e606993e1c3ad1a22.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "14C7B20BDD3D0ED6E743509BB8802597 : CB6D7D395DE978F842BAD1E2F810FB97EADC9A6A0756AC96CA779DD591C21D2A", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=14c7b20bdd3d0ed6e743509bb8802597", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "61F2CA1E043613EE5E1EFE660D3B2465", - "Organization": "Cryptam Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/66fc970d65200277ceb5a17be3037d3d2f24d622580bd5b810cd84867356e5e0.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "9BDD1E5B7ADF488CD1E08384C86FFFA8", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/ed5558ad28eb9a18054b4e5028d201290f86f2ceb649d060c03e3420683c9c07.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "3ADFCE0376741F6BB2519453A905ABE0", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/53c1cc4ece7199e88959586de4b885c1be5da3717e4a700e5e8e5c6e4781631a.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "67C8A61F7815F1D40528C5F357BD3E5E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/67c8a61f7815f1d40528c5f357bd3e5e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "37CD70DBA631DDB0772D728A247ECC42", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/37cd70dba631ddb0772d728a247ecc42", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "B704EF547D8C718E55E50352BE8B7489", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b704ef547d8c718e55e50352be8b7489", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "6964D10AC0750013E316FAA222E7A853", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6964d10ac0750013e316faa222e7a853", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor.MSIL.Bladabindi.a" - }, - { - "Type": "File", - "Value": "1D9F013E26B2CBEACCA47AB9F7F0F94E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1d9f013e26b2cbeacca47ab9f7f0f94e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "BB85F4C7CB9AE20307F03513E1B0E5E6", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bb85f4c7cb9ae20307f03513e1b0e5e6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious:W32.Waledac.KQ.ifit.mg" - }, - { - "Type": "File", - "Value": "87701939E04A0C8833D0AEAE86FDDADC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/87701939e04a0c8833d0aeae86fddadc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Generic_a.a.(kcloud)" - }, - { - "Type": "File", - "Value": "71A2EE603AE1C6DD452C8D988C6E1E0F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/71a2ee603ae1c6dd452c8d988c6e1e0f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F80F8858346CB59D8BF7865651AF52FC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f80f8858346cb59d8bf7865651af52fc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic.128148F9" - }, - { - "Type": "File", - "Value": "CA161963505527059275CC547944997B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ca161963505527059275cc547944997b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojWare.Win32.Agent.PDSB" - }, - { - "Type": "File", - "Value": "F764E13AA97061B62A20779453EA462B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f764e13aa97061b62a20779453ea462b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "7B92773FB5A87802CECED196D8B520F2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7b92773fb5a87802ceced196d8b520f2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Scar.hmoc.yleu" - }, - { - "Type": "File", - "Value": "6C75066EF220583D68F2EA9963C9D4B3", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6c75066ef220583d68f2ea9963c9d4b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CF0A53F8885E0329C173AD0DFC7189B9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cf0a53f8885e0329c173ad0dfc7189b9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojanDownloader.Upatre.afdk" - }, - { - "Type": "File", - "Value": "36EAF371E9673B978467D6489A2F7F69", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/36eaf371e9673b978467d6489a2f7f69", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F52983C72D258100C4CB24EA202234AA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f52983c72d258100c4cb24ea202234aa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Adware.MAC.OSX.BundloreCA.1" - }, - { - "Type": "File", - "Value": "172033427EE2F84A44774B11E48A6A99", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/172033427ee2f84a44774b11e48a6a99", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "84584FA177F1561D700D9E788151714B", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/84584fa177f1561d700d9e788151714b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F3B1F888499037C29F6B837E1F879246", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f3b1f888499037c29f6b837e1f879246", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FD8C243E32A7A427AAEE18D7E136EE4C", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fd8c243e32a7a427aaee18d7e136ee4c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "62A5A251F58C861D686814A84065D4FA", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/62a5a251f58c861d686814a84065d4fa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C7CB34B3F5FEE200FA6CCE45A235F9CB", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c7cb34b3f5fee200fa6cce45a235f9cb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "96650285C39823B1B839EE08B0E6E7F7", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/96650285c39823b1b839ee08b0e6e7f7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8E38C68F2AA12A7715B065F37A1CA1EE", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8e38c68f2aa12a7715b065f37a1ca1ee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7A21F42CFCD589332C93B6B52746228E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7a21f42cfcd589332c93b6b52746228e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "65B5C22D7FA730020BD7B8E13291C275", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/65b5c22d7fa730020bd7b8e13291c275", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:P:Unknown!Eldorado" - }, - { - "Type": "File", - "Value": "6411B4C9FFDA051E7F68ABCA62603CFC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6411b4c9ffda051e7f68abca62603cfc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Risktool.Flystudio.015775" - }, - { - "Type": "File", - "Value": "E98B3653D21033B5C1A5D4203569DEE1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e98b3653d21033b5c1a5d4203569dee1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic.11EFDA2D" - }, - { - "Type": "File", - "Value": "5ECDF1EFFCDA5547BC3DFCFD851DCCAB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5ecdf1effcda5547bc3dfcfd851dccab", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:010!Eldorado" - }, - { - "Type": "File", - "Value": "655AE02745C07CD064464DC9196D5569", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/655ae02745c07cd064464dc9196d5569", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "45D79EB6F4E6B9EB6B19D8DA6BD53C63", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/45d79eb6f4e6b9eb6b19d8da6bd53c63", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Scar.hmoc.yleu" - }, - { - "Type": "File", - "Value": "AA6BB3B9209AFD653BA94FB11F7763CD", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/aa6bb3b9209afd653ba94fb11f7763cd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B675A97389A19B891F007F07908178B7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b675a97389a19b891f007f07908178b7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "VIRUS_UNKNOWN" - }, - { - "Type": "File", - "Value": "3636A56327B765C3A750933A3762A29F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3636a56327b765c3a750933a3762a29f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "112A5D7C739CF763A70400F9AB48E696", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/112a5d7c739cf763a70400f9ab48e696", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B87FF49AD3AF4FCB3334DE1F6F477364", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b87ff49ad3af4fcb3334de1f6f477364", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VB!Eldorado" - }, - { - "Type": "File", - "Value": "EED2F1BC51498762FA0FE55416A1CDEB", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/eed2f1bc51498762fa0fe55416a1cdeb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FDF6A0066305CD6A61A6F75B611C463F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fdf6a0066305cd6a61a6f75b611c463f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "21E0570C0375A9F76362F4A55B554FDA", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/21e0570c0375a9f76362f4a55b554fda", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0CE0B58D99582E81DAAC3FEB538A2D37", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0ce0b58d99582e81daac3feb538a2d37", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor/AndroidOS.apik" - }, - { - "Type": "File", - "Value": "C051328FD47557B2C1E43A9E03B54E43", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c051328fd47557b2c1e43a9e03b54e43", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5D4FA4B5FFC571657212F8AE24C0115E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5d4fa4b5ffc571657212f8ae24c0115e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "DD1A633E3E6911F09BF556EFCCBBD991", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dd1a633e3e6911f09bf556efccbbd991", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6E10CE03EF88E916000B6594508A21E5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6e10ce03ef88e916000b6594508a21e5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Amonetize" - }, - { - "Type": "File", - "Value": "7E2787E53FD1AC8B73EEA7917AA6DE59", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7e2787e53fd1ac8b73eea7917aa6de59", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "52399493B74B72676D94B925A7B7F3D6", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/52399493b74b72676d94b925a7b7f3d6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "090838AF9D8629E297A872C2D6B5C788", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/090838af9d8629e297a872c2d6b5c788", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0DB4303FA703C73DD730F31E4F657D74", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0db4303fa703c73dd730f31e4f657d74", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "82E9E6D73CB8562A652E0931C350E7AA", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/82e9e6d73cb8562a652e0931c350e7aa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E4BE2C18CAC5066E99ECDA871B35634A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e4be2c18cac5066e99ecda871b35634a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "63821FD4408D5E178ADA09F494F7CE37", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/63821fd4408d5e178ada09f494f7ce37", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Win32.ADH" - }, - { - "Type": "File", - "Value": "3D3F9F65CE356974B5BE87C3A76DD69D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3d3f9f65ce356974b5be87c3a76dd69d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/PatchFile.iu" - }, - { - "Type": "File", - "Value": "4DCD39603A6CC22B785019B69D8CDA82", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4dcd39603a6cc22b785019b69d8cda82", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor.Win32.FlyAgent.h" - }, - { - "Type": "File", - "Value": "45558AF8A0148496C65B9B7BCEB65D9A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/45558af8a0148496c65b9b7bceb65d9a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VB!Eldorado" - }, - { - "Type": "File", - "Value": "4CA957FD128DCBCB7FB9CA9FB50F21D8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4ca957fd128dcbcb7fb9ca9fb50f21d8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "8529C62AB777CAEB4AC1AEA69A24413D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8529c62ab777caeb4ac1aea69a24413d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Trojan.Heur.FU.pq2@aS5CA0dG" - }, - { - "Type": "File", - "Value": "AA4D5C7F48EAF18D79E8C2D66A5133BE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/aa4d5c7f48eaf18d79e8c2d66a5133be", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.Heur.gen" - }, - { - "Type": "File", - "Value": "36B75977A3FCA41C4242322E11A283E9", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/36b75977a3fca41c4242322e11a283e9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6720889D3305F56BECC3ED262BAA4994", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6720889d3305f56becc3ed262baa4994", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8C7EA6C7D4094AEC629E7728422574B2", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8c7ea6c7d4094aec629e7728422574b2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6DD8FDD1924AEF1E907C24CE79F2F047", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6dd8fdd1924aef1e907c24ce79f2f047", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Crypt.Heur.gen" - }, - { - "Type": "File", - "Value": "F8ED3F3FE0C4EB818F7743EED26BD057", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f8ed3f3fe0c4eb818f7743eed26bd057", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "EC1F31A521A2D5BE801A21E07C47D753", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ec1f31a521a2d5be801a21e07c47d753", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "94658A5F92F71886FA06DD4DB3241AE5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/94658a5f92f71886fa06dd4db3241ae5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.OnlineGames" - }, - { - "Type": "File", - "Value": "BB4048CD88C020D360A793F2CA7F7EE5", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bb4048cd88c020d360a793f2ca7f7ee5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1FEAF1AC432034E5990DD5A4CBE3B5A8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1feaf1ac432034e5990dd5a4cbe3b5a8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Agent.ewlj" - }, - { - "Type": "File", - "Value": "190E2619B5ACD44ED931CDEB096E111A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/190e2619b5acd44ed931cdeb096e111a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious file" - }, - { - "Type": "File", - "Value": "AAC3A8763DC205B2FA6DF972411B5D09", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/aac3a8763dc205b2fa6df972411b5d09", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Worm/Runouce.fc" - }, - { - "Type": "File", - "Value": "E38A94F451DA023AA6E04A428542BDF6", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e38a94f451da023aa6e04a428542bdf6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4DF7D46EBE299DC58051BEDB83DDD9B4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4df7d46ebe299dc58051bedb83ddd9b4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.cbyt" - }, - { - "Type": "File", - "Value": "28DB7C6C33AAC0BAF147C8B12C0ADCF4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/28db7c6c33aac0baf147c8b12c0adcf4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Generic.bkbsn" - }, - { - "Type": "File", - "Value": "702F5296AD3D6FB3C2D123B43D417769", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/702f5296ad3d6fb3c2d123b43d417769", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "81134C402BEE0C139F934DE3BFC4A5FD", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/81134c402bee0c139f934de3bfc4a5fd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1804AF72EBD7C2212ED6674F16C5F9DE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1804af72ebd7c2212ed6674f16c5f9de", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "0EED990236D5AEE6CB25506F9F1A90D5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0eed990236d5aee6cb25506f9f1a90d5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.MSILPerseus.54860" - }, - { - "Type": "File", - "Value": "B42ECCBB4752221537508C350F2D170D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b42eccbb4752221537508c350f2d170d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "BCF04DD1F4C1505368B3DAD8E3D2774F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bcf04dd1f4c1505368b3dad8e3d2774f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "056CC4075578FF1CF1F8613AC10C6D78", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/056cc4075578ff1cf1f8613ac10c6d78", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B1252AAFDAD5CB8FC3B28E3A77404919", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b1252aafdad5cb8fc3b28e3a77404919", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "E89A9133FF29C3B654407C49B3439094", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e89a9133ff29c3b654407c49b3439094", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.MSILPerseus.52729" - }, - { - "Type": "File", - "Value": "97EBB3DB8B5917E136F96887DC24A585", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/97ebb3db8b5917e136f96887dc24a585", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "03C94C8B93F73AEE02F7BDD0F7ABC336", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/03c94c8b93f73aee02f7bdd0f7abc336", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B499D6C4D6D89C224E31C6E600FF5123", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b499d6c4d6d89c224e31c6e600ff5123", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Crypt.Heur.gen" - }, - { - "Type": "File", - "Value": "24061A430CBFD0B855C8640A7758B0C9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/24061a430cbfd0b855c8640a7758b0c9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Barys.68" - }, - { - "Type": "File", - "Value": "EC9D1804C743654FC1D65A1BD8A65B19", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ec9d1804c743654fc1d65a1bd8a65b19", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "54CD1DCFA7348CCBA36492A0FBB1F263", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/54cd1dcfa7348ccba36492a0fbb1f263", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.zwty" - }, - { - "Type": "File", - "Value": "1A32D9F46A36648AA191057A2B482E8F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1a32d9f46a36648aa191057a2b482e8f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Undef.(kcloud)" - }, - { - "Type": "File", - "Value": "2CBBEF7F92C6D0565EEC9EFA02EB83F7", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2cbbef7f92c6d0565eec9efa02eb83f7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "036CB2C65A0BC54EF05BF77DB9FC71ED", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/036cb2c65a0bc54ef05bf77db9fc71ed", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B30A995422FCF645FAA61EB66EA90B6F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b30a995422fcf645faa61eb66ea90b6f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B28CABD67C6FC5AB05D56B798DBA4C80", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b28cabd67c6fc5ab05d56b798dba4c80", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "57D004665D731AE5755D994729ADEC84", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/57d004665d731ae5755d994729adec84", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:010!Eldorado" - }, - { - "Type": "File", - "Value": "8B2698D3F6D76A4892A0A14AB8BD62E0", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8b2698d3f6d76a4892a0a14ab8bd62e0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious:Heuri.NewThreat.MVM" - }, - { - "Type": "File", - "Value": "F90EF34759C444C968771C11EEF9C465", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f90ef34759c444c968771c11eef9c465", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Strictor.50582" - }, - { - "Type": "File", - "Value": "89D080EBD4F2A05F7043F4D5F8482C46", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/89d080ebd4f2a05f7043f4d5f8482c46", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.cbyt" - }, - { - "Type": "File", - "Value": "BBA704E4AD7A5BCDE99B830AA4A6A3DB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bba704e4ad7a5bcde99b830aa4a6a3db", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Heur.hm" - }, - { - "Type": "File", - "Value": "C4F9466380A3B3764A4851774901A373", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c4f9466380a3b3764a4851774901a373", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9C7BDF4B7FFD6099F7847D61E62FAC0D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9c7bdf4b7ffd6099f7847d61e62fac0d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "VIRUS_UNKNOWN" - }, - { - "Type": "File", - "Value": "0E0304EB1F87285D49F41D0C7492DB82", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0e0304eb1f87285d49f41d0c7492db82", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "B248BCD0FC310F6EC11EBCFB62468B63", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b248bcd0fc310f6ec11ebcfb62468b63", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:P:Unknown!Eldorado" - }, - { - "Type": "File", - "Value": "868F17216BE01B4563402325D88D6391", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/868f17216be01b4563402325d88d6391", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3411EB49F3243A74A3AD600B9D199644", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3411eb49f3243a74a3ad600b9d199644", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TScope.Malware-Cryptor.SB" - }, - { - "Type": "File", - "Value": "DBFBBB0A8B712D44FC883ACCFE920D5D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dbfbbb0a8b712d44fc883accfe920d5d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojanSpy.MSIL.oey" - }, - { - "Type": "File", - "Value": "649DCFF9A4DFE0BE8657E2B42A924098", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/649dcff9a4dfe0be8657e2b42a924098", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Undef.(kcloud)" - }, - { - "Type": "File", - "Value": "1F8BC930973074B00C40D6B84101A399", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1f8bc930973074b00c40d6b84101a399", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FC9719CC2A028DC7B7746862A9C5A928", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fc9719cc2a028dc7b7746862a9c5a928", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DB5A39CBC149C67B5038D63802A55700", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/db5a39cbc149c67b5038d63802a55700", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Generic.bkbsn" - }, - { - "Type": "File", - "Value": "FD3325BCCDD50AFA0A3851096A47E5BF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fd3325bccdd50afa0a3851096a47e5bf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Megalodon.A3" - }, - { - "Type": "File", - "Value": "929F2D445A22C31C23988FC6A5127CE9", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/929f2d445a22c31c23988fc6a5127ce9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "285D13580A99624361003DBB97423158", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/285d13580a99624361003dbb97423158", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojanDropper.Injector.arlb" - }, - { - "Type": "File", - "Value": "517923F8B766FEBE07CF5F96C0FDAD7C", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/517923f8b766febe07cf5f96c0fdad7c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D1B24AA44E895898481E49C83C5F9508", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d1b24aa44e895898481e49c83c5f9508", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CA9B56CEC15EA4422714AC8B3B42CF62", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ca9b56cec15ea4422714ac8b3b42cf62", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BE4A93081FE98191969D2C89B37B7F89", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/be4a93081fe98191969d2c89b37b7f89", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C94B8D5D783BB5438832B02BCFB1A58A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c94b8d5d783bb5438832b02bcfb1a58a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C56FECCE56A65607506482CACDD058CC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c56fecce56a65607506482cacdd058cc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:008!Eldorado" - }, - { - "Type": "File", - "Value": "171E9FB3A5FDA6346FEC20D669CCDA79", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/171e9fb3a5fda6346fec20d669ccda79", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Malware-gen" - }, - { - "Type": "File", - "Value": "051B4FC06BDCFD0AFCB07092F0500D7F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/051b4fc06bdcfd0afcb07092f0500d7f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0B8DF8080BCF252FD781EC8EB79C8853", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0b8df8080bcf252fd781ec8eb79c8853", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:002!Eldorado" - }, - { - "Type": "File", - "Value": "EE31AB8BE6AE94EEAAE929B7A57DDDF2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ee31ab8be6ae94eeaae929b7a57dddf2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VB!Eldorado" - }, - { - "Type": "File", - "Value": "1CDB6C9B30C1643238259EA3C3B41AB3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1cdb6c9b30c1643238259ea3c3b41ab3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious:W32.Rodecap.AS.pjcs.mg" - }, - { - "Type": "File", - "Value": "551262B811EEB9FDD47021DFE9392080", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/551262b811eeb9fdd47021dfe9392080", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4101BFBFD9DE396620CE50E1D9F4FB4C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4101bfbfd9de396620ce50e1d9f4fb4c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Generic.avfto" - }, - { - "Type": "File", - "Value": "DC7DEE1F8BAFC1B6FE0A46E813B3D3CC", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dc7dee1f8bafc1b6fe0a46e813b3d3cc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3AE7EB505E66572F729A94BF4C6D800F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3ae7eb505e66572f729a94bf4c6d800f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Zapchast.bv.(kcloud)" - }, - { - "Type": "File", - "Value": "18021B7183B307FD8B616389C4987122", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/18021b7183b307fd8b616389c4987122", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A365D4187132B0C4632314A53F250A91", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a365d4187132b0c4632314a53f250a91", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "447A76BDA423AD777C2101D3907885C1", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/447a76bda423ad777c2101d3907885c1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "650F41116377E74697723158FE9298B6", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/650f41116377e74697723158fe9298b6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E45383EB0E6A22F830452D08DB1779BB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e45383eb0e6a22f830452d08db1779bb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "047CB821D26CF3E5B9C1A5FAFD06511A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/047cb821d26cf3e5b9c1a5fafd06511a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2ECDB593E0D2CBD00E3D07482493F125", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2ecdb593e0d2cbd00e3d07482493f125", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Generic_a.a.(kcloud)" - }, - { - "Type": "File", - "Value": "1C05AB4D0DE2AF8A552DE6CEC1BBB7A9", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1c05ab4d0de2af8a552de6cec1bbb7a9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FA7F76943BFE23BF34D0AD9722974E42", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fa7f76943bfe23bf34d0ad9722974e42", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8F468CBDB514DBDA67974CFC4E9F55DA", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8f468cbdb514dbda67974cfc4e9f55da", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "93D7E719709EF7C8D16631D691560115", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/93d7e719709ef7c8d16631d691560115", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C00C2FA411EC66BA2E59A11C6B9F81C9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c00c2fa411ec66ba2e59a11c6b9f81c9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Strictor.111324" - }, - { - "Type": "File", - "Value": "0166337CC5F01C16F1B49CE41054B267", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0166337cc5f01c16f1b49ce41054b267", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EE0194EF81530D465190FF7D5919153C", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ee0194ef81530d465190ff7d5919153c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "017AD18C94DB958301CAC87AC8F797A3", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/017ad18c94db958301cac87ac8f797a3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B0AC800209ED0FC5A920A12F5DB741A8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b0ac800209ed0fc5a920a12f5db741a8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "E964D815BD0E42778BE94ED8D58B580E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e964d815bd0e42778be94ed8d58b580e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "AED842CEC0CBCFCC4D5766CE0B527192", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/aed842cec0cbcfcc4d5766ce0b527192", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojanDownloader.Small.adxz" - }, - { - "Type": "File", - "Value": "063182B114BAD28C6239703C6686F112", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/063182b114bad28c6239703c6686f112", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "8DC446E39412864EEB19FA8CC8B3586C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8dc446e39412864eeb19fa8cc8b3586c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/FlySky.AH.worm" - }, - { - "Type": "File", - "Value": "4AD940090AA00FC193C320CEDD5C3965", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4ad940090aa00fc193c320cedd5c3965", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "F285665B1C49DB2ABA95AAF3FFEAE055", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f285665b1c49db2aba95aaf3ffeae055", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2C2493FB05C7E525241A57D66126524D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2c2493fb05c7e525241a57d66126524d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "7B04CBAE9255B1F98D15921FF33DC311", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7b04cbae9255b1f98d15921ff33dc311", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.024583" - }, - { - "Type": "File", - "Value": "E20BBBA6367DF654ADAA36C150AC39D3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e20bbba6367df654adaa36c150ac39d3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "B11F21696860F2BCCA6FCF723DA251D6", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b11f21696860f2bcca6fcf723da251d6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Virus.Lamer.a" - }, - { - "Type": "File", - "Value": "58E63D7A9C8EC8CB7C5E954DF174EA4D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/58e63d7a9c8ec8cb7c5e954df174ea4d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "1059526A3697EED7ADF67CE3B8FCBD3F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1059526a3697eed7adf67ce3b8fcbd3f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "74CA5B6B40A99F4337480DF22E7E6150", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/74ca5b6b40a99f4337480df22e7e6150", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1BAB956FF65C1D7EDC06DDCE18B932FF", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1bab956ff65c1d7edc06ddce18b932ff", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "20727DD178AE016F8A061B7029938619", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/20727dd178ae016f8a061b7029938619", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1A20C23061A62A9590A699C9D66BDE78", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1a20c23061a62a9590a699c9d66bde78", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.01823" - }, - { - "Type": "File", - "Value": "28191B921FD08B8D412B0488727A84FD", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/28191b921fd08b8d412b0488727a84fd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "AE9B69A344F3B126EAF93045BD0D158F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ae9b69a344f3b126eaf93045bd0d158f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "AB70F69C74AD39F7C112EF7D35DB5C2D", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ab70f69c74ad39f7c112ef7d35db5c2d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B396729290884E9120F0A76CA81805A7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b396729290884e9120f0a76ca81805a7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:IN:NSIS!Eldorado" - }, - { - "Type": "File", - "Value": "0287C297D676A30218E34C2EE96E3D64", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0287c297d676a30218e34c2ee96e3d64", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "VIRUS_UNKNOWN" - }, - { - "Type": "File", - "Value": "DDF8843BB025D9FAE70CC9A94E77BD5F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ddf8843bb025d9fae70cc9a94e77bd5f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Undef.(kcloud)" - }, - { - "Type": "File", - "Value": "414442273D94DD64BEFDE0BDB10A4ABC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/414442273d94dd64befde0bdb10a4abc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "DAC3B76A75488BF0FA1D647C4A2921B3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dac3b76a75488bf0fa1d647c4a2921b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor.XiaoBird.33 (paranoid heuristics)" - }, - { - "Type": "File", - "Value": "81C6EF722A00BE8F0968CF17457D68BD", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/81c6ef722a00be8f0968cf17457d68bd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Risktool.Flystudio.016410" - }, - { - "Type": "File", - "Value": "7234B6D04789E4D37897975E44CFBF63", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7234b6d04789e4d37897975e44cfbf63", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Barys.1920" - }, - { - "Type": "File", - "Value": "ED6E9FADE5E5DEC1267AC9976B0388B6", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ed6e9fade5e5dec1267ac9976b0388b6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Scar.hmoc.yleu" - }, - { - "Type": "File", - "Value": "5F26FE81A892C8A33436A2686B007156", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5f26fe81a892c8a33436a2686b007156", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D63FE9EF5EE1FEF5355FBCD7D508A0D8", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d63fe9ef5ee1fef5355fbcd7d508a0d8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EE664592D82BFD6474D75627880AFC9F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ee664592d82bfd6474d75627880afc9f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F0B00103BA847D225F86DF9ECD38F6FD", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f0b00103ba847d225f86df9ecd38f6fd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "A815A94664F656433489E091282BC2B0", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a815a94664f656433489e091282bc2b0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "CD9467AF1135187FE24A1C3EC7390B17", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cd9467af1135187fe24a1c3ec7390b17", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1141B5E52C3059413A6D339A275D13C7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1141b5e52c3059413a6d339a275d13c7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "3E566ECE66E708E4577D9E7DF052982B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3e566ece66e708e4577d9e7df052982b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Crypt.Heur.gen" - }, - { - "Type": "File", - "Value": "A4F95A74B530241172B06FD8439BE974", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a4f95a74b530241172b06fd8439be974", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:008!Eldorado" - }, - { - "Type": "File", - "Value": "41DC3D5CE8BB13A283BC8B97B5C2BD72", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/41dc3d5ce8bb13a283bc8b97b5c2bd72", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CE7EDB7A2DEBD556A49664EC1A7A0651", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ce7edb7a2debd556a49664ec1a7a0651", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:010!Eldorado" - }, - { - "Type": "File", - "Value": "4FE624613045BB18789ED8F3A6560222", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4fe624613045bb18789ed8f3a6560222", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "071936D7FAF70D11481232126662C47D", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/071936d7faf70d11481232126662c47d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A82F9241C9A2CEFEF92D1804EA9D9B27", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a82f9241c9a2cefef92d1804ea9d9b27", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Risktool.Flystudio.017466" - }, - { - "Type": "File", - "Value": "C71D542B5B4AE4738688456CD2F08D51", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c71d542b5b4ae4738688456cd2f08d51", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "A88B8F15D454CC884AAFDF940703B576", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a88b8f15d454cc884aafdf940703b576", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "00AE2947C29A2299E694D4A1063BF45C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/00ae2947c29a2299e694d4a1063bf45c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:002!Eldorado" - }, - { - "Type": "File", - "Value": "224EECD18D7D7EF61BC37897D01D2049", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/224eecd18d7d7ef61bc37897d01d2049", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6BC2628275B37A308952ACD5441BFB93", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6bc2628275b37a308952acd5441bfb93", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Generic Malware" - }, - { - "Type": "File", - "Value": "74E5E7A7C1CB05123747FEBAA678EE69", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/74e5e7a7c1cb05123747febaa678ee69", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "9A1C66BA92097753C9694BB125AD5D09", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9a1c66ba92097753c9694bb125ad5d09", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "14DE67971C6943C754B4F0100AEFB175", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/14de67971c6943c754b4f0100aefb175", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EEF2CB96B5908AF3C4F2575ACE315019", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/eef2cb96b5908af3c4f2575ace315019", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DEC188C25FBED36C773E19621A5A7BD5", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dec188c25fbed36c773e19621a5a7bd5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FAA70F5B741E0BD9A5455DBA964873E8", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/faa70f5b741e0bd9a5455dba964873e8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "37A91C2D7E39103D2B45B8516E7D5CD4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/37a91c2d7e39103d2b45b8516e7d5cd4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "F3B7553ECD9C505048A4281F2C7074D6", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f3b7553ecd9c505048a4281f2c7074d6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F44974C740B8C3B2825A8B403716AEEC", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f44974c740b8c3b2825a8b403716aeec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CCCA004605D96A229CEF07AA25DBC30D", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ccca004605d96a229cef07aa25dbc30d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "59A114C563F89808FDFECDE6C94C89F8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/59a114c563f89808fdfecde6c94c89f8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic.pak!cobra" - }, - { - "Type": "File", - "Value": "D418B0D672606F31CE6A681E70B74AB7", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d418b0d672606f31ce6a681e70b74ab7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "63869981EB17AE2E6F9344E5E6BFD31F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/63869981eb17ae2e6f9344e5e6bfd31f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "289D937424B69B89884B38C60C24D604", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/289d937424b69b89884b38c60c24d604", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "CB1FEEDB154A6DF924CE76D93B396D3F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cb1feedb154a6df924ce76d93b396d3f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "45D75B58330AA27900B55DE3BD24370C", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/45d75b58330aa27900b55de3bd24370c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "84DEE2BBE8480E4DF0DACD26F24F433A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/84dee2bbe8480e4df0dacd26f24f433a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Worm/Mytob.aka" - }, - { - "Type": "File", - "Value": "3FC354F4CD9DAF35012B16259140F34B", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3fc354f4cd9daf35012b16259140f34b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "29D0B16224B2EF7D466576B62E0E0B2F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/29d0b16224b2ef7d466576b62e0e0b2f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Hacktool.Flystudio.015448" - }, - { - "Type": "File", - "Value": "E6560AE854F8F017F40F8F04EF88D37F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e6560ae854f8f017f40f8f04ef88d37f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B19CE28EB16BDC1BCF0AF772619DB4D0", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b19ce28eb16bdc1bcf0af772619db4d0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "LooksLike.Win32.Beebone.a" - }, - { - "Type": "File", - "Value": "49509A92BD54F761939BE4D93375FA2D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/49509a92bd54f761939be4d93375fa2d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "AdWare.DealPly.aetr" - }, - { - "Type": "File", - "Value": "F890CEA8E20504F403C46FFC2E13CFDE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f890cea8e20504f403c46ffc2e13cfde", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious file" - }, - { - "Type": "File", - "Value": "976CC9347BF74F176E873A3971B88165", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/976cc9347bf74f176e873a3971b88165", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Risktool.Flystudio.027729" - }, - { - "Type": "File", - "Value": "ED049DFD5E6C9AF34AD0EFB3EA143BF5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ed049dfd5e6c9af34ad0efb3ea143bf5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.ajoef" - }, - { - "Type": "File", - "Value": "9ABFC0445D721B38AEC16A866A00616B", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9abfc0445d721b38aec16a866a00616b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4C3B53EA691F80085FB6868A413FC07A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4c3b53ea691f80085fb6868a413fc07a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A474AFF7CCF9F53793390969DA4DAC8D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a474aff7ccf9f53793390969da4dac8d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:004!Eldorado" - }, - { - "Type": "File", - "Value": "D623CF6C3D503CD2A35C34104D2ADA90", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d623cf6c3d503cd2a35c34104d2ada90", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DB2AE6953B428C75ABF0E7FB6709E47D", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/db2ae6953b428c75abf0e7fb6709e47d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E33034E5D06C976A41ACAA8F1344898E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e33034e5d06c976a41acaa8f1344898e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9EB825E9DC0AE4DDC6932EDCFC32D67D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9eb825e9dc0ae4ddc6932edcfc32d67d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "A4C7A2A6AC4133F10C31E614B565E514", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a4c7a2a6ac4133f10c31e614b565e514", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1A065CB612A5A11DE5C2F36BDE2D99A3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1a065cb612a5a11de5c2f36bde2d99a3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Worm.Rebhip.019054" - }, - { - "Type": "File", - "Value": "CF5B0264BB6ABB53FBCF20917A08ACED", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cf5b0264bb6abb53fbcf20917a08aced", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0756C80FF84CF37F90190DDC3D9EA50E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0756c80ff84cf37f90190ddc3d9ea50e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5AE28C8E523909F0A315FA13DAD6A49B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5ae28c8e523909f0a315fa13dad6a49b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "5015B9E0D27CFDE46829849DA4C1A8F4", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5015b9e0d27cfde46829849da4c1a8f4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2542BD52C8AADB11A9AF9A597EE614EA", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2542bd52c8aadb11a9af9a597ee614ea", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "31C7FFE6B486FC87288CB652381C3664", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/31c7ffe6b486fc87288cb652381c3664", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Dropper.Heur.gen" - }, - { - "Type": "File", - "Value": "BCE4576E6953647EBCDF3732FC081F90", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bce4576e6953647ebcdf3732fc081f90", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.akmct" - }, - { - "Type": "File", - "Value": "334B14076EB1516B8D228906AC7C8DDA", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/334b14076eb1516b8d228906ac7c8dda", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BB28659F91D1407299849335FDE365F6", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bb28659f91d1407299849335fde365f6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Risktool.Flystudio.015775" - }, - { - "Type": "File", - "Value": "DDA36949633669F6851DE05C6388C3C0", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dda36949633669f6851de05c6388c3c0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "EBB61F669C45135D5D3B34F6927D213C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ebb61f669c45135d5d3b34f6927d213c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Zusy.127736" - }, - { - "Type": "File", - "Value": "BAA80F1C3319ECBAD947C0AE5C59EE7C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/baa80f1c3319ecbad947c0ae5c59ee7c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "B298835A7426BAB63B00AB0F40B77DF6", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b298835a7426bab63b00ab0f40b77df6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EB3EF52556F75F9AFA66539C841683FC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/eb3ef52556f75f9afa66539c841683fc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Generic_a.c.(kcloud)" - }, - { - "Type": "File", - "Value": "CEEB09BBEA867B9B57BF911AD4286AE2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ceeb09bbea867b9b57bf911ad4286ae2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Generic_a.a.(kcloud)" - }, - { - "Type": "File", - "Value": "ADF6A56F2749AB9F06B470D6B3C3C57E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/adf6a56f2749ab9f06b470d6b3c3c57e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "FF38BCA2BB695CDF93EA99CBEA778F10", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ff38bca2bb695cdf93ea99cbea778f10", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Backdoor.Heur.gen" - }, - { - "Type": "File", - "Value": "7D617536CEA063092275FAD5B8379783", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7d617536cea063092275fad5b8379783", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor/AndroidOS.apik" - }, - { - "Type": "File", - "Value": "E43CA5C3E59063073B320450ADBD255B", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e43ca5c3e59063073b320450adbd255b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "83EF8C1426250754DA340A66C4FC4E40", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/83ef8c1426250754da340a66c4fc4e40", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Dropper.Heur.gen" - }, - { - "Type": "File", - "Value": "36B97059A33BF44256E825BB2FD18AC0", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/36b97059a33bf44256e825bb2fd18ac0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "63FA72FDD038E149A54CDC4A9A0EB4AA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/63fa72fdd038e149a54cdc4a9a0eb4aa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:IN:NSIS!Eldorado" - }, - { - "Type": "File", - "Value": "E6D8FD74CD0CBD6336A6CAB04D02E7E7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e6d8fd74cd0cbd6336a6cab04d02e7e7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "[Suspicious]" - }, - { - "Type": "File", - "Value": "0F5B7EE49B1FEE8927D9C4970AAD5B86", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0f5b7ee49b1fee8927d9c4970aad5b86", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Risktool.Flystudio.017725" - }, - { - "Type": "File", - "Value": "717ED79E475EA9EF41D9FFD526B213F7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/717ed79e475ea9ef41d9ffd526b213f7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/GdSda.A" - }, - { - "Type": "File", - "Value": "8C62DD29BDAF957675B442A68519B379", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8c62dd29bdaf957675b442a68519b379", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2DB104A79FDB4542D2268F9DDEDB190A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2db104a79fdb4542d2268f9ddedb190a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Variant.Kazy.cqa" - }, - { - "Type": "File", - "Value": "DE5454A8A83FB90B64649816EA2CDB6F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/de5454a8a83fb90b64649816ea2cdb6f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "411F460B98DA26C2B29B479FD92E358A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/411f460b98da26c2b29b479fd92e358a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Crypt.Heur.gen" - }, - { - "Type": "File", - "Value": "FC0467EC0A51A24118FD1CEDF0A84550", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fc0467ec0a51a24118fd1cedf0a84550", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A0CFF2F7530E629CE622769DF8ACDC06", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a0cff2f7530e629ce622769df8acdc06", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:002!Eldorado" - }, - { - "Type": "File", - "Value": "09F63870636FB59BED4BFBA2321C8EB8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/09f63870636fb59bed4bfba2321c8eb8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Generic.Downloader.A8" - }, - { - "Type": "File", - "Value": "1FC6B2C3C9CDCE9696EB786C0CB8C6F4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1fc6b2c3c9cdce9696eb786c0cb8c6f4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.acpce" - }, - { - "Type": "File", - "Value": "1408B03DADAD3001B3A8DD16F994A249", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1408b03dadad3001b3a8dd16f994a249", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0716B47FAA8660C301E73872EB86F080", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0716b47faa8660c301e73872eb86f080", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.cbyt" - }, - { - "Type": "File", - "Value": "23D62FCA74E217139788AE64119AC5C9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/23d62fca74e217139788ae64119ac5c9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.Heur.gen" - }, - { - "Type": "File", - "Value": "A221D2C8A9950B8A7932117E72EB83E9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a221d2c8a9950b8a7932117e72eb83e9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:002!Eldorado" - }, - { - "Type": "File", - "Value": "A26372A3BB2ABDA5D027CD1AB7C716BA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a26372a3bb2abda5d027cd1ab7c716ba", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "9536973C0EB42CB2FC880AC97C2CA38F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9536973c0eb42cb2fc880ac97c2ca38f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Banker.(kcloud)" - }, - { - "Type": "File", - "Value": "955C5E631D989E263A8069DCAE464F95", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/955c5e631d989e263a8069dcae464f95", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "4528D0281D8F2B9DC89CD3FE30B82B0D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4528d0281d8f2b9dc89cd3fe30b82b0d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVMH004.a" - }, - { - "Type": "File", - "Value": "59BF19D65459DA8EB91F6F5F9A5F722E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/59bf19d65459da8eb91f6f5f9a5f722e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "93B1FD16A93688A1D9541988B4145C99", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/93b1fd16a93688a1d9541988b4145c99", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C5228B5D2C973A33EAC5E0ABEF51943B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c5228b5d2c973a33eac5e0abef51943b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "E4A29D9485E33D74573C09D0D58C3014", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e4a29d9485e33d74573c09d0d58c3014", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5A98091590E703FCC88D2C595EE802EB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5a98091590e703fcc88d2c595ee802eb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "DD5C4609D6418E11B30E9E1D275BC92A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dd5c4609d6418e11b30e9e1d275bc92a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Malware-gen" - }, - { - "Type": "File", - "Value": "E80BDFA7C2514982B86E6316C88B753E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e80bdfa7c2514982b86e6316c88b753e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "AB8D2F0BA7FAE62541AC01AFD9A179C5", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ab8d2f0ba7fae62541ac01afd9a179c5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A69A9EA7CEE1A585245A7577DE78574B", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a69a9ea7cee1a585245a7577de78574b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C208DC2E0D32B55041BEA6C70AEEABA8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c208dc2e0d32b55041bea6c70aeeaba8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "NetTool.RPCHook.f" - }, - { - "Type": "File", - "Value": "4535E8371C087FD4C62ED91F9CFA71F3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4535e8371c087fd4c62ed91f9cfa71f3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Packed.Multi.fbj" - }, - { - "Type": "File", - "Value": "7583AE717ADFDA85D296DBB75909D991", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7583ae717adfda85d296dbb75909d991", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "F9910CF278E38C1911BBEAE3DDFBEDC2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f9910cf278e38c1911bbeae3ddfbedc2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Trojan.Heur2.DP.uYW@aud77Fni" - }, - { - "Type": "File", - "Value": "4C506D43C889C605D0FCCAF8B76A4885", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4c506d43c889c605d0fccaf8b76a4885", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "EF8324B9CD65A1BB2C83B2EA0C68809A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ef8324b9cd65a1bb2c83b2ea0c68809a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Packed/PECompact" - }, - { - "Type": "File", - "Value": "3CEB34621AAC25794116DEDFA4B01387", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3ceb34621aac25794116dedfa4b01387", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "4774525CC9B2E84F877DDFB15A1B6364", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4774525cc9b2e84f877ddfb15a1b6364", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "398EDFB2867963B87B7615C30FD2350F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/398edfb2867963b87b7615c30fd2350f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "786141E65C4282BEA89CCB5A7A0C146F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/786141e65c4282bea89ccb5a7a0c146f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VB!Eldorado" - }, - { - "Type": "File", - "Value": "3C82623278E1DDA5DAC8670BC5DC4173", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3c82623278e1dda5dac8670bc5dc4173", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Jorik.htdp" - }, - { - "Type": "File", - "Value": "9E0570B9DB89EE85B398309920185469", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9e0570b9db89ee85b398309920185469", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVMH004.a" - }, - { - "Type": "File", - "Value": "A060BA1F6E0847CBB592B08FA3BDE251", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a060ba1f6e0847cbb592b08fa3bde251", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4F4049DB5FCE237A7D3B54E057311592", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4f4049db5fce237a7d3b54e057311592", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "1B5910EAD2E973879F67302C8B2595BA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1b5910ead2e973879f67302c8b2595ba", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "RiskTool.HackKMS.w" - }, - { - "Type": "File", - "Value": "CAF2AFE5AA30EABAC5F2E8C7571A92D4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/caf2afe5aa30eabac5f2e8c7571a92d4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Undef.(kcloud)" - }, - { - "Type": "File", - "Value": "17E42EEA559097828DD2EA69C3E81045", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/17e42eea559097828dd2ea69c3e81045", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:P:Unknown!Eldorado" - }, - { - "Type": "File", - "Value": "BD240F259C6CED1AC1868E629FF85321", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bd240f259c6ced1ac1868e629ff85321", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "60AFF626938E90D51A27D1E17C53B00E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/60aff626938e90d51a27d1e17c53b00e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Worm.VBS.aad" - }, - { - "Type": "File", - "Value": "8C3B6841DA399A2FCE47E5D0F375646C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8c3b6841da399a2fce47e5d0f375646c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "8C27D27517B8C74E5F64FA0B8486E53B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8c27d27517b8c74e5f64fa0b8486e53b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.MSIL.bxse" - }, - { - "Type": "File", - "Value": "1D7FACEDA9A4CE0CA8849194ABDCD35D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1d7faceda9a4ce0ca8849194abdcd35d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "2EBF323D0BB700CBF97D595A5C6A87E2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2ebf323d0bb700cbf97d595a5c6a87e2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor.Farfli.arb" - }, - { - "Type": "File", - "Value": "0F969E6FFB1156D2B96AB9F043F98220", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0f969e6ffb1156d2b96ab9f043f98220", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Generic_a.a.(kcloud)" - }, - { - "Type": "File", - "Value": "2F653B5FB60B0A0334BB11052BC1151A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2f653b5fb60b0a0334bb11052bc1151a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "DCDE4A8CB8EC9C20B92B64C346A7CCC4", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dcde4a8cb8ec9c20b92b64c346a7ccc4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8852186CCAE53A5236FDC73176E81C9D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8852186ccae53a5236fdc73176e81c9d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Kazy.156045" - }, - { - "Type": "File", - "Value": "619A2E1F9508EF22A3B472A8323EA7FA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/619a2e1f9508ef22a3b472a8323ea7fa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor.Win32.Bladabindi.353792" - }, - { - "Type": "File", - "Value": "CE21E6D9958E5B4805F623197DF1CC75", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ce21e6d9958e5b4805f623197df1cc75", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Downloader.Donex.p" - }, - { - "Type": "File", - "Value": "13399A3F62B94454576492ABDC275115", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/13399a3f62b94454576492abdc275115", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C4504154B89B26E317E18314540BC9B2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c4504154b89b26e317e18314540bc9b2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Symmi.25236" - }, - { - "Type": "File", - "Value": "14143DCD9164DACF091F3574770307E7", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/14143dcd9164dacf091f3574770307e7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "615EED693B8876FB715659F5BF4C8B45", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/615eed693b8876fb715659f5bf4c8b45", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Genome.asqy" - }, - { - "Type": "File", - "Value": "501211B8DF6BDD18D0D9A10FE8BCD63F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/501211b8df6bdd18d0d9a10fe8bcd63f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9BB992C137BE667C4A41793062B2D584", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9bb992c137be667c4a41793062b2d584", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F51ED36DFFC080AAFD4186749737A1D1", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f51ed36dffc080aafd4186749737a1d1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3F139DC8A0565701B6AE4DC5135D010F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3f139dc8a0565701b6ae4dc5135d010f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Agent.fc.(kcloud)" - }, - { - "Type": "File", - "Value": "0F5A44F29C1F2708CFAFD78F7CED2B46", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0f5a44f29c1f2708cfafd78f7ced2b46", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:012!Eldorado" - }, - { - "Type": "File", - "Value": "58855032E5ADE59081705141C4EF8AD8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/58855032e5ade59081705141c4ef8ad8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Downloader.Heur.gen" - }, - { - "Type": "File", - "Value": "1CC12EC160F0D2AA38E93AD2C7532B48", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1cc12ec160f0d2aa38e93ad2c7532b48", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "F925D985A221823FC466559F0F15821D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f925d985a221823fc466559f0f15821d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.PSW.QQPass.ib" - }, - { - "Type": "File", - "Value": "AE2E9F77D1AB1BD8EE3139A3082D7358", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ae2e9f77d1ab1bd8ee3139a3082d7358", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7AD9DA268FE07C5D3B07A61355F9BED1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7ad9da268fe07c5d3b07a61355f9bed1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "CBDE5CF2814D0D7A165DBEA12992A099", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cbde5cf2814d0d7a165dbea12992a099", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "8F385770017D074FCAD0686B73D57D6A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8f385770017d074fcad0686b73d57d6a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Diztakun.015380" - }, - { - "Type": "File", - "Value": "963162E19B1357C161A571ADA822E782", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/963162e19b1357c161a571ada822e782", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Android.Trojan.AutoSMS.PG" - }, - { - "Type": "File", - "Value": "5732703B5F3A4559036CDEC71F040081", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5732703b5f3a4559036cdec71f040081", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "02725C183A2BE51946CB331A71F63383", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/02725c183a2be51946cb331a71f63383", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic!BT" - }, - { - "Type": "File", - "Value": "47FA4BE44A61AE6B4BCF9CA5ADDBFD5E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/47fa4be44a61ae6b4bcf9ca5addbfd5e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojanDropper.Agent.btez" - }, - { - "Type": "File", - "Value": "BEDA45AFF74DB8A59EBC278E914044C5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/beda45aff74db8a59ebc278e914044c5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "EB40DC35D413DBF916A9476CABEB5158", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/eb40dc35d413dbf916a9476cabeb5158", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "B2513F858C46D5547DD7AB09C610CB92", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b2513f858c46d5547dd7ab09c610cb92", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "066A72F72B5A951D9E6C39B1CFA11F62", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/066a72f72b5a951d9e6c39b1cfa11f62", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Bladabindi.P.owvf" - }, - { - "Type": "File", - "Value": "4A608E3F93027BB32138A17C1FE61E12", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4a608e3f93027bb32138a17c1fe61e12", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "63FBBA267A68205DD9FDD29554BF0986", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/63fbba267a68205dd9fdd29554bf0986", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Trojan.Heur.GM.1000810900" - }, - { - "Type": "File", - "Value": "4D2A800F8D15694DE3D2AEDBD9E528BF", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4d2a800f8d15694de3d2aedbd9e528bf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "ADE3187925834D4BF691FE0FE0853DE0", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ade3187925834d4bf691fe0fe0853de0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Generic Malware" - }, - { - "Type": "File", - "Value": "846AA83AF2753D65DF23A35D1963AA1E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/846aa83af2753d65df23a35d1963aa1e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B9302D343DA191D1E12574A4E9317A35", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b9302d343da191d1e12574a4e9317a35", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "927384D9D293FA47803AC69EF95C1B58", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/927384d9d293fa47803ac69ef95c1b58", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVMH008.a.(kcloud)" - }, - { - "Type": "File", - "Value": "F5CF6A20A29F28397C1621442C6EF9D9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f5cf6a20a29f28397c1621442c6ef9d9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor/Hupigon.cmtl" - }, - { - "Type": "File", - "Value": "EDB522CA6074CCD19FE0A31EDF32B4C1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/edb522ca6074ccd19fe0a31edf32b4c1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:P:Unknown!Eldorado" - }, - { - "Type": "File", - "Value": "5FE56CEEBD3FE2BEED556AC36CB8AD3C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5fe56ceebd3fe2beed556ac36cb8ad3c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "MSIL:Crypt-KT" - }, - { - "Type": "File", - "Value": "CE25465D6CA9A1CF5BD8DFE4E5B9E71C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ce25465d6ca9a1cf5bd8dfe4e5b9e71c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious:W32.Delf.PVZ.bfju.mg" - }, - { - "Type": "File", - "Value": "8EBECB25F716103470AB98D600BA3C4D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8ebecb25f716103470ab98d600ba3c4d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojWare.Win32.TrojanDropper.Agent.PNA" - }, - { - "Type": "File", - "Value": "86676E15A1E85BC2FF04B4C9FFC46C27", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/86676e15a1e85bc2ff04b4c9ffc46c27", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "E851838ED6029E2A14C16099DF2D3440", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e851838ed6029e2a14c16099df2d3440", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "63B42E0A9548270748FA912C116FF2FC", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/63b42e0a9548270748fa912c116ff2fc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2D3E0C15B1120242580C6D2E51B57C26", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2d3e0c15b1120242580c6d2e51b57c26", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVM099.a.(kcloud)" - }, - { - "Type": "File", - "Value": "FD388572E0DFA183DA5A3CA13999C87A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fd388572e0dfa183da5a3ca13999c87a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Riskware.Dupatcher.A4" - }, - { - "Type": "File", - "Value": "0C385C0A8D0A0EBA23C05F96617D8AE7", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0c385c0a8d0a0eba23c05f96617d8ae7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "763372C29BAA38240A85198F6E5F92E6", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/763372c29baa38240a85198f6e5f92e6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "95D6D927F8C49D13A2E637AE9D2677C9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/95d6d927f8c49d13a2e637ae9d2677c9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Packed.Multi.fbj" - }, - { - "Type": "File", - "Value": "0B74F78A8A1F9F6116C8EA8AC7F76F4B", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0b74f78a8a1f9f6116c8ea8ac7f76f4b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "92997DF1D7EA94D3A99E6D28DF8500C0", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/92997df1d7ea94d3a99e6d28df8500c0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "85C2D4334D1C6593A57266EC61DA6B6A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/85c2d4334d1c6593a57266ec61da6b6a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C5A845F08289714C32D11126D976AEEC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c5a845f08289714c32d11126d976aeec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "F5C5469D8D13FBFB6D2B3D26C506F094", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f5c5469d8d13fbfb6d2b3d26c506f094", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "425D23DC70238819362AE192C33C5F94", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/425d23dc70238819362ae192c33c5f94", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0A9EA23BA1F4E72B7885B2165B7D0CE1", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0a9ea23ba1f4e72b7885b2165b7d0ce1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "24B9C498DD4DA4A82A73FEC2D4D64208", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/24b9c498dd4da4a82a73fec2d4d64208", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Worm/Mytob.aka" - }, - { - "Type": "File", - "Value": "3DE4A776A01239036EB97B386878C924", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3de4a776a01239036eb97b386878c924", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "HEUR/QVM11.1.Malware.Gen" - }, - { - "Type": "File", - "Value": "7A3B99A663BC0D5ADF4C3A760764A1E9", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7a3b99a663bc0d5adf4c3a760764a1e9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2DA5D467938DB113FAF342F858145185", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2da5d467938db113faf342f858145185", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Risktool.Flystudio.017723" - }, - { - "Type": "File", - "Value": "21393D04C7A3CCBED66ABBB558E9A486", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/21393d04c7a3ccbed66abbb558e9a486", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0C70B199F71DD8F4060D8671229B9485", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0c70b199f71dd8f4060d8671229b9485", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:002!Eldorado" - }, - { - "Type": "File", - "Value": "421954D1F4144A390207B2CE25F4F5A0", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/421954d1f4144a390207b2ce25f4f5a0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "39BC005B2BB31E0E1BBD4154D217BBE6", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/39bc005b2bb31e0e1bbd4154d217bbe6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "8DE0D99485D83F4E3FF44D283492549A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8de0d99485d83f4e3ff44d283492549a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "C224F63DE577958964DDDA83CCFDCA3B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c224f63de577958964ddda83ccfdca3b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "7698C5E581E87EC5818B03300BC28499", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7698c5e581e87ec5818b03300bc28499", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "DC9081D0B4D4A11D6B694DD4FF0C8373", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dc9081d0b4d4a11d6b694dd4ff0c8373", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:IN:NSIS!Eldorado" - }, - { - "Type": "File", - "Value": "EBDA06FA46D8B6D84A51DC2DCAEA02AD", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ebda06fa46d8b6d84a51dc2dcaea02ad", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3E8E322B2F99C46E45C7E80635775D87", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3e8e322b2f99c46e45c7e80635775d87", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vienna.730" - }, - { - "Type": "File", - "Value": "0168C52018FBD1B8ECE2A8CB6D0580F2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0168c52018fbd1b8ece2a8cb6d0580f2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor/Linux.io" - }, - { - "Type": "File", - "Value": "6576D36D5CFD3AB9B46F8CEA8636B1E1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6576d36d5cfd3ab9b46f8cea8636b1e1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Heur2.dd" - }, - { - "Type": "File", - "Value": "AFBA01269A9859E1E57CEDD550672613", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/afba01269a9859e1e57cedd550672613", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Generic.Downloader.A8" - }, - { - "Type": "File", - "Value": "688D276B6695DE3A03652A77F496DEC8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/688d276b6695de3a03652a77f496dec8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "1DFC5E744E1F7D0114E96A1103947812", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1dfc5e744e1f7d0114e96a1103947812", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Menti.ljoh" - }, - { - "Type": "File", - "Value": "07E539AF9C1F42652D2DAE485F00FCD9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/07e539af9c1f42652d2dae485f00fcd9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic.14926A98" - }, - { - "Type": "File", - "Value": "4C667FDD801786E63090570D988E0DD2", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4c667fdd801786e63090570d988e0dd2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "59A1BBAB35DEBC6AD9C479E39D94E67E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/59a1bbab35debc6ad9c479e39d94e67e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B7FDBEAAC85105F038A83F90EB69ED47", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b7fdbeaac85105f038a83f90eb69ed47", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "488FC23BE76445D4400F0C530D9E1D20", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/488fc23be76445d4400f0c530d9e1d20", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "DDC13D848884843C86E3FDD241261645", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ddc13d848884843c86e3fdd241261645", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "972D54772834A850E365382D99DFB1CC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/972d54772834a850e365382d99dfb1cc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Generic.bedqy" - }, - { - "Type": "File", - "Value": "DB3F4BD99BFBD602E8C0FD959E100DAA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/db3f4bd99bfbd602e8c0fd959e100daa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "CE2F3013087747A6A3563F8BD57BD8C1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ce2f3013087747a6a3563f8bd57bd8c1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/PatchFile.et" - }, - { - "Type": "File", - "Value": "F80FD059839533C6AD19DC1DDC59D21F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f80fd059839533c6ad19dc1ddc59d21f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "275918B1CF8682A677FFFEB782E06340", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/275918b1cf8682a677fffeb782e06340", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CE2FB7D0209CEDCBC469858EE0A646F7", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ce2fb7d0209cedcbc469858ee0a646f7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:P:Unknown!Eldorado" - }, - { - "Type": "File", - "Value": "A2B5746FBA862B227FC0CFD2BFAE8410", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a2b5746fba862b227fc0cfd2bfae8410", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/PatchFile.et" - }, - { - "Type": "File", - "Value": "BE12D059C2CBA7A0FFCE8227FA6F2FE5", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/be12d059c2cba7a0ffce8227fa6f2fe5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "44DC3C049358C12EC3FE94F63BBFD758", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/44dc3c049358c12ec3fe94f63bbfd758", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E01C14B5BE8D0776229D7F7A8DC87023", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e01c14b5be8d0776229d7f7a8dc87023", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Backdoor.Heur.gen" - }, - { - "Type": "File", - "Value": "DDAA751AF53F88FE0F3BC5B471C94AD4", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/ddaa751af53f88fe0f3bc5b471c94ad4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Malware-gen" - }, - { - "Type": "File", - "Value": "698495B389A54F3584F4AF0001DADBCB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/698495b389a54f3584f4af0001dadbcb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "37B89735842BF0C7A4FD177906BDA851", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/37b89735842bf0c7a4fd177906bda851", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BE089DB84747872AC43BC76682A20192", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/be089db84747872ac43bc76682a20192", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BB31F2776536ABCFC1093CBA9F6CB44F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bb31f2776536abcfc1093cba9f6cb44f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7735DBCFA0B16CD08F76AA4743B46D2D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7735dbcfa0b16cd08f76aa4743b46d2d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVMH008.a.(kcloud)" - }, - { - "Type": "File", - "Value": "5E158E88BAE8FBCF257E16C1B07FD6F9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5e158e88bae8fbcf257e16c1b07fd6f9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "TrojWare.Win32.Trojan.XPack.~gen1" - }, - { - "Type": "File", - "Value": "849B60FED52E8244D0962764782F03C9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/849b60fed52e8244d0962764782f03c9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "F9958FF941727AE3891BE6E95BB983F3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f9958ff941727ae3891be6e95bb983f3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Agent.hvkx" - }, - { - "Type": "File", - "Value": "BB06E88D9526CA41C4A5EC64DE925C41", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bb06e88d9526ca41c4a5ec64de925c41", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6ABC095713852AAE178FAB6A34D86DFB", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6abc095713852aae178fab6a34d86dfb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B5774650119080AB6DD2303FA7050319", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b5774650119080ab6dd2303fa7050319", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1544E15DA698CF9DE67682558141CC0B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1544e15da698cf9de67682558141cc0b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "HEUR:Trojan.Win32.Generic" - }, - { - "Type": "File", - "Value": "F995C5FD53A218EB6D99FC281C436908", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f995c5fd53a218eb6d99fc281c436908", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2412C76A827FCBF986D6384DC97A85DE", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2412c76a827fcbf986d6384dc97a85de", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "29C9DA8F8F1E63E754549B1E7762B7E9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/29c9da8f8f1e63e754549b1e7762b7e9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "5D51CBD5CB797CFE58733C294FAF2296", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5d51cbd5cb797cfe58733c294faf2296", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "858D7011EB3924C9750A21E1A9A36B4A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/858d7011eb3924c9750a21e1a9a36b4a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7164E9E26C6F2A96247CF93DF798216E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7164e9e26c6f2a96247cf93df798216e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "not-a-virus:PSWTool.Win32.NetPass.ah" - }, - { - "Type": "File", - "Value": "4CFE6CF4E8E54A102CA07B9C6087348A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4cfe6cf4e8e54a102ca07b9c6087348a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Heur.ahz" - }, - { - "Type": "File", - "Value": "7A0F653DDA725A15DE969C6D8DCFD1DF", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7a0f653dda725a15de969c6d8dcfd1df", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic.fgoq" - }, - { - "Type": "File", - "Value": "D7F6C96C295747292366CF87FB14DCD8", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d7f6c96c295747292366cf87fb14dcd8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "RiskTool.HackKMS.j" - }, - { - "Type": "File", - "Value": "B229A8FAA6FA5BA27EBE5694E9BF3261", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b229a8faa6fa5ba27ebe5694e9bf3261", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/PatchFile.et" - }, - { - "Type": "File", - "Value": "D64C1AE11699E5D327E1FF9C7B8BBF62", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d64c1ae11699e5d327e1ff9c7b8bbf62", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "1B1E00A1E0452031F9FF7F5C19E4BE40", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1b1e00a1e0452031f9ff7f5c19e4be40", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "94AB0E8AC64D6EB2A64016B31F9811E3", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/94ab0e8ac64d6eb2a64016b31f9811e3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5690F218F714292391A3B1971563CDFB", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5690f218f714292391a3b1971563cdfb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DEB73B9798C5DF87D3BFA24313CB0AEB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/deb73b9798c5df87d3bfa24313cb0aeb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "0FE9BF46EBFA96A51598D4C2EAB751F3", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0fe9bf46ebfa96a51598d4c2eab751f3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5279033339D74A2B22E10678E67CF85B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5279033339d74a2b22e10678e67cf85b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "3ACCFDECD2997EF6E53A805A6E87F38B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3accfdecd2997ef6e53a805a6e87f38b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "HackTool.Win32.Keygen" - }, - { - "Type": "File", - "Value": "C68AB527252127D8678B40BFEB3CCC89", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c68ab527252127d8678b40bfeb3ccc89", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Zusy.69665" - }, - { - "Type": "File", - "Value": "6FAB2F126F416220BBB62A16F01E0DB3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6fab2f126f416220bbb62a16f01e0db3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Android.Adware.Wapsx.A" - }, - { - "Type": "File", - "Value": "94D75527033326CD209F9237B356B5AD", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/94d75527033326cd209f9237b356b5ad", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8C44D2A31866F263C04D3DC8996294F9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8c44d2a31866f263c04d3dc8996294f9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Generic Trojan" - }, - { - "Type": "File", - "Value": "F293A1F95366BA980BBE9B6D049C8886", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f293a1f95366ba980bbe9b6d049c8886", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "A3B44EBF7B23830572D6B4DB5DCF5637", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a3b44ebf7b23830572d6b4db5dcf5637", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "980FF1BA011B66F5B95BE8E0BA9009D1", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/980ff1ba011b66f5b95be8e0ba9009d1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "018D2E78EDFC17D51D4EAA18FE4A0DEB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/018d2e78edfc17d51d4eaa18fe4a0deb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Zusy.127736" - }, - { - "Type": "File", - "Value": "7181ABD724DB11391C0176D2715F9F30", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7181abd724db11391c0176d2715f9f30", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "18F945BFD9E2D0444DCA1EFADC5A179D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/18f945bfd9e2d0444dca1efadc5a179d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic.pak!cobra" - }, - { - "Type": "File", - "Value": "3A3DCCCD66A5014D667E716C03D346C0", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3a3dcccd66a5014d667e716c03d346c0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Crypt.Heur.gen" - }, - { - "Type": "File", - "Value": "A67632F3782A3EBAD762AA78C21FF670", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a67632f3782a3ebad762aa78c21ff670", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:P0:ASPack!Eldorado" - }, - { - "Type": "File", - "Value": "40A05C2E4084C66990FF8B572E1C792A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/40a05c2e4084c66990ff8b572e1c792a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "99C27ECABAF1045C73B3DFA17D0A6C10", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/99c27ecabaf1045c73b3dfa17d0a6c10", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6237EBCC1FD198E7DF366630265C1DD4", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6237ebcc1fd198e7df366630265c1dd4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9A5DF7F097B6A8A49E2E04753D1E44C7", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9a5df7f097b6a8a49e2e04753d1e44c7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E95DD51DDF96950C91FC70A3546D9A2E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e95dd51ddf96950c91fc70a3546d9a2e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C105FB38F8EAFC6DE128CADDD852294D", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c105fb38f8eafc6de128caddd852294d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B8E05D58D9B51471BEA4B3BCF70ABFAA", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b8e05d58d9b51471bea4b3bcf70abfaa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4FB719248FC16B194E922A372B25BE5D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4fb719248fc16b194e922a372b25be5d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Win32.Inject" - }, - { - "Type": "File", - "Value": "8423B955A05D9BF3DB4DDF5D17A62199", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8423b955a05d9bf3db4ddf5d17a62199", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "408758680C9409E98C7E151F2CB5EB2A", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/408758680c9409e98c7e151f2cb5eb2a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "13804BD2C184AE86D22A3D711DA77B8F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/13804bd2c184ae86d22a3d711da77b8f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Worm.Rebhip.019054" - }, - { - "Type": "File", - "Value": "57808B6DBE73C29D447D021D4DBFDDC4", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/57808b6dbe73c29d447d021d4dbfddc4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C09A0A55CDE5404789BF54D380800F8E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c09a0a55cde5404789bf54d380800f8e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "11A5D5C121F85BA54ECDE63F2F6FA49C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/11a5d5c121f85ba54ecde63f2f6fa49c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "F6B9D8CE136F72D6E012F560F429F2A5", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f6b9d8ce136f72d6e012f560f429f2a5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "09C4081AF2934F76BC7FFD9ADFA242D5", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/09c4081af2934f76bc7ffd9adfa242d5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4B656E4F734A7D96FAB14EE118740B6C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4b656e4f734a7d96fab14ee118740b6c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Backdoor.Generic.aeqp" - }, - { - "Type": "File", - "Value": "8E72536C61DBC378434ED91716609468", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8e72536c61dbc378434ed91716609468", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "6FAAF7DCBB53B1036793CCF1593E8E41", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/6faaf7dcbb53b1036793ccf1593e8e41", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "F6D8BB708D6896443CE8026861358EFA", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f6d8bb708d6896443ce8026861358efa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "604188E98764AA6C9A8FA9D40A7602DC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/604188e98764aa6c9a8fa9d40a7602dc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:001!Eldorado" - }, - { - "Type": "File", - "Value": "1E58A097DC7CB6A7862CCF34450FD657", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1e58a097dc7cb6a7862ccf34450fd657", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Generic Trojan" - }, - { - "Type": "File", - "Value": "574841842851F8B49AECDA74E124EBD9", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/574841842851f8b49aecda74e124ebd9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "835E3715E7D11C0873875BF5D1EFC816", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/835e3715e7d11c0873875bf5d1efc816", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Generic_a.a.(kcloud)" - }, - { - "Type": "File", - "Value": "9012BA2400EF27089C5522F5930F4765", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9012ba2400ef27089c5522f5930f4765", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0D7D4FC4C83FE5C618B43FA81FCAB33E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0d7d4fc4c83fe5c618b43fa81fcab33e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Win32.Generic.14926A98" - }, - { - "Type": "File", - "Value": "9FD5D4BCF1535874B30BA315AC433F69", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9fd5d4bcf1535874b30ba315ac433f69", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "437797137F87CCC969FA156C2A89255E", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/437797137f87ccc969fa156c2a89255e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "DAB0017D61B490C7FED21016D9B508A9", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dab0017d61b490c7fed21016d9b508a9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D6F8F33E86932FAFDAE1936F6BAD59CB", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d6f8f33e86932fafdae1936f6bad59cb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/Trojan.97a" - }, - { - "Type": "File", - "Value": "FEDD26A1A08DC7B0EEA111296815D71F", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fedd26a1a08dc7b0eea111296815d71f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3037169609B8F1123A36BB97529B622B", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/3037169609b8f1123a36bb97529b622b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:007!Eldorado" - }, - { - "Type": "File", - "Value": "D6FB8E3EAD57F262A1676FFB0A3651FD", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/d6fb8e3ead57f262a1676ffb0a3651fd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9BECA19F9BD7139BED56FAC56B5A4681", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9beca19f9bd7139bed56fac56b5a4681", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Heur.KVMH004.a" - }, - { - "Type": "File", - "Value": "41361019EE4657EDE224E44C7E6AA9B5", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/41361019ee4657ede224e44c7e6aa9b5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "101FDCE4EEC6390AAA4455741557376A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/101fdce4eec6390aaa4455741557376a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:.NET!Eldorado" - }, - { - "Type": "File", - "Value": "5FF8F02123A70A369C9ECC7068629592", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/5ff8f02123a70a369c9ecc7068629592", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8253824BDDC355AC887363E37C2BCFBC", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8253824bddc355ac887363e37c2bcfbc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "E38DBADD3EDADF8C5F58C097E95668A1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e38dbadd3edadf8c5f58c097e95668a1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Cosmu.luq" - }, - { - "Type": "File", - "Value": "79092C99FA066BEB4B5EFB8D280254DA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/79092c99fa066beb4b5efb8d280254da", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/Trojan.Dropper.b73" - }, - { - "Type": "File", - "Value": "E7BCFAC3350D4F147D2A2ABCB96AD920", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/e7bcfac3350d4f147d2a2abcb96ad920", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trj/Delf.ZL" - }, - { - "Type": "File", - "Value": "F17B61603F4093AEA07BF2246313D3AA", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/f17b61603f4093aea07bf2246313d3aa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Strictor.111736" - }, - { - "Type": "File", - "Value": "065F4A5A9BA9F8759C18AF3DD9EAF5C2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/065f4a5a9ba9f8759c18af3dd9eaf5c2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "8C1D4409BFE788B85D30FFED612258FE", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/8c1d4409bfe788b85d30ffed612258fe", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DEFB34EFA47B368CAB0179F1CF150D14", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/defb34efa47b368cab0179f1cf150d14", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DEE779F251847E82F7C618E96E5BF656", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dee779f251847e82f7c618e96e5bf656", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:002!Eldorado" - }, - { - "Type": "File", - "Value": "47F66A59D6AD5F9C6AE738E528585E88", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/47f66a59d6ad5f9c6ae738e528585e88", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4FC457B08A43D351C2E12C4AE88D64B3", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/4fc457b08a43d351c2e12c4ae88d64b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A71BCEC8E0EE9A15942B98FDF5F3040B", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/a71bcec8e0ee9a15942b98fdf5f3040b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DC5251DBAEBFB43131996EB8310AAC06", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dc5251dbaebfb43131996eb8310aac06", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/PatchFile.et" - }, - { - "Type": "File", - "Value": "9066C14B0D28F56D216D1FF213C822B3", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9066c14b0d28f56d216d1ff213c822b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VC!Eldorado" - }, - { - "Type": "File", - "Value": "2C1DF2964EA76E9AC668E367DF64A338", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/2c1df2964ea76e9ac668e367df64a338", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:Delphi!Eldorado" - }, - { - "Type": "File", - "Value": "59F6E285356B203426E62AFD26D01DC6", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/59f6e285356b203426e62afd26d01dc6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "469BD77240C4201A2217A9E7EB818BAC", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/469bd77240c4201a2217a9e7eb818bac", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CFC47CED171470E3C66E385975A5721C", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/cfc47ced171470e3c66e385975a5721c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Android.Riskware.SmsPay.G" - }, - { - "Type": "File", - "Value": "0BF0DA7B7ABAF815726649444F0E3867", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/0bf0da7b7abaf815726649444f0e3867", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "781BAAEF947CB575B7740115456E48E6", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/781baaef947cb575b7740115456e48e6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.MSIL.bxse" - }, - { - "Type": "File", - "Value": "C19521BED13C45D129218238C45DCA4F", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c19521bed13c45d129218238c45dca4f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Generic.bemfm" - }, - { - "Type": "File", - "Value": "1DB0B12F77A4DA66173351AAE0AC16B3", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/1db0b12f77a4da66173351aae0ac16b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7D6D2AC747DB8825F6BEC6857810C560", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7d6d2ac747db8825f6bec6857810c560", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32:Evo-gen" - }, - { - "Type": "File", - "Value": "759CD746BB1FF6A8B6D50FA98DDB7679", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/759cd746bb1ff6a8b6d50fa98ddb7679", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7CEEEC2B8F9F4C88499D12D60FB1E6E2", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7ceeec2b8f9f4c88499d12d60fb1e6e2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:IN:NSIS!Eldorado" - }, - { - "Type": "File", - "Value": "BC13A1870C8A962CCE481D5E10FAE12A", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/bc13a1870c8a962cce481d5e10fae12a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.Generic" - }, - { - "Type": "File", - "Value": "98BEE62544B20F39279CC51D8CBB7DB1", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/98bee62544b20f39279cc51d8cbb7db1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:EX:002!Eldorado" - }, - { - "Type": "File", - "Value": "9F6CC00D40117E1FEC60AE5C8CCB7739", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/9f6cc00d40117e1fec60ae5c8ccb7739", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "W32/Felix:CO:VB!Eldorado" - }, - { - "Type": "File", - "Value": "FB0DABDFD8D708DE049A5F90D9701972", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/fb0dabdfd8d708de049a5f90d9701972", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32.Troj.Undef.(kcloud)" - }, - { - "Type": "File", - "Value": "DC91FB821876A15C0F6A3603C6BE8E6E", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/dc91fb821876a15c0f6a3603c6be8e6e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7F74E8030B70B49759011EDB1125FC96", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/7f74e8030b70b49759011edb1125fc96", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious:Backdoor.Prorat.eyu.bizk.mg" - }, - { - "Type": "File", - "Value": "B987F311DBE2F191CAF531A0CF0E12FC", - "Organization": "VirSCAN Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b987f311dbe2f191caf531a0cf0e12fc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C819B5FAC35250C2ED0CFC2403D1CDEE", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/c819b5fac35250c2ed0cfc2403d1cdee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan/Generic.azsxr" - }, - { - "Type": "File", - "Value": "B5C07BA77527A31F1EB63BE32B6EAA2D", - "Organization": "VirSCAN Source", - "Rating": 2, - "Confidence": 50, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://r.virscan.org/report/b5c07ba77527a31f1eb63be32b6eaa2d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Win32/PatchFile.et" - }, - { - "Type": "File", - "Value": "CE8B6E20E0EE177174FCA864C7451731 : A189EE99EFF919B7BEAD989C6CA252B656B61137 : D136B5014C7637DF063EF9F439A133CCE09B490A613F370FEBB620A474B15D30", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d136b5014c7637df063ef9f439a133cce09b490a613f370febb620a474b15d30/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "A68A3CD1CAB3DFD31F1EAAAB08894A8E : 06A45394EBE872452F3C286DD9444FBC14C7EF55 : 391B557ADDFE3CE888B5B9EB2DE3F51B367B7EC4E52CEABD160E5D74B9A48347", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/391b557addfe3ce888b5b9eb2de3f51b367b7ec4e52ceabd160e5d74b9a48347/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "83BDB732A83C04E5B843B15D18F349D2 : 32AA447B0715F5F3B94D3864D493E223BA0F8DE2 : EF98586C8FCDFE31BD0DCE0AD2BB9DDC89C27C2EFF2ACC41332D233789E4F898", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ef98586c8fcdfe31bd0dce0ad2bb9ddc89c27c2eff2acc41332d233789e4f898/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "74120559C84EA61C7CFB27B17F3B3554 : 81E9CBC56D25C1604E4AD7791A58A06ED9AE54D4 : 1450E7C04911D768821CD88BEE22D9C958EB06291E521BD5CA76388AA2CF665D", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1450e7c04911d768821cd88bee22d9c958eb06291e521bd5ca76388aa2cf665d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "9FB7BBEC367E940051FD9FA5B6C5EEE7 : D27A98A2B7918CF353931347ED886E838B944BF4 : AC2DA71D8B06ABB43C75A16C3EF58628ED4ADFC6E9D7F07D33E108EEB5DA4290", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ac2da71d8b06abb43c75a16c3ef58628ed4adfc6e9d7f07d33e108eeb5da4290/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DE46A6C4F4F7B98698B3888F1543FC8F : 0D98942FFFA5204B44F31E7C782919402AE486EE : 61837A590A43F0CB39E3954521DD2004EE6914085FD3AB71F4E5FE32158DE463", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/61837a590a43f0cb39e3954521dd2004ee6914085fd3ab71f4e5fe32158de463/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C1BE60694664A44B901E102B867E78E5 : 6190A844E6D451F1E73E0F8EEEEE227134D6B307 : 9C85A0BA87E2E4CAA2E55BE97055943E7629A0BFD38509AAA35644F5E939A49E", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9c85a0ba87e2e4caa2e55be97055943e7629a0bfd38509aaa35644f5e939a49e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "F0B8C17ADBDB750B49705960D20A8CEF : 7BDF2D8B529274241DF74EBEF3F9B4F0E935AE30 : C9783B3D3016A72A359E8C57770D207A26967632992FE371D746BBDC5E4AA7E7", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c9783b3d3016a72a359e8c57770d207a26967632992fe371d746bbdc5e4aa7e7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "326B77AAACB50D5A35244ABE858F31F0 : 7E57AA42B4AA15BCD35B7481809AFCBA10674E8F : F71986280469097A9CB62C200C8BC3789872E7DFB41D75D5A9179564ABFE5A30", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f71986280469097a9cb62c200c8bc3789872e7dfb41d75d5a9179564abfe5a30/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E6C820F15D17426E94220902A935AE30 : 673428D847E6DB8834B636E2CC25DE8F3B597FA2 : 32567A2BFF0E3DA39CAD36D4D78BCD1E657CFDAF1F5517A46C74406A6617A835", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/32567a2bff0e3da39cad36d4d78bcd1e657cfdaf1f5517a46c74406a6617a835/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM20.1.0000.Malware" - }, - { - "Type": "File", - "Value": "4618CD3D72D87CDCA2629B7D4CB98968 : 8E8C62F72E885F3EC66B954483A03C6609012D25 : D03FA1457FBAA777EA62659E1C17B1B1352447C76C4CAC55BA8747CD6F90C596", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d03fa1457fbaa777ea62659e1c17b1b1352447c76c4cac55ba8747cd6f90c596/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "820F4B932326364C0672557D67747740 : 9F9FA297AB67A128024D5B64C9FD4F8AB92DBCE1 : 109D2A8A7DF07E0A80D70BCA7FF9540E2CB33B9BFF65BA05F1F1A5243F454C98", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/109d2a8a7df07e0a80d70bca7ff9540e2cb33b9bff65ba05f1f1a5243f454c98/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "45568541DB4936B74E4DC28F9F94D44D : AA3C7F1BE3C1590916776F88A372A927C7938718 : BD4F4097C07F8CE62C462E50099A714672C55744155BA7E5EA5CF269C321486A", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bd4f4097c07f8ce62c462e50099a714672c55744155ba7e5ea5cf269c321486a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "21C77D8544222F7D9A77DF7078777442 : CD1189EED94804BE947D9093D8CB62D38DC997E7 : 849A5F4209A9E0F2E4116294C84CC98033F14FFCECD0B01734967C3C4EDB524B", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/849a5f4209a9e0f2e4116294c84cc98033f14ffcecd0b01734967c3c4edb524b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "AFF613122C648DE83CF4BDCB85FAC15A : 63CD758A3E2140A93C5646F315750174391118F3 : D8F9330151C7BB05688571DEDC47A4C3BBC0FB117868C1196C05EF977E416B31", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d8f9330151c7bb05688571dedc47a4c3bbc0fb117868c1196c05ef977e416b31/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "6339FCD303FBCC3A9B5A9880F7B81A6C : A91160449CF4C83624B4A5CBD7A455FC80A305B1 : 9B63CDED4696BD6F8092424003D5206DCC98D1A30DA6D9B46154AFB8760A2E7F", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9b63cded4696bd6f8092424003d5206dcc98d1a30da6d9b46154afb8760a2e7f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2D5C44560E44A377598C124DFC97DC13 : 4493EA98CA7CFA22B86718D9BBE0B2C8365A9047 : 2955247A6010B45CB3B466C078BB1CBAC7088BE40FB42AB4E8E57509FF203B08", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2955247a6010b45cb3b466c078bb1cbac7088be40fb42ab4e8e57509ff203b08/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "7C1B15F93397018CA340B9A73BCE3585 : F9B745F58E059A63FD3EBB3E816B1010EAD92405 : 4609B1ADE5F782F9CFB6D8DE0D2E75F9A9AA488260ABB883E62758CD0096AF6F", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4609b1ade5f782f9cfb6d8de0d2e75f9a9aa488260abb883e62758cd0096af6f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "90EC75B11693C68A5E69735269B1F1FA : B99BCC95C5E4745B9A6EB8E22E510F0FA8F03890 : DF98BD4B7ED72843357033290C3C13934DEE543318BF716E6CE933C4153E5B8D", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/df98bd4b7ed72843357033290c3c13934dee543318bf716e6ce933c4153e5b8d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "22ADA27405DD2DACC8729508867E2251 : 43BC4EFF6FF325463DAB6E40D98A257F3718C4F0 : 665D8800BB1A40B5D56CB683CDA7A868459D9C42B08B543F4B284122D098F5C8", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/665d8800bb1a40b5d56cb683cda7a868459d9c42b08b543f4b284122d098f5c8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "42243A236CAF0D54F143C0390B4C8976 : 8CCD090E7D0DFEAE5ED34C4ABEA7C0F770F6FA43 : 0FE4F9E56E7449DB949852F4018DBBDCD5F8A63C1AEC7834FCFFA8B66D73143D", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0fe4f9e56e7449db949852f4018dbbdcd5f8a63c1aec7834fcffa8b66d73143d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "DE1AA6FA12653258326C7ECF75C13776 : AB13C9C56FA1E278CCAE677F5BCE8B3F3A752D74 : 717FFA13BF9BEDF783D081C7E8482455991FB04B2860D3DD6795610DAB75223A", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/717ffa13bf9bedf783d081c7e8482455991fb04b2860d3dd6795610dab75223a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5B6FFEC5C3A42B9573246C3959B7678B : D4BD555BCC0DC2578773E27C2AE846A79B557C44 : CC3920F45C3715A1A72FB21134C7388FD520F9A5CA4E7339FA0969CFA3995B1A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/cc3920f45c3715a1a72fb21134c7388fd520f9a5ca4e7339fa0969cfa3995b1a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Symmi" - }, - { - "Type": "File", - "Value": "2DC7CB46D93CCFC5BCB287D1B2E9E6D9 : A9A5217BD4BF4C90EC2D65CAFEB32880208CA9B5 : 41F2E41B5D89B116750E9C9D5AD310273648005B7BB7338AEC179CF7D2C9213B", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/41f2e41b5d89b116750e9c9d5ad310273648005b7bb7338aec179cf7d2c9213b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "F55F67DAA9C67CD8FFF49520C3AD5E86 : 7455C1B15046F85B30EC468B92916FA08C045FF7 : 4B21E152EA7A155BDE3194E65E87E887848CFB547ABF4859F1B65A84C87FD326", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4b21e152ea7a155bde3194e65e87e887848cfb547abf4859f1b65a84c87fd326/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Symmi" - }, - { - "Type": "File", - "Value": "4E72B56F8B671CBE489B9F2262D03069 : 67A2902D1235B4A9F16420A7BBF440FAA49D08EE : 7C78B139580EF9493C165E5A236295ABF3B9A8AC0E0708E75C9BCB0EF7541441", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7c78b139580ef9493c165e5a236295abf3b9a8ac0e0708e75c9bcb0ef7541441/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EE664A83A7149285782DF8CD4D421778 : 9912A03D05F8EAE94BD330B51935BFF9D86AA6CB : FC04FD4F2DF3DDD7CBCEA105B799C707D0C494BFD165EEAD9A4B9F35DDFDE5E8", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/fc04fd4f2df3ddd7cbcea105b799c707d0c494bfd165eead9a4b9f35ddfde5e8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A53B1C261E2EDF1C9DD4D3C93DD391E0 : D2C489834D9D5497DBBBC548A64EA377A3159083 : 28CE868E92F9708ECBADE8FA03C3843279081D398ED48891ABF48433646E7EBB", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/28ce868e92f9708ecbade8fa03c3843279081d398ed48891abf48433646e7ebb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "01E53B3E53463BAC9CC7DCF4920BB3B7 : A602CDCC651B00D86FDD51502E3140BF82A4640D : E5B2FCD4514DD6660AB07A4B832962C9C97D35825B5C71FB112D5AA02A0329CC", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e5b2fcd4514dd6660ab07a4b832962c9c97d35825b5c71fb112d5aa02a0329cc/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B5D651765962B828C195E5861F95D52D : 49FF000B43D8278C8F8B4248B8C0B1629B356CA6 : D428C3B336E0533585B1E54259774ACB49CA1D2C3885EA9062F639B72A750899", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d428c3b336e0533585b1e54259774acb49ca1d2c3885ea9062f639b72a750899/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DDB9B218E2BBB649E6834403A5C61C62 : 51ED23FA92C250B5E40E471AD98AD603E329DDDA : 0C00411AAEA258006504FCD763D08D5858FC9EB4FBA75934D101A8B4392E1418", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0c00411aaea258006504fcd763d08d5858fc9eb4fba75934d101a8b4392e1418/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CF80B06A25D8D45C9B3C8880F24C5A7D : 55548904BDE5122E96B07A61C3BC682398361BE6 : 8D12F2F1D2A617F4CA3526EC7BCF901215E9F243CA41E9BEBB9851E55151A617", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8d12f2f1d2a617f4ca3526ec7bcf901215e9f243ca41e9bebb9851e55151a617/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0DE80F95D25D779DB9A08F90ABA1C2D7 : BFEE0CBF3F762DA4985CEF42215A807E0E5D04FE : 4CB3D75D441D4BF123BF4C4467B1105285F0696E215892497CEA0B31B9484B20", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4cb3d75d441d4bf123bf4c4467b1105285f0696e215892497cea0b31b9484b20/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "94A5E93A962B5CD37F35157A46EEF798 : 46639DE585DBB324C5DBE98B62CE29956021971C : 53D5E04AF7AD818CA58F5442D4A0FB877B0B583A0CE4C2395C19F48E5220559A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/53d5e04af7ad818ca58f5442d4a0fb877b0b583a0ce4c2395c19f48e5220559a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "979B11FCC8BEE3ECC2099822F9D5918F : 58DAA17DD6A6A056F5ACCC60732DDFD9622AFDF2 : 401332E3B72BE545B4810126DF40B529122C81CD7831FB1EEF9379BF4AC6B28D", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/401332e3b72be545b4810126df40b529122c81cd7831fb1eef9379bf4ac6b28d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "963A903CEF4F18A7B976C502328B9350 : A7651EA022B0DD8A27552F56FA7A11E3364A2CC0 : A1848BA9D0A82504F1444F0BBA67AACBD08A58A59A235D69745B39F603F1C4CE", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a1848ba9d0a82504f1444f0bba67aacbd08a58a59a235d69745b39f603f1c4ce/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "4E3E9669912BC6D03D494E452F151A30 : 53C1E040171CA6CA8D3202B70C00AAF68007A32F : 62D36166E811C6588397F639513F787A8E6E5A75B1C389F970C4450B4780DF1C", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/62d36166e811c6588397f639513f787a8e6e5a75b1c389f970c4450b4780df1c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Nastjencro.A" - }, - { - "Type": "File", - "Value": "FDD6528727D23C161CEAAF8B889334C2 : 9C9381B6FCC7A6DE52ACB9072F1A438051383C41 : D589224B2A64834E3B001761DBB8D4E4484677F01756F8368B276AB12375D31C", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d589224b2a64834e3b001761dbb8d4e4484677f01756f8368b276ab12375d31c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "AE3B47863E7D88636A5C87D90643E845 : 3E272AB2D987710D81F721301BC9105BD3072F44 : BD8F4D261C0E76BBC18F172B9C52B308036BF62B424BCD9A924D840ADD2A581B", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bd8f4d261c0e76bbc18f172b9c52b308036bf62b424bcd9a924d840add2a581b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9127D0DCD5722B3815351939AE283A3D : 3F2AC082D933E3F296D8BE430EBEEF930B701237 : 7D30010D96EC4ED54DCF31CCDC1D69882D988956783856D5FC68FD6ED8B54529", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7d30010d96ec4ed54dcf31ccdc1d69882d988956783856d5fc68fd6ed8b54529/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "6612AEFD802D3760EDA7C4D3410CBEF0 : 13939AEEE6AD304A77DFF79ECC44368E179E4C97 : A669204EFEF9E0F7CA668640D2928C0DF8686F9632753401A3FAEA2A75FB558B", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a669204efef9e0f7ca668640d2928c0df8686f9632753401a3faea2a75fb558b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "25CF96878467B8A33E0BF5DAF12422B5 : 21B7CA7ED9B8469734D4AD76F52F6B232BED729F : 3B7ADAC6E41B50959F4C5CFF79745DF45D22C4E0202E7727908FACAEF266D199", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3b7adac6e41b50959f4c5cff79745df45d22c4e0202e7727908facaef266d199/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "8C7F6B1AE3F656CFEAADE66352EF8E8A : D30D54E0638A73243E5EB3F9206B647F498DC6FD : 5BBC1EF95B59087487BFFDB2C78D0CC97B12BF49F52577492EEDE761ADF73D82", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5bbc1ef95b59087487bffdb2c78d0cc97b12bf49f52577492eede761adf73d82/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "9FB66419CB2FFFC5D436123F08DA71FD : 327200DC769704FFEF9CC813209E3FA3A486FB24 : 6FA3C008ED34FBE658779E522EAA15DC21DD386556FE1143B5F3635428B6FA0D", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6fa3c008ed34fbe658779e522eaa15dc21dd386556fe1143b5f3635428b6fa0d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Interesting" - }, - { - "Type": "File", - "Value": "62D1029D2BB878FF632E2C5DCFA57E63 : EDEDA0113CFE6FAEA56BB87C64A88AF38857443C : DC13442EB93C58D7D14EA8D7E295325DD42C8DE8F962B27A3BAFE7C7C0ABE94A", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/dc13442eb93c58d7d14ea8d7e295325dd42c8de8f962b27a3bafe7c7c0abe94a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "DD95EB476DDEAC10B846EEAAF77F7218 : 0CA2C24314C42560F0565253C5739CCF79B9052B : 68A552104148156A59D5CB1002E9C503BFC6101C4DF6D5BD9A15E5824053B5C8", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/68a552104148156a59d5cb1002e9c503bfc6101c4df6d5bd9a15e5824053b5c8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "3063E4209AA1C6853E3477A95B884B7F : D79F0F4F7FAACCA3A6D80D4620318A1B8DB39D54 : 9E64C07F4A2EBBF4C8D1CA00520536C6221C3C0462E7C70AEA09DD696FF7F06B", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9e64c07f4a2ebbf4c8d1ca00520536c6221c3c0462e7c70aea09dd696ff7f06b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F790B0035A01241FB6EE1C360CB85500 : 5AFB34CFD4771D3373D45DD3447D50097FD343D5 : BF7E741D81E8E5BDF26E71D60FF703FE9D610EFEE939F824C139006A8C613944", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bf7e741d81e8e5bdf26e71d60ff703fe9d610efee939f824c139006a8c613944/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "05E4EDFB8B9D33675042011DC686FC6B : 69C3C26917BC074BA91341FDA4B2E0270A497550 : 8A6DF6D52AB56730904381DCCE628F53C12D66767FF3D66D503C990370165931", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8a6df6d52ab56730904381dcce628f53c12d66767ff3d66d503c990370165931/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "5934B21079BF58D57992391B44866CFB : C113B2703AE8F50B4A4EA3F63E8D24E52CC5CDDC : 41EE80439420657027418E41E67071532322323A9E8FAEAE537E6825CBA3F62A", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/41ee80439420657027418e41e67071532322323a9e8faeae537e6825cba3f62a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Interesting" - }, - { - "Type": "File", - "Value": "6CB51522E5D4F7CDAC75C1D386A63429 : 5671FECAA92F117C1B0777B7DDADB36694E04280 : BD06A533F2293506A41FFD6C1AE96C5F7F6DC357D804E4F1AE26AEC2464302CB", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bd06a533f2293506a41ffd6c1ae96c5f7f6dc357d804e4f1ae26aec2464302cb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "5E12550DEB2A15CD8081E29BCF673C1A : D1BEB4F8E39207DEAE4F73785A1449A5022EE8D8 : 6C1AEC03F6CD531B90FE50F88866C7C282A2E20F0C3B4BBD5E6312348E0A121A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6c1aec03f6cd531b90fe50f88866c7c282a2e20f0c3b4bbd5e6312348e0a121a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM20.1.0000.Malware" - }, - { - "Type": "File", - "Value": "F237EFC798694AD69A1C62EB7AECE9D6 : 3E8655811C4BE1E623E9D7AA80AA0091B938EA24 : 4682E2BE90F37132763B6485F46BD54CADB09B323C26BB7EC44406007DE4DE7E", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4682e2be90f37132763b6485f46bd54cadb09b323c26bb7ec44406007de4de7e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM20.1.0000.Malware" - }, - { - "Type": "File", - "Value": "204A676FC6BCB7C34CC1801F5097A557 : F1FCA44E5BC09D6C46F158CA8885F7184B92806E : C420EFA7E968EBFE5B7F91585CE11B0C1E1A736F55FB122BA5E8AE048C686C50", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c420efa7e968ebfe5b7f91585ce11b0c1e1a736f55fb122ba5e8ae048c686c50/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "8BD82C544DA126298C1170A2AF6EB18A : D94062D940D0C77822763858409364A9E76070C3 : BD776CB9550474038643A17C8AC90A27FAD58A3CFE9B08B795A9D1402AB4CEB3", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bd776cb9550474038643a17c8ac90a27fad58a3cfe9b08b795a9d1402ab4ceb3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "9C4009AC57AC400E39F0A1386D6D98E3 : EDB279DBD1FEF0E4B14F8EEE6383E5DC514ED168 : 5F6D834EEA1728E15862787B64A67A774E7E623F72E759E5E82DE61403E995D0", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5f6d834eea1728e15862787b64a67a774e7e623f72e759e5e82de61403e995d0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "70BD0C645E9DB1EADF68FE8562E88423 : E66B9E1B6205E25D0A3C6EB6E4B7398D2DBE5102 : AD850DBA74557E70A1C79B648CBEDC8991E6CC3E25E36D9F77BBA2C2479EFCA8", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ad850dba74557e70a1c79b648cbedc8991e6cc3e25e36d9f77bba2c2479efca8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "BAEC3D409324CB115861D982592BEFA9 : A9A823E104E2675687242619EC2A2A16E0C2BDF3 : 39833FB6324DE0DE4C29085AB2557D4A271B66EF89725DFA5EC818F47EFDF3DF", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/39833fb6324de0de4c29085ab2557d4a271b66ef89725dfa5ec818f47efdf3df/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Razy" - }, - { - "Type": "File", - "Value": "D5BEAA7C02435DA67ED5774C231F6101 : 412E4C48429167E652EEA31CEE04E066BFE10E1F : FF7274E2AB40B199A00DF9C386AEE439FAC00CE0EF61F238763913AA02D8A38A", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ff7274e2ab40b199a00df9c386aee439fac00ce0ef61f238763913aa02d8a38a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F6D7C2E7E104AE4B5C9441AC35BD6062 : A749358CF12C45C0CD00CCE9E57317CC962CA4A1 : 18AC2090E9EB532E1C18F97B057B293E8AC165A1924A9ACF8B4CBD0EA571C44A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/18ac2090e9eb532e1c18f97b057b293e8ac165a1924a9acf8b4cbd0ea571c44a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D9BC836587F281839385527A09F64D02 : CBA35E1A4B24D0AB4BD1080CC30A4F94F199C9DA : D5728CF3178BAD1D3BAF4936E138D52267325D8ECE27A0462250ECD6C3DF7D92", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d5728cf3178bad1d3baf4936e138d52267325d8ece27a0462250ecd6c3df7d92/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E22467380C46CEDCB408AAE183BC84B7 : AF2599966D45DD5F511EA5BFE137A73B937F988D : 3A94DF455C2B26EE7E405CA916B5BC9F1708291ECF1F87A7F93326DCFEA4571F", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3a94df455c2b26ee7e405ca916b5bc9f1708291ecf1f87a7f93326dcfea4571f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "8CF121F7E1C614CA1C2FE6FD1B740E2A : C2030B50BE02CFBE620FEF050FEE198BAC2A74F7 : E288E4A4179557E124564D426B52284C262210ACB81CD1037AFBBD0DC80F89A5", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e288e4a4179557e124564d426b52284c262210acb81cd1037afbbd0dc80f89a5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E1CBA331F4BB8B6BBCAFF82A5D660B22 : EA065E89985A5B1EC81460FCBA1E1F5B91DE8D12 : A969EE265BE00AAEEC9D7F9A6757D837E273354393AA43A8EF968D4EA5B64AE4", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a969ee265be00aaeec9d7f9a6757d837e273354393aa43a8ef968d4ea5b64ae4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "6B55FBA723955001308DF0D0AC2028E4 : C34301F14B0C2ADEDA4A129D63A90FB9177087EE : BC9DDC4698C3DB0598C39F91469F5A26B2BF9F9C61B8F31F4AD6993365AD909E", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bc9ddc4698c3db0598c39f91469f5a26b2bf9f9c61b8f31f4ad6993365ad909e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "32CC6F902E5B6AB1132B8E222BE92E47 : 9DE298E9BE7FC56A951C1168E1EBA76D99698428 : A75A98775028870C058E0799CB845CD4B5574390FF7AF4A2323C859C601F1958", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a75a98775028870c058e0799cb845cd4b5574390ff7af4a2323c859c601f1958/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "B3A00C1F783B6B557620CCDD597ECC04 : F0F72DB6E3D42266945A4D892AC8E7EB0EAB7F13 : 59BD9B16869B22725E68DF5F5EC0D37A944255ADDF306223F45649CE520AE916", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/59bd9b16869b22725e68df5f5ec0d37a944255addf306223f45649ce520ae916/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "B4D4954BF6B3240F8A29385E3A953656 : B669EEE6F18CFCCB27CBD7D3901A5662BF11A373 : 024222C3DF0539E4B3C692F12CB284DCB285DE5299993E3F0CF64ED6899672C1", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/024222c3df0539e4b3c692f12cb284dcb285de5299993e3f0cf64ed6899672c1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "CD1A9BED7103F565ED3EC235A5D77164 : 8C967CE54D160686A18D54A5DB69F43361A654B9 : F76AA9CA6286AF480FF10FDE0BE966BFABFF7B9E6472BA49CD8AD4CA2E50565D", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f76aa9ca6286af480ff10fde0be966bfabff7b9e6472ba49cd8ad4ca2e50565d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "864B5F1075AD860CB8B60A6DE27DD8CA : E5C0ED55D8DDEEAF8E1544328EFEB9CB61E6F6F8 : 07564AD42D0843837E0D69986F990BB8B8C2F2D9DC4700486CB3A18561F2ADA7", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/07564ad42d0843837e0d69986f990bb8b8c2f2d9dc4700486cb3a18561f2ada7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "F315D7DBBCC21EE4E447E37D560C33C1 : D68708C49935EA6E2C22F4B6A04229A665437190 : D74C77BA37AE407E76BAD0F4FDB1CEFA8D14468F0C7FA0344CE13E5A18B08227", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d74c77ba37ae407e76bad0f4fdb1cefa8d14468f0c7fa0344ce13e5a18b08227/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E8C8F0E2043DCED0C35304DBB9397A1F : DFAE0303B1F09AF93D62106909DC0BCC695D6F1B : F9F4DCC45EB91983AB0BD1002D170AF99F6EBB80F4E86B1BF8B3ECBE813C7D01", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f9f4dcc45eb91983ab0bd1002d170af99f6ebb80f4e86b1bf8b3ecbe813c7d01/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "48DBF89DB74B402A34501DECA9867BFD : 2F7DC6A438B4CCC54F72F9F78057561B055555F0 : 638EB43AE66CD0F07973E238F5288A9B035659639BF63E23203C806184C9628D", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/638eb43ae66cd0f07973e238f5288a9b035659639bf63e23203c806184c9628d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E4F82F7FBDE4A9555265DB751669EA21 : 5D338A6073DFD93C67A60F8D2C076C7E01BEECCB : 955179D2B7E7C00E32D13712EB18C3FDFDF0E16A262F61927AB7D98D649B6F6B", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/955179d2b7e7c00e32d13712eb18c3fdfdf0e16a262f61927ab7d98d649b6f6b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5907B1A81832DD012B835693DE5BDD86 : A02E9DDED21450A19E074D13898E88DDA8525D63 : A291934FA4E6C86E358B09ECCA70E2E139202C93F48D14CE930D2C7E19603BB6", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a291934fa4e6c86e358b09ecca70e2e139202c93f48d14ce930d2c7e19603bb6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EBE5BCDC7C24174F4F446126A5965F04 : A6CEA1674FC2503A0CB67A73E266202855750BC8 : FC7931A5F4C1FA6291AD4B99B26348396AFD17C6C7D4EAF303E40675247F27FB", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/fc7931a5f4c1fa6291ad4b99b26348396afd17c6c7d4eaf303e40675247f27fb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "30F279F1D7931E55A7B4ACC0E89A3257 : 16123A567E90DC4D745C05924DE5F5913A55AF92 : 8A51451BC706A7AA86D3D9972BEE02ABE99840177CCA88A9468FBB923ADADBA1", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8a51451bc706a7aa86d3d9972bee02abe99840177cca88a9468fbb923adadba1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FAFCA7F5C8A6CC270C2C29FFE438AE78 : 91F649A75A6F7DD39EC3ACF04352D97C092C041C : B38F920F19FE99F65DA6274620F5804531AC5E4BD39022F33AF1CF07EC261379", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b38f920f19fe99f65da6274620f5804531ac5e4bd39022f33af1cf07ec261379/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4C9451B95C15B641A29F2D1C65E12954 : F85AA6D394F24F6EBEBE463C956F50484424CF3D : 2E6A72200FD5AC0E1F2476C8B0767C5EBE08844C34425975545B2809104FEE80", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2e6a72200fd5ac0e1f2476c8b0767c5ebe08844c34425975545b2809104fee80/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "B3581F426DC500A51091CDD5BACF0454 : 8DE30174CEBC8732F1BA961E7D93FE5549495A80 : B4E5C2775DE098946B4E11ABA138B89D42B88C1DBD4D5EC879EF6919BF018132", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b4e5c2775de098946b4e11aba138b89d42b88c1dbd4d5ec879ef6919bf018132/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "78E959B4C64C14CBEE6215FE159A69A7 : FC8B04025745420E838DB9C3EA39D156E0C868D8 : 5D7D666D6AE18A86198E4259589BBEFBDDFF464D83330D89592EB647E4456A04", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5d7d666d6ae18a86198e4259589bbefbddff464d83330d89592eb647e4456a04/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "9A997AF4A66FDA617388D57794283303 : 26F884802AC5175ADD07CC2457AF743AD3737CDE : CE0F55BB73E73D203E3F660079A7FDE58F8C737582EC8B6E72B7FC55390F84C2", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ce0f55bb73e73d203e3f660079a7fde58f8c737582ec8b6e72b7fc55390f84c2/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C198FD45F5EE4697AF7249F5CE1E2FE1 : CCFF4EF2039EE229CD8834FE4508BD18225A128A : 6C1054613EA73AEE079428112BE9EC7DB7FA08228C9FC48D437BEE1286DA0146", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6c1054613ea73aee079428112be9ec7db7fa08228c9fc48d437bee1286da0146/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "195BC20D73506B76DD6A9E00AEB34827 : 27FB4082D567BD778926AA61A91632A479A4E068 : A6DB5C9B6BCB0B8085EE406572F3D529BE39B441F955FBDD74A582E784A2D226", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a6db5c9b6bcb0b8085ee406572f3d529be39b441f955fbdd74a582e784a2d226/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "FCF6D324B516D80C705164198E1014D2 : 01C239F67AD3C1F6E640DB84015A6075699653C5 : 3283D667ABA040858163C58C0C83B6487CE7DB88F6265AF022D4EE954BC3BDB2", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3283d667aba040858163c58c0c83b6487ce7db88f6265af022d4ee954bc3bdb2/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "587617CC3A190F3C13D48E3320A42A12 : A52DB75E12EAAAAE1ECC960E762FD753CF00ED99 : 72669E6E222C8A833210F1163E35A05F25B863C96AF257CA7990AB1184105345", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/72669e6e222c8a833210f1163e35a05f25b863c96af257ca7990ab1184105345/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "748B61A09033FFAC71DFAFD1BB212E54 : 63C0CB74408C7E48389DBCAB44478EA6B494A0E7 : 64CB1A675FFCC0AD9754E9FCCE9DA1A905D79D272EE9A41135256F0BE01CAF14", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/64cb1a675ffcc0ad9754e9fcce9da1a905d79d272ee9a41135256f0be01caf14/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2BE46D9CE651474DBDCD1166B6DCE9E0 : 0DD78BE78A8F9A862AD14CBCE47D51CC5E43EBB9 : C45CB52A0B99E43D8F4819FC03E4739E458B7F87AC0EC5AA9F1968915CBEDCD7", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c45cb52a0b99e43d8f4819fc03e4739e458b7f87ac0ec5aa9f1968915cbedcd7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0C1B1EC68B8D756162B0D146B3B6F743 : 54CC6DD97C7B982193201EAC79BEFA951A778A59 : 9665E00362B82A4B04B507A87ADC34D8F3B0E1D1B302F8AA6A4A011F1C8B51F6", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9665e00362b82a4b04b507a87adc34d8f3b0e1d1b302f8aa6a4a011f1c8b51f6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "8D3A90B9F067F0B139DB07ADEAD0A900 : 81F681BEF75B6C50477C0729B6207839CB31A934 : 732A084FD640585C900C0FC0B9C47989BB151C8777CA20B489D96C1044F38DBF", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/732a084fd640585c900c0fc0b9c47989bb151c8777ca20b489d96c1044f38dbf/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "54F3FAD61DB012EBE5F4517B1745DC8E : B13BE3CD3706F7C0A165264E211AAD43B9274621 : B7733E296CF831F904801228F2FC5133CEF03606AE0B51108A5904E40C84F317", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b7733e296cf831f904801228f2fc5133cef03606ae0b51108a5904e40c84f317/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C0DA1F349EA4B4583BC74BB1A1322D1A : BF9EEF2CF1387FA707B24EB13285C1091F1E729B : 8A2846560FFD187113405304B29300078B23A190DBF470B5223EAD86D15E8B19", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8a2846560ffd187113405304b29300078b23a190dbf470b5223ead86d15e8b19/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1DFB8953ABFC8FF72B763595D55A4854 : F3769213FB555273E08BD6AC7CFD57119DF850C8 : 6108D8265C6B7870C37818489B973C5016EDE133C9A71147471B2CF4248F7C79", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6108d8265c6b7870c37818489b973c5016ede133c9a71147471b2cf4248f7c79/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3308EBC00950E7DBC3D39AFC2F347ABB : 9F7767AF0891BA6C86B478FA4B79A7B3BE8CBE10 : 2EB48381BD2BEB1E6FE50D7BCAAEE607342E00DD7060884BDC8F07A6B4161EB1", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2eb48381bd2beb1e6fe50d7bcaaee607342e00dd7060884bdc8f07a6b4161eb1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "98AA1D8FCD757F25504D929BAEBB2C41 : 5F0DF46086A62D44C8778F0D7FF6CC5729033E95 : 12A1B1E8ED432961A9AA8EAE0325CD83B8AED4CA23865FF00E5FB0711EFA40E5", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/12a1b1e8ed432961a9aa8eae0325cd83b8aed4ca23865ff00e5fb0711efa40e5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A9A5BF373E0B1725EB04FD7B678A48EE : D3D3CE9E1F74E59F03AFC948341EB2618AD882E6 : 743B6AA490B5CEADBA78E1F8E221C03948F141758A0F06794D4B909BF6354860", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/743b6aa490b5ceadba78e1f8e221c03948f141758a0f06794d4b909bf6354860/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D5EC32F7E70D6EB3B9D3DAB11A2AAB4B : 109E2DBE06A0FEFAD42428501CF0D60C884A9354 : 28267D1CE652526F6CB45B2476808341D75958326C2D8F6DF5DEB50615C7C66A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/28267d1ce652526f6cb45b2476808341d75958326c2d8f6df5deb50615c7c66a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Symmi" - }, - { - "Type": "File", - "Value": "19F560CF335F6919242F3932470DAD12 : 4D3FB8B63364AF09387BC30D67DDE4C13CBEE010 : 014DEC974CFDC5A2BDEEB35724FADDD879F21DB2F88EB39161A71CCBB9CF4CB1", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/014dec974cfdc5a2bdeeb35724faddd879f21db2f88eb39161a71ccbb9cf4cb1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E9FCF0BC7074F12628A64C86F121CF5B : 33CC33BE623997C15EB37B188F285328407D988A : A74F9FEA55BBFCBED79F23F5B366BE72CA45B20D8FF42811CA6346874C5A6E68", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a74f9fea55bbfcbed79f23f5b366be72ca45b20d8ff42811ca6346874c5a6e68/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0041681318C9F5507FCB71E3ED0ACBDA : ED3E86BDE861D310894E0A1916781AD6631363BF : 401CFD7696788FBB0D55C5CB9683B511554AF66337C654D962CD31576BE8AB78", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/401cfd7696788fbb0d55c5cb9683b511554af66337c654d962cd31576be8ab78/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "685667692FA02915505314F9BA030AD2 : 4C4E519F74B8EFE4FCC7A6B9BC80245563982236 : 8615AE27AB50A1FD9B6ED040513B813E82F351233D5265C01FA550F53FD6604E", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8615ae27ab50a1fd9b6ed040513b813e82f351233d5265c01fa550f53fd6604e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "BD0CC2CF2E099248592C5BA5489025E0 : 72C99FC933A165D3F9DD050EFEC8EC370EB967E0 : 4AD465B840CF7A5B5098806A97DD31846B1459FC592BB8021096B7392550389F", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4ad465b840cf7a5b5098806a97dd31846b1459fc592bb8021096b7392550389f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C5E07CA24B1CEBDFAE704A8AE6CF7EAF : A05A9590A398AE9CE11CF459200D0E1533511607 : 46C3601DA09C65E3323F054B0402C21A79ABCFB78015978CE4A7266D998C5E3D", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/46c3601da09c65e3323f054b0402c21a79abcfb78015978ce4a7266d998c5e3d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "53F88334A82BA6059789C4285FD53307 : 1B7D123CA56E87C153BE67941DF4A0249F6BC9E7 : 3F8C5A621FB2408C79D74596D721EF08E1360874B122F44E7F32CB15F97D9627", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3f8c5a621fb2408c79d74596d721ef08e1360874b122f44e7f32cb15f97d9627/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "68C50C3B04EAB46396B662A2DEE458E8 : 25856C65BB4CF05B9F3604C50BF75A2A2DC290FD : EB534ADFFB72B20045C6340136E1E7D4B98BBC23973C8A17E8AEC6F4C80F2755", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/eb534adffb72b20045c6340136e1e7d4b98bbc23973c8a17e8aec6f4c80f2755/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "BD8CB75CD1D80A311D72DB68B7BDE770 : AD0C0F2FA80411788E81A4567D1D8758B83CD76E : 88F11ABDD3E82C4FF30C0B67D4AF73E10DF6F83D6CBE0CE4F94FC2B2EBC013B8", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/88f11abdd3e82c4ff30c0b67d4af73e10df6f83d6cbe0ce4f94fc2b2ebc013b8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "CC2D00D3348188B5CEC1BC442D0CF491 : FF2DE190DE4E25C398D3CAE8961CAAE8B82E20A9 : 56E7B9D7B6892A8A0F033B266B1F2AEDDA493950AB2105023670BEC27722735B", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/56e7b9d7b6892a8a0f033b266b1f2aedda493950ab2105023670bec27722735b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7002A8663400A81F41E6959E51494D10 : 6A449A1D2F6D171CCEBF763389189F685A4A97E2 : 2AD95C53334F632143792195883F966DDC55E7B0AFA1B8F52579070FB74B55FC", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2ad95c53334f632143792195883f966ddc55e7b0afa1b8f52579070fb74b55fc/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "06FA5B4186A3B7F7CCDD09D8BFBB299A : D7167DCC6BECCA6DA424D7D4D8EE70D9A5D75789 : 2002618E2D21EE0AE5AF3F0FD4272F55728AB4476DB64704177574DC0145E57C", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2002618e2d21ee0ae5af3f0fd4272f55728ab4476db64704177574dc0145e57c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F9D67D60850AA8359C968D1EEB710D32 : 07B2B7CD696807B4D0CE7E42D851F4361B766068 : 52D7B6FF31B70E341DF8F4087EE9B799A35E3DC20FA72D5F77EB01400DE17C05", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/52d7b6ff31b70e341df8f4087ee9b799a35e3dc20fa72d5f77eb01400de17c05/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4FCAEC3A9E9720ED17C16DB2421C9BD7 : 0908C49E9B5AB4C7B5E589AF7F337CB26372B744 : 48790B9A6C0005BF21753C4C872850EA05D283D71084EE5A0276E8577479174E", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/48790b9a6c0005bf21753c4c872850ea05d283d71084ee5a0276e8577479174e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7AB9FE909F12673C3DF0B117FA854E45 : A74325D42551F6FFC99271D03E27D22DC651B5B4 : FD16F41BEF4360348DD70E409771AE555E54A1800F0C2466C7B2F29F8983F4E1", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/fd16f41bef4360348dd70e409771ae555e54a1800f0c2466c7b2f29f8983f4e1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "898616BC98585306663EE6D268443002 : 65A3D1424E72F742751981EA0BFCCD928546D42F : 43EFBDE1CF605F308D0458586E9C47EED00B13596ED96029B89BA8FB3CF3AC1B", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/43efbde1cf605f308d0458586e9c47eed00b13596ed96029b89ba8fb3cf3ac1b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A6909B616553A94EB7F449566B9ACAD9 : 0DD1030E6265D4BB31D31D6511AB5FCAE28026E4 : D1FEDE0F530D4ACAD0B7234C602F2E01F451118133F8DD3C190D9C9D26B1E5B8", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d1fede0f530d4acad0b7234c602f2e01f451118133f8dd3c190d9c9d26b1e5b8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EA16B3A7ACA8C83942BDF83829BD95FD : 8E7D66E05BF82A07FFD7F20935F1C3BE4F70C41A : 5D113B693C53CB44C206C377BE4956C9154B8B1A44175CE59B5249DC39CF5F80", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5d113b693c53cb44c206c377be4956c9154b8b1a44175ce59b5249dc39cf5f80/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4BD4799ED62031CA3DC41F89F7F8FE25 : E721C59642682DB7A048B83FCE0C9A26080A4AC1 : FC7D12365F09C8C8B3F2E14F9D72C6F691A3890791A2600F183E0F58664AA6F4", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/fc7d12365f09c8c8b3f2e14f9d72c6f691a3890791a2600f183e0f58664aa6f4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BA3E28CEFF1FE62E44AA8A85EBC336F1 : B9D244873AB16B9FBDF6A52F25D00B1E86EBCCD1 : 199396C4A3D9D1F80DDFF0623153FC7FF8351E02DDDF558CA807175108672E38", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/199396c4a3d9d1f80ddff0623153fc7ff8351e02dddf558ca807175108672e38/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "FD3A85919FB7890B8C58E5AF99731488 : AFAB4CB79F3E3F6C878CEA46960E928259813A24 : 277CB5FDECE9C1C0F0EC914193152DEBBC0DAF07F7C0542EB6D07D914728AE75", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/277cb5fdece9c1c0f0ec914193152debbc0daf07f7c0542eb6d07d914728ae75/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "74F44A858032D5A28F535B1C68DC39E0 : 606C4238DA3F0033BDB5A70D8C71A151585D4E20 : 08DCB605E3C7D4BADF64EEBBB7A3078F3B27E55821FB00B7CB34905C6F161FA5", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/08dcb605e3c7d4badf64eebbb7a3078f3b27e55821fb00b7cb34905c6f161fa5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1370F3CD3312B47F897B04035A6705ED : D50398A9D84FADF8954F184DB31A42C6B9095977 : BE1144195250199359C181CA7FCDE2B1D35DD1E0605FEA436C500067922E20A8", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/be1144195250199359c181ca7fcde2b1d35dd1e0605fea436c500067922e20a8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Symmi" - }, - { - "Type": "File", - "Value": "9AB2F41800729616E12557307EA4A04C : 114129A0E938F0BA261DD80DE20B700851F2B51C : 172852271C79D2375330553926167CB31C111415DD52719A89211757BE57AB55", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/172852271c79d2375330553926167cb31c111415dd52719a89211757be57ab55/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "56BF4F99C49A7878B477CA6686C5E736 : 07C4C94A1A81D05FAB1DE3C89EB20DEBCA908D45 : DD7033544015C2B8FD08D6B325C673BB6C98D2E6D0F0E838D23DF312EADFB28A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/dd7033544015c2b8fd08d6b325c673bb6c98d2e6d0f0e838d23df312eadfb28a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.GenericKD" - }, - { - "Type": "File", - "Value": "C78C62EAB8C0D292AA4FC7EF0D1CEC1B : AB500F67EC8E1082C9CD2467A95C02F3A81BF20A : 65C68E250FF1023A5EB18107EA4F82DFC8AAD9F178E8A158938DEE2E4771A0C1", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/65c68e250ff1023a5eb18107ea4f82dfc8aad9f178e8a158938dee2e4771a0c1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "74CB85CD8E1A2CA199CAFA444D719396 : 2400AD80AD95B101002F29CE8B7C4223A35A9DB9 : 1022C8176652CDF24A7F954905ACC7C358CA34163EDF5B75B4BF3505C9C62828", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1022c8176652cdf24a7f954905acc7c358ca34163edf5b75b4bf3505c9c62828/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4017ADC09685A495EF1927B1716B6F79 : 891B8CAD104D240C44B33E8177B133D2147A481F : 8CBFD45B9937855FCA5092705B3E31D2BF2484D241BD6BD277C219CB8254E5EB", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8cbfd45b9937855fca5092705b3e31d2bf2484d241bd6bd277c219cb8254e5eb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2B3742E423AC0C5B7326E84B8FD58D72 : D1C888B029AC42C8FD3BC9E626142E9DAF435C35 : AF8D6B22B8C7E761C84A6BB80A3DB2A867C03EB8420D41C352BC4BCFD948D855", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/af8d6b22b8c7e761c84a6bb80a3db2a867c03eb8420d41c352bc4bcfd948d855/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "1EE548D0E77CF0FBA526DE7D97B9315B : 3DB07AE94AB7578DE5E6EDDD179142DE330BBAEE : 760CA5D3B199C4D1CF65C82EC0010C13B2B460D924FD0026EC05F1D0197C9AC7", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/760ca5d3b199c4d1cf65c82ec0010c13b2b460d924fd0026ec05f1d0197c9ac7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3B4E92E6D2DEFDCFB1201610A472B6F8 : D3B78E8654B3F4D0611499C4CFD1A68406E85586 : DCA18AA9048DB669F93F80E3652397238A8079AC97185BEA153F790B512E6E50", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/dca18aa9048db669f93f80e3652397238a8079ac97185bea153f790b512e6e50/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "0D9CF419EC4848F4435038A96B1FAE9D : 168060AB77C43B19F6E89B726405D76539AAD471 : 61A221F9343472AF45DFF0FB9AFF61F49DF02EB5A10F55535943DB01598DAA88", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/61a221f9343472af45dff0fb9aff61f49df02eb5a10f55535943db01598daa88/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "544B523C16D300589A51A251B637398C : F75F00331BCAB22C6A7A8BF0012155FA8033D4C7 : 2F730DB64FB1BE666CC821BEE81422E6A701E660839B0732E036DEE7F5B07C0D", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2f730db64fb1be666cc821bee81422e6a701e660839b0732e036dee7f5b07c0d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E7AB0581E23E57406A9B56EA8785EF6A : 9B96CA38E9303BC72DE4431ADA4CEF6DBEFCD9A1 : 8ACBB0AA18E03CE29483918FAAFD080918C222881068486C4418C6EE4A7F5BE5", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8acbb0aa18e03ce29483918faafd080918c222881068486c4418c6ee4a7f5be5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0B6DF12B2434E0282C2B6F027CE3E599 : 1534F9AE473A4E99C6BD0082A0710DE6B12E900E : 1DBB986F7475A2A58BC3BF81E4246D76BC8E69350AA3781CADD9A106E2E2FCB3", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1dbb986f7475a2a58bc3bf81e4246d76bc8e69350aa3781cadd9a106e2e2fcb3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "01924649190D5F73A039E295AF4728ED : 0880DFFC55970BEA0E9D0425CFF4AE71FF84F421 : B4F43473A4D3B2E2D687B1B5B158388F54A7CD80347CC8E04AC2D202F75A3198", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b4f43473a4d3b2e2d687b1b5b158388f54a7cd80347cc8e04ac2d202f75a3198/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "73A1ACA81D7B468B1BAC13314657FB32 : BBF43C85F00BB41AAA15EFE06C16B833D90A3CC0 : 1ED86E787F084B7BBCEEB37AEFAFF4FF6DDE0E961289952EA4A1D073518C4960", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1ed86e787f084b7bbceeb37aefaff4ff6dde0e961289952ea4a1d073518c4960/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.GenericKD" - }, - { - "Type": "File", - "Value": "8ABDC20F619641E29AA9AD2B999A0DCC : CAAD125358D2AE6D217E74CFCD175AC81C43C729 : CDC95D0113A2AF05C2E70FAB23F6C218AE583EBCB47077DD5B705A476F9D6B96", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/cdc95d0113a2af05c2e70fab23f6c218ae583ebcb47077dd5b705a476f9d6b96/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "BAD767D1589AE3207880F8481CB06257 : 5CD42F6CFC8FF285203A6A89CACA2AB5033C6406 : 78A581B6FA36594EECE7CCAE3E5D34C0EEEAEDC7A66607F7D3C216177F8AD418", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/78a581b6fa36594eece7ccae3e5d34c0eeeaedc7a66607f7d3c216177f8ad418/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Interesting" - }, - { - "Type": "File", - "Value": "2B98F1E42539300D1A667236EFBCD832 : 352F2AEB574D756D9DD9BD6B60E7182F541588B1 : 17C8B59D0B0A794970B014435A75BE31E5EAE776FE69672EF03618869ED92817", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/17c8b59d0b0a794970b014435a75be31e5eae776fe69672ef03618869ed92817/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0B8AC16284EE0E67DE3EFC23BEB2C96E : A6864B691D736143EA156EC5C305E3ED49078E90 : 64D890AA90F52513EADD1E804A18ED3D33A0C14AB4C6994892DEFD3E4EAF52EE", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/64d890aa90f52513eadd1e804a18ed3d33a0c14ab4c6994892defd3e4eaf52ee/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "3D89699DE94690DF02FA5EB8D3F92741 : 5E86B86ADA8B2CB39F6B31306C1090D41D7797B1 : 266AAD0852697363604E637789291D46A552531739A69D36E7D63FB9A464EABE", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/266aad0852697363604e637789291d46a552531739a69d36e7d63fb9a464eabe/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "15E3D8F6CA653D345B9061DC3E7B9981 : 9508A1F04408B54F080BC26F071AD2C3C3DF7910 : 1787EEAD7D6BB0D581139B941474E8C0A5B3C182EF653CAC7D527B64D82D2CEF", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1787eead7d6bb0d581139b941474e8c0a5b3c182ef653cac7d527b64d82d2cef/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Interesting" - }, - { - "Type": "File", - "Value": "D1C46FF311268703941EC4CFC4B17C21 : FA47CD6D4A995303771A81336CF9F67BFDE7EDB9 : FA62A3B1AE968B31122B5D2AC6C7E0F017D83B0D5B48C49514F7DB865BCD6181", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/fa62a3b1ae968b31122b5d2ac6c7e0f017d83b0d5b48c49514f7db865bcd6181/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "ED7F89686155800BC9EFF241DE350DDD : AC508871FA45B6FFF14F6B16CCA01AF148E46531 : EE6ECA5C67DD4FB99B4206792B2BAAF13E4FB0DD96D7EB9E9E3D3F980B021D73", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ee6eca5c67dd4fb99b4206792b2baaf13e4fb0dd96d7eb9e9e3d3f980b021d73/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4B4B61BEDD1BF7F40075A6E6EB422A21 : CBFB8ACAA41159A0D60FF3C36BA076DA35A05439 : AB1415768AC600B7EDD971D530E64B2D6E0307B47E842FAEB484423432BD4529", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ab1415768ac600b7edd971d530e64b2d6e0307b47e842faeb484423432bd4529/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "57208FAA01AFAE94837514A3ECC2C6B9 : D950CB896AECB8DD61FFD2DC01FD7EAE961F9AD5 : 3DCBE31BFDB0ECFCBCFB690910EDF19DBB20CAC1AD4CAEBE853FF9A74D666D4A", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3dcbe31bfdb0ecfcbcfb690910edf19dbb20cac1ad4caebe853ff9a74d666d4a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0B40D3EA2040552BD47CD9FF37205730 : 51C86DC5AEFA0E06DB1201BA2F8F3B80B767C86C : 792C9A4A69A5AC257A719ED689029016DD0401F81C36777D935BF643FEC15569", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/792c9a4a69a5ac257a719ed689029016dd0401f81c36777d935bf643fec15569/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B05607D002F2B1BC1F95F35B3C0BC36E : 004C934AB776D080504E316FCE2F1086523D1886 : 1515B2BA5E675739F5FBA0A0FE906C39AB3C74FEA8708A8C43E95EB769AE58D5", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1515b2ba5e675739f5fba0a0fe906c39ab3c74fea8708a8c43e95eb769ae58d5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A9AE87AE456F4414FB212560C0469518 : 4E69CE04E17B53D08B0F63101B841EFBD5C051A2 : 07EB4FDF7ECA6F1FDC8E8EE49E3056AC0E52D5BE6800FF31813498CC73D8B9D8", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/07eb4fdf7eca6f1fdc8e8ee49e3056ac0e52d5be6800ff31813498cc73d8b9d8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D806101B39480249DACA1A30AB746E78 : 00F57C21A1754A106969C9944212D1C1F5BC710D : 44F278ABFE5B2EC3BAE8CCDF2DF9B118948D4CB133A813F2287ACC9E2650D589", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/44f278abfe5b2ec3bae8ccdf2df9b118948d4cb133a813f2287acc9e2650d589/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "104E435C57D4BDC450E0BA0BCF11246B : 45FB5461F113E285B9DB2587A45C53C20E3ED5CE : 656B8A7973B032130922567FAB777E3A177359092FA305FE2E3AE8D271E1804C", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/656b8a7973b032130922567fab777e3a177359092fa305fe2e3ae8d271e1804c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "9C74F9F27337328ABC04BDF36BD1F18A : E74B5218CB9E989DA8E23B8F9CFE7472B9DC5388 : 9AB793921496E6C4963F2CC924D99EFCE8A34674981FCA057EB64FB62E29DB28", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9ab793921496e6c4963f2cc924d99efce8a34674981fca057eb64fb62e29db28/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "F08229CDC7EF91E8C7171EA4E9F5FABD : 02741BE65E443298A2EE31AAA4AEE182F5C3A5D4 : A56568E485DAC50F2EC5D4EB0B49E7C9DFC1D51FF518ED344389220C58154113", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a56568e485dac50f2ec5d4eb0b49e7c9dfc1d51ff518ed344389220c58154113/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "5ADD8EC2FC64CD7256AEF1C03C4B7647", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4AE784F5D57A78D73D5453BE1497417E", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "484E75AFDAE2DD969A463B06AA57D0BA", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CB254CDAC2E2F617B8866C39A3E4F8C6", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "277C726CDDC87A773FFBD9B463263490", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1470661621CBB48FD4C320EE375BC3C6", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "79485F0E99104C001E28A5B294B19F26", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "79FA6AB8704F274EC9EBF39E51FE036A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "20A3886F80980E2F31B32A4097503028", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B8AAAA34BE21A5AB1E53B63D9F7C9764", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9027C11900DE0348BE10FBED518F7C08", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "498EB4571F9C952E1472D64A5292CD29", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4186792E0C3E04CC51A426918F5FB34C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1E07A1C587002E2E8672256356863A01", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0129EA22668988477B48F3E0674A52A7", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "06878B7EDC008DCA6961835588405C9F", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8A88CAAB209874A014599B8B1DD49B62", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "48045006A884C07B2BFFE6D0BBA6F61F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0A6A26C5CDC6D4279FEC9FB7EDFDC02D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2444DA79E934C372D291627CA259705F", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2F56D2DF9460F2E1755DC60D08DC7802", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "098379217DB5D7AE5DCD05424FE2B611", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6F631FA549B37004F87859469BB8C4BA", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "220AC2AEEBC75ED0DBDE6C4E39712D1F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "29CD7C863A0FE4FAA43216B822BEED7F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "327B1EF4C2CDEEB0F541194FF87E097B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "16EB0B6684DBB711360538026373BCDF", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6BFCDC4B4114C2E70C62F1E2D61BB02E", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5D1F6031B5B9B448B36910F08129E0D6", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0EBC77106863FBC6493B1801BB56A34D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2C3E5B84BF11AD3F0D296BB2C7A10A0C", - "Organization": "ThreatExpert Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "78315E8173945A21D6107188A0E9279C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2555E913ADA4DE644DA0E5FEA5943028", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "07D4037F35C2AC4822FFABD6B8AE467A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0E225B8018FB668797FD6CBE371AEFD0", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A6901EFB2F81E3F3DEECB3A64DF98F0F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "283E7A138496BCC538D805AC022C3805", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "00531D249E417069E67A610C20C57DA1", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "46E6AB82AFF49AEF51AC7E7039061741", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1126B1FBA761B893F5CDBD87B24BA046", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0DFE73689E60BABAB68FC158B2869A55", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1FFE94FDF017E393B33B439F4903674C", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "16407B061B49EC6BCC1675E4087D9E83", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "18AC5AD47C801EEB2549736D756380DC", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1F3C92A0393B07A97BA209C614E79D4B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C67D28908D60EC6089AF663581BAC320", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "05A540AD5F08B836270864C2B23B9385", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1AD105736E523097B5B1ABBB770110FA", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "62EE664D4DA302D7C8088363BD5B5C91", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "291E4FF9FCFD9481FC6F81A512FA7F06", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A185B0E8DE6CBE2E712256F892C46A8F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "049AFBD9626F2746330A5DEB302A239F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A7255403AF63B2145B9756C1A94C2030", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2B859C93CD27BA9DDA38A8127C45CA6C", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7ED15306689A6CE28D857A696FA28550", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4F6759DD87F64F7E2C80892E8076BB04", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "438E1BCEB3463715B6EC7F68AEBEA27D", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "115AFEC5043F9376F8CB6E74EEC6D09F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "AD1C1065DC6BDA246675BAFEE0D43504", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2C75E8A7AA59C5DB78887974094A5CF4", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "04586C5DD5A77619221EDA3D8CF06F52", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "19AF62EA3EF7A8D8FE8F5747B14D6825", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "19B75577C4EDC82F2A623588610088A6", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B00A40FF9E8DD9FF91E0968F30DE9F63", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1130937B82EB2E8CCD05E31F0908CC19", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "225EE75DA110CB3381614198695AF486", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E1528A743FA683D8C7F3248E15E0CE7A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "11751CA027A44C4CF783A8E4F7EE49B3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "056CE2A6A8ECF42E1CCC074289E05A23", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "91A52A0471CE1C170486F71807B730C3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1D2BC8F1E097691D4D8D268F62C87A3A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1DCC9E55DCCF0DC34361326639AAE5C1", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1C866449F51582B0C7E4AD072EE6E0CD", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4CCB71433BE57ADA820EC5F1FE234A9D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8C3F8ACADEF2D64C206B76CF79865396", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C4B68F0B5E20447DC31811E430A5F4D8", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0332DB3E477E1C518A791860C8BE26BF", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2B6DCCBED7343CBED848BACEF5483478", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "022A66C9AAE35C8B931EB859B6F82E30", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C1B970CB8B4A7BF03816E36AA576D115", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "54F05E9E2509CBEF4E8063584DFD22CC", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A8D8F9C488CD7DCBF0DA1E14C2B8A35C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "04F883CC0066E9E9AC13FF6A37F54894", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "43EABAC06970359957E96D90CF63B580", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5E45360BCAB61E124ED28442F7F01F8F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F61D58B2F468AD468168B8BC7A570991", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0C335AD93509217756C8B088C5C55605", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "41D10F14CC31BDC14CE631018B16F267", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3F367B4D105B5E45AD91D13AD955FAA2", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2C77E8B879D7B17A4204E45DC1E95561", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "14C921D5E492EB06DA36801EDC2E954F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9FD6500507BAF87AEE7DA9FA1724AB7F", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1EAB0B6C59476217DF32838B832C2A61", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "85607A7E21909D7A2B809BCA79EF047E", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2545F787B8D72C2CFD41AC5B7720B5D3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FCF4DFD946D471C83F36EACD48C05E0C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4087B2DA7F539BDF5259FBF54005FF0B", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "05E224E7BD162F9A10CDEBF83FAE2636", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3C05F54C2D46D9257980E45C84D98D0B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "414F9E7247096AB4FAE642B7A64B68F3", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "95D914E391B0BDB17730984359C82C52", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "135F3F143413EF34CC1B31397C6C55C7", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C3577FE70533B9439D9A90A4665D1A4F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7654B2A677E82B39B5EA965A12A2AFA8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7654b2a677e82b39b5ea965a12a2afa8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "73541267506A45B74AE120B1B302E555", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/73541267506a45b74ae120b1b302e555", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "CEB25BFD9D2B8BB1EE500B5CDC482E08", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ceb25bfd9d2b8bb1ee500b5cdc482e08", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3F36B2417B9C7401EA9C2CF5129B25F6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3f36b2417b9c7401ea9c2cf5129b25f6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "84ECEA5B8923CA8AF57D4860D5A840D5", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/84ecea5b8923ca8af57d4860d5a840d5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E2F629651F92B4C437C29A3F8BA2FB10", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e2f629651f92b4c437c29a3f8ba2fb10", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6F371E174A5E8FCB305BF47BBDFB6927", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6f371e174a5e8fcb305bf47bbdfb6927", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "83C9F49A42310096094D01B790B07791", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/83c9f49a42310096094d01b790b07791", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "98BD6DBD64626D719F78AFFA0D9C34C6", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/98bd6dbd64626d719f78affa0d9c34c6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1624FDA40C2E68242209BEA3317E702A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1624fda40c2e68242209bea3317e702a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1FED03FF81A8AE9A696863CC83E4312D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1fed03ff81a8ae9a696863cc83e4312d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8E0F4FCF86B0C4960003CFF447525483", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8e0f4fcf86b0c4960003cff447525483", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2BDE7C7FFA3D14076EE150D97614B43E", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2bde7c7ffa3d14076ee150d97614b43e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2CE1FA04C6AC356C1B5ABEBB4464B121", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2ce1fa04c6ac356c1b5abebb4464b121", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "590D4D291BFA57523B54473319E615D0", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/590d4d291bfa57523b54473319e615d0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FA71D5728E5CC46B6A2626372E0BA855", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fa71d5728e5cc46b6a2626372e0ba855", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "591B7411A6F44D1F84FF7A19149E936F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/591b7411a6f44d1f84ff7a19149e936f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "AF545E4788053DE4ABA0282594CFEC7D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/af545e4788053de4aba0282594cfec7d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "67E5EA2DC8CFB3389A7EC92BA0EFC711", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/67e5ea2dc8cfb3389a7ec92ba0efc711", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9615B7125EDC76687EE7E602E9A7A4E7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9615b7125edc76687ee7e602e9a7a4e7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B23D528A5FE93B909B543BAE25BFE34C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b23d528a5fe93b909b543bae25bfe34c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8DC16A11E2C02FA0BB404CEC6B898117", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8dc16a11e2c02fa0bb404cec6b898117", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C0DE6A266B13CF6D794E376EE3EA7D42", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c0de6a266b13cf6d794e376ee3ea7d42", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "97D259ECE831C2B6CC647D3D88203305", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/97d259ece831c2b6cc647d3d88203305", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A9422EB9B3DEE24A65C10828DD000FF7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a9422eb9b3dee24a65c10828dd000ff7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "888E92A508C5D84CE93EAF02BEC5AC3B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/888e92a508c5d84ce93eaf02bec5ac3b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6D14E66DA31333FA5A2841CAB1A8773D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6d14e66da31333fa5a2841cab1a8773d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C100B40BF6BE66631D95D3A162D4AF67", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c100b40bf6be66631d95d3a162d4af67", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7C1B78AA1F3826AE0DA0FCD6C0790BE4", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7c1b78aa1f3826ae0da0fcd6c0790be4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "987A510BEE2C068265215055F1AB4FFA", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/987a510bee2c068265215055f1ab4ffa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6DE6F142A2D425D7AD532C6E01B10D9F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6de6f142a2d425d7ad532c6e01b10d9f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "43548BE15173368702E0AEFC8C7AEC18", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/43548be15173368702e0aefc8c7aec18", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5D546811CEF38CDE8087A3A2B22CC1F2", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5d546811cef38cde8087a3a2b22cc1f2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "40446261C4308A06FF86E614340FC8BE", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 100, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/40446261c4308a06ff86e614340fc8be", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E76A46F8E7AC352CCBBD612E96BE9730", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e76a46f8e7ac352ccbbd612e96be9730", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6073C51689E07866A98E3DE3BFAF45C5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6073c51689e07866a98e3de3bfaf45c5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "80451B14604EDF7294CBCB631D962CAE", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/80451b14604edf7294cbcb631d962cae", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "CFE6E54AE835F109D8B04B56308C3EC0", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cfe6e54ae835f109d8b04b56308c3ec0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B6D5D3C1CFD86A6498D180A5CDFC136A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b6d5d3c1cfd86a6498d180a5cdfc136a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5DB8A34C8410CC3692EE5377241DCAF1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5db8a34c8410cc3692ee5377241dcaf1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "437803F0B7E66FCA747B29ED4C1C9C22", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/437803f0b7e66fca747b29ed4c1c9c22", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E1A85EFB73C14B09909D264B945B670E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e1a85efb73c14b09909d264b945b670e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "87E61B70267CE2E0EE51D47F9EC5507F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/87e61b70267ce2e0ee51d47f9ec5507f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7273482362A3DE9464B3F11E5969B9AC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7273482362a3de9464b3f11e5969b9ac", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B1CDD80F00EFC73ECDD4CC8823D85916", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b1cdd80f00efc73ecdd4cc8823d85916", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "910109430C2CEDFC8F62A77AB6F1583D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/910109430c2cedfc8f62a77ab6f1583d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "949CD8600CAC40BF422EF70ED5E6A71D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/949cd8600cac40bf422ef70ed5e6a71d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "79E9264473B33D00B9ABB9504ABC6D0B", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/79e9264473b33d00b9abb9504abc6d0b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "ED7DD2D414EBD8C030B309638FE97D95", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ed7dd2d414ebd8c030b309638fe97d95", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3A992F92415ABFDFB48604BE4E2AE323", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3a992f92415abfdfb48604be4e2ae323", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7858428895AB340C42812A01ACF34B9B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7858428895ab340c42812a01acf34b9b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FD87E1B7DC47C4F5261F011EA4D5301D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fd87e1b7dc47c4f5261f011ea4d5301d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A1718212FCBC1C0323D57D85ADA101E6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a1718212fcbc1c0323d57d85ada101e6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6F253D7628D6A72029D479C60FF7A9DB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6f253d7628d6a72029d479c60ff7a9db", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "18A36ABE16B0351E8A6638D78D8C03DD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/18a36abe16b0351e8a6638d78d8c03dd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A0C410DE72E5714BEF6F7A43E8F0E3D7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a0c410de72e5714bef6f7a43e8f0e3d7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "00460C96536971305734D2CA6D432E3D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/00460c96536971305734d2ca6d432e3d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FC3EBE3E3525CE719195ACFFC4F2C1FB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fc3ebe3e3525ce719195acffc4f2c1fb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "092EDE5818BAC8DF99E1EF3921F97F72", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/092ede5818bac8df99e1ef3921f97f72", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EDC2579D5709B8FE6E1FAEA69852FCFB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/edc2579d5709b8fe6e1faea69852fcfb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A69BE69700F040506A92D2F16852881E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a69be69700f040506a92d2f16852881e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "25C82A3E8CC35205E7F05FB87EA5871C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/25c82a3e8cc35205e7f05fb87ea5871c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4E3CBD695D69A3A44E55888C139D2479", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4e3cbd695d69a3a44e55888c139d2479", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3BEF4797B0AFFF58E497B346ECEECAC9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3bef4797b0afff58e497b346eceecac9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7AD377210EDCA2F58CCAC5D89F38B9A5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7ad377210edca2f58ccac5d89f38b9a5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A173D6F2E81AF995D71AA97C9E3F37EA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a173d6f2e81af995d71aa97c9e3f37ea", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1282AA13FE4DA9055E5DFCDBA6C05866", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1282aa13fe4da9055e5dfcdba6c05866", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "585B11DA93C8A73DCC2C8D35825E7F7B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/585b11da93c8a73dcc2c8d35825e7f7b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1CCBD5F4ED8E638FB10ED15032520430", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1ccbd5f4ed8e638fb10ed15032520430", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BE52F772029BCE686BC4DF33F299366F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/be52f772029bce686bc4df33f299366f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6C444165ECD939D29B48F115E4F972BA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6c444165ecd939d29b48f115e4f972ba", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F455EDBFF3E21A25F31DB484C4329074", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f455edbff3e21a25f31db484c4329074", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "AD4EAD0AA9628534585ACF46CF3B7256", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ad4ead0aa9628534585acf46cf3b7256", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "20078FD9A93EF96859C64665B6C60A8A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/20078fd9a93ef96859c64665b6c60a8a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B15E9159EE5BF05B740B920209042E01", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b15e9159ee5bf05b740b920209042e01", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "621E5CB40616497B960729CA2102E33E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/621e5cb40616497b960729ca2102e33e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "47B9D84D167D716BBA12760615064F37", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/47b9d84d167d716bba12760615064f37", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1D5F40BA89A7848D440AAC3F5B72E397", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1d5f40ba89a7848d440aac3f5b72e397", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7DF77A41FE1E06664690438B07ACD1C9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7df77a41fe1e06664690438b07acd1c9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5F27F62EABCD11518112EA99DE02BEF7", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5f27f62eabcd11518112ea99de02bef7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "9C3A957EBCC7D5C094DA126FD55AFF49", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9c3a957ebcc7d5c094da126fd55aff49", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "72C4AEAB33480EED941E7D97E5A74473", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/72c4aeab33480eed941e7d97e5a74473", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F0E08878FA2F93CAACCDF518636F1EEC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f0e08878fa2f93caaccdf518636f1eec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "175A4A7A13C01869C083BF19D845CE82", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/175a4a7a13c01869c083bf19d845ce82", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F228999028B9B03F225D95DA41893AD9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f228999028b9b03f225d95da41893ad9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "07CFB1CBDC749DDD9CD4644840F16167", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/07cfb1cbdc749ddd9cd4644840f16167", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0C3DEB8C545A2C4D8F84278234CEC3A2", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0c3deb8c545a2c4d8f84278234cec3a2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1AA13DB05A7259E2BBFE82EEBD519150", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1aa13db05a7259e2bbfe82eebd519150", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7915ACFD42EF9F141EE9FF7AB10038B4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7915acfd42ef9f141ee9ff7ab10038b4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1A5099F78EB4D3B1990899411C67148C", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1a5099f78eb4d3b1990899411c67148c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2F5C1921F2D094282EFA4EF98851FEE0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2f5c1921f2d094282efa4ef98851fee0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "995F60F07870C67CC341A75671F7C184", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/995f60f07870c67cc341a75671f7c184", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5E943E9E2A73AC9FCF26E3F5F6CA89A8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5e943e9e2a73ac9fcf26e3f5f6ca89a8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "55E6C7004ED8060DAAE6874424870184", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/55e6c7004ed8060daae6874424870184", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EE514C434050A8C04A8D6B91E010096C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ee514c434050a8c04a8d6b91e010096c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3798E15050387425F0376FDF186921D7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3798e15050387425f0376fdf186921d7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F92A72B4850D5D15CE5B9208AAD7DB6A", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f92a72b4850d5d15ce5b9208aad7db6a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F7CA5924EE05763E5ADD5144736D6B28", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f7ca5924ee05763e5add5144736d6b28", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "30F3249B84CCB316D7399281948D7130", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/30f3249b84ccb316d7399281948d7130", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3E80CAE756F20699E5634B15B98A5C2F", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3e80cae756f20699e5634b15b98a5c2f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EBF52064854195F23C86EDE3683EB5B4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ebf52064854195f23c86ede3683eb5b4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "076065F71620E1B48EB3D2669DCE4011", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/076065f71620e1b48eb3d2669dce4011", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D1FD43D582EEAE7417896855612F230A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d1fd43d582eeae7417896855612f230a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0AC2993F0ED4F081561A082319467329", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0ac2993f0ed4f081561a082319467329", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7B44EA8BD26998CDB14524F9C1CE6F27", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7b44ea8bd26998cdb14524f9c1ce6f27", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D44A41867CF4F6252B1B41E77036AF53", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d44a41867cf4f6252b1b41e77036af53", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D155E065F4C186487D9251BE4003E8BF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d155e065f4c186487d9251be4003e8bf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "428098F5CBC5E915DD9CFED747968963", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/428098f5cbc5e915dd9cfed747968963", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "6AB9877888BDCAB481C2E96973CA593C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6ab9877888bdcab481c2e96973ca593c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D5D9B3F1FEDDC78F5D9B52487907594B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d5d9b3f1feddc78f5d9b52487907594b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8223B880C67F636FF8DF0F70F9196D84", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8223b880c67f636ff8df0f70f9196d84", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EC75388AE8BF3C5DB57D3B318808751A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ec75388ae8bf3c5db57d3b318808751a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E38D779B7489A06D035B4A1E75F95845", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e38d779b7489a06d035b4a1e75f95845", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "796ABA8347AC7AF632C0439CB7317197", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/796aba8347ac7af632c0439cb7317197", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "545300E7FC03E5F5CB225ED9B01EBCEC", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/545300e7fc03e5f5cb225ed9b01ebcec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2891C20F87F2D21EBD11C22389E1271C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2891c20f87f2d21ebd11c22389e1271c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "45CD732931C236B4E1073149622F821F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/45cd732931c236b4e1073149622f821f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "99ED1ED7248C18D1B2203EC1F11E170C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/99ed1ed7248c18d1b2203ec1f11e170c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "452A589414E07F1BEAF47E4086ECD8E6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/452a589414e07f1beaf47e4086ecd8e6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0F5D1C65A08CB89CE8E7F431270F901B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0f5d1c65a08cb89ce8e7f431270f901b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3F180CE1426CD19EE9B291433616AA94", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3f180ce1426cd19ee9b291433616aa94", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "AAF35CD4572E08F57E6D659DAD3AAC6F", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/aaf35cd4572e08f57e6d659dad3aac6f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C1132D8F3BC6EBAC0F023326A7EA9271", - "Organization": "SARVAM Source", - "Rating": 1, - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c1132d8f3bc6ebac0f023326a7ea9271", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "137EFEFB706DAF5D5CB2D48EBDE62070", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/137efefb706daf5d5cb2d48ebde62070", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6731583D69A71D42EEDF2A5CCE3946BD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6731583d69a71d42eedf2a5cce3946bd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "71499B90FBFBDC7FE39A6A22927AB0D6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/71499b90fbfbdc7fe39a6a22927ab0d6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FE98C50ACA8385AA8E3ECC6A5D894F97", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fe98c50aca8385aa8e3ecc6a5d894f97", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "7E6A7E744066EB09D01C5DC5869463F9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7e6a7e744066eb09d01c5dc5869463f9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C60FA277A5CCF6B2E8BD99199CA9A320", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c60fa277a5ccf6b2e8bd99199ca9a320", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F4AF1496058BC6E3A0E546167F9A45B1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f4af1496058bc6e3a0e546167f9a45b1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4BB602365C628B605FACD30B43CF8922", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4bb602365c628b605facd30b43cf8922", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "633930A11DF529C4B20ABA6019D2D4B3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/633930a11df529c4b20aba6019d2d4b3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7ED982210BC05E24B686392C76E1F472", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7ed982210bc05e24b686392c76e1f472", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "425E111A49A17A3D19AFC15AE397EC9C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/425e111a49a17a3d19afc15ae397ec9c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "794050A784B746EBD81557EAC4888DC8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/794050a784b746ebd81557eac4888dc8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D59306011A85DC46A267FBBFE2F58E02", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d59306011a85dc46a267fbbfe2f58e02", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BBB9C3EFB404CD5BADEA26BA025D2227", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bbb9c3efb404cd5badea26ba025d2227", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "24281F84C5521204E4454207F3BECF96", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/24281f84c5521204e4454207f3becf96", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3E548A172D0A41EFDF6703F4FE614746", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3e548a172d0a41efdf6703f4fe614746", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "46D698FB8AC49BBF4393FD251021CDAF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/46d698fb8ac49bbf4393fd251021cdaf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3560CA052A4532578C0EA11870D7DFE4", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3560ca052a4532578c0ea11870d7dfe4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "73A1ACA81D7B468B1BAC13314657FB32", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/73a1aca81d7b468b1bac13314657fb32", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "62482405B37A9A716FFCC2BA78740A0C", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/62482405b37a9a716ffcc2ba78740a0c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "768BF6AA974D6C631873B82F2C3F10B4", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/768bf6aa974d6c631873b82f2c3f10b4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "139B4A3E29572327894C8F5F51B3D30B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/139b4a3e29572327894c8f5f51b3d30b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A2751A33CC98D668052C089EFB97AF11", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a2751a33cc98d668052c089efb97af11", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A0287CE9011F8919F544D0769EB459F1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a0287ce9011f8919f544d0769eb459f1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "673D82DBDEC2C707C51B641672B618BF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/673d82dbdec2c707c51b641672b618bf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "685D3A70D6EBDCE78AB6E18E90DAD373", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/685d3a70d6ebdce78ab6e18e90dad373", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F6EC928FCB3DF67E7145B05FF8B08891", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f6ec928fcb3df67e7145b05ff8b08891", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "996E711762DE33D70E63DCF3B727DFD8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/996e711762de33d70e63dcf3b727dfd8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F43BB898B826C41E38C0FF18D2234BDC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f43bb898b826c41e38c0ff18d2234bdc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "21AEFE0F91FDA0283C148E214EA170B2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/21aefe0f91fda0283c148e214ea170b2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "30A15776313808F88810A7961DBBF0CF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/30a15776313808f88810a7961dbbf0cf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "75A87A14EE1442388F39BF4041DA8A10", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/75a87a14ee1442388f39bf4041da8a10", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A2C3993333B7F94C7BEF325A1722C52D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a2c3993333b7f94c7bef325a1722c52d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4D3BCE9C644C57CE3DF8CC3DF60E8A28", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4d3bce9c644c57ce3df8cc3df60e8a28", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C673975AE1E5B4B3C05D30F240ED8905", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c673975ae1e5b4b3c05d30f240ed8905", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9F83817AB31E3453DADCFF9071689D50", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9f83817ab31e3453dadcff9071689d50", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "741157106873CA6C36E29FDD474E7461", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/741157106873ca6c36e29fdd474e7461", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4C899CF62A51EEB9D4EDE7549854F948", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4c899cf62a51eeb9d4ede7549854f948", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "86E15A868A1D841237F9842425CDF792", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/86e15a868a1d841237f9842425cdf792", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E7C1121B24D008DAA5ED5BA0944C1B54", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e7c1121b24d008daa5ed5ba0944c1b54", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "946622310A27B018F0078F585F323177", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/946622310a27b018f0078f585f323177", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3D3E6BDBDAC8F75BDAF7A4DF98136FD7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3d3e6bdbdac8f75bdaf7a4df98136fd7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F13B4EE093500309054EC40807660890", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f13b4ee093500309054ec40807660890", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E8930C16F3CD4DDE6337A41152771911", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e8930c16f3cd4dde6337a41152771911", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "390132B3A9F4B94957A7841EBBA4C754", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/390132b3a9f4b94957a7841ebba4c754", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CE44328EF6650B60F6E35C9821CF73C4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ce44328ef6650b60f6e35c9821cf73c4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2BB421519358662FC1BD4742BA837D97", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2bb421519358662fc1bd4742ba837d97", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "AA57137B4B884347F9C4AB92DC1DF392", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/aa57137b4b884347f9c4ab92dc1df392", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9CA42947D77737E75F00AF1F4D0D276F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9ca42947d77737e75f00af1f4d0d276f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D885A6087E922443C0231FE97F081A94", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d885a6087e922443c0231fe97f081a94", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F1BFFF850E68B13C2B668D85DBF65850", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f1bfff850e68b13c2b668d85dbf65850", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "15D4EFF531E900D596CACD32C51BA6BA", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/15d4eff531e900d596cacd32c51ba6ba", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "1DC597CDD79E3487B31CD7FE65B093DE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1dc597cdd79e3487b31cd7fe65b093de", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "09571F3A0ECC5BC4D952D65876CA158A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/09571f3a0ecc5bc4d952d65876ca158a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F2DF7CBB3ADC677AC0F5E57C548A4D5A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f2df7cbb3adc677ac0f5e57c548a4d5a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4887A3716F03F3B437DCA4DE45E19935", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4887a3716f03f3b437dca4de45e19935", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D36D6A9780E24903616008E35BCE4416", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d36d6a9780e24903616008e35bce4416", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A0C5CC06F6E5E9FB6DA7529A02331972", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 2, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a0c5cc06f6e5e9fb6da7529a02331972", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "BFF0D14FFA8C895394647A58C680B7C6", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bff0d14ffa8c895394647a58c680b7c6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E2B699816DFCF5E4FCB80FCBE7B0B22A", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e2b699816dfcf5e4fcb80fcbe7b0b22a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "D6916A5619C826FEF4E66408E7A1E401", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d6916a5619c826fef4e66408e7a1e401", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2742C1AE44429800EB4014C42F35FF50", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2742c1ae44429800eb4014c42f35ff50", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5235D31B042D9E131F7578DDC1F6B7FE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5235d31b042d9e131f7578ddc1f6b7fe", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "AB38D2D8940BD71FF3078BCC14DD53B1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ab38d2d8940bd71ff3078bcc14dd53b1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "624A723BFE38AACEE8522BCE0F853DDF", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/624a723bfe38aacee8522bce0f853ddf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "A387B3801F84275D481280083A073F8A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a387b3801f84275d481280083a073f8a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6FB91E74FC1E1A8BA251A2894B4024CE", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6fb91e74fc1e1a8ba251a2894b4024ce", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "56FC972846E0A7A9B43BE1A191BF3738", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/56fc972846e0a7a9b43be1a191bf3738", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "28B4A29A42D2C9E65805E4B4DE0F968B", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-07-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/b142c9c877d7d8924dccf6e1733f84d9f781393bf39a2bb54386c4b761f2780c.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "7DC879334936D22C5546C1B7B3621959 : CFF1F20EA4335DD2D01CA2764B3A4188F5BB2543 : 74EF5A35DBF3246C8CAD38D7B326366EF6C2E08D4D3A0DCFEB7A3BC177F55BF4", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/74ef5a35dbf3246c8cad38d7b326366ef6c2e08d4d3a0dcfeb7a3bc177f55bf4/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E6191D98D1AA00D30C29613AF1ABEA9D : 3F12B38B0996E931947A3F9AA67D34961DC20AFF : 2D386D5BBC57492C58ACBAA5E751B10685911D8B44AF60431A5199C0800457FB", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2d386d5bbc57492c58acbaa5e751b10685911d8b44af60431a5199c0800457fb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "467099DBEB7FEAB8EBAF8B42285D1978 : 8DCBBA962F67B68FA7D2D320396A3858C2D07E80 : 621C17985E1E57482A4D80644216C8E0DE6B414924D440E1C486F8E1CA106216", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-07-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/621c17985e1e57482a4d80644216c8e0de6b414924d440e1c486f8e1ca106216/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4D2C96D7533A3C636CE2E4F8485C96C1", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/1caa27e07c6b5a6935a92cf047d01bfd425e237bd14c1d1c3172a09004fe12fb.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "F01EBD1F09886E890058743AA652D7D8", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=f01ebd1f09886e890058743aa652d7d8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "580FBC21755DE37D189A362EA3C61856", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/b586ba8a8c0fc8fae4da3d2562b60dc21da884c936cf6feefd68c1fc4ed6ef91.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "28A564D240E7CF577A56826F32DC2F01", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/46f05ced4e7190b00c95a6799d1f454b4b0e69662f1539483dfaebbdc8ea3a2e.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "8962F97F725BAC412AD33F0486E23564", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/109eb0c69ab67943c41c9c03a9367253ea55438e3394d525d8af29e3c09de11f.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "F59CE454DF3BCB3D8EF9D72B35DE67A4", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3A6065A5E61CFEC2BD2377E6636F7089", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "71C45E54EDB36A7B0BB75562460137C1", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D86DF1202EE75646C053872FD9DACB5C", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "098C18CF1E25B16157A6B560DE041909", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "24281F84C5521204E4454207F3BECF96", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "40C8DC00A8B1EB1B86C53445BE1E646D", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F663F65C84355909A61C9BA84096B5E5", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E90885FE28CDF25B9A06A439C60B5AFE", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EBD9FEF61B6330935CB7489B3F95DF13", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1D1A4525969C7ED0DDD5C178EB403FEA", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4C1B293B0669421EEB5CC3A8679A6763", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5E73781CA57FE34CBFAAC841AEE133F4", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FBEEF82280762CB81BE81C785E385C9B", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B27893C5C6C12222EA041622D3D4597A", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7AB1C3C2DFCF50C714EBF2E0E16E9886", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3863AA38057AC0CC0E7D9F568C3248A0", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "633930A11DF529C4B20ABA6019D2D4B3", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "46D698FB8AC49BBF4393FD251021CDAF", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0D15577BB8B4FC8178CD3AB94FB1A376", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "60559CBDC4FAA57570255A6255AC2BD4", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5E0BBD89955AF375C43AAA4CCB97FBFF", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "399D77617B870C73F7F39708F8490411", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1420605482D356D97D2C088A7D0DB8DB", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BA3CC06E6FD0F8B72D39FF7030344BFA", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B08A33BFDD72E29D64A6F83637B7C982", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3E548A172D0A41EFDF6703F4FE614746", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0DF89A455B1D970A690A26F31C5610F0", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8E7E07E36041A4BF7A93A27DB3231B1A", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6D845BA0A8D60733338F1C05359D728C", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6FE7C59B5F6BECCA9DB3C0CBF8B1026A", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3A0E00176CEB8DF1ABF567074970E496", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "28D6AABF12FC23ABC3894D2321186886", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BBB9C3EFB404CD5BADEA26BA025D2227", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F4AF1496058BC6E3A0E546167F9A45B1", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3AB57365065F0520C9F6168EAD54A5A8", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "41EEDF19649E8F2A96B978D02F8125A1", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1ACBC0024429E4D3541E3FB83C57395E", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BB66E5A1CAD4F3014A7E3FA6FF6D90FD", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9A084EAFB384F170F4EACA5BF26B51DB", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6FE317DCA9900B18FF08A61A31FDE86D", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A1349C8339C25A9D5B73A7A463667E27", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CC3BF1CCD66129EBC0EBF52F36F3D8A8", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "05BBC7081A0256D961E96157862A2084", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0156062C952652A57DEE9ED1BB7FDD92", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7AB15400DE974180D0011459637BC7BF", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6DE2127E1FC86ABDE2D5A7887B0DBBA9", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C5840D6A896F84D45E53395C538C5C69", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DC7C0684115C1B7FA947D06EF399A0EF", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B921A302D6D1D23DCF3D62B8713BE28C", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2DE24C0DA89AAC8ACF294A33AD960FC7", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BF166F072B9A7EA9E901F498A0880859", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D1E45C70C01D91B259E46F1594C4CF52", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "117B9D89BA03DE47EE2E6F43B290BA96", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BF9C10AEE5E0F81C7CB4C2C6E6CC68D3", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3560CA052A4532578C0EA11870D7DFE4", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "62482405B37A9A716FFCC2BA78740A0C", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9114959ED2D1D57323A0C4202A2BF3C0", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "11D3977A855F0F35AF78C97D8A5567DD", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4CD38858E243F3C4EFA0A3DF7D7D8A5B", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "06F5632485650DA60479133AC40F4AD9", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "18DA9BEEA7AAD52FBE97F4D9D3297CD8", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1247BBF5412156ED48D7AF94EC1E2A86", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "73A1ACA81D7B468B1BAC13314657FB32", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5B9DFAD29C238B258935EBC28CA9B230", - "Organization": "Malshare Daily Malware List Source", - "Rating": 3, - "Confidence": 50, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "Malshare file hash.", - "Source": "http://malshare.com/daily/malshare.current.txt", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "ED3C3AF6831AFAEC2BF7A8C76F07AB44", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/ee8a33f448868665abc84b043c9f99c471a728da631234b162e806e1178e5ffe.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "6BE157DB50D90055ECBDE873DEE8D1DF", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/9500743f62968156d62905b8b9a5ed36d0baad22c7397b4a76477054a722b894.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "321CB06699B22FCA1B5B94D95CA79618 : A95BDEF545D52346CE6571FF92A4CC5C7B760329", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/15c5a13396cc4cc266ee25f569b72a43dcb48247dbad71f7e946e3a2608cd759.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "ADFD0257C981AAB5E28495A283DFAB45", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/296763a919c294348e40b48cfd9daf27d15bf17e9d0ec1b6a6585dd1b2808644.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "605FD6C0274F77346F661388FADEEC20", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/587bb1c3c166f87fcf7e6630425ee786884a14ba3ae4d53ae159b06e3b548678.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "F18266E759FB36F205C3E93655DDA6D4 : 585D48552BADF2DBB7EFB8F9C308FA18F1AC6597835E334971C1B7562A658940", - "Organization": "PDFExaminer Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=f18266e759fb36f205c3e93655dda6d4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "E73142E15CC5C940C1B1C8787166327C", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/da5b51939bd9ffc88710ef06883ae58f587c12b1b5f7fe33d545a6efcd95b121.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "99122932BE6E9A8BE28CAD77727E95DD", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/30456ac47970b8d566f43bbf1f50b26abab9345c2ea21acb2b716e7a68b8e180.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "EBE078FAF153C4D4DCD36BCE0753A8DB", - "Organization": "PDFExaminer Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=ebe078faf153c4d4dcd36bce0753a8db", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "E62CDC80DDAA7EFC4744CF69C3FB9854", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/25f851e8db53b5de42647ec9b023a5d51bf4a559ee45e93e8dde9610d0f648cf.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "80507B04A77385FAE9A600D37E2B843A", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/15a4c128e9e287e99c80969f58c9cfb004c2970fe650b61608cc513582429adc.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "958EC73EAA8CA80D5CEC00182CC67F54 : 8DB300C01EB9BF8CA118C56FC14D5F7CD600D9232348A54F0361CFBEBA3CE146", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=958ec73eaa8ca80d5cec00182cc67f54", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "DE2DA10B30C956A4760694F05C311C28", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/942c3dad152b50f6c368761f62fb57d7c7c478ab6c257f396ea2ac9b226d7684.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "9D76644CF0A33FD323CCF65670612FC1", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/816e5beff54b966380230cb9bff8a7e0b0ae27c4494812569fef26e482ea11fd.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "28BA04899541AD80884FD337CBD126B4", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/6643bc971f4467dc6d6f67a5f1151b13fbe952d0e06c4cacb2cce63effac753d.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "0663A67736922BF761D42B59FCEE7736", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/15bcb8a977a684f79ba399ef2dd825e7c39186d488db3a4af7600a38bf06cb6c.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "86156E738EA13B89993DE4F9ED5EB590", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/86e8113d7070d5aca2736899d94a08a903940dab53271cdc9fbff8fd8c30a67b.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "6C031EBA2EE91A4C30A112958D91779D", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/13d9f5825d0d0ee9d80b7f6eb626bb64c84f0cb039d3c1ffa806f5d69480f50f.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "EmailAddress", - "Value": "jemiethurner@yahoo.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "charlotte.fernandezcanal@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "writjayquacri1976@xrum.xyz", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ward@b.ouijaboard.club", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "andreevemilii@mail.ua", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "heckmaier@t-online.de", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "alvaayres67@bestemail.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "josephsatly@mail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "selinealines@hotmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "sfl@gem-residences-showflat.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "pasha.9vw3@mail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "mijze@yandex.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "tamekher3@com3.cf", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "jsproule@conferenceresourcecenter.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "j.stroda82@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "misha5ten@aol.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "olgakonbk@mail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "hipeme@iphoneandroids.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "fedortori@mail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ekzorlova@mail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "megan.taylor2@mcgill.ca", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "lilian.x.reyes@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "dgdfgdfg-dfgdfgf@mail.ru", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "michaelabailey2@simplyemail.bid", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "24@g8.anntman.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "sam@ucgbc.org", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "zftxkgjms@the-people.org", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "woodmanchadbournejqszs@yahoo.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "steve@ucgbc.org", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "repanden@free-mail.bid", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "s.uperv.i.s.o.r.2.0.1.5.i.n.vino@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ujubemse@emailer.printemailtext.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "jeromybeatley@hyperemail.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "izelaqenu@mail.eamale.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "lyanza@jaggernautemail.bid", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "gabriellels11@aubreemadisyn.coayako.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "kaylajx69@mike.tango.ezbunko.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ant.onje.f.e.t@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "aqqupemu@g.eamale.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "chief@free-mail.bid", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "jyudomero@kromerigex.xyz", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "maribeth.breckenridge@playtell.us", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "nyla@d.gsasearchengineranker.space", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "alannah.peach21@nzttrial.xyz", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "stewart@ucgbc.org", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "bill.clewes@runbox.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "galya.ivanova.05@abv.bg", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "jayanseo51@rediffmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "ojiqifode@pop.eamale.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "nganthompkins@eu.britted.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "specifyykiw@gmail.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "reesederosalaxbta@yahoo.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "maribeth.rich@playtell.us", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "juliusmcgruder@clean.salazza.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "kennith@c.gsasearchengineranker.xyz", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "totowi@mailer.printemailtext.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "karenvo16@alondramorgan.livefreemail.top", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "matozas@maileme101.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "wymfhf05@163.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "320014058715@t-online.de", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "efeixaei@pop3.printemailtext.com", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "EmailAddress", - "Value": "katerine@f.gsasearchengineranker.xyz", - "Organization": "BotScout Bot List Source", - "Rating": 2, - "Confidence": 80, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E26683BF30031BB38EF12715BE0C68E2", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/428a6a7cdb733b1f193f9bee3c56dccbb97031ae24492680c2f1eff0f84bd527.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "D7F6129C1137A5EAC357EBC4F5FB576A", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/74c49e0253c9bb9b307bc3d8aa420f2b9dc3d94383613118e84ca9a43a3a7e78.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "1602CE64568EA13EB7E296162D881F61", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/91fa890e2eb78864b7dc86d42a50139cfb0301037e73a3e08400622263170484.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "2508DC1D003FFA97F3D2A8062EB5D016", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/acc0114632403b2473534e3fa094cd2691cca3113ce90d29dda1bcf8edb02c54.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "1D055BCE131BDEC022580E1F1D6F0ED3", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/4a4556ac78a72ee651c9b93c2ba5df74c7148d0530611ad4ae9c126692c295ea.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "42BFBD0DA6F328B8F663CC40867C18CB", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/ebabba26a0c0c461c48563aa091c5b703a5d2ee2a5a24f8269594d76c8be71cb.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "CE501244E36495A4119735D704467DCF", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/1df3f5ff0efb09530b0777ca23092a3b2bba3405e200e60d70a0d966318631cb.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "EB4E69E4941BF7E2B7F75CB0D2E8E3DA", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/f15f153b2bf82f4e924889a17c436d0e6c40a32c6ad942ddd2107438af7786d7.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "2525EC31A9280AC7C51F911E5786C295", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/4536c719b2a7a07110f3a70055917e0e5fdf9a713714afdd5a1e28af69776740.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "F8BEFF1B8817F1788380AC069985DCA8", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/1e16832b505d88c6ee83811e5a73fed3459bac33122d92e6ff316bc67b8e054b.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "04537460FEDFF566D289CAF58CE98009", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/e9fd0774fc65afe25d4b6bb42cffbc639a19b1ec68f08d553878e9fb1a35997c.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "85EC5A70F98844B1777518495F91B4A5", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/ab6358ae3d3ff22bd3e3e745044b0baa0734782d8658dccc1ab74efd0e6945df.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "3CD10253B70ACD6FFCD8CA31A2969BFB", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/108f1fe2b80d2f6210c4441a890be83cc6ef68da354bcbaa3742c5d7d6ffe228.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "77618048B3756A3BDB3BFE92CEB7E321", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/5ec69e62b41190e1e0fc92d913c9ef5f8d6d0048bd05cb46e90925339ce598dd.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "8AB94731E646DC15C4ED20A403AEBF3E", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/38ce020b24834a967fb0d7f26e422057a91bfd16ba89185c12d65508b0329351.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "A1F5201369A2D4BA58BBA1FFDCDB518D", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/f6ee5ddac66a870c6bf648ae849c5b1fdae9a49ef789d456d7b22c3cb62daef3.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "033ACDCDA2574C0D36B1E699AED8918A", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/044863aba08e88f900ce7159b2ed883cb250bd37cb4d8f66814e24e6e8a2dda1.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "AB590350DCD8C31CB7737DDD2D345E07", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/ce2a7559cf5c6ab8501c2ca7f6a7ed94e218e240dd981a7539936b10caa2a8a0.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "D4EB403B53E6C3B2CF768E7AFECA7E43 : 5DC198DE8BB5B6E53E32A59AF47E823D6D07B652", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/7acf783c70be7894488a23bf40d45cad8a3ae312b9c56d426eea865e34624463.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "9838A4F696301D14C05B2E154BDFDECC", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/4f961747d5507eebf1719eb8093e194d4fda49280d49be601babec94f704a39a.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "3AA65FA4825F6A70656AE49C9ED82167", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/f2d9fd4cea4234ea8cd8ff3134777f37b2f455b7cc047e9f134c953b4d6a89e5.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "88B1D99EAFFE820B31C0E0F5C5DDF566 : 807AFBCD5D8DFEA403665551EEF40822932DAE9C", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/7d797e96db953036fa20e14179fa715c97d8d7ef93140dd7a8a78e3a203a209e.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "6C1C59F0691B77863690EA85516A9540", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/c7561d19bdf5fe9c59848405c61cda4c6e02a58c1d24069afed19d2d59c6b9e1.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "BD22C58BA8A11031A24B54C8D51BC05B", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/62be8456cb9c3e2aee7090441a7ab6a517038f066a8d0913c110583e14786c2e.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "7A2882F80FAD453E811DFB509453F551", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/52f06e877193238449ce71dd420614761d33838cabb1d972834d16709e8ac9f5.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "BB0FB1BA1A0C26C781F5689F1A86FB31", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/d798f896da542a3830d498138bd77bbf7ed21d2bdf99ab48beeb9888ea4337d8.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "9C1FFA79343ACC0F233D111CCBA4A8E4", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/3f89bc700bd9231b3b2d741e4a30d8f60bec660561521333c2a51abbf37e5cd8.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "DDA878222F63781011732E634A60088B", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/d5b8ffd15ed67c9e593e4d46a7253318094df9ba99a6b77851ed13ead3014440.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "CF3CA580DCD6F33019FEB3036D176FE0", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/f4dcefdf0c2d9b4be5980f2deeb3c4569098a40a536faf264f0e8559876c3375.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "70DA0C2EF406A318486B9F6BA7F6C24C", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/319edd1bca2dbab8c576099c1e2a85be581dbaccc7f7c45b3ebbf63c0f47ad57.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "864415AADEC017A8F8020BE907C2DC1E", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/766cb1765ae5bda9e923843f3ada95f7d72370221b0b591e3dabd615812778b2.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "6477F3B46AEB74B85AFC660670CA4172", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/29ef0a8a4d6a6331c76290d613f516097f2fbc643ca373ff6d7e027c9ca77b38.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "AEFA082CA7B6E5C9EAB113C6A1A97636", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/f6abf87a2ef858c9c43b4767d1f3a6c94d26838f88a88dbd806273e3682272bf.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "2526F3E2E2C18A9B2B80067684301870", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/b02db65874ba48efeb1f8b02a82d79927f99de2c33461dc69033f1dc66394f47.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "BCA591412D49650939ECB25C7D0DE86C", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/7327cbd80f5901305764cdfcd2c91344b59731dd06c666ceb16b668d65d27d03.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "C608E60FC252176507FFC874F5ECDD95 : 8FBB05B19B71C50C0BBD36A8364121368CF27B8CD5FC29DFED4059916577EFA9", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=c608e60fc252176507ffc874f5ecdd95", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "3C08D29D27CA0E87E287028B7EB0893C : 9776C6EE1B14BCEF34724E00E9229F3B12581883CBA898648A105E0894F65DA4", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=3c08d29d27ca0e87e287028b7eb0893c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "AF3E2ECD3AC3D8FDBC8228929A1B51C9", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/a079c90a81a3f26a9229d6b907f348b9daeba77e92025654a91eabca730ee607.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "DC97A57A198482A07501C3C1E5E124BB", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/e874df4eeeb729c5bed99cf96c23bf8da6b6465bcf7b1a30c0cf198a181033c0.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "4C2542AE25B208B1FE935671AA794753", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/91d6473895dff146430abef6cfeecaf8afb2b041ebdacd9b2071c2820bef1ad9.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "4F43ECECD399A0A7E1947C935F4BE565", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/69657c7191812d9233f22f96bf6f95ca581f08e06b2a6404d5d31f7154858bc6.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "F1345BA292C9A8D72D45DEF065404709", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/90e166394e177407610fcff57179e51e8f92cfd9e4c7956921e8bc1188ea6014.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "5574F67EDAAEDD6E76CCD6ED0C4E9ACA : 719C2E5C0BAC66D75F54D5FA5972C3A683BBBC42E9016D9F0B29E283E2A1B586", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=5574f67edaaedd6e76ccd6ed0c4e9aca", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "5281B976EB5EFAE47526341BD71F1311 : 9CB79E615E48BFDE0D168E19733F7D3DC4409340F00FFA1BBBBA6121FC223E03", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=5281b976eb5efae47526341bd71f1311", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "BA1C91E387A6AEB816C4D2CA16714F49 : F738680EB2490E52B4F17253D5E702B7EE9D0F7861AFD4457202BDD95C4B04D4", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=ba1c91e387a6aeb816c4d2ca16714f49", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "C8D3E7001D9A753293280E52BFCC0EDF : 123257B948406DE51534270CAE9E51B18121F5AB58FB10FBFA7D2CA91AD93BD6", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=c8d3e7001d9a753293280e52bfcc0edf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "7D645F394063D8CE2C75E0CA8EFCE0BB : 9CF321C088CD726670861E66A117F183B3CCB1D45A0A90E2C3D2799BB44EFF2C", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=7d645f394063d8ce2c75e0ca8efce0bb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "F47CB884193D8C307B980423D2F4A6F4", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/c86171c4bd677ae28ce3c60c7ae78fe2bfccb23265ccc0f409c33087afec9f77.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "5BBD35683C9111AAE95F3AA161F88509 : 74C29C3C8308C47DBCA315F7DE64C388DD80D52521BD8CA6D5B089F5D1709F67", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=5bbd35683c9111aae95f3aa161f88509", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "D1134056C4A7A375B49DC4371A8D885B", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/43c05fdcbce2f0683011d3e8a2e73826fd726c7a55b99f8acac96ce378feee6f.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "AC1F7CDACC973A936AEDAE4326EFBDCF : F119416060B3DEB00B15D0C998DE1669E97428552179D67A011BB87639309303", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=ac1f7cdacc973a936aedae4326efbdcf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "6E5320EECE21646054C2841C945BCA84 : CEBED874B5BBBC87CFB8EDE3A668C71AD59A84AE4B50A7B1F1A40EDC5AD83FD5", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=6e5320eece21646054c2841c945bca84", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "2843562BC4395AA60A3B59FACB5E8234", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/e85b143dae383f50255cf05cc84dca0fe6c52a0f00eb94b3ae6523e3b9fa71bc.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "F0F9707B883044A7A593542CBEEAA6C9", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/e1692a9760f722fe9d7b9bfc7a36d6c22aac67e7c534db7bc547bd917c727d2e.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "2FB7C2DCC2FE4C1D62B27A613052850B", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/bd2a7511b329fd27938625e4db4f1857b2b4b3583efcb31fa815fecb9d21e4ce.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "6082D4886D7DAC0AA8A830AF830E5954", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/6b0e8f6644a106db0cdacd8ff7423b6b330283e1f7d2cd4b75e97a809e481051.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "23A399E0F884FFC14BA2569ED43BFD1D", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/c927aad4522cec89a0e10b69b0b2636caee253fbf1681ccbafbb1687ad9f7bd8.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "8AA5762B518F5134CD29793B4D624CDA : 26F4643D5D46CF29F1FE891AFCBEFE1CB407BBA69FDA48B6DC5E4D618A606441", - "Organization": "PDFExaminer Source", - "Rating": 3, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=8aa5762b518f5134cd29793b4d624cda", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "CF39893E99899A0F95C36D7B2E0C52F0", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/0f7897c6fffa0a6bc530e98e04ce31ab4bdb32548aeccd464a1bac10fa3e1c63.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "18C2229FA08EA67F3BBF7704BB3C99F0 : 142693E9EA31617A4223AD0F7E12C32494F870F982116A6277EAEB56A9632772", - "Organization": "PDFExaminer Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.malwaretracker.com/pdfsearch.php?hash=18c2229fa08ea67f3bbf7704bb3c99f0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "DF52C0ACFB400418C46800FEED8A693B", - "Organization": "Cryptam Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/b96710c7a9a7f25bb012009eca14bfc674a817a283983cd2d7bf2684592003f2.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "E7F6B88377746258D639D21229D9DEB8", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/a2358ec7604c4dde811a0719d32169b5ad0ec3b9904afcd6f6565ea8e9a37da4.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "5067A746CCC48C73B496AA61194CECC8", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/e411680caa9759a567e85dfe3e57fc3982ac1e6917d1a0dbd419641feb3749ef.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "9E52F4DAF952AB976C40EDDAA991BB41", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/cbce63644f3228473b83e7acc3316afcf0cba21687964ae89d6668837f3130d9.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "E0C4AE8CD4C6C665618F596CBC4517FD", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/9cb234866577ebb718f8281652ceb50a88c648a4f7589c969de8ef822463fe8b.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "779791F6185C12E6062992E638409732 : 446CE3563EF91AECF28401522936C4E4B95C6466 : DB93606E44AC371C28311072BBA111070A28DC38C38BF42F308CF840510A6083", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/db93606e44ac371c28311072bba111070a28dc38c38bf42f308cf840510a6083/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "02D51CE2325F395204DC6B4772CC75A2 : 2684DB6C405514373BD9171E517BD2C7793E2742 : DE670210C5FC09F0CD6EE0AF7C1BF55F5D881CA45CB191862ADF29F874168565", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/de670210c5fc09f0cd6ee0af7c1bf55f5d881ca45cb191862adf29f874168565/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EAE0B505E809DE422B67CC4BE0E0E005 : D4AF58EC61C429C08E758E113F29D12287A31880 : 693844CD95767BBAFED98501B0B9E4916B6FAC9F4316581079EBF44859C2F4A1", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/693844cd95767bbafed98501b0b9e4916b6fac9f4316581079ebf44859c2f4a1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7304A288152B7685CF8716757F16F494 : C5C95B05DEF04A0E46950FBA42D13677DD418A55 : AC136CF367373F477F9E8EED9DDF2834E37CCEF55C9B84D44789EFFBA68E0203", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ac136cf367373f477f9e8eed9ddf2834e37ccef55c9b84d44789effba68e0203/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "0448180A72C64126C63609904C91CC3D : 43D25BE2A28F6EC4D3C1ACF9EF19B25C8751479D : E9D7FB2AC456BB7DC5B5F69A9808B8C704B87E482268C79A3C1B093B1C12520D", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/e9d7fb2ac456bb7dc5b5f69a9808b8c704b87e482268c79a3c1b093b1c12520d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DA7B051A4BC2AF4FCD4D2A6266BB1FC2 : E462DA193A7983A50266A1D7514FCECCF51E9CA3 : 41FB9051F0080ADBCC96D2BB0FBC93A417AD1028AC0387A50FF28639250FCC94", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/41fb9051f0080adbcc96d2bb0fbc93a417ad1028ac0387a50ff28639250fcc94/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "FCD34B2ACF7DBBD1889F1CC564C99281 : 20443A90B1D1E422331C2D8B550BF3170F45022B : 51E1401AE4317388A79C93D623C148F1F8EE12DDCDFA5436EB9E235CC5A61E59", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/51e1401ae4317388a79c93d623c148f1f8ee12ddcdfa5436eb9e235cc5a61e59/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "140FE69D7DA7585DDF45A44901B2819C : F324E18B9BDCDB37F73E4E22E9148DE2C015628C : 537369EEAD40AA1B96589A464E2E44DCBA30F396A4BC5D8CD44C4D3F4968AC80", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/537369eead40aa1b96589a464e2e44dcba30f396a4bc5d8cd44c4d3f4968ac80/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EE3F798A6090B4FD1F61096ED01CDA38 : 10735B5357FC31CA8B2DF9858BC6951BB3596D22 : 59DF848DB86C62DE4EEC30D1D17E2C5A183B45979B041B8FA9A97EDEA7BC3AB3", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/59df848db86c62de4eec30d1d17e2c5a183b45979b041b8fa9a97edea7bc3ab3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4F8D45D4A4500CBE19319E126AC6F5B7 : EE316A6D0DB55115E57D88F5CF3457DD5A4DE5B4 : ED26B0CB63E81B34596A2025A9FE2D9DEBC38E4CE1C88B25CEE482C472866FAB", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ed26b0cb63e81b34596a2025a9fe2d9debc38e4ce1c88b25cee482c472866fab/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DA10E71AEA8A824B3EAC6846FBB3EF9D : 53A0B15784448753D339C7F221ECE0F2A7E4ACB7 : 0C87AF67BDE3FB4165290080C8831461DC4611F9B0F59EB9CD0E69E146EC476F", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0c87af67bde3fb4165290080c8831461dc4611f9b0f59eb9cd0e69e146ec476f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7CC384481033CE14873A58D1CE26F79A : EECA261C8B059F92098E957B768A961FBBFFB407 : 99745F8FD7BB3FC42CD5DC5C34CB8ADBF7F38373D1C7F1847FD353157FD9379B", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/99745f8fd7bb3fc42cd5dc5c34cb8adbf7f38373d1c7f1847fd353157fd9379b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "A3A4C0E0CC27CAD99510DE268534BD70 : 34F23C88BB5080EE9C5566703825FC05ECC103C5 : 2EEF7174EFCB05EE84D4D3F88A332060515E7C04B29640F24521A263CA5020B0", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2eef7174efcb05ee84d4d3f88a332060515e7c04b29640f24521a263ca5020b0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0C453970E89DB1C1EB9DE087E6EAB5BA : C4C7E034773A240909332814F499730575A1CD71 : 942E98F142373547493F13B14E1603B2420851AFF013D3085BADA7B6B2214D9C", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/942e98f142373547493f13b14e1603b2420851aff013d3085bada7b6b2214d9c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B38AA859E0D8FD8D0FA27A8EE30E1A01 : CE0768B123AA73F56F3B42F3A5CA875EB8895264 : 3DBEE46B68D1970FECC22679E3C89B8C68F8B915D86553BB35691C377FA1CE71", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3dbee46b68d1970fecc22679e3c89b8c68f8b915d86553bb35691c377fa1ce71/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "F942F1D6B012BABDE50CE29E5088A852 : E145663B50C9465520C9A89181E8AFD73AC471EC : D41660C765DE7502ECF3CFE494D9031A63987B39AD967047116350578532AE1C", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d41660c765de7502ecf3cfe494d9031a63987b39ad967047116350578532ae1c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "518B5B0CBB128F999E303D5A642DEDF8 : E13FD9EA0E2467E317CBBF6F08416BA5902B071B : 5C22C50AB317C0AFFB60CD5E7BC859A88B7AD64A4A69FA56FB59C200901D58E1", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5c22c50ab317c0affb60cd5e7bc859a88b7ad64a4a69fa56fb59c200901d58e1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "98F85F9CBCDDA504C1479F6B5354444E : F9175820E9BFFF133070C47CC8F70ADC8DE61C01 : AAABD4F16B675B32DC62286B65FBCA99853EB34623703968CF5AD969E1EE9E16", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/aaabd4f16b675b32dc62286b65fbca99853eb34623703968cf5ad969e1ee9e16/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "521BD488A5DE44D84E9D145D3EB8A238 : A9086094BA2EAA8DC6FF046788CCD441136AD692 : 8A128F5122D32A4D6780644A13D3AC81CD85895CA025C5FB6E8BB12E94AA5F94", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8a128f5122d32a4d6780644a13d3ac81cd85895ca025c5fb6e8bb12e94aa5f94/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "AA2E39C49826D56736BB9DFADECF4C40 : 7C318E2596D3242914DBE034D6801EB34F597657 : 5E30ADEF089CA0CBBC5BD36E98FFBF7B77D075E4339EB94761FAFF50BAEBB52B", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5e30adef089ca0cbbc5bd36e98ffbf7b77d075e4339eb94761faff50baebb52b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E0320F94EAC286340070159C3422CAF4 : 9AA5AE1A6D29CFB233D8AFA32D9C9E48B353935E : ED60AB1EAC8DF22B4C2AB46AF3C55E41BDFF6AF695463AAD05861EF368592B37", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ed60ab1eac8df22b4c2ab46af3c55e41bdff6af695463aad05861ef368592b37/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C5BF1D8B5B7806AEFCD9241FF0157D31 : 3F15F52CEE0FDE98259EBF56B60886D5D53831C0 : 35CAD031109CB3E1525A1D607966F1018DF4052B0E5CE25CBD50303873F051BE", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/35cad031109cb3e1525a1d607966f1018df4052b0e5ce25cbd50303873f051be/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "525530EAC1E97AFFEEC5B1A2335936B8 : 0DFE908AF554385D45B9B1DE2B7C4B7EC586F12F : 11752D0032A21F037C2E2DF536126D0DDCCF1FDD91C998841D7E6DA5FAE1A00E", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/11752d0032a21f037c2e2df536126d0ddccf1fdd91c998841d7e6da5fae1a00e/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "DACEBEB48382884CB4BAE96D232B7650 : AFCE1C0AFC77EE7C17580BD7956C078CB408A27E : 42987DA4E42B771F990B270333F0659EE2AF9474739E700B8C3F46B0BACB33BB", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/42987da4e42b771f990b270333f0659ee2af9474739e700b8c3f46b0bacb33bb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7A50E0A3528F0F90F325D0BDAE9CD8F7 : 63E78F0961B16ADC8A9AE7FFE0DE8EC9602E7D07 : 8D8FA8EDE043A0E5F0A97546AF6112587047BE76BC86B384D72644A0F0162207", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8d8fa8ede043a0e5f0a97546af6112587047be76bc86b384d72644a0f0162207/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "267CE35ADDF648184311F136C7D0D770 : 444155C2444CC803BE768CE026F2D465A8F41542 : 736C16D7A8044504954FDDD0C541DC4B974A1425332FC6BF66AD172F7E57FB8D", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/736c16d7a8044504954fddd0c541dc4b974a1425332fc6bf66ad172f7e57fb8d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "E21E893B9A0010DC00020677248C2B9D : 3A228D57B61F5871279FD31C80169EF9FF76DDC9 : CF2E74AC425CF7532B0C1AFEAAAB21EEFCC46561C9B82C72B56DAF17FD378426", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/cf2e74ac425cf7532b0c1afeaaab21eefcc46561c9b82c72b56daf17fd378426/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "84E1BD95D8B4B690EC79733E177C55BB : 37F29CB2978A786EC07BE559DB48CD1BF5C72E1B : 342DFDDE0F7FF185812768ED6C7D4EB4244133F01CFD74AC9A94B17F054ACA45", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/342dfdde0f7ff185812768ed6c7d4eb4244133f01cfd74ac9a94b17f054aca45/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4E5815F0F432EEFA5E3C4F2C17C13863 : F94614C0D7B566466B16C1BB670E4B66D5CD5D53 : 779A1F4A2DD77C7A3AB7070F508CD403399EC5A3B427F7E26FA61BF5F4F05E45", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/779a1f4a2dd77c7a3ab7070f508cd403399ec5a3b427f7e26fa61bf5f4f05e45/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A5444DD6EE8773915096C31BD882E247 : 88265756945984EBD5FE58827C39CA1F1A2BF487 : EA2C169529E782994BE5296C81FF4668DBA2B77A805BD057B53E5952C65AAF72", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ea2c169529e782994be5296c81ff4668dba2b77a805bd057b53e5952c65aaf72/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4BC6629D0BB5F294979E3A94AE6DB14E : 4B30832D583CBD294C20E4DF4C0AD1CD80233B94 : 29361411E499974024CAEEA2373FC84FFCDA874F6170A9B3E03D81EB238F467B", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/29361411e499974024caeea2373fc84ffcda874f6170a9b3e03d81eb238f467b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "BEAC9209687220A0489932FF8FB09E11 : 41AC324C3F5A7CC496F3AB58B0FA8513708574BA : 68E7F2941A31D55ACADAE69194C7D3EE7E7E1A31BF866E0DCBC4F2FBF4792BAD", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/68e7f2941a31d55acadae69194c7d3ee7e7e1a31bf866e0dcbc4f2fbf4792bad/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "197C018922237828683783654D3C632A : 55FADEC5F0AF40D2D28FFF6C86E2FB1DF949D7D0 : 55D0E12439B20DADB5868766A5200CBBE1A06053BF9E229CF6A852BFCF57D579", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/55d0e12439b20dadb5868766a5200cbbe1a06053bf9e229cf6a852bfcf57d579/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D9263E2A541896A0950C7ECA0B98A188 : 803C4C01EB101FAA9D182D78A8104675BBB4C80F : BA4356C65A29F1300632FB9061AF965CBA2939033510824BDDDF54B45C89AA6F", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ba4356c65a29f1300632fb9061af965cba2939033510824bdddf54b45c89aa6f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "F807B01EAE043FCAFC300A00894A11F1 : 3CEB87608DFB42B552320B48C96D46DC66E8A249 : 6B3BABEBF2C049FE6F804D1127BDDCFC416DCFED3AB8D9A108103CB4ED3888F0", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6b3babebf2c049fe6f804d1127bddcfc416dcfed3ab8d9a108103cb4ed3888f0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "7A6375F4D35CF6B58EAC22EE8BE979E3 : F599D33E887889F4E5B39DC267B4E2C2B14C76FE : 664E4AAA3A6D2C90D3645699FFBCCB71A52B7AE824CC86065EB56F2217A47179", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/664e4aaa3a6d2c90d3645699ffbccb71a52b7ae824cc86065eb56f2217a47179/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "558BA37E01FB3064DB7AC924C30E86CE : 2917C01E96FBBD3C84F8585325CB52356E58B450 : 6DF0F2FC8AB2136AF0EDF2DE503A58D564768BFEB42FB2E66DD056620C92FFBE", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6df0f2fc8ab2136af0edf2de503a58d564768bfeb42fb2e66dd056620c92ffbe/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "JS:Trojan.JS.Downloader" - }, - { - "Type": "File", - "Value": "884690538EE13A76A6B0E59CCD49DBEC : 51E47E634B07E4BB50FD39F72DD1B571501CA1A8 : DE646C0CDAB81326C71AF9F321AE1A980C7D55404DDE84FBE2F91C80C256C810", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/de646c0cdab81326c71af9f321ae1a980c7d55404dde84fbe2f91c80c256c810/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "7D528715B0DD9E5D9AA0DC7BF0403C9B : B61BF3D14DDA9B4AABF3E213513FC0357A848483 : 9609AD385D364AFDCD4BCD9AD9B6C6CF2383E3351A254B6F4D76DE6B98E940B5", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9609ad385d364afdcd4bcd9ad9b6c6cf2383e3351a254b6f4d76de6b98e940b5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C0503987D76F2FBA0D83B45A50CE5391 : 011D66D0B35B02F0A5AA6D2B952F598B6D8D547A : 7345A2E841D84D5E0C9A4B0FF2E8B0D10D228407E48EAD3B9A264432952A4DF6", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7345a2e841d84d5e0c9a4b0ff2e8b0d10d228407e48ead3b9a264432952a4df6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "BAC7142194F695B77AF136B5332C4935 : D3C2CC4A07DA8519BA90BA15BDAC590726CE0CF7 : 8E6AE2CD9D865B35AE19A57CBDE5479C164068388311F1E412C344EB7405CC95", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8e6ae2cd9d865b35ae19a57cbde5479c164068388311f1e412c344eb7405cc95/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "19EE0AC3455CA161CCF000CE4FDD8757 : C4BCD51A1F77C42D2875BDC8C94C850F809B94A4 : 3D20DC31CAA3C7AEE8F540A8991F950F77E5682B5A514073DECE0EA891F05BE5", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3d20dc31caa3c7aee8f540a8991f950f77e5682b5a514073dece0ea891f05be5/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "2F87DE4E42B6621423D733D4E171E812 : 7C4B28CF95E9230B23A99385DF76345812526838 : A57FAFDCC012B5E781DE65257F4A945F3360BF78400141EEC31E39F7F5050028", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a57fafdcc012b5e781de65257f4a945f3360bf78400141eec31e39f7f5050028/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Interesting" - }, - { - "Type": "File", - "Value": "AB6800A0A5CE088F9C9655672A42A446 : BB2E566B6BA2353A0284C296EE838E92515198A9 : 8F0892BB8CD79E63E89677C09E77AFF46A866467B7F8DAD81D210635210EFD88", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8f0892bb8cd79e63e89677c09e77aff46a866467b7f8dad81d210635210efd88/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "1EE8B1ADBF0D90688AF4820BF098BFF1 : 8AB574BB75206250AFF2F3C6D29512DF72F71523 : 1D4F096A2F7F6E0C80980935D8B7A1FD73BA2841F2DDFC44572A37E921EE541F", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1d4f096a2f7f6e0c80980935d8b7a1fd73ba2841f2ddfc44572a37e921ee541f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Gen:Variant.Symmi" - }, - { - "Type": "File", - "Value": "68A9B797FC8C15FF90E5FDB9A3D50322 : 34DDA9EB949BD6E9486160B56C7CA6FE225ED5DA : 677E9696DD2811296AD26D356A54BC6DF1B6E307E0ADFCDF5C017302F5AF3C7F", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/677e9696dd2811296ad26d356a54bc6df1b6e307e0adfcdf5c017302f5af3c7f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "CEB5827E6A77B908EBF7EBC634E8B46A : 1C45648DC9967A0CD182B5899191F72189333DCF : 2F4C564DAE8C8EA42207BE90BEFCA0727A89DC5409094F5077826869AEB5726F", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2f4c564dae8c8ea42207be90befca0727a89dc5409094f5077826869aeb5726f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D9824A9DD107E598575112B4FF897292 : ADCC54D159F1EEEAD01DBD2FBC73C808CE519920 : FF4C03BBEB292317A77C86C1C81AE9564ACB984B352FBEF36D66E2D8BCBD79A8", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ff4c03bbeb292317a77c86c1c81ae9564acb984b352fbef36d66e2d8bcbd79a8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7361B64DDCA90A1A1DE43185BD509B64 : F3E41EB94C4D72A98CD743BBB02D248F510AD925 : C7536AB90621311B526AEFD56003EF8E1166168F038307AE960346CE8F75203D", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c7536ab90621311b526aefd56003ef8e1166168f038307ae960346ce8f75203d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4F63B39C89FE84EAAE3DE600942D7BA7 : 3E5D275ADAF24F262169C8EE641EC2AA470F4AE8 : 7EBB49A7C01128537BCD32532448E1D54A6757466CF84E78EAF0C8B11F8ED7EE", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7ebb49a7c01128537bcd32532448e1d54a6757466cf84e78eaf0c8b11f8ed7ee/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "58B6E865D88A52EF1227147A7CD5A820 : BED8AD144A3C1D8D9DFE5E6815E4F509718BBA65 : 522B65FA98C77957C370B0E6AB7DF7939EB5DE27922C7ADA74D4FE6776BDCB33", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/522b65fa98c77957c370b0e6ab7df7939eb5de27922c7ada74d4fe6776bdcb33/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6B6500B0E6C2E2ADF60D5FF8CBB7871A : F4B537D9BBF8DC4D47201E06EB10674FC40F8C33 : A5EA15A1FC47979309E33856C159BF9927F0A5356F9749C55CDA29A4413FE361", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a5ea15a1fc47979309e33856c159bf9927f0a5356f9749c55cda29a4413fe361/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7AD4D9FABD109432EED91B359CEAE430 : C1DCDDD86F9FC630CC0231ACD7B732FD55DC5F63 : F3359D5E41B1D4FEC7230579A593E40FE44F6AFDFACD1E2BBE52EE06D84686FB", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f3359d5e41b1d4fec7230579a593e40fe44f6afdfacd1e2bbe52ee06d84686fb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "81586CD28DD4DE4BA04288AC55C7E068 : C30536038D593B1822FCD2715077A97A1F2D9BB9 : ED78D2E92A82281696E41D0EC40356BA7EFE824F1AA9D71BE6C35765B3066716", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ed78d2e92a82281696e41d0ec40356ba7efe824f1aa9d71be6c35765b3066716/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "74579EA5149E7C8612181841C0AFC8F5 : 9D3CB309CDB7540C0AF3223978A5098BD938D974 : 726EAD8C4F2D61F3FA7579EA7AD50DC280F78934023568F59A02EF2DB29F1A4D", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/726ead8c4f2d61f3fa7579ea7ad50dc280f78934023568f59a02ef2db29f1a4d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "CA05D15C30D4C55888585CE88508D9F1 : C90D436DA71A65CF30EAE45D16EF3A0474CFDE98 : 3DAB4CF613CB31B6792F4EEB02320C84C6CBB384745B238A086A9736DCC7B9E2", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3dab4cf613cb31b6792f4eeb02320c84c6cbb384745b238a086a9736dcc7b9e2/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "D3CA405BF32024658B01B4F8A8BF90AA : 4556206953754F0499E32B8B1E2B6BF63D427C85 : 4654956B3EB2B718F815E55C783921EA78B6143C1A83764D56662E03208F15F8", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4654956b3eb2b718f815e55c783921ea78b6143c1a83764d56662e03208f15f8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5E14A5E4BD723AD3ECACA2B51C116AAF : 1D6033C66D40000388F43C5B6B00B8F860572C82 : 13D6ACAD0FE5EE006644C4C0CD13358FD2A4BE233C7024DD48EAB69EFB4BC05A", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/13d6acad0fe5ee006644c4c0cd13358fd2a4be233c7024dd48eab69efb4bc05a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "B13731F55611093AF06F7D57ACF56F73 : 4998FC1885303310EF0D069E553E92C14267F823 : 1B0B4D0BB25D89273ACB41E209C9F90C845FBF92F0C73BBB0AB6633680266635", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/1b0b4d0bb25d89273acb41e209c9f90c845fbf92f0c73bbb0ab6633680266635/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7270CAD5F3DDB46E0F286B16A198FB4E : DF4DB6C88AF2AD1F13C34B6C786A1FCD52AF1776 : B9335613D744674B0E238CD98EFD25977BAC735C80BE99CB9016DD61428E539C", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b9335613d744674b0e238cd98efd25977bac735c80be99cb9016dd61428e539c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "C927326984AECA4A722954810B248D50 : C8CA61D7CFB7EA7E28CE961767A76B3A664BB9A0 : 06CB57F2A78F3CAF1353980CB84F4785F2BB51C37A20722E7E057AE949E7290C", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/06cb57f2a78f3caf1353980cb84f4785f2bb51c37a20722e7e057ae949e7290c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "BCFAA05FCA37CA6529D945F586970B36 : 9D67171B92D51B3596E5A37A7D4D33B714491ED0 : 28A87FEE958F8EB6B347908FFA79230C3E78D307ED4B0078AB32D1257B40B99C", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/28a87fee958f8eb6b347908ffa79230c3e78d307ed4b0078ab32d1257b40b99c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "C12B31821EF1588A70D7DDA5A6EB0821 : 91BDCFF4772295FF6AC39256B9059AEE5A7CFCFD : A72E906F5EF548FF885E9A0F26A43FBFDD2C611345E05DA8815C2A42CFE1089C", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a72e906f5ef548ff885e9a0f26a43fbfdd2c611345e05da8815c2a42cfe1089c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "05420DEF8FC22A7FA70D971D80A815A0 : E19E64A3298E719CB43C5CCF354E0414DD5C1F0D : 6E622EF222D43DCC2B11C283AE197C2EA0BBA39A34A39E05C8BFF958473FAB98", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6e622ef222d43dcc2b11c283ae197c2ea0bba39a34a39e05c8bff958473fab98/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "5AC5B95304BD538B7C2B72A9B6FE98A3 : 6CE1861AD244B3025821E5A162462120F8D14870 : C756CD08687A4CECDFFE6227962F840DBEA6201B825A68DDBFB8726702020504", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c756cd08687a4cecdffe6227962f840dbea6201b825a68ddbfb8726702020504/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "57CCAEF15256609E97D413C0B961218E : 96C9A3F8A5AE802760303B4BBAF9DCEA0BB360A5 : 89A41314EB2CFD1116F33BAB95543DFB6D4131CE61EB9B7F239650CA0450D216", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/89a41314eb2cfd1116f33bab95543dfb6d4131ce61eb9b7f239650ca0450d216/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9802C93DD21FFF944D3B84BEA0D54BEA : 0C6F7E3E215CCF3B168532D72AAF85B5938AE9DA : 25DB94671566D0D8582BA0348FF5FFE96BB543DFEA6A3B1A8E21CF656319829B", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/25db94671566d0d8582ba0348ff5ffe96bb543dfea6a3b1a8e21cf656319829b/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "06D6592066445D20A6D62E077AC3C682 : 769CC20E46EA4B3E9D744494DC454DD0A49C4F7E : AE5145C24527C2799A4FC7D7AB3AE98CFC2D5A3A2E5A19E5B117858A2F8E3898", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/ae5145c24527c2799a4fc7d7ab3ae98cfc2d5a3a2e5a19e5b117858a2f8e3898/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "39E41B50D4274CEFD02437F89A07AEF7 : 5197403B6C899C9A9F9F9B9AD979DCCC61BBA326 : 7B12FF7B40209D2C3185FE5F81C3F30EBF2573160D26FED0FED19E0F0EA11702", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7b12ff7b40209d2c3185fe5f81c3f30ebf2573160d26fed0fed19e0f0ea11702/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "63E48E398BB081466B5269AD69AC6F11 : C2A8E24FDDBFA70CBAFC549D3184478D7652D54E : D354F265A48CAA3E6A3FB075D330EA5FEC679FA6A44CC53B0B4AF6C590C83040", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d354f265a48caa3e6a3fb075d330ea5fec679fa6a44cc53b0b4af6c590c83040/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "30442161F7C99A2685983190F3F87B47 : 79D0903C3AE621246046455AE64824437E5CBCEB : 991164BFFE44147B88D927308D48F4F39FA84DFB4634E976B78F2641BB37CEB0", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/991164bffe44147b88d927308d48f4f39fa84dfb4634e976b78f2641bb37ceb0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "AD7AC905D9BDA8781E083E41BA9CD912 : 1B169FBDAD1B56801342DF0580B7186A0C3FB808 : 2966DBDFA945EB3C5CBC963D661DC903876765C003A7ADDE77BDDADA0ED9B4A1", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2966dbdfa945eb3c5cbc963d661dc903876765c003a7adde77bddada0ed9b4a1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.GenericKD" - }, - { - "Type": "File", - "Value": "21E89F850C943EF983C52DE298A14D71 : 47AA9FDA64F73B838BB6B8CE8E5EDBCFA073AD08 : 4CEEC3883EBAFE78D0A742E525DB86C138B0970006AB16156FC6188A1E276374", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4ceec3883ebafe78d0a742e525db86c138b0970006ab16156fc6188a1e276374/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "44864A20EE54912FD98B2FB372401F49 : F0E9B41CD61498E959CAE9C7B51A3A11E9DCCC0A : 3787FD9E2AE68984A072B22460732642EFAF41E17ECDCD5CBE8B0A2362EDDB91", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3787fd9e2ae68984a072b22460732642efaf41e17ecdcd5cbe8b0a2362eddb91/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "89F4D0DD6606A2FE15931E6888DBBC8D : B33D2B19CE16A7AC275259D4CB6EB39D8F1825CE : 513D9F6DB0D993DB6D720DF1FF4FED2C6A9B067522CDEE389CA40D3B618B6A55", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/513d9f6db0d993db6d720df1ff4fed2c6a9b067522cdee389ca40d3b618b6a55/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "AA3B3FA28B9A0C2DCAAD3FA40FE5A487 : 598537AA295F0B0EE9A6C1895DD247C48A6BDE03 : CC73806E25144EB915856299E9B058E8502648CB8003DFC23E29C1CFFF11513D", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/cc73806e25144eb915856299e9b058e8502648cb8003dfc23e29c1cfff11513d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan.StartPage1" - }, - { - "Type": "File", - "Value": "D422FE3FA9565FFC351D49A58167BAB5 : A6E10DA7A7A7304470F00B9263EBFDC575507FEA : 44600CC48B420B6ED9BC4DEC07464D4874CD2091AFCBCB24A57A8DF282FE8873", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/44600cc48b420b6ed9bc4dec07464d4874cd2091afcbcb24a57a8df282fe8873/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM20.1.0000.Malware" - }, - { - "Type": "File", - "Value": "58B43934F212BABAFA304C17D5A888BA : 4CF79C222754E81606A42A4B48010309C8098726 : B44B262AF0924535BE004501B1808E5E79343D91978B38C3CE9F18FBABCC2EE8", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b44b262af0924535be004501b1808e5e79343d91978b38c3ce9f18fbabcc2ee8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8E9E679A805EB2CFDDF2B1B3A9D8AB9B : F6BAA43FF9C76D236B1F8429AFADF9B0294FB81C : 2C8CB3A2EEE70B92784422B1D1E69F7FC42714592F9E489EB4910726AA7BF8E9", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2c8cb3a2eee70b92784422b1d1e69f7fc42714592f9e489eb4910726aa7bf8e9/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "20A1F2F3C7FD31ED7C0CEFB7C07378A7 : CC32F935F1F1E53603D47F939E25BFCB3FC0BAB8 : 4C2CF345424221AF01DD8301A4029D8755ED32D597E95A64C6D5897AC0CF727F", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4c2cf345424221af01dd8301a4029d8755ed32d597e95a64c6d5897ac0cf727f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "4B8DAD641B114BE3C68330FAEFA2BCA1 : 28DAD04A849291617E5C0283E2A50D215126CB88 : 7167B5095E0E7164EC6EF396F049452375D40A92DE4C9209419F2E7F2BBC40F6", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7167b5095e0e7164ec6ef396f049452375d40a92de4c9209419f2e7f2bbc40f6/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "0FC3DD74B76BD394E6DA219016374F41 : D739E184548C0172BBFFF4432081E3B96FDC8A8E : 2D8DBFCD0ED664B1D37C90273CAF982C2A3F6E01D74A35D4F6EBBBF6494D1DCA", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/2d8dbfcd0ed664b1d37c90273caf982c2a3f6e01d74a35d4f6ebbbf6494d1dca/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "DAB8D0F7EC09533BAE69B8B3A3986D7B : 42FC58B3A17133148C2F82E82FD91829E06EF613 : A732D8D95DB8B38F75972EF4A084B41A6E6DB391B9E90E784CA0B592B7455881", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/a732d8d95db8b38f75972ef4a084b41a6e6db391b9e90e784ca0b592b7455881/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Trojan" - }, - { - "Type": "File", - "Value": "995E3677A772840ABA4C291D7A7F7367 : B509B57CA6E7FDBD171006507A668051109027F2 : D610820B177D1961135D01565512F5673DD034FB506C301EB0266DF797C6D947", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d610820b177d1961135d01565512f5673dd034fb506c301eb0266df797c6d947/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8BE283F3352951E36C67F997FFBD2387 : 1904DD588A1B7923A22D6190E957614AA28776D6 : 6EDF011C0139134369743FE004FCE89132541486800891410AC1B4216126F669", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6edf011c0139134369743fe004fce89132541486800891410ac1b4216126f669/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B20C5522D41471C8ABCD0070CF2BBE72 : 7032044D9201976A237140D1C10C0F2D84CD8206 : 5273CD88FCBBAFE3921DBB88F330A09B4B00C6BBAD7D4BC0BF897558A24BB5EB", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5273cd88fcbbafe3921dbb88f330a09b4b00c6bbad7d4bc0bf897558a24bb5eb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "5EBB94535523F62A839DE537DD5DD1AB : 8D848C777CBE9FC845434979E10532B275AB4304 : D167E39B980F9106A2E6B1735D9AB7BA36AE14A89A8D3D815F79E8813EC85FA8", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d167e39b980f9106a2e6b1735d9ab7ba36ae14a89a8d3d815f79e8813ec85fa8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "A92253146F74BD195A12D6A7F7D00AF7 : 297A512E8336251BB414EB12EA26470B9483FC82 : 7948F7DB19BFA6CF31C06C030DA3DC75656A155B58D902F6956EA9EDFD38117D", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7948f7db19bfa6cf31c06c030da3dc75656a155b58d902f6956ea9edfd38117d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "881BA73283329D85214EDD9E3C510F8A : 00BFDC37A9AB8CBB6A361E6F397784B847B5C51F : C8DD7B225D377091D1409095AE5CAC2BD284CCDF008A6F11068868E1ABDAFC29", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/c8dd7b225d377091d1409095ae5cac2bd284ccdf008a6f11068868e1abdafc29/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "DFC56813E5DFBC91DB8259E7CD5555CA : 9CEDF5C6E8E061491C8D1F66958F4717F2B694FE : 3DD422356385E20019C04D6891FE8C6E5C895F03FE2F6F12052552FF935458D3", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3dd422356385e20019c04d6891fe8c6e5c895f03fe2f6f12052552ff935458d3/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "CD72A818ED147A2A5F2BE7D1B3D70F36 : 1C66ECED71073479D7ABCBA97F5A322F91C07B2B : D33E1F1E744FD04D5330A9F81A020B6C202EDA48EE3BD207AD458A2ECFA428BB", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d33e1f1e744fd04d5330a9f81a020b6c202eda48ee3bd207ad458a2ecfa428bb/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "74BEB832CC4D8F789C495E20157FAD43 : C836134183A7C006A80C6F4DD96610A10A5C8757 : 451BEA91D1111C3C3BC0CA811BAECDBDF1CBE4A44F891F5B292D1DB16AB24E7A", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/451bea91d1111c3c3bc0ca811baecdbdf1cbe4a44f891f5b292d1db16ab24e7a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "D5AEE7B592F5E1C8FA49A8A30447E99F : E54CE0EFE656B86DF165BBB17A2DFE5B952B125F : 8E7327FAEB8C908147BA287D7DF09838508F46BFAA2551C86FD91B0A5095985C", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/8e7327faeb8c908147ba287d7df09838508f46bfaa2551c86fd91b0a5095985c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "94737C17B8EF91FD8A388967E826AF57 : 307A1FA5098F1A250D2B740581379ECDC4E19DAA : FE90754ECCFAE4678F097F12DABD655141084910FA03EA747A452321341627E7", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/fe90754eccfae4678f097f12dabd655141084910fa03ea747a452321341627e7/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8261A1EF315956122F0A58BA76922CBD : D14B480DEBFF230146923AF8D6727F726B2D7060 : 58E7B5E3E19E445BDD1D14B14F973E0FBAA61410925F20E3B7892ECF9B89F4AD", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/58e7b5e3e19e445bdd1d14b14f973e0fbaa61410925f20e3b7892ecf9b89f4ad/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "752A07ADF7F7F70ABB1D59DF90BB9C18 : A12D2AFD2E9844AFD5A3397864B3A691CD0A082D : 573B643E3F38EE69F358D779BF64543F9CB6B05EAD138440E419F4D75C2F3589", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/573b643e3f38ee69f358d779bf64543f9cb6b05ead138440e419f4d75c2f3589/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "3006D2181FF7A76FA014904C7239DDBD : DA38A3BBE832D9738DFE46F305448100C7C8A3D0 : 4D2BA24C69E3418EA8033760D8D3A2395B2CC226DEF74EEADCF5CB7999F62A34", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/4d2ba24c69e3418ea8033760d8d3a2395b2cc226def74eeadcf5cb7999f62a34/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "657E19149EF4DBB9371DB9552AFE5DEB : 11188541E40F42B39967D6DC9243CCE8E4343146 : 17181A3CA0B56A487A85C69CB6F301015732D637D924FCB946330E464A7ADB61", - "Organization": "Hybrid Analysis", - "Rating": 3, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/17181a3ca0b56a487a85c69cb6f301015732d637d924fcb946330e464a7adb61/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "1A45C019A5C2EFD4CF52C0DE5594E60A : B3C2BEE57ADA3D8DE2EC2A34ECD93F064B2E1326 : 5EC2C3E8A10E1948BD7D96EEEEDA7AFE3FAD920ED1245F571F30CECA0AD69E75", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/5ec2c3e8a10e1948bd7d96eeeeda7afe3fad920ed1245f571f30ceca0ad69e75/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "871A44DAAD64366FA547A73D82D63595 : 74037C290D6B8FCAC05572D28473A2C6E15922C0 : 6F1180C2CF0029303E124289D07701A6F51C7F5B65AD2AF20BD5B199743FFEE9", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6f1180c2cf0029303e124289d07701a6f51c7f5b65ad2af20bd5b199743ffee9/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3C2995057AEFF9558BA6CE13DE396DFA : DD4D5CD7C143497DC99CCC9B16FED28AB824D159 : F20AE5D446DDA79E4ABEABEBE86B205C62524BAB2FC1410DFADDAD8592F7AF6F", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f20ae5d446dda79e4abeabebe86b205c62524bab2fc1410dfaddad8592f7af6f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DA838946C9D202D2D7A24949020B6701 : EF407C26C9B7226707FAF39129CE3030D08A18C1 : 522ED9FFB6F1941030DEDCF9E01F615BE69C6704E97696521292E582B717C59F", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/522ed9ffb6f1941030dedcf9e01f615be69c6704e97696521292e582b717c59f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "916EF1F1F3485C2DA3F09905EEC31846 : 2976C6F43A7A913DF007C5BE02C8F967B5F4B732 : 9AB2B6A681784398915A970825511875B3F1434BF38F09C38A5B46CC198E9830", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/9ab2b6a681784398915a970825511875b3f1434bf38f09c38a5b46cc198e9830/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "F475A4359AB304B9FD81485EEC25CD9B : 2346275C6F4FEA48664E81954464E140ECD77D25 : BAB68148EDAD7D49AE8C9A130FCE2357BD14091FE090C3CE28E6F93DE733F58F", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/bab68148edad7d49ae8c9a130fce2357bd14091fe090c3ce28e6f93de733f58f/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "0ED686A4958D078EEEAC40A9AC561312 : 83BE36FB3F205BD223BE16598DEC18DC95195BBE : D87DAF2E8DEFE2AE121C71857D909C8519178FED7729EBEA1D1BCDB7D058AC8A", - "Organization": "Hybrid Analysis", - "Rating": 5, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/d87daf2e8defe2ae121c71857d909c8519178fed7729ebea1d1bcdb7d058ac8a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "5C6BF42291BFACCF95430941A18435A2 : 4858DA914E873421888C3D39FEAB4F104FD2BB7E : 04735C4682047506F2634BF35BCFC19F0B3D1154771F73FEECAF99D387861254", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/04735c4682047506f2634bf35bcfc19f0b3d1154771f73feecaf99d387861254/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "1D3DB2161155A546AC7EDFEE097F47FD : 37DC0489B8A9FE578F1E9B760E76F079FFDE684C : F03C3D7B7F2D087F91D0A9412CBF7EA200186224094A9D9B4CC4B7C7176E2B7C", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/f03c3d7b7f2d087f91d0a9412cbf7ea200186224094a9d9b4cc4b7c7176e2b7c/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malicious" - }, - { - "Type": "File", - "Value": "32824822A555187ECA1B98925CFD6033 : FDD24784F34380DCE12FDDCCFB0BA2DB6FCC0476 : 19963D6792FDA8380DEF276F33D66E41CEFB1A29FF3F4DBAA68570A1A7A9860D", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/19963d6792fda8380def276f33d66e41cefb1a29ff3f4dbaa68570a1a7a9860d/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "58D12E79AE993A007211009FD7A19A8C : 18F66986887F2873F70A30A6C7BFA48CD3423C96 : CFEA3196DE5D9F3DA2A7DBCA57D11A67A801D7465E793DA3BC839AB93E368BF8", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/cfea3196de5d9f3da2a7dbca57d11a67a801d7465e793da3bc839ab93e368bf8/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0CD7E55DC733220D0BCD7C01ACC5E46E : 8F6800545B9D0A746002D821128A09D0AF7E7624 : 3821005C9E246432B29A7F086C19E445016438764E3F50D55941752A0189E432", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/3821005c9e246432b29a7f086c19e445016438764e3f50d55941752a0189e432/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "836C267EE6AA3059775179567C3E958C : 14A742428C56470E3B1573327FF096D60A5505D7 : B881067C00444A4F52063F45E4B7C8709AAED807E3A904AAAB4250F64F3AE09A", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b881067c00444a4f52063f45e4b7c8709aaed807e3a904aaab4250f64f3ae09a/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7138D981051A6F2961980753E5AAA423 : 54E66CD8FFDB88417054357FAD3466190937601C : 6D98C3DB7016B4BA356475F7A932713268E3A6D1969344FC5812B347639F65EF", - "Organization": "Hybrid Analysis", - "Rating": 4, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/6d98c3db7016b4ba356475f7a932713268e3a6d1969344fc5812b347639f65ef/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "56423BF804AE210C6C04312EA0BA04FF : DE772155EAEE877231D14415A54D37DB2B3DAF53 : B20ACE48150ABEBDFD07CB4AA9FF899F510004A5EB9C22025ABBC410B5970AE1", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b20ace48150abebdfd07cb4aa9ff899f510004a5eb9c22025abbc410b5970ae1/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "QVM03.0.0000.Malware" - }, - { - "Type": "File", - "Value": "1472EB05AA8F8B41E0DC7895843ED4CD : BC58FAC59508F493A20F1EF8012B78B46E3ABB86 : 0FF0EB7139518F35A4F4F733CC125A5D19E9426118AE33D1383735941BD42712", - "Organization": "Hybrid Analysis", - "Rating": 1, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/0ff0eb7139518f35a4f4f733cc125a5d19e9426118ae33d1383735941bd42712/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CECBF6356812E5D6D9E1E3D5CD38250E : 87B14B41E23108367A852AB9391C51EE1BBA0E13 : B4D0EF03593F13E6AD64B88AB62E47413486D19D54ED1B3DB5EEC7B655B8FE87", - "Organization": "Hybrid Analysis", - "Rating": 2, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/b4d0ef03593f13e6ad64b88ab62e47413486d19d54ed1b3db5eec7b655b8fe87/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Suspicious" - }, - { - "Type": "File", - "Value": "3D21908E3DC14CE80057811F3D126C3D : FD2A17DF90A914DF2BADE94C86F404DDD79D1BD6 : 7A496F2CD0282C9A0B5B70F29B2A3ADA3294DB4FF38B3D5672FEE92680485BE0", - "Organization": "Hybrid Analysis", - "Rating": 0, - "Confidence": 0, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://www.hybrid-analysis.com/sample/7a496f2cd0282c9a0b5b70f29b2a3ada3294db4ff38b3d5672fee92680485be0/?environmentId=100", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4B6B9CF2B3F210243187EB64F2C0E4BF", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "EB1C30CA9D5EAA90103A8A99C432913A", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B99A8174797996E90FEE0B670C8244F2", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "08EF9721F9DBCEC2C7127BE6E3A93D58", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "091E37ED856CE47A39547A460439A10F", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4CA792A5AA8EDF1C50C3C5B1F7B8F0BC", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1DB3300FE6EF0D52ECABBB903FCA6A41", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "26E9CBB8222B343CD3522E252F9D67FC", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "522C756040C2895B7ED900AD1FE34DFB", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "386F644EB484357204DD300D8FD8B3E3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7289757B78CBB666C2795929F836ACC6", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0EB91E3CC109679969D1473A6D81FC7A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CF177BD703FCB75D4A5D74F82999A69A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7BD9D66A17845408F76074EEA26E8DAB", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A97FCD0842C8507C750C520F5652FAC0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "70D2411DDD32D9313EE214EBC0FB9330", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A52578A85BCDA367EE00AA2B5D2024EE", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1039C8250B905B7ABD570BEA2A7D62AE", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "14608FC9B9DF6963CC19DD1574A940FD", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C085762EA027731F5EF45813BE5E6741", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "16EEE33EC18D9AFFEC92A0D0D87DE541", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "CA6ED4A74BE251F1C23E9056E7B2003D", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0A96DAE6973DB77EA00516463B879CA3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "292E47349F7202AC81E9120EA058560A", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2AAFED073F2FCBB22E47359B4E8BFC11", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "18E5FB5DA0BCB4F5026C14BA4FCB6375", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0F7A029EC88763D0EC0387DEE62B8937", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "6FE8980BD8C04D30DF2808A18D49989B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2E88BBABED728D1D48E2E3CBDCD1C0E1", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0D5B84F792BD539781885F65863A3822", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "670D73F5EA860773ECE24F3A6A19054D", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "884F3EF8BCCF5AFFE798E8DEC1C5EDDF", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "29D7AF39FA1F166971201971861686B4", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E5A28CE0707D64EA94508AA141DA5888", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4902C5808169E97BA0EB11C76F34590B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1E54E8BC7A326AF673786F1A6F85E7E0", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4BEBEC51A4E13AC09F68A756F608B01C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0A241D615CFD53AFC97C6412949251FE", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "773887F872695301EE544E6C8784CE3A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "430D79B5E50D496610DB40FEBB430CBC", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4124D97E61A25A07920C7F19B3AFFA4F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DE3F8EE7634877268ABD92E247BD1DD3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "601600FF4ACC7171BC0E596552AD9229", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "00C912F5C5D150FB3B9C59759C6C9E04", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7F3C64133593B99E7753DA27C42DF1A5", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0AAE6DFC25FC96F383723CB514269E3A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A687FD5C5C5C17FB768DD274C56CEDE1", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2ABFBE8C72E1DAA2E50F5A746C5FFF07", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4F4EA84AF94EAB0B1B251777732BD80B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "21FFB72174F580147EC2CCED439249D0", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A45DC5EBDB9A19B366A4968772A88E78", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0C5E19B09798C8151C107FDA5D7374E5", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5FC0A32082F8DB07B1D0A1C08BE9AD13", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "DFF5282E6E29A6CFE31352A61E9F7A47", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1F4D028855887D09647AD75E13900150", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "03110B453B4F277C31E23A356ECBED6C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "83E9139379B98CC205ACC95732479FCA", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2374043909F8EFB8F6BD835F6E2DDEA4", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4016E1F498003B34487554F6BFE226A0", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9ACD1FED43B8480229A323E2A3708BF2", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "11FF01C0FB9D0B73C6D332A9A4BB6195", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "23C4986CA1CA292F3312742D5890DFB7", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "21DC108EB6FBC9610D0B75EE2B6A980A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "609DA0A03380E73B7AF866A9C0D6D721", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0012C6760363C0BBA78E827E434BD8F6", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "09E76748C7E76A8DCB9EE4E8E1B4B018", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "B718D579615196DC4A141A3E34FF45B1", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4BA1C32862D4781A7CC2EC22EDFE0204", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "430D254EB06B910E0DED8E437399B7C9", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "12CBDF2C016B22643540F3EEC4DA736C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "3D25759DF3A9C052D5E149F279A4398A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5E251D92C57C8B73D407B1C763204517", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5486D65A5675047652E826C7A897EFA7", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "107FBC95CA5216DDB044BB98ADDA4951", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "01A071E5314BA023A7C3EFC8C552A9B5", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FE6B807BB89D92152D7E5B145ACD988C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "11AE015A9EE4DEF08789FC10943544D9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "002BDC98F2CBCCCEE5B9AC65773D4953", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "14049825BE31A080B37D05EE0A93718B", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0E3FFDCA1B38E44660EE0AF8ABEF4DB3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "02C3FD156431A874C1AA960F149E8531", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "457E917791461F74414CA98CC71B6830", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "14715E2EBE89C85EE854C4A2233F0394", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "12E379C10EBCCD8E89A48FEEB70F2A45", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4D2F007BF053D0F68843B71D79D8A4F8", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BF9F3AA0E438B6EFE48515B2BB747AFF", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "714B42578DE87D763FDC138EDA4E2C62", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "08DDB032E3686DC75D3CFA122528DC68", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "150081DB2399EC9814C9B94D65A3ABBA", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "203C8A9DE018BD3C5A3DAAA7C36BA2F3", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9B22FD71B6FC4E9CCBC8AE365D4D217C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "042A693A63E3F1D11AEECF0295895D1F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "105B0A11835371405276DD8D9F5B0AA5", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "FA40EE7C5AB9CCF944A0E8E8F1ACB76E", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "45571C7575450C4657934159678C2FAA", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "03CB4ABD2E0E06D8580FCAE54570CD03", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "04570BF44B8268C4A2BFD556D10CD533", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "288AE580951F36EF50B95C9D39725209", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "04625A66CC5E93A79EE00D19DA9E028A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9AF963E7AAC5C8E27C345F805AB3B8E5", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2D79C03164AAE6B8435513B6B08E6B7B", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "22A6FA07DFB02935AA70B901E564E940", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "459A397772D42A9CAEC6C5F239ED98A0", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "BB729F5CDD1D444A229FF9B1A1007387", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "7D9700DAB2451DCABC3E6D0E39DC3524", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "82C145093B17D85799C3EF1465A40726", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "A6AF962FE46D1705AAC7816464FE26C8", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1F76244E329E4802A6CD5AEF3F529EC1", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "8E2D01E50C166B7CEA7CA5F54388F88A", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "79B0DD2029DC3349EC5D4B682E3CA653", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "C8C44535A980B243D33B066C228F6220", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "074BFC3FAB3217B60561C21CD4A43629", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "123CC501B32FB4C11F7B873336A565AB", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "D734A44AD04D9B2648D1C773E03C8A4D", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1FCB6587AAC96779212C9EA28F41369C", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0D93B98F8F06EA646B5725451806C0A9", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1F769DFA09F20CE4102D5C78458F63C3", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "5F3B9A6E3FF620E6E8E5277B6B3B0B50", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4B0652BEFE4DA8CC4D279A623E9D728F", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "756D03291F7AC0A82FB41582B2AE3CAD", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "455778D60D80651B5A931252CEC3D9E5", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "1FDB69870978DBA54713ED3F53CB1D16", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "E13B92B3440EAC00D70914225D5671C5", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2B65C3A67EDDA67E89374B2F334ED72B", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0806E478CFFF0CA781A010596950A75A", - "Organization": "ThreatExpert Source", - "Rating": 0, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "0576064C1571400674B8A2CB28788562", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "164F5D0191332C43F2539635BAF6D6D8", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4FE9F5889F1529E97427F86CC443B14E", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "02117AC9D5CE545052C305C8F16E2E16", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "172DB8CFE2AEB450B583855670E1F6E2", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4D746F90C8048F8FFAA8195A71BB41E3", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "9A7417C29F951FCEE332E43343220C22", - "Organization": "ThreatExpert Source", - "Rating": 5, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "4D3C7E1BF74349FA2C33D7A29208BB82", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "2B8462114FD51EB43A08D7C7FD6124CD", - "Organization": "ThreatExpert Source", - "Rating": 1, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "This content was created by ThreatExpert (www.threatexpert.com). Reprinted with permission from ThreatExpert.", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "" - }, - { - "Type": "File", - "Value": "254A0E6D6FC70858487A77D3AAF576DF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/254a0e6d6fc70858487a77d3aaf576df", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "124B6833A4B48C173588F41A14E62586", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/124b6833a4b48c173588f41a14e62586", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BE174C90D22335A944BA28A9E722C819", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/be174c90d22335a944ba28a9e722c819", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2DF99C66DA01539D645E489A5F0DCBD4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2df99c66da01539d645e489a5f0dcbd4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FB38B8266C0F72D48A2D67D25927B006", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fb38b8266c0f72d48a2d67d25927b006", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EEFFD2187AB589CAFEA02283BB967AFC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/eeffd2187ab589cafea02283bb967afc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8FC132A51AB89952792C1DEFA65D3386", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8fc132a51ab89952792c1defa65d3386", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E2109C6A58E5128DBD1180C6904FD0EC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e2109c6a58e5128dbd1180c6904fd0ec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "12B870055FD209BAE6ED138E63179047", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/12b870055fd209bae6ed138e63179047", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F21400F999BD984D0B267070F9B54423", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f21400f999bd984d0b267070f9b54423", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "47B3CE669FC23CB80C2A85A6C71C7ECA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/47b3ce669fc23cb80c2a85a6c71c7eca", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "54B962E07A82D70C1B14D1EB16627C8D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/54b962e07a82d70c1b14d1eb16627c8d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8C106CB50F0A4B565496A6856BC3644C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8c106cb50f0a4b565496a6856bc3644c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "E23ABF4B93A962FE8B0588ACB5B76A8E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e23abf4b93a962fe8b0588acb5b76a8e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "ACAA0CEA87F13D70007759CF666389F0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/acaa0cea87f13d70007759cf666389f0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DAEF365932F93AA8EF7F584306B31A63", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/daef365932f93aa8ef7f584306b31a63", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "8DCB3E072D03AD8E395C84EAAA14D16E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8dcb3e072d03ad8e395c84eaaa14d16e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "444FB2A279D105B2FC16788148EA0B50", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/444fb2a279d105b2fc16788148ea0b50", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3D110D02807FBE8FDEC5ACEF6BD57D59", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3d110d02807fbe8fdec5acef6bd57d59", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "DCD2A2F279F215E76782747AA3CE9F42", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/dcd2a2f279f215e76782747aa3ce9f42", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C288290A866B2F92A11FB07F7077F42C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c288290a866b2f92a11fb07f7077f42c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F1AB59216ACAA670C3326340D4C9454D", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 2, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f1ab59216acaa670c3326340d4c9454d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0DFBD323A19E7A6DBBC33F5F0243BE4F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0dfbd323a19e7a6dbbc33f5f0243be4f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B2A42539BBB167E5925529998B5FB659", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b2a42539bbb167e5925529998b5fb659", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C0FEE1BD60EF48B804CA9A38A42F4F86", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c0fee1bd60ef48b804ca9a38a42f4f86", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "78BBB9804552638D5E3508697AF65EB8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/78bbb9804552638d5e3508697af65eb8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6DA8D54F6EF64DC689904693942B74E5", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6da8d54f6ef64dc689904693942b74e5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B50D8DB257CB9C9F8A92F9C9EBA31DDB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b50d8db257cb9c9f8a92f9c9eba31ddb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "893FA1B28CE8B036470F7D0B45FAB542", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/893fa1b28ce8b036470f7d0b45fab542", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "10EA23BFCFBFCA14360845C1AA3D9DD8", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/10ea23bfcfbfca14360845c1aa3d9dd8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FAEA6CC292BB65F5FFE37C6A6C8080FF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/faea6cc292bb65f5ffe37c6a6c8080ff", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "67EA92B391CE1736B16466116CFCE860", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/67ea92b391ce1736b16466116cfce860", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "67E56D65E53A15C39E5874DE2F07DB22", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/67e56d65e53a15c39e5874de2f07db22", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "2490C6CDEAA8F9465D9C438BD66991B9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2490c6cdeaa8f9465d9c438bd66991b9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5F8676515CCE64855CFEA8AA050B1675", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5f8676515cce64855cfea8aa050b1675", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "5101B4E7C1D6B31E2AAE30E040D8FE6D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5101b4e7c1d6b31e2aae30e040d8fe6d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3582FF9D27804B4071B29FB8FFF70EE8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3582ff9d27804b4071b29fb8fff70ee8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3015FC42F0414FE850A4E046FDDBC9E8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3015fc42f0414fe850a4e046fddbc9e8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "94FA5DA6392A96D5C5D4573F30C3EF37", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/94fa5da6392a96d5c5d4573f30c3ef37", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DDE363C2024C86F924B1C031B2EDC1B8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/dde363c2024c86f924b1c031b2edc1b8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2F1F94D0E94F7AA6A936954ECA6B8303", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2f1f94d0e94f7aa6a936954eca6b8303", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3E1FA9E29A64852F972B7BECE3EB98D3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3e1fa9e29a64852f972b7bece3eb98d3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6406FECCEBF7700F92CA59C4F985EC57", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6406feccebf7700f92ca59c4f985ec57", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E37F98073449B5F08BE54AB774662E6C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e37f98073449b5f08be54ab774662e6c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F633537561F4F2EDD305565F71924919", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f633537561f4f2edd305565f71924919", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EC75F42449DF1275EF213DA0828F3B86", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ec75f42449df1275ef213da0828f3b86", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B9E8B2A90FEFA0EF3D82F39CD8DAD6E1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b9e8b2a90fefa0ef3d82f39cd8dad6e1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A733242E7C9165B0AB4641DDEEE3F2D8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a733242e7c9165b0ab4641ddeee3f2d8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C1918F7F46C8BEDD60259F6CEC6FB145", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c1918f7f46c8bedd60259f6cec6fb145", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C5F3F09BA962304A37C0B383040DE3FD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c5f3f09ba962304a37c0b383040de3fd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "92EF898D0C0386940F94B1234846D4E0", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/a8d0edf0d6c84623503fa4901223f5f86b93d8dcab7549f96302fe62b828fe88.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "645D0A8B83D579E21DEDDD267F9D4866", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/645d0a8b83d579e21deddd267f9d4866", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6A2795B0F083F900F1A59F030A7088EC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6a2795b0f083f900f1a59f030a7088ec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3E51C75AABF34BBE67D92388EA0C4206", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/743f7e269b208313fa1f25c16ae393c6ba0e1b21c87f13a18b3559ec0736e48d.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "1BCC3823C789D6B98DBED79710F51F32", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1bcc3823c789d6b98dbed79710f51f32", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9BD747F89E83C05CC8C6ED9E60D2D6B4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9bd747f89e83c05cc8c6ed9e60d2d6b4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "910A245261D17A6052B140D511BA14B0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/910a245261d17a6052b140d511ba14b0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C6B5F0563A93B057218500BFF1EE77FB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c6b5f0563a93b057218500bff1ee77fb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4D3D92BB70CDA602F874663B5A593177", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4d3d92bb70cda602f874663b5a593177", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E37AE303C07C4C885B8CD45C72C419FC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e37ae303c07c4c885b8cd45c72c419fc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9B68F5407670008E7AEF7050AAB3467F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9b68f5407670008e7aef7050aab3467f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2D70B0A0A385637D8228C00A7C21B44B", - "Organization": "Cryptam Source", - "Rating": 4, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/001a449bc8a70c104c4f688779d764438928e7dd851f1ed0f20c3754c53f6ee8.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "36FE7E0668075D91743665EC587B8704", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/36fe7e0668075d91743665ec587b8704", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1E788F4E802EB184A5E5E1F3C8C4BF19", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1e788f4e802eb184a5e5e1f3c8c4bf19", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1AC40B7817A74CB1F6CA7D6C99A9CC17", - "Organization": "Cryptam Source", - "Rating": 2, - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "https://repo.cryptam.com/reports/6a12550deb178ff99b409f472afd75a94613a77844052c2a1cfe6a324a99b32d.html", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Malware Tracker" - }, - { - "Type": "File", - "Value": "15CB1BF4D630B7BB29D1617665949F70", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/15cb1bf4d630b7bb29d1617665949f70", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "31B093A48D993AF750D68AE4F8F0D868", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/31b093a48d993af750d68ae4f8f0d868", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "02BD9D0C67513C2805C24F0CA5A6DD31", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/02bd9d0c67513c2805c24f0ca5a6dd31", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3C5EF1B5AA31F2B2B1B39CDBBD3DC6FA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3c5ef1b5aa31f2b2b1b39cdbbd3dc6fa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6FD90CFC94B2FE9E9EE6496EE2540702", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6fd90cfc94b2fe9e9ee6496ee2540702", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "10D04EA74FBE3DD617398A1C16C6AD42", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/10d04ea74fbe3dd617398a1c16c6ad42", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "159F57184843E685BEC2BA4BB1C28823", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/159f57184843e685bec2ba4bb1c28823", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "867AC7DDEC12249FABD9B554CA26DE95", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/867ac7ddec12249fabd9b554ca26de95", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C521D1E213BCE99AD5AC27351753B707", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c521d1e213bce99ad5ac27351753b707", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "238BBE987E772172E32FD8359E298B54", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/238bbe987e772172e32fd8359e298b54", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EAAA066F9DA113D8FB5262CAB8A6F015", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/eaaa066f9da113d8fb5262cab8a6f015", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9A6E2CE733EDC2F5AB5D449E3075A3F5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9a6e2ce733edc2f5ab5d449e3075a3f5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B6527208F0828AABB76808ED47D03DDB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b6527208f0828aabb76808ed47d03ddb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "89EF2AB72D05B25454892689A3DFF624", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/89ef2ab72d05b25454892689a3dff624", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5C601387481CB926A4B59D66F1F776BB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5c601387481cb926a4b59d66f1f776bb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DB616B47ADEBF4E6D437328AADF10FB5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/db616b47adebf4e6d437328aadf10fb5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "109A8CBA7850C8F083BF9D72558F2296", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/109a8cba7850c8f083bf9d72558f2296", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BCFAFBD6837E75FA54F9466F5595B750", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bcfafbd6837e75fa54f9466f5595b750", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D9625CB8460FBB3982E2905762434910", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d9625cb8460fbb3982e2905762434910", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F876144E6048A51E8F79B8A35C6C4484", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f876144e6048a51e8f79b8a35c6c4484", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4CC08C6A0BF906FBCE8CEC7E48F1EA98", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4cc08c6a0bf906fbce8cec7e48f1ea98", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "98CE96B8E00578E4774ED10404AA2FE2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/98ce96b8e00578e4774ed10404aa2fe2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FC6350707F0C8C892B63D3742BFFDFB3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fc6350707f0c8c892b63d3742bffdfb3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8268561BF30F7AC782F865AF6685600D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8268561bf30f7ac782f865af6685600d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "385FD0EF7DA7F4C289D120853ECD9772", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/385fd0ef7da7f4c289d120853ecd9772", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "908EE00382B364F91F78EDA3E3498093", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/908ee00382b364f91f78eda3e3498093", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7C3E8998D1FFF10A368F96764677261E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7c3e8998d1fff10a368f96764677261e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1B7D3CA7F82083B6C9059BEC3738696E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1b7d3ca7f82083b6c9059bec3738696e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9ABCFE8EAD2EAFE7B684980BFCF16E2C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9abcfe8ead2eafe7b684980bfcf16e2c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C2B244E79385481937BB38812BBCCC93", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c2b244e79385481937bb38812bbccc93", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3ABEC742E3F21092A2FF7681CA6DC488", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3abec742e3f21092a2ff7681ca6dc488", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CDA6A8F607656012590EC7C32C19BAB7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cda6a8f607656012590ec7c32c19bab7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A5B7C7DE20FA0A49266571239C07EDE1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a5b7c7de20fa0a49266571239c07ede1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "98FC0B46FCFF7508D250490D16E26366", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/98fc0b46fcff7508d250490d16e26366", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "AEDB716A5CDA91A1929A3B6503C10F9A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/aedb716a5cda91a1929a3b6503c10f9a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8D4D11E6480488F717DFD12ED1051D2F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8d4d11e6480488f717dfd12ed1051d2f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "29BDE006727EBF61C839B9E81EBF4F73", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/29bde006727ebf61c839b9e81ebf4f73", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E115090285886584123523772E91E468", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e115090285886584123523772e91e468", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "681782D1F5FB58B3432CB812BE11B800", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/681782d1f5fb58b3432cb812be11b800", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "381260FF747B81011563011761B037A5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/381260ff747b81011563011761b037a5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A5D14421442A3819636B3EA4B2911DC1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a5d14421442a3819636b3ea4b2911dc1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C281F725370AD416426F83478B6075F1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c281f725370ad416426f83478b6075f1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CD43F3B87827C60C48F963766D7358CB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cd43f3b87827c60c48f963766d7358cb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8F76C5BFA6F35586697C1F7570B040F8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8f76c5bfa6f35586697c1f7570b040f8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0F13F684730332642416D2D801CF2582", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0f13f684730332642416d2d801cf2582", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BFE41223C43E8123A48AFFBF907DFCD5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bfe41223c43e8123a48affbf907dfcd5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2DAF954EC5103B4A95AC3A96EF34A130", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2daf954ec5103b4a95ac3a96ef34a130", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "98C1FF47C0E73B596C70AD4CAFF76753", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/98c1ff47c0e73b596c70ad4caff76753", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8B0FB17025AE9F44A66CD0D216DFEDB3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8b0fb17025ae9f44a66cd0d216dfedb3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6CB29F4942C898DCB874DEF322F1887E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6cb29f4942c898dcb874def322f1887e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E705AC432300A831EF477B98361C896F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e705ac432300a831ef477b98361c896f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8F72D07EC0D2B23D76C789D6600C5D2D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8f72d07ec0d2b23d76c789d6600c5d2d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "477849312A81E47F37AB2DCF9997685F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/477849312a81e47f37ab2dcf9997685f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A748DE0F772873098C02A8BDE8D1CA15", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a748de0f772873098c02a8bde8d1ca15", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B488133037E8C566740F9588BED17A09", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b488133037e8c566740f9588bed17a09", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "68B8B7F098B375E45C418A4A3296919C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/68b8b7f098b375e45c418a4a3296919c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "35BAA82E56D1965008690A5E3F387C11", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/35baa82e56d1965008690a5e3f387c11", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FA90692C30180FC9FC3A42EC55CE97CB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fa90692c30180fc9fc3a42ec55ce97cb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "271041CB1D1812B8ED6470DA8063C9C8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/271041cb1d1812b8ed6470da8063c9c8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E757D5CB0CC2EDD6F0769CADF967AB2A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e757d5cb0cc2edd6f0769cadf967ab2a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "167A977D081C29CFE7F3C1873AEBBEFB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/167a977d081c29cfe7f3c1873aebbefb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "11DA017FCAC6BD85BB9B260933AFB81C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/11da017fcac6bd85bb9b260933afb81c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A7D44800D5CCD4F51DA8C308DC15B622", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a7d44800d5ccd4f51da8c308dc15b622", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2D4A70954931A9A1DAF1508943C85E4C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2d4a70954931a9a1daf1508943c85e4c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4BC88A9C9A3148DE64F7CF7ACEA1367B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4bc88a9c9a3148de64f7cf7acea1367b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A05218E92B25BBA2A6323AA7839660B9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a05218e92b25bba2a6323aa7839660b9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "417F34777A1B1C6874D24AB753C80DEA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/417f34777a1b1c6874d24ab753c80dea", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "96F527BC32A9CF37D59C45F00C28DADE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/96f527bc32a9cf37d59c45f00c28dade", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "487755942FB8FF79E5D9D761C301F844", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/487755942fb8ff79e5d9d761c301f844", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1E03FA8D6BF68AFE7EFADB0E31559ACA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1e03fa8d6bf68afe7efadb0e31559aca", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "27DD331469AF5A78D9D2E85F7543BD73", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/27dd331469af5a78d9d2e85f7543bd73", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "45E8E5230611F4385E386171E5B57D55", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/45e8e5230611f4385e386171e5b57d55", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "381A8AADE5799DAF5D31BC821018C069", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/381a8aade5799daf5d31bc821018c069", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "638C3F47C8533B5FB1BE66A10887A695", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/638c3f47c8533b5fb1be66a10887a695", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FB39FF85CAE42D13B70897FA96CEE19A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fb39ff85cae42d13b70897fa96cee19a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7B3765B5E3A3DC0FCB41D97A80C9FF91", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7b3765b5e3a3dc0fcb41d97a80c9ff91", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3F72B637070C1082DC9B92C2ABB8D5BC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3f72b637070c1082dc9b92c2abb8d5bc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EBC25D5154CCF0260DF3AE3AF00B0712", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ebc25d5154ccf0260df3ae3af00b0712", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7F81C2DC780FFAC0CEE985885C7D05B2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7f81c2dc780ffac0cee985885c7d05b2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A95E9D8CE677AAF5F5DFE96637FD96A1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a95e9d8ce677aaf5f5dfe96637fd96a1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "232479EB629FAE1F9CAA7B502209F041", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/232479eb629fae1f9caa7b502209f041", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C34FF064C9B93D32424B02270EDACF88", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c34ff064c9b93d32424b02270edacf88", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "89C02CE83EFB01B37F8A8218DC167801", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/89c02ce83efb01b37f8a8218dc167801", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "42C8687021E5626EC4811B8DE1DEF1AD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/42c8687021e5626ec4811b8de1def1ad", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6F203C3AA9FA41F30C0F25A429CE1369", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6f203c3aa9fa41f30c0f25a429ce1369", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C2330A2C6D23A289E6FCC6CBA855DCEA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c2330a2c6d23a289e6fcc6cba855dcea", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6A314523BBE3677F9FC8584F5C968114", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6a314523bbe3677f9fc8584f5c968114", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C5205FAC797454A3F8DA3A7D3C73F882", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c5205fac797454a3f8da3a7d3c73f882", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C66F2A86E10A11980D5D75D841FE77D8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c66f2a86e10a11980d5d75d841fe77d8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DF7F9B41D39E5D90B1C76D4100D7ED12", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/df7f9b41d39e5d90b1c76d4100d7ed12", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "850E50AA255EE8D767B665401351B9BD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/850e50aa255ee8d767b665401351b9bd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F28A76500DDBEE7DAF2E6139B3B1F62C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f28a76500ddbee7daf2e6139b3b1f62c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A28ADB04E6E745F671F37DC17FD618D3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a28adb04e6e745f671f37dc17fd618d3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B5087CB8C7DFC04261C76792BD2DE8F8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b5087cb8c7dfc04261c76792bd2de8f8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0421EB670FD309B6CA7637DF2B4B7EA2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0421eb670fd309b6ca7637df2b4b7ea2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BC5095C6E279B45FFC555948140D3991", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bc5095c6e279b45ffc555948140d3991", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "01977934ED4FCA64593494DFB5C12BDB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/01977934ed4fca64593494dfb5c12bdb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "AA4E6DA8DA8ADDACE52048D5C296D34D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/aa4e6da8da8addace52048d5c296d34d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "28E5FB07E9C7702858A07F8564EEC022", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/28e5fb07e9c7702858a07f8564eec022", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "25E35AAD9157DEC9A6B326D0CCD4D8F7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/25e35aad9157dec9a6b326d0ccd4d8f7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C568CCAF8F99D435D572E3E79728F9FB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c568ccaf8f99d435d572e3e79728f9fb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E505D85BEEE14F85868D0797214CCA97", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e505d85beee14f85868d0797214cca97", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E38D010C30D46261BF9162204DA0355F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e38d010c30d46261bf9162204da0355f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DB1001516F1097BABD4A9C951F9FEC8A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/db1001516f1097babd4a9c951f9fec8a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BE4333E082861CE20E40CD2E9BB55F2B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/be4333e082861ce20e40cd2e9bb55f2b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5DF5EBC036AA90869BECC5CFECE9DBB3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5df5ebc036aa90869becc5cfece9dbb3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "52D6892EBF9AEF458C0863BD3EFB16DA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/52d6892ebf9aef458c0863bd3efb16da", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8D225526BEA6CF98019F485102BEBBC6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8d225526bea6cf98019f485102bebbc6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E48A496CB480661B48EBDFD6E041D4C0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e48a496cb480661b48ebdfd6e041d4c0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "11CF0EEF68C89093109FBBCF2BF07BE6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/11cf0eef68c89093109fbbcf2bf07be6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8BA3345F8EB0428CC7AA3237FBE328BD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8ba3345f8eb0428cc7aa3237fbe328bd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9E22D0C439B303405675545BB5ACFE67", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9e22d0c439b303405675545bb5acfe67", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "59D5D45C439F5B29FFF189758F799A79", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/59d5d45c439f5b29fff189758f799a79", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DEEF93FEDB326C7E0A72134AD907721F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/deef93fedb326c7e0a72134ad907721f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "964AF027FE0ABE1683E14AA36F0BB13E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/964af027fe0abe1683e14aa36f0bb13e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E3B906852A6BF9EEE357A9DFBA278D46", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e3b906852a6bf9eee357a9dfba278d46", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C1FDCABF3442B6C73FAE3988C04E3B49", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c1fdcabf3442b6c73fae3988c04e3b49", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8812638814CF162AA11AF58E3234B60C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8812638814cf162aa11af58e3234b60c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1147809B416AC1B19F0AFB55C8146899", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1147809b416ac1b19f0afb55c8146899", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "ACB332A54EB45C0CCDEDB713103D6497", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/acb332a54eb45c0ccdedb713103d6497", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3AF2DF1360F406E0442961545312ACF9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3af2df1360f406e0442961545312acf9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DA4446599A6727FD687898DDE6DACECA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/da4446599a6727fd687898dde6daceca", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3C470CA133090CB40A4105E484BDCD30", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3c470ca133090cb40a4105e484bdcd30", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1BDAA4D53AC531109B7A142F6650325D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1bdaa4d53ac531109b7a142f6650325d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "53FB0DECCCAA5B1A80F51F51E7739DCE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/53fb0decccaa5b1a80f51f51e7739dce", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8B1177F50A062F75F82E4CEA01E59634", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8b1177f50a062f75f82e4cea01e59634", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B5DCABD2E5A0300A75DB5D1E3A9DCF6B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b5dcabd2e5a0300a75db5d1e3a9dcf6b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "09E4BF745E84C342C9B2C5D8FE5F0949", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/09e4bf745e84c342c9b2c5d8fe5f0949", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8AD853B819E2BA1620E31EBF61C2A716", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8ad853b819e2ba1620e31ebf61c2a716", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2DE5101D7E9A1EAE0D20D54DF3A64235", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2de5101d7e9a1eae0d20d54df3a64235", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "215D3D4ED810C82A505B667FC96731D3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/215d3d4ed810c82a505b667fc96731d3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F05F3CC9D3688B8F7E3CF035C2D0DEDD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f05f3cc9d3688b8f7e3cf035c2d0dedd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E03E0F6172533F52A021C013A604CFAF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e03e0f6172533f52a021c013a604cfaf", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "25CA2C9BE6E09F858EA7ACF8FC7ED3D2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/25ca2c9be6e09f858ea7acf8fc7ed3d2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "19B6D10DD5C2B0D23C4A90B16A1FA1A4", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/19b6d10dd5c2b0d23c4a90b16a1fa1a4", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7A350F22E04D5F0DEADB8E55A42587A3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7a350f22e04d5f0deadb8e55a42587a3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6D7E197184BCBA16BAD05EA9DA677162", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6d7e197184bcba16bad05ea9da677162", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2A7686B2DF378400263DF6C7E0E901FE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2a7686b2df378400263df6c7e0e901fe", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3797FFCE870DB4159A8380EA308ACECE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3797ffce870db4159a8380ea308acece", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F5BD1818B2EA6479F830072CAD89262C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f5bd1818b2ea6479f830072cad89262c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0E27ADE452B7396AEBE4A0D09A1B596A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0e27ade452b7396aebe4a0d09a1b596a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6EBF0D02D8418128337A72B6ECC1F2FA", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6ebf0d02d8418128337a72b6ecc1f2fa", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "68C2DBA29604EED23E3C4EF7843302B6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/68c2dba29604eed23e3c4ef7843302b6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D09A658D825D87988911AB0D6F561DD6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d09a658d825d87988911ab0d6f561dd6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4756207579E45A1120086A28B4E9E808", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4756207579e45a1120086a28b4e9e808", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8E0ADBB7DA3014C24F8B325E902BAC9E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8e0adbb7da3014c24f8b325e902bac9e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "721344FC3FE197A7824F4C4A6A4C7AC9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/721344fc3fe197a7824f4c4a6a4c7ac9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "37C4A1F4CB6DC4DB386DE7A4B3247734", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/37c4a1f4cb6dc4db386de7a4b3247734", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "7BD162C46D2616FC080D292525AD831B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/7bd162c46d2616fc080d292525ad831b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F5B698418EA11296FE4F0FCF2CE988FD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f5b698418ea11296fe4f0fcf2ce988fd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EA94F7E6B6E0CB92C96608174BF95038", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ea94f7e6b6e0cb92c96608174bf95038", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E2C74733D8F7A00DF936B8503FA44162", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e2c74733d8f7a00df936b8503fa44162", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EC2609F838753319A66C1ACDC03F90B0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ec2609f838753319a66c1acdc03f90b0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "66383AA83BDF54EE1F83A4F4334F1AF1", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/66383aa83bdf54ee1f83a4f4334f1af1", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "03481E6A2D0DA59B0EF84F918EBEA012", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/03481e6a2d0da59b0ef84f918ebea012", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6D5B4B3C611A4519E1E3051D943C3B8F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6d5b4b3c611a4519e1e3051d943c3b8f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D39ACF42B7B4CD23996455298D226AC6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d39acf42b7b4cd23996455298d226ac6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2BF1D94BDC2B43F75CBC7444AB42E94B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2bf1d94bdc2b43f75cbc7444ab42e94b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E4A180239B5B8F35A948C1B141D4FF71", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e4a180239b5b8f35a948c1b141d4ff71", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C9572C5DE34B530D0EAD4E0FE843AD64", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c9572c5de34b530d0ead4e0fe843ad64", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9B88791EB609D4C1F7C0A283D5E1C2F2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9b88791eb609d4c1f7c0a283d5e1c2f2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "333C897B7B249B4128E3BA7DD2806B6B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/333c897b7b249b4128e3ba7dd2806b6b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9ADB2D43CCADB159DC0BB1DD0F71B7F6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9adb2d43ccadb159dc0bb1dd0f71b7f6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F388FEF79BC6DADFA5797D60A8AA8307", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f388fef79bc6dadfa5797d60a8aa8307", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "18B40BA7EF418617552954C1F7EC135A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/18b40ba7ef418617552954c1f7ec135a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "656A6708EE8B2BD57E6EB423E451D7C5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/656a6708ee8b2bd57e6eb423e451d7c5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "923BD6361A5F5CB737BD317A0BA5B79B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/923bd6361a5f5cb737bd317a0ba5b79b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1171622FDCB455CFBCA18779EE409832", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1171622fdcb455cfbca18779ee409832", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "05C36E43CF621249F506FF80DA68B88A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/05c36e43cf621249f506ff80da68b88a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CCD73B70FB89FD53090BBDA040E65425", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ccd73b70fb89fd53090bbda040e65425", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "20213A104E8FF94B7F926C87D143EDF6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/20213a104e8ff94b7f926c87d143edf6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "546D6380B5BB4E811D96A81EE3320804", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/546d6380b5bb4e811d96a81ee3320804", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1B4CDE4EC1409CBE5DFAFF258212AEEE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1b4cde4ec1409cbe5dfaff258212aeee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F5BABA69F0F4C6C39091D63FFB70CD10", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f5baba69f0f4c6c39091d63ffb70cd10", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E1D9516702FF0A3EB8DC37576A2758EE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e1d9516702ff0a3eb8dc37576a2758ee", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BD709C3CE9436F5D601CA308A940B766", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bd709c3ce9436f5d601ca308a940b766", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8E5A2965983EC9FCDE16E6E6E0D73D31", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8e5a2965983ec9fcde16e6e6e0d73d31", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CBB1F0362DDFF4AFEEA2AC7D86969557", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cbb1f0362ddff4afeea2ac7d86969557", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2495E21DEEEF140EBB7212D13C421434", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2495e21deeef140ebb7212d13c421434", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3A1E7C46F9C3179704BE1D56C0BFA2F3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3a1e7c46f9c3179704be1d56c0bfa2f3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C20A87B87CDB444A68AF026879D5E8CB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c20a87b87cdb444a68af026879d5e8cb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9050D0390D931CDAB447F053E86B0C72", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9050d0390d931cdab447f053e86b0c72", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8C37158E77DA62C30B1D1CC13456A365", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8c37158e77da62c30b1d1cc13456a365", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "BF1F8F1BD725E4B73CED6B03FEA77583", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/bf1f8f1bd725e4b73ced6b03fea77583", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "723FB327D2C5918FAF8475BB4DF7DE82", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/723fb327d2c5918faf8475bb4df7de82", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2BA1B571CE0259151D005C1B8416012E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2ba1b571ce0259151d005c1b8416012e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4AEF9ABB2510FD3BCD4D998247BF6984", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4aef9abb2510fd3bcd4d998247bf6984", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5214427319008C7C88F9FCBC8233894F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5214427319008c7c88f9fcbc8233894f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3C7B9223871A5648E09194EAF81DF8DE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3c7b9223871a5648e09194eaf81df8de", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6977F17FFA48D1F699BC69E2C86F131F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6977f17ffa48d1f699bc69e2c86f131f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E8F0777AECFA1E5D91D3D39FE082EAFE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e8f0777aecfa1e5d91d3d39fe082eafe", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3FF19FD811B7052C8E6BCE3B3A6F4851", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3ff19fd811b7052c8e6bce3b3a6f4851", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2757AD03731D9D812A86E053F38CB77B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2757ad03731d9d812a86e053f38cb77b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1A6806E1AB567FE6D8DBDD1FF5C23913", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1a6806e1ab567fe6d8dbdd1ff5c23913", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2A5FA3F80FF992D608C9FB46E7A0DEBB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2a5fa3f80ff992d608c9fb46e7a0debb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "969BD9931227A0559EEEBF542E7C05B6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/969bd9931227a0559eeebf542e7c05b6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3262346D83DC34D87CB12E67AC74E050", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3262346d83dc34d87cb12e67ac74e050", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C193C4BDCC01CC3B311E9D8EC230EC2E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c193c4bdcc01cc3b311e9d8ec230ec2e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8ABBD5BAC524EF667846A39D8817BA40", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8abbd5bac524ef667846a39d8817ba40", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F7D68CCE356041EA399D98F2F9D1B9C8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f7d68cce356041ea399d98f2f9d1b9c8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B65EFDF2E64A91B9DC31D736D1B9DF8B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b65efdf2e64a91b9dc31d736d1b9df8b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3488086415E1B283FC221C81B2720FD8", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3488086415e1b283fc221c81b2720fd8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8B56B79AEBE150E0CD990986EFA7250D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8b56b79aebe150e0cd990986efa7250d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "C5EE2721369965BA5B7AF6F7FC35E665", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c5ee2721369965ba5b7af6f7fc35e665", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "3A515947A28A43CF603D3AE72E76BD0B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3a515947a28a43cf603d3ae72e76bd0b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "AD0327DC14108A95546AFA2A40CAAF73", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ad0327dc14108a95546afa2a40caaf73", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0CE4279008320C09EE5AA9B12C814CDB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0ce4279008320c09ee5aa9b12c814cdb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "8722F19A330D0E5BD88CF64374B8B18E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/8722f19a330d0e5bd88cf64374b8b18e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "AAF345358A24199637073777F59E0140", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/aaf345358a24199637073777f59e0140", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A38E50A1BE71A2836E6582B16F2E0BDB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a38e50a1be71a2836e6582b16f2e0bdb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "EEE18CA8CA35FA9D67B5FA8A73828AF2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/eee18ca8ca35fa9d67b5fa8a73828af2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6AB8B02CB3A9FCD50AD4FD95933749E0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6ab8b02cb3a9fcd50ad4fd95933749e0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "910485D13221AB44F43D2FD737B341EB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/910485d13221ab44f43d2fd737b341eb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "10142EC20BE9E9836E67A18F19201BFE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/10142ec20be9e9836e67a18f19201bfe", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "97BD34A8D749DCD691391697540FD3A5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/97bd34a8d749dcd691391697540fd3a5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4E8376804E8214C67C8B684381BB582D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4e8376804e8214c67c8b684381bb582d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "22EC19EC779029DDBA30F14BAFB9AD74", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/22ec19ec779029ddba30f14bafb9ad74", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D0DB0A3AEDE913EC7E806154F4EE152F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d0db0a3aede913ec7e806154f4ee152f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5A8CB37DA467496FEF4EB96AAECADC2F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5a8cb37da467496fef4eb96aaecadc2f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "850117FA2442D1D96D06AF6A3E911445", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/850117fa2442d1d96d06af6a3e911445", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A0446FB10099C74B0644A51A26A37191", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a0446fb10099c74b0644a51a26a37191", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "71CCB8F1211035DD21747BD6B05CE551", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/71ccb8f1211035dd21747bd6b05ce551", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "94753B2EC0D415482D9905C054ACA8B7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/94753b2ec0d415482d9905c054aca8b7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1B29146F18A64DD839E57058E7501DF6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1b29146f18a64dd839e57058e7501df6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B20629F4F31FECA0858C81A7727A4216", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b20629f4f31feca0858c81a7727a4216", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "032C50F079F370B67BC80F5EF27CDE10", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/032c50f079f370b67bc80f5ef27cde10", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "AA1DF894D7804ABF8D2DF11848EC522D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/aa1df894d7804abf8d2df11848ec522d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A0CE929C4FCFC0FBC3176794FE93B3EF", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a0ce929c4fcfc0fbc3176794fe93b3ef", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FE92898A05716138305C335ABB5B570C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fe92898a05716138305c335abb5b570c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2BCA60AF81C2D70CEEBF5CC5EB8F7F15", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2bca60af81c2d70ceebf5cc5eb8f7f15", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "37C413FF806E901EA16D0BCAB90E8AA9", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/37c413ff806e901ea16d0bcab90e8aa9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "09BFBF8EAFA073DBA1742FB1D2B415B5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/09bfbf8eafa073dba1742fb1d2b415b5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "52AFA7918B7DD2E4FD7967319CCED83A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/52afa7918b7dd2e4fd7967319cced83a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6DFD7962CD758938A1ADB4DFA592ACA6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6dfd7962cd758938a1adb4dfa592aca6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1D4D930483072649BC11884E5A2BD90E", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1d4d930483072649bc11884e5a2bd90e", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CAF217899FA294D1F146674EE3FB85A0", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/caf217899fa294d1f146674ee3fb85a0", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D673D328AC863C36040CE912F4DC3B0C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d673d328ac863c36040ce912f4dc3b0c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6C26FC97A80B1A043DFC483D2EF7A626", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6c26fc97a80b1a043dfc483d2ef7a626", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4B595C0108FAC383359A562188FFB8F5", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4b595c0108fac383359a562188ffb8f5", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6E86D47474F2CE91D07E5DF4C8EA39BD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6e86d47474f2ce91d07e5df4c8ea39bd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A3D9002DC018D077D0976EE08F8F48FB", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a3d9002dc018d077d0976ee08f8f48fb", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "498D53A6C04BDEAD638286BD2AE03FEC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/498d53a6c04bdead638286bd2ae03fec", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "6FBB968A2915D4C3AC8BEEA781B51268", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/6fbb968a2915d4c3ac8beea781b51268", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "F4B6614C2AE34FB767902C4B85A60C43", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f4b6614c2ae34fb767902c4b85a60c43", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B0D9D7C0599E9D7F9E6F3E86F1AD8507", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b0d9d7c0599e9d7f9e6f3e86f1ad8507", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A1558F6DCA0E853029E0FB936E13906B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a1558f6dca0e853029e0fb936e13906b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A4DEE68E3E181D9FA4B46113FF5FFA99", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a4dee68e3e181d9fa4b46113ff5ffa99", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "AF199362F9D4323E34DA298760D46C2A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/af199362f9d4323e34da298760d46c2a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "16B1CB6875ED7FE554754822E2491D1D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/16b1cb6875ed7fe554754822e2491d1d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E8CB8656245D364F1D99A47A9781BE17", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e8cb8656245d364f1d99a47a9781be17", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B0CA726E645D14EF6FC783E831C44650", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b0ca726e645d14ef6fc783e831c44650", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "1492421B0ACD33C1ADA68FAD880F1C75", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/1492421b0acd33c1ada68fad880f1c75", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0BD1BA488857FDCD02AA683D56388D23", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0bd1ba488857fdcd02aa683d56388d23", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B24574EE70B84E5910EF4BF3D57AB065", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b24574ee70b84e5910ef4bf3d57ab065", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "B0EEBBFE57C28FD21F3B9626A0B84399", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b0eebbfe57c28fd21f3b9626a0b84399", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "FB93296AA23DC7A38940C8D486AAA3F3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fb93296aa23dc7a38940c8d486aaa3f3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "2FEF40B85D5CAD3778FDAE13BC719925", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/2fef40b85d5cad3778fdae13bc719925", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CA66475316DA77AF804DD48A7417DA34", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/ca66475316da77af804dd48a7417da34", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "E4E3A565D3117020C3F0A80405085DCC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/e4e3a565d3117020c3f0a80405085dcc", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "0E872AD5E5E7E12AC4E9CD68186E28FE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0e872ad5e5e7e12ac4e9cd68186e28fe", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9408E64A9950F628438690503525AFFD", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9408e64a9950f628438690503525affd", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A57A14B97C3D652FF44440703913EE25", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a57a14b97c3d652ff44440703913ee25", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D670A00551F586FADA6EB738A3DE2A98", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d670a00551f586fada6eb738a3de2a98", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "31F44C4479E57F3DF1E3363A45ECDF7F", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/31f44c4479e57f3df1e3363a45ecdf7f", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D89599D0CCA78C4E485F8262630A1A13", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d89599d0cca78c4e485f8262630a1a13", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "11412C76D2FCACBBA2EA4E774A9CD9B6", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/11412c76d2fcacbba2ea4e774a9cd9b6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FBED0613A6E0CBB9BD9479D775418AAE", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fbed0613a6e0cbb9bd9479d775418aae", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "45C83BD8F47FF0CEB4BDD7CC15988A7B", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 90, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/45c83bd8f47ff0ceb4bdd7cc15988a7b", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "31663F116B5E4274690864CF6529CF0A", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/31663f116b5e4274690864cf6529cf0a", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "9F5133CCB0F84D667F2CC6B24562FB02", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/9f5133ccb0f84d667f2cc6b24562fb02", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DA9178758DD0E0559FA8D420AC786BD2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/da9178758dd0e0559fa8d420ac786bd2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "A062ED3479804D43C70E1D3DE44333BE", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/a062ed3479804d43c70e1d3de44333be", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "3B3CF96735E8C10CD35378A5D907BC1D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/3b3cf96735e8c10cd35378a5d907bc1d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "5C6BF42291BFACCF95430941A18435A2", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/5c6bf42291bfaccf95430941a18435a2", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "23E01CD0D322044511B0E2F55ABC56A6", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/23e01cd0d322044511b0e2f55abc56a6", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4D4614370BF0672B51805AA663F6D661", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4d4614370bf0672b51805aa663f6d661", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "64A7B20E57F95D59FACA82E409D32923", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/64a7b20e57f95d59faca82e409d32923", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "D2EC08B180061E75EDE3EC5CE584D882", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/d2ec08b180061e75ede3ec5ce584d882", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B1750669E80AF855ED479146995467DE", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b1750669e80af855ed479146995467de", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "4FE8C3C54ABF231037D1E8964B784CB3", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4fe8c3c54abf231037d1e8964b784cb3", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "4737E6D74E405D9F24ABC9F90AAD835C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/4737e6d74e405d9f24abc9f90aad835c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "CD0AE2A25370010E6AA3F7FFC27D5B2D", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/cd0ae2a25370010e6aa3f7ffc27d5b2d", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "FCB49D5CC814A22731BA807FF34E77AC", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/fcb49d5cc814a22731ba807ff34e77ac", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "0880F1B8C0A0DAE5CFFE8A1BBDB652F8", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/0880f1b8c0a0dae5cffe8a1bbdb652f8", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "C10CD36403F69245E2306D335C3B5932", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/c10cd36403f69245e2306d335c3b5932", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "031300A2D2576791560337FCD42AEC63", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/031300a2d2576791560337fcd42aec63", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Unknown" - }, - { - "Type": "File", - "Value": "DE4E79BBF99DDB6264D41CCEDC0AAA95", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/de4e79bbf99ddb6264d41ccedc0aaa95", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "016DCC4F6C9F6B0A76A89DED51B32047", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/016dcc4f6c9f6b0a76a89ded51b32047", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "F2F69872AF7231031BF35308AEF3ABB7", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 70, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/f2f69872af7231031bf35308aef3abb7", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "B0D85F55CFB256C63016EF873E225D7C", - "Organization": "SARVAM Source", - "Rating": "", - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/b0d85f55cfb256c63016ef873e225d7c", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "45546B1A47379618C66C83D3479B8595", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/45546b1a47379618c66c83d3479b8595", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "93E6E9B56DF74F9385824253CB7D4EF9", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/93e6e9b56df74f9385824253cb7d4ef9", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - }, - { - "Type": "File", - "Value": "EACFD6E58A5064296FC00A6AEF9BA352", - "Organization": "SARVAM Source", - "Rating": 2, - "Confidence": 30, - "DateAdded": "11-06-2016", - "LastModified": "11-06-2016", - "Description": "", - "Source": "http://sarvam.ece.ucsb.edu/analysis/eacfd6e58a5064296fc00a6aef9ba352", - "DNS": "", - "Whois": "", - "Observations": 0, - "Date Last Observed": "", - "False Positives": 0, - "Date FP Last Reported": "", - "Tags": "Vision Research Lab UCSB" - } -] diff --git a/ng6-seed/dist/assets/fonts/data-table/data-table.eot b/ng6-seed/dist/assets/fonts/data-table/data-table.eot deleted file mode 100644 index e2f181ffb..000000000 Binary files a/ng6-seed/dist/assets/fonts/data-table/data-table.eot and /dev/null differ diff --git a/ng6-seed/dist/assets/fonts/data-table/data-table.svg b/ng6-seed/dist/assets/fonts/data-table/data-table.svg deleted file mode 100644 index 1d7e43a16..000000000 --- a/ng6-seed/dist/assets/fonts/data-table/data-table.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - -Generated by Fontastic.me - - - - - - - - - - - - - - - - - - - - - - diff --git a/ng6-seed/dist/assets/fonts/data-table/data-table.ttf b/ng6-seed/dist/assets/fonts/data-table/data-table.ttf deleted file mode 100644 index a86af94e5..000000000 Binary files a/ng6-seed/dist/assets/fonts/data-table/data-table.ttf and /dev/null differ diff --git a/ng6-seed/dist/assets/fonts/data-table/data-table.woff b/ng6-seed/dist/assets/fonts/data-table/data-table.woff deleted file mode 100644 index 84e90a68c..000000000 Binary files a/ng6-seed/dist/assets/fonts/data-table/data-table.woff and /dev/null differ diff --git a/ng6-seed/dist/assets/fonts/data-table/icons.css b/ng6-seed/dist/assets/fonts/data-table/icons.css deleted file mode 100644 index 36ab88325..000000000 --- a/ng6-seed/dist/assets/fonts/data-table/icons.css +++ /dev/null @@ -1,88 +0,0 @@ -@charset "UTF-8"; - -@font-face { - font-family: "data-table"; - src:url("data-table.eot"); - src:url("data-table.eot?#iefix") format("embedded-opentype"), - url("data-table.woff") format("woff"), - url("data-table.ttf") format("truetype"), - url("data-table.svg#data-table") format("svg"); - font-weight: normal; - font-style: normal; - -} - -[data-icon]:before { - font-family: "data-table" !important; - content: attr(data-icon); - font-style: normal !important; - font-weight: normal !important; - font-variant: normal !important; - text-transform: none !important; - speak: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -[class^="icon-"]:before, -[class*=" icon-"]:before { - font-family: "data-table" !important; - font-style: normal !important; - font-weight: normal !important; - font-variant: normal !important; - text-transform: none !important; - speak: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.icon-filter:before { - content: "\62"; -} -.icon-collapse:before { - content: "\61"; -} -.icon-expand:before { - content: "\63"; -} -.icon-close:before { - content: "\64"; -} -.icon-up:before { - content: "\65"; -} -.icon-down:before { - content: "\66"; -} -.icon-sort:before { - content: "\67"; -} -.icon-done:before { - content: "\68"; -} -.icon-done-all:before { - content: "\69"; -} -.icon-search:before { - content: "\6a"; -} -.icon-pin:before { - content: "\6b"; -} -.icon-add:before { - content: "\6d"; -} -.icon-left:before { - content: "\6f"; -} -.icon-right:before { - content: "\70"; -} -.icon-skip:before { - content: "\71"; -} -.icon-prev:before { - content: "\72"; -} diff --git a/ng6-seed/dist/assets/fonts/pe/css/helper.css b/ng6-seed/dist/assets/fonts/pe/css/helper.css deleted file mode 100644 index 78fc65340..000000000 --- a/ng6-seed/dist/assets/fonts/pe/css/helper.css +++ /dev/null @@ -1,179 +0,0 @@ -/* HELPER CLASS - * -------------------------- */ -/* FA based classes */ -/*! Modified from font-awesome helper CSS classes - PIXEDEN - * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (CSS: MIT License) - */ -/* makes the font 33% larger relative to the icon container */ -.pe-lg { - font-size: 1.3333333333333333em; - line-height: 0.75em; - vertical-align: -15%; -} - -.pe-2x { - font-size: 2em; -} - -.pe-3x { - font-size: 3em; -} - -.pe-4x { - font-size: 4em; -} - -.pe-5x { - font-size: 5em; -} - -.pe-fw { - width: 1.2857142857142858em; - text-align: center; -} - -.pe-ul { - padding-left: 0; - margin-left: 2.142857142857143em; - list-style-type: none; -} - -.pe-ul > li { - position: relative; -} - -.pe-li { - position: absolute; - left: -2.142857142857143em; - width: 2.142857142857143em; - top: 0.14285714285714285em; - text-align: center; -} - -.pe-li.pe-lg { - left: -1.8571428571428572em; -} - -.pe-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} - -.pull-right { - float: right; -} - -.pull-left { - float: left; -} - -.pe.pull-left { - margin-right: .3em; -} - -.pe.pull-right { - margin-left: .3em; -} - -.pe-spin { - -webkit-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; -} -@-webkit-keyframes spin { - 0% { - -webkit-transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - } -} -@keyframes spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.pe-rotate-90 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} - -.pe-rotate-180 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} - -.pe-rotate-270 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} - -.pe-flip-horizontal { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); - -webkit-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - transform: scale(-1, 1); -} - -.pe-flip-vertical { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); - -webkit-transform: scale(1, -1); - -ms-transform: scale(1, -1); - transform: scale(1, -1); -} - -.pe-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} - -.pe-stack-1x, -.pe-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} - -.pe-stack-1x { - line-height: inherit; -} - -.pe-stack-2x { - font-size: 2em; -} - -.pe-inverse { - color: #ffffff; -} - -/* Custom classes / mods - PIXEDEN */ -.pe-va { - vertical-align: middle; -} - -.pe-border { - border: solid 0.08em #eaeaea; -} - -.pe-fw-h { - width: 1.2857142857142858em; - text-align: center; - display: inline-block; -} diff --git a/ng6-seed/dist/assets/fonts/pe/css/helper.min.css b/ng6-seed/dist/assets/fonts/pe/css/helper.min.css deleted file mode 100644 index f4d8161e6..000000000 --- a/ng6-seed/dist/assets/fonts/pe/css/helper.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! Modified from font-awesome helper CSS classes - PIXEDEN - * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (CSS: MIT License) - */.pe-fw,.pe-fw-h,.pe-li{text-align:center}.pe-fw-h,.pe-stack{display:inline-block}.pe-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.pe-stack,.pe-va{vertical-align:middle}.pe-2x{font-size:2em}.pe-3x{font-size:3em}.pe-4x{font-size:4em}.pe-5x{font-size:5em}.pe-fw{width:1.2857142857142858em}.pe-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.pe-ul>li{position:relative}.pe-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em}.pe-li.pe-lg{left:-1.8571428571428572em}.pe-border{padding:.2em .25em .15em;border-radius:.1em;border:.08em solid #eaeaea}.pull-right{float:right}.pull-left{float:left}.pe.pull-left{margin-right:.3em}.pe.pull-right{margin-left:.3em}.pe-spin{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pe-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.pe-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pe-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.pe-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.pe-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.pe-stack{position:relative;width:2em;height:2em;line-height:2em}.pe-stack-1x,.pe-stack-2x{position:absolute;left:0;width:100%;text-align:center}.pe-stack-1x{line-height:inherit}.pe-stack-2x{font-size:2em}.pe-inverse{color:#fff}.pe-fw-h{width:1.2857142857142858em} \ No newline at end of file diff --git a/ng6-seed/dist/assets/fonts/pe/css/pe-icon-set-weather.css b/ng6-seed/dist/assets/fonts/pe/css/pe-icon-set-weather.css deleted file mode 100644 index b6d3edbe2..000000000 --- a/ng6-seed/dist/assets/fonts/pe/css/pe-icon-set-weather.css +++ /dev/null @@ -1,852 +0,0 @@ -@font-face { - font-family: 'pe-icon-set-weather'; - src: url("../fonts/pe-icon-set-weather.eot?nlruav"); - src: url("../fonts/pe-icon-set-weather.eot?nlruav#iefix") format("embedded-opentype"), url("../fonts/pe-icon-set-weather.ttf?nlruav") format("truetype"), url("../fonts/pe-icon-set-weather.woff?nlruav") format("woff"), url("../fonts/pe-icon-set-weather.svg?nlruav#pe-icon-set-weather") format("svg"); - font-weight: normal; - font-style: normal; -} -[class^="pe-is-w-"], [class*=" pe-is-w-"] { - display: inline-block; - font-family: 'pe-icon-set-weather'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.pe-is-w-blizzard-f:before { - content: "\e900"; -} - -.pe-is-w-blizzard:before { - content: "\e901"; -} - -.pe-is-w-cloud-down-f:before { - content: "\e902"; -} - -.pe-is-w-cloud-down:before { - content: "\e903"; -} - -.pe-is-w-cloud-refresh-f:before { - content: "\e904"; -} - -.pe-is-w-cloud-refresh:before { - content: "\e905"; -} - -.pe-is-w-cloud-up-f:before { - content: "\e906"; -} - -.pe-is-w-cloud-up:before { - content: "\e907"; -} - -.pe-is-w-compass-e-f:before { - content: "\e908"; -} - -.pe-is-w-compass-e:before { - content: "\e909"; -} - -.pe-is-w-compass-f:before { - content: "\e90a"; -} - -.pe-is-w-compass-n-f:before { - content: "\e90b"; -} - -.pe-is-w-compass-n:before { - content: "\e90c"; -} - -.pe-is-w-compass-s-f:before { - content: "\e90d"; -} - -.pe-is-w-compass-s:before { - content: "\e90e"; -} - -.pe-is-w-compass-w-f:before { - content: "\e90f"; -} - -.pe-is-w-compass-w:before { - content: "\e910"; -} - -.pe-is-w-compass:before { - content: "\e911"; -} - -.pe-is-w-degree-celsius:before { - content: "\e912"; -} - -.pe-is-w-degree-fahrenheit:before { - content: "\e913"; -} - -.pe-is-w-drizzle-f:before { - content: "\e914"; -} - -.pe-is-w-drizzle:before { - content: "\e915"; -} - -.pe-is-w-drop-cloud-f:before { - content: "\e916"; -} - -.pe-is-w-drop-cloud:before { - content: "\e917"; -} - -.pe-is-w-drop-f:before { - content: "\e918"; -} - -.pe-is-w-drop-percentage-f:before { - content: "\e919"; -} - -.pe-is-w-drop-percentage:before { - content: "\e91a"; -} - -.pe-is-w-drop:before { - content: "\e91b"; -} - -.pe-is-w-drops-f:before { - content: "\e91c"; -} - -.pe-is-w-drops:before { - content: "\e91d"; -} - -.pe-is-w-eclipse-1-f:before { - content: "\e91e"; -} - -.pe-is-w-eclipse-1:before { - content: "\e91f"; -} - -.pe-is-w-eclipse-2-f:before { - content: "\e920"; -} - -.pe-is-w-eclipse-2:before { - content: "\e921"; -} - -.pe-is-w-eclipse-3-f:before { - content: "\e922"; -} - -.pe-is-w-eclipse-3:before { - content: "\e923"; -} - -.pe-is-w-eclipse-4-f:before { - content: "\e924"; -} - -.pe-is-w-eclipse-4:before { - content: "\e925"; -} - -.pe-is-w-fog-1-f:before { - content: "\e926"; -} - -.pe-is-w-fog-1:before { - content: "\e927"; -} - -.pe-is-w-fog-2-f:before { - content: "\e928"; -} - -.pe-is-w-fog-2:before { - content: "\e929"; -} - -.pe-is-w-fog-3-f:before { - content: "\e92a"; -} - -.pe-is-w-fog-3:before { - content: "\e92b"; -} - -.pe-is-w-fog-4-f:before { - content: "\e92c"; -} - -.pe-is-w-fog-4:before { - content: "\e92d"; -} - -.pe-is-w-full-moon-1-f:before { - content: "\e92e"; -} - -.pe-is-w-full-moon-1:before { - content: "\e92f"; -} - -.pe-is-w-full-moon-2-f:before { - content: "\e930"; -} - -.pe-is-w-full-moon-2:before { - content: "\e931"; -} - -.pe-is-w-full-moon-3-f:before { - content: "\e932"; -} - -.pe-is-w-full-moon-3:before { - content: "\e933"; -} - -.pe-is-w-hail-1-f:before { - content: "\e934"; -} - -.pe-is-w-hail-1:before { - content: "\e935"; -} - -.pe-is-w-hail-2-f:before { - content: "\e936"; -} - -.pe-is-w-hail-2:before { - content: "\e937"; -} - -.pe-is-w-hail-day-1-f:before { - content: "\e938"; -} - -.pe-is-w-hail-day-1:before { - content: "\e939"; -} - -.pe-is-w-hail-day-2-f:before { - content: "\e93a"; -} - -.pe-is-w-hail-day-2:before { - content: "\e93b"; -} - -.pe-is-w-hail-full-moon-1-f:before { - content: "\e93c"; -} - -.pe-is-w-hail-full-moon-1:before { - content: "\e93d"; -} - -.pe-is-w-hail-full-moon-2-f:before { - content: "\e93e"; -} - -.pe-is-w-hail-full-moon-2:before { - content: "\e93f"; -} - -.pe-is-w-hail-night-1-f:before { - content: "\e940"; -} - -.pe-is-w-hail-night-1:before { - content: "\e941"; -} - -.pe-is-w-hail-night-2-f:before { - content: "\e942"; -} - -.pe-is-w-hail-night-2:before { - content: "\e943"; -} - -.pe-is-w-heavy-hail-day-f:before { - content: "\e944"; -} - -.pe-is-w-heavy-hail-day:before { - content: "\e945"; -} - -.pe-is-w-heavy-hail-f:before { - content: "\e946"; -} - -.pe-is-w-heavy-hail-full-moon-f:before { - content: "\e947"; -} - -.pe-is-w-heavy-hail-full-moon:before { - content: "\e948"; -} - -.pe-is-w-heavy-hail-night-f:before { - content: "\e949"; -} - -.pe-is-w-heavy-hail-night:before { - content: "\e94a"; -} - -.pe-is-w-heavy-hail:before { - content: "\e94b"; -} - -.pe-is-w-heavy-rain-1-f:before { - content: "\e94c"; -} - -.pe-is-w-heavy-rain-1:before { - content: "\e94d"; -} - -.pe-is-w-heavy-rain-2-f:before { - content: "\e94e"; -} - -.pe-is-w-heavy-rain-2:before { - content: "\e94f"; -} - -.pe-is-w-heavy-rain-day-f:before { - content: "\e950"; -} - -.pe-is-w-heavy-rain-day:before { - content: "\e951"; -} - -.pe-is-w-heavy-rain-full-moon-f:before { - content: "\e952"; -} - -.pe-is-w-heavy-rain-full-moon:before { - content: "\e953"; -} - -.pe-is-w-heavy-rain-night-f:before { - content: "\e954"; -} - -.pe-is-w-heavy-rain-night:before { - content: "\e955"; -} - -.pe-is-w-mist:before { - content: "\e956"; -} - -.pe-is-w-mix-rainfall-1-f:before { - content: "\e957"; -} - -.pe-is-w-mix-rainfall-1:before { - content: "\e958"; -} - -.pe-is-w-mix-rainfall-2-f:before { - content: "\e959"; -} - -.pe-is-w-mix-rainfall-2:before { - content: "\e95a"; -} - -.pe-is-w-moon-1-f:before { - content: "\e95b"; -} - -.pe-is-w-moon-1:before { - content: "\e95c"; -} - -.pe-is-w-moon-2-f:before { - content: "\e95d"; -} - -.pe-is-w-moon-2:before { - content: "\e95e"; -} - -.pe-is-w-moon-3-f:before { - content: "\e95f"; -} - -.pe-is-w-moon-3:before { - content: "\e960"; -} - -.pe-is-w-moon-4-f:before { - content: "\e961"; -} - -.pe-is-w-moon-4:before { - content: "\e962"; -} - -.pe-is-w-moon-first-quarter-f:before { - content: "\e963"; -} - -.pe-is-w-moon-horizon-f:before { - content: "\e964"; -} - -.pe-is-w-moon-horizon:before { - content: "\e965"; -} - -.pe-is-w-moon-last-quarter-f:before { - content: "\e966"; -} - -.pe-is-w-moon-sea-f:before { - content: "\e967"; -} - -.pe-is-w-moon-sea:before { - content: "\e968"; -} - -.pe-is-w-moon-waning-crescent-f:before { - content: "\e969"; -} - -.pe-is-w-moon-waning-gibbous-f:before { - content: "\e96a"; -} - -.pe-is-w-moon-waxing-crescent-f:before { - content: "\e96b"; -} - -.pe-is-w-moon-waxing-gibbous-f:before { - content: "\e96c"; -} - -.pe-is-w-mostly-cloudy-1-f:before { - content: "\e96d"; -} - -.pe-is-w-mostly-cloudy-1:before { - content: "\e96e"; -} - -.pe-is-w-mostly-cloudy-2-f:before { - content: "\e96f"; -} - -.pe-is-w-mostly-cloudy-2:before { - content: "\e970"; -} - -.pe-is-w-partly-cloudy-1-f:before { - content: "\e971"; -} - -.pe-is-w-partly-cloudy-1:before { - content: "\e972"; -} - -.pe-is-w-partly-cloudy-2-f:before { - content: "\e973"; -} - -.pe-is-w-partly-cloudy-2:before { - content: "\e974"; -} - -.pe-is-w-partly-cloudy-3-f:before { - content: "\e975"; -} - -.pe-is-w-partly-cloudy-3:before { - content: "\e976"; -} - -.pe-is-w-rain-1-f:before { - content: "\e977"; -} - -.pe-is-w-rain-1:before { - content: "\e978"; -} - -.pe-is-w-rain-and-snow-f:before { - content: "\e979"; -} - -.pe-is-w-rain-and-snow:before { - content: "\e97a"; -} - -.pe-is-w-rain-day-f:before { - content: "\e97b"; -} - -.pe-is-w-rain-day:before { - content: "\e97c"; -} - -.pe-is-w-rain-full-moon-f:before { - content: "\e97d"; -} - -.pe-is-w-rain-full-moon:before { - content: "\e97e"; -} - -.pe-is-w-rain-night-f:before { - content: "\e97f"; -} - -.pe-is-w-rain-night:before { - content: "\e980"; -} - -.pe-is-w-severe-thunderstorm-f:before { - content: "\e981"; -} - -.pe-is-w-severe-thunderstorm:before { - content: "\e982"; -} - -.pe-is-w-snow-day-1-f:before { - content: "\e983"; -} - -.pe-is-w-snow-day-1:before { - content: "\e984"; -} - -.pe-is-w-snow-day-2-f:before { - content: "\e985"; -} - -.pe-is-w-snow-day-2:before { - content: "\e986"; -} - -.pe-is-w-snow-day-3-f:before { - content: "\e987"; -} - -.pe-is-w-snow-day-3:before { - content: "\e988"; -} - -.pe-is-w-snow-f:before { - content: "\e989"; -} - -.pe-is-w-snow-full-moon-1-f:before { - content: "\e98a"; -} - -.pe-is-w-snow-full-moon-1:before { - content: "\e98b"; -} - -.pe-is-w-snow-full-moon-2-f:before { - content: "\e98c"; -} - -.pe-is-w-snow-full-moon-2:before { - content: "\e98d"; -} - -.pe-is-w-snow-full-moon-3-f:before { - content: "\e98e"; -} - -.pe-is-w-snow-full-moon-3:before { - content: "\e98f"; -} - -.pe-is-w-snow-night-1-f:before { - content: "\e990"; -} - -.pe-is-w-snow-night-1:before { - content: "\e991"; -} - -.pe-is-w-snow-night-2-f:before { - content: "\e992"; -} - -.pe-is-w-snow-night-2:before { - content: "\e993"; -} - -.pe-is-w-snow-night-3-f:before { - content: "\e994"; -} - -.pe-is-w-snow-night-3:before { - content: "\e995"; -} - -.pe-is-w-snow:before { - content: "\e996"; -} - -.pe-is-w-snowflake:before { - content: "\e997"; -} - -.pe-is-w-sun-1-f:before { - content: "\e998"; -} - -.pe-is-w-sun-1:before { - content: "\e999"; -} - -.pe-is-w-sun-2-f:before { - content: "\e99a"; -} - -.pe-is-w-sun-2:before { - content: "\e99b"; -} - -.pe-is-w-sun-horizon-1-f:before { - content: "\e99c"; -} - -.pe-is-w-sun-horizon-1:before { - content: "\e99d"; -} - -.pe-is-w-sun-horizon-2-f:before { - content: "\e99e"; -} - -.pe-is-w-sun-horizon-2:before { - content: "\e99f"; -} - -.pe-is-w-sunrise-f:before { - content: "\e9a0"; -} - -.pe-is-w-sunrise:before { - content: "\e9a1"; -} - -.pe-is-w-sunset-f:before { - content: "\e9a2"; -} - -.pe-is-w-sunset:before { - content: "\e9a3"; -} - -.pe-is-w-thermometer-1-f:before { - content: "\e9a4"; -} - -.pe-is-w-thermometer-1:before { - content: "\e9a5"; -} - -.pe-is-w-thermometer-2-f:before { - content: "\e9a6"; -} - -.pe-is-w-thermometer-2:before { - content: "\e9a7"; -} - -.pe-is-w-thermometer-3-f:before { - content: "\e9a8"; -} - -.pe-is-w-thermometer-3:before { - content: "\e9a9"; -} - -.pe-is-w-thermometer-4-f:before { - content: "\e9aa"; -} - -.pe-is-w-thermometer-4:before { - content: "\e9ab"; -} - -.pe-is-w-thermometer-5-f:before { - content: "\e9ac"; -} - -.pe-is-w-thermometer-5:before { - content: "\e9ad"; -} - -.pe-is-w-thunderbolt-1-f:before { - content: "\e9ae"; -} - -.pe-is-w-thunderbolt-1:before { - content: "\e9af"; -} - -.pe-is-w-thunderbolt-2-f:before { - content: "\e9b0"; -} - -.pe-is-w-thunderbolt-2:before { - content: "\e9b1"; -} - -.pe-is-w-thunderstorm-day-1-f:before { - content: "\e9b2"; -} - -.pe-is-w-thunderstorm-day-1:before { - content: "\e9b3"; -} - -.pe-is-w-thunderstorm-day-2-f:before { - content: "\e9b4"; -} - -.pe-is-w-thunderstorm-day-2:before { - content: "\e9b5"; -} - -.pe-is-w-thunderstorm-f:before { - content: "\e9b6"; -} - -.pe-is-w-thunderstorm-full-moon-1-f:before { - content: "\e9b7"; -} - -.pe-is-w-thunderstorm-full-moon-1:before { - content: "\e9b8"; -} - -.pe-is-w-thunderstorm-full-moon-2-f:before { - content: "\e9b9"; -} - -.pe-is-w-thunderstorm-full-moon-2:before { - content: "\e9ba"; -} - -.pe-is-w-thunderstorm-night-1-f:before { - content: "\e9bb"; -} - -.pe-is-w-thunderstorm-night-1:before { - content: "\e9bc"; -} - -.pe-is-w-thunderstorm-night-2-f:before { - content: "\e9bd"; -} - -.pe-is-w-thunderstorm-night-2:before { - content: "\e9be"; -} - -.pe-is-w-thunderstorm:before { - content: "\e9bf"; -} - -.pe-is-w-tornado-1:before { - content: "\e9c0"; -} - -.pe-is-w-tornado-2:before { - content: "\e9c1"; -} - -.pe-is-w-umbrella-f:before { - content: "\e9c2"; -} - -.pe-is-w-umbrella:before { - content: "\e9c3"; -} - -.pe-is-w-wind-2:before { - content: "\e9c4"; -} - -.pe-is-w-wind-cloud:before { - content: "\e9c5"; -} - -.pe-is-w-wind-cone-f:before { - content: "\e9c6"; -} - -.pe-is-w-wind-cone:before { - content: "\e9c7"; -} - -.pe-is-w-wind-day:before { - content: "\e9c8"; -} - -.pe-is-w-wind-full-moon:before { - content: "\e9c9"; -} - -.pe-is-w-wind-moon:before { - content: "\e9ca"; -} - -.pe-is-w-wind-night:before { - content: "\e9cb"; -} - -.pe-is-w-wind-sun:before { - content: "\e9cc"; -} - -.pe-is-w-wind-turbine-f:before { - content: "\e9cd"; -} - -.pe-is-w-wind-turbine:before { - content: "\e9ce"; -} - -.pe-is-w-wind:before { - content: "\e9cf"; -} diff --git a/ng6-seed/dist/assets/fonts/pe/css/pe-icon-set-weather.min.css b/ng6-seed/dist/assets/fonts/pe/css/pe-icon-set-weather.min.css deleted file mode 100644 index 71c6fe55f..000000000 --- a/ng6-seed/dist/assets/fonts/pe/css/pe-icon-set-weather.min.css +++ /dev/null @@ -1 +0,0 @@ -@font-face{font-family:pe-icon-set-weather;src:url(../fonts/pe-icon-set-weather.eot?nlruav);src:url(../fonts/pe-icon-set-weather.eot?nlruav#iefix) format("embedded-opentype"),url(../fonts/pe-icon-set-weather.ttf?nlruav) format("truetype"),url(../fonts/pe-icon-set-weather.woff?nlruav) format("woff"),url(../fonts/pe-icon-set-weather.svg?nlruav#pe-icon-set-weather) format("svg");font-weight:400;font-style:normal}[class*=" pe-is-w-"],[class^=pe-is-w-]{display:inline-block;font-family:pe-icon-set-weather;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-is-w-blizzard-f:before{content:"\e900"}.pe-is-w-blizzard:before{content:"\e901"}.pe-is-w-cloud-down-f:before{content:"\e902"}.pe-is-w-cloud-down:before{content:"\e903"}.pe-is-w-cloud-refresh-f:before{content:"\e904"}.pe-is-w-cloud-refresh:before{content:"\e905"}.pe-is-w-cloud-up-f:before{content:"\e906"}.pe-is-w-cloud-up:before{content:"\e907"}.pe-is-w-compass-e-f:before{content:"\e908"}.pe-is-w-compass-e:before{content:"\e909"}.pe-is-w-compass-f:before{content:"\e90a"}.pe-is-w-compass-n-f:before{content:"\e90b"}.pe-is-w-compass-n:before{content:"\e90c"}.pe-is-w-compass-s-f:before{content:"\e90d"}.pe-is-w-compass-s:before{content:"\e90e"}.pe-is-w-compass-w-f:before{content:"\e90f"}.pe-is-w-compass-w:before{content:"\e910"}.pe-is-w-compass:before{content:"\e911"}.pe-is-w-degree-celsius:before{content:"\e912"}.pe-is-w-degree-fahrenheit:before{content:"\e913"}.pe-is-w-drizzle-f:before{content:"\e914"}.pe-is-w-drizzle:before{content:"\e915"}.pe-is-w-drop-cloud-f:before{content:"\e916"}.pe-is-w-drop-cloud:before{content:"\e917"}.pe-is-w-drop-f:before{content:"\e918"}.pe-is-w-drop-percentage-f:before{content:"\e919"}.pe-is-w-drop-percentage:before{content:"\e91a"}.pe-is-w-drop:before{content:"\e91b"}.pe-is-w-drops-f:before{content:"\e91c"}.pe-is-w-drops:before{content:"\e91d"}.pe-is-w-eclipse-1-f:before{content:"\e91e"}.pe-is-w-eclipse-1:before{content:"\e91f"}.pe-is-w-eclipse-2-f:before{content:"\e920"}.pe-is-w-eclipse-2:before{content:"\e921"}.pe-is-w-eclipse-3-f:before{content:"\e922"}.pe-is-w-eclipse-3:before{content:"\e923"}.pe-is-w-eclipse-4-f:before{content:"\e924"}.pe-is-w-eclipse-4:before{content:"\e925"}.pe-is-w-fog-1-f:before{content:"\e926"}.pe-is-w-fog-1:before{content:"\e927"}.pe-is-w-fog-2-f:before{content:"\e928"}.pe-is-w-fog-2:before{content:"\e929"}.pe-is-w-fog-3-f:before{content:"\e92a"}.pe-is-w-fog-3:before{content:"\e92b"}.pe-is-w-fog-4-f:before{content:"\e92c"}.pe-is-w-fog-4:before{content:"\e92d"}.pe-is-w-full-moon-1-f:before{content:"\e92e"}.pe-is-w-full-moon-1:before{content:"\e92f"}.pe-is-w-full-moon-2-f:before{content:"\e930"}.pe-is-w-full-moon-2:before{content:"\e931"}.pe-is-w-full-moon-3-f:before{content:"\e932"}.pe-is-w-full-moon-3:before{content:"\e933"}.pe-is-w-hail-1-f:before{content:"\e934"}.pe-is-w-hail-1:before{content:"\e935"}.pe-is-w-hail-2-f:before{content:"\e936"}.pe-is-w-hail-2:before{content:"\e937"}.pe-is-w-hail-day-1-f:before{content:"\e938"}.pe-is-w-hail-day-1:before{content:"\e939"}.pe-is-w-hail-day-2-f:before{content:"\e93a"}.pe-is-w-hail-day-2:before{content:"\e93b"}.pe-is-w-hail-full-moon-1-f:before{content:"\e93c"}.pe-is-w-hail-full-moon-1:before{content:"\e93d"}.pe-is-w-hail-full-moon-2-f:before{content:"\e93e"}.pe-is-w-hail-full-moon-2:before{content:"\e93f"}.pe-is-w-hail-night-1-f:before{content:"\e940"}.pe-is-w-hail-night-1:before{content:"\e941"}.pe-is-w-hail-night-2-f:before{content:"\e942"}.pe-is-w-hail-night-2:before{content:"\e943"}.pe-is-w-heavy-hail-day-f:before{content:"\e944"}.pe-is-w-heavy-hail-day:before{content:"\e945"}.pe-is-w-heavy-hail-f:before{content:"\e946"}.pe-is-w-heavy-hail-full-moon-f:before{content:"\e947"}.pe-is-w-heavy-hail-full-moon:before{content:"\e948"}.pe-is-w-heavy-hail-night-f:before{content:"\e949"}.pe-is-w-heavy-hail-night:before{content:"\e94a"}.pe-is-w-heavy-hail:before{content:"\e94b"}.pe-is-w-heavy-rain-1-f:before{content:"\e94c"}.pe-is-w-heavy-rain-1:before{content:"\e94d"}.pe-is-w-heavy-rain-2-f:before{content:"\e94e"}.pe-is-w-heavy-rain-2:before{content:"\e94f"}.pe-is-w-heavy-rain-day-f:before{content:"\e950"}.pe-is-w-heavy-rain-day:before{content:"\e951"}.pe-is-w-heavy-rain-full-moon-f:before{content:"\e952"}.pe-is-w-heavy-rain-full-moon:before{content:"\e953"}.pe-is-w-heavy-rain-night-f:before{content:"\e954"}.pe-is-w-heavy-rain-night:before{content:"\e955"}.pe-is-w-mist:before{content:"\e956"}.pe-is-w-mix-rainfall-1-f:before{content:"\e957"}.pe-is-w-mix-rainfall-1:before{content:"\e958"}.pe-is-w-mix-rainfall-2-f:before{content:"\e959"}.pe-is-w-mix-rainfall-2:before{content:"\e95a"}.pe-is-w-moon-1-f:before{content:"\e95b"}.pe-is-w-moon-1:before{content:"\e95c"}.pe-is-w-moon-2-f:before{content:"\e95d"}.pe-is-w-moon-2:before{content:"\e95e"}.pe-is-w-moon-3-f:before{content:"\e95f"}.pe-is-w-moon-3:before{content:"\e960"}.pe-is-w-moon-4-f:before{content:"\e961"}.pe-is-w-moon-4:before{content:"\e962"}.pe-is-w-moon-first-quarter-f:before{content:"\e963"}.pe-is-w-moon-horizon-f:before{content:"\e964"}.pe-is-w-moon-horizon:before{content:"\e965"}.pe-is-w-moon-last-quarter-f:before{content:"\e966"}.pe-is-w-moon-sea-f:before{content:"\e967"}.pe-is-w-moon-sea:before{content:"\e968"}.pe-is-w-moon-waning-crescent-f:before{content:"\e969"}.pe-is-w-moon-waning-gibbous-f:before{content:"\e96a"}.pe-is-w-moon-waxing-crescent-f:before{content:"\e96b"}.pe-is-w-moon-waxing-gibbous-f:before{content:"\e96c"}.pe-is-w-mostly-cloudy-1-f:before{content:"\e96d"}.pe-is-w-mostly-cloudy-1:before{content:"\e96e"}.pe-is-w-mostly-cloudy-2-f:before{content:"\e96f"}.pe-is-w-mostly-cloudy-2:before{content:"\e970"}.pe-is-w-partly-cloudy-1-f:before{content:"\e971"}.pe-is-w-partly-cloudy-1:before{content:"\e972"}.pe-is-w-partly-cloudy-2-f:before{content:"\e973"}.pe-is-w-partly-cloudy-2:before{content:"\e974"}.pe-is-w-partly-cloudy-3-f:before{content:"\e975"}.pe-is-w-partly-cloudy-3:before{content:"\e976"}.pe-is-w-rain-1-f:before{content:"\e977"}.pe-is-w-rain-1:before{content:"\e978"}.pe-is-w-rain-and-snow-f:before{content:"\e979"}.pe-is-w-rain-and-snow:before{content:"\e97a"}.pe-is-w-rain-day-f:before{content:"\e97b"}.pe-is-w-rain-day:before{content:"\e97c"}.pe-is-w-rain-full-moon-f:before{content:"\e97d"}.pe-is-w-rain-full-moon:before{content:"\e97e"}.pe-is-w-rain-night-f:before{content:"\e97f"}.pe-is-w-rain-night:before{content:"\e980"}.pe-is-w-severe-thunderstorm-f:before{content:"\e981"}.pe-is-w-severe-thunderstorm:before{content:"\e982"}.pe-is-w-snow-day-1-f:before{content:"\e983"}.pe-is-w-snow-day-1:before{content:"\e984"}.pe-is-w-snow-day-2-f:before{content:"\e985"}.pe-is-w-snow-day-2:before{content:"\e986"}.pe-is-w-snow-day-3-f:before{content:"\e987"}.pe-is-w-snow-day-3:before{content:"\e988"}.pe-is-w-snow-f:before{content:"\e989"}.pe-is-w-snow-full-moon-1-f:before{content:"\e98a"}.pe-is-w-snow-full-moon-1:before{content:"\e98b"}.pe-is-w-snow-full-moon-2-f:before{content:"\e98c"}.pe-is-w-snow-full-moon-2:before{content:"\e98d"}.pe-is-w-snow-full-moon-3-f:before{content:"\e98e"}.pe-is-w-snow-full-moon-3:before{content:"\e98f"}.pe-is-w-snow-night-1-f:before{content:"\e990"}.pe-is-w-snow-night-1:before{content:"\e991"}.pe-is-w-snow-night-2-f:before{content:"\e992"}.pe-is-w-snow-night-2:before{content:"\e993"}.pe-is-w-snow-night-3-f:before{content:"\e994"}.pe-is-w-snow-night-3:before{content:"\e995"}.pe-is-w-snow:before{content:"\e996"}.pe-is-w-snowflake:before{content:"\e997"}.pe-is-w-sun-1-f:before{content:"\e998"}.pe-is-w-sun-1:before{content:"\e999"}.pe-is-w-sun-2-f:before{content:"\e99a"}.pe-is-w-sun-2:before{content:"\e99b"}.pe-is-w-sun-horizon-1-f:before{content:"\e99c"}.pe-is-w-sun-horizon-1:before{content:"\e99d"}.pe-is-w-sun-horizon-2-f:before{content:"\e99e"}.pe-is-w-sun-horizon-2:before{content:"\e99f"}.pe-is-w-sunrise-f:before{content:"\e9a0"}.pe-is-w-sunrise:before{content:"\e9a1"}.pe-is-w-sunset-f:before{content:"\e9a2"}.pe-is-w-sunset:before{content:"\e9a3"}.pe-is-w-thermometer-1-f:before{content:"\e9a4"}.pe-is-w-thermometer-1:before{content:"\e9a5"}.pe-is-w-thermometer-2-f:before{content:"\e9a6"}.pe-is-w-thermometer-2:before{content:"\e9a7"}.pe-is-w-thermometer-3-f:before{content:"\e9a8"}.pe-is-w-thermometer-3:before{content:"\e9a9"}.pe-is-w-thermometer-4-f:before{content:"\e9aa"}.pe-is-w-thermometer-4:before{content:"\e9ab"}.pe-is-w-thermometer-5-f:before{content:"\e9ac"}.pe-is-w-thermometer-5:before{content:"\e9ad"}.pe-is-w-thunderbolt-1-f:before{content:"\e9ae"}.pe-is-w-thunderbolt-1:before{content:"\e9af"}.pe-is-w-thunderbolt-2-f:before{content:"\e9b0"}.pe-is-w-thunderbolt-2:before{content:"\e9b1"}.pe-is-w-thunderstorm-day-1-f:before{content:"\e9b2"}.pe-is-w-thunderstorm-day-1:before{content:"\e9b3"}.pe-is-w-thunderstorm-day-2-f:before{content:"\e9b4"}.pe-is-w-thunderstorm-day-2:before{content:"\e9b5"}.pe-is-w-thunderstorm-f:before{content:"\e9b6"}.pe-is-w-thunderstorm-full-moon-1-f:before{content:"\e9b7"}.pe-is-w-thunderstorm-full-moon-1:before{content:"\e9b8"}.pe-is-w-thunderstorm-full-moon-2-f:before{content:"\e9b9"}.pe-is-w-thunderstorm-full-moon-2:before{content:"\e9ba"}.pe-is-w-thunderstorm-night-1-f:before{content:"\e9bb"}.pe-is-w-thunderstorm-night-1:before{content:"\e9bc"}.pe-is-w-thunderstorm-night-2-f:before{content:"\e9bd"}.pe-is-w-thunderstorm-night-2:before{content:"\e9be"}.pe-is-w-thunderstorm:before{content:"\e9bf"}.pe-is-w-tornado-1:before{content:"\e9c0"}.pe-is-w-tornado-2:before{content:"\e9c1"}.pe-is-w-umbrella-f:before{content:"\e9c2"}.pe-is-w-umbrella:before{content:"\e9c3"}.pe-is-w-wind-2:before{content:"\e9c4"}.pe-is-w-wind-cloud:before{content:"\e9c5"}.pe-is-w-wind-cone-f:before{content:"\e9c6"}.pe-is-w-wind-cone:before{content:"\e9c7"}.pe-is-w-wind-day:before{content:"\e9c8"}.pe-is-w-wind-full-moon:before{content:"\e9c9"}.pe-is-w-wind-moon:before{content:"\e9ca"}.pe-is-w-wind-night:before{content:"\e9cb"}.pe-is-w-wind-sun:before{content:"\e9cc"}.pe-is-w-wind-turbine-f:before{content:"\e9cd"}.pe-is-w-wind-turbine:before{content:"\e9ce"}.pe-is-w-wind:before{content:"\e9cf"} \ No newline at end of file diff --git a/ng6-seed/dist/assets/fonts/pe/fonts/pe-icon-set-weather.eot b/ng6-seed/dist/assets/fonts/pe/fonts/pe-icon-set-weather.eot deleted file mode 100644 index 0357e604c..000000000 Binary files a/ng6-seed/dist/assets/fonts/pe/fonts/pe-icon-set-weather.eot and /dev/null differ diff --git a/ng6-seed/dist/assets/fonts/pe/fonts/pe-icon-set-weather.svg b/ng6-seed/dist/assets/fonts/pe/fonts/pe-icon-set-weather.svg deleted file mode 100644 index 693224934..000000000 --- a/ng6-seed/dist/assets/fonts/pe/fonts/pe-icon-set-weather.svg +++ /dev/null @@ -1,218 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ng6-seed/dist/assets/fonts/pe/fonts/pe-icon-set-weather.ttf b/ng6-seed/dist/assets/fonts/pe/fonts/pe-icon-set-weather.ttf deleted file mode 100644 index eb6f8e503..000000000 Binary files a/ng6-seed/dist/assets/fonts/pe/fonts/pe-icon-set-weather.ttf and /dev/null differ diff --git a/ng6-seed/dist/assets/fonts/pe/fonts/pe-icon-set-weather.woff b/ng6-seed/dist/assets/fonts/pe/fonts/pe-icon-set-weather.woff deleted file mode 100644 index 6a58c1c8f..000000000 Binary files a/ng6-seed/dist/assets/fonts/pe/fonts/pe-icon-set-weather.woff and /dev/null differ diff --git a/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.eot b/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.eot deleted file mode 100644 index b93a4953f..000000000 Binary files a/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.eot and /dev/null differ diff --git a/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.svg b/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.svg deleted file mode 100644 index 94fb5490a..000000000 --- a/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.svg +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.ttf b/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.ttf deleted file mode 100644 index 1413fc609..000000000 Binary files a/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.ttf and /dev/null differ diff --git a/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.woff b/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.woff deleted file mode 100644 index 9e612858f..000000000 Binary files a/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.woff and /dev/null differ diff --git a/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.woff2 b/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.woff2 deleted file mode 100644 index 64539b54c..000000000 Binary files a/ng6-seed/dist/assets/glyphicons/fonts/glyphicons-halflings-regular.woff2 and /dev/null differ diff --git a/ng6-seed/dist/assets/glyphicons/glyphicons.css b/ng6-seed/dist/assets/glyphicons/glyphicons.css deleted file mode 100644 index 74e5516df..000000000 --- a/ng6-seed/dist/assets/glyphicons/glyphicons.css +++ /dev/null @@ -1,805 +0,0 @@ -@font-face { - font-family: 'Glyphicons Halflings'; - - src: url('fonts/glyphicons-halflings-regular.eot'); - src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); -} -.glyphicon { - position: relative; - top: 1px; - display: inline-block; - font-family: 'Glyphicons Halflings'; - font-style: normal; - font-weight: normal; - line-height: 1; - - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.glyphicon-asterisk:before { - content: "\002a"; -} -.glyphicon-plus:before { - content: "\002b"; -} -.glyphicon-euro:before, -.glyphicon-eur:before { - content: "\20ac"; -} -.glyphicon-minus:before { - content: "\2212"; -} -.glyphicon-cloud:before { - content: "\2601"; -} -.glyphicon-envelope:before { - content: "\2709"; -} -.glyphicon-pencil:before { - content: "\270f"; -} -.glyphicon-glass:before { - content: "\e001"; -} -.glyphicon-music:before { - content: "\e002"; -} -.glyphicon-search:before { - content: "\e003"; -} -.glyphicon-heart:before { - content: "\e005"; -} -.glyphicon-star:before { - content: "\e006"; -} -.glyphicon-star-empty:before { - content: "\e007"; -} -.glyphicon-user:before { - content: "\e008"; -} -.glyphicon-film:before { - content: "\e009"; -} -.glyphicon-th-large:before { - content: "\e010"; -} -.glyphicon-th:before { - content: "\e011"; -} -.glyphicon-th-list:before { - content: "\e012"; -} -.glyphicon-ok:before { - content: "\e013"; -} -.glyphicon-remove:before { - content: "\e014"; -} -.glyphicon-zoom-in:before { - content: "\e015"; -} -.glyphicon-zoom-out:before { - content: "\e016"; -} -.glyphicon-off:before { - content: "\e017"; -} -.glyphicon-signal:before { - content: "\e018"; -} -.glyphicon-cog:before { - content: "\e019"; -} -.glyphicon-trash:before { - content: "\e020"; -} -.glyphicon-home:before { - content: "\e021"; -} -.glyphicon-file:before { - content: "\e022"; -} -.glyphicon-time:before { - content: "\e023"; -} -.glyphicon-road:before { - content: "\e024"; -} -.glyphicon-download-alt:before { - content: "\e025"; -} -.glyphicon-download:before { - content: "\e026"; -} -.glyphicon-upload:before { - content: "\e027"; -} -.glyphicon-inbox:before { - content: "\e028"; -} -.glyphicon-play-circle:before { - content: "\e029"; -} -.glyphicon-repeat:before { - content: "\e030"; -} -.glyphicon-refresh:before { - content: "\e031"; -} -.glyphicon-list-alt:before { - content: "\e032"; -} -.glyphicon-lock:before { - content: "\e033"; -} -.glyphicon-flag:before { - content: "\e034"; -} -.glyphicon-headphones:before { - content: "\e035"; -} -.glyphicon-volume-off:before { - content: "\e036"; -} -.glyphicon-volume-down:before { - content: "\e037"; -} -.glyphicon-volume-up:before { - content: "\e038"; -} -.glyphicon-qrcode:before { - content: "\e039"; -} -.glyphicon-barcode:before { - content: "\e040"; -} -.glyphicon-tag:before { - content: "\e041"; -} -.glyphicon-tags:before { - content: "\e042"; -} -.glyphicon-book:before { - content: "\e043"; -} -.glyphicon-bookmark:before { - content: "\e044"; -} -.glyphicon-print:before { - content: "\e045"; -} -.glyphicon-camera:before { - content: "\e046"; -} -.glyphicon-font:before { - content: "\e047"; -} -.glyphicon-bold:before { - content: "\e048"; -} -.glyphicon-italic:before { - content: "\e049"; -} -.glyphicon-text-height:before { - content: "\e050"; -} -.glyphicon-text-width:before { - content: "\e051"; -} -.glyphicon-align-left:before { - content: "\e052"; -} -.glyphicon-align-center:before { - content: "\e053"; -} -.glyphicon-align-right:before { - content: "\e054"; -} -.glyphicon-align-justify:before { - content: "\e055"; -} -.glyphicon-list:before { - content: "\e056"; -} -.glyphicon-indent-left:before { - content: "\e057"; -} -.glyphicon-indent-right:before { - content: "\e058"; -} -.glyphicon-facetime-video:before { - content: "\e059"; -} -.glyphicon-picture:before { - content: "\e060"; -} -.glyphicon-map-marker:before { - content: "\e062"; -} -.glyphicon-adjust:before { - content: "\e063"; -} -.glyphicon-tint:before { - content: "\e064"; -} -.glyphicon-edit:before { - content: "\e065"; -} -.glyphicon-share:before { - content: "\e066"; -} -.glyphicon-check:before { - content: "\e067"; -} -.glyphicon-move:before { - content: "\e068"; -} -.glyphicon-step-backward:before { - content: "\e069"; -} -.glyphicon-fast-backward:before { - content: "\e070"; -} -.glyphicon-backward:before { - content: "\e071"; -} -.glyphicon-play:before { - content: "\e072"; -} -.glyphicon-pause:before { - content: "\e073"; -} -.glyphicon-stop:before { - content: "\e074"; -} -.glyphicon-forward:before { - content: "\e075"; -} -.glyphicon-fast-forward:before { - content: "\e076"; -} -.glyphicon-step-forward:before { - content: "\e077"; -} -.glyphicon-eject:before { - content: "\e078"; -} -.glyphicon-chevron-left:before { - content: "\e079"; -} -.glyphicon-chevron-right:before { - content: "\e080"; -} -.glyphicon-plus-sign:before { - content: "\e081"; -} -.glyphicon-minus-sign:before { - content: "\e082"; -} -.glyphicon-remove-sign:before { - content: "\e083"; -} -.glyphicon-ok-sign:before { - content: "\e084"; -} -.glyphicon-question-sign:before { - content: "\e085"; -} -.glyphicon-info-sign:before { - content: "\e086"; -} -.glyphicon-screenshot:before { - content: "\e087"; -} -.glyphicon-remove-circle:before { - content: "\e088"; -} -.glyphicon-ok-circle:before { - content: "\e089"; -} -.glyphicon-ban-circle:before { - content: "\e090"; -} -.glyphicon-arrow-left:before { - content: "\e091"; -} -.glyphicon-arrow-right:before { - content: "\e092"; -} -.glyphicon-arrow-up:before { - content: "\e093"; -} -.glyphicon-arrow-down:before { - content: "\e094"; -} -.glyphicon-share-alt:before { - content: "\e095"; -} -.glyphicon-resize-full:before { - content: "\e096"; -} -.glyphicon-resize-small:before { - content: "\e097"; -} -.glyphicon-exclamation-sign:before { - content: "\e101"; -} -.glyphicon-gift:before { - content: "\e102"; -} -.glyphicon-leaf:before { - content: "\e103"; -} -.glyphicon-fire:before { - content: "\e104"; -} -.glyphicon-eye-open:before { - content: "\e105"; -} -.glyphicon-eye-close:before { - content: "\e106"; -} -.glyphicon-warning-sign:before { - content: "\e107"; -} -.glyphicon-plane:before { - content: "\e108"; -} -.glyphicon-calendar:before { - content: "\e109"; -} -.glyphicon-random:before { - content: "\e110"; -} -.glyphicon-comment:before { - content: "\e111"; -} -.glyphicon-magnet:before { - content: "\e112"; -} -.glyphicon-chevron-up:before { - content: "\e113"; -} -.glyphicon-chevron-down:before { - content: "\e114"; -} -.glyphicon-retweet:before { - content: "\e115"; -} -.glyphicon-shopping-cart:before { - content: "\e116"; -} -.glyphicon-folder-close:before { - content: "\e117"; -} -.glyphicon-folder-open:before { - content: "\e118"; -} -.glyphicon-resize-vertical:before { - content: "\e119"; -} -.glyphicon-resize-horizontal:before { - content: "\e120"; -} -.glyphicon-hdd:before { - content: "\e121"; -} -.glyphicon-bullhorn:before { - content: "\e122"; -} -.glyphicon-bell:before { - content: "\e123"; -} -.glyphicon-certificate:before { - content: "\e124"; -} -.glyphicon-thumbs-up:before { - content: "\e125"; -} -.glyphicon-thumbs-down:before { - content: "\e126"; -} -.glyphicon-hand-right:before { - content: "\e127"; -} -.glyphicon-hand-left:before { - content: "\e128"; -} -.glyphicon-hand-up:before { - content: "\e129"; -} -.glyphicon-hand-down:before { - content: "\e130"; -} -.glyphicon-circle-arrow-right:before { - content: "\e131"; -} -.glyphicon-circle-arrow-left:before { - content: "\e132"; -} -.glyphicon-circle-arrow-up:before { - content: "\e133"; -} -.glyphicon-circle-arrow-down:before { - content: "\e134"; -} -.glyphicon-globe:before { - content: "\e135"; -} -.glyphicon-wrench:before { - content: "\e136"; -} -.glyphicon-tasks:before { - content: "\e137"; -} -.glyphicon-filter:before { - content: "\e138"; -} -.glyphicon-briefcase:before { - content: "\e139"; -} -.glyphicon-fullscreen:before { - content: "\e140"; -} -.glyphicon-dashboard:before { - content: "\e141"; -} -.glyphicon-paperclip:before { - content: "\e142"; -} -.glyphicon-heart-empty:before { - content: "\e143"; -} -.glyphicon-link:before { - content: "\e144"; -} -.glyphicon-phone:before { - content: "\e145"; -} -.glyphicon-pushpin:before { - content: "\e146"; -} -.glyphicon-usd:before { - content: "\e148"; -} -.glyphicon-gbp:before { - content: "\e149"; -} -.glyphicon-sort:before { - content: "\e150"; -} -.glyphicon-sort-by-alphabet:before { - content: "\e151"; -} -.glyphicon-sort-by-alphabet-alt:before { - content: "\e152"; -} -.glyphicon-sort-by-order:before { - content: "\e153"; -} -.glyphicon-sort-by-order-alt:before { - content: "\e154"; -} -.glyphicon-sort-by-attributes:before { - content: "\e155"; -} -.glyphicon-sort-by-attributes-alt:before { - content: "\e156"; -} -.glyphicon-unchecked:before { - content: "\e157"; -} -.glyphicon-expand:before { - content: "\e158"; -} -.glyphicon-collapse-down:before { - content: "\e159"; -} -.glyphicon-collapse-up:before { - content: "\e160"; -} -.glyphicon-log-in:before { - content: "\e161"; -} -.glyphicon-flash:before { - content: "\e162"; -} -.glyphicon-log-out:before { - content: "\e163"; -} -.glyphicon-new-window:before { - content: "\e164"; -} -.glyphicon-record:before { - content: "\e165"; -} -.glyphicon-save:before { - content: "\e166"; -} -.glyphicon-open:before { - content: "\e167"; -} -.glyphicon-saved:before { - content: "\e168"; -} -.glyphicon-import:before { - content: "\e169"; -} -.glyphicon-export:before { - content: "\e170"; -} -.glyphicon-send:before { - content: "\e171"; -} -.glyphicon-floppy-disk:before { - content: "\e172"; -} -.glyphicon-floppy-saved:before { - content: "\e173"; -} -.glyphicon-floppy-remove:before { - content: "\e174"; -} -.glyphicon-floppy-save:before { - content: "\e175"; -} -.glyphicon-floppy-open:before { - content: "\e176"; -} -.glyphicon-credit-card:before { - content: "\e177"; -} -.glyphicon-transfer:before { - content: "\e178"; -} -.glyphicon-cutlery:before { - content: "\e179"; -} -.glyphicon-header:before { - content: "\e180"; -} -.glyphicon-compressed:before { - content: "\e181"; -} -.glyphicon-earphone:before { - content: "\e182"; -} -.glyphicon-phone-alt:before { - content: "\e183"; -} -.glyphicon-tower:before { - content: "\e184"; -} -.glyphicon-stats:before { - content: "\e185"; -} -.glyphicon-sd-video:before { - content: "\e186"; -} -.glyphicon-hd-video:before { - content: "\e187"; -} -.glyphicon-subtitles:before { - content: "\e188"; -} -.glyphicon-sound-stereo:before { - content: "\e189"; -} -.glyphicon-sound-dolby:before { - content: "\e190"; -} -.glyphicon-sound-5-1:before { - content: "\e191"; -} -.glyphicon-sound-6-1:before { - content: "\e192"; -} -.glyphicon-sound-7-1:before { - content: "\e193"; -} -.glyphicon-copyright-mark:before { - content: "\e194"; -} -.glyphicon-registration-mark:before { - content: "\e195"; -} -.glyphicon-cloud-download:before { - content: "\e197"; -} -.glyphicon-cloud-upload:before { - content: "\e198"; -} -.glyphicon-tree-conifer:before { - content: "\e199"; -} -.glyphicon-tree-deciduous:before { - content: "\e200"; -} -.glyphicon-cd:before { - content: "\e201"; -} -.glyphicon-save-file:before { - content: "\e202"; -} -.glyphicon-open-file:before { - content: "\e203"; -} -.glyphicon-level-up:before { - content: "\e204"; -} -.glyphicon-copy:before { - content: "\e205"; -} -.glyphicon-paste:before { - content: "\e206"; -} -.glyphicon-alert:before { - content: "\e209"; -} -.glyphicon-equalizer:before { - content: "\e210"; -} -.glyphicon-king:before { - content: "\e211"; -} -.glyphicon-queen:before { - content: "\e212"; -} -.glyphicon-pawn:before { - content: "\e213"; -} -.glyphicon-bishop:before { - content: "\e214"; -} -.glyphicon-knight:before { - content: "\e215"; -} -.glyphicon-baby-formula:before { - content: "\e216"; -} -.glyphicon-tent:before { - content: "\26fa"; -} -.glyphicon-blackboard:before { - content: "\e218"; -} -.glyphicon-bed:before { - content: "\e219"; -} -.glyphicon-apple:before { - content: "\f8ff"; -} -.glyphicon-erase:before { - content: "\e221"; -} -.glyphicon-hourglass:before { - content: "\231b"; -} -.glyphicon-lamp:before { - content: "\e223"; -} -.glyphicon-duplicate:before { - content: "\e224"; -} -.glyphicon-piggy-bank:before { - content: "\e225"; -} -.glyphicon-scissors:before { - content: "\e226"; -} -.glyphicon-bitcoin:before { - content: "\e227"; -} -.glyphicon-btc:before { - content: "\e227"; -} -.glyphicon-xbt:before { - content: "\e227"; -} -.glyphicon-yen:before { - content: "\00a5"; -} -.glyphicon-jpy:before { - content: "\00a5"; -} -.glyphicon-ruble:before { - content: "\20bd"; -} -.glyphicon-rub:before { - content: "\20bd"; -} -.glyphicon-scale:before { - content: "\e230"; -} -.glyphicon-ice-lolly:before { - content: "\e231"; -} -.glyphicon-ice-lolly-tasted:before { - content: "\e232"; -} -.glyphicon-education:before { - content: "\e233"; -} -.glyphicon-option-horizontal:before { - content: "\e234"; -} -.glyphicon-option-vertical:before { - content: "\e235"; -} -.glyphicon-menu-hamburger:before { - content: "\e236"; -} -.glyphicon-modal-window:before { - content: "\e237"; -} -.glyphicon-oil:before { - content: "\e238"; -} -.glyphicon-grain:before { - content: "\e239"; -} -.glyphicon-sunglasses:before { - content: "\e240"; -} -.glyphicon-text-size:before { - content: "\e241"; -} -.glyphicon-text-color:before { - content: "\e242"; -} -.glyphicon-text-background:before { - content: "\e243"; -} -.glyphicon-object-align-top:before { - content: "\e244"; -} -.glyphicon-object-align-bottom:before { - content: "\e245"; -} -.glyphicon-object-align-horizontal:before { - content: "\e246"; -} -.glyphicon-object-align-left:before { - content: "\e247"; -} -.glyphicon-object-align-vertical:before { - content: "\e248"; -} -.glyphicon-object-align-right:before { - content: "\e249"; -} -.glyphicon-triangle-right:before { - content: "\e250"; -} -.glyphicon-triangle-left:before { - content: "\e251"; -} -.glyphicon-triangle-bottom:before { - content: "\e252"; -} -.glyphicon-triangle-top:before { - content: "\e253"; -} -.glyphicon-console:before { - content: "\e254"; -} -.glyphicon-superscript:before { - content: "\e255"; -} -.glyphicon-subscript:before { - content: "\e256"; -} -.glyphicon-menu-left:before { - content: "\e257"; -} -.glyphicon-menu-right:before { - content: "\e258"; -} -.glyphicon-menu-down:before { - content: "\e259"; -} -.glyphicon-menu-up:before { - content: "\e260"; -} diff --git a/ng6-seed/dist/assets/i18n/en.json b/ng6-seed/dist/assets/i18n/en.json deleted file mode 100644 index 7c2462736..000000000 --- a/ng6-seed/dist/assets/i18n/en.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "HOME": "Home", - - "APPS": "Apps", - "CALENDAR": "Calendar", - "MEDIA": "Media", - "MESSAGES": "Messages", - "SOCIAL": "Social", - "CHAT": "Chat", - - "WIDGETS": "Widgets", - "FEATURES": "Features", - "COLOR PICKER": "Color Picker", - "CROPPER": "Cropper", - "DRAGULA": "Dragula", - "SORTABLE": "Sortable", - "RESIZABLE": "Resizable", - - "ICONS": "Icons", - "FONT AWESOME": "Font Awesome", - "SIMPLE LINE ICONS": "Simple Line Icons", - "MATERIAL ICONS" : "Material Icons", - - "MATERIAL": "Material", - "BUTTON": "Button", - "CARDS": "Cards", - "SELECT": "Select", - "AUTOCOMPLETE": "Autocomplete", - "CHIPS": "Chips", - "INPUT": "Input", - "CHECKBOX": "Checkbox", - "RADIO": "Radio", - "TOOLBAR": "Toolbar", - "LISTS": "Lists", - "GRID": "Grid", - "PROGRESS": "Progress", - "TABS": "Tabs", - "SWITCH": "Switch", - "TOOLTIP": "Tooltip", - "MENU": "Menu", - "SLIDER": "Slider", - "SNACKBAR": "Snackbar", - "DIALOG": "Dialog", - - "FORMS": "Forms", - "EDITOR": "Editor", - "VALIDATION": "Validation", - "UPLOAD": "Upload", - "TREE": "Tree", - - "TABLES": "Tables", - "FULLSCREEN": "Fullscreen", - "EDITING": "Editing", - "FILTER": "Filter", - "SELECTION": "Selection", - "PAGING": "Paging", - "SORTING": "Sorting", - "PINNING": "Pinning", - - "CHARTS": "Charts", - "BAR": "Bar", - "PIE": "Pie", - "LINE": "Line", - "MIXED": "Mixed", - "NG2 CHARTS": "Ng2 Charts", - - "MAPS": "Maps", - "GOOGLE": "Google", - "LEAFLET": "Leaflet", - - "DND": "Drag and Drop", - - "CARDS" : "Cards", - "BASIC" : "Basic", - "MODERN" : "Modern", - - "PAGES": "Pages", - "ABOUT": "About", - "CONTACT": "Contact", - "INVOICE": "Invoice", - "TIMELINE": "Timeline", - "BLANK": "Blank", - "PRICING": "Pricing", - - "USERS": "Users", - "USER LIST": "User List", - "USER PROFILE": "User Profile", - - "GALLERY": "Gallery", - "GALLERY V1": "Gallery v1", - "GALLERY V2": "Gallery v2", - "GALLERY V3": "Gallery v3", - - "ECOMMERCE" : "Ecommerce", - "PRODUCT LISTING": "Product Listing", - "PRODUCT DETAIL" : "Product Detail", - "CART" : "Cart", - "CHECKOUT" : "Checkout", - - "SESSION": "Session", - "404": "404", - "AUTHENTICATION": "Authentication", - "LOGIN": "Login", - "REGISTER": "Register", - "FORGOT": "Forgot", - "LOCKSCREEN": "Lockscreen", - "ERROR": "Error", - - "DOCS": "Docs" -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/i18n/fr.json b/ng6-seed/dist/assets/i18n/fr.json deleted file mode 100644 index 3e0bc2488..000000000 --- a/ng6-seed/dist/assets/i18n/fr.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "HOME": "Tableau de bord", - - "APPS": "Apps", - "CALENDAR": "Calendrier", - "MEDIA": "Médias", - "MESSAGES": "Messages", - "SOCIAL": "Social", - "CHAT": "Bavarder", - - "WIDGETS": "Widgets", - - "MATERIAL": "Matériel", - "BUTTON": "Bouton", - "CARDS": "Cartes", - "SELECT": "Sélectionner", - "AUTOCOMPLETE": "Autocomplete", - "CHIPS": "Chips", - "INPUT": "Données", - "CHECKBOX": "Case à cocher", - "RADIO": "Radio", - "TOOLBAR": "Barre d'outils", - "LISTS": "Listes", - "GRID": "La grille", - "PROGRESS": "La progression", - "TABS": "Onglets", - "SWITCH": "Le changement", - "TOOLTIP": "Info-bulle", - "MENU": "Le menu", - "SLIDER": "Curseur", - "SNACKBAR": "Snackbar", - "DIALOG": "Dialog", - - "FORMS": "Formes", - "EDITOR": "Editeur", - "VALIDATION": "Validation", - "UPLOAD": "Télécharger", - "TREE": "Arbre", - - "TABLES": "Les tables", - "FULLSCREEN": "Plein écran", - "EDITING": "Édition", - "FILTER": "Filtre", - "SELECTION": "Sélection", - "PAGING": "Pagination", - "SORTING": "Tri", - "PINNING": "Épingler", - - "CHARTS": "Graphiques", - - "MAPS": "Cartes", - "GOOGLE": "Google", - "LEAFLET": "Leaflet", - - "DND": "Glisser déposer", - - "CARDS" : "Cards", - "BASIC" : "Basic", - "MODERN" : "Modern", - - "PAGES": "Pages", - "INVOICE": "Facture d'achat", - "TIMELINE": "Chronologie", - "USER": "Utilisateur", - "BLANK": "Blanc", - "PRICING": "Pricing", - - "GALLERY": "Gallery", - "GALLERY V1": "Gallery v1", - "GALLERY V2": "Gallery v2", - "GALLERY V3": "Gallery v3", - - "ECOMMERCE" : "Ecommerce", - "PRODUCT LISTING": "Product Listing", - "PRODUCT DETAIL" : "Product Detail", - "CART" : "Cart", - "CHECKOUT" : "Checkout", - - "SESSION": "Session", - "404": "404", - "SIGNIN": "Signin", - "SIGNUP": "Signup", - "FORGOT": "Forgot", - "LOCKSCREEN": "Lockscreen", - "ERROR": "Error", - - "DOCS": "Docs" -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/images/1.jpg b/ng6-seed/dist/assets/images/1.jpg deleted file mode 100644 index 84dd23106..000000000 Binary files a/ng6-seed/dist/assets/images/1.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/2.jpg b/ng6-seed/dist/assets/images/2.jpg deleted file mode 100644 index 433647b6a..000000000 Binary files a/ng6-seed/dist/assets/images/2.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/3.jpg b/ng6-seed/dist/assets/images/3.jpg deleted file mode 100644 index 48c73b359..000000000 Binary files a/ng6-seed/dist/assets/images/3.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/4.jpg b/ng6-seed/dist/assets/images/4.jpg deleted file mode 100644 index 8d3a24313..000000000 Binary files a/ng6-seed/dist/assets/images/4.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/about.jpg b/ng6-seed/dist/assets/images/about.jpg deleted file mode 100644 index 5cb3dd5f2..000000000 Binary files a/ng6-seed/dist/assets/images/about.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/avatar.jpg b/ng6-seed/dist/assets/images/avatar.jpg deleted file mode 100644 index e9e1e6386..000000000 Binary files a/ng6-seed/dist/assets/images/avatar.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/bg-1.jpg b/ng6-seed/dist/assets/images/bg-1.jpg deleted file mode 100644 index 1aad781d7..000000000 Binary files a/ng6-seed/dist/assets/images/bg-1.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/bg-2.jpg b/ng6-seed/dist/assets/images/bg-2.jpg deleted file mode 100644 index 5f427d3fa..000000000 Binary files a/ng6-seed/dist/assets/images/bg-2.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/bg-3.jpg b/ng6-seed/dist/assets/images/bg-3.jpg deleted file mode 100644 index 72efaee7c..000000000 Binary files a/ng6-seed/dist/assets/images/bg-3.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/bg-4.jpg b/ng6-seed/dist/assets/images/bg-4.jpg deleted file mode 100644 index 309138e51..000000000 Binary files a/ng6-seed/dist/assets/images/bg-4.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/bg-5.jpg b/ng6-seed/dist/assets/images/bg-5.jpg deleted file mode 100644 index c1b8ec570..000000000 Binary files a/ng6-seed/dist/assets/images/bg-5.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/blog-1.jpg b/ng6-seed/dist/assets/images/blog-1.jpg deleted file mode 100644 index b2fc8897f..000000000 Binary files a/ng6-seed/dist/assets/images/blog-1.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/blog-2.jpg b/ng6-seed/dist/assets/images/blog-2.jpg deleted file mode 100644 index 02065abb8..000000000 Binary files a/ng6-seed/dist/assets/images/blog-2.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/contact.jpg b/ng6-seed/dist/assets/images/contact.jpg deleted file mode 100644 index 5dd54bd28..000000000 Binary files a/ng6-seed/dist/assets/images/contact.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/coridoor.jpg b/ng6-seed/dist/assets/images/coridoor.jpg deleted file mode 100644 index 09c6538ee..000000000 Binary files a/ng6-seed/dist/assets/images/coridoor.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/curve.jpg b/ng6-seed/dist/assets/images/curve.jpg deleted file mode 100644 index 2bba066b4..000000000 Binary files a/ng6-seed/dist/assets/images/curve.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/face1.jpg b/ng6-seed/dist/assets/images/face1.jpg deleted file mode 100644 index c8e94e002..000000000 Binary files a/ng6-seed/dist/assets/images/face1.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/face2.jpg b/ng6-seed/dist/assets/images/face2.jpg deleted file mode 100644 index f7df0522c..000000000 Binary files a/ng6-seed/dist/assets/images/face2.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/face3.jpg b/ng6-seed/dist/assets/images/face3.jpg deleted file mode 100644 index 150a5b20d..000000000 Binary files a/ng6-seed/dist/assets/images/face3.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/face4.jpg b/ng6-seed/dist/assets/images/face4.jpg deleted file mode 100644 index 53cef59e1..000000000 Binary files a/ng6-seed/dist/assets/images/face4.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/face5.jpg b/ng6-seed/dist/assets/images/face5.jpg deleted file mode 100644 index c53c69b6d..000000000 Binary files a/ng6-seed/dist/assets/images/face5.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/face6.jpg b/ng6-seed/dist/assets/images/face6.jpg deleted file mode 100644 index 7ef4ad628..000000000 Binary files a/ng6-seed/dist/assets/images/face6.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/face7.jpg b/ng6-seed/dist/assets/images/face7.jpg deleted file mode 100644 index fac750300..000000000 Binary files a/ng6-seed/dist/assets/images/face7.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/flower.jpg b/ng6-seed/dist/assets/images/flower.jpg deleted file mode 100644 index f4b38bfb0..000000000 Binary files a/ng6-seed/dist/assets/images/flower.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/flowers.jpg b/ng6-seed/dist/assets/images/flowers.jpg deleted file mode 100644 index edb141133..000000000 Binary files a/ng6-seed/dist/assets/images/flowers.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/green.jpg b/ng6-seed/dist/assets/images/green.jpg deleted file mode 100644 index 4a050145d..000000000 Binary files a/ng6-seed/dist/assets/images/green.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/1.jpg b/ng6-seed/dist/assets/images/img/1.jpg deleted file mode 100644 index 21afbe9b2..000000000 Binary files a/ng6-seed/dist/assets/images/img/1.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/10.jpg b/ng6-seed/dist/assets/images/img/10.jpg deleted file mode 100644 index 7ef9af670..000000000 Binary files a/ng6-seed/dist/assets/images/img/10.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/11.jpg b/ng6-seed/dist/assets/images/img/11.jpg deleted file mode 100644 index f8baabb17..000000000 Binary files a/ng6-seed/dist/assets/images/img/11.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/12.jpg b/ng6-seed/dist/assets/images/img/12.jpg deleted file mode 100644 index 83a99678c..000000000 Binary files a/ng6-seed/dist/assets/images/img/12.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/13.jpg b/ng6-seed/dist/assets/images/img/13.jpg deleted file mode 100644 index 3c9407ce4..000000000 Binary files a/ng6-seed/dist/assets/images/img/13.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/14.jpg b/ng6-seed/dist/assets/images/img/14.jpg deleted file mode 100644 index cffa80a80..000000000 Binary files a/ng6-seed/dist/assets/images/img/14.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/15.jpg b/ng6-seed/dist/assets/images/img/15.jpg deleted file mode 100644 index 3a430e30e..000000000 Binary files a/ng6-seed/dist/assets/images/img/15.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/16.jpg b/ng6-seed/dist/assets/images/img/16.jpg deleted file mode 100644 index 3666b1574..000000000 Binary files a/ng6-seed/dist/assets/images/img/16.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/17.jpg b/ng6-seed/dist/assets/images/img/17.jpg deleted file mode 100644 index 1b14182f5..000000000 Binary files a/ng6-seed/dist/assets/images/img/17.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/18.jpg b/ng6-seed/dist/assets/images/img/18.jpg deleted file mode 100644 index e781c7b16..000000000 Binary files a/ng6-seed/dist/assets/images/img/18.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/19.jpg b/ng6-seed/dist/assets/images/img/19.jpg deleted file mode 100644 index 5b745a6b5..000000000 Binary files a/ng6-seed/dist/assets/images/img/19.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/2.jpg b/ng6-seed/dist/assets/images/img/2.jpg deleted file mode 100644 index 73e0c18e5..000000000 Binary files a/ng6-seed/dist/assets/images/img/2.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/20.jpg b/ng6-seed/dist/assets/images/img/20.jpg deleted file mode 100644 index 3564dbf06..000000000 Binary files a/ng6-seed/dist/assets/images/img/20.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/21.jpg b/ng6-seed/dist/assets/images/img/21.jpg deleted file mode 100644 index 05b2f2657..000000000 Binary files a/ng6-seed/dist/assets/images/img/21.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/22.jpg b/ng6-seed/dist/assets/images/img/22.jpg deleted file mode 100644 index 2044b90be..000000000 Binary files a/ng6-seed/dist/assets/images/img/22.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/23.jpg b/ng6-seed/dist/assets/images/img/23.jpg deleted file mode 100644 index 29a133389..000000000 Binary files a/ng6-seed/dist/assets/images/img/23.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/24.jpg b/ng6-seed/dist/assets/images/img/24.jpg deleted file mode 100644 index 20ace6efa..000000000 Binary files a/ng6-seed/dist/assets/images/img/24.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/25.jpg b/ng6-seed/dist/assets/images/img/25.jpg deleted file mode 100644 index d75d6f4a1..000000000 Binary files a/ng6-seed/dist/assets/images/img/25.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/26.jpg b/ng6-seed/dist/assets/images/img/26.jpg deleted file mode 100644 index 3a83f4636..000000000 Binary files a/ng6-seed/dist/assets/images/img/26.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/27.jpg b/ng6-seed/dist/assets/images/img/27.jpg deleted file mode 100644 index 61d87557b..000000000 Binary files a/ng6-seed/dist/assets/images/img/27.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/28.jpg b/ng6-seed/dist/assets/images/img/28.jpg deleted file mode 100644 index fd889f79d..000000000 Binary files a/ng6-seed/dist/assets/images/img/28.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/29.jpg b/ng6-seed/dist/assets/images/img/29.jpg deleted file mode 100644 index a9242ca0b..000000000 Binary files a/ng6-seed/dist/assets/images/img/29.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/3.jpg b/ng6-seed/dist/assets/images/img/3.jpg deleted file mode 100644 index db4fc3fe0..000000000 Binary files a/ng6-seed/dist/assets/images/img/3.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/30.jpg b/ng6-seed/dist/assets/images/img/30.jpg deleted file mode 100644 index 3e3692608..000000000 Binary files a/ng6-seed/dist/assets/images/img/30.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/31.jpg b/ng6-seed/dist/assets/images/img/31.jpg deleted file mode 100644 index 231009e41..000000000 Binary files a/ng6-seed/dist/assets/images/img/31.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/32.jpg b/ng6-seed/dist/assets/images/img/32.jpg deleted file mode 100644 index f412b4fb7..000000000 Binary files a/ng6-seed/dist/assets/images/img/32.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/33.jpg b/ng6-seed/dist/assets/images/img/33.jpg deleted file mode 100644 index a224177b8..000000000 Binary files a/ng6-seed/dist/assets/images/img/33.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/4.jpg b/ng6-seed/dist/assets/images/img/4.jpg deleted file mode 100644 index 8eecdcac8..000000000 Binary files a/ng6-seed/dist/assets/images/img/4.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/5.jpg b/ng6-seed/dist/assets/images/img/5.jpg deleted file mode 100644 index 1791fb537..000000000 Binary files a/ng6-seed/dist/assets/images/img/5.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/6.jpg b/ng6-seed/dist/assets/images/img/6.jpg deleted file mode 100644 index 9c4b0ed6a..000000000 Binary files a/ng6-seed/dist/assets/images/img/6.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/7.jpg b/ng6-seed/dist/assets/images/img/7.jpg deleted file mode 100644 index 0f945a2fd..000000000 Binary files a/ng6-seed/dist/assets/images/img/7.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/8.jpg b/ng6-seed/dist/assets/images/img/8.jpg deleted file mode 100644 index 91c23b33b..000000000 Binary files a/ng6-seed/dist/assets/images/img/8.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/img/9.jpg b/ng6-seed/dist/assets/images/img/9.jpg deleted file mode 100644 index 6222fc95d..000000000 Binary files a/ng6-seed/dist/assets/images/img/9.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/layers-2x.png b/ng6-seed/dist/assets/images/layers-2x.png deleted file mode 100644 index 200c333dc..000000000 Binary files a/ng6-seed/dist/assets/images/layers-2x.png and /dev/null differ diff --git a/ng6-seed/dist/assets/images/layers.png b/ng6-seed/dist/assets/images/layers.png deleted file mode 100644 index 1a72e5784..000000000 Binary files a/ng6-seed/dist/assets/images/layers.png and /dev/null differ diff --git a/ng6-seed/dist/assets/images/login.jpg b/ng6-seed/dist/assets/images/login.jpg deleted file mode 100644 index 5619d083c..000000000 Binary files a/ng6-seed/dist/assets/images/login.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/logo-dark.png b/ng6-seed/dist/assets/images/logo-dark.png deleted file mode 100644 index a5e3d9ea0..000000000 Binary files a/ng6-seed/dist/assets/images/logo-dark.png and /dev/null differ diff --git a/ng6-seed/dist/assets/images/logo.png b/ng6-seed/dist/assets/images/logo.png deleted file mode 100644 index 04a7d70f6..000000000 Binary files a/ng6-seed/dist/assets/images/logo.png and /dev/null differ diff --git a/ng6-seed/dist/assets/images/man.jpg b/ng6-seed/dist/assets/images/man.jpg deleted file mode 100644 index 5413a220a..000000000 Binary files a/ng6-seed/dist/assets/images/man.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/marker-icon-2x.png b/ng6-seed/dist/assets/images/marker-icon-2x.png deleted file mode 100644 index e4abba3b5..000000000 Binary files a/ng6-seed/dist/assets/images/marker-icon-2x.png and /dev/null differ diff --git a/ng6-seed/dist/assets/images/marker-icon.png b/ng6-seed/dist/assets/images/marker-icon.png deleted file mode 100644 index 950edf246..000000000 Binary files a/ng6-seed/dist/assets/images/marker-icon.png and /dev/null differ diff --git a/ng6-seed/dist/assets/images/marker-shadow.png b/ng6-seed/dist/assets/images/marker-shadow.png deleted file mode 100644 index 9fd297953..000000000 Binary files a/ng6-seed/dist/assets/images/marker-shadow.png and /dev/null differ diff --git a/ng6-seed/dist/assets/images/night.jpg b/ng6-seed/dist/assets/images/night.jpg deleted file mode 100644 index 5be95cdf8..000000000 Binary files a/ng6-seed/dist/assets/images/night.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/nike.jpg b/ng6-seed/dist/assets/images/nike.jpg deleted file mode 100644 index b4b477fa7..000000000 Binary files a/ng6-seed/dist/assets/images/nike.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/notfound.jpg b/ng6-seed/dist/assets/images/notfound.jpg deleted file mode 100644 index 2d9cd610f..000000000 Binary files a/ng6-seed/dist/assets/images/notfound.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/p-1.jpg b/ng6-seed/dist/assets/images/p-1.jpg deleted file mode 100644 index cf1761e2b..000000000 Binary files a/ng6-seed/dist/assets/images/p-1.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/p-2.jpg b/ng6-seed/dist/assets/images/p-2.jpg deleted file mode 100644 index 9429a3343..000000000 Binary files a/ng6-seed/dist/assets/images/p-2.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/p-3.jpg b/ng6-seed/dist/assets/images/p-3.jpg deleted file mode 100644 index 58d9a20e5..000000000 Binary files a/ng6-seed/dist/assets/images/p-3.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/p-4.jpg b/ng6-seed/dist/assets/images/p-4.jpg deleted file mode 100644 index 8d915bd2f..000000000 Binary files a/ng6-seed/dist/assets/images/p-4.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/p-5.jpg b/ng6-seed/dist/assets/images/p-5.jpg deleted file mode 100644 index 706fa70a5..000000000 Binary files a/ng6-seed/dist/assets/images/p-5.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/p-6.jpg b/ng6-seed/dist/assets/images/p-6.jpg deleted file mode 100644 index c4e8d41b6..000000000 Binary files a/ng6-seed/dist/assets/images/p-6.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/p-7.jpg b/ng6-seed/dist/assets/images/p-7.jpg deleted file mode 100644 index 96cfca5e9..000000000 Binary files a/ng6-seed/dist/assets/images/p-7.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/p-8.jpg b/ng6-seed/dist/assets/images/p-8.jpg deleted file mode 100644 index 581b8be0b..000000000 Binary files a/ng6-seed/dist/assets/images/p-8.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/post1.jpg b/ng6-seed/dist/assets/images/post1.jpg deleted file mode 100644 index 0122ed05e..000000000 Binary files a/ng6-seed/dist/assets/images/post1.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/post2.jpg b/ng6-seed/dist/assets/images/post2.jpg deleted file mode 100644 index 84255afb0..000000000 Binary files a/ng6-seed/dist/assets/images/post2.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/profile-img.png b/ng6-seed/dist/assets/images/profile-img.png deleted file mode 100644 index c1bbb63c3..000000000 Binary files a/ng6-seed/dist/assets/images/profile-img.png and /dev/null differ diff --git a/ng6-seed/dist/assets/images/shutter.jpg b/ng6-seed/dist/assets/images/shutter.jpg deleted file mode 100644 index 5d7d479c0..000000000 Binary files a/ng6-seed/dist/assets/images/shutter.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/test2.jpg b/ng6-seed/dist/assets/images/test2.jpg deleted file mode 100644 index c8e94e002..000000000 Binary files a/ng6-seed/dist/assets/images/test2.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/test3.jpg b/ng6-seed/dist/assets/images/test3.jpg deleted file mode 100644 index f7df0522c..000000000 Binary files a/ng6-seed/dist/assets/images/test3.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/test4.jpg b/ng6-seed/dist/assets/images/test4.jpg deleted file mode 100644 index 150a5b20d..000000000 Binary files a/ng6-seed/dist/assets/images/test4.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/test5.jpg b/ng6-seed/dist/assets/images/test5.jpg deleted file mode 100644 index 2d24b2f4b..000000000 Binary files a/ng6-seed/dist/assets/images/test5.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/unsplash/1.jpg b/ng6-seed/dist/assets/images/unsplash/1.jpg deleted file mode 100644 index 127586b49..000000000 Binary files a/ng6-seed/dist/assets/images/unsplash/1.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/unsplash/2.jpg b/ng6-seed/dist/assets/images/unsplash/2.jpg deleted file mode 100644 index 960ca00fb..000000000 Binary files a/ng6-seed/dist/assets/images/unsplash/2.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/unsplash/3.jpg b/ng6-seed/dist/assets/images/unsplash/3.jpg deleted file mode 100644 index 750c76360..000000000 Binary files a/ng6-seed/dist/assets/images/unsplash/3.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/unsplash/4.jpg b/ng6-seed/dist/assets/images/unsplash/4.jpg deleted file mode 100644 index 578e9fbd2..000000000 Binary files a/ng6-seed/dist/assets/images/unsplash/4.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/unsplash/5.jpg b/ng6-seed/dist/assets/images/unsplash/5.jpg deleted file mode 100644 index 45d2da8ec..000000000 Binary files a/ng6-seed/dist/assets/images/unsplash/5.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/unsplash/6.jpg b/ng6-seed/dist/assets/images/unsplash/6.jpg deleted file mode 100644 index 65fc6c0b0..000000000 Binary files a/ng6-seed/dist/assets/images/unsplash/6.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/unsplash/7.jpg b/ng6-seed/dist/assets/images/unsplash/7.jpg deleted file mode 100644 index e85f4b920..000000000 Binary files a/ng6-seed/dist/assets/images/unsplash/7.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/unsplash/8.jpg b/ng6-seed/dist/assets/images/unsplash/8.jpg deleted file mode 100644 index 14bf9a2bd..000000000 Binary files a/ng6-seed/dist/assets/images/unsplash/8.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/unsplash/9.jpg b/ng6-seed/dist/assets/images/unsplash/9.jpg deleted file mode 100644 index e0746c8b1..000000000 Binary files a/ng6-seed/dist/assets/images/unsplash/9.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/user-1.jpg b/ng6-seed/dist/assets/images/user-1.jpg deleted file mode 100644 index 2367aa5ac..000000000 Binary files a/ng6-seed/dist/assets/images/user-1.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/user-2.jpg b/ng6-seed/dist/assets/images/user-2.jpg deleted file mode 100644 index 775dffa41..000000000 Binary files a/ng6-seed/dist/assets/images/user-2.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/user-3.jpg b/ng6-seed/dist/assets/images/user-3.jpg deleted file mode 100644 index 533423f23..000000000 Binary files a/ng6-seed/dist/assets/images/user-3.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/user-4.jpg b/ng6-seed/dist/assets/images/user-4.jpg deleted file mode 100644 index 5e359ec31..000000000 Binary files a/ng6-seed/dist/assets/images/user-4.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/images/userpic.jpg b/ng6-seed/dist/assets/images/userpic.jpg deleted file mode 100644 index d17a6d56f..000000000 Binary files a/ng6-seed/dist/assets/images/userpic.jpg and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-arrows-10.eot b/ng6-seed/dist/assets/linea/fonts/linea-arrows-10.eot deleted file mode 100644 index 2a7a31d62..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-arrows-10.eot and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-arrows-10.svg b/ng6-seed/dist/assets/linea/fonts/linea-arrows-10.svg deleted file mode 100644 index 8a2c1ac6e..000000000 --- a/ng6-seed/dist/assets/linea/fonts/linea-arrows-10.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - -Generated by Fontastic.me - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ng6-seed/dist/assets/linea/fonts/linea-arrows-10.ttf b/ng6-seed/dist/assets/linea/fonts/linea-arrows-10.ttf deleted file mode 100644 index dd017c561..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-arrows-10.ttf and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-arrows-10.woff b/ng6-seed/dist/assets/linea/fonts/linea-arrows-10.woff deleted file mode 100644 index 71778ac7e..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-arrows-10.woff and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-basic-10.eot b/ng6-seed/dist/assets/linea/fonts/linea-basic-10.eot deleted file mode 100644 index 6534fd285..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-basic-10.eot and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-basic-10.svg b/ng6-seed/dist/assets/linea/fonts/linea-basic-10.svg deleted file mode 100644 index 4f31effe9..000000000 --- a/ng6-seed/dist/assets/linea/fonts/linea-basic-10.svg +++ /dev/null @@ -1,145 +0,0 @@ - - - -Generated by Fontastic.me - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ng6-seed/dist/assets/linea/fonts/linea-basic-10.ttf b/ng6-seed/dist/assets/linea/fonts/linea-basic-10.ttf deleted file mode 100644 index 0747f2772..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-basic-10.ttf and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-basic-10.woff b/ng6-seed/dist/assets/linea/fonts/linea-basic-10.woff deleted file mode 100644 index 36e318578..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-basic-10.woff and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-basic-elaboration-10.eot b/ng6-seed/dist/assets/linea/fonts/linea-basic-elaboration-10.eot deleted file mode 100644 index 13f3873bd..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-basic-elaboration-10.eot and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-basic-elaboration-10.svg b/ng6-seed/dist/assets/linea/fonts/linea-basic-elaboration-10.svg deleted file mode 100644 index b3cf197a8..000000000 --- a/ng6-seed/dist/assets/linea/fonts/linea-basic-elaboration-10.svg +++ /dev/null @@ -1,155 +0,0 @@ - - - -Generated by Fontastic.me - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ng6-seed/dist/assets/linea/fonts/linea-basic-elaboration-10.ttf b/ng6-seed/dist/assets/linea/fonts/linea-basic-elaboration-10.ttf deleted file mode 100644 index a9ddad6d7..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-basic-elaboration-10.ttf and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-basic-elaboration-10.woff b/ng6-seed/dist/assets/linea/fonts/linea-basic-elaboration-10.woff deleted file mode 100644 index 954f4e257..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-basic-elaboration-10.woff and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-ecommerce-10.eot b/ng6-seed/dist/assets/linea/fonts/linea-ecommerce-10.eot deleted file mode 100644 index c08508bc8..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-ecommerce-10.eot and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-ecommerce-10.svg b/ng6-seed/dist/assets/linea/fonts/linea-ecommerce-10.svg deleted file mode 100644 index 07632219c..000000000 --- a/ng6-seed/dist/assets/linea/fonts/linea-ecommerce-10.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - -Generated by Fontastic.me - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ng6-seed/dist/assets/linea/fonts/linea-ecommerce-10.ttf b/ng6-seed/dist/assets/linea/fonts/linea-ecommerce-10.ttf deleted file mode 100644 index f6300b8e3..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-ecommerce-10.ttf and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-ecommerce-10.woff b/ng6-seed/dist/assets/linea/fonts/linea-ecommerce-10.woff deleted file mode 100644 index 0be769b09..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-ecommerce-10.woff and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-music-10.eot b/ng6-seed/dist/assets/linea/fonts/linea-music-10.eot deleted file mode 100644 index f69cd6c28..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-music-10.eot and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-music-10.svg b/ng6-seed/dist/assets/linea/fonts/linea-music-10.svg deleted file mode 100644 index dc7a449bd..000000000 --- a/ng6-seed/dist/assets/linea/fonts/linea-music-10.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - -Generated by Fontastic.me - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ng6-seed/dist/assets/linea/fonts/linea-music-10.ttf b/ng6-seed/dist/assets/linea/fonts/linea-music-10.ttf deleted file mode 100644 index 3b6b29126..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-music-10.ttf and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-music-10.woff b/ng6-seed/dist/assets/linea/fonts/linea-music-10.woff deleted file mode 100644 index dd2d650c5..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-music-10.woff and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-software-10.eot b/ng6-seed/dist/assets/linea/fonts/linea-software-10.eot deleted file mode 100644 index 9ddf32205..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-software-10.eot and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-software-10.svg b/ng6-seed/dist/assets/linea/fonts/linea-software-10.svg deleted file mode 100644 index 0262d1d67..000000000 --- a/ng6-seed/dist/assets/linea/fonts/linea-software-10.svg +++ /dev/null @@ -1,110 +0,0 @@ - - - -Generated by Fontastic.me - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ng6-seed/dist/assets/linea/fonts/linea-software-10.ttf b/ng6-seed/dist/assets/linea/fonts/linea-software-10.ttf deleted file mode 100644 index d10e2cda7..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-software-10.ttf and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-software-10.woff b/ng6-seed/dist/assets/linea/fonts/linea-software-10.woff deleted file mode 100644 index 7c750b7f9..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-software-10.woff and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-weather-10.eot b/ng6-seed/dist/assets/linea/fonts/linea-weather-10.eot deleted file mode 100644 index a547671c5..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-weather-10.eot and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-weather-10.svg b/ng6-seed/dist/assets/linea/fonts/linea-weather-10.svg deleted file mode 100644 index 7c224fc7e..000000000 --- a/ng6-seed/dist/assets/linea/fonts/linea-weather-10.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - -Generated by Fontastic.me - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ng6-seed/dist/assets/linea/fonts/linea-weather-10.ttf b/ng6-seed/dist/assets/linea/fonts/linea-weather-10.ttf deleted file mode 100644 index 3ffc94ae9..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-weather-10.ttf and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/fonts/linea-weather-10.woff b/ng6-seed/dist/assets/linea/fonts/linea-weather-10.woff deleted file mode 100644 index b61719504..000000000 Binary files a/ng6-seed/dist/assets/linea/fonts/linea-weather-10.woff and /dev/null differ diff --git a/ng6-seed/dist/assets/linea/styles.css b/ng6-seed/dist/assets/linea/styles.css deleted file mode 100644 index a08301f17..000000000 --- a/ng6-seed/dist/assets/linea/styles.css +++ /dev/null @@ -1,2278 +0,0 @@ -@charset "UTF-8"; - -@font-face { - font-family: "linea-arrows-10"; - src:url("fonts/linea-arrows-10.eot"); - src:url("fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"), - url("fonts/linea-arrows-10.woff") format("woff"), - url("fonts/linea-arrows-10.ttf") format("truetype"), - url("fonts/linea-arrows-10.svg#linea-arrows-10") format("svg"); - font-weight: normal; - font-style: normal; - -} -@font-face { - font-family: "linea-basic-10"; - src:url("fonts/linea-basic-10.eot"); - src:url("fonts/linea-basic-10.eot?#iefix") format("embedded-opentype"), - url("fonts/linea-basic-10.woff") format("woff"), - url("fonts/linea-basic-10.ttf") format("truetype"), - url("fonts/linea-basic-10.svg#linea-basic-10") format("svg"); - font-weight: normal; - font-style: normal; - -} -@font-face { - font-family: "linea-basic-elaboration-10"; - src:url("fonts/linea-basic-elaboration-10.eot"); - src:url("fonts/linea-basic-elaboration-10.eot?#iefix") format("embedded-opentype"), - url("fonts/linea-basic-elaboration-10.woff") format("woff"), - url("fonts/linea-basic-elaboration-10.ttf") format("truetype"), - url("fonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10") format("svg"); - font-weight: normal; - font-style: normal; - -} -@font-face { - font-family: "linea-ecommerce-10"; - src:url("fonts/linea-ecommerce-10.eot"); - src:url("fonts/linea-ecommerce-10.eot?#iefix") format("embedded-opentype"), - url("fonts/linea-ecommerce-10.woff") format("woff"), - url("fonts/linea-ecommerce-10.ttf") format("truetype"), - url("fonts/linea-ecommerce-10.svg#linea-ecommerce-10") format("svg"); - font-weight: normal; - font-style: normal; - -} -@font-face { - font-family: "linea-music-10"; - src:url("fonts/linea-music-10.eot"); - src:url("fonts/linea-music-10.eot?#iefix") format("embedded-opentype"), - url("fonts/linea-music-10.woff") format("woff"), - url("fonts/linea-music-10.ttf") format("truetype"), - url("fonts/linea-music-10.svg#linea-music-10") format("svg"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: "linea-software-10"; - src:url("fonts/linea-software-10.eot"); - src:url("fonts/linea-software-10.eot?#iefix") format("embedded-opentype"), - url("fonts/linea-software-10.woff") format("woff"), - url("fonts/linea-software-10.ttf") format("truetype"), - url("fonts/linea-software-10.svg#linea-software-10") format("svg"); - font-weight: normal; - font-style: normal; - -} -@font-face { - font-family: "linea-weather-10"; - src:url("fonts/linea-weather-10.eot"); - src:url("fonts/linea-weather-10.eot?#iefix") format("embedded-opentype"), - url("fonts/linea-weather-10.woff") format("woff"), - url("fonts/linea-weather-10.ttf") format("truetype"), - url("fonts/linea-weather-10.svg#linea-weather-10") format("svg"); - font-weight: normal; - font-style: normal; - -} -[class*=" icon-"]:before, -[class^=icon-]:before { - font-style: normal!important; - font-weight: 400!important; - font-variant: normal!important; - text-transform: none!important; - speak: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale -} - -[class*=" icon-basic-"]:before, -[class^=icon-basic-]:before { - font-family: linea-basic-10!important -} - -[class*=" icon-arrows-"]:before, -[class^=icon-arrows-]:before { - font-family: linea-arrows-10!important -} - -[class*=" icon-basic-elaboration-"]:before, -[class^=icon-basic-elaboration-]:before { - font-family: linea-basic-elaboration-10!important -} - -[class*=" icon-ecommerce-"]:before, -[class^=icon-ecommerce-]:before { - font-family: linea-ecommerce-10!important -} - -[class*=" icon-music-"]:before, -[class^=icon-music-]:before { - font-family: linea-music-10!important -} - -[class*=" icon-software-"]:before, -[class^=icon-software-]:before { - font-family: linea-software-10!important -} - -[class*=" icon-weather-"]:before, -[class^=icon-weather-]:before { - font-family: linea-weather-10!important -} -.icon-arrows-anticlockwise:before { - content: "\e000"; -} -.icon-arrows-anticlockwise-dashed:before { - content: "\e001"; -} -.icon-arrows-button-down:before { - content: "\e002"; -} -.icon-arrows-button-off:before { - content: "\e003"; -} -.icon-arrows-button-on:before { - content: "\e004"; -} -.icon-arrows-button-up:before { - content: "\e005"; -} -.icon-arrows-check:before { - content: "\e006"; -} -.icon-arrows-circle-check:before { - content: "\e007"; -} -.icon-arrows-circle-down:before { - content: "\e008"; -} -.icon-arrows-circle-downleft:before { - content: "\e009"; -} -.icon-arrows-circle-downright:before { - content: "\e00a"; -} -.icon-arrows-circle-left:before { - content: "\e00b"; -} -.icon-arrows-circle-minus:before { - content: "\e00c"; -} -.icon-arrows-circle-plus:before { - content: "\e00d"; -} -.icon-arrows-circle-remove:before { - content: "\e00e"; -} -.icon-arrows-circle-right:before { - content: "\e00f"; -} -.icon-arrows-circle-up:before { - content: "\e010"; -} -.icon-arrows-circle-upleft:before { - content: "\e011"; -} -.icon-arrows-circle-upright:before { - content: "\e012"; -} -.icon-arrows-clockwise:before { - content: "\e013"; -} -.icon-arrows-clockwise-dashed:before { - content: "\e014"; -} -.icon-arrows-compress:before { - content: "\e015"; -} -.icon-arrows-deny:before { - content: "\e016"; -} -.icon-arrows-diagonal:before { - content: "\e017"; -} -.icon-arrows-diagonal2:before { - content: "\e018"; -} -.icon-arrows-down:before { - content: "\e019"; -} -.icon-arrows-down-double:before { - content: "\e01a"; -} -.icon-arrows-downleft:before { - content: "\e01b"; -} -.icon-arrows-downright:before { - content: "\e01c"; -} -.icon-arrows-drag-down:before { - content: "\e01d"; -} -.icon-arrows-drag-down-dashed:before { - content: "\e01e"; -} -.icon-arrows-drag-horiz:before { - content: "\e01f"; -} -.icon-arrows-drag-left:before { - content: "\e020"; -} -.icon-arrows-drag-left-dashed:before { - content: "\e021"; -} -.icon-arrows-drag-right:before { - content: "\e022"; -} -.icon-arrows-drag-right-dashed:before { - content: "\e023"; -} -.icon-arrows-drag-up:before { - content: "\e024"; -} -.icon-arrows-drag-up-dashed:before { - content: "\e025"; -} -.icon-arrows-drag-vert:before { - content: "\e026"; -} -.icon-arrows-exclamation:before { - content: "\e027"; -} -.icon-arrows-expand:before { - content: "\e028"; -} -.icon-arrows-expand-diagonal1:before { - content: "\e029"; -} -.icon-arrows-expand-horizontal1:before { - content: "\e02a"; -} -.icon-arrows-expand-vertical1:before { - content: "\e02b"; -} -.icon-arrows-fit-horizontal:before { - content: "\e02c"; -} -.icon-arrows-fit-vertical:before { - content: "\e02d"; -} -.icon-arrows-glide:before { - content: "\e02e"; -} -.icon-arrows-glide-horizontal:before { - content: "\e02f"; -} -.icon-arrows-glide-vertical:before { - content: "\e030"; -} -.icon-arrows-hamburger1:before { - content: "\e031"; -} -.icon-arrows-hamburger-2:before { - content: "\e032"; -} -.icon-arrows-horizontal:before { - content: "\e033"; -} -.icon-arrows-info:before { - content: "\e034"; -} -.icon-arrows-keyboard-alt:before { - content: "\e035"; -} -.icon-arrows-keyboard-cmd:before { - content: "\e036"; -} -.icon-arrows-keyboard-delete:before { - content: "\e037"; -} -.icon-arrows-keyboard-down:before { - content: "\e038"; -} -.icon-arrows-keyboard-left:before { - content: "\e039"; -} -.icon-arrows-keyboard-return:before { - content: "\e03a"; -} -.icon-arrows-keyboard-right:before { - content: "\e03b"; -} -.icon-arrows-keyboard-shift:before { - content: "\e03c"; -} -.icon-arrows-keyboard-tab:before { - content: "\e03d"; -} -.icon-arrows-keyboard-up:before { - content: "\e03e"; -} -.icon-arrows-left:before { - content: "\e03f"; -} -.icon-arrows-left-double-32:before { - content: "\e040"; -} -.icon-arrows-minus:before { - content: "\e041"; -} -.icon-arrows-move:before { - content: "\e042"; -} -.icon-arrows-move2:before { - content: "\e043"; -} -.icon-arrows-move-bottom:before { - content: "\e044"; -} -.icon-arrows-move-left:before { - content: "\e045"; -} -.icon-arrows-move-right:before { - content: "\e046"; -} -.icon-arrows-move-top:before { - content: "\e047"; -} -.icon-arrows-plus:before { - content: "\e048"; -} -.icon-arrows-question:before { - content: "\e049"; -} -.icon-arrows-remove:before { - content: "\e04a"; -} -.icon-arrows-right:before { - content: "\e04b"; -} -.icon-arrows-right-double:before { - content: "\e04c"; -} -.icon-arrows-rotate:before { - content: "\e04d"; -} -.icon-arrows-rotate-anti:before { - content: "\e04e"; -} -.icon-arrows-rotate-anti-dashed:before { - content: "\e04f"; -} -.icon-arrows-rotate-dashed:before { - content: "\e050"; -} -.icon-arrows-shrink:before { - content: "\e051"; -} -.icon-arrows-shrink-diagonal1:before { - content: "\e052"; -} -.icon-arrows-shrink-diagonal2:before { - content: "\e053"; -} -.icon-arrows-shrink-horizonal2:before { - content: "\e054"; -} -.icon-arrows-shrink-horizontal1:before { - content: "\e055"; -} -.icon-arrows-shrink-vertical1:before { - content: "\e056"; -} -.icon-arrows-shrink-vertical2:before { - content: "\e057"; -} -.icon-arrows-sign-down:before { - content: "\e058"; -} -.icon-arrows-sign-left:before { - content: "\e059"; -} -.icon-arrows-sign-right:before { - content: "\e05a"; -} -.icon-arrows-sign-up:before { - content: "\e05b"; -} -.icon-arrows-slide-down1:before { - content: "\e05c"; -} -.icon-arrows-slide-down2:before { - content: "\e05d"; -} -.icon-arrows-slide-left1:before { - content: "\e05e"; -} -.icon-arrows-slide-left2:before { - content: "\e05f"; -} -.icon-arrows-slide-right1:before { - content: "\e060"; -} -.icon-arrows-slide-right2:before { - content: "\e061"; -} -.icon-arrows-slide-up1:before { - content: "\e062"; -} -.icon-arrows-slide-up2:before { - content: "\e063"; -} -.icon-arrows-slim-down:before { - content: "\e064"; -} -.icon-arrows-slim-down-dashed:before { - content: "\e065"; -} -.icon-arrows-slim-left:before { - content: "\e066"; -} -.icon-arrows-slim-left-dashed:before { - content: "\e067"; -} -.icon-arrows-slim-right:before { - content: "\e068"; -} -.icon-arrows-slim-right-dashed:before { - content: "\e069"; -} -.icon-arrows-slim-up:before { - content: "\e06a"; -} -.icon-arrows-slim-up-dashed:before { - content: "\e06b"; -} -.icon-arrows-square-check:before { - content: "\e06c"; -} -.icon-arrows-square-down:before { - content: "\e06d"; -} -.icon-arrows-square-downleft:before { - content: "\e06e"; -} -.icon-arrows-square-downright:before { - content: "\e06f"; -} -.icon-arrows-square-left:before { - content: "\e070"; -} -.icon-arrows-square-minus:before { - content: "\e071"; -} -.icon-arrows-square-plus:before { - content: "\e072"; -} -.icon-arrows-square-remove:before { - content: "\e073"; -} -.icon-arrows-square-right:before { - content: "\e074"; -} -.icon-arrows-square-up:before { - content: "\e075"; -} -.icon-arrows-square-upleft:before { - content: "\e076"; -} -.icon-arrows-square-upright:before { - content: "\e077"; -} -.icon-arrows-squares:before { - content: "\e078"; -} -.icon-arrows-stretch-diagonal1:before { - content: "\e079"; -} -.icon-arrows-stretch-diagonal2:before { - content: "\e07a"; -} -.icon-arrows-stretch-diagonal3:before { - content: "\e07b"; -} -.icon-arrows-stretch-diagonal4:before { - content: "\e07c"; -} -.icon-arrows-stretch-horizontal1:before { - content: "\e07d"; -} -.icon-arrows-stretch-horizontal2:before { - content: "\e07e"; -} -.icon-arrows-stretch-vertical1:before { - content: "\e07f"; -} -.icon-arrows-stretch-vertical2:before { - content: "\e080"; -} -.icon-arrows-switch-horizontal:before { - content: "\e081"; -} -.icon-arrows-switch-vertical:before { - content: "\e082"; -} -.icon-arrows-up:before { - content: "\e083"; -} -.icon-arrows-up-double-33:before { - content: "\e084"; -} -.icon-arrows-upleft:before { - content: "\e085"; -} -.icon-arrows-upright:before { - content: "\e086"; -} -.icon-arrows-vertical:before { - content: "\e087"; -} -//basic -.icon-basic-accelerator:before { - content: "a"; -} -.icon-basic-alarm:before { - content: "b"; -} -.icon-basic-anchor:before { - content: "c"; -} -.icon-basic-anticlockwise:before { - content: "d"; -} -.icon-basic-archive:before { - content: "e"; -} -.icon-basic-archive-full:before { - content: "f"; -} -.icon-basic-ban:before { - content: "g"; -} -.icon-basic-battery-charge:before { - content: "h"; -} -.icon-basic-battery-empty:before { - content: "i"; -} -.icon-basic-battery-full:before { - content: "j"; -} -.icon-basic-battery-half:before { - content: "k"; -} -.icon-basic-bolt:before { - content: "l"; -} -.icon-basic-book:before { - content: "m"; -} -.icon-basic-book-pen:before { - content: "n"; -} -.icon-basic-book-pencil:before { - content: "o"; -} -.icon-basic-bookmark:before { - content: "p"; -} -.icon-basic-calculator:before { - content: "q"; -} -.icon-basic-calendar:before { - content: "r"; -} -.icon-basic-cards-diamonds:before { - content: "s"; -} -.icon-basic-cards-hearts:before { - content: "t"; -} -.icon-basic-case:before { - content: "u"; -} -.icon-basic-chronometer:before { - content: "v"; -} -.icon-basic-clessidre:before { - content: "w"; -} -.icon-basic-clock:before { - content: "x"; -} -.icon-basic-clockwise:before { - content: "y"; -} -.icon-basic-cloud:before { - content: "z"; -} -.icon-basic-clubs:before { - content: "A"; -} -.icon-basic-compass:before { - content: "B"; -} -.icon-basic-cup:before { - content: "C"; -} -.icon-basic-diamonds:before { - content: "D"; -} -.icon-basic-display:before { - content: "E"; -} -.icon-basic-download:before { - content: "F"; -} -.icon-basic-exclamation:before { - content: "G"; -} -.icon-basic-eye:before { - content: "H"; -} -.icon-basic-eye-closed:before { - content: "I"; -} -.icon-basic-female:before { - content: "J"; -} -.icon-basic-flag1:before { - content: "K"; -} -.icon-basic-flag2:before { - content: "L"; -} -.icon-basic-floppydisk:before { - content: "M"; -} -.icon-basic-folder:before { - content: "N"; -} -.icon-basic-folder-multiple:before { - content: "O"; -} -.icon-basic-gear:before { - content: "P"; -} -.icon-basic-geolocalize-01:before { - content: "Q"; -} -.icon-basic-geolocalize-05:before { - content: "R"; -} -.icon-basic-globe:before { - content: "S"; -} -.icon-basic-gunsight:before { - content: "T"; -} -.icon-basic-hammer:before { - content: "U"; -} -.icon-basic-headset:before { - content: "V"; -} -.icon-basic-heart:before { - content: "W"; -} -.icon-basic-heart-broken:before { - content: "X"; -} -.icon-basic-helm:before { - content: "Y"; -} -.icon-basic-home:before { - content: "Z"; -} -.icon-basic-info:before { - content: "0"; -} -.icon-basic-ipod:before { - content: "1"; -} -.icon-basic-joypad:before { - content: "2"; -} -.icon-basic-key:before { - content: "3"; -} -.icon-basic-keyboard:before { - content: "4"; -} -.icon-basic-laptop:before { - content: "5"; -} -.icon-basic-life-buoy:before { - content: "6"; -} -.icon-basic-lightbulb:before { - content: "7"; -} -.icon-basic-link:before { - content: "8"; -} -.icon-basic-lock:before { - content: "9"; -} -.icon-basic-lock-open:before { - content: "!"; -} -.icon-basic-magic-mouse:before { - content: "\""; -} -.icon-basic-magnifier:before { - content: "#"; -} -.icon-basic-magnifier-minus:before { - content: "$"; -} -.icon-basic-magnifier-plus:before { - content: "%"; -} -.icon-basic-mail:before { - content: "&"; -} -.icon-basic-mail-multiple:before { - content: "'"; -} -.icon-basic-mail-open:before { - content: "("; -} -.icon-basic-mail-open-text:before { - content: ")"; -} -.icon-basic-male:before { - content: "*"; -} -.icon-basic-map:before { - content: "+"; -} -.icon-basic-message:before { - content: ","; -} -.icon-basic-message-multiple:before { - content: "-"; -} -.icon-basic-message-txt:before { - content: "."; -} -.icon-basic-mixer2:before { - content: "/"; -} -.icon-basic-mouse:before { - content: ":"; -} -.icon-basic-notebook:before { - content: ";"; -} -.icon-basic-notebook-pen:before { - content: "<"; -} -.icon-basic-notebook-pencil:before { - content: "="; -} -.icon-basic-paperplane:before { - content: ">"; -} -.icon-basic-pencil-ruler:before { - content: "?"; -} -.icon-basic-pencil-ruler-pen:before { - content: "@"; -} -.icon-basic-photo:before { - content: "["; -} -.icon-basic-picture:before { - content: "]"; -} -.icon-basic-picture-multiple:before { - content: "^"; -} -.icon-basic-pin1:before { - content: "_"; -} -.icon-basic-pin2:before { - content: "`"; -} -.icon-basic-postcard:before { - content: "{"; -} -.icon-basic-postcard-multiple:before { - content: "|"; -} -.icon-basic-printer:before { - content: "}"; -} -.icon-basic-question:before { - content: "~"; -} -.icon-basic-rss:before { - content: "\\"; -} -.icon-basic-server:before { - content: "\e000"; -} -.icon-basic-server2:before { - content: "\e001"; -} -.icon-basic-server-cloud:before { - content: "\e002"; -} -.icon-basic-server-download:before { - content: "\e003"; -} -.icon-basic-server-upload:before { - content: "\e004"; -} -.icon-basic-settings:before { - content: "\e005"; -} -.icon-basic-share:before { - content: "\e006"; -} -.icon-basic-sheet:before { - content: "\e007"; -} -.icon-basic-sheet-multiple:before { - content: "\e008"; -} -.icon-basic-sheet-pen:before { - content: "\e009"; -} -.icon-basic-sheet-pencil:before { - content: "\e00a"; -} -.icon-basic-sheet-txt:before { - content: "\e00b"; -} -.icon-basic-signs:before { - content: "\e00c"; -} -.icon-basic-smartphone:before { - content: "\e00d"; -} -.icon-basic-spades:before { - content: "\e00e"; -} -.icon-basic-spread:before { - content: "\e00f"; -} -.icon-basic-spread-bookmark:before { - content: "\e010"; -} -.icon-basic-spread-text:before { - content: "\e011"; -} -.icon-basic-spread-text-bookmark:before { - content: "\e012"; -} -.icon-basic-star:before { - content: "\e013"; -} -.icon-basic-tablet:before { - content: "\e014"; -} -.icon-basic-target:before { - content: "\e015"; -} -.icon-basic-todo:before { - content: "\e016"; -} -.icon-basic-todo-pen:before { - content: "\e017"; -} -.icon-basic-todo-pencil:before { - content: "\e018"; -} -.icon-basic-todo-txt:before { - content: "\e019"; -} -.icon-basic-todolist-pen:before { - content: "\e01a"; -} -.icon-basic-todolist-pencil:before { - content: "\e01b"; -} -.icon-basic-trashcan:before { - content: "\e01c"; -} -.icon-basic-trashcan-full:before { - content: "\e01d"; -} -.icon-basic-trashcan-refresh:before { - content: "\e01e"; -} -.icon-basic-trashcan-remove:before { - content: "\e01f"; -} -.icon-basic-upload:before { - content: "\e020"; -} -.icon-basic-usb:before { - content: "\e021"; -} -.icon-basic-video:before { - content: "\e022"; -} -.icon-basic-watch:before { - content: "\e023"; -} -.icon-basic-webpage:before { - content: "\e024"; -} -.icon-basic-webpage-img-txt:before { - content: "\e025"; -} -.icon-basic-webpage-multiple:before { - content: "\e026"; -} -.icon-basic-webpage-txt:before { - content: "\e027"; -} -.icon-basic-world:before { - content: "\e028"; -} -//basic elaboration -.icon-basic-elaboration-bookmark-checck:before { - content: "a"; -} -.icon-basic-elaboration-bookmark-minus:before { - content: "b"; -} -.icon-basic-elaboration-bookmark-plus:before { - content: "c"; -} -.icon-basic-elaboration-bookmark-remove:before { - content: "d"; -} -.icon-basic-elaboration-briefcase-check:before { - content: "e"; -} -.icon-basic-elaboration-briefcase-download:before { - content: "f"; -} -.icon-basic-elaboration-briefcase-flagged:before { - content: "g"; -} -.icon-basic-elaboration-briefcase-minus:before { - content: "h"; -} -.icon-basic-elaboration-briefcase-plus:before { - content: "i"; -} -.icon-basic-elaboration-briefcase-refresh:before { - content: "j"; -} -.icon-basic-elaboration-briefcase-remove:before { - content: "k"; -} -.icon-basic-elaboration-briefcase-search:before { - content: "l"; -} -.icon-basic-elaboration-briefcase-star:before { - content: "m"; -} -.icon-basic-elaboration-briefcase-upload:before { - content: "n"; -} -.icon-basic-elaboration-browser-check:before { - content: "o"; -} -.icon-basic-elaboration-browser-download:before { - content: "p"; -} -.icon-basic-elaboration-browser-minus:before { - content: "q"; -} -.icon-basic-elaboration-browser-plus:before { - content: "r"; -} -.icon-basic-elaboration-browser-refresh:before { - content: "s"; -} -.icon-basic-elaboration-browser-remove:before { - content: "t"; -} -.icon-basic-elaboration-browser-search:before { - content: "u"; -} -.icon-basic-elaboration-browser-star:before { - content: "v"; -} -.icon-basic-elaboration-browser-upload:before { - content: "w"; -} -.icon-basic-elaboration-calendar-check:before { - content: "x"; -} -.icon-basic-elaboration-calendar-cloud:before { - content: "y"; -} -.icon-basic-elaboration-calendar-download:before { - content: "z"; -} -.icon-basic-elaboration-calendar-empty:before { - content: "A"; -} -.icon-basic-elaboration-calendar-flagged:before { - content: "B"; -} -.icon-basic-elaboration-calendar-heart:before { - content: "C"; -} -.icon-basic-elaboration-calendar-minus:before { - content: "D"; -} -.icon-basic-elaboration-calendar-next:before { - content: "E"; -} -.icon-basic-elaboration-calendar-noaccess:before { - content: "F"; -} -.icon-basic-elaboration-calendar-pencil:before { - content: "G"; -} -.icon-basic-elaboration-calendar-plus:before { - content: "H"; -} -.icon-basic-elaboration-calendar-previous:before { - content: "I"; -} -.icon-basic-elaboration-calendar-refresh:before { - content: "J"; -} -.icon-basic-elaboration-calendar-remove:before { - content: "K"; -} -.icon-basic-elaboration-calendar-search:before { - content: "L"; -} -.icon-basic-elaboration-calendar-star:before { - content: "M"; -} -.icon-basic-elaboration-calendar-upload:before { - content: "N"; -} -.icon-basic-elaboration-cloud-check:before { - content: "O"; -} -.icon-basic-elaboration-cloud-download:before { - content: "P"; -} -.icon-basic-elaboration-cloud-minus:before { - content: "Q"; -} -.icon-basic-elaboration-cloud-noaccess:before { - content: "R"; -} -.icon-basic-elaboration-cloud-plus:before { - content: "S"; -} -.icon-basic-elaboration-cloud-refresh:before { - content: "T"; -} -.icon-basic-elaboration-cloud-remove:before { - content: "U"; -} -.icon-basic-elaboration-cloud-search:before { - content: "V"; -} -.icon-basic-elaboration-cloud-upload:before { - content: "W"; -} -.icon-basic-elaboration-document-check:before { - content: "X"; -} -.icon-basic-elaboration-document-cloud:before { - content: "Y"; -} -.icon-basic-elaboration-document-download:before { - content: "Z"; -} -.icon-basic-elaboration-document-flagged:before { - content: "0"; -} -.icon-basic-elaboration-document-graph:before { - content: "1"; -} -.icon-basic-elaboration-document-heart:before { - content: "2"; -} -.icon-basic-elaboration-document-minus:before { - content: "3"; -} -.icon-basic-elaboration-document-next:before { - content: "4"; -} -.icon-basic-elaboration-document-noaccess:before { - content: "5"; -} -.icon-basic-elaboration-document-note:before { - content: "6"; -} -.icon-basic-elaboration-document-pencil:before { - content: "7"; -} -.icon-basic-elaboration-document-picture:before { - content: "8"; -} -.icon-basic-elaboration-document-plus:before { - content: "9"; -} -.icon-basic-elaboration-document-previous:before { - content: "!"; -} -.icon-basic-elaboration-document-refresh:before { - content: "\""; -} -.icon-basic-elaboration-document-remove:before { - content: "#"; -} -.icon-basic-elaboration-document-search:before { - content: "$"; -} -.icon-basic-elaboration-document-star:before { - content: "%"; -} -.icon-basic-elaboration-document-upload:before { - content: "&"; -} -.icon-basic-elaboration-folder-check:before { - content: "'"; -} -.icon-basic-elaboration-folder-cloud:before { - content: "("; -} -.icon-basic-elaboration-folder-document:before { - content: ")"; -} -.icon-basic-elaboration-folder-download:before { - content: "*"; -} -.icon-basic-elaboration-folder-flagged:before { - content: "+"; -} -.icon-basic-elaboration-folder-graph:before { - content: ","; -} -.icon-basic-elaboration-folder-heart:before { - content: "-"; -} -.icon-basic-elaboration-folder-minus:before { - content: "."; -} -.icon-basic-elaboration-folder-next:before { - content: "/"; -} -.icon-basic-elaboration-folder-noaccess:before { - content: ":"; -} -.icon-basic-elaboration-folder-note:before { - content: ";"; -} -.icon-basic-elaboration-folder-pencil:before { - content: "<"; -} -.icon-basic-elaboration-folder-picture:before { - content: "="; -} -.icon-basic-elaboration-folder-plus:before { - content: ">"; -} -.icon-basic-elaboration-folder-previous:before { - content: "?"; -} -.icon-basic-elaboration-folder-refresh:before { - content: "@"; -} -.icon-basic-elaboration-folder-remove:before { - content: "["; -} -.icon-basic-elaboration-folder-search:before { - content: "]"; -} -.icon-basic-elaboration-folder-star:before { - content: "^"; -} -.icon-basic-elaboration-folder-upload:before { - content: "_"; -} -.icon-basic-elaboration-mail-check:before { - content: "`"; -} -.icon-basic-elaboration-mail-cloud:before { - content: "{"; -} -.icon-basic-elaboration-mail-document:before { - content: "|"; -} -.icon-basic-elaboration-mail-download:before { - content: "}"; -} -.icon-basic-elaboration-mail-flagged:before { - content: "~"; -} -.icon-basic-elaboration-mail-heart:before { - content: "\\"; -} -.icon-basic-elaboration-mail-next:before { - content: "\e000"; -} -.icon-basic-elaboration-mail-noaccess:before { - content: "\e001"; -} -.icon-basic-elaboration-mail-note:before { - content: "\e002"; -} -.icon-basic-elaboration-mail-pencil:before { - content: "\e003"; -} -.icon-basic-elaboration-mail-picture:before { - content: "\e004"; -} -.icon-basic-elaboration-mail-previous:before { - content: "\e005"; -} -.icon-basic-elaboration-mail-refresh:before { - content: "\e006"; -} -.icon-basic-elaboration-mail-remove:before { - content: "\e007"; -} -.icon-basic-elaboration-mail-search:before { - content: "\e008"; -} -.icon-basic-elaboration-mail-star:before { - content: "\e009"; -} -.icon-basic-elaboration-mail-upload:before { - content: "\e00a"; -} -.icon-basic-elaboration-message-check:before { - content: "\e00b"; -} -.icon-basic-elaboration-message-dots:before { - content: "\e00c"; -} -.icon-basic-elaboration-message-happy:before { - content: "\e00d"; -} -.icon-basic-elaboration-message-heart:before { - content: "\e00e"; -} -.icon-basic-elaboration-message-minus:before { - content: "\e00f"; -} -.icon-basic-elaboration-message-note:before { - content: "\e010"; -} -.icon-basic-elaboration-message-plus:before { - content: "\e011"; -} -.icon-basic-elaboration-message-refresh:before { - content: "\e012"; -} -.icon-basic-elaboration-message-remove:before { - content: "\e013"; -} -.icon-basic-elaboration-message-sad:before { - content: "\e014"; -} -.icon-basic-elaboration-smartphone-cloud:before { - content: "\e015"; -} -.icon-basic-elaboration-smartphone-heart:before { - content: "\e016"; -} -.icon-basic-elaboration-smartphone-noaccess:before { - content: "\e017"; -} -.icon-basic-elaboration-smartphone-note:before { - content: "\e018"; -} -.icon-basic-elaboration-smartphone-pencil:before { - content: "\e019"; -} -.icon-basic-elaboration-smartphone-picture:before { - content: "\e01a"; -} -.icon-basic-elaboration-smartphone-refresh:before { - content: "\e01b"; -} -.icon-basic-elaboration-smartphone-search:before { - content: "\e01c"; -} -.icon-basic-elaboration-tablet-cloud:before { - content: "\e01d"; -} -.icon-basic-elaboration-tablet-heart:before { - content: "\e01e"; -} -.icon-basic-elaboration-tablet-noaccess:before { - content: "\e01f"; -} -.icon-basic-elaboration-tablet-note:before { - content: "\e020"; -} -.icon-basic-elaboration-tablet-pencil:before { - content: "\e021"; -} -.icon-basic-elaboration-tablet-picture:before { - content: "\e022"; -} -.icon-basic-elaboration-tablet-refresh:before { - content: "\e023"; -} -.icon-basic-elaboration-tablet-search:before { - content: "\e024"; -} -.icon-basic-elaboration-todolist-2:before { - content: "\e025"; -} -.icon-basic-elaboration-todolist-check:before { - content: "\e026"; -} -.icon-basic-elaboration-todolist-cloud:before { - content: "\e027"; -} -.icon-basic-elaboration-todolist-download:before { - content: "\e028"; -} -.icon-basic-elaboration-todolist-flagged:before { - content: "\e029"; -} -.icon-basic-elaboration-todolist-minus:before { - content: "\e02a"; -} -.icon-basic-elaboration-todolist-noaccess:before { - content: "\e02b"; -} -.icon-basic-elaboration-todolist-pencil:before { - content: "\e02c"; -} -.icon-basic-elaboration-todolist-plus:before { - content: "\e02d"; -} -.icon-basic-elaboration-todolist-refresh:before { - content: "\e02e"; -} -.icon-basic-elaboration-todolist-remove:before { - content: "\e02f"; -} -.icon-basic-elaboration-todolist-search:before { - content: "\e030"; -} -.icon-basic-elaboration-todolist-star:before { - content: "\e031"; -} -.icon-basic-elaboration-todolist-upload:before { - content: "\e032"; -} -//ecommerce -.icon-ecommerce-bag:before { - content: "a"; -} -.icon-ecommerce-bag-check:before { - content: "b"; -} -.icon-ecommerce-bag-cloud:before { - content: "c"; -} -.icon-ecommerce-bag-download:before { - content: "d"; -} -.icon-ecommerce-bag-minus:before { - content: "e"; -} -.icon-ecommerce-bag-plus:before { - content: "f"; -} -.icon-ecommerce-bag-refresh:before { - content: "g"; -} -.icon-ecommerce-bag-remove:before { - content: "h"; -} -.icon-ecommerce-bag-search:before { - content: "i"; -} -.icon-ecommerce-bag-upload:before { - content: "j"; -} -.icon-ecommerce-banknote:before { - content: "k"; -} -.icon-ecommerce-banknotes:before { - content: "l"; -} -.icon-ecommerce-basket:before { - content: "m"; -} -.icon-ecommerce-basket-check:before { - content: "n"; -} -.icon-ecommerce-basket-cloud:before { - content: "o"; -} -.icon-ecommerce-basket-download:before { - content: "p"; -} -.icon-ecommerce-basket-minus:before { - content: "q"; -} -.icon-ecommerce-basket-plus:before { - content: "r"; -} -.icon-ecommerce-basket-refresh:before { - content: "s"; -} -.icon-ecommerce-basket-remove:before { - content: "t"; -} -.icon-ecommerce-basket-search:before { - content: "u"; -} -.icon-ecommerce-basket-upload:before { - content: "v"; -} -.icon-ecommerce-bath:before { - content: "w"; -} -.icon-ecommerce-cart:before { - content: "x"; -} -.icon-ecommerce-cart-check:before { - content: "y"; -} -.icon-ecommerce-cart-cloud:before { - content: "z"; -} -.icon-ecommerce-cart-content:before { - content: "A"; -} -.icon-ecommerce-cart-download:before { - content: "B"; -} -.icon-ecommerce-cart-minus:before { - content: "C"; -} -.icon-ecommerce-cart-plus:before { - content: "D"; -} -.icon-ecommerce-cart-refresh:before { - content: "E"; -} -.icon-ecommerce-cart-remove:before { - content: "F"; -} -.icon-ecommerce-cart-search:before { - content: "G"; -} -.icon-ecommerce-cart-upload:before { - content: "H"; -} -.icon-ecommerce-cent:before { - content: "I"; -} -.icon-ecommerce-colon:before { - content: "J"; -} -.icon-ecommerce-creditcard:before { - content: "K"; -} -.icon-ecommerce-diamond:before { - content: "L"; -} -.icon-ecommerce-dollar:before { - content: "M"; -} -.icon-ecommerce-euro:before { - content: "N"; -} -.icon-ecommerce-franc:before { - content: "O"; -} -.icon-ecommerce-gift:before { - content: "P"; -} -.icon-ecommerce-graph1:before { - content: "Q"; -} -.icon-ecommerce-graph2:before { - content: "R"; -} -.icon-ecommerce-graph3:before { - content: "S"; -} -.icon-ecommerce-graph-decrease:before { - content: "T"; -} -.icon-ecommerce-graph-increase:before { - content: "U"; -} -.icon-ecommerce-guarani:before { - content: "V"; -} -.icon-ecommerce-kips:before { - content: "W"; -} -.icon-ecommerce-lira:before { - content: "X"; -} -.icon-ecommerce-megaphone:before { - content: "Y"; -} -.icon-ecommerce-money:before { - content: "Z"; -} -.icon-ecommerce-naira:before { - content: "0"; -} -.icon-ecommerce-pesos:before { - content: "1"; -} -.icon-ecommerce-pound:before { - content: "2"; -} -.icon-ecommerce-receipt:before { - content: "3"; -} -.icon-ecommerce-receipt-bath:before { - content: "4"; -} -.icon-ecommerce-receipt-cent:before { - content: "5"; -} -.icon-ecommerce-receipt-dollar:before { - content: "6"; -} -.icon-ecommerce-receipt-euro:before { - content: "7"; -} -.icon-ecommerce-receipt-franc:before { - content: "8"; -} -.icon-ecommerce-receipt-guarani:before { - content: "9"; -} -.icon-ecommerce-receipt-kips:before { - content: "!"; -} -.icon-ecommerce-receipt-lira:before { - content: "\""; -} -.icon-ecommerce-receipt-naira:before { - content: "#"; -} -.icon-ecommerce-receipt-pesos:before { - content: "$"; -} -.icon-ecommerce-receipt-pound:before { - content: "%"; -} -.icon-ecommerce-receipt-rublo:before { - content: "&"; -} -.icon-ecommerce-receipt-rupee:before { - content: "'"; -} -.icon-ecommerce-receipt-tugrik:before { - content: "("; -} -.icon-ecommerce-receipt-won:before { - content: ")"; -} -.icon-ecommerce-receipt-yen:before { - content: "*"; -} -.icon-ecommerce-receipt-yen2:before { - content: "+"; -} -.icon-ecommerce-recept-colon:before { - content: ","; -} -.icon-ecommerce-rublo:before { - content: "-"; -} -.icon-ecommerce-rupee:before { - content: "."; -} -.icon-ecommerce-safe:before { - content: "/"; -} -.icon-ecommerce-sale:before { - content: ":"; -} -.icon-ecommerce-sales:before { - content: ";"; -} -.icon-ecommerce-ticket:before { - content: "<"; -} -.icon-ecommerce-tugriks:before { - content: "="; -} -.icon-ecommerce-wallet:before { - content: ">"; -} -.icon-ecommerce-won:before { - content: "?"; -} -.icon-ecommerce-yen:before { - content: "@"; -} -.icon-ecommerce-yen2:before { - content: "["; -} -//music -.icon-music-beginning-button:before { - content: "a"; -} -.icon-music-bell:before { - content: "b"; -} -.icon-music-cd:before { - content: "c"; -} -.icon-music-diapason:before { - content: "d"; -} -.icon-music-eject-button:before { - content: "e"; -} -.icon-music-end-button:before { - content: "f"; -} -.icon-music-fastforward-button:before { - content: "g"; -} -.icon-music-headphones:before { - content: "h"; -} -.icon-music-ipod:before { - content: "i"; -} -.icon-music-loudspeaker:before { - content: "j"; -} -.icon-music-microphone:before { - content: "k"; -} -.icon-music-microphone-old:before { - content: "l"; -} -.icon-music-mixer:before { - content: "m"; -} -.icon-music-mute:before { - content: "n"; -} -.icon-music-note-multiple:before { - content: "o"; -} -.icon-music-note-single:before { - content: "p"; -} -.icon-music-pause-button:before { - content: "q"; -} -.icon-music-play-button:before { - content: "r"; -} -.icon-music-playlist:before { - content: "s"; -} -.icon-music-radio-ghettoblaster:before { - content: "t"; -} -.icon-music-radio-portable:before { - content: "u"; -} -.icon-music-record:before { - content: "v"; -} -.icon-music-recordplayer:before { - content: "w"; -} -.icon-music-repeat-button:before { - content: "x"; -} -.icon-music-rewind-button:before { - content: "y"; -} -.icon-music-shuffle-button:before { - content: "z"; -} -.icon-music-stop-button:before { - content: "A"; -} -.icon-music-tape:before { - content: "B"; -} -.icon-music-volume-down:before { - content: "C"; -} -.icon-music-volume-up:before { - content: "D"; -} -//software -.icon-software-add-vectorpoint:before { - content: "a"; -} -.icon-software-box-oval:before { - content: "b"; -} -.icon-software-box-polygon:before { - content: "c"; -} -.icon-software-box-rectangle:before { - content: "d"; -} -.icon-software-box-roundedrectangle:before { - content: "e"; -} -.icon-software-character:before { - content: "f"; -} -.icon-software-crop:before { - content: "g"; -} -.icon-software-eyedropper:before { - content: "h"; -} -.icon-software-font-allcaps:before { - content: "i"; -} -.icon-software-font-baseline-shift:before { - content: "j"; -} -.icon-software-font-horizontal-scale:before { - content: "k"; -} -.icon-software-font-kerning:before { - content: "l"; -} -.icon-software-font-leading:before { - content: "m"; -} -.icon-software-font-size:before { - content: "n"; -} -.icon-software-font-smallcapital:before { - content: "o"; -} -.icon-software-font-smallcaps:before { - content: "p"; -} -.icon-software-font-strikethrough:before { - content: "q"; -} -.icon-software-font-tracking:before { - content: "r"; -} -.icon-software-font-underline:before { - content: "s"; -} -.icon-software-font-vertical-scale:before { - content: "t"; -} -.icon-software-horizontal-align-center:before { - content: "u"; -} -.icon-software-horizontal-align-left:before { - content: "v"; -} -.icon-software-horizontal-align-right:before { - content: "w"; -} -.icon-software-horizontal-distribute-center:before { - content: "x"; -} -.icon-software-horizontal-distribute-left:before { - content: "y"; -} -.icon-software-horizontal-distribute-right:before { - content: "z"; -} -.icon-software-indent-firstline:before { - content: "A"; -} -.icon-software-indent-left:before { - content: "B"; -} -.icon-software-indent-right:before { - content: "C"; -} -.icon-software-lasso:before { - content: "D"; -} -.icon-software-layers1:before { - content: "E"; -} -.icon-software-layers2:before { - content: "F"; -} -.icon-software-layout:before { - content: "G"; -} -.icon-software-layout-2columns:before { - content: "H"; -} -.icon-software-layout-3columns:before { - content: "I"; -} -.icon-software-layout-4boxes:before { - content: "J"; -} -.icon-software-layout-4columns:before { - content: "K"; -} -.icon-software-layout-4lines:before { - content: "L"; -} -.icon-software-layout-8boxes:before { - content: "M"; -} -.icon-software-layout-header:before { - content: "N"; -} -.icon-software-layout-header-2columns:before { - content: "O"; -} -.icon-software-layout-header-3columns:before { - content: "P"; -} -.icon-software-layout-header-4boxes:before { - content: "Q"; -} -.icon-software-layout-header-4columns:before { - content: "R"; -} -.icon-software-layout-header-complex:before { - content: "S"; -} -.icon-software-layout-header-complex2:before { - content: "T"; -} -.icon-software-layout-header-complex3:before { - content: "U"; -} -.icon-software-layout-header-complex4:before { - content: "V"; -} -.icon-software-layout-header-sideleft:before { - content: "W"; -} -.icon-software-layout-header-sideright:before { - content: "X"; -} -.icon-software-layout-sidebar-left:before { - content: "Y"; -} -.icon-software-layout-sidebar-right:before { - content: "Z"; -} -.icon-software-magnete:before { - content: "0"; -} -.icon-software-pages:before { - content: "1"; -} -.icon-software-paintbrush:before { - content: "2"; -} -.icon-software-paintbucket:before { - content: "3"; -} -.icon-software-paintroller:before { - content: "4"; -} -.icon-software-paragraph:before { - content: "5"; -} -.icon-software-paragraph-align-left:before { - content: "6"; -} -.icon-software-paragraph-align-right:before { - content: "7"; -} -.icon-software-paragraph-center:before { - content: "8"; -} -.icon-software-paragraph-justify-all:before { - content: "9"; -} -.icon-software-paragraph-justify-center:before { - content: "!"; -} -.icon-software-paragraph-justify-left:before { - content: "\""; -} -.icon-software-paragraph-justify-right:before { - content: "#"; -} -.icon-software-paragraph-space-after:before { - content: "$"; -} -.icon-software-paragraph-space-before:before { - content: "%"; -} -.icon-software-pathfinder-exclude:before { - content: "&"; -} -.icon-software-pathfinder-intersect:before { - content: "'"; -} -.icon-software-pathfinder-subtract:before { - content: "("; -} -.icon-software-pathfinder-unite:before { - content: ")"; -} -.icon-software-pen:before { - content: "*"; -} -.icon-software-pen-add:before { - content: "+"; -} -.icon-software-pen-remove:before { - content: ","; -} -.icon-software-pencil:before { - content: "-"; -} -.icon-software-polygonallasso:before { - content: "."; -} -.icon-software-reflect-horizontal:before { - content: "/"; -} -.icon-software-reflect-vertical:before { - content: ":"; -} -.icon-software-remove-vectorpoint:before { - content: ";"; -} -.icon-software-scale-expand:before { - content: "<"; -} -.icon-software-scale-reduce:before { - content: "="; -} -.icon-software-selection-oval:before { - content: ">"; -} -.icon-software-selection-polygon:before { - content: "?"; -} -.icon-software-selection-rectangle:before { - content: "@"; -} -.icon-software-selection-roundedrectangle:before { - content: "["; -} -.icon-software-shape-oval:before { - content: "]"; -} -.icon-software-shape-polygon:before { - content: "^"; -} -.icon-software-shape-rectangle:before { - content: "_"; -} -.icon-software-shape-roundedrectangle:before { - content: "`"; -} -.icon-software-slice:before { - content: "{"; -} -.icon-software-transform-bezier:before { - content: "|"; -} -.icon-software-vector-box:before { - content: "}"; -} -.icon-software-vector-composite:before { - content: "~"; -} -.icon-software-vector-line:before { - content: "\\"; -} -.icon-software-vertical-align-bottom:before { - content: "\e000"; -} -.icon-software-vertical-align-center:before { - content: "\e001"; -} -.icon-software-vertical-align-top:before { - content: "\e002"; -} -.icon-software-vertical-distribute-bottom:before { - content: "\e003"; -} -.icon-software-vertical-distribute-center:before { - content: "\e004"; -} -.icon-software-vertical-distribute-top:before { - content: "\e005"; -} -//wheather -.icon-weather-aquarius:before { - content: "\e000"; -} -.icon-weather-aries:before { - content: "\e001"; -} -.icon-weather-cancer:before { - content: "\e002"; -} -.icon-weather-capricorn:before { - content: "\e003"; -} -.icon-weather-cloud:before { - content: "\e004"; -} -.icon-weather-cloud-drop:before { - content: "\e005"; -} -.icon-weather-cloud-lightning:before { - content: "\e006"; -} -.icon-weather-cloud-snowflake:before { - content: "\e007"; -} -.icon-weather-downpour-fullmoon:before { - content: "\e008"; -} -.icon-weather-downpour-halfmoon:before { - content: "\e009"; -} -.icon-weather-downpour-sun:before { - content: "\e00a"; -} -.icon-weather-drop:before { - content: "\e00b"; -} -.icon-weather-first-quarter:before { - content: "\e00c"; -} -.icon-weather-fog:before { - content: "\e00d"; -} -.icon-weather-fog-fullmoon:before { - content: "\e00e"; -} -.icon-weather-fog-halfmoon:before { - content: "\e00f"; -} -.icon-weather-fog-sun:before { - content: "\e010"; -} -.icon-weather-fullmoon:before { - content: "\e011"; -} -.icon-weather-gemini:before { - content: "\e012"; -} -.icon-weather-hail:before { - content: "\e013"; -} -.icon-weather-hail-fullmoon:before { - content: "\e014"; -} -.icon-weather-hail-halfmoon:before { - content: "\e015"; -} -.icon-weather-hail-sun:before { - content: "\e016"; -} -.icon-weather-last-quarter:before { - content: "\e017"; -} -.icon-weather-leo:before { - content: "\e018"; -} -.icon-weather-libra:before { - content: "\e019"; -} -.icon-weather-lightning:before { - content: "\e01a"; -} -.icon-weather-mistyrain:before { - content: "\e01b"; -} -.icon-weather-mistyrain-fullmoon:before { - content: "\e01c"; -} -.icon-weather-mistyrain-halfmoon:before { - content: "\e01d"; -} -.icon-weather-mistyrain-sun:before { - content: "\e01e"; -} -.icon-weather-moon:before { - content: "\e01f"; -} -.icon-weather-moondown-full:before { - content: "\e020"; -} -.icon-weather-moondown-half:before { - content: "\e021"; -} -.icon-weather-moonset-full:before { - content: "\e022"; -} -.icon-weather-moonset-half:before { - content: "\e023"; -} -.icon-weather-move2:before { - content: "\e024"; -} -.icon-weather-newmoon:before { - content: "\e025"; -} -.icon-weather-pisces:before { - content: "\e026"; -} -.icon-weather-rain:before { - content: "\e027"; -} -.icon-weather-rain-fullmoon:before { - content: "\e028"; -} -.icon-weather-rain-halfmoon:before { - content: "\e029"; -} -.icon-weather-rain-sun:before { - content: "\e02a"; -} -.icon-weather-sagittarius:before { - content: "\e02b"; -} -.icon-weather-scorpio:before { - content: "\e02c"; -} -.icon-weather-snow:before { - content: "\e02d"; -} -.icon-weather-snow-fullmoon:before { - content: "\e02e"; -} -.icon-weather-snow-halfmoon:before { - content: "\e02f"; -} -.icon-weather-snow-sun:before { - content: "\e030"; -} -.icon-weather-snowflake:before { - content: "\e031"; -} -.icon-weather-star:before { - content: "\e032"; -} -.icon-weather-storm-11:before { - content: "\e033"; -} -.icon-weather-storm-32:before { - content: "\e034"; -} -.icon-weather-storm-fullmoon:before { - content: "\e035"; -} -.icon-weather-storm-halfmoon:before { - content: "\e036"; -} -.icon-weather-storm-sun:before { - content: "\e037"; -} -.icon-weather-sun:before { - content: "\e038"; -} -.icon-weather-sundown:before { - content: "\e039"; -} -.icon-weather-sunset:before { - content: "\e03a"; -} -.icon-weather-taurus:before { - content: "\e03b"; -} -.icon-weather-tempest:before { - content: "\e03c"; -} -.icon-weather-tempest-fullmoon:before { - content: "\e03d"; -} -.icon-weather-tempest-halfmoon:before { - content: "\e03e"; -} -.icon-weather-tempest-sun:before { - content: "\e03f"; -} -.icon-weather-variable-fullmoon:before { - content: "\e040"; -} -.icon-weather-variable-halfmoon:before { - content: "\e041"; -} -.icon-weather-variable-sun:before { - content: "\e042"; -} -.icon-weather-virgo:before { - content: "\e043"; -} -.icon-weather-waning-cresent:before { - content: "\e044"; -} -.icon-weather-waning-gibbous:before { - content: "\e045"; -} -.icon-weather-waxing-cresent:before { - content: "\e046"; -} -.icon-weather-waxing-gibbous:before { - content: "\e047"; -} -.icon-weather-wind:before { - content: "\e048"; -} -.icon-weather-wind-e:before { - content: "\e049"; -} -.icon-weather-wind-fullmoon:before { - content: "\e04a"; -} -.icon-weather-wind-halfmoon:before { - content: "\e04b"; -} -.icon-weather-wind-n:before { - content: "\e04c"; -} -.icon-weather-wind-ne:before { - content: "\e04d"; -} -.icon-weather-wind-nw:before { - content: "\e04e"; -} -.icon-weather-wind-s:before { - content: "\e04f"; -} -.icon-weather-wind-se:before { - content: "\e050"; -} -.icon-weather-wind-sun:before { - content: "\e051"; -} -.icon-weather-wind-sw:before { - content: "\e052"; -} -.icon-weather-wind-w:before { - content: "\e053"; -} -.icon-weather-windgust:before { - content: "\e054"; -} diff --git a/ng6-seed/dist/assets/prepros-6.config b/ng6-seed/dist/assets/prepros-6.config deleted file mode 100644 index 774811713..000000000 --- a/ng6-seed/dist/assets/prepros-6.config +++ /dev/null @@ -1,510 +0,0 @@ -{ - "name": "assets", - "firstRun": false, - "exportConfig": true, - "fileConfigs": [ - { - "path": "styles/app.scss", - "configJson": "{\"forceCompile\":false,\"customOutput\":\"../../../../../../../../../../../Desktop/app.css\",\"autoCompile\":true,\"sourceMap\":false,\"compiler-node-sass\":{\"enabled\":true,\"outputStyle\":\"nested\"},\"compiler-autoprefixer\":{\"enabled\":true},\"compiler-minify-css\":{\"enabled\":false}}" - } - ], - "fileTree": { - "expandedDirs": [ - "styles" - ], - "hideSystemFiles": true, - "systemFiles": [ - ".*", - "desktop.ini", - "prepros.config", - "$RECYCLE.BIN", - "prepros.cfg", - "prepros-6.config", - "Prepros Export" - ], - "hideUnwatchedFiles": false - }, - "imports": [ - { - "path": "styles/app.scss", - "imports": [ - "styles/scss/_material.variables.scss", - "styles/scss/_material.themes.scss", - "styles/scss/mixins/bi-app/_bi-app-ltr.scss", - "styles/scss/_app.variables.scss", - "styles/scss/_mixins.scss", - "styles/scss/_core.scss", - "styles/scss/_material.scss", - "styles/scss/utilities/utilities.scss", - "styles/scss/mixins/bi-app/_variables-ltr.scss", - "styles/scss/mixins/bi-app/_mixins.scss", - "styles/scss/mixins/_breakpoints.scss", - "styles/scss/mixins/_hover.scss", - "styles/scss/mixins/_text-emphasis.scss", - "styles/scss/mixins/_clearfix.scss", - "styles/scss/mixins/_flex.scss", - "styles/scss/mixins/_misc.scss", - "styles/scss/core/_scaffolding.scss", - "styles/scss/core/_typography.scss", - "styles/scss/core/_main-sidebar.scss", - "styles/scss/core/_main-header.scss", - "styles/scss/core/_main-panel.scss", - "styles/scss/core/_notification-sidebar.scss", - "styles/scss/core/_sessions.scss", - "styles/scss/components/_perfect-scrollbar.scss", - "styles/scss/components/_table.scss", - "styles/scss/components/_custom.scss", - "styles/scss/material/_buttons.scss", - "styles/scss/material/_cards.scss", - "styles/scss/material/_dialog.scss", - "styles/scss/material/_lists.scss", - "styles/scss/material/_select.scss", - "styles/scss/material/_menus.scss", - "styles/scss/material/_tabs.scss", - "styles/scss/utilities/_background.scss", - "styles/scss/utilities/_general.scss", - "styles/scss/utilities/_spacing.scss", - "styles/scss/utilities/_text.scss" - ] - }, - { - "path": "styles/scss/_core.scss", - "imports": [ - "styles/scss/core/_scaffolding.scss", - "styles/scss/core/_typography.scss", - "styles/scss/core/_main-sidebar.scss", - "styles/scss/core/_main-header.scss", - "styles/scss/core/_main-panel.scss", - "styles/scss/core/_notification-sidebar.scss", - "styles/scss/core/_sessions.scss", - "styles/scss/components/_perfect-scrollbar.scss", - "styles/scss/components/_table.scss", - "styles/scss/components/_custom.scss" - ] - }, - { - "path": "styles/scss/_material.scss", - "imports": [ - "styles/scss/material/_buttons.scss", - "styles/scss/material/_cards.scss", - "styles/scss/material/_dialog.scss", - "styles/scss/material/_lists.scss", - "styles/scss/material/_select.scss", - "styles/scss/material/_menus.scss", - "styles/scss/material/_tabs.scss" - ] - }, - { - "path": "styles/scss/_mixins.scss", - "imports": [ - "styles/scss/mixins/_breakpoints.scss", - "styles/scss/mixins/_hover.scss", - "styles/scss/mixins/_text-emphasis.scss", - "styles/scss/mixins/_clearfix.scss", - "styles/scss/mixins/_flex.scss", - "styles/scss/mixins/_misc.scss" - ] - }, - { - "path": "styles/scss/components/_calendar.scss", - "imports": [ - "styles/scss/_material.variables.scss", - "styles/scss/mixins/bi-app/_bi-app-ltr.scss", - "styles/scss/_app.variables.scss", - "styles/scss/_mixins.scss", - "styles/scss/mixins/bi-app/_variables-ltr.scss", - "styles/scss/mixins/bi-app/_mixins.scss", - "styles/scss/mixins/_breakpoints.scss", - "styles/scss/mixins/_hover.scss", - "styles/scss/mixins/_text-emphasis.scss", - "styles/scss/mixins/_clearfix.scss", - "styles/scss/mixins/_flex.scss", - "styles/scss/mixins/_misc.scss" - ] - }, - { - "path": "styles/scss/components/_chat.scss", - "imports": [ - "styles/scss/_material.variables.scss", - "styles/scss/mixins/bi-app/_bi-app-ltr.scss", - "styles/scss/_app.variables.scss", - "styles/scss/_mixins.scss", - "styles/scss/mixins/bi-app/_variables-ltr.scss", - "styles/scss/mixins/bi-app/_mixins.scss", - "styles/scss/mixins/_breakpoints.scss", - "styles/scss/mixins/_hover.scss", - "styles/scss/mixins/_text-emphasis.scss", - "styles/scss/mixins/_clearfix.scss", - "styles/scss/mixins/_flex.scss", - "styles/scss/mixins/_misc.scss" - ] - }, - { - "path": "styles/scss/components/_editor.scss", - "imports": [ - "styles/scss/_material.variables.scss", - "styles/scss/mixins/bi-app/_bi-app-ltr.scss", - "styles/scss/_app.variables.scss", - "styles/scss/_mixins.scss", - "styles/scss/mixins/bi-app/_variables-ltr.scss", - "styles/scss/mixins/bi-app/_mixins.scss", - "styles/scss/mixins/_breakpoints.scss", - "styles/scss/mixins/_hover.scss", - "styles/scss/mixins/_text-emphasis.scss", - "styles/scss/mixins/_clearfix.scss", - "styles/scss/mixins/_flex.scss", - "styles/scss/mixins/_misc.scss" - ] - }, - { - "path": "styles/scss/components/_messages.scss", - "imports": [ - "styles/scss/_material.variables.scss", - "styles/scss/mixins/bi-app/_bi-app-ltr.scss", - "styles/scss/_app.variables.scss", - "styles/scss/_mixins.scss", - "styles/scss/mixins/bi-app/_variables-ltr.scss", - "styles/scss/mixins/bi-app/_mixins.scss", - "styles/scss/mixins/_breakpoints.scss", - "styles/scss/mixins/_hover.scss", - "styles/scss/mixins/_text-emphasis.scss", - "styles/scss/mixins/_clearfix.scss", - "styles/scss/mixins/_flex.scss", - "styles/scss/mixins/_misc.scss" - ] - }, - { - "path": "styles/scss/components/_pricing.scss", - "imports": [ - "styles/scss/_material.variables.scss", - "styles/scss/mixins/bi-app/_bi-app-ltr.scss", - "styles/scss/_app.variables.scss", - "styles/scss/_mixins.scss", - "styles/scss/mixins/bi-app/_variables-ltr.scss", - "styles/scss/mixins/bi-app/_mixins.scss", - "styles/scss/mixins/_breakpoints.scss", - "styles/scss/mixins/_hover.scss", - "styles/scss/mixins/_text-emphasis.scss", - "styles/scss/mixins/_clearfix.scss", - "styles/scss/mixins/_flex.scss", - "styles/scss/mixins/_misc.scss" - ] - }, - { - "path": "styles/scss/components/_social.scss", - "imports": [ - "styles/scss/_material.variables.scss", - "styles/scss/mixins/bi-app/_bi-app-ltr.scss", - "styles/scss/_app.variables.scss", - "styles/scss/_mixins.scss", - "styles/scss/mixins/bi-app/_variables-ltr.scss", - "styles/scss/mixins/bi-app/_mixins.scss", - "styles/scss/mixins/_breakpoints.scss", - "styles/scss/mixins/_hover.scss", - "styles/scss/mixins/_text-emphasis.scss", - "styles/scss/mixins/_clearfix.scss", - "styles/scss/mixins/_flex.scss", - "styles/scss/mixins/_misc.scss" - ] - }, - { - "path": "styles/scss/components/_timeline.scss", - "imports": [ - "styles/scss/_material.variables.scss", - "styles/scss/mixins/bi-app/_bi-app-ltr.scss", - "styles/scss/_app.variables.scss", - "styles/scss/_mixins.scss", - "styles/scss/mixins/bi-app/_variables-ltr.scss", - "styles/scss/mixins/bi-app/_mixins.scss", - "styles/scss/mixins/_breakpoints.scss", - "styles/scss/mixins/_hover.scss", - "styles/scss/mixins/_text-emphasis.scss", - "styles/scss/mixins/_clearfix.scss", - "styles/scss/mixins/_flex.scss", - "styles/scss/mixins/_misc.scss" - ] - }, - { - "path": "styles/scss/components/_treeview.scss", - "imports": [ - "styles/scss/_material.variables.scss", - "styles/scss/mixins/bi-app/_bi-app-ltr.scss", - "styles/scss/_app.variables.scss", - "styles/scss/_mixins.scss", - "styles/scss/mixins/bi-app/_variables-ltr.scss", - "styles/scss/mixins/bi-app/_mixins.scss", - "styles/scss/mixins/_breakpoints.scss", - "styles/scss/mixins/_hover.scss", - "styles/scss/mixins/_text-emphasis.scss", - "styles/scss/mixins/_clearfix.scss", - "styles/scss/mixins/_flex.scss", - "styles/scss/mixins/_misc.scss" - ] - }, - { - "path": "styles/scss/components/_upload.scss", - "imports": [ - "styles/scss/_material.variables.scss", - "styles/scss/mixins/bi-app/_bi-app-ltr.scss", - "styles/scss/_app.variables.scss", - "styles/scss/_mixins.scss", - "styles/scss/mixins/bi-app/_variables-ltr.scss", - "styles/scss/mixins/bi-app/_mixins.scss", - "styles/scss/mixins/_breakpoints.scss", - "styles/scss/mixins/_hover.scss", - "styles/scss/mixins/_text-emphasis.scss", - "styles/scss/mixins/_clearfix.scss", - "styles/scss/mixins/_flex.scss", - "styles/scss/mixins/_misc.scss" - ] - }, - { - "path": "styles/scss/utilities/utilities.scss", - "imports": [ - "styles/scss/utilities/_background.scss", - "styles/scss/utilities/_general.scss", - "styles/scss/utilities/_spacing.scss", - "styles/scss/utilities/_text.scss" - ] - }, - { - "path": "styles/scss/mixins/bi-app/_bi-app-ltr.scss", - "imports": [ - "styles/scss/mixins/bi-app/_variables-ltr.scss", - "styles/scss/mixins/bi-app/_mixins.scss" - ] - }, - { - "path": "styles/scss/mixins/bi-app/_bi-app-rtl.scss", - "imports": [ - "styles/scss/mixins/bi-app/_variables-rtl.scss", - "styles/scss/mixins/bi-app/_mixins.scss" - ] - } - ], - "projectView": { - "selectedView": "file-tree" - }, - "fileWatcher": { - "enabled": true, - "watchedExtensions": [ - "less", - "sass", - "scss", - "styl", - "md", - "markdown", - "coffee", - "js", - "jade", - "haml", - "slim", - "ls", - "kit", - "png", - "jpg", - "jpeg", - "ts", - "pug", - "css", - "html", - "htm", - "php" - ] - }, - "pathFilters": [ - "node_modules", - ".*", - "bower_components", - "prepros.config", - "Prepros Export", - "prepros-6.config", - "prepros.cfg", - "wp-admin", - "wp-includes" - ], - "server": { - "port": 7879, - "assignNewPortAutomatically": true, - "enable": true, - "proxy": { - "enable": false, - "url": "" - } - }, - "browser-sync": { - "enable": false, - "clicks": true, - "forms": true, - "scroll": true - }, - "live-reload": { - "enable": true, - "animate": true, - "delay": 0 - }, - "ftp-deploy": { - "connectionType": "ftp", - "remotePath": "", - "uploadTimeout": 20000, - "uploadOnChange": false, - "ftp": { - "secure": false, - "host": "", - "port": 21, - "user": "", - "password": "" - }, - "sftp": { - "host": "", - "port": 22, - "usePrivateKey": false, - "username": "", - "password": "", - "privateKey": "", - "passphrase": "" - }, - "pathFilters": [ - "config.rb", - "prepros.config", - "prepros-6.config", - "node_modules", - "Prepros Export", - ".git", - ".idea", - ".sass-cache", - ".hg", - ".svn", - ".cache", - ".DS_Store", - "*.sass", - "*.scss", - "*.less", - "*.pug", - "*.jade", - "*.styl", - "*.haml", - "*.slim", - "*.coffee", - "*.ls", - "*.kit", - "*.ts" - ], - "history": [] - }, - "file-type-sass": "{\"compilers\":[\"node-sass\",\"autoprefixer\",\"minify-css\"]}", - "file-type-less": "{\"compilers\":[\"less\",\"autoprefixer\",\"minify-css\"]}", - "autoprefixer": { - "browsers": "last 5 versions" - }, - "file-type-pug": "{\"compilers\":[\"pug\"]}", - "file-type-css": "{\"compilers\":[\"autoprefixer\",\"cssnext\",\"minify-css\"]}", - "file-type-javascript": "{\"compilers\":[\"concat-js\",\"babel\",\"uglify-js\"]}", - "file-type-stylus": "{\"compilers\":[\"stylus\",\"autoprefixer\",\"minify-css\"]}", - "file-type-markdown": "{\"compilers\":[\"markdown\"]}", - "file-type-haml": "{\"compilers\":[\"haml\"]}", - "file-type-slim": "{\"compilers\":[\"slim\"]}", - "file-type-coffee-script": "{\"compilers\":[\"coffee-script\",\"uglify-js\"]}", - "file-type-livescript": "{\"compilers\":[\"livescript\",\"uglify-js\"]}", - "file-type-kit": "{\"compilers\":[\"kit\"]}", - "uglify-js": { - "ie8": false, - "compress": { - "sequences": true, - "properties": true, - "dead_code": true, - "drop_debugger": true, - "unsafe": false, - "unsafe_comps": false, - "unsafe_math": false, - "unsafe_proto": false, - "unsafe_regexp": false, - "conditionals": true, - "comparisons": true, - "evaluate": true, - "booleans": true, - "loops": true, - "unused": true, - "toplevel": false, - "top_retain": "", - "hoist_funs": true, - "hoist_vars": false, - "if_return": true, - "join_vars": true, - "cascade": true, - "collapse_vars": true, - "reduce_vars": true, - "warnings": true, - "negate_iife": true, - "pure_getters": false, - "pure_funcs": [], - "drop_console": false, - "expression": false, - "keep_fargs": true, - "keep_fnames": false, - "passes": 1, - "keep_infinity": false, - "side_effects": true, - "global_defs": [] - }, - "output": { - "ascii_only": false, - "beautify": true, - "bracketize": false, - "comments": "", - "indent_level": 4, - "indent_start": 0, - "inline_script": false, - "keep_quoted_props": false, - "max_line_len": false, - "preamble": "", - "preserve_line": false, - "quote_keys": false, - "quote_style": 0, - "semicolons": true, - "shebang": true, - "width": 80 - } - }, - "cssnext": { - "customProperties": true, - "applyRule": true, - "calc": false, - "nesting": true, - "customMedia": true, - "mediaQueriesRange": true, - "customSelectors": true, - "attributeCaseInsensitive": true, - "colorRebeccapurple": true, - "colorHwb": true, - "colorGray": true, - "colorHexAlpha": true, - "colorFunction": true, - "fontVariant": true, - "filter": true, - "initial": true, - "rem": true, - "pseudoElements": true, - "pseudoClassMatches": true, - "pseudoClassNot": true, - "pseudoClassAnyLink": true, - "colorRgba": true, - "overflowWrap": true - }, - "file-type-typescript": "{\"compilers\":[\"typescript\",\"uglify-js\"]}", - "babel": { - "useBabelRc": true, - "presets": { - "babel-preset-es2015": true - }, - "plugins": { - "babel-plugin-syntax-jsx": true, - "babel-plugin-transform-react-jsx": true, - "babel-plugin-transform-async-to-generator": true, - "babel-plugin-transform-class-properties": true, - "babel-plugin-transform-object-rest-spread": true - } - }, - "file-type-png": "{\"compilers\":[\"png\"]}", - "file-type-jpg": "{\"compilers\":[\"jpg\"]}" -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/app.scss b/ng6-seed/dist/assets/styles/app.scss deleted file mode 100644 index d966db745..000000000 --- a/ng6-seed/dist/assets/styles/app.scss +++ /dev/null @@ -1,47 +0,0 @@ - -/* -//--Theme Info--// - -Theme Name: Optima Angular 5 Admin Template -Version: 1.0 -Author: TrendSetter Themes - - -//-- Table of Content --// - ---------------- -1. Core ---------------- - 1.1 Scaffolding - 1.2 Typography - 1.3 Main Sidebar - 1.4 Main Header - 1.5 Main Panel - 1.6 Sessions - ---------------- -2. Components ---------------- ---------------- -3. Material ---------------- - 3.1 Material Variables - 3.2 Material Theme - 3.3 App Variables - 3.4 Mixin - 3.5 Material - ---------------- -3. Utilities ----------------*/ -@import "scss/material.variables"; -@import "scss/material.themes"; -@import "scss/mixins/bi-app/bi-app-ltr"; -// Core Variables and Mixins -@import "scss/app.variables"; -@import "scss/mixins"; -// Core Styles -@import "scss/core"; -@import "scss/material"; -@import "scss/utilities/utilities"; - diff --git a/ng6-seed/dist/assets/styles/scss/_app.variables.scss b/ng6-seed/dist/assets/styles/scss/_app.variables.scss deleted file mode 100644 index cab788b37..000000000 --- a/ng6-seed/dist/assets/styles/scss/_app.variables.scss +++ /dev/null @@ -1,129 +0,0 @@ -/*--------------- -3.3 App Variables ----------------*/ - - -// -// General -// -$transition-duration: 300ms !default; -$gutter: 1rem !default; - -// -// Widths -// - -$sidebar-width: 15rem !default; -$compact-sidebar-width: 100px !default; -$collapsed-sidebar-width: 80px !default; -$sidebar-width-mobile: 18rem !default; - -//Sidebar -$sidebar-menu-color:#fff; -$base-card-box-shadow: 1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08); - -//main-content -$main-content:#f2f4f8; - -//header - -$main-header-bg-color:#fff; -$main-header-text-color:rgba(mat-color($foreground, base), 0.87); -$card-spacing:1.5rem; -$user-profile-name-color:#fff; -$user-profile-thumb-border:4px solid rgba(255, 255, 255, 0.3); -$profile-link:#fff; -$main-bg-color:linear-gradient(58deg, #f44336, #673ab7); -// -// Typography -// -$font-size-base: 0.875rem !default; -$font-weight-base: 400 !default; -$font-weight-medium: 500 !default; -$font-weight-bold: 600 !default; - -$font-size-h1: 2.5rem !default; -$font-size-h2: 2rem !default; -$font-size-h3: 1.75rem !default; -$font-size-h4: 1.5rem !default; -$font-size-h5: 1.25rem !default; -$font-size-h6: 1rem !default; - -$headings-margin-bottom: (1rem / 2) !default; -$headings-font-family: inherit !default; -$headings-font-weight: 400 !default; -$headings-line-height: 1.1 !default; -$headings-color: inherit !default; - -// -// Radius -// -$border-radius-base: 2px !default; -$border-radius-large: 2px !default; -$border-radius-small: 1px !default; -$border-color:rgba(0, 0, 0, 0.12); -// -// Spacing -// -$spacer: 1rem !default; -$spacer-x: $spacer !default; -$spacer-y: $spacer !default; -$spacers: ( - 0: ( - x: 0, - y: 0 - ), - xs: ( - x: ($spacer-x / 1.8), - y: ($spacer-y / 1.8) - ), - 1: ( - x: $spacer-x, - y: $spacer-y - ), - 2: ( - x: ($spacer-x * 1.5), - y: ($spacer-y * 1.5) - ), - 3: ( - x: ($spacer-x * 3), - y: ($spacer-y * 3) - ) -) !default; -$border-width: 1px !default; - - -// Media queries breakpoints -// -------------------------------------------------- - -// Grid breakpoints -// -// Define the minimum and maximum dimensions at which your layout will change, -// adapting to different screen sizes, for use in media queries. -$grid-breakpoints: ( - // Extra small screen / phone - xs: 0, - // Small screen / phone - sm: 600px, - // Medium screen / tablet - md: 960px, - // Large screen / desktop - lg: 1280px, - // Extra large screen / wide desktop - xl: 1920px -) !default; - - -// Grid containers -// -// Define the maximum width of `.container` for different screen sizes. -$container-max-widths: ( - sm: 576px, - md: 720px, - lg: 940px, - xl: 1140px -) !default; - - - - diff --git a/ng6-seed/dist/assets/styles/scss/_core.scss b/ng6-seed/dist/assets/styles/scss/_core.scss deleted file mode 100644 index 91a56efb1..000000000 --- a/ng6-seed/dist/assets/styles/scss/_core.scss +++ /dev/null @@ -1,20 +0,0 @@ -/*--------------- -1. Core ----------------*/ - - -@import "core/scaffolding"; -@import "core/typography"; -@import "core/main-sidebar"; -@import "core/main-header"; -@import "core/main-panel"; -@import "core/notification-sidebar"; -@import "core/sessions"; - -/*--------------- -2. Components ----------------*/ - -@import "components/perfect-scrollbar"; -@import "components/table"; -@import "components/custom"; diff --git a/ng6-seed/dist/assets/styles/scss/_material.scss b/ng6-seed/dist/assets/styles/scss/_material.scss deleted file mode 100644 index c02863417..000000000 --- a/ng6-seed/dist/assets/styles/scss/_material.scss +++ /dev/null @@ -1,12 +0,0 @@ -/*--------------- -3.5 Material ----------------*/ - -@import "material/buttons"; -@import "material/cards"; -@import "material/dialog"; -@import "material/lists"; -@import "material/select"; -@import "material/menus"; -@import "material/tabs"; - diff --git a/ng6-seed/dist/assets/styles/scss/_material.themes.scss b/ng6-seed/dist/assets/styles/scss/_material.themes.scss deleted file mode 100644 index 9b5afaa4e..000000000 --- a/ng6-seed/dist/assets/styles/scss/_material.themes.scss +++ /dev/null @@ -1,16 +0,0 @@ -/*--------------- -3.2 Material Themes ----------------*/ - -// Default Theme -@include angular-material-theme($theme); - -// Dark Theme -.app-dark { - @include angular-material-theme($dark-theme); -} - - - - - diff --git a/ng6-seed/dist/assets/styles/scss/_material.variables.scss b/ng6-seed/dist/assets/styles/scss/_material.variables.scss deleted file mode 100644 index 3bd0a9f79..000000000 --- a/ng6-seed/dist/assets/styles/scss/_material.variables.scss +++ /dev/null @@ -1,26 +0,0 @@ -/*--------------- -3.1 Material Variables ----------------*/ - -@import '~@angular/material/theming'; -$primary: mat-palette($mat-deep-purple); -$accent: mat-palette($mat-amber, A200, A100, A400); -$warn: mat-palette($mat-red); -$theme: mat-light-theme($primary, $accent, $warn); -$background: map-get($theme, background); -$foreground: map-get($theme, foreground); - -@include mat-core(); - -$dark-primary: mat-palette($mat-blue-grey); -$dark-accent: mat-palette($mat-amber, A200, A100, A400); -$dark-warn: mat-palette($mat-deep-orange); -$dark-theme: mat-dark-theme($dark-primary, $dark-accent, $dark-warn); -$dark-background: map-get($dark-theme, background); -$dark-foreground: map-get($dark-theme, foreground); - - - - - - diff --git a/ng6-seed/dist/assets/styles/scss/_mixins.scss b/ng6-seed/dist/assets/styles/scss/_mixins.scss deleted file mode 100644 index 502322fba..000000000 --- a/ng6-seed/dist/assets/styles/scss/_mixins.scss +++ /dev/null @@ -1,10 +0,0 @@ -/*--------------- -3.4 Mixins ----------------*/ - -@import "mixins/breakpoints"; -@import "mixins/hover"; -@import "mixins/text-emphasis"; -@import "mixins/clearfix"; -@import "mixins/flex"; -@import "mixins/misc"; diff --git a/ng6-seed/dist/assets/styles/scss/components/_calendar.scss b/ng6-seed/dist/assets/styles/scss/components/_calendar.scss deleted file mode 100644 index 182369ff2..000000000 --- a/ng6-seed/dist/assets/styles/scss/components/_calendar.scss +++ /dev/null @@ -1,100 +0,0 @@ -@import "../material.variables"; -@import "../mixins/bi-app/bi-app-ltr"; -@import "../app.variables"; -@import "../mixins"; - -:host /deep/ { - .cal-day-view { - .cal-hour-rows { - border-top: 0; - border-bottom: 0; - border-color: mat-color($foreground, divider); - } - - .cal-hour:nth-child(odd) { - background-color: mat-color($background, 'hover'); - } - - .cal-hour:not(:last-child) .cal-hour-segment, - .cal-hour:last-child :not(:last-child) .cal-hour-segment { - border-color: mat-color($foreground, divider); - } - - .cal-hour-segment:hover { - background-color: mat-color($background, 'hover'); - } - } - - .cal-month-view { - .cal-cell-row:hover { - background-color: mat-color($background, 'hover'); - } - - .cal-cell-row .cal-cell:hover, - .cal-cell.cal-has-events.cal-open { - background-color: mat-color($background, 'hover'); - } - - .cal-days { - border-color: mat-color($foreground, divider); - } - - .cal-day-cell:not(:last-child) { - border-color: mat-color($foreground, divider); - } - - .cal-days .cal-cell-row { - border-color: mat-color($foreground, divider); - } - - .cal-open-day-events { - box-shadow: none; - } - } - - .cal-week-view { - .cal-day-headers { - border-color: mat-color($foreground, divider); - } - - .cal-day-headers .cal-header:not(:last-child) { - border-color: mat-color($foreground, divider); - } - - .cal-day-headers .cal-header:hover { - background-color: mat-color($background, 'hover'); - } - - .cal-event.cal-starts-within-week { - border-top-left-radius: $border-radius-base; - border-bottom-left-radius: $border-radius-base;; - } - - .cal-event.cal-ends-within-week { - border-top-right-radius: $border-radius-base;; - border-bottom-right-radius: $border-radius-base;; - } - } - - .cal-month-view .cal-days, - .cal-day-view .cal-hour-rows, - .cal-week-view .cal-day-headers { - border-left: 0; - border-right: 0; - } - - .editButton, .deleteButton { - background-size: cover; - width: 13px; - height: 13px; - display: inline-block; - margin: 0 5px; - } - .editButton { - background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUyOC44OTkgNTI4Ljg5OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTI4Ljg5OSA1MjguODk5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC44ODMsODkuMTI1bDEwNy41OSwxMDcuNTg5bC0yNzIuMzQsMjcyLjM0TDU2LjYwNCwzNjEuNDY1TDMyOC44ODMsODkuMTI1eiBNNTE4LjExMyw2My4xNzdsLTQ3Ljk4MS00Ny45ODEgICBjLTE4LjU0My0xOC41NDMtNDguNjUzLTE4LjU0My02Ny4yNTksMGwtNDUuOTYxLDQ1Ljk2MWwxMDcuNTksMTA3LjU5bDUzLjYxMS01My42MTEgICBDNTMyLjQ5NSwxMDAuNzUzLDUzMi40OTUsNzcuNTU5LDUxOC4xMTMsNjMuMTc3eiBNMC4zLDUxMi42OWMtMS45NTgsOC44MTIsNS45OTgsMTYuNzA4LDE0LjgxMSwxNC41NjVsMTE5Ljg5MS0yOS4wNjkgICBMMjcuNDczLDM5MC41OTdMMC4zLDUxMi42OXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K); - - } - .deleteButton { - background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2xlYXIiPgoJCTxwb2x5Z29uIHBvaW50cz0iMzU3LDM1LjcgMzIxLjMsMCAxNzguNSwxNDIuOCAzNS43LDAgMCwzNS43IDE0Mi44LDE3OC41IDAsMzIxLjMgMzUuNywzNTcgMTc4LjUsMjE0LjIgMzIxLjMsMzU3IDM1NywzMjEuMyAgICAgMjE0LjIsMTc4LjUgICAiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K); - } -} diff --git a/ng6-seed/dist/assets/styles/scss/components/_chat.scss b/ng6-seed/dist/assets/styles/scss/components/_chat.scss deleted file mode 100644 index 619a77686..000000000 --- a/ng6-seed/dist/assets/styles/scss/components/_chat.scss +++ /dev/null @@ -1,144 +0,0 @@ -@import "../material.variables"; -@import "../mixins/bi-app/bi-app-ltr"; -@import "../app.variables"; -@import "../mixins"; - -.chat-conversation-user { - overflow: hidden; - box-sizing: border-box; - width: 100%; - margin-bottom: $gutter; - padding: 0 2rem; - @include flexbox; -} - -.me { - @include justify-content(flex-end); -} - -.me .chat-conversation-avatar { - @include margin-left($gutter); - @include order(2); -} - -.chat-conversation-message { - position: relative; - padding: .625rem $gutter; - background-color: white; - @include rounded(4px); - p { - margin: 0; - } - .chat-date { - display: block; - font-size: 11px; - padding-top: 2px; - } -} - -.me .chat-conversation-message { - @include order(1); - .chat-date { - text-align: right; - } -} - -.me .chat-conversation-message::after { - position: absolute; - bottom: 0; - width: 0; - height: 0; - content: ''; - border: 5px solid mat-color($accent); - border-top-color: transparent; - border-right-color: transparent; - @include right(-7px); -} - -.them .chat-conversation-avatar { - @include margin-right($gutter); -} - -.them .chat-conversation-message::after { - position: absolute; - top: 0; - width: 0; - height: 0; - content: ''; - border: 5px solid mat-color($background, card); - border-bottom-color: transparent; - @include left(-7px); - @include border-left-color(transparent); -} - -.chat-conversation-avatar { - position: relative; - width: 36px; - @include flex-shrink(0); - @include flex-grow(0); - img { - max-width: 100%; - border-radius: 50%; - } -} -.chat-conversation-user.me .chat-conversation-message { - position: relative; - background-color: mat-color($accent); - @include float(right); - p { - color: white; - } -} - -.app-dark :host /deep/ { - .them .chat-conversation-message { - background: mat-color($dark-background, card); - } - .them .chat-conversation-message::after { - border: 5px solid mat-color($dark-background, card); - border-bottom-color: transparent; - @include left(-7px); - @include border-left-color(transparent); - } -} - -[dir="rtl"] :host /deep/ { - .me .chat-conversation-avatar { - @include margin-left(0); - @include margin-right($gutter); - } - .me .chat-conversation-message { - .chat-date { - text-align: left; - } - } - - .me .chat-conversation-message::after { - border: 5px solid mat-color($accent); - border-top-color: transparent; - border-right-color: mat-color($accent); - border-left-color: transparent; - @include right(auto); - @include left(-7px); - } - - .them .chat-conversation-avatar { - @include margin-right(0); - @include margin-left($gutter); - } - - .them .chat-conversation-message::after { - border: 5px solid mat-color($background, card); - border-bottom-color: transparent; - border-right-color: transparent; - @include left(auto); - @include right(-7px); - //@include border-left-color(transparent); - } - - - .chat-conversation-user.me .chat-conversation-message { -// @include float(right); - @include float(left); - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/components/_custom.scss b/ng6-seed/dist/assets/styles/scss/components/_custom.scss deleted file mode 100644 index c44a19dde..000000000 --- a/ng6-seed/dist/assets/styles/scss/components/_custom.scss +++ /dev/null @@ -1,678 +0,0 @@ - - -//List - -.post-module { - position: relative; - z-index: 1; - display: block; - background: #FFFFFF; - height: 506px; - -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); - -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); - box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); - -webkit-transition: all 0.3s linear 0s; - -moz-transition: all 0.3s linear 0s; - -ms-transition: all 0.3s linear 0s; - -o-transition: all 0.3s linear 0s; - transition: all 0.3s linear 0s; -} -.post-module:hover, -.hover { - -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3); - -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3); - box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3); -} -.post-module:hover .thumbnail img, -.hover .thumbnail img { - -webkit-transform: scale(1.1); - -moz-transform: scale(1.1); - transform: scale(1.1); - opacity: .6; -} -.post-module .thumbnail { - background: #000000; - height: 400px; - overflow: hidden; -} -.post-module .thumbnail .date { - position: absolute; - top: 20px; - right: 20px; - z-index: 1; - background: #e74c3c; - width: 55px; - height: 55px; - padding: 5.5px 0; - -webkit-border-radius: 100%; - -moz-border-radius: 100%; - border-radius: 100%; - color: #FFFFFF; - font-weight: 700; - text-align: center; - -webkti-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.post-module .thumbnail .date .day { - font-size: 18px; -} -.post-module .thumbnail .date .month { - font-size: 12px; - text-transform: uppercase; -} -.post-module .thumbnail img { - display: block; - width: 120%; - -webkit-transition: all 0.3s linear 0s; - -moz-transition: all 0.3s linear 0s; - -ms-transition: all 0.3s linear 0s; - -o-transition: all 0.3s linear 0s; - transition: all 0.3s linear 0s; -} -.post-module .post-content { - position: absolute; - bottom: 0; - background: #FFFFFF; - width: 100%; - padding: 30px; - -webkti-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s; - -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s; - -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s; - -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s; - transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s; -} -.post-module .post-content .category { - position: absolute; - top: -34px; - left: 0; - background: #e74c3c; - padding: 10px 15px; - color: #FFFFFF; - font-size: 14px; - font-weight: 600; - text-transform: uppercase; -} -.post-module .post-content .title { - margin: 0; - padding: 0 0 10px; - color: #333333; - font-size: 26px; - font-weight: 700; -} -.post-module .post-content .sub_title { - margin: 0; - padding: 0 0 20px; - color: #e74c3c; - font-size: 20px; - font-weight: 400; -} -.post-module .post-content .description { - display: none; - color: #666666; - font-size: 14px; - line-height: 1.8em; -} -.post-module .post-content .post-meta { - margin: 30px 0 0; - color: #999999; -} -.post-module .post-content .post-meta .timestamp { - margin: 0 16px 0 0; -} -.post-module .post-content .post-meta a { - color: #999999; - text-decoration: none; -} -.hover .post-content .description { - display: block !important; - height: auto !important; - opacity: 1 !important; -} -.container { - max-width: 800px; - min-width: 640px; - margin: 0 auto; -} -.container:before, -.container:after { - content: ''; - display: block; - clear: both; -} -.container .column { - width: 50%; - padding: 0 25px; - -webkti-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.container .column .demo-title { - margin: 0 0 15px; - color: #666666; - font-size: 18px; - font-weight: bold; - text-transform: uppercase; -} -.container .info { - width: 300px; - margin: 50px auto; - text-align: center; -} -.container .info h1 { - margin: 0 0 15px; - padding: 0; - font-size: 24px; - font-weight: bold; - color: #333333; -} -.container .info span { - color: #666666; - font-size: 12px; -} -.container .info span a { - color: #000000; - text-decoration: none; -} -.container .info span .fa { - color: #e74c3c; -} - - - - - - -//Gallery -$hover-font-color:#fff; -.hover-parent { - box-shadow: 0 2px 4px -1px rgba( 0, 0, 0, .14), 0 4px 5px 0 rgba( 0, 0, 0, .098), 0 1px 10px 0 rgba( 0, 0, 0, .084); - transition: 0.3s ease-in-out 0s; - position: relative; - overflow: hidden; - .hover-overlay { - background: rgba(0, 0, 0, 0.4); - position: absolute; - top: 0; - left: 0; - padding: 1rem; - opacity: 0; - transition: 0.3s ease-in-out 0s; - right: 0; - bottom: 0; - .hover-overlay-content { - color: $hover-font-color; - transition: 0.3s ease-in-out 0s; - transform: translateY(60px); - } - } - &:hover { - box-shadow: 0 2px 4px -1px rgba( 0, 0, 0, .2), 0 4px 5px 0 rgba( 0, 0, 0, .4), 0 1px 10px 0 rgba( 0, 0, 0, .07); - .hover-overlay { - opacity: 1; - .hover-overlay-content { - transform: translate(0); - } - } - } -} - -//Contact Us -.more-bold { - font-size: 4rem; - font-weight: bold; -} - -.border-right { - border-right: 1px solid rgba(255, 255, 255, 0.8); - position: relative; -} - -.hero .hero-overlay { - background-color: rgba(60, 59, 63, 0.8); -} - -.contact-info { - p { - font-size: 1.3rem; - margin-bottom: 0; - margin-top: 0; - } -} - -//Socail friends -.friend-single { - .card { - padding-top: 20px; - margin: 10px 0 20px 0; - background-color: rgba(214, 224, 226, 0.2); - border-top-width: 0; - border-bottom-width: 2px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - .card-heading { - padding: 0 20px; - margin: 0; - &.simple { - font-size: 20px; - font-weight: 300; - color: #777; - border-bottom: 1px solid #e5e5e5; - } - &.image { - img { - display: inline-block; - width: 46px; - height: 46px; - margin-right: 15px; - vertical-align: top; - border: 0; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - border-radius: 50%; - } - .card-heading-header { - display: inline-block; - vertical-align: top; - h3 { - margin: 0; - font-size: 14px; - line-height: 16px; - color: #262626; - } - span { - font-size: 12px; - color: #999999; - } - } - } - } - .card-body { - padding: 0 20px; - margin-top: 20px; - } - .card-media { - padding: 0 20px; - margin: 0 -14px; - img { - max-width: 100%; - max-height: 100%; - } - } - .card-actions { - min-height: 30px; - padding: 0 20px 20px 20px; - margin: 20px 0 0 0; - } - .card-comments { - padding: 20px; - margin: 0; - background-color: #f8f8f8; - .comments-collapse-toggle { - padding: 0; - margin: 0 20px 12px 20px; - a, - span { - padding-right: 5px; - overflow: hidden; - font-size: 12px; - color: #999; - text-overflow: ellipsis; - white-space: nowrap; - } - } - } - } - .card-comments .media-heading { - font-size: 13px; - font-weight: bold; - } - .card { - &.people { - position: relative; - display: inline-block; - width: 170px; - height: 300px; - padding-top: 0; - margin-left: 20px; - overflow: hidden; - vertical-align: top; - &:first-child { - margin-left: 0; - } - .card-top { - position: absolute; - top: 0; - left: 0; - display: inline-block; - width: 170px; - height: 150px; - background-color: #ffffff; - &.green { - background-color: #53a93f; - } - &.blue { - background-color: #427fed; - } - } - .card-info { - position: absolute; - top: 150px; - display: inline-block; - width: 100%; - height: 101px; - overflow: hidden; - background: #ffffff; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - .title { - display: block; - margin: 8px 14px 0 14px; - overflow: hidden; - font-size: 16px; - font-weight: bold; - line-height: 18px; - color: #404040; - } - .desc { - display: block; - margin: 8px 14px 0 14px; - overflow: hidden; - font-size: 12px; - line-height: 16px; - color: #737373; - text-overflow: ellipsis; - } - } - .card-bottom { - position: absolute; - bottom: 0; - left: 0; - display: inline-block; - width: 100%; - padding: 10px 20px; - line-height: 29px; - text-align: center; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - } - } - &.hovercard { - position: relative; - padding-top: 0; - overflow: hidden; - text-align: center; - background-color: rgba(214, 224, 226, 0.2); - .cardheader { - background: url("../../assets/images/night.jpg"); - background-size: cover; - height: 135px; - } - .avatar { - position: relative; - top: -50px; - margin-bottom: -50px; - img { - width: 100px; - height: 100px; - max-width: 100px; - max-height: 100px; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - border-radius: 50%; - border: 5px solid rgba(255, 255, 255, 0.5); - } - } - .info { - padding: 4px 8px 10px; - .title { - margin-bottom: 4px; - font-size: 24px; - line-height: 1; - color: #262626; - vertical-align: middle; - } - .desc { - overflow: hidden; - font-size: 12px; - line-height: 20px; - color: #737373; - text-overflow: ellipsis; - } - } - .bottom { - padding: 0 20px; - margin-bottom: 17px; - } - } - } - .btn { - border-radius: 50%; - width: 32px; - height: 32px; - line-height: 18px; - } -} - -.profile-cover { - background-image: url("/../../../assets/images/night.jpg"); - background-position: center center; - background-size: cover; - padding: 7rem 0; -} - -.profile-avatar { - top: -25%; - left: 5%; - position: absolute; - width: 200px; - img { - border-radius: 100%; - border: 5px solid #fff; - } -} - -.EdgeButton--tertiary { - background-color: #fff; - border: 1px solid #66757f; - color: #66757f; -} - -.EdgeButton, -.EdgeButton:visited { - border-radius: 100px; - box-shadow: none; - cursor: pointer; - font-size: 14px; - font-weight: bold; - line-height: 20px; - padding: 6px 16px; - position: relative; - text-align: center; - white-space: nowrap; -} - -.profile-w { - background: #fff; -} - -.profile-head { - h4 { - font-size: 1.3rem; - margin-top: 0; - font-weight: bold; - } -} - -.thumb-border { - border: 1px solid rgba(0, 0, 0, 0.12); - padding: 4px; -} - -.profile-info { - padding-top: 5rem; - span { - display: block; - margin-bottom: 0.4rem; - i { - margin-right: 0.3rem; - font-size: 1rem; - } - } -} - -img { - height: auto; - max-width: 100%; - vertical-align: middle; -} - -.profile-menu { - li { - display: inline-block; - >a { - display: block; - font-weight: bold; - padding: 3px 15px 7px; - color: rgba(0, 0, 0, 0.87); - } - } -} - -.post-profile-head, -.time { - display: inline-block; -} - -.post-profile-head { - font-size: 1rem; - font-weight: bold; -} - -.profile-content { - background: #fff; - padding: 1rem; - font-size: 14px; - margin: 0; - vertical-align: top; - width: 100%; -} - -.profile-cont { - ul { - padding: 0; - list-style: none; - margin: 0; - li { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - padding: 1rem 0; - } - } -} - -.profile-thumb { - width: 70px; - border-radius: 100%; -} - -.profile-i { - span { - margin-right: 0.2rem; - &:last-child { - margin: 0; - } - } - p { - margin-top: 0; - } -} - -.profile-action { - a { - display: inline-block; - font-size: 1rem; - margin-right: 0.8rem; - &:last-child { - margin: 0; - } - } -} - -.time, -.twitter-uname, -.profile-action a { - color: rgba(0, 0, 0, 0.54); -} - -@media(max-width:1199px) { - .profile-avatar { - width: 120px; - } -} - -@media(max-width:598px) { - .user-links{ - display: none; - } - .EdgeButton--tertiary { - float: right; - margin: 1rem; - } - - .profile-avatar { - top: -54%; - } - .profile-info { - padding-top: 2rem; - } -} -@media(max-width:959px){ - .icon-tp{ - padding-top:1rem; - padding-bottom:1rem; -} -.profile{ - height:400px !important; -} -.mat-card.settings-panel{ - width:280px !important; -} -} - - -.app-dark { - .friend-single .card.hovercard .info .desc,.friend-single .title a{ - color: #fff; -} - .post-module .post-content{ - background: mat-color($dark-background, card); - } - .post-module .post-content .title{ - color:#fff; - } - .profile{ - background: mat-color($dark-background, card); - } - .pricing-table .pricing-option{ - background: mat-color($dark-background, card); - } - .pricing-table .pricing-option h1,.user-card-stats li a,.profile-menu li > a,.time, .twitter-uname, .profile-action a,.p-list-main .p-list .bottom .left .buy i,.p-list-main .p-list .bottom .left .buy:hover i{ - color: #fff; - } - .user-list-card,.profile-w,.profile-content,.p-list-main .p-list .bottom .left{ - background: mat-color($dark-background, card); - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/components/_editor.scss b/ng6-seed/dist/assets/styles/scss/components/_editor.scss deleted file mode 100644 index 9d0a0b54a..000000000 --- a/ng6-seed/dist/assets/styles/scss/components/_editor.scss +++ /dev/null @@ -1,26 +0,0 @@ -@import "../material.variables"; -@import "../mixins/bi-app/bi-app-ltr"; -@import "../app.variables"; -@import "../mixins"; - -:host /deep/ { -} - -.app-dark :host /deep/ { - .ql-snow .ql-picker .ql-picker-label { - color: mat-color($dark-foreground, base); - } - .ql-snow .ql-stroke { - stroke: mat-color($dark-foreground, base); - } - .ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill { - fill: mat-color($dark-foreground, base); - } -} - -[dir=rtl] :host /deep/ { - .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg { - right: auto; - left: 0; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/components/_messages.scss b/ng6-seed/dist/assets/styles/scss/components/_messages.scss deleted file mode 100644 index 2767914d0..000000000 --- a/ng6-seed/dist/assets/styles/scss/components/_messages.scss +++ /dev/null @@ -1,105 +0,0 @@ -@import "../material.variables"; -@import "../mixins/bi-app/bi-app-ltr"; -@import "../app.variables"; -@import "../mixins"; -:host /deep/ { - [appAccordionToggle] { - cursor: pointer; - } - .message-icon { - width: 24px; - height: 24px; - border-radius: 12px; - margin-right:1rem; - } - .message-content { - overflow: hidden; - max-height: 0; - -webkit-transition: .3s cubic-bezier(.35, 0, .25, 1); - -moz-transition: .3s cubic-bezier(.35, 0, .25, 1); - transition: .3s cubic-bezier(.35, 0, .25, 1); - -webkit-transition-property: max-height; - -moz-transition-property: max-height; - transition-property: max-height; - } - .compose-btn { - width: 100%; - .mat-icon { - margin-top: 0.4rem; - } - } - .mail-db { - .mat-sidenav-container { - - background-repeat: no-repeat; - background-size: cover; - .mat-list-item-content{ - color: #fff; - .mat-icon{ - color: #fff; - } - } - } - } - .messages-list [appAccordion] { - -webkit-transition: .3s cubic-bezier(.35, 0, .25, 1); - -moz-transition: .3s cubic-bezier(.35, 0, .25, 1); - transition: .3s cubic-bezier(.35, 0, .25, 1); - -webkit-transition-property: margin; - -moz-transition-property: margin; - transition-property: margin; - } - .messages-list [appAccordionLink].open .message-content { - max-height: 1000px; - } - .messages-list [appAccordionLink].open .mat-list-item-content { - padding: 0.8rem 2rem; - } - .messages-list [appAccordionLink]:not(.open) { - .show-on-open { - display: none; - } - } - .messages-list [appAccordionLink].open { - margin: 1rem -1rem!important; - .hide-on-open { - display: none; - } - } - .messages-nav { - mat-icon { - margin-right: 16px; - } - } - .messages-list .mat-list-item-content { - display: block!important; - height: auto; - padding: 0.8rem $gutter; - } - .messages-list { - position: relative; - .mat-list-item { - box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05)!important; - background-color: #fff; - display: block; - } - } -} - -.app-dark :host /deep/ { - .messages-list { - .mat-list-item { - background: mat-color($dark-background, card); - color: mat-color($dark-foreground, base); - } - } -} - -[dir="rtl"] :host /deep/ { - .messages-nav { - mat-icon { - margin-right: 0; - margin-left: 16px; - } - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/components/_perfect-scrollbar.scss b/ng6-seed/dist/assets/styles/scss/components/_perfect-scrollbar.scss deleted file mode 100644 index 032d91e2f..000000000 --- a/ng6-seed/dist/assets/styles/scss/components/_perfect-scrollbar.scss +++ /dev/null @@ -1,179 +0,0 @@ -/*--------------- -Perfect Scrollbar ----------------*/ -$ps-border-radius: 6px !default; - -$ps-rail-default-opacity: 0 !default; -$ps-rail-container-hover-opacity: 0.6 !default; -$ps-rail-hover-opacity: 0.9 !default; - -$ps-bar-bg: transparent !default; -$ps-bar-container-hover-bg: #aaa !default; -$ps-bar-hover-bg: #999 !default; -$ps-rail-hover-bg: #eee !default; - -// Sizes -$ps-scrollbar-x-rail-bottom: 0px !default; -$ps-scrollbar-x-rail-height: 15px !default; -$ps-scrollbar-x-bottom: 2px !default; -$ps-scrollbar-x-height: 6px !default; -$ps-scrollbar-x-hover-height: 11px !default; - -$ps-scrollbar-y-rail-right: 0 !default; -$ps-scrollbar-y-rail-width: 15px !default; -$ps-scrollbar-y-right: 2px !default; -$ps-scrollbar-y-width: 6px !default; -$ps-scrollbar-y-hover-width: 11px !default; - - -@mixin scrollbar-rail-default($theme) { - display: none; - position: absolute; /* please don't change 'position' */ - opacity: map_get($theme, rail-default-opacity); - transition: background-color .2s linear, opacity .2s linear; -} - -@mixin scrollbar-rail-hover($theme) { - background-color: map_get($theme, rail-hover-bg); - opacity: map_get($theme, rail-hover-opacity); -} - -@mixin scrollbar-default($theme) { - position: absolute; /* please don't change 'position' */ - background-color: map_get($theme, bar-container-hover-bg); - border-radius: map_get($theme, border-radius); - transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, - border-radius .2s ease-in-out; -} - -@mixin scrollbar-hover($theme) { - background-color: map_get($theme, bar-hover-bg); -} - -@mixin in-scrolling($theme) { - &.ps-in-scrolling { - &.ps-x > .ps-scrollbar-x-rail { - @include scrollbar-rail-hover($theme); - > .ps-scrollbar-x { - @include scrollbar-hover($theme); - height: map_get($theme, scrollbar-x-hover-height); - } - } - &.ps-y > .ps-scrollbar-y-rail { - @include scrollbar-rail-hover($theme); - > .ps-scrollbar-y { - @include scrollbar-hover($theme); - width: map_get($theme, scrollbar-y-hover-width); - } - } - } -} - -// Layout and theme mixin -@mixin ps-container($theme) { - -ms-touch-action: auto; - touch-action: auto; - overflow: hidden !important; - -ms-overflow-style: none; - - // IE10+ - @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - overflow: auto !important; - } - - &.ps-active-x > .ps-scrollbar-x-rail, - &.ps-active-y > .ps-scrollbar-y-rail { - display: block; - background-color: map_get($theme, bar-bg); - } - - @include in-scrolling($theme); - - > .ps-scrollbar-x-rail { - @include scrollbar-rail-default($theme); - bottom: map_get($theme, scrollbar-x-rail-bottom); /* there must be 'bottom' for ps-scrollbar-x-rail */ - height: map_get($theme, scrollbar-x-rail-height); - - > .ps-scrollbar-x { - @include scrollbar-default($theme); - bottom: map_get($theme, scrollbar-x-bottom); /* there must be 'bottom' for ps-scrollbar-x */ - height: map_get($theme, scrollbar-x-height); - } - &:hover, - &:active { - > .ps-scrollbar-x { - height: map_get($theme, scrollbar-x-hover-height); - } - } - } - - > .ps-scrollbar-y-rail { - @include scrollbar-rail-default($theme); - right: map_get($theme, scrollbar-y-rail-right); /* there must be 'right' for ps-scrollbar-y-rail */ - width: map_get($theme, scrollbar-y-rail-width); - - > .ps-scrollbar-y { - @include scrollbar-default($theme); - right: map_get($theme, scrollbar-y-right); /* there must be 'right' for ps-scrollbar-y */ - width: map_get($theme, scrollbar-y-width); - } - &:hover, - &:active { - > .ps-scrollbar-y { - width: map_get($theme, scrollbar-y-hover-width); - } - } - } - - &:hover { - @include in-scrolling($theme); - - > .ps-scrollbar-x-rail, - > .ps-scrollbar-y-rail { - opacity: map_get($theme, rail-container-hover-opacity); - } - - > .ps-scrollbar-x-rail:hover { - @include scrollbar-rail-hover($theme); - - > .ps-scrollbar-x { - @include scrollbar-hover($theme); - } - } - - > .ps-scrollbar-y-rail:hover { - @include scrollbar-rail-hover($theme); - - > .ps-scrollbar-y { - @include scrollbar-hover($theme); - } - } - } -} - - -$ps-theme-default: ( - border-radius: $ps-border-radius, - rail-default-opacity: $ps-rail-default-opacity, - rail-container-hover-opacity: $ps-rail-container-hover-opacity, - rail-hover-opacity: $ps-rail-hover-opacity, - bar-bg: $ps-bar-bg, - bar-container-hover-bg: $ps-bar-container-hover-bg, - bar-hover-bg: $ps-bar-hover-bg, - rail-hover-bg: $ps-rail-hover-bg, - scrollbar-x-rail-bottom: $ps-scrollbar-x-rail-bottom, - scrollbar-x-rail-height: $ps-scrollbar-x-rail-height, - scrollbar-x-bottom: $ps-scrollbar-x-bottom, - scrollbar-x-height: $ps-scrollbar-x-height, - scrollbar-x-hover-height: $ps-scrollbar-x-hover-height, - scrollbar-y-rail-right: $ps-scrollbar-y-rail-right, - scrollbar-y-rail-width: $ps-scrollbar-y-rail-width, - scrollbar-y-right: $ps-scrollbar-y-right, - scrollbar-y-width: $ps-scrollbar-y-width, - scrollbar-y-hover-width: $ps-scrollbar-y-hover-width, -); - -// Default theme -.ps-container { - @include ps-container($ps-theme-default); -} diff --git a/ng6-seed/dist/assets/styles/scss/components/_pricing.scss b/ng6-seed/dist/assets/styles/scss/components/_pricing.scss deleted file mode 100644 index f1e45e0bc..000000000 --- a/ng6-seed/dist/assets/styles/scss/components/_pricing.scss +++ /dev/null @@ -1,57 +0,0 @@ -@import "../material.variables"; -@import "../mixins/bi-app/bi-app-ltr"; -@import "../app.variables"; -@import "../mixins"; - -:host /deep/ { - .pricing-plan { - text-align: center; - cursor: default; - margin-bottom: 22px; - .mat-list[dense] .mat-list-item .mat-list-item-content, .mat-nav-list[dense] .mat-list-item .mat-list-item-content { - display: inline-flex; - } - } - .plan-price { - font-size: 2.5rem; - font-weight: 900; - position: relative; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - } - .plan-price-symbol { - font-size: 1rem; - vertical-align: super; - } - .plan-price-period { - font-size: 0.8125rem; - display: inline-block; - padding: 0; - opacity: .7; - } - .plan-title { - font-size: 0.8125rem; - font-weight: 500; - overflow: hidden; - margin-bottom: $gutter; - white-space: nowrap; - letter-spacing: .01rem; - text-transform: uppercase; - text-overflow: ellipsis; - } - .plan-features { - line-height: 2.5; - margin: 0; - padding: $gutter; - list-style: none; - li { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - } - } - .switch-center { - margin: 0 auto; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/components/_social.scss b/ng6-seed/dist/assets/styles/scss/components/_social.scss deleted file mode 100644 index 1109cfc1f..000000000 --- a/ng6-seed/dist/assets/styles/scss/components/_social.scss +++ /dev/null @@ -1,90 +0,0 @@ -@import "../material.variables"; -@import "../mixins/bi-app/bi-app-ltr"; -@import "../app.variables"; -@import "../mixins"; - -$hover-font-color:#fff; -:host /deep/ { -mat-list.profile-list mat-list-item .mat-list-item-content { - padding: 0!important; - font-size: 13px!important; -} - -.profile-post { - textarea { - border: 0; - width: 100%; - padding: 8px; - outline: 0; - border-radius: $border-radius-base $border-radius-base 0 0 ; - font-size: $font-size-base; - } -} - -.activity-stream { - position: relative; - &::before { - content: ''; - position: absolute; - top: 42px; - bottom: 0; - left: 42px; - width: 1px; - background-color: mat-color($foreground, divider); - } - .mat-card { - background-color: transparent; - } - .mat-card-content { - padding-top: 0; - padding-left: 78px; - } -} - -} - - -[dir="rtl"] :host /deep/ { - .activity-stream { - &::before { - left: auto; - right: 42px; - } - .mat-card-content { - padding-left: o; - padding-right: 78px; - } - } -} - - .hover-parent { - box-shadow: 0 2px 4px -1px rgba( 0, 0, 0, .14), 0 4px 5px 0 rgba( 0, 0, 0, .098), 0 1px 10px 0 rgba( 0, 0, 0, .084); - transition: 0.3s ease-in-out 0s; - position: relative; - overflow: hidden; - .hover-overlay { - background: rgba(0, 0, 0, 0.4); - position: absolute; - top: 0; - left: 0; - padding: 1rem; - opacity: 0; - transition: 0.3s ease-in-out 0s; - right: 0; - bottom: 0; - .hover-overlay-content { - color: $hover-font-color; - transition: 0.3s ease-in-out 0s; - transform: translateY(60px); - } - } - &:hover { - box-shadow: 0 2px 4px -1px rgba( 0, 0, 0, .2), 0 4px 5px 0 rgba( 0, 0, 0, .4), 0 1px 10px 0 rgba( 0, 0, 0, .07); - .hover-overlay { - opacity: 1; - .hover-overlay-content { - transform: translate(0); - } - } - } - } \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/components/_table.scss b/ng6-seed/dist/assets/styles/scss/components/_table.scss deleted file mode 100644 index 904a9b5c0..000000000 --- a/ng6-seed/dist/assets/styles/scss/components/_table.scss +++ /dev/null @@ -1,330 +0,0 @@ -/* $Widget - ------------------------------------------*/ -.ngx-datatable.material { - padding: 0; - margin: ($gutter/3); -// @include mat-elevation(2); - box-shadow: 1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08); - @include mat-elevation-transition; - display: block; - position: relative; - border-radius: $border-radius-base; - &.fullscreen { - position: absolute !important; - height: auto !important; - top: 0; - left: 0; - right: 0; - bottom: 0; - } - &.striped { - .datatable-row-odd { - background: mat-color($background, 'hover'); - } - } - &.scroll-vertical { - height: 70vh; - } - - &.single-selection, - &.multi-selection { - .datatable-body-row { - &.active, - &.active .datatable-row-group { - @include _mat-toolbar-color($primary); - } - - &.active:hover, - &.active:hover .datatable-row-group { - background-color: darken(mat-color($primary), 2%); - color: #FFF; - - } - - &.active:focus, - &.active:focus .datatable-row-group { - background-color: darken(mat-color($primary), 4%); - color: #FFF; - } - } - } - - &:not(.cell-selection) { - .datatable-body-row { - &:hover, - &:hover .datatable-row-group { - background: mat-color($background, 'hover'); - } - - &:focus, - &:focus .datatable-row-group { - background-color: darken(mat-color($background, 'hover'), 2%);; - } - } - } - - &.cell-selection { - .datatable-body-cell { - &:hover, - &:hover .datatable-row-group { - background: mat-color($background, 'hover'); - } - - &:focus, - &:focus .datatable-row-group { - background-color: darken(mat-color($background, 'hover'), 2%);; - } - - &.active, - &.active .datatable-row-group { - @include _mat-toolbar-color($primary); - } - - &.active:hover, - &.active:hover .datatable-row-group { - background-color: darken(mat-color($primary), 2%); - color: #FFF; - } - - &.active:focus, - &.active:focus .datatable-row-group { - background-color: darken(mat-color($primary), 4%); - color: #FFF; - } - } - } - - /** - * Shared Styles - */ - .empty-row{ - padding: .85rem 1.2rem; - } - - .loading-row{ - padding: .85rem 1.2rem; - } - - /** - * Header Styles - */ - .datatable-header { - border-bottom: 1px solid mat-color($foreground, divider); - - .datatable-header-cell { - padding: .85rem 1.2rem; - color: rgba(mat-color($foreground, base), 0.87); - vertical-align: middle; - - &.longpress { - color:#00E676; - } - - &.dragging { - .resize-handle { - border-right: none; - } - } - } - - .resize-handle { - border-right:solid 1px mat-color($foreground, divider); - } - } - - /** - * Body Styles - */ - .datatable-body { - .datatable-row-detail { - background: #f5f5f5; - padding: 10px; - } - - .datatable-body-row { - .datatable-body-cell { - padding: .85rem 1.2rem; - box-sizing: border-box; - max-height: 100%; - display: flex; - flex-direction: row; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - justify-content: flex-start; - align-items: center; - align-content: center; - -webkit-box-pack: start; - -webkit-box-align: center; - .datatable-body-cell-label { - width: 100%; - } - } - } - - .progress-linear { - .container { - background-color: rgb(170,209,249); - - .bar { - background-color: rgb(16,108,200); - } - } - } - } - - /** - * Footer Styles - */ - .datatable-footer { - border-top: 1px solid mat-color($foreground, divider); - - .datatable-pager { - li { - vertical-align: middle; - - &.disabled a{ - color: rgba(0, 0, 0, 0.26) !important; - background-color: transparent !important; - } - - &.active a{ - background: mat-color($primary); - color: white; - font-weight: $font-weight-base; - } - } - } - } -} - -.app-dark .ngx-datatable.material { - background: mat-color($dark-background, card); - color: mat-color($dark-foreground, base); - &.striped { - .datatable-row-odd { - background: mat-color($dark-background, 'hover'); - } - } - - &.single-selection, - &.multi-selection { - .datatable-body-row { - &.active, - &.active .datatable-row-group { - @include _mat-toolbar-color($dark-primary); - } - - &.active:hover, - &.active:hover .datatable-row-group { - background-color: darken(mat-color($dark-primary), 2%); - } - - &.active:focus, - &.active:focus .datatable-row-group { - background-color: darken(mat-color($dark-primary), 4%); - } - } - } - - &:not(.cell-selection) { - .datatable-body-row { - &:hover, - &:hover .datatable-row-group { - background: mat-color($dark-background, 'hover'); - } - - &:focus, - &:focus .datatable-row-group { - background-color: darken(mat-color($dark-background, 'hover'), 2%);; - } - } - } - - &.cell-selection { - .datatable-body-cell { - &:hover, - &:hover .datatable-row-group { - background: mat-color($dark-background, 'hover'); - } - - &:focus, - &:focus .datatable-row-group { - background-color: darken(mat-color($dark-background, 'hover'), 2%);; - } - - &.active, - &.active .datatable-row-group { - @include _mat-toolbar-color($dark-primary); - } - - &.active:hover, - &.active:hover .datatable-row-group { - background-color: darken(mat-color($dark-primary), 2%); - } - - &.active:focus, - &.active:focus .datatable-row-group { - background-color: darken(mat-color($dark-primary), 4%); - } - } - } - - .datatable-header .datatable-row-left, .datatable-body .datatable-row-left, - .datatable-header .datatable-row-right, .datatable-body .datatable-row-right { - background-color: rgba(73, 73, 73, 1); - } - - /** - * Header Styles - */ - .datatable-header { - border-bottom: 1px solid mat-color($dark-foreground, divider); - - .datatable-header-cell { - color: mat-color($dark-foreground, base); - } - - .resize-handle { - border-right:solid 1px mat-color($dark-foreground, divider); - } - } - - /** - * Footer Styles - */ - .datatable-footer { - border-top: 1px solid mat-color($dark-foreground, divider); - - .datatable-pager { - li { - &.disabled a{ - color: rgba(255, 255, 255, 0.26) !important; - } - a { - color: mat-color($dark-foreground, base); - } - &.active a{ - background: mat-color($dark-primary); - } - } - } - } -} - -[dir=rtl] { - .ngx-datatable.material .datatable-header .datatable-header-cell { - text-align: right; - } - .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell { - text-align: right; - } - .ngx-datatable.material .empty-row{ - text-align: right; - } - .ngx-datatable.material .loading-row{ - text-align: right; - } - .ngx-datatable .datatable-footer .datatable-pager { - text-align: left; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/components/_timeline.scss b/ng6-seed/dist/assets/styles/scss/components/_timeline.scss deleted file mode 100644 index 2ceb344c2..000000000 --- a/ng6-seed/dist/assets/styles/scss/components/_timeline.scss +++ /dev/null @@ -1,312 +0,0 @@ -@import "../material.variables"; -@import "../mixins/bi-app/bi-app-ltr"; -@import "../app.variables"; -@import "../mixins"; - -.timeline { - position: relative; - margin: ($gutter/3); - &::before { - position: absolute; - top: 6px; - width: 4px; - height: 100%; - content: ''; - background: mat-color($background, card); - @include left(4px); - } - .timeline-icon { - position: absolute; - top: 15px; - width: 12px; - height: 12px; - text-align: center; - @include left(0); - @include rounded(50%); - &::after { - content: ''; - position: absolute; - top: 2px; - @include left(2px); - width: 8px; - height: 8px; - @include rounded(50%); - background: white; - } - } - .timeline-card { - position: relative; - margin: 40px 0; - @include clearfix(); - &:first-child .timeline-icon { - top: 0; - } - &:last-child .timeline-icon { - top: 0; - } - } - .timeline-card:first-child { - margin-top: 0; - } - .timeline-content { - position: relative; - @include margin-left(30px); - @include clearfix(); - > .mat-card { - @include float(left); - display: inline-block; - margin: 0; - } - } - .timeline-content .timeline-date { - display: inline-block; - padding: 4px 0 10px; - } - .timeline-content > .mat-card::before { - position: absolute; - top: 11px; - width: 0; - height: 0; - content: ' '; - pointer-events: none; - border-width: 10px; - border-style: solid; - @include right(100%); - @include border-color(transparent, rgba(150, 150, 150, .2), transparent, transparent); - } - .timeline-content > .mat-card::after { - position: absolute; - top: 12px; - width: 0; - height: 0; - content: ' '; - pointer-events: none; - border-width: 9px; - border-style: solid; - @include right(100%); - @include border-color(transparent, mat-color($background, card), transparent, transparent); - } -} - -@include media-breakpoint-up(lg) { - .timeline:not(.stacked) { - &::before { - @include left(50%); - @include margin-left(-2px); - } - .timeline-card:nth-child(odd) .timeline-content { - @include float(right); - } - .timeline-card:nth-child(even) .timeline-content { - @include float(left); - } - .timeline-card:nth-child(even) .timeline-content > .mat-card { - @include float(right); - } - .timeline-card:nth-child(even) .timeline-content > .mat-card::before { - position: absolute; - @include right(auto); - @include left(100%); - @include border-color(transparent, transparent, transparent, rgba(150, 150, 150, .2)); - } - .timeline-card:nth-child(even) .timeline-content > .mat-card::after { - position: absolute; - @include right(auto); - @include left(100%); - @include border-color(transparent, transparent, transparent, mat-color($background, card)); - } - .timeline-card:nth-child(odd) .timeline-content .timeline-date { - @include right(112%); - @include left(auto); - @include text-align(right); - } - .timeline-card:first-child { - margin-top: 0; - } - .timeline-icon { - @include left(50%); - @include margin-left(-6px); - } - .timeline-content { - width: 47%; - @include margin-left(0); - } - } - .timeline .timeline-date { - position: absolute; - top: 7px; - width: 100%; - @include left(112%); - } - .timeline.stacked { - .timeline-content > .mat-card { - margin-bottom: 0; - } - .timeline-date { - position: relative; - top: 0; - width: 100%; - @include left(auto); - } - } -} - -@include media-breakpoint-down(md) { - .timeline { - .timeline-content { - margin-left: 30px; - } - .timeline-content > .mat-card { - @include float(left); - } - .timeline-content > .mat-card { - margin-bottom: 0; - } - .timeline-date { - position: relative; - top: 0; - width: 100%; - @include left(auto); - } - } -} - -[dir="rtl"] :host /deep/ { - .timeline { - &::before { - @include left(auto); - @include right(4px); - } - .timeline-icon { - @include left(auto); - @include right(0); - } - .timeline-content { - > .mat-card { - @include float(right!important); - } - } - &.stacked { - .timeline-content { - margin-left: 0; - margin-right: 30px; - } - .timeline-content .timeline-date { - text-align: right; - } - .timeline-content > .mat-card::before { - @include right(auto); - @include left(100%); - @include border-color(transparent, transparent, transparent, rgba(150, 150, 150, .2)); - } - .timeline-content > .mat-card::after { - @include right(auto); - @include left(100%); - @include border-color(transparent, transparent, transparent, mat-color($background, card)); - } - } - } - - @include media-breakpoint-up(lg) { - .timeline:not(.stacked) { - &::before { - @include left(auto); - @include right(50%); - @include margin-left(0); - @include margin-right(-2px); - } - .timeline-icon { - @include left(auto); - @include right(50%); - @include margin-left(0); - @include margin-right(-6px); - } - } - .timeline .timeline-date { - text-align: left; - } - .timeline.stacked { - .timeline-date { - position: relative; - top: 0; - width: 100%; - @include left(auto); - text-align: right; - } - } - } - - @include media-breakpoint-down(md) { - .timeline { - .timeline-content { - margin-left: 0; - margin-right: 30px; - } - .timeline-content .timeline-date { - text-align: right; - } - .timeline-content > .mat-card::before { - @include right(auto!important); - @include left(100%!important); - @include border-color(transparent, transparent, transparent, rgba(150, 150, 150, .2)!important); - } - .timeline-content > .mat-card::after { - @include right(auto!important); - @include left(100%!important); - @include border-color(transparent, transparent, transparent, mat-color($background, card)!important); - } - } - } -} - -.app-dark :host /deep/ { - .timeline { - &::before { - background: mat-color($dark-background, card); - } - .timeline-icon { - &::after { - background: mat-color($dark-background, card); - } - } - .timeline-content > .mat-card::before { - @include border-color(transparent, mat-color($dark-background, card), transparent, transparent!important); - } - .timeline-content > .mat-card::after { - @include border-color(transparent, mat-color($dark-background, card), transparent, transparent!important); - } - } - @include media-breakpoint-up(lg) { - .timeline:not(.stacked) { - .timeline-card:nth-child(even) .timeline-content > .mat-card::before { - @include border-color(transparent, transparent, transparent, mat-color($dark-background, card)!important); - } - .timeline-card:nth-child(even) .timeline-content > .mat-card::after { - @include border-color(transparent, transparent, transparent, mat-color($dark-background, card)!important); - } - } - } -} - -.app-dark[dir="rtl"] :host /deep/ { - .timeline { - &.stacked { - .timeline-content > .mat-card::before { - @include border-color(transparent, transparent, transparent, rgba(150, 150, 150, .2)!important); - } - .timeline-content > .mat-card::after { - @include border-color(transparent, transparent, transparent, mat-color($dark-background, card)!important); - } - } - } - @include media-breakpoint-down(md) { - .timeline { - .timeline-content > .mat-card::before { - @include border-color(transparent, transparent, transparent, rgba(150, 150, 150, .2)!important); - } - .timeline-content > .mat-card::after { - @include border-color(transparent, transparent, transparent, mat-color($dark-background, card)!important); - } - } - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/components/_treeview.scss b/ng6-seed/dist/assets/styles/scss/components/_treeview.scss deleted file mode 100644 index 1be974ae5..000000000 --- a/ng6-seed/dist/assets/styles/scss/components/_treeview.scss +++ /dev/null @@ -1,68 +0,0 @@ -@import "../material.variables"; -@import "../mixins/bi-app/bi-app-ltr"; -@import "../app.variables"; -@import "../mixins"; - -:host /deep/ { - .node-wrapper { - display: flex; - align-items: center; - } - .toggle-children-wrapper { - padding: 0; - } - .toggle-children { - background-image: none; - height: 24px; - width: 24px; - &::after{ - content: 'arrow_drop_down'; - font-family: 'Material Icons'; - font-size: 24px; - width: 24px; - font-weight: normal; - font-style: normal; - line-height: 1; - /* Preferred icon size */ - display: inline-block; - vertical-align: bottom; - white-space: nowrap; - letter-spacing: normal; - text-transform: none; - word-wrap: normal; - direction: ltr; - /* Support for all WebKit browsers. */ - -webkit-font-smoothing: antialiased; - /* Support for Safari and Chrome. */ - text-rendering: optimizeLegibility; - /* Support for Firefox. */ - -moz-osx-font-smoothing: grayscale; - /* Support for IE. */ - font-feature-settings: 'liga'; - } - } - .tree-node-collapsed > .node-wrapper > .toggle-children-wrapper > .toggle-children { - transform: rotate(-90deg); - } - .tree-node-expanded > .node-wrapper > .toggle-children-wrapper > .toggle-children { - transform: rotate(0); - } - .node-content-wrapper:hover { - background: mat-color($background, 'hover'); - border-radius: $border-radius-large; - } - .tree-node-active.tree-node-focused > .node-wrapper > .node-content-wrapper { - background: mat-color($background, 'hover'); - border-radius: $border-radius-large; - } - .tree-node-focused > .node-wrapper > .node-content-wrapper { - background: mat-color($background, 'hover'); - } -} - -[dir=rtl] :host /deep/ { - .tree-children { - padding-left: 0; - padding-right: 20px; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/components/_upload.scss b/ng6-seed/dist/assets/styles/scss/components/_upload.scss deleted file mode 100644 index 2ba5a7f40..000000000 --- a/ng6-seed/dist/assets/styles/scss/components/_upload.scss +++ /dev/null @@ -1,19 +0,0 @@ -@import "../material.variables"; -@import "../mixins/bi-app/bi-app-ltr"; -@import "../app.variables"; -@import "../mixins"; - -.my-drop-zone { - min-height: 32px; - margin-bottom: $gutter; - padding: ($gutter/2); - border: dashed 1px mat-color($foreground, divider); - background-color: white; - @include rounded($border-radius-base); -} - -.app-dark :host /deep/ { - .my-drop-zone { - background: mat-color($dark-background, card); - } -} diff --git a/ng6-seed/dist/assets/styles/scss/core/_main-header.scss b/ng6-seed/dist/assets/styles/scss/core/_main-header.scss deleted file mode 100644 index 38eee1653..000000000 --- a/ng6-seed/dist/assets/styles/scss/core/_main-header.scss +++ /dev/null @@ -1,171 +0,0 @@ -/* ---------------- -1.4 Header ----------------*/ - -mat-toolbar { - .toolbar-avatar { - width: 40px; - height: 40px; - line-height: 24px; - } - .toolbar-avatar img { - width: 40px; - border-radius: 50%; - } - .notification-label { - position: absolute; - top: 0; - left: 50%; - font-size: 0.75rem; - font-weight: 700; - line-height: 0.8125rem; - border-radius: 50%; - width: 13px; - height: 13px; - background-color: mat-color($warn); - color: white; - text-align: center; - } - &.main-header { - padding: 0 0.3125rem; - background: transparent; - position: relative; - box-shadow: 0 7px 6px rgba(0, 0, 0, 0.05); - background: $main-header-bg-color; - z-index: 1; - .search-bar { - left: 0; - right: 0; - transition: all 0.3s ease-in-out 0s; - .search-form { - background: rgba(255, 255, 255, 1); - position: relative; - border-radius: $border-radius-large; - margin-right: $gutter; - display: block; - margin: 0 0.3125rem; - input { - font-size: 1rem; - padding: .95rem .75rem; - z-index: 2; - cursor: text; - text-indent: 30px; - border: none; - background: transparent; - width: 100%; - outline: 0; - border: 1px solid #eeeeee; - } - .material-icons { - position: absolute; - top: 50%; - left: 10px; - margin-top: -0.75rem; - color: rgba(mat-color($foreground, base), 0.87); - } - } - } - } -} - -.branding { - height: 64px; - padding: 1rem 0; - h2 { - margin: 0; - font-size: 1.8rem; - } -} - -.search-in { - .search-bar { - transform: translateY(0%) !important; - } -} - -.opt-menu { - .mat-menu-content { - padding-top: 0; - } - .head-menu { - font-size: 1.3rem !important; - border-bottom: 2px solid rgba(255, 255, 255, 0.2); - background: linear-gradient(58deg, #f44336, #673ab7); - color: #fff; - &:hover { - background: linear-gradient(58deg, #f44336, #673ab7); - } - } - img { - border-radius: 100%; - box-shadow: 0px 0 4px 0 rgba(0, 0, 0, 0.6) !important; - border: 2px solid rgba(0, 0, 0, 0.2); - margin-right: 0.4rem; - } -} - -// Specific height for mobile devices in portrait mode. -@media ($mat-xsmall) and (orientation: portrait) { - mat-toolbar { - &.main-header { - .branding { - padding: 0 16px 0 16px; - } - .logo { - width: 87px; - height: 20px; - -webkit-background-size: 87px 20px; - background-size: 87px 20px; - } - } - } -} - -// Specific height for mobile devices in landscape mode. -@media ($mat-small) and (orientation: landscape) { - mat-toolbar { - &.main-header { - .search-bar { - .search-form { - input { - padding: .65rem .75rem; - } - } - } - } - } -} - -[dir="rtl"] { - .main-header { - .branding { - padding: 0 16px 0 64px; - } - .search-bar { - .search-form { - .material-icons { - left: auto; - right: 10px; - } - } - } - } -} - -.messages-list .mat-expansion-indicator { - display: none; -} - -@media(max-width:768px) { - .name-user { - display: none; - - } - .img-thumb img{ - margin-right: 3rem !important; - } -} - - -// \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/core/_main-panel.scss b/ng6-seed/dist/assets/styles/scss/core/_main-panel.scss deleted file mode 100644 index 0362f82fb..000000000 --- a/ng6-seed/dist/assets/styles/scss/core/_main-panel.scss +++ /dev/null @@ -1,250 +0,0 @@ -/* ---------------- -1.5 Main Panel ----------------*/ - -$mat-toolbar-height-desktop: 64px !default; -$mat-toolbar-height-mobile-portrait: 56px !default; -$mat-toolbar-height-mobile-landscape: 48px !default; -.app-inner { - position: relative; - width: 100%; - max-width: 100%; - @include flexbox; - @include flex-direction(row); -} - -@media ($mat-xsmall) and (orientation: portrait) { - .app-inner { - height: calc(100vh - #{$mat-toolbar-height-mobile-portrait}); - } -} - -// Specific height for mobile devices in landscape mode. - -@media ($mat-small) and (orientation: landscape) { - .app-inner { - height: calc(100vh - #{$mat-toolbar-height-mobile-landscape}); - } -} - - -/* Boxed layout*/ - -.app.boxed { - overflow: hidden; - margin-right: auto; - margin-left: auto; -} - -@media (min-width: 48em) { - .app.boxed { - max-width: 46.88rem; - } -} - -@media (min-width: 62rem) { - .app.boxed { - max-width: 60.63rem; - } -} - -@media (min-width: 75rem) { - .app.boxed { - max-width: 73.13rem; - } -} - -.mat-sidenav-content { - min-height: 100%; - //background: $main-panel-bg; - box-sizing: border-box; - @include flex-direction(column); - @include flexbox; - @include flex(1); - overflow-y: auto; - overflow-x: hidden; - padding: ($gutter/3); - >.main-content { - box-sizing: border-box; - @include flex-direction(column); - @include flexbox; - @include flex(1); - >.content-view { - position: relative; - box-sizing: border-box; - padding: $gutter; - @include flex(1 0 auto); - } - } -} - -.app-dark .mat-sidenav-content { - background-color: rgba(53, 53, 53, 1.00); -} - -//Top Menu - -.top-menu { - .horizontal-top-bar{ - display: flex; - } - - .horizontal-logo{ - display: block; - } - .sidebar-panel{ - display: none; - } - .mat-drawer-content.mat-sidenav-content { - margin: 0 !important; - overflow: hidden; - } - .horizontal-menu { - background: #fff; - box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1); - .main-h-list { - padding: 0; - margin: 0; - >li { - display: inline-block; - >a { - display: flex; - padding: 1rem 1rem; - margin: 0 0.5rem; - } - &:hover { - >.dropdown { - opacity: 1; - visibility: visible; - transform: translateY(0px); - } - } - } - li { - position: relative; - } - .dropdown { - position: absolute; - opacity: 0; - visibility: hidden; - width: 200px; - transition: all 0.2s ease-in-out 0s; - transform: translateY(-20px); - background: #fff; - padding: 0; - list-style: none; - text-align: left; - z-index: 9; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); - a { - padding: 0.5rem 1rem; - display: block; - &:hover{ - background: #f2f4f8; - } - } - li:hover { - >.dropdown { - opacity: 1; - visibility: visible; - transform: translateY(0px); - } - } - } - .dropdown .dropdown { - top: 0; - left: 100%; - } - .mat-icon { - margin-right: 0.5rem; - } - } - } - .horizontal-logo .branding h2 { - font-weight: 700; - background-image: linear-gradient(58deg, #f44336, #673ab7); - color: transparent; - -webkit-background-clip: text; - background-clip: text; - color: transparent; - position: relative; - background-clip: text; - } - .vertical-menu{ - display: none !important; - } - .horizontal-top-bar > div { - align-self: center; - } - .menu-links{ - text-align: right; - } - - &.collapsed-sidebar.side-panel-opened mat-sidenav.sidebar-panel ~ .mat-drawer-content { - margin-left: 0 !important; - } - &.compact-sidebar.side-panel-opened mat-sidenav.sidebar-panel ~ .mat-drawer-content { - margin-left: 0 !important; - } - &.compact-sidebar .branding span { - display: inline-block; - } - &.collapsed-sidebar .branding span { - display: inline-block; - } -} -.vertical-menu{ - align-items: center; - .horizontal-top-bar,.horizontal-menu { -display: none !important; - } - -} - -@media(max-width:960px){ - .top-menu{ - .vertical-menu{ - display: flex !important; - } - .horizontal-top-bar{ - display: none !important; - } - .sidebar-panel{ - display: flex; - } - .horizontal-menu{ - display: none !important; - } - } -} -.app-dark{ - &.top-menu{ - .horizontal-menu{ - background: transparent; - } - .main-h-list .dropdown{ - background: #424242; - a:hover { - background: #353535; - } - } - } -} -[dir="rtl"] { - &.top-menu .horizontal-logo .branding h2 { - line-height: 64px; - } - &.top-menu .menu-links { - text-align: left; - } - &.top-menu .horizontal-menu .main-h-list .dropdown { - - text-align: right; - - } - &.top-menu .horizontal-menu .main-h-list .dropdown .dropdown { - - left: -100%; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/core/_main-sidebar.scss b/ng6-seed/dist/assets/styles/scss/core/_main-sidebar.scss deleted file mode 100644 index bed7bdf91..000000000 --- a/ng6-seed/dist/assets/styles/scss/core/_main-sidebar.scss +++ /dev/null @@ -1,844 +0,0 @@ -/* ---------------- -1.3 Sidebar Panel ----------------*/ - - mat-sidenav.sidebar-panel { - overflow-x: hidden; - width: $sidebar-width; - box-shadow: $base-card-box-shadow !important; - .mat-sidenav-focus-trap>.cdk-focus-trap-content { - position: relative; - } - >nav { - min-width: $sidebar-width; - } - .mat-list-item div.mat-list-item-content { - display: block; - height: auto; - max-height: 48px; - overflow: hidden; - padding: 0; - -webkit-transition: max-height .3s cubic-bezier(.35, 0, .25, 1); - -moz-transition: max-height .3s cubic-bezier(.35, 0, .25, 1); - transition: max-height .3s cubic-bezier(.35, 0, .25, 1); - } - .mat-nav-list .mat-list-item { - height: auto; - background-color: transparent; - -webkit-transition: background-color .3s cubic-bezier(.35, 0, .25, 1); - -moz-transition: background-color .3s cubic-bezier(.35, 0, .25, 1); - transition: background-color .3s cubic-bezier(.35, 0, .25, 1); - } - .mat-list-item.open>div.mat-list-item-content { - max-height: 1000px; - background: mat-color($background, 'hover'); - } - .mat-nav-list a { - display: flex; - flex-direction: row; - align-items: center; - height: 48px; - padding: 0 16px; - color: $sidebar-menu-color; - } - .sub-menu { - padding-top: 0; - overflow: hidden; - -webkit-transition: .5s cubic-bezier(.35, 0, .25, 1); - -moz-transition: .5s cubic-bezier(.35, 0, .25, 1); - transition: .5s cubic-bezier(.35, 0, .25, 1); - -webkit-transition-property: max-height; - -moz-transition-property: max-height; - transition-property: max-height; - } - .sub-menu a { - @include padding-left(64px); - } - .sub-menu .sub-menu a { - @include padding-left(64px + 16px); - } - .sub-menu .sub-menu .sub-menu a { - @include padding-left(64px + 32px); - } - .sub-menu .sub-menu .sub-menu .sub-menu a { - @include padding-left(64px + 48px); - } - .navigation { - mat-icon:not(.menu-caret) { - @include margin-right(24px); - } - .menu-caret { - display: inline-block; - -webkit-transition: -webkit-transform $transition-duration cubic-bezier(.7, 0, .3, 1); - -moz-transition: -moz-transform $transition-duration cubic-bezier(.7, 0, .3, 1); - -o-transition: -o-transform $transition-duration cubic-bezier(.7, 0, .3, 1); - transition: transform $transition-duration cubic-bezier(.7, 0, .3, 1); - @include float(right); - @include margin-left(.3125rem); - text-align: center; - } - .open>.mat-list-item-content>[appAccordionToggle]>.menu-caret { - @include rotate(-180deg); - } - .menu-badge { - display: inline-block; - height: 16px; - min-width: 10px; - line-height: 18px; - text-align: center; - border-radius: 16px; - font-size: 10px; - font-weight: 700; - padding: 0 4px; - } - .open>.mat-list-item-content>.sub-menu { - max-height: 1000px; - } - } - } - - .mat-drawer-content { - display: flex !important; - } - - .user-profile-thumb { - color: $user-profile-name-color; - img { - border: $user-profile-thumb-border; - } - } - - .user-pro-wrap { - padding: 1rem; - position: relative; - border-top: 2px solid rgba(255, 255, 255, 0.1); - border-bottom: 2px solid rgba(255, 255, 255, 0.1); - } - - .branding { - padding: 1.5rem 0; - h2 { - color: #fff; - margin: 0; - } - } - - .most-link { - display: inline-block; - color: $profile-link; - width: 50px; - height: 50px; - line-height: 50px; - border-radius: 12px; - .mat-icon { - margin-top: 0.8rem; - } - } - - .sidebar-panel { - background-image: url("../../assets/images/bg-1.jpg"); - background-position: center; - background-size: cover; - background-repeat: no-repeat; - } - - .mat-card.settings-panel .demo-checkbox{ - height: 100% !important; - overflow-y: auto; - } - - [mat-fab].mat-fab-bottom-right { - top: 47% !important; - right: 0 !important; - position: fixed !important; - border-radius: 0!important; - z-index: 9; - } - - .user-i { - z-index: 99; - position: relative; - span { - font-weight: bold; - font-size: 1rem; - padding: 0 0.5rem; - } - } - - .bg-overlay { - position: absolute; - left: 0; - z-index: -1; - right: 0; - top: 0; - bottom: 0; - opacity: 0.85; - background-image: $main-bg-color; - } - - .mat-sidenav-content { - overflow-x: hidden !important; - padding: 0 !important; - background: $main-content; - display: flex; - } - - .body-container { - height: calc(100% - 64px); - overflow-x: hidden; - overflow-y: auto; - position: relative; - padding: 2rem; - margin-bottom: 2rem; - } - - @media(max-width:991px) { - .body-container { - padding: 1rem; - } - html { - font-size: 14px; - } - } - - body { - .opt-side { - height: 100%; - overflow-x: hidden; - overflow-y: auto; - } - .app { - height: 100%; - overflow: hidden; - } - .app-inner { - height: 100%; - } - .main-nav { - height: calc(100% - 64px); - } - } - - .m-gap { - margin-bottom: $card-spacing; - } - - .p-gap { - padding-left: $card-spacing / 2; - padding-right: $card-spacing / 2; - } - - @include media-breakpoint-up(md) { - /* Collapsed sidebar */ - .collapsed-sidebar { - .mat-sidenav-backdrop { - display: none; - } - .branding { - span { - display: none; - } - } - .user-i { - span { - display: none; - } - } - &.side-panel-opened mat-sidenav.sidebar-panel~.mat-drawer-content { - margin-left: $collapsed-sidebar-width !important; - } - mat-sidenav.sidebar-panel { - -webkit-transition: width .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1)!important; - transition: width .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1)!important; - } - mat-sidenav.sidebar-panel:not(:hover) { - width: $collapsed-sidebar-width; - .sub-menu { - display: none!important; - visibility: hidden; - } - .mat-list-item>.mat-list-item-content>a { - padding-right: 0; - padding-left: 0; - text-align: center; - } - .mat-list-item>.mat-list-item-content>a>span:not(.menu-badge), - .mat-list-item>.mat-list-item-content>a>.menu-caret { - display: none; - } - .mat-list-item>.mat-list-item-content>a>span.menu-badge { - position: absolute; - top: 10px; - right: 16px; - } - .mat-list-item>.mat-list-item-content>a>.material-icons { - width: $collapsed-sidebar-width!important; - padding: 0; - margin: 0; - } - } - } - /* Compact sidebar */ - .compact-sidebar { - &.side-panel-opened mat-sidenav.sidebar-panel~.mat-drawer-content { - margin-left: $compact-sidebar-width!important; - } - .opt-side { - height: 100%; - overflow: visible; - } - &.app { - overflow: auto; - height: auto; - } - .branding { - span { - display: none; - } - } - .user-i { - span { - display: none; - } - } - mat-sidenav.sidebar-panel { - -webkit-transition: width .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1)!important; - transition: width .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1)!important; - } - mat-sidenav.sidebar-panel { - width: $compact-sidebar-width; - overflow: visible!important; - .navigation>.mat-list-item>.mat-list-item-content { - height: 60px; - max-height: 60px; - -webkit-box-align: center; - -ms-flex-align: center; - -moz-align-items: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - -moz-justify-content: center; - justify-content: center; - } - .navigation>.mat-list-item { - position: relative; - } - .navigation>.mat-list-item>.mat-list-item-content { - overflow: visible; - } - .navigation>.mat-list-item>.mat-list-item-content>a { - padding-right: 0; - padding-left: 0; - padding-top: 9px; - padding-bottom: 9px; - text-align: center; - box-sizing: content-box!important; - -ms-flex-direction: column!important; - flex-direction: column!important, ; - height: 42px; - } - .navigation>.mat-list-item>.mat-list-item-content>a>span:not(.menu-badge):not(.menu-caret) { - font-size: 12px; - } - .navigation>.mat-list-item>.mat-list-item-content>a>span.menu-badge { - position: absolute; - top: 10px; - right: 16px; - } - .navigation>.mat-list-item>.mat-list-item-content>a>.material-icons { - width: $compact-sidebar-width!important; - padding: 0; - margin: 0; - } - .navigation>.mat-list-item:hover>.mat-list-item-content>.sub-menu { - display: block!important; - visibility: visible; - } - .mat-list-item>.mat-list-item-content>a>.menu-caret, - .mat-list-item>.mat-list-item-content>a>[fxflex], - { - display: none; - } - .sub-menu { - display: none!important; - visibility: hidden; - background: mat-color($background, 'card'); - box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); - position: absolute; - top: 0; - left: 100%; - width: 150px; - max-height: 300px; - overflow-x: hidden; - overflow-y: auto; - a { - padding-left: 16px; - height: 36px; - color: rgba(0, 0, 0, 0.87); - } - } - } - } - } - - //for demo - //sidebar - .header-green { - .mat-toolbar.main-header { - background: #009688 !important - } - } - - .color-green { - color: #009688; - } - - .header-red { - .mat-toolbar.main-header { - background: #f44336 !important; - } - } - - .color-red { - color: #f44336; - } - - .header-purple { - .mat-toolbar.main-header { - background: #9c27b0 !important; - } - } - - .color-purple { - color: #9c27b0; - } - - .header-pink { - .mat-toolbar.main-header { - background: #E91E63 !important - } - } - - .color-pink { - color: #E91E63; - } - - .header-blue { - .mat-toolbar.main-header { - background: #2196F3 !important - } - } - - .color-blue { - color: #2196F3; - } - - .header-green-deep { - .mat-toolbar.main-header { - background: #43A047 !important - } - } - - .color-green-deep { - color: #43A047; - } - - .header-brown { - .mat-toolbar.main-header { - background: #795548 !important - } - } - - .color-brown { - color: #795548; - } - - .header-orange { - .mat-toolbar.main-header { - background: #FF5722 !important - } - } - - .color-orange { - color: #FF5722; - } - - //Sideabr color - body .bg-img-disable .sidebar-panel { - background: none !important; - } - - .sidebar-green { - .sidebar-panel { - .bg-overlay { - background: rgba(0, 150, 136, 0.8)!important; - } - } - } - - .sidebar-red { - .sidebar-panel { - .bg-overlay { - background: rgba(244, 67, 54, 0.8)!important; - } - } - } - - .sidebar-purple { - .sidebar-panel { - .bg-overlay { - background: rgba(156, 39, 176, 0.8)!important; - } - } - } - - .sidebar-pink { - .sidebar-panel { - .bg-overlay { - background: rgba(233, 30, 99, 0.8)!important; - } - } - } - - .sidebar-blue { - .sidebar-panel { - .bg-overlay { - background: rgba(33, 150, 243, 0.8)!important; - } - } - } - - .sidebar-green-deep { - .sidebar-panel { - .bg-overlay { - background: rgba(67, 160, 71, 0.8)!important; - } - } - } - - .sidebar-brown { - .sidebar-panel { - .bg-overlay { - background: rgba(121, 85, 72, 0.8)!important; - } - } - } - - .sidebar-orange { - .sidebar-panel { - .bg-overlay { - background: rgba(255, 87, 34, 0.8)!important; - } - } - } - - .bg-1 { - .sidebar-panel { - background-image: url("../../assets/images/bg-5.jpg") !important; - } - } - - .bg-2 { - .sidebar-panel { - background-image: url("../../assets/images/bg-2.jpg") !important; - } - } - - .bg-3 { - .sidebar-panel { - background-image: url("../../assets/images/bg-3.jpg") !important; - } - } - - .bg-4 { - .sidebar-panel { - background-image: url("../../assets/images/bg-4.jpg") !important; - } - } - - .bg-none.bg-4, - .bg-none.bg-3, - .bg-none.bg-2, - .bg-none.bg-1 { - .sidebar-panel { - background-image: none !important; - } - } - - .color-sidebar, - .color-header { - .mb-1 { - display: inline-block; - width: 49%; - } - } - - //border active - .demo-checkbox { - img, - i { - border: 3px solid transparent; - } - .border-active { - img, - i { - border: 3px solid #ffd740; - } - i { - border-radius: 10px; - } - } - } - - //rtl - [dir="rtl"] { - mat-sidenav.sidebar-panel { - .sub-menu a { - @include padding-right(64px); - @include padding-left(16px); - } - .sub-menu .sub-menu a { - @include padding-right(64px+16px); - @include padding-left(16px); - } - .sub-menu .sub-menu .sub-menu a { - @include padding-right(64px+32px); - @include padding-left(16px); - } - .sub-menu .sub-menu .sub-menu .sub-menu a { - @include padding-right(64px+48px); - @include padding-left(16px); - } - .navigation { - mat-icon:not(.menu-caret) { - @include margin-left(24px); - @include margin-right(0); - } - .menu-caret { - @include float(left); - @include margin-right(.3125rem); - @include margin-left(0); - } - } - } - .img-box ul { - left: 5%; - } - .social { - margin: 90px 24% !important; - } - .p-list-main .p-list .bottom .left { - float: right; - } - @media(max-width:1024px) { - .social { - margin: 90px 15% !important; - } - } - } - - @include media-breakpoint-up(md) { - .side-panel-opened[dir="rtl"] .mat-drawer-content { - margin-left: 0 !important; - margin-right: 15rem !important; - } - [dir="rtl"] { - &.collapsed-sidebar, - .collapsed-sidebar { - mat-sidenav.sidebar-panel.mat-sidenav-opened~.mat-sidenav-content { - margin-left: 0!important; - margin-right: $collapsed-sidebar-width!important; - } - mat-sidenav.sidebar-panel:not(:hover) { - .mat-list-item>.mat-list-item-content>a>span.menu-badge { - right: auto; - left: 16px; - } - } - } - &.compact-sidebar, - .compact-sidebar { - mat-sidenav.sidebar-panel.mat-sidenav-opened~.mat-sidenav-content { - margin-left: auto!important; - margin-right: $compact-sidebar-width!important; - } - mat-sidenav.sidebar-panel { - .navigation>.mat-list-item>.mat-list-item-content>a>span.menu-badge { - right: auto; - left: 16px; - } - .sub-menu { - left: auto; - right: 100%; - a { - padding-left: 16px; - padding-right: 16px; - } - } - } - } - } - .app-dark { - &.compact-sidebar, - .compact-sidebar { - mat-sidenav.sidebar-panel .sub-menu { - background: mat-color($dark-background, card); - } - } - } - } - - .app { - overflow-x: hidden; - } - /* Main*/ - - .search-in { - .search-form { - transform: translateY(0%) !important; - } - } - - .widget-icon { - width: 50px; - height: 50px; - line-height: 65px; - text-align: center; - border-radius: 100%; - border: 1px solid rgba(255, 255, 255, 0.4); - margin: 0 1rem; - background: rgba(255, 255, 255, 0.1); - } - - .grid-corner { - position: absolute; - top: 0; - right: 0; - background: rgba(255, 255, 255, 0.2); - padding: 15px 12px 22px 24px; - border-radius: 0 0 0 100%; - transition: all 0.3s ease-in-out 0s; - } - - .card-header h5, - h3 { - margin-top: 0; - } - - .base-card { - .fa-lg { - transition: all 0.3s ease-in-out 0s; - } - &:hover { - .fa-lg { - font-size: 2rem; - } - } - } - - .base-text { - i { - float: left; - margin-right: 10px; - margin-top: 8px; - } - } - - //card profile - .pro-card { - padding: 3rem 2rem; - } - - .pro-img { - img { - border-radius: 100%; - box-shadow: $base-card-box-shadow; - } - } - - .profile-share { - padding: 0; - li { - display: inline-block; - a { - font-size: 1rem; - padding: 0 0.2rem; - } - } - } - - //wheather widget - .wheather-widget { - .wheather-today { - padding-top: 2rem; - padding-left: 1rem; - padding-right: 1rem; - i { - font-size: 6rem; - } - } - .wheather-future { - padding: 1rem 0; - i { - font-size: 3rem; - } - } - .wheather-child { - border-left: 1px solid rgba(0, 0, 0, 0.1); - &:last-child { - border-right: 1px solid rgba(0, 0, 0, 0.1); - } - } - } - - //comment - .w-50 { - width: 50px; - } - - .time { - display: block; - } - - .comment-time { - display: block; - right: 1rem; - font-size: 78%; - } - - .message-content .shadow-none.mat-card { - padding: 1rem; - } - - .mat-row { - margin-right: -0.5rem; - margin-left: -0.5rem; - } - - .mat-pad { - padding-left: 0.5rem; - padding-right: 0.5rem; - } - - @media(max-width:580px) { - .table-responsive { - display: block; - width: 100%; - overflow-x: auto; - -ms-overflow-style: -ms-autohiding-scrollbar; - } - body .p-2 { - padding: 1rem !important; - } - } - - body .mat-card> :last-child { - border: 2px; - } - - //product detail - body .sidebar-container { - height: 100%; - position: relative; - } \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/core/_notification-sidebar.scss b/ng6-seed/dist/assets/styles/scss/core/_notification-sidebar.scss deleted file mode 100644 index 792a89ca6..000000000 --- a/ng6-seed/dist/assets/styles/scss/core/_notification-sidebar.scss +++ /dev/null @@ -1,19 +0,0 @@ -/* $chat-panel - ------------------------------------------*/ - -.chat-panel { - max-width: 320px; - width: 100%; - overflow: hidden; - mat-tab-group, .mat-tab-body-wrapper, mat-tab-body, .mat-tab-body-content { - height: 100%; - } - .scroll { - height: 100%; - overflow-x: hidden; - overflow-y: auto; - position: absolute; - width: 100%; - -webkit-overflow-scrolling: touch; - } -} diff --git a/ng6-seed/dist/assets/styles/scss/core/_scaffolding.scss b/ng6-seed/dist/assets/styles/scss/core/_scaffolding.scss deleted file mode 100644 index 6cf727285..000000000 --- a/ng6-seed/dist/assets/styles/scss/core/_scaffolding.scss +++ /dev/null @@ -1,104 +0,0 @@ -/*--------------- -1.1 Scaffolding ----------------*/ -$mat-font-family: Roboto, 'Helvetica Neue', sans-serif; - -html { - font-size: 16px; -} - -html, body { - width: 100%; - height: 100%; - position: relative; - - -webkit-tap-highlight-color: rgba(0,0,0,0); - -webkit-touch-callout: none; - - min-height: 100%; - - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -body { - margin: 0; - padding: 0; - font-weight: $font-weight-base; - font-size: $font-size-base; - color: rgba(mat-color($foreground, base), 0.87); - line-height: 1.5; - font-family: $mat-font-family; - &.pace-done { - background: #6b6b6b; - } -} - -[tabindex='-1']:focus { - outline: none; -} - -select, -button, -textarea, -input { - vertical-align: baseline; -} - -html, body { - &[dir=rtl], &[dir=ltr] { - unicode-bidi: embed - } -} - -bdo[dir=rtl] { - direction: rtl; - unicode-bidi: bidi-override; -} -bdo[dir=ltr] { - direction: ltr; - unicode-bidi: bidi-override; -} - - -.mat-card.settings-panel { - position: fixed; - bottom: 0px; - right: 0px; - width: 350px; - z-index: 9; - top:58px; -} -.bg-img > div { - float: left; - width: 50%; - padding: 0.75rem; - border-radius: 10px; - - img{ - border-radius:10px; - box-shadow:1.5px 2.6px 13px 0 rgba(0, 35, 136, 0.3); - } -} - -.clearfix::after { - display: block; - clear: both; - content: ""; -} -*, ::after, ::before { - box-sizing: border-box; -} -.demo-checkbox { - .mat-checkbox, .mat-checkbox-layout { - width: 100%; - } - .mat-checkbox-layout .mat-checkbox-label { - flex: 1; - box-sizing: border-box; - -webkit-box-flex: 1; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/core/_sessions.scss b/ng6-seed/dist/assets/styles/scss/core/_sessions.scss deleted file mode 100644 index 3a0f7f228..000000000 --- a/ng6-seed/dist/assets/styles/scss/core/_sessions.scss +++ /dev/null @@ -1,160 +0,0 @@ -/* ---------------- -1.6 Sessions ----------------*/ - -.about-w { - background-image: url("/../../../assets/images/about.jpg"); -} - -.form-bg { - background-image: url("/../../../assets/images/login.jpg"); -} - -.form-bg { - height: 100vh; - background-position: center center; - background-size: cover; - margin: 0; - padding: 0; - border: 0; - background-size: cover; - background-position: top center; - min-height: calc(100vh + 100px); - height: auto; -} -.shared-icon{ - margin:0.3rem; - padding: 0.8rem 2rem; - display: inline-block; - color: #fff; - border-radius: 5px; -} -.form-bg::before { - background-color: rgba(0, 0, 0, 0.5); - position: absolute; - z-index: 1; - width: 100%; - height: 100%; - display: block; - left: 0; - top: 0; - content: ""; -} - -body .login-session{ - position: relative; - z-index: 99; - padding: 2rem !important; -} -.text-white { - color: #fff; -} - -.title-block { - height: 75vh; - background-repeat: no-repeat; - background-size: cover; - background-position: center center; -} - -.hero { - position: relative; - .hero-overlay { - background-color: rgba(60, 59, 63, 0.8); - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; - } -} -.forgot-img{ - box-shadow: 1.5px 2.6px 19px 0 rgba(0, 22, 17, 0.8); -} -.session { - position: relative; - z-index: 4000; - min-height: calc(100vh + 100px); - @include flexbox; - @include flex-direction(column); -} -.error-text { - font-size: 12rem; - display: inline-block; - color: #fff; - line-height: normal; -} - -.error-wrapper{ - text-align: center; - z-index: 99; - padding-top:5rem; - color: #fff; -} -.session-content { - padding: 40px $gutter; - @include flexbox; - @include align-items(center); - @include justify-content(center); - @include flex(1 0 auto); - @include flex-direction(column); - min-height: 100%; -} - -.session-wrapper { - @include flex(none); - max-width: 400px; - width: 100%; - margin: 0 auto; -} - -.lockscreen-avatar { - position: relative; - display: block; - margin: -75px auto 0!important; -} - -.lockscreen-wrapper { - @include flex(none); - max-width: 280px; - width: 100%; - margin: 0 auto; -} - -.error-title { - font-size: 150px; - line-height: 1.2; - font-weight: 900; - display: inline-table; - position: relative; - background: mat-color($primary); - color: #fff; - padding: 0 $gutter; - border-radius: 8px; - cursor: pointer; - margin: 0 0 $gutter; - &:after { - top: 100%; - left: 50%; - border: solid transparent; - content: ''; - height: 0; - width: 0; - position: absolute; - pointer-events: none; - border-color: rgba(0, 0, 0, 0); - border-top-color: mat-color($primary); - border-width: 8px; - margin-left: -8px; - } -} - -.error-subtitle { - font-size: 32px; - font-weight: 300; -} - -.notfound { - background-image: url("/../../../assets/images/notfound.jpg"); -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/core/_typography.scss b/ng6-seed/dist/assets/styles/scss/core/_typography.scss deleted file mode 100644 index 01c539283..000000000 --- a/ng6-seed/dist/assets/styles/scss/core/_typography.scss +++ /dev/null @@ -1,48 +0,0 @@ - -/*--------------- -1.2 Typography ----------------*/ - -h1, h2, h3, h4, h5, h6, -.h1, .h2, .h3, .h4, .h5, .h6 { - margin-bottom: $headings-margin-bottom; - font-weight: $headings-font-weight; - line-height: $headings-line-height; - color: $headings-color; -} - -h1, .h1 { font-size: $font-size-h1; } -h2, .h2 { font-size: $font-size-h2; } -h3, .h3 { font-size: $font-size-h3; } -h4, .h4 { font-size: $font-size-h4; } -h5, .h5 { font-size: $font-size-h5; } -h6, .h6 { font-size: $font-size-h6; } - -a { - text-decoration: none; - color: inherit; - @include hover-focus { - cursor: pointer; - text-decoration: none; - outline: 0; - } -} - -button { - outline: 0; -} - -figure { - margin: 0; -} - -hr { - margin-top: 0; - margin-bottom: 0; - border: 0; - border-top: 1px solid mat-color($foreground, divider); -} - -strong, b { - font-weight: 700; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/material/_buttons.scss b/ng6-seed/dist/assets/styles/scss/material/_buttons.scss deleted file mode 100644 index 1a100dade..000000000 --- a/ng6-seed/dist/assets/styles/scss/material/_buttons.scss +++ /dev/null @@ -1,40 +0,0 @@ -$mat-fab-size: 56px !default; -$mat-fab-padding: 16px !default; - -[mat-raised-button], [mat-fab], [mat-mini-fab], [mat-button], [mat-icon-button] { - border-radius: $border-radius-base; - font-weight: $font-weight-base; - &[mat-button-sm] { - font-size: 13px; - line-height: 30px; - padding: 0 8px; - } -} - -[mat-icon-button] { - &[mat-button-sm] { - padding: 0; - width: 30px; - height: 30px; - mat-icon { - font-size: 20px; - line-height: 20px; - } - } -} - -@mixin mat-fab-position($spot, $top: auto, $right: auto, $bottom: auto, $left: auto) { - [mat-fab].mat-fab-#{$spot} { - top: $top; - right: $right; - bottom: $bottom; - left: $left; - position: fixed; - } -} - -$mat-fab-pos-offset: ($mat-fab-size - $mat-fab-padding) / 2; -@include mat-fab-position(bottom-right, auto, $mat-fab-pos-offset, 1rem, auto); -@include mat-fab-position(bottom-left, auto, auto, -25px, $mat-fab-pos-offset); -@include mat-fab-position(top-right, $mat-fab-pos-offset, $mat-fab-pos-offset, auto, auto); -@include mat-fab-position(top-left, $mat-fab-pos-offset, auto, auto, $mat-fab-pos-offset); diff --git a/ng6-seed/dist/assets/styles/scss/material/_cards.scss b/ng6-seed/dist/assets/styles/scss/material/_cards.scss deleted file mode 100644 index 68fcb4356..000000000 --- a/ng6-seed/dist/assets/styles/scss/material/_cards.scss +++ /dev/null @@ -1,159 +0,0 @@ -/* $cards - ------------------------------------------*/ - -$mat-card-header-size: 40px !default; -body { - .mat-card { - padding: 0; - margin: ($gutter/3); - border-radius: $border-radius-base; - // @include mat-elevation(1); - box-shadow: $base-card-box-shadow !important; - color: rgba(mat-color($foreground, base), 0.87); - .mat-card-header { - height: auto; - } - > :first-child { - border-radius: $border-radius-base $border-radius-base 0 0; - } - > :last-child { - border-radius: 0 0 $border-radius-base $border-radius-base; - } - /* Temporary fix */ - /* https://github.com/angular/material2/issues/3131 */ - [mat-card-avatar] { - height: $mat-card-header-size; - width: $mat-card-header-size; - border-radius: 50%; - } - [mat-card-avatar] { - font-size: 40px; - line-height: 40px; - margin: $gutter 0 0 $gutter; - } - /*********/ - .mat-card-image { - width: 100%; - margin: 0; - } - .mat-card-image:first-child { - margin-top: 0; - border-radius: $border-radius-base $border-radius-base 0 0; - } - .mat-card-title { - padding-top: $gutter; - padding-left: $gutter; - padding-right: $gutter; - line-height: 1; - font-size: 1rem; - font-weight: normal; - } - .mat-card-subtitle { - padding-left: $gutter; - padding-right: $gutter; - line-height: 1; - font-size: 0.8rem; - } - .mat-card-subtitle:first-child { - padding-top: $gutter; - } - .mat-card-title:nth-child(2) { - margin-top: -24px; - } - .mat-card-content { - padding: $gutter; - margin-bottom: 0; - position: relative; - } - [mat-fab-card-float] { - top: -36px; - position: absolute; - right: 8px; - } - .mat-card-actions, - .mat-card-actions:last-child { - padding: $gutter / 2; - margin: 0; - } - &.mat-card { - padding: 0; - } - [mat-card-float-icon] { - position: absolute; - right: 15px; - top: 50%; - margin-top: -20px; - width: 40px; - height: 40px; - .material-icons { - font-size: 40px; - opacity: .2; - transform: rotate(-5deg); - } - } - [mat-card-widget] { - height: auto; - display: flex; - flex-direction: row; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-grid-row-align: center; - align-items: center; - -webkit-align-content: center; - align-content: center; - max-width: 100%; - padding: $gutter; - [mat-card-widget-title], - p { - margin: 0; - padding: 0; - } - } - .card-image-header { - position: relative; - background-size: cover; - background-position: center bottom; - background-repeat: no-repat; - width: 100%; - } - &.card-widget { - .card-widget-content { - display: flex; - flex-direction: row; - height: 40px; - margin: -($gutter/2) 0 $gutter 0; - } - } - } -} - -.base-border { - position: relative; - &:after { - content: ''; - display: inline-block; - width: 7px; - position: absolute; - height: calc(100% + 10px); - background: red; - left: -35px; - top: -3px; - bottom: 0; - } -} - -body [dir="rtl"] { - .mat-card { - [mat-card-avatar] { - margin: $gutter $gutter 0 0; - } - [mat-fab-card-float] { - right: auto; - left: 8px; - } - [mat-card-float-icon] { - right: auto; - left: 15px; - } - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/material/_dialog.scss b/ng6-seed/dist/assets/styles/scss/material/_dialog.scss deleted file mode 100644 index b9c5463fd..000000000 --- a/ng6-seed/dist/assets/styles/scss/material/_dialog.scss +++ /dev/null @@ -1,4 +0,0 @@ -.mat-dialog-container { - background: mat-color($background, card); - border-radius: $border-radius-base; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/material/_lists.scss b/ng6-seed/dist/assets/styles/scss/material/_lists.scss deleted file mode 100644 index 96add1ee0..000000000 --- a/ng6-seed/dist/assets/styles/scss/material/_lists.scss +++ /dev/null @@ -1,38 +0,0 @@ -/* $listgroup - ------------------------------------------*/ -mat-list, mat-nav-list { - mat-list-item, a[mat-list-item] { - color: rgba(mat-color($foreground, base), 0.87); - } -} -mat-list-item, .mat-list-item { - mat-icon { - &[mat-list-avatar] { - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - display: flex; - } - } -} -mat-divider { - border-top: 1px solid mat-color($foreground, divider)!important; -} -mat-list mat-list-item [mat-list-avatar], mat-list a[mat-list-item] [mat-list-avatar], mat-nav-list mat-list-item [mat-list-avatar], mat-nav-list a[mat-list-item] [mat-list-avatar] { - min-width: 40px; -} -mat-list-item.active > .mat-list-item-content { - background: mat-color($background, 'hover'); -} -mat-list mat-list-item .mat-list-item-content, -mat-list a[mat-list-item] .mat-list-item-content, -mat-nav-list mat-list-item .mat-list-item-content, -mat-nav-list a[mat-list-item] .mat-list-item-content{ - font-size: $font-size-base!important; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/material/_menus.scss b/ng6-seed/dist/assets/styles/scss/material/_menus.scss deleted file mode 100644 index 258b1a303..000000000 --- a/ng6-seed/dist/assets/styles/scss/material/_menus.scss +++ /dev/null @@ -1,6 +0,0 @@ -.mat-menu { - border-radius: $border-radius-base; -} -[mat-menu-item] { - font-size: $font-size-base!important; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/material/_select.scss b/ng6-seed/dist/assets/styles/scss/material/_select.scss deleted file mode 100644 index 4e3597341..000000000 --- a/ng6-seed/dist/assets/styles/scss/material/_select.scss +++ /dev/null @@ -1,18 +0,0 @@ -body { - .mat-select-panel { - background-color: mat-color($background, card); - } - .mat-select-trigger, .mat-option { - font-size: $font-size-base; - } - .mat-select-trigger { - height: 22px; - padding-bottom: 6px; - } - .mat-select-placeholder { - padding-left: 0; - } - .app-dark .mat-select-panel { - background-color: mat-color($dark-background, card); - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/material/_tabs.scss b/ng6-seed/dist/assets/styles/scss/material/_tabs.scss deleted file mode 100644 index 994d1efe3..000000000 --- a/ng6-seed/dist/assets/styles/scss/material/_tabs.scss +++ /dev/null @@ -1,10 +0,0 @@ -.mat-tab-label { - color: rgba(mat-color($foreground, base), 0.87); - align-items: center; - display: flex; - justify-content: center; -} - -.app-dark .mat-tab-label { - color: mat-color($dark-foreground, base); -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/mixins/_breakpoints.scss b/ng6-seed/dist/assets/styles/scss/mixins/_breakpoints.scss deleted file mode 100644 index a868833b4..000000000 --- a/ng6-seed/dist/assets/styles/scss/mixins/_breakpoints.scss +++ /dev/null @@ -1,86 +0,0 @@ -// Breakpoint viewport sizes and media queries. -// -// Breakpoints are defined as a map of (name: minimum width), order from small to large: -// -// (xs: 0, sm: 544px, md: 768px) -// -// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default. - -// Name of the next breakpoint, or null for the last breakpoint. -// -// >> breakpoint-next(sm) -// md -// >> breakpoint-next(sm, (xs: 0, sm: 544px, md: 768px)) -// md -// >> breakpoint-next(sm, $breakpoint-names: (xs sm md)) -// md -@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) { - $n: index($breakpoint-names, $name); - @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null); -} - -// Minimum breakpoint width. Null for the smallest (first) breakpoint. -// -// >> breakpoint-min(sm, (xs: 0, sm: 544px, md: 768px)) -// 544px -@function breakpoint-min($name, $breakpoints: $grid-breakpoints) { - $min: map-get($breakpoints, $name); - @return if($min != 0, $min, null); -} - -// Maximum breakpoint width. Null for the largest (last) breakpoint. -// The maximum value is calculated as the minimum of the next one less 0.1. -// -// >> breakpoint-max(sm, (xs: 0, sm: 544px, md: 768px)) -// 767px -@function breakpoint-max($name, $breakpoints: $grid-breakpoints) { - $next: breakpoint-next($name, $breakpoints); - @return if($next, breakpoint-min($next, $breakpoints) - 1px, null); -} - -// Media of at least the minimum breakpoint width. No query for the smallest breakpoint. -// Makes the @content apply to the given breakpoint and wider. -@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) { - $min: breakpoint-min($name, $breakpoints); - @if $min { - @media (min-width: $min) { - @content; - } - } @else { - @content; - } -} - -// Media of at most the maximum breakpoint width. No query for the largest breakpoint. -// Makes the @content apply to the given breakpoint and narrower. -@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) { - $max: breakpoint-max($name, $breakpoints); - @if $max { - @media (max-width: $max) { - @content; - } - } @else { - @content; - } -} - -// Media between the breakpoint's minimum and maximum widths. -// No minimum for the smallest breakpoint, and no maximum for the largest one. -// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower. -@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) { - @include media-breakpoint-up($name, $breakpoints) { - @include media-breakpoint-down($name, $breakpoints) { - @content; - } - } -} - -// Media that spans multiple breakpoint widths. -// Makes the @content apply between the min and max breakpoints -@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) { - @include media-breakpoint-up($lower, $breakpoints) { - @include media-breakpoint-down($upper, $breakpoints) { - @content; - } - } -} diff --git a/ng6-seed/dist/assets/styles/scss/mixins/_clearfix.scss b/ng6-seed/dist/assets/styles/scss/mixins/_clearfix.scss deleted file mode 100644 index d0ae125f3..000000000 --- a/ng6-seed/dist/assets/styles/scss/mixins/_clearfix.scss +++ /dev/null @@ -1,7 +0,0 @@ -@mixin clearfix() { - &::after { - content: ""; - display: table; - clear: both; - } -} diff --git a/ng6-seed/dist/assets/styles/scss/mixins/_flex.scss b/ng6-seed/dist/assets/styles/scss/mixins/_flex.scss deleted file mode 100644 index 6fa026c10..000000000 --- a/ng6-seed/dist/assets/styles/scss/mixins/_flex.scss +++ /dev/null @@ -1,394 +0,0 @@ -// Flexbox Mixins -// http://philipwalton.github.io/solved-by-flexbox/ -// https://github.com/philipwalton/solved-by-flexbox -// -// Copyright (c) 2013 Brian Franco -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -// -// This is a set of mixins for those who want to mess around with flexbox -// using the native support of current browsers. For full support table -// check: http://caniuse.com/flexbox -// -// Basically this will use: -// -// * Fallback, old syntax (IE10, mobile webkit browsers - no wrapping) -// * Final standards syntax (FF, Safari, Chrome, IE11, Opera) -// -// This was inspired by: -// -// * http://dev.opera.com/articles/view/advanced-cross-browser-flexbox/ -// -// With help from: -// -// * http://w3.org/tr/css3-flexbox/ -// * http://the-echoplex.net/flexyboxes/ -// * http://msdn.microsoft.com/en-us/library/ie/hh772069(v=vs.85).aspx -// * http://css-tricks.com/using-flexbox/ -// * http://dev.opera.com/articles/view/advanced-cross-browser-flexbox/ -// * https://developer.mozilla.org/en-us/docs/web/guide/css/flexible_boxes - -//---------------------------------------------------------------------- - -// Flexbox Containers -// -// The 'flex' value causes an element to generate a block-level flex -// container box. -// -// The 'inline-flex' value causes an element to generate a inline-level -// flex container box. -// -// display: flex | inline-flex -// -// http://w3.org/tr/css3-flexbox/#flex-containers -// -// (Placeholder selectors for each type, for those who rather @extend) - -@mixin flexbox { - display: -webkit-box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; -} - -%flexbox { @include flexbox; } - -//---------------------------------- - -@mixin inline-flex { - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -moz-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; -} - -%inline-flex { @include inline-flex; } - -//---------------------------------------------------------------------- - -// Flexbox Direction -// -// The 'flex-direction' property specifies how flex items are placed in -// the flex container, by setting the direction of the flex container's -// main axis. This determines the direction that flex items are laid out in. -// -// Values: row | row-reverse | column | column-reverse -// Default: row -// -// http://w3.org/tr/css3-flexbox/#flex-direction-property - -@mixin flex-direction($value: row) { - @if $value == row-reverse { - -webkit-box-direction: reverse; - -webkit-box-orient: horizontal; - } @else if $value == column { - -webkit-box-direction: normal; - -webkit-box-orient: vertical; - } @else if $value == column-reverse { - -webkit-box-direction: reverse; - -webkit-box-orient: vertical; - } @else { - -webkit-box-direction: normal; - -webkit-box-orient: horizontal; - } - -webkit-flex-direction: $value; - -moz-flex-direction: $value; - -ms-flex-direction: $value; - flex-direction: $value; -} - // Shorter version: - @mixin flex-dir($args...) { @include flex-direction($args...); } - -//---------------------------------------------------------------------- - -// Flexbox Wrap -// -// The 'flex-wrap' property controls whether the flex container is single-line -// or multi-line, and the direction of the cross-axis, which determines -// the direction new lines are stacked in. -// -// Values: nowrap | wrap | wrap-reverse -// Default: nowrap -// -// http://w3.org/tr/css3-flexbox/#flex-wrap-property - -@mixin flex-wrap($value: nowrap) { - // No Webkit Box fallback. - -webkit-flex-wrap: $value; - -moz-flex-wrap: $value; - @if $value == nowrap { - -ms-flex-wrap: none; - } @else { - -ms-flex-wrap: $value; - } - flex-wrap: $value; -} - -//---------------------------------------------------------------------- - -// Flexbox Flow (shorthand) -// -// The 'flex-flow' property is a shorthand for setting the 'flex-direction' -// and 'flex-wrap' properties, which together define the flex container's -// main and cross axes. -// -// Values: | -// Default: row nowrap -// -// http://w3.org/tr/css3-flexbox/#flex-flow-property - -@mixin flex-flow($values: (row nowrap)) { - // No Webkit Box fallback. - -webkit-flex-flow: $values; - -moz-flex-flow: $values; - -ms-flex-flow: $values; - flex-flow: $values; -} - -//---------------------------------------------------------------------- - -// Flexbox Order -// -// The 'order' property controls the order in which flex items appear within -// their flex container, by assigning them to ordinal groups. -// -// Default: 0 -// -// http://w3.org/tr/css3-flexbox/#order-property - -@mixin order($int: 0) { - -webkit-box-ordinal-group: $int + 1; - -webkit-order: $int; - -moz-order: $int; - -ms-flex-order: $int; - order: $int; -} - -//---------------------------------------------------------------------- - -// Flexbox Grow -// -// The 'flex-grow' property sets the flex grow factor. Negative numbers -// are invalid. -// -// Default: 0 -// -// http://w3.org/tr/css3-flexbox/#flex-grow-property - -@mixin flex-grow($int: 0) { - -webkit-box-flex: $int; - -webkit-flex-grow: $int; - -moz-flex-grow: $int; - -ms-flex-positive: $int; - flex-grow: $int; -} - -//---------------------------------------------------------------------- - -// Flexbox Shrink -// -// The 'flex-shrink' property sets the flex shrink factor. Negative numbers -// are invalid. -// -// Default: 1 -// -// http://w3.org/tr/css3-flexbox/#flex-shrink-property - -@mixin flex-shrink($int: 1) { - -webkit-flex-shrink: $int; - -moz-flex-shrink: $int; - -ms-flex-negative: $int; - flex-shrink: $int; -} - -//---------------------------------------------------------------------- - -// Flexbox Basis -// -// The 'flex-basis' property sets the flex basis. Negative lengths are invalid. -// -// Values: Like "width" -// Default: auto -// -// http://www.w3.org/TR/css3-flexbox/#flex-basis-property - -@mixin flex-basis($value: auto) { - -webkit-flex-basis: $value; - -moz-flex-basis: $value; - -ms-flex-preferred-size: $value; - flex-basis: $value; -} - -//---------------------------------------------------------------------- - -// Flexbox "Flex" (shorthand) -// -// The 'flex' property specifies the components of a flexible length: the -// flex grow factor and flex shrink factor, and the flex basis. When an -// element is a flex item, 'flex' is consulted instead of the main size -// property to determine the main size of the element. If an element is -// not a flex item, 'flex' has no effect. -// -// Values: none | || -// Default: See individual properties (1 1 0). -// -// http://w3.org/tr/css3-flexbox/#flex-property - -@mixin flex($fg: 1, $fs: null, $fb: null) { - - // Set a variable to be used by box-flex properties - $fg-boxflex: $fg; - - // Box-Flex only supports a flex-grow value so let's grab the - // first item in the list and just return that. - @if type-of($fg) == 'list' { - $fg-boxflex: nth($fg, 1); - } - - -webkit-box-flex: $fg-boxflex; - -webkit-flex: $fg $fs $fb; - -moz-box-flex: $fg-boxflex; - -moz-flex: $fg $fs $fb; - -ms-flex: $fg $fs $fb; - flex: $fg $fs $fb; -} - -//---------------------------------------------------------------------- - -// Flexbox Justify Content -// -// The 'justify-content' property aligns flex items along the main axis -// of the current line of the flex container. This is done after any flexible -// lengths and any auto margins have been resolved. Typically it helps distribute -// extra free space leftover when either all the flex items on a line are -// inflexible, or are flexible but have reached their maximum size. It also -// exerts some control over the alignment of items when they overflow the line. -// -// Note: 'space-*' values not supported in older syntaxes. -// -// Values: flex-start | flex-end | center | space-between | space-around -// Default: flex-start -// -// http://w3.org/tr/css3-flexbox/#justify-content-property - -@mixin justify-content($value: flex-start) { - @if $value == flex-start { - -webkit-box-pack: start; - -ms-flex-pack: start; - } @else if $value == flex-end { - -webkit-box-pack: end; - -ms-flex-pack: end; - } @else if $value == space-between { - -webkit-box-pack: justify; - -ms-flex-pack: justify; - } @else if $value == space-around { - -ms-flex-pack: distribute; - } @else { - -webkit-box-pack: $value; - -ms-flex-pack: $value; - } - -webkit-justify-content: $value; - -moz-justify-content: $value; - justify-content: $value; -} - // Shorter version: - @mixin flex-just($args...) { @include justify-content($args...); } - -//---------------------------------------------------------------------- - -// Flexbox Align Items -// -// Flex items can be aligned in the cross axis of the current line of the -// flex container, similar to 'justify-content' but in the perpendicular -// direction. 'align-items' sets the default alignment for all of the flex -// container's items, including anonymous flex items. 'align-self' allows -// this default alignment to be overridden for individual flex items. (For -// anonymous flex items, 'align-self' always matches the value of 'align-items' -// on their associated flex container.) -// -// Values: flex-start | flex-end | center | baseline | stretch -// Default: stretch -// -// http://w3.org/tr/css3-flexbox/#align-items-property - -@mixin align-items($value: stretch) { - @if $value == flex-start { - -webkit-box-align: start; - -ms-flex-align: start; - } @else if $value == flex-end { - -webkit-box-align: end; - -ms-flex-align: end; - } @else { - -webkit-box-align: $value; - -ms-flex-align: $value; - } - -webkit-align-items: $value; - -moz-align-items: $value; - align-items: $value; -} - -//---------------------------------- - -// Flexbox Align Self -// -// Values: auto | flex-start | flex-end | center | baseline | stretch -// Default: auto - -@mixin align-self($value: auto) { - // No Webkit Box Fallback. - -webkit-align-self: $value; - -moz-align-self: $value; - @if $value == flex-start { - -ms-flex-item-align: start; - } @else if $value == flex-end { - -ms-flex-item-align: end; - } @else { - -ms-flex-item-align: $value; - } - align-self: $value; -} - -//---------------------------------------------------------------------- - -// Flexbox Align Content -// -// The 'align-content' property aligns a flex container's lines within the -// flex container when there is extra space in the cross-axis, similar to -// how 'justify-content' aligns individual items within the main-axis. Note, -// this property has no effect when the flexbox has only a single line. -// -// Values: flex-start | flex-end | center | space-between | space-around | stretch -// Default: stretch -// -// http://w3.org/tr/css3-flexbox/#align-content-property - -@mixin align-content($value: stretch) { - // No Webkit Box Fallback. - -webkit-align-content: $value; - -moz-align-content: $value; - @if $value == flex-start { - -ms-flex-line-pack: start; - } @else if $value == flex-end { - -ms-flex-line-pack: end; - } @else { - -ms-flex-line-pack: $value; - } - align-content: $value; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/mixins/_hover.scss b/ng6-seed/dist/assets/styles/scss/mixins/_hover.scss deleted file mode 100644 index 250f313ef..000000000 --- a/ng6-seed/dist/assets/styles/scss/mixins/_hover.scss +++ /dev/null @@ -1,26 +0,0 @@ -@mixin hover { - &:hover { @content } -} - -@mixin hover-focus { - &:focus, - &:hover { - @content - } -} - -@mixin plain-hover-focus { - &, - &:focus, - &:hover { - @content - } -} - -@mixin hover-focus-active { - &:focus, - &:active, - &:hover { - @content - } -} diff --git a/ng6-seed/dist/assets/styles/scss/mixins/_misc.scss b/ng6-seed/dist/assets/styles/scss/mixins/_misc.scss deleted file mode 100644 index f7d46c57b..000000000 --- a/ng6-seed/dist/assets/styles/scss/mixins/_misc.scss +++ /dev/null @@ -1,101 +0,0 @@ -// - -@mixin vertical-align($parent-height, $element-height) { - margin-top: (($parent-height - $element-height) / 2); - margin-bottom: (($parent-height - $element-height) / 2); -} - -@mixin vertical-align-padding($parent-height, $element-height) { - padding-top: (($parent-height - $element-height) / 2); - padding-bottom: (($parent-height - $element-height) / 2); -} - -@mixin rounded($radius: 2px) { - border-radius: $radius; -} - -@mixin box-shadow($arguments...) { - box-shadow: $arguments; -} - -@mixin transform($arguments...) { - -webkit-transform: $arguments; - -moz-transform: $arguments; - -ms-transform: $arguments; - -o-transform: $arguments; - transform: $arguments; -} - -@mixin rotate($deg: 5deg) { - @include transform(rotate($deg)); -} - -@mixin translate($x: 0, $y:0) { - @include transform(translate($x, $y)); -} - -@mixin translate3d($x: 0, $y:0, $z:0) { - @include transform(translate3d($x, $y, $z)); -} - -@mixin scale($x: 0, $y:0) { - @include transform(scale($x, $y)); -} - -@mixin scale3d($x: 0, $y:0, $z:0) { - @include transform(scale3d($x, $y, $z)); -} - -@mixin transition($value...) { - -webkit-transition: $value; - transition: $value; -} - -@mixin animation-duration($duration) { - -webkit-animation-duration: $duration; - animation-duration: $duration; -} - -@mixin animation-timing-function($timing) { - -webkit-animation-timing-function: $timing; - animation-timing-function: $timing; -} - -@mixin animation-fill-mode($mode) { - -webkit-animation-fill-mode: $mode; - animation-fill-mode: $mode; -} - -@mixin animation-name($name) { - -webkit-animation-name: $name; - animation-name: $name; -} - -@mixin transition-delay($delay) { - -webkit-transition-delay: $delay; - transition-delay: $delay; -} - -@mixin transition-duration($duration: .2s) { - -moz-transition-duration: $duration; - transition-duration: $duration; -} - -@mixin transform-origin($origin) { - -webkit-transform-origin: $origin; - -moz-transform-origin: $origin; - -ms-transform-origin: $origin; - -o-transform-origin: $origin; - transform-origin: $origin; -} - -@mixin user-select($argument: none) { - -webkit-user-select: $argument; - -moz-user-select: $argument; - -ms-user-select: $argument; - user-select: $argument; -} - -@mixin opacity($opacity: .5) { - opacity: $opacity; -} diff --git a/ng6-seed/dist/assets/styles/scss/mixins/_text-emphasis.scss b/ng6-seed/dist/assets/styles/scss/mixins/_text-emphasis.scss deleted file mode 100644 index 27a4f454e..000000000 --- a/ng6-seed/dist/assets/styles/scss/mixins/_text-emphasis.scss +++ /dev/null @@ -1,12 +0,0 @@ -// Typography - -@mixin text-emphasis-variant($parent, $color) { - #{$parent} { - color: $color !important; - } - a#{$parent} { - @include hover-focus { - color: darken($color, 10%); - } - } -} diff --git a/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_bi-app-ltr.scss b/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_bi-app-ltr.scss deleted file mode 100644 index 6278a3138..000000000 --- a/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_bi-app-ltr.scss +++ /dev/null @@ -1,11 +0,0 @@ -// ------------------------------------------ -// left to right module -// authors: -// twitter.com/anasnakawa -// twitter.com/victorzamfir -// licensed under the MIT license -// http://www.opensource.org/licenses/mit-license.php -// ------------------------------------------ - -@import 'variables-ltr'; -@import 'mixins'; \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_bi-app-rtl.scss b/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_bi-app-rtl.scss deleted file mode 100644 index 17b7f2e90..000000000 --- a/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_bi-app-rtl.scss +++ /dev/null @@ -1,11 +0,0 @@ -// ------------------------------------------ -// right to left module -// authors: -// twitter.com/anasnakawa -// twitter.com/victorzamfir -// licensed under the MIT license -// http://www.opensource.org/licenses/mit-license.php -// ------------------------------------------ - -@import 'variables-rtl'; -@import 'mixins'; \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_mixins.scss b/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_mixins.scss deleted file mode 100644 index c7e4ddd3a..000000000 --- a/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_mixins.scss +++ /dev/null @@ -1,294 +0,0 @@ -// ------------------------------------------ -// bi app mixins -// authors: -// twitter.com/anasnakawa -// twitter.com/victorzamfir -// licensed under the MIT license -// http://www.opensource.org/licenses/mit-license.php -// ------------------------------------------ - -// ------------------------------------------ -// Table of contents -// ------------------------------------------ -// padding -// margin -// float -// text align -// clear -// left / right -// border -// - width -// - style -// - color -// - generic -// - radius -// ltr / rtl contents -// ------------------------------------------ - -// generic mixin for properties with values -// (top right bottom left) -// ------------------------------------------ -@mixin bi-app-compact($property, $top, $right, $bottom, $left) { - @if $bi-app-direction == ltr { - #{$property}: $top $right $bottom $left; - } @else { - #{$property}: $top $left $bottom $right; - } -} - -// padding -// ------------------------------------------ -@mixin padding-left($distance) { - padding-#{$bi-app-left}: $distance; -} - -@mixin padding-right($distance) { - padding-#{$bi-app-right}: $distance; -} - -@mixin padding($top, $right, $bottom, $left) { - @include bi-app-compact(padding, $top, $right, $bottom, $left); -} - -// margin -// ------------------------------------------ -@mixin margin-left($distance) { - margin-#{$bi-app-left}: $distance; -} - -@mixin margin-right($distance) { - margin-#{$bi-app-right}: $distance; -} - -@mixin margin($top, $right, $bottom, $left) { - @include bi-app-compact(margin, $top, $right, $bottom, $left); -} - -// float -// ------------------------------------------ -@mixin bi-app-float-left($important: '') { - float: $bi-app-left unquote($important); -} - -@mixin bi-app-float-right($important: '') { - float: $bi-app-right unquote($important); -} - -@mixin float($direction, $important: '') { - @if $direction == left { - @include bi-app-float-left($important); - } @else if $direction == right { - @include bi-app-float-right($important); - } @else { - float: $direction; - } -} - -// text align -// ------------------------------------------ -@mixin bi-app-text-align-left { - text-align: $bi-app-left; -} - -@mixin bi-app-text-align-right { - text-align: $bi-app-right; -} - -@mixin text-align($direction) { - @if $direction == left { - @include bi-app-text-align-left; - } @else if $direction == right { - @include bi-app-text-align-right; - } @else { - text-align: $direction; - } -} - -// clear -// ------------------------------------------ -@mixin bi-app-clear-left { - clear: $bi-app-left; -} - -@mixin bi-app-clear-right { - clear: $bi-app-right; -} - -@mixin clear($direction) { - @if $direction == left { - @include bi-app-clear-left; - } @else if $direction == right { - @include bi-app-clear-right; - } @else { - clear: $direction; - } -} - -// left / right -// ------------------------------------------ -@mixin left($distance) { - @if $bi-app-direction == ltr { - left: $distance; - } @else if $bi-app-direction == rtl { - right: $distance; - } -} - -@mixin right($distance) { - @if $bi-app-direction == ltr { - right: $distance; - } @else if $bi-app-direction == rtl { - left: $distance; - } -} - -// border -// ------------------------------------------ - -// width -@mixin border-left-width($width) { - border-#{$bi-app-left}-width: $width; -} - -@mixin border-right-width($width) { - border-#{$bi-app-right}-width: $width; -} - -@mixin border-width($top, $right, $bottom, $left) { - @include bi-app-compact(border-width, $top, $right, $bottom, $left); -} - -// style -@mixin border-left-style($style) { - border-#{$bi-app-left}-style: $style; -} - -@mixin border-right-style($style) { - border-#{$bi-app-right}-style: $style; -} - -@mixin border-style($top, $right, $bottom, $left) { - @include bi-app-compact(border-style, $top, $right, $bottom, $left); -} - -// color -@mixin border-left-color($color) { - border-#{$bi-app-left}-color: $color; -} - -@mixin border-right-color($color) { - border-#{$bi-app-right}-color: $color; -} - -@mixin border-color($top, $right, $bottom, $left) { - @include bi-app-compact(border-color, $top, $right, $bottom, $left); -} - -// generic -@mixin border-left($border-style) { - border-#{$bi-app-left}: $border-style; -} - -@mixin border-right($border-style) { - border-#{$bi-app-right}: $border-style; -} - -// radius -@mixin border-top-left-radius($radius) { - -webkit-border-top-#{$bi-app-left}-radius: $radius; - -moz-border-top#{$bi-app-left}-radius: $radius; - border-top-#{$bi-app-left}-radius: $radius; -} - -@mixin border-top-right-radius($radius) { - -webkit-border-top-#{$bi-app-right}-radius: $radius; - -moz-border-top#{$bi-app-right}-radius: $radius; - border-top-#{$bi-app-right}-radius: $radius; -} - -@mixin border-bottom-left-radius($radius) { - -webkit-border-bottom-#{$bi-app-left}-radius: $radius; - -moz-border-bottom#{$bi-app-left}-radius: $radius; - border-bottom-#{$bi-app-left}-radius: $radius; -} - -@mixin border-bottom-right-radius($radius) { - -webkit-border-bottom-#{$bi-app-right}-radius: $radius; - -moz-border-bottom#{$bi-app-right}-radius: $radius; - border-bottom-#{$bi-app-right}-radius: $radius; -} - -@mixin border-right-radius($radius) { - @include border-top-right-radius($radius); - @include border-bottom-right-radius($radius); -} - -@mixin border-left-radius($radius) { - @include border-top-left-radius($radius); - @include border-bottom-left-radius($radius); -} - -@mixin border-top-radius($radius) { - @include border-top-left-radius($radius); - @include border-top-right-radius($radius); -} - -@mixin border-bottom-radius($radius) { - @include border-bottom-left-radius($radius); - @include border-bottom-right-radius($radius); -} - -@mixin border-radius($topLeft, $topRight: null, $bottomRight: null, $bottomLeft: null) { - @if $topRight != null { - @include border-top-left-radius($topLeft); - @include border-top-right-radius($topRight); - @include border-bottom-right-radius($bottomRight); - @include border-bottom-left-radius($bottomLeft); - } @else { - -webkit-border-radius: $topLeft; - -moz-border-radius: $topLeft; - -ms-border-radius: $topLeft; - -o-border-radius: $topLeft; - border-radius: $topLeft; - } -} - -// Returns "en" or "ar", useful for image suffixes. -// Usage: background-image: url(/img/header-#{lang()}.png); -@function lang() { - @if $bi-app-direction == ltr { - @return 'en'; - } @else { - @return 'ar'; - } -} - -// Support for "direction" declaration (renders ltr/rtl). -// Useful for form elements as they swap the text-indent property and align the text accordingly. -@mixin direction { - direction: $bi-app-direction; -} - -// Inverts a percentage value. Example: 97% becames 3%. -// Useful for background-position. -@function bi-app-invert-percentage($percentage) { - @if $bi-app-direction == rtl { - @return 100% - $percentage; - } @else { - @return $percentage; - } -} - -// ltr / rtl contents -// ------------------------------------------ -@mixin ltr { - @if $bi-app-direction == ltr { - @content; - } -} - -@mixin rtl { - @if $bi-app-direction == rtl { - @content; - } -} diff --git a/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_variables-ltr.scss b/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_variables-ltr.scss deleted file mode 100644 index b2600ec50..000000000 --- a/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_variables-ltr.scss +++ /dev/null @@ -1,16 +0,0 @@ -// ------------------------------------------ -// left to right variables to be used by bi-app mixins -// authors: -// twitter.com/anasnakawa -// twitter.com/victorzamfir -// licensed under the MIT license -// http://www.opensource.org/licenses/mit-license.php -// ------------------------------------------ - -// namespacing variables with bi-app to -// avoid conflicting with other global variables -$bi-app-left : left; -$bi-app-right : right; -$bi-app-direction : ltr; -$bi-app-invert-direction : rtl; -$imp : !important; \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_variables-rtl.scss b/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_variables-rtl.scss deleted file mode 100644 index 86e058a8c..000000000 --- a/ng6-seed/dist/assets/styles/scss/mixins/bi-app/_variables-rtl.scss +++ /dev/null @@ -1,16 +0,0 @@ -// ------------------------------------------ -// right to left variables to be used by bi-app mixins -// authors: -// twitter.com/anasnakawa -// twitter.com/victorzamfir -// licensed under the MIT license -// http://www.opensource.org/licenses/mit-license.php -// ------------------------------------------ - -// namespacing variables with bi-app to -// avoid conflicting with other global variables -$bi-app-left : right; -$bi-app-right : left; -$bi-app-direction : rtl; -$bi-app-invert-direction : ltr; -$imp : !important; \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/utilities/_background.scss b/ng6-seed/dist/assets/styles/scss/utilities/_background.scss deleted file mode 100644 index 1147320c5..000000000 --- a/ng6-seed/dist/assets/styles/scss/utilities/_background.scss +++ /dev/null @@ -1,303 +0,0 @@ -.mat-red { background-color: mat-color($mat-red, 500)!important; color: mat-contrast($mat-red, 500)!important;} -.mat-red-50 { background-color: mat-color($mat-red, 50)!important; color: mat-contrast($mat-red, 50)!important;} -.mat-red-100 { background-color: mat-color($mat-red, 100)!important; color: mat-contrast($mat-red, 100)!important;} -.mat-red-200 { background-color: mat-color($mat-red, 200)!important; color: mat-contrast($mat-red, 200)!important;} -.mat-red-300 { background-color: mat-color($mat-red, 300)!important; color: mat-contrast($mat-red, 300)!important;} -.mat-red-400 { background-color: mat-color($mat-red, 400)!important; color: mat-contrast($mat-red, 400)!important;} -.mat-red-500 { background-color: mat-color($mat-red, 500)!important; color: mat-contrast($mat-red, 500)!important;} -.mat-red-600 { background-color: mat-color($mat-red, 600)!important; color: mat-contrast($mat-red, 600)!important;} -.mat-red-700 { background-color: mat-color($mat-red, 700)!important; color: mat-contrast($mat-red, 700)!important;} -.mat-red-800 { background-color: mat-color($mat-red, 800)!important; color: mat-contrast($mat-red, 800)!important;} -.mat-red-900 { background-color: mat-color($mat-red, 900)!important; color: mat-contrast($mat-red, 900)!important;} -.mat-red-A100 { background-color: mat-color($mat-red, A100)!important; color: mat-contrast($mat-red, A100)!important;} -.mat-red-A200 { background-color: mat-color($mat-red, A200)!important; color: mat-contrast($mat-red, A200)!important;} -.mat-red-A400 { background-color: mat-color($mat-red, A400)!important; color: mat-contrast($mat-red, A400)!important;} -.mat-red-A700 { background-color: mat-color($mat-red, A700)!important; color: mat-contrast($mat-red, A700)!important;} - -.mat-pink { background-color: mat-color($mat-pink, 500)!important; color: mat-contrast($mat-pink, 500)!important;} -.mat-pink-50 { background-color: mat-color($mat-pink, 50)!important; color: mat-contrast($mat-pink, 50)!important;} -.mat-pink-100 { background-color: mat-color($mat-pink, 100)!important; color: mat-contrast($mat-pink, 100)!important;} -.mat-pink-200 { background-color: mat-color($mat-pink, 200)!important; color: mat-contrast($mat-pink, 200)!important;} -.mat-pink-300 { background-color: mat-color($mat-pink, 300)!important; color: mat-contrast($mat-pink, 300)!important;} -.mat-pink-400 { background-color: mat-color($mat-pink, 400)!important; color: mat-contrast($mat-pink, 400)!important;} -.mat-pink-500 { background-color: mat-color($mat-pink, 500)!important; color: mat-contrast($mat-pink, 500)!important;} -.mat-pink-600 { background-color: mat-color($mat-pink, 600)!important; color: mat-contrast($mat-pink, 600)!important;} -.mat-pink-700 { background-color: mat-color($mat-pink, 700)!important; color: mat-contrast($mat-pink, 700)!important;} -.mat-pink-800 { background-color: mat-color($mat-pink, 800)!important; color: mat-contrast($mat-pink, 800)!important;} -.mat-pink-900 { background-color: mat-color($mat-pink, 900)!important; color: mat-contrast($mat-pink, 900)!important;} -.mat-pink-A100 { background-color: mat-color($mat-pink, A100)!important; color: mat-contrast($mat-pink, A100)!important;} -.mat-pink-A200 { background-color: mat-color($mat-pink, A200)!important; color: mat-contrast($mat-pink, A200)!important;} -.mat-pink-A400 { background-color: mat-color($mat-pink, A400)!important; color: mat-contrast($mat-pink, A400)!important;} -.mat-pink-A700 { background-color: mat-color($mat-pink, A700)!important; color: mat-contrast($mat-pink, A700)!important;} - -.mat-purple { background-color: mat-color($mat-purple, 500)!important; color: mat-contrast($mat-purple, 500)!important;} -.mat-purple-50 { background-color: mat-color($mat-purple, 50)!important; color: mat-contrast($mat-purple, 50)!important;} -.mat-purple-100 { background-color: mat-color($mat-purple, 100)!important; color: mat-contrast($mat-purple, 100)!important;} -.mat-purple-200 { background-color: mat-color($mat-purple, 200)!important; color: mat-contrast($mat-purple, 200)!important;} -.mat-purple-300 { background-color: mat-color($mat-purple, 300)!important; color: mat-contrast($mat-purple, 300)!important;} -.mat-purple-400 { background-color: mat-color($mat-purple, 400)!important; color: mat-contrast($mat-purple, 400)!important;} -.mat-purple-500 { background-color: mat-color($mat-purple, 500)!important; color: mat-contrast($mat-purple, 500)!important;} -.mat-purple-600 { background-color: mat-color($mat-purple, 600)!important; color: mat-contrast($mat-purple, 600)!important;} -.mat-purple-700 { background-color: mat-color($mat-purple, 700)!important; color: mat-contrast($mat-purple, 700)!important;} -.mat-purple-800 { background-color: mat-color($mat-purple, 800)!important; color: mat-contrast($mat-purple, 800)!important;} -.mat-purple-900 { background-color: mat-color($mat-purple, 900)!important; color: mat-contrast($mat-purple, 900)!important;} -.mat-purple-A100 { background-color: mat-color($mat-purple, A100)!important; color: mat-contrast($mat-purple, A100)!important;} -.mat-purple-A200 { background-color: mat-color($mat-purple, A200)!important; color: mat-contrast($mat-purple, A200)!important;} -.mat-purple-A400 { background-color: mat-color($mat-purple, A400)!important; color: mat-contrast($mat-purple, A400)!important;} -.mat-purple-A700 { background-color: mat-color($mat-purple, A700)!important; color: mat-contrast($mat-purple, A700)!important;} - -.mat-deep-purple { background-color: mat-color($mat-deep-purple, 500)!important; color: mat-contrast($mat-deep-purple, 500)!important;} -.mat-deep-purple-50 { background-color: mat-color($mat-deep-purple, 50)!important; color: mat-contrast($mat-deep-purple, 50)!important;} -.mat-deep-purple-100 { background-color: mat-color($mat-deep-purple, 100)!important; color: mat-contrast($mat-deep-purple, 100)!important;} -.mat-deep-purple-200 { background-color: mat-color($mat-deep-purple, 200)!important; color: mat-contrast($mat-deep-purple, 200)!important;} -.mat-deep-purple-300 { background-color: mat-color($mat-deep-purple, 300)!important; color: mat-contrast($mat-deep-purple, 300)!important;} -.mat-deep-purple-400 { background-color: mat-color($mat-deep-purple, 400)!important; color: mat-contrast($mat-deep-purple, 400)!important;} -.mat-deep-purple-500 { background-color: mat-color($mat-deep-purple, 500)!important; color: mat-contrast($mat-deep-purple, 500)!important;} -.mat-deep-purple-600 { background-color: mat-color($mat-deep-purple, 600)!important; color: mat-contrast($mat-deep-purple, 600)!important;} -.mat-deep-purple-700 { background-color: mat-color($mat-deep-purple, 700)!important; color: mat-contrast($mat-deep-purple, 700)!important;} -.mat-deep-purple-800 { background-color: mat-color($mat-deep-purple, 800)!important; color: mat-contrast($mat-deep-purple, 800)!important;} -.mat-deep-purple-900 { background-color: mat-color($mat-deep-purple, 900)!important; color: mat-contrast($mat-deep-purple, 900)!important;} -.mat-deep-purple-A100 { background-color: mat-color($mat-deep-purple, A100)!important; color: mat-contrast($mat-deep-purple, A100)!important;} -.mat-deep-purple-A200 { background-color: mat-color($mat-deep-purple, A200)!important; color: mat-contrast($mat-deep-purple, A200)!important;} -.mat-deep-purple-A400 { background-color: mat-color($mat-deep-purple, A400)!important; color: mat-contrast($mat-deep-purple, A400)!important;} -.mat-deep-purple-A700 { background-color: mat-color($mat-deep-purple, A700)!important; color: mat-contrast($mat-deep-purple, A700)!important;} - -.mat-indigo { background-color: mat-color($mat-indigo, 500)!important; color: mat-contrast($mat-indigo, 500)!important;} -.mat-indigo-50 { background-color: mat-color($mat-indigo, 50)!important; color: mat-contrast($mat-indigo, 50)!important;} -.mat-indigo-100 { background-color: mat-color($mat-indigo, 100)!important; color: mat-contrast($mat-indigo, 100)!important;} -.mat-indigo-200 { background-color: mat-color($mat-indigo, 200)!important; color: mat-contrast($mat-indigo, 200)!important;} -.mat-indigo-300 { background-color: mat-color($mat-indigo, 300)!important; color: mat-contrast($mat-indigo, 300)!important;} -.mat-indigo-400 { background-color: mat-color($mat-indigo, 400)!important; color: mat-contrast($mat-indigo, 400)!important;} -.mat-indigo-500 { background-color: mat-color($mat-indigo, 500)!important; color: mat-contrast($mat-indigo, 500)!important;} -.mat-indigo-600 { background-color: mat-color($mat-indigo, 600)!important; color: mat-contrast($mat-indigo, 600)!important;} -.mat-indigo-700 { background-color: mat-color($mat-indigo, 700)!important; color: mat-contrast($mat-indigo, 700)!important;} -.mat-indigo-800 { background-color: mat-color($mat-indigo, 800)!important; color: mat-contrast($mat-indigo, 800)!important;} -.mat-indigo-900 { background-color: mat-color($mat-indigo, 900)!important; color: mat-contrast($mat-indigo, 900)!important;} -.mat-indigo-A100 { background-color: mat-color($mat-indigo, A100)!important; color: mat-contrast($mat-indigo, A100)!important;} -.mat-indigo-A200 { background-color: mat-color($mat-indigo, A200)!important; color: mat-contrast($mat-indigo, A200)!important;} -.mat-indigo-A400 { background-color: mat-color($mat-indigo, A400)!important; color: mat-contrast($mat-indigo, A400)!important;} -.mat-indigo-A700 { background-color: mat-color($mat-indigo, A700)!important; color: mat-contrast($mat-indigo, A700)!important;} - -.mat-blue { background-color: mat-color($mat-blue, 500)!important; color: mat-contrast($mat-blue, 500)!important;} -.mat-blue-50 { background-color: mat-color($mat-blue, 50)!important; color: mat-contrast($mat-blue, 50)!important;} -.mat-blue-100 { background-color: mat-color($mat-blue, 100)!important; color: mat-contrast($mat-blue, 100)!important;} -.mat-blue-200 { background-color: mat-color($mat-blue, 200)!important; color: mat-contrast($mat-blue, 200)!important;} -.mat-blue-300 { background-color: mat-color($mat-blue, 300)!important; color: mat-contrast($mat-blue, 300)!important;} -.mat-blue-400 { background-color: mat-color($mat-blue, 400)!important; color: mat-contrast($mat-blue, 400)!important;} -.mat-blue-500 { background-color: mat-color($mat-blue, 500)!important; color: mat-contrast($mat-blue, 500)!important;} -.mat-blue-600 { background-color: mat-color($mat-blue, 600)!important; color: mat-contrast($mat-blue, 600)!important;} -.mat-blue-700 { background-color: mat-color($mat-blue, 700)!important; color: mat-contrast($mat-blue, 700)!important;} -.mat-blue-800 { background-color: mat-color($mat-blue, 800)!important; color: mat-contrast($mat-blue, 800)!important;} -.mat-blue-900 { background-color: mat-color($mat-blue, 900)!important; color: mat-contrast($mat-blue, 900)!important;} -.mat-blue-A100 { background-color: mat-color($mat-blue, A100)!important; color: mat-contrast($mat-blue, A100)!important;} -.mat-blue-A200 { background-color: mat-color($mat-blue, A200)!important; color: mat-contrast($mat-blue, A200)!important;} -.mat-blue-A400 { background-color: mat-color($mat-blue, A400)!important; color: mat-contrast($mat-blue, A400)!important;} -.mat-blue-A700 { background-color: mat-color($mat-blue, A700)!important; color: mat-contrast($mat-blue, A700)!important;} - -.mat-light-blue { background-color: mat-color($mat-light-blue, 500)!important; color: mat-contrast($mat-light-blue, 500)!important;} -.mat-light-blue-50 { background-color: mat-color($mat-light-blue, 50)!important; color: mat-contrast($mat-light-blue, 50)!important;} -.mat-light-blue-100 { background-color: mat-color($mat-light-blue, 100)!important; color: mat-contrast($mat-light-blue, 100)!important;} -.mat-light-blue-200 { background-color: mat-color($mat-light-blue, 200)!important; color: mat-contrast($mat-light-blue, 200)!important;} -.mat-light-blue-300 { background-color: mat-color($mat-light-blue, 300)!important; color: mat-contrast($mat-light-blue, 300)!important;} -.mat-light-blue-400 { background-color: mat-color($mat-light-blue, 400)!important; color: mat-contrast($mat-light-blue, 400)!important;} -.mat-light-blue-500 { background-color: mat-color($mat-light-blue, 500)!important; color: mat-contrast($mat-light-blue, 500)!important;} -.mat-light-blue-600 { background-color: mat-color($mat-light-blue, 600)!important; color: mat-contrast($mat-light-blue, 600)!important;} -.mat-light-blue-700 { background-color: mat-color($mat-light-blue, 700)!important; color: mat-contrast($mat-light-blue, 700)!important;} -.mat-light-blue-800 { background-color: mat-color($mat-light-blue, 800)!important; color: mat-contrast($mat-light-blue, 800)!important;} -.mat-light-blue-900 { background-color: mat-color($mat-light-blue, 900)!important; color: mat-contrast($mat-light-blue, 900)!important;} -.mat-light-blue-A100 { background-color: mat-color($mat-light-blue, A100)!important; color: mat-contrast($mat-light-blue, A100)!important;} -.mat-light-blue-A200 { background-color: mat-color($mat-light-blue, A200)!important; color: mat-contrast($mat-light-blue, A200)!important;} -.mat-light-blue-A400 { background-color: mat-color($mat-light-blue, A400)!important; color: mat-contrast($mat-light-blue, A400)!important;} -.mat-light-blue-A700 { background-color: mat-color($mat-light-blue, A700)!important; color: mat-contrast($mat-light-blue, A700)!important;} - -.mat-cyan { background-color: mat-color($mat-cyan, 500)!important; color: mat-contrast($mat-cyan, 500)!important;} -.mat-cyan-50 { background-color: mat-color($mat-cyan, 50)!important; color: mat-contrast($mat-cyan, 50)!important;} -.mat-cyan-100 { background-color: mat-color($mat-cyan, 100)!important; color: mat-contrast($mat-cyan, 100)!important;} -.mat-cyan-200 { background-color: mat-color($mat-cyan, 200)!important; color: mat-contrast($mat-cyan, 200)!important;} -.mat-cyan-300 { background-color: mat-color($mat-cyan, 300)!important; color: mat-contrast($mat-cyan, 300)!important;} -.mat-cyan-400 { background-color: mat-color($mat-cyan, 400)!important; color: mat-contrast($mat-cyan, 400)!important;} -.mat-cyan-500 { background-color: mat-color($mat-cyan, 500)!important; color: mat-contrast($mat-cyan, 500)!important;} -.mat-cyan-600 { background-color: mat-color($mat-cyan, 600)!important; color: mat-contrast($mat-cyan, 600)!important;} -.mat-cyan-700 { background-color: mat-color($mat-cyan, 700)!important; color: mat-contrast($mat-cyan, 700)!important;} -.mat-cyan-800 { background-color: mat-color($mat-cyan, 800)!important; color: mat-contrast($mat-cyan, 800)!important;} -.mat-cyan-900 { background-color: mat-color($mat-cyan, 900)!important; color: mat-contrast($mat-cyan, 900)!important;} -.mat-cyan-A100 { background-color: mat-color($mat-cyan, A100)!important; color: mat-contrast($mat-cyan, A100)!important;} -.mat-cyan-A200 { background-color: mat-color($mat-cyan, A200)!important; color: mat-contrast($mat-cyan, A200)!important;} -.mat-cyan-A400 { background-color: mat-color($mat-cyan, A400)!important; color: mat-contrast($mat-cyan, A400)!important;} -.mat-cyan-A700 { background-color: mat-color($mat-cyan, A700)!important; color: mat-contrast($mat-cyan, A700)!important;} - -.mat-teal { background-color: mat-color($mat-teal, 500)!important; color: mat-contrast($mat-teal, 500)!important;} -.mat-teal-50 { background-color: mat-color($mat-teal, 50)!important; color: mat-contrast($mat-teal, 50)!important;} -.mat-teal-100 { background-color: mat-color($mat-teal, 100)!important; color: mat-contrast($mat-teal, 100)!important;} -.mat-teal-200 { background-color: mat-color($mat-teal, 200)!important; color: mat-contrast($mat-teal, 200)!important;} -.mat-teal-300 { background-color: mat-color($mat-teal, 300)!important; color: mat-contrast($mat-teal, 300)!important;} -.mat-teal-400 { background-color: mat-color($mat-teal, 400)!important; color: mat-contrast($mat-teal, 400)!important;} -.mat-teal-500 { background-color: mat-color($mat-teal, 500)!important; color: mat-contrast($mat-teal, 500)!important;} -.mat-teal-600 { background-color: mat-color($mat-teal, 600)!important; color: mat-contrast($mat-teal, 600)!important;} -.mat-teal-700 { background-color: mat-color($mat-teal, 700)!important; color: mat-contrast($mat-teal, 700)!important;} -.mat-teal-800 { background-color: mat-color($mat-teal, 800)!important; color: mat-contrast($mat-teal, 800)!important;} -.mat-teal-900 { background-color: mat-color($mat-teal, 900)!important; color: mat-contrast($mat-teal, 900)!important;} -.mat-teal-A100 { background-color: mat-color($mat-teal, A100)!important; color: mat-contrast($mat-teal, A100)!important;} -.mat-teal-A200 { background-color: mat-color($mat-teal, A200)!important; color: mat-contrast($mat-teal, A200)!important;} -.mat-teal-A400 { background-color: mat-color($mat-teal, A400)!important; color: mat-contrast($mat-teal, A400)!important;} -.mat-teal-A700 { background-color: mat-color($mat-teal, A700)!important; color: mat-contrast($mat-teal, A700)!important;} - -.mat-green { background-color: mat-color($mat-green, 500)!important; color: mat-contrast($mat-green, 500)!important;} -.mat-green-50 { background-color: mat-color($mat-green, 50)!important; color: mat-contrast($mat-green, 50)!important;} -.mat-green-100 { background-color: mat-color($mat-green, 100)!important; color: mat-contrast($mat-green, 100)!important;} -.mat-green-200 { background-color: mat-color($mat-green, 200)!important; color: mat-contrast($mat-green, 200)!important;} -.mat-green-300 { background-color: mat-color($mat-green, 300)!important; color: mat-contrast($mat-green, 300)!important;} -.mat-green-400 { background-color: mat-color($mat-green, 400)!important; color: mat-contrast($mat-green, 400)!important;} -.mat-green-500 { background-color: mat-color($mat-green, 500)!important; color: mat-contrast($mat-green, 500)!important;} -.mat-green-600 { background-color: mat-color($mat-green, 600)!important; color: mat-contrast($mat-green, 600)!important;} -.mat-green-700 { background-color: mat-color($mat-green, 700)!important; color: mat-contrast($mat-green, 700)!important;} -.mat-green-800 { background-color: mat-color($mat-green, 800)!important; color: mat-contrast($mat-green, 800)!important;} -.mat-green-900 { background-color: mat-color($mat-green, 900)!important; color: mat-contrast($mat-green, 900)!important;} -.mat-green-A100 { background-color: mat-color($mat-green, A100)!important; color: mat-contrast($mat-green, A100)!important;} -.mat-green-A200 { background-color: mat-color($mat-green, A200)!important; color: mat-contrast($mat-green, A200)!important;} -.mat-green-A400 { background-color: mat-color($mat-green, A400)!important; color: mat-contrast($mat-green, A400)!important;} -.mat-green-A700 { background-color: mat-color($mat-green, A700)!important; color: mat-contrast($mat-green, A700)!important;} - -.mat-light-green { background-color: mat-color($mat-light-green, 500)!important; color: mat-contrast($mat-light-green, 500)!important;} -.mat-light-green-50 { background-color: mat-color($mat-light-green, 50)!important; color: mat-contrast($mat-light-green, 50)!important;} -.mat-light-green-100 { background-color: mat-color($mat-light-green, 100)!important; color: mat-contrast($mat-light-green, 100)!important;} -.mat-light-green-200 { background-color: mat-color($mat-light-green, 200)!important; color: mat-contrast($mat-light-green, 200)!important;} -.mat-light-green-300 { background-color: mat-color($mat-light-green, 300)!important; color: mat-contrast($mat-light-green, 300)!important;} -.mat-light-green-400 { background-color: mat-color($mat-light-green, 400)!important; color: mat-contrast($mat-light-green, 400)!important;} -.mat-light-green-500 { background-color: mat-color($mat-light-green, 500)!important; color: mat-contrast($mat-light-green, 500)!important;} -.mat-light-green-600 { background-color: mat-color($mat-light-green, 600)!important; color: mat-contrast($mat-light-green, 600)!important;} -.mat-light-green-700 { background-color: mat-color($mat-light-green, 700)!important; color: mat-contrast($mat-light-green, 700)!important;} -.mat-light-green-800 { background-color: mat-color($mat-light-green, 800)!important; color: mat-contrast($mat-light-green, 800)!important;} -.mat-light-green-900 { background-color: mat-color($mat-light-green, 900)!important; color: mat-contrast($mat-light-green, 900)!important;} -.mat-light-green-A100 { background-color: mat-color($mat-light-green, A100)!important; color: mat-contrast($mat-light-green, A100)!important;} -.mat-light-green-A200 { background-color: mat-color($mat-light-green, A200)!important; color: mat-contrast($mat-light-green, A200)!important;} -.mat-light-green-A400 { background-color: mat-color($mat-light-green, A400)!important; color: mat-contrast($mat-light-green, A400)!important;} -.mat-light-green-A700 { background-color: mat-color($mat-light-green, A700)!important; color: mat-contrast($mat-light-green, A700)!important;} - -.mat-lime { background-color: mat-color($mat-lime, 500)!important; color: mat-contrast($mat-lime, 500)!important;} -.mat-lime-50 { background-color: mat-color($mat-lime, 50)!important; color: mat-contrast($mat-lime, 50)!important;} -.mat-lime-100 { background-color: mat-color($mat-lime, 100)!important; color: mat-contrast($mat-lime, 100)!important;} -.mat-lime-200 { background-color: mat-color($mat-lime, 200)!important; color: mat-contrast($mat-lime, 200)!important;} -.mat-lime-300 { background-color: mat-color($mat-lime, 300)!important; color: mat-contrast($mat-lime, 300)!important;} -.mat-lime-400 { background-color: mat-color($mat-lime, 400)!important; color: mat-contrast($mat-lime, 400)!important;} -.mat-lime-500 { background-color: mat-color($mat-lime, 500)!important; color: mat-contrast($mat-lime, 500)!important;} -.mat-lime-600 { background-color: mat-color($mat-lime, 600)!important; color: mat-contrast($mat-lime, 600)!important;} -.mat-lime-700 { background-color: mat-color($mat-lime, 700)!important; color: mat-contrast($mat-lime, 700)!important;} -.mat-lime-800 { background-color: mat-color($mat-lime, 800)!important; color: mat-contrast($mat-lime, 800)!important;} -.mat-lime-900 { background-color: mat-color($mat-lime, 900)!important; color: mat-contrast($mat-lime, 900)!important;} -.mat-lime-A100 { background-color: mat-color($mat-lime, A100)!important; color: mat-contrast($mat-lime, A100)!important;} -.mat-lime-A200 { background-color: mat-color($mat-lime, A200)!important; color: mat-contrast($mat-lime, A200)!important;} -.mat-lime-A400 { background-color: mat-color($mat-lime, A400)!important; color: mat-contrast($mat-lime, A400)!important;} -.mat-lime-A700 { background-color: mat-color($mat-lime, A700)!important; color: mat-contrast($mat-lime, A700)!important;} - -.mat-yellow { background-color: mat-color($mat-yellow, 500)!important; color: mat-contrast($mat-yellow, 500)!important;} -.mat-yellow-50 { background-color: mat-color($mat-yellow, 50)!important; color: mat-contrast($mat-yellow, 50)!important;} -.mat-yellow-100 { background-color: mat-color($mat-yellow, 100)!important; color: mat-contrast($mat-yellow, 100)!important;} -.mat-yellow-200 { background-color: mat-color($mat-yellow, 200)!important; color: mat-contrast($mat-yellow, 200)!important;} -.mat-yellow-300 { background-color: mat-color($mat-yellow, 300)!important; color: mat-contrast($mat-yellow, 300)!important;} -.mat-yellow-400 { background-color: mat-color($mat-yellow, 400)!important; color: mat-contrast($mat-yellow, 400)!important;} -.mat-yellow-500 { background-color: mat-color($mat-yellow, 500)!important; color: mat-contrast($mat-yellow, 500)!important;} -.mat-yellow-600 { background-color: mat-color($mat-yellow, 600)!important; color: mat-contrast($mat-yellow, 600)!important;} -.mat-yellow-700 { background-color: mat-color($mat-yellow, 700)!important; color: mat-contrast($mat-yellow, 700)!important;} -.mat-yellow-800 { background-color: mat-color($mat-yellow, 800)!important; color: mat-contrast($mat-yellow, 800)!important;} -.mat-yellow-900 { background-color: mat-color($mat-yellow, 900)!important; color: mat-contrast($mat-yellow, 900)!important;} -.mat-yellow-A100 { background-color: mat-color($mat-yellow, A100)!important; color: mat-contrast($mat-yellow, A100)!important;} -.mat-yellow-A200 { background-color: mat-color($mat-yellow, A200)!important; color: mat-contrast($mat-yellow, A200)!important;} -.mat-yellow-A400 { background-color: mat-color($mat-yellow, A400)!important; color: mat-contrast($mat-yellow, A400)!important;} -.mat-yellow-A700 { background-color: mat-color($mat-yellow, A700)!important; color: mat-contrast($mat-yellow, A700)!important;} - -.mat-amber { background-color: mat-color($mat-amber, 500)!important; color: mat-contrast($mat-amber, 500)!important;} -.mat-amber-50 { background-color: mat-color($mat-amber, 50)!important; color: mat-contrast($mat-amber, 50)!important;} -.mat-amber-100 { background-color: mat-color($mat-amber, 100)!important; color: mat-contrast($mat-amber, 100)!important;} -.mat-amber-200 { background-color: mat-color($mat-amber, 200)!important; color: mat-contrast($mat-amber, 200)!important;} -.mat-amber-300 { background-color: mat-color($mat-amber, 300)!important; color: mat-contrast($mat-amber, 300)!important;} -.mat-amber-400 { background-color: mat-color($mat-amber, 400)!important; color: mat-contrast($mat-amber, 400)!important;} -.mat-amber-500 { background-color: mat-color($mat-amber, 500)!important; color: mat-contrast($mat-amber, 500)!important;} -.mat-amber-600 { background-color: mat-color($mat-amber, 600)!important; color: mat-contrast($mat-amber, 600)!important;} -.mat-amber-700 { background-color: mat-color($mat-amber, 700)!important; color: mat-contrast($mat-amber, 700)!important;} -.mat-amber-800 { background-color: mat-color($mat-amber, 800)!important; color: mat-contrast($mat-amber, 800)!important;} -.mat-amber-900 { background-color: mat-color($mat-amber, 900)!important; color: mat-contrast($mat-amber, 900)!important;} -.mat-amber-A100 { background-color: mat-color($mat-amber, A100)!important; color: mat-contrast($mat-amber, A100)!important;} -.mat-amber-A200 { background-color: mat-color($mat-amber, A200)!important; color: mat-contrast($mat-amber, A200)!important;} -.mat-amber-A400 { background-color: mat-color($mat-amber, A400)!important; color: mat-contrast($mat-amber, A400)!important;} -.mat-amber-A700 { background-color: mat-color($mat-amber, A700)!important; color: mat-contrast($mat-amber, A700)!important;} - -.mat-orange { background-color: mat-color($mat-orange, 500)!important; color: mat-contrast($mat-orange, 500)!important;} -.mat-orange-50 { background-color: mat-color($mat-orange, 50)!important; color: mat-contrast($mat-orange, 50)!important;} -.mat-orange-100 { background-color: mat-color($mat-orange, 100)!important; color: mat-contrast($mat-orange, 100)!important;} -.mat-orange-200 { background-color: mat-color($mat-orange, 200)!important; color: mat-contrast($mat-orange, 200)!important;} -.mat-orange-300 { background-color: mat-color($mat-orange, 300)!important; color: mat-contrast($mat-orange, 300)!important;} -.mat-orange-400 { background-color: mat-color($mat-orange, 400)!important; color: mat-contrast($mat-orange, 400)!important;} -.mat-orange-500 { background-color: mat-color($mat-orange, 500)!important; color: mat-contrast($mat-orange, 500)!important;} -.mat-orange-600 { background-color: mat-color($mat-orange, 600)!important; color: mat-contrast($mat-orange, 600)!important;} -.mat-orange-700 { background-color: mat-color($mat-orange, 700)!important; color: mat-contrast($mat-orange, 700)!important;} -.mat-orange-800 { background-color: mat-color($mat-orange, 800)!important; color: mat-contrast($mat-orange, 800)!important;} -.mat-orange-900 { background-color: mat-color($mat-orange, 900)!important; color: mat-contrast($mat-orange, 900)!important;} -.mat-orange-A100 { background-color: mat-color($mat-orange, A100)!important; color: mat-contrast($mat-orange, A100)!important;} -.mat-orange-A200 { background-color: mat-color($mat-orange, A200)!important; color: mat-contrast($mat-orange, A200)!important;} -.mat-orange-A400 { background-color: mat-color($mat-orange, A400)!important; color: mat-contrast($mat-orange, A400)!important;} -.mat-orange-A700 { background-color: mat-color($mat-orange, A700)!important; color: mat-contrast($mat-orange, A700)!important;} - -.mat-deep-orange { background-color: mat-color($mat-deep-orange, 500)!important; color: mat-contrast($mat-deep-orange, 500)!important;} -.mat-deep-orange-50 { background-color: mat-color($mat-deep-orange, 50)!important; color: mat-contrast($mat-deep-orange, 50)!important;} -.mat-deep-orange-100 { background-color: mat-color($mat-deep-orange, 100)!important; color: mat-contrast($mat-deep-orange, 100)!important;} -.mat-deep-orange-200 { background-color: mat-color($mat-deep-orange, 200)!important; color: mat-contrast($mat-deep-orange, 200)!important;} -.mat-deep-orange-300 { background-color: mat-color($mat-deep-orange, 300)!important; color: mat-contrast($mat-deep-orange, 300)!important;} -.mat-deep-orange-400 { background-color: mat-color($mat-deep-orange, 400)!important; color: mat-contrast($mat-deep-orange, 400)!important;} -.mat-deep-orange-500 { background-color: mat-color($mat-deep-orange, 500)!important; color: mat-contrast($mat-deep-orange, 500)!important;} -.mat-deep-orange-600 { background-color: mat-color($mat-deep-orange, 600)!important; color: mat-contrast($mat-deep-orange, 600)!important;} -.mat-deep-orange-700 { background-color: mat-color($mat-deep-orange, 700)!important; color: mat-contrast($mat-deep-orange, 700)!important;} -.mat-deep-orange-800 { background-color: mat-color($mat-deep-orange, 800)!important; color: mat-contrast($mat-deep-orange, 800)!important;} -.mat-deep-orange-900 { background-color: mat-color($mat-deep-orange, 900)!important; color: mat-contrast($mat-deep-orange, 900)!important;} -.mat-deep-orange-A100 { background-color: mat-color($mat-deep-orange, A100)!important; color: mat-contrast($mat-deep-orange, A100)!important;} -.mat-deep-orange-A200 { background-color: mat-color($mat-deep-orange, A200)!important; color: mat-contrast($mat-deep-orange, A200)!important;} -.mat-deep-orange-A400 { background-color: mat-color($mat-deep-orange, A400)!important; color: mat-contrast($mat-deep-orange, A400)!important;} -.mat-deep-orange-A700 { background-color: mat-color($mat-deep-orange, A700)!important; color: mat-contrast($mat-deep-orange, A700)!important;} - -.mat-brown { background-color: mat-color($mat-brown, 500)!important; color: mat-contrast($mat-brown, 500)!important;} -.mat-brown-50 { background-color: mat-color($mat-brown, 50)!important; color: mat-contrast($mat-brown, 50)!important;} -.mat-brown-100 { background-color: mat-color($mat-brown, 100)!important; color: mat-contrast($mat-brown, 100)!important;} -.mat-brown-200 { background-color: mat-color($mat-brown, 200)!important; color: mat-contrast($mat-brown, 200)!important;} -.mat-brown-300 { background-color: mat-color($mat-brown, 300)!important; color: mat-contrast($mat-brown, 300)!important;} -.mat-brown-400 { background-color: mat-color($mat-brown, 400)!important; color: mat-contrast($mat-brown, 400)!important;} -.mat-brown-500 { background-color: mat-color($mat-brown, 500)!important; color: mat-contrast($mat-brown, 500)!important;} -.mat-brown-600 { background-color: mat-color($mat-brown, 600)!important; color: mat-contrast($mat-brown, 600)!important;} -.mat-brown-700 { background-color: mat-color($mat-brown, 700)!important; color: mat-contrast($mat-brown, 700)!important;} -.mat-brown-800 { background-color: mat-color($mat-brown, 800)!important; color: mat-contrast($mat-brown, 800)!important;} -.mat-brown-900 { background-color: mat-color($mat-brown, 900)!important; color: mat-contrast($mat-brown, 900)!important;} -.mat-brown-A100 { background-color: mat-color($mat-brown, A100)!important; color: mat-contrast($mat-brown, A100)!important;} -.mat-brown-A200 { background-color: mat-color($mat-brown, A200)!important; color: mat-contrast($mat-brown, A200)!important;} -.mat-brown-A400 { background-color: mat-color($mat-brown, A400)!important; color: mat-contrast($mat-brown, A400)!important;} -.mat-brown-A700 { background-color: mat-color($mat-brown, A700)!important; color: mat-contrast($mat-brown, A700)!important;} - -.mat-grey { background-color: mat-color($mat-grey, 500)!important; color: mat-contrast($mat-grey, 500)!important;} -.mat-grey-50 { background-color: mat-color($mat-grey, 50)!important; color: mat-contrast($mat-grey, 50)!important;} -.mat-grey-100 { background-color: mat-color($mat-grey, 100)!important; color: mat-contrast($mat-grey, 100)!important;} -.mat-grey-200 { background-color: mat-color($mat-grey, 200)!important; color: mat-contrast($mat-grey, 200)!important;} -.mat-grey-300 { background-color: mat-color($mat-grey, 300)!important; color: mat-contrast($mat-grey, 300)!important;} -.mat-grey-400 { background-color: mat-color($mat-grey, 400)!important; color: mat-contrast($mat-grey, 400)!important;} -.mat-grey-500 { background-color: mat-color($mat-grey, 500)!important; color: mat-contrast($mat-grey, 500)!important;} -.mat-grey-600 { background-color: mat-color($mat-grey, 600)!important; color: mat-contrast($mat-grey, 600)!important;} -.mat-grey-700 { background-color: mat-color($mat-grey, 700)!important; color: mat-contrast($mat-grey, 700)!important;} -.mat-grey-800 { background-color: mat-color($mat-grey, 800)!important; color: mat-contrast($mat-grey, 800)!important;} -.mat-grey-900 { background-color: mat-color($mat-grey, 900)!important; color: mat-contrast($mat-grey, 900)!important;} -.mat-grey-A100 { background-color: mat-color($mat-grey, A100)!important; color: mat-contrast($mat-grey, A100)!important;} -.mat-grey-A200 { background-color: mat-color($mat-grey, A200)!important; color: mat-contrast($mat-grey, A200)!important;} -.mat-grey-A400 { background-color: mat-color($mat-grey, A400)!important; color: mat-contrast($mat-grey, A400)!important;} -.mat-grey-A700 { background-color: mat-color($mat-grey, A700)!important; color: mat-contrast($mat-grey, A700)!important;} - -.mat-blue-grey { background-color: mat-color($mat-blue-grey, 500)!important; color: mat-contrast($mat-blue-grey, 500)!important;} -.mat-blue-grey-50 { background-color: mat-color($mat-blue-grey, 50)!important; color: mat-contrast($mat-blue-grey, 50)!important;} -.mat-blue-grey-100 { background-color: mat-color($mat-blue-grey, 100)!important; color: mat-contrast($mat-blue-grey, 100)!important;} -.mat-blue-grey-200 { background-color: mat-color($mat-blue-grey, 200)!important; color: mat-contrast($mat-blue-grey, 200)!important;} -.mat-blue-grey-300 { background-color: mat-color($mat-blue-grey, 300)!important; color: mat-contrast($mat-blue-grey, 300)!important;} -.mat-blue-grey-400 { background-color: mat-color($mat-blue-grey, 400)!important; color: mat-contrast($mat-blue-grey, 400)!important;} -.mat-blue-grey-500 { background-color: mat-color($mat-blue-grey, 500)!important; color: mat-contrast($mat-blue-grey, 500)!important;} -.mat-blue-grey-600 { background-color: mat-color($mat-blue-grey, 600)!important; color: mat-contrast($mat-blue-grey, 600)!important;} -.mat-blue-grey-700 { background-color: mat-color($mat-blue-grey, 700)!important; color: mat-contrast($mat-blue-grey, 700)!important;} -.mat-blue-grey-800 { background-color: mat-color($mat-blue-grey, 800)!important; color: mat-contrast($mat-blue-grey, 800)!important;} -.mat-blue-grey-900 { background-color: mat-color($mat-blue-grey, 900)!important; color: mat-contrast($mat-blue-grey, 900)!important;} -.mat-blue-grey-A100 { background-color: mat-color($mat-blue-grey, A100)!important; color: mat-contrast($mat-blue-grey, A100)!important;} -.mat-blue-grey-A200 { background-color: mat-color($mat-blue-grey, A200)!important; color: mat-contrast($mat-blue-grey, A200)!important;} -.mat-blue-grey-A400 { background-color: mat-color($mat-blue-grey, A400)!important; color: mat-contrast($mat-blue-grey, A400)!important;} -.mat-blue-grey-A700 { background-color: mat-color($mat-blue-grey, A700)!important; color: mat-contrast($mat-blue-grey, A700)!important;} \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/utilities/_general.scss b/ng6-seed/dist/assets/styles/scss/utilities/_general.scss deleted file mode 100644 index 219e24009..000000000 --- a/ng6-seed/dist/assets/styles/scss/utilities/_general.scss +++ /dev/null @@ -1,227 +0,0 @@ -$hover-icon-color:green; - - - -.radius-none { - border-radius: 0; -} - -.radius-round { - border-radius: $border-radius-base; -} -.rad-full{ - border-radius: 100%; -} -.radius-circle { - border-radius: 50%; -} - -.overflow-visible { - overflow: visible; -} - -.overflow-hidden { - overflow: hidden; -} - -.overflow-auto { - overflow: auto; -} - -.block { - display: block; -} - -.button-block { - display: block; - width: 100%; -} - -.inline-block { - display: inline-block; -} - -.center-block { - display: block; - margin: 0 auto; -} - -.relative { - position: relative; -} - -.fixed { - position: fixed; -} - -.absolute { - position: absolute; -} - -.shadow-none { - box-shadow: none!important; -} - -.border-none { - border: 0!important; -} - -.background-none { - background-color: transparent!important; -} - -//Flex -.d-flex { - display: -ms-flexbox !important; - display: flex !important; -} - -.d-block { - display: block; -} - -.text-center { - text-align: center; -} - -.justify-content-start { - -ms-flex-pack: start !important; - justify-content: flex-start !important; -} - -.justify-content-end { - -ms-flex-pack: end !important; - justify-content: flex-end !important; -} - -.justify-content-center { - -ms-flex-pack: center !important; - justify-content: center !important; -} - -.justify-content-between { - -ms-flex-pack: justify !important; - justify-content: space-between !important; -} - -.justify-content-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; -} - -.align-items-start { - -ms-flex-align: start !important; - align-items: flex-start !important; -} - -.align-items-end { - -ms-flex-align: end !important; - align-items: flex-end !important; -} - -.align-items-center { - -ms-flex-align: center !important; - align-items: center !important; -} - -.align-items-baseline { - -ms-flex-align: baseline !important; - align-items: baseline !important; -} - -.align-items-stretch { - -ms-flex-align: stretch !important; - align-items: stretch !important; -} - -.align-content-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; -} - -.align-content-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; -} - -.align-content-center { - -ms-flex-line-pack: center !important; - align-content: center !important; -} - -.align-content-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; -} - -.align-content-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; -} - -.align-content-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; -} - -.align-self-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; -} - -.align-self-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; -} - -.align-self-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; -} - -.align-self-center { - -ms-flex-item-align: center !important; - align-self: center !important; -} - -.align-self-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; -} - -.align-self-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; -} - -.h-300px { - height: 300px; -} - -.w-100 { - width: 100%; -} - - -/* Card*/ - -.card-container { - padding: 1rem; -} - - -/*Hover Icon*/ - -.hover-icon { - i,mat-icon { - transition: all 0.3s ease-in-out 0s; - display: inline-block; - cursor: pointer; - } - &:hover { - i,mat-icon { - transform: scale(1.1); - color: $hover-icon-color; - } - } -} diff --git a/ng6-seed/dist/assets/styles/scss/utilities/_spacing.scss b/ng6-seed/dist/assets/styles/scss/utilities/_spacing.scss deleted file mode 100644 index 124cb9724..000000000 --- a/ng6-seed/dist/assets/styles/scss/utilities/_spacing.scss +++ /dev/null @@ -1,35 +0,0 @@ -@each $prop, $abbrev in (margin: m, padding: p) { - @each $size, $lengths in $spacers { - $length-x: map-get($lengths, x); - $length-y: map-get($lengths, y); - - .#{$abbrev}a-#{$size} { #{$prop}: $length-y $length-x !important; } // a = All sides - .#{$abbrev}t-#{$size} { #{$prop}-top: $length-y !important; } - .#{$abbrev}r-#{$size} { #{$prop}-right: $length-x !important; } - .#{$abbrev}b-#{$size} { #{$prop}-bottom: $length-y !important; } - .#{$abbrev}l-#{$size} { #{$prop}-left: $length-x !important; } - - // Axes - .#{$abbrev}x-#{$size} { - #{$prop}-right: $length-x !important; - #{$prop}-left: $length-x !important; - } - .#{$abbrev}y-#{$size} { - #{$prop}-top: $length-y !important; - #{$prop}-bottom: $length-y !important; - } - } -} - - //pad - .p-1 { - padding: 1rem; - } - - .p-2 { - padding: 2rem !important; - } - - .p-3 { - padding: 3rem !important; - } \ No newline at end of file diff --git a/ng6-seed/dist/assets/styles/scss/utilities/_text.scss b/ng6-seed/dist/assets/styles/scss/utilities/_text.scss deleted file mode 100644 index ec9312558..000000000 --- a/ng6-seed/dist/assets/styles/scss/utilities/_text.scss +++ /dev/null @@ -1,64 +0,0 @@ -// -// Text -// - -// Alignment - -.text-justify { text-align: justify !important; } -.text-nowrap { white-space: nowrap !important; } - -// Responsive alignment - -@each $breakpoint in map-keys($grid-breakpoints) { - @include media-breakpoint-up($breakpoint) { - .text-#{$breakpoint}-left { text-align: left !important; } - .text-#{$breakpoint}-right { text-align: right !important; } - .text-#{$breakpoint}-center { text-align: center !important; } - } -} - -// Transformation - -.text-lowercase { text-transform: lowercase !important; } -.text-uppercase { text-transform: uppercase !important; } -.text-capitalize { text-transform: capitalize !important; } - -// Size - -.text-xs { font-size: 50% !important; } -.text-sm { font-size: 70% !important; } -.text-mat { font-size: 80% !important; } -.text-df { font-size: 13px !important; } -.text-lg { font-size: 110% !important; } -.text-xl { font-size: 120% !important; } -.text-xxl { font-size: 60px !important; } - -// Weight and italics - -.font-weight-normal { font-weight: normal!important; } -.font-weight-bold { font-weight: 700!important; } -.font-italic { font-style: italic!important; } - -// Contextual colors - -@include text-emphasis-variant('.mat-text-muted', mat-color($foreground, secondary-text)); - -@include text-emphasis-variant('.mat-text-default', mat-color($foreground, base)); - -@include text-emphasis-variant('.mat-text-primary', mat-color($primary)); - -@include text-emphasis-variant('.mat-text-warn', mat-color($warn)); - -@include text-emphasis-variant('.mat-text-accent', mat-color($accent)); - -.app-dark { - @include text-emphasis-variant('.mat-text-muted', mat-color($dark-foreground, secondary-text)); - @include text-emphasis-variant('.mat-text-default', mat-color($dark-foreground, base)); -} -//card - - -.column { - padding: 0 1rem; - margin-bottom: 2rem; -} diff --git a/ng6-seed/dist/assets/styles/scss/utilities/utilities.scss b/ng6-seed/dist/assets/styles/scss/utilities/utilities.scss deleted file mode 100644 index 6aab4190d..000000000 --- a/ng6-seed/dist/assets/styles/scss/utilities/utilities.scss +++ /dev/null @@ -1,4 +0,0 @@ -@import "background"; -@import "general"; -@import "spacing"; -@import "text"; \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/.bower.json b/ng6-seed/dist/assets/vendor/pace/.bower.json deleted file mode 100644 index 05f4946cc..000000000 --- a/ng6-seed/dist/assets/vendor/pace/.bower.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "PACE", - "main": "pace.js", - "version": "1.0.2", - "homepage": "http://github.hubspot.com/pace/docs/welcome", - "authors": [ - "Zack Bloom ", - "Adam Schwartz " - ], - "description": "Automatic page load progress bar", - "keywords": [ - "loading", - "load", - "pageload", - "progress", - "activity", - "ajax", - "spinner", - "progress", - "bar", - "automatic", - "client-side" - ], - "license": "MIT", - "ignore": [ - ".*", - "Gruntfile.coffee", - "bower_components", - "docs", - "node_modules", - "package.json", - "templates", - "tests" - ], - "_release": "1.0.2", - "_resolution": { - "type": "version", - "tag": "v1.0.2", - "commit": "c6846cbf6b928e9903b569269fa9fbf32f2554f4" - }, - "_source": "https://github.com/HubSpot/pace.git", - "_target": "^1.0.2", - "_originalSource": "pace" -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/LICENSE b/ng6-seed/dist/assets/vendor/pace/LICENSE deleted file mode 100644 index d746b0446..000000000 --- a/ng6-seed/dist/assets/vendor/pace/LICENSE +++ /dev/null @@ -1,8 +0,0 @@ -Copyright (c) 2013 HubSpot, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/ng6-seed/dist/assets/vendor/pace/README.md b/ng6-seed/dist/assets/vendor/pace/README.md deleted file mode 100644 index 47bdc1202..000000000 --- a/ng6-seed/dist/assets/vendor/pace/README.md +++ /dev/null @@ -1,27 +0,0 @@ -pace -==== - - - - - -An automatic web page progress bar. - -Include [pace.js](https://raw.github.com/HubSpot/pace/v1.0.2/pace.min.js) and a [theme](http://github.hubspot.com/pace/docs/welcome/) of your choice to your page and you are done! - -Pace will automatically monitor your Ajax requests, event loop lag, document ready state and elements on your page to decide on the progress. - -If you use AMD or Browserify, require pace.js and call `pace.start()` as early in the loading process as is possible. - -### [Demo](http://github.hubspot.com/pace/docs/welcome/) - -### [Documentation](http://github.hubspot.com/pace/) - -### Example - -```html - - - - -``` diff --git a/ng6-seed/dist/assets/vendor/pace/bower.json b/ng6-seed/dist/assets/vendor/pace/bower.json deleted file mode 100644 index 82e4b0fa2..000000000 --- a/ng6-seed/dist/assets/vendor/pace/bower.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "PACE", - "main": "pace.js", - "version": "1.0.2", - "homepage": "http://github.hubspot.com/pace/docs/welcome", - "authors": [ - "Zack Bloom ", - "Adam Schwartz " - ], - "description": "Automatic page load progress bar", - "keywords": [ - "loading", - "load", - "pageload", - "progress", - "activity", - "ajax", - "spinner", - "progress", - "bar", - "automatic", - "client-side" - ], - "license": "MIT", - "ignore": [ - ".*", - "Gruntfile.coffee", - "bower_components", - "docs", - "node_modules", - "package.json", - "templates", - "tests" - ] -} diff --git a/ng6-seed/dist/assets/vendor/pace/install.json b/ng6-seed/dist/assets/vendor/pace/install.json deleted file mode 100644 index f9540c2c1..000000000 --- a/ng6-seed/dist/assets/vendor/pace/install.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "resources": { - "head": [ - { - "type": "script", - "src": "./pace.js", - "moduleType": "global", - "exports": ["Pace"] - }, - { - "type": "style", - "src": "./themes/{{ options.color }}/pace-theme-{{ options.theme }}.css" - } - ] - }, - "options": { - "properties": { - "color": { - "title": "Color", - "type": "string", - "enum": [ - "black", - "white", - "silver", - "red", - "orange", - "yellow", - "green", - "blue", - "pink", - "purple" - ], - "enumNames": { - "black": "Black", - "white": "White", - "silver": "Silver", - "red": "Red", - "orange": "Orange", - "yellow": "Yellow", - "green": "Green", - "blue": "Blue", - "pink": "Pink", - "purple": "Purple" - }, - "default": "blue" - }, - "theme": { - "title": "Theme", - "type": "string", - "enum": [ - "barber-shop", - "big-counter", - "bounce", - "center-atom", - "center-circle", - "center-radar", - "center-simple", - "corner-indicator", - "fill-left", - "flash", - "flat-top", - "loading-bar", - "mac-osx", - "minimal" - ], - "enumNames": { - "barber-shop": "Barber Shop", - "big-counter": "Big Counter", - "bounce": "Bounce", - "center-atom": "Center Atom", - "center-circle": "Center Circle", - "center-radar": "Center Radar", - "center-simple": "Center Simple", - "corner-indicator": "Corner Indicator", - "fill-left": "Fill Left", - "flash": "Flash", - "flat-top": "Flat Top", - "loading-bar": "Loading Bar", - "mac-osx": "Mac OS X", - "minimal": "Minimal" - }, - "default": "barber-shop" - } - } - } -} diff --git a/ng6-seed/dist/assets/vendor/pace/pace.coffee b/ng6-seed/dist/assets/vendor/pace/pace.coffee deleted file mode 100644 index 219e1d67f..000000000 --- a/ng6-seed/dist/assets/vendor/pace/pace.coffee +++ /dev/null @@ -1,755 +0,0 @@ -defaultOptions = - # How long should it take for the bar to animate to a new - # point after receiving it - catchupTime: 100 - - # How quickly should the bar be moving before it has any progress - # info from a new source in %/ms - initialRate: .03 - - # What is the minimum amount of time the bar should be on the - # screen. Irrespective of this number, the bar will always be on screen for - # 33 * (100 / maxProgressPerFrame) + ghostTime ms. - minTime: 250 - - # What is the minimum amount of time the bar should sit after the last - # update before disappearing - ghostTime: 100 - - # Its easy for a bunch of the bar to be eaten in the first few frames - # before we know how much there is to load. This limits how much of - # the bar can be used per frame - maxProgressPerFrame: 20 - - # This tweaks the animation easing - easeFactor: 1.25 - - # Should pace automatically start when the page is loaded, or should it wait for `start` to - # be called? Always false if pace is loaded with AMD or CommonJS. - startOnPageLoad: true - - # Should we restart the browser when pushState or replaceState is called? (Generally - # means ajax navigation has occured) - restartOnPushState: true - - # Should we show the progress bar for every ajax request (not just regular or ajax-y page - # navigation)? Set to false to disable. - # - # If so, how many ms does the request have to be running for before we show the progress? - restartOnRequestAfter: 500 - - # What element should the pace element be appended to on the page? - target: 'body' - - elements: - # How frequently in ms should we check for the elements being tested for - # using the element monitor? - checkInterval: 100 - - # What elements should we wait for before deciding the page is fully loaded (not required) - selectors: ['body'] - - eventLag: - # When we first start measuring event lag, not much is going on in the browser yet, so it's - # not uncommon for the numbers to be abnormally low for the first few samples. This configures - # how many samples we need before we consider a low number to mean completion. - minSamples: 10 - - # How many samples should we average to decide what the current lag is? - sampleCount: 3 - - # Above how many ms of lag is the CPU considered busy? - lagThreshold: 3 - - ajax: - # Which HTTP methods should we track? - trackMethods: ['GET'] - - # Should we track web socket connections? - trackWebSockets: true - - # A list of regular expressions or substrings of URLS we should ignore (for both tracking and restarting) - ignoreURLs: [] - -now = -> - performance?.now?() ? +new Date - -requestAnimationFrame = window.requestAnimationFrame or window.mozRequestAnimationFrame or - window.webkitRequestAnimationFrame or window.msRequestAnimationFrame - -cancelAnimationFrame = window.cancelAnimationFrame or window.mozCancelAnimationFrame - -if not requestAnimationFrame? - requestAnimationFrame = (fn) -> - setTimeout fn, 50 - - cancelAnimationFrame = (id) -> - clearTimeout id - -runAnimation = (fn) -> - last = now() - tick = -> - diff = now() - last - - if diff >= 33 - # Don't run faster than 30 fps - - last = now() - fn diff, -> - requestAnimationFrame tick - else - setTimeout tick, (33 - diff) - - tick() - -result = (obj, key, args...) -> - if typeof obj[key] is 'function' - obj[key](args...) - else - obj[key] - -extend = (out, sources...) -> - for source in sources when source - for own key, val of source - if out[key]? and typeof out[key] is 'object' and val? and typeof val is 'object' - extend(out[key], val) - else - out[key] = val - out - -avgAmplitude = (arr) -> - sum = count = 0 - for v in arr - sum += Math.abs(v) - count++ - - sum / count - -getFromDOM = (key='options', json=true) -> - el = document.querySelector "[data-pace-#{ key }]" - - return unless el - - data = el.getAttribute "data-pace-#{ key }" - - return data if not json - - try - return JSON.parse data - catch e - console?.error "Error parsing inline pace options", e - -class Evented - on: (event, handler, ctx, once=false) -> - @bindings ?= {} - @bindings[event] ?= [] - @bindings[event].push {handler, ctx, once} - - once: (event, handler, ctx) -> - @on(event, handler, ctx, true) - - off: (event, handler) -> - return unless @bindings?[event]? - - if not handler? - delete @bindings[event] - else - i = 0 - while i < @bindings[event].length - if @bindings[event][i].handler is handler - @bindings[event].splice i, 1 - else - i++ - - trigger: (event, args...) -> - if @bindings?[event] - i = 0 - while i < @bindings[event].length - {handler, ctx, once} = @bindings[event][i] - - handler.apply(ctx ? @, args) - - if once - @bindings[event].splice i, 1 - else - i++ - -Pace = window.Pace or {} -window.Pace = Pace - -extend Pace, Evented:: - -options = Pace.options = extend {}, defaultOptions, window.paceOptions, getFromDOM() - -for source in ['ajax', 'document', 'eventLag', 'elements'] - # true enables them without configuration, so we grab the config from the defaults - if options[source] is true - options[source] = defaultOptions[source] - -class NoTargetError extends Error - -class Bar - constructor: -> - @progress = 0 - - getElement: -> - if not @el? - targetElement = document.querySelector options.target - - if not targetElement - throw new NoTargetError - - @el = document.createElement 'div' - @el.className = "pace pace-active" - - document.body.className = document.body.className.replace /pace-done/g, '' - document.body.className += ' pace-running' - - @el.innerHTML = ''' -
-
-
-
- ''' - if targetElement.firstChild? - targetElement.insertBefore @el, targetElement.firstChild - else - targetElement.appendChild @el - - @el - - finish: -> - el = @getElement() - - el.className = el.className.replace 'pace-active', '' - el.className += ' pace-inactive' - - document.body.className = document.body.className.replace 'pace-running', '' - document.body.className += ' pace-done' - - update: (prog) -> - @progress = prog - - do @render - - destroy: -> - try - @getElement().parentNode.removeChild(@getElement()) - catch NoTargetError - - @el = undefined - - render: -> - if not document.querySelector(options.target)? - return false - - el = @getElement() - - transform = "translate3d(#{ @progress }%, 0, 0)" - for key in ['webkitTransform', 'msTransform', 'transform'] - el.children[0].style[key] = transform - - if not @lastRenderedProgress or @lastRenderedProgress|0 != @progress|0 - # The whole-part of the number has changed - - el.children[0].setAttribute 'data-progress-text', "#{ @progress|0 }%" - - if @progress >= 100 - # We cap it at 99 so we can use prefix-based attribute selectors - progressStr = '99' - else - progressStr = if @progress < 10 then "0" else "" - progressStr += @progress|0 - - el.children[0].setAttribute 'data-progress', "#{ progressStr }" - - @lastRenderedProgress = @progress - - done: -> - @progress >= 100 - -class Events - constructor: -> - @bindings = {} - - trigger: (name, val) -> - if @bindings[name]? - for binding in @bindings[name] - binding.call @, val - - on: (name, fn) -> - @bindings[name] ?= [] - @bindings[name].push fn - -_XMLHttpRequest = window.XMLHttpRequest -_XDomainRequest = window.XDomainRequest -_WebSocket = window.WebSocket - -extendNative = (to, from) -> - for key of from:: - try - if not to[key]? and typeof from[key] isnt 'function' - if typeof Object.defineProperty is 'function' - Object.defineProperty(to, key, { - get: -> - return from::[key]; - , - configurable: true, - enumerable: true }) - else - to[key] = from::[key] - catch e - -ignoreStack = [] - -Pace.ignore = (fn, args...) -> - ignoreStack.unshift 'ignore' - ret = fn(args...) - ignoreStack.shift() - ret - -Pace.track = (fn, args...) -> - ignoreStack.unshift 'track' - ret = fn(args...) - ignoreStack.shift() - ret - -shouldTrack = (method='GET') -> - if ignoreStack[0] is 'track' - return 'force' - - if not ignoreStack.length and options.ajax - if method is 'socket' and options.ajax.trackWebSockets - return true - else if method.toUpperCase() in options.ajax.trackMethods - return true - - return false - -# We should only ever instantiate one of these -class RequestIntercept extends Events - constructor: -> - super - - monitorXHR = (req) => - _open = req.open - req.open = (type, url, async) => - if shouldTrack(type) - @trigger 'request', {type, url, request: req} - - _open.apply req, arguments - - window.XMLHttpRequest = (flags) -> - req = new _XMLHttpRequest(flags) - - monitorXHR req - - req - - try - extendNative window.XMLHttpRequest, _XMLHttpRequest - - if _XDomainRequest? - window.XDomainRequest = -> - req = new _XDomainRequest - - monitorXHR req - - req - - try - extendNative window.XDomainRequest, _XDomainRequest - - if _WebSocket? and options.ajax.trackWebSockets - window.WebSocket = (url, protocols) => - if protocols? - req = new _WebSocket(url, protocols) - else - req = new _WebSocket(url) - - if shouldTrack('socket') - @trigger 'request', {type: 'socket', url, protocols, request: req} - - req - - try - extendNative window.WebSocket, _WebSocket - -_intercept = null -getIntercept = -> - if not _intercept? - _intercept = new RequestIntercept - _intercept - -shouldIgnoreURL = (url) -> - for pattern in options.ajax.ignoreURLs - if typeof pattern is 'string' - if url.indexOf(pattern) isnt -1 - return true - - else - if pattern.test(url) - return true - - return false - -# If we want to start the progress bar -# on every request, we need to hear the request -# and then inject it into the new ajax monitor -# start will have created. - -getIntercept().on 'request', ({type, request, url}) -> - return if shouldIgnoreURL(url) - - if not Pace.running and (options.restartOnRequestAfter isnt false or shouldTrack(type) is 'force') - args = arguments - - after = options.restartOnRequestAfter or 0 - if typeof after is 'boolean' - after = 0 - - setTimeout -> - if type is 'socket' - stillActive = request.readyState < 2 - else - stillActive = 0 < request.readyState < 4 - - if stillActive - Pace.restart() - - for source in Pace.sources - if source instanceof AjaxMonitor - source.watch args... - break - , after - -class AjaxMonitor - constructor: -> - @elements = [] - - getIntercept().on 'request', => @watch arguments... - - watch: ({type, request, url}) -> - return if shouldIgnoreURL(url) - - if type is 'socket' - tracker = new SocketRequestTracker(request) - else - tracker = new XHRRequestTracker(request) - - @elements.push tracker - -class XHRRequestTracker - constructor: (request) -> - @progress = 0 - - if window.ProgressEvent? - # We're dealing with a modern browser with progress event support - - size = null - request.addEventListener 'progress', (evt) => - if evt.lengthComputable - @progress = 100 * evt.loaded / evt.total - else - # If it's chunked encoding, we have no way of knowing the total length of the - # response, all we can do is increment the progress with backoff such that we - # never hit 100% until it's done. - @progress = @progress + (100 - @progress) / 2 - , false - - for event in ['load', 'abort', 'timeout', 'error'] - request.addEventListener event, => - @progress = 100 - , false - - else - _onreadystatechange = request.onreadystatechange - request.onreadystatechange = => - if request.readyState in [0, 4] - @progress = 100 - else if request.readyState is 3 - @progress = 50 - - _onreadystatechange?(arguments...) - -class SocketRequestTracker - constructor: (request) -> - @progress = 0 - - for event in ['error', 'open'] - request.addEventListener event, => - @progress = 100 - , false - -class ElementMonitor - constructor: (options={}) -> - @elements = [] - - options.selectors ?= [] - for selector in options.selectors - @elements.push new ElementTracker selector - -class ElementTracker - constructor: (@selector) -> - @progress = 0 - - @check() - - check: -> - if document.querySelector(@selector) - @done() - else - setTimeout (=> @check()), - options.elements.checkInterval - - done: -> - @progress = 100 - -class DocumentMonitor - states: - loading: 0 - interactive: 50 - complete: 100 - - constructor: -> - @progress = @states[document.readyState] ? 100 - - _onreadystatechange = document.onreadystatechange - document.onreadystatechange = => - if @states[document.readyState]? - @progress = @states[document.readyState] - - _onreadystatechange?(arguments...) - -class EventLagMonitor - constructor: -> - @progress = 0 - - avg = 0 - - samples = [] - - points = 0 - last = now() - interval = setInterval => - diff = now() - last - 50 - last = now() - - samples.push diff - - if samples.length > options.eventLag.sampleCount - samples.shift() - - avg = avgAmplitude samples - - if ++points >= options.eventLag.minSamples and avg < options.eventLag.lagThreshold - @progress = 100 - - clearInterval interval - else - @progress = 100 * (3 / (avg + 3)) - - , 50 - -class Scaler - constructor: (@source) -> - @last = @sinceLastUpdate = 0 - @rate = options.initialRate - @catchup = 0 - @progress = @lastProgress = 0 - - if @source? - @progress = result(@source, 'progress') - - tick: (frameTime, val) -> - val ?= result(@source, 'progress') - - if val >= 100 - @done = true - - if val == @last - @sinceLastUpdate += frameTime - else - if @sinceLastUpdate - @rate = (val - @last) / @sinceLastUpdate - - @catchup = (val - @progress) / options.catchupTime - - @sinceLastUpdate = 0 - @last = val - - if val > @progress - # After we've got a datapoint, we have catchupTime to - # get the progress bar to reflect that new data - @progress += @catchup * frameTime - - scaling = (1 - Math.pow(@progress / 100, options.easeFactor)) - - # Based on the rate of the last update, we preemptively update - # the progress bar, scaling it so it can never hit 100% until we - # know it's done. - @progress += scaling * @rate * frameTime - - @progress = Math.min(@lastProgress + options.maxProgressPerFrame, @progress) - - @progress = Math.max(0, @progress) - @progress = Math.min(100, @progress) - - @lastProgress = @progress - - @progress - -sources = null -scalers = null -bar = null -uniScaler = null -animation = null -cancelAnimation = null -Pace.running = false - -handlePushState = -> - if options.restartOnPushState - Pace.restart() - -# We reset the bar whenever it looks like an ajax navigation has occured. -if window.history.pushState? - _pushState = window.history.pushState - window.history.pushState = -> - handlePushState() - - _pushState.apply window.history, arguments - -if window.history.replaceState? - _replaceState = window.history.replaceState - window.history.replaceState = -> - handlePushState() - - _replaceState.apply window.history, arguments - -SOURCE_KEYS = - ajax: AjaxMonitor - elements: ElementMonitor - document: DocumentMonitor - eventLag: EventLagMonitor - -do init = -> - Pace.sources = sources = [] - - for type in ['ajax', 'elements', 'document', 'eventLag'] - if options[type] isnt false - sources.push new SOURCE_KEYS[type](options[type]) - - for source in options.extraSources ? [] - sources.push new source(options) - - Pace.bar = bar = new Bar - - # Each source of progress data has it's own scaler to smooth its output - scalers = [] - - # We have an extra scaler for the final output to keep things looking nice as we add and - # remove sources - uniScaler = new Scaler - -Pace.stop = -> - Pace.trigger 'stop' - Pace.running = false - - bar.destroy() - - # Not all browsers support cancelAnimationFrame - cancelAnimation = true - - if animation? - cancelAnimationFrame? animation - animation = null - - init() - -Pace.restart = -> - Pace.trigger 'restart' - Pace.stop() - Pace.start() - -Pace.go = -> - Pace.running = true - - bar.render() - - start = now() - - cancelAnimation = false - animation = runAnimation (frameTime, enqueueNextFrame) -> - # Every source gives us a progress number from 0 - 100 - # It's up to us to figure out how to turn that into a smoothly moving bar - # - # Their progress numbers can only increment. We try to interpolate - # between the numbers. - - remaining = 100 - bar.progress - - count = sum = 0 - done = true - # A source is composed of a bunch of elements, each with a raw, unscaled progress - for source, i in sources - scalerList = scalers[i] ?= [] - - elements = source.elements ? [source] - - # Each element is given it's own scaler, which turns its value into something - # smoothed for display - for element, j in elements - scaler = scalerList[j] ?= new Scaler element - - done &= scaler.done - - continue if scaler.done - - count++ - sum += scaler.tick(frameTime) - - avg = sum / count - - bar.update uniScaler.tick(frameTime, avg) - - if bar.done() or done or cancelAnimation - bar.update 100 - - Pace.trigger 'done' - - setTimeout -> - bar.finish() - - Pace.running = false - - Pace.trigger 'hide' - , Math.max(options.ghostTime, Math.max(options.minTime - (now() - start), 0)) - else - enqueueNextFrame() - -Pace.start = (_options) -> - extend options, _options - - Pace.running = true - - try - bar.render() - catch NoTargetError - - # It's usually possible to render a bit before the document declares itself ready - if not document.querySelector('.pace') - setTimeout Pace.start, 50 - else - Pace.trigger 'start' - Pace.go() - -if typeof define is 'function' and define.amd - # AMD - define ['pace'], -> Pace -else if typeof exports is 'object' - # CommonJS - module.exports = Pace -else - # Global - if options.startOnPageLoad - Pace.start() diff --git a/ng6-seed/dist/assets/vendor/pace/pace.js b/ng6-seed/dist/assets/vendor/pace/pace.js deleted file mode 100644 index c7efc2fc2..000000000 --- a/ng6-seed/dist/assets/vendor/pace/pace.js +++ /dev/null @@ -1,935 +0,0 @@ -(function() { - var AjaxMonitor, Bar, DocumentMonitor, ElementMonitor, ElementTracker, EventLagMonitor, Evented, Events, NoTargetError, Pace, RequestIntercept, SOURCE_KEYS, Scaler, SocketRequestTracker, XHRRequestTracker, animation, avgAmplitude, bar, cancelAnimation, cancelAnimationFrame, defaultOptions, extend, extendNative, getFromDOM, getIntercept, handlePushState, ignoreStack, init, now, options, requestAnimationFrame, result, runAnimation, scalers, shouldIgnoreURL, shouldTrack, source, sources, uniScaler, _WebSocket, _XDomainRequest, _XMLHttpRequest, _i, _intercept, _len, _pushState, _ref, _ref1, _replaceState, - __slice = [].slice, - __hasProp = {}.hasOwnProperty, - __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, - __indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; - - defaultOptions = { - catchupTime: 100, - initialRate: .03, - minTime: 250, - ghostTime: 100, - maxProgressPerFrame: 20, - easeFactor: 1.25, - startOnPageLoad: true, - restartOnPushState: true, - restartOnRequestAfter: 500, - target: 'body', - elements: { - checkInterval: 100, - selectors: ['body'] - }, - eventLag: { - minSamples: 10, - sampleCount: 3, - lagThreshold: 3 - }, - ajax: { - trackMethods: ['GET'], - trackWebSockets: true, - ignoreURLs: [] - } - }; - - now = function() { - var _ref; - return (_ref = typeof performance !== "undefined" && performance !== null ? typeof performance.now === "function" ? performance.now() : void 0 : void 0) != null ? _ref : +(new Date); - }; - - requestAnimationFrame = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || window.msRequestAnimationFrame; - - cancelAnimationFrame = window.cancelAnimationFrame || window.mozCancelAnimationFrame; - - if (requestAnimationFrame == null) { - requestAnimationFrame = function(fn) { - return setTimeout(fn, 50); - }; - cancelAnimationFrame = function(id) { - return clearTimeout(id); - }; - } - - runAnimation = function(fn) { - var last, tick; - last = now(); - tick = function() { - var diff; - diff = now() - last; - if (diff >= 33) { - last = now(); - return fn(diff, function() { - return requestAnimationFrame(tick); - }); - } else { - return setTimeout(tick, 33 - diff); - } - }; - return tick(); - }; - - result = function() { - var args, key, obj; - obj = arguments[0], key = arguments[1], args = 3 <= arguments.length ? __slice.call(arguments, 2) : []; - if (typeof obj[key] === 'function') { - return obj[key].apply(obj, args); - } else { - return obj[key]; - } - }; - - extend = function() { - var key, out, source, sources, val, _i, _len; - out = arguments[0], sources = 2 <= arguments.length ? __slice.call(arguments, 1) : []; - for (_i = 0, _len = sources.length; _i < _len; _i++) { - source = sources[_i]; - if (source) { - for (key in source) { - if (!__hasProp.call(source, key)) continue; - val = source[key]; - if ((out[key] != null) && typeof out[key] === 'object' && (val != null) && typeof val === 'object') { - extend(out[key], val); - } else { - out[key] = val; - } - } - } - } - return out; - }; - - avgAmplitude = function(arr) { - var count, sum, v, _i, _len; - sum = count = 0; - for (_i = 0, _len = arr.length; _i < _len; _i++) { - v = arr[_i]; - sum += Math.abs(v); - count++; - } - return sum / count; - }; - - getFromDOM = function(key, json) { - var data, e, el; - if (key == null) { - key = 'options'; - } - if (json == null) { - json = true; - } - el = document.querySelector("[data-pace-" + key + "]"); - if (!el) { - return; - } - data = el.getAttribute("data-pace-" + key); - if (!json) { - return data; - } - try { - return JSON.parse(data); - } catch (_error) { - e = _error; - return typeof console !== "undefined" && console !== null ? console.error("Error parsing inline pace options", e) : void 0; - } - }; - - Evented = (function() { - function Evented() {} - - Evented.prototype.on = function(event, handler, ctx, once) { - var _base; - if (once == null) { - once = false; - } - if (this.bindings == null) { - this.bindings = {}; - } - if ((_base = this.bindings)[event] == null) { - _base[event] = []; - } - return this.bindings[event].push({ - handler: handler, - ctx: ctx, - once: once - }); - }; - - Evented.prototype.once = function(event, handler, ctx) { - return this.on(event, handler, ctx, true); - }; - - Evented.prototype.off = function(event, handler) { - var i, _ref, _results; - if (((_ref = this.bindings) != null ? _ref[event] : void 0) == null) { - return; - } - if (handler == null) { - return delete this.bindings[event]; - } else { - i = 0; - _results = []; - while (i < this.bindings[event].length) { - if (this.bindings[event][i].handler === handler) { - _results.push(this.bindings[event].splice(i, 1)); - } else { - _results.push(i++); - } - } - return _results; - } - }; - - Evented.prototype.trigger = function() { - var args, ctx, event, handler, i, once, _ref, _ref1, _results; - event = arguments[0], args = 2 <= arguments.length ? __slice.call(arguments, 1) : []; - if ((_ref = this.bindings) != null ? _ref[event] : void 0) { - i = 0; - _results = []; - while (i < this.bindings[event].length) { - _ref1 = this.bindings[event][i], handler = _ref1.handler, ctx = _ref1.ctx, once = _ref1.once; - handler.apply(ctx != null ? ctx : this, args); - if (once) { - _results.push(this.bindings[event].splice(i, 1)); - } else { - _results.push(i++); - } - } - return _results; - } - }; - - return Evented; - - })(); - - Pace = window.Pace || {}; - - window.Pace = Pace; - - extend(Pace, Evented.prototype); - - options = Pace.options = extend({}, defaultOptions, window.paceOptions, getFromDOM()); - - _ref = ['ajax', 'document', 'eventLag', 'elements']; - for (_i = 0, _len = _ref.length; _i < _len; _i++) { - source = _ref[_i]; - if (options[source] === true) { - options[source] = defaultOptions[source]; - } - } - - NoTargetError = (function(_super) { - __extends(NoTargetError, _super); - - function NoTargetError() { - _ref1 = NoTargetError.__super__.constructor.apply(this, arguments); - return _ref1; - } - - return NoTargetError; - - })(Error); - - Bar = (function() { - function Bar() { - this.progress = 0; - } - - Bar.prototype.getElement = function() { - var targetElement; - if (this.el == null) { - targetElement = document.querySelector(options.target); - if (!targetElement) { - throw new NoTargetError; - } - this.el = document.createElement('div'); - this.el.className = "pace pace-active"; - document.body.className = document.body.className.replace(/pace-done/g, ''); - document.body.className += ' pace-running'; - this.el.innerHTML = '
\n
\n
\n
'; - if (targetElement.firstChild != null) { - targetElement.insertBefore(this.el, targetElement.firstChild); - } else { - targetElement.appendChild(this.el); - } - } - return this.el; - }; - - Bar.prototype.finish = function() { - var el; - el = this.getElement(); - el.className = el.className.replace('pace-active', ''); - el.className += ' pace-inactive'; - document.body.className = document.body.className.replace('pace-running', ''); - return document.body.className += ' pace-done'; - }; - - Bar.prototype.update = function(prog) { - this.progress = prog; - return this.render(); - }; - - Bar.prototype.destroy = function() { - try { - this.getElement().parentNode.removeChild(this.getElement()); - } catch (_error) { - NoTargetError = _error; - } - return this.el = void 0; - }; - - Bar.prototype.render = function() { - var el, key, progressStr, transform, _j, _len1, _ref2; - if (document.querySelector(options.target) == null) { - return false; - } - el = this.getElement(); - transform = "translate3d(" + this.progress + "%, 0, 0)"; - _ref2 = ['webkitTransform', 'msTransform', 'transform']; - for (_j = 0, _len1 = _ref2.length; _j < _len1; _j++) { - key = _ref2[_j]; - el.children[0].style[key] = transform; - } - if (!this.lastRenderedProgress || this.lastRenderedProgress | 0 !== this.progress | 0) { - el.children[0].setAttribute('data-progress-text', "" + (this.progress | 0) + "%"); - if (this.progress >= 100) { - progressStr = '99'; - } else { - progressStr = this.progress < 10 ? "0" : ""; - progressStr += this.progress | 0; - } - el.children[0].setAttribute('data-progress', "" + progressStr); - } - return this.lastRenderedProgress = this.progress; - }; - - Bar.prototype.done = function() { - return this.progress >= 100; - }; - - return Bar; - - })(); - - Events = (function() { - function Events() { - this.bindings = {}; - } - - Events.prototype.trigger = function(name, val) { - var binding, _j, _len1, _ref2, _results; - if (this.bindings[name] != null) { - _ref2 = this.bindings[name]; - _results = []; - for (_j = 0, _len1 = _ref2.length; _j < _len1; _j++) { - binding = _ref2[_j]; - _results.push(binding.call(this, val)); - } - return _results; - } - }; - - Events.prototype.on = function(name, fn) { - var _base; - if ((_base = this.bindings)[name] == null) { - _base[name] = []; - } - return this.bindings[name].push(fn); - }; - - return Events; - - })(); - - _XMLHttpRequest = window.XMLHttpRequest; - - _XDomainRequest = window.XDomainRequest; - - _WebSocket = window.WebSocket; - - extendNative = function(to, from) { - var e, key, _results; - _results = []; - for (key in from.prototype) { - try { - if ((to[key] == null) && typeof from[key] !== 'function') { - if (typeof Object.defineProperty === 'function') { - _results.push(Object.defineProperty(to, key, { - get: function() { - return from.prototype[key]; - }, - configurable: true, - enumerable: true - })); - } else { - _results.push(to[key] = from.prototype[key]); - } - } else { - _results.push(void 0); - } - } catch (_error) { - e = _error; - } - } - return _results; - }; - - ignoreStack = []; - - Pace.ignore = function() { - var args, fn, ret; - fn = arguments[0], args = 2 <= arguments.length ? __slice.call(arguments, 1) : []; - ignoreStack.unshift('ignore'); - ret = fn.apply(null, args); - ignoreStack.shift(); - return ret; - }; - - Pace.track = function() { - var args, fn, ret; - fn = arguments[0], args = 2 <= arguments.length ? __slice.call(arguments, 1) : []; - ignoreStack.unshift('track'); - ret = fn.apply(null, args); - ignoreStack.shift(); - return ret; - }; - - shouldTrack = function(method) { - var _ref2; - if (method == null) { - method = 'GET'; - } - if (ignoreStack[0] === 'track') { - return 'force'; - } - if (!ignoreStack.length && options.ajax) { - if (method === 'socket' && options.ajax.trackWebSockets) { - return true; - } else if (_ref2 = method.toUpperCase(), __indexOf.call(options.ajax.trackMethods, _ref2) >= 0) { - return true; - } - } - return false; - }; - - RequestIntercept = (function(_super) { - __extends(RequestIntercept, _super); - - function RequestIntercept() { - var monitorXHR, - _this = this; - RequestIntercept.__super__.constructor.apply(this, arguments); - monitorXHR = function(req) { - var _open; - _open = req.open; - return req.open = function(type, url, async) { - if (shouldTrack(type)) { - _this.trigger('request', { - type: type, - url: url, - request: req - }); - } - return _open.apply(req, arguments); - }; - }; - window.XMLHttpRequest = function(flags) { - var req; - req = new _XMLHttpRequest(flags); - monitorXHR(req); - return req; - }; - try { - extendNative(window.XMLHttpRequest, _XMLHttpRequest); - } catch (_error) {} - if (_XDomainRequest != null) { - window.XDomainRequest = function() { - var req; - req = new _XDomainRequest; - monitorXHR(req); - return req; - }; - try { - extendNative(window.XDomainRequest, _XDomainRequest); - } catch (_error) {} - } - if ((_WebSocket != null) && options.ajax.trackWebSockets) { - window.WebSocket = function(url, protocols) { - var req; - if (protocols != null) { - req = new _WebSocket(url, protocols); - } else { - req = new _WebSocket(url); - } - if (shouldTrack('socket')) { - _this.trigger('request', { - type: 'socket', - url: url, - protocols: protocols, - request: req - }); - } - return req; - }; - try { - extendNative(window.WebSocket, _WebSocket); - } catch (_error) {} - } - } - - return RequestIntercept; - - })(Events); - - _intercept = null; - - getIntercept = function() { - if (_intercept == null) { - _intercept = new RequestIntercept; - } - return _intercept; - }; - - shouldIgnoreURL = function(url) { - var pattern, _j, _len1, _ref2; - _ref2 = options.ajax.ignoreURLs; - for (_j = 0, _len1 = _ref2.length; _j < _len1; _j++) { - pattern = _ref2[_j]; - if (typeof pattern === 'string') { - if (url.indexOf(pattern) !== -1) { - return true; - } - } else { - if (pattern.test(url)) { - return true; - } - } - } - return false; - }; - - getIntercept().on('request', function(_arg) { - var after, args, request, type, url; - type = _arg.type, request = _arg.request, url = _arg.url; - if (shouldIgnoreURL(url)) { - return; - } - if (!Pace.running && (options.restartOnRequestAfter !== false || shouldTrack(type) === 'force')) { - args = arguments; - after = options.restartOnRequestAfter || 0; - if (typeof after === 'boolean') { - after = 0; - } - return setTimeout(function() { - var stillActive, _j, _len1, _ref2, _ref3, _results; - if (type === 'socket') { - stillActive = request.readyState < 2; - } else { - stillActive = (0 < (_ref2 = request.readyState) && _ref2 < 4); - } - if (stillActive) { - Pace.restart(); - _ref3 = Pace.sources; - _results = []; - for (_j = 0, _len1 = _ref3.length; _j < _len1; _j++) { - source = _ref3[_j]; - if (source instanceof AjaxMonitor) { - source.watch.apply(source, args); - break; - } else { - _results.push(void 0); - } - } - return _results; - } - }, after); - } - }); - - AjaxMonitor = (function() { - function AjaxMonitor() { - var _this = this; - this.elements = []; - getIntercept().on('request', function() { - return _this.watch.apply(_this, arguments); - }); - } - - AjaxMonitor.prototype.watch = function(_arg) { - var request, tracker, type, url; - type = _arg.type, request = _arg.request, url = _arg.url; - if (shouldIgnoreURL(url)) { - return; - } - if (type === 'socket') { - tracker = new SocketRequestTracker(request); - } else { - tracker = new XHRRequestTracker(request); - } - return this.elements.push(tracker); - }; - - return AjaxMonitor; - - })(); - - XHRRequestTracker = (function() { - function XHRRequestTracker(request) { - var event, size, _j, _len1, _onreadystatechange, _ref2, - _this = this; - this.progress = 0; - if (window.ProgressEvent != null) { - size = null; - request.addEventListener('progress', function(evt) { - if (evt.lengthComputable) { - return _this.progress = 100 * evt.loaded / evt.total; - } else { - return _this.progress = _this.progress + (100 - _this.progress) / 2; - } - }, false); - _ref2 = ['load', 'abort', 'timeout', 'error']; - for (_j = 0, _len1 = _ref2.length; _j < _len1; _j++) { - event = _ref2[_j]; - request.addEventListener(event, function() { - return _this.progress = 100; - }, false); - } - } else { - _onreadystatechange = request.onreadystatechange; - request.onreadystatechange = function() { - var _ref3; - if ((_ref3 = request.readyState) === 0 || _ref3 === 4) { - _this.progress = 100; - } else if (request.readyState === 3) { - _this.progress = 50; - } - return typeof _onreadystatechange === "function" ? _onreadystatechange.apply(null, arguments) : void 0; - }; - } - } - - return XHRRequestTracker; - - })(); - - SocketRequestTracker = (function() { - function SocketRequestTracker(request) { - var event, _j, _len1, _ref2, - _this = this; - this.progress = 0; - _ref2 = ['error', 'open']; - for (_j = 0, _len1 = _ref2.length; _j < _len1; _j++) { - event = _ref2[_j]; - request.addEventListener(event, function() { - return _this.progress = 100; - }, false); - } - } - - return SocketRequestTracker; - - })(); - - ElementMonitor = (function() { - function ElementMonitor(options) { - var selector, _j, _len1, _ref2; - if (options == null) { - options = {}; - } - this.elements = []; - if (options.selectors == null) { - options.selectors = []; - } - _ref2 = options.selectors; - for (_j = 0, _len1 = _ref2.length; _j < _len1; _j++) { - selector = _ref2[_j]; - this.elements.push(new ElementTracker(selector)); - } - } - - return ElementMonitor; - - })(); - - ElementTracker = (function() { - function ElementTracker(selector) { - this.selector = selector; - this.progress = 0; - this.check(); - } - - ElementTracker.prototype.check = function() { - var _this = this; - if (document.querySelector(this.selector)) { - return this.done(); - } else { - return setTimeout((function() { - return _this.check(); - }), options.elements.checkInterval); - } - }; - - ElementTracker.prototype.done = function() { - return this.progress = 100; - }; - - return ElementTracker; - - })(); - - DocumentMonitor = (function() { - DocumentMonitor.prototype.states = { - loading: 0, - interactive: 50, - complete: 100 - }; - - function DocumentMonitor() { - var _onreadystatechange, _ref2, - _this = this; - this.progress = (_ref2 = this.states[document.readyState]) != null ? _ref2 : 100; - _onreadystatechange = document.onreadystatechange; - document.onreadystatechange = function() { - if (_this.states[document.readyState] != null) { - _this.progress = _this.states[document.readyState]; - } - return typeof _onreadystatechange === "function" ? _onreadystatechange.apply(null, arguments) : void 0; - }; - } - - return DocumentMonitor; - - })(); - - EventLagMonitor = (function() { - function EventLagMonitor() { - var avg, interval, last, points, samples, - _this = this; - this.progress = 0; - avg = 0; - samples = []; - points = 0; - last = now(); - interval = setInterval(function() { - var diff; - diff = now() - last - 50; - last = now(); - samples.push(diff); - if (samples.length > options.eventLag.sampleCount) { - samples.shift(); - } - avg = avgAmplitude(samples); - if (++points >= options.eventLag.minSamples && avg < options.eventLag.lagThreshold) { - _this.progress = 100; - return clearInterval(interval); - } else { - return _this.progress = 100 * (3 / (avg + 3)); - } - }, 50); - } - - return EventLagMonitor; - - })(); - - Scaler = (function() { - function Scaler(source) { - this.source = source; - this.last = this.sinceLastUpdate = 0; - this.rate = options.initialRate; - this.catchup = 0; - this.progress = this.lastProgress = 0; - if (this.source != null) { - this.progress = result(this.source, 'progress'); - } - } - - Scaler.prototype.tick = function(frameTime, val) { - var scaling; - if (val == null) { - val = result(this.source, 'progress'); - } - if (val >= 100) { - this.done = true; - } - if (val === this.last) { - this.sinceLastUpdate += frameTime; - } else { - if (this.sinceLastUpdate) { - this.rate = (val - this.last) / this.sinceLastUpdate; - } - this.catchup = (val - this.progress) / options.catchupTime; - this.sinceLastUpdate = 0; - this.last = val; - } - if (val > this.progress) { - this.progress += this.catchup * frameTime; - } - scaling = 1 - Math.pow(this.progress / 100, options.easeFactor); - this.progress += scaling * this.rate * frameTime; - this.progress = Math.min(this.lastProgress + options.maxProgressPerFrame, this.progress); - this.progress = Math.max(0, this.progress); - this.progress = Math.min(100, this.progress); - this.lastProgress = this.progress; - return this.progress; - }; - - return Scaler; - - })(); - - sources = null; - - scalers = null; - - bar = null; - - uniScaler = null; - - animation = null; - - cancelAnimation = null; - - Pace.running = false; - - handlePushState = function() { - if (options.restartOnPushState) { - return Pace.restart(); - } - }; - - if (window.history.pushState != null) { - _pushState = window.history.pushState; - window.history.pushState = function() { - handlePushState(); - return _pushState.apply(window.history, arguments); - }; - } - - if (window.history.replaceState != null) { - _replaceState = window.history.replaceState; - window.history.replaceState = function() { - handlePushState(); - return _replaceState.apply(window.history, arguments); - }; - } - - SOURCE_KEYS = { - ajax: AjaxMonitor, - elements: ElementMonitor, - document: DocumentMonitor, - eventLag: EventLagMonitor - }; - - (init = function() { - var type, _j, _k, _len1, _len2, _ref2, _ref3, _ref4; - Pace.sources = sources = []; - _ref2 = ['ajax', 'elements', 'document', 'eventLag']; - for (_j = 0, _len1 = _ref2.length; _j < _len1; _j++) { - type = _ref2[_j]; - if (options[type] !== false) { - sources.push(new SOURCE_KEYS[type](options[type])); - } - } - _ref4 = (_ref3 = options.extraSources) != null ? _ref3 : []; - for (_k = 0, _len2 = _ref4.length; _k < _len2; _k++) { - source = _ref4[_k]; - sources.push(new source(options)); - } - Pace.bar = bar = new Bar; - scalers = []; - return uniScaler = new Scaler; - })(); - - Pace.stop = function() { - Pace.trigger('stop'); - Pace.running = false; - bar.destroy(); - cancelAnimation = true; - if (animation != null) { - if (typeof cancelAnimationFrame === "function") { - cancelAnimationFrame(animation); - } - animation = null; - } - return init(); - }; - - Pace.restart = function() { - Pace.trigger('restart'); - Pace.stop(); - return Pace.start(); - }; - - Pace.go = function() { - var start; - Pace.running = true; - bar.render(); - start = now(); - cancelAnimation = false; - return animation = runAnimation(function(frameTime, enqueueNextFrame) { - var avg, count, done, element, elements, i, j, remaining, scaler, scalerList, sum, _j, _k, _len1, _len2, _ref2; - remaining = 100 - bar.progress; - count = sum = 0; - done = true; - for (i = _j = 0, _len1 = sources.length; _j < _len1; i = ++_j) { - source = sources[i]; - scalerList = scalers[i] != null ? scalers[i] : scalers[i] = []; - elements = (_ref2 = source.elements) != null ? _ref2 : [source]; - for (j = _k = 0, _len2 = elements.length; _k < _len2; j = ++_k) { - element = elements[j]; - scaler = scalerList[j] != null ? scalerList[j] : scalerList[j] = new Scaler(element); - done &= scaler.done; - if (scaler.done) { - continue; - } - count++; - sum += scaler.tick(frameTime); - } - } - avg = sum / count; - bar.update(uniScaler.tick(frameTime, avg)); - if (bar.done() || done || cancelAnimation) { - bar.update(100); - Pace.trigger('done'); - return setTimeout(function() { - bar.finish(); - Pace.running = false; - return Pace.trigger('hide'); - }, Math.max(options.ghostTime, Math.max(options.minTime - (now() - start), 0))); - } else { - return enqueueNextFrame(); - } - }); - }; - - Pace.start = function(_options) { - extend(options, _options); - Pace.running = true; - try { - bar.render(); - } catch (_error) { - NoTargetError = _error; - } - if (!document.querySelector('.pace')) { - return setTimeout(Pace.start, 50); - } else { - Pace.trigger('start'); - return Pace.go(); - } - }; - - if (typeof define === 'function' && define.amd) { - define(['pace'], function() { - return Pace; - }); - } else if (typeof exports === 'object') { - module.exports = Pace; - } else { - if (options.startOnPageLoad) { - Pace.start(); - } - } - -}).call(this); diff --git a/ng6-seed/dist/assets/vendor/pace/pace.min.js b/ng6-seed/dist/assets/vendor/pace/pace.min.js deleted file mode 100644 index 234f9b3e9..000000000 --- a/ng6-seed/dist/assets/vendor/pace/pace.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! pace 1.0.2 */ -(function(){var 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,L,M,N,O,P,Q,R,S,T,U,V,W,X=[].slice,Y={}.hasOwnProperty,Z=function(a,b){function c(){this.constructor=a}for(var d in b)Y.call(b,d)&&(a[d]=b[d]);return c.prototype=b.prototype,a.prototype=new c,a.__super__=b.prototype,a},$=[].indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(b in this&&this[b]===a)return b;return-1};for(u={catchupTime:100,initialRate:.03,minTime:250,ghostTime:100,maxProgressPerFrame:20,easeFactor:1.25,startOnPageLoad:!0,restartOnPushState:!0,restartOnRequestAfter:500,target:"body",elements:{checkInterval:100,selectors:["body"]},eventLag:{minSamples:10,sampleCount:3,lagThreshold:3},ajax:{trackMethods:["GET"],trackWebSockets:!0,ignoreURLs:[]}},C=function(){var a;return null!=(a="undefined"!=typeof performance&&null!==performance&&"function"==typeof performance.now?performance.now():void 0)?a:+new Date},E=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame,t=window.cancelAnimationFrame||window.mozCancelAnimationFrame,null==E&&(E=function(a){return setTimeout(a,50)},t=function(a){return clearTimeout(a)}),G=function(a){var b,c;return b=C(),(c=function(){var d;return d=C()-b,d>=33?(b=C(),a(d,function(){return E(c)})):setTimeout(c,33-d)})()},F=function(){var a,b,c;return c=arguments[0],b=arguments[1],a=3<=arguments.length?X.call(arguments,2):[],"function"==typeof c[b]?c[b].apply(c,a):c[b]},v=function(){var a,b,c,d,e,f,g;for(b=arguments[0],d=2<=arguments.length?X.call(arguments,1):[],f=0,g=d.length;g>f;f++)if(c=d[f])for(a in c)Y.call(c,a)&&(e=c[a],null!=b[a]&&"object"==typeof b[a]&&null!=e&&"object"==typeof e?v(b[a],e):b[a]=e);return b},q=function(a){var b,c,d,e,f;for(c=b=0,e=0,f=a.length;f>e;e++)d=a[e],c+=Math.abs(d),b++;return c/b},x=function(a,b){var c,d,e;if(null==a&&(a="options"),null==b&&(b=!0),e=document.querySelector("[data-pace-"+a+"]")){if(c=e.getAttribute("data-pace-"+a),!b)return c;try{return JSON.parse(c)}catch(f){return d=f,"undefined"!=typeof console&&null!==console?console.error("Error parsing inline pace options",d):void 0}}},g=function(){function a(){}return a.prototype.on=function(a,b,c,d){var e;return null==d&&(d=!1),null==this.bindings&&(this.bindings={}),null==(e=this.bindings)[a]&&(e[a]=[]),this.bindings[a].push({handler:b,ctx:c,once:d})},a.prototype.once=function(a,b,c){return this.on(a,b,c,!0)},a.prototype.off=function(a,b){var c,d,e;if(null!=(null!=(d=this.bindings)?d[a]:void 0)){if(null==b)return delete this.bindings[a];for(c=0,e=[];cQ;Q++)K=U[Q],D[K]===!0&&(D[K]=u[K]);i=function(a){function b(){return V=b.__super__.constructor.apply(this,arguments)}return Z(b,a),b}(Error),b=function(){function a(){this.progress=0}return a.prototype.getElement=function(){var a;if(null==this.el){if(a=document.querySelector(D.target),!a)throw new i;this.el=document.createElement("div"),this.el.className="pace pace-active",document.body.className=document.body.className.replace(/pace-done/g,""),document.body.className+=" pace-running",this.el.innerHTML='
\n
\n
\n
',null!=a.firstChild?a.insertBefore(this.el,a.firstChild):a.appendChild(this.el)}return this.el},a.prototype.finish=function(){var a;return a=this.getElement(),a.className=a.className.replace("pace-active",""),a.className+=" pace-inactive",document.body.className=document.body.className.replace("pace-running",""),document.body.className+=" pace-done"},a.prototype.update=function(a){return this.progress=a,this.render()},a.prototype.destroy=function(){try{this.getElement().parentNode.removeChild(this.getElement())}catch(a){i=a}return this.el=void 0},a.prototype.render=function(){var a,b,c,d,e,f,g;if(null==document.querySelector(D.target))return!1;for(a=this.getElement(),d="translate3d("+this.progress+"%, 0, 0)",g=["webkitTransform","msTransform","transform"],e=0,f=g.length;f>e;e++)b=g[e],a.children[0].style[b]=d;return(!this.lastRenderedProgress||this.lastRenderedProgress|0!==this.progress|0)&&(a.children[0].setAttribute("data-progress-text",""+(0|this.progress)+"%"),this.progress>=100?c="99":(c=this.progress<10?"0":"",c+=0|this.progress),a.children[0].setAttribute("data-progress",""+c)),this.lastRenderedProgress=this.progress},a.prototype.done=function(){return this.progress>=100},a}(),h=function(){function a(){this.bindings={}}return a.prototype.trigger=function(a,b){var c,d,e,f,g;if(null!=this.bindings[a]){for(f=this.bindings[a],g=[],d=0,e=f.length;e>d;d++)c=f[d],g.push(c.call(this,b));return g}},a.prototype.on=function(a,b){var c;return null==(c=this.bindings)[a]&&(c[a]=[]),this.bindings[a].push(b)},a}(),P=window.XMLHttpRequest,O=window.XDomainRequest,N=window.WebSocket,w=function(a,b){var c,d,e;e=[];for(d in b.prototype)try{e.push(null==a[d]&&"function"!=typeof b[d]?"function"==typeof Object.defineProperty?Object.defineProperty(a,d,{get:function(){return b.prototype[d]},configurable:!0,enumerable:!0}):a[d]=b.prototype[d]:void 0)}catch(f){c=f}return e},A=[],j.ignore=function(){var a,b,c;return b=arguments[0],a=2<=arguments.length?X.call(arguments,1):[],A.unshift("ignore"),c=b.apply(null,a),A.shift(),c},j.track=function(){var a,b,c;return b=arguments[0],a=2<=arguments.length?X.call(arguments,1):[],A.unshift("track"),c=b.apply(null,a),A.shift(),c},J=function(a){var b;if(null==a&&(a="GET"),"track"===A[0])return"force";if(!A.length&&D.ajax){if("socket"===a&&D.ajax.trackWebSockets)return!0;if(b=a.toUpperCase(),$.call(D.ajax.trackMethods,b)>=0)return!0}return!1},k=function(a){function b(){var a,c=this;b.__super__.constructor.apply(this,arguments),a=function(a){var b;return b=a.open,a.open=function(d,e){return J(d)&&c.trigger("request",{type:d,url:e,request:a}),b.apply(a,arguments)}},window.XMLHttpRequest=function(b){var c;return c=new P(b),a(c),c};try{w(window.XMLHttpRequest,P)}catch(d){}if(null!=O){window.XDomainRequest=function(){var b;return b=new O,a(b),b};try{w(window.XDomainRequest,O)}catch(d){}}if(null!=N&&D.ajax.trackWebSockets){window.WebSocket=function(a,b){var d;return d=null!=b?new N(a,b):new N(a),J("socket")&&c.trigger("request",{type:"socket",url:a,protocols:b,request:d}),d};try{w(window.WebSocket,N)}catch(d){}}}return Z(b,a),b}(h),R=null,y=function(){return null==R&&(R=new k),R},I=function(a){var b,c,d,e;for(e=D.ajax.ignoreURLs,c=0,d=e.length;d>c;c++)if(b=e[c],"string"==typeof b){if(-1!==a.indexOf(b))return!0}else if(b.test(a))return!0;return!1},y().on("request",function(b){var c,d,e,f,g;return f=b.type,e=b.request,g=b.url,I(g)?void 0:j.running||D.restartOnRequestAfter===!1&&"force"!==J(f)?void 0:(d=arguments,c=D.restartOnRequestAfter||0,"boolean"==typeof c&&(c=0),setTimeout(function(){var b,c,g,h,i,k;if(b="socket"===f?e.readyState<2:0<(h=e.readyState)&&4>h){for(j.restart(),i=j.sources,k=[],c=0,g=i.length;g>c;c++){if(K=i[c],K instanceof a){K.watch.apply(K,d);break}k.push(void 0)}return k}},c))}),a=function(){function a(){var a=this;this.elements=[],y().on("request",function(){return a.watch.apply(a,arguments)})}return a.prototype.watch=function(a){var b,c,d,e;return d=a.type,b=a.request,e=a.url,I(e)?void 0:(c="socket"===d?new n(b):new o(b),this.elements.push(c))},a}(),o=function(){function a(a){var b,c,d,e,f,g,h=this;if(this.progress=0,null!=window.ProgressEvent)for(c=null,a.addEventListener("progress",function(a){return h.progress=a.lengthComputable?100*a.loaded/a.total:h.progress+(100-h.progress)/2},!1),g=["load","abort","timeout","error"],d=0,e=g.length;e>d;d++)b=g[d],a.addEventListener(b,function(){return h.progress=100},!1);else f=a.onreadystatechange,a.onreadystatechange=function(){var b;return 0===(b=a.readyState)||4===b?h.progress=100:3===a.readyState&&(h.progress=50),"function"==typeof f?f.apply(null,arguments):void 0}}return a}(),n=function(){function a(a){var b,c,d,e,f=this;for(this.progress=0,e=["error","open"],c=0,d=e.length;d>c;c++)b=e[c],a.addEventListener(b,function(){return f.progress=100},!1)}return a}(),d=function(){function a(a){var b,c,d,f;for(null==a&&(a={}),this.elements=[],null==a.selectors&&(a.selectors=[]),f=a.selectors,c=0,d=f.length;d>c;c++)b=f[c],this.elements.push(new e(b))}return a}(),e=function(){function a(a){this.selector=a,this.progress=0,this.check()}return a.prototype.check=function(){var a=this;return document.querySelector(this.selector)?this.done():setTimeout(function(){return a.check()},D.elements.checkInterval)},a.prototype.done=function(){return this.progress=100},a}(),c=function(){function a(){var a,b,c=this;this.progress=null!=(b=this.states[document.readyState])?b:100,a=document.onreadystatechange,document.onreadystatechange=function(){return null!=c.states[document.readyState]&&(c.progress=c.states[document.readyState]),"function"==typeof a?a.apply(null,arguments):void 0}}return a.prototype.states={loading:0,interactive:50,complete:100},a}(),f=function(){function a(){var a,b,c,d,e,f=this;this.progress=0,a=0,e=[],d=0,c=C(),b=setInterval(function(){var g;return g=C()-c-50,c=C(),e.push(g),e.length>D.eventLag.sampleCount&&e.shift(),a=q(e),++d>=D.eventLag.minSamples&&a=100&&(this.done=!0),b===this.last?this.sinceLastUpdate+=a:(this.sinceLastUpdate&&(this.rate=(b-this.last)/this.sinceLastUpdate),this.catchup=(b-this.progress)/D.catchupTime,this.sinceLastUpdate=0,this.last=b),b>this.progress&&(this.progress+=this.catchup*a),c=1-Math.pow(this.progress/100,D.easeFactor),this.progress+=c*this.rate*a,this.progress=Math.min(this.lastProgress+D.maxProgressPerFrame,this.progress),this.progress=Math.max(0,this.progress),this.progress=Math.min(100,this.progress),this.lastProgress=this.progress,this.progress},a}(),L=null,H=null,r=null,M=null,p=null,s=null,j.running=!1,z=function(){return D.restartOnPushState?j.restart():void 0},null!=window.history.pushState&&(T=window.history.pushState,window.history.pushState=function(){return z(),T.apply(window.history,arguments)}),null!=window.history.replaceState&&(W=window.history.replaceState,window.history.replaceState=function(){return z(),W.apply(window.history,arguments)}),l={ajax:a,elements:d,document:c,eventLag:f},(B=function(){var a,c,d,e,f,g,h,i;for(j.sources=L=[],g=["ajax","elements","document","eventLag"],c=0,e=g.length;e>c;c++)a=g[c],D[a]!==!1&&L.push(new l[a](D[a]));for(i=null!=(h=D.extraSources)?h:[],d=0,f=i.length;f>d;d++)K=i[d],L.push(new K(D));return j.bar=r=new b,H=[],M=new m})(),j.stop=function(){return j.trigger("stop"),j.running=!1,r.destroy(),s=!0,null!=p&&("function"==typeof t&&t(p),p=null),B()},j.restart=function(){return j.trigger("restart"),j.stop(),j.start()},j.go=function(){var a;return j.running=!0,r.render(),a=C(),s=!1,p=G(function(b,c){var d,e,f,g,h,i,k,l,n,o,p,q,t,u,v,w;for(l=100-r.progress,e=p=0,f=!0,i=q=0,u=L.length;u>q;i=++q)for(K=L[i],o=null!=H[i]?H[i]:H[i]=[],h=null!=(w=K.elements)?w:[K],k=t=0,v=h.length;v>t;k=++t)g=h[k],n=null!=o[k]?o[k]:o[k]=new m(g),f&=n.done,n.done||(e++,p+=n.tick(b));return d=p/e,r.update(M.tick(b,d)),r.done()||f||s?(r.update(100),j.trigger("done"),setTimeout(function(){return r.finish(),j.running=!1,j.trigger("hide")},Math.max(D.ghostTime,Math.max(D.minTime-(C()-a),0)))):c()})},j.start=function(a){v(D,a),j.running=!0;try{r.render()}catch(b){i=b}return document.querySelector(".pace")?(j.trigger("start"),j.go()):setTimeout(j.start,50)},"function"==typeof define&&define.amd?define(["pace"],function(){return j}):"object"==typeof exports?module.exports=j:D.startOnPageLoad&&j.start()}).call(this); \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-barber-shop.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-barber-shop.css deleted file mode 100644 index b47be4ca0..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-barber-shop.css +++ /dev/null @@ -1,83 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #000000; - position: fixed; - top: 0; - bottom: 0; - right: 100%; - width: 100%; - overflow: hidden; -} - -.pace .pace-activity { - position: fixed; - top: 0; - right: -32px; - bottom: 0; - left: 0; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - -webkit-background-size: 32px 32px; - -moz-background-size: 32px 32px; - -o-background-size: 32px 32px; - background-size: 32px 32px; - - -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; - animation: pace-theme-barber-shop-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-barber-shop-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-moz-keyframes pace-theme-barber-shop-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-o-keyframes pace-theme-barber-shop-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-ms-keyframes pace-theme-barber-shop-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@keyframes pace-theme-barber-shop-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-big-counter.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-big-counter.css deleted file mode 100644 index 99d53aceb..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-big-counter.css +++ /dev/null @@ -1,40 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - top: 0; - right: 0; - height: 5rem; - width: 5rem; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:after { - display: block; - position: absolute; - top: 0; - right: .5rem; - content: attr(data-progress-text); - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - font-size: 5rem; - line-height: 1; - text-align: right; - color: rgba(0, 0, 0, 0.19999999999999996); -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-bounce.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-bounce.css deleted file mode 100644 index 6ef4986e5..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-bounce.css +++ /dev/null @@ -1,231 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - width: 140px; - height: 300px; - position: fixed; - top: -90px; - right: -20px; - z-index: 2000; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - opacity: 0; - -webkit-transition: all 2s linear 0s; - -moz-transition: all 2s linear 0s; - transition: all 2s linear 0s; -} - -.pace.pace-active { - -webkit-transform: scale(.25); - -moz-transform: scale(.25); - -ms-transform: scale(.25); - -o-transform: scale(.25); - transform: scale(.25); - opacity: 1; -} - -.pace .pace-activity { - width: 140px; - height: 140px; - border-radius: 70px; - background: #000000; - position: absolute; - top: 0; - z-index: 1911; - -webkit-animation: pace-bounce 1s infinite; - -moz-animation: pace-bounce 1s infinite; - -o-animation: pace-bounce 1s infinite; - -ms-animation: pace-bounce 1s infinite; - animation: pace-bounce 1s infinite; -} - -.pace .pace-progress { - position: absolute; - display: block; - left: 50%; - bottom: 0; - z-index: 1910; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-transform: scaleY(.3) !important; - -moz-transform: scaleY(.3) !important; - -ms-transform: scaleY(.3) !important; - -o-transform: scaleY(.3) !important; - transform: scaleY(.3) !important; - -webkit-animation: pace-compress .5s infinite alternate; - -moz-animation: pace-compress .5s infinite alternate; - -o-animation: pace-compress .5s infinite alternate; - -ms-animation: pace-compress .5s infinite alternate; - animation: pace-compress .5s infinite alternate; -} - -@-webkit-keyframes pace-bounce { - 0% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -webkit-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -webkit-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -webkit-animation-timing-function: ease-out; - } - 95% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 100% { - top: 0; - -webkit-animation-timing-function: ease-in; - } -} - -@-moz-keyframes pace-bounce { - 0% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -moz-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -moz-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -moz-animation-timing-function: ease-out;} - 95% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 100% {top: 0; - -moz-animation-timing-function: ease-in; - } -} - -@keyframes pace-bounce { - 0% { - top: 0; - animation-timing-function: ease-in; - } - 50% { - top: 140px; - height: 140px; - animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - animation-timing-function: ease-out; - } - 95% { - top: 0; - animation-timing-function: ease-in; - } - 100% { - top: 0; - animation-timing-function: ease-in; - } -} - -@-webkit-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -webkit-animation-timing-function: ease-out; - } -} - -@-moz-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -moz-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -moz-animation-timing-function: ease-out; - } -} - -@keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - animation-timing-function: ease-out; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-center-atom.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-center-atom.css deleted file mode 100644 index 3d8f4e131..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-center-atom.css +++ /dev/null @@ -1,131 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace.pace-inactive { - display: none; -} - -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 60px; - width: 100px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace .pace-progress { - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:before { - content: attr(data-progress-text); - text-align: center; - color: #fff; - background: #000000; - border-radius: 50%; - font-family: "Helvetica Neue", sans-serif; - font-size: 14px; - font-weight: 100; - line-height: 1; - padding: 20% 0 7px; - width: 50%; - height: 40%; - margin: 10px 0 0 30px; - display: block; - z-index: 999; - position: absolute; -} - -.pace .pace-activity { - font-size: 15px; - line-height: 1; - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - display: block; - -webkit-animation: pace-theme-center-atom-spin 2s linear infinite; - -moz-animation: pace-theme-center-atom-spin 2s linear infinite; - -o-animation: pace-theme-center-atom-spin 2s linear infinite; - animation: pace-theme-center-atom-spin 2s linear infinite; -} - -.pace .pace-activity { - border-radius: 50%; - border: 5px solid #000000; - content: ' '; - display: block; - position: absolute; - top: 0; - left: 0; - height: 60px; - width: 100px; -} - -.pace .pace-activity:after { - border-radius: 50%; - border: 5px solid #000000; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(60deg); - -moz-transform: rotate(60deg); - -o-transform: rotate(60deg); - transform: rotate(60deg); -} - -.pace .pace-activity:before { - border-radius: 50%; - border: 5px solid #000000; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -@-webkit-keyframes pace-theme-center-atom-spin { - 0% { -webkit-transform: rotate(0deg) } - 100% { -webkit-transform: rotate(359deg) } -} -@-moz-keyframes pace-theme-center-atom-spin { - 0% { -moz-transform: rotate(0deg) } - 100% { -moz-transform: rotate(359deg) } -} -@-o-keyframes pace-theme-center-atom-spin { - 0% { -o-transform: rotate(0deg) } - 100% { -o-transform: rotate(359deg) } -} -@keyframes pace-theme-center-atom-spin { - 0% { transform: rotate(0deg) } - 100% { transform: rotate(359deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-center-circle.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-center-circle.css deleted file mode 100644 index 2721f9af6..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-center-circle.css +++ /dev/null @@ -1,90 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-perspective: 12rem; - -moz-perspective: 12rem; - -ms-perspective: 12rem; - -o-perspective: 12rem; - perspective: 12rem; - - z-index: 2000; - position: fixed; - height: 6rem; - width: 6rem; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: 0; - top: 0; - height: 6rem; - width: 6rem !important; - line-height: 6rem; - font-size: 2rem; - border-radius: 50%; - background: rgba(0, 0, 0, 0.8); - color: #fff; - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - text-align: center; - - -webkit-animation: pace-theme-center-circle-spin linear infinite 2s; - -moz-animation: pace-theme-center-circle-spin linear infinite 2s; - -ms-animation: pace-theme-center-circle-spin linear infinite 2s; - -o-animation: pace-theme-center-circle-spin linear infinite 2s; - animation: pace-theme-center-circle-spin linear infinite 2s; - - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: block; -} - -@-webkit-keyframes pace-theme-center-circle-spin { - from { -webkit-transform: rotateY(0deg) } - to { -webkit-transform: rotateY(360deg) } -} - -@-moz-keyframes pace-theme-center-circle-spin { - from { -moz-transform: rotateY(0deg) } - to { -moz-transform: rotateY(360deg) } -} - -@-ms-keyframes pace-theme-center-circle-spin { - from { -ms-transform: rotateY(0deg) } - to { -ms-transform: rotateY(360deg) } -} - -@-o-keyframes pace-theme-center-circle-spin { - from { -o-transform: rotateY(0deg) } - to { -o-transform: rotateY(360deg) } -} - -@keyframes pace-theme-center-circle-spin { - from { transform: rotateY(0deg) } - to { transform: rotateY(360deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-center-radar.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-center-radar.css deleted file mode 100644 index 214667e26..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-center-radar.css +++ /dev/null @@ -1,74 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 90px; - width: 90px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-activity { - display: none; -} - -.pace .pace-activity { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: -30px; - top: -30px; - height: 90px; - width: 90px; - display: block; - border-width: 30px; - border-style: double; - border-color: #000000 transparent transparent; - border-radius: 50%; - - -webkit-animation: spin 1s linear infinite; - -moz-animation: spin 1s linear infinite; - -o-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - -.pace .pace-activity:before { - content: ' '; - position: absolute; - top: 10px; - left: 10px; - height: 50px; - width: 50px; - display: block; - border-width: 10px; - border-style: solid; - border-color: #000000 transparent transparent; - border-radius: 50%; -} - -@-webkit-keyframes spin { - 100% { -webkit-transform: rotate(359deg); } -} - -@-moz-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@-o-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@keyframes spin { - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-center-simple.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-center-simple.css deleted file mode 100644 index e7e368e70..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-center-simple.css +++ /dev/null @@ -1,52 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - height: 5px; - width: 200px; - background: #fff; - border: 1px solid #000000; - - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - max-width: 200px; - position: fixed; - z-index: 2000; - display: block; - position: absolute; - top: 0; - right: 100%; - height: 100%; - width: 100%; - background: #000000; -} - -.pace.pace-inactive { - display: none; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-corner-indicator.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-corner-indicator.css deleted file mode 100644 index 98c7cd68b..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-corner-indicator.css +++ /dev/null @@ -1,73 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 0; - width: 300px; - height: 300px; - background: #000000; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg); - transform: translateX(100%) translateY(-100%) rotate(45deg); - pointer-events: none; -} - -.pace.pace-active .pace-activity { - -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); - transform: translateX(50%) translateY(-50%) rotate(45deg); -} - -.pace .pace-activity::before, -.pace .pace-activity::after { - -moz-box-sizing: border-box; - box-sizing: border-box; - position: absolute; - bottom: 30px; - left: 50%; - display: block; - border: 5px solid #fff; - border-radius: 50%; - content: ''; -} - -.pace .pace-activity::before { - margin-left: -40px; - width: 80px; - height: 80px; - border-right-color: rgba(0, 0, 0, .2); - border-left-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite; - animation: pace-theme-corner-indicator-spin 3s linear infinite; -} - -.pace .pace-activity::after { - bottom: 50px; - margin-left: -20px; - width: 40px; - height: 40px; - border-top-color: rgba(0, 0, 0, .2); - border-bottom-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite; - animation: pace-theme-corner-indicator-spin 1s linear infinite; -} - -@-webkit-keyframes pace-theme-corner-indicator-spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@keyframes pace-theme-corner-indicator-spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-fill-left.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-fill-left.css deleted file mode 100644 index 474ce65ca..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-fill-left.css +++ /dev/null @@ -1,22 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: rgba(0, 0, 0, 0.19999999999999996); - position: fixed; - z-index: -1; - top: 0; - right: 100%; - bottom: 0; - width: 100%; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-flash.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-flash.css deleted file mode 100644 index 089ded0e7..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-flash.css +++ /dev/null @@ -1,77 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #000000; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} - -.pace .pace-progress-inner { - display: block; - position: absolute; - right: 0px; - width: 100px; - height: 100%; - box-shadow: 0 0 10px #000000, 0 0 5px #000000; - opacity: 1.0; - -webkit-transform: rotate(3deg) translate(0px, -4px); - -moz-transform: rotate(3deg) translate(0px, -4px); - -ms-transform: rotate(3deg) translate(0px, -4px); - -o-transform: rotate(3deg) translate(0px, -4px); - transform: rotate(3deg) translate(0px, -4px); -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 15px; - right: 15px; - width: 14px; - height: 14px; - border: solid 2px transparent; - border-top-color: #000000; - border-left-color: #000000; - border-radius: 10px; - -webkit-animation: pace-spinner 400ms linear infinite; - -moz-animation: pace-spinner 400ms linear infinite; - -ms-animation: pace-spinner 400ms linear infinite; - -o-animation: pace-spinner 400ms linear infinite; - animation: pace-spinner 400ms linear infinite; -} - -@-webkit-keyframes pace-spinner { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } -} -@-moz-keyframes pace-spinner { - 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } -} -@-o-keyframes pace-spinner { - 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } -} -@-ms-keyframes pace-spinner { - 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } -} -@keyframes pace-spinner { - 0% { transform: rotate(0deg); transform: rotate(0deg); } - 100% { transform: rotate(360deg); transform: rotate(360deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-flat-top.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-flat-top.css deleted file mode 100644 index 0fa069ba7..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-flat-top.css +++ /dev/null @@ -1,41 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - position: fixed; - top: 0; - left: 0; - width: 100%; - - -webkit-transform: translate3d(0, -50px, 0); - -ms-transform: translate3d(0, -50px, 0); - transform: translate3d(0, -50px, 0); - - -webkit-transition: -webkit-transform .5s ease-out; - -ms-transition: -webkit-transform .5s ease-out; - transition: transform .5s ease-out; -} - -.pace.pace-active { - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.pace .pace-progress { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 10px; - background: #000000; - - pointer-events: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-loading-bar.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-loading-bar.css deleted file mode 100644 index 1b9420298..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-loading-bar.css +++ /dev/null @@ -1,198 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - z-index: 2000; - position: fixed; - margin: auto; - top: 12px; - left: 0; - right: 0; - bottom: 0; - width: 200px; - height: 50px; - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - display: block; - position: absolute; - right: 100%; - margin-right: -7px; - width: 93%; - top: 7px; - height: 14px; - font-size: 12px; - background: #000000; - color: #000000; - line-height: 60px; - font-weight: bold; - font-family: Helvetica, Arial, "Lucida Grande", sans-serif; - - -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff; - -ms-box-shadow: 120px 0 #fff, 240px 0 #fff; - box-shadow: 120px 0 #fff, 240px 0 #fff; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: inline-block; - position: fixed; - width: 45px; - text-align: right; - right: 0; - padding-right: 16px; - top: 4px; -} - -.pace .pace-progress[data-progress-text="0%"]:after { right: -200px } -.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px } -.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px } -.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px } -.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px } -.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px } -.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px } -.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px } -.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px } -.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px } -.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px } -.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px } -.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px } -.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px } -.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px } -.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px } -.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px } -.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px } -.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px } -.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px } -.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px } -.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px } -.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px } -.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px } -.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px } -.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px } -.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px } -.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px } -.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px } -.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px } -.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px } -.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px } -.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px } -.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px } -.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px } -.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px } -.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px } -.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px } -.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px } -.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px } -.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px } -.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px } -.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px } -.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px } -.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px } -.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px } -.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px } -.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px } -.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px } -.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px } -.pace .pace-progress[data-progress-text="50%"]:after { right: -107px } -.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px } -.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px } -.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px } -.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px } -.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px } -.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px } -.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px } -.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px } -.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px } -.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px } -.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px } -.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px } -.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px } -.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px } -.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px } -.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px } -.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px } -.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px } -.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px } -.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px } -.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px } -.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px } -.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px } -.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px } -.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px } -.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px } -.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px } -.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px } -.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px } -.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px } -.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px } -.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px } -.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px } -.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px } -.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px } -.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px } -.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px } -.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px } -.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px } -.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px } -.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px } -.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px } -.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px } -.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px } -.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px } -.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px } -.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px } -.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px } -.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px } -.pace .pace-progress[data-progress-text="100%"]:after { right: -14px } - - -.pace .pace-activity { - position: absolute; - width: 100%; - height: 28px; - z-index: 2001; - box-shadow: inset 0 0 0 2px #000000, inset 0 0 0 7px #FFF; - border-radius: 10px; -} - -.pace.pace-inactive { - display: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-mac-osx.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-mac-osx.css deleted file mode 100644 index f096d2cd5..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-mac-osx.css +++ /dev/null @@ -1,87 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #000000; - position: fixed; - top: 0; - right: 100%; - width: 100%; - height: 12px; - overflow: hidden; - - -webkit-border-radius: 0 0 4px 0; - -moz-border-radius: 0 0 4px 0; - -o-border-radius: 0 0 4px 0; - border-radius: 0 0 4px 0; - - -webkit-box-shadow: inset -1px 0 #000000, inset 0 -1px #000000, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -moz-box-shadow: inset -1px 0 #000000, inset 0 -1px #000000, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -o-box-shadow: inset -1px 0 #000000, inset 0 -1px #000000, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - box-shadow: inset -1px 0 #000000, inset 0 -1px #000000, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); -} - -.pace .pace-activity { - position: fixed; - top: 0; - left: 0; - right: -28px; - bottom: 0; - - -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - - -webkit-background-size: 28px 100%; - -moz-background-size: 28px 100%; - -o-background-size: 28px 100%; - background-size: 28px 100%; - - -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -o-animation: pace-theme-mac-osx-motion 500ms linear infinite; - animation: pace-theme-mac-osx-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-mac-osx-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-moz-keyframes pace-theme-mac-osx-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-o-keyframes pace-theme-mac-osx-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-ms-keyframes pace-theme-mac-osx-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@keyframes pace-theme-mac-osx-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-28px, 0); transform: translate(-28px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-minimal.css b/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-minimal.css deleted file mode 100644 index 671ef8493..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/black/pace-theme-minimal.css +++ /dev/null @@ -1,23 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #000000; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-barber-shop.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-barber-shop.css deleted file mode 100644 index f4285bda7..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-barber-shop.css +++ /dev/null @@ -1,83 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #2299dd; - position: fixed; - top: 0; - bottom: 0; - right: 100%; - width: 100%; - overflow: hidden; -} - -.pace .pace-activity { - position: fixed; - top: 0; - right: -32px; - bottom: 0; - left: 0; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - -webkit-background-size: 32px 32px; - -moz-background-size: 32px 32px; - -o-background-size: 32px 32px; - background-size: 32px 32px; - - -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; - animation: pace-theme-barber-shop-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-barber-shop-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-moz-keyframes pace-theme-barber-shop-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-o-keyframes pace-theme-barber-shop-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-ms-keyframes pace-theme-barber-shop-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@keyframes pace-theme-barber-shop-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-big-counter.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-big-counter.css deleted file mode 100644 index d9c576dc9..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-big-counter.css +++ /dev/null @@ -1,40 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - top: 0; - right: 0; - height: 5rem; - width: 5rem; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:after { - display: block; - position: absolute; - top: 0; - right: .5rem; - content: attr(data-progress-text); - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - font-size: 5rem; - line-height: 1; - text-align: right; - color: rgba(34, 153, 221, 0.19999999999999996); -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-bounce.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-bounce.css deleted file mode 100644 index f4798657b..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-bounce.css +++ /dev/null @@ -1,231 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - width: 140px; - height: 300px; - position: fixed; - top: -90px; - right: -20px; - z-index: 2000; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - opacity: 0; - -webkit-transition: all 2s linear 0s; - -moz-transition: all 2s linear 0s; - transition: all 2s linear 0s; -} - -.pace.pace-active { - -webkit-transform: scale(.25); - -moz-transform: scale(.25); - -ms-transform: scale(.25); - -o-transform: scale(.25); - transform: scale(.25); - opacity: 1; -} - -.pace .pace-activity { - width: 140px; - height: 140px; - border-radius: 70px; - background: #2299dd; - position: absolute; - top: 0; - z-index: 1911; - -webkit-animation: pace-bounce 1s infinite; - -moz-animation: pace-bounce 1s infinite; - -o-animation: pace-bounce 1s infinite; - -ms-animation: pace-bounce 1s infinite; - animation: pace-bounce 1s infinite; -} - -.pace .pace-progress { - position: absolute; - display: block; - left: 50%; - bottom: 0; - z-index: 1910; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-transform: scaleY(.3) !important; - -moz-transform: scaleY(.3) !important; - -ms-transform: scaleY(.3) !important; - -o-transform: scaleY(.3) !important; - transform: scaleY(.3) !important; - -webkit-animation: pace-compress .5s infinite alternate; - -moz-animation: pace-compress .5s infinite alternate; - -o-animation: pace-compress .5s infinite alternate; - -ms-animation: pace-compress .5s infinite alternate; - animation: pace-compress .5s infinite alternate; -} - -@-webkit-keyframes pace-bounce { - 0% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -webkit-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -webkit-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -webkit-animation-timing-function: ease-out; - } - 95% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 100% { - top: 0; - -webkit-animation-timing-function: ease-in; - } -} - -@-moz-keyframes pace-bounce { - 0% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -moz-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -moz-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -moz-animation-timing-function: ease-out;} - 95% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 100% {top: 0; - -moz-animation-timing-function: ease-in; - } -} - -@keyframes pace-bounce { - 0% { - top: 0; - animation-timing-function: ease-in; - } - 50% { - top: 140px; - height: 140px; - animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - animation-timing-function: ease-out; - } - 95% { - top: 0; - animation-timing-function: ease-in; - } - 100% { - top: 0; - animation-timing-function: ease-in; - } -} - -@-webkit-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -webkit-animation-timing-function: ease-out; - } -} - -@-moz-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -moz-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -moz-animation-timing-function: ease-out; - } -} - -@keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - animation-timing-function: ease-out; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-center-atom.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-center-atom.css deleted file mode 100644 index c178cd832..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-center-atom.css +++ /dev/null @@ -1,131 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace.pace-inactive { - display: none; -} - -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 60px; - width: 100px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace .pace-progress { - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:before { - content: attr(data-progress-text); - text-align: center; - color: #fff; - background: #2299dd; - border-radius: 50%; - font-family: "Helvetica Neue", sans-serif; - font-size: 14px; - font-weight: 100; - line-height: 1; - padding: 20% 0 7px; - width: 50%; - height: 40%; - margin: 10px 0 0 30px; - display: block; - z-index: 999; - position: absolute; -} - -.pace .pace-activity { - font-size: 15px; - line-height: 1; - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - display: block; - -webkit-animation: pace-theme-center-atom-spin 2s linear infinite; - -moz-animation: pace-theme-center-atom-spin 2s linear infinite; - -o-animation: pace-theme-center-atom-spin 2s linear infinite; - animation: pace-theme-center-atom-spin 2s linear infinite; -} - -.pace .pace-activity { - border-radius: 50%; - border: 5px solid #2299dd; - content: ' '; - display: block; - position: absolute; - top: 0; - left: 0; - height: 60px; - width: 100px; -} - -.pace .pace-activity:after { - border-radius: 50%; - border: 5px solid #2299dd; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(60deg); - -moz-transform: rotate(60deg); - -o-transform: rotate(60deg); - transform: rotate(60deg); -} - -.pace .pace-activity:before { - border-radius: 50%; - border: 5px solid #2299dd; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -@-webkit-keyframes pace-theme-center-atom-spin { - 0% { -webkit-transform: rotate(0deg) } - 100% { -webkit-transform: rotate(359deg) } -} -@-moz-keyframes pace-theme-center-atom-spin { - 0% { -moz-transform: rotate(0deg) } - 100% { -moz-transform: rotate(359deg) } -} -@-o-keyframes pace-theme-center-atom-spin { - 0% { -o-transform: rotate(0deg) } - 100% { -o-transform: rotate(359deg) } -} -@keyframes pace-theme-center-atom-spin { - 0% { transform: rotate(0deg) } - 100% { transform: rotate(359deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-center-circle.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-center-circle.css deleted file mode 100644 index 403ab0d4a..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-center-circle.css +++ /dev/null @@ -1,90 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-perspective: 12rem; - -moz-perspective: 12rem; - -ms-perspective: 12rem; - -o-perspective: 12rem; - perspective: 12rem; - - z-index: 2000; - position: fixed; - height: 6rem; - width: 6rem; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: 0; - top: 0; - height: 6rem; - width: 6rem !important; - line-height: 6rem; - font-size: 2rem; - border-radius: 50%; - background: rgba(34, 153, 221, 0.8); - color: #fff; - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - text-align: center; - - -webkit-animation: pace-theme-center-circle-spin linear infinite 2s; - -moz-animation: pace-theme-center-circle-spin linear infinite 2s; - -ms-animation: pace-theme-center-circle-spin linear infinite 2s; - -o-animation: pace-theme-center-circle-spin linear infinite 2s; - animation: pace-theme-center-circle-spin linear infinite 2s; - - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: block; -} - -@-webkit-keyframes pace-theme-center-circle-spin { - from { -webkit-transform: rotateY(0deg) } - to { -webkit-transform: rotateY(360deg) } -} - -@-moz-keyframes pace-theme-center-circle-spin { - from { -moz-transform: rotateY(0deg) } - to { -moz-transform: rotateY(360deg) } -} - -@-ms-keyframes pace-theme-center-circle-spin { - from { -ms-transform: rotateY(0deg) } - to { -ms-transform: rotateY(360deg) } -} - -@-o-keyframes pace-theme-center-circle-spin { - from { -o-transform: rotateY(0deg) } - to { -o-transform: rotateY(360deg) } -} - -@keyframes pace-theme-center-circle-spin { - from { transform: rotateY(0deg) } - to { transform: rotateY(360deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-center-radar.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-center-radar.css deleted file mode 100644 index 018362f00..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-center-radar.css +++ /dev/null @@ -1,74 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 90px; - width: 90px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-activity { - display: none; -} - -.pace .pace-activity { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: -30px; - top: -30px; - height: 90px; - width: 90px; - display: block; - border-width: 30px; - border-style: double; - border-color: #2299dd transparent transparent; - border-radius: 50%; - - -webkit-animation: spin 1s linear infinite; - -moz-animation: spin 1s linear infinite; - -o-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - -.pace .pace-activity:before { - content: ' '; - position: absolute; - top: 10px; - left: 10px; - height: 50px; - width: 50px; - display: block; - border-width: 10px; - border-style: solid; - border-color: #2299dd transparent transparent; - border-radius: 50%; -} - -@-webkit-keyframes spin { - 100% { -webkit-transform: rotate(359deg); } -} - -@-moz-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@-o-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@keyframes spin { - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-center-simple.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-center-simple.css deleted file mode 100644 index 0844d31fe..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-center-simple.css +++ /dev/null @@ -1,52 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - height: 5px; - width: 200px; - background: #fff; - border: 1px solid #2299dd; - - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - max-width: 200px; - position: fixed; - z-index: 2000; - display: block; - position: absolute; - top: 0; - right: 100%; - height: 100%; - width: 100%; - background: #2299dd; -} - -.pace.pace-inactive { - display: none; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-corner-indicator.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-corner-indicator.css deleted file mode 100644 index e0cc57e6a..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-corner-indicator.css +++ /dev/null @@ -1,73 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 0; - width: 300px; - height: 300px; - background: #2299dd; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg); - transform: translateX(100%) translateY(-100%) rotate(45deg); - pointer-events: none; -} - -.pace.pace-active .pace-activity { - -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); - transform: translateX(50%) translateY(-50%) rotate(45deg); -} - -.pace .pace-activity::before, -.pace .pace-activity::after { - -moz-box-sizing: border-box; - box-sizing: border-box; - position: absolute; - bottom: 30px; - left: 50%; - display: block; - border: 5px solid #fff; - border-radius: 50%; - content: ''; -} - -.pace .pace-activity::before { - margin-left: -40px; - width: 80px; - height: 80px; - border-right-color: rgba(0, 0, 0, .2); - border-left-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite; - animation: pace-theme-corner-indicator-spin 3s linear infinite; -} - -.pace .pace-activity::after { - bottom: 50px; - margin-left: -20px; - width: 40px; - height: 40px; - border-top-color: rgba(0, 0, 0, .2); - border-bottom-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite; - animation: pace-theme-corner-indicator-spin 1s linear infinite; -} - -@-webkit-keyframes pace-theme-corner-indicator-spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@keyframes pace-theme-corner-indicator-spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-fill-left.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-fill-left.css deleted file mode 100644 index acbaf4563..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-fill-left.css +++ /dev/null @@ -1,22 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: rgba(34, 153, 221, 0.19999999999999996); - position: fixed; - z-index: -1; - top: 0; - right: 100%; - bottom: 0; - width: 100%; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-flash.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-flash.css deleted file mode 100644 index d9bca466a..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-flash.css +++ /dev/null @@ -1,77 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #2299dd; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} - -.pace .pace-progress-inner { - display: block; - position: absolute; - right: 0px; - width: 100px; - height: 100%; - box-shadow: 0 0 10px #2299dd, 0 0 5px #2299dd; - opacity: 1.0; - -webkit-transform: rotate(3deg) translate(0px, -4px); - -moz-transform: rotate(3deg) translate(0px, -4px); - -ms-transform: rotate(3deg) translate(0px, -4px); - -o-transform: rotate(3deg) translate(0px, -4px); - transform: rotate(3deg) translate(0px, -4px); -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 15px; - right: 15px; - width: 14px; - height: 14px; - border: solid 2px transparent; - border-top-color: #2299dd; - border-left-color: #2299dd; - border-radius: 10px; - -webkit-animation: pace-spinner 400ms linear infinite; - -moz-animation: pace-spinner 400ms linear infinite; - -ms-animation: pace-spinner 400ms linear infinite; - -o-animation: pace-spinner 400ms linear infinite; - animation: pace-spinner 400ms linear infinite; -} - -@-webkit-keyframes pace-spinner { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } -} -@-moz-keyframes pace-spinner { - 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } -} -@-o-keyframes pace-spinner { - 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } -} -@-ms-keyframes pace-spinner { - 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } -} -@keyframes pace-spinner { - 0% { transform: rotate(0deg); transform: rotate(0deg); } - 100% { transform: rotate(360deg); transform: rotate(360deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-flat-top.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-flat-top.css deleted file mode 100644 index 6a76bbff2..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-flat-top.css +++ /dev/null @@ -1,41 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - position: fixed; - top: 0; - left: 0; - width: 100%; - - -webkit-transform: translate3d(0, -50px, 0); - -ms-transform: translate3d(0, -50px, 0); - transform: translate3d(0, -50px, 0); - - -webkit-transition: -webkit-transform .5s ease-out; - -ms-transition: -webkit-transform .5s ease-out; - transition: transform .5s ease-out; -} - -.pace.pace-active { - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.pace .pace-progress { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 10px; - background: #2299dd; - - pointer-events: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-loading-bar.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-loading-bar.css deleted file mode 100644 index 8448a5e5c..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-loading-bar.css +++ /dev/null @@ -1,198 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - z-index: 2000; - position: fixed; - margin: auto; - top: 12px; - left: 0; - right: 0; - bottom: 0; - width: 200px; - height: 50px; - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - display: block; - position: absolute; - right: 100%; - margin-right: -7px; - width: 93%; - top: 7px; - height: 14px; - font-size: 12px; - background: #2299dd; - color: #2299dd; - line-height: 60px; - font-weight: bold; - font-family: Helvetica, Arial, "Lucida Grande", sans-serif; - - -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff; - -ms-box-shadow: 120px 0 #fff, 240px 0 #fff; - box-shadow: 120px 0 #fff, 240px 0 #fff; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: inline-block; - position: fixed; - width: 45px; - text-align: right; - right: 0; - padding-right: 16px; - top: 4px; -} - -.pace .pace-progress[data-progress-text="0%"]:after { right: -200px } -.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px } -.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px } -.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px } -.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px } -.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px } -.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px } -.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px } -.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px } -.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px } -.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px } -.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px } -.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px } -.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px } -.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px } -.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px } -.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px } -.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px } -.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px } -.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px } -.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px } -.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px } -.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px } -.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px } -.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px } -.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px } -.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px } -.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px } -.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px } -.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px } -.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px } -.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px } -.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px } -.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px } -.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px } -.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px } -.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px } -.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px } -.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px } -.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px } -.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px } -.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px } -.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px } -.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px } -.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px } -.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px } -.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px } -.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px } -.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px } -.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px } -.pace .pace-progress[data-progress-text="50%"]:after { right: -107px } -.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px } -.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px } -.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px } -.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px } -.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px } -.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px } -.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px } -.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px } -.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px } -.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px } -.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px } -.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px } -.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px } -.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px } -.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px } -.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px } -.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px } -.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px } -.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px } -.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px } -.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px } -.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px } -.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px } -.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px } -.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px } -.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px } -.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px } -.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px } -.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px } -.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px } -.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px } -.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px } -.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px } -.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px } -.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px } -.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px } -.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px } -.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px } -.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px } -.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px } -.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px } -.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px } -.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px } -.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px } -.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px } -.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px } -.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px } -.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px } -.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px } -.pace .pace-progress[data-progress-text="100%"]:after { right: -14px } - - -.pace .pace-activity { - position: absolute; - width: 100%; - height: 28px; - z-index: 2001; - box-shadow: inset 0 0 0 2px #2299dd, inset 0 0 0 7px #FFF; - border-radius: 10px; -} - -.pace.pace-inactive { - display: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-mac-osx.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-mac-osx.css deleted file mode 100644 index 175f3b28a..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-mac-osx.css +++ /dev/null @@ -1,87 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #0087E1; - position: fixed; - top: 0; - right: 100%; - width: 100%; - height: 12px; - overflow: hidden; - - -webkit-border-radius: 0 0 4px 0; - -moz-border-radius: 0 0 4px 0; - -o-border-radius: 0 0 4px 0; - border-radius: 0 0 4px 0; - - -webkit-box-shadow: inset -1px 0 #00558F, inset 0 -1px #00558F, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -moz-box-shadow: inset -1px 0 #00558F, inset 0 -1px #00558F, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -o-box-shadow: inset -1px 0 #00558F, inset 0 -1px #00558F, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - box-shadow: inset -1px 0 #00558F, inset 0 -1px #00558F, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); -} - -.pace .pace-activity { - position: fixed; - top: 0; - left: 0; - right: -28px; - bottom: 0; - - -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - - -webkit-background-size: 28px 100%; - -moz-background-size: 28px 100%; - -o-background-size: 28px 100%; - background-size: 28px 100%; - - -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -o-animation: pace-theme-mac-osx-motion 500ms linear infinite; - animation: pace-theme-mac-osx-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-mac-osx-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-moz-keyframes pace-theme-mac-osx-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-o-keyframes pace-theme-mac-osx-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-ms-keyframes pace-theme-mac-osx-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@keyframes pace-theme-mac-osx-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-28px, 0); transform: translate(-28px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-minimal.css b/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-minimal.css deleted file mode 100644 index a344a1945..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/blue/pace-theme-minimal.css +++ /dev/null @@ -1,23 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #2299dd; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-barber-shop.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-barber-shop.css deleted file mode 100644 index d06a96cfd..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-barber-shop.css +++ /dev/null @@ -1,83 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #22df80; - position: fixed; - top: 0; - bottom: 0; - right: 100%; - width: 100%; - overflow: hidden; -} - -.pace .pace-activity { - position: fixed; - top: 0; - right: -32px; - bottom: 0; - left: 0; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - -webkit-background-size: 32px 32px; - -moz-background-size: 32px 32px; - -o-background-size: 32px 32px; - background-size: 32px 32px; - - -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; - animation: pace-theme-barber-shop-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-barber-shop-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-moz-keyframes pace-theme-barber-shop-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-o-keyframes pace-theme-barber-shop-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-ms-keyframes pace-theme-barber-shop-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@keyframes pace-theme-barber-shop-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-big-counter.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-big-counter.css deleted file mode 100644 index 73174689c..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-big-counter.css +++ /dev/null @@ -1,40 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - top: 0; - right: 0; - height: 5rem; - width: 5rem; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:after { - display: block; - position: absolute; - top: 0; - right: .5rem; - content: attr(data-progress-text); - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - font-size: 5rem; - line-height: 1; - text-align: right; - color: rgba(34, 223, 128, 0.19999999999999996); -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-bounce.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-bounce.css deleted file mode 100644 index d17f375ed..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-bounce.css +++ /dev/null @@ -1,231 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - width: 140px; - height: 300px; - position: fixed; - top: -90px; - right: -20px; - z-index: 2000; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - opacity: 0; - -webkit-transition: all 2s linear 0s; - -moz-transition: all 2s linear 0s; - transition: all 2s linear 0s; -} - -.pace.pace-active { - -webkit-transform: scale(.25); - -moz-transform: scale(.25); - -ms-transform: scale(.25); - -o-transform: scale(.25); - transform: scale(.25); - opacity: 1; -} - -.pace .pace-activity { - width: 140px; - height: 140px; - border-radius: 70px; - background: #22df80; - position: absolute; - top: 0; - z-index: 1911; - -webkit-animation: pace-bounce 1s infinite; - -moz-animation: pace-bounce 1s infinite; - -o-animation: pace-bounce 1s infinite; - -ms-animation: pace-bounce 1s infinite; - animation: pace-bounce 1s infinite; -} - -.pace .pace-progress { - position: absolute; - display: block; - left: 50%; - bottom: 0; - z-index: 1910; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-transform: scaleY(.3) !important; - -moz-transform: scaleY(.3) !important; - -ms-transform: scaleY(.3) !important; - -o-transform: scaleY(.3) !important; - transform: scaleY(.3) !important; - -webkit-animation: pace-compress .5s infinite alternate; - -moz-animation: pace-compress .5s infinite alternate; - -o-animation: pace-compress .5s infinite alternate; - -ms-animation: pace-compress .5s infinite alternate; - animation: pace-compress .5s infinite alternate; -} - -@-webkit-keyframes pace-bounce { - 0% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -webkit-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -webkit-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -webkit-animation-timing-function: ease-out; - } - 95% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 100% { - top: 0; - -webkit-animation-timing-function: ease-in; - } -} - -@-moz-keyframes pace-bounce { - 0% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -moz-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -moz-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -moz-animation-timing-function: ease-out;} - 95% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 100% {top: 0; - -moz-animation-timing-function: ease-in; - } -} - -@keyframes pace-bounce { - 0% { - top: 0; - animation-timing-function: ease-in; - } - 50% { - top: 140px; - height: 140px; - animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - animation-timing-function: ease-out; - } - 95% { - top: 0; - animation-timing-function: ease-in; - } - 100% { - top: 0; - animation-timing-function: ease-in; - } -} - -@-webkit-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -webkit-animation-timing-function: ease-out; - } -} - -@-moz-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -moz-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -moz-animation-timing-function: ease-out; - } -} - -@keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - animation-timing-function: ease-out; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-center-atom.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-center-atom.css deleted file mode 100644 index 54f86fd4c..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-center-atom.css +++ /dev/null @@ -1,131 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace.pace-inactive { - display: none; -} - -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 60px; - width: 100px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace .pace-progress { - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:before { - content: attr(data-progress-text); - text-align: center; - color: #fff; - background: #22df80; - border-radius: 50%; - font-family: "Helvetica Neue", sans-serif; - font-size: 14px; - font-weight: 100; - line-height: 1; - padding: 20% 0 7px; - width: 50%; - height: 40%; - margin: 10px 0 0 30px; - display: block; - z-index: 999; - position: absolute; -} - -.pace .pace-activity { - font-size: 15px; - line-height: 1; - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - display: block; - -webkit-animation: pace-theme-center-atom-spin 2s linear infinite; - -moz-animation: pace-theme-center-atom-spin 2s linear infinite; - -o-animation: pace-theme-center-atom-spin 2s linear infinite; - animation: pace-theme-center-atom-spin 2s linear infinite; -} - -.pace .pace-activity { - border-radius: 50%; - border: 5px solid #22df80; - content: ' '; - display: block; - position: absolute; - top: 0; - left: 0; - height: 60px; - width: 100px; -} - -.pace .pace-activity:after { - border-radius: 50%; - border: 5px solid #22df80; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(60deg); - -moz-transform: rotate(60deg); - -o-transform: rotate(60deg); - transform: rotate(60deg); -} - -.pace .pace-activity:before { - border-radius: 50%; - border: 5px solid #22df80; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -@-webkit-keyframes pace-theme-center-atom-spin { - 0% { -webkit-transform: rotate(0deg) } - 100% { -webkit-transform: rotate(359deg) } -} -@-moz-keyframes pace-theme-center-atom-spin { - 0% { -moz-transform: rotate(0deg) } - 100% { -moz-transform: rotate(359deg) } -} -@-o-keyframes pace-theme-center-atom-spin { - 0% { -o-transform: rotate(0deg) } - 100% { -o-transform: rotate(359deg) } -} -@keyframes pace-theme-center-atom-spin { - 0% { transform: rotate(0deg) } - 100% { transform: rotate(359deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-center-circle.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-center-circle.css deleted file mode 100644 index f34927c7b..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-center-circle.css +++ /dev/null @@ -1,90 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-perspective: 12rem; - -moz-perspective: 12rem; - -ms-perspective: 12rem; - -o-perspective: 12rem; - perspective: 12rem; - - z-index: 2000; - position: fixed; - height: 6rem; - width: 6rem; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: 0; - top: 0; - height: 6rem; - width: 6rem !important; - line-height: 6rem; - font-size: 2rem; - border-radius: 50%; - background: rgba(34, 223, 128, 0.8); - color: #fff; - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - text-align: center; - - -webkit-animation: pace-theme-center-circle-spin linear infinite 2s; - -moz-animation: pace-theme-center-circle-spin linear infinite 2s; - -ms-animation: pace-theme-center-circle-spin linear infinite 2s; - -o-animation: pace-theme-center-circle-spin linear infinite 2s; - animation: pace-theme-center-circle-spin linear infinite 2s; - - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: block; -} - -@-webkit-keyframes pace-theme-center-circle-spin { - from { -webkit-transform: rotateY(0deg) } - to { -webkit-transform: rotateY(360deg) } -} - -@-moz-keyframes pace-theme-center-circle-spin { - from { -moz-transform: rotateY(0deg) } - to { -moz-transform: rotateY(360deg) } -} - -@-ms-keyframes pace-theme-center-circle-spin { - from { -ms-transform: rotateY(0deg) } - to { -ms-transform: rotateY(360deg) } -} - -@-o-keyframes pace-theme-center-circle-spin { - from { -o-transform: rotateY(0deg) } - to { -o-transform: rotateY(360deg) } -} - -@keyframes pace-theme-center-circle-spin { - from { transform: rotateY(0deg) } - to { transform: rotateY(360deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-center-radar.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-center-radar.css deleted file mode 100644 index c0b767491..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-center-radar.css +++ /dev/null @@ -1,74 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 90px; - width: 90px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-activity { - display: none; -} - -.pace .pace-activity { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: -30px; - top: -30px; - height: 90px; - width: 90px; - display: block; - border-width: 30px; - border-style: double; - border-color: #22df80 transparent transparent; - border-radius: 50%; - - -webkit-animation: spin 1s linear infinite; - -moz-animation: spin 1s linear infinite; - -o-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - -.pace .pace-activity:before { - content: ' '; - position: absolute; - top: 10px; - left: 10px; - height: 50px; - width: 50px; - display: block; - border-width: 10px; - border-style: solid; - border-color: #22df80 transparent transparent; - border-radius: 50%; -} - -@-webkit-keyframes spin { - 100% { -webkit-transform: rotate(359deg); } -} - -@-moz-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@-o-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@keyframes spin { - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-center-simple.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-center-simple.css deleted file mode 100644 index fa1f4278f..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-center-simple.css +++ /dev/null @@ -1,52 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - height: 5px; - width: 200px; - background: #fff; - border: 1px solid #22df80; - - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - max-width: 200px; - position: fixed; - z-index: 2000; - display: block; - position: absolute; - top: 0; - right: 100%; - height: 100%; - width: 100%; - background: #22df80; -} - -.pace.pace-inactive { - display: none; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-corner-indicator.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-corner-indicator.css deleted file mode 100644 index 35ad92c9d..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-corner-indicator.css +++ /dev/null @@ -1,73 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 0; - width: 300px; - height: 300px; - background: #22df80; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg); - transform: translateX(100%) translateY(-100%) rotate(45deg); - pointer-events: none; -} - -.pace.pace-active .pace-activity { - -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); - transform: translateX(50%) translateY(-50%) rotate(45deg); -} - -.pace .pace-activity::before, -.pace .pace-activity::after { - -moz-box-sizing: border-box; - box-sizing: border-box; - position: absolute; - bottom: 30px; - left: 50%; - display: block; - border: 5px solid #fff; - border-radius: 50%; - content: ''; -} - -.pace .pace-activity::before { - margin-left: -40px; - width: 80px; - height: 80px; - border-right-color: rgba(0, 0, 0, .2); - border-left-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite; - animation: pace-theme-corner-indicator-spin 3s linear infinite; -} - -.pace .pace-activity::after { - bottom: 50px; - margin-left: -20px; - width: 40px; - height: 40px; - border-top-color: rgba(0, 0, 0, .2); - border-bottom-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite; - animation: pace-theme-corner-indicator-spin 1s linear infinite; -} - -@-webkit-keyframes pace-theme-corner-indicator-spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@keyframes pace-theme-corner-indicator-spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-fill-left.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-fill-left.css deleted file mode 100644 index 3bfa926a6..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-fill-left.css +++ /dev/null @@ -1,22 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: rgba(34, 223, 128, 0.19999999999999996); - position: fixed; - z-index: -1; - top: 0; - right: 100%; - bottom: 0; - width: 100%; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-flash.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-flash.css deleted file mode 100644 index 812779ba0..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-flash.css +++ /dev/null @@ -1,77 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #22df80; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} - -.pace .pace-progress-inner { - display: block; - position: absolute; - right: 0px; - width: 100px; - height: 100%; - box-shadow: 0 0 10px #22df80, 0 0 5px #22df80; - opacity: 1.0; - -webkit-transform: rotate(3deg) translate(0px, -4px); - -moz-transform: rotate(3deg) translate(0px, -4px); - -ms-transform: rotate(3deg) translate(0px, -4px); - -o-transform: rotate(3deg) translate(0px, -4px); - transform: rotate(3deg) translate(0px, -4px); -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 15px; - right: 15px; - width: 14px; - height: 14px; - border: solid 2px transparent; - border-top-color: #22df80; - border-left-color: #22df80; - border-radius: 10px; - -webkit-animation: pace-spinner 400ms linear infinite; - -moz-animation: pace-spinner 400ms linear infinite; - -ms-animation: pace-spinner 400ms linear infinite; - -o-animation: pace-spinner 400ms linear infinite; - animation: pace-spinner 400ms linear infinite; -} - -@-webkit-keyframes pace-spinner { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } -} -@-moz-keyframes pace-spinner { - 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } -} -@-o-keyframes pace-spinner { - 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } -} -@-ms-keyframes pace-spinner { - 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } -} -@keyframes pace-spinner { - 0% { transform: rotate(0deg); transform: rotate(0deg); } - 100% { transform: rotate(360deg); transform: rotate(360deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-flat-top.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-flat-top.css deleted file mode 100644 index 75c6327b1..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-flat-top.css +++ /dev/null @@ -1,41 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - position: fixed; - top: 0; - left: 0; - width: 100%; - - -webkit-transform: translate3d(0, -50px, 0); - -ms-transform: translate3d(0, -50px, 0); - transform: translate3d(0, -50px, 0); - - -webkit-transition: -webkit-transform .5s ease-out; - -ms-transition: -webkit-transform .5s ease-out; - transition: transform .5s ease-out; -} - -.pace.pace-active { - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.pace .pace-progress { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 10px; - background: #22df80; - - pointer-events: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-loading-bar.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-loading-bar.css deleted file mode 100644 index 3280418c5..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-loading-bar.css +++ /dev/null @@ -1,198 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - z-index: 2000; - position: fixed; - margin: auto; - top: 12px; - left: 0; - right: 0; - bottom: 0; - width: 200px; - height: 50px; - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - display: block; - position: absolute; - right: 100%; - margin-right: -7px; - width: 93%; - top: 7px; - height: 14px; - font-size: 12px; - background: #22df80; - color: #22df80; - line-height: 60px; - font-weight: bold; - font-family: Helvetica, Arial, "Lucida Grande", sans-serif; - - -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff; - -ms-box-shadow: 120px 0 #fff, 240px 0 #fff; - box-shadow: 120px 0 #fff, 240px 0 #fff; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: inline-block; - position: fixed; - width: 45px; - text-align: right; - right: 0; - padding-right: 16px; - top: 4px; -} - -.pace .pace-progress[data-progress-text="0%"]:after { right: -200px } -.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px } -.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px } -.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px } -.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px } -.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px } -.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px } -.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px } -.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px } -.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px } -.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px } -.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px } -.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px } -.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px } -.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px } -.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px } -.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px } -.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px } -.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px } -.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px } -.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px } -.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px } -.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px } -.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px } -.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px } -.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px } -.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px } -.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px } -.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px } -.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px } -.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px } -.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px } -.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px } -.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px } -.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px } -.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px } -.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px } -.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px } -.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px } -.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px } -.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px } -.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px } -.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px } -.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px } -.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px } -.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px } -.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px } -.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px } -.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px } -.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px } -.pace .pace-progress[data-progress-text="50%"]:after { right: -107px } -.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px } -.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px } -.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px } -.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px } -.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px } -.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px } -.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px } -.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px } -.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px } -.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px } -.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px } -.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px } -.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px } -.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px } -.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px } -.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px } -.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px } -.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px } -.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px } -.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px } -.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px } -.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px } -.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px } -.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px } -.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px } -.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px } -.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px } -.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px } -.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px } -.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px } -.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px } -.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px } -.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px } -.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px } -.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px } -.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px } -.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px } -.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px } -.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px } -.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px } -.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px } -.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px } -.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px } -.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px } -.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px } -.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px } -.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px } -.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px } -.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px } -.pace .pace-progress[data-progress-text="100%"]:after { right: -14px } - - -.pace .pace-activity { - position: absolute; - width: 100%; - height: 28px; - z-index: 2001; - box-shadow: inset 0 0 0 2px #22df80, inset 0 0 0 7px #FFF; - border-radius: 10px; -} - -.pace.pace-inactive { - display: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-mac-osx.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-mac-osx.css deleted file mode 100644 index 56dad0d30..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-mac-osx.css +++ /dev/null @@ -1,87 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #00E466; - position: fixed; - top: 0; - right: 100%; - width: 100%; - height: 12px; - overflow: hidden; - - -webkit-border-radius: 0 0 4px 0; - -moz-border-radius: 0 0 4px 0; - -o-border-radius: 0 0 4px 0; - border-radius: 0 0 4px 0; - - -webkit-box-shadow: inset -1px 0 #009140, inset 0 -1px #009140, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -moz-box-shadow: inset -1px 0 #009140, inset 0 -1px #009140, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -o-box-shadow: inset -1px 0 #009140, inset 0 -1px #009140, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - box-shadow: inset -1px 0 #009140, inset 0 -1px #009140, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); -} - -.pace .pace-activity { - position: fixed; - top: 0; - left: 0; - right: -28px; - bottom: 0; - - -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - - -webkit-background-size: 28px 100%; - -moz-background-size: 28px 100%; - -o-background-size: 28px 100%; - background-size: 28px 100%; - - -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -o-animation: pace-theme-mac-osx-motion 500ms linear infinite; - animation: pace-theme-mac-osx-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-mac-osx-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-moz-keyframes pace-theme-mac-osx-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-o-keyframes pace-theme-mac-osx-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-ms-keyframes pace-theme-mac-osx-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@keyframes pace-theme-mac-osx-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-28px, 0); transform: translate(-28px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-minimal.css b/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-minimal.css deleted file mode 100644 index 914d0fb6a..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/green/pace-theme-minimal.css +++ /dev/null @@ -1,23 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #22df80; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-barber-shop.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-barber-shop.css deleted file mode 100644 index 129924ec9..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-barber-shop.css +++ /dev/null @@ -1,83 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #eb7a55; - position: fixed; - top: 0; - bottom: 0; - right: 100%; - width: 100%; - overflow: hidden; -} - -.pace .pace-activity { - position: fixed; - top: 0; - right: -32px; - bottom: 0; - left: 0; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - -webkit-background-size: 32px 32px; - -moz-background-size: 32px 32px; - -o-background-size: 32px 32px; - background-size: 32px 32px; - - -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; - animation: pace-theme-barber-shop-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-barber-shop-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-moz-keyframes pace-theme-barber-shop-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-o-keyframes pace-theme-barber-shop-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-ms-keyframes pace-theme-barber-shop-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@keyframes pace-theme-barber-shop-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-big-counter.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-big-counter.css deleted file mode 100644 index 00308d9b7..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-big-counter.css +++ /dev/null @@ -1,40 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - top: 0; - right: 0; - height: 5rem; - width: 5rem; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:after { - display: block; - position: absolute; - top: 0; - right: .5rem; - content: attr(data-progress-text); - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - font-size: 5rem; - line-height: 1; - text-align: right; - color: rgba(235, 122, 85, 0.19999999999999996); -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-bounce.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-bounce.css deleted file mode 100644 index f94c75d6e..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-bounce.css +++ /dev/null @@ -1,231 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - width: 140px; - height: 300px; - position: fixed; - top: -90px; - right: -20px; - z-index: 2000; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - opacity: 0; - -webkit-transition: all 2s linear 0s; - -moz-transition: all 2s linear 0s; - transition: all 2s linear 0s; -} - -.pace.pace-active { - -webkit-transform: scale(.25); - -moz-transform: scale(.25); - -ms-transform: scale(.25); - -o-transform: scale(.25); - transform: scale(.25); - opacity: 1; -} - -.pace .pace-activity { - width: 140px; - height: 140px; - border-radius: 70px; - background: #eb7a55; - position: absolute; - top: 0; - z-index: 1911; - -webkit-animation: pace-bounce 1s infinite; - -moz-animation: pace-bounce 1s infinite; - -o-animation: pace-bounce 1s infinite; - -ms-animation: pace-bounce 1s infinite; - animation: pace-bounce 1s infinite; -} - -.pace .pace-progress { - position: absolute; - display: block; - left: 50%; - bottom: 0; - z-index: 1910; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-transform: scaleY(.3) !important; - -moz-transform: scaleY(.3) !important; - -ms-transform: scaleY(.3) !important; - -o-transform: scaleY(.3) !important; - transform: scaleY(.3) !important; - -webkit-animation: pace-compress .5s infinite alternate; - -moz-animation: pace-compress .5s infinite alternate; - -o-animation: pace-compress .5s infinite alternate; - -ms-animation: pace-compress .5s infinite alternate; - animation: pace-compress .5s infinite alternate; -} - -@-webkit-keyframes pace-bounce { - 0% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -webkit-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -webkit-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -webkit-animation-timing-function: ease-out; - } - 95% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 100% { - top: 0; - -webkit-animation-timing-function: ease-in; - } -} - -@-moz-keyframes pace-bounce { - 0% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -moz-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -moz-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -moz-animation-timing-function: ease-out;} - 95% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 100% {top: 0; - -moz-animation-timing-function: ease-in; - } -} - -@keyframes pace-bounce { - 0% { - top: 0; - animation-timing-function: ease-in; - } - 50% { - top: 140px; - height: 140px; - animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - animation-timing-function: ease-out; - } - 95% { - top: 0; - animation-timing-function: ease-in; - } - 100% { - top: 0; - animation-timing-function: ease-in; - } -} - -@-webkit-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -webkit-animation-timing-function: ease-out; - } -} - -@-moz-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -moz-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -moz-animation-timing-function: ease-out; - } -} - -@keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - animation-timing-function: ease-out; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-center-atom.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-center-atom.css deleted file mode 100644 index 9c55e381c..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-center-atom.css +++ /dev/null @@ -1,131 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace.pace-inactive { - display: none; -} - -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 60px; - width: 100px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace .pace-progress { - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:before { - content: attr(data-progress-text); - text-align: center; - color: #fff; - background: #eb7a55; - border-radius: 50%; - font-family: "Helvetica Neue", sans-serif; - font-size: 14px; - font-weight: 100; - line-height: 1; - padding: 20% 0 7px; - width: 50%; - height: 40%; - margin: 10px 0 0 30px; - display: block; - z-index: 999; - position: absolute; -} - -.pace .pace-activity { - font-size: 15px; - line-height: 1; - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - display: block; - -webkit-animation: pace-theme-center-atom-spin 2s linear infinite; - -moz-animation: pace-theme-center-atom-spin 2s linear infinite; - -o-animation: pace-theme-center-atom-spin 2s linear infinite; - animation: pace-theme-center-atom-spin 2s linear infinite; -} - -.pace .pace-activity { - border-radius: 50%; - border: 5px solid #eb7a55; - content: ' '; - display: block; - position: absolute; - top: 0; - left: 0; - height: 60px; - width: 100px; -} - -.pace .pace-activity:after { - border-radius: 50%; - border: 5px solid #eb7a55; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(60deg); - -moz-transform: rotate(60deg); - -o-transform: rotate(60deg); - transform: rotate(60deg); -} - -.pace .pace-activity:before { - border-radius: 50%; - border: 5px solid #eb7a55; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -@-webkit-keyframes pace-theme-center-atom-spin { - 0% { -webkit-transform: rotate(0deg) } - 100% { -webkit-transform: rotate(359deg) } -} -@-moz-keyframes pace-theme-center-atom-spin { - 0% { -moz-transform: rotate(0deg) } - 100% { -moz-transform: rotate(359deg) } -} -@-o-keyframes pace-theme-center-atom-spin { - 0% { -o-transform: rotate(0deg) } - 100% { -o-transform: rotate(359deg) } -} -@keyframes pace-theme-center-atom-spin { - 0% { transform: rotate(0deg) } - 100% { transform: rotate(359deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-center-circle.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-center-circle.css deleted file mode 100644 index 0334a1758..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-center-circle.css +++ /dev/null @@ -1,90 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-perspective: 12rem; - -moz-perspective: 12rem; - -ms-perspective: 12rem; - -o-perspective: 12rem; - perspective: 12rem; - - z-index: 2000; - position: fixed; - height: 6rem; - width: 6rem; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: 0; - top: 0; - height: 6rem; - width: 6rem !important; - line-height: 6rem; - font-size: 2rem; - border-radius: 50%; - background: rgba(235, 122, 85, 0.8); - color: #fff; - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - text-align: center; - - -webkit-animation: pace-theme-center-circle-spin linear infinite 2s; - -moz-animation: pace-theme-center-circle-spin linear infinite 2s; - -ms-animation: pace-theme-center-circle-spin linear infinite 2s; - -o-animation: pace-theme-center-circle-spin linear infinite 2s; - animation: pace-theme-center-circle-spin linear infinite 2s; - - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: block; -} - -@-webkit-keyframes pace-theme-center-circle-spin { - from { -webkit-transform: rotateY(0deg) } - to { -webkit-transform: rotateY(360deg) } -} - -@-moz-keyframes pace-theme-center-circle-spin { - from { -moz-transform: rotateY(0deg) } - to { -moz-transform: rotateY(360deg) } -} - -@-ms-keyframes pace-theme-center-circle-spin { - from { -ms-transform: rotateY(0deg) } - to { -ms-transform: rotateY(360deg) } -} - -@-o-keyframes pace-theme-center-circle-spin { - from { -o-transform: rotateY(0deg) } - to { -o-transform: rotateY(360deg) } -} - -@keyframes pace-theme-center-circle-spin { - from { transform: rotateY(0deg) } - to { transform: rotateY(360deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-center-radar.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-center-radar.css deleted file mode 100644 index 4b0addc38..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-center-radar.css +++ /dev/null @@ -1,74 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 90px; - width: 90px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-activity { - display: none; -} - -.pace .pace-activity { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: -30px; - top: -30px; - height: 90px; - width: 90px; - display: block; - border-width: 30px; - border-style: double; - border-color: #eb7a55 transparent transparent; - border-radius: 50%; - - -webkit-animation: spin 1s linear infinite; - -moz-animation: spin 1s linear infinite; - -o-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - -.pace .pace-activity:before { - content: ' '; - position: absolute; - top: 10px; - left: 10px; - height: 50px; - width: 50px; - display: block; - border-width: 10px; - border-style: solid; - border-color: #eb7a55 transparent transparent; - border-radius: 50%; -} - -@-webkit-keyframes spin { - 100% { -webkit-transform: rotate(359deg); } -} - -@-moz-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@-o-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@keyframes spin { - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-center-simple.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-center-simple.css deleted file mode 100644 index 5a5e9790d..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-center-simple.css +++ /dev/null @@ -1,52 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - height: 5px; - width: 200px; - background: #fff; - border: 1px solid #eb7a55; - - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - max-width: 200px; - position: fixed; - z-index: 2000; - display: block; - position: absolute; - top: 0; - right: 100%; - height: 100%; - width: 100%; - background: #eb7a55; -} - -.pace.pace-inactive { - display: none; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-corner-indicator.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-corner-indicator.css deleted file mode 100644 index eda7fe4e1..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-corner-indicator.css +++ /dev/null @@ -1,73 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 0; - width: 300px; - height: 300px; - background: #eb7a55; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg); - transform: translateX(100%) translateY(-100%) rotate(45deg); - pointer-events: none; -} - -.pace.pace-active .pace-activity { - -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); - transform: translateX(50%) translateY(-50%) rotate(45deg); -} - -.pace .pace-activity::before, -.pace .pace-activity::after { - -moz-box-sizing: border-box; - box-sizing: border-box; - position: absolute; - bottom: 30px; - left: 50%; - display: block; - border: 5px solid #fff; - border-radius: 50%; - content: ''; -} - -.pace .pace-activity::before { - margin-left: -40px; - width: 80px; - height: 80px; - border-right-color: rgba(0, 0, 0, .2); - border-left-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite; - animation: pace-theme-corner-indicator-spin 3s linear infinite; -} - -.pace .pace-activity::after { - bottom: 50px; - margin-left: -20px; - width: 40px; - height: 40px; - border-top-color: rgba(0, 0, 0, .2); - border-bottom-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite; - animation: pace-theme-corner-indicator-spin 1s linear infinite; -} - -@-webkit-keyframes pace-theme-corner-indicator-spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@keyframes pace-theme-corner-indicator-spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-fill-left.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-fill-left.css deleted file mode 100644 index a775dae73..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-fill-left.css +++ /dev/null @@ -1,22 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: rgba(235, 122, 85, 0.19999999999999996); - position: fixed; - z-index: -1; - top: 0; - right: 100%; - bottom: 0; - width: 100%; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-flash.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-flash.css deleted file mode 100644 index b226496a6..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-flash.css +++ /dev/null @@ -1,77 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #eb7a55; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} - -.pace .pace-progress-inner { - display: block; - position: absolute; - right: 0px; - width: 100px; - height: 100%; - box-shadow: 0 0 10px #eb7a55, 0 0 5px #eb7a55; - opacity: 1.0; - -webkit-transform: rotate(3deg) translate(0px, -4px); - -moz-transform: rotate(3deg) translate(0px, -4px); - -ms-transform: rotate(3deg) translate(0px, -4px); - -o-transform: rotate(3deg) translate(0px, -4px); - transform: rotate(3deg) translate(0px, -4px); -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 15px; - right: 15px; - width: 14px; - height: 14px; - border: solid 2px transparent; - border-top-color: #eb7a55; - border-left-color: #eb7a55; - border-radius: 10px; - -webkit-animation: pace-spinner 400ms linear infinite; - -moz-animation: pace-spinner 400ms linear infinite; - -ms-animation: pace-spinner 400ms linear infinite; - -o-animation: pace-spinner 400ms linear infinite; - animation: pace-spinner 400ms linear infinite; -} - -@-webkit-keyframes pace-spinner { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } -} -@-moz-keyframes pace-spinner { - 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } -} -@-o-keyframes pace-spinner { - 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } -} -@-ms-keyframes pace-spinner { - 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } -} -@keyframes pace-spinner { - 0% { transform: rotate(0deg); transform: rotate(0deg); } - 100% { transform: rotate(360deg); transform: rotate(360deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-flat-top.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-flat-top.css deleted file mode 100644 index 7e2c1ab87..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-flat-top.css +++ /dev/null @@ -1,41 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - position: fixed; - top: 0; - left: 0; - width: 100%; - - -webkit-transform: translate3d(0, -50px, 0); - -ms-transform: translate3d(0, -50px, 0); - transform: translate3d(0, -50px, 0); - - -webkit-transition: -webkit-transform .5s ease-out; - -ms-transition: -webkit-transform .5s ease-out; - transition: transform .5s ease-out; -} - -.pace.pace-active { - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.pace .pace-progress { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 10px; - background: #eb7a55; - - pointer-events: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-loading-bar.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-loading-bar.css deleted file mode 100644 index 7d468c3bc..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-loading-bar.css +++ /dev/null @@ -1,198 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - z-index: 2000; - position: fixed; - margin: auto; - top: 12px; - left: 0; - right: 0; - bottom: 0; - width: 200px; - height: 50px; - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - display: block; - position: absolute; - right: 100%; - margin-right: -7px; - width: 93%; - top: 7px; - height: 14px; - font-size: 12px; - background: #eb7a55; - color: #eb7a55; - line-height: 60px; - font-weight: bold; - font-family: Helvetica, Arial, "Lucida Grande", sans-serif; - - -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff; - -ms-box-shadow: 120px 0 #fff, 240px 0 #fff; - box-shadow: 120px 0 #fff, 240px 0 #fff; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: inline-block; - position: fixed; - width: 45px; - text-align: right; - right: 0; - padding-right: 16px; - top: 4px; -} - -.pace .pace-progress[data-progress-text="0%"]:after { right: -200px } -.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px } -.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px } -.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px } -.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px } -.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px } -.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px } -.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px } -.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px } -.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px } -.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px } -.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px } -.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px } -.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px } -.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px } -.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px } -.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px } -.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px } -.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px } -.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px } -.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px } -.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px } -.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px } -.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px } -.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px } -.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px } -.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px } -.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px } -.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px } -.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px } -.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px } -.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px } -.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px } -.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px } -.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px } -.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px } -.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px } -.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px } -.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px } -.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px } -.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px } -.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px } -.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px } -.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px } -.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px } -.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px } -.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px } -.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px } -.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px } -.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px } -.pace .pace-progress[data-progress-text="50%"]:after { right: -107px } -.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px } -.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px } -.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px } -.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px } -.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px } -.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px } -.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px } -.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px } -.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px } -.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px } -.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px } -.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px } -.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px } -.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px } -.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px } -.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px } -.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px } -.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px } -.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px } -.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px } -.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px } -.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px } -.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px } -.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px } -.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px } -.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px } -.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px } -.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px } -.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px } -.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px } -.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px } -.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px } -.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px } -.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px } -.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px } -.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px } -.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px } -.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px } -.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px } -.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px } -.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px } -.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px } -.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px } -.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px } -.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px } -.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px } -.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px } -.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px } -.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px } -.pace .pace-progress[data-progress-text="100%"]:after { right: -14px } - - -.pace .pace-activity { - position: absolute; - width: 100%; - height: 28px; - z-index: 2001; - box-shadow: inset 0 0 0 2px #eb7a55, inset 0 0 0 7px #FFF; - border-radius: 10px; -} - -.pace.pace-inactive { - display: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-mac-osx.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-mac-osx.css deleted file mode 100644 index 4cfe25c1d..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-mac-osx.css +++ /dev/null @@ -1,87 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #FF2C00; - position: fixed; - top: 0; - right: 100%; - width: 100%; - height: 12px; - overflow: hidden; - - -webkit-border-radius: 0 0 4px 0; - -moz-border-radius: 0 0 4px 0; - -o-border-radius: 0 0 4px 0; - border-radius: 0 0 4px 0; - - -webkit-box-shadow: inset -1px 0 #BF1B00, inset 0 -1px #BF1B00, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -moz-box-shadow: inset -1px 0 #BF1B00, inset 0 -1px #BF1B00, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -o-box-shadow: inset -1px 0 #BF1B00, inset 0 -1px #BF1B00, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - box-shadow: inset -1px 0 #BF1B00, inset 0 -1px #BF1B00, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); -} - -.pace .pace-activity { - position: fixed; - top: 0; - left: 0; - right: -28px; - bottom: 0; - - -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - - -webkit-background-size: 28px 100%; - -moz-background-size: 28px 100%; - -o-background-size: 28px 100%; - background-size: 28px 100%; - - -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -o-animation: pace-theme-mac-osx-motion 500ms linear infinite; - animation: pace-theme-mac-osx-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-mac-osx-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-moz-keyframes pace-theme-mac-osx-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-o-keyframes pace-theme-mac-osx-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-ms-keyframes pace-theme-mac-osx-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@keyframes pace-theme-mac-osx-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-28px, 0); transform: translate(-28px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-minimal.css b/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-minimal.css deleted file mode 100644 index e02aab166..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/orange/pace-theme-minimal.css +++ /dev/null @@ -1,23 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #eb7a55; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-barber-shop.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-barber-shop.css deleted file mode 100644 index deb3d5e97..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-barber-shop.css +++ /dev/null @@ -1,83 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #e90f92; - position: fixed; - top: 0; - bottom: 0; - right: 100%; - width: 100%; - overflow: hidden; -} - -.pace .pace-activity { - position: fixed; - top: 0; - right: -32px; - bottom: 0; - left: 0; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - -webkit-background-size: 32px 32px; - -moz-background-size: 32px 32px; - -o-background-size: 32px 32px; - background-size: 32px 32px; - - -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; - animation: pace-theme-barber-shop-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-barber-shop-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-moz-keyframes pace-theme-barber-shop-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-o-keyframes pace-theme-barber-shop-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-ms-keyframes pace-theme-barber-shop-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@keyframes pace-theme-barber-shop-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-big-counter.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-big-counter.css deleted file mode 100644 index 396f7aa7f..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-big-counter.css +++ /dev/null @@ -1,40 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - top: 0; - right: 0; - height: 5rem; - width: 5rem; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:after { - display: block; - position: absolute; - top: 0; - right: .5rem; - content: attr(data-progress-text); - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - font-size: 5rem; - line-height: 1; - text-align: right; - color: rgba(233, 15, 146, 0.19999999999999996); -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-bounce.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-bounce.css deleted file mode 100644 index 26fecda10..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-bounce.css +++ /dev/null @@ -1,231 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - width: 140px; - height: 300px; - position: fixed; - top: -90px; - right: -20px; - z-index: 2000; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - opacity: 0; - -webkit-transition: all 2s linear 0s; - -moz-transition: all 2s linear 0s; - transition: all 2s linear 0s; -} - -.pace.pace-active { - -webkit-transform: scale(.25); - -moz-transform: scale(.25); - -ms-transform: scale(.25); - -o-transform: scale(.25); - transform: scale(.25); - opacity: 1; -} - -.pace .pace-activity { - width: 140px; - height: 140px; - border-radius: 70px; - background: #e90f92; - position: absolute; - top: 0; - z-index: 1911; - -webkit-animation: pace-bounce 1s infinite; - -moz-animation: pace-bounce 1s infinite; - -o-animation: pace-bounce 1s infinite; - -ms-animation: pace-bounce 1s infinite; - animation: pace-bounce 1s infinite; -} - -.pace .pace-progress { - position: absolute; - display: block; - left: 50%; - bottom: 0; - z-index: 1910; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-transform: scaleY(.3) !important; - -moz-transform: scaleY(.3) !important; - -ms-transform: scaleY(.3) !important; - -o-transform: scaleY(.3) !important; - transform: scaleY(.3) !important; - -webkit-animation: pace-compress .5s infinite alternate; - -moz-animation: pace-compress .5s infinite alternate; - -o-animation: pace-compress .5s infinite alternate; - -ms-animation: pace-compress .5s infinite alternate; - animation: pace-compress .5s infinite alternate; -} - -@-webkit-keyframes pace-bounce { - 0% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -webkit-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -webkit-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -webkit-animation-timing-function: ease-out; - } - 95% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 100% { - top: 0; - -webkit-animation-timing-function: ease-in; - } -} - -@-moz-keyframes pace-bounce { - 0% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -moz-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -moz-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -moz-animation-timing-function: ease-out;} - 95% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 100% {top: 0; - -moz-animation-timing-function: ease-in; - } -} - -@keyframes pace-bounce { - 0% { - top: 0; - animation-timing-function: ease-in; - } - 50% { - top: 140px; - height: 140px; - animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - animation-timing-function: ease-out; - } - 95% { - top: 0; - animation-timing-function: ease-in; - } - 100% { - top: 0; - animation-timing-function: ease-in; - } -} - -@-webkit-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -webkit-animation-timing-function: ease-out; - } -} - -@-moz-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -moz-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -moz-animation-timing-function: ease-out; - } -} - -@keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - animation-timing-function: ease-out; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-center-atom.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-center-atom.css deleted file mode 100644 index e255d0837..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-center-atom.css +++ /dev/null @@ -1,131 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace.pace-inactive { - display: none; -} - -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 60px; - width: 100px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace .pace-progress { - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:before { - content: attr(data-progress-text); - text-align: center; - color: #fff; - background: #e90f92; - border-radius: 50%; - font-family: "Helvetica Neue", sans-serif; - font-size: 14px; - font-weight: 100; - line-height: 1; - padding: 20% 0 7px; - width: 50%; - height: 40%; - margin: 10px 0 0 30px; - display: block; - z-index: 999; - position: absolute; -} - -.pace .pace-activity { - font-size: 15px; - line-height: 1; - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - display: block; - -webkit-animation: pace-theme-center-atom-spin 2s linear infinite; - -moz-animation: pace-theme-center-atom-spin 2s linear infinite; - -o-animation: pace-theme-center-atom-spin 2s linear infinite; - animation: pace-theme-center-atom-spin 2s linear infinite; -} - -.pace .pace-activity { - border-radius: 50%; - border: 5px solid #e90f92; - content: ' '; - display: block; - position: absolute; - top: 0; - left: 0; - height: 60px; - width: 100px; -} - -.pace .pace-activity:after { - border-radius: 50%; - border: 5px solid #e90f92; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(60deg); - -moz-transform: rotate(60deg); - -o-transform: rotate(60deg); - transform: rotate(60deg); -} - -.pace .pace-activity:before { - border-radius: 50%; - border: 5px solid #e90f92; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -@-webkit-keyframes pace-theme-center-atom-spin { - 0% { -webkit-transform: rotate(0deg) } - 100% { -webkit-transform: rotate(359deg) } -} -@-moz-keyframes pace-theme-center-atom-spin { - 0% { -moz-transform: rotate(0deg) } - 100% { -moz-transform: rotate(359deg) } -} -@-o-keyframes pace-theme-center-atom-spin { - 0% { -o-transform: rotate(0deg) } - 100% { -o-transform: rotate(359deg) } -} -@keyframes pace-theme-center-atom-spin { - 0% { transform: rotate(0deg) } - 100% { transform: rotate(359deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-center-circle.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-center-circle.css deleted file mode 100644 index c3aa0f221..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-center-circle.css +++ /dev/null @@ -1,90 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-perspective: 12rem; - -moz-perspective: 12rem; - -ms-perspective: 12rem; - -o-perspective: 12rem; - perspective: 12rem; - - z-index: 2000; - position: fixed; - height: 6rem; - width: 6rem; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: 0; - top: 0; - height: 6rem; - width: 6rem !important; - line-height: 6rem; - font-size: 2rem; - border-radius: 50%; - background: rgba(233, 15, 146, 0.8); - color: #fff; - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - text-align: center; - - -webkit-animation: pace-theme-center-circle-spin linear infinite 2s; - -moz-animation: pace-theme-center-circle-spin linear infinite 2s; - -ms-animation: pace-theme-center-circle-spin linear infinite 2s; - -o-animation: pace-theme-center-circle-spin linear infinite 2s; - animation: pace-theme-center-circle-spin linear infinite 2s; - - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: block; -} - -@-webkit-keyframes pace-theme-center-circle-spin { - from { -webkit-transform: rotateY(0deg) } - to { -webkit-transform: rotateY(360deg) } -} - -@-moz-keyframes pace-theme-center-circle-spin { - from { -moz-transform: rotateY(0deg) } - to { -moz-transform: rotateY(360deg) } -} - -@-ms-keyframes pace-theme-center-circle-spin { - from { -ms-transform: rotateY(0deg) } - to { -ms-transform: rotateY(360deg) } -} - -@-o-keyframes pace-theme-center-circle-spin { - from { -o-transform: rotateY(0deg) } - to { -o-transform: rotateY(360deg) } -} - -@keyframes pace-theme-center-circle-spin { - from { transform: rotateY(0deg) } - to { transform: rotateY(360deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-center-radar.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-center-radar.css deleted file mode 100644 index 45e3a100f..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-center-radar.css +++ /dev/null @@ -1,74 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 90px; - width: 90px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-activity { - display: none; -} - -.pace .pace-activity { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: -30px; - top: -30px; - height: 90px; - width: 90px; - display: block; - border-width: 30px; - border-style: double; - border-color: #e90f92 transparent transparent; - border-radius: 50%; - - -webkit-animation: spin 1s linear infinite; - -moz-animation: spin 1s linear infinite; - -o-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - -.pace .pace-activity:before { - content: ' '; - position: absolute; - top: 10px; - left: 10px; - height: 50px; - width: 50px; - display: block; - border-width: 10px; - border-style: solid; - border-color: #e90f92 transparent transparent; - border-radius: 50%; -} - -@-webkit-keyframes spin { - 100% { -webkit-transform: rotate(359deg); } -} - -@-moz-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@-o-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@keyframes spin { - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-center-simple.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-center-simple.css deleted file mode 100644 index 446bd67e0..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-center-simple.css +++ /dev/null @@ -1,52 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - height: 5px; - width: 200px; - background: #fff; - border: 1px solid #e90f92; - - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - max-width: 200px; - position: fixed; - z-index: 2000; - display: block; - position: absolute; - top: 0; - right: 100%; - height: 100%; - width: 100%; - background: #e90f92; -} - -.pace.pace-inactive { - display: none; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-corner-indicator.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-corner-indicator.css deleted file mode 100644 index f971a1894..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-corner-indicator.css +++ /dev/null @@ -1,73 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 0; - width: 300px; - height: 300px; - background: #e90f92; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg); - transform: translateX(100%) translateY(-100%) rotate(45deg); - pointer-events: none; -} - -.pace.pace-active .pace-activity { - -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); - transform: translateX(50%) translateY(-50%) rotate(45deg); -} - -.pace .pace-activity::before, -.pace .pace-activity::after { - -moz-box-sizing: border-box; - box-sizing: border-box; - position: absolute; - bottom: 30px; - left: 50%; - display: block; - border: 5px solid #fff; - border-radius: 50%; - content: ''; -} - -.pace .pace-activity::before { - margin-left: -40px; - width: 80px; - height: 80px; - border-right-color: rgba(0, 0, 0, .2); - border-left-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite; - animation: pace-theme-corner-indicator-spin 3s linear infinite; -} - -.pace .pace-activity::after { - bottom: 50px; - margin-left: -20px; - width: 40px; - height: 40px; - border-top-color: rgba(0, 0, 0, .2); - border-bottom-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite; - animation: pace-theme-corner-indicator-spin 1s linear infinite; -} - -@-webkit-keyframes pace-theme-corner-indicator-spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@keyframes pace-theme-corner-indicator-spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-fill-left.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-fill-left.css deleted file mode 100644 index aaa1f8506..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-fill-left.css +++ /dev/null @@ -1,22 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: rgba(233, 15, 146, 0.19999999999999996); - position: fixed; - z-index: -1; - top: 0; - right: 100%; - bottom: 0; - width: 100%; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-flash.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-flash.css deleted file mode 100644 index e428c5c10..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-flash.css +++ /dev/null @@ -1,77 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #e90f92; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} - -.pace .pace-progress-inner { - display: block; - position: absolute; - right: 0px; - width: 100px; - height: 100%; - box-shadow: 0 0 10px #e90f92, 0 0 5px #e90f92; - opacity: 1.0; - -webkit-transform: rotate(3deg) translate(0px, -4px); - -moz-transform: rotate(3deg) translate(0px, -4px); - -ms-transform: rotate(3deg) translate(0px, -4px); - -o-transform: rotate(3deg) translate(0px, -4px); - transform: rotate(3deg) translate(0px, -4px); -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 15px; - right: 15px; - width: 14px; - height: 14px; - border: solid 2px transparent; - border-top-color: #e90f92; - border-left-color: #e90f92; - border-radius: 10px; - -webkit-animation: pace-spinner 400ms linear infinite; - -moz-animation: pace-spinner 400ms linear infinite; - -ms-animation: pace-spinner 400ms linear infinite; - -o-animation: pace-spinner 400ms linear infinite; - animation: pace-spinner 400ms linear infinite; -} - -@-webkit-keyframes pace-spinner { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } -} -@-moz-keyframes pace-spinner { - 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } -} -@-o-keyframes pace-spinner { - 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } -} -@-ms-keyframes pace-spinner { - 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } -} -@keyframes pace-spinner { - 0% { transform: rotate(0deg); transform: rotate(0deg); } - 100% { transform: rotate(360deg); transform: rotate(360deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-flat-top.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-flat-top.css deleted file mode 100644 index fff9781c5..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-flat-top.css +++ /dev/null @@ -1,41 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - position: fixed; - top: 0; - left: 0; - width: 100%; - - -webkit-transform: translate3d(0, -50px, 0); - -ms-transform: translate3d(0, -50px, 0); - transform: translate3d(0, -50px, 0); - - -webkit-transition: -webkit-transform .5s ease-out; - -ms-transition: -webkit-transform .5s ease-out; - transition: transform .5s ease-out; -} - -.pace.pace-active { - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.pace .pace-progress { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 10px; - background: #e90f92; - - pointer-events: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-loading-bar.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-loading-bar.css deleted file mode 100644 index e147a0fe6..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-loading-bar.css +++ /dev/null @@ -1,198 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - z-index: 2000; - position: fixed; - margin: auto; - top: 12px; - left: 0; - right: 0; - bottom: 0; - width: 200px; - height: 50px; - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - display: block; - position: absolute; - right: 100%; - margin-right: -7px; - width: 93%; - top: 7px; - height: 14px; - font-size: 12px; - background: #e90f92; - color: #e90f92; - line-height: 60px; - font-weight: bold; - font-family: Helvetica, Arial, "Lucida Grande", sans-serif; - - -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff; - -ms-box-shadow: 120px 0 #fff, 240px 0 #fff; - box-shadow: 120px 0 #fff, 240px 0 #fff; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: inline-block; - position: fixed; - width: 45px; - text-align: right; - right: 0; - padding-right: 16px; - top: 4px; -} - -.pace .pace-progress[data-progress-text="0%"]:after { right: -200px } -.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px } -.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px } -.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px } -.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px } -.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px } -.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px } -.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px } -.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px } -.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px } -.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px } -.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px } -.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px } -.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px } -.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px } -.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px } -.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px } -.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px } -.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px } -.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px } -.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px } -.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px } -.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px } -.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px } -.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px } -.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px } -.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px } -.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px } -.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px } -.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px } -.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px } -.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px } -.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px } -.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px } -.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px } -.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px } -.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px } -.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px } -.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px } -.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px } -.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px } -.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px } -.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px } -.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px } -.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px } -.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px } -.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px } -.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px } -.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px } -.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px } -.pace .pace-progress[data-progress-text="50%"]:after { right: -107px } -.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px } -.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px } -.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px } -.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px } -.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px } -.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px } -.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px } -.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px } -.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px } -.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px } -.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px } -.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px } -.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px } -.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px } -.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px } -.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px } -.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px } -.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px } -.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px } -.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px } -.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px } -.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px } -.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px } -.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px } -.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px } -.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px } -.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px } -.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px } -.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px } -.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px } -.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px } -.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px } -.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px } -.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px } -.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px } -.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px } -.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px } -.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px } -.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px } -.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px } -.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px } -.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px } -.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px } -.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px } -.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px } -.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px } -.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px } -.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px } -.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px } -.pace .pace-progress[data-progress-text="100%"]:after { right: -14px } - - -.pace .pace-activity { - position: absolute; - width: 100%; - height: 28px; - z-index: 2001; - box-shadow: inset 0 0 0 2px #e90f92, inset 0 0 0 7px #FFF; - border-radius: 10px; -} - -.pace.pace-inactive { - display: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-mac-osx.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-mac-osx.css deleted file mode 100644 index d3b87e924..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-mac-osx.css +++ /dev/null @@ -1,87 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #F40080; - position: fixed; - top: 0; - right: 100%; - width: 100%; - height: 12px; - overflow: hidden; - - -webkit-border-radius: 0 0 4px 0; - -moz-border-radius: 0 0 4px 0; - -o-border-radius: 0 0 4px 0; - border-radius: 0 0 4px 0; - - -webkit-box-shadow: inset -1px 0 #9F0053, inset 0 -1px #9F0053, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -moz-box-shadow: inset -1px 0 #9F0053, inset 0 -1px #9F0053, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -o-box-shadow: inset -1px 0 #9F0053, inset 0 -1px #9F0053, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - box-shadow: inset -1px 0 #9F0053, inset 0 -1px #9F0053, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); -} - -.pace .pace-activity { - position: fixed; - top: 0; - left: 0; - right: -28px; - bottom: 0; - - -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - - -webkit-background-size: 28px 100%; - -moz-background-size: 28px 100%; - -o-background-size: 28px 100%; - background-size: 28px 100%; - - -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -o-animation: pace-theme-mac-osx-motion 500ms linear infinite; - animation: pace-theme-mac-osx-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-mac-osx-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-moz-keyframes pace-theme-mac-osx-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-o-keyframes pace-theme-mac-osx-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-ms-keyframes pace-theme-mac-osx-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@keyframes pace-theme-mac-osx-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-28px, 0); transform: translate(-28px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-minimal.css b/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-minimal.css deleted file mode 100644 index 619bdcd96..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/pink/pace-theme-minimal.css +++ /dev/null @@ -1,23 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #e90f92; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-barber-shop.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-barber-shop.css deleted file mode 100644 index 1f323bbbb..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-barber-shop.css +++ /dev/null @@ -1,83 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #7c60e0; - position: fixed; - top: 0; - bottom: 0; - right: 100%; - width: 100%; - overflow: hidden; -} - -.pace .pace-activity { - position: fixed; - top: 0; - right: -32px; - bottom: 0; - left: 0; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - -webkit-background-size: 32px 32px; - -moz-background-size: 32px 32px; - -o-background-size: 32px 32px; - background-size: 32px 32px; - - -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; - animation: pace-theme-barber-shop-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-barber-shop-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-moz-keyframes pace-theme-barber-shop-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-o-keyframes pace-theme-barber-shop-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-ms-keyframes pace-theme-barber-shop-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@keyframes pace-theme-barber-shop-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-big-counter.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-big-counter.css deleted file mode 100644 index 51ac58e5b..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-big-counter.css +++ /dev/null @@ -1,40 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - top: 0; - right: 0; - height: 5rem; - width: 5rem; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:after { - display: block; - position: absolute; - top: 0; - right: .5rem; - content: attr(data-progress-text); - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - font-size: 5rem; - line-height: 1; - text-align: right; - color: rgba(124, 96, 224, 0.19999999999999996); -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-bounce.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-bounce.css deleted file mode 100644 index f93f986be..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-bounce.css +++ /dev/null @@ -1,231 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - width: 140px; - height: 300px; - position: fixed; - top: -90px; - right: -20px; - z-index: 2000; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - opacity: 0; - -webkit-transition: all 2s linear 0s; - -moz-transition: all 2s linear 0s; - transition: all 2s linear 0s; -} - -.pace.pace-active { - -webkit-transform: scale(.25); - -moz-transform: scale(.25); - -ms-transform: scale(.25); - -o-transform: scale(.25); - transform: scale(.25); - opacity: 1; -} - -.pace .pace-activity { - width: 140px; - height: 140px; - border-radius: 70px; - background: #7c60e0; - position: absolute; - top: 0; - z-index: 1911; - -webkit-animation: pace-bounce 1s infinite; - -moz-animation: pace-bounce 1s infinite; - -o-animation: pace-bounce 1s infinite; - -ms-animation: pace-bounce 1s infinite; - animation: pace-bounce 1s infinite; -} - -.pace .pace-progress { - position: absolute; - display: block; - left: 50%; - bottom: 0; - z-index: 1910; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-transform: scaleY(.3) !important; - -moz-transform: scaleY(.3) !important; - -ms-transform: scaleY(.3) !important; - -o-transform: scaleY(.3) !important; - transform: scaleY(.3) !important; - -webkit-animation: pace-compress .5s infinite alternate; - -moz-animation: pace-compress .5s infinite alternate; - -o-animation: pace-compress .5s infinite alternate; - -ms-animation: pace-compress .5s infinite alternate; - animation: pace-compress .5s infinite alternate; -} - -@-webkit-keyframes pace-bounce { - 0% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -webkit-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -webkit-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -webkit-animation-timing-function: ease-out; - } - 95% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 100% { - top: 0; - -webkit-animation-timing-function: ease-in; - } -} - -@-moz-keyframes pace-bounce { - 0% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -moz-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -moz-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -moz-animation-timing-function: ease-out;} - 95% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 100% {top: 0; - -moz-animation-timing-function: ease-in; - } -} - -@keyframes pace-bounce { - 0% { - top: 0; - animation-timing-function: ease-in; - } - 50% { - top: 140px; - height: 140px; - animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - animation-timing-function: ease-out; - } - 95% { - top: 0; - animation-timing-function: ease-in; - } - 100% { - top: 0; - animation-timing-function: ease-in; - } -} - -@-webkit-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -webkit-animation-timing-function: ease-out; - } -} - -@-moz-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -moz-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -moz-animation-timing-function: ease-out; - } -} - -@keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - animation-timing-function: ease-out; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-center-atom.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-center-atom.css deleted file mode 100644 index 33b40151e..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-center-atom.css +++ /dev/null @@ -1,131 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace.pace-inactive { - display: none; -} - -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 60px; - width: 100px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace .pace-progress { - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:before { - content: attr(data-progress-text); - text-align: center; - color: #fff; - background: #7c60e0; - border-radius: 50%; - font-family: "Helvetica Neue", sans-serif; - font-size: 14px; - font-weight: 100; - line-height: 1; - padding: 20% 0 7px; - width: 50%; - height: 40%; - margin: 10px 0 0 30px; - display: block; - z-index: 999; - position: absolute; -} - -.pace .pace-activity { - font-size: 15px; - line-height: 1; - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - display: block; - -webkit-animation: pace-theme-center-atom-spin 2s linear infinite; - -moz-animation: pace-theme-center-atom-spin 2s linear infinite; - -o-animation: pace-theme-center-atom-spin 2s linear infinite; - animation: pace-theme-center-atom-spin 2s linear infinite; -} - -.pace .pace-activity { - border-radius: 50%; - border: 5px solid #7c60e0; - content: ' '; - display: block; - position: absolute; - top: 0; - left: 0; - height: 60px; - width: 100px; -} - -.pace .pace-activity:after { - border-radius: 50%; - border: 5px solid #7c60e0; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(60deg); - -moz-transform: rotate(60deg); - -o-transform: rotate(60deg); - transform: rotate(60deg); -} - -.pace .pace-activity:before { - border-radius: 50%; - border: 5px solid #7c60e0; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -@-webkit-keyframes pace-theme-center-atom-spin { - 0% { -webkit-transform: rotate(0deg) } - 100% { -webkit-transform: rotate(359deg) } -} -@-moz-keyframes pace-theme-center-atom-spin { - 0% { -moz-transform: rotate(0deg) } - 100% { -moz-transform: rotate(359deg) } -} -@-o-keyframes pace-theme-center-atom-spin { - 0% { -o-transform: rotate(0deg) } - 100% { -o-transform: rotate(359deg) } -} -@keyframes pace-theme-center-atom-spin { - 0% { transform: rotate(0deg) } - 100% { transform: rotate(359deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-center-circle.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-center-circle.css deleted file mode 100644 index 08938b055..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-center-circle.css +++ /dev/null @@ -1,90 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-perspective: 12rem; - -moz-perspective: 12rem; - -ms-perspective: 12rem; - -o-perspective: 12rem; - perspective: 12rem; - - z-index: 2000; - position: fixed; - height: 6rem; - width: 6rem; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: 0; - top: 0; - height: 6rem; - width: 6rem !important; - line-height: 6rem; - font-size: 2rem; - border-radius: 50%; - background: rgba(124, 96, 224, 0.8); - color: #fff; - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - text-align: center; - - -webkit-animation: pace-theme-center-circle-spin linear infinite 2s; - -moz-animation: pace-theme-center-circle-spin linear infinite 2s; - -ms-animation: pace-theme-center-circle-spin linear infinite 2s; - -o-animation: pace-theme-center-circle-spin linear infinite 2s; - animation: pace-theme-center-circle-spin linear infinite 2s; - - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: block; -} - -@-webkit-keyframes pace-theme-center-circle-spin { - from { -webkit-transform: rotateY(0deg) } - to { -webkit-transform: rotateY(360deg) } -} - -@-moz-keyframes pace-theme-center-circle-spin { - from { -moz-transform: rotateY(0deg) } - to { -moz-transform: rotateY(360deg) } -} - -@-ms-keyframes pace-theme-center-circle-spin { - from { -ms-transform: rotateY(0deg) } - to { -ms-transform: rotateY(360deg) } -} - -@-o-keyframes pace-theme-center-circle-spin { - from { -o-transform: rotateY(0deg) } - to { -o-transform: rotateY(360deg) } -} - -@keyframes pace-theme-center-circle-spin { - from { transform: rotateY(0deg) } - to { transform: rotateY(360deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-center-radar.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-center-radar.css deleted file mode 100644 index 428a2f9f3..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-center-radar.css +++ /dev/null @@ -1,74 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 90px; - width: 90px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-activity { - display: none; -} - -.pace .pace-activity { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: -30px; - top: -30px; - height: 90px; - width: 90px; - display: block; - border-width: 30px; - border-style: double; - border-color: #7c60e0 transparent transparent; - border-radius: 50%; - - -webkit-animation: spin 1s linear infinite; - -moz-animation: spin 1s linear infinite; - -o-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - -.pace .pace-activity:before { - content: ' '; - position: absolute; - top: 10px; - left: 10px; - height: 50px; - width: 50px; - display: block; - border-width: 10px; - border-style: solid; - border-color: #7c60e0 transparent transparent; - border-radius: 50%; -} - -@-webkit-keyframes spin { - 100% { -webkit-transform: rotate(359deg); } -} - -@-moz-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@-o-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@keyframes spin { - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-center-simple.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-center-simple.css deleted file mode 100644 index 3b3df67ac..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-center-simple.css +++ /dev/null @@ -1,52 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - height: 5px; - width: 200px; - background: #fff; - border: 1px solid #7c60e0; - - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - max-width: 200px; - position: fixed; - z-index: 2000; - display: block; - position: absolute; - top: 0; - right: 100%; - height: 100%; - width: 100%; - background: #7c60e0; -} - -.pace.pace-inactive { - display: none; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-corner-indicator.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-corner-indicator.css deleted file mode 100644 index 0d2060f95..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-corner-indicator.css +++ /dev/null @@ -1,73 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 0; - width: 300px; - height: 300px; - background: #7c60e0; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg); - transform: translateX(100%) translateY(-100%) rotate(45deg); - pointer-events: none; -} - -.pace.pace-active .pace-activity { - -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); - transform: translateX(50%) translateY(-50%) rotate(45deg); -} - -.pace .pace-activity::before, -.pace .pace-activity::after { - -moz-box-sizing: border-box; - box-sizing: border-box; - position: absolute; - bottom: 30px; - left: 50%; - display: block; - border: 5px solid #fff; - border-radius: 50%; - content: ''; -} - -.pace .pace-activity::before { - margin-left: -40px; - width: 80px; - height: 80px; - border-right-color: rgba(0, 0, 0, .2); - border-left-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite; - animation: pace-theme-corner-indicator-spin 3s linear infinite; -} - -.pace .pace-activity::after { - bottom: 50px; - margin-left: -20px; - width: 40px; - height: 40px; - border-top-color: rgba(0, 0, 0, .2); - border-bottom-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite; - animation: pace-theme-corner-indicator-spin 1s linear infinite; -} - -@-webkit-keyframes pace-theme-corner-indicator-spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@keyframes pace-theme-corner-indicator-spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-fill-left.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-fill-left.css deleted file mode 100644 index d5b38976e..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-fill-left.css +++ /dev/null @@ -1,22 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: rgba(124, 96, 224, 0.19999999999999996); - position: fixed; - z-index: -1; - top: 0; - right: 100%; - bottom: 0; - width: 100%; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-flash.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-flash.css deleted file mode 100644 index 046cbefe5..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-flash.css +++ /dev/null @@ -1,77 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #7c60e0; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} - -.pace .pace-progress-inner { - display: block; - position: absolute; - right: 0px; - width: 100px; - height: 100%; - box-shadow: 0 0 10px #7c60e0, 0 0 5px #7c60e0; - opacity: 1.0; - -webkit-transform: rotate(3deg) translate(0px, -4px); - -moz-transform: rotate(3deg) translate(0px, -4px); - -ms-transform: rotate(3deg) translate(0px, -4px); - -o-transform: rotate(3deg) translate(0px, -4px); - transform: rotate(3deg) translate(0px, -4px); -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 15px; - right: 15px; - width: 14px; - height: 14px; - border: solid 2px transparent; - border-top-color: #7c60e0; - border-left-color: #7c60e0; - border-radius: 10px; - -webkit-animation: pace-spinner 400ms linear infinite; - -moz-animation: pace-spinner 400ms linear infinite; - -ms-animation: pace-spinner 400ms linear infinite; - -o-animation: pace-spinner 400ms linear infinite; - animation: pace-spinner 400ms linear infinite; -} - -@-webkit-keyframes pace-spinner { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } -} -@-moz-keyframes pace-spinner { - 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } -} -@-o-keyframes pace-spinner { - 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } -} -@-ms-keyframes pace-spinner { - 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } -} -@keyframes pace-spinner { - 0% { transform: rotate(0deg); transform: rotate(0deg); } - 100% { transform: rotate(360deg); transform: rotate(360deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-flat-top.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-flat-top.css deleted file mode 100644 index e13cc8828..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-flat-top.css +++ /dev/null @@ -1,41 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - position: fixed; - top: 0; - left: 0; - width: 100%; - - -webkit-transform: translate3d(0, -50px, 0); - -ms-transform: translate3d(0, -50px, 0); - transform: translate3d(0, -50px, 0); - - -webkit-transition: -webkit-transform .5s ease-out; - -ms-transition: -webkit-transform .5s ease-out; - transition: transform .5s ease-out; -} - -.pace.pace-active { - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.pace .pace-progress { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 10px; - background: #7c60e0; - - pointer-events: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-loading-bar.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-loading-bar.css deleted file mode 100644 index a62c6ba4f..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-loading-bar.css +++ /dev/null @@ -1,198 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - z-index: 2000; - position: fixed; - margin: auto; - top: 12px; - left: 0; - right: 0; - bottom: 0; - width: 200px; - height: 50px; - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - display: block; - position: absolute; - right: 100%; - margin-right: -7px; - width: 93%; - top: 7px; - height: 14px; - font-size: 12px; - background: #7c60e0; - color: #7c60e0; - line-height: 60px; - font-weight: bold; - font-family: Helvetica, Arial, "Lucida Grande", sans-serif; - - -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff; - -ms-box-shadow: 120px 0 #fff, 240px 0 #fff; - box-shadow: 120px 0 #fff, 240px 0 #fff; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: inline-block; - position: fixed; - width: 45px; - text-align: right; - right: 0; - padding-right: 16px; - top: 4px; -} - -.pace .pace-progress[data-progress-text="0%"]:after { right: -200px } -.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px } -.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px } -.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px } -.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px } -.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px } -.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px } -.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px } -.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px } -.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px } -.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px } -.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px } -.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px } -.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px } -.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px } -.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px } -.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px } -.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px } -.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px } -.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px } -.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px } -.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px } -.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px } -.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px } -.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px } -.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px } -.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px } -.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px } -.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px } -.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px } -.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px } -.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px } -.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px } -.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px } -.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px } -.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px } -.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px } -.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px } -.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px } -.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px } -.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px } -.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px } -.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px } -.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px } -.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px } -.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px } -.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px } -.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px } -.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px } -.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px } -.pace .pace-progress[data-progress-text="50%"]:after { right: -107px } -.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px } -.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px } -.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px } -.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px } -.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px } -.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px } -.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px } -.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px } -.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px } -.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px } -.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px } -.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px } -.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px } -.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px } -.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px } -.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px } -.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px } -.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px } -.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px } -.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px } -.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px } -.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px } -.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px } -.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px } -.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px } -.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px } -.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px } -.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px } -.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px } -.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px } -.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px } -.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px } -.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px } -.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px } -.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px } -.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px } -.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px } -.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px } -.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px } -.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px } -.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px } -.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px } -.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px } -.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px } -.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px } -.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px } -.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px } -.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px } -.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px } -.pace .pace-progress[data-progress-text="100%"]:after { right: -14px } - - -.pace .pace-activity { - position: absolute; - width: 100%; - height: 28px; - z-index: 2001; - box-shadow: inset 0 0 0 2px #7c60e0, inset 0 0 0 7px #FFF; - border-radius: 10px; -} - -.pace.pace-inactive { - display: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-mac-osx.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-mac-osx.css deleted file mode 100644 index 6046e6bd3..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-mac-osx.css +++ /dev/null @@ -1,87 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #3000FF; - position: fixed; - top: 0; - right: 100%; - width: 100%; - height: 12px; - overflow: hidden; - - -webkit-border-radius: 0 0 4px 0; - -moz-border-radius: 0 0 4px 0; - -o-border-radius: 0 0 4px 0; - border-radius: 0 0 4px 0; - - -webkit-box-shadow: inset -1px 0 #1D00AF, inset 0 -1px #1D00AF, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -moz-box-shadow: inset -1px 0 #1D00AF, inset 0 -1px #1D00AF, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -o-box-shadow: inset -1px 0 #1D00AF, inset 0 -1px #1D00AF, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - box-shadow: inset -1px 0 #1D00AF, inset 0 -1px #1D00AF, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); -} - -.pace .pace-activity { - position: fixed; - top: 0; - left: 0; - right: -28px; - bottom: 0; - - -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - - -webkit-background-size: 28px 100%; - -moz-background-size: 28px 100%; - -o-background-size: 28px 100%; - background-size: 28px 100%; - - -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -o-animation: pace-theme-mac-osx-motion 500ms linear infinite; - animation: pace-theme-mac-osx-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-mac-osx-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-moz-keyframes pace-theme-mac-osx-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-o-keyframes pace-theme-mac-osx-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-ms-keyframes pace-theme-mac-osx-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@keyframes pace-theme-mac-osx-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-28px, 0); transform: translate(-28px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-minimal.css b/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-minimal.css deleted file mode 100644 index f81c2ae74..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/purple/pace-theme-minimal.css +++ /dev/null @@ -1,23 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #7c60e0; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-barber-shop.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-barber-shop.css deleted file mode 100644 index 0c90ed6af..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-barber-shop.css +++ /dev/null @@ -1,83 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #ee3148; - position: fixed; - top: 0; - bottom: 0; - right: 100%; - width: 100%; - overflow: hidden; -} - -.pace .pace-activity { - position: fixed; - top: 0; - right: -32px; - bottom: 0; - left: 0; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - -webkit-background-size: 32px 32px; - -moz-background-size: 32px 32px; - -o-background-size: 32px 32px; - background-size: 32px 32px; - - -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; - animation: pace-theme-barber-shop-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-barber-shop-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-moz-keyframes pace-theme-barber-shop-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-o-keyframes pace-theme-barber-shop-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-ms-keyframes pace-theme-barber-shop-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@keyframes pace-theme-barber-shop-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-big-counter.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-big-counter.css deleted file mode 100644 index dc3dcddf3..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-big-counter.css +++ /dev/null @@ -1,40 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - top: 0; - right: 0; - height: 5rem; - width: 5rem; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:after { - display: block; - position: absolute; - top: 0; - right: .5rem; - content: attr(data-progress-text); - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - font-size: 5rem; - line-height: 1; - text-align: right; - color: rgba(238, 49, 72, 0.19999999999999996); -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-bounce.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-bounce.css deleted file mode 100644 index dc439663a..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-bounce.css +++ /dev/null @@ -1,231 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - width: 140px; - height: 300px; - position: fixed; - top: -90px; - right: -20px; - z-index: 2000; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - opacity: 0; - -webkit-transition: all 2s linear 0s; - -moz-transition: all 2s linear 0s; - transition: all 2s linear 0s; -} - -.pace.pace-active { - -webkit-transform: scale(.25); - -moz-transform: scale(.25); - -ms-transform: scale(.25); - -o-transform: scale(.25); - transform: scale(.25); - opacity: 1; -} - -.pace .pace-activity { - width: 140px; - height: 140px; - border-radius: 70px; - background: #ee3148; - position: absolute; - top: 0; - z-index: 1911; - -webkit-animation: pace-bounce 1s infinite; - -moz-animation: pace-bounce 1s infinite; - -o-animation: pace-bounce 1s infinite; - -ms-animation: pace-bounce 1s infinite; - animation: pace-bounce 1s infinite; -} - -.pace .pace-progress { - position: absolute; - display: block; - left: 50%; - bottom: 0; - z-index: 1910; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-transform: scaleY(.3) !important; - -moz-transform: scaleY(.3) !important; - -ms-transform: scaleY(.3) !important; - -o-transform: scaleY(.3) !important; - transform: scaleY(.3) !important; - -webkit-animation: pace-compress .5s infinite alternate; - -moz-animation: pace-compress .5s infinite alternate; - -o-animation: pace-compress .5s infinite alternate; - -ms-animation: pace-compress .5s infinite alternate; - animation: pace-compress .5s infinite alternate; -} - -@-webkit-keyframes pace-bounce { - 0% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -webkit-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -webkit-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -webkit-animation-timing-function: ease-out; - } - 95% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 100% { - top: 0; - -webkit-animation-timing-function: ease-in; - } -} - -@-moz-keyframes pace-bounce { - 0% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -moz-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -moz-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -moz-animation-timing-function: ease-out;} - 95% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 100% {top: 0; - -moz-animation-timing-function: ease-in; - } -} - -@keyframes pace-bounce { - 0% { - top: 0; - animation-timing-function: ease-in; - } - 50% { - top: 140px; - height: 140px; - animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - animation-timing-function: ease-out; - } - 95% { - top: 0; - animation-timing-function: ease-in; - } - 100% { - top: 0; - animation-timing-function: ease-in; - } -} - -@-webkit-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -webkit-animation-timing-function: ease-out; - } -} - -@-moz-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -moz-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -moz-animation-timing-function: ease-out; - } -} - -@keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - animation-timing-function: ease-out; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-center-atom.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-center-atom.css deleted file mode 100644 index b25ccc1e1..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-center-atom.css +++ /dev/null @@ -1,131 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace.pace-inactive { - display: none; -} - -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 60px; - width: 100px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace .pace-progress { - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:before { - content: attr(data-progress-text); - text-align: center; - color: #fff; - background: #ee3148; - border-radius: 50%; - font-family: "Helvetica Neue", sans-serif; - font-size: 14px; - font-weight: 100; - line-height: 1; - padding: 20% 0 7px; - width: 50%; - height: 40%; - margin: 10px 0 0 30px; - display: block; - z-index: 999; - position: absolute; -} - -.pace .pace-activity { - font-size: 15px; - line-height: 1; - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - display: block; - -webkit-animation: pace-theme-center-atom-spin 2s linear infinite; - -moz-animation: pace-theme-center-atom-spin 2s linear infinite; - -o-animation: pace-theme-center-atom-spin 2s linear infinite; - animation: pace-theme-center-atom-spin 2s linear infinite; -} - -.pace .pace-activity { - border-radius: 50%; - border: 5px solid #ee3148; - content: ' '; - display: block; - position: absolute; - top: 0; - left: 0; - height: 60px; - width: 100px; -} - -.pace .pace-activity:after { - border-radius: 50%; - border: 5px solid #ee3148; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(60deg); - -moz-transform: rotate(60deg); - -o-transform: rotate(60deg); - transform: rotate(60deg); -} - -.pace .pace-activity:before { - border-radius: 50%; - border: 5px solid #ee3148; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -@-webkit-keyframes pace-theme-center-atom-spin { - 0% { -webkit-transform: rotate(0deg) } - 100% { -webkit-transform: rotate(359deg) } -} -@-moz-keyframes pace-theme-center-atom-spin { - 0% { -moz-transform: rotate(0deg) } - 100% { -moz-transform: rotate(359deg) } -} -@-o-keyframes pace-theme-center-atom-spin { - 0% { -o-transform: rotate(0deg) } - 100% { -o-transform: rotate(359deg) } -} -@keyframes pace-theme-center-atom-spin { - 0% { transform: rotate(0deg) } - 100% { transform: rotate(359deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-center-circle.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-center-circle.css deleted file mode 100644 index 7af81d274..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-center-circle.css +++ /dev/null @@ -1,90 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-perspective: 12rem; - -moz-perspective: 12rem; - -ms-perspective: 12rem; - -o-perspective: 12rem; - perspective: 12rem; - - z-index: 2000; - position: fixed; - height: 6rem; - width: 6rem; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: 0; - top: 0; - height: 6rem; - width: 6rem !important; - line-height: 6rem; - font-size: 2rem; - border-radius: 50%; - background: rgba(238, 49, 72, 0.8); - color: #fff; - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - text-align: center; - - -webkit-animation: pace-theme-center-circle-spin linear infinite 2s; - -moz-animation: pace-theme-center-circle-spin linear infinite 2s; - -ms-animation: pace-theme-center-circle-spin linear infinite 2s; - -o-animation: pace-theme-center-circle-spin linear infinite 2s; - animation: pace-theme-center-circle-spin linear infinite 2s; - - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: block; -} - -@-webkit-keyframes pace-theme-center-circle-spin { - from { -webkit-transform: rotateY(0deg) } - to { -webkit-transform: rotateY(360deg) } -} - -@-moz-keyframes pace-theme-center-circle-spin { - from { -moz-transform: rotateY(0deg) } - to { -moz-transform: rotateY(360deg) } -} - -@-ms-keyframes pace-theme-center-circle-spin { - from { -ms-transform: rotateY(0deg) } - to { -ms-transform: rotateY(360deg) } -} - -@-o-keyframes pace-theme-center-circle-spin { - from { -o-transform: rotateY(0deg) } - to { -o-transform: rotateY(360deg) } -} - -@keyframes pace-theme-center-circle-spin { - from { transform: rotateY(0deg) } - to { transform: rotateY(360deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-center-radar.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-center-radar.css deleted file mode 100644 index f16ae0ab7..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-center-radar.css +++ /dev/null @@ -1,74 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 90px; - width: 90px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-activity { - display: none; -} - -.pace .pace-activity { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: -30px; - top: -30px; - height: 90px; - width: 90px; - display: block; - border-width: 30px; - border-style: double; - border-color: #ee3148 transparent transparent; - border-radius: 50%; - - -webkit-animation: spin 1s linear infinite; - -moz-animation: spin 1s linear infinite; - -o-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - -.pace .pace-activity:before { - content: ' '; - position: absolute; - top: 10px; - left: 10px; - height: 50px; - width: 50px; - display: block; - border-width: 10px; - border-style: solid; - border-color: #ee3148 transparent transparent; - border-radius: 50%; -} - -@-webkit-keyframes spin { - 100% { -webkit-transform: rotate(359deg); } -} - -@-moz-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@-o-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@keyframes spin { - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-center-simple.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-center-simple.css deleted file mode 100644 index e4a21117c..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-center-simple.css +++ /dev/null @@ -1,52 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - height: 5px; - width: 200px; - background: #fff; - border: 1px solid #ee3148; - - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - max-width: 200px; - position: fixed; - z-index: 2000; - display: block; - position: absolute; - top: 0; - right: 100%; - height: 100%; - width: 100%; - background: #ee3148; -} - -.pace.pace-inactive { - display: none; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-corner-indicator.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-corner-indicator.css deleted file mode 100644 index 9994388a9..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-corner-indicator.css +++ /dev/null @@ -1,73 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 0; - width: 300px; - height: 300px; - background: #ee3148; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg); - transform: translateX(100%) translateY(-100%) rotate(45deg); - pointer-events: none; -} - -.pace.pace-active .pace-activity { - -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); - transform: translateX(50%) translateY(-50%) rotate(45deg); -} - -.pace .pace-activity::before, -.pace .pace-activity::after { - -moz-box-sizing: border-box; - box-sizing: border-box; - position: absolute; - bottom: 30px; - left: 50%; - display: block; - border: 5px solid #fff; - border-radius: 50%; - content: ''; -} - -.pace .pace-activity::before { - margin-left: -40px; - width: 80px; - height: 80px; - border-right-color: rgba(0, 0, 0, .2); - border-left-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite; - animation: pace-theme-corner-indicator-spin 3s linear infinite; -} - -.pace .pace-activity::after { - bottom: 50px; - margin-left: -20px; - width: 40px; - height: 40px; - border-top-color: rgba(0, 0, 0, .2); - border-bottom-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite; - animation: pace-theme-corner-indicator-spin 1s linear infinite; -} - -@-webkit-keyframes pace-theme-corner-indicator-spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@keyframes pace-theme-corner-indicator-spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-fill-left.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-fill-left.css deleted file mode 100644 index eb7c57d3c..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-fill-left.css +++ /dev/null @@ -1,22 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: rgba(238, 49, 72, 0.19999999999999996); - position: fixed; - z-index: -1; - top: 0; - right: 100%; - bottom: 0; - width: 100%; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-flash.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-flash.css deleted file mode 100644 index 7eb57d8bc..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-flash.css +++ /dev/null @@ -1,77 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #ee3148; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} - -.pace .pace-progress-inner { - display: block; - position: absolute; - right: 0px; - width: 100px; - height: 100%; - box-shadow: 0 0 10px #ee3148, 0 0 5px #ee3148; - opacity: 1.0; - -webkit-transform: rotate(3deg) translate(0px, -4px); - -moz-transform: rotate(3deg) translate(0px, -4px); - -ms-transform: rotate(3deg) translate(0px, -4px); - -o-transform: rotate(3deg) translate(0px, -4px); - transform: rotate(3deg) translate(0px, -4px); -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 15px; - right: 15px; - width: 14px; - height: 14px; - border: solid 2px transparent; - border-top-color: #ee3148; - border-left-color: #ee3148; - border-radius: 10px; - -webkit-animation: pace-spinner 400ms linear infinite; - -moz-animation: pace-spinner 400ms linear infinite; - -ms-animation: pace-spinner 400ms linear infinite; - -o-animation: pace-spinner 400ms linear infinite; - animation: pace-spinner 400ms linear infinite; -} - -@-webkit-keyframes pace-spinner { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } -} -@-moz-keyframes pace-spinner { - 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } -} -@-o-keyframes pace-spinner { - 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } -} -@-ms-keyframes pace-spinner { - 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } -} -@keyframes pace-spinner { - 0% { transform: rotate(0deg); transform: rotate(0deg); } - 100% { transform: rotate(360deg); transform: rotate(360deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-flat-top.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-flat-top.css deleted file mode 100644 index 02bc69649..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-flat-top.css +++ /dev/null @@ -1,41 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - position: fixed; - top: 0; - left: 0; - width: 100%; - - -webkit-transform: translate3d(0, -50px, 0); - -ms-transform: translate3d(0, -50px, 0); - transform: translate3d(0, -50px, 0); - - -webkit-transition: -webkit-transform .5s ease-out; - -ms-transition: -webkit-transform .5s ease-out; - transition: transform .5s ease-out; -} - -.pace.pace-active { - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.pace .pace-progress { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 10px; - background: #ee3148; - - pointer-events: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-loading-bar.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-loading-bar.css deleted file mode 100644 index 9d86bf837..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-loading-bar.css +++ /dev/null @@ -1,198 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - z-index: 2000; - position: fixed; - margin: auto; - top: 12px; - left: 0; - right: 0; - bottom: 0; - width: 200px; - height: 50px; - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - display: block; - position: absolute; - right: 100%; - margin-right: -7px; - width: 93%; - top: 7px; - height: 14px; - font-size: 12px; - background: #ee3148; - color: #ee3148; - line-height: 60px; - font-weight: bold; - font-family: Helvetica, Arial, "Lucida Grande", sans-serif; - - -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff; - -ms-box-shadow: 120px 0 #fff, 240px 0 #fff; - box-shadow: 120px 0 #fff, 240px 0 #fff; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: inline-block; - position: fixed; - width: 45px; - text-align: right; - right: 0; - padding-right: 16px; - top: 4px; -} - -.pace .pace-progress[data-progress-text="0%"]:after { right: -200px } -.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px } -.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px } -.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px } -.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px } -.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px } -.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px } -.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px } -.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px } -.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px } -.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px } -.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px } -.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px } -.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px } -.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px } -.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px } -.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px } -.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px } -.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px } -.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px } -.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px } -.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px } -.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px } -.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px } -.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px } -.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px } -.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px } -.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px } -.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px } -.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px } -.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px } -.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px } -.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px } -.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px } -.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px } -.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px } -.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px } -.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px } -.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px } -.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px } -.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px } -.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px } -.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px } -.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px } -.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px } -.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px } -.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px } -.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px } -.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px } -.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px } -.pace .pace-progress[data-progress-text="50%"]:after { right: -107px } -.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px } -.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px } -.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px } -.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px } -.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px } -.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px } -.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px } -.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px } -.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px } -.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px } -.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px } -.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px } -.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px } -.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px } -.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px } -.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px } -.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px } -.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px } -.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px } -.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px } -.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px } -.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px } -.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px } -.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px } -.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px } -.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px } -.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px } -.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px } -.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px } -.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px } -.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px } -.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px } -.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px } -.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px } -.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px } -.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px } -.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px } -.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px } -.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px } -.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px } -.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px } -.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px } -.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px } -.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px } -.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px } -.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px } -.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px } -.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px } -.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px } -.pace .pace-progress[data-progress-text="100%"]:after { right: -14px } - - -.pace .pace-activity { - position: absolute; - width: 100%; - height: 28px; - z-index: 2001; - box-shadow: inset 0 0 0 2px #ee3148, inset 0 0 0 7px #FFF; - border-radius: 10px; -} - -.pace.pace-inactive { - display: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-mac-osx.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-mac-osx.css deleted file mode 100644 index 613f73637..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-mac-osx.css +++ /dev/null @@ -1,87 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #FF0000; - position: fixed; - top: 0; - right: 100%; - width: 100%; - height: 12px; - overflow: hidden; - - -webkit-border-radius: 0 0 4px 0; - -moz-border-radius: 0 0 4px 0; - -o-border-radius: 0 0 4px 0; - border-radius: 0 0 4px 0; - - -webkit-box-shadow: inset -1px 0 #AF0000, inset 0 -1px #AF0000, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -moz-box-shadow: inset -1px 0 #AF0000, inset 0 -1px #AF0000, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -o-box-shadow: inset -1px 0 #AF0000, inset 0 -1px #AF0000, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - box-shadow: inset -1px 0 #AF0000, inset 0 -1px #AF0000, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); -} - -.pace .pace-activity { - position: fixed; - top: 0; - left: 0; - right: -28px; - bottom: 0; - - -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - - -webkit-background-size: 28px 100%; - -moz-background-size: 28px 100%; - -o-background-size: 28px 100%; - background-size: 28px 100%; - - -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -o-animation: pace-theme-mac-osx-motion 500ms linear infinite; - animation: pace-theme-mac-osx-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-mac-osx-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-moz-keyframes pace-theme-mac-osx-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-o-keyframes pace-theme-mac-osx-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-ms-keyframes pace-theme-mac-osx-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@keyframes pace-theme-mac-osx-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-28px, 0); transform: translate(-28px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-minimal.css b/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-minimal.css deleted file mode 100644 index c84e12b9a..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/red/pace-theme-minimal.css +++ /dev/null @@ -1,23 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #ee3148; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-barber-shop.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-barber-shop.css deleted file mode 100644 index 18addba49..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-barber-shop.css +++ /dev/null @@ -1,83 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #d6d6d6; - position: fixed; - top: 0; - bottom: 0; - right: 100%; - width: 100%; - overflow: hidden; -} - -.pace .pace-activity { - position: fixed; - top: 0; - right: -32px; - bottom: 0; - left: 0; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - -webkit-background-size: 32px 32px; - -moz-background-size: 32px 32px; - -o-background-size: 32px 32px; - background-size: 32px 32px; - - -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; - animation: pace-theme-barber-shop-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-barber-shop-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-moz-keyframes pace-theme-barber-shop-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-o-keyframes pace-theme-barber-shop-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-ms-keyframes pace-theme-barber-shop-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@keyframes pace-theme-barber-shop-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-big-counter.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-big-counter.css deleted file mode 100644 index 8b88b8dd7..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-big-counter.css +++ /dev/null @@ -1,40 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - top: 0; - right: 0; - height: 5rem; - width: 5rem; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:after { - display: block; - position: absolute; - top: 0; - right: .5rem; - content: attr(data-progress-text); - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - font-size: 5rem; - line-height: 1; - text-align: right; - color: rgba(214, 214, 214, 0.19999999999999996); -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-bounce.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-bounce.css deleted file mode 100644 index 760dacd0e..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-bounce.css +++ /dev/null @@ -1,231 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - width: 140px; - height: 300px; - position: fixed; - top: -90px; - right: -20px; - z-index: 2000; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - opacity: 0; - -webkit-transition: all 2s linear 0s; - -moz-transition: all 2s linear 0s; - transition: all 2s linear 0s; -} - -.pace.pace-active { - -webkit-transform: scale(.25); - -moz-transform: scale(.25); - -ms-transform: scale(.25); - -o-transform: scale(.25); - transform: scale(.25); - opacity: 1; -} - -.pace .pace-activity { - width: 140px; - height: 140px; - border-radius: 70px; - background: #d6d6d6; - position: absolute; - top: 0; - z-index: 1911; - -webkit-animation: pace-bounce 1s infinite; - -moz-animation: pace-bounce 1s infinite; - -o-animation: pace-bounce 1s infinite; - -ms-animation: pace-bounce 1s infinite; - animation: pace-bounce 1s infinite; -} - -.pace .pace-progress { - position: absolute; - display: block; - left: 50%; - bottom: 0; - z-index: 1910; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-transform: scaleY(.3) !important; - -moz-transform: scaleY(.3) !important; - -ms-transform: scaleY(.3) !important; - -o-transform: scaleY(.3) !important; - transform: scaleY(.3) !important; - -webkit-animation: pace-compress .5s infinite alternate; - -moz-animation: pace-compress .5s infinite alternate; - -o-animation: pace-compress .5s infinite alternate; - -ms-animation: pace-compress .5s infinite alternate; - animation: pace-compress .5s infinite alternate; -} - -@-webkit-keyframes pace-bounce { - 0% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -webkit-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -webkit-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -webkit-animation-timing-function: ease-out; - } - 95% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 100% { - top: 0; - -webkit-animation-timing-function: ease-in; - } -} - -@-moz-keyframes pace-bounce { - 0% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -moz-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -moz-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -moz-animation-timing-function: ease-out;} - 95% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 100% {top: 0; - -moz-animation-timing-function: ease-in; - } -} - -@keyframes pace-bounce { - 0% { - top: 0; - animation-timing-function: ease-in; - } - 50% { - top: 140px; - height: 140px; - animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - animation-timing-function: ease-out; - } - 95% { - top: 0; - animation-timing-function: ease-in; - } - 100% { - top: 0; - animation-timing-function: ease-in; - } -} - -@-webkit-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -webkit-animation-timing-function: ease-out; - } -} - -@-moz-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -moz-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -moz-animation-timing-function: ease-out; - } -} - -@keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - animation-timing-function: ease-out; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-center-atom.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-center-atom.css deleted file mode 100644 index 4d46d800d..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-center-atom.css +++ /dev/null @@ -1,131 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace.pace-inactive { - display: none; -} - -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 60px; - width: 100px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace .pace-progress { - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:before { - content: attr(data-progress-text); - text-align: center; - color: #fff; - background: #d6d6d6; - border-radius: 50%; - font-family: "Helvetica Neue", sans-serif; - font-size: 14px; - font-weight: 100; - line-height: 1; - padding: 20% 0 7px; - width: 50%; - height: 40%; - margin: 10px 0 0 30px; - display: block; - z-index: 999; - position: absolute; -} - -.pace .pace-activity { - font-size: 15px; - line-height: 1; - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - display: block; - -webkit-animation: pace-theme-center-atom-spin 2s linear infinite; - -moz-animation: pace-theme-center-atom-spin 2s linear infinite; - -o-animation: pace-theme-center-atom-spin 2s linear infinite; - animation: pace-theme-center-atom-spin 2s linear infinite; -} - -.pace .pace-activity { - border-radius: 50%; - border: 5px solid #d6d6d6; - content: ' '; - display: block; - position: absolute; - top: 0; - left: 0; - height: 60px; - width: 100px; -} - -.pace .pace-activity:after { - border-radius: 50%; - border: 5px solid #d6d6d6; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(60deg); - -moz-transform: rotate(60deg); - -o-transform: rotate(60deg); - transform: rotate(60deg); -} - -.pace .pace-activity:before { - border-radius: 50%; - border: 5px solid #d6d6d6; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -@-webkit-keyframes pace-theme-center-atom-spin { - 0% { -webkit-transform: rotate(0deg) } - 100% { -webkit-transform: rotate(359deg) } -} -@-moz-keyframes pace-theme-center-atom-spin { - 0% { -moz-transform: rotate(0deg) } - 100% { -moz-transform: rotate(359deg) } -} -@-o-keyframes pace-theme-center-atom-spin { - 0% { -o-transform: rotate(0deg) } - 100% { -o-transform: rotate(359deg) } -} -@keyframes pace-theme-center-atom-spin { - 0% { transform: rotate(0deg) } - 100% { transform: rotate(359deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-center-circle.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-center-circle.css deleted file mode 100644 index d2d3eb4e2..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-center-circle.css +++ /dev/null @@ -1,90 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-perspective: 12rem; - -moz-perspective: 12rem; - -ms-perspective: 12rem; - -o-perspective: 12rem; - perspective: 12rem; - - z-index: 2000; - position: fixed; - height: 6rem; - width: 6rem; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: 0; - top: 0; - height: 6rem; - width: 6rem !important; - line-height: 6rem; - font-size: 2rem; - border-radius: 50%; - background: rgba(214, 214, 214, 0.8); - color: #fff; - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - text-align: center; - - -webkit-animation: pace-theme-center-circle-spin linear infinite 2s; - -moz-animation: pace-theme-center-circle-spin linear infinite 2s; - -ms-animation: pace-theme-center-circle-spin linear infinite 2s; - -o-animation: pace-theme-center-circle-spin linear infinite 2s; - animation: pace-theme-center-circle-spin linear infinite 2s; - - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: block; -} - -@-webkit-keyframes pace-theme-center-circle-spin { - from { -webkit-transform: rotateY(0deg) } - to { -webkit-transform: rotateY(360deg) } -} - -@-moz-keyframes pace-theme-center-circle-spin { - from { -moz-transform: rotateY(0deg) } - to { -moz-transform: rotateY(360deg) } -} - -@-ms-keyframes pace-theme-center-circle-spin { - from { -ms-transform: rotateY(0deg) } - to { -ms-transform: rotateY(360deg) } -} - -@-o-keyframes pace-theme-center-circle-spin { - from { -o-transform: rotateY(0deg) } - to { -o-transform: rotateY(360deg) } -} - -@keyframes pace-theme-center-circle-spin { - from { transform: rotateY(0deg) } - to { transform: rotateY(360deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-center-radar.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-center-radar.css deleted file mode 100644 index c3bc55de7..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-center-radar.css +++ /dev/null @@ -1,74 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 90px; - width: 90px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-activity { - display: none; -} - -.pace .pace-activity { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: -30px; - top: -30px; - height: 90px; - width: 90px; - display: block; - border-width: 30px; - border-style: double; - border-color: #d6d6d6 transparent transparent; - border-radius: 50%; - - -webkit-animation: spin 1s linear infinite; - -moz-animation: spin 1s linear infinite; - -o-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - -.pace .pace-activity:before { - content: ' '; - position: absolute; - top: 10px; - left: 10px; - height: 50px; - width: 50px; - display: block; - border-width: 10px; - border-style: solid; - border-color: #d6d6d6 transparent transparent; - border-radius: 50%; -} - -@-webkit-keyframes spin { - 100% { -webkit-transform: rotate(359deg); } -} - -@-moz-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@-o-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@keyframes spin { - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-center-simple.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-center-simple.css deleted file mode 100644 index ffdd90ef6..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-center-simple.css +++ /dev/null @@ -1,52 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - height: 5px; - width: 200px; - background: #fff; - border: 1px solid #d6d6d6; - - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - max-width: 200px; - position: fixed; - z-index: 2000; - display: block; - position: absolute; - top: 0; - right: 100%; - height: 100%; - width: 100%; - background: #d6d6d6; -} - -.pace.pace-inactive { - display: none; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-corner-indicator.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-corner-indicator.css deleted file mode 100644 index 4090e6832..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-corner-indicator.css +++ /dev/null @@ -1,73 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 0; - width: 300px; - height: 300px; - background: #d6d6d6; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg); - transform: translateX(100%) translateY(-100%) rotate(45deg); - pointer-events: none; -} - -.pace.pace-active .pace-activity { - -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); - transform: translateX(50%) translateY(-50%) rotate(45deg); -} - -.pace .pace-activity::before, -.pace .pace-activity::after { - -moz-box-sizing: border-box; - box-sizing: border-box; - position: absolute; - bottom: 30px; - left: 50%; - display: block; - border: 5px solid #fff; - border-radius: 50%; - content: ''; -} - -.pace .pace-activity::before { - margin-left: -40px; - width: 80px; - height: 80px; - border-right-color: rgba(0, 0, 0, .2); - border-left-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite; - animation: pace-theme-corner-indicator-spin 3s linear infinite; -} - -.pace .pace-activity::after { - bottom: 50px; - margin-left: -20px; - width: 40px; - height: 40px; - border-top-color: rgba(0, 0, 0, .2); - border-bottom-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite; - animation: pace-theme-corner-indicator-spin 1s linear infinite; -} - -@-webkit-keyframes pace-theme-corner-indicator-spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@keyframes pace-theme-corner-indicator-spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-fill-left.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-fill-left.css deleted file mode 100644 index 1193580e1..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-fill-left.css +++ /dev/null @@ -1,22 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: rgba(214, 214, 214, 0.19999999999999996); - position: fixed; - z-index: -1; - top: 0; - right: 100%; - bottom: 0; - width: 100%; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-flash.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-flash.css deleted file mode 100644 index b54624856..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-flash.css +++ /dev/null @@ -1,77 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #d6d6d6; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} - -.pace .pace-progress-inner { - display: block; - position: absolute; - right: 0px; - width: 100px; - height: 100%; - box-shadow: 0 0 10px #d6d6d6, 0 0 5px #d6d6d6; - opacity: 1.0; - -webkit-transform: rotate(3deg) translate(0px, -4px); - -moz-transform: rotate(3deg) translate(0px, -4px); - -ms-transform: rotate(3deg) translate(0px, -4px); - -o-transform: rotate(3deg) translate(0px, -4px); - transform: rotate(3deg) translate(0px, -4px); -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 15px; - right: 15px; - width: 14px; - height: 14px; - border: solid 2px transparent; - border-top-color: #d6d6d6; - border-left-color: #d6d6d6; - border-radius: 10px; - -webkit-animation: pace-spinner 400ms linear infinite; - -moz-animation: pace-spinner 400ms linear infinite; - -ms-animation: pace-spinner 400ms linear infinite; - -o-animation: pace-spinner 400ms linear infinite; - animation: pace-spinner 400ms linear infinite; -} - -@-webkit-keyframes pace-spinner { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } -} -@-moz-keyframes pace-spinner { - 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } -} -@-o-keyframes pace-spinner { - 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } -} -@-ms-keyframes pace-spinner { - 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } -} -@keyframes pace-spinner { - 0% { transform: rotate(0deg); transform: rotate(0deg); } - 100% { transform: rotate(360deg); transform: rotate(360deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-flat-top.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-flat-top.css deleted file mode 100644 index b7c46c5ac..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-flat-top.css +++ /dev/null @@ -1,41 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - position: fixed; - top: 0; - left: 0; - width: 100%; - - -webkit-transform: translate3d(0, -50px, 0); - -ms-transform: translate3d(0, -50px, 0); - transform: translate3d(0, -50px, 0); - - -webkit-transition: -webkit-transform .5s ease-out; - -ms-transition: -webkit-transform .5s ease-out; - transition: transform .5s ease-out; -} - -.pace.pace-active { - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.pace .pace-progress { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 10px; - background: #d6d6d6; - - pointer-events: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-loading-bar.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-loading-bar.css deleted file mode 100644 index 1786717d7..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-loading-bar.css +++ /dev/null @@ -1,198 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - z-index: 2000; - position: fixed; - margin: auto; - top: 12px; - left: 0; - right: 0; - bottom: 0; - width: 200px; - height: 50px; - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - display: block; - position: absolute; - right: 100%; - margin-right: -7px; - width: 93%; - top: 7px; - height: 14px; - font-size: 12px; - background: #d6d6d6; - color: #d6d6d6; - line-height: 60px; - font-weight: bold; - font-family: Helvetica, Arial, "Lucida Grande", sans-serif; - - -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff; - -ms-box-shadow: 120px 0 #fff, 240px 0 #fff; - box-shadow: 120px 0 #fff, 240px 0 #fff; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: inline-block; - position: fixed; - width: 45px; - text-align: right; - right: 0; - padding-right: 16px; - top: 4px; -} - -.pace .pace-progress[data-progress-text="0%"]:after { right: -200px } -.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px } -.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px } -.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px } -.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px } -.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px } -.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px } -.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px } -.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px } -.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px } -.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px } -.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px } -.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px } -.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px } -.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px } -.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px } -.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px } -.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px } -.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px } -.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px } -.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px } -.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px } -.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px } -.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px } -.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px } -.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px } -.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px } -.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px } -.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px } -.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px } -.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px } -.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px } -.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px } -.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px } -.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px } -.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px } -.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px } -.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px } -.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px } -.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px } -.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px } -.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px } -.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px } -.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px } -.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px } -.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px } -.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px } -.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px } -.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px } -.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px } -.pace .pace-progress[data-progress-text="50%"]:after { right: -107px } -.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px } -.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px } -.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px } -.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px } -.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px } -.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px } -.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px } -.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px } -.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px } -.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px } -.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px } -.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px } -.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px } -.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px } -.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px } -.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px } -.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px } -.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px } -.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px } -.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px } -.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px } -.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px } -.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px } -.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px } -.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px } -.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px } -.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px } -.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px } -.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px } -.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px } -.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px } -.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px } -.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px } -.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px } -.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px } -.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px } -.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px } -.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px } -.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px } -.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px } -.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px } -.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px } -.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px } -.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px } -.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px } -.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px } -.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px } -.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px } -.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px } -.pace .pace-progress[data-progress-text="100%"]:after { right: -14px } - - -.pace .pace-activity { - position: absolute; - width: 100%; - height: 28px; - z-index: 2001; - box-shadow: inset 0 0 0 2px #d6d6d6, inset 0 0 0 7px #FFF; - border-radius: 10px; -} - -.pace.pace-inactive { - display: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-mac-osx.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-mac-osx.css deleted file mode 100644 index 6c84a8124..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-mac-osx.css +++ /dev/null @@ -1,87 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #ABABAB; - position: fixed; - top: 0; - right: 100%; - width: 100%; - height: 12px; - overflow: hidden; - - -webkit-border-radius: 0 0 4px 0; - -moz-border-radius: 0 0 4px 0; - -o-border-radius: 0 0 4px 0; - border-radius: 0 0 4px 0; - - -webkit-box-shadow: inset -1px 0 #6B6B6B, inset 0 -1px #6B6B6B, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -moz-box-shadow: inset -1px 0 #6B6B6B, inset 0 -1px #6B6B6B, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -o-box-shadow: inset -1px 0 #6B6B6B, inset 0 -1px #6B6B6B, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - box-shadow: inset -1px 0 #6B6B6B, inset 0 -1px #6B6B6B, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); -} - -.pace .pace-activity { - position: fixed; - top: 0; - left: 0; - right: -28px; - bottom: 0; - - -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - - -webkit-background-size: 28px 100%; - -moz-background-size: 28px 100%; - -o-background-size: 28px 100%; - background-size: 28px 100%; - - -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -o-animation: pace-theme-mac-osx-motion 500ms linear infinite; - animation: pace-theme-mac-osx-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-mac-osx-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-moz-keyframes pace-theme-mac-osx-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-o-keyframes pace-theme-mac-osx-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-ms-keyframes pace-theme-mac-osx-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@keyframes pace-theme-mac-osx-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-28px, 0); transform: translate(-28px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-minimal.css b/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-minimal.css deleted file mode 100644 index 9255af3d2..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/silver/pace-theme-minimal.css +++ /dev/null @@ -1,23 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #d6d6d6; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-barber-shop.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-barber-shop.css deleted file mode 100644 index 9eb7e75f5..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-barber-shop.css +++ /dev/null @@ -1,83 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #ffffff; - position: fixed; - top: 0; - bottom: 0; - right: 100%; - width: 100%; - overflow: hidden; -} - -.pace .pace-activity { - position: fixed; - top: 0; - right: -32px; - bottom: 0; - left: 0; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - -webkit-background-size: 32px 32px; - -moz-background-size: 32px 32px; - -o-background-size: 32px 32px; - background-size: 32px 32px; - - -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; - animation: pace-theme-barber-shop-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-barber-shop-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-moz-keyframes pace-theme-barber-shop-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-o-keyframes pace-theme-barber-shop-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-ms-keyframes pace-theme-barber-shop-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@keyframes pace-theme-barber-shop-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-big-counter.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-big-counter.css deleted file mode 100644 index 4ffdda4ba..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-big-counter.css +++ /dev/null @@ -1,40 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - top: 0; - right: 0; - height: 5rem; - width: 5rem; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:after { - display: block; - position: absolute; - top: 0; - right: .5rem; - content: attr(data-progress-text); - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - font-size: 5rem; - line-height: 1; - text-align: right; - color: rgba(255, 255, 255, 0.19999999999999996); -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-bounce.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-bounce.css deleted file mode 100644 index ba65dcf5f..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-bounce.css +++ /dev/null @@ -1,231 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - width: 140px; - height: 300px; - position: fixed; - top: -90px; - right: -20px; - z-index: 2000; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - opacity: 0; - -webkit-transition: all 2s linear 0s; - -moz-transition: all 2s linear 0s; - transition: all 2s linear 0s; -} - -.pace.pace-active { - -webkit-transform: scale(.25); - -moz-transform: scale(.25); - -ms-transform: scale(.25); - -o-transform: scale(.25); - transform: scale(.25); - opacity: 1; -} - -.pace .pace-activity { - width: 140px; - height: 140px; - border-radius: 70px; - background: #ffffff; - position: absolute; - top: 0; - z-index: 1911; - -webkit-animation: pace-bounce 1s infinite; - -moz-animation: pace-bounce 1s infinite; - -o-animation: pace-bounce 1s infinite; - -ms-animation: pace-bounce 1s infinite; - animation: pace-bounce 1s infinite; -} - -.pace .pace-progress { - position: absolute; - display: block; - left: 50%; - bottom: 0; - z-index: 1910; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-transform: scaleY(.3) !important; - -moz-transform: scaleY(.3) !important; - -ms-transform: scaleY(.3) !important; - -o-transform: scaleY(.3) !important; - transform: scaleY(.3) !important; - -webkit-animation: pace-compress .5s infinite alternate; - -moz-animation: pace-compress .5s infinite alternate; - -o-animation: pace-compress .5s infinite alternate; - -ms-animation: pace-compress .5s infinite alternate; - animation: pace-compress .5s infinite alternate; -} - -@-webkit-keyframes pace-bounce { - 0% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -webkit-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -webkit-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -webkit-animation-timing-function: ease-out; - } - 95% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 100% { - top: 0; - -webkit-animation-timing-function: ease-in; - } -} - -@-moz-keyframes pace-bounce { - 0% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -moz-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -moz-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -moz-animation-timing-function: ease-out;} - 95% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 100% {top: 0; - -moz-animation-timing-function: ease-in; - } -} - -@keyframes pace-bounce { - 0% { - top: 0; - animation-timing-function: ease-in; - } - 50% { - top: 140px; - height: 140px; - animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - animation-timing-function: ease-out; - } - 95% { - top: 0; - animation-timing-function: ease-in; - } - 100% { - top: 0; - animation-timing-function: ease-in; - } -} - -@-webkit-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -webkit-animation-timing-function: ease-out; - } -} - -@-moz-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -moz-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -moz-animation-timing-function: ease-out; - } -} - -@keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - animation-timing-function: ease-out; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-center-atom.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-center-atom.css deleted file mode 100644 index 48f5bc6b7..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-center-atom.css +++ /dev/null @@ -1,131 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace.pace-inactive { - display: none; -} - -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 60px; - width: 100px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace .pace-progress { - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:before { - content: attr(data-progress-text); - text-align: center; - color: #fff; - background: #ffffff; - border-radius: 50%; - font-family: "Helvetica Neue", sans-serif; - font-size: 14px; - font-weight: 100; - line-height: 1; - padding: 20% 0 7px; - width: 50%; - height: 40%; - margin: 10px 0 0 30px; - display: block; - z-index: 999; - position: absolute; -} - -.pace .pace-activity { - font-size: 15px; - line-height: 1; - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - display: block; - -webkit-animation: pace-theme-center-atom-spin 2s linear infinite; - -moz-animation: pace-theme-center-atom-spin 2s linear infinite; - -o-animation: pace-theme-center-atom-spin 2s linear infinite; - animation: pace-theme-center-atom-spin 2s linear infinite; -} - -.pace .pace-activity { - border-radius: 50%; - border: 5px solid #ffffff; - content: ' '; - display: block; - position: absolute; - top: 0; - left: 0; - height: 60px; - width: 100px; -} - -.pace .pace-activity:after { - border-radius: 50%; - border: 5px solid #ffffff; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(60deg); - -moz-transform: rotate(60deg); - -o-transform: rotate(60deg); - transform: rotate(60deg); -} - -.pace .pace-activity:before { - border-radius: 50%; - border: 5px solid #ffffff; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -@-webkit-keyframes pace-theme-center-atom-spin { - 0% { -webkit-transform: rotate(0deg) } - 100% { -webkit-transform: rotate(359deg) } -} -@-moz-keyframes pace-theme-center-atom-spin { - 0% { -moz-transform: rotate(0deg) } - 100% { -moz-transform: rotate(359deg) } -} -@-o-keyframes pace-theme-center-atom-spin { - 0% { -o-transform: rotate(0deg) } - 100% { -o-transform: rotate(359deg) } -} -@keyframes pace-theme-center-atom-spin { - 0% { transform: rotate(0deg) } - 100% { transform: rotate(359deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-center-circle.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-center-circle.css deleted file mode 100644 index 9709f4c18..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-center-circle.css +++ /dev/null @@ -1,90 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-perspective: 12rem; - -moz-perspective: 12rem; - -ms-perspective: 12rem; - -o-perspective: 12rem; - perspective: 12rem; - - z-index: 2000; - position: fixed; - height: 6rem; - width: 6rem; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: 0; - top: 0; - height: 6rem; - width: 6rem !important; - line-height: 6rem; - font-size: 2rem; - border-radius: 50%; - background: rgba(255, 255, 255, 0.8); - color: #fff; - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - text-align: center; - - -webkit-animation: pace-theme-center-circle-spin linear infinite 2s; - -moz-animation: pace-theme-center-circle-spin linear infinite 2s; - -ms-animation: pace-theme-center-circle-spin linear infinite 2s; - -o-animation: pace-theme-center-circle-spin linear infinite 2s; - animation: pace-theme-center-circle-spin linear infinite 2s; - - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: block; -} - -@-webkit-keyframes pace-theme-center-circle-spin { - from { -webkit-transform: rotateY(0deg) } - to { -webkit-transform: rotateY(360deg) } -} - -@-moz-keyframes pace-theme-center-circle-spin { - from { -moz-transform: rotateY(0deg) } - to { -moz-transform: rotateY(360deg) } -} - -@-ms-keyframes pace-theme-center-circle-spin { - from { -ms-transform: rotateY(0deg) } - to { -ms-transform: rotateY(360deg) } -} - -@-o-keyframes pace-theme-center-circle-spin { - from { -o-transform: rotateY(0deg) } - to { -o-transform: rotateY(360deg) } -} - -@keyframes pace-theme-center-circle-spin { - from { transform: rotateY(0deg) } - to { transform: rotateY(360deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-center-radar.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-center-radar.css deleted file mode 100644 index adc9f681f..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-center-radar.css +++ /dev/null @@ -1,74 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 90px; - width: 90px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-activity { - display: none; -} - -.pace .pace-activity { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: -30px; - top: -30px; - height: 90px; - width: 90px; - display: block; - border-width: 30px; - border-style: double; - border-color: #ffffff transparent transparent; - border-radius: 50%; - - -webkit-animation: spin 1s linear infinite; - -moz-animation: spin 1s linear infinite; - -o-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - -.pace .pace-activity:before { - content: ' '; - position: absolute; - top: 10px; - left: 10px; - height: 50px; - width: 50px; - display: block; - border-width: 10px; - border-style: solid; - border-color: #ffffff transparent transparent; - border-radius: 50%; -} - -@-webkit-keyframes spin { - 100% { -webkit-transform: rotate(359deg); } -} - -@-moz-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@-o-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@keyframes spin { - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-center-simple.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-center-simple.css deleted file mode 100644 index ff369fcdb..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-center-simple.css +++ /dev/null @@ -1,52 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - height: 5px; - width: 200px; - background: #fff; - border: 1px solid #ffffff; - - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - max-width: 200px; - position: fixed; - z-index: 2000; - display: block; - position: absolute; - top: 0; - right: 100%; - height: 100%; - width: 100%; - background: #ffffff; -} - -.pace.pace-inactive { - display: none; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-corner-indicator.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-corner-indicator.css deleted file mode 100644 index b1670ce31..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-corner-indicator.css +++ /dev/null @@ -1,73 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 0; - width: 300px; - height: 300px; - background: #ffffff; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg); - transform: translateX(100%) translateY(-100%) rotate(45deg); - pointer-events: none; -} - -.pace.pace-active .pace-activity { - -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); - transform: translateX(50%) translateY(-50%) rotate(45deg); -} - -.pace .pace-activity::before, -.pace .pace-activity::after { - -moz-box-sizing: border-box; - box-sizing: border-box; - position: absolute; - bottom: 30px; - left: 50%; - display: block; - border: 5px solid #fff; - border-radius: 50%; - content: ''; -} - -.pace .pace-activity::before { - margin-left: -40px; - width: 80px; - height: 80px; - border-right-color: rgba(0, 0, 0, .2); - border-left-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite; - animation: pace-theme-corner-indicator-spin 3s linear infinite; -} - -.pace .pace-activity::after { - bottom: 50px; - margin-left: -20px; - width: 40px; - height: 40px; - border-top-color: rgba(0, 0, 0, .2); - border-bottom-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite; - animation: pace-theme-corner-indicator-spin 1s linear infinite; -} - -@-webkit-keyframes pace-theme-corner-indicator-spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@keyframes pace-theme-corner-indicator-spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-fill-left.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-fill-left.css deleted file mode 100644 index ca746322a..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-fill-left.css +++ /dev/null @@ -1,22 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: rgba(255, 255, 255, 0.19999999999999996); - position: fixed; - z-index: -1; - top: 0; - right: 100%; - bottom: 0; - width: 100%; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-flash.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-flash.css deleted file mode 100644 index e3d458cce..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-flash.css +++ /dev/null @@ -1,77 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #ffffff; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} - -.pace .pace-progress-inner { - display: block; - position: absolute; - right: 0px; - width: 100px; - height: 100%; - box-shadow: 0 0 10px #ffffff, 0 0 5px #ffffff; - opacity: 1.0; - -webkit-transform: rotate(3deg) translate(0px, -4px); - -moz-transform: rotate(3deg) translate(0px, -4px); - -ms-transform: rotate(3deg) translate(0px, -4px); - -o-transform: rotate(3deg) translate(0px, -4px); - transform: rotate(3deg) translate(0px, -4px); -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 15px; - right: 15px; - width: 14px; - height: 14px; - border: solid 2px transparent; - border-top-color: #ffffff; - border-left-color: #ffffff; - border-radius: 10px; - -webkit-animation: pace-spinner 400ms linear infinite; - -moz-animation: pace-spinner 400ms linear infinite; - -ms-animation: pace-spinner 400ms linear infinite; - -o-animation: pace-spinner 400ms linear infinite; - animation: pace-spinner 400ms linear infinite; -} - -@-webkit-keyframes pace-spinner { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } -} -@-moz-keyframes pace-spinner { - 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } -} -@-o-keyframes pace-spinner { - 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } -} -@-ms-keyframes pace-spinner { - 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } -} -@keyframes pace-spinner { - 0% { transform: rotate(0deg); transform: rotate(0deg); } - 100% { transform: rotate(360deg); transform: rotate(360deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-flat-top.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-flat-top.css deleted file mode 100644 index a07a59965..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-flat-top.css +++ /dev/null @@ -1,41 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - position: fixed; - top: 0; - left: 0; - width: 100%; - - -webkit-transform: translate3d(0, -50px, 0); - -ms-transform: translate3d(0, -50px, 0); - transform: translate3d(0, -50px, 0); - - -webkit-transition: -webkit-transform .5s ease-out; - -ms-transition: -webkit-transform .5s ease-out; - transition: transform .5s ease-out; -} - -.pace.pace-active { - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.pace .pace-progress { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 10px; - background: #ffffff; - - pointer-events: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-loading-bar.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-loading-bar.css deleted file mode 100644 index ec57d2be5..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-loading-bar.css +++ /dev/null @@ -1,198 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - z-index: 2000; - position: fixed; - margin: auto; - top: 12px; - left: 0; - right: 0; - bottom: 0; - width: 200px; - height: 50px; - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - display: block; - position: absolute; - right: 100%; - margin-right: -7px; - width: 93%; - top: 7px; - height: 14px; - font-size: 12px; - background: #ffffff; - color: #ffffff; - line-height: 60px; - font-weight: bold; - font-family: Helvetica, Arial, "Lucida Grande", sans-serif; - - -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff; - -ms-box-shadow: 120px 0 #fff, 240px 0 #fff; - box-shadow: 120px 0 #fff, 240px 0 #fff; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: inline-block; - position: fixed; - width: 45px; - text-align: right; - right: 0; - padding-right: 16px; - top: 4px; -} - -.pace .pace-progress[data-progress-text="0%"]:after { right: -200px } -.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px } -.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px } -.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px } -.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px } -.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px } -.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px } -.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px } -.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px } -.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px } -.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px } -.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px } -.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px } -.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px } -.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px } -.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px } -.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px } -.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px } -.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px } -.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px } -.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px } -.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px } -.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px } -.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px } -.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px } -.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px } -.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px } -.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px } -.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px } -.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px } -.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px } -.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px } -.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px } -.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px } -.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px } -.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px } -.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px } -.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px } -.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px } -.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px } -.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px } -.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px } -.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px } -.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px } -.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px } -.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px } -.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px } -.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px } -.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px } -.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px } -.pace .pace-progress[data-progress-text="50%"]:after { right: -107px } -.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px } -.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px } -.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px } -.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px } -.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px } -.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px } -.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px } -.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px } -.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px } -.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px } -.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px } -.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px } -.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px } -.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px } -.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px } -.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px } -.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px } -.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px } -.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px } -.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px } -.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px } -.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px } -.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px } -.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px } -.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px } -.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px } -.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px } -.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px } -.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px } -.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px } -.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px } -.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px } -.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px } -.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px } -.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px } -.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px } -.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px } -.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px } -.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px } -.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px } -.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px } -.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px } -.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px } -.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px } -.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px } -.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px } -.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px } -.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px } -.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px } -.pace .pace-progress[data-progress-text="100%"]:after { right: -14px } - - -.pace .pace-activity { - position: absolute; - width: 100%; - height: 28px; - z-index: 2001; - box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 7px #FFF; - border-radius: 10px; -} - -.pace.pace-inactive { - display: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-mac-osx.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-mac-osx.css deleted file mode 100644 index a7c27e7ec..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-mac-osx.css +++ /dev/null @@ -1,87 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #CCCCCC; - position: fixed; - top: 0; - right: 100%; - width: 100%; - height: 12px; - overflow: hidden; - - -webkit-border-radius: 0 0 4px 0; - -moz-border-radius: 0 0 4px 0; - -o-border-radius: 0 0 4px 0; - border-radius: 0 0 4px 0; - - -webkit-box-shadow: inset -1px 0 #808080, inset 0 -1px #808080, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -moz-box-shadow: inset -1px 0 #808080, inset 0 -1px #808080, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -o-box-shadow: inset -1px 0 #808080, inset 0 -1px #808080, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - box-shadow: inset -1px 0 #808080, inset 0 -1px #808080, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); -} - -.pace .pace-activity { - position: fixed; - top: 0; - left: 0; - right: -28px; - bottom: 0; - - -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - - -webkit-background-size: 28px 100%; - -moz-background-size: 28px 100%; - -o-background-size: 28px 100%; - background-size: 28px 100%; - - -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -o-animation: pace-theme-mac-osx-motion 500ms linear infinite; - animation: pace-theme-mac-osx-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-mac-osx-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-moz-keyframes pace-theme-mac-osx-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-o-keyframes pace-theme-mac-osx-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-ms-keyframes pace-theme-mac-osx-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@keyframes pace-theme-mac-osx-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-28px, 0); transform: translate(-28px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-minimal.css b/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-minimal.css deleted file mode 100644 index 25c203a74..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/white/pace-theme-minimal.css +++ /dev/null @@ -1,23 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #ffffff; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-barber-shop.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-barber-shop.css deleted file mode 100644 index 34b89ddb3..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-barber-shop.css +++ /dev/null @@ -1,83 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #fcd25a; - position: fixed; - top: 0; - bottom: 0; - right: 100%; - width: 100%; - overflow: hidden; -} - -.pace .pace-activity { - position: fixed; - top: 0; - right: -32px; - bottom: 0; - left: 0; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); - -webkit-background-size: 32px 32px; - -moz-background-size: 32px 32px; - -o-background-size: 32px 32px; - background-size: 32px 32px; - - -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; - -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; - animation: pace-theme-barber-shop-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-barber-shop-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-moz-keyframes pace-theme-barber-shop-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-o-keyframes pace-theme-barber-shop-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@-ms-keyframes pace-theme-barber-shop-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } -} -@keyframes pace-theme-barber-shop-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-big-counter.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-big-counter.css deleted file mode 100644 index bb5f52943..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-big-counter.css +++ /dev/null @@ -1,40 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - top: 0; - right: 0; - height: 5rem; - width: 5rem; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:after { - display: block; - position: absolute; - top: 0; - right: .5rem; - content: attr(data-progress-text); - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - font-size: 5rem; - line-height: 1; - text-align: right; - color: rgba(252, 210, 90, 0.19999999999999996); -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-bounce.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-bounce.css deleted file mode 100644 index e1707bc91..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-bounce.css +++ /dev/null @@ -1,231 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - width: 140px; - height: 300px; - position: fixed; - top: -90px; - right: -20px; - z-index: 2000; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - opacity: 0; - -webkit-transition: all 2s linear 0s; - -moz-transition: all 2s linear 0s; - transition: all 2s linear 0s; -} - -.pace.pace-active { - -webkit-transform: scale(.25); - -moz-transform: scale(.25); - -ms-transform: scale(.25); - -o-transform: scale(.25); - transform: scale(.25); - opacity: 1; -} - -.pace .pace-activity { - width: 140px; - height: 140px; - border-radius: 70px; - background: #fcd25a; - position: absolute; - top: 0; - z-index: 1911; - -webkit-animation: pace-bounce 1s infinite; - -moz-animation: pace-bounce 1s infinite; - -o-animation: pace-bounce 1s infinite; - -ms-animation: pace-bounce 1s infinite; - animation: pace-bounce 1s infinite; -} - -.pace .pace-progress { - position: absolute; - display: block; - left: 50%; - bottom: 0; - z-index: 1910; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-transform: scaleY(.3) !important; - -moz-transform: scaleY(.3) !important; - -ms-transform: scaleY(.3) !important; - -o-transform: scaleY(.3) !important; - transform: scaleY(.3) !important; - -webkit-animation: pace-compress .5s infinite alternate; - -moz-animation: pace-compress .5s infinite alternate; - -o-animation: pace-compress .5s infinite alternate; - -ms-animation: pace-compress .5s infinite alternate; - animation: pace-compress .5s infinite alternate; -} - -@-webkit-keyframes pace-bounce { - 0% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -webkit-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -webkit-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -webkit-animation-timing-function: ease-out; - } - 95% { - top: 0; - -webkit-animation-timing-function: ease-in; - } - 100% { - top: 0; - -webkit-animation-timing-function: ease-in; - } -} - -@-moz-keyframes pace-bounce { - 0% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 40% {} - 50% { - top: 140px; - height: 140px; - -moz-animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - -moz-animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - -moz-animation-timing-function: ease-out;} - 95% { - top: 0; - -moz-animation-timing-function: ease-in; - } - 100% {top: 0; - -moz-animation-timing-function: ease-in; - } -} - -@keyframes pace-bounce { - 0% { - top: 0; - animation-timing-function: ease-in; - } - 50% { - top: 140px; - height: 140px; - animation-timing-function: ease-out; - } - 55% { - top: 160px; - height: 120px; - border-radius: 70px / 60px; - animation-timing-function: ease-in; - } - 65% { - top: 120px; - height: 140px; - border-radius: 70px; - animation-timing-function: ease-out; - } - 95% { - top: 0; - animation-timing-function: ease-in; - } - 100% { - top: 0; - animation-timing-function: ease-in; - } -} - -@-webkit-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -webkit-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -webkit-animation-timing-function: ease-out; - } -} - -@-moz-keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - -moz-animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - -moz-animation-timing-function: ease-out; - } -} - -@keyframes pace-compress { - 0% { - bottom: 0; - margin-left: -30px; - width: 60px; - height: 75px; - background: rgba(20, 20, 20, .1); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1); - border-radius: 30px / 40px; - animation-timing-function: ease-in; - } - 100% { - bottom: 30px; - margin-left: -10px; - width: 20px; - height: 5px; - background: rgba(20, 20, 20, .3); - box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3); - border-radius: 20px / 20px; - animation-timing-function: ease-out; - } -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-center-atom.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-center-atom.css deleted file mode 100644 index fe16659ec..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-center-atom.css +++ /dev/null @@ -1,131 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace.pace-inactive { - display: none; -} - -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 60px; - width: 100px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace .pace-progress { - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - -webkit-transform: translate3d(0, 0, 0) !important; - -ms-transform: translate3d(0, 0, 0) !important; - transform: translate3d(0, 0, 0) !important; -} - -.pace .pace-progress:before { - content: attr(data-progress-text); - text-align: center; - color: #fff; - background: #fcd25a; - border-radius: 50%; - font-family: "Helvetica Neue", sans-serif; - font-size: 14px; - font-weight: 100; - line-height: 1; - padding: 20% 0 7px; - width: 50%; - height: 40%; - margin: 10px 0 0 30px; - display: block; - z-index: 999; - position: absolute; -} - -.pace .pace-activity { - font-size: 15px; - line-height: 1; - z-index: 2000; - position: absolute; - height: 60px; - width: 100px; - - display: block; - -webkit-animation: pace-theme-center-atom-spin 2s linear infinite; - -moz-animation: pace-theme-center-atom-spin 2s linear infinite; - -o-animation: pace-theme-center-atom-spin 2s linear infinite; - animation: pace-theme-center-atom-spin 2s linear infinite; -} - -.pace .pace-activity { - border-radius: 50%; - border: 5px solid #fcd25a; - content: ' '; - display: block; - position: absolute; - top: 0; - left: 0; - height: 60px; - width: 100px; -} - -.pace .pace-activity:after { - border-radius: 50%; - border: 5px solid #fcd25a; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(60deg); - -moz-transform: rotate(60deg); - -o-transform: rotate(60deg); - transform: rotate(60deg); -} - -.pace .pace-activity:before { - border-radius: 50%; - border: 5px solid #fcd25a; - content: ' '; - display: block; - position: absolute; - top: -5px; - left: -5px; - height: 60px; - width: 100px; - - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -@-webkit-keyframes pace-theme-center-atom-spin { - 0% { -webkit-transform: rotate(0deg) } - 100% { -webkit-transform: rotate(359deg) } -} -@-moz-keyframes pace-theme-center-atom-spin { - 0% { -moz-transform: rotate(0deg) } - 100% { -moz-transform: rotate(359deg) } -} -@-o-keyframes pace-theme-center-atom-spin { - 0% { -o-transform: rotate(0deg) } - 100% { -o-transform: rotate(359deg) } -} -@keyframes pace-theme-center-atom-spin { - 0% { transform: rotate(0deg) } - 100% { transform: rotate(359deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-center-circle.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-center-circle.css deleted file mode 100644 index bbda8bf13..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-center-circle.css +++ /dev/null @@ -1,90 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-perspective: 12rem; - -moz-perspective: 12rem; - -ms-perspective: 12rem; - -o-perspective: 12rem; - perspective: 12rem; - - z-index: 2000; - position: fixed; - height: 6rem; - width: 6rem; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-progress { - display: none; -} - -.pace .pace-progress { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: 0; - top: 0; - height: 6rem; - width: 6rem !important; - line-height: 6rem; - font-size: 2rem; - border-radius: 50%; - background: rgba(252, 210, 90, 0.8); - color: #fff; - font-family: "Helvetica Neue", sans-serif; - font-weight: 100; - text-align: center; - - -webkit-animation: pace-theme-center-circle-spin linear infinite 2s; - -moz-animation: pace-theme-center-circle-spin linear infinite 2s; - -ms-animation: pace-theme-center-circle-spin linear infinite 2s; - -o-animation: pace-theme-center-circle-spin linear infinite 2s; - animation: pace-theme-center-circle-spin linear infinite 2s; - - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: block; -} - -@-webkit-keyframes pace-theme-center-circle-spin { - from { -webkit-transform: rotateY(0deg) } - to { -webkit-transform: rotateY(360deg) } -} - -@-moz-keyframes pace-theme-center-circle-spin { - from { -moz-transform: rotateY(0deg) } - to { -moz-transform: rotateY(360deg) } -} - -@-ms-keyframes pace-theme-center-circle-spin { - from { -ms-transform: rotateY(0deg) } - to { -ms-transform: rotateY(360deg) } -} - -@-o-keyframes pace-theme-center-circle-spin { - from { -o-transform: rotateY(0deg) } - to { -o-transform: rotateY(360deg) } -} - -@keyframes pace-theme-center-circle-spin { - from { transform: rotateY(0deg) } - to { transform: rotateY(360deg) } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-center-radar.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-center-radar.css deleted file mode 100644 index 325933697..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-center-radar.css +++ /dev/null @@ -1,74 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - height: 90px; - width: 90px; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.pace.pace-inactive .pace-activity { - display: none; -} - -.pace .pace-activity { - position: fixed; - z-index: 2000; - display: block; - position: absolute; - left: -30px; - top: -30px; - height: 90px; - width: 90px; - display: block; - border-width: 30px; - border-style: double; - border-color: #fcd25a transparent transparent; - border-radius: 50%; - - -webkit-animation: spin 1s linear infinite; - -moz-animation: spin 1s linear infinite; - -o-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - -.pace .pace-activity:before { - content: ' '; - position: absolute; - top: 10px; - left: 10px; - height: 50px; - width: 50px; - display: block; - border-width: 10px; - border-style: solid; - border-color: #fcd25a transparent transparent; - border-radius: 50%; -} - -@-webkit-keyframes spin { - 100% { -webkit-transform: rotate(359deg); } -} - -@-moz-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@-o-keyframes spin { - 100% { -moz-transform: rotate(359deg); } -} - -@keyframes spin { - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-center-simple.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-center-simple.css deleted file mode 100644 index 93b6f37d5..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-center-simple.css +++ /dev/null @@ -1,52 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - z-index: 2000; - position: fixed; - margin: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - height: 5px; - width: 200px; - background: #fff; - border: 1px solid #fcd25a; - - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - max-width: 200px; - position: fixed; - z-index: 2000; - display: block; - position: absolute; - top: 0; - right: 100%; - height: 100%; - width: 100%; - background: #fcd25a; -} - -.pace.pace-inactive { - display: none; -} \ No newline at end of file diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-corner-indicator.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-corner-indicator.css deleted file mode 100644 index 82761899a..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-corner-indicator.css +++ /dev/null @@ -1,73 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 0; - width: 300px; - height: 300px; - background: #fcd25a; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg); - transform: translateX(100%) translateY(-100%) rotate(45deg); - pointer-events: none; -} - -.pace.pace-active .pace-activity { - -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); - transform: translateX(50%) translateY(-50%) rotate(45deg); -} - -.pace .pace-activity::before, -.pace .pace-activity::after { - -moz-box-sizing: border-box; - box-sizing: border-box; - position: absolute; - bottom: 30px; - left: 50%; - display: block; - border: 5px solid #fff; - border-radius: 50%; - content: ''; -} - -.pace .pace-activity::before { - margin-left: -40px; - width: 80px; - height: 80px; - border-right-color: rgba(0, 0, 0, .2); - border-left-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite; - animation: pace-theme-corner-indicator-spin 3s linear infinite; -} - -.pace .pace-activity::after { - bottom: 50px; - margin-left: -20px; - width: 40px; - height: 40px; - border-top-color: rgba(0, 0, 0, .2); - border-bottom-color: rgba(0, 0, 0, .2); - -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite; - animation: pace-theme-corner-indicator-spin 1s linear infinite; -} - -@-webkit-keyframes pace-theme-corner-indicator-spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@keyframes pace-theme-corner-indicator-spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-fill-left.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-fill-left.css deleted file mode 100644 index 03a2333a4..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-fill-left.css +++ /dev/null @@ -1,22 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: rgba(252, 210, 90, 0.19999999999999996); - position: fixed; - z-index: -1; - top: 0; - right: 100%; - bottom: 0; - width: 100%; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-flash.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-flash.css deleted file mode 100644 index 4c01ddfe3..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-flash.css +++ /dev/null @@ -1,77 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #fcd25a; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} - -.pace .pace-progress-inner { - display: block; - position: absolute; - right: 0px; - width: 100px; - height: 100%; - box-shadow: 0 0 10px #fcd25a, 0 0 5px #fcd25a; - opacity: 1.0; - -webkit-transform: rotate(3deg) translate(0px, -4px); - -moz-transform: rotate(3deg) translate(0px, -4px); - -ms-transform: rotate(3deg) translate(0px, -4px); - -o-transform: rotate(3deg) translate(0px, -4px); - transform: rotate(3deg) translate(0px, -4px); -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 15px; - right: 15px; - width: 14px; - height: 14px; - border: solid 2px transparent; - border-top-color: #fcd25a; - border-left-color: #fcd25a; - border-radius: 10px; - -webkit-animation: pace-spinner 400ms linear infinite; - -moz-animation: pace-spinner 400ms linear infinite; - -ms-animation: pace-spinner 400ms linear infinite; - -o-animation: pace-spinner 400ms linear infinite; - animation: pace-spinner 400ms linear infinite; -} - -@-webkit-keyframes pace-spinner { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } -} -@-moz-keyframes pace-spinner { - 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } -} -@-o-keyframes pace-spinner { - 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } -} -@-ms-keyframes pace-spinner { - 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } -} -@keyframes pace-spinner { - 0% { transform: rotate(0deg); transform: rotate(0deg); } - 100% { transform: rotate(360deg); transform: rotate(360deg); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-flat-top.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-flat-top.css deleted file mode 100644 index b2efa0f22..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-flat-top.css +++ /dev/null @@ -1,41 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - position: fixed; - top: 0; - left: 0; - width: 100%; - - -webkit-transform: translate3d(0, -50px, 0); - -ms-transform: translate3d(0, -50px, 0); - transform: translate3d(0, -50px, 0); - - -webkit-transition: -webkit-transform .5s ease-out; - -ms-transition: -webkit-transform .5s ease-out; - transition: transform .5s ease-out; -} - -.pace.pace-active { - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.pace .pace-progress { - display: block; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 10px; - background: #fcd25a; - - pointer-events: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-loading-bar.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-loading-bar.css deleted file mode 100644 index 43bb98db4..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-loading-bar.css +++ /dev/null @@ -1,198 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - z-index: 2000; - position: fixed; - margin: auto; - top: 12px; - left: 0; - right: 0; - bottom: 0; - width: 200px; - height: 50px; - overflow: hidden; -} - -.pace .pace-progress { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - - display: block; - position: absolute; - right: 100%; - margin-right: -7px; - width: 93%; - top: 7px; - height: 14px; - font-size: 12px; - background: #fcd25a; - color: #fcd25a; - line-height: 60px; - font-weight: bold; - font-family: Helvetica, Arial, "Lucida Grande", sans-serif; - - -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff; - -ms-box-shadow: 120px 0 #fff, 240px 0 #fff; - box-shadow: 120px 0 #fff, 240px 0 #fff; -} - -.pace .pace-progress:after { - content: attr(data-progress-text); - display: inline-block; - position: fixed; - width: 45px; - text-align: right; - right: 0; - padding-right: 16px; - top: 4px; -} - -.pace .pace-progress[data-progress-text="0%"]:after { right: -200px } -.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px } -.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px } -.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px } -.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px } -.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px } -.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px } -.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px } -.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px } -.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px } -.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px } -.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px } -.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px } -.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px } -.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px } -.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px } -.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px } -.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px } -.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px } -.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px } -.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px } -.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px } -.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px } -.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px } -.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px } -.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px } -.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px } -.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px } -.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px } -.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px } -.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px } -.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px } -.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px } -.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px } -.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px } -.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px } -.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px } -.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px } -.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px } -.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px } -.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px } -.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px } -.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px } -.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px } -.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px } -.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px } -.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px } -.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px } -.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px } -.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px } -.pace .pace-progress[data-progress-text="50%"]:after { right: -107px } -.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px } -.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px } -.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px } -.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px } -.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px } -.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px } -.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px } -.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px } -.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px } -.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px } -.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px } -.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px } -.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px } -.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px } -.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px } -.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px } -.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px } -.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px } -.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px } -.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px } -.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px } -.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px } -.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px } -.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px } -.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px } -.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px } -.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px } -.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px } -.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px } -.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px } -.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px } -.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px } -.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px } -.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px } -.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px } -.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px } -.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px } -.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px } -.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px } -.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px } -.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px } -.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px } -.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px } -.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px } -.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px } -.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px } -.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px } -.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px } -.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px } -.pace .pace-progress[data-progress-text="100%"]:after { right: -14px } - - -.pace .pace-activity { - position: absolute; - width: 100%; - height: 28px; - z-index: 2001; - box-shadow: inset 0 0 0 2px #fcd25a, inset 0 0 0 7px #FFF; - border-radius: 10px; -} - -.pace.pace-inactive { - display: none; -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-mac-osx.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-mac-osx.css deleted file mode 100644 index ae0fa67b3..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-mac-osx.css +++ /dev/null @@ -1,87 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - - overflow: hidden; - position: fixed; - top: 0; - left: 0; - z-index: 2000; - width: 100%; - height: 12px; - background: #fff; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background-color: #FFE000; - position: fixed; - top: 0; - right: 100%; - width: 100%; - height: 12px; - overflow: hidden; - - -webkit-border-radius: 0 0 4px 0; - -moz-border-radius: 0 0 4px 0; - -o-border-radius: 0 0 4px 0; - border-radius: 0 0 4px 0; - - -webkit-box-shadow: inset -1px 0 #E49900, inset 0 -1px #E49900, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -moz-box-shadow: inset -1px 0 #E49900, inset 0 -1px #E49900, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - -o-box-shadow: inset -1px 0 #E49900, inset 0 -1px #E49900, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); - box-shadow: inset -1px 0 #E49900, inset 0 -1px #E49900, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); -} - -.pace .pace-activity { - position: fixed; - top: 0; - left: 0; - right: -28px; - bottom: 0; - - -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); - - -webkit-background-size: 28px 100%; - -moz-background-size: 28px 100%; - -o-background-size: 28px 100%; - background-size: 28px 100%; - - -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite; - -o-animation: pace-theme-mac-osx-motion 500ms linear infinite; - animation: pace-theme-mac-osx-motion 500ms linear infinite; -} - -@-webkit-keyframes pace-theme-mac-osx-motion { - 0% { -webkit-transform: none; transform: none; } - 100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-moz-keyframes pace-theme-mac-osx-motion { - 0% { -moz-transform: none; transform: none; } - 100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-o-keyframes pace-theme-mac-osx-motion { - 0% { -o-transform: none; transform: none; } - 100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@-ms-keyframes pace-theme-mac-osx-motion { - 0% { -ms-transform: none; transform: none; } - 100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } -} -@keyframes pace-theme-mac-osx-motion { - 0% { transform: none; transform: none; } - 100% { transform: translate(-28px, 0); transform: translate(-28px, 0); } -} diff --git a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-minimal.css b/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-minimal.css deleted file mode 100644 index 02b080c72..000000000 --- a/ng6-seed/dist/assets/vendor/pace/themes/yellow/pace-theme-minimal.css +++ /dev/null @@ -1,23 +0,0 @@ -/* This is a compiled file, you should be editing the file in the templates directory */ -.pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #fcd25a; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} diff --git a/ng6-seed/dist/assets/wheather-icon/css/weather-icons.min.css b/ng6-seed/dist/assets/wheather-icon/css/weather-icons.min.css deleted file mode 100644 index 4ec4215e6..000000000 --- a/ng6-seed/dist/assets/wheather-icon/css/weather-icons.min.css +++ /dev/null @@ -1,41 +0,0 @@ -/*! - * Weather Icons 2.0 - * Updated August 1, 2015 - * Weather themed icons for Bootstrap - * Author - Erik Flowers - erik@helloerik.com - * Email: erik@helloerik.com - * Twitter: http://twitter.com/Erik_UX - * ------------------------------------------------------------------------------ - * Maintained at http://erikflowers.github.io/weather-icons - * - * License - * ------------------------------------------------------------------------------ - * - Font licensed under SIL OFL 1.1 - - * http://scripts.sil.org/OFL - * - CSS, SCSS and LESS are licensed under MIT License - - * http://opensource.org/licenses/mit-license.html - * - Documentation licensed under CC BY 3.0 - - * http://creativecommons.org/licenses/by/3.0/ - * - Inspired by and works great as a companion with Font Awesome - * "Font Awesome by Dave Gandy - http://fontawesome.io" - *//*! - * Weather Icons 2.0 - * Updated August 1, 2015 - * Weather themed icons for Bootstrap - * Author - Erik Flowers - erik@helloerik.com - * Email: erik@helloerik.com - * Twitter: http://twitter.com/Erik_UX - * ------------------------------------------------------------------------------ - * Maintained at http://erikflowers.github.io/weather-icons - * - * License - * ------------------------------------------------------------------------------ - * - Font licensed under SIL OFL 1.1 - - * http://scripts.sil.org/OFL - * - CSS, SCSS and LESS are licensed under MIT License - - * http://opensource.org/licenses/mit-license.html - * - Documentation licensed under CC BY 3.0 - - * http://creativecommons.org/licenses/by/3.0/ - * - Inspired by and works great as a companion with Font Awesome - * "Font Awesome by Dave Gandy - http://fontawesome.io" - */@font-face{font-family:weathericons;src:url(../font/weathericons-regular-webfont.eot);src:url(../font/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(../font/weathericons-regular-webfont.woff2) format('woff2'),url(../font/weathericons-regular-webfont.woff) format('woff'),url(../font/weathericons-regular-webfont.ttf) format('truetype'),url(../font/weathericons-regular-webfont.svg#weather_iconsregular) format('svg');font-weight:400;font-style:normal}.wi{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-fw{text-align:center;width:1.4em}.wi-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.wi-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.wi-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.wi-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.wi-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.wi-day-sunny:before{content:"\f00d"}.wi-day-cloudy:before{content:"\f002"}.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-haze:before{content:"\f0b6"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain:before{content:"\f008"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-showers:before{content:"\f009"}.wi-day-sleet:before{content:"\f0b2"}.wi-day-sleet-storm:before{content:"\f068"}.wi-day-snow:before{content:"\f00a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-day-snow-wind:before{content:"\f065"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-thunderstorm:before{content:"\f010"}.wi-day-windy:before{content:"\f085"}.wi-solar-eclipse:before{content:"\f06e"}.wi-hot:before{content:"\f072"}.wi-day-cloudy-high:before{content:"\f07d"}.wi-day-light-wind:before{content:"\f0c4"}.wi-night-clear:before{content:"\f02e"}.wi-night-alt-cloudy:before{content:"\f086"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-sleet:before{content:"\f0b4"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-cloudy:before{content:"\f031"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-fog:before{content:"\f04a"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-partly-cloudy:before{content:"\f083"}.wi-night-rain:before{content:"\f036"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-showers:before{content:"\f037"}.wi-night-sleet:before{content:"\f0b3"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-snow:before{content:"\f038"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-lunar-eclipse:before{content:"\f070"}.wi-stars:before{content:"\f077"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-night-alt-cloudy-high:before{content:"\f07e"}.wi-night-cloudy-high:before{content:"\f080"}.wi-night-alt-partly-cloudy:before{content:"\f081"}.wi-cloud:before{content:"\f041"}.wi-cloudy:before{content:"\f013"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-rain:before{content:"\f019"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-showers:before{content:"\f01a"}.wi-sleet:before{content:"\f0b5"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-snow-wind:before{content:"\f064"}.wi-snow:before{content:"\f01b"}.wi-smog:before{content:"\f074"}.wi-smoke:before{content:"\f062"}.wi-lightning:before{content:"\f016"}.wi-raindrops:before{content:"\f04e"}.wi-raindrop:before{content:"\f078"}.wi-dust:before{content:"\f063"}.wi-snowflake-cold:before{content:"\f076"}.wi-windy:before{content:"\f021"}.wi-strong-wind:before{content:"\f050"}.wi-sandstorm:before{content:"\f082"}.wi-earthquake:before{content:"\f0c6"}.wi-fire:before{content:"\f0c7"}.wi-flood:before{content:"\f07c"}.wi-meteor:before{content:"\f071"}.wi-tsunami:before{content:"\f0c5"}.wi-volcano:before{content:"\f0c8"}.wi-hurricane:before{content:"\f073"}.wi-tornado:before{content:"\f056"}.wi-small-craft-advisory:before{content:"\f0cc"}.wi-gale-warning:before{content:"\f0cd"}.wi-storm-warning:before{content:"\f0ce"}.wi-hurricane-warning:before{content:"\f0cf"}.wi-wind-direction:before{content:"\f0b1"}.wi-alien:before{content:"\f075"}.wi-celsius:before{content:"\f03c"}.wi-fahrenheit:before{content:"\f045"}.wi-degrees:before{content:"\f042"}.wi-thermometer:before{content:"\f055"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-up:before{content:"\f040"}.wi-cloud-refresh:before{content:"\f03e"}.wi-horizon:before{content:"\f047"}.wi-horizon-alt:before{content:"\f046"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-moonrise:before{content:"\f0c9"}.wi-moonset:before{content:"\f0ca"}.wi-refresh:before{content:"\f04c"}.wi-refresh-alt:before{content:"\f04b"}.wi-umbrella:before{content:"\f084"}.wi-barometer:before{content:"\f079"}.wi-humidity:before{content:"\f07a"}.wi-na:before{content:"\f07b"}.wi-train:before{content:"\f0cb"}.wi-moon-new:before{content:"\f095"}.wi-moon-waxing-crescent-1:before{content:"\f096"}.wi-moon-waxing-crescent-2:before{content:"\f097"}.wi-moon-waxing-crescent-3:before{content:"\f098"}.wi-moon-waxing-crescent-4:before{content:"\f099"}.wi-moon-waxing-crescent-5:before{content:"\f09a"}.wi-moon-waxing-crescent-6:before{content:"\f09b"}.wi-moon-first-quarter:before{content:"\f09c"}.wi-moon-waxing-gibbous-1:before{content:"\f09d"}.wi-moon-waxing-gibbous-2:before{content:"\f09e"}.wi-moon-waxing-gibbous-3:before{content:"\f09f"}.wi-moon-waxing-gibbous-4:before{content:"\f0a0"}.wi-moon-waxing-gibbous-5:before{content:"\f0a1"}.wi-moon-waxing-gibbous-6:before{content:"\f0a2"}.wi-moon-full:before{content:"\f0a3"}.wi-moon-waning-gibbous-1:before{content:"\f0a4"}.wi-moon-waning-gibbous-2:before{content:"\f0a5"}.wi-moon-waning-gibbous-3:before{content:"\f0a6"}.wi-moon-waning-gibbous-4:before{content:"\f0a7"}.wi-moon-waning-gibbous-5:before{content:"\f0a8"}.wi-moon-waning-gibbous-6:before{content:"\f0a9"}.wi-moon-third-quarter:before{content:"\f0aa"}.wi-moon-waning-crescent-1:before{content:"\f0ab"}.wi-moon-waning-crescent-2:before{content:"\f0ac"}.wi-moon-waning-crescent-3:before{content:"\f0ad"}.wi-moon-waning-crescent-4:before{content:"\f0ae"}.wi-moon-waning-crescent-5:before{content:"\f0af"}.wi-moon-waning-crescent-6:before{content:"\f0b0"}.wi-moon-alt-new:before{content:"\f0eb"}.wi-moon-alt-waxing-crescent-1:before{content:"\f0d0"}.wi-moon-alt-waxing-crescent-2:before{content:"\f0d1"}.wi-moon-alt-waxing-crescent-3:before{content:"\f0d2"}.wi-moon-alt-waxing-crescent-4:before{content:"\f0d3"}.wi-moon-alt-waxing-crescent-5:before{content:"\f0d4"}.wi-moon-alt-waxing-crescent-6:before{content:"\f0d5"}.wi-moon-alt-first-quarter:before{content:"\f0d6"}.wi-moon-alt-waxing-gibbous-1:before{content:"\f0d7"}.wi-moon-alt-waxing-gibbous-2:before{content:"\f0d8"}.wi-moon-alt-waxing-gibbous-3:before{content:"\f0d9"}.wi-moon-alt-waxing-gibbous-4:before{content:"\f0da"}.wi-moon-alt-waxing-gibbous-5:before{content:"\f0db"}.wi-moon-alt-waxing-gibbous-6:before{content:"\f0dc"}.wi-moon-alt-full:before{content:"\f0dd"}.wi-moon-alt-waning-gibbous-1:before{content:"\f0de"}.wi-moon-alt-waning-gibbous-2:before{content:"\f0df"}.wi-moon-alt-waning-gibbous-3:before{content:"\f0e0"}.wi-moon-alt-waning-gibbous-4:before{content:"\f0e1"}.wi-moon-alt-waning-gibbous-5:before{content:"\f0e2"}.wi-moon-alt-waning-gibbous-6:before{content:"\f0e3"}.wi-moon-alt-third-quarter:before{content:"\f0e4"}.wi-moon-alt-waning-crescent-1:before{content:"\f0e5"}.wi-moon-alt-waning-crescent-2:before{content:"\f0e6"}.wi-moon-alt-waning-crescent-3:before{content:"\f0e7"}.wi-moon-alt-waning-crescent-4:before{content:"\f0e8"}.wi-moon-alt-waning-crescent-5:before{content:"\f0e9"}.wi-moon-alt-waning-crescent-6:before{content:"\f0ea"}.wi-moon-0:before{content:"\f095"}.wi-moon-1:before{content:"\f096"}.wi-moon-2:before{content:"\f097"}.wi-moon-3:before{content:"\f098"}.wi-moon-4:before{content:"\f099"}.wi-moon-5:before{content:"\f09a"}.wi-moon-6:before{content:"\f09b"}.wi-moon-7:before{content:"\f09c"}.wi-moon-8:before{content:"\f09d"}.wi-moon-9:before{content:"\f09e"}.wi-moon-10:before{content:"\f09f"}.wi-moon-11:before{content:"\f0a0"}.wi-moon-12:before{content:"\f0a1"}.wi-moon-13:before{content:"\f0a2"}.wi-moon-14:before{content:"\f0a3"}.wi-moon-15:before{content:"\f0a4"}.wi-moon-16:before{content:"\f0a5"}.wi-moon-17:before{content:"\f0a6"}.wi-moon-18:before{content:"\f0a7"}.wi-moon-19:before{content:"\f0a8"}.wi-moon-20:before{content:"\f0a9"}.wi-moon-21:before{content:"\f0aa"}.wi-moon-22:before{content:"\f0ab"}.wi-moon-23:before{content:"\f0ac"}.wi-moon-24:before{content:"\f0ad"}.wi-moon-25:before{content:"\f0ae"}.wi-moon-26:before{content:"\f0af"}.wi-moon-27:before{content:"\f0b0"}.wi-time-1:before{content:"\f08a"}.wi-time-2:before{content:"\f08b"}.wi-time-3:before{content:"\f08c"}.wi-time-4:before{content:"\f08d"}.wi-time-5:before{content:"\f08e"}.wi-time-6:before{content:"\f08f"}.wi-time-7:before{content:"\f090"}.wi-time-8:before{content:"\f091"}.wi-time-9:before{content:"\f092"}.wi-time-10:before{content:"\f093"}.wi-time-11:before{content:"\f094"}.wi-time-12:before{content:"\f089"}.wi-direction-up:before{content:"\f058"}.wi-direction-up-right:before{content:"\f057"}.wi-direction-right:before{content:"\f04d"}.wi-direction-down-right:before{content:"\f088"}.wi-direction-down:before{content:"\f044"}.wi-direction-down-left:before{content:"\f043"}.wi-direction-left:before{content:"\f048"}.wi-direction-up-left:before{content:"\f087"}.wi-wind-beaufort-0:before{content:"\f0b7"}.wi-wind-beaufort-1:before{content:"\f0b8"}.wi-wind-beaufort-2:before{content:"\f0b9"}.wi-wind-beaufort-3:before{content:"\f0ba"}.wi-wind-beaufort-4:before{content:"\f0bb"}.wi-wind-beaufort-5:before{content:"\f0bc"}.wi-wind-beaufort-6:before{content:"\f0bd"}.wi-wind-beaufort-7:before{content:"\f0be"}.wi-wind-beaufort-8:before{content:"\f0bf"}.wi-wind-beaufort-9:before{content:"\f0c0"}.wi-wind-beaufort-10:before{content:"\f0c1"}.wi-wind-beaufort-11:before{content:"\f0c2"}.wi-wind-beaufort-12:before{content:"\f0c3"}.wi-yahoo-0:before{content:"\f056"}.wi-yahoo-1:before{content:"\f00e"}.wi-yahoo-2:before{content:"\f073"}.wi-yahoo-3:before{content:"\f01e"}.wi-yahoo-4:before{content:"\f01e"}.wi-yahoo-5:before{content:"\f017"}.wi-yahoo-6:before{content:"\f017"}.wi-yahoo-7:before{content:"\f017"}.wi-yahoo-8:before{content:"\f015"}.wi-yahoo-9:before{content:"\f01a"}.wi-yahoo-10:before{content:"\f015"}.wi-yahoo-11:before{content:"\f01a"}.wi-yahoo-12:before{content:"\f01a"}.wi-yahoo-13:before{content:"\f01b"}.wi-yahoo-14:before{content:"\f00a"}.wi-yahoo-15:before{content:"\f064"}.wi-yahoo-16:before{content:"\f01b"}.wi-yahoo-17:before{content:"\f015"}.wi-yahoo-18:before{content:"\f017"}.wi-yahoo-19:before{content:"\f063"}.wi-yahoo-20:before{content:"\f014"}.wi-yahoo-21:before{content:"\f021"}.wi-yahoo-22:before{content:"\f062"}.wi-yahoo-23:before{content:"\f050"}.wi-yahoo-24:before{content:"\f050"}.wi-yahoo-25:before{content:"\f076"}.wi-yahoo-26:before{content:"\f013"}.wi-yahoo-27:before{content:"\f031"}.wi-yahoo-28:before{content:"\f002"}.wi-yahoo-29:before{content:"\f031"}.wi-yahoo-30:before{content:"\f002"}.wi-yahoo-31:before{content:"\f02e"}.wi-yahoo-32:before{content:"\f00d"}.wi-yahoo-33:before{content:"\f083"}.wi-yahoo-34:before{content:"\f00c"}.wi-yahoo-35:before{content:"\f017"}.wi-yahoo-36:before{content:"\f072"}.wi-yahoo-37:before{content:"\f00e"}.wi-yahoo-38:before{content:"\f00e"}.wi-yahoo-39:before{content:"\f00e"}.wi-yahoo-40:before{content:"\f01a"}.wi-yahoo-41:before{content:"\f064"}.wi-yahoo-42:before{content:"\f01b"}.wi-yahoo-43:before{content:"\f064"}.wi-yahoo-44:before{content:"\f00c"}.wi-yahoo-45:before{content:"\f00e"}.wi-yahoo-46:before{content:"\f01b"}.wi-yahoo-47:before{content:"\f00e"}.wi-yahoo-3200:before{content:"\f077"}.wi-forecast-io-clear-day:before{content:"\f00d"}.wi-forecast-io-clear-night:before{content:"\f02e"}.wi-forecast-io-rain:before{content:"\f019"}.wi-forecast-io-snow:before{content:"\f01b"}.wi-forecast-io-sleet:before{content:"\f0b5"}.wi-forecast-io-wind:before{content:"\f050"}.wi-forecast-io-fog:before{content:"\f014"}.wi-forecast-io-cloudy:before{content:"\f013"}.wi-forecast-io-partly-cloudy-day:before{content:"\f002"}.wi-forecast-io-partly-cloudy-night:before{content:"\f031"}.wi-forecast-io-hail:before{content:"\f015"}.wi-forecast-io-thunderstorm:before{content:"\f01e"}.wi-forecast-io-tornado:before{content:"\f056"}.wi-wmo4680-00:before,.wi-wmo4680-0:before{content:"\f055"}.wi-wmo4680-01:before,.wi-wmo4680-1:before{content:"\f013"}.wi-wmo4680-02:before,.wi-wmo4680-2:before{content:"\f055"}.wi-wmo4680-03:before,.wi-wmo4680-3:before{content:"\f013"}.wi-wmo4680-04:before,.wi-wmo4680-4:before{content:"\f014"}.wi-wmo4680-05:before,.wi-wmo4680-5:before{content:"\f014"}.wi-wmo4680-10:before{content:"\f014"}.wi-wmo4680-11:before{content:"\f014"}.wi-wmo4680-12:before{content:"\f016"}.wi-wmo4680-18:before{content:"\f050"}.wi-wmo4680-20:before{content:"\f014"}.wi-wmo4680-21:before{content:"\f017"}.wi-wmo4680-22:before{content:"\f017"}.wi-wmo4680-23:before{content:"\f019"}.wi-wmo4680-24:before{content:"\f01b"}.wi-wmo4680-25:before{content:"\f015"}.wi-wmo4680-26:before{content:"\f01e"}.wi-wmo4680-27:before{content:"\f063"}.wi-wmo4680-28:before{content:"\f063"}.wi-wmo4680-29:before{content:"\f063"}.wi-wmo4680-30:before{content:"\f014"}.wi-wmo4680-31:before{content:"\f014"}.wi-wmo4680-32:before{content:"\f014"}.wi-wmo4680-33:before{content:"\f014"}.wi-wmo4680-34:before{content:"\f014"}.wi-wmo4680-35:before{content:"\f014"}.wi-wmo4680-40:before{content:"\f017"}.wi-wmo4680-41:before{content:"\f01c"}.wi-wmo4680-42:before{content:"\f019"}.wi-wmo4680-43:before{content:"\f01c"}.wi-wmo4680-44:before{content:"\f019"}.wi-wmo4680-45:before{content:"\f015"}.wi-wmo4680-46:before{content:"\f015"}.wi-wmo4680-47:before{content:"\f01b"}.wi-wmo4680-48:before{content:"\f01b"}.wi-wmo4680-50:before{content:"\f01c"}.wi-wmo4680-51:before{content:"\f01c"}.wi-wmo4680-52:before{content:"\f019"}.wi-wmo4680-53:before{content:"\f019"}.wi-wmo4680-54:before{content:"\f076"}.wi-wmo4680-55:before{content:"\f076"}.wi-wmo4680-56:before{content:"\f076"}.wi-wmo4680-57:before{content:"\f01c"}.wi-wmo4680-58:before{content:"\f019"}.wi-wmo4680-60:before{content:"\f01c"}.wi-wmo4680-61:before{content:"\f01c"}.wi-wmo4680-62:before{content:"\f019"}.wi-wmo4680-63:before{content:"\f019"}.wi-wmo4680-64:before{content:"\f015"}.wi-wmo4680-65:before{content:"\f015"}.wi-wmo4680-66:before{content:"\f015"}.wi-wmo4680-67:before{content:"\f017"}.wi-wmo4680-68:before{content:"\f017"}.wi-wmo4680-70:before{content:"\f01b"}.wi-wmo4680-71:before{content:"\f01b"}.wi-wmo4680-72:before{content:"\f01b"}.wi-wmo4680-73:before{content:"\f01b"}.wi-wmo4680-74:before{content:"\f076"}.wi-wmo4680-75:before{content:"\f076"}.wi-wmo4680-76:before{content:"\f076"}.wi-wmo4680-77:before{content:"\f01b"}.wi-wmo4680-78:before{content:"\f076"}.wi-wmo4680-80:before{content:"\f019"}.wi-wmo4680-81:before{content:"\f01c"}.wi-wmo4680-82:before{content:"\f019"}.wi-wmo4680-83:before{content:"\f019"}.wi-wmo4680-84:before{content:"\f01d"}.wi-wmo4680-85:before{content:"\f017"}.wi-wmo4680-86:before{content:"\f017"}.wi-wmo4680-87:before{content:"\f017"}.wi-wmo4680-89:before{content:"\f015"}.wi-wmo4680-90:before{content:"\f016"}.wi-wmo4680-91:before{content:"\f01d"}.wi-wmo4680-92:before{content:"\f01e"}.wi-wmo4680-93:before{content:"\f01e"}.wi-wmo4680-94:before{content:"\f016"}.wi-wmo4680-95:before{content:"\f01e"}.wi-wmo4680-96:before{content:"\f01e"}.wi-wmo4680-99:before{content:"\f056"}.wi-owm-200:before{content:"\f01e"}.wi-owm-201:before{content:"\f01e"}.wi-owm-202:before{content:"\f01e"}.wi-owm-210:before{content:"\f016"}.wi-owm-211:before{content:"\f016"}.wi-owm-212:before{content:"\f016"}.wi-owm-221:before{content:"\f016"}.wi-owm-230:before{content:"\f01e"}.wi-owm-231:before{content:"\f01e"}.wi-owm-232:before{content:"\f01e"}.wi-owm-300:before{content:"\f01c"}.wi-owm-301:before{content:"\f01c"}.wi-owm-302:before{content:"\f019"}.wi-owm-310:before{content:"\f017"}.wi-owm-311:before{content:"\f019"}.wi-owm-312:before{content:"\f019"}.wi-owm-313:before{content:"\f01a"}.wi-owm-314:before{content:"\f019"}.wi-owm-321:before{content:"\f01c"}.wi-owm-500:before{content:"\f01c"}.wi-owm-501:before{content:"\f019"}.wi-owm-502:before{content:"\f019"}.wi-owm-503:before{content:"\f019"}.wi-owm-504:before{content:"\f019"}.wi-owm-511:before{content:"\f017"}.wi-owm-520:before{content:"\f01a"}.wi-owm-521:before{content:"\f01a"}.wi-owm-522:before{content:"\f01a"}.wi-owm-531:before{content:"\f01d"}.wi-owm-600:before{content:"\f01b"}.wi-owm-601:before{content:"\f01b"}.wi-owm-602:before{content:"\f0b5"}.wi-owm-611:before{content:"\f017"}.wi-owm-612:before{content:"\f017"}.wi-owm-615:before{content:"\f017"}.wi-owm-616:before{content:"\f017"}.wi-owm-620:before{content:"\f017"}.wi-owm-621:before{content:"\f01b"}.wi-owm-622:before{content:"\f01b"}.wi-owm-701:before{content:"\f01a"}.wi-owm-711:before{content:"\f062"}.wi-owm-721:before{content:"\f0b6"}.wi-owm-731:before{content:"\f063"}.wi-owm-741:before{content:"\f014"}.wi-owm-761:before{content:"\f063"}.wi-owm-762:before{content:"\f063"}.wi-owm-771:before{content:"\f011"}.wi-owm-781:before{content:"\f056"}.wi-owm-800:before{content:"\f00d"}.wi-owm-801:before{content:"\f011"}.wi-owm-802:before{content:"\f011"}.wi-owm-803:before{content:"\f012"}.wi-owm-804:before{content:"\f013"}.wi-owm-900:before{content:"\f056"}.wi-owm-901:before{content:"\f01d"}.wi-owm-902:before{content:"\f073"}.wi-owm-903:before{content:"\f076"}.wi-owm-904:before{content:"\f072"}.wi-owm-905:before{content:"\f021"}.wi-owm-906:before{content:"\f015"}.wi-owm-957:before{content:"\f050"}.wi-owm-day-200:before{content:"\f010"}.wi-owm-day-201:before{content:"\f010"}.wi-owm-day-202:before{content:"\f010"}.wi-owm-day-210:before{content:"\f005"}.wi-owm-day-211:before{content:"\f005"}.wi-owm-day-212:before{content:"\f005"}.wi-owm-day-221:before{content:"\f005"}.wi-owm-day-230:before{content:"\f010"}.wi-owm-day-231:before{content:"\f010"}.wi-owm-day-232:before{content:"\f010"}.wi-owm-day-300:before{content:"\f00b"}.wi-owm-day-301:before{content:"\f00b"}.wi-owm-day-302:before{content:"\f008"}.wi-owm-day-310:before{content:"\f008"}.wi-owm-day-311:before{content:"\f008"}.wi-owm-day-312:before{content:"\f008"}.wi-owm-day-313:before{content:"\f008"}.wi-owm-day-314:before{content:"\f008"}.wi-owm-day-321:before{content:"\f00b"}.wi-owm-day-500:before{content:"\f00b"}.wi-owm-day-501:before{content:"\f008"}.wi-owm-day-502:before{content:"\f008"}.wi-owm-day-503:before{content:"\f008"}.wi-owm-day-504:before{content:"\f008"}.wi-owm-day-511:before{content:"\f006"}.wi-owm-day-520:before{content:"\f009"}.wi-owm-day-521:before{content:"\f009"}.wi-owm-day-522:before{content:"\f009"}.wi-owm-day-531:before{content:"\f00e"}.wi-owm-day-600:before{content:"\f00a"}.wi-owm-day-601:before{content:"\f0b2"}.wi-owm-day-602:before{content:"\f00a"}.wi-owm-day-611:before{content:"\f006"}.wi-owm-day-612:before{content:"\f006"}.wi-owm-day-615:before{content:"\f006"}.wi-owm-day-616:before{content:"\f006"}.wi-owm-day-620:before{content:"\f006"}.wi-owm-day-621:before{content:"\f00a"}.wi-owm-day-622:before{content:"\f00a"}.wi-owm-day-701:before{content:"\f009"}.wi-owm-day-711:before{content:"\f062"}.wi-owm-day-721:before{content:"\f0b6"}.wi-owm-day-731:before{content:"\f063"}.wi-owm-day-741:before{content:"\f003"}.wi-owm-day-761:before{content:"\f063"}.wi-owm-day-762:before{content:"\f063"}.wi-owm-day-781:before{content:"\f056"}.wi-owm-day-800:before{content:"\f00d"}.wi-owm-day-801:before{content:"\f000"}.wi-owm-day-802:before{content:"\f000"}.wi-owm-day-803:before{content:"\f000"}.wi-owm-day-804:before{content:"\f00c"}.wi-owm-day-900:before{content:"\f056"}.wi-owm-day-902:before{content:"\f073"}.wi-owm-day-903:before{content:"\f076"}.wi-owm-day-904:before{content:"\f072"}.wi-owm-day-906:before{content:"\f004"}.wi-owm-day-957:before{content:"\f050"}.wi-owm-night-200:before{content:"\f02d"}.wi-owm-night-201:before{content:"\f02d"}.wi-owm-night-202:before{content:"\f02d"}.wi-owm-night-210:before{content:"\f025"}.wi-owm-night-211:before{content:"\f025"}.wi-owm-night-212:before{content:"\f025"}.wi-owm-night-221:before{content:"\f025"}.wi-owm-night-230:before{content:"\f02d"}.wi-owm-night-231:before{content:"\f02d"}.wi-owm-night-232:before{content:"\f02d"}.wi-owm-night-300:before{content:"\f02b"}.wi-owm-night-301:before{content:"\f02b"}.wi-owm-night-302:before{content:"\f028"}.wi-owm-night-310:before{content:"\f028"}.wi-owm-night-311:before{content:"\f028"}.wi-owm-night-312:before{content:"\f028"}.wi-owm-night-313:before{content:"\f028"}.wi-owm-night-314:before{content:"\f028"}.wi-owm-night-321:before{content:"\f02b"}.wi-owm-night-500:before{content:"\f02b"}.wi-owm-night-501:before{content:"\f028"}.wi-owm-night-502:before{content:"\f028"}.wi-owm-night-503:before{content:"\f028"}.wi-owm-night-504:before{content:"\f028"}.wi-owm-night-511:before{content:"\f026"}.wi-owm-night-520:before{content:"\f029"}.wi-owm-night-521:before{content:"\f029"}.wi-owm-night-522:before{content:"\f029"}.wi-owm-night-531:before{content:"\f02c"}.wi-owm-night-600:before{content:"\f02a"}.wi-owm-night-601:before{content:"\f0b4"}.wi-owm-night-602:before{content:"\f02a"}.wi-owm-night-611:before{content:"\f026"}.wi-owm-night-612:before{content:"\f026"}.wi-owm-night-615:before{content:"\f026"}.wi-owm-night-616:before{content:"\f026"}.wi-owm-night-620:before{content:"\f026"}.wi-owm-night-621:before{content:"\f02a"}.wi-owm-night-622:before{content:"\f02a"}.wi-owm-night-701:before{content:"\f029"}.wi-owm-night-711:before{content:"\f062"}.wi-owm-night-721:before{content:"\f0b6"}.wi-owm-night-731:before{content:"\f063"}.wi-owm-night-741:before{content:"\f04a"}.wi-owm-night-761:before{content:"\f063"}.wi-owm-night-762:before{content:"\f063"}.wi-owm-night-781:before{content:"\f056"}.wi-owm-night-800:before{content:"\f02e"}.wi-owm-night-801:before{content:"\f022"}.wi-owm-night-802:before{content:"\f022"}.wi-owm-night-803:before{content:"\f022"}.wi-owm-night-804:before{content:"\f086"}.wi-owm-night-900:before{content:"\f056"}.wi-owm-night-902:before{content:"\f073"}.wi-owm-night-903:before{content:"\f076"}.wi-owm-night-904:before{content:"\f072"}.wi-owm-night-906:before{content:"\f024"}.wi-owm-night-957:before{content:"\f050"}.wi-wu-chanceflurries:before{content:"\f064"}.wi-wu-chancerain:before{content:"\f019"}.wi-wu-chancesleat:before{content:"\f0b5"}.wi-wu-chancesnow:before{content:"\f01b"}.wi-wu-chancetstorms:before{content:"\f01e"}.wi-wu-clear:before{content:"\f00d"}.wi-wu-cloudy:before{content:"\f002"}.wi-wu-flurries:before{content:"\f064"}.wi-wu-hazy:before{content:"\f0b6"}.wi-wu-mostlycloudy:before{content:"\f002"}.wi-wu-mostlysunny:before{content:"\f00d"}.wi-wu-partlycloudy:before{content:"\f002"}.wi-wu-partlysunny:before{content:"\f00d"}.wi-wu-rain:before{content:"\f01a"}.wi-wu-sleat:before{content:"\f0b5"}.wi-wu-snow:before{content:"\f01b"}.wi-wu-sunny:before{content:"\f00d"}.wi-wu-tstorms:before{content:"\f01e"}.wi-wu-unknown:before{content:"\f00d"} \ No newline at end of file diff --git a/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.eot b/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.eot deleted file mode 100644 index 330b7ec7a..000000000 Binary files a/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.eot and /dev/null differ diff --git a/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.svg b/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.svg deleted file mode 100644 index 397d7305b..000000000 --- a/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.svg +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.ttf b/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.ttf deleted file mode 100644 index 948f0a5d2..000000000 Binary files a/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.ttf and /dev/null differ diff --git a/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.woff b/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.woff deleted file mode 100644 index e0b2f9483..000000000 Binary files a/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.woff and /dev/null differ diff --git a/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.woff2 b/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.woff2 deleted file mode 100644 index bb0c19ddf..000000000 Binary files a/ng6-seed/dist/assets/wheather-icon/font/weathericons-regular-webfont.woff2 and /dev/null differ diff --git a/ng6-seed/dist/bg-1.540add95bf57546f758f.jpg b/ng6-seed/dist/bg-1.540add95bf57546f758f.jpg deleted file mode 100644 index 1aad781d7..000000000 Binary files a/ng6-seed/dist/bg-1.540add95bf57546f758f.jpg and /dev/null differ diff --git a/ng6-seed/dist/bg-2.7f5576a36f0add5cab7d.jpg b/ng6-seed/dist/bg-2.7f5576a36f0add5cab7d.jpg deleted file mode 100644 index 5f427d3fa..000000000 Binary files a/ng6-seed/dist/bg-2.7f5576a36f0add5cab7d.jpg and /dev/null differ diff --git a/ng6-seed/dist/bg-3.7966569f8b1dfe9bbbe3.jpg b/ng6-seed/dist/bg-3.7966569f8b1dfe9bbbe3.jpg deleted file mode 100644 index 72efaee7c..000000000 Binary files a/ng6-seed/dist/bg-3.7966569f8b1dfe9bbbe3.jpg and /dev/null differ diff --git a/ng6-seed/dist/bg-4.ba5b88c4f24e5fd6454e.jpg b/ng6-seed/dist/bg-4.ba5b88c4f24e5fd6454e.jpg deleted file mode 100644 index 309138e51..000000000 Binary files a/ng6-seed/dist/bg-4.ba5b88c4f24e5fd6454e.jpg and /dev/null differ diff --git a/ng6-seed/dist/bg-5.8ab7cf72d852c2ae538c.jpg b/ng6-seed/dist/bg-5.8ab7cf72d852c2ae538c.jpg deleted file mode 100644 index c1b8ec570..000000000 Binary files a/ng6-seed/dist/bg-5.8ab7cf72d852c2ae538c.jpg and /dev/null differ diff --git a/ng6-seed/dist/common.0f2433d4dd39b3480a89.js b/ng6-seed/dist/common.0f2433d4dd39b3480a89.js deleted file mode 100644 index d0484e4d3..000000000 --- a/ng6-seed/dist/common.0f2433d4dd39b3480a89.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{"hW/x":function(e,t,i){"use strict";i.d(t,"a",function(){return d});var s=i("Q1FS"),r=i("zylw"),n=i("CcnG"),a=i("t/Na"),o="http://ssa.sineedge.com/sparqapi/api/",p=(new Date).toJSON().slice(0,19).replace("T"," "),d=function(){function e(e,t){this.http=e,this.aws=t}return e.prototype.getuserdata=function(){return this.http.get(o+"getListOfUsers")},e.prototype.adminupendis=function(e){var t=new FormData;return t.append("records",JSON.stringify(e)),this.http.post(o+"updateExistUser",t)},e.prototype.entityType=function(){return this.http.post(o+"getListOfMaster",{master_name:"ENTITYTYPE"})},e.prototype.City=function(){return this.http.post(o+"getListOfMaster",{master_name:"CITY"})},e.prototype.State=function(){return this.http.post(o+"getListOfMaster",{master_name:"STATE"})},e.prototype.designation=function(){return this.http.post(o+"getListOfMaster",{master_name:"DESIGNATION"})},e.prototype.lenderHierarchy=function(){return this.http.post(o+"getListOfMaster",{master_name:"LENDERHIERARCHY"})},e.prototype.saveRecords=function(e,t){if(""!=e&&void 0!==e){var i=void 0,s=void 0,r=void 0,n=void 0,a=void 0;null!=t.userid?(i=t.aws_name,s=this.aws.getlocale()||"",a=p):(i=e.User.Username,r=this.aws.getlocale()||"",n=p);var d=void 0;null!=t.userpic&&""!=t.userpic&&void 0!==t.userpic&&(d=t.userpic.name),console.log(d);var c=new FormData;console.log(t);for(var l=[],u=0,f=t.role;u - - -Generated by Fontastic.me - - - - - - - - - - - - - - - - - - - - - - diff --git a/ng6-seed/dist/data-table.bce071e976865da51100.eot b/ng6-seed/dist/data-table.bce071e976865da51100.eot deleted file mode 100644 index e2f181ffb..000000000 Binary files a/ng6-seed/dist/data-table.bce071e976865da51100.eot and /dev/null differ diff --git a/ng6-seed/dist/favicon.ico b/ng6-seed/dist/favicon.ico deleted file mode 100644 index 8081c7cea..000000000 Binary files a/ng6-seed/dist/favicon.ico and /dev/null differ diff --git a/ng6-seed/dist/fontawesome-webfont.674f50d287a8c48dc19b.eot b/ng6-seed/dist/fontawesome-webfont.674f50d287a8c48dc19b.eot deleted file mode 100644 index e9f60ca95..000000000 Binary files a/ng6-seed/dist/fontawesome-webfont.674f50d287a8c48dc19b.eot and /dev/null differ diff --git a/ng6-seed/dist/fontawesome-webfont.912ec66d7572ff821749.svg b/ng6-seed/dist/fontawesome-webfont.912ec66d7572ff821749.svg deleted file mode 100644 index 855c845e5..000000000 --- a/ng6-seed/dist/fontawesome-webfont.912ec66d7572ff821749.svg +++ /dev/null @@ -1,2671 +0,0 @@ - - - - -Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 - By ,,, -Copyright Dave Gandy 2016. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ng6-seed/dist/fontawesome-webfont.af7ae505a9eed503f8b8.woff2 b/ng6-seed/dist/fontawesome-webfont.af7ae505a9eed503f8b8.woff2 deleted file mode 100644 index 4d13fc604..000000000 Binary files a/ng6-seed/dist/fontawesome-webfont.af7ae505a9eed503f8b8.woff2 and /dev/null differ diff --git a/ng6-seed/dist/fontawesome-webfont.b06871f281fee6b241d6.ttf b/ng6-seed/dist/fontawesome-webfont.b06871f281fee6b241d6.ttf deleted file mode 100644 index 35acda2fa..000000000 Binary files a/ng6-seed/dist/fontawesome-webfont.b06871f281fee6b241d6.ttf and /dev/null differ diff --git a/ng6-seed/dist/fontawesome-webfont.fee66e712a8a08eef580.woff b/ng6-seed/dist/fontawesome-webfont.fee66e712a8a08eef580.woff deleted file mode 100644 index 400014a4b..000000000 Binary files a/ng6-seed/dist/fontawesome-webfont.fee66e712a8a08eef580.woff and /dev/null differ diff --git a/ng6-seed/dist/glyphicons-halflings-regular.448c34a56d699c29117a.woff2 b/ng6-seed/dist/glyphicons-halflings-regular.448c34a56d699c29117a.woff2 deleted file mode 100644 index 64539b54c..000000000 Binary files a/ng6-seed/dist/glyphicons-halflings-regular.448c34a56d699c29117a.woff2 and /dev/null differ diff --git a/ng6-seed/dist/glyphicons-halflings-regular.89889688147bd7575d63.svg b/ng6-seed/dist/glyphicons-halflings-regular.89889688147bd7575d63.svg deleted file mode 100644 index 94fb5490a..000000000 --- a/ng6-seed/dist/glyphicons-halflings-regular.89889688147bd7575d63.svg +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ng6-seed/dist/glyphicons-halflings-regular.e18bbf611f2a2e43afc0.ttf b/ng6-seed/dist/glyphicons-halflings-regular.e18bbf611f2a2e43afc0.ttf deleted file mode 100644 index 1413fc609..000000000 Binary files a/ng6-seed/dist/glyphicons-halflings-regular.e18bbf611f2a2e43afc0.ttf and /dev/null differ diff --git a/ng6-seed/dist/glyphicons-halflings-regular.f4769f9bdb7466be6508.eot b/ng6-seed/dist/glyphicons-halflings-regular.f4769f9bdb7466be6508.eot deleted file mode 100644 index b93a4953f..000000000 Binary files a/ng6-seed/dist/glyphicons-halflings-regular.f4769f9bdb7466be6508.eot and /dev/null differ diff --git a/ng6-seed/dist/glyphicons-halflings-regular.fa2772327f55d8198301.woff b/ng6-seed/dist/glyphicons-halflings-regular.fa2772327f55d8198301.woff deleted file mode 100644 index 9e612858f..000000000 Binary files a/ng6-seed/dist/glyphicons-halflings-regular.fa2772327f55d8198301.woff and /dev/null differ diff --git a/ng6-seed/dist/index.html b/ng6-seed/dist/index.html deleted file mode 100644 index 7fac5ea7f..000000000 --- a/ng6-seed/dist/index.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - - SineEdge - - - - - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - - \ No newline at end of file diff --git a/ng6-seed/dist/main.bdc4d7ee6b3915f44a33.js b/ng6-seed/dist/main.bdc4d7ee6b3915f44a33.js deleted file mode 100644 index 91d4f9a99..000000000 --- a/ng6-seed/dist/main.bdc4d7ee6b3915f44a33.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{"+OK2":function(e,t,r){var n=r("oGmC");function i(e,t){this.hash=new e,this.outer=new e;var r=function(e,t){var r=n.convertToBuffer(t);if(r.byteLength>e.BLOCK_SIZE){var i=new e;i.update(r),r=i.digest()}var o=new Uint8Array(e.BLOCK_SIZE);return o.set(r),o}(e,t),i=new Uint8Array(e.BLOCK_SIZE);i.set(r);for(var o=0;o0&&this._events[e].length>a&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"==typeof console.trace&&console.trace()),this},r.prototype.once=function(e,t){if(!n(t))throw TypeError("listener must be a function");var r=!1;function i(){this.removeListener(e,i),r||(r=!0,t.apply(this,arguments))}return i.listener=t,this.on(e,i),this},r.prototype.removeListener=function(e,t){var r,o,a,s;if(!n(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(a=(r=this._events[e]).length,o=-1,r===t||n(r.listener)&&r.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(i(r)){for(s=a;s-- >0;)if(r[s]===t||r[s].listener&&r[s].listener===t){o=s;break}if(o<0)return this;1===r.length?(r.length=0,delete this._events[e]):r.splice(o,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},r.prototype.removeAllListeners=function(e){var t,r;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(n(r=this._events[e]))this.removeListener(e,r);else if(r)for(;r.length;)this.removeListener(e,r[r.length-1]);return delete this._events[e],this},r.prototype.listeners=function(e){return this._events&&this._events[e]?n(this._events[e])?[this._events[e]]:this._events[e].slice():[]},r.prototype.listenerCount=function(e){if(this._events){var t=this._events[e];if(n(t))return 1;if(t)return t.length}return 0},r.listenerCount=function(e,t){return e.listenerCount(t)}},"+tJ4":function(e,t,r){"use strict";r.d(t,"a",function(){return n});var n=function(e){return function(t){for(var r=0,n=e.length;r=0}},"/6Iq":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("3+at"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.ngOnInit=function(){this.validator=o.notEqualTo(this.notEqualTo)},e.prototype.validate=function(e){return this.validator(e)},e.decorators=[{type:n.Directive,args:[{selector:"[notEqualTo][formControlName],[notEqualTo][formControl],[notEqualTo][ngModel]",providers:[a]}]}],e.propDecorators={notEqualTo:[{type:n.Input}]},e}();t.NotEqualToValidator=s},"/LZb":function(e){e.exports={pagination:{DescribeConnections:{result_key:"connections"},DescribeConnectionsOnInterconnect:{result_key:"connections"},DescribeInterconnects:{result_key:"interconnects"},DescribeLocations:{result_key:"locations"},DescribeVirtualGateways:{result_key:"virtualGateways"},DescribeVirtualInterfaces:{result_key:"virtualInterfaces"}}}},"/VYK":function(e,t,r){"use strict";r.d(t,"a",function(){return m}),r.d(t,"b",function(){return d}),r.d(t,"c",function(){return h});var n=r("dWZg"),i=r("CcnG"),o=r("G5J1"),a=r("K9Ia"),s=r("bne5"),u=r("n6gG"),l=r("Rney"),c=r("ny24"),p=!!Object(n.d)()&&{passive:!0},m=function(){function e(e,t){this._platform=e,this._ngZone=t,this._monitoredElements=new Map}return e.prototype.monitor=function(e){var t=this;if(!this._platform.isBrowser)return o.a;var r=e instanceof i.ElementRef?e.nativeElement:e,n=this._monitoredElements.get(r);if(n)return n.subject.asObservable();var s=new a.a,u="cdk-text-field-autofilled",l=function(e){"cdk-text-field-autofill-start"!==e.animationName||r.classList.contains(u)?"cdk-text-field-autofill-end"===e.animationName&&r.classList.contains(u)&&(r.classList.remove(u),t._ngZone.run(function(){return s.next({target:e.target,isAutofilled:!1})})):(r.classList.add(u),t._ngZone.run(function(){return s.next({target:e.target,isAutofilled:!0})}))};return this._ngZone.runOutsideAngular(function(){r.addEventListener("animationstart",l,p),r.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(r,{subject:s,unlisten:function(){r.removeEventListener("animationstart",l,p)}}),s.asObservable()},e.prototype.stopMonitoring=function(e){var t=e instanceof i.ElementRef?e.nativeElement:e,r=this._monitoredElements.get(t);r&&(r.unlisten(),r.subject.complete(),t.classList.remove("cdk-text-field-autofill-monitored"),t.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(t))},e.prototype.ngOnDestroy=function(){var e=this;this._monitoredElements.forEach(function(t,r){return e.stopMonitoring(r)})},e.ngInjectableDef=Object(i.defineInjectable)({factory:function(){return new e(Object(i.inject)(n.a),Object(i.inject)(i.NgZone))},token:e,providedIn:"root"}),e}(),d=function(){function e(e,t,r){this._elementRef=e,this._platform=t,this._ngZone=r,this._destroyed=new a.a,this._enabled=!0,this._textareaElement=this._elementRef.nativeElement}return Object.defineProperty(e.prototype,"minRows",{get:function(){return this._minRows},set:function(e){this._minRows=e,this._setMinHeight()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"maxRows",{get:function(){return this._maxRows},set:function(e){this._maxRows=e,this._setMaxHeight()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"enabled",{get:function(){return this._enabled},set:function(e){e=Object(u.c)(e),this._enabled!==e&&((this._enabled=e)?this.resizeToFitContent(!0):this.reset())},enumerable:!0,configurable:!0}),e.prototype._setMinHeight=function(){var e=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;e&&this._setTextareaStyle("minHeight",e)},e.prototype._setMaxHeight=function(){var e=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;e&&this._setTextareaStyle("maxHeight",e)},e.prototype.ngAfterViewInit=function(){var e=this;this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(function(){Object(s.a)(window,"resize").pipe(Object(l.a)(16),Object(c.a)(e._destroyed)).subscribe(function(){return e.resizeToFitContent(!0)})}))},e.prototype.ngOnDestroy=function(){this._destroyed.next(),this._destroyed.complete()},e.prototype._setTextareaStyle=function(e,t){this._textareaElement.style[e]=t},e.prototype._cacheTextareaLineHeight=function(){if(!this._cachedLineHeight){var e=this._textareaElement.cloneNode(!1);e.rows=1,e.style.position="absolute",e.style.visibility="hidden",e.style.border="none",e.style.padding="0",e.style.height="",e.style.minHeight="",e.style.maxHeight="",e.style.overflow="hidden",this._textareaElement.parentNode.appendChild(e),this._cachedLineHeight=e.clientHeight,this._textareaElement.parentNode.removeChild(e),this._setMinHeight(),this._setMaxHeight()}},e.prototype.ngDoCheck=function(){this._platform.isBrowser&&this.resizeToFitContent()},e.prototype.resizeToFitContent=function(e){var t=this;if(void 0===e&&(e=!1),this._enabled&&(this._cacheTextareaLineHeight(),this._cachedLineHeight)){var r=this._elementRef.nativeElement,n=r.value;if(n!==this._previousValue||e){var i=r.placeholder;r.classList.add("cdk-textarea-autosize-measuring"),r.placeholder="",r.style.height=r.scrollHeight-4+"px",r.classList.remove("cdk-textarea-autosize-measuring"),r.placeholder=i,"undefined"!=typeof requestAnimationFrame&&this._ngZone.runOutsideAngular(function(){return requestAnimationFrame(function(){t._destroyed.isStopped||document.activeElement!==r||r.setSelectionRange(r.selectionStart,r.selectionEnd)})}),this._previousValue=n}}},e.prototype.reset=function(){void 0!==this._initialHeight&&(this._textareaElement.style.height=this._initialHeight)},e.prototype._noopInputHandler=function(){},e}(),h=function(){}},"/WYv":function(e,t,r){"use strict";function n(e){return e&&"function"!=typeof e.subscribe&&"function"==typeof e.then}r.d(t,"a",function(){return n})},"/g4C":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("pvmI"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.validate=function(e){return o.date(e)},e.decorators=[{type:n.Directive,args:[{selector:"[date][formControlName],[date][formControl],[date][ngModel]",providers:[a]}]}],e}();t.DateValidator=s},"/nwb":function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.ses={},n.SES=i.defineService("ses",["2010-12-01"]),Object.defineProperty(o.services.ses,"2010-12-01",{get:function(){var e=r("2BMo");return e.paginators=r("Vk7x").pagination,e.waiters=r("KCUs").waiters,e},enumerable:!0,configurable:!0}),e.exports=n.SES},"/zZR":function(e){e.exports={version:2,waiters:{DBInstanceAvailable:{delay:30,operation:"DescribeDBInstances",maxAttempts:60,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"DBInstances[].DBInstanceStatus"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"deleting",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"failed",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"incompatible-restore",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"incompatible-parameters",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"incompatible-parameters",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"incompatible-restore",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"}]},DBInstanceDeleted:{delay:30,operation:"DescribeDBInstances",maxAttempts:60,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"DBInstances[].DBInstanceStatus"},{expected:"creating",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"modifying",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"rebooting",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"},{expected:"resetting-master-credentials",matcher:"pathAny",state:"failure",argument:"DBInstances[].DBInstanceStatus"}]}}}},0:function(e,t){},"0/Q6":function(e,t,r){"use strict";r.d(t,"d",function(){return I}),r.d(t,"g",function(){return d}),r.d(t,"a",function(){return h}),r.d(t,"b",function(){return y}),r.d(t,"f",function(){return f}),r.d(t,"c",function(){return b}),r.d(t,"e",function(){return v}),r.d(t,"h",function(){return S});var n=r("mrSG"),i=r("CcnG"),o=r("Wf4p"),a=r("lLAP"),s=r("n6gG"),u=r("YlbQ"),l=r("YSh2"),c=(r("gIcY"),r("pugT")),p=Object(o.G)(function(){}),m=Object(o.G)(function(){}),d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t}(p),h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t}(p),y=function(){},f=function(){},b=function(e){function t(t,r){var n=e.call(this)||this;return n._element=t,n._navList=r,n._isNavList=!1,n._isNavList=!!r,n}return Object(n.__extends)(t,e),t.prototype.ngAfterContentInit=function(){new o.q(this._lines,this._element)},t.prototype._isRippleDisabled=function(){return!this._isNavList||this.disableRipple||this._navList.disableRipple},t.prototype._handleFocus=function(){this._element.nativeElement.classList.add("mat-list-item-focus")},t.prototype._handleBlur=function(){this._element.nativeElement.classList.remove("mat-list-item-focus")},t.prototype._getHostElement=function(){return this._element.nativeElement},t}(m),g=Object(o.G)(function(){}),v=function(e){function t(t,r,n){var i=e.call(this)||this;return i._element=t,i._changeDetector=r,i.selectionList=n,i._selected=!1,i._disabled=!1,i._hasFocus=!1,i.checkboxPosition="after",i}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled||this.selectionList&&this.selectionList.disabled},set:function(e){var t=Object(s.c)(e);t!==this._disabled&&(this._disabled=t,this._changeDetector.markForCheck())},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selected",{get:function(){return this.selectionList.selectedOptions.isSelected(this)},set:function(e){var t=Object(s.c)(e);t!==this._selected&&(this._setSelected(t),this.selectionList._reportValueChange())},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){var e=this,t=this._selected;Promise.resolve().then(function(){(e._selected||t)&&(e.selected=!0,e._changeDetector.markForCheck())})},t.prototype.ngAfterContentInit=function(){new o.q(this._lines,this._element)},t.prototype.ngOnDestroy=function(){var e=this;this.selected&&Promise.resolve().then(function(){return e.selected=!1}),this.selectionList._removeOptionFromList(this)},t.prototype.toggle=function(){this.selected=!this.selected},t.prototype.focus=function(){this._element.nativeElement.focus()},t.prototype.getLabel=function(){return this._text&&this._text.nativeElement.textContent||""},t.prototype._isRippleDisabled=function(){return this.disabled||this.disableRipple||this.selectionList.disableRipple},t.prototype._handleClick=function(){this.disabled||(this.toggle(),this.selectionList._emitChangeEvent(this))},t.prototype._handleFocus=function(){this._hasFocus=!0,this.selectionList._setFocusedOption(this)},t.prototype._handleBlur=function(){this._hasFocus=!1,this.selectionList._onTouched()},t.prototype._getHostElement=function(){return this._element.nativeElement},t.prototype._setSelected=function(e){return e!==this._selected&&(this._selected=e,e?this.selectionList.selectedOptions.select(this):this.selectionList.selectedOptions.deselect(this),this._changeDetector.markForCheck(),!0)},t.prototype._markForCheck=function(){this._changeDetector.markForCheck()},t}(Object(o.G)(function(){})),S=function(e){function t(t,r){var n=e.call(this)||this;return n._element=t,n.selectionChange=new i.EventEmitter,n.tabIndex=0,n._disabled=!1,n.selectedOptions=new u.b(!0),n._onChange=function(e){},n._modelChanges=c.a.EMPTY,n._onTouched=function(){},n.tabIndex=parseInt(r)||0,n}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled},set:function(e){this._disabled=Object(s.c)(e),this.options&&this.options.forEach(function(e){return e._markForCheck()})},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentInit=function(){this._keyManager=new a.g(this.options).withWrap().withTypeAhead().skipPredicate(function(){return!1}),this._tempValues&&(this._setOptionsFromValues(this._tempValues),this._tempValues=null),this._modelChanges=this.selectedOptions.onChange.subscribe(function(e){if(e.added)for(var t=0,r=e.added;t0?this._keyManager.setPreviousItemActive():0===t&&this.options.length>1&&this._keyManager.setNextItemActive()}},t.prototype._keydown=function(e){var t=e.keyCode,r=this._keyManager,n=r.activeItemIndex;switch(t){case l.n:case l.f:this._toggleFocusedOption(),e.preventDefault();break;case l.h:case l.e:t===l.h?r.setFirstItemActive():r.setLastItemActive(),e.preventDefault();break;case l.a:e.ctrlKey&&(this.options.find(function(e){return!e.selected})?this.selectAll():this.deselectAll(),e.preventDefault());break;default:r.onKeydown(e)}t!==l.p&&t!==l.d||!e.shiftKey||r.activeItemIndex===n||this._toggleFocusedOption()},t.prototype._reportValueChange=function(){this.options&&this._onChange(this._getSelectedOptionValues())},t.prototype._emitChangeEvent=function(e){this.selectionChange.emit(new function(e,t){this.source=e,this.option=t}(this,e))},t.prototype.writeValue=function(e){this.options?this._setOptionsFromValues(e||[]):this._tempValues=e},t.prototype.setDisabledState=function(e){this.disabled=e},t.prototype.registerOnChange=function(e){this._onChange=e},t.prototype.registerOnTouched=function(e){this._onTouched=e},t.prototype._setOptionsFromValues=function(e){var t=this;this.options.forEach(function(e){return e._setSelected(!1)}),e.map(function(e){return t.options.find(function(r){return t.compareWith?t.compareWith(r.value,e):r.value===e})}).filter(Boolean).forEach(function(e){return e._setSelected(!0)})},t.prototype._getSelectedOptionValues=function(){return this.options.filter(function(e){return e.selected}).map(function(e){return e.value})},t.prototype._toggleFocusedOption=function(){var e=this._keyManager.activeItemIndex;if(null!=e&&this._isValidIndex(e)){var t=this.options.toArray()[e];t&&!t.disabled&&(t.toggle(),this._emitChangeEvent(t))}},t.prototype._setAllOptionsSelected=function(e){var t=!1;this.options.forEach(function(r){r._setSelected(e)&&(t=!0)}),t&&this._reportValueChange()},t.prototype._isValidIndex=function(e){return e>=0&&e-1}var c=function(e){function t(t,r,n){var i=e.call(this,t,r,n)||this;return i._announcer=new o.a(1),i.layout$=i._announcer.asObservable(),i}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"layout",{set:function(e){this._cacheInput("layout",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutXs",{set:function(e){this._cacheInput("layoutXs",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutSm",{set:function(e){this._cacheInput("layoutSm",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutMd",{set:function(e){this._cacheInput("layoutMd",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutLg",{set:function(e){this._cacheInput("layoutLg",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutXl",{set:function(e){this._cacheInput("layoutXl",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutGtXs",{set:function(e){this._cacheInput("layoutGtXs",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutGtSm",{set:function(e){this._cacheInput("layoutGtSm",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutGtMd",{set:function(e){this._cacheInput("layoutGtMd",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutGtLg",{set:function(e){this._cacheInput("layoutGtLg",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutLtSm",{set:function(e){this._cacheInput("layoutLtSm",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutLtMd",{set:function(e){this._cacheInput("layoutLtMd",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutLtLg",{set:function(e){this._cacheInput("layoutLtLg",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"layoutLtXl",{set:function(e){this._cacheInput("layoutLtXl",e)},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(e){(null!=e.layout||this._mqActivation)&&this._updateWithDirection()},t.prototype.ngOnInit=function(){var t=this;e.prototype.ngOnInit.call(this),this._listenForMediaQueryChanges("layout","row",function(e){t._updateWithDirection(e.value)})},t.prototype._updateWithDirection=function(e){e=e||this._queryInput("layout")||"row",this._mqActivation&&(e=this._mqActivation.activatedInput);var t=function(e){var t=u(e);return function(e,r,n){return void 0===r&&(r=null),void 0===n&&(n=!1),{display:n?"inline-flex":"flex","box-sizing":"border-box","flex-direction":t[0],"flex-wrap":r||null}}(0,t[1],t[2])}(e||"");this._applyStyleToElement(t),this._announcer.next({direction:t["flex-direction"],wrap:!!t["flex-wrap"]&&"nowrap"!==t["flex-wrap"]})},t}(i.b);function p(e){for(var t=[],r=1;r-1?"column":"row",i=l(n)?"max-width":"max-height",o=l(n)?"min-width":"min-height",a=String(r).indexOf("calc")>-1,s=a||"auto"==r,u=String(r).indexOf("%")>-1&&!a,c=String(r).indexOf("px")>-1||String(r).indexOf("em")>-1||String(r).indexOf("vw")>-1||String(r).indexOf("vh")>-1,m=String(r).indexOf("px")>-1||s,d=a||c;e="0"==e?0:e,t="0"==t?0:t;var h=!e&&!t,y={},f={"max-width":null,"max-height":null,"min-width":null,"min-height":null};switch(r||""){case"":r="row"===n?"0%":!1!==this.layoutConfig.useColumnBasisZero?"0.000000001px":"auto";break;case"initial":case"nogrow":e=0,r="auto";break;case"grow":r="100%";break;case"noshrink":t=0,r="auto";break;case"auto":break;case"none":e=0,t=0,r="auto";break;default:d||u||isNaN(r)||(r+="%"),"0%"===r&&(d=!0),"0px"===r&&(r="0%"),y=p(f,a?{"flex-grow":e,"flex-shrink":t,"flex-basis":d?r:"100%"}:{flex:e+" "+t+" "+(d?r:"100%")})}return y.flex||y["flex-grow"]||(y=p(f,a?{"flex-grow":e,"flex-shrink":t,"flex-basis":r}:{flex:e+" "+t+" "+r})),"0%"!==r&&"0px"!==r&&"0.000000001px"!==r&&"auto"!==r&&(y[o]=h||m&&e?r:null,y[i]=h||!s&&t?r:null),y[o]||y[i]?this._layout&&this._layout.wrap&&(y[a?"flex-basis":"flex"]=y[i]?a?y[i]:e+" "+t+" "+y[i]:a?y[o]:e+" "+t+" "+y[o]):y=p(f,a?{"flex-grow":e,"flex-shrink":t,"flex-basis":r}:{flex:e+" "+t+" "+r}),p(y,{"box-sizing":"border-box"})},t}(i.b),d=function(e){function t(t,r,n,i){var o=e.call(this,t,r,i)||this;return o._layout="row",n&&(o._layoutWatcher=n.layout$.subscribe(o._onLayoutChange.bind(o))),o}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"align",{set:function(e){this._cacheInput("align",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignXs",{set:function(e){this._cacheInput("alignXs",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignSm",{set:function(e){this._cacheInput("alignSm",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignMd",{set:function(e){this._cacheInput("alignMd",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignLg",{set:function(e){this._cacheInput("alignLg",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignXl",{set:function(e){this._cacheInput("alignXl",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignGtXs",{set:function(e){this._cacheInput("alignGtXs",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignGtSm",{set:function(e){this._cacheInput("alignGtSm",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignGtMd",{set:function(e){this._cacheInput("alignGtMd",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignGtLg",{set:function(e){this._cacheInput("alignGtLg",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignLtSm",{set:function(e){this._cacheInput("alignLtSm",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignLtMd",{set:function(e){this._cacheInput("alignLtMd",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignLtLg",{set:function(e){this._cacheInput("alignLtLg",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"alignLtXl",{set:function(e){this._cacheInput("alignLtXl",e)},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(e){(null!=e.align||this._mqActivation)&&this._updateWithValue()},t.prototype.ngOnInit=function(){var t=this;e.prototype.ngOnInit.call(this),this._listenForMediaQueryChanges("align","start stretch",function(e){t._updateWithValue(e.value)})},t.prototype.ngOnDestroy=function(){e.prototype.ngOnDestroy.call(this),this._layoutWatcher&&this._layoutWatcher.unsubscribe()},t.prototype._updateWithValue=function(e){e=e||this._queryInput("align")||"start stretch",this._mqActivation&&(e=this._mqActivation.activatedInput),this._applyStyleToElement(this._buildCSS(e)),this._allowStretching(e,this._layout?this._layout:"row")},t.prototype._onLayoutChange=function(e){var t=this;this._layout=(e.direction||"").toLowerCase(),s.find(function(e){return e===t._layout})||(this._layout="row");var r=this._queryInput("align")||"start stretch";this._mqActivation&&(r=this._mqActivation.activatedInput),this._allowStretching(r,this._layout||"row")},t.prototype._buildCSS=function(e){var t={},r=e.split(" "),n=r[1];switch(r[0]){case"center":t["justify-content"]="center";break;case"space-around":t["justify-content"]="space-around";break;case"space-between":t["justify-content"]="space-between";break;case"space-evenly":t["justify-content"]="space-evenly";break;case"end":case"flex-end":t["justify-content"]="flex-end";break;case"start":case"flex-start":default:t["justify-content"]="flex-start"}switch(n){case"start":case"flex-start":t["align-items"]=t["align-content"]="flex-start";break;case"baseline":t["align-items"]="baseline";break;case"center":t["align-items"]=t["align-content"]="center";break;case"end":case"flex-end":t["align-items"]=t["align-content"]="flex-end";break;case"stretch":default:t["align-items"]=t["align-content"]="stretch"}return p(t,{display:"flex","flex-direction":this._layout||"row","box-sizing":"border-box"})},t.prototype._allowStretching=function(e,t){"stretch"==e.split(" ")[1]&&this._applyStyleToElement({"box-sizing":"border-box","max-width":l(t)?null:"100%","max-height":l(t)?"100%":null})},t}(i.b),h=function(){}},"24jU":function(e,t,r){"use strict";t.errorObject={e:{}}},"26FU":function(e,t,r){"use strict";r.d(t,"a",function(){return a});var n=r("mrSG"),i=r("K9Ia"),o=r("8g8A"),a=function(e){function t(t){var r=e.call(this)||this;return r._value=t,r}return n.__extends(t,e),Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!0,configurable:!0}),t.prototype._subscribe=function(t){var r=e.prototype._subscribe.call(this,t);return r&&!r.closed&&t.next(this._value),r},t.prototype.getValue=function(){if(this.hasError)throw this.thrownError;if(this.closed)throw new o.a;return this._value},t.prototype.next=function(t){e.prototype.next.call(this,this._value=t)},t}(i.a)},"28sT":function(e,t){!function(){var t;this.crypto&&crypto.getRandomValues&&(t=function(e){var t=new Uint8Array(e);return crypto.getRandomValues(t),t}),e.exports=t||function(e){for(var t,r=new Array(e),n=0;n>>((3&n)<<3)&255;return r}}()},"29s/":function(e,t,r){var n=r("WEpk"),i=r("5T2Y"),o=i["__core-js_shared__"]||(i["__core-js_shared__"]={});(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:n.version,mode:r("uOPS")?"pure":"global",copyright:"\xa9 2018 Denis Pushkarev (zloirock.ru)"})},"2BMo":function(e){e.exports={version:"2.0",metadata:{apiVersion:"2010-12-01",endpointPrefix:"email",protocol:"query",serviceAbbreviation:"Amazon SES",serviceFullName:"Amazon Simple Email Service",serviceId:"SES",signatureVersion:"v4",signingName:"ses",uid:"email-2010-12-01",xmlNamespace:"http://ses.amazonaws.com/doc/2010-12-01/"},operations:{CloneReceiptRuleSet:{input:{type:"structure",required:["RuleSetName","OriginalRuleSetName"],members:{RuleSetName:{},OriginalRuleSetName:{}}},output:{resultWrapper:"CloneReceiptRuleSetResult",type:"structure",members:{}}},CreateConfigurationSet:{input:{type:"structure",required:["ConfigurationSet"],members:{ConfigurationSet:{shape:"S5"}}},output:{resultWrapper:"CreateConfigurationSetResult",type:"structure",members:{}}},CreateConfigurationSetEventDestination:{input:{type:"structure",required:["ConfigurationSetName","EventDestination"],members:{ConfigurationSetName:{},EventDestination:{shape:"S9"}}},output:{resultWrapper:"CreateConfigurationSetEventDestinationResult",type:"structure",members:{}}},CreateConfigurationSetTrackingOptions:{input:{type:"structure",required:["ConfigurationSetName","TrackingOptions"],members:{ConfigurationSetName:{},TrackingOptions:{shape:"Sp"}}},output:{resultWrapper:"CreateConfigurationSetTrackingOptionsResult",type:"structure",members:{}}},CreateCustomVerificationEmailTemplate:{input:{type:"structure",required:["TemplateName","FromEmailAddress","TemplateSubject","TemplateContent","SuccessRedirectionURL","FailureRedirectionURL"],members:{TemplateName:{},FromEmailAddress:{},TemplateSubject:{},TemplateContent:{},SuccessRedirectionURL:{},FailureRedirectionURL:{}}}},CreateReceiptFilter:{input:{type:"structure",required:["Filter"],members:{Filter:{shape:"S10"}}},output:{resultWrapper:"CreateReceiptFilterResult",type:"structure",members:{}}},CreateReceiptRule:{input:{type:"structure",required:["RuleSetName","Rule"],members:{RuleSetName:{},After:{},Rule:{shape:"S18"}}},output:{resultWrapper:"CreateReceiptRuleResult",type:"structure",members:{}}},CreateReceiptRuleSet:{input:{type:"structure",required:["RuleSetName"],members:{RuleSetName:{}}},output:{resultWrapper:"CreateReceiptRuleSetResult",type:"structure",members:{}}},CreateTemplate:{input:{type:"structure",required:["Template"],members:{Template:{shape:"S20"}}},output:{resultWrapper:"CreateTemplateResult",type:"structure",members:{}}},DeleteConfigurationSet:{input:{type:"structure",required:["ConfigurationSetName"],members:{ConfigurationSetName:{}}},output:{resultWrapper:"DeleteConfigurationSetResult",type:"structure",members:{}}},DeleteConfigurationSetEventDestination:{input:{type:"structure",required:["ConfigurationSetName","EventDestinationName"],members:{ConfigurationSetName:{},EventDestinationName:{}}},output:{resultWrapper:"DeleteConfigurationSetEventDestinationResult",type:"structure",members:{}}},DeleteConfigurationSetTrackingOptions:{input:{type:"structure",required:["ConfigurationSetName"],members:{ConfigurationSetName:{}}},output:{resultWrapper:"DeleteConfigurationSetTrackingOptionsResult",type:"structure",members:{}}},DeleteCustomVerificationEmailTemplate:{input:{type:"structure",required:["TemplateName"],members:{TemplateName:{}}}},DeleteIdentity:{input:{type:"structure",required:["Identity"],members:{Identity:{}}},output:{resultWrapper:"DeleteIdentityResult",type:"structure",members:{}}},DeleteIdentityPolicy:{input:{type:"structure",required:["Identity","PolicyName"],members:{Identity:{},PolicyName:{}}},output:{resultWrapper:"DeleteIdentityPolicyResult",type:"structure",members:{}}},DeleteReceiptFilter:{input:{type:"structure",required:["FilterName"],members:{FilterName:{}}},output:{resultWrapper:"DeleteReceiptFilterResult",type:"structure",members:{}}},DeleteReceiptRule:{input:{type:"structure",required:["RuleSetName","RuleName"],members:{RuleSetName:{},RuleName:{}}},output:{resultWrapper:"DeleteReceiptRuleResult",type:"structure",members:{}}},DeleteReceiptRuleSet:{input:{type:"structure",required:["RuleSetName"],members:{RuleSetName:{}}},output:{resultWrapper:"DeleteReceiptRuleSetResult",type:"structure",members:{}}},DeleteTemplate:{input:{type:"structure",required:["TemplateName"],members:{TemplateName:{}}},output:{resultWrapper:"DeleteTemplateResult",type:"structure",members:{}}},DeleteVerifiedEmailAddress:{input:{type:"structure",required:["EmailAddress"],members:{EmailAddress:{}}}},DescribeActiveReceiptRuleSet:{input:{type:"structure",members:{}},output:{resultWrapper:"DescribeActiveReceiptRuleSetResult",type:"structure",members:{Metadata:{shape:"S2t"},Rules:{shape:"S2v"}}}},DescribeConfigurationSet:{input:{type:"structure",required:["ConfigurationSetName"],members:{ConfigurationSetName:{},ConfigurationSetAttributeNames:{type:"list",member:{}}}},output:{resultWrapper:"DescribeConfigurationSetResult",type:"structure",members:{ConfigurationSet:{shape:"S5"},EventDestinations:{type:"list",member:{shape:"S9"}},TrackingOptions:{shape:"Sp"},ReputationOptions:{type:"structure",members:{SendingEnabled:{type:"boolean"},ReputationMetricsEnabled:{type:"boolean"},LastFreshStart:{type:"timestamp"}}}}}},DescribeReceiptRule:{input:{type:"structure",required:["RuleSetName","RuleName"],members:{RuleSetName:{},RuleName:{}}},output:{resultWrapper:"DescribeReceiptRuleResult",type:"structure",members:{Rule:{shape:"S18"}}}},DescribeReceiptRuleSet:{input:{type:"structure",required:["RuleSetName"],members:{RuleSetName:{}}},output:{resultWrapper:"DescribeReceiptRuleSetResult",type:"structure",members:{Metadata:{shape:"S2t"},Rules:{shape:"S2v"}}}},GetAccountSendingEnabled:{output:{resultWrapper:"GetAccountSendingEnabledResult",type:"structure",members:{Enabled:{type:"boolean"}}}},GetCustomVerificationEmailTemplate:{input:{type:"structure",required:["TemplateName"],members:{TemplateName:{}}},output:{resultWrapper:"GetCustomVerificationEmailTemplateResult",type:"structure",members:{TemplateName:{},FromEmailAddress:{},TemplateSubject:{},TemplateContent:{},SuccessRedirectionURL:{},FailureRedirectionURL:{}}}},GetIdentityDkimAttributes:{input:{type:"structure",required:["Identities"],members:{Identities:{shape:"S3b"}}},output:{resultWrapper:"GetIdentityDkimAttributesResult",type:"structure",required:["DkimAttributes"],members:{DkimAttributes:{type:"map",key:{},value:{type:"structure",required:["DkimEnabled","DkimVerificationStatus"],members:{DkimEnabled:{type:"boolean"},DkimVerificationStatus:{},DkimTokens:{shape:"S3g"}}}}}}},GetIdentityMailFromDomainAttributes:{input:{type:"structure",required:["Identities"],members:{Identities:{shape:"S3b"}}},output:{resultWrapper:"GetIdentityMailFromDomainAttributesResult",type:"structure",required:["MailFromDomainAttributes"],members:{MailFromDomainAttributes:{type:"map",key:{},value:{type:"structure",required:["MailFromDomain","MailFromDomainStatus","BehaviorOnMXFailure"],members:{MailFromDomain:{},MailFromDomainStatus:{},BehaviorOnMXFailure:{}}}}}}},GetIdentityNotificationAttributes:{input:{type:"structure",required:["Identities"],members:{Identities:{shape:"S3b"}}},output:{resultWrapper:"GetIdentityNotificationAttributesResult",type:"structure",required:["NotificationAttributes"],members:{NotificationAttributes:{type:"map",key:{},value:{type:"structure",required:["BounceTopic","ComplaintTopic","DeliveryTopic","ForwardingEnabled"],members:{BounceTopic:{},ComplaintTopic:{},DeliveryTopic:{},ForwardingEnabled:{type:"boolean"},HeadersInBounceNotificationsEnabled:{type:"boolean"},HeadersInComplaintNotificationsEnabled:{type:"boolean"},HeadersInDeliveryNotificationsEnabled:{type:"boolean"}}}}}}},GetIdentityPolicies:{input:{type:"structure",required:["Identity","PolicyNames"],members:{Identity:{},PolicyNames:{shape:"S3v"}}},output:{resultWrapper:"GetIdentityPoliciesResult",type:"structure",required:["Policies"],members:{Policies:{type:"map",key:{},value:{}}}}},GetIdentityVerificationAttributes:{input:{type:"structure",required:["Identities"],members:{Identities:{shape:"S3b"}}},output:{resultWrapper:"GetIdentityVerificationAttributesResult",type:"structure",required:["VerificationAttributes"],members:{VerificationAttributes:{type:"map",key:{},value:{type:"structure",required:["VerificationStatus"],members:{VerificationStatus:{},VerificationToken:{}}}}}}},GetSendQuota:{output:{resultWrapper:"GetSendQuotaResult",type:"structure",members:{Max24HourSend:{type:"double"},MaxSendRate:{type:"double"},SentLast24Hours:{type:"double"}}}},GetSendStatistics:{output:{resultWrapper:"GetSendStatisticsResult",type:"structure",members:{SendDataPoints:{type:"list",member:{type:"structure",members:{Timestamp:{type:"timestamp"},DeliveryAttempts:{type:"long"},Bounces:{type:"long"},Complaints:{type:"long"},Rejects:{type:"long"}}}}}}},GetTemplate:{input:{type:"structure",required:["TemplateName"],members:{TemplateName:{}}},output:{resultWrapper:"GetTemplateResult",type:"structure",members:{Template:{shape:"S20"}}}},ListConfigurationSets:{input:{type:"structure",members:{NextToken:{},MaxItems:{type:"integer"}}},output:{resultWrapper:"ListConfigurationSetsResult",type:"structure",members:{ConfigurationSets:{type:"list",member:{shape:"S5"}},NextToken:{}}}},ListCustomVerificationEmailTemplates:{input:{type:"structure",members:{NextToken:{},MaxResults:{type:"integer"}}},output:{resultWrapper:"ListCustomVerificationEmailTemplatesResult",type:"structure",members:{CustomVerificationEmailTemplates:{type:"list",member:{type:"structure",members:{TemplateName:{},FromEmailAddress:{},TemplateSubject:{},SuccessRedirectionURL:{},FailureRedirectionURL:{}}}},NextToken:{}}}},ListIdentities:{input:{type:"structure",members:{IdentityType:{},NextToken:{},MaxItems:{type:"integer"}}},output:{resultWrapper:"ListIdentitiesResult",type:"structure",required:["Identities"],members:{Identities:{shape:"S3b"},NextToken:{}}}},ListIdentityPolicies:{input:{type:"structure",required:["Identity"],members:{Identity:{}}},output:{resultWrapper:"ListIdentityPoliciesResult",type:"structure",required:["PolicyNames"],members:{PolicyNames:{shape:"S3v"}}}},ListReceiptFilters:{input:{type:"structure",members:{}},output:{resultWrapper:"ListReceiptFiltersResult",type:"structure",members:{Filters:{type:"list",member:{shape:"S10"}}}}},ListReceiptRuleSets:{input:{type:"structure",members:{NextToken:{}}},output:{resultWrapper:"ListReceiptRuleSetsResult",type:"structure",members:{RuleSets:{type:"list",member:{shape:"S2t"}},NextToken:{}}}},ListTemplates:{input:{type:"structure",members:{NextToken:{},MaxItems:{type:"integer"}}},output:{resultWrapper:"ListTemplatesResult",type:"structure",members:{TemplatesMetadata:{type:"list",member:{type:"structure",members:{Name:{},CreatedTimestamp:{type:"timestamp"}}}},NextToken:{}}}},ListVerifiedEmailAddresses:{output:{resultWrapper:"ListVerifiedEmailAddressesResult",type:"structure",members:{VerifiedEmailAddresses:{shape:"S53"}}}},PutIdentityPolicy:{input:{type:"structure",required:["Identity","PolicyName","Policy"],members:{Identity:{},PolicyName:{},Policy:{}}},output:{resultWrapper:"PutIdentityPolicyResult",type:"structure",members:{}}},ReorderReceiptRuleSet:{input:{type:"structure",required:["RuleSetName","RuleNames"],members:{RuleSetName:{},RuleNames:{type:"list",member:{}}}},output:{resultWrapper:"ReorderReceiptRuleSetResult",type:"structure",members:{}}},SendBounce:{input:{type:"structure",required:["OriginalMessageId","BounceSender","BouncedRecipientInfoList"],members:{OriginalMessageId:{},BounceSender:{},Explanation:{},MessageDsn:{type:"structure",required:["ReportingMta"],members:{ReportingMta:{},ArrivalDate:{type:"timestamp"},ExtensionFields:{shape:"S5f"}}},BouncedRecipientInfoList:{type:"list",member:{type:"structure",required:["Recipient"],members:{Recipient:{},RecipientArn:{},BounceType:{},RecipientDsnFields:{type:"structure",required:["Action","Status"],members:{FinalRecipient:{},Action:{},RemoteMta:{},Status:{},DiagnosticCode:{},LastAttemptDate:{type:"timestamp"},ExtensionFields:{shape:"S5f"}}}}}},BounceSenderArn:{}}},output:{resultWrapper:"SendBounceResult",type:"structure",members:{MessageId:{}}}},SendBulkTemplatedEmail:{input:{type:"structure",required:["Source","Template","Destinations"],members:{Source:{},SourceArn:{},ReplyToAddresses:{shape:"S53"},ReturnPath:{},ReturnPathArn:{},ConfigurationSetName:{},DefaultTags:{shape:"S5u"},Template:{},TemplateArn:{},DefaultTemplateData:{},Destinations:{type:"list",member:{type:"structure",required:["Destination"],members:{Destination:{shape:"S61"},ReplacementTags:{shape:"S5u"},ReplacementTemplateData:{}}}}}},output:{resultWrapper:"SendBulkTemplatedEmailResult",type:"structure",required:["Status"],members:{Status:{type:"list",member:{type:"structure",members:{Status:{},Error:{},MessageId:{}}}}}}},SendCustomVerificationEmail:{input:{type:"structure",required:["EmailAddress","TemplateName"],members:{EmailAddress:{},TemplateName:{},ConfigurationSetName:{}}},output:{resultWrapper:"SendCustomVerificationEmailResult",type:"structure",members:{MessageId:{}}}},SendEmail:{input:{type:"structure",required:["Source","Destination","Message"],members:{Source:{},Destination:{shape:"S61"},Message:{type:"structure",required:["Subject","Body"],members:{Subject:{shape:"S6b"},Body:{type:"structure",members:{Text:{shape:"S6b"},Html:{shape:"S6b"}}}}},ReplyToAddresses:{shape:"S53"},ReturnPath:{},SourceArn:{},ReturnPathArn:{},Tags:{shape:"S5u"},ConfigurationSetName:{}}},output:{resultWrapper:"SendEmailResult",type:"structure",required:["MessageId"],members:{MessageId:{}}}},SendRawEmail:{input:{type:"structure",required:["RawMessage"],members:{Source:{},Destinations:{shape:"S53"},RawMessage:{type:"structure",required:["Data"],members:{Data:{type:"blob"}}},FromArn:{},SourceArn:{},ReturnPathArn:{},Tags:{shape:"S5u"},ConfigurationSetName:{}}},output:{resultWrapper:"SendRawEmailResult",type:"structure",required:["MessageId"],members:{MessageId:{}}}},SendTemplatedEmail:{input:{type:"structure",required:["Source","Destination","Template","TemplateData"],members:{Source:{},Destination:{shape:"S61"},ReplyToAddresses:{shape:"S53"},ReturnPath:{},SourceArn:{},ReturnPathArn:{},Tags:{shape:"S5u"},ConfigurationSetName:{},Template:{},TemplateArn:{},TemplateData:{}}},output:{resultWrapper:"SendTemplatedEmailResult",type:"structure",required:["MessageId"],members:{MessageId:{}}}},SetActiveReceiptRuleSet:{input:{type:"structure",members:{RuleSetName:{}}},output:{resultWrapper:"SetActiveReceiptRuleSetResult",type:"structure",members:{}}},SetIdentityDkimEnabled:{input:{type:"structure",required:["Identity","DkimEnabled"],members:{Identity:{},DkimEnabled:{type:"boolean"}}},output:{resultWrapper:"SetIdentityDkimEnabledResult",type:"structure",members:{}}},SetIdentityFeedbackForwardingEnabled:{input:{type:"structure",required:["Identity","ForwardingEnabled"],members:{Identity:{},ForwardingEnabled:{type:"boolean"}}},output:{resultWrapper:"SetIdentityFeedbackForwardingEnabledResult",type:"structure",members:{}}},SetIdentityHeadersInNotificationsEnabled:{input:{type:"structure",required:["Identity","NotificationType","Enabled"],members:{Identity:{},NotificationType:{},Enabled:{type:"boolean"}}},output:{resultWrapper:"SetIdentityHeadersInNotificationsEnabledResult",type:"structure",members:{}}},SetIdentityMailFromDomain:{input:{type:"structure",required:["Identity"],members:{Identity:{},MailFromDomain:{},BehaviorOnMXFailure:{}}},output:{resultWrapper:"SetIdentityMailFromDomainResult",type:"structure",members:{}}},SetIdentityNotificationTopic:{input:{type:"structure",required:["Identity","NotificationType"],members:{Identity:{},NotificationType:{},SnsTopic:{}}},output:{resultWrapper:"SetIdentityNotificationTopicResult",type:"structure",members:{}}},SetReceiptRulePosition:{input:{type:"structure",required:["RuleSetName","RuleName"],members:{RuleSetName:{},RuleName:{},After:{}}},output:{resultWrapper:"SetReceiptRulePositionResult",type:"structure",members:{}}},TestRenderTemplate:{input:{type:"structure",required:["TemplateName","TemplateData"],members:{TemplateName:{},TemplateData:{}}},output:{resultWrapper:"TestRenderTemplateResult",type:"structure",members:{RenderedTemplate:{}}}},UpdateAccountSendingEnabled:{input:{type:"structure",members:{Enabled:{type:"boolean"}}}},UpdateConfigurationSetEventDestination:{input:{type:"structure",required:["ConfigurationSetName","EventDestination"],members:{ConfigurationSetName:{},EventDestination:{shape:"S9"}}},output:{resultWrapper:"UpdateConfigurationSetEventDestinationResult",type:"structure",members:{}}},UpdateConfigurationSetReputationMetricsEnabled:{input:{type:"structure",required:["ConfigurationSetName","Enabled"],members:{ConfigurationSetName:{},Enabled:{type:"boolean"}}}},UpdateConfigurationSetSendingEnabled:{input:{type:"structure",required:["ConfigurationSetName","Enabled"],members:{ConfigurationSetName:{},Enabled:{type:"boolean"}}}},UpdateConfigurationSetTrackingOptions:{input:{type:"structure",required:["ConfigurationSetName","TrackingOptions"],members:{ConfigurationSetName:{},TrackingOptions:{shape:"Sp"}}},output:{resultWrapper:"UpdateConfigurationSetTrackingOptionsResult",type:"structure",members:{}}},UpdateCustomVerificationEmailTemplate:{input:{type:"structure",required:["TemplateName"],members:{TemplateName:{},FromEmailAddress:{},TemplateSubject:{},TemplateContent:{},SuccessRedirectionURL:{},FailureRedirectionURL:{}}}},UpdateReceiptRule:{input:{type:"structure",required:["RuleSetName","Rule"],members:{RuleSetName:{},Rule:{shape:"S18"}}},output:{resultWrapper:"UpdateReceiptRuleResult",type:"structure",members:{}}},UpdateTemplate:{input:{type:"structure",required:["Template"],members:{Template:{shape:"S20"}}},output:{resultWrapper:"UpdateTemplateResult",type:"structure",members:{}}},VerifyDomainDkim:{input:{type:"structure",required:["Domain"],members:{Domain:{}}},output:{resultWrapper:"VerifyDomainDkimResult",type:"structure",required:["DkimTokens"],members:{DkimTokens:{shape:"S3g"}}}},VerifyDomainIdentity:{input:{type:"structure",required:["Domain"],members:{Domain:{}}},output:{resultWrapper:"VerifyDomainIdentityResult",type:"structure",required:["VerificationToken"],members:{VerificationToken:{}}}},VerifyEmailAddress:{input:{type:"structure",required:["EmailAddress"],members:{EmailAddress:{}}}},VerifyEmailIdentity:{input:{type:"structure",required:["EmailAddress"],members:{EmailAddress:{}}},output:{resultWrapper:"VerifyEmailIdentityResult",type:"structure",members:{}}}},shapes:{S5:{type:"structure",required:["Name"],members:{Name:{}}},S9:{type:"structure",required:["Name","MatchingEventTypes"],members:{Name:{},Enabled:{type:"boolean"},MatchingEventTypes:{type:"list",member:{}},KinesisFirehoseDestination:{type:"structure",required:["IAMRoleARN","DeliveryStreamARN"],members:{IAMRoleARN:{},DeliveryStreamARN:{}}},CloudWatchDestination:{type:"structure",required:["DimensionConfigurations"],members:{DimensionConfigurations:{type:"list",member:{type:"structure",required:["DimensionName","DimensionValueSource","DefaultDimensionValue"],members:{DimensionName:{},DimensionValueSource:{},DefaultDimensionValue:{}}}}}},SNSDestination:{type:"structure",required:["TopicARN"],members:{TopicARN:{}}}}},Sp:{type:"structure",members:{CustomRedirectDomain:{}}},S10:{type:"structure",required:["Name","IpFilter"],members:{Name:{},IpFilter:{type:"structure",required:["Policy","Cidr"],members:{Policy:{},Cidr:{}}}}},S18:{type:"structure",required:["Name"],members:{Name:{},Enabled:{type:"boolean"},TlsPolicy:{},Recipients:{type:"list",member:{}},Actions:{type:"list",member:{type:"structure",members:{S3Action:{type:"structure",required:["BucketName"],members:{TopicArn:{},BucketName:{},ObjectKeyPrefix:{},KmsKeyArn:{}}},BounceAction:{type:"structure",required:["SmtpReplyCode","Message","Sender"],members:{TopicArn:{},SmtpReplyCode:{},StatusCode:{},Message:{},Sender:{}}},WorkmailAction:{type:"structure",required:["OrganizationArn"],members:{TopicArn:{},OrganizationArn:{}}},LambdaAction:{type:"structure",required:["FunctionArn"],members:{TopicArn:{},FunctionArn:{},InvocationType:{}}},StopAction:{type:"structure",required:["Scope"],members:{Scope:{},TopicArn:{}}},AddHeaderAction:{type:"structure",required:["HeaderName","HeaderValue"],members:{HeaderName:{},HeaderValue:{}}},SNSAction:{type:"structure",required:["TopicArn"],members:{TopicArn:{},Encoding:{}}}}}},ScanEnabled:{type:"boolean"}}},S20:{type:"structure",required:["TemplateName"],members:{TemplateName:{},SubjectPart:{},TextPart:{},HtmlPart:{}}},S2t:{type:"structure",members:{Name:{},CreatedTimestamp:{type:"timestamp"}}},S2v:{type:"list",member:{shape:"S18"}},S3b:{type:"list",member:{}},S3g:{type:"list",member:{}},S3v:{type:"list",member:{}},S53:{type:"list",member:{}},S5f:{type:"list",member:{type:"structure",required:["Name","Value"],members:{Name:{},Value:{}}}},S5u:{type:"list",member:{type:"structure",required:["Name","Value"],members:{Name:{},Value:{}}}},S61:{type:"structure",members:{ToAddresses:{shape:"S53"},CcAddresses:{shape:"S53"},BccAddresses:{shape:"S53"}}},S6b:{type:"structure",required:["Data"],members:{Data:{},Charset:{}}}}}},"2Bdj":function(e,t,r){"use strict";function n(e){return"function"==typeof e}r.d(t,"a",function(){return n})},"2EKD":function(e,t,r){"use strict";var n=r("Imru"),i=r("bRUn"),o=r("nhLr");e.exports={initialize:i,update:o,destroy:n}},"2GTP":function(e,t,r){var n=r("eaoh");e.exports=function(e,t,r){if(n(e),void 0===t)return e;switch(r){case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,i){return e.call(t,r,n,i)}}return function(){return e.apply(t,arguments)}}},"2Gh/":function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("AHKl")),n(r("5QUp"))},"2WpN":function(e,t,r){"use strict";r.d(t,"a",function(){return a});var n=r("mrSG"),i=r("FFOo"),o=r("pugT");function a(e){return function(t){return t.lift(new s(e))}}var s=function(){function e(e){this.callback=e}return e.prototype.call=function(e,t){return t.subscribe(new u(e,this.callback))},e}(),u=function(e){function t(t,r){var n=e.call(this,t)||this;return n.add(new o.a(r)),n}return n.__extends(t,e),t}(i.a)},"2ZLf":function(e){e.exports={version:"2.0",metadata:{apiVersion:"2016-02-16",endpointPrefix:"inspector",jsonVersion:"1.1",protocol:"json",serviceFullName:"Amazon Inspector",serviceId:"Inspector",signatureVersion:"v4",targetPrefix:"InspectorService",uid:"inspector-2016-02-16"},operations:{AddAttributesToFindings:{input:{type:"structure",required:["findingArns","attributes"],members:{findingArns:{shape:"S2"},attributes:{shape:"S4"}}},output:{type:"structure",required:["failedItems"],members:{failedItems:{shape:"S9"}}}},CreateAssessmentTarget:{input:{type:"structure",required:["assessmentTargetName"],members:{assessmentTargetName:{},resourceGroupArn:{}}},output:{type:"structure",required:["assessmentTargetArn"],members:{assessmentTargetArn:{}}}},CreateAssessmentTemplate:{input:{type:"structure",required:["assessmentTargetArn","assessmentTemplateName","durationInSeconds","rulesPackageArns"],members:{assessmentTargetArn:{},assessmentTemplateName:{},durationInSeconds:{type:"integer"},rulesPackageArns:{shape:"Sj"},userAttributesForFindings:{shape:"S4"}}},output:{type:"structure",required:["assessmentTemplateArn"],members:{assessmentTemplateArn:{}}}},CreateExclusionsPreview:{input:{type:"structure",required:["assessmentTemplateArn"],members:{assessmentTemplateArn:{}}},output:{type:"structure",required:["previewToken"],members:{previewToken:{}}}},CreateResourceGroup:{input:{type:"structure",required:["resourceGroupTags"],members:{resourceGroupTags:{shape:"Sp"}}},output:{type:"structure",required:["resourceGroupArn"],members:{resourceGroupArn:{}}}},DeleteAssessmentRun:{input:{type:"structure",required:["assessmentRunArn"],members:{assessmentRunArn:{}}}},DeleteAssessmentTarget:{input:{type:"structure",required:["assessmentTargetArn"],members:{assessmentTargetArn:{}}}},DeleteAssessmentTemplate:{input:{type:"structure",required:["assessmentTemplateArn"],members:{assessmentTemplateArn:{}}}},DescribeAssessmentRuns:{input:{type:"structure",required:["assessmentRunArns"],members:{assessmentRunArns:{shape:"Sy"}}},output:{type:"structure",required:["assessmentRuns","failedItems"],members:{assessmentRuns:{type:"list",member:{type:"structure",required:["arn","name","assessmentTemplateArn","state","durationInSeconds","rulesPackageArns","userAttributesForFindings","createdAt","stateChangedAt","dataCollected","stateChanges","notifications","findingCounts"],members:{arn:{},name:{},assessmentTemplateArn:{},state:{},durationInSeconds:{type:"integer"},rulesPackageArns:{type:"list",member:{}},userAttributesForFindings:{shape:"S4"},createdAt:{type:"timestamp"},startedAt:{type:"timestamp"},completedAt:{type:"timestamp"},stateChangedAt:{type:"timestamp"},dataCollected:{type:"boolean"},stateChanges:{type:"list",member:{type:"structure",required:["stateChangedAt","state"],members:{stateChangedAt:{type:"timestamp"},state:{}}}},notifications:{type:"list",member:{type:"structure",required:["date","event","error"],members:{date:{type:"timestamp"},event:{},message:{},error:{type:"boolean"},snsTopicArn:{},snsPublishStatusCode:{}}}},findingCounts:{type:"map",key:{},value:{type:"integer"}}}}},failedItems:{shape:"S9"}}}},DescribeAssessmentTargets:{input:{type:"structure",required:["assessmentTargetArns"],members:{assessmentTargetArns:{shape:"Sy"}}},output:{type:"structure",required:["assessmentTargets","failedItems"],members:{assessmentTargets:{type:"list",member:{type:"structure",required:["arn","name","createdAt","updatedAt"],members:{arn:{},name:{},resourceGroupArn:{},createdAt:{type:"timestamp"},updatedAt:{type:"timestamp"}}}},failedItems:{shape:"S9"}}}},DescribeAssessmentTemplates:{input:{type:"structure",required:["assessmentTemplateArns"],members:{assessmentTemplateArns:{shape:"Sy"}}},output:{type:"structure",required:["assessmentTemplates","failedItems"],members:{assessmentTemplates:{type:"list",member:{type:"structure",required:["arn","name","assessmentTargetArn","durationInSeconds","rulesPackageArns","userAttributesForFindings","assessmentRunCount","createdAt"],members:{arn:{},name:{},assessmentTargetArn:{},durationInSeconds:{type:"integer"},rulesPackageArns:{shape:"Sj"},userAttributesForFindings:{shape:"S4"},lastAssessmentRunArn:{},assessmentRunCount:{type:"integer"},createdAt:{type:"timestamp"}}}},failedItems:{shape:"S9"}}}},DescribeCrossAccountAccessRole:{output:{type:"structure",required:["roleArn","valid","registeredAt"],members:{roleArn:{},valid:{type:"boolean"},registeredAt:{type:"timestamp"}}}},DescribeExclusions:{input:{type:"structure",required:["exclusionArns"],members:{exclusionArns:{type:"list",member:{}},locale:{}}},output:{type:"structure",required:["exclusions","failedItems"],members:{exclusions:{type:"map",key:{},value:{type:"structure",required:["arn","title","description","recommendation","scopes"],members:{arn:{},title:{},description:{},recommendation:{},scopes:{shape:"S1x"},attributes:{shape:"S21"}}}},failedItems:{shape:"S9"}}}},DescribeFindings:{input:{type:"structure",required:["findingArns"],members:{findingArns:{shape:"Sy"},locale:{}}},output:{type:"structure",required:["findings","failedItems"],members:{findings:{type:"list",member:{type:"structure",required:["arn","attributes","userAttributes","createdAt","updatedAt"],members:{arn:{},schemaVersion:{type:"integer"},service:{},serviceAttributes:{type:"structure",required:["schemaVersion"],members:{schemaVersion:{type:"integer"},assessmentRunArn:{},rulesPackageArn:{}}},assetType:{},assetAttributes:{type:"structure",required:["schemaVersion"],members:{schemaVersion:{type:"integer"},agentId:{},autoScalingGroup:{},amiId:{},hostname:{},ipv4Addresses:{type:"list",member:{}}}},id:{},title:{},description:{},recommendation:{},severity:{},numericSeverity:{type:"double"},confidence:{type:"integer"},indicatorOfCompromise:{type:"boolean"},attributes:{shape:"S21"},userAttributes:{shape:"S4"},createdAt:{type:"timestamp"},updatedAt:{type:"timestamp"}}}},failedItems:{shape:"S9"}}}},DescribeResourceGroups:{input:{type:"structure",required:["resourceGroupArns"],members:{resourceGroupArns:{shape:"Sy"}}},output:{type:"structure",required:["resourceGroups","failedItems"],members:{resourceGroups:{type:"list",member:{type:"structure",required:["arn","tags","createdAt"],members:{arn:{},tags:{shape:"Sp"},createdAt:{type:"timestamp"}}}},failedItems:{shape:"S9"}}}},DescribeRulesPackages:{input:{type:"structure",required:["rulesPackageArns"],members:{rulesPackageArns:{shape:"Sy"},locale:{}}},output:{type:"structure",required:["rulesPackages","failedItems"],members:{rulesPackages:{type:"list",member:{type:"structure",required:["arn","name","version","provider"],members:{arn:{},name:{},version:{},provider:{},description:{}}}},failedItems:{shape:"S9"}}}},GetAssessmentReport:{input:{type:"structure",required:["assessmentRunArn","reportFileFormat","reportType"],members:{assessmentRunArn:{},reportFileFormat:{},reportType:{}}},output:{type:"structure",required:["status"],members:{status:{},url:{}}}},GetExclusionsPreview:{input:{type:"structure",required:["assessmentTemplateArn","previewToken"],members:{assessmentTemplateArn:{},previewToken:{},nextToken:{},maxResults:{type:"integer"},locale:{}}},output:{type:"structure",required:["previewStatus"],members:{previewStatus:{},exclusionPreviews:{type:"list",member:{type:"structure",required:["title","description","recommendation","scopes"],members:{title:{},description:{},recommendation:{},scopes:{shape:"S1x"},attributes:{shape:"S21"}}}},nextToken:{}}}},GetTelemetryMetadata:{input:{type:"structure",required:["assessmentRunArn"],members:{assessmentRunArn:{}}},output:{type:"structure",required:["telemetryMetadata"],members:{telemetryMetadata:{shape:"S3a"}}}},ListAssessmentRunAgents:{input:{type:"structure",required:["assessmentRunArn"],members:{assessmentRunArn:{},filter:{type:"structure",required:["agentHealths","agentHealthCodes"],members:{agentHealths:{type:"list",member:{}},agentHealthCodes:{type:"list",member:{}}}},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",required:["assessmentRunAgents"],members:{assessmentRunAgents:{type:"list",member:{type:"structure",required:["agentId","assessmentRunArn","agentHealth","agentHealthCode","telemetryMetadata"],members:{agentId:{},assessmentRunArn:{},agentHealth:{},agentHealthCode:{},agentHealthDetails:{},autoScalingGroup:{},telemetryMetadata:{shape:"S3a"}}}},nextToken:{}}}},ListAssessmentRuns:{input:{type:"structure",members:{assessmentTemplateArns:{shape:"S3o"},filter:{type:"structure",members:{namePattern:{},states:{type:"list",member:{}},durationRange:{shape:"S3s"},rulesPackageArns:{shape:"S3t"},startTimeRange:{shape:"S3u"},completionTimeRange:{shape:"S3u"},stateChangeTimeRange:{shape:"S3u"}}},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",required:["assessmentRunArns"],members:{assessmentRunArns:{shape:"S3w"},nextToken:{}}}},ListAssessmentTargets:{input:{type:"structure",members:{filter:{type:"structure",members:{assessmentTargetNamePattern:{}}},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",required:["assessmentTargetArns"],members:{assessmentTargetArns:{shape:"S3w"},nextToken:{}}}},ListAssessmentTemplates:{input:{type:"structure",members:{assessmentTargetArns:{shape:"S3o"},filter:{type:"structure",members:{namePattern:{},durationRange:{shape:"S3s"},rulesPackageArns:{shape:"S3t"}}},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",required:["assessmentTemplateArns"],members:{assessmentTemplateArns:{shape:"S3w"},nextToken:{}}}},ListEventSubscriptions:{input:{type:"structure",members:{resourceArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",required:["subscriptions"],members:{subscriptions:{type:"list",member:{type:"structure",required:["resourceArn","topicArn","eventSubscriptions"],members:{resourceArn:{},topicArn:{},eventSubscriptions:{type:"list",member:{type:"structure",required:["event","subscribedAt"],members:{event:{},subscribedAt:{type:"timestamp"}}}}}}},nextToken:{}}}},ListExclusions:{input:{type:"structure",required:["assessmentRunArn"],members:{assessmentRunArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",required:["exclusionArns"],members:{exclusionArns:{shape:"S3w"},nextToken:{}}}},ListFindings:{input:{type:"structure",members:{assessmentRunArns:{shape:"S3o"},filter:{type:"structure",members:{agentIds:{type:"list",member:{}},autoScalingGroups:{type:"list",member:{}},ruleNames:{type:"list",member:{}},severities:{type:"list",member:{}},rulesPackageArns:{shape:"S3t"},attributes:{shape:"S21"},userAttributes:{shape:"S21"},creationTimeRange:{shape:"S3u"}}},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",required:["findingArns"],members:{findingArns:{shape:"S3w"},nextToken:{}}}},ListRulesPackages:{input:{type:"structure",members:{nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",required:["rulesPackageArns"],members:{rulesPackageArns:{shape:"S3w"},nextToken:{}}}},ListTagsForResource:{input:{type:"structure",required:["resourceArn"],members:{resourceArn:{}}},output:{type:"structure",required:["tags"],members:{tags:{shape:"S4o"}}}},PreviewAgents:{input:{type:"structure",required:["previewAgentsArn"],members:{previewAgentsArn:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",required:["agentPreviews"],members:{agentPreviews:{type:"list",member:{type:"structure",required:["agentId"],members:{hostname:{},agentId:{},autoScalingGroup:{},agentHealth:{},agentVersion:{},operatingSystem:{},kernelVersion:{},ipv4Address:{}}}},nextToken:{}}}},RegisterCrossAccountAccessRole:{input:{type:"structure",required:["roleArn"],members:{roleArn:{}}}},RemoveAttributesFromFindings:{input:{type:"structure",required:["findingArns","attributeKeys"],members:{findingArns:{shape:"S2"},attributeKeys:{type:"list",member:{}}}},output:{type:"structure",required:["failedItems"],members:{failedItems:{shape:"S9"}}}},SetTagsForResource:{input:{type:"structure",required:["resourceArn"],members:{resourceArn:{},tags:{shape:"S4o"}}}},StartAssessmentRun:{input:{type:"structure",required:["assessmentTemplateArn"],members:{assessmentTemplateArn:{},assessmentRunName:{}}},output:{type:"structure",required:["assessmentRunArn"],members:{assessmentRunArn:{}}}},StopAssessmentRun:{input:{type:"structure",required:["assessmentRunArn"],members:{assessmentRunArn:{},stopAction:{}}}},SubscribeToEvent:{input:{type:"structure",required:["resourceArn","event","topicArn"],members:{resourceArn:{},event:{},topicArn:{}}}},UnsubscribeFromEvent:{input:{type:"structure",required:["resourceArn","event","topicArn"],members:{resourceArn:{},event:{},topicArn:{}}}},UpdateAssessmentTarget:{input:{type:"structure",required:["assessmentTargetArn","assessmentTargetName"],members:{assessmentTargetArn:{},assessmentTargetName:{},resourceGroupArn:{}}}}},shapes:{S2:{type:"list",member:{}},S4:{type:"list",member:{shape:"S5"}},S5:{type:"structure",required:["key"],members:{key:{},value:{}}},S9:{type:"map",key:{},value:{type:"structure",required:["failureCode","retryable"],members:{failureCode:{},retryable:{type:"boolean"}}}},Sj:{type:"list",member:{}},Sp:{type:"list",member:{type:"structure",required:["key"],members:{key:{},value:{}}}},Sy:{type:"list",member:{}},S1x:{type:"list",member:{type:"structure",members:{key:{},value:{}}}},S21:{type:"list",member:{shape:"S5"}},S3a:{type:"list",member:{type:"structure",required:["messageType","count"],members:{messageType:{},count:{type:"long"},dataSize:{type:"long"}}}},S3o:{type:"list",member:{}},S3s:{type:"structure",members:{minSeconds:{type:"integer"},maxSeconds:{type:"integer"}}},S3t:{type:"list",member:{}},S3u:{type:"structure",members:{beginDate:{type:"timestamp"},endDate:{type:"timestamp"}}},S3w:{type:"list",member:{}},S4o:{type:"list",member:{type:"structure",required:["key"],members:{key:{},value:{}}}}}}},"2ePl":function(e,t,r){"use strict";r.d(t,"a",function(){return n});var n=function(e){return e&&"number"==typeof e.length&&"function"!=typeof e}},"2faE":function(e,t,r){var n=r("5K7Z"),i=r("eUtF"),o=r("G8Mo"),a=Object.defineProperty;t.f=r("jmDH")?Object.defineProperty:function(e,t,r){if(n(e),t=o(t,!0),n(r),i)try{return a(e,t,r)}catch(e){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(e[t]=r.value),e}},"2ia+":function(e){e.exports={version:2,waiters:{InstanceExists:{delay:5,maxAttempts:40,operation:"DescribeInstances",acceptors:[{matcher:"path",expected:!0,argument:"length(Reservations[]) > `0`",state:"success"},{matcher:"error",expected:"InvalidInstanceID.NotFound",state:"retry"}]},BundleTaskComplete:{delay:15,operation:"DescribeBundleTasks",maxAttempts:40,acceptors:[{expected:"complete",matcher:"pathAll",state:"success",argument:"BundleTasks[].State"},{expected:"failed",matcher:"pathAny",state:"failure",argument:"BundleTasks[].State"}]},ConversionTaskCancelled:{delay:15,operation:"DescribeConversionTasks",maxAttempts:40,acceptors:[{expected:"cancelled",matcher:"pathAll",state:"success",argument:"ConversionTasks[].State"}]},ConversionTaskCompleted:{delay:15,operation:"DescribeConversionTasks",maxAttempts:40,acceptors:[{expected:"completed",matcher:"pathAll",state:"success",argument:"ConversionTasks[].State"},{expected:"cancelled",matcher:"pathAny",state:"failure",argument:"ConversionTasks[].State"},{expected:"cancelling",matcher:"pathAny",state:"failure",argument:"ConversionTasks[].State"}]},ConversionTaskDeleted:{delay:15,operation:"DescribeConversionTasks",maxAttempts:40,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"ConversionTasks[].State"}]},CustomerGatewayAvailable:{delay:15,operation:"DescribeCustomerGateways",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"CustomerGateways[].State"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"CustomerGateways[].State"},{expected:"deleting",matcher:"pathAny",state:"failure",argument:"CustomerGateways[].State"}]},ExportTaskCancelled:{delay:15,operation:"DescribeExportTasks",maxAttempts:40,acceptors:[{expected:"cancelled",matcher:"pathAll",state:"success",argument:"ExportTasks[].State"}]},ExportTaskCompleted:{delay:15,operation:"DescribeExportTasks",maxAttempts:40,acceptors:[{expected:"completed",matcher:"pathAll",state:"success",argument:"ExportTasks[].State"}]},ImageExists:{operation:"DescribeImages",maxAttempts:40,delay:15,acceptors:[{matcher:"path",expected:!0,argument:"length(Images[]) > `0`",state:"success"},{matcher:"error",expected:"InvalidAMIID.NotFound",state:"retry"}]},ImageAvailable:{operation:"DescribeImages",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"pathAll",argument:"Images[].State",expected:"available"},{state:"failure",matcher:"pathAny",argument:"Images[].State",expected:"failed"}]},InstanceRunning:{delay:15,operation:"DescribeInstances",maxAttempts:40,acceptors:[{expected:"running",matcher:"pathAll",state:"success",argument:"Reservations[].Instances[].State.Name"},{expected:"shutting-down",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{expected:"terminated",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{expected:"stopping",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{matcher:"error",expected:"InvalidInstanceID.NotFound",state:"retry"}]},InstanceStatusOk:{operation:"DescribeInstanceStatus",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"pathAll",argument:"InstanceStatuses[].InstanceStatus.Status",expected:"ok"},{matcher:"error",expected:"InvalidInstanceID.NotFound",state:"retry"}]},InstanceStopped:{delay:15,operation:"DescribeInstances",maxAttempts:40,acceptors:[{expected:"stopped",matcher:"pathAll",state:"success",argument:"Reservations[].Instances[].State.Name"},{expected:"pending",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{expected:"terminated",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"}]},InstanceTerminated:{delay:15,operation:"DescribeInstances",maxAttempts:40,acceptors:[{expected:"terminated",matcher:"pathAll",state:"success",argument:"Reservations[].Instances[].State.Name"},{expected:"pending",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{expected:"stopping",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"}]},KeyPairExists:{operation:"DescribeKeyPairs",delay:5,maxAttempts:6,acceptors:[{expected:!0,matcher:"path",state:"success",argument:"length(KeyPairs[].KeyName) > `0`"},{expected:"InvalidKeyPair.NotFound",matcher:"error",state:"retry"}]},NatGatewayAvailable:{operation:"DescribeNatGateways",delay:15,maxAttempts:40,acceptors:[{state:"success",matcher:"pathAll",argument:"NatGateways[].State",expected:"available"},{state:"failure",matcher:"pathAny",argument:"NatGateways[].State",expected:"failed"},{state:"failure",matcher:"pathAny",argument:"NatGateways[].State",expected:"deleting"},{state:"failure",matcher:"pathAny",argument:"NatGateways[].State",expected:"deleted"},{state:"retry",matcher:"error",expected:"NatGatewayNotFound"}]},NetworkInterfaceAvailable:{operation:"DescribeNetworkInterfaces",delay:20,maxAttempts:10,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"NetworkInterfaces[].Status"},{expected:"InvalidNetworkInterfaceID.NotFound",matcher:"error",state:"failure"}]},PasswordDataAvailable:{operation:"GetPasswordData",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"path",argument:"length(PasswordData) > `0`",expected:!0}]},SnapshotCompleted:{delay:15,operation:"DescribeSnapshots",maxAttempts:40,acceptors:[{expected:"completed",matcher:"pathAll",state:"success",argument:"Snapshots[].State"}]},SpotInstanceRequestFulfilled:{operation:"DescribeSpotInstanceRequests",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"pathAll",argument:"SpotInstanceRequests[].Status.Code",expected:"fulfilled"},{state:"success",matcher:"pathAll",argument:"SpotInstanceRequests[].Status.Code",expected:"request-canceled-and-instance-running"},{state:"failure",matcher:"pathAny",argument:"SpotInstanceRequests[].Status.Code",expected:"schedule-expired"},{state:"failure",matcher:"pathAny",argument:"SpotInstanceRequests[].Status.Code",expected:"canceled-before-fulfillment"},{state:"failure",matcher:"pathAny",argument:"SpotInstanceRequests[].Status.Code",expected:"bad-parameters"},{state:"failure",matcher:"pathAny",argument:"SpotInstanceRequests[].Status.Code",expected:"system-error"},{state:"retry",matcher:"error",expected:"InvalidSpotInstanceRequestID.NotFound"}]},SubnetAvailable:{delay:15,operation:"DescribeSubnets",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"Subnets[].State"}]},SystemStatusOk:{operation:"DescribeInstanceStatus",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"pathAll",argument:"InstanceStatuses[].SystemStatus.Status",expected:"ok"}]},VolumeAvailable:{delay:15,operation:"DescribeVolumes",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"Volumes[].State"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"Volumes[].State"}]},VolumeDeleted:{delay:15,operation:"DescribeVolumes",maxAttempts:40,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"Volumes[].State"},{matcher:"error",expected:"InvalidVolume.NotFound",state:"success"}]},VolumeInUse:{delay:15,operation:"DescribeVolumes",maxAttempts:40,acceptors:[{expected:"in-use",matcher:"pathAll",state:"success",argument:"Volumes[].State"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"Volumes[].State"}]},VpcAvailable:{delay:15,operation:"DescribeVpcs",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"Vpcs[].State"}]},VpcExists:{operation:"DescribeVpcs",delay:1,maxAttempts:5,acceptors:[{matcher:"status",expected:200,state:"success"},{matcher:"error",expected:"InvalidVpcID.NotFound",state:"retry"}]},VpnConnectionAvailable:{delay:15,operation:"DescribeVpnConnections",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"VpnConnections[].State"},{expected:"deleting",matcher:"pathAny",state:"failure",argument:"VpnConnections[].State"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"VpnConnections[].State"}]},VpnConnectionDeleted:{delay:15,operation:"DescribeVpnConnections",maxAttempts:40,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"VpnConnections[].State"},{expected:"pending",matcher:"pathAny",state:"failure",argument:"VpnConnections[].State"}]},VpcPeeringConnectionExists:{delay:15,operation:"DescribeVpcPeeringConnections",maxAttempts:40,acceptors:[{matcher:"status",expected:200,state:"success"},{matcher:"error",expected:"InvalidVpcPeeringConnectionID.NotFound",state:"retry"}]},VpcPeeringConnectionDeleted:{delay:15,operation:"DescribeVpcPeeringConnections",maxAttempts:40,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"VpcPeeringConnections[].Status.Code"},{matcher:"error",expected:"InvalidVpcPeeringConnectionID.NotFound",state:"success"}]}}}},"2ve2":function(e){e.exports={pagination:{ListCloudFrontOriginAccessIdentities:{input_token:"Marker",limit_key:"MaxItems",more_results:"CloudFrontOriginAccessIdentityList.IsTruncated",output_token:"CloudFrontOriginAccessIdentityList.NextMarker",result_key:"CloudFrontOriginAccessIdentityList.Items"},ListDistributions:{input_token:"Marker",limit_key:"MaxItems",more_results:"DistributionList.IsTruncated",output_token:"DistributionList.NextMarker",result_key:"DistributionList.Items"},ListInvalidations:{input_token:"Marker",limit_key:"MaxItems",more_results:"InvalidationList.IsTruncated",output_token:"InvalidationList.NextMarker",result_key:"InvalidationList.Items"},ListStreamingDistributions:{input_token:"Marker",limit_key:"MaxItems",more_results:"StreamingDistributionList.IsTruncated",output_token:"StreamingDistributionList.NextMarker",result_key:"StreamingDistributionList.Items"}}}},"3+at":function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("/6Iq")),n(r("nPu3"))},"3/th":function(e){e.exports={pagination:{}}},"3ELE":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("gIcY"),i=r("m9Vx");t.gt=function(e){return function(t){return i.isPresent(e)?i.isPresent(n.Validators.required(t))?null:+t.value>+e?null:{gt:!0}:null}}},"3FsZ":function(e,t){e.exports={now:function(){return"undefined"!=typeof performance&&"function"==typeof performance.now?performance.now():Date.now()}}},"3U0i":function(e,t,r){"use strict";function n(){return Error.call(this),this.message="Timeout has occurred",this.name="TimeoutError",this}r.d(t,"a",function(){return i}),n.prototype=Object.create(Error.prototype);var i=n},"3VWg":function(e){e.exports={pagination:{DescribeListeners:{input_token:"Marker",output_token:"NextMarker",result_key:"Listeners"},DescribeLoadBalancers:{input_token:"Marker",output_token:"NextMarker",result_key:"LoadBalancers"},DescribeTargetGroups:{input_token:"Marker",output_token:"NextMarker",result_key:"TargetGroups"}}}},"3b9E":function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.iot={},n.Iot=i.defineService("iot",["2015-05-28"]),Object.defineProperty(o.services.iot,"2015-05-28",{get:function(){var e=r("Yneo");return e.paginators=r("yEcQ").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.Iot},"3fWJ":function(e,t,r){"use strict";function n(){return Error.call(this),this.message="no elements in sequence",this.name="EmptyError",this}r.d(t,"a",function(){return i}),n.prototype=Object.create(Error.prototype);var i=n},"3pJQ":function(e,t,r){"use strict";r.d(t,"a",function(){return n}),r("mrSG"),r("OzfB"),r("n6gG");var n=function(){}},"3tAm":function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.applicationautoscaling={},n.ApplicationAutoScaling=i.defineService("applicationautoscaling",["2016-02-06"]),Object.defineProperty(o.services.applicationautoscaling,"2016-02-06",{get:function(){var e=r("FRkb");return e.paginators=r("HCoK").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.ApplicationAutoScaling},"3uhI":function(e,t,r){var n=r("BaN1"),i=r("hROZ");function o(e,t){n.each(t,function(t,r){"globalEndpoint"!==t&&(void 0!==e.config[t]&&null!==e.config[t]||(e.config[t]=r))})}e.exports=function(e){for(var t=function(e){var t=e.config.region,r=function(e){if(!e)return null;var t=e.split("-");return t.length<3?null:t.slice(0,t.length-2).join("-")+"-*"}(t),n=e.api.endpointPrefix;return[[t,n],[r,n],[t,"*"],[r,"*"],["*",n],["*","*"]].map(function(e){return e[0]&&e[1]?e.join("/"):null})}(e),r=0;r=1&&0!=this.pageSize},t.prototype.hasNextPage=function(){var e=this.getNumberOfPages();return this.pageIndex=new Date(e)?null:{minDate:!0}):{minDate:!0}}}},"5QUp":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("gIcY"),i=r("m9Vx"),o={3:/^[0-9A-F]{8}-[0-9A-F]{4}-3[0-9A-F]{3}-[0-9A-F]{4}-[0-9A-F]{12}$/i,4:/^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,5:/^[0-9A-F]{8}-[0-9A-F]{4}-5[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,all:/^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i};t.uuid=function(e){return function(t){if(i.isPresent(n.Validators.required(t)))return null;var r=t.value;return new RegExp(o[e]||o.all).test(r)?null:{uuid:!0}}}},"5T2Y":function(e,t){var r=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=r)},"5UJ7":function(e){e.exports={pagination:{}}},"5YF4":function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("0RTF")),n(r("u46e"))},"5mFF":function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.marketplacecommerceanalytics={},n.MarketplaceCommerceAnalytics=i.defineService("marketplacecommerceanalytics",["2015-07-01"]),Object.defineProperty(o.services.marketplacecommerceanalytics,"2015-07-01",{get:function(){var e=r("CNjO");return e.paginators=r("Us4f").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.MarketplaceCommerceAnalytics},"5oqQ":function(e,t,r){var n=r("QsWE");r("wUc9");var i=["copyDBSnapshot","createDBInstanceReadReplica","createDBCluster","copyDBClusterSnapshot"];n.util.update(n.RDS.prototype,{setupRequestListeners:function(e){if(-1!==i.indexOf(e.operation)&&e.params.SourceRegion)if(e.params=n.util.copy(e.params),e.params.PreSignedUrl||e.params.SourceRegion===this.config.region)delete e.params.SourceRegion;else{var t=!!this.config.paramValidation;t&&e.removeListener("validate",n.EventListeners.Core.VALIDATE_PARAMETERS),e.onAsync("validate",this.buildCrossRegionPresignedUrl),t&&e.addListener("validate",n.EventListeners.Core.VALIDATE_PARAMETERS)}},buildCrossRegionPresignedUrl:function(e,t){var r=n.util.copy(e.service.config);r.region=e.params.SourceRegion,delete e.params.SourceRegion,delete r.endpoint,delete r.params,r.signatureVersion="v4";var i=e.service.config.region,o=new e.service.constructor(r)[e.operation](n.util.copy(e.params));o.on("build",function(e){var t=e.httpRequest;t.params.DestinationRegion=i,t.body=n.util.queryParamsToString(t.params)}),o.presign(function(r,n){r?t(r):(e.params.PreSignedUrl=n,t())})}})},"5vMV":function(e,t,r){var n=r("B+OT"),i=r("NsO/"),o=r("W070")(!1),a=r("VVlx")("IE_PROTO");e.exports=function(e,t){var r,s=i(e),u=0,l=[];for(r in s)r!=a&&n(s,r)&&l.push(r);for(;t.length>u;)n(s,r=t[u++])&&(~o(l,r)||l.push(r));return l}},"5wOx":function(e,t,r){var n=r("T0AB"),i=r("1vLn"),o=r("nyFZ"),a=r("TkaK"),s=r("CbSC"),u=r("BaN1"),l=u.property,c=u.memoizedProperty;e.exports=function(e,t){e=e||{},(t=t||{}).api=this,e.metadata=e.metadata||{},l(this,"isApi",!0,!1),l(this,"apiVersion",e.metadata.apiVersion),l(this,"endpointPrefix",e.metadata.endpointPrefix),l(this,"signingName",e.metadata.signingName),l(this,"globalEndpoint",e.metadata.globalEndpoint),l(this,"signatureVersion",e.metadata.signatureVersion),l(this,"jsonVersion",e.metadata.jsonVersion),l(this,"targetPrefix",e.metadata.targetPrefix),l(this,"protocol",e.metadata.protocol),l(this,"timestampFormat",e.metadata.timestampFormat),l(this,"xmlNamespaceUri",e.metadata.xmlNamespace),l(this,"abbreviation",e.metadata.serviceAbbreviation),l(this,"fullName",e.metadata.serviceFullName),l(this,"serviceId",e.metadata.serviceId),c(this,"className",function(){var t=e.metadata.serviceAbbreviation||e.metadata.serviceFullName;return t?("ElasticLoadBalancing"===(t=t.replace(/^Amazon|AWS\s*|\(.*|\s+|\W+/g,""))&&(t="ELB"),t):null}),l(this,"operations",new n(e.operations,t,function(e,r){return new i(e,r,t)},u.string.lowerFirst)),l(this,"shapes",new n(e.shapes,t,function(e,r){return o.create(r,t)})),l(this,"paginators",new n(e.paginators,t,function(e,r){return new a(e,r,t)})),l(this,"waiters",new n(e.waiters,t,function(e,r){return new s(e,r,t)},u.string.lowerFirst)),t.documentation&&(l(this,"documentation",e.documentation),l(this,"documentationUrl",e.documentationUrl))}},"5wkZ":function(e,t){e.exports={eventMessageChunker:function(e){for(var t=[],r=0;r>16)+(t>>16)+(r>>16)<<16|65535&r},o=function(e,t){return e>>>t|e<<32-t},a=function(e,t){return e>>>t},s=function(e,t,r){return e&t^~e&r},u=function(e,t,r){return e&t^e&r^t&r},l=function(e){return o(e,2)^o(e,13)^o(e,22)},c=function(e){return o(e,6)^o(e,11)^o(e,25)},p=function(e){return o(e,7)^o(e,18)^a(e,3)},m=function(e,t){var r,n,m,d,h,y,f,b,g,v,S,I=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),N=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),C=new Array(64);e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var _=0;_0&&t.forEach(function(e){i.remove(e)}),i.appendTo(r.scrollbarXRail,e)),e.contains(r.scrollbarYRail)||((t=i.queryChildren(e,".ps__scrollbar-y-rail")).length>0&&t.forEach(function(e){i.remove(e)}),i.appendTo(r.scrollbarYRail,e)),!r.settings.suppressScrollX&&r.containerWidth+r.settings.scrollXMarginOffset=r.railXWidth-r.scrollbarXWidth&&(r.scrollbarXLeft=r.railXWidth-r.scrollbarXWidth),r.scrollbarYTop>=r.railYHeight-r.scrollbarYHeight&&(r.scrollbarYTop=r.railYHeight-r.scrollbarYHeight),function(e,t){var r={width:t.railXWidth};r.left=t.isRtl?t.negativeScrollAdjustment+e.scrollLeft+t.containerWidth-t.contentWidth:e.scrollLeft,t.isScrollbarXUsingBottom?r.bottom=t.scrollbarXBottom-e.scrollTop:r.top=t.scrollbarXTop+e.scrollTop,i.css(t.scrollbarXRail,r);var n={top:e.scrollTop,height:t.railYHeight};t.isScrollbarYUsingRight?n.right=t.isRtl?t.contentWidth-(t.negativeScrollAdjustment+e.scrollLeft)-t.scrollbarYRight-t.scrollbarYOuterWidth:t.scrollbarYRight-e.scrollLeft:n.left=t.isRtl?t.negativeScrollAdjustment+e.scrollLeft+2*t.containerWidth-t.contentWidth-t.scrollbarYLeft-t.scrollbarYOuterWidth:t.scrollbarYLeft+e.scrollLeft,i.css(t.scrollbarYRail,n),i.css(t.scrollbarX,{left:t.scrollbarXLeft,width:t.scrollbarXWidth-t.railBorderXWidth}),i.css(t.scrollbarY,{top:t.scrollbarYTop,height:t.scrollbarYHeight-t.railBorderYWidth})}(e,r),r.scrollbarXActive?e.classList.add("ps--active-x"):(e.classList.remove("ps--active-x"),r.scrollbarXWidth=0,r.scrollbarXLeft=0,a(e,"left",0)),r.scrollbarYActive?e.classList.add("ps--active-y"):(e.classList.remove("ps--active-y"),r.scrollbarYHeight=0,r.scrollbarYTop=0,a(e,"top",0))}},"8g8A":function(e,t,r){"use strict";function n(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}r.d(t,"a",function(){return i}),n.prototype=Object.create(Error.prototype);var i=n},"8loY":function(e,t,r){var n=r("QsWE");n.Credentials=n.util.inherit({constructor:function(){if(n.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=n.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||this.expired||!this.accessKeyId||!this.secretAccessKey},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()}}),n.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=n.util.promisifyMethod("get",e),this.prototype.refreshPromise=n.util.promisifyMethod("refresh",e)},n.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},n.util.addPromises(n.Credentials)},"8mMr":function(e,t,r){"use strict";r.d(t,"b",function(){return s}),r.d(t,"a",function(){return a});var n=r("mrSG"),i=r("CcnG"),o=r("Wf4p"),a=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i._platform=r,i._document=n,i}return Object(n.__extends)(t,e),t.prototype.ngAfterViewInit=function(){var e=this;Object(i.isDevMode)()&&this._platform.isBrowser&&(this._checkToolbarMixedModes(),this._toolbarRows.changes.subscribe(function(){return e._checkToolbarMixedModes()}))},t.prototype._checkToolbarMixedModes=function(){var e=this;this._toolbarRows.length&&[].slice.call(this._elementRef.nativeElement.childNodes).filter(function(e){return!(e.classList&&e.classList.contains("mat-toolbar-row"))}).filter(function(t){return t.nodeType!==(e._document?e._document.COMMENT_NODE:8)}).some(function(e){return e.textContent.trim()})&&function(){throw Error("MatToolbar: Attempting to combine different toolbar modes. Either specify multiple `` elements explicitly or just place content inside of a `` for a single row.")}()},t}(Object(o.F)(function(e){this._elementRef=e})),s=function(){}},"8nDX":function(e){e.exports={pagination:{ListEventSourceMappings:{input_token:"Marker",limit_key:"MaxItems",output_token:"NextMarker",result_key:"EventSourceMappings"},ListFunctions:{input_token:"Marker",limit_key:"MaxItems",output_token:"NextMarker",result_key:"Functions"}}}},"8r50":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("t1MI"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.validate=function(e){return o.url(e)},e.decorators=[{type:n.Directive,args:[{selector:"[url][formControlName],[url][formControl],[url][ngModel]",providers:[a]}]}],e}();t.UrlValidator=s},"8tDC":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),r("tybX"),r("QFZc");var n=r("buEt"),i=r("CcnG"),o=r("bL9f");t.PerfectScrollbarComponent=function(){function e(e,t){this.elementRef=e,this.cdRef=t,this.states={},this.notify=null,this.userInteraction=!1,this.allowPropagation=!1,this.cancelEvent=null,this.timeoutState=null,this.timeoutScroll=null,this.usePropagationX=!1,this.usePropagationY=!1,this.statesSub=null,this.statesUpdate=new n.Subject,this.activeSub=null,this.activeUpdate=new n.Subject,this.fxShow=!0,this.fxHide=!1,this.hidden=!1,this.disabled=!1,this.usePSClass=!0,this.autoPropagation=!1,this.scrollIndicators=!1}return e.prototype.onGeneratedEvent=function(e){e.psGenerated&&e.stopPropagation()},e.prototype.ngOnInit=function(){var e=this;this.activeSub=this.activeUpdate.distinctUntilChanged().subscribe(function(t){e.allowPropagation=t}),this.statesSub=this.statesUpdate.distinctUntilChanged().subscribe(function(t){window.clearTimeout(e.timeoutState),"x"!==t&&"y"!==t?(e.notify=!0,e.states[t]=!0,e.timeoutState=window.setTimeout(function(){e.notify=!1,e.autoPropagation&&e.userInteraction&&(!e.usePropagationX&&(e.states.left||e.states.right)||!e.usePropagationY&&(e.states.top||e.states.bottom))&&(e.allowPropagation=!0),e.cdRef.markForCheck()},300)):(e.notify=!1,"x"===t?(e.states.left=!1,e.states.right=!1):"y"===t&&(e.states.top=!1,e.states.bottom=!1),e.userInteraction=!0,!e.autoPropagation||e.usePropagationX&&e.usePropagationY?e.scrollIndicators&&(e.notify=!0,e.timeoutState=window.setTimeout(function(){e.notify=!1,e.cdRef.markForCheck()},300)):(e.allowPropagation=!1,e.cancelEvent&&(e.elementRef.nativeElement.dispatchEvent(e.cancelEvent),e.cancelEvent=null))),e.cdRef.markForCheck()})},e.prototype.ngOnDestroy=function(){this.activeSub&&this.activeSub.unsubscribe(),this.statesSub&&this.statesSub.unsubscribe(),window.clearTimeout(this.timeoutState),window.clearTimeout(this.timeoutScroll)},e.prototype.ngDoCheck=function(){if(!this.disabled&&this.autoPropagation&&this.directiveRef){var e=this.directiveRef.elementRef.nativeElement;this.usePropagationX=!e.classList.contains("ps--active-x"),this.usePropagationY=!e.classList.contains("ps--active-y"),this.activeUpdate.next(this.usePropagationX&&this.usePropagationY)}},e.prototype.getConfig=function(){var e=this.config||{};return this.autoPropagation&&(e.swipePropagation=!0,e.wheelPropagation=!0),e},e.prototype.onTouchEnd=function(e){void 0===e&&(e=null),this.disabled||!this.autoPropagation||this.usePropagationX&&this.usePropagationY||(this.cancelEvent=null,this.allowPropagation=!1)},e.prototype.onTouchMove=function(e){void 0===e&&(e=null),this.disabled||!this.autoPropagation||this.allowPropagation||(e.preventDefault(),e.stopPropagation())},e.prototype.onTouchStart=function(e){if(void 0===e&&(e=null),!this.disabled&&this.autoPropagation){if(this.userInteraction=!0,this.allowPropagation&&this.elementRef.nativeElement){var t=new MouseEvent("touchstart",e);this.cancelEvent=new MouseEvent("touchmove",e),t.psGenerated=this.cancelEvent.psGenerated=!0,t.touches=this.cancelEvent.touches=e.touches,t.targetTouches=this.cancelEvent.targetTouches=e.targetTouches,this.elementRef.nativeElement.dispatchEvent(t)}this.cdRef.detectChanges()}},e.prototype.onWheelEvent=function(e){void 0===e&&(e=null),!this.disabled&&this.autoPropagation&&(this.userInteraction=!0,this.allowPropagation?this.usePropagationX&&this.usePropagationY||(this.allowPropagation=!1):(e.preventDefault(),e.stopPropagation()),this.cdRef.detectChanges())},e.prototype.onScrollEvent=function(e,t){void 0===e&&(e=null),this.disabled||e.currentTarget!==e.target||!this.autoPropagation&&!this.scrollIndicators||this.statesUpdate.next(t)},e.decorators=[{type:i.Component,args:[{selector:"perfect-scrollbar",template:'
',styles:[".ps{-ms-touch-action:auto;touch-action:auto;overflow:hidden!important;-ms-overflow-style:none}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.ps.ps--active-x>.ps__scrollbar-x-rail,.ps.ps--active-y>.ps__scrollbar-y-rail{display:block;background-color:transparent}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps>.ps__scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:0;height:15px}.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;-moz-transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-webkit-border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x,.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{height:11px}.ps>.ps__scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:0;width:15px}.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;-moz-transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-webkit-border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y,.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{width:11px}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps:hover>.ps__scrollbar-x-rail,.ps:hover>.ps__scrollbar-y-rail{opacity:.6}.ps:hover>.ps__scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{background-color:#999}.ps:hover>.ps__scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{background-color:#999}perfect-scrollbar{position:relative;display:block;height:100%}perfect-scrollbar[hidden]{display:none}perfect-scrollbar[fxflex],perfect-scrollbar[fxflexfill],perfect-scrollbar[fxlayout]{display:flex;flex-direction:inherit;-webkit-box-orient:inherit;-webkit-box-direction:inherit;height:auto;min-width:0;min-height:0}perfect-scrollbar[fxflex]>.ps,perfect-scrollbar[fxflex]>.ps>.ps-content,perfect-scrollbar[fxflexfill]>.ps,perfect-scrollbar[fxflexfill]>.ps>.ps-content,perfect-scrollbar[fxlayout]>.ps,perfect-scrollbar[fxlayout]>.ps>.ps-content{display:flex;flex:1 1 auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex-direction:inherit;-webkit-box-orient:inherit;-webkit-box-direction:inherit;width:auto;height:auto;min-width:0;min-height:0}perfect-scrollbar>.ps{position:static;display:block;width:100%;height:100%}perfect-scrollbar>.ps>.ps-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;pointer-events:none}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-bottom,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-left,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-right,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-top{position:absolute;opacity:0;transition:opacity .3s ease-in-out}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-bottom,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-top{left:0;min-width:100%;min-height:24px}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-left,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-right{top:0;min-width:24px;min-height:100%}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-top{top:0}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-left{left:0}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-right{right:0}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-bottom{bottom:0}perfect-scrollbar>.ps.ps--active-y>.ps__scrollbar-y-rail{top:0!important;right:0!important}perfect-scrollbar>.ps.ps--active-x>.ps__scrollbar-x-rail{bottom:0!important;left:0!important}perfect-scrollbar>.ps.ps--active-x.ps--active-y>.ps__scrollbar-y-rail{margin:0 0 10px}perfect-scrollbar>.ps.ps--active-x.ps--active-y>.ps__scrollbar-x-rail{margin:0 10px 0 0}perfect-scrollbar>.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail,perfect-scrollbar>.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{opacity:.9;background-color:#eee}perfect-scrollbar.ps-show-always>.ps.ps--active-x>.ps__scrollbar-x-rail,perfect-scrollbar.ps-show-always>.ps.ps--active-y>.ps__scrollbar-y-rail{opacity:.6}perfect-scrollbar.ps-show-active>.ps.ps--active-y>.ps-overlay:not(.ps-at-top) .ps-indicator-top{opacity:1;background:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}perfect-scrollbar.ps-show-active>.ps.ps--active-y>.ps-overlay:not(.ps-at-bottom) .ps-indicator-bottom{opacity:1;background:linear-gradient(to top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}perfect-scrollbar.ps-show-active>.ps.ps--active-x>.ps-overlay:not(.ps-at-left) .ps-indicator-left{opacity:1;background:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}perfect-scrollbar.ps-show-active>.ps.ps--active-x>.ps-overlay:not(.ps-at-right) .ps-indicator-right{opacity:1;background:linear-gradient(to left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-y>.ps-overlay.ps-at-top .ps-indicator-top{background:linear-gradient(to bottom,rgba(170,170,170,.5) 0,rgba(170,170,170,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-y>.ps-overlay.ps-at-top .ps-indicator-top.ps-notify{opacity:1}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-y>.ps-overlay.ps-at-bottom .ps-indicator-bottom{background:linear-gradient(to top,rgba(170,170,170,.5) 0,rgba(170,170,170,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-y>.ps-overlay.ps-at-bottom .ps-indicator-bottom.ps-notify{opacity:1}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-x>.ps-overlay.ps-at-left .ps-indicator-left{background:linear-gradient(to right,rgba(170,170,170,.5) 0,rgba(170,170,170,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-x>.ps-overlay.ps-at-left .ps-indicator-left.ps-notify{opacity:1}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-x>.ps-overlay.ps-at-right .ps-indicator-right{background:linear-gradient(to left,rgba(170,170,170,.5) 0,rgba(170,170,170,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-x>.ps-overlay.ps-at-right .ps-indicator-right.ps-notify{opacity:1}"],encapsulation:i.ViewEncapsulation.None}]}],e.propDecorators={fxShow:[{type:i.Input}],fxHide:[{type:i.Input}],hidden:[{type:i.HostBinding,args:["hidden"]},{type:i.Input}],disabled:[{type:i.Input}],usePSClass:[{type:i.Input}],autoPropagation:[{type:i.HostBinding,args:["class.ps-show-limits"]},{type:i.Input}],scrollIndicators:[{type:i.HostBinding,args:["class.ps-show-active"]},{type:i.Input}],config:[{type:i.Input}],directiveRef:[{type:i.ViewChild,args:[o.PerfectScrollbarDirective]}],onGeneratedEvent:[{type:i.HostListener,args:["document:touchstart",["$event"]]}]},e}()},"8v2e":function(e,t,r){"use strict";r.d(t,"a",function(){return s});var n=r("TESy"),i=r("CcnG"),o=r("ZYCi"),a=(new n.c({UserPoolId:"ap-south-1_y7dt3iEaX",ClientId:"291qt4smn5pql6o8cc2hi201lj"}),new n.c({UserPoolId:"ap-south-1_hFiGyr1Gw",ClientId:"6egsdssf0i7h2o9mscqgqbn788"}),new n.c({UserPoolId:"ap-south-1_qQ85yQZJO",ClientId:"2o5c3cs9k3als16nqhp3irh8rs"})),s=function(){function e(e){this.route=e,this.isloggin=!1}return e.prototype.canActivateChild=function(){return!!this.getToken()||(this.route.navigate(["/authentication/login"]),!1)},e.prototype.getCurrentUser=function(){return a.getCurrentUser()},e.prototype.getAccessToken=function(){var e="";return null!=this.getCurrentUser()&&this.getCurrentUser().getSession(function(t,r){t?(console.log("CognitoUtil: Can't set the credentials:"+t),e=""):r.isValid()&&(e=r)}),e},e.prototype.getToken=function(){var e=!1;return null!=this.getCurrentUser()?this.getCurrentUser().getSession(function(t,r){e=!t&&!!r.isValid()}):e=!1,e},e.ngInjectableDef=i.defineInjectable({factory:function(){return new e(i.inject(o.l))},token:e,providedIn:"root"}),e}()},"9/15":function(e){e.exports={pagination:{GetCelebrityRecognition:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},GetContentModeration:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},GetFaceDetection:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},GetFaceSearch:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},GetLabelDetection:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},GetPersonTracking:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},ListCollections:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"CollectionIds"},ListFaces:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"Faces"},ListStreamProcessors:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"}}}},"9/Rk":function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.elasticbeanstalk={},n.ElasticBeanstalk=i.defineService("elasticbeanstalk",["2010-12-01"]),Object.defineProperty(o.services.elasticbeanstalk,"2010-12-01",{get:function(){var e=r("uIHd");return e.paginators=r("mBUH").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.ElasticBeanstalk},"909l":function(e,t,r){"use strict";r.d(t,"b",function(){return c}),r.d(t,"a",function(){return p});var n=r("mrSG"),i=r("IUTb"),o=r("isby"),a=r("FFOo"),s=r("MGBS"),u=r("zotm"),l=r("En8+");function c(){for(var e=[],t=0;tthis.index},e.prototype.hasCompleted=function(){return this.array.length===this.index},e}(),y=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.parent=r,i.observable=n,i.stillUnsubscribed=!0,i.buffer=[],i.isComplete=!1,i}return n.__extends(t,e),t.prototype[l.a]=function(){return this},t.prototype.next=function(){var e=this.buffer;return 0===e.length&&this.isComplete?{value:null,done:!0}:{value:e.shift(),done:!1}},t.prototype.hasValue=function(){return this.buffer.length>0},t.prototype.hasCompleted=function(){return 0===this.buffer.length&&this.isComplete},t.prototype.notifyComplete=function(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()},t.prototype.notifyNext=function(e,t,r,n,i){this.buffer.push(t),this.parent.checkIterators()},t.prototype.subscribe=function(e,t){return Object(u.a)(this,this.observable,this,t)},t}(s.a)},"93I4":function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},"93nf":function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.elasticache={},n.ElastiCache=i.defineService("elasticache",["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*","2015-02-02"]),Object.defineProperty(o.services.elasticache,"2015-02-02",{get:function(){var e=r("L74i");return e.paginators=r("QgI1").pagination,e.waiters=r("hjQn").waiters,e},enumerable:!0,configurable:!0}),e.exports=n.ElastiCache},"9AGB":function(e,t,r){"use strict";var n=r("w5QO");function i(e){return e?1===e.length?e[0]:function(t){return e.reduce(function(e,t){return t(e)},t)}:n.noop}t.pipe=function(){for(var e=[],t=0;t0)for(var r=this.count>=this.total?this.total:this.count,n=this.ring,i=0;i *",animation:{type:3,steps:[{type:11,selector:"@fadeInContent",animation:{type:9,options:null},options:null},{type:4,styles:null,timings:"150ms cubic-bezier(0.25, 0.8, 0.25, 1)"}],options:null},options:null},{type:1,expr:"* => void",animation:[{type:4,styles:{type:6,styles:{opacity:0},offset:null},timings:"250ms 100ms linear"}],options:null}],options:{}},{type:7,name:"fadeInContent",definitions:[{type:0,name:"showing",styles:{type:6,styles:{opacity:1},offset:null},options:void 0},{type:1,expr:"void => showing",animation:[{type:6,styles:{opacity:0},offset:null},{type:4,styles:null,timings:"150ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)"}],options:null}],options:{}}]}}));function u(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,1,"span",[["class","mat-select-placeholder"]],null,null,null,null,null)),(e()(),n["\u0275ted"](1,null,["",""]))],null,function(e,t){e(t,1,0,t.component.placeholder||"\xa0")})}function l(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,1,"span",[],null,null,null,null,null)),(e()(),n["\u0275ted"](1,null,["",""]))],null,function(e,t){e(t,1,0,t.component.triggerValue||"\xa0")})}function c(e){return n["\u0275vid"](0,[n["\u0275ncd"](null,0),(e()(),n["\u0275and"](0,null,null,0))],null,null)}function p(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,5,"span",[["class","mat-select-value-text"]],null,null,null,null,null)),n["\u0275did"](1,16384,null,0,i.NgSwitch,[],{ngSwitch:[0,"ngSwitch"]},null),(e()(),n["\u0275and"](16777216,null,null,1,null,l)),n["\u0275did"](3,16384,null,0,i.NgSwitchDefault,[n.ViewContainerRef,n.TemplateRef,i.NgSwitch],null,null),(e()(),n["\u0275and"](16777216,null,null,1,null,c)),n["\u0275did"](5,278528,null,0,i.NgSwitchCase,[n.ViewContainerRef,n.TemplateRef,i.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null)],function(e,t){e(t,1,0,!!t.component.customTrigger),e(t,5,0,!0)},null)}function m(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,[[2,0],["panel",1]],null,3,"div",[],[[24,"@transformPanel",0],[4,"transformOrigin",null],[2,"mat-select-panel-done-animating",null],[4,"font-size","px"]],[[null,"@transformPanel.done"],[null,"keydown"]],function(e,t,r){var n=!0,i=e.component;return"@transformPanel.done"===t&&(n=!1!==i._panelDoneAnimatingStream.next(r.toState)&&n),"keydown"===t&&(n=!1!==i._handleKeydown(r)&&n),n},null,null)),n["\u0275did"](1,278528,null,0,i.NgClass,[n.IterableDiffers,n.KeyValueDiffers,n.ElementRef,n.Renderer2],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(e()(),n["\u0275eld"](2,0,null,null,1,"div",[["class","mat-select-content"]],[[24,"@fadeInContent",0]],[[null,"@fadeInContent.done"]],function(e,t,r){var n=!0;return"@fadeInContent.done"===t&&(n=!1!==e.component._onFadeInDone()&&n),n},null,null)),n["\u0275ncd"](null,1)],function(e,t){var r=t.component;e(t,1,0,n["\u0275inlineInterpolate"](1,"mat-select-panel ",r._getPanelTheme(),""),r.panelClass)},function(e,t){var r=t.component;e(t,0,0,r.multiple?"showing-multiple":"showing",r._transformOrigin,r._panelDoneAnimating,r._triggerFontSize),e(t,2,0,"showing")})}function d(e){return n["\u0275vid"](2,[n["\u0275qud"](402653184,1,{trigger:0}),n["\u0275qud"](671088640,2,{panel:0}),n["\u0275qud"](402653184,3,{overlayDir:0}),(e()(),n["\u0275eld"](3,0,[[1,0],["trigger",1]],null,9,"div",[["aria-hidden","true"],["cdk-overlay-origin",""],["class","mat-select-trigger"]],null,[[null,"click"]],function(e,t,r){var n=!0;return"click"===t&&(n=!1!==e.component.toggle()&&n),n},null,null)),n["\u0275did"](4,16384,[["origin",4]],0,o.b,[n.ElementRef],null,null),(e()(),n["\u0275eld"](5,0,null,null,5,"div",[["class","mat-select-value"]],null,null,null,null,null)),n["\u0275did"](6,16384,null,0,i.NgSwitch,[],{ngSwitch:[0,"ngSwitch"]},null),(e()(),n["\u0275and"](16777216,null,null,1,null,u)),n["\u0275did"](8,278528,null,0,i.NgSwitchCase,[n.ViewContainerRef,n.TemplateRef,i.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),n["\u0275and"](16777216,null,null,1,null,p)),n["\u0275did"](10,278528,null,0,i.NgSwitchCase,[n.ViewContainerRef,n.TemplateRef,i.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),n["\u0275eld"](11,0,null,null,1,"div",[["class","mat-select-arrow-wrapper"]],null,null,null,null,null)),(e()(),n["\u0275eld"](12,0,null,null,0,"div",[["class","mat-select-arrow"]],null,null,null,null,null)),(e()(),n["\u0275and"](16777216,null,null,1,function(e,t,r){var n=!0,i=e.component;return"backdropClick"===t&&(n=!1!==i.close()&&n),"attach"===t&&(n=!1!==i._onAttached()&&n),"detach"===t&&(n=!1!==i.close()&&n),n},m)),n["\u0275did"](14,671744,[[3,4]],0,o.a,[o.c,n.TemplateRef,n.ViewContainerRef,o.j,[2,a.c]],{origin:[0,"origin"],positions:[1,"positions"],offsetY:[2,"offsetY"],minWidth:[3,"minWidth"],backdropClass:[4,"backdropClass"],scrollStrategy:[5,"scrollStrategy"],open:[6,"open"],hasBackdrop:[7,"hasBackdrop"],lockPosition:[8,"lockPosition"]},{backdropClick:"backdropClick",attach:"attach",detach:"detach"})],function(e,t){var r=t.component;e(t,6,0,r.empty),e(t,8,0,!0),e(t,10,0,!1),e(t,14,0,n["\u0275nov"](t,4),r._positions,r._offsetY,null==r._triggerRect?null:r._triggerRect.width,"cdk-overlay-transparent-backdrop",r._scrollStrategy,r.panelOpen,"","")},null)}},"B+AD":function(e,t,r){"use strict";var n=r("T9Y0"),i=r("6GOl"),o=r("mqUS"),a=r("8as8"),s=r("me8p");e.exports=function(e){!function(e,t){var r=!1;t.event.bind(e,"mouseenter",function(){r=!0}),t.event.bind(e,"mouseleave",function(){r=!1}),t.event.bind(t.ownerDocument,"keydown",function(o){if(!(o.isDefaultPrevented&&o.isDefaultPrevented()||o.defaultPrevented)){var u=i.matches(t.scrollbarX,":focus")||i.matches(t.scrollbarY,":focus");if(r||u){var l=document.activeElement?document.activeElement:t.ownerDocument.activeElement;if(l){if("IFRAME"===l.tagName)l=l.contentDocument.activeElement;else for(;l.shadowRoot;)l=l.shadowRoot.activeElement;if(n.isEditable(l))return}var c=0,p=0;switch(o.which){case 37:c=o.metaKey?-t.contentWidth:o.altKey?-t.containerWidth:-30;break;case 38:p=o.metaKey?t.contentHeight:o.altKey?t.containerHeight:30;break;case 39:c=o.metaKey?t.contentWidth:o.altKey?t.containerWidth:30;break;case 40:p=o.metaKey?-t.contentHeight:o.altKey?-t.containerHeight:-30;break;case 33:p=90;break;case 32:p=o.shiftKey?90:-90;break;case 34:p=-90;break;case 35:p=o.ctrlKey?-t.contentHeight:-t.containerHeight;break;case 36:p=o.ctrlKey?e.scrollTop:t.containerHeight;break;default:return}s(e,"top",e.scrollTop-p),s(e,"left",e.scrollLeft+c),a(e),function(r,n){var i=e.scrollTop;if(0===r){if(!t.scrollbarYActive)return!1;if(0===i&&n>0||i>=t.contentHeight-t.containerHeight&&n<0)return!t.settings.wheelPropagation}var o=e.scrollLeft;if(0===n){if(!t.scrollbarXActive)return!1;if(0===o&&r<0||o>=t.contentWidth-t.containerWidth&&r>0)return!t.settings.wheelPropagation}return!0}(c,p)&&o.preventDefault()}}})}(e,o.get(e))}},"B+OT":function(e,t){var r={}.hasOwnProperty;e.exports=function(e,t){return r.call(e,t)}},B0QO:function(e,t,r){var n=r("QsWE");n.Signers.RequestSigner=(0,n.util.inherit)({constructor:function(e){this.request=e},setServiceClientId:function(e){this.serviceClientId=e},getServiceClientId:function(){return this.serviceClientId}}),n.Signers.RequestSigner.getVersion=function(e){switch(e){case"v2":return n.Signers.V2;case"v3":return n.Signers.V3;case"v4":return n.Signers.V4;case"s3":return n.Signers.S3;case"v3https":return n.Signers.V3Https}throw new Error("Unknown signing version "+e)},r("D8LC"),r("N2+Z"),r("VNF9"),r("KIbX"),r("SysZ"),r("F442")},B6rj:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.inspector={},n.Inspector=i.defineService("inspector",["2015-08-18*","2016-02-16"]),Object.defineProperty(o.services.inspector,"2016-02-16",{get:function(){var e=r("2ZLf");return e.paginators=r("SiZ3").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.Inspector},BGYI:function(e,t,r){var n=r("BaN1"),i=r("JWCV"),o=r("henJ");e.exports={buildRequest:function(e){var t=e.httpRequest,r=e.service.api,n=r.targetPrefix+"."+r.operations[e.operation].name,o=r.jsonVersion||"1.0",a=r.operations[e.operation].input,s=new i;1===o&&(o="1.0"),t.body=s.build(e.params||{},a),t.headers["Content-Type"]="application/x-amz-json-"+o,t.headers["X-Amz-Target"]=n},extractError:function(e){var t={},r=e.httpResponse;if(t.code=r.headers["x-amzn-errortype"]||"UnknownError","string"==typeof t.code&&(t.code=t.code.split(":")[0]),r.body.length>0)try{var i=JSON.parse(r.body.toString());(i.__type||i.code)&&(t.code=(i.__type||i.code).split("#").pop()),t.message="RequestEntityTooLarge"===t.code?"Request body must be less than 1 MB":i.message||i.Message||null}catch(i){t.statusCode=r.statusCode,t.message=r.statusMessage}else t.statusCode=r.statusCode,t.message=r.statusCode.toString();e.error=n.error(new Error,t)},extractData:function(e){var t=e.httpResponse.body.toString()||"{}";if(!1===e.request.service.config.convertResponseTypes)e.data=JSON.parse(t);else{var r=e.request.service.api.operations[e.request.operation].output||{},n=new o;e.data=n.parse(t,r)}}}},BHnd:function(e,t,r){"use strict";r.d(t,"m",function(){return T}),r.d(t,"b",function(){return y}),r.d(t,"f",function(){return f}),r.d(t,"c",function(){return b}),r.d(t,"e",function(){return g}),r.d(t,"a",function(){return v}),r.d(t,"k",function(){return d}),r.d(t,"h",function(){return I}),r.d(t,"j",function(){return N}),r.d(t,"g",function(){return C}),r.d(t,"d",function(){return _}),r.d(t,"i",function(){return D}),r.d(t,"l",function(){return A});var n=r("mrSG"),i=r("y4qS"),o=r("YlbQ"),a=r("n6gG"),s=r("26FU"),u=r("pugT"),l=r("p0ib"),c=r("F/XL"),p=r("dzgT"),m=r("67Y/"),d=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.stickyCssClass="mat-table-sticky",t}return Object(n.__extends)(t,e),t}(i.o),h=i.j,y=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t}(i.b),f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t}(h),b=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t}(i.d),g=function(e){function t(t,r){var n=e.call(this,t,r)||this;return r.nativeElement.classList.add("mat-column-"+t.cssClassFriendlyName),n}return Object(n.__extends)(t,e),t}(i.i),v=function(e){function t(t,r){var n=e.call(this,t,r)||this;return r.nativeElement.classList.add("mat-column-"+t.cssClassFriendlyName),n}return Object(n.__extends)(t,e),t}(i.a),S=i.n,I=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t}(i.l),N=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t}(S),C=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t}(i.k),_=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t}(i.g),D=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t}(i.m),T=function(){},k=9007199254740991,A=function(e){function t(t){void 0===t&&(t=[]);var r=e.call(this)||this;return r._renderData=new s.a([]),r._filter=new s.a(""),r._renderChangesSubscription=u.a.EMPTY,r.sortingDataAccessor=function(e,t){var r=e[t];if(Object(a.a)(r)){var n=Number(r);return na?s=1:o0)){var r=Math.ceil(t.paginator.length/t.paginator.pageSize)-1||0;t.paginator.pageIndex=Math.min(t.paginator.pageIndex,r)}})},t.prototype.connect=function(){return this._renderData},t.prototype.disconnect=function(){},t}(o.a)},BaN1:function(e,t,r){var n,i={environment:"nodejs",engine:function(){if(i.isBrowser()&&"undefined"!=typeof navigator)return navigator.userAgent;var e=process.platform+"/"+process.version;return process.env.AWS_EXECUTION_ENV&&(e+=" exec-env/"+process.env.AWS_EXECUTION_ENV),e},userAgent:function(){var e=i.environment,t="aws-sdk-"+e+"/"+r("QsWE").VERSION;return"nodejs"===e&&(t+=" "+i.engine()),t},isBrowser:function(){return process&&process.browser},isNode:function(){return!i.isBrowser()},uriEscape:function(e){var t=encodeURIComponent(e);return(t=t.replace(/[^A-Za-z0-9_.~\-%]+/g,escape)).replace(/[*]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})},uriEscapePath:function(e){var t=[];return i.arrayEach(e.split("/"),function(e){t.push(i.uriEscape(e))}),t.join("/")},urlParse:function(e){return i.url.parse(e)},urlFormat:function(e){return i.url.format(e)},queryStringParse:function(e){return i.querystring.parse(e)},queryParamsToString:function(e){var t=[],r=i.uriEscape,n=Object.keys(e).sort();return i.arrayEach(n,function(n){var o=e[n],a=r(n),s=a+"=";if(Array.isArray(o)){var u=[];i.arrayEach(o,function(e){u.push(r(e))}),s=a+"="+u.sort().join("&"+a+"=")}else void 0!==o&&null!==o&&(s=a+"="+r(o));t.push(s)}),t.join("&")},readFileSync:function(e){return i.isBrowser()?null:r(0).readFileSync(e,"utf-8")},base64:{encode:function(e){if("number"==typeof e)throw i.error(new Error("Cannot base64 encode number "+e));return null===e||void 0===e?e:("function"==typeof i.Buffer.from&&i.Buffer.from!==Uint8Array.from?i.Buffer.from(e):new i.Buffer(e)).toString("base64")},decode:function(e){if("number"==typeof e)throw i.error(new Error("Cannot base64 decode number "+e));return null===e||void 0===e?e:"function"==typeof i.Buffer.from&&i.Buffer.from!==Uint8Array.from?i.Buffer.from(e,"base64"):new i.Buffer(e,"base64")}},buffer:{toStream:function(e){i.Buffer.isBuffer(e)||(e=new i.Buffer(e));var t=new i.stream.Readable,r=0;return t._read=function(n){if(r>=e.length)return t.push(null);var i=r+n;i>e.length&&(i=e.length),t.push(e.slice(r,i)),r=i},t},concat:function(e){var t,r,n=0,o=0;for(r=0;r>>8^t[255&(r^e.readUInt8(n))];return(-1^r)>>>0},hmac:function(e,t,r,n){return r||(r="binary"),"buffer"===r&&(r=void 0),n||(n="sha256"),"string"==typeof t&&(t=new i.Buffer(t)),i.crypto.lib.createHmac(n,e).update(t).digest(r)},md5:function(e,t,r){return i.crypto.hash("md5",e,t,r)},sha256:function(e,t,r){return i.crypto.hash("sha256",e,t,r)},hash:function(e,t,r,n){var o=i.crypto.createHash(e);r||(r="binary"),"buffer"===r&&(r=void 0),"string"==typeof t&&(t=new i.Buffer(t));var a=i.arraySliceFn(t),s=i.Buffer.isBuffer(t);if(i.isBrowser()&&"undefined"!=typeof ArrayBuffer&&t&&t.buffer instanceof ArrayBuffer&&(s=!0),n&&"object"==typeof t&&"function"==typeof t.on&&!s)t.on("data",function(e){o.update(e)}),t.on("error",function(e){n(e)}),t.on("end",function(){n(null,o.digest(r))});else{if(!n||!a||s||"undefined"==typeof FileReader){i.isBrowser()&&"object"==typeof t&&!s&&(t=new i.Buffer(new Uint8Array(t)));var u=o.update(t).digest(r);return n&&n(null,u),u}var l=0,c=new FileReader;c.onerror=function(){n(new Error("Failed to read data."))},c.onload=function(){var e=new i.Buffer(new Uint8Array(c.result));o.update(e),l+=e.length,c._continueReading()},c._continueReading=function(){if(l>=t.size)n(null,o.digest(r));else{var e=l+524288;e>t.size&&(e=t.size),c.readAsArrayBuffer(a.call(t,l,e))}},c._continueReading()}},toHex:function(e){for(var t=[],r=0;r=3e5,!1),n.config.isClockSkewed},applyClockOffset:function(e){e&&(n.config.systemClockOffset=e-(new Date).getTime())},extractRequestId:function(e){var t=e.httpResponse.headers["x-amz-request-id"]||e.httpResponse.headers["x-amzn-requestid"];!t&&e.data&&e.data.ResponseMetadata&&(t=e.data.ResponseMetadata.RequestId),t&&(e.requestId=t),e.error&&(e.error.requestId=t)},addPromises:function(e,t){var r=!1;void 0===t&&n&&n.config&&(t=n.config.getPromisesDependency()),void 0===t&&"undefined"!=typeof Promise&&(t=Promise),"function"!=typeof t&&(r=!0),Array.isArray(e)||(e=[e]);for(var i=0;i=500||429===n});o&&a.retryable&&(a.retryAfter=o),u(a)}})},u)};n.util.defer(l)},uuid:{v4:function(){return r("nXTE").v4()}},convertPayloadToString:function(e){var t=e.request,r=t.service.api.operations[t.operation].output||{};r.payload&&e.data[r.payload]&&(e.data[r.payload]=e.data[r.payload].toString())},defer:function(e){"object"==typeof process&&"function"==typeof process.nextTick?process.nextTick(e):"function"==typeof setImmediate?setImmediate(e):setTimeout(e,0)},defaultProfile:"default",configOptInEnv:"AWS_SDK_LOAD_CONFIG",sharedCredentialsFileEnv:"AWS_SHARED_CREDENTIALS_FILE",sharedConfigFileEnv:"AWS_CONFIG_FILE",imdsDisabledEnv:"AWS_EC2_METADATA_DISABLED"};e.exports=i},BuZO:function(e,t,r){"use strict";var n=r("6blF"),i=r("67Y/");n.a.prototype.map=function(e,t){return Object(i.a)(e,t)(this)}},BxO9:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2011-06-15",endpointPrefix:"sts",globalEndpoint:"sts.amazonaws.com",protocol:"query",serviceAbbreviation:"AWS STS",serviceFullName:"AWS Security Token Service",serviceId:"STS",signatureVersion:"v4",uid:"sts-2011-06-15",xmlNamespace:"https://sts.amazonaws.com/doc/2011-06-15/"},operations:{AssumeRole:{input:{type:"structure",required:["RoleArn","RoleSessionName"],members:{RoleArn:{},RoleSessionName:{},Policy:{},DurationSeconds:{type:"integer"},ExternalId:{},SerialNumber:{},TokenCode:{}}},output:{resultWrapper:"AssumeRoleResult",type:"structure",members:{Credentials:{shape:"Sa"},AssumedRoleUser:{shape:"Sf"},PackedPolicySize:{type:"integer"}}}},AssumeRoleWithSAML:{input:{type:"structure",required:["RoleArn","PrincipalArn","SAMLAssertion"],members:{RoleArn:{},PrincipalArn:{},SAMLAssertion:{},Policy:{},DurationSeconds:{type:"integer"}}},output:{resultWrapper:"AssumeRoleWithSAMLResult",type:"structure",members:{Credentials:{shape:"Sa"},AssumedRoleUser:{shape:"Sf"},PackedPolicySize:{type:"integer"},Subject:{},SubjectType:{},Issuer:{},Audience:{},NameQualifier:{}}}},AssumeRoleWithWebIdentity:{input:{type:"structure",required:["RoleArn","RoleSessionName","WebIdentityToken"],members:{RoleArn:{},RoleSessionName:{},WebIdentityToken:{},ProviderId:{},Policy:{},DurationSeconds:{type:"integer"}}},output:{resultWrapper:"AssumeRoleWithWebIdentityResult",type:"structure",members:{Credentials:{shape:"Sa"},SubjectFromWebIdentityToken:{},AssumedRoleUser:{shape:"Sf"},PackedPolicySize:{type:"integer"},Provider:{},Audience:{}}}},DecodeAuthorizationMessage:{input:{type:"structure",required:["EncodedMessage"],members:{EncodedMessage:{}}},output:{resultWrapper:"DecodeAuthorizationMessageResult",type:"structure",members:{DecodedMessage:{}}}},GetCallerIdentity:{input:{type:"structure",members:{}},output:{resultWrapper:"GetCallerIdentityResult",type:"structure",members:{UserId:{},Account:{},Arn:{}}}},GetFederationToken:{input:{type:"structure",required:["Name"],members:{Name:{},Policy:{},DurationSeconds:{type:"integer"}}},output:{resultWrapper:"GetFederationTokenResult",type:"structure",members:{Credentials:{shape:"Sa"},FederatedUser:{type:"structure",required:["FederatedUserId","Arn"],members:{FederatedUserId:{},Arn:{}}},PackedPolicySize:{type:"integer"}}}},GetSessionToken:{input:{type:"structure",members:{DurationSeconds:{type:"integer"},SerialNumber:{},TokenCode:{}}},output:{resultWrapper:"GetSessionTokenResult",type:"structure",members:{Credentials:{shape:"Sa"}}}}},shapes:{Sa:{type:"structure",required:["AccessKeyId","SecretAccessKey","SessionToken","Expiration"],members:{AccessKeyId:{},SecretAccessKey:{},SessionToken:{},Expiration:{type:"timestamp"}}},Sf:{type:"structure",required:["AssumedRoleId","Arn"],members:{AssumedRoleId:{},Arn:{}}}}}},CFft:function(e,t,r){var n=r("BaN1"),i=r("nyFZ");function o(){}function a(e,t){for(var r=e.getElementsByTagName(t),n=0,i=r.length;n":!0,"=":!0,"!":!0},f={" ":!0,"\t":!0,"\n":!0};function b(e){return e>="0"&&e<="9"||"-"===e}function g(){}g.prototype={tokenize:function(e){var t,r,n,i,o=[];for(this._current=0;this._current="a"&&i<="z"||i>="A"&&i<="Z"||"_"===i)t=this._current,r=this._consumeUnquotedIdentifier(e),o.push({type:"UnquotedIdentifier",value:r,start:t});else if(void 0!==h[e[this._current]])o.push({type:h[e[this._current]],value:e[this._current],start:this._current}),this._current++;else if(b(e[this._current]))n=this._consumeNumber(e),o.push(n);else if("["===e[this._current])n=this._consumeLBracket(e),o.push(n);else if('"'===e[this._current])t=this._current,r=this._consumeQuotedIdentifier(e),o.push({type:"QuotedIdentifier",value:r,start:t});else if("'"===e[this._current])t=this._current,r=this._consumeRawStringLiteral(e),o.push({type:"Literal",value:r,start:t});else if("`"===e[this._current]){t=this._current;var a=this._consumeLiteral(e);o.push({type:"Literal",value:a,start:t})}else if(void 0!==y[e[this._current]])o.push(this._consumeOperator(e));else if(void 0!==f[e[this._current]])this._current++;else if("&"===e[this._current])t=this._current,this._current++,"&"===e[this._current]?(this._current++,o.push({type:"And",value:"&&",start:t})):o.push({type:"Expref",value:"&",start:t});else{if("|"!==e[this._current]){var s=new Error("Unknown character:"+e[this._current]);throw s.name="LexerError",s}t=this._current,this._current++,"|"===e[this._current]?(this._current++,o.push({type:"Or",value:"||",start:t})):o.push({type:"Pipe",value:"|",start:t})}return o},_consumeUnquotedIdentifier:function(e){var t,r=this._current;for(this._current++;this._current="a"&&t<="z"||t>="A"&&t<="Z"||t>="0"&&t<="9"||"_"===t);)this._current++;return e.slice(r,this._current)},_consumeQuotedIdentifier:function(e){var t=this._current;this._current++;for(var r=e.length;'"'!==e[this._current]&&this._current"===r?"="===e[this._current]?(this._current++,{type:"GTE",value:">=",start:t}):{type:"GT",value:">",start:t}:"="===r&&"="===e[this._current]?(this._current++,{type:"EQ",value:"==",start:t}):void 0},_consumeLiteral:function(e){this._current++;for(var t,r=this._current,n=e.length;"`"!==e[this._current]&&this._current=0)return!0;if(["true","false","null"].indexOf(e)>=0)return!0;if(!("-0123456789".indexOf(e[0])>=0))return!1;try{return JSON.parse(e),!0}catch(e){return!1}}};var v={};function S(){}function I(e){this.runtime=e}function N(e){this._interpreter=e,this.functionTable={abs:{_func:this._functionAbs,_signature:[{types:[a]}]},avg:{_func:this._functionAvg,_signature:[{types:[m]}]},ceil:{_func:this._functionCeil,_signature:[{types:[a]}]},contains:{_func:this._functionContains,_signature:[{types:[u,l]},{types:[s]}]},ends_with:{_func:this._functionEndsWith,_signature:[{types:[u]},{types:[u]}]},floor:{_func:this._functionFloor,_signature:[{types:[a]}]},length:{_func:this._functionLength,_signature:[{types:[u,l,c]}]},map:{_func:this._functionMap,_signature:[{types:[p]},{types:[l]}]},max:{_func:this._functionMax,_signature:[{types:[m,d]}]},merge:{_func:this._functionMerge,_signature:[{types:[c],variadic:!0}]},max_by:{_func:this._functionMaxBy,_signature:[{types:[l]},{types:[p]}]},sum:{_func:this._functionSum,_signature:[{types:[m]}]},starts_with:{_func:this._functionStartsWith,_signature:[{types:[u]},{types:[u]}]},min:{_func:this._functionMin,_signature:[{types:[m,d]}]},min_by:{_func:this._functionMinBy,_signature:[{types:[l]},{types:[p]}]},type:{_func:this._functionType,_signature:[{types:[s]}]},keys:{_func:this._functionKeys,_signature:[{types:[c]}]},values:{_func:this._functionValues,_signature:[{types:[c]}]},sort:{_func:this._functionSort,_signature:[{types:[d,m]}]},sort_by:{_func:this._functionSortBy,_signature:[{types:[l]},{types:[p]}]},join:{_func:this._functionJoin,_signature:[{types:[u]},{types:[d]}]},reverse:{_func:this._functionReverse,_signature:[{types:[u,l]}]},to_array:{_func:this._functionToArray,_signature:[{types:[s]}]},to_string:{_func:this._functionToString,_signature:[{types:[s]}]},to_number:{_func:this._functionToNumber,_signature:[{types:[s]}]},not_null:{_func:this._functionNotNull,_signature:[{types:[s],variadic:!0}]}}}v.EOF=0,v.UnquotedIdentifier=0,v.QuotedIdentifier=0,v.Rbracket=0,v.Rparen=0,v.Comma=0,v.Rbrace=0,v.Number=0,v.Current=0,v.Expref=0,v.Pipe=1,v.Or=2,v.And=3,v.EQ=5,v.GT=5,v.LT=5,v.GTE=5,v.LTE=5,v.NE=5,v.Flatten=9,v.Star=20,v.Filter=21,v.Dot=40,v.Not=45,v.Lbrace=50,v.Lbracket=55,v.Lparen=60,S.prototype={parse:function(e){this._loadTokens(e),this.index=0;var t=this.expression(0);if("EOF"!==this._lookahead(0)){var r=this._lookaheadToken(0),n=new Error("Unexpected token type: "+r.type+", value: "+r.value);throw n.name="ParserError",n}return t},_loadTokens:function(e){var t=(new g).tokenize(e);t.push({type:"EOF",value:"",start:e.length}),this.tokens=t},expression:function(e){var t=this._lookaheadToken(0);this._advance();for(var r=this.nud(t),n=this._lookahead(0);e=0?this.expression(e):"Lbracket"===t?(this._match("Lbracket"),this._parseMultiselectList()):"Lbrace"===t?(this._match("Lbrace"),this._parseMultiselectHash()):void 0},_parseProjectionRHS:function(e){var t;if(v[this._lookahead(0)]<10)t={type:"Identity"};else if("Lbracket"===this._lookahead(0))t=this.expression(e);else if("Filter"===this._lookahead(0))t=this.expression(e);else{if("Dot"!==this._lookahead(0)){var r=this._lookaheadToken(0),n=new Error("Sytanx error, unexpected token: "+r.value+"("+r.type+")");throw n.name="ParserError",n}this._match("Dot"),t=this._parseDotRHS(e)}return t},_parseMultiselectList:function(){for(var e=[];"Rbracket"!==this._lookahead(0);){var t=this.expression(0);if(e.push(t),"Comma"===this._lookahead(0)&&(this._match("Comma"),"Rbracket"===this._lookahead(0)))throw new Error("Unexpected token Rbracket")}return this._match("Rbracket"),{type:"MultiSelectList",children:e}},_parseMultiselectHash:function(){for(var e,t,r,n=[],i=["UnquotedIdentifier","QuotedIdentifier"];;){if(e=this._lookaheadToken(0),i.indexOf(e.type)<0)throw new Error("Expecting an identifier token, got: "+e.type);if(t=e.value,this._advance(),this._match("Colon"),r=this.expression(0),n.push({type:"KeyValuePair",name:t,value:r}),"Comma"===this._lookahead(0))this._match("Comma");else if("Rbrace"===this._lookahead(0)){this._match("Rbrace");break}}return{type:"MultiSelectHash",children:n}}},I.prototype={search:function(e,t){return this.visit(e,t)},visit:function(e,o){var a,s,u,l,c,p,m,d,h;switch(e.type){case"Field":return null===o?null:r(o)?void 0===(p=o[e.name])?null:p:null;case"Subexpression":for(u=this.visit(e.children[0],o),h=1;h0)for(h=g;hv;h+=S)u.push(o[h]);return u;case"Projection":var I=this.visit(e.children[0],o);if(!t(I))return null;for(d=[],h=0;hc;break;case"GTE":u=l>=c;break;case"LT":u=l=e&&(t=r<0?e-1:e),t}},N.prototype={callFunction:function(e,t){var r=this.functionTable[e];if(void 0===r)throw new Error("Unknown function: "+e+"()");return this._validateArgs(e,t,r._signature),r._func.call(this,t)},_validateArgs:function(e,t,r){var n,i,o,a;if(r[r.length-1].variadic){if(t.length=0;n--)r+=t[n];return r}var i=e[0].slice(0);return i.reverse(),i},_functionAbs:function(e){return Math.abs(e[0])},_functionCeil:function(e){return Math.ceil(e[0])},_functionAvg:function(e){for(var t=0,r=e[0],n=0;n=0},_functionFloor:function(e){return Math.floor(e[0])},_functionLength:function(e){return r(e[0])?Object.keys(e[0]).length:e[0].length},_functionMap:function(e){for(var t=[],r=this._interpreter,n=e[0],i=e[1],o=0;o0){if(this._getTypeName(e[0][0])===a)return Math.max.apply(Math,e[0]);for(var t=e[0],r=t[0],n=1;n0){if(this._getTypeName(e[0][0])===a)return Math.min.apply(Math,e[0]);for(var t=e[0],r=t[0],n=1;ns?1:ao&&(o=r,t=n[s]);return t},_functionMinBy:function(e){for(var t,r,n=e[0],i=this.createKeyFunction(e[1],[a,u]),o=1/0,s=0;s=e[0]&&r<=e[1]?null:{actualValue:r,requiredValue:e,range:!0}}}},CUgW:function(e){e.exports={pagination:{DescribeDestinations:{input_token:"nextToken",limit_key:"limit",output_token:"nextToken",result_key:"destinations"},DescribeLogGroups:{input_token:"nextToken",limit_key:"limit",output_token:"nextToken",result_key:"logGroups"},DescribeLogStreams:{input_token:"nextToken",limit_key:"limit",output_token:"nextToken",result_key:"logStreams"},DescribeMetricFilters:{input_token:"nextToken",limit_key:"limit",output_token:"nextToken",result_key:"metricFilters"},DescribeSubscriptionFilters:{input_token:"nextToken",limit_key:"limit",output_token:"nextToken",result_key:"subscriptionFilters"},FilterLogEvents:{input_token:"nextToken",limit_key:"limit",output_token:"nextToken",result_key:["events","searchedLogStreams"]},GetLogEvents:{input_token:"nextToken",limit_key:"limit",output_token:"nextForwardToken",result_key:"events"}}}},CaBw:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2006-03-01",checksumFormat:"md5",endpointPrefix:"s3",globalEndpoint:"s3.amazonaws.com",protocol:"rest-xml",serviceAbbreviation:"Amazon S3",serviceFullName:"Amazon Simple Storage Service",serviceId:"S3",signatureVersion:"s3",uid:"s3-2006-03-01"},operations:{AbortMultipartUpload:{http:{method:"DELETE",requestUri:"/{Bucket}/{Key+}"},input:{type:"structure",required:["Bucket","Key","UploadId"],members:{Bucket:{location:"uri",locationName:"Bucket"},Key:{location:"uri",locationName:"Key"},UploadId:{location:"querystring",locationName:"uploadId"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"}}},output:{type:"structure",members:{RequestCharged:{location:"header",locationName:"x-amz-request-charged"}}}},CompleteMultipartUpload:{http:{requestUri:"/{Bucket}/{Key+}"},input:{type:"structure",required:["Bucket","Key","UploadId"],members:{Bucket:{location:"uri",locationName:"Bucket"},Key:{location:"uri",locationName:"Key"},MultipartUpload:{locationName:"CompleteMultipartUpload",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",members:{Parts:{locationName:"Part",type:"list",member:{type:"structure",members:{ETag:{},PartNumber:{type:"integer"}}},flattened:!0}}},UploadId:{location:"querystring",locationName:"uploadId"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"}},payload:"MultipartUpload"},output:{type:"structure",members:{Location:{},Bucket:{},Key:{},Expiration:{location:"header",locationName:"x-amz-expiration"},ETag:{},ServerSideEncryption:{location:"header",locationName:"x-amz-server-side-encryption"},VersionId:{location:"header",locationName:"x-amz-version-id"},SSEKMSKeyId:{shape:"Sj",location:"header",locationName:"x-amz-server-side-encryption-aws-kms-key-id"},RequestCharged:{location:"header",locationName:"x-amz-request-charged"}}}},CopyObject:{http:{method:"PUT",requestUri:"/{Bucket}/{Key+}"},input:{type:"structure",required:["Bucket","CopySource","Key"],members:{ACL:{location:"header",locationName:"x-amz-acl"},Bucket:{location:"uri",locationName:"Bucket"},CacheControl:{location:"header",locationName:"Cache-Control"},ContentDisposition:{location:"header",locationName:"Content-Disposition"},ContentEncoding:{location:"header",locationName:"Content-Encoding"},ContentLanguage:{location:"header",locationName:"Content-Language"},ContentType:{location:"header",locationName:"Content-Type"},CopySource:{location:"header",locationName:"x-amz-copy-source"},CopySourceIfMatch:{location:"header",locationName:"x-amz-copy-source-if-match"},CopySourceIfModifiedSince:{location:"header",locationName:"x-amz-copy-source-if-modified-since",type:"timestamp"},CopySourceIfNoneMatch:{location:"header",locationName:"x-amz-copy-source-if-none-match"},CopySourceIfUnmodifiedSince:{location:"header",locationName:"x-amz-copy-source-if-unmodified-since",type:"timestamp"},Expires:{location:"header",locationName:"Expires",type:"timestamp"},GrantFullControl:{location:"header",locationName:"x-amz-grant-full-control"},GrantRead:{location:"header",locationName:"x-amz-grant-read"},GrantReadACP:{location:"header",locationName:"x-amz-grant-read-acp"},GrantWriteACP:{location:"header",locationName:"x-amz-grant-write-acp"},Key:{location:"uri",locationName:"Key"},Metadata:{shape:"S11",location:"headers",locationName:"x-amz-meta-"},MetadataDirective:{location:"header",locationName:"x-amz-metadata-directive"},TaggingDirective:{location:"header",locationName:"x-amz-tagging-directive"},ServerSideEncryption:{location:"header",locationName:"x-amz-server-side-encryption"},StorageClass:{location:"header",locationName:"x-amz-storage-class"},WebsiteRedirectLocation:{location:"header",locationName:"x-amz-website-redirect-location"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKey:{shape:"S19",location:"header",locationName:"x-amz-server-side-encryption-customer-key"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},SSEKMSKeyId:{shape:"Sj",location:"header",locationName:"x-amz-server-side-encryption-aws-kms-key-id"},CopySourceSSECustomerAlgorithm:{location:"header",locationName:"x-amz-copy-source-server-side-encryption-customer-algorithm"},CopySourceSSECustomerKey:{shape:"S1c",location:"header",locationName:"x-amz-copy-source-server-side-encryption-customer-key"},CopySourceSSECustomerKeyMD5:{location:"header",locationName:"x-amz-copy-source-server-side-encryption-customer-key-MD5"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"},Tagging:{location:"header",locationName:"x-amz-tagging"}}},output:{type:"structure",members:{CopyObjectResult:{type:"structure",members:{ETag:{},LastModified:{type:"timestamp"}}},Expiration:{location:"header",locationName:"x-amz-expiration"},CopySourceVersionId:{location:"header",locationName:"x-amz-copy-source-version-id"},VersionId:{location:"header",locationName:"x-amz-version-id"},ServerSideEncryption:{location:"header",locationName:"x-amz-server-side-encryption"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},SSEKMSKeyId:{shape:"Sj",location:"header",locationName:"x-amz-server-side-encryption-aws-kms-key-id"},RequestCharged:{location:"header",locationName:"x-amz-request-charged"}},payload:"CopyObjectResult"},alias:"PutObjectCopy"},CreateBucket:{http:{method:"PUT",requestUri:"/{Bucket}"},input:{type:"structure",required:["Bucket"],members:{ACL:{location:"header",locationName:"x-amz-acl"},Bucket:{location:"uri",locationName:"Bucket"},CreateBucketConfiguration:{locationName:"CreateBucketConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",members:{LocationConstraint:{}}},GrantFullControl:{location:"header",locationName:"x-amz-grant-full-control"},GrantRead:{location:"header",locationName:"x-amz-grant-read"},GrantReadACP:{location:"header",locationName:"x-amz-grant-read-acp"},GrantWrite:{location:"header",locationName:"x-amz-grant-write"},GrantWriteACP:{location:"header",locationName:"x-amz-grant-write-acp"}},payload:"CreateBucketConfiguration"},output:{type:"structure",members:{Location:{location:"header",locationName:"Location"}}},alias:"PutBucket"},CreateMultipartUpload:{http:{requestUri:"/{Bucket}/{Key+}?uploads"},input:{type:"structure",required:["Bucket","Key"],members:{ACL:{location:"header",locationName:"x-amz-acl"},Bucket:{location:"uri",locationName:"Bucket"},CacheControl:{location:"header",locationName:"Cache-Control"},ContentDisposition:{location:"header",locationName:"Content-Disposition"},ContentEncoding:{location:"header",locationName:"Content-Encoding"},ContentLanguage:{location:"header",locationName:"Content-Language"},ContentType:{location:"header",locationName:"Content-Type"},Expires:{location:"header",locationName:"Expires",type:"timestamp"},GrantFullControl:{location:"header",locationName:"x-amz-grant-full-control"},GrantRead:{location:"header",locationName:"x-amz-grant-read"},GrantReadACP:{location:"header",locationName:"x-amz-grant-read-acp"},GrantWriteACP:{location:"header",locationName:"x-amz-grant-write-acp"},Key:{location:"uri",locationName:"Key"},Metadata:{shape:"S11",location:"headers",locationName:"x-amz-meta-"},ServerSideEncryption:{location:"header",locationName:"x-amz-server-side-encryption"},StorageClass:{location:"header",locationName:"x-amz-storage-class"},WebsiteRedirectLocation:{location:"header",locationName:"x-amz-website-redirect-location"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKey:{shape:"S19",location:"header",locationName:"x-amz-server-side-encryption-customer-key"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},SSEKMSKeyId:{shape:"Sj",location:"header",locationName:"x-amz-server-side-encryption-aws-kms-key-id"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"},Tagging:{location:"header",locationName:"x-amz-tagging"}}},output:{type:"structure",members:{AbortDate:{location:"header",locationName:"x-amz-abort-date",type:"timestamp"},AbortRuleId:{location:"header",locationName:"x-amz-abort-rule-id"},Bucket:{locationName:"Bucket"},Key:{},UploadId:{},ServerSideEncryption:{location:"header",locationName:"x-amz-server-side-encryption"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},SSEKMSKeyId:{shape:"Sj",location:"header",locationName:"x-amz-server-side-encryption-aws-kms-key-id"},RequestCharged:{location:"header",locationName:"x-amz-request-charged"}}},alias:"InitiateMultipartUpload"},DeleteBucket:{http:{method:"DELETE",requestUri:"/{Bucket}"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}}},DeleteBucketAnalyticsConfiguration:{http:{method:"DELETE",requestUri:"/{Bucket}?analytics"},input:{type:"structure",required:["Bucket","Id"],members:{Bucket:{location:"uri",locationName:"Bucket"},Id:{location:"querystring",locationName:"id"}}}},DeleteBucketCors:{http:{method:"DELETE",requestUri:"/{Bucket}?cors"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}}},DeleteBucketEncryption:{http:{method:"DELETE",requestUri:"/{Bucket}?encryption"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}}},DeleteBucketInventoryConfiguration:{http:{method:"DELETE",requestUri:"/{Bucket}?inventory"},input:{type:"structure",required:["Bucket","Id"],members:{Bucket:{location:"uri",locationName:"Bucket"},Id:{location:"querystring",locationName:"id"}}}},DeleteBucketLifecycle:{http:{method:"DELETE",requestUri:"/{Bucket}?lifecycle"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}}},DeleteBucketMetricsConfiguration:{http:{method:"DELETE",requestUri:"/{Bucket}?metrics"},input:{type:"structure",required:["Bucket","Id"],members:{Bucket:{location:"uri",locationName:"Bucket"},Id:{location:"querystring",locationName:"id"}}}},DeleteBucketPolicy:{http:{method:"DELETE",requestUri:"/{Bucket}?policy"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}}},DeleteBucketReplication:{http:{method:"DELETE",requestUri:"/{Bucket}?replication"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}}},DeleteBucketTagging:{http:{method:"DELETE",requestUri:"/{Bucket}?tagging"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}}},DeleteBucketWebsite:{http:{method:"DELETE",requestUri:"/{Bucket}?website"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}}},DeleteObject:{http:{method:"DELETE",requestUri:"/{Bucket}/{Key+}"},input:{type:"structure",required:["Bucket","Key"],members:{Bucket:{location:"uri",locationName:"Bucket"},Key:{location:"uri",locationName:"Key"},MFA:{location:"header",locationName:"x-amz-mfa"},VersionId:{location:"querystring",locationName:"versionId"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"}}},output:{type:"structure",members:{DeleteMarker:{location:"header",locationName:"x-amz-delete-marker",type:"boolean"},VersionId:{location:"header",locationName:"x-amz-version-id"},RequestCharged:{location:"header",locationName:"x-amz-request-charged"}}}},DeleteObjectTagging:{http:{method:"DELETE",requestUri:"/{Bucket}/{Key+}?tagging"},input:{type:"structure",required:["Bucket","Key"],members:{Bucket:{location:"uri",locationName:"Bucket"},Key:{location:"uri",locationName:"Key"},VersionId:{location:"querystring",locationName:"versionId"}}},output:{type:"structure",members:{VersionId:{location:"header",locationName:"x-amz-version-id"}}}},DeleteObjects:{http:{requestUri:"/{Bucket}?delete"},input:{type:"structure",required:["Bucket","Delete"],members:{Bucket:{location:"uri",locationName:"Bucket"},Delete:{locationName:"Delete",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",required:["Objects"],members:{Objects:{locationName:"Object",type:"list",member:{type:"structure",required:["Key"],members:{Key:{},VersionId:{}}},flattened:!0},Quiet:{type:"boolean"}}},MFA:{location:"header",locationName:"x-amz-mfa"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"}},payload:"Delete"},output:{type:"structure",members:{Deleted:{type:"list",member:{type:"structure",members:{Key:{},VersionId:{},DeleteMarker:{type:"boolean"},DeleteMarkerVersionId:{}}},flattened:!0},RequestCharged:{location:"header",locationName:"x-amz-request-charged"},Errors:{locationName:"Error",type:"list",member:{type:"structure",members:{Key:{},VersionId:{},Code:{},Message:{}}},flattened:!0}}},alias:"DeleteMultipleObjects"},GetBucketAccelerateConfiguration:{http:{method:"GET",requestUri:"/{Bucket}?accelerate"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{Status:{}}}},GetBucketAcl:{http:{method:"GET",requestUri:"/{Bucket}?acl"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{Owner:{shape:"S2v"},Grants:{shape:"S2y",locationName:"AccessControlList"}}}},GetBucketAnalyticsConfiguration:{http:{method:"GET",requestUri:"/{Bucket}?analytics"},input:{type:"structure",required:["Bucket","Id"],members:{Bucket:{location:"uri",locationName:"Bucket"},Id:{location:"querystring",locationName:"id"}}},output:{type:"structure",members:{AnalyticsConfiguration:{shape:"S37"}},payload:"AnalyticsConfiguration"}},GetBucketCors:{http:{method:"GET",requestUri:"/{Bucket}?cors"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{CORSRules:{shape:"S3n",locationName:"CORSRule"}}}},GetBucketEncryption:{http:{method:"GET",requestUri:"/{Bucket}?encryption"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{ServerSideEncryptionConfiguration:{shape:"S40"}},payload:"ServerSideEncryptionConfiguration"}},GetBucketInventoryConfiguration:{http:{method:"GET",requestUri:"/{Bucket}?inventory"},input:{type:"structure",required:["Bucket","Id"],members:{Bucket:{location:"uri",locationName:"Bucket"},Id:{location:"querystring",locationName:"id"}}},output:{type:"structure",members:{InventoryConfiguration:{shape:"S46"}},payload:"InventoryConfiguration"}},GetBucketLifecycle:{http:{method:"GET",requestUri:"/{Bucket}?lifecycle"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{Rules:{shape:"S4m",locationName:"Rule"}}},deprecated:!0},GetBucketLifecycleConfiguration:{http:{method:"GET",requestUri:"/{Bucket}?lifecycle"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{Rules:{shape:"S51",locationName:"Rule"}}}},GetBucketLocation:{http:{method:"GET",requestUri:"/{Bucket}?location"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{LocationConstraint:{}}}},GetBucketLogging:{http:{method:"GET",requestUri:"/{Bucket}?logging"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{LoggingEnabled:{shape:"S5b"}}}},GetBucketMetricsConfiguration:{http:{method:"GET",requestUri:"/{Bucket}?metrics"},input:{type:"structure",required:["Bucket","Id"],members:{Bucket:{location:"uri",locationName:"Bucket"},Id:{location:"querystring",locationName:"id"}}},output:{type:"structure",members:{MetricsConfiguration:{shape:"S5j"}},payload:"MetricsConfiguration"}},GetBucketNotification:{http:{method:"GET",requestUri:"/{Bucket}?notification"},input:{shape:"S5m"},output:{shape:"S5n"},deprecated:!0},GetBucketNotificationConfiguration:{http:{method:"GET",requestUri:"/{Bucket}?notification"},input:{shape:"S5m"},output:{shape:"S5y"}},GetBucketPolicy:{http:{method:"GET",requestUri:"/{Bucket}?policy"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{Policy:{}},payload:"Policy"}},GetBucketReplication:{http:{method:"GET",requestUri:"/{Bucket}?replication"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{ReplicationConfiguration:{shape:"S6h"}},payload:"ReplicationConfiguration"}},GetBucketRequestPayment:{http:{method:"GET",requestUri:"/{Bucket}?requestPayment"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{Payer:{}}}},GetBucketTagging:{http:{method:"GET",requestUri:"/{Bucket}?tagging"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",required:["TagSet"],members:{TagSet:{shape:"S3d"}}}},GetBucketVersioning:{http:{method:"GET",requestUri:"/{Bucket}?versioning"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{Status:{},MFADelete:{locationName:"MfaDelete"}}}},GetBucketWebsite:{http:{method:"GET",requestUri:"/{Bucket}?website"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},output:{type:"structure",members:{RedirectAllRequestsTo:{shape:"S7a"},IndexDocument:{shape:"S7d"},ErrorDocument:{shape:"S7f"},RoutingRules:{shape:"S7g"}}}},GetObject:{http:{method:"GET",requestUri:"/{Bucket}/{Key+}"},input:{type:"structure",required:["Bucket","Key"],members:{Bucket:{location:"uri",locationName:"Bucket"},IfMatch:{location:"header",locationName:"If-Match"},IfModifiedSince:{location:"header",locationName:"If-Modified-Since",type:"timestamp"},IfNoneMatch:{location:"header",locationName:"If-None-Match"},IfUnmodifiedSince:{location:"header",locationName:"If-Unmodified-Since",type:"timestamp"},Key:{location:"uri",locationName:"Key"},Range:{location:"header",locationName:"Range"},ResponseCacheControl:{location:"querystring",locationName:"response-cache-control"},ResponseContentDisposition:{location:"querystring",locationName:"response-content-disposition"},ResponseContentEncoding:{location:"querystring",locationName:"response-content-encoding"},ResponseContentLanguage:{location:"querystring",locationName:"response-content-language"},ResponseContentType:{location:"querystring",locationName:"response-content-type"},ResponseExpires:{location:"querystring",locationName:"response-expires",type:"timestamp"},VersionId:{location:"querystring",locationName:"versionId"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKey:{shape:"S19",location:"header",locationName:"x-amz-server-side-encryption-customer-key"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"},PartNumber:{location:"querystring",locationName:"partNumber",type:"integer"}}},output:{type:"structure",members:{Body:{streaming:!0,type:"blob"},DeleteMarker:{location:"header",locationName:"x-amz-delete-marker",type:"boolean"},AcceptRanges:{location:"header",locationName:"accept-ranges"},Expiration:{location:"header",locationName:"x-amz-expiration"},Restore:{location:"header",locationName:"x-amz-restore"},LastModified:{location:"header",locationName:"Last-Modified",type:"timestamp"},ContentLength:{location:"header",locationName:"Content-Length",type:"long"},ETag:{location:"header",locationName:"ETag"},MissingMeta:{location:"header",locationName:"x-amz-missing-meta",type:"integer"},VersionId:{location:"header",locationName:"x-amz-version-id"},CacheControl:{location:"header",locationName:"Cache-Control"},ContentDisposition:{location:"header",locationName:"Content-Disposition"},ContentEncoding:{location:"header",locationName:"Content-Encoding"},ContentLanguage:{location:"header",locationName:"Content-Language"},ContentRange:{location:"header",locationName:"Content-Range"},ContentType:{location:"header",locationName:"Content-Type"},Expires:{location:"header",locationName:"Expires",type:"timestamp"},WebsiteRedirectLocation:{location:"header",locationName:"x-amz-website-redirect-location"},ServerSideEncryption:{location:"header",locationName:"x-amz-server-side-encryption"},Metadata:{shape:"S11",location:"headers",locationName:"x-amz-meta-"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},SSEKMSKeyId:{shape:"Sj",location:"header",locationName:"x-amz-server-side-encryption-aws-kms-key-id"},StorageClass:{location:"header",locationName:"x-amz-storage-class"},RequestCharged:{location:"header",locationName:"x-amz-request-charged"},ReplicationStatus:{location:"header",locationName:"x-amz-replication-status"},PartsCount:{location:"header",locationName:"x-amz-mp-parts-count",type:"integer"},TagCount:{location:"header",locationName:"x-amz-tagging-count",type:"integer"}},payload:"Body"}},GetObjectAcl:{http:{method:"GET",requestUri:"/{Bucket}/{Key+}?acl"},input:{type:"structure",required:["Bucket","Key"],members:{Bucket:{location:"uri",locationName:"Bucket"},Key:{location:"uri",locationName:"Key"},VersionId:{location:"querystring",locationName:"versionId"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"}}},output:{type:"structure",members:{Owner:{shape:"S2v"},Grants:{shape:"S2y",locationName:"AccessControlList"},RequestCharged:{location:"header",locationName:"x-amz-request-charged"}}}},GetObjectTagging:{http:{method:"GET",requestUri:"/{Bucket}/{Key+}?tagging"},input:{type:"structure",required:["Bucket","Key"],members:{Bucket:{location:"uri",locationName:"Bucket"},Key:{location:"uri",locationName:"Key"},VersionId:{location:"querystring",locationName:"versionId"}}},output:{type:"structure",required:["TagSet"],members:{VersionId:{location:"header",locationName:"x-amz-version-id"},TagSet:{shape:"S3d"}}}},GetObjectTorrent:{http:{method:"GET",requestUri:"/{Bucket}/{Key+}?torrent"},input:{type:"structure",required:["Bucket","Key"],members:{Bucket:{location:"uri",locationName:"Bucket"},Key:{location:"uri",locationName:"Key"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"}}},output:{type:"structure",members:{Body:{streaming:!0,type:"blob"},RequestCharged:{location:"header",locationName:"x-amz-request-charged"}},payload:"Body"}},HeadBucket:{http:{method:"HEAD",requestUri:"/{Bucket}"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}}},HeadObject:{http:{method:"HEAD",requestUri:"/{Bucket}/{Key+}"},input:{type:"structure",required:["Bucket","Key"],members:{Bucket:{location:"uri",locationName:"Bucket"},IfMatch:{location:"header",locationName:"If-Match"},IfModifiedSince:{location:"header",locationName:"If-Modified-Since",type:"timestamp"},IfNoneMatch:{location:"header",locationName:"If-None-Match"},IfUnmodifiedSince:{location:"header",locationName:"If-Unmodified-Since",type:"timestamp"},Key:{location:"uri",locationName:"Key"},Range:{location:"header",locationName:"Range"},VersionId:{location:"querystring",locationName:"versionId"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKey:{shape:"S19",location:"header",locationName:"x-amz-server-side-encryption-customer-key"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"},PartNumber:{location:"querystring",locationName:"partNumber",type:"integer"}}},output:{type:"structure",members:{DeleteMarker:{location:"header",locationName:"x-amz-delete-marker",type:"boolean"},AcceptRanges:{location:"header",locationName:"accept-ranges"},Expiration:{location:"header",locationName:"x-amz-expiration"},Restore:{location:"header",locationName:"x-amz-restore"},LastModified:{location:"header",locationName:"Last-Modified",type:"timestamp"},ContentLength:{location:"header",locationName:"Content-Length",type:"long"},ETag:{location:"header",locationName:"ETag"},MissingMeta:{location:"header",locationName:"x-amz-missing-meta",type:"integer"},VersionId:{location:"header",locationName:"x-amz-version-id"},CacheControl:{location:"header",locationName:"Cache-Control"},ContentDisposition:{location:"header",locationName:"Content-Disposition"},ContentEncoding:{location:"header",locationName:"Content-Encoding"},ContentLanguage:{location:"header",locationName:"Content-Language"},ContentType:{location:"header",locationName:"Content-Type"},Expires:{location:"header",locationName:"Expires",type:"timestamp"},WebsiteRedirectLocation:{location:"header",locationName:"x-amz-website-redirect-location"},ServerSideEncryption:{location:"header",locationName:"x-amz-server-side-encryption"},Metadata:{shape:"S11",location:"headers",locationName:"x-amz-meta-"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},SSEKMSKeyId:{shape:"Sj",location:"header",locationName:"x-amz-server-side-encryption-aws-kms-key-id"},StorageClass:{location:"header",locationName:"x-amz-storage-class"},RequestCharged:{location:"header",locationName:"x-amz-request-charged"},ReplicationStatus:{location:"header",locationName:"x-amz-replication-status"},PartsCount:{location:"header",locationName:"x-amz-mp-parts-count",type:"integer"}}}},ListBucketAnalyticsConfigurations:{http:{method:"GET",requestUri:"/{Bucket}?analytics"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"},ContinuationToken:{location:"querystring",locationName:"continuation-token"}}},output:{type:"structure",members:{IsTruncated:{type:"boolean"},ContinuationToken:{},NextContinuationToken:{},AnalyticsConfigurationList:{locationName:"AnalyticsConfiguration",type:"list",member:{shape:"S37"},flattened:!0}}}},ListBucketInventoryConfigurations:{http:{method:"GET",requestUri:"/{Bucket}?inventory"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"},ContinuationToken:{location:"querystring",locationName:"continuation-token"}}},output:{type:"structure",members:{ContinuationToken:{},InventoryConfigurationList:{locationName:"InventoryConfiguration",type:"list",member:{shape:"S46"},flattened:!0},IsTruncated:{type:"boolean"},NextContinuationToken:{}}}},ListBucketMetricsConfigurations:{http:{method:"GET",requestUri:"/{Bucket}?metrics"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"},ContinuationToken:{location:"querystring",locationName:"continuation-token"}}},output:{type:"structure",members:{IsTruncated:{type:"boolean"},ContinuationToken:{},NextContinuationToken:{},MetricsConfigurationList:{locationName:"MetricsConfiguration",type:"list",member:{shape:"S5j"},flattened:!0}}}},ListBuckets:{http:{method:"GET"},output:{type:"structure",members:{Buckets:{type:"list",member:{locationName:"Bucket",type:"structure",members:{Name:{},CreationDate:{type:"timestamp"}}}},Owner:{shape:"S2v"}}},alias:"GetService"},ListMultipartUploads:{http:{method:"GET",requestUri:"/{Bucket}?uploads"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"},Delimiter:{location:"querystring",locationName:"delimiter"},EncodingType:{location:"querystring",locationName:"encoding-type"},KeyMarker:{location:"querystring",locationName:"key-marker"},MaxUploads:{location:"querystring",locationName:"max-uploads",type:"integer"},Prefix:{location:"querystring",locationName:"prefix"},UploadIdMarker:{location:"querystring",locationName:"upload-id-marker"}}},output:{type:"structure",members:{Bucket:{},KeyMarker:{},UploadIdMarker:{},NextKeyMarker:{},Prefix:{},Delimiter:{},NextUploadIdMarker:{},MaxUploads:{type:"integer"},IsTruncated:{type:"boolean"},Uploads:{locationName:"Upload",type:"list",member:{type:"structure",members:{UploadId:{},Key:{},Initiated:{type:"timestamp"},StorageClass:{},Owner:{shape:"S2v"},Initiator:{shape:"S9c"}}},flattened:!0},CommonPrefixes:{shape:"S9d"},EncodingType:{}}}},ListObjectVersions:{http:{method:"GET",requestUri:"/{Bucket}?versions"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"},Delimiter:{location:"querystring",locationName:"delimiter"},EncodingType:{location:"querystring",locationName:"encoding-type"},KeyMarker:{location:"querystring",locationName:"key-marker"},MaxKeys:{location:"querystring",locationName:"max-keys",type:"integer"},Prefix:{location:"querystring",locationName:"prefix"},VersionIdMarker:{location:"querystring",locationName:"version-id-marker"}}},output:{type:"structure",members:{IsTruncated:{type:"boolean"},KeyMarker:{},VersionIdMarker:{},NextKeyMarker:{},NextVersionIdMarker:{},Versions:{locationName:"Version",type:"list",member:{type:"structure",members:{ETag:{},Size:{type:"integer"},StorageClass:{},Key:{},VersionId:{},IsLatest:{type:"boolean"},LastModified:{type:"timestamp"},Owner:{shape:"S2v"}}},flattened:!0},DeleteMarkers:{locationName:"DeleteMarker",type:"list",member:{type:"structure",members:{Owner:{shape:"S2v"},Key:{},VersionId:{},IsLatest:{type:"boolean"},LastModified:{type:"timestamp"}}},flattened:!0},Name:{},Prefix:{},Delimiter:{},MaxKeys:{type:"integer"},CommonPrefixes:{shape:"S9d"},EncodingType:{}}},alias:"GetBucketObjectVersions"},ListObjects:{http:{method:"GET",requestUri:"/{Bucket}"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"},Delimiter:{location:"querystring",locationName:"delimiter"},EncodingType:{location:"querystring",locationName:"encoding-type"},Marker:{location:"querystring",locationName:"marker"},MaxKeys:{location:"querystring",locationName:"max-keys",type:"integer"},Prefix:{location:"querystring",locationName:"prefix"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"}}},output:{type:"structure",members:{IsTruncated:{type:"boolean"},Marker:{},NextMarker:{},Contents:{shape:"S9v"},Name:{},Prefix:{},Delimiter:{},MaxKeys:{type:"integer"},CommonPrefixes:{shape:"S9d"},EncodingType:{}}},alias:"GetBucket"},ListObjectsV2:{http:{method:"GET",requestUri:"/{Bucket}?list-type=2"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"},Delimiter:{location:"querystring",locationName:"delimiter"},EncodingType:{location:"querystring",locationName:"encoding-type"},MaxKeys:{location:"querystring",locationName:"max-keys",type:"integer"},Prefix:{location:"querystring",locationName:"prefix"},ContinuationToken:{location:"querystring",locationName:"continuation-token"},FetchOwner:{location:"querystring",locationName:"fetch-owner",type:"boolean"},StartAfter:{location:"querystring",locationName:"start-after"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"}}},output:{type:"structure",members:{IsTruncated:{type:"boolean"},Contents:{shape:"S9v"},Name:{},Prefix:{},Delimiter:{},MaxKeys:{type:"integer"},CommonPrefixes:{shape:"S9d"},EncodingType:{},KeyCount:{type:"integer"},ContinuationToken:{},NextContinuationToken:{},StartAfter:{}}}},ListParts:{http:{method:"GET",requestUri:"/{Bucket}/{Key+}"},input:{type:"structure",required:["Bucket","Key","UploadId"],members:{Bucket:{location:"uri",locationName:"Bucket"},Key:{location:"uri",locationName:"Key"},MaxParts:{location:"querystring",locationName:"max-parts",type:"integer"},PartNumberMarker:{location:"querystring",locationName:"part-number-marker",type:"integer"},UploadId:{location:"querystring",locationName:"uploadId"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"}}},output:{type:"structure",members:{AbortDate:{location:"header",locationName:"x-amz-abort-date",type:"timestamp"},AbortRuleId:{location:"header",locationName:"x-amz-abort-rule-id"},Bucket:{},Key:{},UploadId:{},PartNumberMarker:{type:"integer"},NextPartNumberMarker:{type:"integer"},MaxParts:{type:"integer"},IsTruncated:{type:"boolean"},Parts:{locationName:"Part",type:"list",member:{type:"structure",members:{PartNumber:{type:"integer"},LastModified:{type:"timestamp"},ETag:{},Size:{type:"integer"}}},flattened:!0},Initiator:{shape:"S9c"},Owner:{shape:"S2v"},StorageClass:{},RequestCharged:{location:"header",locationName:"x-amz-request-charged"}}}},PutBucketAccelerateConfiguration:{http:{method:"PUT",requestUri:"/{Bucket}?accelerate"},input:{type:"structure",required:["Bucket","AccelerateConfiguration"],members:{Bucket:{location:"uri",locationName:"Bucket"},AccelerateConfiguration:{locationName:"AccelerateConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",members:{Status:{}}}},payload:"AccelerateConfiguration"}},PutBucketAcl:{http:{method:"PUT",requestUri:"/{Bucket}?acl"},input:{type:"structure",required:["Bucket"],members:{ACL:{location:"header",locationName:"x-amz-acl"},AccessControlPolicy:{shape:"Sad",locationName:"AccessControlPolicy",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"}},Bucket:{location:"uri",locationName:"Bucket"},ContentMD5:{location:"header",locationName:"Content-MD5"},GrantFullControl:{location:"header",locationName:"x-amz-grant-full-control"},GrantRead:{location:"header",locationName:"x-amz-grant-read"},GrantReadACP:{location:"header",locationName:"x-amz-grant-read-acp"},GrantWrite:{location:"header",locationName:"x-amz-grant-write"},GrantWriteACP:{location:"header",locationName:"x-amz-grant-write-acp"}},payload:"AccessControlPolicy"}},PutBucketAnalyticsConfiguration:{http:{method:"PUT",requestUri:"/{Bucket}?analytics"},input:{type:"structure",required:["Bucket","Id","AnalyticsConfiguration"],members:{Bucket:{location:"uri",locationName:"Bucket"},Id:{location:"querystring",locationName:"id"},AnalyticsConfiguration:{shape:"S37",locationName:"AnalyticsConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"}}},payload:"AnalyticsConfiguration"}},PutBucketCors:{http:{method:"PUT",requestUri:"/{Bucket}?cors"},input:{type:"structure",required:["Bucket","CORSConfiguration"],members:{Bucket:{location:"uri",locationName:"Bucket"},CORSConfiguration:{locationName:"CORSConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",required:["CORSRules"],members:{CORSRules:{shape:"S3n",locationName:"CORSRule"}}},ContentMD5:{location:"header",locationName:"Content-MD5"}},payload:"CORSConfiguration"}},PutBucketEncryption:{http:{method:"PUT",requestUri:"/{Bucket}?encryption"},input:{type:"structure",required:["Bucket","ServerSideEncryptionConfiguration"],members:{Bucket:{location:"uri",locationName:"Bucket"},ContentMD5:{location:"header",locationName:"Content-MD5"},ServerSideEncryptionConfiguration:{shape:"S40",locationName:"ServerSideEncryptionConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"}}},payload:"ServerSideEncryptionConfiguration"}},PutBucketInventoryConfiguration:{http:{method:"PUT",requestUri:"/{Bucket}?inventory"},input:{type:"structure",required:["Bucket","Id","InventoryConfiguration"],members:{Bucket:{location:"uri",locationName:"Bucket"},Id:{location:"querystring",locationName:"id"},InventoryConfiguration:{shape:"S46",locationName:"InventoryConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"}}},payload:"InventoryConfiguration"}},PutBucketLifecycle:{http:{method:"PUT",requestUri:"/{Bucket}?lifecycle"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"},ContentMD5:{location:"header",locationName:"Content-MD5"},LifecycleConfiguration:{locationName:"LifecycleConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",required:["Rules"],members:{Rules:{shape:"S4m",locationName:"Rule"}}}},payload:"LifecycleConfiguration"},deprecated:!0},PutBucketLifecycleConfiguration:{http:{method:"PUT",requestUri:"/{Bucket}?lifecycle"},input:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"},LifecycleConfiguration:{locationName:"LifecycleConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",required:["Rules"],members:{Rules:{shape:"S51",locationName:"Rule"}}}},payload:"LifecycleConfiguration"}},PutBucketLogging:{http:{method:"PUT",requestUri:"/{Bucket}?logging"},input:{type:"structure",required:["Bucket","BucketLoggingStatus"],members:{Bucket:{location:"uri",locationName:"Bucket"},BucketLoggingStatus:{locationName:"BucketLoggingStatus",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",members:{LoggingEnabled:{shape:"S5b"}}},ContentMD5:{location:"header",locationName:"Content-MD5"}},payload:"BucketLoggingStatus"}},PutBucketMetricsConfiguration:{http:{method:"PUT",requestUri:"/{Bucket}?metrics"},input:{type:"structure",required:["Bucket","Id","MetricsConfiguration"],members:{Bucket:{location:"uri",locationName:"Bucket"},Id:{location:"querystring",locationName:"id"},MetricsConfiguration:{shape:"S5j",locationName:"MetricsConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"}}},payload:"MetricsConfiguration"}},PutBucketNotification:{http:{method:"PUT",requestUri:"/{Bucket}?notification"},input:{type:"structure",required:["Bucket","NotificationConfiguration"],members:{Bucket:{location:"uri",locationName:"Bucket"},ContentMD5:{location:"header",locationName:"Content-MD5"},NotificationConfiguration:{shape:"S5n",locationName:"NotificationConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"}}},payload:"NotificationConfiguration"},deprecated:!0},PutBucketNotificationConfiguration:{http:{method:"PUT",requestUri:"/{Bucket}?notification"},input:{type:"structure",required:["Bucket","NotificationConfiguration"],members:{Bucket:{location:"uri",locationName:"Bucket"},NotificationConfiguration:{shape:"S5y",locationName:"NotificationConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"}}},payload:"NotificationConfiguration"}},PutBucketPolicy:{http:{method:"PUT",requestUri:"/{Bucket}?policy"},input:{type:"structure",required:["Bucket","Policy"],members:{Bucket:{location:"uri",locationName:"Bucket"},ContentMD5:{location:"header",locationName:"Content-MD5"},ConfirmRemoveSelfBucketAccess:{location:"header",locationName:"x-amz-confirm-remove-self-bucket-access",type:"boolean"},Policy:{}},payload:"Policy"}},PutBucketReplication:{http:{method:"PUT",requestUri:"/{Bucket}?replication"},input:{type:"structure",required:["Bucket","ReplicationConfiguration"],members:{Bucket:{location:"uri",locationName:"Bucket"},ContentMD5:{location:"header",locationName:"Content-MD5"},ReplicationConfiguration:{shape:"S6h",locationName:"ReplicationConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"}}},payload:"ReplicationConfiguration"}},PutBucketRequestPayment:{http:{method:"PUT",requestUri:"/{Bucket}?requestPayment"},input:{type:"structure",required:["Bucket","RequestPaymentConfiguration"],members:{Bucket:{location:"uri",locationName:"Bucket"},ContentMD5:{location:"header",locationName:"Content-MD5"},RequestPaymentConfiguration:{locationName:"RequestPaymentConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",required:["Payer"],members:{Payer:{}}}},payload:"RequestPaymentConfiguration"}},PutBucketTagging:{http:{method:"PUT",requestUri:"/{Bucket}?tagging"},input:{type:"structure",required:["Bucket","Tagging"],members:{Bucket:{location:"uri",locationName:"Bucket"},ContentMD5:{location:"header",locationName:"Content-MD5"},Tagging:{shape:"Saz",locationName:"Tagging",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"}}},payload:"Tagging"}},PutBucketVersioning:{http:{method:"PUT",requestUri:"/{Bucket}?versioning"},input:{type:"structure",required:["Bucket","VersioningConfiguration"],members:{Bucket:{location:"uri",locationName:"Bucket"},ContentMD5:{location:"header",locationName:"Content-MD5"},MFA:{location:"header",locationName:"x-amz-mfa"},VersioningConfiguration:{locationName:"VersioningConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",members:{MFADelete:{locationName:"MfaDelete"},Status:{}}}},payload:"VersioningConfiguration"}},PutBucketWebsite:{http:{method:"PUT",requestUri:"/{Bucket}?website"},input:{type:"structure",required:["Bucket","WebsiteConfiguration"],members:{Bucket:{location:"uri",locationName:"Bucket"},ContentMD5:{location:"header",locationName:"Content-MD5"},WebsiteConfiguration:{locationName:"WebsiteConfiguration",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",members:{ErrorDocument:{shape:"S7f"},IndexDocument:{shape:"S7d"},RedirectAllRequestsTo:{shape:"S7a"},RoutingRules:{shape:"S7g"}}}},payload:"WebsiteConfiguration"}},PutObject:{http:{method:"PUT",requestUri:"/{Bucket}/{Key+}"},input:{type:"structure",required:["Bucket","Key"],members:{ACL:{location:"header",locationName:"x-amz-acl"},Body:{streaming:!0,type:"blob"},Bucket:{location:"uri",locationName:"Bucket"},CacheControl:{location:"header",locationName:"Cache-Control"},ContentDisposition:{location:"header",locationName:"Content-Disposition"},ContentEncoding:{location:"header",locationName:"Content-Encoding"},ContentLanguage:{location:"header",locationName:"Content-Language"},ContentLength:{location:"header",locationName:"Content-Length",type:"long"},ContentMD5:{location:"header",locationName:"Content-MD5"},ContentType:{location:"header",locationName:"Content-Type"},Expires:{location:"header",locationName:"Expires",type:"timestamp"},GrantFullControl:{location:"header",locationName:"x-amz-grant-full-control"},GrantRead:{location:"header",locationName:"x-amz-grant-read"},GrantReadACP:{location:"header",locationName:"x-amz-grant-read-acp"},GrantWriteACP:{location:"header",locationName:"x-amz-grant-write-acp"},Key:{location:"uri",locationName:"Key"},Metadata:{shape:"S11",location:"headers",locationName:"x-amz-meta-"},ServerSideEncryption:{location:"header",locationName:"x-amz-server-side-encryption"},StorageClass:{location:"header",locationName:"x-amz-storage-class"},WebsiteRedirectLocation:{location:"header",locationName:"x-amz-website-redirect-location"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKey:{shape:"S19",location:"header",locationName:"x-amz-server-side-encryption-customer-key"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},SSEKMSKeyId:{shape:"Sj",location:"header",locationName:"x-amz-server-side-encryption-aws-kms-key-id"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"},Tagging:{location:"header",locationName:"x-amz-tagging"}},payload:"Body"},output:{type:"structure",members:{Expiration:{location:"header",locationName:"x-amz-expiration"},ETag:{location:"header",locationName:"ETag"},ServerSideEncryption:{location:"header",locationName:"x-amz-server-side-encryption"},VersionId:{location:"header",locationName:"x-amz-version-id"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},SSEKMSKeyId:{shape:"Sj",location:"header",locationName:"x-amz-server-side-encryption-aws-kms-key-id"},RequestCharged:{location:"header",locationName:"x-amz-request-charged"}}}},PutObjectAcl:{http:{method:"PUT",requestUri:"/{Bucket}/{Key+}?acl"},input:{type:"structure",required:["Bucket","Key"],members:{ACL:{location:"header",locationName:"x-amz-acl"},AccessControlPolicy:{shape:"Sad",locationName:"AccessControlPolicy",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"}},Bucket:{location:"uri",locationName:"Bucket"},ContentMD5:{location:"header",locationName:"Content-MD5"},GrantFullControl:{location:"header",locationName:"x-amz-grant-full-control"},GrantRead:{location:"header",locationName:"x-amz-grant-read"},GrantReadACP:{location:"header",locationName:"x-amz-grant-read-acp"},GrantWrite:{location:"header",locationName:"x-amz-grant-write"},GrantWriteACP:{location:"header",locationName:"x-amz-grant-write-acp"},Key:{location:"uri",locationName:"Key"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"},VersionId:{location:"querystring",locationName:"versionId"}},payload:"AccessControlPolicy"},output:{type:"structure",members:{RequestCharged:{location:"header",locationName:"x-amz-request-charged"}}}},PutObjectTagging:{http:{method:"PUT",requestUri:"/{Bucket}/{Key+}?tagging"},input:{type:"structure",required:["Bucket","Key","Tagging"],members:{Bucket:{location:"uri",locationName:"Bucket"},Key:{location:"uri",locationName:"Key"},VersionId:{location:"querystring",locationName:"versionId"},ContentMD5:{location:"header",locationName:"Content-MD5"},Tagging:{shape:"Saz",locationName:"Tagging",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"}}},payload:"Tagging"},output:{type:"structure",members:{VersionId:{location:"header",locationName:"x-amz-version-id"}}}},RestoreObject:{http:{requestUri:"/{Bucket}/{Key+}?restore"},input:{type:"structure",required:["Bucket","Key"],members:{Bucket:{location:"uri",locationName:"Bucket"},Key:{location:"uri",locationName:"Key"},VersionId:{location:"querystring",locationName:"versionId"},RestoreRequest:{locationName:"RestoreRequest",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",members:{Days:{type:"integer"},GlacierJobParameters:{type:"structure",required:["Tier"],members:{Tier:{}}},Type:{},Tier:{},Description:{},SelectParameters:{type:"structure",required:["InputSerialization","ExpressionType","Expression","OutputSerialization"],members:{InputSerialization:{shape:"Sbi"},ExpressionType:{},Expression:{},OutputSerialization:{shape:"Sbx"}}},OutputLocation:{type:"structure",members:{S3:{type:"structure",required:["BucketName","Prefix"],members:{BucketName:{},Prefix:{},Encryption:{type:"structure",required:["EncryptionType"],members:{EncryptionType:{},KMSKeyId:{shape:"Sj"},KMSContext:{}}},CannedACL:{},AccessControlList:{shape:"S2y"},Tagging:{shape:"Saz"},UserMetadata:{type:"list",member:{locationName:"MetadataEntry",type:"structure",members:{Name:{},Value:{}}}},StorageClass:{}}}}}}},RequestPayer:{location:"header",locationName:"x-amz-request-payer"}},payload:"RestoreRequest"},output:{type:"structure",members:{RequestCharged:{location:"header",locationName:"x-amz-request-charged"},RestoreOutputPath:{location:"header",locationName:"x-amz-restore-output-path"}}},alias:"PostObjectRestore"},SelectObjectContent:{http:{requestUri:"/{Bucket}/{Key+}?select&select-type=2"},input:{locationName:"SelectObjectContentRequest",xmlNamespace:{uri:"http://s3.amazonaws.com/doc/2006-03-01/"},type:"structure",required:["Bucket","Key","Expression","ExpressionType","InputSerialization","OutputSerialization"],members:{Bucket:{location:"uri",locationName:"Bucket"},Key:{location:"uri",locationName:"Key"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKey:{shape:"S19",location:"header",locationName:"x-amz-server-side-encryption-customer-key"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},Expression:{},ExpressionType:{},RequestProgress:{type:"structure",members:{Enabled:{type:"boolean"}}},InputSerialization:{shape:"Sbi"},OutputSerialization:{shape:"Sbx"}}},output:{type:"structure",members:{Payload:{type:"structure",members:{Records:{type:"structure",members:{Payload:{eventpayload:!0,type:"blob"}},event:!0},Stats:{type:"structure",members:{Details:{eventpayload:!0,type:"structure",members:{BytesScanned:{type:"long"},BytesProcessed:{type:"long"},BytesReturned:{type:"long"}}}},event:!0},Progress:{type:"structure",members:{Details:{eventpayload:!0,type:"structure",members:{BytesScanned:{type:"long"},BytesProcessed:{type:"long"},BytesReturned:{type:"long"}}}},event:!0},Cont:{type:"structure",members:{},event:!0},End:{type:"structure",members:{},event:!0}},eventstream:!0}},payload:"Payload"}},UploadPart:{http:{method:"PUT",requestUri:"/{Bucket}/{Key+}"},input:{type:"structure",required:["Bucket","Key","PartNumber","UploadId"],members:{Body:{streaming:!0,type:"blob"},Bucket:{location:"uri",locationName:"Bucket"},ContentLength:{location:"header",locationName:"Content-Length",type:"long"},ContentMD5:{location:"header",locationName:"Content-MD5"},Key:{location:"uri",locationName:"Key"},PartNumber:{location:"querystring",locationName:"partNumber",type:"integer"},UploadId:{location:"querystring",locationName:"uploadId"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKey:{shape:"S19",location:"header",locationName:"x-amz-server-side-encryption-customer-key"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"}},payload:"Body"},output:{type:"structure",members:{ServerSideEncryption:{location:"header",locationName:"x-amz-server-side-encryption"},ETag:{location:"header",locationName:"ETag"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},SSEKMSKeyId:{shape:"Sj",location:"header",locationName:"x-amz-server-side-encryption-aws-kms-key-id"},RequestCharged:{location:"header",locationName:"x-amz-request-charged"}}}},UploadPartCopy:{http:{method:"PUT",requestUri:"/{Bucket}/{Key+}"},input:{type:"structure",required:["Bucket","CopySource","Key","PartNumber","UploadId"],members:{Bucket:{location:"uri",locationName:"Bucket"},CopySource:{location:"header",locationName:"x-amz-copy-source"},CopySourceIfMatch:{location:"header",locationName:"x-amz-copy-source-if-match"},CopySourceIfModifiedSince:{location:"header",locationName:"x-amz-copy-source-if-modified-since",type:"timestamp"},CopySourceIfNoneMatch:{location:"header",locationName:"x-amz-copy-source-if-none-match"},CopySourceIfUnmodifiedSince:{location:"header",locationName:"x-amz-copy-source-if-unmodified-since",type:"timestamp"},CopySourceRange:{location:"header",locationName:"x-amz-copy-source-range"},Key:{location:"uri",locationName:"Key"},PartNumber:{location:"querystring",locationName:"partNumber",type:"integer"},UploadId:{location:"querystring",locationName:"uploadId"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKey:{shape:"S19",location:"header",locationName:"x-amz-server-side-encryption-customer-key"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},CopySourceSSECustomerAlgorithm:{location:"header",locationName:"x-amz-copy-source-server-side-encryption-customer-algorithm"},CopySourceSSECustomerKey:{shape:"S1c",location:"header",locationName:"x-amz-copy-source-server-side-encryption-customer-key"},CopySourceSSECustomerKeyMD5:{location:"header",locationName:"x-amz-copy-source-server-side-encryption-customer-key-MD5"},RequestPayer:{location:"header",locationName:"x-amz-request-payer"}}},output:{type:"structure",members:{CopySourceVersionId:{location:"header",locationName:"x-amz-copy-source-version-id"},CopyPartResult:{type:"structure",members:{ETag:{},LastModified:{type:"timestamp"}}},ServerSideEncryption:{location:"header",locationName:"x-amz-server-side-encryption"},SSECustomerAlgorithm:{location:"header",locationName:"x-amz-server-side-encryption-customer-algorithm"},SSECustomerKeyMD5:{location:"header",locationName:"x-amz-server-side-encryption-customer-key-MD5"},SSEKMSKeyId:{shape:"Sj",location:"header",locationName:"x-amz-server-side-encryption-aws-kms-key-id"},RequestCharged:{location:"header",locationName:"x-amz-request-charged"}},payload:"CopyPartResult"}}},shapes:{Sj:{type:"string",sensitive:!0},S11:{type:"map",key:{},value:{}},S19:{type:"blob",sensitive:!0},S1c:{type:"blob",sensitive:!0},S2v:{type:"structure",members:{DisplayName:{},ID:{}}},S2y:{type:"list",member:{locationName:"Grant",type:"structure",members:{Grantee:{shape:"S30"},Permission:{}}}},S30:{type:"structure",required:["Type"],members:{DisplayName:{},EmailAddress:{},ID:{},Type:{locationName:"xsi:type",xmlAttribute:!0},URI:{}},xmlNamespace:{prefix:"xsi",uri:"http://www.w3.org/2001/XMLSchema-instance"}},S37:{type:"structure",required:["Id","StorageClassAnalysis"],members:{Id:{},Filter:{type:"structure",members:{Prefix:{},Tag:{shape:"S3a"},And:{type:"structure",members:{Prefix:{},Tags:{shape:"S3d",flattened:!0,locationName:"Tag"}}}}},StorageClassAnalysis:{type:"structure",members:{DataExport:{type:"structure",required:["OutputSchemaVersion","Destination"],members:{OutputSchemaVersion:{},Destination:{type:"structure",required:["S3BucketDestination"],members:{S3BucketDestination:{type:"structure",required:["Format","Bucket"],members:{Format:{},BucketAccountId:{},Bucket:{},Prefix:{}}}}}}}}}}},S3a:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{}}},S3d:{type:"list",member:{shape:"S3a",locationName:"Tag"}},S3n:{type:"list",member:{type:"structure",required:["AllowedMethods","AllowedOrigins"],members:{AllowedHeaders:{locationName:"AllowedHeader",type:"list",member:{},flattened:!0},AllowedMethods:{locationName:"AllowedMethod",type:"list",member:{},flattened:!0},AllowedOrigins:{locationName:"AllowedOrigin",type:"list",member:{},flattened:!0},ExposeHeaders:{locationName:"ExposeHeader",type:"list",member:{},flattened:!0},MaxAgeSeconds:{type:"integer"}}},flattened:!0},S40:{type:"structure",required:["Rules"],members:{Rules:{locationName:"Rule",type:"list",member:{type:"structure",members:{ApplyServerSideEncryptionByDefault:{type:"structure",required:["SSEAlgorithm"],members:{SSEAlgorithm:{},KMSMasterKeyID:{shape:"Sj"}}}}},flattened:!0}}},S46:{type:"structure",required:["Destination","IsEnabled","Id","IncludedObjectVersions","Schedule"],members:{Destination:{type:"structure",required:["S3BucketDestination"],members:{S3BucketDestination:{type:"structure",required:["Bucket","Format"],members:{AccountId:{},Bucket:{},Format:{},Prefix:{},Encryption:{type:"structure",members:{SSES3:{locationName:"SSE-S3",type:"structure",members:{}},SSEKMS:{locationName:"SSE-KMS",type:"structure",required:["KeyId"],members:{KeyId:{shape:"Sj"}}}}}}}}},IsEnabled:{type:"boolean"},Filter:{type:"structure",required:["Prefix"],members:{Prefix:{}}},Id:{},IncludedObjectVersions:{},OptionalFields:{type:"list",member:{locationName:"Field"}},Schedule:{type:"structure",required:["Frequency"],members:{Frequency:{}}}}},S4m:{type:"list",member:{type:"structure",required:["Prefix","Status"],members:{Expiration:{shape:"S4o"},ID:{},Prefix:{},Status:{},Transition:{shape:"S4t"},NoncurrentVersionTransition:{shape:"S4v"},NoncurrentVersionExpiration:{shape:"S4w"},AbortIncompleteMultipartUpload:{shape:"S4x"}}},flattened:!0},S4o:{type:"structure",members:{Date:{shape:"S4p"},Days:{type:"integer"},ExpiredObjectDeleteMarker:{type:"boolean"}}},S4p:{type:"timestamp",timestampFormat:"iso8601"},S4t:{type:"structure",members:{Date:{shape:"S4p"},Days:{type:"integer"},StorageClass:{}}},S4v:{type:"structure",members:{NoncurrentDays:{type:"integer"},StorageClass:{}}},S4w:{type:"structure",members:{NoncurrentDays:{type:"integer"}}},S4x:{type:"structure",members:{DaysAfterInitiation:{type:"integer"}}},S51:{type:"list",member:{type:"structure",required:["Status"],members:{Expiration:{shape:"S4o"},ID:{},Prefix:{deprecated:!0},Filter:{type:"structure",members:{Prefix:{},Tag:{shape:"S3a"},And:{type:"structure",members:{Prefix:{},Tags:{shape:"S3d",flattened:!0,locationName:"Tag"}}}}},Status:{},Transitions:{locationName:"Transition",type:"list",member:{shape:"S4t"},flattened:!0},NoncurrentVersionTransitions:{locationName:"NoncurrentVersionTransition",type:"list",member:{shape:"S4v"},flattened:!0},NoncurrentVersionExpiration:{shape:"S4w"},AbortIncompleteMultipartUpload:{shape:"S4x"}}},flattened:!0},S5b:{type:"structure",required:["TargetBucket","TargetPrefix"],members:{TargetBucket:{},TargetGrants:{type:"list",member:{locationName:"Grant",type:"structure",members:{Grantee:{shape:"S30"},Permission:{}}}},TargetPrefix:{}}},S5j:{type:"structure",required:["Id"],members:{Id:{},Filter:{type:"structure",members:{Prefix:{},Tag:{shape:"S3a"},And:{type:"structure",members:{Prefix:{},Tags:{shape:"S3d",flattened:!0,locationName:"Tag"}}}}}}},S5m:{type:"structure",required:["Bucket"],members:{Bucket:{location:"uri",locationName:"Bucket"}}},S5n:{type:"structure",members:{TopicConfiguration:{type:"structure",members:{Id:{},Events:{shape:"S5q",locationName:"Event"},Event:{deprecated:!0},Topic:{}}},QueueConfiguration:{type:"structure",members:{Id:{},Event:{deprecated:!0},Events:{shape:"S5q",locationName:"Event"},Queue:{}}},CloudFunctionConfiguration:{type:"structure",members:{Id:{},Event:{deprecated:!0},Events:{shape:"S5q",locationName:"Event"},CloudFunction:{},InvocationRole:{}}}}},S5q:{type:"list",member:{},flattened:!0},S5y:{type:"structure",members:{TopicConfigurations:{locationName:"TopicConfiguration",type:"list",member:{type:"structure",required:["TopicArn","Events"],members:{Id:{},TopicArn:{locationName:"Topic"},Events:{shape:"S5q",locationName:"Event"},Filter:{shape:"S61"}}},flattened:!0},QueueConfigurations:{locationName:"QueueConfiguration",type:"list",member:{type:"structure",required:["QueueArn","Events"],members:{Id:{},QueueArn:{locationName:"Queue"},Events:{shape:"S5q",locationName:"Event"},Filter:{shape:"S61"}}},flattened:!0},LambdaFunctionConfigurations:{locationName:"CloudFunctionConfiguration",type:"list",member:{type:"structure",required:["LambdaFunctionArn","Events"],members:{Id:{},LambdaFunctionArn:{locationName:"CloudFunction"},Events:{shape:"S5q",locationName:"Event"},Filter:{shape:"S61"}}},flattened:!0}}},S61:{type:"structure",members:{Key:{locationName:"S3Key",type:"structure",members:{FilterRules:{locationName:"FilterRule",type:"list",member:{type:"structure",members:{Name:{},Value:{}}},flattened:!0}}}}},S6h:{type:"structure",required:["Role","Rules"],members:{Role:{},Rules:{locationName:"Rule",type:"list",member:{type:"structure",required:["Status","Destination"],members:{ID:{},Priority:{type:"integer"},Prefix:{deprecated:!0},Filter:{type:"structure",members:{Prefix:{},Tag:{shape:"S3a"},And:{type:"structure",members:{Prefix:{},Tags:{shape:"S3d",flattened:!0,locationName:"Tag"}}}}},Status:{},SourceSelectionCriteria:{type:"structure",members:{SseKmsEncryptedObjects:{type:"structure",required:["Status"],members:{Status:{}}}}},Destination:{type:"structure",required:["Bucket"],members:{Bucket:{},Account:{},StorageClass:{},AccessControlTranslation:{type:"structure",required:["Owner"],members:{Owner:{}}},EncryptionConfiguration:{type:"structure",members:{ReplicaKmsKeyID:{}}}}},DeleteMarkerReplication:{type:"structure",members:{Status:{}}}}},flattened:!0}}},S7a:{type:"structure",required:["HostName"],members:{HostName:{},Protocol:{}}},S7d:{type:"structure",required:["Suffix"],members:{Suffix:{}}},S7f:{type:"structure",required:["Key"],members:{Key:{}}},S7g:{type:"list",member:{locationName:"RoutingRule",type:"structure",required:["Redirect"],members:{Condition:{type:"structure",members:{HttpErrorCodeReturnedEquals:{},KeyPrefixEquals:{}}},Redirect:{type:"structure",members:{HostName:{},HttpRedirectCode:{},Protocol:{},ReplaceKeyPrefixWith:{},ReplaceKeyWith:{}}}}}},S9c:{type:"structure",members:{ID:{},DisplayName:{}}},S9d:{type:"list",member:{type:"structure",members:{Prefix:{}}},flattened:!0},S9v:{type:"list",member:{type:"structure",members:{Key:{},LastModified:{type:"timestamp"},ETag:{},Size:{type:"integer"},StorageClass:{},Owner:{shape:"S2v"}}},flattened:!0},Sad:{type:"structure",members:{Grants:{shape:"S2y",locationName:"AccessControlList"},Owner:{shape:"S2v"}}},Saz:{type:"structure",required:["TagSet"],members:{TagSet:{shape:"S3d"}}},Sbi:{type:"structure",members:{CSV:{type:"structure",members:{FileHeaderInfo:{},Comments:{},QuoteEscapeCharacter:{},RecordDelimiter:{},FieldDelimiter:{},QuoteCharacter:{},AllowQuotedRecordDelimiter:{type:"boolean"}}},CompressionType:{},JSON:{type:"structure",members:{Type:{}}},Parquet:{type:"structure",members:{}}}},Sbx:{type:"structure",members:{CSV:{type:"structure",members:{QuoteFields:{},QuoteEscapeCharacter:{},RecordDelimiter:{},FieldDelimiter:{},QuoteCharacter:{}}},JSON:{type:"structure",members:{RecordDelimiter:{}}}}}}}},CbSC:function(e,t,r){var n=r("BaN1"),i=n.property;e.exports=function(e,t,r){r=r||{},i(this,"name",e),i(this,"api",r.api,!1),t.operation&&i(this,"operation",n.string.lowerFirst(t.operation));var o=this;["type","description","delay","maxAttempts","acceptors"].forEach(function(e){var r=t[e];r&&i(o,e,r)})}},CcnG:function(e,t,r){"use strict";r.r(t),r.d(t,"\u0275angular_packages_core_core_l",function(){return Wn}),r.d(t,"\u0275angular_packages_core_core_i",function(){return Un}),r.d(t,"\u0275angular_packages_core_core_j",function(){return jn}),r.d(t,"\u0275angular_packages_core_core_k",function(){return $n}),r.d(t,"\u0275angular_packages_core_core_f",function(){return xt}),r.d(t,"\u0275angular_packages_core_core_g",function(){return Nn}),r.d(t,"\u0275angular_packages_core_core_h",function(){return Rn}),r.d(t,"\u0275angular_packages_core_core_c",function(){return mt}),r.d(t,"\u0275angular_packages_core_core_d",function(){return tt}),r.d(t,"\u0275angular_packages_core_core_e",function(){return at}),r.d(t,"\u0275angular_packages_core_core_m",function(){return ar}),r.d(t,"\u0275angular_packages_core_core_o",function(){return rr}),r.d(t,"\u0275angular_packages_core_core_n",function(){return tr}),r.d(t,"\u0275angular_packages_core_core_r",function(){return or}),r.d(t,"\u0275angular_packages_core_core_p",function(){return nr}),r.d(t,"\u0275angular_packages_core_core_q",function(){return ir}),r.d(t,"\u0275angular_packages_core_core_v",function(){return $m}),r.d(t,"\u0275angular_packages_core_core_y",function(){return Xm}),r.d(t,"\u0275angular_packages_core_core_x",function(){return Ym}),r.d(t,"\u0275angular_packages_core_core_w",function(){return Wm}),r.d(t,"\u0275angular_packages_core_core_u",function(){return qm}),r.d(t,"\u0275angular_packages_core_core_z",function(){return ed}),r.d(t,"\u0275angular_packages_core_core_ba",function(){return Qp}),r.d(t,"\u0275angular_packages_core_core_bb",function(){return Wu}),r.d(t,"\u0275angular_packages_core_core_a",function(){return b}),r.d(t,"\u0275angular_packages_core_core_b",function(){return g}),r.d(t,"\u0275angular_packages_core_core_s",function(){return ya}),r.d(t,"\u0275angular_packages_core_core_t",function(){return Ri}),r.d(t,"createPlatform",function(){return wr}),r.d(t,"assertPlatform",function(){return Pr}),r.d(t,"destroyPlatform",function(){return Mr}),r.d(t,"getPlatform",function(){return qr}),r.d(t,"PlatformRef",function(){return Or}),r.d(t,"ApplicationRef",function(){return Br}),r.d(t,"enableProdMode",function(){return Ar}),r.d(t,"isDevMode",function(){return Rr}),r.d(t,"createPlatformFactory",function(){return Er}),r.d(t,"NgProbeToken",function(){return xr}),r.d(t,"APP_ID",function(){return Rt}),r.d(t,"PACKAGE_ROOT_URL",function(){return Ot}),r.d(t,"PLATFORM_INITIALIZER",function(){return Pt}),r.d(t,"PLATFORM_ID",function(){return Mt}),r.d(t,"APP_BOOTSTRAP_LISTENER",function(){return qt}),r.d(t,"APP_INITIALIZER",function(){return kt}),r.d(t,"ApplicationInitStatus",function(){return At}),r.d(t,"DebugElement",function(){return cn}),r.d(t,"DebugNode",function(){return ln}),r.d(t,"asNativeElements",function(){return pn}),r.d(t,"getDebugNode",function(){return yn}),r.d(t,"Testability",function(){return Sr}),r.d(t,"TestabilityRegistry",function(){return Ir}),r.d(t,"setTestabilityGetter",function(){return Nr}),r.d(t,"TRANSLATIONS",function(){return Fn}),r.d(t,"TRANSLATIONS_FORMAT",function(){return Gn}),r.d(t,"LOCALE_ID",function(){return Bn}),r.d(t,"MissingTranslationStrategy",function(){return Vn}),r.d(t,"ApplicationModule",function(){return zn}),r.d(t,"wtfCreateScope",function(){return ur}),r.d(t,"wtfLeave",function(){return lr}),r.d(t,"wtfStartTimeRange",function(){return cr}),r.d(t,"wtfEndTimeRange",function(){return pr}),r.d(t,"Type",function(){return L}),r.d(t,"EventEmitter",function(){return mr}),r.d(t,"ErrorHandler",function(){return He}),r.d(t,"Sanitizer",function(){return Ii}),r.d(t,"SecurityContext",function(){return Si}),r.d(t,"ANALYZE_FOR_ENTRY_COMPONENTS",function(){return v}),r.d(t,"Attribute",function(){return S}),r.d(t,"ContentChild",function(){return C}),r.d(t,"ContentChildren",function(){return N}),r.d(t,"Query",function(){return I}),r.d(t,"ViewChild",function(){return D}),r.d(t,"ViewChildren",function(){return _}),r.d(t,"Component",function(){return w}),r.d(t,"Directive",function(){return x}),r.d(t,"HostBinding",function(){return q}),r.d(t,"HostListener",function(){return O}),r.d(t,"Input",function(){return P}),r.d(t,"Output",function(){return M}),r.d(t,"Pipe",function(){return E}),r.d(t,"CUSTOM_ELEMENTS_SCHEMA",function(){return qe}),r.d(t,"NO_ERRORS_SCHEMA",function(){return Oe}),r.d(t,"NgModule",function(){return Le}),r.d(t,"ViewEncapsulation",function(){return Be}),r.d(t,"Version",function(){return Fe}),r.d(t,"VERSION",function(){return Ge}),r.d(t,"defineInjectable",function(){return l}),r.d(t,"defineInjector",function(){return c}),r.d(t,"forwardRef",function(){return ee}),r.d(t,"resolveForwardRef",function(){return te}),r.d(t,"Injectable",function(){return Me}),r.d(t,"inject",function(){return Ae}),r.d(t,"INJECTOR",function(){return ce}),r.d(t,"Injector",function(){return me}),r.d(t,"ReflectiveInjector",function(){return pt}),r.d(t,"createInjector",function(){return vt}),r.d(t,"ResolvedReflectiveFactory",function(){return it}),r.d(t,"ReflectiveKey",function(){return Xe}),r.d(t,"InjectionToken",function(){return p}),r.d(t,"Inject",function(){return re}),r.d(t,"Optional",function(){return ne}),r.d(t,"Self",function(){return ie}),r.d(t,"SkipSelf",function(){return oe}),r.d(t,"Host",function(){return ae}),r.d(t,"NgZone",function(){return dr}),r.d(t,"\u0275NoopNgZone",function(){return vr}),r.d(t,"RenderComponentType",function(){return Gr}),r.d(t,"Renderer",function(){return Ur}),r.d(t,"Renderer2",function(){return zr}),r.d(t,"RendererFactory2",function(){return $r}),r.d(t,"RendererStyleFlags2",function(){return Wr}),r.d(t,"RootRenderer",function(){return jr}),r.d(t,"COMPILER_OPTIONS",function(){return Vt}),r.d(t,"Compiler",function(){return Gt}),r.d(t,"CompilerFactory",function(){return Ut}),r.d(t,"ModuleWithComponentFactories",function(){return Bt}),r.d(t,"ComponentFactory",function(){return $t}),r.d(t,"ComponentRef",function(){return jt}),r.d(t,"ComponentFactoryResolver",function(){return Yt}),r.d(t,"ElementRef",function(){return Hr}),r.d(t,"NgModuleFactory",function(){return er}),r.d(t,"NgModuleRef",function(){return Jt}),r.d(t,"NgModuleFactoryLoader",function(){return Kr}),r.d(t,"getModuleFactory",function(){return Zr}),r.d(t,"QueryList",function(){return Xr}),r.d(t,"SystemJsNgModuleLoader",function(){return tn}),r.d(t,"SystemJsNgModuleLoaderConfig",function(){return Jr}),r.d(t,"TemplateRef",function(){return nn}),r.d(t,"ViewContainerRef",function(){return on}),r.d(t,"EmbeddedViewRef",function(){return un}),r.d(t,"ViewRef",function(){return sn}),r.d(t,"ChangeDetectionStrategy",function(){return T}),r.d(t,"ChangeDetectorRef",function(){return an}),r.d(t,"DefaultIterableDiffer",function(){return _n}),r.d(t,"IterableDiffers",function(){return En}),r.d(t,"KeyValueDiffers",function(){return Pn}),r.d(t,"SimpleChange",function(){return vn}),r.d(t,"WrappedValue",function(){return gn}),r.d(t,"platformCore",function(){return Ln}),r.d(t,"\u0275ALLOW_MULTIPLE_PLATFORMS",function(){return kr}),r.d(t,"\u0275APP_ID_RANDOM_PROVIDER",function(){return wt}),r.d(t,"\u0275defaultIterableDiffers",function(){return qn}),r.d(t,"\u0275defaultKeyValueDiffers",function(){return On}),r.d(t,"\u0275devModeEqual",function(){return bn}),r.d(t,"\u0275isListLikeIterable",function(){return Sn}),r.d(t,"\u0275ChangeDetectorStatus",function(){return k}),r.d(t,"\u0275isDefaultChangeDetectionStrategy",function(){return A}),r.d(t,"\u0275Console",function(){return Lt}),r.d(t,"\u0275inject",function(){return Ae}),r.d(t,"\u0275setCurrentInjector",function(){return ke}),r.d(t,"\u0275APP_ROOT",function(){return dt}),r.d(t,"\u0275ivyEnabled",function(){return R}),r.d(t,"\u0275ComponentFactory",function(){return $t}),r.d(t,"\u0275CodegenComponentFactoryResolver",function(){return Zt}),r.d(t,"\u0275resolveComponentResources",function(){return Hn}),r.d(t,"\u0275ReflectionCapabilities",function(){return Z}),r.d(t,"\u0275RenderDebugInfo",function(){return Vr}),r.d(t,"\u0275_sanitizeHtml",function(){return yi}),r.d(t,"\u0275_sanitizeStyle",function(){return vi}),r.d(t,"\u0275_sanitizeUrl",function(){return Jn}),r.d(t,"\u0275global",function(){return V}),r.d(t,"\u0275looseIdentical",function(){return z}),r.d(t,"\u0275stringify",function(){return H}),r.d(t,"\u0275makeDecorator",function(){return y}),r.d(t,"\u0275isObservable",function(){return Tt}),r.d(t,"\u0275isPromise",function(){return Dt}),r.d(t,"\u0275clearOverrides",function(){return Js}),r.d(t,"\u0275initServicesIfNeeded",function(){return ms}),r.d(t,"\u0275overrideComponentView",function(){return Xs}),r.d(t,"\u0275overrideProvider",function(){return Zs}),r.d(t,"\u0275NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR",function(){return Na}),r.d(t,"\u0275defineComponent",function(){return mm}),r.d(t,"\u0275defineDirective",function(){return gm}),r.d(t,"\u0275definePipe",function(){return vm}),r.d(t,"\u0275defineNgModule",function(){return ym}),r.d(t,"\u0275detectChanges",function(){return Dp}),r.d(t,"\u0275renderComponent",function(){return lm}),r.d(t,"\u0275directiveInject",function(){return Bm}),r.d(t,"\u0275injectElementRef",function(){return Fm}),r.d(t,"\u0275injectTemplateRef",function(){return Gm}),r.d(t,"\u0275injectViewContainerRef",function(){return Vm}),r.d(t,"\u0275injectChangeDetectorRef",function(){return Um}),r.d(t,"\u0275injectAttribute",function(){return jm}),r.d(t,"\u0275PublicFeature",function(){return rd}),r.d(t,"\u0275InheritDefinitionFeature",function(){return Im}),r.d(t,"\u0275NgOnChangesFeature",function(){return Cm}),r.d(t,"\u0275markDirty",function(){return kp}),r.d(t,"\u0275NgModuleFactory",function(){return vd}),r.d(t,"\u0275NC",function(){return Ap}),r.d(t,"\u0275C",function(){return pp}),r.d(t,"\u0275E",function(){return Pc}),r.d(t,"\u0275NH",function(){return wc}),r.d(t,"\u0275NM",function(){return xc}),r.d(t,"\u0275NS",function(){return Rc}),r.d(t,"\u0275Ee",function(){return Ec}),r.d(t,"\u0275L",function(){return zc}),r.d(t,"\u0275T",function(){return ap}),r.d(t,"\u0275V",function(){return hp}),r.d(t,"\u0275Q",function(){return Wd}),r.d(t,"\u0275Qr",function(){return em}),r.d(t,"\u0275d",function(){return $p}),r.d(t,"\u0275P",function(){return Sp}),r.d(t,"\u0275b",function(){return xp}),r.d(t,"\u0275i1",function(){return qp}),r.d(t,"\u0275i2",function(){return Op}),r.d(t,"\u0275i3",function(){return Lp}),r.d(t,"\u0275i4",function(){return Bp}),r.d(t,"\u0275i5",function(){return Fp}),r.d(t,"\u0275i6",function(){return Gp}),r.d(t,"\u0275i7",function(){return Vp}),r.d(t,"\u0275i8",function(){return Up}),r.d(t,"\u0275iV",function(){return Mp}),r.d(t,"\u0275pb1",function(){return wd}),r.d(t,"\u0275pb2",function(){return Ed}),r.d(t,"\u0275pb3",function(){return Pd}),r.d(t,"\u0275pb4",function(){return Md}),r.d(t,"\u0275pbV",function(){return qd}),r.d(t,"\u0275f0",function(){return Sd}),r.d(t,"\u0275f1",function(){return Id}),r.d(t,"\u0275f2",function(){return Nd}),r.d(t,"\u0275f3",function(){return Cd}),r.d(t,"\u0275f4",function(){return _d}),r.d(t,"\u0275f5",function(){return Dd}),r.d(t,"\u0275f6",function(){return Td}),r.d(t,"\u0275f7",function(){return kd}),r.d(t,"\u0275f8",function(){return Ad}),r.d(t,"\u0275fV",function(){return Rd}),r.d(t,"\u0275cR",function(){return mp}),r.d(t,"\u0275cr",function(){return dp}),r.d(t,"\u0275qR",function(){return zd}),r.d(t,"\u0275ql",function(){return Wp}),r.d(t,"\u0275e",function(){return Qc}),r.d(t,"\u0275p",function(){return Zc}),r.d(t,"\u0275pD",function(){return gp}),r.d(t,"\u0275rS",function(){return wp}),r.d(t,"\u0275a",function(){return Yc}),r.d(t,"\u0275s",function(){return tp}),r.d(t,"\u0275sm",function(){return op}),r.d(t,"\u0275sp",function(){return ip}),r.d(t,"\u0275sa",function(){return np}),r.d(t,"\u0275cp",function(){return ep}),r.d(t,"\u0275t",function(){return sp}),r.d(t,"\u0275v",function(){return yp}),r.d(t,"\u0275st",function(){return jp}),r.d(t,"\u0275ld",function(){return zp}),r.d(t,"\u0275Pp",function(){return xd}),r.d(t,"\u0275whenRendered",function(){return pm}),r.d(t,"\u0275iA",function(){return ad}),r.d(t,"\u0275iEM",function(){return sd}),r.d(t,"\u0275iI1",function(){return ud}),r.d(t,"\u0275iI2",function(){return ld}),r.d(t,"\u0275iI3",function(){return cd}),r.d(t,"\u0275iI4",function(){return pd}),r.d(t,"\u0275iI5",function(){return md}),r.d(t,"\u0275iI6",function(){return dd}),r.d(t,"\u0275iI7",function(){return hd}),r.d(t,"\u0275iI8",function(){return yd}),r.d(t,"\u0275IV",function(){return fd}),r.d(t,"\u0275iM",function(){return id}),r.d(t,"\u0275sanitizeHtml",function(){return th}),r.d(t,"\u0275sanitizeStyle",function(){return rh}),r.d(t,"\u0275sanitizeUrl",function(){return nh}),r.d(t,"\u0275sanitizeResourceUrl",function(){return ih}),r.d(t,"\u0275bypassSanitizationTrustHtml",function(){return Qd}),r.d(t,"\u0275bypassSanitizationTrustStyle",function(){return Yd}),r.d(t,"\u0275bypassSanitizationTrustScript",function(){return Zd}),r.d(t,"\u0275bypassSanitizationTrustUrl",function(){return Xd}),r.d(t,"\u0275bypassSanitizationTrustResourceUrl",function(){return Jd}),r.d(t,"\u0275registerModuleFactory",function(){return Yr}),r.d(t,"\u0275EMPTY_ARRAY",function(){return vo}),r.d(t,"\u0275EMPTY_MAP",function(){return So}),r.d(t,"\u0275and",function(){return Io}),r.d(t,"\u0275ccf",function(){return Vo}),r.d(t,"\u0275cmf",function(){return eu}),r.d(t,"\u0275crt",function(){return Gi}),r.d(t,"\u0275did",function(){return ma}),r.d(t,"\u0275eld",function(){return No}),r.d(t,"\u0275elementEventFullName",function(){return Xi}),r.d(t,"\u0275getComponentViewDefinitionFactory",function(){return Uo}),r.d(t,"\u0275inlineInterpolate",function(){return bo}),r.d(t,"\u0275interpolate",function(){return fo}),r.d(t,"\u0275mod",function(){return Eo}),r.d(t,"\u0275mpd",function(){return wo}),r.d(t,"\u0275ncd",function(){return Ma}),r.d(t,"\u0275nov",function(){return Jo}),r.d(t,"\u0275pid",function(){return da}),r.d(t,"\u0275prd",function(){return ha}),r.d(t,"\u0275pad",function(){return La}),r.d(t,"\u0275pod",function(){return Ba}),r.d(t,"\u0275ppd",function(){return Oa}),r.d(t,"\u0275qud",function(){return Ra}),r.d(t,"\u0275ted",function(){return Ga}),r.d(t,"\u0275unv",function(){return Li}),r.d(t,"\u0275vid",function(){return ja});var n=r("mrSG"),i=r("pugT"),o=r("K9Ia"),a=r("6blF"),s=r("p0ib"),u=r("S1nX");function l(e){return{providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function c(e){return{factory:e.factory,providers:e.providers||[],imports:e.imports||[]}}var p=function(){function e(e,t){this._desc=e,this.ngMetadataName="InjectionToken",this.ngInjectableDef=void 0!==t?l({providedIn:t.providedIn||"root",factory:t.factory}):void 0}return e.prototype.toString=function(){return"InjectionToken "+this._desc},e}(),m="__annotations__",d="__parameters__",h="__prop__metadata__";function y(e,t,r,i,o){var a=f(t);function s(){for(var e,t=[],r=0;r ");else if("object"==typeof t){var i=[];for(var o in t)if(t.hasOwnProperty(o)){var a=t[o];i.push(o+":"+("string"==typeof a?JSON.stringify(a):H(a)))}n="{"+i.join(", ")+"}"}return"StaticInjectorError"+(r?"("+r+")":"")+"["+n+"]: "+e.replace(Se,"\n ")}function De(e,t){return new Error(_e(e,t))}var Te=void 0;function ke(e){var t=Te;return Te=e,t}function Ae(e,t){if(void 0===t&&(t=0),void 0===Te)throw new Error("inject() must be called from an injection context");if(null===Te){var r=e.ngInjectableDef;if(r&&"root"==r.providedIn)return void 0===r.value?r.value=r.factory():r.value;if(8&t)return null;throw new Error("Injector: NOT_FOUND ["+H(e)+"]")}return Te.get(e,8&t?null:void 0,t)}function Re(e){for(var t=[],r=0;r1?" ("+function(e){for(var t=[],r=0;r-1)return t.push(e[r]),t;t.push(e[r])}return t}(e.slice().reverse()).map(function(e){return H(e.token)}).join(" -> ")+")":""}function Qe(e,t,r,n){var i=[t],o=r(i),a=n?function(e,t){var r=o+" caused by: "+(t instanceof Error?t.message:t),n=Error(r);return n[Ue]=t,n}(0,n):Error(o);return a.addKey=Ye,a.keys=i,a.injectors=[e],a.constructResolvingMessage=r,a[Ue]=n,a}function Ye(e,t){this.injectors.push(e),this.keys.push(t),this.message=this.constructResolvingMessage(this.keys)}function Ze(e,t){for(var r=[],n=0,i=t.length;n=this._providers.length)throw function(e){return Error("Index "+e+" is out-of-bounds.")}(e);return this._providers[e]},e.prototype._new=function(e){if(this._constructionCounter++>this._getMaxNumberOfObjects())throw Qe(this,e.key,function(e){return"Cannot instantiate cyclic dependency!"+Ke(e)});return this._instantiateProvider(e)},e.prototype._getMaxNumberOfObjects=function(){return this.objs.length},e.prototype._instantiateProvider=function(e){if(e.multiProvider){for(var t=new Array(e.resolvedFactories.length),r=0;r0&&(i=setTimeout(function(){n._callbacks=n._callbacks.filter(function(e){return e.timeoutId!==i}),e(n._didWork,n.getPendingTasks())},t)),this._callbacks.push({doneCb:e,timeoutId:i,updateCb:r})},e.prototype.whenStable=function(e,t,r){if(r&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/dist/task-tracking.js" loaded?');this.addCallback(e,t,r),this._runCallbacksIfReady()},e.prototype.getPendingRequestCount=function(){return this._pendingCount},e.prototype.findProviders=function(e,t,r){return[]},e}(),Ir=function(){function e(){this._applications=new Map,_r.addToWindow(this)}return e.prototype.registerApplication=function(e,t){this._applications.set(e,t)},e.prototype.unregisterApplication=function(e){this._applications.delete(e)},e.prototype.unregisterAllApplications=function(){this._applications.clear()},e.prototype.getTestability=function(e){return this._applications.get(e)||null},e.prototype.getAllTestabilities=function(){return Array.from(this._applications.values())},e.prototype.getAllRootElements=function(){return Array.from(this._applications.keys())},e.prototype.findTestabilityInTree=function(e,t){return void 0===t&&(t=!0),_r.findTestabilityInTree(this,e,t)},e.ctorParameters=function(){return[]},e}();function Nr(e){_r=e}var Cr,_r=new(function(){function e(){}return e.prototype.addToWindow=function(e){},e.prototype.findTestabilityInTree=function(e,t,r){return null},e}()),Dr=!0,Tr=!1,kr=new p("AllowMultipleToken");function Ar(){if(Tr)throw new Error("Cannot enable prod mode after platform setup.");Dr=!1}function Rr(){return Tr=!0,Dr}var xr=function(e,t){this.name=e,this.token=t};function wr(e){if(Cr&&!Cr.destroyed&&!Cr.injector.get(kr,!1))throw new Error("There can be only one platform. Destroy the previous one to create a new one.");Cr=e.get(Or);var t=e.get(Pt,null);return t&&t.forEach(function(e){return e()}),Cr}function Er(e,t,r){void 0===r&&(r=[]);var n="Platform: "+t,i=new p(n);return function(t){void 0===t&&(t=[]);var o=qr();if(!o||o.injector.get(kr,!1))if(e)e(r.concat(t).concat({provide:i,useValue:!0}));else{var a=r.concat(t).concat({provide:i,useValue:!0});wr(me.create({providers:a,name:n}))}return Pr(i)}}function Pr(e){var t=qr();if(!t)throw new Error("No platform exists!");if(!t.injector.get(e,null))throw new Error("A platform with a different configuration has been created. Please destroy it first.");return t}function Mr(){Cr&&!Cr.destroyed&&Cr.destroy()}function qr(){return Cr&&!Cr.destroyed?Cr:null}var Or=function(){function e(e){this._injector=e,this._modules=[],this._destroyListeners=[],this._destroyed=!1}return e.prototype.bootstrapModuleFactory=function(e,t){var r,n=this,i="noop"===(r=t?t.ngZone:void 0)?new vr:("zone.js"===r?void 0:r)||new dr({enableLongStackTrace:Rr()}),o=[{provide:dr,useValue:i}];return i.run(function(){var t=me.create({providers:o,parent:n.injector,name:e.moduleType.name}),r=e.create(t),a=r.injector.get(He,null);if(!a)throw new Error("No ErrorHandler. Is platform module (BrowserModule) included?");return r.onDestroy(function(){return Fr(n._modules,r)}),i.runOutsideAngular(function(){return i.onError.subscribe({next:function(e){a.handleError(e)}})}),function(e,t,i){try{var o=((a=r.injector.get(At)).runInitializers(),a.donePromise.then(function(){return n._moduleDoBootstrap(r),r}));return Dt(o)?o.catch(function(r){throw t.runOutsideAngular(function(){return e.handleError(r)}),r}):o}catch(r){throw t.runOutsideAngular(function(){return e.handleError(r)}),r}var a}(a,i)})},e.prototype.bootstrapModule=function(e,t){var r=this;void 0===t&&(t=[]);var n=this.injector.get(Ut),i=Lr({},t);return n.createCompiler([i]).compileModuleAsync(e).then(function(e){return r.bootstrapModuleFactory(e,i)})},e.prototype._moduleDoBootstrap=function(e){var t=e.injector.get(Br);if(e._bootstrapComponents.length>0)e._bootstrapComponents.forEach(function(e){return t.bootstrap(e)});else{if(!e.instance.ngDoBootstrap)throw new Error("The module "+H(e.instance.constructor)+' was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.');e.instance.ngDoBootstrap(t)}this._modules.push(e)},e.prototype.onDestroy=function(e){this._destroyListeners.push(e)},Object.defineProperty(e.prototype,"injector",{get:function(){return this._injector},enumerable:!0,configurable:!0}),e.prototype.destroy=function(){if(this._destroyed)throw new Error("The platform has already been destroyed!");this._modules.slice().forEach(function(e){return e.destroy()}),this._destroyListeners.forEach(function(e){return e()}),this._destroyed=!0},Object.defineProperty(e.prototype,"destroyed",{get:function(){return this._destroyed},enumerable:!0,configurable:!0}),e}();function Lr(e,t){return Array.isArray(t)?t.reduce(Lr,e):Object(n.__assign)({},e,t)}var Br=function(){function e(e,t,r,n,i,o){var l=this;this._zone=e,this._console=t,this._injector=r,this._exceptionHandler=n,this._componentFactoryResolver=i,this._initStatus=o,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._enforceNoNewChanges=Rr(),this._zone.onMicrotaskEmpty.subscribe({next:function(){l._zone.run(function(){l.tick()})}});var c=new a.a(function(e){l._stable=l._zone.isStable&&!l._zone.hasPendingMacrotasks&&!l._zone.hasPendingMicrotasks,l._zone.runOutsideAngular(function(){e.next(l._stable),e.complete()})}),p=new a.a(function(e){var t;l._zone.runOutsideAngular(function(){t=l._zone.onStable.subscribe(function(){dr.assertNotInAngularZone(),W(function(){l._stable||l._zone.hasPendingMacrotasks||l._zone.hasPendingMicrotasks||(l._stable=!0,e.next(!0))})})});var r=l._zone.onUnstable.subscribe(function(){dr.assertInAngularZone(),l._stable&&(l._stable=!1,l._zone.runOutsideAngular(function(){e.next(!1)}))});return function(){t.unsubscribe(),r.unsubscribe()}});this.isStable=Object(s.a)(c,p.pipe(Object(u.a)()))}return e.prototype.bootstrap=function(e,t){var r,n=this;if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");r=e instanceof $t?e:this._componentFactoryResolver.resolveComponentFactory(e),this.componentTypes.push(r.componentType);var i=r instanceof Xt?null:this._injector.get(Jt),o=r.create(me.NULL,[],t||r.selector,i);o.onDestroy(function(){n._unloadComponent(o)});var a=o.injector.get(Sr,null);return a&&o.injector.get(Ir).registerApplication(o.location.nativeElement,a),this._loadComponent(o),Rr()&&this._console.log("Angular is running in the development mode. Call enableProdMode() to enable the production mode."),o},e.prototype.tick=function(){var t=this;if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");var r=e._tickScope();try{this._runningTick=!0,this._views.forEach(function(e){return e.detectChanges()}),this._enforceNoNewChanges&&this._views.forEach(function(e){return e.checkNoChanges()})}catch(e){this._zone.runOutsideAngular(function(){return t._exceptionHandler.handleError(e)})}finally{this._runningTick=!1,lr(r)}},e.prototype.attachView=function(e){var t=e;this._views.push(t),t.attachToAppRef(this)},e.prototype.detachView=function(e){var t=e;Fr(this._views,t),t.detachFromAppRef()},e.prototype._loadComponent=function(e){this.attachView(e.hostView),this.tick(),this.components.push(e),this._injector.get(qt,[]).concat(this._bootstrapListeners).forEach(function(t){return t(e)})},e.prototype._unloadComponent=function(e){this.detachView(e.hostView),Fr(this.components,e)},e.prototype.ngOnDestroy=function(){this._views.slice().forEach(function(e){return e.destroy()})},Object.defineProperty(e.prototype,"viewCount",{get:function(){return this._views.length},enumerable:!0,configurable:!0}),e._tickScope=ur("ApplicationRef#tick()"),e}();function Fr(e,t){var r=e.indexOf(t);r>-1&&e.splice(r,1)}var Gr=function(e,t,r,n,i,o){this.id=e,this.templateUrl=t,this.slotCount=r,this.encapsulation=n,this.styles=i,this.animations=o},Vr=function(){},Ur=function(){},jr=function(){},$r=function(){},Wr=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}({}),zr=function(){},Hr=function(e){this.nativeElement=e},Kr=function(){},Qr=new Map;function Yr(e,t){var r=Qr.get(e);if(r)throw new Error("Duplicate module registered for "+e+" - "+r.moduleType.name+" vs "+t.moduleType.name);Qr.set(e,t)}function Zr(e){var t=Qr.get(e);if(!t)throw new Error("No module with ID "+e+" loaded");return t}var Xr=function(){function e(){this.dirty=!0,this._results=[],this.changes=new mr,this.length=0}return e.prototype.map=function(e){return this._results.map(e)},e.prototype.filter=function(e){return this._results.filter(e)},e.prototype.find=function(e){return this._results.find(e)},e.prototype.reduce=function(e,t){return this._results.reduce(e,t)},e.prototype.forEach=function(e){this._results.forEach(e)},e.prototype.some=function(e){return this._results.some(e)},e.prototype.toArray=function(){return this._results.slice()},e.prototype[$()]=function(){return this._results[$()]()},e.prototype.toString=function(){return this._results.toString()},e.prototype.reset=function(e){this._results=function e(t){return t.reduce(function(t,r){var n=Array.isArray(r)?e(r):r;return t.concat(n)},[])}(e),this.dirty=!1,this.length=this._results.length,this.last=this._results[this.length-1],this.first=this._results[0]},e.prototype.notifyOnChanges=function(){this.changes.emit(this)},e.prototype.setDirty=function(){this.dirty=!0},e.prototype.destroy=function(){this.changes.complete(),this.changes.unsubscribe()},e}(),Jr=function(){},en={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"},tn=function(){function e(e,t){this._compiler=e,this._config=t||en}return e.prototype.load=function(e){return this._compiler instanceof Gt?this.loadFactory(e):this.loadAndCompile(e)},e.prototype.loadAndCompile=function(e){var t=this,i=Object(n.__read)(e.split("#"),2),o=i[0],a=i[1];return void 0===a&&(a="default"),r("crnd")(o).then(function(e){return e[a]}).then(function(e){return rn(e,o,a)}).then(function(e){return t._compiler.compileModuleAsync(e)})},e.prototype.loadFactory=function(e){var t=Object(n.__read)(e.split("#"),2),i=t[0],o=t[1],a="NgFactory";return void 0===o&&(o="default",a=""),r("crnd")(this._config.factoryPathPrefix+i+this._config.factoryPathSuffix).then(function(e){return e[o+a]}).then(function(e){return rn(e,i,o)})},e}();function rn(e,t,r){if(!e)throw new Error("Cannot find '"+r+"' in '"+t+"'");return e}var nn=function(){},on=function(){},an=function(){},sn=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t}(an),un=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t}(sn),ln=function(){function e(e,t,r){this._debugContext=r,this.nativeNode=e,t&&t instanceof cn?t.addChild(this):this.parent=null,this.listeners=[]}return Object.defineProperty(e.prototype,"injector",{get:function(){return this._debugContext.injector},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentInstance",{get:function(){return this._debugContext.component},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._debugContext.context},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){return this._debugContext.references},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"providerTokens",{get:function(){return this._debugContext.providerTokens},enumerable:!0,configurable:!0}),e}(),cn=function(e){function t(t,r,n){var i=e.call(this,t,r,n)||this;return i.properties={},i.attributes={},i.classes={},i.styles={},i.childNodes=[],i.nativeElement=t,i}return Object(n.__extends)(t,e),t.prototype.addChild=function(e){e&&(this.childNodes.push(e),e.parent=this)},t.prototype.removeChild=function(e){var t=this.childNodes.indexOf(e);-1!==t&&(e.parent=null,this.childNodes.splice(t,1))},t.prototype.insertChildrenAfter=function(e,t){var r,i=this,o=this.childNodes.indexOf(e);-1!==o&&((r=this.childNodes).splice.apply(r,Object(n.__spread)([o+1,0],t)),t.forEach(function(e){e.parent&&e.parent.removeChild(e),e.parent=i}))},t.prototype.insertBefore=function(e,t){var r=this.childNodes.indexOf(e);-1===r?this.addChild(t):(t.parent&&t.parent.removeChild(t),t.parent=this,this.childNodes.splice(r,0,t))},t.prototype.query=function(e){return this.queryAll(e)[0]||null},t.prototype.queryAll=function(e){var t=[];return mn(this,e,t),t},t.prototype.queryAllNodes=function(e){var t=[];return dn(this,e,t),t},Object.defineProperty(t.prototype,"children",{get:function(){return this.childNodes.filter(function(e){return e instanceof t})},enumerable:!0,configurable:!0}),t.prototype.triggerEventHandler=function(e,t){this.listeners.forEach(function(r){r.name==e&&r.callback(t)})},t}(ln);function pn(e){return e.map(function(e){return e.nativeElement})}function mn(e,t,r){e.childNodes.forEach(function(e){e instanceof cn&&(t(e)&&r.push(e),mn(e,t,r))})}function dn(e,t,r){e instanceof cn&&e.childNodes.forEach(function(e){t(e)&&r.push(e),e instanceof cn&&dn(e,t,r)})}var hn=new Map;function yn(e){return hn.get(e)||null}function fn(e){hn.set(e.nativeNode,e)}function bn(e,t){var r=Sn(e),n=Sn(t);return r&&n?function(e,t,r){for(var n=e[$()](),i=t[$()]();;){var o=n.next(),a=i.next();if(o.done&&a.done)return!0;if(o.done||a.done)return!1;if(!r(o.value,a.value))return!1}}(e,t,bn):!(r||!e||"object"!=typeof e&&"function"!=typeof e||n||!t||"object"!=typeof t&&"function"!=typeof t)||z(e,t)}var gn=function(){function e(e){this.wrapped=e}return e.wrap=function(t){return new e(t)},e.unwrap=function(t){return e.isWrapped(t)?t.wrapped:t},e.isWrapped=function(t){return t instanceof e},e}(),vn=function(){function e(e,t,r){this.previousValue=e,this.currentValue=t,this.firstChange=r}return e.prototype.isFirstChange=function(){return this.firstChange},e}();function Sn(e){return!!In(e)&&(Array.isArray(e)||!(e instanceof Map)&&$()in e)}function In(e){return null!==e&&("function"==typeof e||"object"==typeof e)}var Nn=function(){function e(){}return e.prototype.supports=function(e){return Sn(e)},e.prototype.create=function(e){return new _n(e)},e}(),Cn=function(e,t){return t},_n=function(){function e(e){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=e||Cn}return e.prototype.forEachItem=function(e){var t;for(t=this._itHead;null!==t;t=t._next)e(t)},e.prototype.forEachOperation=function(e){for(var t=this._itHead,r=this._removalsHead,n=0,i=null;t||r;){var o=!r||t&&t.currentIndex',!this.inertBodyElement.querySelector||this.inertBodyElement.querySelector("svg")?(this.inertBodyElement.innerHTML='

',this.getInertBodyElement=this.inertBodyElement.querySelector&&this.inertBodyElement.querySelector("svg img")&&function(){try{return!!window.DOMParser}catch(e){return!1}}()?this.getInertBodyElement_DOMParser:this.getInertBodyElement_InertDocument):this.getInertBodyElement=this.getInertBodyElement_XHR}return e.prototype.getInertBodyElement_XHR=function(e){e=""+e+"";try{e=encodeURI(e)}catch(e){return null}var t=new XMLHttpRequest;t.responseType="document",t.open("GET","data:text/html;charset=utf-8,"+e,!1),t.send(null);var r=t.response.body;return r.removeChild(r.firstChild),r},e.prototype.getInertBodyElement_DOMParser=function(e){e=""+e+"";try{var t=(new window.DOMParser).parseFromString(e,"text/html").body;return t.removeChild(t.firstChild),t}catch(e){return null}},e.prototype.getInertBodyElement_InertDocument=function(e){var t=this.inertDocument.createElement("template");return"content"in t?(t.innerHTML=e,t):(this.inertBodyElement.innerHTML=e,this.defaultDoc.documentMode&&this.stripCustomNsAttrs(this.inertBodyElement),this.inertBodyElement)},e.prototype.stripCustomNsAttrs=function(e){for(var t=e.attributes,r=t.length-1;0")}else this.sanitizedSomething=!0},e.prototype.endElement=function(e){var t=e.nodeName.toLowerCase();si.hasOwnProperty(t)&&!ni.hasOwnProperty(t)&&(this.buf.push(""))},e.prototype.chars=function(e){this.buf.push(hi(e))},e.prototype.checkClobberedElement=function(e,t){if(t&&(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error("Failed to sanitize html because the element is clobbered: "+e.outerHTML);return t},e}(),mi=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,di=/([^\#-~ |!])/g;function hi(e){return e.replace(/&/g,"&").replace(mi,function(e){return"&#"+(1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536)+";"}).replace(di,function(e){return"&#"+e.charCodeAt(0)+";"}).replace(//g,">")}function yi(e,t){var r=null;try{ri=ri||new Yn(e);var n=t?String(t):"";r=ri.getInertBodyElement(n);var i=5,o=n;do{if(0===i)throw new Error("Failed to sanitize html because the input is unstable");i--,n=o,o=r.innerHTML,r=ri.getInertBodyElement(n)}while(n!==o);var a=new pi,s=a.sanitizeChildren(fi(r)||r);return Rr()&&a.sanitizedSomething&&console.warn("WARNING: sanitizing HTML stripped some content (see http://g.co/ng/security#xss)."),s}finally{if(r)for(var u=fi(r)||r;u.firstChild;)u.removeChild(u.firstChild)}}function fi(e){return"content"in e&&function(e){return e.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===e.nodeName}(e)?e.content:null}var bi=new RegExp("^([-,.\"'%_!# a-zA-Z0-9]+|(?:(?:matrix|translate|scale|rotate|skew|perspective)(?:X|Y|3d)?|(?:rgb|hsl)a?|(?:repeating-)?(?:linear|radial)-gradient|(?:calc|attr))\\([-0-9.%, #a-zA-Z]+\\))$","g"),gi=/^url\(([^)]+)\)$/;function vi(e){if(!(e=String(e).trim()))return"";var t=e.match(gi);return t&&Jn(t[1])===t[1]||e.match(bi)&&function(e){for(var t=!0,r=!0,n=0;n-1}(n)||"root"===i.providedIn&&n._def.isRoot))){var l=e._providers.length;return e._def.providersByKey[t.tokenKey]={flags:5120,value:t.token.ngInjectableDef.factory,deps:[],index:l,token:t.token},e._providers[l]=ko,e._providers[l]=Mo(e,e._def.providersByKey[t.tokenKey])}return 4&t.flags?r:e._parent.get(t.token,r)}finally{ke(o)}}function Mo(e,t){var r;switch(201347067&t.flags){case 512:r=function(e,t,r){var i=r.length;switch(i){case 0:return new t;case 1:return new t(Po(e,r[0]));case 2:return new t(Po(e,r[0]),Po(e,r[1]));case 3:return new t(Po(e,r[0]),Po(e,r[1]),Po(e,r[2]));default:for(var o=new Array(i),a=0;a=r.length)&&(t=r.length-1),t<0)return null;var n=r[t];return n.viewContainerParent=null,Fo(r,t),xi.dirtyParentQueries(n),Lo(n),n}function Oo(e,t,r){var n=t?Zi(t,t.def.lastRenderRootNode):e.renderElement;so(r,2,r.renderer.parentNode(n),r.renderer.nextSibling(n),void 0)}function Lo(e){so(e,3,null,null,void 0)}function Bo(e,t,r){t>=e.length?e.push(r):e.splice(t,0,r)}function Fo(e,t){t>=e.length-1?e.pop():e.splice(t,1)}var Go=new Object;function Vo(e,t,r,n,i,o){return new jo(e,t,r,n,i,o)}function Uo(e){return e.viewDefFactory}var jo=function(e){function t(t,r,n,i,o,a){var s=e.call(this)||this;return s.selector=t,s.componentType=r,s._inputs=i,s._outputs=o,s.ngContentSelectors=a,s.viewDefFactory=n,s}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"inputs",{get:function(){var e=[],t=this._inputs;for(var r in t)e.push({propName:r,templateName:t[r]});return e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"outputs",{get:function(){var e=[];for(var t in this._outputs)e.push({propName:t,templateName:this._outputs[t]});return e},enumerable:!0,configurable:!0}),t.prototype.create=function(e,t,r,n){if(!n)throw new Error("ngModule should be provided");var i=ao(this.viewDefFactory),o=i.nodes[0].element.componentProvider.nodeIndex,a=xi.createRootView(e,t||[],r,i,n,Go),s=Ti(a,o).instance;return r&&a.renderer.setAttribute(Di(a,0).renderElement,"ng-version",Ge.full),new $o(a,new Ko(a),s)},t}($t),$o=function(e){function t(t,r,n){var i=e.call(this)||this;return i._view=t,i._viewRef=r,i._component=n,i._elDef=i._view.def.nodes[0],i.hostView=r,i.changeDetectorRef=r,i.instance=n,i}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"location",{get:function(){return new Hr(Di(this._view,this._elDef.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new Xo(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentType",{get:function(){return this._component.constructor},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){this._viewRef.destroy()},t.prototype.onDestroy=function(e){this._viewRef.onDestroy(e)},t}(jt);function Wo(e,t,r){return new zo(e,t,r)}var zo=function(){function e(e,t,r){this._view=e,this._elDef=t,this._data=r,this._embeddedViews=[]}return Object.defineProperty(e.prototype,"element",{get:function(){return new Hr(this._data.renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return new Xo(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"parentInjector",{get:function(){for(var e=this._view,t=this._elDef.parent;!t&&e;)t=Yi(e),e=e.parent;return e?new Xo(e,t):new Xo(this._view,null)},enumerable:!0,configurable:!0}),e.prototype.clear=function(){for(var e=this._embeddedViews.length-1;e>=0;e--){var t=qo(this._data,e);xi.destroyView(t)}},e.prototype.get=function(e){var t=this._embeddedViews[e];if(t){var r=new Ko(t);return r.attachToViewContainerRef(this),r}return null},Object.defineProperty(e.prototype,"length",{get:function(){return this._embeddedViews.length},enumerable:!0,configurable:!0}),e.prototype.createEmbeddedView=function(e,t,r){var n=e.createEmbeddedView(t||{});return this.insert(n,r),n},e.prototype.createComponent=function(e,t,r,n,i){var o=r||this.parentInjector;i||e instanceof Xt||(i=o.get(Jt));var a=e.create(o,n,void 0,i);return this.insert(a.hostView,t),a},e.prototype.insert=function(e,t){if(e.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");var r,n,i,o,a=e;return i=a._view,o=(r=this._data).viewContainer._embeddedViews,null!==(n=t)&&void 0!==n||(n=o.length),i.viewContainerParent=this._view,Bo(o,n,i),function(e,t){var r=Qi(t);if(r&&r!==e&&!(16&t.state)){t.state|=16;var n=r.template._projectedViews;n||(n=r.template._projectedViews=[]),n.push(t),function(e,r){if(!(4&r.flags)){t.parent.def.nodeFlags|=4,r.flags|=4;for(var n=r.parent;n;)n.childFlags|=4,n=n.parent}}(0,t.parentNodeDef)}}(r,i),xi.dirtyParentQueries(i),Oo(r,n>0?o[n-1]:null,i),a.attachToViewContainerRef(this),e},e.prototype.move=function(e,t){if(e.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");var r,n,i,o,a,s=this._embeddedViews.indexOf(e._view);return i=t,a=(o=(r=this._data).viewContainer._embeddedViews)[n=s],Fo(o,n),null==i&&(i=o.length),Bo(o,i,a),xi.dirtyParentQueries(a),Lo(a),Oo(r,i>0?o[i-1]:null,a),e},e.prototype.indexOf=function(e){return this._embeddedViews.indexOf(e._view)},e.prototype.remove=function(e){var t=qo(this._data,e);t&&xi.destroyView(t)},e.prototype.detach=function(e){var t=qo(this._data,e);return t?new Ko(t):null},e}();function Ho(e){return new Ko(e)}var Ko=function(){function e(e){this._view=e,this._viewContainerRef=null,this._appRef=null}return Object.defineProperty(e.prototype,"rootNodes",{get:function(){return so(this._view,0,void 0,void 0,e=[]),e;var e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._view.context},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"destroyed",{get:function(){return 0!=(128&this._view.state)},enumerable:!0,configurable:!0}),e.prototype.markForCheck=function(){zi(this._view)},e.prototype.detach=function(){this._view.state&=-5},e.prototype.detectChanges=function(){var e=this._view.root.rendererFactory;e.begin&&e.begin();try{xi.checkAndUpdateView(this._view)}finally{e.end&&e.end()}},e.prototype.checkNoChanges=function(){xi.checkNoChangesView(this._view)},e.prototype.reattach=function(){this._view.state|=4},e.prototype.onDestroy=function(e){this._view.disposables||(this._view.disposables=[]),this._view.disposables.push(e)},e.prototype.destroy=function(){this._appRef?this._appRef.detachView(this):this._viewContainerRef&&this._viewContainerRef.detach(this._viewContainerRef.indexOf(this)),xi.destroyView(this._view)},e.prototype.detachFromAppRef=function(){this._appRef=null,Lo(this._view),xi.dirtyParentQueries(this._view)},e.prototype.attachToAppRef=function(e){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=e},e.prototype.attachToViewContainerRef=function(e){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=e},e}();function Qo(e,t){return new Yo(e,t)}var Yo=function(e){function t(t,r){var n=e.call(this)||this;return n._parentView=t,n._def=r,n}return Object(n.__extends)(t,e),t.prototype.createEmbeddedView=function(e){return new Ko(xi.createEmbeddedView(this._parentView,this._def,this._def.element.template,e))},Object.defineProperty(t.prototype,"elementRef",{get:function(){return new Hr(Di(this._parentView,this._def.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),t}(nn);function Zo(e,t){return new Xo(e,t)}var Xo=function(){function e(e,t){this.view=e,this.elDef=t}return e.prototype.get=function(e,t){return void 0===t&&(t=me.THROW_IF_NOT_FOUND),xi.resolveDep(this.view,this.elDef,!!this.elDef&&0!=(33554432&this.elDef.flags),{flags:0,token:e,tokenKey:Oi(e)},t)},e}();function Jo(e,t){var r=e.def.nodes[t];if(1&r.flags){var n=Di(e,r.nodeIndex);return r.element.template?n.template:n.renderElement}if(2&r.flags)return _i(e,r.nodeIndex).renderText;if(20240&r.flags)return Ti(e,r.nodeIndex).instance;throw new Error("Illegal state: read nodeValue for node index "+t)}function ea(e){return new ta(e.renderer)}var ta=function(){function e(e){this.delegate=e}return e.prototype.selectRootElement=function(e){return this.delegate.selectRootElement(e)},e.prototype.createElement=function(e,t){var r=Object(n.__read)(ho(t),2),i=this.delegate.createElement(r[1],r[0]);return e&&this.delegate.appendChild(e,i),i},e.prototype.createViewRoot=function(e){return e},e.prototype.createTemplateAnchor=function(e){var t=this.delegate.createComment("");return e&&this.delegate.appendChild(e,t),t},e.prototype.createText=function(e,t){var r=this.delegate.createText(t);return e&&this.delegate.appendChild(e,r),r},e.prototype.projectNodes=function(e,t){for(var r=0;r0,t.provider.value,t.provider.deps);if(t.outputs.length)for(var n=0;n0,i=t.provider;switch(201347067&t.flags){case 512:return Ia(e,t.parent,r,i.value,i.deps);case 1024:return function(e,t,r,i,o){var a=o.length;switch(a){case 0:return i();case 1:return i(Ca(e,t,r,o[0]));case 2:return i(Ca(e,t,r,o[0]),Ca(e,t,r,o[1]));case 3:return i(Ca(e,t,r,o[0]),Ca(e,t,r,o[1]),Ca(e,t,r,o[2]));default:for(var s=Array(a),u=0;u0)l=y,$a(y)||(c=y);else for(;l&&h===l.nodeIndex+l.childCount;){var g=l.parent;g&&(g.childFlags|=l.childFlags,g.childMatchedQueries|=l.childMatchedQueries),c=(l=g)&&$a(l)?l.renderParent:l}}return{factory:null,nodeFlags:a,rootNodeFlags:s,nodeMatchedQueries:u,flags:e,nodes:t,updateDirectives:r||Mi,updateRenderer:n||Mi,handleEvent:function(e,r,n,i){return t[r].element.handleEvent(e,n,i)},bindingCount:i,outputCount:o,lastRenderRootNode:d}}function $a(e){return 0!=(1&e.flags)&&null===e.element.name}function Wa(e,t,r){var n=t.element&&t.element.template;if(n){if(!n.lastRenderRootNode)throw new Error("Illegal State: Embedded templates without nodes are not allowed!");if(n.lastRenderRootNode&&16777216&n.lastRenderRootNode.flags)throw new Error("Illegal State: Last root node of a template can't have embedded views, at index "+t.nodeIndex+"!")}if(20224&t.flags&&0==(1&(e?e.flags:0)))throw new Error("Illegal State: StaticProvider/Directive nodes need to be children of elements or anchors, at index "+t.nodeIndex+"!");if(t.query){if(67108864&t.flags&&(!e||0==(16384&e.flags)))throw new Error("Illegal State: Content Query nodes need to be children of directives, at index "+t.nodeIndex+"!");if(134217728&t.flags&&e)throw new Error("Illegal State: View Query nodes have to be top level nodes, at index "+t.nodeIndex+"!")}if(t.childCount){var i=e?e.nodeIndex+e.childCount:r-1;if(t.nodeIndex<=i&&t.nodeIndex+t.childCount>i)throw new Error("Illegal State: childCount of node leads outside of parent, at index "+t.nodeIndex+"!")}}function za(e,t,r,n){var i=Qa(e.root,e.renderer,e,t,r);return Ya(i,e.component,n),Za(i),i}function Ha(e,t,r){var n=Qa(e,e.renderer,null,null,t);return Ya(n,r,r),Za(n),n}function Ka(e,t,r,n){var i,o=t.element.componentRendererType;return i=o?e.root.rendererFactory.createRenderer(n,o):e.root.renderer,Qa(e.root,i,e,t.element.componentProvider,r)}function Qa(e,t,r,n,i){var o=new Array(i.nodes.length),a=i.outputCount?new Array(i.outputCount):null;return{def:i,parent:r,viewContainerParent:null,parentNodeDef:n,context:null,component:null,nodes:o,state:13,root:e,renderer:t,oldValues:new Array(i.bindingCount),disposables:a,initIndex:-1}}function Ya(e,t,r){e.component=t,e.context=r}function Za(e){var t;Ji(e)&&(t=Di(e.parent,e.parentNodeDef.parent.nodeIndex).renderElement);for(var r=e.def,n=e.nodes,i=0;i0&&To(e,t,0,r)&&(d=!0),m>1&&To(e,t,1,n)&&(d=!0),m>2&&To(e,t,2,i)&&(d=!0),m>3&&To(e,t,3,o)&&(d=!0),m>4&&To(e,t,4,a)&&(d=!0),m>5&&To(e,t,5,s)&&(d=!0),m>6&&To(e,t,6,u)&&(d=!0),m>7&&To(e,t,7,l)&&(d=!0),m>8&&To(e,t,8,c)&&(d=!0),m>9&&To(e,t,9,p)&&(d=!0),d}(e,t,r,n,i,o,a,s,u,l,c,p);case 2:return function(e,t,r,n,i,o,a,s,u,l,c,p){var m=!1,d=t.bindings,h=d.length;if(h>0&&$i(e,t,0,r)&&(m=!0),h>1&&$i(e,t,1,n)&&(m=!0),h>2&&$i(e,t,2,i)&&(m=!0),h>3&&$i(e,t,3,o)&&(m=!0),h>4&&$i(e,t,4,a)&&(m=!0),h>5&&$i(e,t,5,s)&&(m=!0),h>6&&$i(e,t,6,u)&&(m=!0),h>7&&$i(e,t,7,l)&&(m=!0),h>8&&$i(e,t,8,c)&&(m=!0),h>9&&$i(e,t,9,p)&&(m=!0),m){var y=t.text.prefix;h>0&&(y+=Ua(r,d[0])),h>1&&(y+=Ua(n,d[1])),h>2&&(y+=Ua(i,d[2])),h>3&&(y+=Ua(o,d[3])),h>4&&(y+=Ua(a,d[4])),h>5&&(y+=Ua(s,d[5])),h>6&&(y+=Ua(u,d[6])),h>7&&(y+=Ua(l,d[7])),h>8&&(y+=Ua(c,d[8])),h>9&&(y+=Ua(p,d[9]));var f=_i(e,t.nodeIndex).renderText;e.renderer.setValue(f,y)}return m}(e,t,r,n,i,o,a,s,u,l,c,p);case 16384:return function(e,t,r,n,i,o,a,s,u,l,c,p){var m=Ti(e,t.nodeIndex),d=m.instance,h=!1,y=void 0,f=t.bindings.length;return f>0&&ji(e,t,0,r)&&(h=!0,y=Da(e,m,t,0,r,y)),f>1&&ji(e,t,1,n)&&(h=!0,y=Da(e,m,t,1,n,y)),f>2&&ji(e,t,2,i)&&(h=!0,y=Da(e,m,t,2,i,y)),f>3&&ji(e,t,3,o)&&(h=!0,y=Da(e,m,t,3,o,y)),f>4&&ji(e,t,4,a)&&(h=!0,y=Da(e,m,t,4,a,y)),f>5&&ji(e,t,5,s)&&(h=!0,y=Da(e,m,t,5,s,y)),f>6&&ji(e,t,6,u)&&(h=!0,y=Da(e,m,t,6,u,y)),f>7&&ji(e,t,7,l)&&(h=!0,y=Da(e,m,t,7,l,y)),f>8&&ji(e,t,8,c)&&(h=!0,y=Da(e,m,t,8,c,y)),f>9&&ji(e,t,9,p)&&(h=!0,y=Da(e,m,t,9,p,y)),y&&d.ngOnChanges(y),65536&t.flags&&Ci(e,256,t.nodeIndex)&&d.ngOnInit(),262144&t.flags&&d.ngDoCheck(),h}(e,t,r,n,i,o,a,s,u,l,c,p);case 32:case 64:case 128:return function(e,t,r,n,i,o,a,s,u,l,c,p){var m=t.bindings,d=!1,h=m.length;if(h>0&&$i(e,t,0,r)&&(d=!0),h>1&&$i(e,t,1,n)&&(d=!0),h>2&&$i(e,t,2,i)&&(d=!0),h>3&&$i(e,t,3,o)&&(d=!0),h>4&&$i(e,t,4,a)&&(d=!0),h>5&&$i(e,t,5,s)&&(d=!0),h>6&&$i(e,t,6,u)&&(d=!0),h>7&&$i(e,t,7,l)&&(d=!0),h>8&&$i(e,t,8,c)&&(d=!0),h>9&&$i(e,t,9,p)&&(d=!0),d){var y=ki(e,t.nodeIndex),f=void 0;switch(201347067&t.flags){case 32:f=new Array(m.length),h>0&&(f[0]=r),h>1&&(f[1]=n),h>2&&(f[2]=i),h>3&&(f[3]=o),h>4&&(f[4]=a),h>5&&(f[5]=s),h>6&&(f[6]=u),h>7&&(f[7]=l),h>8&&(f[8]=c),h>9&&(f[9]=p);break;case 64:f={},h>0&&(f[m[0].name]=r),h>1&&(f[m[1].name]=n),h>2&&(f[m[2].name]=i),h>3&&(f[m[3].name]=o),h>4&&(f[m[4].name]=a),h>5&&(f[m[5].name]=s),h>6&&(f[m[6].name]=u),h>7&&(f[m[7].name]=l),h>8&&(f[m[8].name]=c),h>9&&(f[m[9].name]=p);break;case 128:var b=r;switch(h){case 1:f=b.transform(r);break;case 2:f=b.transform(n);break;case 3:f=b.transform(n,i);break;case 4:f=b.transform(n,i,o);break;case 5:f=b.transform(n,i,o,a);break;case 6:f=b.transform(n,i,o,a,s);break;case 7:f=b.transform(n,i,o,a,s,u);break;case 8:f=b.transform(n,i,o,a,s,u,l);break;case 9:f=b.transform(n,i,o,a,s,u,l,c);break;case 10:f=b.transform(n,i,o,a,s,u,l,c,p)}}y.value=f}return d}(e,t,r,n,i,o,a,s,u,l,c,p);default:throw"unreachable"}}(e,t,i,o,a,s,u,l,c,p,m,d):function(e,t,r){switch(201347067&t.flags){case 1:return function(e,t,r){for(var n=!1,i=0;i0&&Wi(e,t,0,r),m>1&&Wi(e,t,1,n),m>2&&Wi(e,t,2,i),m>3&&Wi(e,t,3,o),m>4&&Wi(e,t,4,a),m>5&&Wi(e,t,5,s),m>6&&Wi(e,t,6,u),m>7&&Wi(e,t,7,l),m>8&&Wi(e,t,8,c),m>9&&Wi(e,t,9,p)}(e,t,n,i,o,a,s,u,l,c,p,m):function(e,t,r){for(var n=0;n0){var o=new Set(e.modules);Ss.forEach(function(t,n){if(o.has(n.ngInjectableDef.providedIn)){var i={token:n,flags:t.flags|(r?4096:0),deps:no(t.deps),value:t.value,index:e.providers.length};e.providers.push(i),e.providersByKey[Oi(n)]=i}})}}(e=e.factory(function(){return Mi})),e):e}(n))}var vs=new Map,Ss=new Map,Is=new Map;function Ns(e){vs.set(e.token,e),"function"==typeof e.token&&e.token.ngInjectableDef&&"function"==typeof e.token.ngInjectableDef.providedIn&&Ss.set(e.token,e)}function Cs(e,t){var r=ao(ao(Uo(t)).nodes[0].element.componentView);Is.set(e,r)}function _s(){vs.clear(),Ss.clear(),Is.clear()}function Ds(e){if(0===vs.size)return e;var t=function(e){for(var t=[],r=null,n=0;n=t&&su(r)}function ou(e,t){null==e&&su(t)}function au(e,t){void 0===t&&(t="Type passed in is not ComponentType, it does not have 'ngComponentDef' property."),e.ngComponentDef||su(t)}function su(e){throw new Error("ASSERTION ERROR: "+e)}var uu=16,lu=0,cu=1,pu=2,mu=3,du=4,hu=5,yu=6,fu=7,bu=8,gu=9,vu=10,Su=11,Iu=12,Nu=13,Cu=14,_u=15;function Du(e,t,r,n){ngDevMode&&ru(n.firstTemplatePass,!0,"Should only be called on first template pass"),t&&(n.initHooks||(n.initHooks=[])).push(e,t),r&&((n.initHooks||(n.initHooks=[])).push(e,r),(n.checkHooks||(n.checkHooks=[])).push(e,r))}function Tu(e,t){if(t.firstTemplatePass)for(var r=e>>14,n=r+(4095&e),i=r;i"}function $u(e){return"function"==typeof e?e.name||e:"string"==typeof e?e:null==e?"":""+e}function Wu(e,t){return ngDevMode&&zu(e+uu,t),t[e+uu]}function zu(e,t){iu(e,t?t.length:0,"index expected to be a valid data index")}function Hu(e){return Array.isArray(e)?e[0]:e}function Ku(e){if(2===e.tNode.type){var t=e.data;return t[pu]?t[pu][hu]:null}return e.tNode.next?e.view[e.tNode.next.index]:null}function Qu(e){return e.tNode.child?Hu((2===e.tNode.type?e.data:e.view)[e.tNode.child.index]):null}function Yu(e){if(-1===e.tNode.index&&2===e.tNode.type){var t=e.data[Cu];return-1===t?null:e.view[t].dynamicLContainerNode}var r=e.tNode.parent;return Hu(r?e.view[r.index]:e.view[hu])}var Zu=[];function Xu(e,t,r,n,i,o){for(var a=e,s=-1;a;){var u=null,l=i?i.native:null,c=a.tNode.type;if(3===c)el(r,n,l,a.native,o),a.dynamicLContainerNode&&el(r,n,l,a.dynamicLContainerNode.native,o);else if(0===c){el(r,n,l,a.native,o);var p=a,m=p.dynamicLContainerNode?p.dynamicLContainerNode.data:p.data;i&&(m[Ou]=i),(u=m[qu].length?Qu(m[qu][0]):null)&&(o=p.dynamicLContainerNode?p.dynamicLContainerNode.native:p.native)}else if(1===c){var d=Ju(a.view),h=d.tNode.projection[a.tNode.projection];Zu[++s]=a,u=h?d.data[cu][h.index]:null}else u=Qu(a);if(null===u)for(null===(u=Ku(a))&&8192&a.tNode.flags&&(u=Ku(Zu[s--]));a&&!u;){if(null===(a=Yu(a))||a===t)return null;a.tNode.next||0!==c||(o=a.native),u=Ku(a)}a=u}}function Ju(e){for(var t=e[hu];2===t.tNode.type;)ngDevMode&&ou(e[cu],"lViewData.parent"),t=(e=e[cu])[hu];return ngDevMode&&Vu(t,3),ngDevMode&&ou(t.data,"node.data"),t}function el(e,t,r,n,i){0===e?Fu(t)?t.insertBefore(r,n,i):r.insertBefore(n,i,!0):1===e?Fu(t)?t.removeChild(r,n):r.removeChild(n):2===e&&(ngDevMode&&ngDevMode.rendererDestroyNode++,t.destroyNode(n))}function tl(e,t){return Fu(t)?t.createText($u(e)):t.createTextNode($u(e))}function rl(e,t,r,n){ngDevMode&&Vu(e,0),ngDevMode&&Vu(t,2);var i=e.data[Ou];i&&i.native&&Xu(Qu(t),t,r?0:1,e.view[Su],i,n)}function nl(e,t,r){var n=e.data[qu],i=t.data;return r>0&&(n[r-1].data[pu]=i),r0&&(r[t-1].data[pu]=n.data[pu]),r.splice(t,1),e.tNode.detached||rl(e,n,!1);var i=n.data;return i[mu]&&i[mu].removeView(),i[Cu]=-1,n.view=null,n.data[du]&=-9,n}function ol(e,t){var r=e.data[qu][t];return il(e,t),sl(r.data),r}function al(e){if(-1===e[lu].childIndex)return null;var t=e[e[lu].childIndex];return t.data?t.data:t.dynamicLContainerNode.data}function sl(e){var t=e[Su];Fu(t)&&t.destroyNode&&Xu(e[hu],e[hu],2,t),function(e){if(-1===e[lu].childIndex)return ll(e);for(var t=al(e);t;){var r=null;if(t.length>=uu?t[lu].childIndex>-1&&(r=al(t)):t[qu].length&&(r=t[qu][0].data),null==r){for(;t&&!t[pu]&&t!==e;)ll(t),t=ul(t,e);ll(t||e),r=t&&t[pu]}t=r}}(e),e[du]|=32}function ul(e,t){var r;return(r=e[hu])&&2===r.tNode.type?Yu(r).data:e[cu]===t?null:e[cu]}function ll(e){if(e[lu]){var t=e;!function(e){var t=e[lu].cleanup;if(null!=t){for(var r=0;r-1&&d>l?y="":(ngDevMode&&nu(u[d],0,"We do not match directives on namespaced attributes"),y=u[d+1]),8&s&&(i=(r=y).length,a=(o=r.indexOf(n=h))+n.length,-1===o||o>0&&" "!==r[o-1]||a=6?t+0:t;r?e[n]|=1:e[n]&=-2}function Dl(e,t){return 1==(1&e[t>=6?t+0:t])}function Tl(e,t){return 2==(2&e[t>=6?t+0:t])}function kl(e,t){return 4==(4&e[t>=6?t+0:t])}function Al(e,t,r){return 7&e|t<<3|r<<17}function Rl(e,t){var r=xl(t);return e[2][r]}function xl(e){return e>>3&16383}function wl(e){var t=e>>17&16383;return t>=6?t:-1}function El(e){return wl(e[3])}function Pl(e){return e[1]}function Ml(e,t,r){e[t+1]=r}function ql(e,t,r){e[t+2]=r}function Ol(e,t,r){e[3===t?t:t+0]=r}function Ll(e,t){return e[3===t?t:t+0]}function Bl(e,t){return e[t+2]}function Fl(e,t){return e[t+1]}function Gl(e,t){_l(e,3,t)}function Vl(e,t,r){for(var n=(r||0)+1;n=0&&Ol(e,u,Al(l=Ll(e,u),xl(l),r));var l,c=wl(s);c>=0&&Ol(e,c,Al(l=Ll(e,c),xl(l),t)),ql(e,t,Bl(e,r)),Ml(e,t,Fl(e,r)),Ol(e,t,Ll(e,r)),ql(e,r,n),Ml(e,r,i),Ol(e,r,o)}function jl(e,t,r,n,i,o){var a=t0){var o=xl(Ll(e,i));Ol(e,i,Al((Dl(e,i)?1:0)|(Tl(e,i)?2:0)|(kl(e,i)?4:0),o,n))}}}(e)}function $l(e,t){return t?!!e:null!==e}function Wl(e,t,r){return t?2:r&&r(e)?4:0}function zl(e,t,r){return!(2&e)&&t&&r&&4&e?t.toString()!==r.toString():t!==r}var Hl,Kl,Ql,Yl,Zl,Xl,Jl,ec,tc,rc="__ngHostLNode__",nc=Promise.resolve(null),ic=[0,0],oc=new Array(uu).fill(null),ac="__CIRCULAR__",sc=null;function uc(){return Hl}function lc(){return ec&&ec[Iu]}function cc(){return ec}function pc(){return Ql}function mc(e){return e[bu]||(e[bu]=[])}function dc(e){return e[lu].cleanup||(e[lu].cleanup=[])}var hc=!1,yc=!0;function fc(e,t){var r=ec;return tc=e&&e[fu],Zl=e&&e[lu],Jl=e&&1==(1&e[du]),yc=e&&Zl.firstTemplatePass,Hl=e&&e[Su],null!=t&&(Ql=t,Yl=!0),ec=e,Xl=e&&e[mu],r}function bc(e,t){t||(hc||wu(tc,Zl.viewHooks,Zl.viewCheckHooks,Jl),ec[du]&=-6),ec[du]|=16,ec[yu]=-1,fc(e,null)}function gc(){hc||xu(ec,Zl,Jl),function(e){for(var t=al(ec);null!==t;t=t[pu])if(t.length=m.length){var d=m[p]=Xc(t,p,n,i,s,null);if(!Yl&&Ql){var h=Ql.tNode;h.next=d,h.dynamicContainerNode&&(h.dynamicContainerNode.next=d)}}c.tNode=m[p],Yl&&(Xl=null,(null==Ql.tNode.child&&Ql.view===ec||2===Ql.tNode.type)&&(Ql.tNode.child=c.tNode))}if(2==(2&t)&&l){var y=o;ngDevMode&&null!=y[hu]&&su("lViewData[HOST_NODE] should not have been initialized"),y[hu]=c,yc&&(y[lu].node=c.tNode)}return Ql=c,Yl=!0,c}function _c(){Yl=!1,Ql=null}function Dc(e,t,r,n){var i,o=Yl,a=Ql;if(null==e.data[cu]&&e.data[gu]&&!t.template)Cp(e.data[gu]);else try{Yl=!0,Ql=null,i=fc(e.data,e),wc(),t.template(n,r),2&n?gc():e.data[lu].firstTemplatePass=yc=!1}finally{bc(i,1==(1&n)),Yl=o,Ql=a}return e}function Tc(e,t,r,n){var i=fc(t,e);try{Kl.begin&&Kl.begin(),n?(wc(),n(kc(t),r),gc()):(Sc(),vc(ic),fp(0,uu))}finally{Kl.end&&Kl.end(),bc(i)}}function kc(e){return 1&e[du]?3:2}var Ac=null;function Rc(){Ac="http://www.w3.org/2000/svg/"}function xc(){Ac="http://www.w3.org/1998/MathML/"}function wc(){Ac=null}function Ec(e,t,r,n){Pc(e,t,r,n),Qc()}function Pc(e,t,r,n){ngDevMode&&ru(ec[yu],-1,"elements should be created before any bindings"),ngDevMode&&ngDevMode.rendererCreateElement++;var i=Mc(t);ngDevMode&&nm(e-1);var o=Cc(e,3,i,t,r||null,null);return sc=o,r&&jc(i,r),pl(Yu(o),i,ec),qc(n),i}function Mc(e,t){var r=t||Hl;return Fu(r)?r.createElement(e,Ac):null===Ac?r.createElement(e):r.createElementNS(Ac,e)}function qc(e){var t=Ql;yc?(ngDevMode&&ngDevMode.firstTemplatePass++,function(e,t,r){var n=r?{"":-1}:null,i=t.currentMatches=Oc(e);if(i)for(var o=0;o0)for(var r=e.flags>>14,n=r+t,i=Zl.directives,o=r;o0)for(var i=e>>14,o=i+r,a=0===t,s=Zl.directives,u=i;u=f,I=(c=S?y[l-f]:h[l],S?a[c]:o[c]),N=n[I],C=3*l+v,_=3*l+6,D=Wl(c,S,r||null);Ol(i,_,Al(D,I,C)),Ml(i,_,c),ql(i,_,null),Ol(i,C,Al(D|(null!==N?1:0),I,_)),Ml(i,C,c),ql(i,C,null)}return Ol(i,3,Al(0,0,v)),Gl(i,n.length>1),i}(e,t,r)),(t&&t.length||e&&e.length)&&np(n.index-uu)}function rp(e){var t=zp(e);if(!Array.isArray(t)){var r=t,n=r.tNode;ngDevMode&&ou(n.stylingTemplate,"getStylingContext() called before elementStyling()"),t=ec[e+uu]=function(e,t){var r=n.stylingTemplate.slice();return r[0]=e,r}(r)}return t}function np(e){!function(e,t,r,n){if(function(e){return Dl(e,3)}(e)){for(var i=e[0].native,o=El(e),a=Pl(e),s=6;s=u;if(!o||!d){var h=d?p-u:p,y=d?n[h]:s[h],f=d?!!i||t[y]:r[y];if((D=Fl(e,c))===y){var b=Bl(e,c);zl(T=Ll(e,c),b,f)&&(ql(e,c,f),(I=Rl(e,T))!==f&&(_l(e,c,!0),l=!0))}else{var g=Vl(e,y,c);if(g>0){var v=Bl(e,g),S=Ll(e,g);if(Ul(e,c,g),v!==f){var I=Rl(e,S);ql(e,c,f),I!==f&&(_l(e,c,!0),l=!0)}}else jl(e,c,d,y,Wl(y,d,Pl(e)),f),l=!0}}c+=3,p++}for(;c=u;if(o&&_)break;h=_?p-u:p;var D=_?n[h]:s[h],T=(b=_?!!i||t[D]:r[D],1|Wl(D,_,C));e.push(T,D,b),p++,l=!0}l&&Gl(e,!0)}(rp(e),t,r)}function ap(e,t){ngDevMode&&ru(ec[yu],-1,"text nodes should be created before bindings"),ngDevMode&&ngDevMode.rendererCreateTextNode++;var r=tl(t,Hl),n=Cc(e,3,r,null,null);Yl=!1,pl(Yu(n),r,ec)}function sp(e,t){if(t!==Ap){ngDevMode&&nm(e+uu);var r=Hp(e);ngDevMode&&ou(r,"LNode should exist"),ngDevMode&&ou(r.native,"native element should exist"),ngDevMode&&ngDevMode.rendererSetText++,Fu(Hl)?Hl.setValue(r.native,$u(t)):r.native.textContent=$u(t)}}function up(e,t,r){var n=lp(e,t,r);ngDevMode&&ou(Ql.tNode,"previousOrParentNode.tNode");var i,o=Ql.tNode;return r.template&&function(e,t,r){var n=Vc(r.template,r.directiveDefs,r.pipeDefs,r.viewQuery),i=Ip(ec,Ql.tNode.index,Ic(Kl.createRenderer(Ql.native,r.rendererType),n,null,r.onPush?4:2,lc()));Ql.data=i,i[hu]=Ql,Fc(Ql.nodeInjector,t,i),yc&&Bc(e)}(e,t,r),yc&&(Du(e,r.onInit,r.doCheck,Zl),r.hostBindings&&(i=e,ngDevMode&&ru(yc,!0,"Should only be called in first template pass."),(Zl.hostBindings||(Zl.hostBindings=[])).push(i,ec.length-1-uu))),o&&o.attrs&&function(e,t,n,i){var o=i.initialInputs;(void 0===o||e>=o.length)&&(o=function(e,t,r){var n=r.initialInputs||(r.initialInputs=[]);n[e]=null;for(var i=r.attrs,o=0;o=r.length||null==r[e])&&(r[e]=Uc(e,null,Zl.directiveRegistry,Zl.pipeRegistry,null)),r[e]}(e,t),null,2,lc());r[mu]&&(i[mu]=r[mu].createView()),fc(i,n=Cc(e,2,null,null,null,i))}return t&&(Jl&&nl(t,n,r[Mu]),r[Mu]++),kc(n.data)}function yp(){gc(),Yl=!1,Ql=ec[hu],bc(ec[cu]),ngDevMode&&ru(Yl,!1,"isParent"),ngDevMode&&Vu(Ql,2)}function fp(e,t){ngDevMode&&nm(t);var r=ec[t];ngDevMode&&Vu(r,3),ngDevMode&&ou(r.data,"Component's host node should have an LViewData attached.");var n=r.data;bp(n)&&6&n[du]&&(ngDevMode&&nm(e,tc),Tp(n,r,tc[e]))}function bp(e){return 8==(8&e[du])}function gp(e,t){var r=Ju(ec);if(!r.tNode.projection)for(var n=r.tNode.projection=new Array(e?e.length+1:1).fill(null),i=n.slice(),o=r.tNode.child;null!==o;){var a=e?gl(o,e,t):0,s=o.next;i[a]?i[a].next=o:(n[a]=o,o.next=null),i[a]=o,o=s}}var vp=[];function Sp(e,t,r){void 0===t&&(t=0);var n=Cc(e,1,null,null,r||null,null);null===n.tNode.projection&&(n.tNode.projection=t),Yl=!1;var i=Yu(n);if(cl(i,ec))for(var o=Ju(ec),a=o.tNode.projection[t],s=o.view,u=-1,l=void 0,c=2===i.tNode.type?(l=Yu(i))&&l.data[Ou]:i;a;){if(1===a.type){var p=Ju(s),m=p.tNode.projection[a.projection];if(m){vp[++u]=s[a.index],a=m,s=p.view;continue}}else(d=s[a.index]).tNode.flags|=8192,dl(d,i,ec,c);var d;null===a.next&&s!==o.view&&(a=(d=vp[u--]).tNode,s=d.view),a=a.next}}function Ip(e,t,r){return e[Nu]?e[Nu][pu]=r:yc&&(Zl.childIndex=t),e[Nu]=r,r}function Np(e){for(var t=e;null!=t[cu];)t[du]|=4,t=t[cu];var r,n;t[du]|=4,ngDevMode&&ou(t[gu],"rootContext"),(r=t[gu]).clean==nc&&(r.clean=new Promise(function(e){return n=e}),r.scheduler(function(){Cp(r),n(null),r.clean=nc}))}function Cp(e){for(var t=0;t=Zl.data.length&&(Zl.data[r]=null),ec[r]=t}function $p(e){return ngDevMode&&ou(tc,"Directives array should be defined if reading a dir."),ngDevMode&&nm(e,tc),tc[e]}function Wp(e){return ngDevMode&&ou(ec[_u],"Content QueryList array should be defined if reading a query."),ngDevMode&&nm(e,ec[_u]),ec[_u][e]}function zp(e){return Wu(e,ec)}function Hp(e){return function(e,t){return Hu(Wu(e,ec))}(e)}function Kp(){return ngDevMode&&nm(ec[yu]),ngDevMode&&nu(ec[ec[yu]],Ap,"Stored value should never be NO_CHANGE."),ec[ec[yu]++]}function Qp(e){ngDevMode&&nu(e,Ap,"Incoming value should never be NO_CHANGE."),-1===ec[yu]&&Rp();var t,r,n=ec[yu];if(n>=ec.length)ec[ec[yu]++]=e;else{if(r=e,(t=ec[n])!=t&&r!=r||t===r)return ec[yu]++,!1;!function(t,r,i,o){if(r){var a="ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: '"+ec[n]+"'. Current value: '"+e+"'.";throw t&&(a+=" It seems like the view has been created after its parent and its children have been dirty checked. Has it been created in a change detection hook ?"),new Error(a)}}(Jl,hc),ec[ec[yu]++]=e}return!0}function Yp(e){return Qp(e),e}function Zp(e,t){var r=Qp(e);return Qp(t)||r}function Xp(e,t,r,n){var i=Zp(e,t);return Zp(r,n)||i}function Jp(){return Zl}function em(e){var t=(ec[_u]||(ec[_u]=[])).push(e);if(yc){var r=tc.length-1,n=Zl.contentQueries||(Zl.contentQueries=[]);r!==(Zl.contentQueries.length?Zl.contentQueries[Zl.contentQueries.length-2]:-1)&&n.push(r,t-1)}}function tm(){ru(Yl,!0,"previousOrParentNode should be a parent")}function rm(){ou(Yu(Ql),"previousOrParentNode should have a parent")}function nm(e,t){null==t&&(t=ec),zu(e,t||ec)}function im(e,t){null==t&&(t=ec),ru(t.length,e,"index "+e+" expected to be at the end of arr (length "+t.length+")")}function om(e,t){if(yc)for(var r=Zl.bindingStartIndex-e,n=0;n>14])}(r.view[hu]):null}function Wm(e,t,r){void 0===r&&(r=0);var n,i="number"==typeof(n=t[Em])?n%Pm:null;if(null===i){var o=ke(pc().view[vu]);try{return Ae(t,r)}finally{ke(o)}}else for(var a=e;a&&(a=Hm(a,i,r));){var s=a.node,u=s.tNode.flags,l=4095&u;if(0!==l)for(var c=u>>14,p=c+l,m=s.view[lu].directives,d=c;d0&&0==--p)break;if(void 0!==f&&f>m&&(m=f),s){var g=s.indexOf(y)+1;0!==g&&g!==t&&(r=e(g,r,n,i,o,a,s,u))}}else y&&l.push(536870912,y)}if(o){var v=o[t];if(v)for(var S=Object.keys(v),I=0;Im&&(m=_))}if(a){var N=a[t];if(N)for(S=Object.keys(N),I=0;Im&&(m=_)}}}if(0===t&&"number"==typeof u)for(I=m+1;I<=u;I++)ngDevMode&&iu(I.toString(2).length,28,"Index "+I+" is too big and will overflow"),l.push(-1610612736|I);return r}(0,0,o,a,t,r,n,i),a}function od(e,t,r){ngDevMode&&ngDevMode.rendererMoveNode++;var n=cc();pl(t,e.native||null,n);var i=e.view[lu].firstTemplatePass;return i&&(r===t&&e.tNode!==t.tNode.child?(e.tNode.next=t.tNode.child,t.tNode.child=e.tNode):r!==t&&e.tNode!==r.tNode.next?(e.tNode.next=r.tNode.next,r.tNode.next=e.tNode):e.tNode.next=null,t.view===e.view&&(e.tNode.parent=t.tNode)),0===e.tNode.type&&e.dynamicLContainerNode?(pl(t,e.dynamicLContainerNode.native||null,n),i&&(e.tNode.dynamicContainerNode=e.dynamicLContainerNode.tNode,e.dynamicLContainerNode.tNode.parent=e.tNode),e.dynamicLContainerNode):e}function ad(e,t){var r=cc();if(ngDevMode&&ru(r[yu],-1,"i18nApply should be called before any binding"),t){var n=uc(),i=Yu(zp(e))||pc(),o=i;_c();for(var a=0;a>14,o=i+(4095&n),a=i;a0?(e=n.concat(e.slice(r+1)),r=0):r++:(t.push(n),r++)}return t}(e),this.dirty=!1},e.prototype.notifyOnChanges=function(){this.changes.emit(this)},e.prototype.setDirty=function(){this.dirty=!0},e.prototype.destroy=function(){this.changes.complete(),this.changes.unsubscribe()},e}();function Wd(e,t,r,n){ngDevMode&&tm();var i,o=new $d;return(i=Ld,Xl||(Xl=Ql.queries&&Ql.queries.clone()||new i)).track(o,t,r,n),Hc(null,o,o.destroy),null!=e&&jp(e,o),o}function zd(e){return!!e.dirty&&(e.reset(e._valuesTree),e.notifyOnChanges(),!0)}var Hd="__SANITIZER_TRUSTED_BRAND__";function Kd(e,t){return e instanceof String&&e[Hd]===t}function Qd(e){return eh(e,"Html")}function Yd(e){return eh(e,"Style")}function Zd(e){return eh(e,"Script")}function Xd(e){return eh(e,"Url")}function Jd(e){return eh(e,"ResourceUrl")}function eh(e,t){var r=new String(e);return r[Hd]=t,r}function th(e){var t=lc();return t?t.sanitize(Si.HTML,e)||"":Kd(e,"Html")?e.toString():yi(document,$u(e))}function rh(e){var t=lc();return t?t.sanitize(Si.STYLE,e)||"":Kd(e,"Style")?e.toString():vi($u(e))}function nh(e){var t=lc();return t?t.sanitize(Si.URL,e)||"":Kd(e,"Url")?e.toString():Jn($u(e))}function ih(e){var t=lc();if(t)return t.sanitize(Si.RESOURCE_URL,e)||"";if(Kd(e,"ResourceUrl"))return e.toString();throw new Error("unsafe value used in a resource URL context (see http://g.co/ng/security#xss)")}},Clkl:function(e,t,r){"use strict";var n=r("mqUS"),i=r("8as8"),o=r("me8p");e.exports=function(e){!function(e,t){var r=!1;function n(n){var a=function(e){var t=e.deltaX,r=-1*e.deltaY;return void 0!==t&&void 0!==r||(t=-1*e.wheelDeltaX/6,r=e.wheelDeltaY/6),e.deltaMode&&1===e.deltaMode&&(t*=10,r*=10),t!=t&&r!=r&&(t=0,r=e.wheelDelta),e.shiftKey?[-r,-t]:[t,r]}(n),s=a[0],u=a[1];(function(t,r){var n=e.querySelector("textarea:hover, select[multiple]:hover, .ps-child:hover");if(n){var i=window.getComputedStyle(n);if(![i.overflow,i.overflowX,i.overflowY].join("").match(/(scroll|auto)/))return!1;var o=n.scrollHeight-n.clientHeight;if(o>0&&!(0===n.scrollTop&&r>0||n.scrollTop===o&&r<0))return!0;var a=n.scrollLeft-n.clientWidth;if(a>0&&!(0===n.scrollLeft&&t<0||n.scrollLeft===a&&t>0))return!0}return!1})(s,u)||(r=!1,t.settings.useBothWheelAxes?t.scrollbarYActive&&!t.scrollbarXActive?(o(e,"top",u?e.scrollTop-u*t.settings.wheelSpeed:e.scrollTop+s*t.settings.wheelSpeed),r=!0):t.scrollbarXActive&&!t.scrollbarYActive&&(o(e,"left",s?e.scrollLeft+s*t.settings.wheelSpeed:e.scrollLeft-u*t.settings.wheelSpeed),r=!0):(o(e,"top",e.scrollTop-u*t.settings.wheelSpeed),o(e,"left",e.scrollLeft+s*t.settings.wheelSpeed)),i(e),(r=r||function(r,n){var i=e.scrollTop;if(0===r){if(!t.scrollbarYActive)return!1;if(0===i&&n>0||i>=t.contentHeight-t.containerHeight&&n<0)return!t.settings.wheelPropagation}var o=e.scrollLeft;if(0===n){if(!t.scrollbarXActive)return!1;if(0===o&&r<0||o>=t.contentWidth-t.containerWidth&&r>0)return!t.settings.wheelPropagation}return!0}(s,u))&&(n.stopPropagation(),n.preventDefault()))}void 0!==window.onwheel?t.event.bind(e,"wheel",n):void 0!==window.onmousewheel&&t.event.bind(e,"mousewheel",n)}(e,n.get(e))}},CnK9:function(e,t,r){var n=r("S0xZ");function i(e,t){e[t>>5]|=128<>>9<<4)]=t;for(var r=1732584193,n=-271733879,i=-1732584194,o=271733878,p=0;p>>32-s,r);var a,s}function a(e,t,r,n,i,a,s){return o(t&r|~t&n,e,t,i,a,s)}function s(e,t,r,n,i,a,s){return o(t&n|r&~n,e,t,i,a,s)}function u(e,t,r,n,i,a,s){return o(t^r^n,e,t,i,a,s)}function l(e,t,r,n,i,a,s){return o(r^(t|~n),e,t,i,a,s)}function c(e,t){var r=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(r>>16)<<16|65535&r}e.exports=function(e){return n.hash(e,i,16)}},D8LC:function(e,t,r){var n=r("QsWE");n.Signers.V2=(0,n.util.inherit)(n.Signers.RequestSigner,{addAuthorization:function(e,t){t||(t=n.util.date.getDate());var r=this.request;r.params.Timestamp=n.util.date.iso8601(t),r.params.SignatureVersion="2",r.params.SignatureMethod="HmacSHA256",r.params.AWSAccessKeyId=e.accessKeyId,e.sessionToken&&(r.params.SecurityToken=e.sessionToken),delete r.params.Signature,r.params.Signature=this.signature(e),r.body=n.util.queryParamsToString(r.params),r.headers["Content-Length"]=r.body.length},signature:function(e){return n.util.crypto.hmac(e.secretAccessKey,this.stringToSign(),"base64")},stringToSign:function(){var e=[];return e.push(this.request.method),e.push(this.request.endpoint.host.toLowerCase()),e.push(this.request.pathname()),e.push(n.util.queryParamsToString(this.request.params)),e.join("\n")}}),e.exports=n.Signers.V2},D8kY:function(e,t,r){var n=r("Ojgd"),i=Math.max,o=Math.min;e.exports=function(e,t){return(e=n(e))<0?i(e+t,0):o(e,t)}},DKTb:function(e,t,r){"use strict";function n(e){setTimeout(function(){throw e})}r.d(t,"a",function(){return n})},DLjP:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2015-08-24",endpointPrefix:"waf",jsonVersion:"1.1",protocol:"json",serviceAbbreviation:"WAF",serviceFullName:"AWS WAF",serviceId:"WAF",signatureVersion:"v4",targetPrefix:"AWSWAF_20150824",uid:"waf-2015-08-24"},operations:{CreateByteMatchSet:{input:{type:"structure",required:["Name","ChangeToken"],members:{Name:{},ChangeToken:{}}},output:{type:"structure",members:{ByteMatchSet:{shape:"S5"},ChangeToken:{}}}},CreateGeoMatchSet:{input:{type:"structure",required:["Name","ChangeToken"],members:{Name:{},ChangeToken:{}}},output:{type:"structure",members:{GeoMatchSet:{shape:"Sh"},ChangeToken:{}}}},CreateIPSet:{input:{type:"structure",required:["Name","ChangeToken"],members:{Name:{},ChangeToken:{}}},output:{type:"structure",members:{IPSet:{shape:"So"},ChangeToken:{}}}},CreateRateBasedRule:{input:{type:"structure",required:["Name","MetricName","RateKey","RateLimit","ChangeToken"],members:{Name:{},MetricName:{},RateKey:{},RateLimit:{type:"long"},ChangeToken:{}}},output:{type:"structure",members:{Rule:{shape:"Sy"},ChangeToken:{}}}},CreateRegexMatchSet:{input:{type:"structure",required:["Name","ChangeToken"],members:{Name:{},ChangeToken:{}}},output:{type:"structure",members:{RegexMatchSet:{shape:"S15"},ChangeToken:{}}}},CreateRegexPatternSet:{input:{type:"structure",required:["Name","ChangeToken"],members:{Name:{},ChangeToken:{}}},output:{type:"structure",members:{RegexPatternSet:{shape:"S1a"},ChangeToken:{}}}},CreateRule:{input:{type:"structure",required:["Name","MetricName","ChangeToken"],members:{Name:{},MetricName:{},ChangeToken:{}}},output:{type:"structure",members:{Rule:{shape:"S1f"},ChangeToken:{}}}},CreateRuleGroup:{input:{type:"structure",required:["Name","MetricName","ChangeToken"],members:{Name:{},MetricName:{},ChangeToken:{}}},output:{type:"structure",members:{RuleGroup:{shape:"S1i"},ChangeToken:{}}}},CreateSizeConstraintSet:{input:{type:"structure",required:["Name","ChangeToken"],members:{Name:{},ChangeToken:{}}},output:{type:"structure",members:{SizeConstraintSet:{shape:"S1l"},ChangeToken:{}}}},CreateSqlInjectionMatchSet:{input:{type:"structure",required:["Name","ChangeToken"],members:{Name:{},ChangeToken:{}}},output:{type:"structure",members:{SqlInjectionMatchSet:{shape:"S1s"},ChangeToken:{}}}},CreateWebACL:{input:{type:"structure",required:["Name","MetricName","DefaultAction","ChangeToken"],members:{Name:{},MetricName:{},DefaultAction:{shape:"S1w"},ChangeToken:{}}},output:{type:"structure",members:{WebACL:{shape:"S1z"},ChangeToken:{}}}},CreateXssMatchSet:{input:{type:"structure",required:["Name","ChangeToken"],members:{Name:{},ChangeToken:{}}},output:{type:"structure",members:{XssMatchSet:{shape:"S28"},ChangeToken:{}}}},DeleteByteMatchSet:{input:{type:"structure",required:["ByteMatchSetId","ChangeToken"],members:{ByteMatchSetId:{},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},DeleteGeoMatchSet:{input:{type:"structure",required:["GeoMatchSetId","ChangeToken"],members:{GeoMatchSetId:{},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},DeleteIPSet:{input:{type:"structure",required:["IPSetId","ChangeToken"],members:{IPSetId:{},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},DeleteLoggingConfiguration:{input:{type:"structure",required:["ResourceArn"],members:{ResourceArn:{}}},output:{type:"structure",members:{}}},DeletePermissionPolicy:{input:{type:"structure",required:["ResourceArn"],members:{ResourceArn:{}}},output:{type:"structure",members:{}}},DeleteRateBasedRule:{input:{type:"structure",required:["RuleId","ChangeToken"],members:{RuleId:{},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},DeleteRegexMatchSet:{input:{type:"structure",required:["RegexMatchSetId","ChangeToken"],members:{RegexMatchSetId:{},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},DeleteRegexPatternSet:{input:{type:"structure",required:["RegexPatternSetId","ChangeToken"],members:{RegexPatternSetId:{},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},DeleteRule:{input:{type:"structure",required:["RuleId","ChangeToken"],members:{RuleId:{},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},DeleteRuleGroup:{input:{type:"structure",required:["RuleGroupId","ChangeToken"],members:{RuleGroupId:{},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},DeleteSizeConstraintSet:{input:{type:"structure",required:["SizeConstraintSetId","ChangeToken"],members:{SizeConstraintSetId:{},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},DeleteSqlInjectionMatchSet:{input:{type:"structure",required:["SqlInjectionMatchSetId","ChangeToken"],members:{SqlInjectionMatchSetId:{},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},DeleteWebACL:{input:{type:"structure",required:["WebACLId","ChangeToken"],members:{WebACLId:{},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},DeleteXssMatchSet:{input:{type:"structure",required:["XssMatchSetId","ChangeToken"],members:{XssMatchSetId:{},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},GetByteMatchSet:{input:{type:"structure",required:["ByteMatchSetId"],members:{ByteMatchSetId:{}}},output:{type:"structure",members:{ByteMatchSet:{shape:"S5"}}}},GetChangeToken:{input:{type:"structure",members:{}},output:{type:"structure",members:{ChangeToken:{}}}},GetChangeTokenStatus:{input:{type:"structure",required:["ChangeToken"],members:{ChangeToken:{}}},output:{type:"structure",members:{ChangeTokenStatus:{}}}},GetGeoMatchSet:{input:{type:"structure",required:["GeoMatchSetId"],members:{GeoMatchSetId:{}}},output:{type:"structure",members:{GeoMatchSet:{shape:"Sh"}}}},GetIPSet:{input:{type:"structure",required:["IPSetId"],members:{IPSetId:{}}},output:{type:"structure",members:{IPSet:{shape:"So"}}}},GetLoggingConfiguration:{input:{type:"structure",required:["ResourceArn"],members:{ResourceArn:{}}},output:{type:"structure",members:{LoggingConfiguration:{shape:"S3h"}}}},GetPermissionPolicy:{input:{type:"structure",required:["ResourceArn"],members:{ResourceArn:{}}},output:{type:"structure",members:{Policy:{}}}},GetRateBasedRule:{input:{type:"structure",required:["RuleId"],members:{RuleId:{}}},output:{type:"structure",members:{Rule:{shape:"Sy"}}}},GetRateBasedRuleManagedKeys:{input:{type:"structure",required:["RuleId"],members:{RuleId:{},NextMarker:{}}},output:{type:"structure",members:{ManagedKeys:{type:"list",member:{}},NextMarker:{}}}},GetRegexMatchSet:{input:{type:"structure",required:["RegexMatchSetId"],members:{RegexMatchSetId:{}}},output:{type:"structure",members:{RegexMatchSet:{shape:"S15"}}}},GetRegexPatternSet:{input:{type:"structure",required:["RegexPatternSetId"],members:{RegexPatternSetId:{}}},output:{type:"structure",members:{RegexPatternSet:{shape:"S1a"}}}},GetRule:{input:{type:"structure",required:["RuleId"],members:{RuleId:{}}},output:{type:"structure",members:{Rule:{shape:"S1f"}}}},GetRuleGroup:{input:{type:"structure",required:["RuleGroupId"],members:{RuleGroupId:{}}},output:{type:"structure",members:{RuleGroup:{shape:"S1i"}}}},GetSampledRequests:{input:{type:"structure",required:["WebAclId","RuleId","TimeWindow","MaxItems"],members:{WebAclId:{},RuleId:{},TimeWindow:{shape:"S43"},MaxItems:{type:"long"}}},output:{type:"structure",members:{SampledRequests:{type:"list",member:{type:"structure",required:["Request","Weight"],members:{Request:{type:"structure",members:{ClientIP:{},Country:{},URI:{},Method:{},HTTPVersion:{},Headers:{type:"list",member:{type:"structure",members:{Name:{},Value:{}}}}}},Weight:{type:"long"},Timestamp:{type:"timestamp"},Action:{},RuleWithinRuleGroup:{}}}},PopulationSize:{type:"long"},TimeWindow:{shape:"S43"}}}},GetSizeConstraintSet:{input:{type:"structure",required:["SizeConstraintSetId"],members:{SizeConstraintSetId:{}}},output:{type:"structure",members:{SizeConstraintSet:{shape:"S1l"}}}},GetSqlInjectionMatchSet:{input:{type:"structure",required:["SqlInjectionMatchSetId"],members:{SqlInjectionMatchSetId:{}}},output:{type:"structure",members:{SqlInjectionMatchSet:{shape:"S1s"}}}},GetWebACL:{input:{type:"structure",required:["WebACLId"],members:{WebACLId:{}}},output:{type:"structure",members:{WebACL:{shape:"S1z"}}}},GetXssMatchSet:{input:{type:"structure",required:["XssMatchSetId"],members:{XssMatchSetId:{}}},output:{type:"structure",members:{XssMatchSet:{shape:"S28"}}}},ListActivatedRulesInRuleGroup:{input:{type:"structure",members:{RuleGroupId:{},NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},ActivatedRules:{shape:"S20"}}}},ListByteMatchSets:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},ByteMatchSets:{type:"list",member:{type:"structure",required:["ByteMatchSetId","Name"],members:{ByteMatchSetId:{},Name:{}}}}}}},ListGeoMatchSets:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},GeoMatchSets:{type:"list",member:{type:"structure",required:["GeoMatchSetId","Name"],members:{GeoMatchSetId:{},Name:{}}}}}}},ListIPSets:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},IPSets:{type:"list",member:{type:"structure",required:["IPSetId","Name"],members:{IPSetId:{},Name:{}}}}}}},ListLoggingConfigurations:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{LoggingConfigurations:{type:"list",member:{shape:"S3h"}},NextMarker:{}}}},ListRateBasedRules:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},Rules:{shape:"S5e"}}}},ListRegexMatchSets:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},RegexMatchSets:{type:"list",member:{type:"structure",required:["RegexMatchSetId","Name"],members:{RegexMatchSetId:{},Name:{}}}}}}},ListRegexPatternSets:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},RegexPatternSets:{type:"list",member:{type:"structure",required:["RegexPatternSetId","Name"],members:{RegexPatternSetId:{},Name:{}}}}}}},ListRuleGroups:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},RuleGroups:{type:"list",member:{type:"structure",required:["RuleGroupId","Name"],members:{RuleGroupId:{},Name:{}}}}}}},ListRules:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},Rules:{shape:"S5e"}}}},ListSizeConstraintSets:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},SizeConstraintSets:{type:"list",member:{type:"structure",required:["SizeConstraintSetId","Name"],members:{SizeConstraintSetId:{},Name:{}}}}}}},ListSqlInjectionMatchSets:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},SqlInjectionMatchSets:{type:"list",member:{type:"structure",required:["SqlInjectionMatchSetId","Name"],members:{SqlInjectionMatchSetId:{},Name:{}}}}}}},ListSubscribedRuleGroups:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},RuleGroups:{type:"list",member:{type:"structure",required:["RuleGroupId","Name","MetricName"],members:{RuleGroupId:{},Name:{},MetricName:{}}}}}}},ListWebACLs:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},WebACLs:{type:"list",member:{type:"structure",required:["WebACLId","Name"],members:{WebACLId:{},Name:{}}}}}}},ListXssMatchSets:{input:{type:"structure",members:{NextMarker:{},Limit:{type:"integer"}}},output:{type:"structure",members:{NextMarker:{},XssMatchSets:{type:"list",member:{type:"structure",required:["XssMatchSetId","Name"],members:{XssMatchSetId:{},Name:{}}}}}}},PutLoggingConfiguration:{input:{type:"structure",required:["LoggingConfiguration"],members:{LoggingConfiguration:{shape:"S3h"}}},output:{type:"structure",members:{LoggingConfiguration:{shape:"S3h"}}}},PutPermissionPolicy:{input:{type:"structure",required:["ResourceArn","Policy"],members:{ResourceArn:{},Policy:{}}},output:{type:"structure",members:{}}},UpdateByteMatchSet:{input:{type:"structure",required:["ByteMatchSetId","ChangeToken","Updates"],members:{ByteMatchSetId:{},ChangeToken:{},Updates:{type:"list",member:{type:"structure",required:["Action","ByteMatchTuple"],members:{Action:{},ByteMatchTuple:{shape:"S8"}}}}}},output:{type:"structure",members:{ChangeToken:{}}}},UpdateGeoMatchSet:{input:{type:"structure",required:["GeoMatchSetId","ChangeToken","Updates"],members:{GeoMatchSetId:{},ChangeToken:{},Updates:{type:"list",member:{type:"structure",required:["Action","GeoMatchConstraint"],members:{Action:{},GeoMatchConstraint:{shape:"Sj"}}}}}},output:{type:"structure",members:{ChangeToken:{}}}},UpdateIPSet:{input:{type:"structure",required:["IPSetId","ChangeToken","Updates"],members:{IPSetId:{},ChangeToken:{},Updates:{type:"list",member:{type:"structure",required:["Action","IPSetDescriptor"],members:{Action:{},IPSetDescriptor:{shape:"Sq"}}}}}},output:{type:"structure",members:{ChangeToken:{}}}},UpdateRateBasedRule:{input:{type:"structure",required:["RuleId","ChangeToken","Updates","RateLimit"],members:{RuleId:{},ChangeToken:{},Updates:{shape:"S6w"},RateLimit:{type:"long"}}},output:{type:"structure",members:{ChangeToken:{}}}},UpdateRegexMatchSet:{input:{type:"structure",required:["RegexMatchSetId","Updates","ChangeToken"],members:{RegexMatchSetId:{},Updates:{type:"list",member:{type:"structure",required:["Action","RegexMatchTuple"],members:{Action:{},RegexMatchTuple:{shape:"S17"}}}},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},UpdateRegexPatternSet:{input:{type:"structure",required:["RegexPatternSetId","Updates","ChangeToken"],members:{RegexPatternSetId:{},Updates:{type:"list",member:{type:"structure",required:["Action","RegexPatternString"],members:{Action:{},RegexPatternString:{}}}},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},UpdateRule:{input:{type:"structure",required:["RuleId","ChangeToken","Updates"],members:{RuleId:{},ChangeToken:{},Updates:{shape:"S6w"}}},output:{type:"structure",members:{ChangeToken:{}}}},UpdateRuleGroup:{input:{type:"structure",required:["RuleGroupId","Updates","ChangeToken"],members:{RuleGroupId:{},Updates:{type:"list",member:{type:"structure",required:["Action","ActivatedRule"],members:{Action:{},ActivatedRule:{shape:"S21"}}}},ChangeToken:{}}},output:{type:"structure",members:{ChangeToken:{}}}},UpdateSizeConstraintSet:{input:{type:"structure",required:["SizeConstraintSetId","ChangeToken","Updates"],members:{SizeConstraintSetId:{},ChangeToken:{},Updates:{type:"list",member:{type:"structure",required:["Action","SizeConstraint"],members:{Action:{},SizeConstraint:{shape:"S1n"}}}}}},output:{type:"structure",members:{ChangeToken:{}}}},UpdateSqlInjectionMatchSet:{input:{type:"structure",required:["SqlInjectionMatchSetId","ChangeToken","Updates"],members:{SqlInjectionMatchSetId:{},ChangeToken:{},Updates:{type:"list",member:{type:"structure",required:["Action","SqlInjectionMatchTuple"],members:{Action:{},SqlInjectionMatchTuple:{shape:"S1u"}}}}}},output:{type:"structure",members:{ChangeToken:{}}}},UpdateWebACL:{input:{type:"structure",required:["WebACLId","ChangeToken"],members:{WebACLId:{},ChangeToken:{},Updates:{type:"list",member:{type:"structure",required:["Action","ActivatedRule"],members:{Action:{},ActivatedRule:{shape:"S21"}}}},DefaultAction:{shape:"S1w"}}},output:{type:"structure",members:{ChangeToken:{}}}},UpdateXssMatchSet:{input:{type:"structure",required:["XssMatchSetId","ChangeToken","Updates"],members:{XssMatchSetId:{},ChangeToken:{},Updates:{type:"list",member:{type:"structure",required:["Action","XssMatchTuple"],members:{Action:{},XssMatchTuple:{shape:"S2a"}}}}}},output:{type:"structure",members:{ChangeToken:{}}}}},shapes:{S5:{type:"structure",required:["ByteMatchSetId","ByteMatchTuples"],members:{ByteMatchSetId:{},Name:{},ByteMatchTuples:{type:"list",member:{shape:"S8"}}}},S8:{type:"structure",required:["FieldToMatch","TargetString","TextTransformation","PositionalConstraint"],members:{FieldToMatch:{shape:"S9"},TargetString:{type:"blob"},TextTransformation:{},PositionalConstraint:{}}},S9:{type:"structure",required:["Type"],members:{Type:{},Data:{}}},Sh:{type:"structure",required:["GeoMatchSetId","GeoMatchConstraints"],members:{GeoMatchSetId:{},Name:{},GeoMatchConstraints:{type:"list",member:{shape:"Sj"}}}},Sj:{type:"structure",required:["Type","Value"],members:{Type:{},Value:{}}},So:{type:"structure",required:["IPSetId","IPSetDescriptors"],members:{IPSetId:{},Name:{},IPSetDescriptors:{type:"list",member:{shape:"Sq"}}}},Sq:{type:"structure",required:["Type","Value"],members:{Type:{},Value:{}}},Sy:{type:"structure",required:["RuleId","MatchPredicates","RateKey","RateLimit"],members:{RuleId:{},Name:{},MetricName:{},MatchPredicates:{shape:"Sz"},RateKey:{},RateLimit:{type:"long"}}},Sz:{type:"list",member:{shape:"S10"}},S10:{type:"structure",required:["Negated","Type","DataId"],members:{Negated:{type:"boolean"},Type:{},DataId:{}}},S15:{type:"structure",members:{RegexMatchSetId:{},Name:{},RegexMatchTuples:{type:"list",member:{shape:"S17"}}}},S17:{type:"structure",required:["FieldToMatch","TextTransformation","RegexPatternSetId"],members:{FieldToMatch:{shape:"S9"},TextTransformation:{},RegexPatternSetId:{}}},S1a:{type:"structure",required:["RegexPatternSetId","RegexPatternStrings"],members:{RegexPatternSetId:{},Name:{},RegexPatternStrings:{type:"list",member:{}}}},S1f:{type:"structure",required:["RuleId","Predicates"],members:{RuleId:{},Name:{},MetricName:{},Predicates:{shape:"Sz"}}},S1i:{type:"structure",required:["RuleGroupId"],members:{RuleGroupId:{},Name:{},MetricName:{}}},S1l:{type:"structure",required:["SizeConstraintSetId","SizeConstraints"],members:{SizeConstraintSetId:{},Name:{},SizeConstraints:{type:"list",member:{shape:"S1n"}}}},S1n:{type:"structure",required:["FieldToMatch","TextTransformation","ComparisonOperator","Size"],members:{FieldToMatch:{shape:"S9"},TextTransformation:{},ComparisonOperator:{},Size:{type:"long"}}},S1s:{type:"structure",required:["SqlInjectionMatchSetId","SqlInjectionMatchTuples"],members:{SqlInjectionMatchSetId:{},Name:{},SqlInjectionMatchTuples:{type:"list",member:{shape:"S1u"}}}},S1u:{type:"structure",required:["FieldToMatch","TextTransformation"],members:{FieldToMatch:{shape:"S9"},TextTransformation:{}}},S1w:{type:"structure",required:["Type"],members:{Type:{}}},S1z:{type:"structure",required:["WebACLId","DefaultAction","Rules"],members:{WebACLId:{},Name:{},MetricName:{},DefaultAction:{shape:"S1w"},Rules:{shape:"S20"}}},S20:{type:"list",member:{shape:"S21"}},S21:{type:"structure",required:["Priority","RuleId"],members:{Priority:{type:"integer"},RuleId:{},Action:{shape:"S1w"},OverrideAction:{type:"structure",required:["Type"],members:{Type:{}}},Type:{}}},S28:{type:"structure",required:["XssMatchSetId","XssMatchTuples"],members:{XssMatchSetId:{},Name:{},XssMatchTuples:{type:"list",member:{shape:"S2a"}}}},S2a:{type:"structure",required:["FieldToMatch","TextTransformation"],members:{FieldToMatch:{shape:"S9"},TextTransformation:{}}},S3h:{type:"structure",required:["ResourceArn","LogDestinationConfigs"],members:{ResourceArn:{},LogDestinationConfigs:{type:"list",member:{}},RedactedFields:{type:"list",member:{shape:"S9"}}}},S43:{type:"structure",required:["StartTime","EndTime"],members:{StartTime:{type:"timestamp"},EndTime:{type:"timestamp"}}},S5e:{type:"list",member:{type:"structure",required:["RuleId","Name"],members:{RuleId:{},Name:{}}}},S6w:{type:"list",member:{type:"structure",required:["Action","Predicate"],members:{Action:{},Predicate:{shape:"S10"}}}}}}},DMRI:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.directconnect={},n.DirectConnect=i.defineService("directconnect",["2012-10-25"]),Object.defineProperty(o.services.directconnect,"2012-10-25",{get:function(){var e=r("ZIK4");return e.paginators=r("/LZb").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.DirectConnect},DSSA:function(e){e.exports={version:2,waiters:{BucketExists:{delay:5,operation:"HeadBucket",maxAttempts:20,acceptors:[{expected:200,matcher:"status",state:"success"},{expected:301,matcher:"status",state:"success"},{expected:403,matcher:"status",state:"success"},{expected:404,matcher:"status",state:"retry"}]},BucketNotExists:{delay:5,operation:"HeadBucket",maxAttempts:20,acceptors:[{expected:404,matcher:"status",state:"success"}]},ObjectExists:{delay:5,operation:"HeadObject",maxAttempts:20,acceptors:[{expected:200,matcher:"status",state:"success"},{expected:404,matcher:"status",state:"retry"}]},ObjectNotExists:{delay:5,operation:"HeadObject",maxAttempts:20,acceptors:[{expected:404,matcher:"status",state:"success"}]}}}},DVrn:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.translate={},n.Translate=i.defineService("translate",["2017-07-01"]),Object.defineProperty(o.services.translate,"2017-07-01",{get:function(){var e=r("cS6j");return e.paginators=r("5UJ7").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.Translate},DYa1:function(e){e.exports={pagination:{ListEndpointsByPlatformApplication:{input_token:"NextToken",output_token:"NextToken",result_key:"Endpoints"},ListPlatformApplications:{input_token:"NextToken",output_token:"NextToken",result_key:"PlatformApplications"},ListSubscriptions:{input_token:"NextToken",output_token:"NextToken",result_key:"Subscriptions"},ListSubscriptionsByTopic:{input_token:"NextToken",output_token:"NextToken",result_key:"Subscriptions"},ListTopics:{input_token:"NextToken",output_token:"NextToken",result_key:"Topics"}}}},DtyJ:function(e,t,r){"use strict";var n=r("K9Ia");r.d(t,"b",function(){return n.a});var i=r("26FU");r.d(t,"a",function(){return i.a});var o=r("bne5");r.d(t,"c",function(){return o.a})},E4pS:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2012-09-25",endpointPrefix:"elastictranscoder",protocol:"rest-json",serviceFullName:"Amazon Elastic Transcoder",serviceId:"Elastic Transcoder",signatureVersion:"v4",uid:"elastictranscoder-2012-09-25"},operations:{CancelJob:{http:{method:"DELETE",requestUri:"/2012-09-25/jobs/{Id}",responseCode:202},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{}}},CreateJob:{http:{requestUri:"/2012-09-25/jobs",responseCode:201},input:{type:"structure",required:["PipelineId"],members:{PipelineId:{},Input:{shape:"S5"},Inputs:{shape:"St"},Output:{shape:"Su"},Outputs:{type:"list",member:{shape:"Su"}},OutputKeyPrefix:{},Playlists:{type:"list",member:{type:"structure",members:{Name:{},Format:{},OutputKeys:{shape:"S1l"},HlsContentProtection:{shape:"S1m"},PlayReadyDrm:{shape:"S1q"}}}},UserMetadata:{shape:"S1v"}}},output:{type:"structure",members:{Job:{shape:"S1y"}}}},CreatePipeline:{http:{requestUri:"/2012-09-25/pipelines",responseCode:201},input:{type:"structure",required:["Name","InputBucket","Role"],members:{Name:{},InputBucket:{},OutputBucket:{},Role:{},AwsKmsKeyArn:{},Notifications:{shape:"S2a"},ContentConfig:{shape:"S2c"},ThumbnailConfig:{shape:"S2c"}}},output:{type:"structure",members:{Pipeline:{shape:"S2l"},Warnings:{shape:"S2n"}}}},CreatePreset:{http:{requestUri:"/2012-09-25/presets",responseCode:201},input:{type:"structure",required:["Name","Container"],members:{Name:{},Description:{},Container:{},Video:{shape:"S2r"},Audio:{shape:"S37"},Thumbnails:{shape:"S3i"}}},output:{type:"structure",members:{Preset:{shape:"S3m"},Warning:{}}}},DeletePipeline:{http:{method:"DELETE",requestUri:"/2012-09-25/pipelines/{Id}",responseCode:202},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{}}},DeletePreset:{http:{method:"DELETE",requestUri:"/2012-09-25/presets/{Id}",responseCode:202},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{}}},ListJobsByPipeline:{http:{method:"GET",requestUri:"/2012-09-25/jobsByPipeline/{PipelineId}"},input:{type:"structure",required:["PipelineId"],members:{PipelineId:{location:"uri",locationName:"PipelineId"},Ascending:{location:"querystring",locationName:"Ascending"},PageToken:{location:"querystring",locationName:"PageToken"}}},output:{type:"structure",members:{Jobs:{shape:"S3v"},NextPageToken:{}}}},ListJobsByStatus:{http:{method:"GET",requestUri:"/2012-09-25/jobsByStatus/{Status}"},input:{type:"structure",required:["Status"],members:{Status:{location:"uri",locationName:"Status"},Ascending:{location:"querystring",locationName:"Ascending"},PageToken:{location:"querystring",locationName:"PageToken"}}},output:{type:"structure",members:{Jobs:{shape:"S3v"},NextPageToken:{}}}},ListPipelines:{http:{method:"GET",requestUri:"/2012-09-25/pipelines"},input:{type:"structure",members:{Ascending:{location:"querystring",locationName:"Ascending"},PageToken:{location:"querystring",locationName:"PageToken"}}},output:{type:"structure",members:{Pipelines:{type:"list",member:{shape:"S2l"}},NextPageToken:{}}}},ListPresets:{http:{method:"GET",requestUri:"/2012-09-25/presets"},input:{type:"structure",members:{Ascending:{location:"querystring",locationName:"Ascending"},PageToken:{location:"querystring",locationName:"PageToken"}}},output:{type:"structure",members:{Presets:{type:"list",member:{shape:"S3m"}},NextPageToken:{}}}},ReadJob:{http:{method:"GET",requestUri:"/2012-09-25/jobs/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{Job:{shape:"S1y"}}}},ReadPipeline:{http:{method:"GET",requestUri:"/2012-09-25/pipelines/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{Pipeline:{shape:"S2l"},Warnings:{shape:"S2n"}}}},ReadPreset:{http:{method:"GET",requestUri:"/2012-09-25/presets/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{Preset:{shape:"S3m"}}}},TestRole:{http:{requestUri:"/2012-09-25/roleTests",responseCode:200},input:{type:"structure",required:["Role","InputBucket","OutputBucket","Topics"],members:{Role:{},InputBucket:{},OutputBucket:{},Topics:{type:"list",member:{}}},deprecated:!0},output:{type:"structure",members:{Success:{},Messages:{type:"list",member:{}}},deprecated:!0},deprecated:!0},UpdatePipeline:{http:{method:"PUT",requestUri:"/2012-09-25/pipelines/{Id}",responseCode:200},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},Name:{},InputBucket:{},Role:{},AwsKmsKeyArn:{},Notifications:{shape:"S2a"},ContentConfig:{shape:"S2c"},ThumbnailConfig:{shape:"S2c"}}},output:{type:"structure",members:{Pipeline:{shape:"S2l"},Warnings:{shape:"S2n"}}}},UpdatePipelineNotifications:{http:{requestUri:"/2012-09-25/pipelines/{Id}/notifications"},input:{type:"structure",required:["Id","Notifications"],members:{Id:{location:"uri",locationName:"Id"},Notifications:{shape:"S2a"}}},output:{type:"structure",members:{Pipeline:{shape:"S2l"}}}},UpdatePipelineStatus:{http:{requestUri:"/2012-09-25/pipelines/{Id}/status"},input:{type:"structure",required:["Id","Status"],members:{Id:{location:"uri",locationName:"Id"},Status:{}}},output:{type:"structure",members:{Pipeline:{shape:"S2l"}}}}},shapes:{S5:{type:"structure",members:{Key:{},FrameRate:{},Resolution:{},AspectRatio:{},Interlaced:{},Container:{},Encryption:{shape:"Sc"},TimeSpan:{shape:"Sg"},InputCaptions:{type:"structure",members:{MergePolicy:{},CaptionSources:{shape:"Sk"}}},DetectedProperties:{type:"structure",members:{Width:{type:"integer"},Height:{type:"integer"},FrameRate:{},FileSize:{type:"long"},DurationMillis:{type:"long"}}}}},Sc:{type:"structure",members:{Mode:{},Key:{},KeyMd5:{},InitializationVector:{}}},Sg:{type:"structure",members:{StartTime:{},Duration:{}}},Sk:{type:"list",member:{type:"structure",members:{Key:{},Language:{},TimeOffset:{},Label:{},Encryption:{shape:"Sc"}}}},St:{type:"list",member:{shape:"S5"}},Su:{type:"structure",members:{Key:{},ThumbnailPattern:{},ThumbnailEncryption:{shape:"Sc"},Rotate:{},PresetId:{},SegmentDuration:{},Watermarks:{shape:"Sx"},AlbumArt:{shape:"S11"},Composition:{shape:"S19",deprecated:!0},Captions:{shape:"S1b"},Encryption:{shape:"Sc"}}},Sx:{type:"list",member:{type:"structure",members:{PresetWatermarkId:{},InputKey:{},Encryption:{shape:"Sc"}}}},S11:{type:"structure",members:{MergePolicy:{},Artwork:{type:"list",member:{type:"structure",members:{InputKey:{},MaxWidth:{},MaxHeight:{},SizingPolicy:{},PaddingPolicy:{},AlbumArtFormat:{},Encryption:{shape:"Sc"}}}}}},S19:{type:"list",member:{type:"structure",members:{TimeSpan:{shape:"Sg"}},deprecated:!0},deprecated:!0},S1b:{type:"structure",members:{MergePolicy:{deprecated:!0},CaptionSources:{shape:"Sk",deprecated:!0},CaptionFormats:{type:"list",member:{type:"structure",members:{Format:{},Pattern:{},Encryption:{shape:"Sc"}}}}}},S1l:{type:"list",member:{}},S1m:{type:"structure",members:{Method:{},Key:{},KeyMd5:{},InitializationVector:{},LicenseAcquisitionUrl:{},KeyStoragePolicy:{}}},S1q:{type:"structure",members:{Format:{},Key:{},KeyMd5:{},KeyId:{},InitializationVector:{},LicenseAcquisitionUrl:{}}},S1v:{type:"map",key:{},value:{}},S1y:{type:"structure",members:{Id:{},Arn:{},PipelineId:{},Input:{shape:"S5"},Inputs:{shape:"St"},Output:{shape:"S1z"},Outputs:{type:"list",member:{shape:"S1z"}},OutputKeyPrefix:{},Playlists:{type:"list",member:{type:"structure",members:{Name:{},Format:{},OutputKeys:{shape:"S1l"},HlsContentProtection:{shape:"S1m"},PlayReadyDrm:{shape:"S1q"},Status:{},StatusDetail:{}}}},Status:{},UserMetadata:{shape:"S1v"},Timing:{type:"structure",members:{SubmitTimeMillis:{type:"long"},StartTimeMillis:{type:"long"},FinishTimeMillis:{type:"long"}}}}},S1z:{type:"structure",members:{Id:{},Key:{},ThumbnailPattern:{},ThumbnailEncryption:{shape:"Sc"},Rotate:{},PresetId:{},SegmentDuration:{},Status:{},StatusDetail:{},Duration:{type:"long"},Width:{type:"integer"},Height:{type:"integer"},FrameRate:{},FileSize:{type:"long"},DurationMillis:{type:"long"},Watermarks:{shape:"Sx"},AlbumArt:{shape:"S11"},Composition:{shape:"S19",deprecated:!0},Captions:{shape:"S1b"},Encryption:{shape:"Sc"},AppliedColorSpaceConversion:{}}},S2a:{type:"structure",members:{Progressing:{},Completed:{},Warning:{},Error:{}}},S2c:{type:"structure",members:{Bucket:{},StorageClass:{},Permissions:{type:"list",member:{type:"structure",members:{GranteeType:{},Grantee:{},Access:{type:"list",member:{}}}}}}},S2l:{type:"structure",members:{Id:{},Arn:{},Name:{},Status:{},InputBucket:{},OutputBucket:{},Role:{},AwsKmsKeyArn:{},Notifications:{shape:"S2a"},ContentConfig:{shape:"S2c"},ThumbnailConfig:{shape:"S2c"}}},S2n:{type:"list",member:{type:"structure",members:{Code:{},Message:{}}}},S2r:{type:"structure",members:{Codec:{},CodecOptions:{type:"map",key:{},value:{}},KeyframesMaxDist:{},FixedGOP:{},BitRate:{},FrameRate:{},MaxFrameRate:{},Resolution:{},AspectRatio:{},MaxWidth:{},MaxHeight:{},DisplayAspectRatio:{},SizingPolicy:{},PaddingPolicy:{},Watermarks:{type:"list",member:{type:"structure",members:{Id:{},MaxWidth:{},MaxHeight:{},SizingPolicy:{},HorizontalAlign:{},HorizontalOffset:{},VerticalAlign:{},VerticalOffset:{},Opacity:{},Target:{}}}}}},S37:{type:"structure",members:{Codec:{},SampleRate:{},BitRate:{},Channels:{},AudioPackingMode:{},CodecOptions:{type:"structure",members:{Profile:{},BitDepth:{},BitOrder:{},Signed:{}}}}},S3i:{type:"structure",members:{Format:{},Interval:{},Resolution:{},AspectRatio:{},MaxWidth:{},MaxHeight:{},SizingPolicy:{},PaddingPolicy:{}}},S3m:{type:"structure",members:{Id:{},Arn:{},Name:{},Description:{},Container:{},Audio:{shape:"S37"},Video:{shape:"S2r"},Thumbnails:{shape:"S3i"},Type:{}}},S3v:{type:"list",member:{shape:"S1y"}}}}},EFxm:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.dynamodbstreams={},n.DynamoDBStreams=i.defineService("dynamodbstreams",["2012-08-10"]),Object.defineProperty(o.services.dynamodbstreams,"2012-08-10",{get:function(){var e=r("xuyL");return e.paginators=r("G+Mv").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.DynamoDBStreams},ELzr:function(e,t,r){"use strict";r.r(t),r.d(t,"onErrorResumeNext",function(){return s});var n=r("6blF"),i=r("0/uQ"),o=r("isby"),a=r("G5J1");function s(){for(var e=[],t=0;t604800)throw n.util.error(new Error,{code:"InvalidExpiryTime",message:"Presigning does not support expiry time greater than a week with SigV4 signing.",retryable:!1});e.httpRequest.headers[i]=t}else{if(r!==n.Signers.S3)throw n.util.error(new Error,{message:"Presigning only supports S3 or SigV4 signing.",code:"UnsupportedSigner",retryable:!1});var o=e.service?e.service.getSkewCorrectedDate():n.util.date.getDate();e.httpRequest.headers[i]=parseInt(n.util.date.unixTimestamp(o)+t,10).toString()}}function a(e){var t=e.httpRequest.endpoint,r=n.util.urlParse(e.httpRequest.path),o={};r.search&&(o=n.util.queryStringParse(r.search.substr(1)));var a=e.httpRequest.headers.Authorization.split(" ");if("AWS"===a[0])a=a[1].split(":"),o.AWSAccessKeyId=a[0],o.Signature=a[1],n.util.each(e.httpRequest.headers,function(e,t){e===i&&(e="Expires"),0===e.indexOf("x-amz-meta-")&&(delete o[e],e=e.toLowerCase()),o[e]=t}),delete e.httpRequest.headers[i],delete o.Authorization,delete o.Host;else if("AWS4-HMAC-SHA256"===a[0]){a.shift();var s=a.join(" ").match(/Signature=(.*?)(?:,|\s|\r?\n|$)/)[1];o["X-Amz-Signature"]=s,delete o.Expires}t.pathname=r.pathname,t.search=n.util.queryParamsToString(o)}n.Signers.Presign=(0,n.util.inherit)({sign:function(e,t,r){if(e.httpRequest.headers[i]=t||3600,e.on("build",o),e.on("sign",a),e.removeListener("afterBuild",n.EventListeners.Core.SET_CONTENT_LENGTH),e.removeListener("afterBuild",n.EventListeners.Core.COMPUTE_SHA256),e.emit("beforePresign",[e]),!r){if(e.build(),e.response.error)throw e.response.error;return n.util.urlFormat(e.httpRequest.endpoint)}e.build(function(){this.response.error?r(this.response.error):r(null,n.util.urlFormat(e.httpRequest.endpoint))})}}),e.exports=n.Signers.Presign},FFOo:function(e,t,r){"use strict";r.d(t,"a",function(){return c});var n=r("mrSG"),i=r("2Bdj"),o=r("6ahw"),a=r("pugT"),s=r("L/V9"),u=r("iLxQ"),l=r("DKTb"),c=function(e){function t(t,r,n){var i=e.call(this)||this;switch(i.syncErrorValue=null,i.syncErrorThrown=!1,i.syncErrorThrowable=!1,i.isStopped=!1,i._parentSubscription=null,arguments.length){case 0:i.destination=o.a;break;case 1:if(!t){i.destination=o.a;break}if("object"==typeof t){if(m(t)){var a=t[s.a]();i.syncErrorThrowable=a.syncErrorThrowable,i.destination=a,a._addParentTeardownLogic(i)}else i.syncErrorThrowable=!0,i.destination=new p(i,t);break}default:i.syncErrorThrowable=!0,i.destination=new p(i,t,r,n)}return i}return n.__extends(t,e),t.prototype[s.a]=function(){return this},t.create=function(e,r,n){var i=new t(e,r,n);return i.syncErrorThrowable=!1,i},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e),this._unsubscribeParentSubscription())},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete(),this._unsubscribeParentSubscription())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this))},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){this.destination.error(e),this.unsubscribe()},t.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},t.prototype._addParentTeardownLogic=function(e){e!==this&&(this._parentSubscription=this.add(e))},t.prototype._unsubscribeParentSubscription=function(){null!==this._parentSubscription&&this._parentSubscription.unsubscribe()},t.prototype._unsubscribeAndRecycle=function(){var e=this._parent,t=this._parents;return this._parent=null,this._parents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parent=e,this._parents=t,this._parentSubscription=null,this},t}(a.a),p=function(e){function t(t,r,n,a){var s,u=e.call(this)||this;u._parentSubscriber=t;var l=u;return Object(i.a)(r)?s=r:r&&(s=r.next,n=r.error,a=r.complete,r!==o.a&&(l=Object.create(r),Object(i.a)(l.unsubscribe)&&u.add(l.unsubscribe.bind(l)),l.unsubscribe=u.unsubscribe.bind(u))),u._context=l,u._next=s,u._error=n,u._complete=a,u}return n.__extends(t,e),t.prototype.next=function(e){if(!this.isStopped&&this._next){var t=this._parentSubscriber;u.a.useDeprecatedSynchronousErrorHandling&&t.syncErrorThrowable?this.__tryOrSetError(t,this._next,e)&&this.unsubscribe():this.__tryOrUnsub(this._next,e)}},t.prototype.error=function(e){if(!this.isStopped){var t=this._parentSubscriber,r=u.a.useDeprecatedSynchronousErrorHandling;if(this._error)r&&t.syncErrorThrowable?(this.__tryOrSetError(t,this._error,e),this.unsubscribe()):(this.__tryOrUnsub(this._error,e),this.unsubscribe());else if(t.syncErrorThrowable)r?(t.syncErrorValue=e,t.syncErrorThrown=!0):Object(l.a)(e),this.unsubscribe();else{if(this.unsubscribe(),r)throw e;Object(l.a)(e)}}},t.prototype.complete=function(){var e=this;if(!this.isStopped){var t=this._parentSubscriber;if(this._complete){var r=function(){return e._complete.call(e._context)};u.a.useDeprecatedSynchronousErrorHandling&&t.syncErrorThrowable?(this.__tryOrSetError(t,r),this.unsubscribe()):(this.__tryOrUnsub(r),this.unsubscribe())}else this.unsubscribe()}},t.prototype.__tryOrUnsub=function(e,t){try{e.call(this._context,t)}catch(e){if(this.unsubscribe(),u.a.useDeprecatedSynchronousErrorHandling)throw e;Object(l.a)(e)}},t.prototype.__tryOrSetError=function(e,t,r){if(!u.a.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{t.call(this._context,r)}catch(t){return u.a.useDeprecatedSynchronousErrorHandling?(e.syncErrorValue=t,e.syncErrorThrown=!0,!0):(Object(l.a)(t),!0)}return!1},t.prototype._unsubscribe=function(){var e=this._parentSubscriber;this._context=null,this._parentSubscriber=null,e.unsubscribe()},t}(c);function m(e){return e instanceof c||"_addParentTeardownLogic"in e&&e[s.a]}},FGtl:function(e,t,r){var n=r("QsWE"),i={},o=[],a="aws4_request";e.exports={createScope:function(e,t,r){return[e.substr(0,8),t,r,a].join("/")},getSigningKey:function(e,t,r,s,u){var l=[n.util.crypto.hmac(e.secretAccessKey,e.accessKeyId,"base64"),t,r,s].join("_");if((u=!1!==u)&&l in i)return i[l];var c=n.util.crypto.hmac("AWS4"+e.secretAccessKey,t,"buffer"),p=n.util.crypto.hmac(c,r,"buffer"),m=n.util.crypto.hmac(p,s,"buffer"),d=n.util.crypto.hmac(m,a,"buffer");return u&&(i[l]=d,o.push(l),o.length>50&&delete i[o.shift()]),d},emptyCache:function(){i={},o=[]}}},FH79:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("8tDC");t.PerfectScrollbarComponent=n.PerfectScrollbarComponent;var i=r("bL9f");t.PerfectScrollbarDirective=i.PerfectScrollbarDirective;var o=r("sXfS");t.PerfectScrollbarConfig=o.PerfectScrollbarConfig;var a=r("cGpv");t.provideDefaultConfig=a.provideDefaultConfig,t.provideForRootGuard=a.provideForRootGuard,t.PERFECT_SCROLLBAR_GUARD=a.PERFECT_SCROLLBAR_GUARD,t.PERFECT_SCROLLBAR_CONFIG=a.PERFECT_SCROLLBAR_CONFIG,t.PerfectScrollbarModule=a.PerfectScrollbarModule},FQVY:function(e){e.exports={acm:{name:"ACM",cors:!0},apigateway:{name:"APIGateway",cors:!0},applicationautoscaling:{prefix:"application-autoscaling",name:"ApplicationAutoScaling",cors:!0},appstream:{name:"AppStream"},autoscaling:{name:"AutoScaling",cors:!0},batch:{name:"Batch"},budgets:{name:"Budgets"},clouddirectory:{name:"CloudDirectory",versions:["2016-05-10*"]},cloudformation:{name:"CloudFormation",cors:!0},cloudfront:{name:"CloudFront",versions:["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25*","2017-03-25*","2017-10-30*"],cors:!0},cloudhsm:{name:"CloudHSM",cors:!0},cloudsearch:{name:"CloudSearch"},cloudsearchdomain:{name:"CloudSearchDomain"},cloudtrail:{name:"CloudTrail",cors:!0},cloudwatch:{prefix:"monitoring",name:"CloudWatch",cors:!0},cloudwatchevents:{prefix:"events",name:"CloudWatchEvents",versions:["2014-02-03*"],cors:!0},cloudwatchlogs:{prefix:"logs",name:"CloudWatchLogs",cors:!0},codebuild:{name:"CodeBuild",cors:!0},codecommit:{name:"CodeCommit",cors:!0},codedeploy:{name:"CodeDeploy",cors:!0},codepipeline:{name:"CodePipeline",cors:!0},cognitoidentity:{prefix:"cognito-identity",name:"CognitoIdentity",cors:!0},cognitoidentityserviceprovider:{prefix:"cognito-idp",name:"CognitoIdentityServiceProvider",cors:!0},cognitosync:{prefix:"cognito-sync",name:"CognitoSync",cors:!0},configservice:{prefix:"config",name:"ConfigService",cors:!0},cur:{name:"CUR",cors:!0},datapipeline:{name:"DataPipeline"},devicefarm:{name:"DeviceFarm",cors:!0},directconnect:{name:"DirectConnect",cors:!0},directoryservice:{prefix:"ds",name:"DirectoryService"},discovery:{name:"Discovery"},dms:{name:"DMS"},dynamodb:{name:"DynamoDB",cors:!0},dynamodbstreams:{prefix:"streams.dynamodb",name:"DynamoDBStreams",cors:!0},ec2:{name:"EC2",versions:["2013-06-15*","2013-10-15*","2014-02-01*","2014-05-01*","2014-06-15*","2014-09-01*","2014-10-01*","2015-03-01*","2015-04-15*","2015-10-01*","2016-04-01*","2016-09-15*"],cors:!0},ecr:{name:"ECR",cors:!0},ecs:{name:"ECS",cors:!0},efs:{prefix:"elasticfilesystem",name:"EFS",cors:!0},elasticache:{name:"ElastiCache",versions:["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*"],cors:!0},elasticbeanstalk:{name:"ElasticBeanstalk",cors:!0},elb:{prefix:"elasticloadbalancing",name:"ELB",cors:!0},elbv2:{prefix:"elasticloadbalancingv2",name:"ELBv2",cors:!0},emr:{prefix:"elasticmapreduce",name:"EMR",cors:!0},es:{name:"ES"},elastictranscoder:{name:"ElasticTranscoder",cors:!0},firehose:{name:"Firehose",cors:!0},gamelift:{name:"GameLift",cors:!0},glacier:{name:"Glacier"},health:{name:"Health"},iam:{name:"IAM"},importexport:{name:"ImportExport"},inspector:{name:"Inspector",versions:["2015-08-18*"],cors:!0},iot:{name:"Iot",cors:!0},iotdata:{prefix:"iot-data",name:"IotData",cors:!0},kinesis:{name:"Kinesis",cors:!0},kinesisanalytics:{name:"KinesisAnalytics"},kms:{name:"KMS",cors:!0},lambda:{name:"Lambda",cors:!0},lexruntime:{prefix:"runtime.lex",name:"LexRuntime",cors:!0},lightsail:{name:"Lightsail"},machinelearning:{name:"MachineLearning",cors:!0},marketplacecommerceanalytics:{name:"MarketplaceCommerceAnalytics",cors:!0},marketplacemetering:{prefix:"meteringmarketplace",name:"MarketplaceMetering"},mturk:{prefix:"mturk-requester",name:"MTurk",cors:!0},mobileanalytics:{name:"MobileAnalytics",cors:!0},opsworks:{name:"OpsWorks",cors:!0},opsworkscm:{name:"OpsWorksCM"},organizations:{name:"Organizations"},pinpoint:{name:"Pinpoint"},polly:{name:"Polly",cors:!0},rds:{name:"RDS",versions:["2014-09-01*"],cors:!0},redshift:{name:"Redshift",cors:!0},rekognition:{name:"Rekognition",cors:!0},resourcegroupstaggingapi:{name:"ResourceGroupsTaggingAPI"},route53:{name:"Route53",cors:!0},route53domains:{name:"Route53Domains",cors:!0},s3:{name:"S3",dualstackAvailable:!0,cors:!0},servicecatalog:{name:"ServiceCatalog",cors:!0},ses:{prefix:"email",name:"SES",cors:!0},shield:{name:"Shield"},simpledb:{prefix:"sdb",name:"SimpleDB"},sms:{name:"SMS"},snowball:{name:"Snowball"},sns:{name:"SNS",cors:!0},sqs:{name:"SQS",cors:!0},ssm:{name:"SSM",cors:!0},storagegateway:{name:"StorageGateway",cors:!0},stepfunctions:{prefix:"states",name:"StepFunctions"},sts:{name:"STS",cors:!0},support:{name:"Support"},swf:{name:"SWF"},xray:{name:"XRay"},waf:{name:"WAF",cors:!0},wafregional:{prefix:"waf-regional",name:"WAFRegional"},workdocs:{name:"WorkDocs",cors:!0},workspaces:{name:"WorkSpaces"},codestar:{name:"CodeStar"},lexmodelbuildingservice:{prefix:"lex-models",name:"LexModelBuildingService",cors:!0},marketplaceentitlementservice:{prefix:"entitlement.marketplace",name:"MarketplaceEntitlementService"},athena:{name:"Athena"},greengrass:{name:"Greengrass"},dax:{name:"DAX"},migrationhub:{prefix:"AWSMigrationHub",name:"MigrationHub"},cloudhsmv2:{name:"CloudHSMV2"},glue:{name:"Glue"},mobile:{name:"Mobile"},pricing:{name:"Pricing",cors:!0},costexplorer:{prefix:"ce",name:"CostExplorer"},mediaconvert:{name:"MediaConvert"},medialive:{name:"MediaLive"},mediapackage:{name:"MediaPackage"},mediastore:{name:"MediaStore"},mediastoredata:{prefix:"mediastore-data",name:"MediaStoreData"},appsync:{name:"AppSync"},guardduty:{name:"GuardDuty"},mq:{name:"MQ"},comprehend:{name:"Comprehend"},iotjobsdataplane:{prefix:"iot-jobs-data",name:"IoTJobsDataPlane"},kinesisvideoarchivedmedia:{prefix:"kinesis-video-archived-media",name:"KinesisVideoArchivedMedia",cors:!0},kinesisvideomedia:{prefix:"kinesis-video-media",name:"KinesisVideoMedia"},kinesisvideo:{name:"KinesisVideo",cors:!0},sagemakerruntime:{prefix:"runtime.sagemaker",name:"SageMakerRuntime"},sagemaker:{name:"SageMaker"},translate:{name:"Translate",cors:!0},resourcegroups:{prefix:"resource-groups",name:"ResourceGroups"},alexaforbusiness:{name:"AlexaForBusiness"},cloud9:{name:"Cloud9"},serverlessapplicationrepository:{prefix:"serverlessrepo",name:"ServerlessApplicationRepository"},servicediscovery:{name:"ServiceDiscovery"},workmail:{name:"WorkMail"},autoscalingplans:{prefix:"autoscaling-plans",name:"AutoScalingPlans"},transcribeservice:{prefix:"transcribe",name:"TranscribeService"},connect:{name:"Connect"},acmpca:{prefix:"acm-pca",name:"ACMPCA"},fms:{name:"FMS"},secretsmanager:{name:"SecretsManager",cors:!0},iotanalytics:{name:"IoTAnalytics"},iot1clickdevicesservice:{prefix:"iot1click-devices",name:"IoT1ClickDevicesService"},iot1clickprojects:{prefix:"iot1click-projects",name:"IoT1ClickProjects"},pi:{name:"PI"},neptune:{name:"Neptune"},mediatailor:{name:"MediaTailor"},eks:{name:"EKS"},macie:{name:"Macie"},dlm:{name:"DLM"},signer:{name:"Signer"}}},FRkb:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2016-02-06",endpointPrefix:"autoscaling",jsonVersion:"1.1",protocol:"json",serviceFullName:"Application Auto Scaling",serviceId:"Application Auto Scaling",signatureVersion:"v4",signingName:"application-autoscaling",targetPrefix:"AnyScaleFrontendService",uid:"application-autoscaling-2016-02-06"},operations:{DeleteScalingPolicy:{input:{type:"structure",required:["PolicyName","ServiceNamespace","ResourceId","ScalableDimension"],members:{PolicyName:{},ServiceNamespace:{},ResourceId:{},ScalableDimension:{}}},output:{type:"structure",members:{}}},DeleteScheduledAction:{input:{type:"structure",required:["ServiceNamespace","ScheduledActionName","ResourceId"],members:{ServiceNamespace:{},ScheduledActionName:{},ResourceId:{},ScalableDimension:{}}},output:{type:"structure",members:{}}},DeregisterScalableTarget:{input:{type:"structure",required:["ServiceNamespace","ResourceId","ScalableDimension"],members:{ServiceNamespace:{},ResourceId:{},ScalableDimension:{}}},output:{type:"structure",members:{}}},DescribeScalableTargets:{input:{type:"structure",required:["ServiceNamespace"],members:{ServiceNamespace:{},ResourceIds:{shape:"Sb"},ScalableDimension:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{ScalableTargets:{type:"list",member:{type:"structure",required:["ServiceNamespace","ResourceId","ScalableDimension","MinCapacity","MaxCapacity","RoleARN","CreationTime"],members:{ServiceNamespace:{},ResourceId:{},ScalableDimension:{},MinCapacity:{type:"integer"},MaxCapacity:{type:"integer"},RoleARN:{},CreationTime:{type:"timestamp"}}}},NextToken:{}}}},DescribeScalingActivities:{input:{type:"structure",required:["ServiceNamespace"],members:{ServiceNamespace:{},ResourceId:{},ScalableDimension:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{ScalingActivities:{type:"list",member:{type:"structure",required:["ActivityId","ServiceNamespace","ResourceId","ScalableDimension","Description","Cause","StartTime","StatusCode"],members:{ActivityId:{},ServiceNamespace:{},ResourceId:{},ScalableDimension:{},Description:{},Cause:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},StatusCode:{},StatusMessage:{},Details:{}}}},NextToken:{}}}},DescribeScalingPolicies:{input:{type:"structure",required:["ServiceNamespace"],members:{PolicyNames:{shape:"Sb"},ServiceNamespace:{},ResourceId:{},ScalableDimension:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{ScalingPolicies:{type:"list",member:{type:"structure",required:["PolicyARN","PolicyName","ServiceNamespace","ResourceId","ScalableDimension","PolicyType","CreationTime"],members:{PolicyARN:{},PolicyName:{},ServiceNamespace:{},ResourceId:{},ScalableDimension:{},PolicyType:{},StepScalingPolicyConfiguration:{shape:"Sv"},TargetTrackingScalingPolicyConfiguration:{shape:"S14"},Alarms:{shape:"S1i"},CreationTime:{type:"timestamp"}}}},NextToken:{}}}},DescribeScheduledActions:{input:{type:"structure",required:["ServiceNamespace"],members:{ScheduledActionNames:{shape:"Sb"},ServiceNamespace:{},ResourceId:{},ScalableDimension:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{ScheduledActions:{type:"list",member:{type:"structure",required:["ScheduledActionName","ScheduledActionARN","ServiceNamespace","Schedule","ResourceId","CreationTime"],members:{ScheduledActionName:{},ScheduledActionARN:{},ServiceNamespace:{},Schedule:{},ResourceId:{},ScalableDimension:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},ScalableTargetAction:{shape:"S1p"},CreationTime:{type:"timestamp"}}}},NextToken:{}}}},PutScalingPolicy:{input:{type:"structure",required:["PolicyName","ServiceNamespace","ResourceId","ScalableDimension"],members:{PolicyName:{},ServiceNamespace:{},ResourceId:{},ScalableDimension:{},PolicyType:{},StepScalingPolicyConfiguration:{shape:"Sv"},TargetTrackingScalingPolicyConfiguration:{shape:"S14"}}},output:{type:"structure",required:["PolicyARN"],members:{PolicyARN:{},Alarms:{shape:"S1i"}}}},PutScheduledAction:{input:{type:"structure",required:["ServiceNamespace","ScheduledActionName","ResourceId"],members:{ServiceNamespace:{},Schedule:{},ScheduledActionName:{},ResourceId:{},ScalableDimension:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},ScalableTargetAction:{shape:"S1p"}}},output:{type:"structure",members:{}}},RegisterScalableTarget:{input:{type:"structure",required:["ServiceNamespace","ResourceId","ScalableDimension"],members:{ServiceNamespace:{},ResourceId:{},ScalableDimension:{},MinCapacity:{type:"integer"},MaxCapacity:{type:"integer"},RoleARN:{}}},output:{type:"structure",members:{}}}},shapes:{Sb:{type:"list",member:{}},Sv:{type:"structure",members:{AdjustmentType:{},StepAdjustments:{type:"list",member:{type:"structure",required:["ScalingAdjustment"],members:{MetricIntervalLowerBound:{type:"double"},MetricIntervalUpperBound:{type:"double"},ScalingAdjustment:{type:"integer"}}}},MinAdjustmentMagnitude:{type:"integer"},Cooldown:{type:"integer"},MetricAggregationType:{}}},S14:{type:"structure",required:["TargetValue"],members:{TargetValue:{type:"double"},PredefinedMetricSpecification:{type:"structure",required:["PredefinedMetricType"],members:{PredefinedMetricType:{},ResourceLabel:{}}},CustomizedMetricSpecification:{type:"structure",required:["MetricName","Namespace","Statistic"],members:{MetricName:{},Namespace:{},Dimensions:{type:"list",member:{type:"structure",required:["Name","Value"],members:{Name:{},Value:{}}}},Statistic:{},Unit:{}}},ScaleOutCooldown:{type:"integer"},ScaleInCooldown:{type:"integer"},DisableScaleIn:{type:"boolean"}}},S1i:{type:"list",member:{type:"structure",required:["AlarmName","AlarmARN"],members:{AlarmName:{},AlarmARN:{}}}},S1p:{type:"structure",members:{MinCapacity:{type:"integer"},MaxCapacity:{type:"integer"}}}}}},FVSy:function(e,t,r){"use strict";r.d(t,"c",function(){return n}),r.d(t,"g",function(){return i}),r.d(t,"f",function(){return o}),r.d(t,"b",function(){return a}),r.d(t,"a",function(){return s}),r.d(t,"d",function(){return u}),r.d(t,"h",function(){return l}),r.d(t,"e",function(){return c});var n=function(){},i=function(){},o=function(){},a=function(){this.align="start"},s=function(){},u=function(){},l=function(){},c=function(){}},FWf1:function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=function(t,r){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),i=r("pshJ"),o=r("GiSu"),a=r("zB/H"),s=r("p//D"),u=r("n3uD"),l=r("MkmW"),c=function(e){function t(t,r,n){var i=e.call(this)||this;switch(i.syncErrorValue=null,i.syncErrorThrown=!1,i.syncErrorThrowable=!1,i.isStopped=!1,i._parentSubscription=null,arguments.length){case 0:i.destination=o.empty;break;case 1:if(!t){i.destination=o.empty;break}if("object"==typeof t){if(m(t)){var a=t[s.rxSubscriber]();i.syncErrorThrowable=a.syncErrorThrowable,i.destination=a,a._addParentTeardownLogic(i)}else i.syncErrorThrowable=!0,i.destination=new p(i,t);break}default:i.syncErrorThrowable=!0,i.destination=new p(i,t,r,n)}return i}return n(t,e),t.prototype[s.rxSubscriber]=function(){return this},t.create=function(e,r,n){var i=new t(e,r,n);return i.syncErrorThrowable=!1,i},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e),this._unsubscribeParentSubscription())},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete(),this._unsubscribeParentSubscription())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this))},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){this.destination.error(e),this.unsubscribe()},t.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},t.prototype._addParentTeardownLogic=function(e){e!==this&&(this._parentSubscription=this.add(e))},t.prototype._unsubscribeParentSubscription=function(){null!==this._parentSubscription&&this._parentSubscription.unsubscribe()},t.prototype._unsubscribeAndRecycle=function(){var e=this._parent,t=this._parents;return this._parent=null,this._parents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parent=e,this._parents=t,this._parentSubscription=null,this},t}(a.Subscription);t.Subscriber=c;var p=function(e){function t(t,r,n,a){var s,u=e.call(this)||this;u._parentSubscriber=t;var l=u;return i.isFunction(r)?s=r:r&&(s=r.next,n=r.error,a=r.complete,r!==o.empty&&(l=Object.create(r),i.isFunction(l.unsubscribe)&&u.add(l.unsubscribe.bind(l)),l.unsubscribe=u.unsubscribe.bind(u))),u._context=l,u._next=s,u._error=n,u._complete=a,u}return n(t,e),t.prototype.next=function(e){if(!this.isStopped&&this._next){var t=this._parentSubscriber;u.config.useDeprecatedSynchronousErrorHandling&&t.syncErrorThrowable?this.__tryOrSetError(t,this._next,e)&&this.unsubscribe():this.__tryOrUnsub(this._next,e)}},t.prototype.error=function(e){if(!this.isStopped){var t=this._parentSubscriber,r=u.config.useDeprecatedSynchronousErrorHandling;if(this._error)r&&t.syncErrorThrowable?(this.__tryOrSetError(t,this._error,e),this.unsubscribe()):(this.__tryOrUnsub(this._error,e),this.unsubscribe());else if(t.syncErrorThrowable)r?(t.syncErrorValue=e,t.syncErrorThrown=!0):l.hostReportError(e),this.unsubscribe();else{if(this.unsubscribe(),r)throw e;l.hostReportError(e)}}},t.prototype.complete=function(){var e=this;if(!this.isStopped){var t=this._parentSubscriber;if(this._complete){var r=function(){return e._complete.call(e._context)};u.config.useDeprecatedSynchronousErrorHandling&&t.syncErrorThrowable?(this.__tryOrSetError(t,r),this.unsubscribe()):(this.__tryOrUnsub(r),this.unsubscribe())}else this.unsubscribe()}},t.prototype.__tryOrUnsub=function(e,t){try{e.call(this._context,t)}catch(e){if(this.unsubscribe(),u.config.useDeprecatedSynchronousErrorHandling)throw e;l.hostReportError(e)}},t.prototype.__tryOrSetError=function(e,t,r){if(!u.config.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{t.call(this._context,r)}catch(t){return u.config.useDeprecatedSynchronousErrorHandling?(e.syncErrorValue=t,e.syncErrorThrown=!0,!0):(l.hostReportError(t),!0)}return!1},t.prototype._unsubscribe=function(){var e=this._parentSubscriber;this._context=null,this._parentSubscriber=null,e.unsubscribe()},t}(c);function m(e){return e instanceof c||"_addParentTeardownLogic"in e&&e[s.rxSubscriber]}t.SafeSubscriber=p},FWqP:function(e){e.exports={version:2,waiters:{StackExists:{delay:5,operation:"DescribeStacks",maxAttempts:20,acceptors:[{matcher:"status",expected:200,state:"success"},{matcher:"error",expected:"ValidationError",state:"retry"}]},StackCreateComplete:{delay:30,operation:"DescribeStacks",maxAttempts:120,description:"Wait until stack status is CREATE_COMPLETE.",acceptors:[{argument:"Stacks[].StackStatus",expected:"CREATE_COMPLETE",matcher:"pathAll",state:"success"},{argument:"Stacks[].StackStatus",expected:"CREATE_FAILED",matcher:"pathAny",state:"failure"},{argument:"Stacks[].StackStatus",expected:"DELETE_COMPLETE",matcher:"pathAny",state:"failure"},{argument:"Stacks[].StackStatus",expected:"DELETE_FAILED",matcher:"pathAny",state:"failure"},{argument:"Stacks[].StackStatus",expected:"ROLLBACK_FAILED",matcher:"pathAny",state:"failure"},{argument:"Stacks[].StackStatus",expected:"ROLLBACK_COMPLETE",matcher:"pathAny",state:"failure"},{expected:"ValidationError",matcher:"error",state:"failure"}]},StackDeleteComplete:{delay:30,operation:"DescribeStacks",maxAttempts:120,description:"Wait until stack status is DELETE_COMPLETE.",acceptors:[{argument:"Stacks[].StackStatus",expected:"DELETE_COMPLETE",matcher:"pathAll",state:"success"},{expected:"ValidationError",matcher:"error",state:"success"},{argument:"Stacks[].StackStatus",expected:"DELETE_FAILED",matcher:"pathAny",state:"failure"},{argument:"Stacks[].StackStatus",expected:"CREATE_FAILED",matcher:"pathAny",state:"failure"},{argument:"Stacks[].StackStatus",expected:"ROLLBACK_FAILED",matcher:"pathAny",state:"failure"},{argument:"Stacks[].StackStatus",expected:"UPDATE_ROLLBACK_FAILED",matcher:"pathAny",state:"failure"},{argument:"Stacks[].StackStatus",expected:"UPDATE_ROLLBACK_IN_PROGRESS",matcher:"pathAny",state:"failure"}]},StackUpdateComplete:{delay:30,maxAttempts:120,operation:"DescribeStacks",description:"Wait until stack status is UPDATE_COMPLETE.",acceptors:[{argument:"Stacks[].StackStatus",expected:"UPDATE_COMPLETE",matcher:"pathAll",state:"success"},{expected:"UPDATE_FAILED",matcher:"pathAny",state:"failure",argument:"Stacks[].StackStatus"},{argument:"Stacks[].StackStatus",expected:"UPDATE_ROLLBACK_FAILED",matcher:"pathAny",state:"failure"},{expected:"UPDATE_ROLLBACK_COMPLETE",matcher:"pathAny",state:"failure",argument:"Stacks[].StackStatus"},{expected:"ValidationError",matcher:"error",state:"failure"}]},ChangeSetCreateComplete:{delay:30,operation:"DescribeChangeSet",maxAttempts:120,description:"Wait until change set status is CREATE_COMPLETE.",acceptors:[{argument:"Status",expected:"CREATE_COMPLETE",matcher:"path",state:"success"},{argument:"Status",expected:"FAILED",matcher:"path",state:"failure"},{expected:"ValidationError",matcher:"error",state:"failure"}]}}}},FlQf:function(e,t,r){"use strict";var n=r("ccE7")(!0);r("MPFp")(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,r=this._i;return r>=t.length?{value:void 0,done:!0}:(e=n(t,r),this._i+=e.length,{value:e,done:!1})})},FpHa:function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},Fxb1:function(e,t,r){"use strict";r.d(t,"a",function(){return d});var n=r("6blF"),i=r("+tJ4"),o=r("S5XQ"),a=r("u67D"),s=r("JcRv"),u=r("2ePl"),l=r("/WYv"),c=r("McSo"),p=r("En8+"),m=r("xTla"),d=function(e){if(e instanceof n.a)return function(t){return e._isScalar?(t.next(e.value),void t.complete()):e.subscribe(t)};if(e&&"function"==typeof e[m.a])return Object(s.a)(e);if(Object(u.a)(e))return Object(i.a)(e);if(Object(l.a)(e))return Object(o.a)(e);if(e&&"function"==typeof e[p.a])return Object(a.a)(e);var t=Object(c.a)(e)?"an invalid object":"'"+e+"'";throw new TypeError("You provided "+t+" where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.")}},Fy8g:function(e,t,r){var n=r("QsWE"),i=["deleteThingShadow","getThingShadow","updateThingShadow"];n.util.update(n.IotData.prototype,{validateService:function(){if(!this.config.endpoint||this.config.endpoint.indexOf("{")>=0)throw n.util.error(new Error,{name:"InvalidEndpoint",message:"AWS.IotData requires an explicit `endpoint' configuration option."})},setupRequestListeners:function(e){e.addListener("validateResponse",this.validateResponseBody),i.indexOf(e.operation)>-1&&e.addListener("extractData",n.util.convertPayloadToString)},validateResponseBody:function(e){var t=(e.httpResponse.body.toString()||"{}").trim();t&&"{"===t.charAt(0)||(e.httpResponse.body="")}})},FyfS:function(e,t,r){e.exports={default:r("Rp86"),__esModule:!0}},Fzqc:function(e,t,r){"use strict";r.d(t,"c",function(){return a}),r.d(t,"b",function(){return s}),r.d(t,"a",function(){return u});var n=r("Ip0R"),i=r("CcnG"),o=new i.InjectionToken("cdk-dir-doc",{providedIn:"root",factory:function(){return Object(i.inject)(n.DOCUMENT)}}),a=function(){function e(e){if(this.value="ltr",this.change=new i.EventEmitter,e){var t=(e.body?e.body.dir:null)||(e.documentElement?e.documentElement.dir:null);this.value="ltr"===t||"rtl"===t?t:"ltr"}}return e.prototype.ngOnDestroy=function(){this.change.complete()},e.ngInjectableDef=Object(i.defineInjectable)({factory:function(){return new e(Object(i.inject)(o,8))},token:e,providedIn:"root"}),e}(),s=function(){function e(){this._dir="ltr",this._isInitialized=!1,this.change=new i.EventEmitter}return Object.defineProperty(e.prototype,"dir",{get:function(){return this._dir},set:function(e){var t=this._dir;this._dir="ltr"===e||"rtl"===e?e:"ltr",t!==this._dir&&this._isInitialized&&this.change.emit(this._dir)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"value",{get:function(){return this.dir},enumerable:!0,configurable:!0}),e.prototype.ngAfterContentInit=function(){this._isInitialized=!0},e.prototype.ngOnDestroy=function(){this.change.complete()},e}(),u=function(){}},"G+Mv":function(e){e.exports={pagination:{}}},"G/J5":function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.elb={},n.ELB=i.defineService("elb",["2012-06-01"]),Object.defineProperty(o.services.elb,"2012-06-01",{get:function(){var e=r("htyX");return e.paginators=r("myRI").pagination,e.waiters=r("taKi").waiters,e},enumerable:!0,configurable:!0}),e.exports=n.ELB},G1jG:function(e){e.exports={pagination:{DescribeCachediSCSIVolumes:{result_key:"CachediSCSIVolumes"},DescribeStorediSCSIVolumes:{result_key:"StorediSCSIVolumes"},DescribeTapeArchives:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"TapeArchives"},DescribeTapeRecoveryPoints:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"TapeRecoveryPointInfos"},DescribeTapes:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"Tapes"},DescribeVTLDevices:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"VTLDevices"},ListGateways:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"Gateways"},ListLocalDisks:{result_key:"Disks"},ListVolumeRecoveryPoints:{result_key:"VolumeRecoveryPointInfos"},ListVolumes:{input_token:"Marker",limit_key:"Limit",output_token:"Marker",result_key:"VolumeInfos"}}}},G1lR:function(e){e.exports={pagination:{GetOfferingStatus:{input_token:"nextToken",output_token:"nextToken",result_key:["current","nextPeriod"]},ListArtifacts:{input_token:"nextToken",output_token:"nextToken",result_key:"artifacts"},ListDevicePools:{input_token:"nextToken",output_token:"nextToken",result_key:"devicePools"},ListDevices:{input_token:"nextToken",output_token:"nextToken",result_key:"devices"},ListJobs:{input_token:"nextToken",output_token:"nextToken",result_key:"jobs"},ListOfferingTransactions:{input_token:"nextToken",output_token:"nextToken",result_key:"offeringTransactions"},ListOfferings:{input_token:"nextToken",output_token:"nextToken",result_key:"offerings"},ListProjects:{input_token:"nextToken",output_token:"nextToken",result_key:"projects"},ListRuns:{input_token:"nextToken",output_token:"nextToken",result_key:"runs"},ListSamples:{input_token:"nextToken",output_token:"nextToken",result_key:"samples"},ListSuites:{input_token:"nextToken",output_token:"nextToken",result_key:"suites"},ListTests:{input_token:"nextToken",output_token:"nextToken",result_key:"tests"},ListUniqueProblems:{input_token:"nextToken",output_token:"nextToken",result_key:"uniqueProblems"},ListUploads:{input_token:"nextToken",output_token:"nextToken",result_key:"uploads"}}}},G5J1:function(e,t,r){"use strict";r.d(t,"a",function(){return i}),r.d(t,"b",function(){return o});var n=r("6blF"),i=new n.a(function(e){return e.complete()});function o(e){return e?function(e){return new n.a(function(t){return e.schedule(function(){return t.complete()})})}(e):i}},G8Mo:function(e,t,r){var n=r("93I4");e.exports=function(e,t){if(!n(e))return e;var r,i;if(t&&"function"==typeof(r=e.toString)&&!n(i=r.call(e)))return i;if("function"==typeof(r=e.valueOf)&&!n(i=r.call(e)))return i;if(!t&&"function"==typeof(r=e.toString)&&!n(i=r.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},GDxn:function(e,t,r){"use strict";r.r(t),r.d(t,"NEVER",function(){return o}),r.d(t,"never",function(){return a});var n=r("6blF"),i=r("+umK"),o=new n.a(i.a);function a(){return o}},GFRI:function(e){e.exports={pagination:{BatchGetItem:{input_token:"RequestItems",output_token:"UnprocessedKeys"},ListTables:{input_token:"ExclusiveStartTableName",limit_key:"Limit",output_token:"LastEvaluatedTableName",result_key:"TableNames"},Query:{input_token:"ExclusiveStartKey",limit_key:"Limit",output_token:"LastEvaluatedKey",result_key:"Items"},Scan:{input_token:"ExclusiveStartKey",limit_key:"Limit",output_token:"LastEvaluatedKey",result_key:"Items"}}}},GFlT:function(e,t,r){"use strict";r.r(t),r.d(t,"generate",function(){return a});var n=r("6blF"),i=r("mChF"),o=r("nkY7");function a(e,t,r,a,u){var l,c;return 1==arguments.length?(c=e.initialState,t=e.condition,r=e.iterate,l=e.resultSelector||i.a,u=e.scheduler):void 0===a||Object(o.a)(a)?(c=e,l=i.a,u=a):(c=e,l=a),new n.a(function(e){var n=c;if(u)return u.schedule(s,0,{subscriber:e,iterate:r,condition:t,resultSelector:l,state:n});for(;;){if(t){var i=void 0;try{i=t(n)}catch(t){return void e.error(t)}if(!i){e.complete();break}}var o=void 0;try{o=l(n)}catch(t){return void e.error(t)}if(e.next(o),e.closed)break;try{n=r(n)}catch(t){return void e.error(t)}}})}function s(e){var t=e.subscriber,r=e.condition;if(!t.closed){if(e.needIterate)try{e.state=e.iterate(e.state)}catch(e){return void t.error(e)}else e.needIterate=!0;if(r){var n=void 0;try{n=r(e.state)}catch(e){return void t.error(e)}if(!n)return void t.complete();if(t.closed)return}var i;try{i=e.resultSelector(e.state)}catch(e){return void t.error(e)}if(!t.closed&&(t.next(i),!t.closed))return this.schedule(e)}}},GMZp:function(e,t,r){"use strict";t.isObject=function(e){return null!=e&&"object"==typeof e}},GNFf:function(e){e.exports={pagination:{DescribeDBEngineVersions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBEngineVersions"},DescribeDBInstances:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBInstances"},DescribeDBLogFiles:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DescribeDBLogFiles"},DescribeDBParameterGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBParameterGroups"},DescribeDBParameters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Parameters"},DescribeDBSecurityGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSecurityGroups"},DescribeDBSnapshots:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSnapshots"},DescribeDBSubnetGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSubnetGroups"},DescribeEngineDefaultParameters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"EngineDefaults.Marker",result_key:"EngineDefaults.Parameters"},DescribeEventSubscriptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"EventSubscriptionsList"},DescribeEvents:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Events"},DescribeOptionGroupOptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OptionGroupOptions"},DescribeOptionGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OptionGroupsList"},DescribeOrderableDBInstanceOptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OrderableDBInstanceOptions"},DescribeReservedDBInstances:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReservedDBInstances"},DescribeReservedDBInstancesOfferings:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReservedDBInstancesOfferings"},DownloadDBLogFilePortion:{input_token:"Marker",limit_key:"NumberOfLines",more_results:"AdditionalDataPending",output_token:"Marker",result_key:"LogFileData"},ListTagsForResource:{result_key:"TagList"}}}},Gi3i:function(e,t,r){"use strict";r.d(t,"a",function(){return a});var n=r("mrSG"),i=r("FFOo"),o=r("T1DM");function a(e,t){return void 0===t&&(t=o.a),function(r){return r.lift(new s(e,t))}}var s=function(){function e(e,t){this.dueTime=e,this.scheduler=t}return e.prototype.call=function(e,t){return t.subscribe(new u(e,this.dueTime,this.scheduler))},e}(),u=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.dueTime=r,i.scheduler=n,i.debouncedSubscription=null,i.lastValue=null,i.hasValue=!1,i}return n.__extends(t,e),t.prototype._next=function(e){this.clearDebounce(),this.lastValue=e,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(l,this.dueTime,this))},t.prototype._complete=function(){this.debouncedNext(),this.destination.complete()},t.prototype.debouncedNext=function(){if(this.clearDebounce(),this.hasValue){var e=this.lastValue;this.lastValue=null,this.hasValue=!1,this.destination.next(e)}},t.prototype.clearDebounce=function(){var e=this.debouncedSubscription;null!==e&&(this.remove(e),e.unsubscribe(),this.debouncedSubscription=null)},t}(i.a);function l(e){e.debouncedNext()}},GiSu:function(e,t,r){"use strict";var n=r("n3uD"),i=r("MkmW");t.empty={closed:!0,next:function(e){},error:function(e){if(n.config.useDeprecatedSynchronousErrorHandling)throw e;i.hostReportError(e)},complete:function(){}}},H3c4:function(e,t,r){var n=r("QsWE");n.util.update(n.MachineLearning.prototype,{setupRequestListeners:function(e){"predict"===e.operation&&e.addListener("build",this.buildEndpoint)},buildEndpoint:function(e){var t=e.params.PredictEndpoint;t&&(e.httpRequest.endpoint=new n.Endpoint(t))}})},H7XF:function(e,t,r){"use strict";t.byteLength=function(e){var t=l(e),r=t[1];return 3*(t[0]+r)/4-r},t.toByteArray=function(e){for(var t,r=l(e),n=r[0],a=r[1],s=new o(function(e,t,r){return 3*(t+r)/4-r}(0,n,a)),u=0,c=a>0?n-4:n,p=0;p>16&255,s[u++]=t>>8&255,s[u++]=255&t;return 2===a&&(t=i[e.charCodeAt(p)]<<2|i[e.charCodeAt(p+1)]>>4,s[u++]=255&t),1===a&&(t=i[e.charCodeAt(p)]<<10|i[e.charCodeAt(p+1)]<<4|i[e.charCodeAt(p+2)]>>2,s[u++]=t>>8&255,s[u++]=255&t),s},t.fromByteArray=function(e){for(var t,r=e.length,i=r%3,o=[],a=0,s=r-i;as?s:a+16383));return 1===i?o.push(n[(t=e[r-1])>>2]+n[t<<4&63]+"=="):2===i&&o.push(n[(t=(e[r-2]<<8)+e[r-1])>>10]+n[t>>4&63]+n[t<<2&63]+"="),o.join("")};for(var n=[],i=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,u=a.length;s0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");return-1===r&&(r=t),[r,r===t?0:4-r%4]}function c(e,t,r){for(var i,o=[],a=t;a>18&63]+n[i>>12&63]+n[i>>6&63]+n[63&i]);return o.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},HCoK:function(e){e.exports={pagination:{DescribeScalableTargets:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"ScalableTargets"},DescribeScalingActivities:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"ScalingActivities"},DescribeScalingPolicies:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"ScalingPolicies"}}}},HHWU:function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("NGZV")),n(r("m/yT"))},"HHX+":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("gIcY"),i=r("m9Vx");t.max=function(e){return function(t){if(!i.isPresent(e))return null;if(i.isPresent(n.Validators.required(t)))return null;var r=+t.value;return r<=+e?null:{actualValue:r,requiredValue:+e,max:!0}}}},HJBe:function(e,t,r){"use strict";r.d(t,"a",function(){return o});var n=r("mrSG"),i=r("FFOo");function o(e){return void 0===e&&(e=null),function(t){return t.lift(new a(e))}}var a=function(){function e(e){this.defaultValue=e}return e.prototype.call=function(e,t){return t.subscribe(new s(e,this.defaultValue))},e}(),s=function(e){function t(t,r){var n=e.call(this,t)||this;return n.defaultValue=r,n.isEmpty=!0,n}return n.__extends(t,e),t.prototype._next=function(e){this.isEmpty=!1,this.destination.next(e)},t.prototype._complete=function(){this.isEmpty&&this.destination.next(this.defaultValue),this.destination.complete()},t}(i.a)},HP2U:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2017-10-30",endpointPrefix:"cloudfront",globalEndpoint:"cloudfront.amazonaws.com",protocol:"rest-xml",serviceAbbreviation:"CloudFront",serviceFullName:"Amazon CloudFront",serviceId:"CloudFront",signatureVersion:"v4",uid:"cloudfront-2017-10-30"},operations:{CreateCloudFrontOriginAccessIdentity:{http:{requestUri:"/2017-10-30/origin-access-identity/cloudfront",responseCode:201},input:{type:"structure",required:["CloudFrontOriginAccessIdentityConfig"],members:{CloudFrontOriginAccessIdentityConfig:{shape:"S2",locationName:"CloudFrontOriginAccessIdentityConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}},payload:"CloudFrontOriginAccessIdentityConfig"},output:{type:"structure",members:{CloudFrontOriginAccessIdentity:{shape:"S5"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"CloudFrontOriginAccessIdentity"}},CreateDistribution:{http:{requestUri:"/2017-10-30/distribution",responseCode:201},input:{type:"structure",required:["DistributionConfig"],members:{DistributionConfig:{shape:"S7",locationName:"DistributionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}},payload:"DistributionConfig"},output:{type:"structure",members:{Distribution:{shape:"S1t"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"Distribution"}},CreateDistributionWithTags:{http:{requestUri:"/2017-10-30/distribution?WithTags",responseCode:201},input:{type:"structure",required:["DistributionConfigWithTags"],members:{DistributionConfigWithTags:{locationName:"DistributionConfigWithTags",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"},type:"structure",required:["DistributionConfig","Tags"],members:{DistributionConfig:{shape:"S7"},Tags:{shape:"S22"}}}},payload:"DistributionConfigWithTags"},output:{type:"structure",members:{Distribution:{shape:"S1t"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"Distribution"}},CreateFieldLevelEncryptionConfig:{http:{requestUri:"/2017-10-30/field-level-encryption",responseCode:201},input:{type:"structure",required:["FieldLevelEncryptionConfig"],members:{FieldLevelEncryptionConfig:{shape:"S29",locationName:"FieldLevelEncryptionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}},payload:"FieldLevelEncryptionConfig"},output:{type:"structure",members:{FieldLevelEncryption:{shape:"S2k"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"FieldLevelEncryption"}},CreateFieldLevelEncryptionProfile:{http:{requestUri:"/2017-10-30/field-level-encryption-profile",responseCode:201},input:{type:"structure",required:["FieldLevelEncryptionProfileConfig"],members:{FieldLevelEncryptionProfileConfig:{shape:"S2m",locationName:"FieldLevelEncryptionProfileConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}},payload:"FieldLevelEncryptionProfileConfig"},output:{type:"structure",members:{FieldLevelEncryptionProfile:{shape:"S2t"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"FieldLevelEncryptionProfile"}},CreateInvalidation:{http:{requestUri:"/2017-10-30/distribution/{DistributionId}/invalidation",responseCode:201},input:{type:"structure",required:["DistributionId","InvalidationBatch"],members:{DistributionId:{location:"uri",locationName:"DistributionId"},InvalidationBatch:{shape:"S2v",locationName:"InvalidationBatch",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}},payload:"InvalidationBatch"},output:{type:"structure",members:{Location:{location:"header",locationName:"Location"},Invalidation:{shape:"S2z"}},payload:"Invalidation"}},CreatePublicKey:{http:{requestUri:"/2017-10-30/public-key",responseCode:201},input:{type:"structure",required:["PublicKeyConfig"],members:{PublicKeyConfig:{shape:"S31",locationName:"PublicKeyConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}},payload:"PublicKeyConfig"},output:{type:"structure",members:{PublicKey:{shape:"S33"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"PublicKey"}},CreateStreamingDistribution:{http:{requestUri:"/2017-10-30/streaming-distribution",responseCode:201},input:{type:"structure",required:["StreamingDistributionConfig"],members:{StreamingDistributionConfig:{shape:"S35",locationName:"StreamingDistributionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}},payload:"StreamingDistributionConfig"},output:{type:"structure",members:{StreamingDistribution:{shape:"S39"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistribution"}},CreateStreamingDistributionWithTags:{http:{requestUri:"/2017-10-30/streaming-distribution?WithTags",responseCode:201},input:{type:"structure",required:["StreamingDistributionConfigWithTags"],members:{StreamingDistributionConfigWithTags:{locationName:"StreamingDistributionConfigWithTags",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"},type:"structure",required:["StreamingDistributionConfig","Tags"],members:{StreamingDistributionConfig:{shape:"S35"},Tags:{shape:"S22"}}}},payload:"StreamingDistributionConfigWithTags"},output:{type:"structure",members:{StreamingDistribution:{shape:"S39"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistribution"}},DeleteCloudFrontOriginAccessIdentity:{http:{method:"DELETE",requestUri:"/2017-10-30/origin-access-identity/cloudfront/{Id}",responseCode:204},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}}}},DeleteDistribution:{http:{method:"DELETE",requestUri:"/2017-10-30/distribution/{Id}",responseCode:204},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}}}},DeleteFieldLevelEncryptionConfig:{http:{method:"DELETE",requestUri:"/2017-10-30/field-level-encryption/{Id}",responseCode:204},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}}}},DeleteFieldLevelEncryptionProfile:{http:{method:"DELETE",requestUri:"/2017-10-30/field-level-encryption-profile/{Id}",responseCode:204},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}}}},DeletePublicKey:{http:{method:"DELETE",requestUri:"/2017-10-30/public-key/{Id}",responseCode:204},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}}}},DeleteStreamingDistribution:{http:{method:"DELETE",requestUri:"/2017-10-30/streaming-distribution/{Id}",responseCode:204},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}}}},GetCloudFrontOriginAccessIdentity:{http:{method:"GET",requestUri:"/2017-10-30/origin-access-identity/cloudfront/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{CloudFrontOriginAccessIdentity:{shape:"S5"},ETag:{location:"header",locationName:"ETag"}},payload:"CloudFrontOriginAccessIdentity"}},GetCloudFrontOriginAccessIdentityConfig:{http:{method:"GET",requestUri:"/2017-10-30/origin-access-identity/cloudfront/{Id}/config"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{CloudFrontOriginAccessIdentityConfig:{shape:"S2"},ETag:{location:"header",locationName:"ETag"}},payload:"CloudFrontOriginAccessIdentityConfig"}},GetDistribution:{http:{method:"GET",requestUri:"/2017-10-30/distribution/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{Distribution:{shape:"S1t"},ETag:{location:"header",locationName:"ETag"}},payload:"Distribution"}},GetDistributionConfig:{http:{method:"GET",requestUri:"/2017-10-30/distribution/{Id}/config"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{DistributionConfig:{shape:"S7"},ETag:{location:"header",locationName:"ETag"}},payload:"DistributionConfig"}},GetFieldLevelEncryption:{http:{method:"GET",requestUri:"/2017-10-30/field-level-encryption/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{FieldLevelEncryption:{shape:"S2k"},ETag:{location:"header",locationName:"ETag"}},payload:"FieldLevelEncryption"}},GetFieldLevelEncryptionConfig:{http:{method:"GET",requestUri:"/2017-10-30/field-level-encryption/{Id}/config"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{FieldLevelEncryptionConfig:{shape:"S29"},ETag:{location:"header",locationName:"ETag"}},payload:"FieldLevelEncryptionConfig"}},GetFieldLevelEncryptionProfile:{http:{method:"GET",requestUri:"/2017-10-30/field-level-encryption-profile/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{FieldLevelEncryptionProfile:{shape:"S2t"},ETag:{location:"header",locationName:"ETag"}},payload:"FieldLevelEncryptionProfile"}},GetFieldLevelEncryptionProfileConfig:{http:{method:"GET",requestUri:"/2017-10-30/field-level-encryption-profile/{Id}/config"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{FieldLevelEncryptionProfileConfig:{shape:"S2m"},ETag:{location:"header",locationName:"ETag"}},payload:"FieldLevelEncryptionProfileConfig"}},GetInvalidation:{http:{method:"GET",requestUri:"/2017-10-30/distribution/{DistributionId}/invalidation/{Id}"},input:{type:"structure",required:["DistributionId","Id"],members:{DistributionId:{location:"uri",locationName:"DistributionId"},Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{Invalidation:{shape:"S2z"}},payload:"Invalidation"}},GetPublicKey:{http:{method:"GET",requestUri:"/2017-10-30/public-key/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{PublicKey:{shape:"S33"},ETag:{location:"header",locationName:"ETag"}},payload:"PublicKey"}},GetPublicKeyConfig:{http:{method:"GET",requestUri:"/2017-10-30/public-key/{Id}/config"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{PublicKeyConfig:{shape:"S31"},ETag:{location:"header",locationName:"ETag"}},payload:"PublicKeyConfig"}},GetStreamingDistribution:{http:{method:"GET",requestUri:"/2017-10-30/streaming-distribution/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{StreamingDistribution:{shape:"S39"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistribution"}},GetStreamingDistributionConfig:{http:{method:"GET",requestUri:"/2017-10-30/streaming-distribution/{Id}/config"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{StreamingDistributionConfig:{shape:"S35"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistributionConfig"}},ListCloudFrontOriginAccessIdentities:{http:{method:"GET",requestUri:"/2017-10-30/origin-access-identity/cloudfront"},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{CloudFrontOriginAccessIdentityList:{type:"structure",required:["Marker","MaxItems","IsTruncated","Quantity"],members:{Marker:{},NextMarker:{},MaxItems:{type:"integer"},IsTruncated:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"CloudFrontOriginAccessIdentitySummary",type:"structure",required:["Id","S3CanonicalUserId","Comment"],members:{Id:{},S3CanonicalUserId:{},Comment:{}}}}}}},payload:"CloudFrontOriginAccessIdentityList"}},ListDistributions:{http:{method:"GET",requestUri:"/2017-10-30/distribution"},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{DistributionList:{shape:"S4g"}},payload:"DistributionList"}},ListDistributionsByWebACLId:{http:{method:"GET",requestUri:"/2017-10-30/distributionsByWebACLId/{WebACLId}"},input:{type:"structure",required:["WebACLId"],members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"},WebACLId:{location:"uri",locationName:"WebACLId"}}},output:{type:"structure",members:{DistributionList:{shape:"S4g"}},payload:"DistributionList"}},ListFieldLevelEncryptionConfigs:{http:{method:"GET",requestUri:"/2017-10-30/field-level-encryption"},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{FieldLevelEncryptionList:{type:"structure",required:["MaxItems","Quantity"],members:{NextMarker:{},MaxItems:{type:"integer"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"FieldLevelEncryptionSummary",type:"structure",required:["Id","LastModifiedTime"],members:{Id:{},LastModifiedTime:{type:"timestamp"},Comment:{},QueryArgProfileConfig:{shape:"S2a"},ContentTypeProfileConfig:{shape:"S2e"}}}}}}},payload:"FieldLevelEncryptionList"}},ListFieldLevelEncryptionProfiles:{http:{method:"GET",requestUri:"/2017-10-30/field-level-encryption-profile"},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{FieldLevelEncryptionProfileList:{type:"structure",required:["MaxItems","Quantity"],members:{NextMarker:{},MaxItems:{type:"integer"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"FieldLevelEncryptionProfileSummary",type:"structure",required:["Id","LastModifiedTime","Name","EncryptionEntities"],members:{Id:{},LastModifiedTime:{type:"timestamp"},Name:{},EncryptionEntities:{shape:"S2n"},Comment:{}}}}}}},payload:"FieldLevelEncryptionProfileList"}},ListInvalidations:{http:{method:"GET",requestUri:"/2017-10-30/distribution/{DistributionId}/invalidation"},input:{type:"structure",required:["DistributionId"],members:{DistributionId:{location:"uri",locationName:"DistributionId"},Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{InvalidationList:{type:"structure",required:["Marker","MaxItems","IsTruncated","Quantity"],members:{Marker:{},NextMarker:{},MaxItems:{type:"integer"},IsTruncated:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"InvalidationSummary",type:"structure",required:["Id","CreateTime","Status"],members:{Id:{},CreateTime:{type:"timestamp"},Status:{}}}}}}},payload:"InvalidationList"}},ListPublicKeys:{http:{method:"GET",requestUri:"/2017-10-30/public-key"},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{PublicKeyList:{type:"structure",required:["MaxItems","Quantity"],members:{NextMarker:{},MaxItems:{type:"integer"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"PublicKeySummary",type:"structure",required:["Id","Name","CreatedTime","EncodedKey"],members:{Id:{},Name:{},CreatedTime:{type:"timestamp"},EncodedKey:{},Comment:{}}}}}}},payload:"PublicKeyList"}},ListStreamingDistributions:{http:{method:"GET",requestUri:"/2017-10-30/streaming-distribution"},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{StreamingDistributionList:{type:"structure",required:["Marker","MaxItems","IsTruncated","Quantity"],members:{Marker:{},NextMarker:{},MaxItems:{type:"integer"},IsTruncated:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"StreamingDistributionSummary",type:"structure",required:["Id","ARN","Status","LastModifiedTime","DomainName","S3Origin","Aliases","TrustedSigners","Comment","PriceClass","Enabled"],members:{Id:{},ARN:{},Status:{},LastModifiedTime:{type:"timestamp"},DomainName:{},S3Origin:{shape:"S36"},Aliases:{shape:"S8"},TrustedSigners:{shape:"Sy"},Comment:{},PriceClass:{},Enabled:{type:"boolean"}}}}}}},payload:"StreamingDistributionList"}},ListTagsForResource:{http:{method:"GET",requestUri:"/2017-10-30/tagging"},input:{type:"structure",required:["Resource"],members:{Resource:{location:"querystring",locationName:"Resource"}}},output:{type:"structure",required:["Tags"],members:{Tags:{shape:"S22"}},payload:"Tags"}},TagResource:{http:{requestUri:"/2017-10-30/tagging?Operation=Tag",responseCode:204},input:{type:"structure",required:["Resource","Tags"],members:{Resource:{location:"querystring",locationName:"Resource"},Tags:{shape:"S22",locationName:"Tags",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}},payload:"Tags"}},UntagResource:{http:{requestUri:"/2017-10-30/tagging?Operation=Untag",responseCode:204},input:{type:"structure",required:["Resource","TagKeys"],members:{Resource:{location:"querystring",locationName:"Resource"},TagKeys:{locationName:"TagKeys",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"},type:"structure",members:{Items:{type:"list",member:{locationName:"Key"}}}}},payload:"TagKeys"}},UpdateCloudFrontOriginAccessIdentity:{http:{method:"PUT",requestUri:"/2017-10-30/origin-access-identity/cloudfront/{Id}/config"},input:{type:"structure",required:["CloudFrontOriginAccessIdentityConfig","Id"],members:{CloudFrontOriginAccessIdentityConfig:{shape:"S2",locationName:"CloudFrontOriginAccessIdentityConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}},Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}},payload:"CloudFrontOriginAccessIdentityConfig"},output:{type:"structure",members:{CloudFrontOriginAccessIdentity:{shape:"S5"},ETag:{location:"header",locationName:"ETag"}},payload:"CloudFrontOriginAccessIdentity"}},UpdateDistribution:{http:{method:"PUT",requestUri:"/2017-10-30/distribution/{Id}/config"},input:{type:"structure",required:["DistributionConfig","Id"],members:{DistributionConfig:{shape:"S7",locationName:"DistributionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}},Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}},payload:"DistributionConfig"},output:{type:"structure",members:{Distribution:{shape:"S1t"},ETag:{location:"header",locationName:"ETag"}},payload:"Distribution"}},UpdateFieldLevelEncryptionConfig:{http:{method:"PUT",requestUri:"/2017-10-30/field-level-encryption/{Id}/config"},input:{type:"structure",required:["FieldLevelEncryptionConfig","Id"],members:{FieldLevelEncryptionConfig:{shape:"S29",locationName:"FieldLevelEncryptionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}},Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}},payload:"FieldLevelEncryptionConfig"},output:{type:"structure",members:{FieldLevelEncryption:{shape:"S2k"},ETag:{location:"header",locationName:"ETag"}},payload:"FieldLevelEncryption"}},UpdateFieldLevelEncryptionProfile:{http:{method:"PUT",requestUri:"/2017-10-30/field-level-encryption-profile/{Id}/config"},input:{type:"structure",required:["FieldLevelEncryptionProfileConfig","Id"],members:{FieldLevelEncryptionProfileConfig:{shape:"S2m",locationName:"FieldLevelEncryptionProfileConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}},Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}},payload:"FieldLevelEncryptionProfileConfig"},output:{type:"structure",members:{FieldLevelEncryptionProfile:{shape:"S2t"},ETag:{location:"header",locationName:"ETag"}},payload:"FieldLevelEncryptionProfile"}},UpdatePublicKey:{http:{method:"PUT",requestUri:"/2017-10-30/public-key/{Id}/config"},input:{type:"structure",required:["PublicKeyConfig","Id"],members:{PublicKeyConfig:{shape:"S31",locationName:"PublicKeyConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}},Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}},payload:"PublicKeyConfig"},output:{type:"structure",members:{PublicKey:{shape:"S33"},ETag:{location:"header",locationName:"ETag"}},payload:"PublicKey"}},UpdateStreamingDistribution:{http:{method:"PUT",requestUri:"/2017-10-30/streaming-distribution/{Id}/config"},input:{type:"structure",required:["StreamingDistributionConfig","Id"],members:{StreamingDistributionConfig:{shape:"S35",locationName:"StreamingDistributionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-10-30/"}},Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}},payload:"StreamingDistributionConfig"},output:{type:"structure",members:{StreamingDistribution:{shape:"S39"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistribution"}}},shapes:{S2:{type:"structure",required:["CallerReference","Comment"],members:{CallerReference:{},Comment:{}}},S5:{type:"structure",required:["Id","S3CanonicalUserId"],members:{Id:{},S3CanonicalUserId:{},CloudFrontOriginAccessIdentityConfig:{shape:"S2"}}},S7:{type:"structure",required:["CallerReference","Origins","DefaultCacheBehavior","Comment","Enabled"],members:{CallerReference:{},Aliases:{shape:"S8"},DefaultRootObject:{},Origins:{shape:"Sb"},DefaultCacheBehavior:{shape:"Sn"},CacheBehaviors:{shape:"S1b"},CustomErrorResponses:{shape:"S1e"},Comment:{},Logging:{type:"structure",required:["Enabled","IncludeCookies","Bucket","Prefix"],members:{Enabled:{type:"boolean"},IncludeCookies:{type:"boolean"},Bucket:{},Prefix:{}}},PriceClass:{},Enabled:{type:"boolean"},ViewerCertificate:{shape:"S1j"},Restrictions:{shape:"S1n"},WebACLId:{},HttpVersion:{},IsIPV6Enabled:{type:"boolean"}}},S8:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"CNAME"}}}},Sb:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Origin",type:"structure",required:["Id","DomainName"],members:{Id:{},DomainName:{},OriginPath:{},CustomHeaders:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"OriginCustomHeader",type:"structure",required:["HeaderName","HeaderValue"],members:{HeaderName:{},HeaderValue:{}}}}}},S3OriginConfig:{type:"structure",required:["OriginAccessIdentity"],members:{OriginAccessIdentity:{}}},CustomOriginConfig:{type:"structure",required:["HTTPPort","HTTPSPort","OriginProtocolPolicy"],members:{HTTPPort:{type:"integer"},HTTPSPort:{type:"integer"},OriginProtocolPolicy:{},OriginSslProtocols:{type:"structure",required:["Quantity","Items"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"SslProtocol"}}}},OriginReadTimeout:{type:"integer"},OriginKeepaliveTimeout:{type:"integer"}}}}}}}},Sn:{type:"structure",required:["TargetOriginId","ForwardedValues","TrustedSigners","ViewerProtocolPolicy","MinTTL"],members:{TargetOriginId:{},ForwardedValues:{shape:"So"},TrustedSigners:{shape:"Sy"},ViewerProtocolPolicy:{},MinTTL:{type:"long"},AllowedMethods:{shape:"S12"},SmoothStreaming:{type:"boolean"},DefaultTTL:{type:"long"},MaxTTL:{type:"long"},Compress:{type:"boolean"},LambdaFunctionAssociations:{shape:"S16"},FieldLevelEncryptionId:{}}},So:{type:"structure",required:["QueryString","Cookies"],members:{QueryString:{type:"boolean"},Cookies:{type:"structure",required:["Forward"],members:{Forward:{},WhitelistedNames:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Name"}}}}}},Headers:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Name"}}}},QueryStringCacheKeys:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Name"}}}}}},Sy:{type:"structure",required:["Enabled","Quantity"],members:{Enabled:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"AwsAccountNumber"}}}},S12:{type:"structure",required:["Quantity","Items"],members:{Quantity:{type:"integer"},Items:{shape:"S13"},CachedMethods:{type:"structure",required:["Quantity","Items"],members:{Quantity:{type:"integer"},Items:{shape:"S13"}}}}},S13:{type:"list",member:{locationName:"Method"}},S16:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"LambdaFunctionAssociation",type:"structure",required:["LambdaFunctionARN","EventType"],members:{LambdaFunctionARN:{},EventType:{}}}}}},S1b:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"CacheBehavior",type:"structure",required:["PathPattern","TargetOriginId","ForwardedValues","TrustedSigners","ViewerProtocolPolicy","MinTTL"],members:{PathPattern:{},TargetOriginId:{},ForwardedValues:{shape:"So"},TrustedSigners:{shape:"Sy"},ViewerProtocolPolicy:{},MinTTL:{type:"long"},AllowedMethods:{shape:"S12"},SmoothStreaming:{type:"boolean"},DefaultTTL:{type:"long"},MaxTTL:{type:"long"},Compress:{type:"boolean"},LambdaFunctionAssociations:{shape:"S16"},FieldLevelEncryptionId:{}}}}}},S1e:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"CustomErrorResponse",type:"structure",required:["ErrorCode"],members:{ErrorCode:{type:"integer"},ResponsePagePath:{},ResponseCode:{},ErrorCachingMinTTL:{type:"long"}}}}}},S1j:{type:"structure",members:{CloudFrontDefaultCertificate:{type:"boolean"},IAMCertificateId:{},ACMCertificateArn:{},SSLSupportMethod:{},MinimumProtocolVersion:{},Certificate:{deprecated:!0},CertificateSource:{deprecated:!0}}},S1n:{type:"structure",required:["GeoRestriction"],members:{GeoRestriction:{type:"structure",required:["RestrictionType","Quantity"],members:{RestrictionType:{},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Location"}}}}}},S1t:{type:"structure",required:["Id","ARN","Status","LastModifiedTime","InProgressInvalidationBatches","DomainName","ActiveTrustedSigners","DistributionConfig"],members:{Id:{},ARN:{},Status:{},LastModifiedTime:{type:"timestamp"},InProgressInvalidationBatches:{type:"integer"},DomainName:{},ActiveTrustedSigners:{shape:"S1v"},DistributionConfig:{shape:"S7"}}},S1v:{type:"structure",required:["Enabled","Quantity"],members:{Enabled:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Signer",type:"structure",members:{AwsAccountNumber:{},KeyPairIds:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"KeyPairId"}}}}}}}}},S22:{type:"structure",members:{Items:{type:"list",member:{locationName:"Tag",type:"structure",required:["Key"],members:{Key:{},Value:{}}}}}},S29:{type:"structure",required:["CallerReference"],members:{CallerReference:{},Comment:{},QueryArgProfileConfig:{shape:"S2a"},ContentTypeProfileConfig:{shape:"S2e"}}},S2a:{type:"structure",required:["ForwardWhenQueryArgProfileIsUnknown"],members:{ForwardWhenQueryArgProfileIsUnknown:{type:"boolean"},QueryArgProfiles:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"QueryArgProfile",type:"structure",required:["QueryArg","ProfileId"],members:{QueryArg:{},ProfileId:{}}}}}}}},S2e:{type:"structure",required:["ForwardWhenContentTypeIsUnknown"],members:{ForwardWhenContentTypeIsUnknown:{type:"boolean"},ContentTypeProfiles:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"ContentTypeProfile",type:"structure",required:["Format","ContentType"],members:{Format:{},ProfileId:{},ContentType:{}}}}}}}},S2k:{type:"structure",required:["Id","LastModifiedTime","FieldLevelEncryptionConfig"],members:{Id:{},LastModifiedTime:{type:"timestamp"},FieldLevelEncryptionConfig:{shape:"S29"}}},S2m:{type:"structure",required:["Name","CallerReference","EncryptionEntities"],members:{Name:{},CallerReference:{},Comment:{},EncryptionEntities:{shape:"S2n"}}},S2n:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"EncryptionEntity",type:"structure",required:["PublicKeyId","ProviderId","FieldPatterns"],members:{PublicKeyId:{},ProviderId:{},FieldPatterns:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"FieldPattern"}}}}}}}}},S2t:{type:"structure",required:["Id","LastModifiedTime","FieldLevelEncryptionProfileConfig"],members:{Id:{},LastModifiedTime:{type:"timestamp"},FieldLevelEncryptionProfileConfig:{shape:"S2m"}}},S2v:{type:"structure",required:["Paths","CallerReference"],members:{Paths:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Path"}}}},CallerReference:{}}},S2z:{type:"structure",required:["Id","Status","CreateTime","InvalidationBatch"],members:{Id:{},Status:{},CreateTime:{type:"timestamp"},InvalidationBatch:{shape:"S2v"}}},S31:{type:"structure",required:["CallerReference","Name","EncodedKey"],members:{CallerReference:{},Name:{},EncodedKey:{},Comment:{}}},S33:{type:"structure",required:["Id","CreatedTime","PublicKeyConfig"],members:{Id:{},CreatedTime:{type:"timestamp"},PublicKeyConfig:{shape:"S31"}}},S35:{type:"structure",required:["CallerReference","S3Origin","Comment","TrustedSigners","Enabled"],members:{CallerReference:{},S3Origin:{shape:"S36"},Aliases:{shape:"S8"},Comment:{},Logging:{type:"structure",required:["Enabled","Bucket","Prefix"],members:{Enabled:{type:"boolean"},Bucket:{},Prefix:{}}},TrustedSigners:{shape:"Sy"},PriceClass:{},Enabled:{type:"boolean"}}},S36:{type:"structure",required:["DomainName","OriginAccessIdentity"],members:{DomainName:{},OriginAccessIdentity:{}}},S39:{type:"structure",required:["Id","ARN","Status","DomainName","ActiveTrustedSigners","StreamingDistributionConfig"],members:{Id:{},ARN:{},Status:{},LastModifiedTime:{type:"timestamp"},DomainName:{},ActiveTrustedSigners:{shape:"S1v"},StreamingDistributionConfig:{shape:"S35"}}},S4g:{type:"structure",required:["Marker","MaxItems","IsTruncated","Quantity"],members:{Marker:{},NextMarker:{},MaxItems:{type:"integer"},IsTruncated:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"DistributionSummary",type:"structure",required:["Id","ARN","Status","LastModifiedTime","DomainName","Aliases","Origins","DefaultCacheBehavior","CacheBehaviors","CustomErrorResponses","Comment","PriceClass","Enabled","ViewerCertificate","Restrictions","WebACLId","HttpVersion","IsIPV6Enabled"],members:{Id:{},ARN:{},Status:{},LastModifiedTime:{type:"timestamp"},DomainName:{},Aliases:{shape:"S8"},Origins:{shape:"Sb"},DefaultCacheBehavior:{shape:"Sn"},CacheBehaviors:{shape:"S1b"},CustomErrorResponses:{shape:"S1e"},Comment:{},PriceClass:{},Enabled:{type:"boolean"},ViewerCertificate:{shape:"S1j"},Restrictions:{shape:"S1n"},WebACLId:{},HttpVersion:{},IsIPV6Enabled:{type:"boolean"}}}}}}}}},HT6E:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("r0XH"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.validate=function(e){return o.number(e)},e.decorators=[{type:n.Directive,args:[{selector:"[number][formControlName],[number][formControl],[number][ngModel]",providers:[a]}]}],e}();t.NumberValidator=s},HTZa:function(e){e.exports={version:2,waiters:{ClusterAvailable:{delay:60,operation:"DescribeClusters",maxAttempts:30,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"Clusters[].ClusterStatus"},{expected:"deleting",matcher:"pathAny",state:"failure",argument:"Clusters[].ClusterStatus"},{expected:"ClusterNotFound",matcher:"error",state:"retry"}]},ClusterDeleted:{delay:60,operation:"DescribeClusters",maxAttempts:30,acceptors:[{expected:"ClusterNotFound",matcher:"error",state:"success"},{expected:"creating",matcher:"pathAny",state:"failure",argument:"Clusters[].ClusterStatus"},{expected:"modifying",matcher:"pathAny",state:"failure",argument:"Clusters[].ClusterStatus"}]},ClusterRestored:{operation:"DescribeClusters",maxAttempts:30,delay:60,acceptors:[{state:"success",matcher:"pathAll",argument:"Clusters[].RestoreStatus.Status",expected:"completed"},{state:"failure",matcher:"pathAny",argument:"Clusters[].ClusterStatus",expected:"deleting"}]},SnapshotAvailable:{delay:15,operation:"DescribeClusterSnapshots",maxAttempts:20,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"Snapshots[].Status"},{expected:"failed",matcher:"pathAny",state:"failure",argument:"Snapshots[].Status"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"Snapshots[].Status"}]}}}},HatN:function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("Lh+v")),n(r("inIq"))},HhuR:function(e){e.exports={metadata:{apiVersion:"2014-11-11",endpointPrefix:"lambda",serviceFullName:"AWS Lambda",serviceId:"Lambda",signatureVersion:"v4",protocol:"rest-json"},operations:{AddEventSource:{http:{requestUri:"/2014-11-13/event-source-mappings/"},input:{type:"structure",required:["EventSource","FunctionName","Role"],members:{EventSource:{},FunctionName:{},Role:{},BatchSize:{type:"integer"},Parameters:{shape:"S6"}}},output:{shape:"S7"}},DeleteFunction:{http:{method:"DELETE",requestUri:"/2014-11-13/functions/{FunctionName}",responseCode:204},input:{type:"structure",required:["FunctionName"],members:{FunctionName:{location:"uri",locationName:"FunctionName"}}}},GetEventSource:{http:{method:"GET",requestUri:"/2014-11-13/event-source-mappings/{UUID}",responseCode:200},input:{type:"structure",required:["UUID"],members:{UUID:{location:"uri",locationName:"UUID"}}},output:{shape:"S7"}},GetFunction:{http:{method:"GET",requestUri:"/2014-11-13/functions/{FunctionName}",responseCode:200},input:{type:"structure",required:["FunctionName"],members:{FunctionName:{location:"uri",locationName:"FunctionName"}}},output:{type:"structure",members:{Configuration:{shape:"Se"},Code:{type:"structure",members:{RepositoryType:{},Location:{}}}}}},GetFunctionConfiguration:{http:{method:"GET",requestUri:"/2014-11-13/functions/{FunctionName}/configuration",responseCode:200},input:{type:"structure",required:["FunctionName"],members:{FunctionName:{location:"uri",locationName:"FunctionName"}}},output:{shape:"Se"}},InvokeAsync:{http:{requestUri:"/2014-11-13/functions/{FunctionName}/invoke-async/",responseCode:202},input:{type:"structure",required:["FunctionName","InvokeArgs"],members:{FunctionName:{location:"uri",locationName:"FunctionName"},InvokeArgs:{shape:"Sq"}},payload:"InvokeArgs"},output:{type:"structure",members:{Status:{location:"statusCode",type:"integer"}}}},ListEventSources:{http:{method:"GET",requestUri:"/2014-11-13/event-source-mappings/",responseCode:200},input:{type:"structure",members:{EventSourceArn:{location:"querystring",locationName:"EventSource"},FunctionName:{location:"querystring",locationName:"FunctionName"},Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems",type:"integer"}}},output:{type:"structure",members:{NextMarker:{},EventSources:{type:"list",member:{shape:"S7"}}}}},ListFunctions:{http:{method:"GET",requestUri:"/2014-11-13/functions/",responseCode:200},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems",type:"integer"}}},output:{type:"structure",members:{NextMarker:{},Functions:{type:"list",member:{shape:"Se"}}}}},RemoveEventSource:{http:{method:"DELETE",requestUri:"/2014-11-13/event-source-mappings/{UUID}",responseCode:204},input:{type:"structure",required:["UUID"],members:{UUID:{location:"uri",locationName:"UUID"}}}},UpdateFunctionConfiguration:{http:{method:"PUT",requestUri:"/2014-11-13/functions/{FunctionName}/configuration",responseCode:200},input:{type:"structure",required:["FunctionName"],members:{FunctionName:{location:"uri",locationName:"FunctionName"},Role:{location:"querystring",locationName:"Role"},Handler:{location:"querystring",locationName:"Handler"},Description:{location:"querystring",locationName:"Description"},Timeout:{location:"querystring",locationName:"Timeout",type:"integer"},MemorySize:{location:"querystring",locationName:"MemorySize",type:"integer"}}},output:{shape:"Se"}},UploadFunction:{http:{method:"PUT",requestUri:"/2014-11-13/functions/{FunctionName}",responseCode:201},input:{type:"structure",required:["FunctionName","FunctionZip","Runtime","Role","Handler","Mode"],members:{FunctionName:{location:"uri",locationName:"FunctionName"},FunctionZip:{shape:"Sq"},Runtime:{location:"querystring",locationName:"Runtime"},Role:{location:"querystring",locationName:"Role"},Handler:{location:"querystring",locationName:"Handler"},Mode:{location:"querystring",locationName:"Mode"},Description:{location:"querystring",locationName:"Description"},Timeout:{location:"querystring",locationName:"Timeout",type:"integer"},MemorySize:{location:"querystring",locationName:"MemorySize",type:"integer"}},payload:"FunctionZip"},output:{shape:"Se"}}},shapes:{S6:{type:"map",key:{},value:{}},S7:{type:"structure",members:{UUID:{},BatchSize:{type:"integer"},EventSource:{},FunctionName:{},Parameters:{shape:"S6"},Role:{},LastModified:{type:"timestamp"},IsActive:{type:"boolean"},Status:{}}},Se:{type:"structure",members:{FunctionName:{},FunctionARN:{},ConfigurationId:{},Runtime:{},Role:{},Handler:{},Mode:{},CodeSize:{type:"long"},Description:{},Timeout:{type:"integer"},MemorySize:{type:"integer"},LastModified:{type:"timestamp"}}},Sq:{type:"blob",streaming:!0}}}},Hsns:function(e,t,r){var n=r("93I4"),i=r("5T2Y").document,o=n(i)&&n(i.createElement);e.exports=function(e){return o?i.createElement(e):{}}},I5gj:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.kinesis={},n.Kinesis=i.defineService("kinesis",["2013-12-02"]),Object.defineProperty(o.services.kinesis,"2013-12-02",{get:function(){var e=r("MYFO");return e.paginators=r("hfGr").pagination,e.waiters=r("ibM8").waiters,e},enumerable:!0,configurable:!0}),e.exports=n.Kinesis},IEhp:function(e,t,r){var n=r("QsWE"),i=n.util,o=r("4LsJ").typeOf,a=r("A+Ki"),s=r("Krjk");function u(e,t){return t?new s(e):Number(e)}function l(e,t){var r={M:{}};for(var i in e){var o=n.DynamoDB.Converter.input(e[i],t);void 0!==o&&(r.M[i]=o)}return r}n.DynamoDB.Converter={input:function e(t,r){r=r||{};var i=o(t);return"Object"===i?l(t,r):"Array"===i?function(e,t){for(var r={L:[]},i=0;i0?t.substring(1):t},t.prototype.prepareExternalUrl=function(e){var t=l.joinWithSlash(this._baseHref,e);return t.length>0?"#"+t:t},t.prototype.pushState=function(e,t,r,n){var i=this.prepareExternalUrl(r+l.normalizeQueryParams(n));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.pushState(e,t,i)},t.prototype.replaceState=function(e,t,r,n){var i=this.prepareExternalUrl(r+l.normalizeQueryParams(n));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,i)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t}(s),m=function(e){function t(t,r){var n=e.call(this)||this;if(n._platformLocation=t,null==r&&(r=n._platformLocation.getBaseHrefFromDOM()),null==r)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");return n._baseHref=r,n}return Object(i.__extends)(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.prepareExternalUrl=function(e){return l.joinWithSlash(this._baseHref,e)},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.pathname+l.normalizeQueryParams(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?""+t+r:t},t.prototype.pushState=function(e,t,r,n){var i=this.prepareExternalUrl(r+l.normalizeQueryParams(n));this._platformLocation.pushState(e,t,i)},t.prototype.replaceState=function(e,t,r,n){var i=this.prepareExternalUrl(r+l.normalizeQueryParams(n));this._platformLocation.replaceState(e,t,i)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t}(s),d=void 0,h=["en",[["a","p"],["AM","PM"],d],[["AM","PM"],d,d],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],d,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],d,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",d,"{1} 'at' {0}",d],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"$","US Dollar",{},function(e){var t=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===r?1:5}],y={};function f(e,t,r){"string"!=typeof t&&(r=t,t=e[0]),t=t.toLowerCase().replace(/_/g,"-"),y[t]=e,r&&(y[t][19]=r)}var b={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,0],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"\u09f3"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"\u0440.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN\xa5","\xa5"],COP:[void 0,"$",0],CRC:[void 0,"\u20a1",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"K\u010d",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E\xa3"],ESP:[void 0,"\u20a7",0],EUR:["\u20ac"],FJD:[void 0,"$"],FKP:[void 0,"\xa3"],GBP:["\xa3"],GEL:[void 0,"\u20be"],GIP:[void 0,"\xa3"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",0],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",0],ILS:["\u20aa"],INR:["\u20b9"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["\xa5",void 0,0],KHR:[void 0,"\u17db"],KMF:[void 0,"CF",0],KPW:[void 0,"\u20a9",0],KRW:["\u20a9",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"\u20b8"],LAK:[void 0,"\u20ad",0],LBP:[void 0,"L\xa3",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"\u20ae",0],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",0],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"\u20a6"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"\u20b1"],PKR:[void 0,"Rs",0],PLN:[void 0,"z\u0142"],PYG:[void 0,"\u20b2",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"\u20bd"],RUR:[void 0,"\u0440."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"\xa3"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"\xa3"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"\xa3",0],THB:[void 0,"\u0e3f"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"\u20ba"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,0],UAH:[void 0,"\u20b4"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UZS:[void 0,void 0,0],VEF:[void 0,"Bs"],VND:["\u20ab",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]},g=function(e){return e[e.Decimal=0]="Decimal",e[e.Percent=1]="Percent",e[e.Currency=2]="Currency",e[e.Scientific=3]="Scientific",e}({}),v=function(e){return e[e.Zero=0]="Zero",e[e.One=1]="One",e[e.Two=2]="Two",e[e.Few=3]="Few",e[e.Many=4]="Many",e[e.Other=5]="Other",e}({}),S=function(e){return e[e.Format=0]="Format",e[e.Standalone=1]="Standalone",e}({}),I=function(e){return e[e.Narrow=0]="Narrow",e[e.Abbreviated=1]="Abbreviated",e[e.Wide=2]="Wide",e[e.Short=3]="Short",e}({}),N=function(e){return e[e.Short=0]="Short",e[e.Medium=1]="Medium",e[e.Long=2]="Long",e[e.Full=3]="Full",e}({}),C=function(e){return e[e.Decimal=0]="Decimal",e[e.Group=1]="Group",e[e.List=2]="List",e[e.PercentSign=3]="PercentSign",e[e.PlusSign=4]="PlusSign",e[e.MinusSign=5]="MinusSign",e[e.Exponential=6]="Exponential",e[e.SuperscriptingExponent=7]="SuperscriptingExponent",e[e.PerMille=8]="PerMille",e[e[1/0]=9]="Infinity",e[e.NaN=10]="NaN",e[e.TimeSeparator=11]="TimeSeparator",e[e.CurrencyDecimal=12]="CurrencyDecimal",e[e.CurrencyGroup=13]="CurrencyGroup",e}({}),_=function(e){return e[e.Sunday=0]="Sunday",e[e.Monday=1]="Monday",e[e.Tuesday=2]="Tuesday",e[e.Wednesday=3]="Wednesday",e[e.Thursday=4]="Thursday",e[e.Friday=5]="Friday",e[e.Saturday=6]="Saturday",e}({});function D(e){return W(e)[0]}function T(e,t,r){var n=W(e);return j(j([n[1],n[2]],t),r)}function k(e,t,r){var n=W(e);return j(j([n[3],n[4]],t),r)}function A(e,t,r){var n=W(e);return j(j([n[5],n[6]],t),r)}function R(e,t){return j(W(e)[7],t)}function x(e){return W(e)[8]}function w(e){return W(e)[9]}function E(e,t){return j(W(e)[10],t)}function P(e,t){return j(W(e)[11],t)}function M(e,t){return j(W(e)[12],t)}function q(e,t){var r=W(e),n=r[13][t];if(void 0===n){if(t===C.CurrencyDecimal)return r[13][C.Decimal];if(t===C.CurrencyGroup)return r[13][C.Group]}return n}function O(e,t){return W(e)[14][t]}function L(e){return W(e)[15]||null}function B(e){return W(e)[16]||null}function F(e){return W(e)[18]}function G(e){if(!e[19])throw new Error('Missing extra locale data for the locale "'+e[0]+'". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.')}function V(e){var t=W(e);return G(t),(t[19][2]||[]).map(function(e){return"string"==typeof e?$(e):[$(e[0]),$(e[1])]})}function U(e,t,r){var n=W(e);return G(n),j(j([n[19][0],n[19][1]],t)||[],r)||[]}function j(e,t){for(var r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function $(e){var t=Object(i.__read)(e.split(":"),2);return{hours:+t[0],minutes:+t[1]}}function W(e){var t=e.toLowerCase().replace(/_/g,"-"),r=y[t];if(r)return r;var n=t.split("-")[0];if(r=y[n])return r;if("en"===n)return h;throw new Error('Missing locale data for the locale "'+e+'".')}function z(e,t,r){void 0===r&&(r="en");var n=function(e){return W(e)[17]}(r)[e]||b[e]||[],i=n[1];return"narrow"===t&&"string"==typeof i?i:n[0]||e}var H=2;function K(e){var t,r=b[e];return r&&(t=r[2]),"number"==typeof t?t:H}var Q=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Y={},Z=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/,X=function(e){return e[e.Short=0]="Short",e[e.ShortGMT=1]="ShortGMT",e[e.Long=2]="Long",e[e.Extended=3]="Extended",e}({}),J=function(e){return e[e.FullYear=0]="FullYear",e[e.Month=1]="Month",e[e.Date=2]="Date",e[e.Hours=3]="Hours",e[e.Minutes=4]="Minutes",e[e.Seconds=5]="Seconds",e[e.FractionalSeconds=6]="FractionalSeconds",e[e.Day=7]="Day",e}({}),ee=function(e){return e[e.DayPeriods=0]="DayPeriods",e[e.Days=1]="Days",e[e.Months=2]="Months",e[e.Eras=3]="Eras",e}({});function te(e,t,r,n){var o=function(e){if(de(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();var t,r=parseFloat(e);if(!isNaN(e-r))return new Date(r);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){var n=Object(i.__read)(e.split("-").map(function(e){return+e}),3);return new Date(n[0],n[1]-1,n[2])}if(t=e.match(Q))return me(t)}var o=new Date(e);if(!de(o))throw new Error('Unable to convert "'+e+'" into a date');return o}(e);t=function e(t,r){var n=D(t);if(Y[n]=Y[n]||{},Y[n][r])return Y[n][r];var i="";switch(r){case"shortDate":i=E(t,N.Short);break;case"mediumDate":i=E(t,N.Medium);break;case"longDate":i=E(t,N.Long);break;case"fullDate":i=E(t,N.Full);break;case"shortTime":i=P(t,N.Short);break;case"mediumTime":i=P(t,N.Medium);break;case"longTime":i=P(t,N.Long);break;case"fullTime":i=P(t,N.Full);break;case"short":var o=e(t,"shortTime"),a=e(t,"shortDate");i=re(M(t,N.Short),[o,a]);break;case"medium":var s=e(t,"mediumTime"),u=e(t,"mediumDate");i=re(M(t,N.Medium),[s,u]);break;case"long":var l=e(t,"longTime"),c=e(t,"longDate");i=re(M(t,N.Long),[l,c]);break;case"full":var p=e(t,"fullTime"),m=e(t,"fullDate");i=re(M(t,N.Full),[p,m])}return i&&(Y[n][r]=i),i}(r,t)||t;for(var a,s=[];t;){if(!(a=Z.exec(t))){s.push(t);break}var u=(s=s.concat(a.slice(1))).pop();if(!u)break;t=u}var l=o.getTimezoneOffset();n&&(l=pe(n,l),o=function(e,t,r){var n=e.getTimezoneOffset();return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,-1*(pe(t,n)-n))}(o,n));var c="";return s.forEach(function(e){var t=function(e){if(ce[e])return ce[e];var t;switch(e){case"G":case"GG":case"GGG":t=oe(ee.Eras,I.Abbreviated);break;case"GGGG":t=oe(ee.Eras,I.Wide);break;case"GGGGG":t=oe(ee.Eras,I.Narrow);break;case"y":t=ie(J.FullYear,1,0,!1,!0);break;case"yy":t=ie(J.FullYear,2,0,!0,!0);break;case"yyy":t=ie(J.FullYear,3,0,!1,!0);break;case"yyyy":t=ie(J.FullYear,4,0,!1,!0);break;case"M":case"L":t=ie(J.Month,1,1);break;case"MM":case"LL":t=ie(J.Month,2,1);break;case"MMM":t=oe(ee.Months,I.Abbreviated);break;case"MMMM":t=oe(ee.Months,I.Wide);break;case"MMMMM":t=oe(ee.Months,I.Narrow);break;case"LLL":t=oe(ee.Months,I.Abbreviated,S.Standalone);break;case"LLLL":t=oe(ee.Months,I.Wide,S.Standalone);break;case"LLLLL":t=oe(ee.Months,I.Narrow,S.Standalone);break;case"w":t=le(1);break;case"ww":t=le(2);break;case"W":t=le(1,!0);break;case"d":t=ie(J.Date,1);break;case"dd":t=ie(J.Date,2);break;case"E":case"EE":case"EEE":t=oe(ee.Days,I.Abbreviated);break;case"EEEE":t=oe(ee.Days,I.Wide);break;case"EEEEE":t=oe(ee.Days,I.Narrow);break;case"EEEEEE":t=oe(ee.Days,I.Short);break;case"a":case"aa":case"aaa":t=oe(ee.DayPeriods,I.Abbreviated);break;case"aaaa":t=oe(ee.DayPeriods,I.Wide);break;case"aaaaa":t=oe(ee.DayPeriods,I.Narrow);break;case"b":case"bb":case"bbb":t=oe(ee.DayPeriods,I.Abbreviated,S.Standalone,!0);break;case"bbbb":t=oe(ee.DayPeriods,I.Wide,S.Standalone,!0);break;case"bbbbb":t=oe(ee.DayPeriods,I.Narrow,S.Standalone,!0);break;case"B":case"BB":case"BBB":t=oe(ee.DayPeriods,I.Abbreviated,S.Format,!0);break;case"BBBB":t=oe(ee.DayPeriods,I.Wide,S.Format,!0);break;case"BBBBB":t=oe(ee.DayPeriods,I.Narrow,S.Format,!0);break;case"h":t=ie(J.Hours,1,-12);break;case"hh":t=ie(J.Hours,2,-12);break;case"H":t=ie(J.Hours,1);break;case"HH":t=ie(J.Hours,2);break;case"m":t=ie(J.Minutes,1);break;case"mm":t=ie(J.Minutes,2);break;case"s":t=ie(J.Seconds,1);break;case"ss":t=ie(J.Seconds,2);break;case"S":t=ie(J.FractionalSeconds,1);break;case"SS":t=ie(J.FractionalSeconds,2);break;case"SSS":t=ie(J.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=ae(X.Short);break;case"ZZZZZ":t=ae(X.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=ae(X.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=ae(X.Long);break;default:return null}return ce[e]=t,t}(e);c+=t?t(o,r,l):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),c}function re(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,function(e,r){return null!=t&&r in t?t[r]:e})),e}function ne(e,t,r,n,i){void 0===r&&(r="-");var o="";(e<0||i&&e<=0)&&(i?e=1-e:(e=-e,o=r));for(var a=String(e);a.length0||u>-r)&&(u+=r),e===J.Hours)0===u&&-12===r&&(u=12);else if(e===J.FractionalSeconds)return s=t,ne(u,3).substr(0,s);var l=q(a,C.MinusSign);return ne(u,t,l,n,i)}}function oe(e,t,r,n){return void 0===r&&(r=S.Format),void 0===n&&(n=!1),function(i,o){return function(e,t,r,n,i,o){switch(r){case ee.Months:return A(t,i,n)[e.getMonth()];case ee.Days:return k(t,i,n)[e.getDay()];case ee.DayPeriods:var a=e.getHours(),s=e.getMinutes();if(o){var u,l=V(t),c=U(t,i,n);if(l.forEach(function(e,t){if(Array.isArray(e)){var r=e[0],n=e[1],i=n.hours;a>=r.hours&&s>=r.minutes&&(a0?Math.floor(i/60):Math.ceil(i/60);switch(e){case X.Short:return(i>=0?"+":"")+ne(a,2,o)+ne(Math.abs(i%60),2,o);case X.ShortGMT:return"GMT"+(i>=0?"+":"")+ne(a,1,o);case X.Long:return"GMT"+(i>=0?"+":"")+ne(a,2,o)+":"+ne(Math.abs(i%60),2,o);case X.Extended:return 0===n?"Z":(i>=0?"+":"")+ne(a,2,o)+":"+ne(Math.abs(i%60),2,o);default:throw new Error('Unknown zone width "'+e+'"')}}}var se=0,ue=4;function le(e,t){return void 0===t&&(t=!1),function(r,n){var i,o,a,s;if(t){var u=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,l=r.getDate();i=1+Math.floor((l+u)/7)}else{var c=(a=r.getFullYear(),s=new Date(a,se,1).getDay(),new Date(a,0,1+(s<=ue?ue:ue+7)-s)),p=(o=r,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(ue-o.getDay()))).getTime()-c.getTime();i=1+Math.round(p/6048e5)}return ne(i,e,q(n,C.MinusSign))}}var ce={};function pe(e,t){e=e.replace(/:/g,"");var r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function me(e){var t=new Date(0),r=0,n=0,i=e[8]?t.setUTCFullYear:t.setFullYear,o=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),n=Number(e[9]+e[11])),i.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));var a=Number(e[4]||0)-r,s=Number(e[5]||0)-n,u=Number(e[6]||0),l=Math.round(1e3*parseFloat("0."+(e[7]||0)));return o.call(t,a,s,u,l),t}function de(e){return e instanceof Date&&!isNaN(e.valueOf())}var he=/^(\d+)?\.((\d+)(-(\d+))?)?$/,ye=22,fe=".",be="0",ge=";",ve=",",Se="#",Ie="\xa4",Ne="%";function Ce(e,t,r,n,i,o,a){void 0===a&&(a=!1);var s="",u=!1;if(isFinite(e)){var l=function(t){var r,n,i,o,a,s=Math.abs(e)+"",u=0;for((n=s.indexOf(fe))>-1&&(s=s.replace(fe,"")),(i=s.search(/e/i))>0?(n<0&&(n=i),n+=+s.slice(i+1),s=s.substring(0,i)):n<0&&(n=s.length),i=0;s.charAt(i)===be;i++);if(i===(a=s.length))r=[0],n=1;else{for(a--;s.charAt(a)===be;)a--;for(n-=i,r=[],o=0;i<=a;i++,o++)r[o]=Number(s.charAt(i))}return n>ye&&(r=r.splice(0,ye-1),u=n-1,n=1),{digits:r,exponent:u,integerLen:n}}();a&&(l=function(e){if(0===e.digits[0])return e;var t=e.digits.length-e.integerLen;return e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2),e}(l));var c=t.minInt,p=t.minFrac,m=t.maxFrac;if(o){var d=o.match(he);if(null===d)throw new Error(o+" is not a valid digit info");var h=d[1],y=d[3],f=d[5];null!=h&&(c=Ae(h)),null!=y&&(p=Ae(y)),null!=f?m=Ae(f):null!=y&&p>m&&(m=p)}!function(e,t,r){if(t>r)throw new Error("The minimum number of digits after fraction ("+t+") is higher than the maximum ("+r+").");var n=e.digits,i=n.length-e.integerLen,o=Math.min(Math.max(t,i),r),a=o+e.integerLen,s=n[a];if(a>0){n.splice(Math.max(e.integerLen,a));for(var u=a;u=5)if(a-1<0){for(var c=0;c>a;c--)n.unshift(0),e.integerLen++;n.unshift(1),e.integerLen++}else n[a-1]++;for(;i=m?n.pop():p=!1),t>=10?1:0},0);d&&(n.unshift(d),e.integerLen++)}(l,p,m);var b=l.digits,g=l.integerLen,v=l.exponent,S=[];for(u=b.every(function(e){return!e});g0?S=b.splice(g,b.length):(S=b,b=[0]);var I=[];for(b.length>=t.lgSize&&I.unshift(b.splice(-t.lgSize,b.length).join(""));b.length>t.gSize;)I.unshift(b.splice(-t.gSize,b.length).join(""));b.length&&I.unshift(b.join("")),s=I.join(q(r,n)),S.length&&(s+=q(r,i)+S.join("")),v&&(s+=q(r,C.Exponential)+"+"+v)}else s=q(r,C.Infinity);return e<0&&!u?t.negPre+s+t.negSuf:t.posPre+s+t.posSuf}function _e(e,t,r,n,i){var o=ke(O(t,g.Currency),q(t,C.MinusSign));return o.minFrac=K(n),o.maxFrac=o.minFrac,Ce(e,o,t,C.CurrencyGroup,C.CurrencyDecimal,i).replace(Ie,r).replace(Ie,"")}function De(e,t,r){return Ce(e,ke(O(t,g.Percent),q(t,C.MinusSign)),t,C.Group,C.Decimal,r,!0).replace(new RegExp(Ne,"g"),q(t,C.PercentSign))}function Te(e,t,r){return Ce(e,ke(O(t,g.Decimal),q(t,C.MinusSign)),t,C.Group,C.Decimal,r)}function ke(e,t){void 0===t&&(t="-");var r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},n=e.split(ge),i=n[0],o=n[1],a=-1!==i.indexOf(fe)?i.split(fe):[i.substring(0,i.lastIndexOf(be)+1),i.substring(i.lastIndexOf(be)+1)],s=a[0],u=a[1]||"";r.posPre=s.substr(0,s.indexOf(Se));for(var l=0;l-1)return i;if(i=r.getPluralCategory(e,n),t.indexOf(i)>-1)return i;if(t.indexOf("other")>-1)return"other";throw new Error('No plural message found for value "'+e+'"')}var Ee=function(e){function t(t,r){var n=e.call(this)||this;return n.locale=t,n.deprecatedPluralFn=r,n}return Object(i.__extends)(t,e),t.prototype.getPluralCategory=function(e,t){switch(this.deprecatedPluralFn?this.deprecatedPluralFn(t||this.locale,e):F(t||this.locale)(e)){case v.Zero:return"zero";case v.One:return"one";case v.Two:return"two";case v.Few:return"few";case v.Many:return"many";default:return"other"}},t}(xe);function Pe(e,t){"string"==typeof t&&(t=parseInt(t,10));var r=t,n=r.toString().replace(/^[^.]*\.?/,""),i=Math.floor(Math.abs(r)),o=n.length,a=parseInt(n,10),s=parseInt(r.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0;switch(e.split("-")[0].toLowerCase()){case"af":case"asa":case"az":case"bem":case"bez":case"bg":case"brx":case"ce":case"cgg":case"chr":case"ckb":case"ee":case"el":case"eo":case"es":case"eu":case"fo":case"fur":case"gsw":case"ha":case"haw":case"hu":case"jgo":case"jmc":case"ka":case"kk":case"kkj":case"kl":case"ks":case"ksb":case"ky":case"lb":case"lg":case"mas":case"mgo":case"ml":case"mn":case"nb":case"nd":case"ne":case"nn":case"nnh":case"nyn":case"om":case"or":case"os":case"ps":case"rm":case"rof":case"rwk":case"saq":case"seh":case"sn":case"so":case"sq":case"ta":case"te":case"teo":case"tk":case"tr":case"ug":case"uz":case"vo":case"vun":case"wae":case"xog":return 1===r?v.One:v.Other;case"ak":case"ln":case"mg":case"pa":case"ti":return r===Math.floor(r)&&r>=0&&r<=1?v.One:v.Other;case"am":case"as":case"bn":case"fa":case"gu":case"hi":case"kn":case"mr":case"zu":return 0===i||1===r?v.One:v.Other;case"ar":return 0===r?v.Zero:1===r?v.One:2===r?v.Two:r%100===Math.floor(r%100)&&r%100>=3&&r%100<=10?v.Few:r%100===Math.floor(r%100)&&r%100>=11&&r%100<=99?v.Many:v.Other;case"ast":case"ca":case"de":case"en":case"et":case"fi":case"fy":case"gl":case"it":case"nl":case"sv":case"sw":case"ur":case"yi":return 1===i&&0===o?v.One:v.Other;case"be":return r%10==1&&r%100!=11?v.One:r%10===Math.floor(r%10)&&r%10>=2&&r%10<=4&&!(r%100>=12&&r%100<=14)?v.Few:r%10==0||r%10===Math.floor(r%10)&&r%10>=5&&r%10<=9||r%100===Math.floor(r%100)&&r%100>=11&&r%100<=14?v.Many:v.Other;case"br":return r%10==1&&r%100!=11&&r%100!=71&&r%100!=91?v.One:r%10==2&&r%100!=12&&r%100!=72&&r%100!=92?v.Two:r%10===Math.floor(r%10)&&(r%10>=3&&r%10<=4||r%10==9)&&!(r%100>=10&&r%100<=19||r%100>=70&&r%100<=79||r%100>=90&&r%100<=99)?v.Few:0!==r&&r%1e6==0?v.Many:v.Other;case"bs":case"hr":case"sr":return 0===o&&i%10==1&&i%100!=11||a%10==1&&a%100!=11?v.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)||a%10===Math.floor(a%10)&&a%10>=2&&a%10<=4&&!(a%100>=12&&a%100<=14)?v.Few:v.Other;case"cs":case"sk":return 1===i&&0===o?v.One:i===Math.floor(i)&&i>=2&&i<=4&&0===o?v.Few:0!==o?v.Many:v.Other;case"cy":return 0===r?v.Zero:1===r?v.One:2===r?v.Two:3===r?v.Few:6===r?v.Many:v.Other;case"da":return 1===r||0!==s&&(0===i||1===i)?v.One:v.Other;case"dsb":case"hsb":return 0===o&&i%100==1||a%100==1?v.One:0===o&&i%100==2||a%100==2?v.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||a%100===Math.floor(a%100)&&a%100>=3&&a%100<=4?v.Few:v.Other;case"ff":case"fr":case"hy":case"kab":return 0===i||1===i?v.One:v.Other;case"fil":return 0===o&&(1===i||2===i||3===i)||0===o&&i%10!=4&&i%10!=6&&i%10!=9||0!==o&&a%10!=4&&a%10!=6&&a%10!=9?v.One:v.Other;case"ga":return 1===r?v.One:2===r?v.Two:r===Math.floor(r)&&r>=3&&r<=6?v.Few:r===Math.floor(r)&&r>=7&&r<=10?v.Many:v.Other;case"gd":return 1===r||11===r?v.One:2===r||12===r?v.Two:r===Math.floor(r)&&(r>=3&&r<=10||r>=13&&r<=19)?v.Few:v.Other;case"gv":return 0===o&&i%10==1?v.One:0===o&&i%10==2?v.Two:0!==o||i%100!=0&&i%100!=20&&i%100!=40&&i%100!=60&&i%100!=80?0!==o?v.Many:v.Other:v.Few;case"he":return 1===i&&0===o?v.One:2===i&&0===o?v.Two:0!==o||r>=0&&r<=10||r%10!=0?v.Other:v.Many;case"is":return 0===s&&i%10==1&&i%100!=11||0!==s?v.One:v.Other;case"ksh":return 0===r?v.Zero:1===r?v.One:v.Other;case"kw":case"naq":case"se":case"smn":return 1===r?v.One:2===r?v.Two:v.Other;case"lag":return 0===r?v.Zero:0!==i&&1!==i||0===r?v.Other:v.One;case"lt":return r%10!=1||r%100>=11&&r%100<=19?r%10===Math.floor(r%10)&&r%10>=2&&r%10<=9&&!(r%100>=11&&r%100<=19)?v.Few:0!==a?v.Many:v.Other:v.One;case"lv":case"prg":return r%10==0||r%100===Math.floor(r%100)&&r%100>=11&&r%100<=19||2===o&&a%100===Math.floor(a%100)&&a%100>=11&&a%100<=19?v.Zero:r%10==1&&r%100!=11||2===o&&a%10==1&&a%100!=11||2!==o&&a%10==1?v.One:v.Other;case"mk":return 0===o&&i%10==1||a%10==1?v.One:v.Other;case"mt":return 1===r?v.One:0===r||r%100===Math.floor(r%100)&&r%100>=2&&r%100<=10?v.Few:r%100===Math.floor(r%100)&&r%100>=11&&r%100<=19?v.Many:v.Other;case"pl":return 1===i&&0===o?v.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?v.Few:0===o&&1!==i&&i%10===Math.floor(i%10)&&i%10>=0&&i%10<=1||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=12&&i%100<=14?v.Many:v.Other;case"pt":return r===Math.floor(r)&&r>=0&&r<=2&&2!==r?v.One:v.Other;case"ro":return 1===i&&0===o?v.One:0!==o||0===r||1!==r&&r%100===Math.floor(r%100)&&r%100>=1&&r%100<=19?v.Few:v.Other;case"ru":case"uk":return 0===o&&i%10==1&&i%100!=11?v.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?v.Few:0===o&&i%10==0||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=11&&i%100<=14?v.Many:v.Other;case"shi":return 0===i||1===r?v.One:r===Math.floor(r)&&r>=2&&r<=10?v.Few:v.Other;case"si":return 0===r||1===r||0===i&&1===a?v.One:v.Other;case"sl":return 0===o&&i%100==1?v.One:0===o&&i%100==2?v.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||0!==o?v.Few:v.Other;case"tzm":return r===Math.floor(r)&&r>=0&&r<=1||r===Math.floor(r)&&r>=11&&r<=99?v.One:v.Other;default:return v.Other}}function Me(e,t){var r,n;t=encodeURIComponent(t);try{for(var o=Object(i.__values)(e.split(";")),a=o.next();!a.done;a=o.next()){var s=a.value,u=s.indexOf("="),l=Object(i.__read)(-1==u?[s,""]:[s.slice(0,u),s.slice(u+1)],2),c=l[1];if(l[0].trim()===t)return decodeURIComponent(c)}}catch(e){r={error:e}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}return null}var qe=function(){function e(e,t,r,n){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=n,this._initialClasses=[]}return Object.defineProperty(e.prototype,"klass",{set:function(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClass",{set:function(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(Object(n["\u0275isListLikeIterable"])(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._iterableDiffer){var e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){var t=this._keyValueDiffer.diff(this._rawClass);t&&this._applyKeyValueChanges(t)}},e.prototype._applyKeyValueChanges=function(e){var t=this;e.forEachAddedItem(function(e){return t._toggleClass(e.key,e.currentValue)}),e.forEachChangedItem(function(e){return t._toggleClass(e.key,e.currentValue)}),e.forEachRemovedItem(function(e){e.previousValue&&t._toggleClass(e.key,!1)})},e.prototype._applyIterableChanges=function(e){var t=this;e.forEachAddedItem(function(e){if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+Object(n["\u0275stringify"])(e.item));t._toggleClass(e.item,!0)}),e.forEachRemovedItem(function(e){return t._toggleClass(e.item,!1)})},e.prototype._applyClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach(function(e){return t._toggleClass(e,!0)}):Object.keys(e).forEach(function(r){return t._toggleClass(r,!!e[r])}))},e.prototype._removeClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach(function(e){return t._toggleClass(e,!1)}):Object.keys(e).forEach(function(e){return t._toggleClass(e,!1)}))},e.prototype._toggleClass=function(e,t){var r=this;(e=e.trim())&&e.split(/\s+/g).forEach(function(e){t?r._renderer.addClass(r._ngEl.nativeElement,e):r._renderer.removeClass(r._ngEl.nativeElement,e)})},e}(),Oe=function(){function e(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}return e.prototype.ngOnChanges=function(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){var t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){var r=t.get(n.NgModuleRef);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(r.injector)}else this._moduleRef=null;var i=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(n.ComponentFactoryResolver)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(i,this._viewContainerRef.length,t,this.ngComponentOutletContent)}},e.prototype.ngOnDestroy=function(){this._moduleRef&&this._moduleRef.destroy()},e}(),Le=function(){function e(e,t,r,n){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=n}return Object.defineProperty(e.prototype,"first",{get:function(){return 0===this.index},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"last",{get:function(){return this.index===this.count-1},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"even",{get:function(){return this.index%2==0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"odd",{get:function(){return!this.even},enumerable:!0,configurable:!0}),e}(),Be=function(){function e(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOfDirty=!0,this._differ=null}return Object.defineProperty(e.prototype,"ngForOf",{set:function(e){this._ngForOf=e,this._ngForOfDirty=!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTrackBy",{get:function(){return this._trackByFn},set:function(e){Object(n.isDevMode)()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn("trackBy must be a function, but received "+JSON.stringify(e)+". See https://angular.io/docs/ts/latest/api/common/index/NgFor-directive.html#!#change-propagation for more information."),this._trackByFn=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTemplate",{set:function(e){e&&(this._template=e)},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._ngForOfDirty){this._ngForOfDirty=!1;var e=this._ngForOf;if(!this._differ&&e)try{this._differ=this._differs.find(e).create(this.ngForTrackBy)}catch(r){throw new Error("Cannot find a differ supporting object '"+e+"' of type '"+((t=e).name||typeof t)+"'. NgFor only supports binding to Iterables such as Arrays.")}}var t;if(this._differ){var r=this._differ.diff(this._ngForOf);r&&this._applyChanges(r)}},e.prototype._applyChanges=function(e){var t=this,r=[];e.forEachOperation(function(e,n,i){if(null==e.previousIndex){var o=t._viewContainer.createEmbeddedView(t._template,new Le(null,t._ngForOf,-1,-1),i),a=new Fe(e,o);r.push(a)}else null==i?t._viewContainer.remove(n):(o=t._viewContainer.get(n),t._viewContainer.move(o,i),a=new Fe(e,o),r.push(a))});for(var n=0;n1?"short":"narrow":"long",r}function ct(e){return e.reduce(function(e,t){return Object(i.__assign)({},e,t)},{})}function pt(e){return function(t,r){return ot(t,r,e)}}var mt=new Map,dt=function(){function e(){}return e.format=function(e,t,r){return function(e,t,r){var n=tt[e];if(n)return n(t,r);var i=e,o=mt.get(i);if(!o){o=[];var a=void 0;et.exec(e);for(var s=e;s;)(a=et.exec(s))?s=(o=o.concat(a.slice(1))).pop():(o.push(s),s=null);mt.set(i,o)}return o.reduce(function(e,n){var i=rt[n];return e+(i?i(t,r):function(e){return"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")}(n))},"")}(r,e,t)},e}(),ht=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,r){if(void 0===r&&(r="mediumDate"),null==t||""===t||t!=t)return null;var n;if("string"==typeof t&&(t=t.trim()),yt(t))n=t;else if(isNaN(t-parseFloat(t)))if("string"==typeof t&&/^(\d{4}-\d{1,2}-\d{1,2})$/.test(t)){var o=Object(i.__read)(t.split("-").map(function(e){return parseInt(e,10)}),3);n=new Date(o[0],o[1]-1,o[2])}else n=new Date(t);else n=new Date(parseFloat(t));if(!yt(n)){var a=void 0;if("string"!=typeof t||!(a=t.match(Q)))throw Xe(e,t);n=me(a)}return dt.format(n,this._locale,e._ALIASES[r]||r)},e._ALIASES={medium:"yMMMdjms",short:"yMdjm",fullDate:"yMMMMEEEEd",longDate:"yMMMMd",mediumDate:"yMMMd",shortDate:"yMd",mediumTime:"jms",shortTime:"jm"},e}();function yt(e){return e instanceof Date&&!isNaN(e.valueOf())}function ft(e,t,r,n,i,o,a){if(void 0===o&&(o=null),void 0===a&&(a=!1),null==r)return null;if("number"!=typeof(r="string"!=typeof r||isNaN(+r-parseFloat(r))?r:+r))throw Xe(e,r);var s,u,l;if(n!==g.Currency&&(s=1,u=0,l=3),i){var c=i.match(he);if(null===c)throw new Error(i+" is not a valid digit info for number pipes");null!=c[1]&&(s=Ae(c[1])),null!=c[3]&&(u=Ae(c[3])),null!=c[5]&&(l=Ae(c[5]))}return Je.format(r,t,n,{minimumIntegerDigits:s,minimumFractionDigits:u,maximumFractionDigits:l,currency:o,currencyAsSymbol:a})}var bt=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,r){return ft(e,this._locale,t,g.Decimal,r)},e}(),gt=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,r){return ft(e,this._locale,t,g.Percent,r)},e}(),vt=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,r,n,i){return void 0===r&&(r="USD"),void 0===n&&(n=!1),ft(e,this._locale,t,g.Currency,i,r,n)},e}(),St=[bt,gt,vt,ht],It=function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.subscribe({next:t,error:function(e){throw e}})},e.prototype.dispose=function(e){e.unsubscribe()},e.prototype.onDestroy=function(e){e.unsubscribe()},e}(),Nt=new(function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.then(t,function(e){throw e})},e.prototype.dispose=function(e){},e.prototype.onDestroy=function(e){},e}()),Ct=new It,_t=function(){function e(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}return e.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},e.prototype.transform=function(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):this._latestValue===this._latestReturnedValue?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,n.WrappedValue.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)},e.prototype._subscribe=function(e){var t=this;this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,function(r){return t._updateLatestValue(e,r)})},e.prototype._selectStrategy=function(t){if(Object(n["\u0275isPromise"])(t))return Nt;if(Object(n["\u0275isObservable"])(t))return Ct;throw Xe(e,t)},e.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},e.prototype._updateLatestValue=function(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())},e}(),Dt=function(){function e(){}return e.prototype.transform=function(t){if(!t)return t;if("string"!=typeof t)throw Xe(e,t);return t.toLowerCase()},e}(),Tt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g,kt=function(){function e(){}return e.prototype.transform=function(t){if(!t)return t;if("string"!=typeof t)throw Xe(e,t);return t.replace(Tt,function(e){return e[0].toUpperCase()+e.substr(1).toLowerCase()})},e}(),At=function(){function e(){}return e.prototype.transform=function(t){if(!t)return t;if("string"!=typeof t)throw Xe(e,t);return t.toUpperCase()},e}(),Rt=function(){function e(e){this.locale=e}return e.prototype.transform=function(t,r,n,i){if(void 0===r&&(r="mediumDate"),null==t||""===t||t!=t)return null;try{return te(t,r,i||this.locale,n)}catch(t){throw Xe(e,t.message)}},e}(),xt=/#/g,wt=function(){function e(e){this._localization=e}return e.prototype.transform=function(t,r,n){if(null==t)return"";if("object"!=typeof r||null===r)throw Xe(e,r);return r[we(t,Object.keys(r),this._localization,n)].replace(xt,t.toString())},e}(),Et=function(){function e(){}return e.prototype.transform=function(t,r){if(null==t)return"";if("object"!=typeof r||"string"!=typeof t)throw Xe(e,r);return r.hasOwnProperty(t)?r[t]:r.hasOwnProperty("other")?r.other:""},e}(),Pt=function(){function e(){}return e.prototype.transform=function(e){return JSON.stringify(e,null,2)},e}(),Mt=function(){function e(e){this.differs=e}return e.prototype.transform=function(e,t){var r=this;if(void 0===t&&(t=qt),!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());var n=this.differ.diff(e);return n&&(this.keyValues=[],n.forEachItem(function(e){r.keyValues.push({key:e.key,value:e.currentValue})}),this.keyValues.sort(t)),this.keyValues},e}();function qt(e,t){var r=e.key,n=t.key;if(r===n)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(null===r)return 1;if(null===n)return-1;if("string"==typeof r&&"string"==typeof n)return r=0?"&":"?";var u=[];n.arrayEach(Object.keys(a).sort(),function(e){Array.isArray(a[e])||(a[e]=[a[e]]);for(var t=0;t=0?"&":"?";this.request.path+=o+n.util.queryParamsToString(i)},authorization:function(e,t){var r=[],n=this.credentialString(t);return r.push(this.algorithm+" Credential="+e.accessKeyId+"/"+n),r.push("SignedHeaders="+this.signedHeaders()),r.push("Signature="+this.signature(e,t)),r.join(", ")},signature:function(e,t){var r=i.getSigningKey(e,t.substr(0,8),this.request.region,this.serviceName,this.signatureCache);return n.util.crypto.hmac(r,this.stringToSign(t),"hex")},stringToSign:function(e){var t=[];return t.push("AWS4-HMAC-SHA256"),t.push(e),t.push(this.credentialString(e)),t.push(this.hexEncodedHash(this.canonicalString())),t.join("\n")},canonicalString:function(){var e=[],t=this.request.pathname();return"s3"!==this.serviceName&&(t=n.util.uriEscapePath(t)),e.push(this.request.method),e.push(t),e.push(this.request.search()),e.push(this.canonicalHeaders()+"\n"),e.push(this.signedHeaders()),e.push(this.hexEncodedBodyHash()),e.join("\n")},canonicalHeaders:function(){var e=[];n.util.each.call(this,this.request.headers,function(t,r){e.push([t,r])}),e.sort(function(e,t){return e[0].toLowerCase()0?e.prototype.requestAsyncId.call(this,t,r,n):(t.actions.push(this),t.scheduled||(t.scheduled=(a=t.flush.bind(t,null),s=i++,o[s]=a,Promise.resolve().then(function(){return function(e){var t=o[e];t&&t()}(s)}),s)));var a,s},t.prototype.recycleAsyncId=function(t,r,n){if(void 0===n&&(n=0),null!==n&&n>0||null===n&&this.delay>0)return e.prototype.recycleAsyncId.call(this,t,r,n);0===t.actions.length&&(delete o[r],t.scheduled=void 0)},t}(r("h9Dq").a),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n.__extends(t,e),t.prototype.flush=function(e){this.active=!0,this.scheduled=void 0;var t,r=this.actions,n=-1,i=r.length;e=e||r.shift();do{if(t=e.execute(e.state,e.delay))break}while(++n=0;u--)r=t.substring(u,u+1),o=parseInt(r,10),s+=a&&(o*=2)>=10?o%10+1:o,a=!a;return Boolean(s%10==0&&t)?null:{creditCard:!0}}},KUxP:function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},KWSw:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2013-11-01",endpointPrefix:"cloudtrail",jsonVersion:"1.1",protocol:"json",serviceAbbreviation:"CloudTrail",serviceFullName:"AWS CloudTrail",serviceId:"CloudTrail",signatureVersion:"v4",targetPrefix:"com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101",uid:"cloudtrail-2013-11-01"},operations:{AddTags:{input:{type:"structure",required:["ResourceId"],members:{ResourceId:{},TagsList:{shape:"S3"}}},output:{type:"structure",members:{}},idempotent:!0},CreateTrail:{input:{type:"structure",required:["Name","S3BucketName"],members:{Name:{},S3BucketName:{},S3KeyPrefix:{},SnsTopicName:{},IncludeGlobalServiceEvents:{type:"boolean"},IsMultiRegionTrail:{type:"boolean"},EnableLogFileValidation:{type:"boolean"},CloudWatchLogsLogGroupArn:{},CloudWatchLogsRoleArn:{},KmsKeyId:{}}},output:{type:"structure",members:{Name:{},S3BucketName:{},S3KeyPrefix:{},SnsTopicName:{deprecated:!0},SnsTopicARN:{},IncludeGlobalServiceEvents:{type:"boolean"},IsMultiRegionTrail:{type:"boolean"},TrailARN:{},LogFileValidationEnabled:{type:"boolean"},CloudWatchLogsLogGroupArn:{},CloudWatchLogsRoleArn:{},KmsKeyId:{}}},idempotent:!0},DeleteTrail:{input:{type:"structure",required:["Name"],members:{Name:{}}},output:{type:"structure",members:{}},idempotent:!0},DescribeTrails:{input:{type:"structure",members:{trailNameList:{type:"list",member:{}},includeShadowTrails:{type:"boolean"}}},output:{type:"structure",members:{trailList:{type:"list",member:{type:"structure",members:{Name:{},S3BucketName:{},S3KeyPrefix:{},SnsTopicName:{deprecated:!0},SnsTopicARN:{},IncludeGlobalServiceEvents:{type:"boolean"},IsMultiRegionTrail:{type:"boolean"},HomeRegion:{},TrailARN:{},LogFileValidationEnabled:{type:"boolean"},CloudWatchLogsLogGroupArn:{},CloudWatchLogsRoleArn:{},KmsKeyId:{},HasCustomEventSelectors:{type:"boolean"}}}}}},idempotent:!0},GetEventSelectors:{input:{type:"structure",required:["TrailName"],members:{TrailName:{}}},output:{type:"structure",members:{TrailARN:{},EventSelectors:{shape:"Si"}}},idempotent:!0},GetTrailStatus:{input:{type:"structure",required:["Name"],members:{Name:{}}},output:{type:"structure",members:{IsLogging:{type:"boolean"},LatestDeliveryError:{},LatestNotificationError:{},LatestDeliveryTime:{type:"timestamp"},LatestNotificationTime:{type:"timestamp"},StartLoggingTime:{type:"timestamp"},StopLoggingTime:{type:"timestamp"},LatestCloudWatchLogsDeliveryError:{},LatestCloudWatchLogsDeliveryTime:{type:"timestamp"},LatestDigestDeliveryTime:{type:"timestamp"},LatestDigestDeliveryError:{},LatestDeliveryAttemptTime:{},LatestNotificationAttemptTime:{},LatestNotificationAttemptSucceeded:{},LatestDeliveryAttemptSucceeded:{},TimeLoggingStarted:{},TimeLoggingStopped:{}}},idempotent:!0},ListPublicKeys:{input:{type:"structure",members:{StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},NextToken:{}}},output:{type:"structure",members:{PublicKeyList:{type:"list",member:{type:"structure",members:{Value:{type:"blob"},ValidityStartTime:{type:"timestamp"},ValidityEndTime:{type:"timestamp"},Fingerprint:{}}}},NextToken:{}}},idempotent:!0},ListTags:{input:{type:"structure",required:["ResourceIdList"],members:{ResourceIdList:{type:"list",member:{}},NextToken:{}}},output:{type:"structure",members:{ResourceTagList:{type:"list",member:{type:"structure",members:{ResourceId:{},TagsList:{shape:"S3"}}}},NextToken:{}}},idempotent:!0},LookupEvents:{input:{type:"structure",members:{LookupAttributes:{type:"list",member:{type:"structure",required:["AttributeKey","AttributeValue"],members:{AttributeKey:{},AttributeValue:{}}}},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Events:{type:"list",member:{type:"structure",members:{EventId:{},EventName:{},EventTime:{type:"timestamp"},EventSource:{},Username:{},Resources:{type:"list",member:{type:"structure",members:{ResourceType:{},ResourceName:{}}}},CloudTrailEvent:{}}}},NextToken:{}}},idempotent:!0},PutEventSelectors:{input:{type:"structure",required:["TrailName","EventSelectors"],members:{TrailName:{},EventSelectors:{shape:"Si"}}},output:{type:"structure",members:{TrailARN:{},EventSelectors:{shape:"Si"}}},idempotent:!0},RemoveTags:{input:{type:"structure",required:["ResourceId"],members:{ResourceId:{},TagsList:{shape:"S3"}}},output:{type:"structure",members:{}},idempotent:!0},StartLogging:{input:{type:"structure",required:["Name"],members:{Name:{}}},output:{type:"structure",members:{}},idempotent:!0},StopLogging:{input:{type:"structure",required:["Name"],members:{Name:{}}},output:{type:"structure",members:{}},idempotent:!0},UpdateTrail:{input:{type:"structure",required:["Name"],members:{Name:{},S3BucketName:{},S3KeyPrefix:{},SnsTopicName:{},IncludeGlobalServiceEvents:{type:"boolean"},IsMultiRegionTrail:{type:"boolean"},EnableLogFileValidation:{type:"boolean"},CloudWatchLogsLogGroupArn:{},CloudWatchLogsRoleArn:{},KmsKeyId:{}}},output:{type:"structure",members:{Name:{},S3BucketName:{},S3KeyPrefix:{},SnsTopicName:{deprecated:!0},SnsTopicARN:{},IncludeGlobalServiceEvents:{type:"boolean"},IsMultiRegionTrail:{type:"boolean"},TrailARN:{},LogFileValidationEnabled:{type:"boolean"},CloudWatchLogsLogGroupArn:{},CloudWatchLogsRoleArn:{},KmsKeyId:{}}},idempotent:!0}},shapes:{S3:{type:"list",member:{type:"structure",required:["Key"],members:{Key:{},Value:{}}}},Si:{type:"list",member:{type:"structure",members:{ReadWriteType:{},IncludeManagementEvents:{type:"boolean"},DataResources:{type:"list",member:{type:"structure",members:{Type:{},Values:{type:"list",member:{}}}}}}}}}}},KhEm:function(e,t,r){"use strict";r.d(t,"a",function(){return l});var n=r("mrSG"),i=r("K9Ia"),o=r("6blF"),a=(r("FFOo"),r("pugT")),s=r("yGWI"),u=function(e){function t(t,r){var n=e.call(this)||this;return n.source=t,n.subjectFactory=r,n._refCount=0,n._isComplete=!1,n}return n.__extends(t,e),t.prototype._subscribe=function(e){return this.getSubject().subscribe(e)},t.prototype.getSubject=function(){var e=this._subject;return e&&!e.isStopped||(this._subject=this.subjectFactory()),this._subject},t.prototype.connect=function(){var e=this._connection;return e||(this._isComplete=!1,(e=this._connection=new a.a).add(this.source.subscribe(new c(this.getSubject(),this))),e.closed?(this._connection=null,e=a.a.EMPTY):this._connection=e),e},t.prototype.refCount=function(){return Object(s.a)()(this)},t}(o.a).prototype,l={operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:u._subscribe},_isComplete:{value:u._isComplete,writable:!0},getSubject:{value:u.getSubject},connect:{value:u.connect},refCount:{value:u.refCount}},c=function(e){function t(t,r){var n=e.call(this,t)||this;return n.connectable=r,n}return n.__extends(t,e),t.prototype._error=function(t){this._unsubscribe(),e.prototype._error.call(this,t)},t.prototype._complete=function(){this.connectable._isComplete=!0,this._unsubscribe(),e.prototype._complete.call(this)},t.prototype._unsubscribe=function(){var e=this.connectable;if(e){this.connectable=null;var t=e._connection;e._refCount=0,e._subject=null,e._connection=null,t&&t.unsubscribe()}},t}(i.b)},Krjk:function(e,t,r){var n=r("QsWE").util.inherit({constructor:function(e){this.wrapperName="NumberValue",this.value=e.toString()},toJSON:function(){return this.toNumber()},toNumber:function(){return Number(this.value)},toString:function(){return this.value}});e.exports=n},"L/V9":function(e,t,r){"use strict";r.d(t,"a",function(){return n});var n="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("rxSubscriber"):"@@rxSubscriber"},L74i:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2015-02-02",endpointPrefix:"elasticache",protocol:"query",serviceFullName:"Amazon ElastiCache",serviceId:"ElastiCache",signatureVersion:"v4",uid:"elasticache-2015-02-02",xmlNamespace:"http://elasticache.amazonaws.com/doc/2015-02-02/"},operations:{AddTagsToResource:{input:{type:"structure",required:["ResourceName","Tags"],members:{ResourceName:{},Tags:{shape:"S3"}}},output:{shape:"S5",resultWrapper:"AddTagsToResourceResult"}},AuthorizeCacheSecurityGroupIngress:{input:{type:"structure",required:["CacheSecurityGroupName","EC2SecurityGroupName","EC2SecurityGroupOwnerId"],members:{CacheSecurityGroupName:{},EC2SecurityGroupName:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"AuthorizeCacheSecurityGroupIngressResult",type:"structure",members:{CacheSecurityGroup:{shape:"S8"}}}},CopySnapshot:{input:{type:"structure",required:["SourceSnapshotName","TargetSnapshotName"],members:{SourceSnapshotName:{},TargetSnapshotName:{},TargetBucket:{}}},output:{resultWrapper:"CopySnapshotResult",type:"structure",members:{Snapshot:{shape:"Sd"}}}},CreateCacheCluster:{input:{type:"structure",required:["CacheClusterId"],members:{CacheClusterId:{},ReplicationGroupId:{},AZMode:{},PreferredAvailabilityZone:{},PreferredAvailabilityZones:{shape:"Sp"},NumCacheNodes:{type:"integer"},CacheNodeType:{},Engine:{},EngineVersion:{},CacheParameterGroupName:{},CacheSubnetGroupName:{},CacheSecurityGroupNames:{shape:"Sq"},SecurityGroupIds:{shape:"Sr"},Tags:{shape:"S3"},SnapshotArns:{shape:"Ss"},SnapshotName:{},PreferredMaintenanceWindow:{},Port:{type:"integer"},NotificationTopicArn:{},AutoMinorVersionUpgrade:{type:"boolean"},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},AuthToken:{}}},output:{resultWrapper:"CreateCacheClusterResult",type:"structure",members:{CacheCluster:{shape:"Sv"}}}},CreateCacheParameterGroup:{input:{type:"structure",required:["CacheParameterGroupName","CacheParameterGroupFamily","Description"],members:{CacheParameterGroupName:{},CacheParameterGroupFamily:{},Description:{}}},output:{resultWrapper:"CreateCacheParameterGroupResult",type:"structure",members:{CacheParameterGroup:{shape:"S1a"}}}},CreateCacheSecurityGroup:{input:{type:"structure",required:["CacheSecurityGroupName","Description"],members:{CacheSecurityGroupName:{},Description:{}}},output:{resultWrapper:"CreateCacheSecurityGroupResult",type:"structure",members:{CacheSecurityGroup:{shape:"S8"}}}},CreateCacheSubnetGroup:{input:{type:"structure",required:["CacheSubnetGroupName","CacheSubnetGroupDescription","SubnetIds"],members:{CacheSubnetGroupName:{},CacheSubnetGroupDescription:{},SubnetIds:{shape:"S1e"}}},output:{resultWrapper:"CreateCacheSubnetGroupResult",type:"structure",members:{CacheSubnetGroup:{shape:"S1g"}}}},CreateReplicationGroup:{input:{type:"structure",required:["ReplicationGroupId","ReplicationGroupDescription"],members:{ReplicationGroupId:{},ReplicationGroupDescription:{},PrimaryClusterId:{},AutomaticFailoverEnabled:{type:"boolean"},NumCacheClusters:{type:"integer"},PreferredCacheClusterAZs:{shape:"Sm"},NumNodeGroups:{type:"integer"},ReplicasPerNodeGroup:{type:"integer"},NodeGroupConfiguration:{type:"list",member:{shape:"Sk",locationName:"NodeGroupConfiguration"}},CacheNodeType:{},Engine:{},EngineVersion:{},CacheParameterGroupName:{},CacheSubnetGroupName:{},CacheSecurityGroupNames:{shape:"Sq"},SecurityGroupIds:{shape:"Sr"},Tags:{shape:"S3"},SnapshotArns:{shape:"Ss"},SnapshotName:{},PreferredMaintenanceWindow:{},Port:{type:"integer"},NotificationTopicArn:{},AutoMinorVersionUpgrade:{type:"boolean"},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},AuthToken:{},TransitEncryptionEnabled:{type:"boolean"},AtRestEncryptionEnabled:{type:"boolean"}}},output:{resultWrapper:"CreateReplicationGroupResult",type:"structure",members:{ReplicationGroup:{shape:"S1n"}}}},CreateSnapshot:{input:{type:"structure",required:["SnapshotName"],members:{ReplicationGroupId:{},CacheClusterId:{},SnapshotName:{}}},output:{resultWrapper:"CreateSnapshotResult",type:"structure",members:{Snapshot:{shape:"Sd"}}}},DecreaseReplicaCount:{input:{type:"structure",required:["ReplicationGroupId","ApplyImmediately"],members:{ReplicationGroupId:{},NewReplicaCount:{type:"integer"},ReplicaConfiguration:{shape:"S21"},ReplicasToRemove:{type:"list",member:{}},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"DecreaseReplicaCountResult",type:"structure",members:{ReplicationGroup:{shape:"S1n"}}}},DeleteCacheCluster:{input:{type:"structure",required:["CacheClusterId"],members:{CacheClusterId:{},FinalSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteCacheClusterResult",type:"structure",members:{CacheCluster:{shape:"Sv"}}}},DeleteCacheParameterGroup:{input:{type:"structure",required:["CacheParameterGroupName"],members:{CacheParameterGroupName:{}}}},DeleteCacheSecurityGroup:{input:{type:"structure",required:["CacheSecurityGroupName"],members:{CacheSecurityGroupName:{}}}},DeleteCacheSubnetGroup:{input:{type:"structure",required:["CacheSubnetGroupName"],members:{CacheSubnetGroupName:{}}}},DeleteReplicationGroup:{input:{type:"structure",required:["ReplicationGroupId"],members:{ReplicationGroupId:{},RetainPrimaryCluster:{type:"boolean"},FinalSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteReplicationGroupResult",type:"structure",members:{ReplicationGroup:{shape:"S1n"}}}},DeleteSnapshot:{input:{type:"structure",required:["SnapshotName"],members:{SnapshotName:{}}},output:{resultWrapper:"DeleteSnapshotResult",type:"structure",members:{Snapshot:{shape:"Sd"}}}},DescribeCacheClusters:{input:{type:"structure",members:{CacheClusterId:{},MaxRecords:{type:"integer"},Marker:{},ShowCacheNodeInfo:{type:"boolean"},ShowCacheClustersNotInReplicationGroups:{type:"boolean"}}},output:{resultWrapper:"DescribeCacheClustersResult",type:"structure",members:{Marker:{},CacheClusters:{type:"list",member:{shape:"Sv",locationName:"CacheCluster"}}}}},DescribeCacheEngineVersions:{input:{type:"structure",members:{Engine:{},EngineVersion:{},CacheParameterGroupFamily:{},MaxRecords:{type:"integer"},Marker:{},DefaultOnly:{type:"boolean"}}},output:{resultWrapper:"DescribeCacheEngineVersionsResult",type:"structure",members:{Marker:{},CacheEngineVersions:{type:"list",member:{locationName:"CacheEngineVersion",type:"structure",members:{Engine:{},EngineVersion:{},CacheParameterGroupFamily:{},CacheEngineDescription:{},CacheEngineVersionDescription:{}}}}}}},DescribeCacheParameterGroups:{input:{type:"structure",members:{CacheParameterGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeCacheParameterGroupsResult",type:"structure",members:{Marker:{},CacheParameterGroups:{type:"list",member:{shape:"S1a",locationName:"CacheParameterGroup"}}}}},DescribeCacheParameters:{input:{type:"structure",required:["CacheParameterGroupName"],members:{CacheParameterGroupName:{},Source:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeCacheParametersResult",type:"structure",members:{Marker:{},Parameters:{shape:"S2q"},CacheNodeTypeSpecificParameters:{shape:"S2t"}}}},DescribeCacheSecurityGroups:{input:{type:"structure",members:{CacheSecurityGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeCacheSecurityGroupsResult",type:"structure",members:{Marker:{},CacheSecurityGroups:{type:"list",member:{shape:"S8",locationName:"CacheSecurityGroup"}}}}},DescribeCacheSubnetGroups:{input:{type:"structure",members:{CacheSubnetGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeCacheSubnetGroupsResult",type:"structure",members:{Marker:{},CacheSubnetGroups:{type:"list",member:{shape:"S1g",locationName:"CacheSubnetGroup"}}}}},DescribeEngineDefaultParameters:{input:{type:"structure",required:["CacheParameterGroupFamily"],members:{CacheParameterGroupFamily:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEngineDefaultParametersResult",type:"structure",members:{EngineDefaults:{type:"structure",members:{CacheParameterGroupFamily:{},Marker:{},Parameters:{shape:"S2q"},CacheNodeTypeSpecificParameters:{shape:"S2t"}},wrapper:!0}}}},DescribeEvents:{input:{type:"structure",members:{SourceIdentifier:{},SourceType:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Duration:{type:"integer"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventsResult",type:"structure",members:{Marker:{},Events:{type:"list",member:{locationName:"Event",type:"structure",members:{SourceIdentifier:{},SourceType:{},Message:{},Date:{type:"timestamp"}}}}}}},DescribeReplicationGroups:{input:{type:"structure",members:{ReplicationGroupId:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReplicationGroupsResult",type:"structure",members:{Marker:{},ReplicationGroups:{type:"list",member:{shape:"S1n",locationName:"ReplicationGroup"}}}}},DescribeReservedCacheNodes:{input:{type:"structure",members:{ReservedCacheNodeId:{},ReservedCacheNodesOfferingId:{},CacheNodeType:{},Duration:{},ProductDescription:{},OfferingType:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedCacheNodesResult",type:"structure",members:{Marker:{},ReservedCacheNodes:{type:"list",member:{shape:"S3h",locationName:"ReservedCacheNode"}}}}},DescribeReservedCacheNodesOfferings:{input:{type:"structure",members:{ReservedCacheNodesOfferingId:{},CacheNodeType:{},Duration:{},ProductDescription:{},OfferingType:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedCacheNodesOfferingsResult",type:"structure",members:{Marker:{},ReservedCacheNodesOfferings:{type:"list",member:{locationName:"ReservedCacheNodesOffering",type:"structure",members:{ReservedCacheNodesOfferingId:{},CacheNodeType:{},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},ProductDescription:{},OfferingType:{},RecurringCharges:{shape:"S3i"}},wrapper:!0}}}}},DescribeSnapshots:{input:{type:"structure",members:{ReplicationGroupId:{},CacheClusterId:{},SnapshotName:{},SnapshotSource:{},Marker:{},MaxRecords:{type:"integer"},ShowNodeGroupConfig:{type:"boolean"}}},output:{resultWrapper:"DescribeSnapshotsResult",type:"structure",members:{Marker:{},Snapshots:{type:"list",member:{shape:"Sd",locationName:"Snapshot"}}}}},IncreaseReplicaCount:{input:{type:"structure",required:["ReplicationGroupId","ApplyImmediately"],members:{ReplicationGroupId:{},NewReplicaCount:{type:"integer"},ReplicaConfiguration:{shape:"S21"},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"IncreaseReplicaCountResult",type:"structure",members:{ReplicationGroup:{shape:"S1n"}}}},ListAllowedNodeTypeModifications:{input:{type:"structure",members:{CacheClusterId:{},ReplicationGroupId:{}}},output:{resultWrapper:"ListAllowedNodeTypeModificationsResult",type:"structure",members:{ScaleUpModifications:{type:"list",member:{}}}}},ListTagsForResource:{input:{type:"structure",required:["ResourceName"],members:{ResourceName:{}}},output:{shape:"S5",resultWrapper:"ListTagsForResourceResult"}},ModifyCacheCluster:{input:{type:"structure",required:["CacheClusterId"],members:{CacheClusterId:{},NumCacheNodes:{type:"integer"},CacheNodeIdsToRemove:{shape:"Sz"},AZMode:{},NewAvailabilityZones:{shape:"Sp"},CacheSecurityGroupNames:{shape:"Sq"},SecurityGroupIds:{shape:"Sr"},PreferredMaintenanceWindow:{},NotificationTopicArn:{},CacheParameterGroupName:{},NotificationTopicStatus:{},ApplyImmediately:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},CacheNodeType:{}}},output:{resultWrapper:"ModifyCacheClusterResult",type:"structure",members:{CacheCluster:{shape:"Sv"}}}},ModifyCacheParameterGroup:{input:{type:"structure",required:["CacheParameterGroupName","ParameterNameValues"],members:{CacheParameterGroupName:{},ParameterNameValues:{shape:"S40"}}},output:{shape:"S42",resultWrapper:"ModifyCacheParameterGroupResult"}},ModifyCacheSubnetGroup:{input:{type:"structure",required:["CacheSubnetGroupName"],members:{CacheSubnetGroupName:{},CacheSubnetGroupDescription:{},SubnetIds:{shape:"S1e"}}},output:{resultWrapper:"ModifyCacheSubnetGroupResult",type:"structure",members:{CacheSubnetGroup:{shape:"S1g"}}}},ModifyReplicationGroup:{input:{type:"structure",required:["ReplicationGroupId"],members:{ReplicationGroupId:{},ReplicationGroupDescription:{},PrimaryClusterId:{},SnapshottingClusterId:{},AutomaticFailoverEnabled:{type:"boolean"},CacheSecurityGroupNames:{shape:"Sq"},SecurityGroupIds:{shape:"Sr"},PreferredMaintenanceWindow:{},NotificationTopicArn:{},CacheParameterGroupName:{},NotificationTopicStatus:{},ApplyImmediately:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},CacheNodeType:{},NodeGroupId:{deprecated:!0}}},output:{resultWrapper:"ModifyReplicationGroupResult",type:"structure",members:{ReplicationGroup:{shape:"S1n"}}}},ModifyReplicationGroupShardConfiguration:{input:{type:"structure",required:["ReplicationGroupId","NodeGroupCount","ApplyImmediately"],members:{ReplicationGroupId:{},NodeGroupCount:{type:"integer"},ApplyImmediately:{type:"boolean"},ReshardingConfiguration:{type:"list",member:{locationName:"ReshardingConfiguration",type:"structure",members:{NodeGroupId:{},PreferredAvailabilityZones:{shape:"Sm"}}}},NodeGroupsToRemove:{type:"list",member:{locationName:"NodeGroupToRemove"}},NodeGroupsToRetain:{type:"list",member:{locationName:"NodeGroupToRetain"}}}},output:{resultWrapper:"ModifyReplicationGroupShardConfigurationResult",type:"structure",members:{ReplicationGroup:{shape:"S1n"}}}},PurchaseReservedCacheNodesOffering:{input:{type:"structure",required:["ReservedCacheNodesOfferingId"],members:{ReservedCacheNodesOfferingId:{},ReservedCacheNodeId:{},CacheNodeCount:{type:"integer"}}},output:{resultWrapper:"PurchaseReservedCacheNodesOfferingResult",type:"structure",members:{ReservedCacheNode:{shape:"S3h"}}}},RebootCacheCluster:{input:{type:"structure",required:["CacheClusterId","CacheNodeIdsToReboot"],members:{CacheClusterId:{},CacheNodeIdsToReboot:{shape:"Sz"}}},output:{resultWrapper:"RebootCacheClusterResult",type:"structure",members:{CacheCluster:{shape:"Sv"}}}},RemoveTagsFromResource:{input:{type:"structure",required:["ResourceName","TagKeys"],members:{ResourceName:{},TagKeys:{type:"list",member:{}}}},output:{shape:"S5",resultWrapper:"RemoveTagsFromResourceResult"}},ResetCacheParameterGroup:{input:{type:"structure",required:["CacheParameterGroupName"],members:{CacheParameterGroupName:{},ResetAllParameters:{type:"boolean"},ParameterNameValues:{shape:"S40"}}},output:{shape:"S42",resultWrapper:"ResetCacheParameterGroupResult"}},RevokeCacheSecurityGroupIngress:{input:{type:"structure",required:["CacheSecurityGroupName","EC2SecurityGroupName","EC2SecurityGroupOwnerId"],members:{CacheSecurityGroupName:{},EC2SecurityGroupName:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"RevokeCacheSecurityGroupIngressResult",type:"structure",members:{CacheSecurityGroup:{shape:"S8"}}}},TestFailover:{input:{type:"structure",required:["ReplicationGroupId","NodeGroupId"],members:{ReplicationGroupId:{},NodeGroupId:{}}},output:{resultWrapper:"TestFailoverResult",type:"structure",members:{ReplicationGroup:{shape:"S1n"}}}}},shapes:{S3:{type:"list",member:{locationName:"Tag",type:"structure",members:{Key:{},Value:{}}}},S5:{type:"structure",members:{TagList:{shape:"S3"}}},S8:{type:"structure",members:{OwnerId:{},CacheSecurityGroupName:{},Description:{},EC2SecurityGroups:{type:"list",member:{locationName:"EC2SecurityGroup",type:"structure",members:{Status:{},EC2SecurityGroupName:{},EC2SecurityGroupOwnerId:{}}}}},wrapper:!0},Sd:{type:"structure",members:{SnapshotName:{},ReplicationGroupId:{},ReplicationGroupDescription:{},CacheClusterId:{},SnapshotStatus:{},SnapshotSource:{},CacheNodeType:{},Engine:{},EngineVersion:{},NumCacheNodes:{type:"integer"},PreferredAvailabilityZone:{},CacheClusterCreateTime:{type:"timestamp"},PreferredMaintenanceWindow:{},TopicArn:{},Port:{type:"integer"},CacheParameterGroupName:{},CacheSubnetGroupName:{},VpcId:{},AutoMinorVersionUpgrade:{type:"boolean"},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},NumNodeGroups:{type:"integer"},AutomaticFailover:{},NodeSnapshots:{type:"list",member:{locationName:"NodeSnapshot",type:"structure",members:{CacheClusterId:{},NodeGroupId:{},CacheNodeId:{},NodeGroupConfiguration:{shape:"Sk"},CacheSize:{},CacheNodeCreateTime:{type:"timestamp"},SnapshotCreateTime:{type:"timestamp"}},wrapper:!0}}},wrapper:!0},Sk:{type:"structure",members:{NodeGroupId:{},Slots:{},ReplicaCount:{type:"integer"},PrimaryAvailabilityZone:{},ReplicaAvailabilityZones:{shape:"Sm"}}},Sm:{type:"list",member:{locationName:"AvailabilityZone"}},Sp:{type:"list",member:{locationName:"PreferredAvailabilityZone"}},Sq:{type:"list",member:{locationName:"CacheSecurityGroupName"}},Sr:{type:"list",member:{locationName:"SecurityGroupId"}},Ss:{type:"list",member:{locationName:"SnapshotArn"}},Sv:{type:"structure",members:{CacheClusterId:{},ConfigurationEndpoint:{shape:"Sw"},ClientDownloadLandingPage:{},CacheNodeType:{},Engine:{},EngineVersion:{},CacheClusterStatus:{},NumCacheNodes:{type:"integer"},PreferredAvailabilityZone:{},CacheClusterCreateTime:{type:"timestamp"},PreferredMaintenanceWindow:{},PendingModifiedValues:{type:"structure",members:{NumCacheNodes:{type:"integer"},CacheNodeIdsToRemove:{shape:"Sz"},EngineVersion:{},CacheNodeType:{}}},NotificationConfiguration:{type:"structure",members:{TopicArn:{},TopicStatus:{}}},CacheSecurityGroups:{type:"list",member:{locationName:"CacheSecurityGroup",type:"structure",members:{CacheSecurityGroupName:{},Status:{}}}},CacheParameterGroup:{type:"structure",members:{CacheParameterGroupName:{},ParameterApplyStatus:{},CacheNodeIdsToReboot:{shape:"Sz"}}},CacheSubnetGroupName:{},CacheNodes:{type:"list",member:{locationName:"CacheNode",type:"structure",members:{CacheNodeId:{},CacheNodeStatus:{},CacheNodeCreateTime:{type:"timestamp"},Endpoint:{shape:"Sw"},ParameterGroupStatus:{},SourceCacheNodeId:{},CustomerAvailabilityZone:{}}}},AutoMinorVersionUpgrade:{type:"boolean"},SecurityGroups:{type:"list",member:{type:"structure",members:{SecurityGroupId:{},Status:{}}}},ReplicationGroupId:{},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},AuthTokenEnabled:{type:"boolean"},TransitEncryptionEnabled:{type:"boolean"},AtRestEncryptionEnabled:{type:"boolean"}},wrapper:!0},Sw:{type:"structure",members:{Address:{},Port:{type:"integer"}}},Sz:{type:"list",member:{locationName:"CacheNodeId"}},S1a:{type:"structure",members:{CacheParameterGroupName:{},CacheParameterGroupFamily:{},Description:{}},wrapper:!0},S1e:{type:"list",member:{locationName:"SubnetIdentifier"}},S1g:{type:"structure",members:{CacheSubnetGroupName:{},CacheSubnetGroupDescription:{},VpcId:{},Subnets:{type:"list",member:{locationName:"Subnet",type:"structure",members:{SubnetIdentifier:{},SubnetAvailabilityZone:{type:"structure",members:{Name:{}},wrapper:!0}}}}},wrapper:!0},S1n:{type:"structure",members:{ReplicationGroupId:{},Description:{},Status:{},PendingModifiedValues:{type:"structure",members:{PrimaryClusterId:{},AutomaticFailoverStatus:{},Resharding:{type:"structure",members:{SlotMigration:{type:"structure",members:{ProgressPercentage:{type:"double"}}}}}}},MemberClusters:{type:"list",member:{locationName:"ClusterId"}},NodeGroups:{type:"list",member:{locationName:"NodeGroup",type:"structure",members:{NodeGroupId:{},Status:{},PrimaryEndpoint:{shape:"Sw"},Slots:{},NodeGroupMembers:{type:"list",member:{locationName:"NodeGroupMember",type:"structure",members:{CacheClusterId:{},CacheNodeId:{},ReadEndpoint:{shape:"Sw"},PreferredAvailabilityZone:{},CurrentRole:{}}}}}}},SnapshottingClusterId:{},AutomaticFailover:{},ConfigurationEndpoint:{shape:"Sw"},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},ClusterEnabled:{type:"boolean"},CacheNodeType:{},AuthTokenEnabled:{type:"boolean"},TransitEncryptionEnabled:{type:"boolean"},AtRestEncryptionEnabled:{type:"boolean"}},wrapper:!0},S21:{type:"list",member:{locationName:"ConfigureShard",type:"structure",required:["NodeGroupId","NewReplicaCount"],members:{NodeGroupId:{},NewReplicaCount:{type:"integer"},PreferredAvailabilityZones:{shape:"Sp"}}}},S2q:{type:"list",member:{locationName:"Parameter",type:"structure",members:{ParameterName:{},ParameterValue:{},Description:{},Source:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},MinimumEngineVersion:{},ChangeType:{}}}},S2t:{type:"list",member:{locationName:"CacheNodeTypeSpecificParameter",type:"structure",members:{ParameterName:{},Description:{},Source:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},MinimumEngineVersion:{},CacheNodeTypeSpecificValues:{type:"list",member:{locationName:"CacheNodeTypeSpecificValue",type:"structure",members:{CacheNodeType:{},Value:{}}}},ChangeType:{}}}},S3h:{type:"structure",members:{ReservedCacheNodeId:{},ReservedCacheNodesOfferingId:{},CacheNodeType:{},StartTime:{type:"timestamp"},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},CacheNodeCount:{type:"integer"},ProductDescription:{},OfferingType:{},State:{},RecurringCharges:{shape:"S3i"},ReservationARN:{}},wrapper:!0},S3i:{type:"list",member:{locationName:"RecurringCharge",type:"structure",members:{RecurringChargeAmount:{type:"double"},RecurringChargeFrequency:{}},wrapper:!0}},S40:{type:"list",member:{locationName:"ParameterNameValue",type:"structure",members:{ParameterName:{},ParameterValue:{}}}},S42:{type:"structure",members:{CacheParameterGroupName:{}}}}}},LA9T:function(e){e.exports={pagination:{}}},LBXl:function(e,t,r){"use strict";function n(e){return Error.call(this),this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map(function(e,t){return t+1+") "+e.toString()}).join("\n "):"",this.name="UnsubscriptionError",this.errors=e,this}n.prototype=Object.create(Error.prototype),t.UnsubscriptionError=n},LC5p:function(e,t,r){"use strict";r.d(t,"a",function(){return i}),r.d(t,"b",function(){return o});var n=r("n6gG"),i=function(){function e(){this._vertical=!1,this._inset=!1}return Object.defineProperty(e.prototype,"vertical",{get:function(){return this._vertical},set:function(e){this._vertical=Object(n.c)(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"inset",{get:function(){return this._inset},set:function(e){this._inset=Object(n.c)(e)},enumerable:!0,configurable:!0}),e}(),o=function(){}},LC6p:function(e){e.exports={pagination:{DescribeDBEngineVersions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBEngineVersions"},DescribeDBInstances:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBInstances"},DescribeDBParameterGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBParameterGroups"},DescribeDBParameters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Parameters"},DescribeDBSecurityGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSecurityGroups"},DescribeDBSnapshots:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSnapshots"},DescribeDBSubnetGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSubnetGroups"},DescribeEngineDefaultParameters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"EngineDefaults.Marker",result_key:"EngineDefaults.Parameters"},DescribeEventSubscriptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"EventSubscriptionsList"},DescribeEvents:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Events"},DescribeOptionGroupOptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OptionGroupOptions"},DescribeOptionGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OptionGroupsList"},DescribeOrderableDBInstanceOptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OrderableDBInstanceOptions"},DescribeReservedDBInstances:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReservedDBInstances"},DescribeReservedDBInstancesOfferings:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReservedDBInstancesOfferings"},ListTagsForResource:{result_key:"TagList"}}}},LS4j:function(e){e.exports={pagination:{GetResourceConfigHistory:{input_token:"nextToken",limit_key:"limit",output_token:"nextToken",result_key:"configurationItems"}}}},LfMT:function(e){e.exports={version:2,waiters:{DistributionDeployed:{delay:60,operation:"GetDistribution",maxAttempts:25,description:"Wait until a distribution is deployed.",acceptors:[{expected:"Deployed",matcher:"path",state:"success",argument:"Distribution.Status"}]},InvalidationCompleted:{delay:20,operation:"GetInvalidation",maxAttempts:30,description:"Wait until an invalidation has completed.",acceptors:[{expected:"Completed",matcher:"path",state:"success",argument:"Invalidation.Status"}]},StreamingDistributionDeployed:{delay:60,operation:"GetStreamingDistribution",maxAttempts:25,description:"Wait until a streaming distribution is deployed.",acceptors:[{expected:"Deployed",matcher:"path",state:"success",argument:"StreamingDistribution.Status"}]}}}},"Lh+v":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("HatN"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.ngOnInit=function(){this.validator=o.equal(this.equal)},e.prototype.ngOnChanges=function(e){for(var t in e)"equal"===t&&(this.validator=o.equal(e[t].currentValue),this.onChange&&this.onChange())},e.prototype.validate=function(e){return this.validator(e)},e.prototype.registerOnValidatorChange=function(e){this.onChange=e},e.decorators=[{type:n.Directive,args:[{selector:"[equal][formControlName],[equal][formControl],[equal][ngModel]",providers:[a]}]}],e.propDecorators={equal:[{type:n.Input}]},e}();t.EqualValidator=s},Lh65:function(e,t,r){var n=r("QsWE"),i=r("+qE3").EventEmitter;r("Pzvs"),n.XHRClient=n.util.inherit({handleRequest:function(e,t,r,o){var a=this,s=e.endpoint,u=new i,l=s.protocol+"//"+s.hostname;80!==s.port&&443!==s.port&&(l+=":"+s.port),l+=e.path;var c=new XMLHttpRequest,p=!1;e.stream=c,c.addEventListener("readystatechange",function(){try{if(0===c.status)return}catch(e){return}this.readyState>=this.HEADERS_RECEIVED&&!p&&(u.statusCode=c.status,u.headers=a.parseHeaders(c.getAllResponseHeaders()),u.emit("headers",u.statusCode,u.headers,c.statusText),p=!0),this.readyState===this.DONE&&a.finishRequest(c,u)},!1),c.upload.addEventListener("progress",function(e){u.emit("sendProgress",e)}),c.addEventListener("progress",function(e){u.emit("receiveProgress",e)},!1),c.addEventListener("timeout",function(){o(n.util.error(new Error("Timeout"),{code:"TimeoutError"}))},!1),c.addEventListener("error",function(){o(n.util.error(new Error("Network Failure"),{code:"NetworkingError"}))},!1),c.addEventListener("abort",function(){o(n.util.error(new Error("Request aborted"),{code:"RequestAbortedError"}))},!1),r(u),c.open(e.method,l,!1!==t.xhrAsync),n.util.each(e.headers,function(e,t){"Content-Length"!==e&&"User-Agent"!==e&&"Host"!==e&&c.setRequestHeader(e,t)}),t.timeout&&!1!==t.xhrAsync&&(c.timeout=t.timeout),t.xhrWithCredentials&&(c.withCredentials=!0);try{c.responseType="arraybuffer"}catch(e){}try{e.body?c.send(e.body):c.send()}catch(t){if(!e.body||"object"!=typeof e.body.buffer)throw t;c.send(e.body.buffer)}return u},parseHeaders:function(e){var t={};return n.util.arrayEach(e.split(/\r?\n/),function(e){var r=e.split(":",1)[0],n=e.substring(r.length+2);r.length>0&&(t[r.toLowerCase()]=n)}),t},finishRequest:function(e,t){var r;if("arraybuffer"===e.responseType&&e.response){var i=e.response;r=new n.util.Buffer(i.byteLength);for(var o=new Uint8Array(i),a=0;a=o)return e;switch(e){case"%s":return String(i[r++]);case"%d":return Number(i[r++]);case"%j":try{return JSON.stringify(i[r++])}catch(e){return"[Circular]"}default:return e}}),u=i[r];r=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),d(r)?n.showHidden=r:r&&t._extend(n,r),b(n.showHidden)&&(n.showHidden=!1),b(n.depth)&&(n.depth=2),b(n.colors)&&(n.colors=!1),b(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=s),l(n,e,n.depth)}function s(e,t){var r=a.styles[t];return r?"\x1b["+a.colors[r][0]+"m"+e+"\x1b["+a.colors[r][1]+"m":e}function u(e,t){return e}function l(e,r,n){if(e.customInspect&&r&&N(r.inspect)&&r.inspect!==t.inspect&&(!r.constructor||r.constructor.prototype!==r)){var i=r.inspect(n,e);return f(i)||(i=l(e,i,n)),i}var o=function(e,t){if(b(t))return e.stylize("undefined","undefined");if(f(t)){var r="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(r,"string")}return y(t)?e.stylize(""+t,"number"):d(t)?e.stylize(""+t,"boolean"):h(t)?e.stylize("null","null"):void 0}(e,r);if(o)return o;var a,s=Object.keys(r),u=(a={},s.forEach(function(e,t){a[e]=!0}),a);if(e.showHidden&&(s=Object.getOwnPropertyNames(r)),I(r)&&(s.indexOf("message")>=0||s.indexOf("description")>=0))return c(r);if(0===s.length){if(N(r))return e.stylize("[Function"+(r.name?": "+r.name:"")+"]","special");if(g(r))return e.stylize(RegExp.prototype.toString.call(r),"regexp");if(S(r))return e.stylize(Date.prototype.toString.call(r),"date");if(I(r))return c(r)}var v,C="",_=!1,D=["{","}"];return m(r)&&(_=!0,D=["[","]"]),N(r)&&(C=" [Function"+(r.name?": "+r.name:"")+"]"),g(r)&&(C=" "+RegExp.prototype.toString.call(r)),S(r)&&(C=" "+Date.prototype.toUTCString.call(r)),I(r)&&(C=" "+c(r)),0!==s.length||_&&0!=r.length?n<0?g(r)?e.stylize(RegExp.prototype.toString.call(r),"regexp"):e.stylize("[Object]","special"):(e.seen.push(r),v=_?function(e,t,r,n,i){for(var o=[],a=0,s=t.length;a60?r[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+r[1]:r[0]+t+" "+e.join(", ")+" "+r[1]}(v,C,D)):D[0]+C+D[1]}function c(e){return"["+Error.prototype.toString.call(e)+"]"}function p(e,t,r,n,i,o){var a,s,u;if((u=Object.getOwnPropertyDescriptor(t,i)||{value:t[i]}).get?s=e.stylize(u.set?"[Getter/Setter]":"[Getter]","special"):u.set&&(s=e.stylize("[Setter]","special")),T(n,i)||(a="["+i+"]"),s||(e.seen.indexOf(u.value)<0?(s=h(r)?l(e,u.value,null):l(e,u.value,r-1)).indexOf("\n")>-1&&(s=o?s.split("\n").map(function(e){return" "+e}).join("\n").substr(2):"\n"+s.split("\n").map(function(e){return" "+e}).join("\n")):s=e.stylize("[Circular]","special")),b(a)){if(o&&i.match(/^\d+$/))return s;(a=JSON.stringify(""+i)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(a=a.substr(1,a.length-2),a=e.stylize(a,"name")):(a=a.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),a=e.stylize(a,"string"))}return a+": "+s}function m(e){return Array.isArray(e)}function d(e){return"boolean"==typeof e}function h(e){return null===e}function y(e){return"number"==typeof e}function f(e){return"string"==typeof e}function b(e){return void 0===e}function g(e){return v(e)&&"[object RegExp]"===C(e)}function v(e){return"object"==typeof e&&null!==e}function S(e){return v(e)&&"[object Date]"===C(e)}function I(e){return v(e)&&("[object Error]"===C(e)||e instanceof Error)}function N(e){return"function"==typeof e}function C(e){return Object.prototype.toString.call(e)}function _(e){return e<10?"0"+e.toString(10):e.toString(10)}t.debuglog=function(e){if(b(i)&&(i=process.env.NODE_DEBUG||""),e=e.toUpperCase(),!o[e])if(new RegExp("\\b"+e+"\\b","i").test(i)){var r=process.pid;o[e]=function(){var n=t.format.apply(t,arguments);console.error("%s %d: %s",e,r,n)}}else o[e]=function(){};return o[e]},t.inspect=a,a.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},a.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},t.isArray=m,t.isBoolean=d,t.isNull=h,t.isNullOrUndefined=function(e){return null==e},t.isNumber=y,t.isString=f,t.isSymbol=function(e){return"symbol"==typeof e},t.isUndefined=b,t.isRegExp=g,t.isObject=v,t.isDate=S,t.isError=I,t.isFunction=N,t.isPrimitive=function(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e},t.isBuffer=r("1gqn");var D=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function T(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.log=function(){var e,r;console.log("%s - %s",(r=[_((e=new Date).getHours()),_(e.getMinutes()),_(e.getSeconds())].join(":"),[e.getDate(),D[e.getMonth()],r].join(" ")),t.format.apply(t,arguments))},t.inherits=r("P7XM"),t._extend=function(e,t){if(!t||!v(t))return e;for(var r=Object.keys(t),n=r.length;n--;)e[r[n]]=t[r[n]];return e}},MCx4:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.lexruntime={},n.LexRuntime=i.defineService("lexruntime",["2016-11-28"]),Object.defineProperty(o.services.lexruntime,"2016-11-28",{get:function(){var e=r("nSXJ");return e.paginators=r("by1G").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.LexRuntime},MGBS:function(e,t,r){"use strict";r.d(t,"a",function(){return i});var n=r("mrSG"),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n.__extends(t,e),t.prototype.notifyNext=function(e,t,r,n,i){this.destination.next(t)},t.prototype.notifyError=function(e,t){this.destination.error(e)},t.prototype.notifyComplete=function(e){this.destination.complete()},t}(r("FFOo").a)},MPFp:function(e,t,r){"use strict";var n=r("uOPS"),i=r("Y7ZC"),o=r("kTiW"),a=r("NegM"),s=r("SBuE"),u=r("j2DC"),l=r("RfKB"),c=r("U+KD"),p=r("UWiX")("iterator"),m=!([].keys&&"next"in[].keys()),d=function(){return this};e.exports=function(e,t,r,h,y,f,b){u(r,t,h);var g,v,S,I=function(e){if(!m&&e in D)return D[e];switch(e){case"keys":case"values":return function(){return new r(this,e)}}return function(){return new r(this,e)}},N=t+" Iterator",C="values"==y,_=!1,D=e.prototype,T=D[p]||D["@@iterator"]||y&&D[y],k=T||I(y),A=y?C?I("entries"):k:void 0,R="Array"==t&&D.entries||T;if(R&&(S=c(R.call(new e)))!==Object.prototype&&S.next&&(l(S,N,!0),n||"function"==typeof S[p]||a(S,p,d)),C&&T&&"values"!==T.name&&(_=!0,k=function(){return T.call(this)}),n&&!b||!m&&!_&&D[p]||a(D,p,k),s[t]=k,s[N]=d,y)if(g={values:C?k:I("values"),keys:f?k:I("keys"),entries:A},b)for(v in g)v in D||o(D,v,g[v]);else i(i.P+i.F*(m||_),t,g);return g}},MYFO:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2013-12-02",endpointPrefix:"kinesis",jsonVersion:"1.1",protocol:"json",protocolSettings:{h2:"eventstream"},serviceAbbreviation:"Kinesis",serviceFullName:"Amazon Kinesis",serviceId:"Kinesis",signatureVersion:"v4",targetPrefix:"Kinesis_20131202",uid:"kinesis-2013-12-02"},operations:{AddTagsToStream:{input:{type:"structure",required:["StreamName","Tags"],members:{StreamName:{},Tags:{type:"map",key:{},value:{}}}}},CreateStream:{input:{type:"structure",required:["StreamName","ShardCount"],members:{StreamName:{},ShardCount:{type:"integer"}}}},DecreaseStreamRetentionPeriod:{input:{type:"structure",required:["StreamName","RetentionPeriodHours"],members:{StreamName:{},RetentionPeriodHours:{type:"integer"}}}},DeleteStream:{input:{type:"structure",required:["StreamName"],members:{StreamName:{},EnforceConsumerDeletion:{type:"boolean"}}}},DeregisterStreamConsumer:{input:{type:"structure",members:{StreamARN:{},ConsumerName:{},ConsumerARN:{}}}},DescribeLimits:{input:{type:"structure",members:{}},output:{type:"structure",required:["ShardLimit","OpenShardCount"],members:{ShardLimit:{type:"integer"},OpenShardCount:{type:"integer"}}}},DescribeStream:{input:{type:"structure",required:["StreamName"],members:{StreamName:{},Limit:{type:"integer"},ExclusiveStartShardId:{}}},output:{type:"structure",required:["StreamDescription"],members:{StreamDescription:{type:"structure",required:["StreamName","StreamARN","StreamStatus","Shards","HasMoreShards","RetentionPeriodHours","StreamCreationTimestamp","EnhancedMonitoring"],members:{StreamName:{},StreamARN:{},StreamStatus:{},Shards:{shape:"Sp"},HasMoreShards:{type:"boolean"},RetentionPeriodHours:{type:"integer"},StreamCreationTimestamp:{type:"timestamp"},EnhancedMonitoring:{shape:"Sw"},EncryptionType:{},KeyId:{}}}}}},DescribeStreamConsumer:{input:{type:"structure",members:{StreamARN:{},ConsumerName:{},ConsumerARN:{}}},output:{type:"structure",required:["ConsumerDescription"],members:{ConsumerDescription:{type:"structure",required:["ConsumerName","ConsumerARN","ConsumerStatus","ConsumerCreationTimestamp","StreamARN"],members:{ConsumerName:{},ConsumerARN:{},ConsumerStatus:{},ConsumerCreationTimestamp:{type:"timestamp"},StreamARN:{}}}}}},DescribeStreamSummary:{input:{type:"structure",required:["StreamName"],members:{StreamName:{}}},output:{type:"structure",required:["StreamDescriptionSummary"],members:{StreamDescriptionSummary:{type:"structure",required:["StreamName","StreamARN","StreamStatus","RetentionPeriodHours","StreamCreationTimestamp","EnhancedMonitoring","OpenShardCount"],members:{StreamName:{},StreamARN:{},StreamStatus:{},RetentionPeriodHours:{type:"integer"},StreamCreationTimestamp:{type:"timestamp"},EnhancedMonitoring:{shape:"Sw"},EncryptionType:{},KeyId:{},OpenShardCount:{type:"integer"},ConsumerCount:{type:"integer"}}}}}},DisableEnhancedMonitoring:{input:{type:"structure",required:["StreamName","ShardLevelMetrics"],members:{StreamName:{},ShardLevelMetrics:{shape:"Sy"}}},output:{shape:"S1b"}},EnableEnhancedMonitoring:{input:{type:"structure",required:["StreamName","ShardLevelMetrics"],members:{StreamName:{},ShardLevelMetrics:{shape:"Sy"}}},output:{shape:"S1b"}},GetRecords:{input:{type:"structure",required:["ShardIterator"],members:{ShardIterator:{},Limit:{type:"integer"}}},output:{type:"structure",required:["Records"],members:{Records:{type:"list",member:{type:"structure",required:["SequenceNumber","Data","PartitionKey"],members:{SequenceNumber:{},ApproximateArrivalTimestamp:{type:"timestamp"},Data:{type:"blob"},PartitionKey:{},EncryptionType:{}}}},NextShardIterator:{},MillisBehindLatest:{type:"long"}}}},GetShardIterator:{input:{type:"structure",required:["StreamName","ShardId","ShardIteratorType"],members:{StreamName:{},ShardId:{},ShardIteratorType:{},StartingSequenceNumber:{},Timestamp:{type:"timestamp"}}},output:{type:"structure",members:{ShardIterator:{}}}},IncreaseStreamRetentionPeriod:{input:{type:"structure",required:["StreamName","RetentionPeriodHours"],members:{StreamName:{},RetentionPeriodHours:{type:"integer"}}}},ListShards:{input:{type:"structure",members:{StreamName:{},NextToken:{},ExclusiveStartShardId:{},MaxResults:{type:"integer"},StreamCreationTimestamp:{type:"timestamp"}}},output:{type:"structure",members:{Shards:{shape:"Sp"},NextToken:{}}}},ListStreamConsumers:{input:{type:"structure",required:["StreamARN"],members:{StreamARN:{},NextToken:{},MaxResults:{type:"integer"},StreamCreationTimestamp:{type:"timestamp"}}},output:{type:"structure",members:{Consumers:{type:"list",member:{shape:"S1y"}},NextToken:{}}}},ListStreams:{input:{type:"structure",members:{Limit:{type:"integer"},ExclusiveStartStreamName:{}}},output:{type:"structure",required:["StreamNames","HasMoreStreams"],members:{StreamNames:{type:"list",member:{}},HasMoreStreams:{type:"boolean"}}}},ListTagsForStream:{input:{type:"structure",required:["StreamName"],members:{StreamName:{},ExclusiveStartTagKey:{},Limit:{type:"integer"}}},output:{type:"structure",required:["Tags","HasMoreTags"],members:{Tags:{type:"list",member:{type:"structure",required:["Key"],members:{Key:{},Value:{}}}},HasMoreTags:{type:"boolean"}}}},MergeShards:{input:{type:"structure",required:["StreamName","ShardToMerge","AdjacentShardToMerge"],members:{StreamName:{},ShardToMerge:{},AdjacentShardToMerge:{}}}},PutRecord:{input:{type:"structure",required:["StreamName","Data","PartitionKey"],members:{StreamName:{},Data:{type:"blob"},PartitionKey:{},ExplicitHashKey:{},SequenceNumberForOrdering:{}}},output:{type:"structure",required:["ShardId","SequenceNumber"],members:{ShardId:{},SequenceNumber:{},EncryptionType:{}}}},PutRecords:{input:{type:"structure",required:["Records","StreamName"],members:{Records:{type:"list",member:{type:"structure",required:["Data","PartitionKey"],members:{Data:{type:"blob"},ExplicitHashKey:{},PartitionKey:{}}}},StreamName:{}}},output:{type:"structure",required:["Records"],members:{FailedRecordCount:{type:"integer"},Records:{type:"list",member:{type:"structure",members:{SequenceNumber:{},ShardId:{},ErrorCode:{},ErrorMessage:{}}}},EncryptionType:{}}}},RegisterStreamConsumer:{input:{type:"structure",required:["StreamARN","ConsumerName"],members:{StreamARN:{},ConsumerName:{}}},output:{type:"structure",required:["Consumer"],members:{Consumer:{shape:"S1y"}}}},RemoveTagsFromStream:{input:{type:"structure",required:["StreamName","TagKeys"],members:{StreamName:{},TagKeys:{type:"list",member:{}}}}},SplitShard:{input:{type:"structure",required:["StreamName","ShardToSplit","NewStartingHashKey"],members:{StreamName:{},ShardToSplit:{},NewStartingHashKey:{}}}},StartStreamEncryption:{input:{type:"structure",required:["StreamName","EncryptionType","KeyId"],members:{StreamName:{},EncryptionType:{},KeyId:{}}}},StopStreamEncryption:{input:{type:"structure",required:["StreamName","EncryptionType","KeyId"],members:{StreamName:{},EncryptionType:{},KeyId:{}}}},UpdateShardCount:{input:{type:"structure",required:["StreamName","TargetShardCount","ScalingType"],members:{StreamName:{},TargetShardCount:{type:"integer"},ScalingType:{}}},output:{type:"structure",members:{StreamName:{},CurrentShardCount:{type:"integer"},TargetShardCount:{type:"integer"}}}}},shapes:{Sp:{type:"list",member:{type:"structure",required:["ShardId","HashKeyRange","SequenceNumberRange"],members:{ShardId:{},ParentShardId:{},AdjacentParentShardId:{},HashKeyRange:{type:"structure",required:["StartingHashKey","EndingHashKey"],members:{StartingHashKey:{},EndingHashKey:{}}},SequenceNumberRange:{type:"structure",required:["StartingSequenceNumber"],members:{StartingSequenceNumber:{},EndingSequenceNumber:{}}}}}},Sw:{type:"list",member:{type:"structure",members:{ShardLevelMetrics:{shape:"Sy"}}}},Sy:{type:"list",member:{}},S1b:{type:"structure",members:{StreamName:{},CurrentShardLevelMetrics:{shape:"Sy"},DesiredShardLevelMetrics:{shape:"Sy"}}},S1y:{type:"structure",required:["ConsumerName","ConsumerARN","ConsumerStatus","ConsumerCreationTimestamp"],members:{ConsumerName:{},ConsumerARN:{},ConsumerStatus:{},ConsumerCreationTimestamp:{type:"timestamp"}}}}}},McSo:function(e,t,r){"use strict";function n(e){return null!=e&&"object"==typeof e}r.d(t,"a",function(){return n})},MkmW:function(e,t,r){"use strict";t.hostReportError=function(e){setTimeout(function(){throw e})}},MlvX:function(e,t,r){"use strict";r.d(t,"a",function(){return u}),r.d(t,"c",function(){return c}),r.d(t,"b",function(){return p}),r.d(t,"d",function(){return m});var n=r("CcnG"),i=r("Wf4p"),o=(r("Fzqc"),r("dWZg")),a=r("Ip0R"),s=r("wFw1"),u=n["\u0275crt"]({encapsulation:2,styles:[".mat-option{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative;cursor:pointer;outline:0;display:flex;flex-direction:row;max-width:100%;box-sizing:border-box;align-items:center;-webkit-tap-highlight-color:transparent}.mat-option[disabled]{cursor:default}[dir=rtl] .mat-option{text-align:right}.mat-option .mat-icon{margin-right:16px;vertical-align:middle}.mat-option .mat-icon svg{vertical-align:top}[dir=rtl] .mat-option .mat-icon{margin-left:16px;margin-right:0}.mat-option[aria-disabled=true]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:32px}[dir=rtl] .mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:16px;padding-right:32px}@media screen and (-ms-high-contrast:active){.mat-option{margin:0 1px}.mat-option.mat-active{border:solid 1px currentColor;margin:0}}.mat-option-text{display:inline-block;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.mat-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}@media screen and (-ms-high-contrast:active){.mat-option-ripple{opacity:.5}}.mat-option-pseudo-checkbox{margin-right:8px}[dir=rtl] .mat-option-pseudo-checkbox{margin-left:8px;margin-right:0}"],data:{}});function l(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,1,"mat-pseudo-checkbox",[["class","mat-option-pseudo-checkbox mat-pseudo-checkbox"]],[[2,"mat-pseudo-checkbox-indeterminate",null],[2,"mat-pseudo-checkbox-checked",null],[2,"mat-pseudo-checkbox-disabled",null],[2,"_mat-animation-noopable",null]],null,null,m,p)),n["\u0275did"](1,49152,null,0,i.w,[[2,s.a]],{state:[0,"state"],disabled:[1,"disabled"]},null)],function(e,t){var r=t.component;e(t,1,0,r.selected?"checked":"",r.disabled)},function(e,t){e(t,0,0,"indeterminate"===n["\u0275nov"](t,1).state,"checked"===n["\u0275nov"](t,1).state,n["\u0275nov"](t,1).disabled,"NoopAnimations"===n["\u0275nov"](t,1)._animationMode)})}function c(e){return n["\u0275vid"](2,[(e()(),n["\u0275and"](16777216,null,null,1,null,l)),n["\u0275did"](1,16384,null,0,a.NgIf,[n.ViewContainerRef,n.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),n["\u0275eld"](2,0,null,null,1,"span",[["class","mat-option-text"]],null,null,null,null,null)),n["\u0275ncd"](null,0),(e()(),n["\u0275eld"](4,0,null,null,1,"div",[["class","mat-option-ripple mat-ripple"],["mat-ripple",""]],[[2,"mat-ripple-unbounded",null]],null,null,null,null)),n["\u0275did"](5,212992,null,0,i.y,[n.ElementRef,n.NgZone,o.a,[2,i.m],[2,s.a]],{disabled:[0,"disabled"],trigger:[1,"trigger"]},null)],function(e,t){var r=t.component;e(t,1,0,r.multiple),e(t,5,0,r.disabled||r.disableRipple,r._getHostElement())},function(e,t){e(t,4,0,n["\u0275nov"](t,5).unbounded)})}var p=n["\u0275crt"]({encapsulation:2,styles:[".mat-pseudo-checkbox{width:20px;height:20px;border:2px solid;border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0,0,.2,.1),background-color 90ms cubic-bezier(0,0,.2,.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:'';border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0,0,.2,.1)}.mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate{border-color:transparent}._mat-animation-noopable.mat-pseudo-checkbox{transition:none;animation:none}._mat-animation-noopable.mat-pseudo-checkbox::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{top:7px;left:0;width:16px;opacity:1}.mat-pseudo-checkbox-checked::after{top:3px;left:1px;width:12px;height:5px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1}"],data:{}});function m(e){return n["\u0275vid"](2,[],null,null)}},MmLS:function(e,t,r){var n=r("QsWE");n.util.update(n.Lambda.prototype,{setupRequestListeners:function(e){"invoke"===e.operation&&e.addListener("extractData",n.util.convertPayloadToString)}})},MoMs:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2014-10-31",endpointPrefix:"rds",protocol:"query",serviceAbbreviation:"Amazon RDS",serviceFullName:"Amazon Relational Database Service",serviceId:"RDS",signatureVersion:"v4",uid:"rds-2014-10-31",xmlNamespace:"http://rds.amazonaws.com/doc/2014-10-31/"},operations:{AddRoleToDBCluster:{input:{type:"structure",required:["DBClusterIdentifier","RoleArn"],members:{DBClusterIdentifier:{},RoleArn:{}}}},AddSourceIdentifierToSubscription:{input:{type:"structure",required:["SubscriptionName","SourceIdentifier"],members:{SubscriptionName:{},SourceIdentifier:{}}},output:{resultWrapper:"AddSourceIdentifierToSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S5"}}}},AddTagsToResource:{input:{type:"structure",required:["ResourceName","Tags"],members:{ResourceName:{},Tags:{shape:"Sa"}}}},ApplyPendingMaintenanceAction:{input:{type:"structure",required:["ResourceIdentifier","ApplyAction","OptInType"],members:{ResourceIdentifier:{},ApplyAction:{},OptInType:{}}},output:{resultWrapper:"ApplyPendingMaintenanceActionResult",type:"structure",members:{ResourcePendingMaintenanceActions:{shape:"Se"}}}},AuthorizeDBSecurityGroupIngress:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{},CIDRIP:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"AuthorizeDBSecurityGroupIngressResult",type:"structure",members:{DBSecurityGroup:{shape:"Sk"}}}},BacktrackDBCluster:{input:{type:"structure",required:["DBClusterIdentifier","BacktrackTo"],members:{DBClusterIdentifier:{},BacktrackTo:{type:"timestamp"},Force:{type:"boolean"},UseEarliestTimeOnPointInTimeUnavailable:{type:"boolean"}}},output:{shape:"Sr",resultWrapper:"BacktrackDBClusterResult"}},CopyDBClusterParameterGroup:{input:{type:"structure",required:["SourceDBClusterParameterGroupIdentifier","TargetDBClusterParameterGroupIdentifier","TargetDBClusterParameterGroupDescription"],members:{SourceDBClusterParameterGroupIdentifier:{},TargetDBClusterParameterGroupIdentifier:{},TargetDBClusterParameterGroupDescription:{},Tags:{shape:"Sa"}}},output:{resultWrapper:"CopyDBClusterParameterGroupResult",type:"structure",members:{DBClusterParameterGroup:{shape:"Su"}}}},CopyDBClusterSnapshot:{input:{type:"structure",required:["SourceDBClusterSnapshotIdentifier","TargetDBClusterSnapshotIdentifier"],members:{SourceDBClusterSnapshotIdentifier:{},TargetDBClusterSnapshotIdentifier:{},KmsKeyId:{},PreSignedUrl:{},CopyTags:{type:"boolean"},Tags:{shape:"Sa"},SourceRegion:{}}},output:{resultWrapper:"CopyDBClusterSnapshotResult",type:"structure",members:{DBClusterSnapshot:{shape:"Sx"}}}},CopyDBParameterGroup:{input:{type:"structure",required:["SourceDBParameterGroupIdentifier","TargetDBParameterGroupIdentifier","TargetDBParameterGroupDescription"],members:{SourceDBParameterGroupIdentifier:{},TargetDBParameterGroupIdentifier:{},TargetDBParameterGroupDescription:{},Tags:{shape:"Sa"}}},output:{resultWrapper:"CopyDBParameterGroupResult",type:"structure",members:{DBParameterGroup:{shape:"S12"}}}},CopyDBSnapshot:{input:{type:"structure",required:["SourceDBSnapshotIdentifier","TargetDBSnapshotIdentifier"],members:{SourceDBSnapshotIdentifier:{},TargetDBSnapshotIdentifier:{},KmsKeyId:{},Tags:{shape:"Sa"},CopyTags:{type:"boolean"},PreSignedUrl:{},OptionGroupName:{},SourceRegion:{}}},output:{resultWrapper:"CopyDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"S15"}}}},CopyOptionGroup:{input:{type:"structure",required:["SourceOptionGroupIdentifier","TargetOptionGroupIdentifier","TargetOptionGroupDescription"],members:{SourceOptionGroupIdentifier:{},TargetOptionGroupIdentifier:{},TargetOptionGroupDescription:{},Tags:{shape:"Sa"}}},output:{resultWrapper:"CopyOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1b"}}}},CreateDBCluster:{input:{type:"structure",required:["DBClusterIdentifier","Engine"],members:{AvailabilityZones:{shape:"Sy"},BackupRetentionPeriod:{type:"integer"},CharacterSetName:{},DatabaseName:{},DBClusterIdentifier:{},DBClusterParameterGroupName:{},VpcSecurityGroupIds:{shape:"S1l"},DBSubnetGroupName:{},Engine:{},EngineVersion:{},Port:{type:"integer"},MasterUsername:{},MasterUserPassword:{},OptionGroupName:{},PreferredBackupWindow:{},PreferredMaintenanceWindow:{},ReplicationSourceIdentifier:{},Tags:{shape:"Sa"},StorageEncrypted:{type:"boolean"},KmsKeyId:{},PreSignedUrl:{},EnableIAMDatabaseAuthentication:{type:"boolean"},BacktrackWindow:{type:"long"},EnableCloudwatchLogsExports:{shape:"S1n"},EngineMode:{},ScalingConfiguration:{shape:"S1o"},SourceRegion:{}}},output:{resultWrapper:"CreateDBClusterResult",type:"structure",members:{DBCluster:{shape:"S1q"}}}},CreateDBClusterParameterGroup:{input:{type:"structure",required:["DBClusterParameterGroupName","DBParameterGroupFamily","Description"],members:{DBClusterParameterGroupName:{},DBParameterGroupFamily:{},Description:{},Tags:{shape:"Sa"}}},output:{resultWrapper:"CreateDBClusterParameterGroupResult",type:"structure",members:{DBClusterParameterGroup:{shape:"Su"}}}},CreateDBClusterSnapshot:{input:{type:"structure",required:["DBClusterSnapshotIdentifier","DBClusterIdentifier"],members:{DBClusterSnapshotIdentifier:{},DBClusterIdentifier:{},Tags:{shape:"Sa"}}},output:{resultWrapper:"CreateDBClusterSnapshotResult",type:"structure",members:{DBClusterSnapshot:{shape:"Sx"}}}},CreateDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier","DBInstanceClass","Engine"],members:{DBName:{},DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},Engine:{},MasterUsername:{},MasterUserPassword:{},DBSecurityGroups:{shape:"S24"},VpcSecurityGroupIds:{shape:"S1l"},AvailabilityZone:{},DBSubnetGroupName:{},PreferredMaintenanceWindow:{},DBParameterGroupName:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{},Port:{type:"integer"},MultiAZ:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},Iops:{type:"integer"},OptionGroupName:{},CharacterSetName:{},PubliclyAccessible:{type:"boolean"},Tags:{shape:"Sa"},DBClusterIdentifier:{},StorageType:{},TdeCredentialArn:{},TdeCredentialPassword:{},StorageEncrypted:{type:"boolean"},KmsKeyId:{},Domain:{},CopyTagsToSnapshot:{type:"boolean"},MonitoringInterval:{type:"integer"},MonitoringRoleArn:{},DomainIAMRoleName:{},PromotionTier:{type:"integer"},Timezone:{},EnableIAMDatabaseAuthentication:{type:"boolean"},EnablePerformanceInsights:{type:"boolean"},PerformanceInsightsKMSKeyId:{},PerformanceInsightsRetentionPeriod:{type:"integer"},EnableCloudwatchLogsExports:{shape:"S1n"},ProcessorFeatures:{shape:"S17"}}},output:{resultWrapper:"CreateDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S26"}}}},CreateDBInstanceReadReplica:{input:{type:"structure",required:["DBInstanceIdentifier","SourceDBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SourceDBInstanceIdentifier:{},DBInstanceClass:{},AvailabilityZone:{},Port:{type:"integer"},MultiAZ:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},Iops:{type:"integer"},OptionGroupName:{},PubliclyAccessible:{type:"boolean"},Tags:{shape:"Sa"},DBSubnetGroupName:{},StorageType:{},CopyTagsToSnapshot:{type:"boolean"},MonitoringInterval:{type:"integer"},MonitoringRoleArn:{},KmsKeyId:{},PreSignedUrl:{},EnableIAMDatabaseAuthentication:{type:"boolean"},EnablePerformanceInsights:{type:"boolean"},PerformanceInsightsKMSKeyId:{},PerformanceInsightsRetentionPeriod:{type:"integer"},EnableCloudwatchLogsExports:{shape:"S1n"},ProcessorFeatures:{shape:"S17"},UseDefaultProcessorFeatures:{type:"boolean"},SourceRegion:{}}},output:{resultWrapper:"CreateDBInstanceReadReplicaResult",type:"structure",members:{DBInstance:{shape:"S26"}}}},CreateDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","DBParameterGroupFamily","Description"],members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{},Tags:{shape:"Sa"}}},output:{resultWrapper:"CreateDBParameterGroupResult",type:"structure",members:{DBParameterGroup:{shape:"S12"}}}},CreateDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName","DBSecurityGroupDescription"],members:{DBSecurityGroupName:{},DBSecurityGroupDescription:{},Tags:{shape:"Sa"}}},output:{resultWrapper:"CreateDBSecurityGroupResult",type:"structure",members:{DBSecurityGroup:{shape:"Sk"}}}},CreateDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier","DBInstanceIdentifier"],members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{},Tags:{shape:"Sa"}}},output:{resultWrapper:"CreateDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"S15"}}}},CreateDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","DBSubnetGroupDescription","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S2x"},Tags:{shape:"Sa"}}},output:{resultWrapper:"CreateDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S2a"}}}},CreateEventSubscription:{input:{type:"structure",required:["SubscriptionName","SnsTopicArn"],members:{SubscriptionName:{},SnsTopicArn:{},SourceType:{},EventCategories:{shape:"S7"},SourceIds:{shape:"S6"},Enabled:{type:"boolean"},Tags:{shape:"Sa"}}},output:{resultWrapper:"CreateEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S5"}}}},CreateOptionGroup:{input:{type:"structure",required:["OptionGroupName","EngineName","MajorEngineVersion","OptionGroupDescription"],members:{OptionGroupName:{},EngineName:{},MajorEngineVersion:{},OptionGroupDescription:{},Tags:{shape:"Sa"}}},output:{resultWrapper:"CreateOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1b"}}}},DeleteDBCluster:{input:{type:"structure",required:["DBClusterIdentifier"],members:{DBClusterIdentifier:{},SkipFinalSnapshot:{type:"boolean"},FinalDBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBClusterResult",type:"structure",members:{DBCluster:{shape:"S1q"}}}},DeleteDBClusterParameterGroup:{input:{type:"structure",required:["DBClusterParameterGroupName"],members:{DBClusterParameterGroupName:{}}}},DeleteDBClusterSnapshot:{input:{type:"structure",required:["DBClusterSnapshotIdentifier"],members:{DBClusterSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBClusterSnapshotResult",type:"structure",members:{DBClusterSnapshot:{shape:"Sx"}}}},DeleteDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SkipFinalSnapshot:{type:"boolean"},FinalDBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S26"}}}},DeleteDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{}}}},DeleteDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{}}}},DeleteDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier"],members:{DBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"S15"}}}},DeleteDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName"],members:{DBSubnetGroupName:{}}}},DeleteEventSubscription:{input:{type:"structure",required:["SubscriptionName"],members:{SubscriptionName:{}}},output:{resultWrapper:"DeleteEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S5"}}}},DeleteOptionGroup:{input:{type:"structure",required:["OptionGroupName"],members:{OptionGroupName:{}}}},DescribeAccountAttributes:{input:{type:"structure",members:{}},output:{resultWrapper:"DescribeAccountAttributesResult",type:"structure",members:{AccountQuotas:{type:"list",member:{locationName:"AccountQuota",type:"structure",members:{AccountQuotaName:{},Used:{type:"long"},Max:{type:"long"}},wrapper:!0}}}}},DescribeCertificates:{input:{type:"structure",members:{CertificateIdentifier:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeCertificatesResult",type:"structure",members:{Certificates:{type:"list",member:{locationName:"Certificate",type:"structure",members:{CertificateIdentifier:{},CertificateType:{},Thumbprint:{},ValidFrom:{type:"timestamp"},ValidTill:{type:"timestamp"},CertificateArn:{}},wrapper:!0}},Marker:{}}}},DescribeDBClusterBacktracks:{input:{type:"structure",required:["DBClusterIdentifier"],members:{DBClusterIdentifier:{},BacktrackIdentifier:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBClusterBacktracksResult",type:"structure",members:{Marker:{},DBClusterBacktracks:{type:"list",member:{shape:"Sr",locationName:"DBClusterBacktrack"}}}}},DescribeDBClusterParameterGroups:{input:{type:"structure",members:{DBClusterParameterGroupName:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBClusterParameterGroupsResult",type:"structure",members:{Marker:{},DBClusterParameterGroups:{type:"list",member:{shape:"Su",locationName:"DBClusterParameterGroup"}}}}},DescribeDBClusterParameters:{input:{type:"structure",required:["DBClusterParameterGroupName"],members:{DBClusterParameterGroupName:{},Source:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBClusterParametersResult",type:"structure",members:{Parameters:{shape:"S42"},Marker:{}}}},DescribeDBClusterSnapshotAttributes:{input:{type:"structure",required:["DBClusterSnapshotIdentifier"],members:{DBClusterSnapshotIdentifier:{}}},output:{resultWrapper:"DescribeDBClusterSnapshotAttributesResult",type:"structure",members:{DBClusterSnapshotAttributesResult:{shape:"S48"}}}},DescribeDBClusterSnapshots:{input:{type:"structure",members:{DBClusterIdentifier:{},DBClusterSnapshotIdentifier:{},SnapshotType:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{},IncludeShared:{type:"boolean"},IncludePublic:{type:"boolean"}}},output:{resultWrapper:"DescribeDBClusterSnapshotsResult",type:"structure",members:{Marker:{},DBClusterSnapshots:{type:"list",member:{shape:"Sx",locationName:"DBClusterSnapshot"}}}}},DescribeDBClusters:{input:{type:"structure",members:{DBClusterIdentifier:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBClustersResult",type:"structure",members:{Marker:{},DBClusters:{type:"list",member:{shape:"S1q",locationName:"DBCluster"}}}}},DescribeDBEngineVersions:{input:{type:"structure",members:{Engine:{},EngineVersion:{},DBParameterGroupFamily:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{},DefaultOnly:{type:"boolean"},ListSupportedCharacterSets:{type:"boolean"},ListSupportedTimezones:{type:"boolean"}}},output:{resultWrapper:"DescribeDBEngineVersionsResult",type:"structure",members:{Marker:{},DBEngineVersions:{type:"list",member:{locationName:"DBEngineVersion",type:"structure",members:{Engine:{},EngineVersion:{},DBParameterGroupFamily:{},DBEngineDescription:{},DBEngineVersionDescription:{},DefaultCharacterSet:{shape:"S4m"},SupportedCharacterSets:{type:"list",member:{shape:"S4m",locationName:"CharacterSet"}},ValidUpgradeTarget:{type:"list",member:{locationName:"UpgradeTarget",type:"structure",members:{Engine:{},EngineVersion:{},Description:{},AutoUpgrade:{type:"boolean"},IsMajorVersionUpgrade:{type:"boolean"}}}},SupportedTimezones:{type:"list",member:{locationName:"Timezone",type:"structure",members:{TimezoneName:{}}}},ExportableLogTypes:{shape:"S1n"},SupportsLogExportsToCloudwatchLogs:{type:"boolean"},SupportsReadReplica:{type:"boolean"},SupportedEngineModes:{shape:"S45"}}}}}}},DescribeDBInstances:{input:{type:"structure",members:{DBInstanceIdentifier:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBInstancesResult",type:"structure",members:{Marker:{},DBInstances:{type:"list",member:{shape:"S26",locationName:"DBInstance"}}}}},DescribeDBLogFiles:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},FilenameContains:{},FileLastWritten:{type:"long"},FileSize:{type:"long"},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBLogFilesResult",type:"structure",members:{DescribeDBLogFiles:{type:"list",member:{locationName:"DescribeDBLogFilesDetails",type:"structure",members:{LogFileName:{},LastWritten:{type:"long"},Size:{type:"long"}}}},Marker:{}}}},DescribeDBParameterGroups:{input:{type:"structure",members:{DBParameterGroupName:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParameterGroupsResult",type:"structure",members:{Marker:{},DBParameterGroups:{type:"list",member:{shape:"S12",locationName:"DBParameterGroup"}}}}},DescribeDBParameters:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},Source:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParametersResult",type:"structure",members:{Parameters:{shape:"S42"},Marker:{}}}},DescribeDBSecurityGroups:{input:{type:"structure",members:{DBSecurityGroupName:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSecurityGroupsResult",type:"structure",members:{Marker:{},DBSecurityGroups:{type:"list",member:{shape:"Sk",locationName:"DBSecurityGroup"}}}}},DescribeDBSnapshotAttributes:{input:{type:"structure",required:["DBSnapshotIdentifier"],members:{DBSnapshotIdentifier:{}}},output:{resultWrapper:"DescribeDBSnapshotAttributesResult",type:"structure",members:{DBSnapshotAttributesResult:{shape:"S59"}}}},DescribeDBSnapshots:{input:{type:"structure",members:{DBInstanceIdentifier:{},DBSnapshotIdentifier:{},SnapshotType:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{},IncludeShared:{type:"boolean"},IncludePublic:{type:"boolean"}}},output:{resultWrapper:"DescribeDBSnapshotsResult",type:"structure",members:{Marker:{},DBSnapshots:{type:"list",member:{shape:"S15",locationName:"DBSnapshot"}}}}},DescribeDBSubnetGroups:{input:{type:"structure",members:{DBSubnetGroupName:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSubnetGroupsResult",type:"structure",members:{Marker:{},DBSubnetGroups:{type:"list",member:{shape:"S2a",locationName:"DBSubnetGroup"}}}}},DescribeEngineDefaultClusterParameters:{input:{type:"structure",required:["DBParameterGroupFamily"],members:{DBParameterGroupFamily:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEngineDefaultClusterParametersResult",type:"structure",members:{EngineDefaults:{shape:"S5k"}}}},DescribeEngineDefaultParameters:{input:{type:"structure",required:["DBParameterGroupFamily"],members:{DBParameterGroupFamily:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEngineDefaultParametersResult",type:"structure",members:{EngineDefaults:{shape:"S5k"}}}},DescribeEventCategories:{input:{type:"structure",members:{SourceType:{},Filters:{shape:"S3o"}}},output:{resultWrapper:"DescribeEventCategoriesResult",type:"structure",members:{EventCategoriesMapList:{type:"list",member:{locationName:"EventCategoriesMap",type:"structure",members:{SourceType:{},EventCategories:{shape:"S7"}},wrapper:!0}}}}},DescribeEventSubscriptions:{input:{type:"structure",members:{SubscriptionName:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventSubscriptionsResult",type:"structure",members:{Marker:{},EventSubscriptionsList:{type:"list",member:{shape:"S5",locationName:"EventSubscription"}}}}},DescribeEvents:{input:{type:"structure",members:{SourceIdentifier:{},SourceType:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Duration:{type:"integer"},EventCategories:{shape:"S7"},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventsResult",type:"structure",members:{Marker:{},Events:{type:"list",member:{locationName:"Event",type:"structure",members:{SourceIdentifier:{},SourceType:{},Message:{},EventCategories:{shape:"S7"},Date:{type:"timestamp"},SourceArn:{}}}}}}},DescribeOptionGroupOptions:{input:{type:"structure",required:["EngineName"],members:{EngineName:{},MajorEngineVersion:{},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeOptionGroupOptionsResult",type:"structure",members:{OptionGroupOptions:{type:"list",member:{locationName:"OptionGroupOption",type:"structure",members:{Name:{},Description:{},EngineName:{},MajorEngineVersion:{},MinimumRequiredMinorEngineVersion:{},PortRequired:{type:"boolean"},DefaultPort:{type:"integer"},OptionsDependedOn:{type:"list",member:{locationName:"OptionName"}},OptionsConflictsWith:{type:"list",member:{locationName:"OptionConflictName"}},Persistent:{type:"boolean"},Permanent:{type:"boolean"},RequiresAutoMinorEngineVersionUpgrade:{type:"boolean"},VpcOnly:{type:"boolean"},SupportsOptionVersionDowngrade:{type:"boolean"},OptionGroupOptionSettings:{type:"list",member:{locationName:"OptionGroupOptionSetting",type:"structure",members:{SettingName:{},SettingDescription:{},DefaultValue:{},ApplyType:{},AllowedValues:{},IsModifiable:{type:"boolean"}}}},OptionGroupOptionVersions:{type:"list",member:{locationName:"OptionVersion",type:"structure",members:{Version:{},IsDefault:{type:"boolean"}}}}}}},Marker:{}}}},DescribeOptionGroups:{input:{type:"structure",members:{OptionGroupName:{},Filters:{shape:"S3o"},Marker:{},MaxRecords:{type:"integer"},EngineName:{},MajorEngineVersion:{}}},output:{resultWrapper:"DescribeOptionGroupsResult",type:"structure",members:{OptionGroupsList:{type:"list",member:{shape:"S1b",locationName:"OptionGroup"}},Marker:{}}}},DescribeOrderableDBInstanceOptions:{input:{type:"structure",required:["Engine"],members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},Vpc:{type:"boolean"},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeOrderableDBInstanceOptionsResult",type:"structure",members:{OrderableDBInstanceOptions:{type:"list",member:{locationName:"OrderableDBInstanceOption",type:"structure",members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},AvailabilityZones:{type:"list",member:{shape:"S2d",locationName:"AvailabilityZone"}},MultiAZCapable:{type:"boolean"},ReadReplicaCapable:{type:"boolean"},Vpc:{type:"boolean"},SupportsStorageEncryption:{type:"boolean"},StorageType:{},SupportsIops:{type:"boolean"},SupportsEnhancedMonitoring:{type:"boolean"},SupportsIAMDatabaseAuthentication:{type:"boolean"},SupportsPerformanceInsights:{type:"boolean"},MinStorageSize:{type:"integer"},MaxStorageSize:{type:"integer"},MinIopsPerDbInstance:{type:"integer"},MaxIopsPerDbInstance:{type:"integer"},MinIopsPerGib:{type:"double"},MaxIopsPerGib:{type:"double"},AvailableProcessorFeatures:{shape:"S6i"},SupportedEngineModes:{shape:"S45"}},wrapper:!0}},Marker:{}}}},DescribePendingMaintenanceActions:{input:{type:"structure",members:{ResourceIdentifier:{},Filters:{shape:"S3o"},Marker:{},MaxRecords:{type:"integer"}}},output:{resultWrapper:"DescribePendingMaintenanceActionsResult",type:"structure",members:{PendingMaintenanceActions:{type:"list",member:{shape:"Se",locationName:"ResourcePendingMaintenanceActions"}},Marker:{}}}},DescribeReservedDBInstances:{input:{type:"structure",members:{ReservedDBInstanceId:{},ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesResult",type:"structure",members:{Marker:{},ReservedDBInstances:{type:"list",member:{shape:"S6q",locationName:"ReservedDBInstance"}}}}},DescribeReservedDBInstancesOfferings:{input:{type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},Filters:{shape:"S3o"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesOfferingsResult",type:"structure",members:{Marker:{},ReservedDBInstancesOfferings:{type:"list",member:{locationName:"ReservedDBInstancesOffering",type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},CurrencyCode:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},RecurringCharges:{shape:"S6s"}},wrapper:!0}}}}},DescribeSourceRegions:{input:{type:"structure",members:{RegionName:{},MaxRecords:{type:"integer"},Marker:{},Filters:{shape:"S3o"}}},output:{resultWrapper:"DescribeSourceRegionsResult",type:"structure",members:{Marker:{},SourceRegions:{type:"list",member:{locationName:"SourceRegion",type:"structure",members:{RegionName:{},Endpoint:{},Status:{}}}}}}},DescribeValidDBInstanceModifications:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{}}},output:{resultWrapper:"DescribeValidDBInstanceModificationsResult",type:"structure",members:{ValidDBInstanceModificationsMessage:{type:"structure",members:{Storage:{type:"list",member:{locationName:"ValidStorageOptions",type:"structure",members:{StorageType:{},StorageSize:{shape:"S77"},ProvisionedIops:{shape:"S77"},IopsToStorageRatio:{type:"list",member:{locationName:"DoubleRange",type:"structure",members:{From:{type:"double"},To:{type:"double"}}}}}}},ValidProcessorFeatures:{shape:"S6i"}},wrapper:!0}}}},DownloadDBLogFilePortion:{input:{type:"structure",required:["DBInstanceIdentifier","LogFileName"],members:{DBInstanceIdentifier:{},LogFileName:{},Marker:{},NumberOfLines:{type:"integer"}}},output:{resultWrapper:"DownloadDBLogFilePortionResult",type:"structure",members:{LogFileData:{},Marker:{},AdditionalDataPending:{type:"boolean"}}}},FailoverDBCluster:{input:{type:"structure",members:{DBClusterIdentifier:{},TargetDBInstanceIdentifier:{}}},output:{resultWrapper:"FailoverDBClusterResult",type:"structure",members:{DBCluster:{shape:"S1q"}}}},ListTagsForResource:{input:{type:"structure",required:["ResourceName"],members:{ResourceName:{},Filters:{shape:"S3o"}}},output:{resultWrapper:"ListTagsForResourceResult",type:"structure",members:{TagList:{shape:"Sa"}}}},ModifyCurrentDBClusterCapacity:{input:{type:"structure",required:["DBClusterIdentifier"],members:{DBClusterIdentifier:{},Capacity:{type:"integer"},SecondsBeforeTimeout:{type:"integer"},TimeoutAction:{}}},output:{resultWrapper:"ModifyCurrentDBClusterCapacityResult",type:"structure",members:{DBClusterIdentifier:{},PendingCapacity:{type:"integer"},CurrentCapacity:{type:"integer"},SecondsBeforeTimeout:{type:"integer"},TimeoutAction:{}}}},ModifyDBCluster:{input:{type:"structure",required:["DBClusterIdentifier"],members:{DBClusterIdentifier:{},NewDBClusterIdentifier:{},ApplyImmediately:{type:"boolean"},BackupRetentionPeriod:{type:"integer"},DBClusterParameterGroupName:{},VpcSecurityGroupIds:{shape:"S1l"},Port:{type:"integer"},MasterUserPassword:{},OptionGroupName:{},PreferredBackupWindow:{},PreferredMaintenanceWindow:{},EnableIAMDatabaseAuthentication:{type:"boolean"},BacktrackWindow:{type:"long"},CloudwatchLogsExportConfiguration:{shape:"S7k"},EngineVersion:{},ScalingConfiguration:{shape:"S1o"}}},output:{resultWrapper:"ModifyDBClusterResult",type:"structure",members:{DBCluster:{shape:"S1q"}}}},ModifyDBClusterParameterGroup:{input:{type:"structure",required:["DBClusterParameterGroupName","Parameters"],members:{DBClusterParameterGroupName:{},Parameters:{shape:"S42"}}},output:{shape:"S7n",resultWrapper:"ModifyDBClusterParameterGroupResult"}},ModifyDBClusterSnapshotAttribute:{input:{type:"structure",required:["DBClusterSnapshotIdentifier","AttributeName"],members:{DBClusterSnapshotIdentifier:{},AttributeName:{},ValuesToAdd:{shape:"S4b"},ValuesToRemove:{shape:"S4b"}}},output:{resultWrapper:"ModifyDBClusterSnapshotAttributeResult",type:"structure",members:{DBClusterSnapshotAttributesResult:{shape:"S48"}}}},ModifyDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},DBSubnetGroupName:{},DBSecurityGroups:{shape:"S24"},VpcSecurityGroupIds:{shape:"S1l"},ApplyImmediately:{type:"boolean"},MasterUserPassword:{},DBParameterGroupName:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{},PreferredMaintenanceWindow:{},MultiAZ:{type:"boolean"},EngineVersion:{},AllowMajorVersionUpgrade:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},Iops:{type:"integer"},OptionGroupName:{},NewDBInstanceIdentifier:{},StorageType:{},TdeCredentialArn:{},TdeCredentialPassword:{},CACertificateIdentifier:{},Domain:{},CopyTagsToSnapshot:{type:"boolean"},MonitoringInterval:{type:"integer"},DBPortNumber:{type:"integer"},PubliclyAccessible:{type:"boolean"},MonitoringRoleArn:{},DomainIAMRoleName:{},PromotionTier:{type:"integer"},EnableIAMDatabaseAuthentication:{type:"boolean"},EnablePerformanceInsights:{type:"boolean"},PerformanceInsightsKMSKeyId:{},PerformanceInsightsRetentionPeriod:{type:"integer"},CloudwatchLogsExportConfiguration:{shape:"S7k"},ProcessorFeatures:{shape:"S17"},UseDefaultProcessorFeatures:{type:"boolean"}}},output:{resultWrapper:"ModifyDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S26"}}}},ModifyDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","Parameters"],members:{DBParameterGroupName:{},Parameters:{shape:"S42"}}},output:{shape:"S7t",resultWrapper:"ModifyDBParameterGroupResult"}},ModifyDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier"],members:{DBSnapshotIdentifier:{},EngineVersion:{},OptionGroupName:{}}},output:{resultWrapper:"ModifyDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"S15"}}}},ModifyDBSnapshotAttribute:{input:{type:"structure",required:["DBSnapshotIdentifier","AttributeName"],members:{DBSnapshotIdentifier:{},AttributeName:{},ValuesToAdd:{shape:"S4b"},ValuesToRemove:{shape:"S4b"}}},output:{resultWrapper:"ModifyDBSnapshotAttributeResult",type:"structure",members:{DBSnapshotAttributesResult:{shape:"S59"}}}},ModifyDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S2x"}}},output:{resultWrapper:"ModifyDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S2a"}}}},ModifyEventSubscription:{input:{type:"structure",required:["SubscriptionName"],members:{SubscriptionName:{},SnsTopicArn:{},SourceType:{},EventCategories:{shape:"S7"},Enabled:{type:"boolean"}}},output:{resultWrapper:"ModifyEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S5"}}}},ModifyOptionGroup:{input:{type:"structure",required:["OptionGroupName"],members:{OptionGroupName:{},OptionsToInclude:{type:"list",member:{locationName:"OptionConfiguration",type:"structure",required:["OptionName"],members:{OptionName:{},Port:{type:"integer"},OptionVersion:{},DBSecurityGroupMemberships:{shape:"S24"},VpcSecurityGroupMemberships:{shape:"S1l"},OptionSettings:{type:"list",member:{shape:"S1f",locationName:"OptionSetting"}}}}},OptionsToRemove:{type:"list",member:{}},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"ModifyOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1b"}}}},PromoteReadReplica:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{}}},output:{resultWrapper:"PromoteReadReplicaResult",type:"structure",members:{DBInstance:{shape:"S26"}}}},PromoteReadReplicaDBCluster:{input:{type:"structure",required:["DBClusterIdentifier"],members:{DBClusterIdentifier:{}}},output:{resultWrapper:"PromoteReadReplicaDBClusterResult",type:"structure",members:{DBCluster:{shape:"S1q"}}}},PurchaseReservedDBInstancesOffering:{input:{type:"structure",required:["ReservedDBInstancesOfferingId"],members:{ReservedDBInstancesOfferingId:{},ReservedDBInstanceId:{},DBInstanceCount:{type:"integer"},Tags:{shape:"Sa"}}},output:{resultWrapper:"PurchaseReservedDBInstancesOfferingResult",type:"structure",members:{ReservedDBInstance:{shape:"S6q"}}}},RebootDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},ForceFailover:{type:"boolean"}}},output:{resultWrapper:"RebootDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S26"}}}},RemoveRoleFromDBCluster:{input:{type:"structure",required:["DBClusterIdentifier","RoleArn"],members:{DBClusterIdentifier:{},RoleArn:{}}}},RemoveSourceIdentifierFromSubscription:{input:{type:"structure",required:["SubscriptionName","SourceIdentifier"],members:{SubscriptionName:{},SourceIdentifier:{}}},output:{resultWrapper:"RemoveSourceIdentifierFromSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S5"}}}},RemoveTagsFromResource:{input:{type:"structure",required:["ResourceName","TagKeys"],members:{ResourceName:{},TagKeys:{type:"list",member:{}}}}},ResetDBClusterParameterGroup:{input:{type:"structure",required:["DBClusterParameterGroupName"],members:{DBClusterParameterGroupName:{},ResetAllParameters:{type:"boolean"},Parameters:{shape:"S42"}}},output:{shape:"S7n",resultWrapper:"ResetDBClusterParameterGroupResult"}},ResetDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},ResetAllParameters:{type:"boolean"},Parameters:{shape:"S42"}}},output:{shape:"S7t",resultWrapper:"ResetDBParameterGroupResult"}},RestoreDBClusterFromS3:{input:{type:"structure",required:["DBClusterIdentifier","Engine","MasterUsername","MasterUserPassword","SourceEngine","SourceEngineVersion","S3BucketName","S3IngestionRoleArn"],members:{AvailabilityZones:{shape:"Sy"},BackupRetentionPeriod:{type:"integer"},CharacterSetName:{},DatabaseName:{},DBClusterIdentifier:{},DBClusterParameterGroupName:{},VpcSecurityGroupIds:{shape:"S1l"},DBSubnetGroupName:{},Engine:{},EngineVersion:{},Port:{type:"integer"},MasterUsername:{},MasterUserPassword:{},OptionGroupName:{},PreferredBackupWindow:{},PreferredMaintenanceWindow:{},Tags:{shape:"Sa"},StorageEncrypted:{type:"boolean"},KmsKeyId:{},EnableIAMDatabaseAuthentication:{type:"boolean"},SourceEngine:{},SourceEngineVersion:{},S3BucketName:{},S3Prefix:{},S3IngestionRoleArn:{},BacktrackWindow:{type:"long"},EnableCloudwatchLogsExports:{shape:"S1n"}}},output:{resultWrapper:"RestoreDBClusterFromS3Result",type:"structure",members:{DBCluster:{shape:"S1q"}}}},RestoreDBClusterFromSnapshot:{input:{type:"structure",required:["DBClusterIdentifier","SnapshotIdentifier","Engine"],members:{AvailabilityZones:{shape:"Sy"},DBClusterIdentifier:{},SnapshotIdentifier:{},Engine:{},EngineVersion:{},Port:{type:"integer"},DBSubnetGroupName:{},DatabaseName:{},OptionGroupName:{},VpcSecurityGroupIds:{shape:"S1l"},Tags:{shape:"Sa"},KmsKeyId:{},EnableIAMDatabaseAuthentication:{type:"boolean"},BacktrackWindow:{type:"long"},EnableCloudwatchLogsExports:{shape:"S1n"},EngineMode:{},ScalingConfiguration:{shape:"S1o"}}},output:{resultWrapper:"RestoreDBClusterFromSnapshotResult",type:"structure",members:{DBCluster:{shape:"S1q"}}}},RestoreDBClusterToPointInTime:{input:{type:"structure",required:["DBClusterIdentifier","SourceDBClusterIdentifier"],members:{DBClusterIdentifier:{},RestoreType:{},SourceDBClusterIdentifier:{},RestoreToTime:{type:"timestamp"},UseLatestRestorableTime:{type:"boolean"},Port:{type:"integer"},DBSubnetGroupName:{},OptionGroupName:{},VpcSecurityGroupIds:{shape:"S1l"},Tags:{shape:"Sa"},KmsKeyId:{},EnableIAMDatabaseAuthentication:{type:"boolean"},BacktrackWindow:{type:"long"},EnableCloudwatchLogsExports:{shape:"S1n"}}},output:{resultWrapper:"RestoreDBClusterToPointInTimeResult",type:"structure",members:{DBCluster:{shape:"S1q"}}}},RestoreDBInstanceFromDBSnapshot:{input:{type:"structure",required:["DBInstanceIdentifier","DBSnapshotIdentifier"],members:{DBInstanceIdentifier:{},DBSnapshotIdentifier:{},DBInstanceClass:{},Port:{type:"integer"},AvailabilityZone:{},DBSubnetGroupName:{},MultiAZ:{type:"boolean"},PubliclyAccessible:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},DBName:{},Engine:{},Iops:{type:"integer"},OptionGroupName:{},Tags:{shape:"Sa"},StorageType:{},TdeCredentialArn:{},TdeCredentialPassword:{},Domain:{},CopyTagsToSnapshot:{type:"boolean"},DomainIAMRoleName:{},EnableIAMDatabaseAuthentication:{type:"boolean"},EnableCloudwatchLogsExports:{shape:"S1n"},ProcessorFeatures:{shape:"S17"},UseDefaultProcessorFeatures:{type:"boolean"}}},output:{resultWrapper:"RestoreDBInstanceFromDBSnapshotResult",type:"structure",members:{DBInstance:{shape:"S26"}}}},RestoreDBInstanceFromS3:{input:{type:"structure",required:["DBInstanceIdentifier","DBInstanceClass","Engine","SourceEngine","SourceEngineVersion","S3BucketName","S3IngestionRoleArn"],members:{DBName:{},DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},Engine:{},MasterUsername:{},MasterUserPassword:{},DBSecurityGroups:{shape:"S24"},VpcSecurityGroupIds:{shape:"S1l"},AvailabilityZone:{},DBSubnetGroupName:{},PreferredMaintenanceWindow:{},DBParameterGroupName:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{},Port:{type:"integer"},MultiAZ:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},Iops:{type:"integer"},OptionGroupName:{},PubliclyAccessible:{type:"boolean"},Tags:{shape:"Sa"},StorageType:{},StorageEncrypted:{type:"boolean"},KmsKeyId:{},CopyTagsToSnapshot:{type:"boolean"},MonitoringInterval:{type:"integer"},MonitoringRoleArn:{},EnableIAMDatabaseAuthentication:{type:"boolean"},SourceEngine:{},SourceEngineVersion:{},S3BucketName:{},S3Prefix:{},S3IngestionRoleArn:{},EnablePerformanceInsights:{type:"boolean"},PerformanceInsightsKMSKeyId:{},PerformanceInsightsRetentionPeriod:{type:"integer"},EnableCloudwatchLogsExports:{shape:"S1n"},ProcessorFeatures:{shape:"S17"},UseDefaultProcessorFeatures:{type:"boolean"}}},output:{resultWrapper:"RestoreDBInstanceFromS3Result",type:"structure",members:{DBInstance:{shape:"S26"}}}},RestoreDBInstanceToPointInTime:{input:{type:"structure",required:["SourceDBInstanceIdentifier","TargetDBInstanceIdentifier"],members:{SourceDBInstanceIdentifier:{},TargetDBInstanceIdentifier:{},RestoreTime:{type:"timestamp"},UseLatestRestorableTime:{type:"boolean"},DBInstanceClass:{},Port:{type:"integer"},AvailabilityZone:{},DBSubnetGroupName:{},MultiAZ:{type:"boolean"},PubliclyAccessible:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},DBName:{},Engine:{},Iops:{type:"integer"},OptionGroupName:{},CopyTagsToSnapshot:{type:"boolean"},Tags:{shape:"Sa"},StorageType:{},TdeCredentialArn:{},TdeCredentialPassword:{},Domain:{},DomainIAMRoleName:{},EnableIAMDatabaseAuthentication:{type:"boolean"},EnableCloudwatchLogsExports:{shape:"S1n"},ProcessorFeatures:{shape:"S17"},UseDefaultProcessorFeatures:{type:"boolean"}}},output:{resultWrapper:"RestoreDBInstanceToPointInTimeResult",type:"structure",members:{DBInstance:{shape:"S26"}}}},RevokeDBSecurityGroupIngress:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{},CIDRIP:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"RevokeDBSecurityGroupIngressResult",type:"structure",members:{DBSecurityGroup:{shape:"Sk"}}}},StartDBCluster:{input:{type:"structure",required:["DBClusterIdentifier"],members:{DBClusterIdentifier:{}}},output:{resultWrapper:"StartDBClusterResult",type:"structure",members:{DBCluster:{shape:"S1q"}}}},StartDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{}}},output:{resultWrapper:"StartDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S26"}}}},StopDBCluster:{input:{type:"structure",required:["DBClusterIdentifier"],members:{DBClusterIdentifier:{}}},output:{resultWrapper:"StopDBClusterResult",type:"structure",members:{DBCluster:{shape:"S1q"}}}},StopDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},DBSnapshotIdentifier:{}}},output:{resultWrapper:"StopDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S26"}}}}},shapes:{S5:{type:"structure",members:{CustomerAwsId:{},CustSubscriptionId:{},SnsTopicArn:{},Status:{},SubscriptionCreationTime:{},SourceType:{},SourceIdsList:{shape:"S6"},EventCategoriesList:{shape:"S7"},Enabled:{type:"boolean"},EventSubscriptionArn:{}},wrapper:!0},S6:{type:"list",member:{locationName:"SourceId"}},S7:{type:"list",member:{locationName:"EventCategory"}},Sa:{type:"list",member:{locationName:"Tag",type:"structure",members:{Key:{},Value:{}}}},Se:{type:"structure",members:{ResourceIdentifier:{},PendingMaintenanceActionDetails:{type:"list",member:{locationName:"PendingMaintenanceAction",type:"structure",members:{Action:{},AutoAppliedAfterDate:{type:"timestamp"},ForcedApplyDate:{type:"timestamp"},OptInStatus:{},CurrentApplyDate:{type:"timestamp"},Description:{}}}}},wrapper:!0},Sk:{type:"structure",members:{OwnerId:{},DBSecurityGroupName:{},DBSecurityGroupDescription:{},VpcId:{},EC2SecurityGroups:{type:"list",member:{locationName:"EC2SecurityGroup",type:"structure",members:{Status:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}}},IPRanges:{type:"list",member:{locationName:"IPRange",type:"structure",members:{Status:{},CIDRIP:{}}}},DBSecurityGroupArn:{}},wrapper:!0},Sr:{type:"structure",members:{DBClusterIdentifier:{},BacktrackIdentifier:{},BacktrackTo:{type:"timestamp"},BacktrackedFrom:{type:"timestamp"},BacktrackRequestCreationTime:{type:"timestamp"},Status:{}}},Su:{type:"structure",members:{DBClusterParameterGroupName:{},DBParameterGroupFamily:{},Description:{},DBClusterParameterGroupArn:{}},wrapper:!0},Sx:{type:"structure",members:{AvailabilityZones:{shape:"Sy"},DBClusterSnapshotIdentifier:{},DBClusterIdentifier:{},SnapshotCreateTime:{type:"timestamp"},Engine:{},AllocatedStorage:{type:"integer"},Status:{},Port:{type:"integer"},VpcId:{},ClusterCreateTime:{type:"timestamp"},MasterUsername:{},EngineVersion:{},LicenseModel:{},SnapshotType:{},PercentProgress:{type:"integer"},StorageEncrypted:{type:"boolean"},KmsKeyId:{},DBClusterSnapshotArn:{},SourceDBClusterSnapshotArn:{},IAMDatabaseAuthenticationEnabled:{type:"boolean"}},wrapper:!0},Sy:{type:"list",member:{locationName:"AvailabilityZone"}},S12:{type:"structure",members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{},DBParameterGroupArn:{}},wrapper:!0},S15:{type:"structure",members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{},SnapshotCreateTime:{type:"timestamp"},Engine:{},AllocatedStorage:{type:"integer"},Status:{},Port:{type:"integer"},AvailabilityZone:{},VpcId:{},InstanceCreateTime:{type:"timestamp"},MasterUsername:{},EngineVersion:{},LicenseModel:{},SnapshotType:{},Iops:{type:"integer"},OptionGroupName:{},PercentProgress:{type:"integer"},SourceRegion:{},SourceDBSnapshotIdentifier:{},StorageType:{},TdeCredentialArn:{},Encrypted:{type:"boolean"},KmsKeyId:{},DBSnapshotArn:{},Timezone:{},IAMDatabaseAuthenticationEnabled:{type:"boolean"},ProcessorFeatures:{shape:"S17"}},wrapper:!0},S17:{type:"list",member:{locationName:"ProcessorFeature",type:"structure",members:{Name:{},Value:{}}}},S1b:{type:"structure",members:{OptionGroupName:{},OptionGroupDescription:{},EngineName:{},MajorEngineVersion:{},Options:{type:"list",member:{locationName:"Option",type:"structure",members:{OptionName:{},OptionDescription:{},Persistent:{type:"boolean"},Permanent:{type:"boolean"},Port:{type:"integer"},OptionVersion:{},OptionSettings:{type:"list",member:{shape:"S1f",locationName:"OptionSetting"}},DBSecurityGroupMemberships:{shape:"S1g"},VpcSecurityGroupMemberships:{shape:"S1i"}}}},AllowsVpcAndNonVpcInstanceMemberships:{type:"boolean"},VpcId:{},OptionGroupArn:{}},wrapper:!0},S1f:{type:"structure",members:{Name:{},Value:{},DefaultValue:{},Description:{},ApplyType:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},IsCollection:{type:"boolean"}}},S1g:{type:"list",member:{locationName:"DBSecurityGroup",type:"structure",members:{DBSecurityGroupName:{},Status:{}}}},S1i:{type:"list",member:{locationName:"VpcSecurityGroupMembership",type:"structure",members:{VpcSecurityGroupId:{},Status:{}}}},S1l:{type:"list",member:{locationName:"VpcSecurityGroupId"}},S1n:{type:"list",member:{}},S1o:{type:"structure",members:{MinCapacity:{type:"integer"},MaxCapacity:{type:"integer"},AutoPause:{type:"boolean"},SecondsUntilAutoPause:{type:"integer"}}},S1q:{type:"structure",members:{AllocatedStorage:{type:"integer"},AvailabilityZones:{shape:"Sy"},BackupRetentionPeriod:{type:"integer"},CharacterSetName:{},DatabaseName:{},DBClusterIdentifier:{},DBClusterParameterGroup:{},DBSubnetGroup:{},Status:{},PercentProgress:{},EarliestRestorableTime:{type:"timestamp"},Endpoint:{},ReaderEndpoint:{},MultiAZ:{type:"boolean"},Engine:{},EngineVersion:{},LatestRestorableTime:{type:"timestamp"},Port:{type:"integer"},MasterUsername:{},DBClusterOptionGroupMemberships:{type:"list",member:{locationName:"DBClusterOptionGroup",type:"structure",members:{DBClusterOptionGroupName:{},Status:{}}}},PreferredBackupWindow:{},PreferredMaintenanceWindow:{},ReplicationSourceIdentifier:{},ReadReplicaIdentifiers:{type:"list",member:{locationName:"ReadReplicaIdentifier"}},DBClusterMembers:{type:"list",member:{locationName:"DBClusterMember",type:"structure",members:{DBInstanceIdentifier:{},IsClusterWriter:{type:"boolean"},DBClusterParameterGroupStatus:{},PromotionTier:{type:"integer"}},wrapper:!0}},VpcSecurityGroups:{shape:"S1i"},HostedZoneId:{},StorageEncrypted:{type:"boolean"},KmsKeyId:{},DbClusterResourceId:{},DBClusterArn:{},AssociatedRoles:{type:"list",member:{locationName:"DBClusterRole",type:"structure",members:{RoleArn:{},Status:{},FeatureName:{}}}},IAMDatabaseAuthenticationEnabled:{type:"boolean"},CloneGroupId:{},ClusterCreateTime:{type:"timestamp"},EarliestBacktrackTime:{type:"timestamp"},BacktrackWindow:{type:"long"},BacktrackConsumedChangeRecords:{type:"long"},EnabledCloudwatchLogsExports:{shape:"S1n"},Capacity:{type:"integer"},EngineMode:{},ScalingConfigurationInfo:{type:"structure",members:{MinCapacity:{type:"integer"},MaxCapacity:{type:"integer"},AutoPause:{type:"boolean"},SecondsUntilAutoPause:{type:"integer"}}}},wrapper:!0},S24:{type:"list",member:{locationName:"DBSecurityGroupName"}},S26:{type:"structure",members:{DBInstanceIdentifier:{},DBInstanceClass:{},Engine:{},DBInstanceStatus:{},MasterUsername:{},DBName:{},Endpoint:{type:"structure",members:{Address:{},Port:{type:"integer"},HostedZoneId:{}}},AllocatedStorage:{type:"integer"},InstanceCreateTime:{type:"timestamp"},PreferredBackupWindow:{},BackupRetentionPeriod:{type:"integer"},DBSecurityGroups:{shape:"S1g"},VpcSecurityGroups:{shape:"S1i"},DBParameterGroups:{type:"list",member:{locationName:"DBParameterGroup",type:"structure",members:{DBParameterGroupName:{},ParameterApplyStatus:{}}}},AvailabilityZone:{},DBSubnetGroup:{shape:"S2a"},PreferredMaintenanceWindow:{},PendingModifiedValues:{type:"structure",members:{DBInstanceClass:{},AllocatedStorage:{type:"integer"},MasterUserPassword:{},Port:{type:"integer"},BackupRetentionPeriod:{type:"integer"},MultiAZ:{type:"boolean"},EngineVersion:{},LicenseModel:{},Iops:{type:"integer"},DBInstanceIdentifier:{},StorageType:{},CACertificateIdentifier:{},DBSubnetGroupName:{},PendingCloudwatchLogsExports:{type:"structure",members:{LogTypesToEnable:{shape:"S1n"},LogTypesToDisable:{shape:"S1n"}}},ProcessorFeatures:{shape:"S17"}}},LatestRestorableTime:{type:"timestamp"},MultiAZ:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},ReadReplicaSourceDBInstanceIdentifier:{},ReadReplicaDBInstanceIdentifiers:{type:"list",member:{locationName:"ReadReplicaDBInstanceIdentifier"}},ReadReplicaDBClusterIdentifiers:{type:"list",member:{locationName:"ReadReplicaDBClusterIdentifier"}},LicenseModel:{},Iops:{type:"integer"},OptionGroupMemberships:{type:"list",member:{locationName:"OptionGroupMembership",type:"structure",members:{OptionGroupName:{},Status:{}}}},CharacterSetName:{},SecondaryAvailabilityZone:{},PubliclyAccessible:{type:"boolean"},StatusInfos:{type:"list",member:{locationName:"DBInstanceStatusInfo",type:"structure",members:{StatusType:{},Normal:{type:"boolean"},Status:{},Message:{}}}},StorageType:{},TdeCredentialArn:{},DbInstancePort:{type:"integer"},DBClusterIdentifier:{},StorageEncrypted:{type:"boolean"},KmsKeyId:{},DbiResourceId:{},CACertificateIdentifier:{},DomainMemberships:{type:"list",member:{locationName:"DomainMembership",type:"structure",members:{Domain:{},Status:{},FQDN:{},IAMRoleName:{}}}},CopyTagsToSnapshot:{type:"boolean"},MonitoringInterval:{type:"integer"},EnhancedMonitoringResourceArn:{},MonitoringRoleArn:{},PromotionTier:{type:"integer"},DBInstanceArn:{},Timezone:{},IAMDatabaseAuthenticationEnabled:{type:"boolean"},PerformanceInsightsEnabled:{type:"boolean"},PerformanceInsightsKMSKeyId:{},PerformanceInsightsRetentionPeriod:{type:"integer"},EnabledCloudwatchLogsExports:{shape:"S1n"},ProcessorFeatures:{shape:"S17"}},wrapper:!0},S2a:{type:"structure",members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},VpcId:{},SubnetGroupStatus:{},Subnets:{type:"list",member:{locationName:"Subnet",type:"structure",members:{SubnetIdentifier:{},SubnetAvailabilityZone:{shape:"S2d"},SubnetStatus:{}}}},DBSubnetGroupArn:{}},wrapper:!0},S2d:{type:"structure",members:{Name:{}},wrapper:!0},S2x:{type:"list",member:{locationName:"SubnetIdentifier"}},S3o:{type:"list",member:{locationName:"Filter",type:"structure",required:["Name","Values"],members:{Name:{},Values:{type:"list",member:{locationName:"Value"}}}}},S42:{type:"list",member:{locationName:"Parameter",type:"structure",members:{ParameterName:{},ParameterValue:{},Description:{},Source:{},ApplyType:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},MinimumEngineVersion:{},ApplyMethod:{},SupportedEngineModes:{shape:"S45"}}}},S45:{type:"list",member:{}},S48:{type:"structure",members:{DBClusterSnapshotIdentifier:{},DBClusterSnapshotAttributes:{type:"list",member:{locationName:"DBClusterSnapshotAttribute",type:"structure",members:{AttributeName:{},AttributeValues:{shape:"S4b"}}}}},wrapper:!0},S4b:{type:"list",member:{locationName:"AttributeValue"}},S4m:{type:"structure",members:{CharacterSetName:{},CharacterSetDescription:{}}},S59:{type:"structure",members:{DBSnapshotIdentifier:{},DBSnapshotAttributes:{type:"list",member:{locationName:"DBSnapshotAttribute",type:"structure",members:{AttributeName:{},AttributeValues:{shape:"S4b"}},wrapper:!0}}},wrapper:!0},S5k:{type:"structure",members:{DBParameterGroupFamily:{},Marker:{},Parameters:{shape:"S42"}},wrapper:!0},S6i:{type:"list",member:{locationName:"AvailableProcessorFeature",type:"structure",members:{Name:{},DefaultValue:{},AllowedValues:{}}}},S6q:{type:"structure",members:{ReservedDBInstanceId:{},ReservedDBInstancesOfferingId:{},DBInstanceClass:{},StartTime:{type:"timestamp"},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},CurrencyCode:{},DBInstanceCount:{type:"integer"},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},State:{},RecurringCharges:{shape:"S6s"},ReservedDBInstanceArn:{}},wrapper:!0},S6s:{type:"list",member:{locationName:"RecurringCharge",type:"structure",members:{RecurringChargeAmount:{type:"double"},RecurringChargeFrequency:{}},wrapper:!0}},S77:{type:"list",member:{locationName:"Range",type:"structure",members:{From:{type:"integer"},To:{type:"integer"},Step:{type:"integer"}}}},S7k:{type:"structure",members:{EnableLogTypes:{shape:"S1n"},DisableLogTypes:{shape:"S1n"}}},S7n:{type:"structure",members:{DBClusterParameterGroupName:{}}},S7t:{type:"structure",members:{DBParameterGroupName:{}}}}}},MpAI:function(e,t,r){"use strict";r.d(t,"a",function(){return u});var n=r("mrSG"),i=r("Ehmk"),o=r("eihs"),a=r("MGBS"),s=r("zotm");function u(e){return function(t){return t.lift(new l(e))}}var l=function(){function e(e){this.durationSelector=e}return e.prototype.call=function(e,t){return t.subscribe(new c(e,this.durationSelector))},e}(),c=function(e){function t(t,r){var n=e.call(this,t)||this;return n.durationSelector=r,n.hasValue=!1,n}return n.__extends(t,e),t.prototype._next=function(e){if(this.value=e,this.hasValue=!0,!this.throttled){var t=Object(i.a)(this.durationSelector)(e);if(t===o.a)this.destination.error(o.a.e);else{var r=Object(s.a)(this,t);!r||r.closed?this.clearThrottle():this.add(this.throttled=r)}}},t.prototype.clearThrottle=function(){var e=this.value,t=this.hasValue,r=this.throttled;r&&(this.remove(r),this.throttled=null,r.unsubscribe()),t&&(this.value=null,this.hasValue=!1,this.destination.next(e))},t.prototype.notifyNext=function(e,t,r,n){this.clearThrottle()},t.prototype.notifyComplete=function(){this.clearThrottle()},t}(a.a)},"Mr+X":function(e,t,r){"use strict";r.d(t,"a",function(){return i}),r.d(t,"b",function(){return o});var n=r("CcnG"),i=(r("SMsm"),r("Fzqc"),r("Wf4p"),n["\u0275crt"]({encapsulation:2,styles:[".mat-icon{background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1,1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}"],data:{}}));function o(e){return n["\u0275vid"](2,[n["\u0275ncd"](null,0)],null,null)}},MvwC:function(e,t,r){var n=r("5T2Y").document;e.exports=n&&n.documentElement},"N2+Z":function(e,t,r){var n=r("QsWE");n.Signers.V3=(0,n.util.inherit)(n.Signers.RequestSigner,{addAuthorization:function(e,t){var r=n.util.date.rfc822(t);this.request.headers["X-Amz-Date"]=r,e.sessionToken&&(this.request.headers["x-amz-security-token"]=e.sessionToken),this.request.headers["X-Amzn-Authorization"]=this.authorization(e,r)},authorization:function(e){return"AWS3 AWSAccessKeyId="+e.accessKeyId+",Algorithm=HmacSHA256,SignedHeaders="+this.signedHeaders()+",Signature="+this.signature(e)},signedHeaders:function(){var e=[];return n.util.arrayEach(this.headersToSign(),function(t){e.push(t.toLowerCase())}),e.sort().join(";")},canonicalHeaders:function(){var e=this.request.headers,t=[];return n.util.arrayEach(this.headersToSign(),function(r){t.push(r.toLowerCase().trim()+":"+String(e[r]).trim())}),t.sort().join("\n")+"\n"},headersToSign:function(){var e=[];return n.util.each(this.request.headers,function(t){("Host"===t||"Content-Encoding"===t||t.match(/^X-Amz/i))&&e.push(t)}),e},signature:function(e){return n.util.crypto.hmac(e.secretAccessKey,this.stringToSign(),"base64")},stringToSign:function(){var e=[];return e.push(this.request.method),e.push("/"),e.push(""),e.push(this.canonicalHeaders()),e.push(this.request.body),n.util.crypto.sha256(e.join("\n"))}}),e.exports=n.Signers.V3},N2oW:function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("7h4N")),n(r("HHX+"))},NCDA:function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("dYSy")),n(r("1b/I"))},NGZV:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("HHWU"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.validate=function(e){return o.email(e)},e.decorators=[{type:n.Directive,args:[{selector:"[email][formControlName],[email][formControl],[email][ngModel]",providers:[a]}]}],e}();t.EmailValidator=s},NMFa:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.firehose={},n.Firehose=i.defineService("firehose",["2015-08-04"]),Object.defineProperty(o.services.firehose,"2015-08-04",{get:function(){var e=r("4d4Z");return e.paginators=r("Xnjs").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.Firehose},NMws:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("vdN6"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.validate=function(e){return o.base64(e)},e.decorators=[{type:n.Directive,args:[{selector:"[base64][formControlName],[base64][formControl],[base64][ngModel]",providers:[a]}]}],e}();t.Base64Validator=s},NODT:function(e,t,r){var n=r("ZyCK"),i=r("V20V"),o=n(),a=[1|o[0],o[1],o[2],o[3],o[4],o[5]],s=16383&(o[6]<<8|o[7]),u=0,l=0;e.exports=function(e,t,r){var n=t&&r||0,o=t||[],c=void 0!==(e=e||{}).clockseq?e.clockseq:s,p=void 0!==e.msecs?e.msecs:(new Date).getTime(),m=void 0!==e.nsecs?e.nsecs:l+1,d=p-u+(m-l)/1e4;if(d<0&&void 0===e.clockseq&&(c=c+1&16383),(d<0||p>u)&&void 0===e.nsecs&&(m=0),m>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");u=p,l=m,s=c;var h=(1e4*(268435455&(p+=122192928e5))+m)%4294967296;o[n++]=h>>>24&255,o[n++]=h>>>16&255,o[n++]=h>>>8&255,o[n++]=255&h;var y=p/4294967296*1e4&268435455;o[n++]=y>>>8&255,o[n++]=255&y,o[n++]=y>>>24&15|16,o[n++]=y>>>16&255,o[n++]=c>>>8|128,o[n++]=255&c;for(var f=e.node||a,b=0;b<6;++b)o[n+b]=f[b];return t||i(o)}},NSYL:function(e,t,r){"use strict";r.d(t,"a",function(){return k}),r.d(t,"c",function(){return be}),r.d(t,"g",function(){return ge}),r.d(t,"e",function(){return T}),r.d(t,"b",function(){return ze}),r.d(t,"d",function(){return ot}),r.d(t,"f",function(){return st}),r.d(t,"h",function(){return ut});var n=r("mrSG"),i=r("ihYY");function o(){return"undefined"!=typeof process}function a(e){switch(e.length){case 0:return new i.NoopAnimationPlayer;case 1:return e[0];default:return new i["\u0275AnimationGroupPlayer"](e)}}function s(e,t,r,n,o,a){void 0===o&&(o={}),void 0===a&&(a={});var s=[],u=[],l=-1,c=null;if(n.forEach(function(e){var r=e.offset,n=r==l,p=n&&c||{};Object.keys(e).forEach(function(r){var n=r,u=e[r];if("offset"!==r)switch(n=t.normalizePropertyName(n,s),u){case i["\u0275PRE_STYLE"]:u=o[r];break;case i.AUTO_STYLE:u=a[r];break;default:u=t.normalizeStyleValue(r,n,u,s)}p[n]=u}),n||u.push(p),c=p,l=r}),s.length)throw new Error("Unable to animate due to the following errors:\n - "+s.join("\n - "));return u}function u(e,t,r,n){switch(t){case"start":e.onStart(function(){return n(r&&l(r,"start",e))});break;case"done":e.onDone(function(){return n(r&&l(r,"done",e))});break;case"destroy":e.onDestroy(function(){return n(r&&l(r,"destroy",e))})}}function l(e,t,r){var n=r.totalTime,i=c(e.element,e.triggerName,e.fromState,e.toState,t||e.phaseName,void 0==n?e.totalTime:n,!!r.disabled),o=e._data;return null!=o&&(i._data=o),i}function c(e,t,r,n,i,o,a){return void 0===i&&(i=""),void 0===o&&(o=0),{element:e,triggerName:t,fromState:r,toState:n,phaseName:i,totalTime:o,disabled:!!a}}function p(e,t,r){var n;return e instanceof Map?(n=e.get(t))||e.set(t,n=r):(n=e[t])||(n=e[t]=r),n}function m(e){var t=e.indexOf(":");return[e.substring(1,t),e.substr(t+1)]}var d=function(e,t){return!1},h=function(e,t){return!1},y=function(e,t,r){return[]},f=o();if(f||"undefined"!=typeof Element){if(d=function(e,t){return e.contains(t)},f||Element.prototype.matches)h=function(e,t){return e.matches(t)};else{var b=Element.prototype,g=b.matchesSelector||b.mozMatchesSelector||b.msMatchesSelector||b.oMatchesSelector||b.webkitMatchesSelector;g&&(h=function(e,t){return g.apply(e,[t])})}y=function(e,t,r){var i=[];if(r)i.push.apply(i,Object(n.__spread)(e.querySelectorAll(t)));else{var o=e.querySelector(t);o&&i.push(o)}return i}}var v=null,S=!1;function I(e){v||(v=("undefined"!=typeof document?document.body:null)||{},S=!!v.style&&"WebkitAppearance"in v.style);var t=!0;return v.style&&!function(e){return"ebkit"==e.substring(1,6)}(e)&&!(t=e in v.style)&&S&&(t="Webkit"+e.charAt(0).toUpperCase()+e.substr(1)in v.style),t}var N=h,C=d,_=y;function D(e){var t={};return Object.keys(e).forEach(function(r){var n=r.replace(/([a-z])([A-Z])/g,"$1-$2");t[n]=e[r]}),t}var T=function(){function e(){}return e.prototype.validateStyleProperty=function(e){return I(e)},e.prototype.matchesElement=function(e,t){return N(e,t)},e.prototype.containsElement=function(e,t){return C(e,t)},e.prototype.query=function(e,t,r){return _(e,t,r)},e.prototype.computeStyle=function(e,t,r){return r||""},e.prototype.animate=function(e,t,r,n,o,a,s){return void 0===a&&(a=[]),new i.NoopAnimationPlayer(r,n)},e}(),k=function(){function e(){}return e.NOOP=new T,e}(),A=1e3;function R(e){if("number"==typeof e)return e;var t=e.match(/^(-?[\.\d]+)(m?s)/);return!t||t.length<2?0:x(parseFloat(t[1]),t[2])}function x(e,t){switch(t){case"s":return e*A;default:return e}}function w(e,t,r){return e.hasOwnProperty("duration")?e:function(e,t,r){var n,i=0,o="";if("string"==typeof e){var a=e.match(/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i);if(null===a)return t.push('The provided timing value "'+e+'" is invalid.'),{duration:0,delay:0,easing:""};n=x(parseFloat(a[1]),a[2]);var s=a[3];null!=s&&(i=x(Math.floor(parseFloat(s)),a[4]));var u=a[5];u&&(o=u)}else n=e;if(!r){var l=!1,c=t.length;n<0&&(t.push("Duration values below 0 are not allowed for this animation step."),l=!0),i<0&&(t.push("Delay values below 0 are not allowed for this animation step."),l=!0),l&&t.splice(c,0,'The provided timing value "'+e+'" is invalid.')}return{duration:n,delay:i,easing:o}}(e,t,r)}function E(e,t){return void 0===t&&(t={}),Object.keys(e).forEach(function(r){t[r]=e[r]}),t}function P(e,t,r){if(void 0===r&&(r={}),t)for(var n in e)r[n]=e[n];else E(e,r);return r}function M(e,t,r){return r?t+":"+r+";":""}function q(e){for(var t="",r=0;r *";case":leave":return"* => void";case":increment":return function(e,t){return parseFloat(t)>parseFloat(e)};case":decrement":return function(e,t){return parseFloat(t) *"}}(e,r);if("function"==typeof n)return void t.push(n);e=n}var i=e.match(/^(\*|[-\w]+)\s*()\s*(\*|[-\w]+)$/);if(null==i||i.length<4)return r.push('The provided transition expression "'+e+'" is not supported'),t;var o=i[1],a=i[2],s=i[3];t.push(X(o,s)),"<"!=a[0]||o==Q&&s==Q||t.push(X(s,o))}(e,i,n)}):i.push(r),i),animation:o,queryCount:t.queryCount,depCount:t.depCount,options:ie(e.options)}},e.prototype.visitSequence=function(e,t){var r=this;return{type:2,steps:e.steps.map(function(e){return H(r,e,t)}),options:ie(e.options)}},e.prototype.visitGroup=function(e,t){var r=this,n=t.currentTime,i=0,o=e.steps.map(function(e){t.currentTime=n;var o=H(r,e,t);return i=Math.max(i,t.currentTime),o});return t.currentTime=i,{type:3,steps:o,options:ie(e.options)}},e.prototype.visitAnimate=function(e,t){var r,n=function(e,t){var r=null;if(e.hasOwnProperty("duration"))r=e;else if("number"==typeof e)return oe(w(e,t).duration,0,"");var n=e;if(n.split(/\s+/).some(function(e){return"{"==e.charAt(0)&&"{"==e.charAt(1)})){var i=oe(0,0,"");return i.dynamic=!0,i.strValue=n,i}return oe((r=r||w(n,t)).duration,r.delay,r.easing)}(e.timings,t.errors);t.currentAnimateTimings=n;var o=e.styles?e.styles:Object(i.style)({});if(5==o.type)r=this.visitKeyframes(o,t);else{var a=e.styles,s=!1;if(!a){s=!0;var u={};n.easing&&(u.easing=n.easing),a=Object(i.style)(u)}t.currentTime+=n.duration+n.delay;var l=this.visitStyle(a,t);l.isEmptyStep=s,r=l}return t.currentAnimateTimings=null,{type:4,timings:n,style:r,options:null}},e.prototype.visitStyle=function(e,t){var r=this._makeStyleAst(e,t);return this._validateStyleAst(r,t),r},e.prototype._makeStyleAst=function(e,t){var r=[];Array.isArray(e.styles)?e.styles.forEach(function(e){"string"==typeof e?e==i.AUTO_STYLE?r.push(e):t.errors.push("The provided style string value "+e+" is not allowed."):r.push(e)}):r.push(e.styles);var n=!1,o=null;return r.forEach(function(e){if(ne(e)){var t=e,r=t.easing;if(r&&(o=r,delete t.easing),!n)for(var i in t)if(t[i].toString().indexOf("{{")>=0){n=!0;break}}}),{type:6,styles:r,easing:o,offset:e.offset,containsDynamicStyles:n,options:null}},e.prototype._validateStyleAst=function(e,t){var r=this,n=t.currentAnimateTimings,i=t.currentTime,o=t.currentTime;n&&o>0&&(o-=n.duration+n.delay),e.styles.forEach(function(e){"string"!=typeof e&&Object.keys(e).forEach(function(n){if(r._driver.validateStyleProperty(n)){var a,s,u,l=t.collectedStyles[t.currentQuerySelector],c=l[n],p=!0;c&&(o!=i&&o>=c.startTime&&i<=c.endTime&&(t.errors.push('The CSS property "'+n+'" that exists between the times of "'+c.startTime+'ms" and "'+c.endTime+'ms" is also being animated in a parallel animation between the times of "'+o+'ms" and "'+i+'ms"'),p=!1),o=c.startTime),p&&(l[n]={startTime:o,endTime:i}),t.options&&(a=t.errors,s=t.options.params||{},(u=G(e[n])).length&&u.forEach(function(e){s.hasOwnProperty(e)||a.push("Unable to resolve the local animation param "+e+" in the given list of values")}))}else t.errors.push('The provided animation property "'+n+'" is not a supported CSS property for animations')})})},e.prototype.visitKeyframes=function(e,t){var r=this,n={type:5,styles:[],options:null};if(!t.currentAnimateTimings)return t.errors.push("keyframes() must be placed inside of a call to animate()"),n;var i=0,o=[],a=!1,s=!1,u=0,l=e.steps.map(function(e){var n=r._makeStyleAst(e,t),l=null!=n.offset?n.offset:function(e){if("string"==typeof e)return null;var t=null;if(Array.isArray(e))e.forEach(function(e){if(ne(e)&&e.hasOwnProperty("offset")){var r=e;t=parseFloat(r.offset),delete r.offset}});else if(ne(e)&&e.hasOwnProperty("offset")){var r=e;t=parseFloat(r.offset),delete r.offset}return t}(n.styles),c=0;return null!=l&&(i++,c=n.offset=l),s=s||c<0||c>1,a=a||c0&&i0?i==m?1:p*i:o[i],s=a*y;t.currentTime=d+h.delay+s,h.duration=s,r._validateStyleAst(e,t),e.offset=a,n.styles.push(e)}),n},e.prototype.visitReference=function(e,t){return{type:8,animation:H(this,B(e.animation),t),options:ie(e.options)}},e.prototype.visitAnimateChild=function(e,t){return t.depCount++,{type:9,options:ie(e.options)}},e.prototype.visitAnimateRef=function(e,t){return{type:10,animation:this.visitReference(e.animation,t),options:ie(e.options)}},e.prototype.visitQuery=function(e,t){var r=t.currentQuerySelector,i=e.options||{};t.queryCount++,t.currentQuery=e;var o=Object(n.__read)(function(e){var t=!!e.split(/\s*,\s*/).find(function(e){return":self"==e});return t&&(e=e.replace(J,"")),[e=e.replace(/@\*/g,".ng-trigger").replace(/@\w+/g,function(e){return".ng-trigger-"+e.substr(1)}).replace(/:animating/g,".ng-animating"),t]}(e.selector),2),a=o[0],s=o[1];t.currentQuerySelector=r.length?r+" "+a:a,p(t.collectedStyles,t.currentQuerySelector,{});var u=H(this,B(e.animation),t);return t.currentQuery=null,t.currentQuerySelector=r,{type:11,selector:a,limit:i.limit||0,optional:!!i.optional,includeSelf:s,animation:u,originalSelector:e.selector,options:ie(e.options)}},e.prototype.visitStagger=function(e,t){t.currentQuery||t.errors.push("stagger() can only be used inside of query()");var r="full"===e.timings?{duration:0,delay:0,easing:"full"}:w(e.timings,t.errors,!0);return{type:12,animation:H(this,B(e.animation),t),timings:r,options:null}},e}(),re=function(e){this.errors=e,this.queryCount=0,this.depCount=0,this.currentTransition=null,this.currentQuery=null,this.currentQuerySelector=null,this.currentAnimateTimings=null,this.currentTime=0,this.collectedStyles={},this.options=null};function ne(e){return!Array.isArray(e)&&"object"==typeof e}function ie(e){var t;return e?(e=E(e)).params&&(e.params=(t=e.params)?E(t):null):e={},e}function oe(e,t,r){return{duration:e,delay:t,easing:r}}function ae(e,t,r,n,i,o,a,s){return void 0===a&&(a=null),void 0===s&&(s=!1),{type:1,element:e,keyframes:t,preStyleProps:r,postStyleProps:n,duration:i,delay:o,totalTime:i+o,easing:a,subTimeline:s}}var se=function(){function e(){this._map=new Map}return e.prototype.consume=function(e){var t=this._map.get(e);return t?this._map.delete(e):t=[],t},e.prototype.append=function(e,t){var r=this._map.get(e);r||this._map.set(e,r=[]),r.push.apply(r,Object(n.__spread)(t))},e.prototype.has=function(e){return this._map.has(e)},e.prototype.clear=function(){this._map.clear()},e}(),ue=new RegExp(":enter","g"),le=new RegExp(":leave","g");function ce(e,t,r,n,i,o,a,s,u,l){return void 0===o&&(o={}),void 0===a&&(a={}),void 0===l&&(l=[]),(new pe).buildKeyframes(e,t,r,n,i,o,a,s,u,l)}var pe=function(){function e(){}return e.prototype.buildKeyframes=function(e,t,r,n,i,o,a,s,u,l){void 0===l&&(l=[]),u=u||new se;var c=new de(e,t,u,n,i,l,[]);c.options=s,c.currentTimeline.setStyles([o],null,c.errors,s),H(this,r,c);var p=c.timelines.filter(function(e){return e.containsAnimation()});if(p.length&&Object.keys(a).length){var m=p[p.length-1];m.allowOnlyTimelineStyles()||m.setStyles([a],null,c.errors,s)}return p.length?p.map(function(e){return e.buildKeyframes()}):[ae(t,[],[],[],0,0,"",!1)]},e.prototype.visitTrigger=function(e,t){},e.prototype.visitState=function(e,t){},e.prototype.visitTransition=function(e,t){},e.prototype.visitAnimateChild=function(e,t){var r=t.subInstructions.consume(t.element);if(r){var n=t.createSubContext(e.options),i=t.currentTimeline.currentTime,o=this._visitSubInstructions(r,n,n.options);i!=o&&t.transformIntoNewTimeline(o)}t.previousNode=e},e.prototype.visitAnimateRef=function(e,t){var r=t.createSubContext(e.options);r.transformIntoNewTimeline(),this.visitReference(e.animation,r),t.transformIntoNewTimeline(r.currentTimeline.currentTime),t.previousNode=e},e.prototype._visitSubInstructions=function(e,t,r){var n=t.currentTimeline.currentTime,i=null!=r.duration?R(r.duration):null,o=null!=r.delay?R(r.delay):null;return 0!==i&&e.forEach(function(e){var r=t.appendInstructionToTimeline(e,i,o);n=Math.max(n,r.duration+r.delay)}),n},e.prototype.visitReference=function(e,t){t.updateOptions(e.options,!0),H(this,e.animation,t),t.previousNode=e},e.prototype.visitSequence=function(e,t){var r=this,n=t.subContextCount,i=t,o=e.options;if(o&&(o.params||o.delay)&&((i=t.createSubContext(o)).transformIntoNewTimeline(),null!=o.delay)){6==i.previousNode.type&&(i.currentTimeline.snapshotCurrentStyles(),i.previousNode=me);var a=R(o.delay);i.delayNextStep(a)}e.steps.length&&(e.steps.forEach(function(e){return H(r,e,i)}),i.currentTimeline.applyStylesToKeyframe(),i.subContextCount>n&&i.transformIntoNewTimeline()),t.previousNode=e},e.prototype.visitGroup=function(e,t){var r=this,n=[],i=t.currentTimeline.currentTime,o=e.options&&e.options.delay?R(e.options.delay):0;e.steps.forEach(function(a){var s=t.createSubContext(e.options);o&&s.delayNextStep(o),H(r,a,s),i=Math.max(i,s.currentTimeline.currentTime),n.push(s.currentTimeline)}),n.forEach(function(e){return t.currentTimeline.mergeTimelineCollectedStyles(e)}),t.transformIntoNewTimeline(i),t.previousNode=e},e.prototype._visitTiming=function(e,t){if(e.dynamic){var r=e.strValue;return w(t.params?V(r,t.params,t.errors):r,t.errors)}return{duration:e.duration,delay:e.delay,easing:e.easing}},e.prototype.visitAnimate=function(e,t){var r=t.currentAnimateTimings=this._visitTiming(e.timings,t),n=t.currentTimeline;r.delay&&(t.incrementTime(r.delay),n.snapshotCurrentStyles());var i=e.style;5==i.type?this.visitKeyframes(i,t):(t.incrementTime(r.duration),this.visitStyle(i,t),n.applyStylesToKeyframe()),t.currentAnimateTimings=null,t.previousNode=e},e.prototype.visitStyle=function(e,t){var r=t.currentTimeline,n=t.currentAnimateTimings;!n&&r.getCurrentStyleProperties().length&&r.forwardFrame();var i=n&&n.easing||e.easing;e.isEmptyStep?r.applyEmptyStep(i):r.setStyles(e.styles,i,t.errors,t.options),t.previousNode=e},e.prototype.visitKeyframes=function(e,t){var r=t.currentAnimateTimings,n=t.currentTimeline.duration,i=r.duration,o=t.createSubContext().currentTimeline;o.easing=r.easing,e.styles.forEach(function(e){o.forwardTime((e.offset||0)*i),o.setStyles(e.styles,e.easing,t.errors,t.options),o.applyStylesToKeyframe()}),t.currentTimeline.mergeTimelineCollectedStyles(o),t.transformIntoNewTimeline(n+i),t.previousNode=e},e.prototype.visitQuery=function(e,t){var r=this,n=t.currentTimeline.currentTime,i=e.options||{},o=i.delay?R(i.delay):0;o&&(6===t.previousNode.type||0==n&&t.currentTimeline.getCurrentStyleProperties().length)&&(t.currentTimeline.snapshotCurrentStyles(),t.previousNode=me);var a=n,s=t.invokeQuery(e.selector,e.originalSelector,e.limit,e.includeSelf,!!i.optional,t.errors);t.currentQueryTotal=s.length;var u=null;s.forEach(function(n,i){t.currentQueryIndex=i;var s=t.createSubContext(e.options,n);o&&s.delayNextStep(o),n===t.element&&(u=s.currentTimeline),H(r,e.animation,s),s.currentTimeline.applyStylesToKeyframe(),a=Math.max(a,s.currentTimeline.currentTime)}),t.currentQueryIndex=0,t.currentQueryTotal=0,t.transformIntoNewTimeline(a),u&&(t.currentTimeline.mergeTimelineCollectedStyles(u),t.currentTimeline.snapshotCurrentStyles()),t.previousNode=e},e.prototype.visitStagger=function(e,t){var r=t.parentContext,n=t.currentTimeline,i=e.timings,o=Math.abs(i.duration),a=o*(t.currentQueryTotal-1),s=o*t.currentQueryIndex;switch(i.duration<0?"reverse":i.easing){case"reverse":s=a-s;break;case"full":s=r.currentStaggerTime}var u=t.currentTimeline;s&&u.delayNextStep(s);var l=u.currentTime;H(this,e.animation,t),t.previousNode=e,r.currentStaggerTime=n.currentTime-l+(n.startTime-r.currentTimeline.startTime)},e}(),me={},de=function(){function e(e,t,r,n,i,o,a,s){this._driver=e,this.element=t,this.subInstructions=r,this._enterClassName=n,this._leaveClassName=i,this.errors=o,this.timelines=a,this.parentContext=null,this.currentAnimateTimings=null,this.previousNode=me,this.subContextCount=0,this.options={},this.currentQueryIndex=0,this.currentQueryTotal=0,this.currentStaggerTime=0,this.currentTimeline=s||new he(this._driver,t,0),a.push(this.currentTimeline)}return Object.defineProperty(e.prototype,"params",{get:function(){return this.options.params},enumerable:!0,configurable:!0}),e.prototype.updateOptions=function(e,t){var r=this;if(e){var n=e,i=this.options;null!=n.duration&&(i.duration=R(n.duration)),null!=n.delay&&(i.delay=R(n.delay));var o=n.params;if(o){var a=i.params;a||(a=this.options.params={}),Object.keys(o).forEach(function(e){t&&a.hasOwnProperty(e)||(a[e]=V(o[e],a,r.errors))})}}},e.prototype._copyOptions=function(){var e={};if(this.options){var t=this.options.params;if(t){var r=e.params={};Object.keys(t).forEach(function(e){r[e]=t[e]})}}return e},e.prototype.createSubContext=function(t,r,n){void 0===t&&(t=null);var i=r||this.element,o=new e(this._driver,i,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(i,n||0));return o.previousNode=this.previousNode,o.currentAnimateTimings=this.currentAnimateTimings,o.options=this._copyOptions(),o.updateOptions(t),o.currentQueryIndex=this.currentQueryIndex,o.currentQueryTotal=this.currentQueryTotal,o.parentContext=this,this.subContextCount++,o},e.prototype.transformIntoNewTimeline=function(e){return this.previousNode=me,this.currentTimeline=this.currentTimeline.fork(this.element,e),this.timelines.push(this.currentTimeline),this.currentTimeline},e.prototype.appendInstructionToTimeline=function(e,t,r){var n={duration:null!=t?t:e.duration,delay:this.currentTimeline.currentTime+(null!=r?r:0)+e.delay,easing:""},i=new ye(this._driver,e.element,e.keyframes,e.preStyleProps,e.postStyleProps,n,e.stretchStartingKeyframe);return this.timelines.push(i),n},e.prototype.incrementTime=function(e){this.currentTimeline.forwardTime(this.currentTimeline.duration+e)},e.prototype.delayNextStep=function(e){e>0&&this.currentTimeline.delayNextStep(e)},e.prototype.invokeQuery=function(e,t,r,i,o,a){var s=[];if(i&&s.push(this.element),e.length>0){e=(e=e.replace(ue,"."+this._enterClassName)).replace(le,"."+this._leaveClassName);var u=this._driver.query(this.element,e,1!=r);0!==r&&(u=r<0?u.slice(u.length+r,u.length):u.slice(0,r)),s.push.apply(s,Object(n.__spread)(u))}return o||0!=s.length||a.push('`query("'+t+'")` returned zero elements. (Use `query("'+t+'", { optional: true })` if you wish to allow this.)'),s},e}(),he=function(){function e(e,t,r,n){this._driver=e,this.element=t,this.startTime=r,this._elementTimelineStylesLookup=n,this.duration=0,this._previousKeyframe={},this._currentKeyframe={},this._keyframes=new Map,this._styleSummary={},this._pendingStyles={},this._backFill={},this._currentEmptyStepKeyframe=null,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._localTimelineStyles=Object.create(this._backFill,{}),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(t),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(t,this._localTimelineStyles)),this._loadKeyframe()}return e.prototype.containsAnimation=function(){switch(this._keyframes.size){case 0:return!1;case 1:return this.getCurrentStyleProperties().length>0;default:return!0}},e.prototype.getCurrentStyleProperties=function(){return Object.keys(this._currentKeyframe)},Object.defineProperty(e.prototype,"currentTime",{get:function(){return this.startTime+this.duration},enumerable:!0,configurable:!0}),e.prototype.delayNextStep=function(e){var t=1==this._keyframes.size&&Object.keys(this._pendingStyles).length;this.duration||t?(this.forwardTime(this.currentTime+e),t&&this.snapshotCurrentStyles()):this.startTime+=e},e.prototype.fork=function(t,r){return this.applyStylesToKeyframe(),new e(this._driver,t,r||this.currentTime,this._elementTimelineStylesLookup)},e.prototype._loadKeyframe=function(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=Object.create(this._backFill,{}),this._keyframes.set(this.duration,this._currentKeyframe))},e.prototype.forwardFrame=function(){this.duration+=1,this._loadKeyframe()},e.prototype.forwardTime=function(e){this.applyStylesToKeyframe(),this.duration=e,this._loadKeyframe()},e.prototype._updateStyle=function(e,t){this._localTimelineStyles[e]=t,this._globalTimelineStyles[e]=t,this._styleSummary[e]={time:this.currentTime,value:t}},e.prototype.allowOnlyTimelineStyles=function(){return this._currentEmptyStepKeyframe!==this._currentKeyframe},e.prototype.applyEmptyStep=function(e){var t=this;e&&(this._previousKeyframe.easing=e),Object.keys(this._globalTimelineStyles).forEach(function(e){t._backFill[e]=t._globalTimelineStyles[e]||i.AUTO_STYLE,t._currentKeyframe[e]=i.AUTO_STYLE}),this._currentEmptyStepKeyframe=this._currentKeyframe},e.prototype.setStyles=function(e,t,r,n){var o=this;t&&(this._previousKeyframe.easing=t);var a=n&&n.params||{},s=function(e,t){var r,n={};return e.forEach(function(e){"*"===e?(r=r||Object.keys(t)).forEach(function(e){n[e]=i.AUTO_STYLE}):P(e,!1,n)}),n}(e,this._globalTimelineStyles);Object.keys(s).forEach(function(e){var t=V(s[e],a,r);o._pendingStyles[e]=t,o._localTimelineStyles.hasOwnProperty(e)||(o._backFill[e]=o._globalTimelineStyles.hasOwnProperty(e)?o._globalTimelineStyles[e]:i.AUTO_STYLE),o._updateStyle(e,t)})},e.prototype.applyStylesToKeyframe=function(){var e=this,t=this._pendingStyles,r=Object.keys(t);0!=r.length&&(this._pendingStyles={},r.forEach(function(r){e._currentKeyframe[r]=t[r]}),Object.keys(this._localTimelineStyles).forEach(function(t){e._currentKeyframe.hasOwnProperty(t)||(e._currentKeyframe[t]=e._localTimelineStyles[t])}))},e.prototype.snapshotCurrentStyles=function(){var e=this;Object.keys(this._localTimelineStyles).forEach(function(t){var r=e._localTimelineStyles[t];e._pendingStyles[t]=r,e._updateStyle(t,r)})},e.prototype.getFinalKeyframe=function(){return this._keyframes.get(this.duration)},Object.defineProperty(e.prototype,"properties",{get:function(){var e=[];for(var t in this._currentKeyframe)e.push(t);return e},enumerable:!0,configurable:!0}),e.prototype.mergeTimelineCollectedStyles=function(e){var t=this;Object.keys(e._styleSummary).forEach(function(r){var n=t._styleSummary[r],i=e._styleSummary[r];(!n||i.time>n.time)&&t._updateStyle(r,i.value)})},e.prototype.buildKeyframes=function(){var e=this;this.applyStylesToKeyframe();var t=new Set,r=new Set,n=1===this._keyframes.size&&0===this.duration,o=[];this._keyframes.forEach(function(a,s){var u=P(a,!0);Object.keys(u).forEach(function(e){var n=u[e];n==i["\u0275PRE_STYLE"]?t.add(e):n==i.AUTO_STYLE&&r.add(e)}),n||(u.offset=s/e.duration),o.push(u)});var a=t.size?U(t.values()):[],s=r.size?U(r.values()):[];if(n){var u=o[0],l=E(u);u.offset=0,l.offset=1,o=[u,l]}return ae(this.element,o,a,s,this.duration,this.startTime,this.easing,!1)},e}(),ye=function(e){function t(t,r,n,i,o,a,s){void 0===s&&(s=!1);var u=e.call(this,t,r,a.delay)||this;return u.element=r,u.keyframes=n,u.preStyleProps=i,u.postStyleProps=o,u._stretchStartingKeyframe=s,u.timings={duration:a.duration,delay:a.delay,easing:a.easing},u}return Object(n.__extends)(t,e),t.prototype.containsAnimation=function(){return this.keyframes.length>1},t.prototype.buildKeyframes=function(){var e=this.keyframes,t=this.timings,r=t.delay,n=t.duration,i=t.easing;if(this._stretchStartingKeyframe&&r){var o=[],a=n+r,s=r/a,u=P(e[0],!1);u.offset=0,o.push(u);var l=P(e[0],!1);l.offset=fe(s),o.push(l);for(var c=e.length-1,p=1;p<=c;p++){var m=P(e[p],!1);m.offset=fe((r+m.offset*n)/a),o.push(m)}n=a,r=0,i="",e=o}return ae(this.element,e,this.preStyleProps,this.postStyleProps,n,r,i,!0)},t}(he);function fe(e,t){void 0===t&&(t=3);var r=Math.pow(10,t-1);return Math.round(e*r)/r}var be=function(){},ge=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t.prototype.normalizePropertyName=function(e,t){return $(e)},t.prototype.normalizeStyleValue=function(e,t,r,n){var i="",o=r.toString().trim();if(ve[t]&&0!==r&&"0"!==r)if("number"==typeof r)i="px";else{var a=r.match(/^[+-]?[\d\.]+([a-z]*)$/);a&&0==a[1].length&&n.push("Please provide a CSS unit value for "+e+":"+r)}return o+i},t}(be),ve=function(e){var t={};return"width,height,minWidth,minHeight,maxWidth,maxHeight,left,top,bottom,right,fontSize,outlineWidth,outlineOffset,paddingTop,paddingLeft,paddingBottom,paddingRight,marginTop,marginLeft,marginBottom,marginRight,borderRadius,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,textIndent,perspective".split(",").forEach(function(e){return t[e]=!0}),t}();function Se(e,t,r,n,i,o,a,s,u,l,c,p,m){return{type:0,element:e,triggerName:t,isRemovalTransition:i,fromState:r,fromStyles:o,toState:n,toStyles:a,timelines:s,queriedElements:u,preStyleProps:l,postStyleProps:c,totalTime:p,errors:m}}var Ie={},Ne=function(){function e(e,t,r){this._triggerName=e,this.ast=t,this._stateStyles=r}return e.prototype.match=function(e,t,r,n){return function(e,t,r,n,i){return e.some(function(e){return e(t,r,n,i)})}(this.ast.matchers,e,t,r,n)},e.prototype.buildStyles=function(e,t,r){var n=this._stateStyles["*"],i=this._stateStyles[e],o=n?n.buildStyles(t,r):{};return i?i.buildStyles(t,r):o},e.prototype.build=function(e,t,r,i,o,a,s,u,l,c){var m=[],d=this.ast.options&&this.ast.options.params||Ie,h=this.buildStyles(r,s&&s.params||Ie,m),y=u&&u.params||Ie,f=this.buildStyles(i,y,m),b=new Set,g=new Map,v=new Map,S="void"===i,I={params:Object(n.__assign)({},d,y)},N=c?[]:ce(e,t,this.ast.animation,o,a,h,f,I,l,m),C=0;if(N.forEach(function(e){C=Math.max(e.duration+e.delay,C)}),m.length)return Se(t,this._triggerName,r,i,S,h,f,[],[],g,v,C,m);N.forEach(function(e){var r=e.element,n=p(g,r,{});e.preStyleProps.forEach(function(e){return n[e]=!0});var i=p(v,r,{});e.postStyleProps.forEach(function(e){return i[e]=!0}),r!==t&&b.add(r)});var _=U(b.values());return Se(t,this._triggerName,r,i,S,h,f,N,_,g,v,C)},e}(),Ce=function(){function e(e,t){this.styles=e,this.defaultParams=t}return e.prototype.buildStyles=function(e,t){var r={},n=E(this.defaultParams);return Object.keys(e).forEach(function(t){var r=e[t];null!=r&&(n[t]=r)}),this.styles.styles.forEach(function(e){if("string"!=typeof e){var i=e;Object.keys(i).forEach(function(e){var o=i[e];o.length>1&&(o=V(o,n,t)),r[e]=o})}}),r},e}(),_e=function(){function e(e,t){var r=this;this.name=e,this.ast=t,this.transitionFactories=[],this.states={},t.states.forEach(function(e){r.states[e.name]=new Ce(e.style,e.options&&e.options.params||{})}),De(this.states,"true","1"),De(this.states,"false","0"),t.transitions.forEach(function(t){r.transitionFactories.push(new Ne(e,t,r.states))}),this.fallbackTransition=new Ne(e,{type:1,animation:{type:2,steps:[],options:null},matchers:[function(e,t){return!0}],options:null,queryCount:0,depCount:0},this.states)}return Object.defineProperty(e.prototype,"containsQueries",{get:function(){return this.ast.queryCount>0},enumerable:!0,configurable:!0}),e.prototype.matchTransition=function(e,t,r,n){return this.transitionFactories.find(function(i){return i.match(e,t,r,n)})||null},e.prototype.matchStyles=function(e,t,r){return this.fallbackTransition.buildStyles(e,t,r)},e}();function De(e,t,r){e.hasOwnProperty(t)?e.hasOwnProperty(r)||(e[r]=e[t]):e.hasOwnProperty(r)&&(e[t]=e[r])}var Te=new se,ke=function(){function e(e,t,r){this.bodyNode=e,this._driver=t,this._normalizer=r,this._animations={},this._playersById={},this.players=[]}return e.prototype.register=function(e,t){var r=[],n=ee(this._driver,t,r);if(r.length)throw new Error("Unable to build the animation due to the following errors: "+r.join("\n"));this._animations[e]=n},e.prototype._buildPlayer=function(e,t,r){var n=e.element,i=s(0,this._normalizer,0,e.keyframes,t,r);return this._driver.animate(n,i,e.duration,e.delay,e.easing,[],!0)},e.prototype.create=function(e,t,r){var n=this;void 0===r&&(r={});var o,s=[],u=this._animations[e],l=new Map;if(u?(o=ce(this._driver,t,u,"ng-enter","ng-leave",{},{},r,Te,s)).forEach(function(e){var t=p(l,e.element,{});e.postStyleProps.forEach(function(e){return t[e]=null})}):(s.push("The requested animation doesn't exist or has already been destroyed"),o=[]),s.length)throw new Error("Unable to create the animation due to the following errors: "+s.join("\n"));l.forEach(function(e,t){Object.keys(e).forEach(function(r){e[r]=n._driver.computeStyle(t,r,i.AUTO_STYLE)})});var c=a(o.map(function(e){var t=l.get(e.element);return n._buildPlayer(e,{},t)}));return this._playersById[e]=c,c.onDestroy(function(){return n.destroy(e)}),this.players.push(c),c},e.prototype.destroy=function(e){var t=this._getPlayer(e);t.destroy(),delete this._playersById[e];var r=this.players.indexOf(t);r>=0&&this.players.splice(r,1)},e.prototype._getPlayer=function(e){var t=this._playersById[e];if(!t)throw new Error("Unable to find the timeline player referenced by "+e);return t},e.prototype.listen=function(e,t,r,n){var i=c(t,"","","");return u(this._getPlayer(e),r,i,n),function(){}},e.prototype.command=function(e,t,r,n){if("register"!=r)if("create"!=r){var i=this._getPlayer(e);switch(r){case"play":i.play();break;case"pause":i.pause();break;case"reset":i.reset();break;case"restart":i.restart();break;case"finish":i.finish();break;case"init":i.init();break;case"setPosition":i.setPosition(parseFloat(n[0]));break;case"destroy":this.destroy(e)}}else this.create(e,t,n[0]||{});else this.register(e,n[0])},e}(),Ae=[],Re={namespaceId:"",setForRemoval:!1,setForMove:!1,hasAnimation:!1,removedBeforeQueried:!1},xe={namespaceId:"",setForMove:!1,setForRemoval:!1,hasAnimation:!1,removedBeforeQueried:!0},we="__ng_removed",Ee=function(){function e(e,t){void 0===t&&(t=""),this.namespaceId=t;var r=e&&e.hasOwnProperty("value");if(this.value=function(e){return null!=e?e:null}(r?e.value:e),r){var n=E(e);delete n.value,this.options=n}else this.options={};this.options.params||(this.options.params={})}return Object.defineProperty(e.prototype,"params",{get:function(){return this.options.params},enumerable:!0,configurable:!0}),e.prototype.absorbOptions=function(e){var t=e.params;if(t){var r=this.options.params;Object.keys(t).forEach(function(e){null==r[e]&&(r[e]=t[e])})}},e}(),Pe=new Ee("void"),Me=function(){function e(e,t,r){this.id=e,this.hostElement=t,this._engine=r,this.players=[],this._triggers={},this._queue=[],this._elementListeners=new Map,this._hostClassName="ng-tns-"+e,Ue(t,this._hostClassName)}return e.prototype.listen=function(e,t,r,n){var i,o=this;if(!this._triggers.hasOwnProperty(t))throw new Error('Unable to listen on the animation trigger event "'+r+'" because the animation trigger "'+t+"\" doesn't exist!");if(null==r||0==r.length)throw new Error('Unable to listen on the animation trigger "'+t+'" because the provided event is undefined!');if("start"!=(i=r)&&"done"!=i)throw new Error('The provided animation trigger event "'+r+'" for the animation trigger "'+t+'" is not supported!');var a=p(this._elementListeners,e,[]),s={name:t,phase:r,callback:n};a.push(s);var u=p(this._engine.statesByElement,e,{});return u.hasOwnProperty(t)||(Ue(e,"ng-trigger"),Ue(e,"ng-trigger-"+t),u[t]=Pe),function(){o._engine.afterFlush(function(){var e=a.indexOf(s);e>=0&&a.splice(e,1),o._triggers[t]||delete u[t]})}},e.prototype.register=function(e,t){return!this._triggers[e]&&(this._triggers[e]=t,!0)},e.prototype._getTrigger=function(e){var t=this._triggers[e];if(!t)throw new Error('The provided animation trigger "'+e+'" has not been registered!');return t},e.prototype.trigger=function(e,t,r,n){var i=this;void 0===n&&(n=!0);var o=this._getTrigger(t),a=new Oe(this.id,t,e),s=this._engine.statesByElement.get(e);s||(Ue(e,"ng-trigger"),Ue(e,"ng-trigger-"+t),this._engine.statesByElement.set(e,s={}));var u=s[t],l=new Ee(r,this.id);if(!(r&&r.hasOwnProperty("value"))&&u&&l.absorbOptions(u.options),s[t]=l,u||(u=Pe),"void"===l.value||u.value!==l.value){var c=p(this._engine.playersByElement,e,[]);c.forEach(function(e){e.namespaceId==i.id&&e.triggerName==t&&e.queued&&e.destroy()});var m=o.matchTransition(u.value,l.value,e,l.params),d=!1;if(!m){if(!n)return;m=o.fallbackTransition,d=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:e,triggerName:t,transition:m,fromState:u,toState:l,player:a,isFallbackTransition:d}),d||(Ue(e,"ng-animate-queued"),a.onStart(function(){je(e,"ng-animate-queued")})),a.onDone(function(){var t=i.players.indexOf(a);t>=0&&i.players.splice(t,1);var r=i._engine.playersByElement.get(e);if(r){var n=r.indexOf(a);n>=0&&r.splice(n,1)}}),this.players.push(a),c.push(a),a}if(!function(e,t){var r=Object.keys(e),n=Object.keys(t);if(r.length!=n.length)return!1;for(var i=0;i=0){for(var n=!1,i=r;i>=0;i--)if(this.driver.containsElement(this._namespaceList[i].hostElement,t)){this._namespaceList.splice(i+1,0,e),n=!0;break}n||this._namespaceList.splice(0,0,e)}else this._namespaceList.push(e);return this.namespacesByHostElement.set(t,e),e},e.prototype.register=function(e,t){var r=this._namespaceLookup[e];return r||(r=this.createNamespace(e,t)),r},e.prototype.registerTrigger=function(e,t,r){var n=this._namespaceLookup[e];n&&n.register(t,r)&&this.totalAnimations++},e.prototype.destroy=function(e,t){var r=this;if(e){var n=this._fetchNamespace(e);this.afterFlush(function(){r.namespacesByHostElement.delete(n.hostElement),delete r._namespaceLookup[e];var t=r._namespaceList.indexOf(n);t>=0&&r._namespaceList.splice(t,1)}),this.afterFlushAnimationsDone(function(){return n.destroy(t)})}},e.prototype._fetchNamespace=function(e){return this._namespaceLookup[e]},e.prototype.fetchNamespacesByElement=function(e){var t=new Set,r=this.statesByElement.get(e);if(r)for(var n=Object.keys(r),i=0;i=0&&this.collectedLeaveElements.splice(o,1)}if(e){var a=this._fetchNamespace(e);a&&a.insertNode(t,r)}n&&this.collectEnterElement(t)}},e.prototype.collectEnterElement=function(e){this.collectedEnterElements.push(e)},e.prototype.markElementAsDisabled=function(e,t){t?this.disabledNodes.has(e)||(this.disabledNodes.add(e),Ue(e,"ng-animate-disabled")):this.disabledNodes.has(e)&&(this.disabledNodes.delete(e),je(e,"ng-animate-disabled"))},e.prototype.removeNode=function(e,t,r){if(Le(t)){var n=e?this._fetchNamespace(e):null;n?n.removeNode(t,r):this.markElementAsRemoved(e,t,!1,r)}else this._onRemovalComplete(t,r)},e.prototype.markElementAsRemoved=function(e,t,r,n){this.collectedLeaveElements.push(t),t[we]={namespaceId:e,setForRemoval:n,hasAnimation:r,removedBeforeQueried:!1}},e.prototype.listen=function(e,t,r,n,i){return Le(t)?this._fetchNamespace(e).listen(t,r,n,i):function(){}},e.prototype._buildInstruction=function(e,t,r,n,i){return e.transition.build(this.driver,e.element,e.fromState.value,e.toState.value,r,n,e.fromState.options,e.toState.options,t,i)},e.prototype.destroyInnerAnimations=function(e){var t=this,r=this.driver.query(e,".ng-trigger",!0);r.forEach(function(e){return t.destroyActiveAnimationsForElement(e)}),0!=this.playersByQueriedElement.size&&(r=this.driver.query(e,".ng-animating",!0)).forEach(function(e){return t.finishActiveQueriedAnimationOnElement(e)})},e.prototype.destroyActiveAnimationsForElement=function(e){var t=this.playersByElement.get(e);t&&t.forEach(function(e){e.queued?e.markedForDestroy=!0:e.destroy()})},e.prototype.finishActiveQueriedAnimationOnElement=function(e){var t=this.playersByQueriedElement.get(e);t&&t.forEach(function(e){return e.finish()})},e.prototype.whenRenderingDone=function(){var e=this;return new Promise(function(t){if(e.players.length)return a(e.players).onDone(function(){return t()});t()})},e.prototype.processLeaveNode=function(e){var t=this,r=e[we];if(r&&r.setForRemoval){if(e[we]=Re,r.namespaceId){this.destroyInnerAnimations(e);var n=this._fetchNamespace(r.namespaceId);n&&n.clearElementCache(e)}this._onRemovalComplete(e,r.setForRemoval)}this.driver.matchesElement(e,".ng-animate-disabled")&&this.markElementAsDisabled(e,!1),this.driver.query(e,".ng-animate-disabled",!0).forEach(function(r){t.markElementAsDisabled(e,!1)})},e.prototype.flush=function(e){var t=this;void 0===e&&(e=-1);var r=[];if(this.newHostElements.size&&(this.newHostElements.forEach(function(e,r){return t._balanceNamespaceList(e,r)}),this.newHostElements.clear()),this.totalAnimations&&this.collectedEnterElements.length)for(var n=0;n=0;A--)this._namespaceList[A].drainQueuedTransitions(t).forEach(function(e){var t=e.player,n=e.element;if(T.push(t),r.collectedEnterElements.length){var i=n[we];if(i&&i.setForMove)return void t.destroy()}var a=!y||!r.driver.containsElement(y,n),u=_.get(n),h=g.get(n),f=r._buildInstruction(e,o,h,u,a);if(f.errors&&f.errors.length)k.push(f);else{if(a)return t.onStart(function(){return L(n,f.fromStyles)}),t.onDestroy(function(){return O(n,f.toStyles)}),void s.push(t);if(e.isFallbackTransition)return t.onStart(function(){return L(n,f.fromStyles)}),t.onDestroy(function(){return O(n,f.toStyles)}),void s.push(t);f.timelines.forEach(function(e){return e.stretchStartingKeyframe=!0}),o.append(n,f.timelines),l.push({instruction:f,player:t,element:n}),f.queriedElements.forEach(function(e){return p(c,e,[]).push(t)}),f.preStyleProps.forEach(function(e,t){var r=Object.keys(e);if(r.length){var n=m.get(t);n||m.set(t,n=new Set),r.forEach(function(e){return n.add(e)})}}),f.postStyleProps.forEach(function(e,t){var r=Object.keys(e),n=d.get(t);n||d.set(t,n=new Set),r.forEach(function(e){return n.add(e)})})}});if(k.length){var R=[];k.forEach(function(e){R.push("@"+e.triggerName+" has failed due to:\n"),e.errors.forEach(function(e){return R.push("- "+e+"\n")})}),T.forEach(function(e){return e.destroy()}),this.reportError(R)}var x=new Map,w=new Map;l.forEach(function(e){var t=e.element;o.has(t)&&(w.set(t,t),r._beforeAnimationBuild(e.player.namespaceId,e.instruction,x))}),s.forEach(function(e){var t=e.element;r._getPreviousPlayers(t,!1,e.namespaceId,e.triggerName,null).forEach(function(e){p(x,t,[]).push(e),e.destroy()})});var E=S.filter(function(e){return We(e,m,d)}),P=new Map;Fe(P,this.driver,N,d,i.AUTO_STYLE).forEach(function(e){We(e,m,d)&&E.push(e)});var M=new Map;b.forEach(function(e,t){Fe(M,r.driver,new Set(e),m,i["\u0275PRE_STYLE"])}),E.forEach(function(e){var t=P.get(e),r=M.get(e);P.set(e,Object(n.__assign)({},t,r))});var q=[],B=[],F={};l.forEach(function(e){var t=e.element,n=e.player,i=e.instruction;if(o.has(t)){if(h.has(t))return n.onDestroy(function(){return O(t,i.toStyles)}),n.disabled=!0,n.overrideTotalTime(i.totalTime),void s.push(n);var l=F;if(w.size>1){for(var c=t,p=[];c=c.parentNode;){var m=w.get(c);if(m){l=m;break}p.push(c)}p.forEach(function(e){return w.set(e,l)})}var d=r._buildAnimation(n.namespaceId,i,x,u,M,P);if(n.setRealPlayer(d),l===F)q.push(n);else{var y=r.playersByElement.get(l);y&&y.length&&(n.parentPlayer=a(y)),s.push(n)}}else L(t,i.fromStyles),n.onDestroy(function(){return O(t,i.toStyles)}),B.push(n),h.has(t)&&s.push(n)}),B.forEach(function(e){var t=u.get(e.element);if(t&&t.length){var r=a(t);e.setRealPlayer(r)}}),s.forEach(function(e){e.parentPlayer?e.syncPlayerEvents(e.parentPlayer):e.destroy()});for(var G=0;G0?this.driver.animate(e.element,t,e.duration,e.delay,e.easing,r):new i.NoopAnimationPlayer(e.duration,e.delay)},e}(),Oe=function(){function e(e,t,r){this.namespaceId=e,this.triggerName=t,this.element=r,this._player=new i.NoopAnimationPlayer,this._containsRealPlayer=!1,this._queuedCallbacks={},this.destroyed=!1,this.markedForDestroy=!1,this.disabled=!1,this.queued=!0,this.totalTime=0}return e.prototype.setRealPlayer=function(e){var t=this;this._containsRealPlayer||(this._player=e,Object.keys(this._queuedCallbacks).forEach(function(r){t._queuedCallbacks[r].forEach(function(t){return u(e,r,void 0,t)})}),this._queuedCallbacks={},this._containsRealPlayer=!0,this.overrideTotalTime(e.totalTime),this.queued=!1)},e.prototype.getRealPlayer=function(){return this._player},e.prototype.overrideTotalTime=function(e){this.totalTime=e},e.prototype.syncPlayerEvents=function(e){var t=this,r=this._player;r.triggerCallback&&e.onStart(function(){return r.triggerCallback("start")}),e.onDone(function(){return t.finish()}),e.onDestroy(function(){return t.destroy()})},e.prototype._queueEvent=function(e,t){p(this._queuedCallbacks,e,[]).push(t)},e.prototype.onDone=function(e){this.queued&&this._queueEvent("done",e),this._player.onDone(e)},e.prototype.onStart=function(e){this.queued&&this._queueEvent("start",e),this._player.onStart(e)},e.prototype.onDestroy=function(e){this.queued&&this._queueEvent("destroy",e),this._player.onDestroy(e)},e.prototype.init=function(){this._player.init()},e.prototype.hasStarted=function(){return!this.queued&&this._player.hasStarted()},e.prototype.play=function(){!this.queued&&this._player.play()},e.prototype.pause=function(){!this.queued&&this._player.pause()},e.prototype.restart=function(){!this.queued&&this._player.restart()},e.prototype.finish=function(){this._player.finish()},e.prototype.destroy=function(){this.destroyed=!0,this._player.destroy()},e.prototype.reset=function(){!this.queued&&this._player.reset()},e.prototype.setPosition=function(e){this.queued||this._player.setPosition(e)},e.prototype.getPosition=function(){return this.queued?0:this._player.getPosition()},e.prototype.triggerCallback=function(e){var t=this._player;t.triggerCallback&&t.triggerCallback(e)},e}();function Le(e){return e&&1===e.nodeType}function Be(e,t){var r=e.style.display;return e.style.display=null!=t?t:"none",r}function Fe(e,t,r,n,i){var o=[];r.forEach(function(e){return o.push(Be(e))});var a=[];n.forEach(function(r,n){var o={};r.forEach(function(e){var r=o[e]=t.computeStyle(n,e,i);r&&0!=r.length||(n[we]=xe,a.push(n))}),e.set(n,o)});var s=0;return r.forEach(function(e){return Be(e,o[s++])}),a}function Ge(e,t){var r=new Map;if(e.forEach(function(e){return r.set(e,[])}),0==t.length)return r;var n=new Set(t),i=new Map;return t.forEach(function(e){var t=function e(t){if(!t)return 1;var o=i.get(t);if(o)return o;var a=t.parentNode;return o=r.has(a)?a:n.has(a)?1:e(a),i.set(t,o),o}(e);1!==t&&r.get(t).push(e)}),r}var Ve="$$classes";function Ue(e,t){if(e.classList)e.classList.add(t);else{var r=e[Ve];r||(r=e[Ve]={}),r[t]=!0}}function je(e,t){if(e.classList)e.classList.remove(t);else{var r=e[Ve];r&&delete r[t]}}function $e(e,t,r){a(r).onDone(function(){return e.processLeaveNode(t)})}function We(e,t,r){var n=r.get(e);if(!n)return!1;var i=t.get(e);return i?n.forEach(function(e){return i.add(e)}):t.set(e,n),r.delete(e),!0}var ze=function(){function e(e,t,r){var n=this;this.bodyNode=e,this._driver=t,this._triggerCache={},this.onRemovalComplete=function(e,t){},this._transitionEngine=new qe(e,t,r),this._timelineEngine=new ke(e,t,r),this._transitionEngine.onRemovalComplete=function(e,t){return n.onRemovalComplete(e,t)}}return e.prototype.registerTrigger=function(e,t,r,n,i){var o=e+"-"+n,a=this._triggerCache[o];if(!a){var s=[],u=ee(this._driver,i,s);if(s.length)throw new Error('The animation trigger "'+n+'" has failed to build due to the following errors:\n - '+s.join("\n - "));a=function(e,t){return new _e(e,t)}(n,u),this._triggerCache[o]=a}this._transitionEngine.registerTrigger(t,n,a)},e.prototype.register=function(e,t){this._transitionEngine.register(e,t)},e.prototype.destroy=function(e,t){this._transitionEngine.destroy(e,t)},e.prototype.onInsert=function(e,t,r,n){this._transitionEngine.insertNode(e,t,r,n)},e.prototype.onRemove=function(e,t,r){this._transitionEngine.removeNode(e,t,r)},e.prototype.disableAnimations=function(e,t){this._transitionEngine.markElementAsDisabled(e,t)},e.prototype.process=function(e,t,r,i){if("@"==r.charAt(0)){var o=Object(n.__read)(m(r),2);this._timelineEngine.command(o[0],t,o[1],i)}else this._transitionEngine.trigger(e,t,r,i)},e.prototype.listen=function(e,t,r,i,o){if("@"==r.charAt(0)){var a=Object(n.__read)(m(r),2);return this._timelineEngine.listen(a[0],t,a[1],o)}return this._transitionEngine.listen(e,t,r,i,o)},e.prototype.flush=function(e){void 0===e&&(e=-1),this._transitionEngine.flush(e)},Object.defineProperty(e.prototype,"players",{get:function(){return this._transitionEngine.players.concat(this._timelineEngine.players)},enumerable:!0,configurable:!0}),e.prototype.whenRenderingDone=function(){return this._transitionEngine.whenRenderingDone()},e}(),He="animation",Ke="animationend",Qe=function(){function e(e,t,r,n,i,o,a){var s=this;this._element=e,this._name=t,this._duration=r,this._delay=n,this._easing=i,this._fillMode=o,this._onDoneFn=a,this._finished=!1,this._destroyed=!1,this._startTime=0,this._position=0,this._eventFn=function(e){return s._handleCallback(e)}}return e.prototype.apply=function(){var e,t,r;t=this._duration+"ms "+this._easing+" "+this._delay+"ms 1 normal "+this._fillMode+" "+this._name,(r=tt(e=this._element,"").trim()).length&&(function(e,t){for(var r=0;r=this._delay&&r>=this._duration&&this.finish()},e.prototype.finish=function(){this._finished||(this._finished=!0,this._onDoneFn(),Je(this._element,this._eventFn,!0))},e.prototype.destroy=function(){var e,t,r,n;this._destroyed||(this._destroyed=!0,this.finish(),t=this._name,(n=Xe(r=tt(e=this._element,"").split(","),t))>=0&&(r.splice(n,1),et(e,"",r.join(","))))},e}();function Ye(e,t,r){et(e,"PlayState",r,Ze(e,t))}function Ze(e,t){var r=tt(e,"");return r.indexOf(",")>0?Xe(r.split(","),t):Xe([r],t)}function Xe(e,t){for(var r=0;r=0)return r;return-1}function Je(e,t,r){r?e.removeEventListener(Ke,t):e.addEventListener(Ke,t)}function et(e,t,r,n){var i=He+t;if(null!=n){var o=e.style[i];if(o.length){var a=o.split(",");a[n]=r,r=a.join(",")}}e.style[i]=r}function tt(e,t){return e.style[He+t]}var rt="linear",nt=function(){function e(e,t,r,n,i,o,a){this.element=e,this.keyframes=t,this.animationName=r,this._duration=n,this._delay=i,this._finalStyles=a,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._started=!1,this.currentSnapshot={},this._state=0,this.easing=o||rt,this.totalTime=n+i,this._buildStyler()}return e.prototype.onStart=function(e){this._onStartFns.push(e)},e.prototype.onDone=function(e){this._onDoneFns.push(e)},e.prototype.onDestroy=function(e){this._onDestroyFns.push(e)},e.prototype.destroy=function(){this.init(),this._state>=4||(this._state=4,this._styler.destroy(),this._flushStartFns(),this._flushDoneFns(),this._onDestroyFns.forEach(function(e){return e()}),this._onDestroyFns=[])},e.prototype._flushDoneFns=function(){this._onDoneFns.forEach(function(e){return e()}),this._onDoneFns=[]},e.prototype._flushStartFns=function(){this._onStartFns.forEach(function(e){return e()}),this._onStartFns=[]},e.prototype.finish=function(){this.init(),this._state>=3||(this._state=3,this._styler.finish(),this._flushStartFns(),this._flushDoneFns())},e.prototype.setPosition=function(e){this._styler.setPosition(e)},e.prototype.getPosition=function(){return this._styler.getPosition()},e.prototype.hasStarted=function(){return this._state>=2},e.prototype.init=function(){this._state>=1||(this._state=1,this._styler.apply(),this._delay&&this._styler.pause())},e.prototype.play=function(){this.init(),this.hasStarted()||(this._flushStartFns(),this._state=2),this._styler.resume()},e.prototype.pause=function(){this.init(),this._styler.pause()},e.prototype.restart=function(){this.reset(),this.play()},e.prototype.reset=function(){this._styler.destroy(),this._buildStyler(),this._styler.apply()},e.prototype._buildStyler=function(){var e=this;this._styler=new Qe(this.element,this.animationName,this._duration,this._delay,this.easing,"forwards",function(){return e.finish()})},e.prototype.triggerCallback=function(e){var t="start"==e?this._onStartFns:this._onDoneFns;t.forEach(function(e){return e()}),t.length=0},e.prototype.beforeDestroy=function(){var e=this;this.init();var t={};if(this.hasStarted()){var r=this._state>=3;Object.keys(this._finalStyles).forEach(function(n){"offset"!=n&&(t[n]=r?e._finalStyles[n]:K(e.element,n))})}this.currentSnapshot=t},e}(),it=function(e){function t(t,r){var n=e.call(this)||this;return n.element=t,n._startingStyles={},n.__initialized=!1,n._styles=D(r),n}return Object(n.__extends)(t,e),t.prototype.init=function(){var t=this;!this.__initialized&&this._startingStyles&&(this.__initialized=!0,Object.keys(this._styles).forEach(function(e){t._startingStyles[e]=t.element.style[e]}),e.prototype.init.call(this))},t.prototype.play=function(){var t=this;this._startingStyles&&(this.init(),Object.keys(this._styles).forEach(function(e){return t.element.style.setProperty(e,t._styles[e])}),e.prototype.play.call(this))},t.prototype.destroy=function(){var t=this;this._startingStyles&&(Object.keys(this._startingStyles).forEach(function(e){var r=t._startingStyles[e];r?t.element.style.setProperty(e,r):t.element.style.removeProperty(e)}),this._startingStyles=null,e.prototype.destroy.call(this))},t}(i.NoopAnimationPlayer),ot=function(){function e(){this._count=0,this._head=document.querySelector("head"),this._warningIssued=!1}return e.prototype.validateStyleProperty=function(e){return I(e)},e.prototype.matchesElement=function(e,t){return N(e,t)},e.prototype.containsElement=function(e,t){return C(e,t)},e.prototype.query=function(e,t,r){return _(e,t,r)},e.prototype.computeStyle=function(e,t,r){return window.getComputedStyle(e)[t]},e.prototype.buildKeyframeElement=function(e,t,r){var n="@keyframes "+t+" {\n",i="";(r=r.map(function(e){return D(e)})).forEach(function(e){i=" ";var t=parseFloat(e.offset);n+=""+i+100*t+"% {\n",i+=" ",Object.keys(e).forEach(function(t){var r=e[t];switch(t){case"offset":return;case"easing":return void(r&&(n+=i+"animation-timing-function: "+r+";\n"));default:return void(n+=""+i+t+": "+r+";\n")}}),n+=i+"}\n"}),n+="}\n";var o=document.createElement("style");return o.innerHTML=n,o},e.prototype.animate=function(e,t,r,n,i,o,a){void 0===o&&(o=[]),a&&this._notifyFaultyScrubber();var s=o.filter(function(e){return e instanceof nt}),u={};W(r,n)&&s.forEach(function(e){var t=e.currentSnapshot;Object.keys(t).forEach(function(e){return u[e]=t[e]})});var l=function(e){var t={};return e&&(Array.isArray(e)?e:[e]).forEach(function(e){Object.keys(e).forEach(function(r){"offset"!=r&&"easing"!=r&&(t[r]=e[r])})}),t}(t=z(e,t,u));if(0==r)return new it(e,l);var c="gen_css_kf_"+this._count++,p=this.buildKeyframeElement(e,c,t);document.querySelector("head").appendChild(p);var m=new nt(e,t,c,r,n,i,l);return m.onDestroy(function(){var e;(e=p).parentNode.removeChild(e)}),m},e.prototype._notifyFaultyScrubber=function(){this._warningIssued||(console.warn("@angular/animations: please load the web-animations.js polyfill to allow programmatic access...\n"," visit http://bit.ly/IWukam to learn more about using the web-animation-js polyfill."),this._warningIssued=!0)},e}(),at=function(){function e(e,t,r){this.element=e,this.keyframes=t,this.options=r,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._initialized=!1,this._finished=!1,this._started=!1,this._destroyed=!1,this.time=0,this.parentPlayer=null,this.currentSnapshot={},this._duration=r.duration,this._delay=r.delay||0,this.time=this._duration+this._delay}return e.prototype._onFinish=function(){this._finished||(this._finished=!0,this._onDoneFns.forEach(function(e){return e()}),this._onDoneFns=[])},e.prototype.init=function(){this._buildPlayer(),this._preparePlayerBeforeStart()},e.prototype._buildPlayer=function(){var e=this;if(!this._initialized){this._initialized=!0;var t=this.keyframes;this.domPlayer=this._triggerWebAnimation(this.element,t,this.options),this._finalKeyframe=t.length?t[t.length-1]:{},this.domPlayer.addEventListener("finish",function(){return e._onFinish()})}},e.prototype._preparePlayerBeforeStart=function(){this._delay?this._resetDomPlayerState():this.domPlayer.pause()},e.prototype._triggerWebAnimation=function(e,t,r){return e.animate(t,r)},e.prototype.onStart=function(e){this._onStartFns.push(e)},e.prototype.onDone=function(e){this._onDoneFns.push(e)},e.prototype.onDestroy=function(e){this._onDestroyFns.push(e)},e.prototype.play=function(){this._buildPlayer(),this.hasStarted()||(this._onStartFns.forEach(function(e){return e()}),this._onStartFns=[],this._started=!0),this.domPlayer.play()},e.prototype.pause=function(){this.init(),this.domPlayer.pause()},e.prototype.finish=function(){this.init(),this._onFinish(),this.domPlayer.finish()},e.prototype.reset=function(){this._resetDomPlayerState(),this._destroyed=!1,this._finished=!1,this._started=!1},e.prototype._resetDomPlayerState=function(){this.domPlayer&&this.domPlayer.cancel()},e.prototype.restart=function(){this.reset(),this.play()},e.prototype.hasStarted=function(){return this._started},e.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this._resetDomPlayerState(),this._onFinish(),this._onDestroyFns.forEach(function(e){return e()}),this._onDestroyFns=[])},e.prototype.setPosition=function(e){this.domPlayer.currentTime=e*this.time},e.prototype.getPosition=function(){return this.domPlayer.currentTime/this.time},Object.defineProperty(e.prototype,"totalTime",{get:function(){return this._delay+this._duration},enumerable:!0,configurable:!0}),e.prototype.beforeDestroy=function(){var e=this,t={};this.hasStarted()&&Object.keys(this._finalKeyframe).forEach(function(r){"offset"!=r&&(t[r]=e._finished?e._finalKeyframe[r]:K(e.element,r))}),this.currentSnapshot=t},e.prototype.triggerCallback=function(e){var t="start"==e?this._onStartFns:this._onDoneFns;t.forEach(function(e){return e()}),t.length=0},e}(),st=function(){function e(){this._isNativeImpl=/\{\s*\[native\s+code\]\s*\}/.test(lt().toString()),this._cssKeyframesDriver=new ot}return e.prototype.validateStyleProperty=function(e){return I(e)},e.prototype.matchesElement=function(e,t){return N(e,t)},e.prototype.containsElement=function(e,t){return C(e,t)},e.prototype.query=function(e,t,r){return _(e,t,r)},e.prototype.computeStyle=function(e,t,r){return window.getComputedStyle(e)[t]},e.prototype.overrideWebAnimationsSupport=function(e){this._isNativeImpl=e},e.prototype.animate=function(e,t,r,n,i,o,a){if(void 0===o&&(o=[]),!a&&!this._isNativeImpl)return this._cssKeyframesDriver.animate(e,t,r,n,i,o);var s={duration:r,delay:n,fill:0==n?"both":"forwards"};i&&(s.easing=i);var u={},l=o.filter(function(e){return e instanceof at});return W(r,n)&&l.forEach(function(e){var t=e.currentSnapshot;Object.keys(t).forEach(function(e){return u[e]=t[e]})}),t=z(e,t=t.map(function(e){return P(e,!1)}),u),new at(e,t,s)},e}();function ut(){return"function"==typeof lt()}function lt(){return"undefined"!=typeof window&&void 0!==window.document&&Element.prototype.animate||{}}},NV0k:function(e,t){t.f={}.propertyIsEnumerable},NVWg:function(e,t,r){var n=r("5wkZ").eventMessageChunker,i=r("de4B").parseEvent;e.exports={createEventStream:function(e,t,r){for(var o=n(e),a=[],s=0;s visible",animation:{type:4,styles:null,timings:"150ms cubic-bezier(0.0, 0.0, 0.2, 1)"},options:null},{type:1,expr:"* => hidden",animation:{type:4,styles:null,timings:"150ms cubic-bezier(0.4, 0.0, 1, 1)"},options:null}],options:{}}]}});function u(e){return n["\u0275vid"](2,[(e()(),n["\u0275eld"](0,0,null,null,3,"div",[["class","mat-tooltip"]],[[2,"mat-tooltip-handset",null],[24,"@state",0]],[[null,"@state.start"],[null,"@state.done"]],function(e,t,r){var n=!0,i=e.component;return"@state.start"===t&&(n=!1!==i._animationStart()&&n),"@state.done"===t&&(n=!1!==i._animationDone(r)&&n),n},null,null)),n["\u0275did"](1,278528,null,0,o.NgClass,[n.IterableDiffers,n.KeyValueDiffers,n.ElementRef,n.Renderer2],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),n["\u0275pid"](131072,o.AsyncPipe,[n.ChangeDetectorRef]),(e()(),n["\u0275ted"](3,null,["",""]))],function(e,t){e(t,1,0,"mat-tooltip",t.component.tooltipClass)},function(e,t){var r=t.component;e(t,0,0,n["\u0275unv"](t,0,0,n["\u0275nov"](t,2).transform(r._isHandset)).matches,r._visibility),e(t,3,0,r.message)})}var l=n["\u0275ccf"]("mat-tooltip-component",i.f,function(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,1,"mat-tooltip-component",[["aria-hidden","true"]],[[4,"zoom",null]],[["body","click"]],function(e,t,r){var i=!0;return"body:click"===t&&(i=!1!==n["\u0275nov"](e,1)._handleBodyInteraction()&&i),i},u,s)),n["\u0275did"](1,49152,null,0,i.f,[n.ChangeDetectorRef,a.a],null,null)],null,function(e,t){e(t,0,0,"visible"===n["\u0275nov"](t,1)._visibility?1:null)})},{},{},[])},NegM:function(e,t,r){var n=r("2faE"),i=r("rr1i");e.exports=r("jmDH")?function(e,t,r){return n.f(e,t,i(1,r))}:function(e,t,r){return e[t]=r,e}},"NsO/":function(e,t,r){var n=r("M1xp"),i=r("Jes0");e.exports=function(e){return n(i(e))}},O2he:function(e){e.exports={pagination:{DescribeAccountAttributes:{result_key:"AccountAttributes"},DescribeAddresses:{result_key:"Addresses"},DescribeAvailabilityZones:{result_key:"AvailabilityZones"},DescribeBundleTasks:{result_key:"BundleTasks"},DescribeConversionTasks:{result_key:"ConversionTasks"},DescribeCustomerGateways:{result_key:"CustomerGateways"},DescribeDhcpOptions:{result_key:"DhcpOptions"},DescribeExportTasks:{result_key:"ExportTasks"},DescribeImages:{result_key:"Images"},DescribeInstanceStatus:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"InstanceStatuses"},DescribeInstances:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"Reservations"},DescribeInternetGateways:{result_key:"InternetGateways"},DescribeKeyPairs:{result_key:"KeyPairs"},DescribeNatGateways:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"NatGateways"},DescribeNetworkAcls:{result_key:"NetworkAcls"},DescribeNetworkInterfaces:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"NetworkInterfaces"},DescribePlacementGroups:{result_key:"PlacementGroups"},DescribeRegions:{result_key:"Regions"},DescribeReservedInstances:{result_key:"ReservedInstances"},DescribeReservedInstancesListings:{result_key:"ReservedInstancesListings"},DescribeReservedInstancesModifications:{input_token:"NextToken",output_token:"NextToken",result_key:"ReservedInstancesModifications"},DescribeReservedInstancesOfferings:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"ReservedInstancesOfferings"},DescribeRouteTables:{result_key:"RouteTables"},DescribeSecurityGroups:{result_key:"SecurityGroups"},DescribeSnapshots:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"Snapshots"},DescribeSpotFleetRequests:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"SpotFleetRequestConfigs"},DescribeSpotInstanceRequests:{result_key:"SpotInstanceRequests"},DescribeSpotPriceHistory:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"SpotPriceHistory"},DescribeSubnets:{result_key:"Subnets"},DescribeTags:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"Tags"},DescribeVolumeStatus:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"VolumeStatuses"},DescribeVolumes:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"Volumes"},DescribeVpcPeeringConnections:{result_key:"VpcPeeringConnections"},DescribeVpcs:{result_key:"Vpcs"},DescribeVpnConnections:{result_key:"VpnConnections"},DescribeVpnGateways:{result_key:"VpnGateways"}}}},"OS+C":function(e){e.exports={version:"2.0",metadata:{apiVersion:"2015-12-01",endpointPrefix:"elasticloadbalancing",protocol:"query",serviceAbbreviation:"Elastic Load Balancing v2",serviceFullName:"Elastic Load Balancing",serviceId:"Elastic Load Balancing v2",signatureVersion:"v4",uid:"elasticloadbalancingv2-2015-12-01",xmlNamespace:"http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/"},operations:{AddListenerCertificates:{input:{type:"structure",required:["ListenerArn","Certificates"],members:{ListenerArn:{},Certificates:{shape:"S3"}}},output:{resultWrapper:"AddListenerCertificatesResult",type:"structure",members:{Certificates:{shape:"S3"}}}},AddTags:{input:{type:"structure",required:["ResourceArns","Tags"],members:{ResourceArns:{shape:"S9"},Tags:{shape:"Sb"}}},output:{resultWrapper:"AddTagsResult",type:"structure",members:{}}},CreateListener:{input:{type:"structure",required:["LoadBalancerArn","Protocol","Port","DefaultActions"],members:{LoadBalancerArn:{},Protocol:{},Port:{type:"integer"},SslPolicy:{},Certificates:{shape:"S3"},DefaultActions:{shape:"Sl"}}},output:{resultWrapper:"CreateListenerResult",type:"structure",members:{Listeners:{shape:"S1r"}}}},CreateLoadBalancer:{input:{type:"structure",required:["Name"],members:{Name:{},Subnets:{shape:"S1v"},SubnetMappings:{shape:"S1x"},SecurityGroups:{shape:"S20"},Scheme:{},Tags:{shape:"Sb"},Type:{},IpAddressType:{}}},output:{resultWrapper:"CreateLoadBalancerResult",type:"structure",members:{LoadBalancers:{shape:"S26"}}}},CreateRule:{input:{type:"structure",required:["ListenerArn","Conditions","Priority","Actions"],members:{ListenerArn:{},Conditions:{shape:"S2m"},Priority:{type:"integer"},Actions:{shape:"Sl"}}},output:{resultWrapper:"CreateRuleResult",type:"structure",members:{Rules:{shape:"S2t"}}}},CreateTargetGroup:{input:{type:"structure",required:["Name","Protocol","Port","VpcId"],members:{Name:{},Protocol:{},Port:{type:"integer"},VpcId:{},HealthCheckProtocol:{},HealthCheckPort:{},HealthCheckPath:{},HealthCheckIntervalSeconds:{type:"integer"},HealthCheckTimeoutSeconds:{type:"integer"},HealthyThresholdCount:{type:"integer"},UnhealthyThresholdCount:{type:"integer"},Matcher:{shape:"S35"},TargetType:{}}},output:{resultWrapper:"CreateTargetGroupResult",type:"structure",members:{TargetGroups:{shape:"S39"}}}},DeleteListener:{input:{type:"structure",required:["ListenerArn"],members:{ListenerArn:{}}},output:{resultWrapper:"DeleteListenerResult",type:"structure",members:{}}},DeleteLoadBalancer:{input:{type:"structure",required:["LoadBalancerArn"],members:{LoadBalancerArn:{}}},output:{resultWrapper:"DeleteLoadBalancerResult",type:"structure",members:{}}},DeleteRule:{input:{type:"structure",required:["RuleArn"],members:{RuleArn:{}}},output:{resultWrapper:"DeleteRuleResult",type:"structure",members:{}}},DeleteTargetGroup:{input:{type:"structure",required:["TargetGroupArn"],members:{TargetGroupArn:{}}},output:{resultWrapper:"DeleteTargetGroupResult",type:"structure",members:{}}},DeregisterTargets:{input:{type:"structure",required:["TargetGroupArn","Targets"],members:{TargetGroupArn:{},Targets:{shape:"S3l"}}},output:{resultWrapper:"DeregisterTargetsResult",type:"structure",members:{}}},DescribeAccountLimits:{input:{type:"structure",members:{Marker:{},PageSize:{type:"integer"}}},output:{resultWrapper:"DescribeAccountLimitsResult",type:"structure",members:{Limits:{type:"list",member:{type:"structure",members:{Name:{},Max:{}}}},NextMarker:{}}}},DescribeListenerCertificates:{input:{type:"structure",required:["ListenerArn"],members:{ListenerArn:{},Marker:{},PageSize:{type:"integer"}}},output:{resultWrapper:"DescribeListenerCertificatesResult",type:"structure",members:{Certificates:{shape:"S3"},NextMarker:{}}}},DescribeListeners:{input:{type:"structure",members:{LoadBalancerArn:{},ListenerArns:{type:"list",member:{}},Marker:{},PageSize:{type:"integer"}}},output:{resultWrapper:"DescribeListenersResult",type:"structure",members:{Listeners:{shape:"S1r"},NextMarker:{}}}},DescribeLoadBalancerAttributes:{input:{type:"structure",required:["LoadBalancerArn"],members:{LoadBalancerArn:{}}},output:{resultWrapper:"DescribeLoadBalancerAttributesResult",type:"structure",members:{Attributes:{shape:"S44"}}}},DescribeLoadBalancers:{input:{type:"structure",members:{LoadBalancerArns:{shape:"S3b"},Names:{type:"list",member:{}},Marker:{},PageSize:{type:"integer"}}},output:{resultWrapper:"DescribeLoadBalancersResult",type:"structure",members:{LoadBalancers:{shape:"S26"},NextMarker:{}}}},DescribeRules:{input:{type:"structure",members:{ListenerArn:{},RuleArns:{type:"list",member:{}},Marker:{},PageSize:{type:"integer"}}},output:{resultWrapper:"DescribeRulesResult",type:"structure",members:{Rules:{shape:"S2t"},NextMarker:{}}}},DescribeSSLPolicies:{input:{type:"structure",members:{Names:{type:"list",member:{}},Marker:{},PageSize:{type:"integer"}}},output:{resultWrapper:"DescribeSSLPoliciesResult",type:"structure",members:{SslPolicies:{type:"list",member:{type:"structure",members:{SslProtocols:{type:"list",member:{}},Ciphers:{type:"list",member:{type:"structure",members:{Name:{},Priority:{type:"integer"}}}},Name:{}}}},NextMarker:{}}}},DescribeTags:{input:{type:"structure",required:["ResourceArns"],members:{ResourceArns:{shape:"S9"}}},output:{resultWrapper:"DescribeTagsResult",type:"structure",members:{TagDescriptions:{type:"list",member:{type:"structure",members:{ResourceArn:{},Tags:{shape:"Sb"}}}}}}},DescribeTargetGroupAttributes:{input:{type:"structure",required:["TargetGroupArn"],members:{TargetGroupArn:{}}},output:{resultWrapper:"DescribeTargetGroupAttributesResult",type:"structure",members:{Attributes:{shape:"S4v"}}}},DescribeTargetGroups:{input:{type:"structure",members:{LoadBalancerArn:{},TargetGroupArns:{type:"list",member:{}},Names:{type:"list",member:{}},Marker:{},PageSize:{type:"integer"}}},output:{resultWrapper:"DescribeTargetGroupsResult",type:"structure",members:{TargetGroups:{shape:"S39"},NextMarker:{}}}},DescribeTargetHealth:{input:{type:"structure",required:["TargetGroupArn"],members:{TargetGroupArn:{},Targets:{shape:"S3l"}}},output:{resultWrapper:"DescribeTargetHealthResult",type:"structure",members:{TargetHealthDescriptions:{type:"list",member:{type:"structure",members:{Target:{shape:"S3m"},HealthCheckPort:{},TargetHealth:{type:"structure",members:{State:{},Reason:{},Description:{}}}}}}}}},ModifyListener:{input:{type:"structure",required:["ListenerArn"],members:{ListenerArn:{},Port:{type:"integer"},Protocol:{},SslPolicy:{},Certificates:{shape:"S3"},DefaultActions:{shape:"Sl"}}},output:{resultWrapper:"ModifyListenerResult",type:"structure",members:{Listeners:{shape:"S1r"}}}},ModifyLoadBalancerAttributes:{input:{type:"structure",required:["LoadBalancerArn","Attributes"],members:{LoadBalancerArn:{},Attributes:{shape:"S44"}}},output:{resultWrapper:"ModifyLoadBalancerAttributesResult",type:"structure",members:{Attributes:{shape:"S44"}}}},ModifyRule:{input:{type:"structure",required:["RuleArn"],members:{RuleArn:{},Conditions:{shape:"S2m"},Actions:{shape:"Sl"}}},output:{resultWrapper:"ModifyRuleResult",type:"structure",members:{Rules:{shape:"S2t"}}}},ModifyTargetGroup:{input:{type:"structure",required:["TargetGroupArn"],members:{TargetGroupArn:{},HealthCheckProtocol:{},HealthCheckPort:{},HealthCheckPath:{},HealthCheckIntervalSeconds:{type:"integer"},HealthCheckTimeoutSeconds:{type:"integer"},HealthyThresholdCount:{type:"integer"},UnhealthyThresholdCount:{type:"integer"},Matcher:{shape:"S35"}}},output:{resultWrapper:"ModifyTargetGroupResult",type:"structure",members:{TargetGroups:{shape:"S39"}}}},ModifyTargetGroupAttributes:{input:{type:"structure",required:["TargetGroupArn","Attributes"],members:{TargetGroupArn:{},Attributes:{shape:"S4v"}}},output:{resultWrapper:"ModifyTargetGroupAttributesResult",type:"structure",members:{Attributes:{shape:"S4v"}}}},RegisterTargets:{input:{type:"structure",required:["TargetGroupArn","Targets"],members:{TargetGroupArn:{},Targets:{shape:"S3l"}}},output:{resultWrapper:"RegisterTargetsResult",type:"structure",members:{}}},RemoveListenerCertificates:{input:{type:"structure",required:["ListenerArn","Certificates"],members:{ListenerArn:{},Certificates:{shape:"S3"}}},output:{resultWrapper:"RemoveListenerCertificatesResult",type:"structure",members:{}}},RemoveTags:{input:{type:"structure",required:["ResourceArns","TagKeys"],members:{ResourceArns:{shape:"S9"},TagKeys:{type:"list",member:{}}}},output:{resultWrapper:"RemoveTagsResult",type:"structure",members:{}}},SetIpAddressType:{input:{type:"structure",required:["LoadBalancerArn","IpAddressType"],members:{LoadBalancerArn:{},IpAddressType:{}}},output:{resultWrapper:"SetIpAddressTypeResult",type:"structure",members:{IpAddressType:{}}}},SetRulePriorities:{input:{type:"structure",required:["RulePriorities"],members:{RulePriorities:{type:"list",member:{type:"structure",members:{RuleArn:{},Priority:{type:"integer"}}}}}},output:{resultWrapper:"SetRulePrioritiesResult",type:"structure",members:{Rules:{shape:"S2t"}}}},SetSecurityGroups:{input:{type:"structure",required:["LoadBalancerArn","SecurityGroups"],members:{LoadBalancerArn:{},SecurityGroups:{shape:"S20"}}},output:{resultWrapper:"SetSecurityGroupsResult",type:"structure",members:{SecurityGroupIds:{shape:"S20"}}}},SetSubnets:{input:{type:"structure",required:["LoadBalancerArn"],members:{LoadBalancerArn:{},Subnets:{shape:"S1v"},SubnetMappings:{shape:"S1x"}}},output:{resultWrapper:"SetSubnetsResult",type:"structure",members:{AvailabilityZones:{shape:"S2f"}}}}},shapes:{S3:{type:"list",member:{type:"structure",members:{CertificateArn:{},IsDefault:{type:"boolean"}}}},S9:{type:"list",member:{}},Sb:{type:"list",member:{type:"structure",required:["Key"],members:{Key:{},Value:{}}}},Sl:{type:"list",member:{type:"structure",required:["Type"],members:{Type:{},TargetGroupArn:{},AuthenticateOidcConfig:{type:"structure",required:["Issuer","AuthorizationEndpoint","TokenEndpoint","UserInfoEndpoint","ClientId","ClientSecret"],members:{Issuer:{},AuthorizationEndpoint:{},TokenEndpoint:{},UserInfoEndpoint:{},ClientId:{},ClientSecret:{},SessionCookieName:{},Scope:{},SessionTimeout:{type:"long"},AuthenticationRequestExtraParams:{type:"map",key:{},value:{}},OnUnauthenticatedRequest:{}}},AuthenticateCognitoConfig:{type:"structure",required:["UserPoolArn","UserPoolClientId","UserPoolDomain"],members:{UserPoolArn:{},UserPoolClientId:{},UserPoolDomain:{},SessionCookieName:{},Scope:{},SessionTimeout:{type:"long"},AuthenticationRequestExtraParams:{type:"map",key:{},value:{}},OnUnauthenticatedRequest:{}}},Order:{type:"integer"},RedirectConfig:{type:"structure",required:["StatusCode"],members:{Protocol:{},Port:{},Host:{},Path:{},Query:{},StatusCode:{}}},FixedResponseConfig:{type:"structure",required:["StatusCode"],members:{MessageBody:{},StatusCode:{},ContentType:{}}}}}},S1r:{type:"list",member:{type:"structure",members:{ListenerArn:{},LoadBalancerArn:{},Port:{type:"integer"},Protocol:{},Certificates:{shape:"S3"},SslPolicy:{},DefaultActions:{shape:"Sl"}}}},S1v:{type:"list",member:{}},S1x:{type:"list",member:{type:"structure",members:{SubnetId:{},AllocationId:{}}}},S20:{type:"list",member:{}},S26:{type:"list",member:{type:"structure",members:{LoadBalancerArn:{},DNSName:{},CanonicalHostedZoneId:{},CreatedTime:{type:"timestamp"},LoadBalancerName:{},Scheme:{},VpcId:{},State:{type:"structure",members:{Code:{},Reason:{}}},Type:{},AvailabilityZones:{shape:"S2f"},SecurityGroups:{shape:"S20"},IpAddressType:{}}}},S2f:{type:"list",member:{type:"structure",members:{ZoneName:{},SubnetId:{},LoadBalancerAddresses:{type:"list",member:{type:"structure",members:{IpAddress:{},AllocationId:{}}}}}}},S2m:{type:"list",member:{type:"structure",members:{Field:{},Values:{type:"list",member:{}}}}},S2t:{type:"list",member:{type:"structure",members:{RuleArn:{},Priority:{},Conditions:{shape:"S2m"},Actions:{shape:"Sl"},IsDefault:{type:"boolean"}}}},S35:{type:"structure",required:["HttpCode"],members:{HttpCode:{}}},S39:{type:"list",member:{type:"structure",members:{TargetGroupArn:{},TargetGroupName:{},Protocol:{},Port:{type:"integer"},VpcId:{},HealthCheckProtocol:{},HealthCheckPort:{},HealthCheckIntervalSeconds:{type:"integer"},HealthCheckTimeoutSeconds:{type:"integer"},HealthyThresholdCount:{type:"integer"},UnhealthyThresholdCount:{type:"integer"},HealthCheckPath:{},Matcher:{shape:"S35"},LoadBalancerArns:{shape:"S3b"},TargetType:{}}}},S3b:{type:"list",member:{}},S3l:{type:"list",member:{shape:"S3m"}},S3m:{type:"structure",required:["Id"],members:{Id:{},Port:{type:"integer"},AvailabilityZone:{}}},S44:{type:"list",member:{type:"structure",members:{Key:{},Value:{}}}},S4v:{type:"list",member:{type:"structure",members:{Key:{},Value:{}}}}}}},OUOQ:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.cloudhsm={},n.CloudHSM=i.defineService("cloudhsm",["2014-05-30"]),Object.defineProperty(o.services.cloudhsm,"2014-05-30",{get:function(){var e=r("42aZ");return e.paginators=r("rN8R").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.CloudHSM},Ojgd:function(e,t){var r=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:r)(e)}},OkvK:function(e,t,r){"use strict";r.d(t,"e",function(){return d}),r.d(t,"c",function(){return m}),r.d(t,"d",function(){return c}),r.d(t,"a",function(){return p}),r.d(t,"b",function(){return l});var n=r("mrSG"),i=r("CcnG"),o=r("n6gG"),a=r("Wf4p"),s=r("K9Ia"),u=r("p0ib");r("ihYY");var l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.sortables=new Map,t._stateChanges=new s.a,t.start="asc",t._direction="",t.sortChange=new i.EventEmitter,t}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"direction",{get:function(){return this._direction},set:function(e){if(Object(i.isDevMode)()&&e&&"asc"!==e&&"desc"!==e)throw function(e){return Error(e+" is not a valid sort direction ('asc' or 'desc').")}(e);this._direction=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disableClear",{get:function(){return this._disableClear},set:function(e){this._disableClear=Object(o.c)(e)},enumerable:!0,configurable:!0}),t.prototype.register=function(e){if(!e.id)throw Error("MatSortHeader must be provided with a unique id.");if(this.sortables.has(e.id))throw Error("Cannot have two MatSortables with the same id ("+e.id+").");this.sortables.set(e.id,e)},t.prototype.deregister=function(e){this.sortables.delete(e.id)},t.prototype.sort=function(e){this.active!=e.id?(this.active=e.id,this.direction=e.start?e.start:this.start):this.direction=this.getNextSortDirection(e),this.sortChange.emit({active:this.active,direction:this.direction})},t.prototype.getNextSortDirection=function(e){if(!e)return"";var t,r,n=(t=null!=e.disableClear?e.disableClear:this.disableClear,r=["asc","desc"],"desc"==(e.start||this.start)&&r.reverse(),t||r.push(""),r),i=n.indexOf(this.direction)+1;return i>=n.length&&(i=0),n[i]},t.prototype.ngOnInit=function(){this._markInitialized()},t.prototype.ngOnChanges=function(){this._stateChanges.next()},t.prototype.ngOnDestroy=function(){this._stateChanges.complete()},t}(Object(a.J)(Object(a.H)(function(){}))),c=function(){function e(){this.changes=new s.a,this.sortButtonLabel=function(e){return"Change sorting for "+e}}return e.ngInjectableDef=Object(i.defineInjectable)({factory:function(){return new e},token:e,providedIn:"root"}),e}();function p(e){return e||new c}var m=function(e){function t(t,r,n,i){var o=e.call(this)||this;if(o._intl=t,o._sort=n,o._cdkColumnDef=i,o._showIndicatorHint=!1,o._arrowDirection="",o._disableViewStateAnimation=!1,o.arrowPosition="after",!n)throw Error("MatSortHeader must be placed within a parent element with the MatSort directive.");return o._rerenderSubscription=Object(u.a)(n.sortChange,n._stateChanges,t.changes).subscribe(function(){o._isSorted()&&o._updateArrowDirection(),!o._isSorted()&&o._viewState&&"active"===o._viewState.toState&&(o._disableViewStateAnimation=!1,o._setAnimationTransitionState({fromState:"active",toState:o._arrowDirection})),r.markForCheck()}),o}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"disableClear",{get:function(){return this._disableClear},set:function(e){this._disableClear=Object(o.c)(e)},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){!this.id&&this._cdkColumnDef&&(this.id=this._cdkColumnDef.name),this._updateArrowDirection(),this._setAnimationTransitionState({toState:this._isSorted()?"active":this._arrowDirection}),this._sort.register(this)},t.prototype.ngOnDestroy=function(){this._sort.deregister(this),this._rerenderSubscription.unsubscribe()},t.prototype._setIndicatorHintVisible=function(e){this._isDisabled()&&e||(this._showIndicatorHint=e,this._isSorted()||(this._updateArrowDirection(),this._setAnimationTransitionState(this._showIndicatorHint?{fromState:this._arrowDirection,toState:"hint"}:{fromState:"hint",toState:this._arrowDirection})))},t.prototype._setAnimationTransitionState=function(e){this._viewState=e,this._disableViewStateAnimation&&(this._viewState={toState:e.toState})},t.prototype._handleClick=function(){if(!this._isDisabled()){this._sort.sort(this),"hint"!==this._viewState.toState&&"active"!==this._viewState.toState||(this._disableViewStateAnimation=!0);var e=this._isSorted()?{fromState:this._arrowDirection,toState:"active"}:{fromState:"active",toState:this._arrowDirection};this._setAnimationTransitionState(e),this._showIndicatorHint=!1}},t.prototype._isSorted=function(){return this._sort.active==this.id&&("asc"===this._sort.direction||"desc"===this._sort.direction)},t.prototype._getArrowDirectionState=function(){return(this._isSorted()?"active-":"")+this._arrowDirection},t.prototype._getArrowViewState=function(){var e=this._viewState.fromState;return(e?e+"-to-":"")+this._viewState.toState},t.prototype._updateArrowDirection=function(){this._arrowDirection=this._isSorted()?this._sort.direction:this.start||this._sort.start},t.prototype._isDisabled=function(){return this._sort.disabled||this.disabled},t.prototype._getAriaSortAttribute=function(){return this._isSorted()?"asc"==this._sort.direction?"ascending":"descending":null},t}(Object(a.H)(function(){})),d=function(){}},OrsO:function(e){e.exports={pagination:{ListHealthChecks:{input_token:"Marker",limit_key:"MaxItems",more_results:"IsTruncated",output_token:"NextMarker",result_key:"HealthChecks"},ListHostedZones:{input_token:"Marker",limit_key:"MaxItems",more_results:"IsTruncated",output_token:"NextMarker",result_key:"HostedZones"},ListResourceRecordSets:{input_token:["StartRecordName","StartRecordType","StartRecordIdentifier"],limit_key:"MaxItems",more_results:"IsTruncated",output_token:["NextRecordName","NextRecordType","NextRecordIdentifier"],result_key:"ResourceRecordSets"}}}},OzfB:function(e,t,r){"use strict";r.d(t,"m",function(){return l}),r.d(t,"e",function(){return E}),r.d(t,"f",function(){return C}),r.d(t,"k",function(){return M}),r.d(t,"a",function(){return p}),r.d(t,"b",function(){return L}),r.d(t,"c",function(){return B}),r.d(t,"d",function(){return D}),r.d(t,"g",function(){return k}),r.d(t,"h",function(){return F}),r.d(t,"j",function(){return x}),r.d(t,"i",function(){return w}),r.d(t,"l",function(){return V}),r.d(t,"n",function(){return j});var n=r("CcnG"),i=r("Ip0R"),o=r("26FU"),a=r("VnD/"),s=r("67Y/"),u=r("mrSG");function l(e,t){return function(){if(Object(i.isPlatformBrowser)(t)){var r=/\bflex-layout-.+?\b/g;Array.from(e.querySelectorAll("[class*="+c+"]")).forEach(function(e){e.classList.contains(c+"ssr")&&e.parentNode?e.parentNode.removeChild(e):e.className.replace(r,"")})}}}var c="flex-layout-",p=new n.InjectionToken("Flex Layout token, collect all breakpoints into one provider",{providedIn:"root",factory:function(){return null}}),m=[{alias:"xs",mediaQuery:"(min-width: 0px) and (max-width: 599px)"},{alias:"gt-xs",overlapping:!0,mediaQuery:"(min-width: 600px)"},{alias:"lt-sm",overlapping:!0,mediaQuery:"(max-width: 599px)"},{alias:"sm",mediaQuery:"(min-width: 600px) and (max-width: 959px)"},{alias:"gt-sm",overlapping:!0,mediaQuery:"(min-width: 960px)"},{alias:"lt-md",overlapping:!0,mediaQuery:"(max-width: 959px)"},{alias:"md",mediaQuery:"(min-width: 960px) and (max-width: 1279px)"},{alias:"gt-md",overlapping:!0,mediaQuery:"(min-width: 1280px)"},{alias:"lt-lg",overlapping:!0,mediaQuery:"(max-width: 1279px)"},{alias:"lg",mediaQuery:"(min-width: 1280px) and (max-width: 1919px)"},{alias:"gt-lg",overlapping:!0,mediaQuery:"(min-width: 1920px)"},{alias:"lt-xl",overlapping:!0,mediaQuery:"(max-width: 1919px)"},{alias:"xl",mediaQuery:"(min-width: 1920px) and (max-width: 5000px)"}],d="(orientation: landscape) and (min-width: 960px) and (max-width: 1279px)",h="(orientation: portrait) and (min-width: 600px) and (max-width: 839px)",y="(orientation: portrait) and (min-width: 840px)",f="(orientation: landscape) and (min-width: 1280px)",b={HANDSET:"(orientation: portrait) and (max-width: 599px), (orientation: landscape) and (max-width: 959px)",TABLET:h+" , "+d,WEB:y+", "+f+" ",HANDSET_PORTRAIT:"(orientation: portrait) and (max-width: 599px)",TABLET_PORTRAIT:h+" ",WEB_PORTRAIT:""+y,HANDSET_LANDSCAPE:"(orientation: landscape) and (max-width: 959px)]",TABLET_LANDSCAPE:""+d,WEB_LANDSCAPE:""+f},g=[{alias:"handset",mediaQuery:b.HANDSET},{alias:"handset.landscape",mediaQuery:b.HANDSET_LANDSCAPE},{alias:"handset.portrait",mediaQuery:b.HANDSET_PORTRAIT},{alias:"tablet",mediaQuery:b.TABLET},{alias:"tablet.landscape",mediaQuery:b.TABLET},{alias:"tablet.portrait",mediaQuery:b.TABLET_PORTRAIT},{alias:"web",mediaQuery:b.WEB,overlapping:!0},{alias:"web.landscape",mediaQuery:b.WEB_LANDSCAPE,overlapping:!0},{alias:"web.portrait",mediaQuery:b.WEB_PORTRAIT,overlapping:!0}];function v(e){for(var t=[],r=1;r0?e.charAt(0):"",r=e.length>1?e.slice(1):"";return t.toUpperCase()+r}var N={addFlexToParent:!0,addOrientationBps:!1,disableDefaultBps:!1,disableVendorPrefixes:!1,serverLoaded:!1,useColumnBasisZero:!0},C=new n.InjectionToken("Flex Layout token, config options for the library",{providedIn:"root",factory:function(){return N}}),_=new n.InjectionToken("Token (@angular/flex-layout) Breakpoints",{providedIn:"root",factory:function(){var e=Object(n.inject)(p),t=Object(n.inject)(C),r=[].concat.apply([],(e||[]).map(function(e){return Array.isArray(e)?e:[e]}));return function(e,t){void 0===t&&(t=[]);var r,n={};return e.forEach(function(e){n[e.alias]=e}),t.forEach(function(e){n[e.alias]?v(n[e.alias],e):n[e.alias]=e}),(r=Object.keys(n).map(function(e){return n[e]})).forEach(function(e){e.suffix||(e.suffix=e.alias.replace(S,"|").split("|").map(I).join(""),e.overlapping=!!e.overlapping)}),r}((t.disableDefaultBps?[]:m).concat(t.addOrientationBps?g:[]),r)}}),D=function(){function e(e){this._registry=e}return Object.defineProperty(e.prototype,"items",{get:function(){return this._registry.slice()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"sortedItems",{get:function(){var e=this._registry.filter(function(e){return!0===e.overlapping}),t=this._registry.filter(function(e){return!0!==e.overlapping});return e.concat(t)},enumerable:!0,configurable:!0}),e.prototype.findByAlias=function(e){return this._registry.find(function(t){return t.alias==e})||null},e.prototype.findByQuery=function(e){return this._registry.find(function(t){return t.mediaQuery==e})||null},Object.defineProperty(e.prototype,"overlappings",{get:function(){return this._registry.filter(function(e){return 1==e.overlapping})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"aliases",{get:function(){return this._registry.map(function(e){return e.alias})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"suffixes",{get:function(){return this._registry.map(function(e){return e.suffix?e.suffix:""})},enumerable:!0,configurable:!0}),e.ngInjectableDef=Object(n.defineInjectable)({factory:function(){return new e(Object(n.inject)(_))},token:e,providedIn:"root"}),e}(),T=function(){function e(e,t,r,n){void 0===e&&(e=!1),void 0===t&&(t="all"),void 0===r&&(r=""),void 0===n&&(n=""),this.matches=e,this.mediaQuery=t,this.mqAlias=r,this.suffix=n}return e.prototype.clone=function(){return new e(this.matches,this.mediaQuery,this.mqAlias,this.suffix)},e}(),k=function(){function e(e,t,r){this._zone=e,this._platformId=t,this._document=r,this._registry=new Map,this._source=new o.a(new T(!0)),this._observable$=this._source.asObservable()}return e.prototype.isActive=function(e){var t=this._registry.get(e);return!!t&&t.matches},e.prototype.observe=function(e){return e&&this.registerQuery(e),this._observable$.pipe(Object(a.a)(function(t){return!e||t.mediaQuery===e}))},e.prototype.registerQuery=function(e){var t=this,r=function(e){return void 0===e?[]:"string"==typeof e?[e]:(t={},e.filter(function(e){return!t.hasOwnProperty(e)&&(t[e]=!0)}));var t}(e);r.length>0&&(this._prepareQueryCSS(r,this._document),r.forEach(function(e){var r=t._registry.get(e),n=function(r){t._zone.run(function(){var n=new T(r.matches,e);t._source.next(n)})};r||((r=t._buildMQL(e)).addListener(n),t._registry.set(e,r)),r.matches&&n(r)}))},e.prototype._buildMQL=function(e){return Object(i.isPlatformBrowser)(this._platformId)&&window.matchMedia("all").addListener?window.matchMedia(e):{matches:"all"===e||""===e,media:e,addListener:function(){},removeListener:function(){}}},e.prototype._prepareQueryCSS=function(e,t){var r=e.filter(function(e){return!A[e]});if(r.length>0){var n=r.join(", ");try{var i=t.createElement("style");i.setAttribute("type","text/css"),i.styleSheet||i.appendChild(t.createTextNode("\n/*\n @angular/flex-layout - workaround for possible browser quirk with mediaQuery listeners\n see http://bit.ly/2sd4HMP\n*/\n@media "+n+" {.fx-query-test{ }}\n")),t.head.appendChild(i),r.forEach(function(e){return A[e]=i})}catch(e){console.error(e)}}},e.ngInjectableDef=Object(n.defineInjectable)({factory:function(){return new e(Object(n.inject)(n.NgZone),Object(n.inject)(n.PLATFORM_ID),Object(n.inject)(i.DOCUMENT))},token:e,providedIn:"root"}),e}(),A={};function R(e,t){return v(e,t?{mqAlias:t.alias,suffix:t.suffix}:{})}var x=function(){},w=function(){function e(e,t){this.breakpoints=e,this.mediaWatcher=t,this.filterOverlaps=!0,this._registerBreakPoints(),this.observable$=this._buildObservable()}return e.prototype.isActive=function(e){var t=this._toMediaQuery(e);return this.mediaWatcher.isActive(t)},e.prototype.subscribe=function(e,t,r){return e&&"object"==typeof e?this.observable$.subscribe(e.next,e.error,e.complete):this.observable$.subscribe(e,t,r)},e.prototype.asObservable=function(){return this.observable$},e.prototype._registerBreakPoints=function(){var e=this.breakpoints.sortedItems.map(function(e){return e.mediaQuery});this.mediaWatcher.registerQuery(e)},e.prototype._buildObservable=function(){var e=this,t=this;return this.mediaWatcher.observe().pipe(Object(a.a)(function(e){return!0===e.matches}),Object(a.a)(function(r){var n=e.breakpoints.findByQuery(r.mediaQuery);return!n||!(t.filterOverlaps&&n.overlapping)}),Object(s.a)(function(t){return R(t,e._findByQuery(t.mediaQuery))}))},e.prototype._findByAlias=function(e){return this.breakpoints.findByAlias(e)},e.prototype._findByQuery=function(e){return this.breakpoints.findByQuery(e)},e.prototype._toMediaQuery=function(e){var t=this._findByAlias(e)||this._findByQuery(e);return t?t.mediaQuery:e},e.ngInjectableDef=Object(n.defineInjectable)({factory:function(){return new e(Object(n.inject)(D),Object(n.inject)(k))},token:e,providedIn:"root"}),e}(),E=function(){},P=function(){function e(){this.stylesheet=new Map}return e.prototype.addStyleToElement=function(e,t,r){var n=this.stylesheet.get(e);n?n.set(t,r):this.stylesheet.set(e,new Map([[t,r]]))},e.prototype.clearStyles=function(){this.stylesheet.clear()},e.prototype.getStyleForElement=function(e,t){var r=this.stylesheet.get(e),n="";if(r){var i=r.get(t);"number"!=typeof i&&"string"!=typeof i||(n=i+"")}return n},e.ngInjectableDef=Object(n.defineInjectable)({factory:function(){return new e},token:e,providedIn:"root"}),e}(),M=new n.InjectionToken("FlexLayoutServerLoaded",{providedIn:"root",factory:function(){return!1}}),q=["row","column","row-reverse","column-reverse"],O=function(){function e(e,t,r){this._options=e,this._mediaMonitor=t,this._onMediaChanges=r,this._subscribers=[],this._registryMap=this._buildRegistryMap(),this._subscribers=this._configureChangeObservers()}return Object.defineProperty(e.prototype,"registryFromLargest",{get:function(){return this._registryMap.slice().reverse()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"mediaMonitor",{get:function(){return this._mediaMonitor},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"activatedInputKey",{get:function(){return this._activatedInputKey||this._options.baseKey},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"activatedInput",{get:function(){var e=this.activatedInputKey;return this.hasKeyValue(e)?this._lookupKeyValue(e):this._options.defaultValue},enumerable:!0,configurable:!0}),e.prototype.hasKeyValue=function(e){return void 0!==this._options.inputKeys[e]},e.prototype.destroy=function(){this._subscribers.forEach(function(e){e.unsubscribe()}),this._subscribers=[]},e.prototype._configureChangeObservers=function(){var e=this,t=[];return this._registryMap.forEach(function(r){e._keyInUse(r.key)&&t.push(e.mediaMonitor.observe(r.alias).pipe(Object(s.a)(function(t){return(t=t.clone()).property=e._options.baseKey,t})).subscribe(function(t){e._onMonitorEvents(t)}))}),t},e.prototype._buildRegistryMap=function(){var e=this;return this.mediaMonitor.breakpoints.map(function(t){return v({},t,{baseKey:e._options.baseKey,key:e._options.baseKey+t.suffix})}).filter(function(t){return e._keyInUse(t.key)})},e.prototype._onMonitorEvents=function(e){e.property==this._options.baseKey&&(e.value=this._calculateActivatedValue(e),this._onMediaChanges(e))},e.prototype._keyInUse=function(e){return void 0!==this._lookupKeyValue(e)},e.prototype._calculateActivatedValue=function(e){var t=this._options.baseKey+e.suffix,r=this._activatedInputKey;return this._activatedInputKey=this._validateInputKey(r=e.matches?t:r==t?"":r),this.activatedInput},e.prototype._validateInputKey=function(e){var t=this,r=function(e){return!t._keyInUse(e)};return r(e)&&this.mediaMonitor.activeOverlaps.some(function(n){var i=t._options.baseKey+n.suffix;return!r(i)&&(e=i,!0)}),e},e.prototype._lookupKeyValue=function(e){return this._options.inputKeys[e]},e}(),L=function(){function e(e,t,r){this._mediaMonitor=e,this._elementRef=t,this._styler=r,this._inputMap={},this._hasInitialized=!1}return Object.defineProperty(e.prototype,"hasMediaQueryListener",{get:function(){return!!this._mqActivation},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"activatedValue",{get:function(){return this._mqActivation?this._mqActivation.activatedInput:void 0},set:function(e){var t,r,i="baseKey";this._mqActivation&&(r=this._inputMap[i=this._mqActivation.activatedInputKey],this._inputMap[i]=e);var o=new n.SimpleChange(r,e,!1);this.ngOnChanges(((t={})[i]=o,t))},enumerable:!0,configurable:!0}),e.prototype.hasResponsiveAPI=function(e){return Object.keys(this._inputMap).length-(this._inputMap[e]?1:0)>0},e.prototype.ngOnInit=function(){this._hasInitialized=!0},e.prototype.ngOnChanges=function(e){throw new Error("BaseDirective::ngOnChanges should be overridden in subclass: "+e)},e.prototype.ngOnDestroy=function(){this._mqActivation&&this._mqActivation.destroy(),delete this._mediaMonitor},Object.defineProperty(e.prototype,"parentElement",{get:function(){return this._elementRef.nativeElement.parentNode},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"nativeElement",{get:function(){return this._elementRef.nativeElement},enumerable:!0,configurable:!0}),e.prototype._queryInput=function(e){return this._inputMap[e]},e.prototype._getDefaultVal=function(e,t){var r=this._queryInput(e);return void 0!==r&&null!==r&&""!==r?r:t},e.prototype._getDisplayStyle=function(e){return void 0===e&&(e=this.nativeElement),this._styler.lookupStyle(e,"display")},e.prototype._getAttributeValue=function(e,t){return void 0===t&&(t=this.nativeElement),this._styler.lookupAttributeValue(t,e)},e.prototype._getFlexFlowDirection=function(e,t){var r;void 0===t&&(t=!1);var n="row";if(e&&(n=(r=this._styler.getFlowDirection(e))[0],!r[1]&&t)){var i=function(e){var t,r,n=function(e){var t=(e=e?e.toLowerCase():"").split(" "),r=t[0],n=t[1],i=t[2];return q.find(function(e){return e===r})||(r=q[0]),"inline"===n&&(n="inline"!==i?i:"",i="inline"),[r,function(e){if(e)switch(e.toLowerCase()){case"reverse":case"wrap-reverse":case"reverse-wrap":e="wrap-reverse";break;case"no":case"none":case"nowrap":e="nowrap";break;default:e="wrap"}return e}(n),!!i]}(e);return r=n[2],void 0===(t=n[1])&&(t=null),void 0===r&&(r=!1),{display:r?"inline-flex":"flex","box-sizing":"border-box","flex-direction":n[0],"flex-wrap":t||null}}(n);this._styler.applyStyleToElements(i,[e])}return n.trim()||"row"},e.prototype._applyStyleToElement=function(e,t,r){void 0===r&&(r=this.nativeElement),this._styler.applyStyleToElement(r,e,t)},e.prototype._applyStyleToElements=function(e,t){this._styler.applyStyleToElements(e,t)},e.prototype._cacheInput=function(e,t){if("object"==typeof t)for(var r in t)this._inputMap[r]=t[r];else e&&(this._inputMap[e]=t)},e.prototype._listenForMediaQueryChanges=function(e,t,r){if(!this._mqActivation){var n=new function(e,t,r){this.baseKey=e,this.defaultValue=t,this.inputKeys=r}(e,t,this._inputMap);this._mqActivation=new O(n,this._mediaMonitor,function(e){return r(e)})}return this._mqActivation},Object.defineProperty(e.prototype,"childrenNodes",{get:function(){for(var e=this.nativeElement.children,t=[],r=e.length;r--;)t[r]=e[r];return t},enumerable:!0,configurable:!0}),e.prototype.hasKeyValue=function(e){return this._mqActivation.hasKeyValue(e)},Object.defineProperty(e.prototype,"hasInitialized",{get:function(){return this._hasInitialized},enumerable:!0,configurable:!0}),e}(),B=function(e){function t(t,r,n,i){var o=e.call(this,r,n,i)||this;return o._baseKey=t,o._mediaMonitor=r,o._elementRef=n,o._styler=i,o}return Object(u.__extends)(t,e),Object.defineProperty(t.prototype,"activeKey",{get:function(){var e=this._mqActivation,t=e?e.activatedInputKey:this._baseKey;return"class"===t?"klazz":t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"inputMap",{get:function(){return this._inputMap},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"mqActivation",{get:function(){return this._mqActivation},enumerable:!0,configurable:!0}),t.prototype.hasResponsiveAPI=function(){return e.prototype.hasResponsiveAPI.call(this,this._baseKey)},t.prototype.queryInput=function(e){return e?this._queryInput(e):void 0},t.prototype.cacheInput=function(e,t,r){if(void 0===r&&(r=!1),r)this._cacheInputRaw(e,t);else if(Array.isArray(t))this._cacheInputArray(e,t);else if("object"==typeof t)this._cacheInputObject(e,t);else{if("string"!=typeof t)throw new Error("Invalid class value '"+e+"' provided. Did you want to cache the raw value?");this._cacheInputString(e,t)}},t.prototype.listenForMediaQueryChanges=function(e,t,r){return this._listenForMediaQueryChanges(e,t,r)},t.prototype._cacheInputRaw=function(e,t){e&&(this._inputMap[e]=t)},t.prototype._cacheInputArray=function(e,t){void 0===e&&(e=""),this._inputMap[e]=t?t.join(" "):""},t.prototype._cacheInputObject=function(e,t){void 0===e&&(e="");var r=[];if(t)for(var n in t)t[n]&&r.push(n);this._inputMap[e]=r.join(" ")},t.prototype._cacheInputString=function(e,t){void 0===e&&(e=""),this._inputMap[e]=t},t}(L),F=function(){function e(e,t){this._breakpoints=e,this._matchMedia=t,this._registerBreakpoints()}return Object.defineProperty(e.prototype,"breakpoints",{get:function(){return this._breakpoints.items.slice()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"activeOverlaps",{get:function(){var e=this;return this._breakpoints.overlappings.reverse().filter(function(t){return e._matchMedia.isActive(t.mediaQuery)})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"active",{get:function(){var e=this,t=null;this.breakpoints.reverse().forEach(function(r){""!==r.alias&&!t&&e._matchMedia.isActive(r.mediaQuery)&&(t=r)});var r=this.breakpoints[0];return t||(this._matchMedia.isActive(r.mediaQuery)?r:null)},enumerable:!0,configurable:!0}),e.prototype.isActive=function(e){var t=this._breakpoints.findByAlias(e)||this._breakpoints.findByQuery(e);return this._matchMedia.isActive(t?t.mediaQuery:e)},e.prototype.observe=function(e){var t=this._breakpoints.findByAlias(e||"")||this._breakpoints.findByQuery(e||"");return this._matchMedia.observe(t?t.mediaQuery:e).pipe(Object(s.a)(function(e){return R(e,t)}),Object(a.a)(function(e){return!t||""!==e.mqAlias}))},e.prototype._registerBreakpoints=function(){var e=this._breakpoints.sortedItems.map(function(e){return e.mediaQuery});this._matchMedia.registerQuery(e)},e.ngInjectableDef=Object(n.defineInjectable)({factory:function(){return new e(Object(n.inject)(D),Object(n.inject)(k))},token:e,providedIn:"root"}),e}();function G(e){for(var t in e){var r=e[t]||"";switch(t){case"display":e.display="flex"===r?["-webkit-flex","flex"]:"inline-flex"===r?["-webkit-inline-flex","inline-flex"]:r;break;case"align-items":case"align-self":case"align-content":case"flex":case"flex-basis":case"flex-flow":case"flex-grow":case"flex-shrink":case"flex-wrap":case"justify-content":e["-webkit-"+t]=r;break;case"flex-direction":e["-webkit-flex-direction"]=r=r||"row",e["flex-direction"]=r;break;case"order":e.order=e["-webkit-"+t]=isNaN(r)?"0":r}}return e}var V=function(){function e(e,t,r,n){this._serverStylesheet=e,this._serverModuleLoaded=t,this._platformId=r,this.layoutConfig=n}return e.prototype.applyStyleToElement=function(e,t,r){var n={};"string"==typeof t&&(n[t]=r,t=n),n=this.layoutConfig.disableVendorPrefixes?t:G(t),this._applyMultiValueStyleToElement(n,e)},e.prototype.applyStyleToElements=function(e,t){var r=this;void 0===t&&(t=[]);var n=this.layoutConfig.disableVendorPrefixes?e:G(e);t.forEach(function(e){r._applyMultiValueStyleToElement(n,e)})},e.prototype.getFlowDirection=function(e){var t=this.lookupStyle(e,"flex-direction");t===U&&(t="");var r=this.lookupInlineStyle(e,"flex-direction")||Object(i.isPlatformServer)(this._platformId)&&this._serverModuleLoaded?t:"";return[t||"row",r]},e.prototype.lookupAttributeValue=function(e,t){return e.getAttribute(t)||""},e.prototype.lookupInlineStyle=function(e,t){return Object(i.isPlatformBrowser)(this._platformId)?e.style[t]:this._getServerStyle(e,t)},e.prototype.lookupStyle=function(e,t,r){void 0===r&&(r=!1);var n="";return e&&((n=this.lookupInlineStyle(e,t))||(Object(i.isPlatformBrowser)(this._platformId)?r||(n=getComputedStyle(e).getPropertyValue(t)):this._serverModuleLoaded&&(n=this._serverStylesheet.getStyleForElement(e,t)))),n?n.trim():U},e.prototype._applyMultiValueStyleToElement=function(e,t){var r=this;Object.keys(e).sort().forEach(function(n){var o=Array.isArray(e[n])?e[n]:[e[n]];o.sort();for(var a=0,s=o;a0){var a=o.indexOf(":");if(-1===a)throw new Error("Invalid CSS style: "+o);t[o.substr(0,a).trim()]=o.substr(a+1).trim()}}return t},e.prototype._writeStyleAttribute=function(e,t){var r="";for(var n in t)t[n]&&(r+=n+":"+t[n]+";");e.setAttribute("style",r)},e.ngInjectableDef=Object(n.defineInjectable)({factory:function(){return new e(Object(n.inject)(P,8),Object(n.inject)(M,8),Object(n.inject)(n.PLATFORM_ID),Object(n.inject)(C))},token:e,providedIn:"root"}),e}(),U="block";function j(e,t,r){void 0===t&&(t="1"),void 0===r&&(r="1");var n=[t,r,e],i=e.indexOf("calc");if(i>0)n[2]=$(e.substring(i).trim()),2==(o=e.substr(0,i).trim().split(" ")).length&&(n[0]=o[0],n[1]=o[1]);else if(0==i)n[2]=$(e.trim());else{var o;n=3===(o=e.split(" ")).length?o:[t,r,e]}return n}function $(e){return e.replace(/[\s]/g,"").replace(/[\/\*\+\-]/g," $& ")}},P2sY:function(e,t,r){e.exports={default:r("UbbE"),__esModule:!0}},P6uZ:function(e,t,r){"use strict";r.d(t,"a",function(){return l});var n=r("3fWJ"),i=r("VnD/"),o=r("t9fZ"),a=r("HJBe"),s=r("tNVB"),u=r("mChF");function l(e,t){var r=arguments.length>=2;return function(l){return l.pipe(e?Object(i.a)(function(t,r){return e(t,r,l)}):u.a,Object(o.a)(1),r?Object(a.a)(t):Object(s.a)(function(){return new n.a}))}}},P7XM:function(e,t){e.exports="function"==typeof Object.create?function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:function(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}},PG8h:function(e,t,r){var n=r("QsWE");n.util.update(n.APIGateway.prototype,{setAcceptHeader:function(e){var t=e.httpRequest;t.headers.Accept||(t.headers.Accept="application/json")},setupRequestListeners:function(e){e.addListener("build",this.setAcceptHeader),"getExport"===e.operation&&"swagger"===(e.params||{}).exportType&&e.addListener("extractData",n.util.convertPayloadToString)}})},PKKm:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2016-04-18",endpointPrefix:"cognito-idp",jsonVersion:"1.1",protocol:"json",serviceFullName:"Amazon Cognito Identity Provider",serviceId:"Cognito Identity Provider",signatureVersion:"v4",targetPrefix:"AWSCognitoIdentityProviderService",uid:"cognito-idp-2016-04-18"},operations:{AddCustomAttributes:{input:{type:"structure",required:["UserPoolId","CustomAttributes"],members:{UserPoolId:{},CustomAttributes:{type:"list",member:{shape:"S4"}}}},output:{type:"structure",members:{}}},AdminAddUserToGroup:{input:{type:"structure",required:["UserPoolId","Username","GroupName"],members:{UserPoolId:{},Username:{shape:"Sd"},GroupName:{}}}},AdminConfirmSignUp:{input:{type:"structure",required:["UserPoolId","Username"],members:{UserPoolId:{},Username:{shape:"Sd"}}},output:{type:"structure",members:{}}},AdminCreateUser:{input:{type:"structure",required:["UserPoolId","Username"],members:{UserPoolId:{},Username:{shape:"Sd"},UserAttributes:{shape:"Si"},ValidationData:{shape:"Si"},TemporaryPassword:{shape:"Sm"},ForceAliasCreation:{type:"boolean"},MessageAction:{},DesiredDeliveryMediums:{type:"list",member:{}}}},output:{type:"structure",members:{User:{shape:"Ss"}}}},AdminDeleteUser:{input:{type:"structure",required:["UserPoolId","Username"],members:{UserPoolId:{},Username:{shape:"Sd"}}}},AdminDeleteUserAttributes:{input:{type:"structure",required:["UserPoolId","Username","UserAttributeNames"],members:{UserPoolId:{},Username:{shape:"Sd"},UserAttributeNames:{shape:"Sz"}}},output:{type:"structure",members:{}}},AdminDisableProviderForUser:{input:{type:"structure",required:["UserPoolId","User"],members:{UserPoolId:{},User:{shape:"S12"}}},output:{type:"structure",members:{}}},AdminDisableUser:{input:{type:"structure",required:["UserPoolId","Username"],members:{UserPoolId:{},Username:{shape:"Sd"}}},output:{type:"structure",members:{}}},AdminEnableUser:{input:{type:"structure",required:["UserPoolId","Username"],members:{UserPoolId:{},Username:{shape:"Sd"}}},output:{type:"structure",members:{}}},AdminForgetDevice:{input:{type:"structure",required:["UserPoolId","Username","DeviceKey"],members:{UserPoolId:{},Username:{shape:"Sd"},DeviceKey:{}}}},AdminGetDevice:{input:{type:"structure",required:["DeviceKey","UserPoolId","Username"],members:{DeviceKey:{},UserPoolId:{},Username:{shape:"Sd"}}},output:{type:"structure",required:["Device"],members:{Device:{shape:"S1d"}}}},AdminGetUser:{input:{type:"structure",required:["UserPoolId","Username"],members:{UserPoolId:{},Username:{shape:"Sd"}}},output:{type:"structure",required:["Username"],members:{Username:{shape:"Sd"},UserAttributes:{shape:"Si"},UserCreateDate:{type:"timestamp"},UserLastModifiedDate:{type:"timestamp"},Enabled:{type:"boolean"},UserStatus:{},MFAOptions:{shape:"Sv"},PreferredMfaSetting:{},UserMFASettingList:{shape:"S1g"}}}},AdminInitiateAuth:{input:{type:"structure",required:["UserPoolId","ClientId","AuthFlow"],members:{UserPoolId:{},ClientId:{shape:"S1i"},AuthFlow:{},AuthParameters:{shape:"S1k"},ClientMetadata:{shape:"S1l"},AnalyticsMetadata:{shape:"S1m"},ContextData:{shape:"S1n"}}},output:{type:"structure",members:{ChallengeName:{},Session:{},ChallengeParameters:{shape:"S1t"},AuthenticationResult:{shape:"S1u"}}}},AdminLinkProviderForUser:{input:{type:"structure",required:["UserPoolId","DestinationUser","SourceUser"],members:{UserPoolId:{},DestinationUser:{shape:"S12"},SourceUser:{shape:"S12"}}},output:{type:"structure",members:{}}},AdminListDevices:{input:{type:"structure",required:["UserPoolId","Username"],members:{UserPoolId:{},Username:{shape:"Sd"},Limit:{type:"integer"},PaginationToken:{}}},output:{type:"structure",members:{Devices:{shape:"S24"},PaginationToken:{}}}},AdminListGroupsForUser:{input:{type:"structure",required:["Username","UserPoolId"],members:{Username:{shape:"Sd"},UserPoolId:{},Limit:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Groups:{shape:"S28"},NextToken:{}}}},AdminListUserAuthEvents:{input:{type:"structure",required:["UserPoolId","Username"],members:{UserPoolId:{},Username:{shape:"Sd"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{AuthEvents:{type:"list",member:{type:"structure",members:{EventId:{},EventType:{},CreationDate:{type:"timestamp"},EventResponse:{},EventRisk:{type:"structure",members:{RiskDecision:{},RiskLevel:{}}},ChallengeResponses:{type:"list",member:{type:"structure",members:{ChallengeName:{},ChallengeResponse:{}}}},EventContextData:{type:"structure",members:{IpAddress:{},DeviceName:{},Timezone:{},City:{},Country:{}}},EventFeedback:{type:"structure",required:["FeedbackValue","Provider"],members:{FeedbackValue:{},Provider:{},FeedbackDate:{type:"timestamp"}}}}}},NextToken:{}}}},AdminRemoveUserFromGroup:{input:{type:"structure",required:["UserPoolId","Username","GroupName"],members:{UserPoolId:{},Username:{shape:"Sd"},GroupName:{}}}},AdminResetUserPassword:{input:{type:"structure",required:["UserPoolId","Username"],members:{UserPoolId:{},Username:{shape:"Sd"}}},output:{type:"structure",members:{}}},AdminRespondToAuthChallenge:{input:{type:"structure",required:["UserPoolId","ClientId","ChallengeName"],members:{UserPoolId:{},ClientId:{shape:"S1i"},ChallengeName:{},ChallengeResponses:{shape:"S2x"},Session:{},AnalyticsMetadata:{shape:"S1m"},ContextData:{shape:"S1n"}}},output:{type:"structure",members:{ChallengeName:{},Session:{},ChallengeParameters:{shape:"S1t"},AuthenticationResult:{shape:"S1u"}}}},AdminSetUserMFAPreference:{input:{type:"structure",required:["Username","UserPoolId"],members:{SMSMfaSettings:{shape:"S30"},SoftwareTokenMfaSettings:{shape:"S31"},Username:{shape:"Sd"},UserPoolId:{}}},output:{type:"structure",members:{}}},AdminSetUserSettings:{input:{type:"structure",required:["UserPoolId","Username","MFAOptions"],members:{UserPoolId:{},Username:{shape:"Sd"},MFAOptions:{shape:"Sv"}}},output:{type:"structure",members:{}}},AdminUpdateAuthEventFeedback:{input:{type:"structure",required:["UserPoolId","Username","EventId","FeedbackValue"],members:{UserPoolId:{},Username:{shape:"Sd"},EventId:{},FeedbackValue:{}}},output:{type:"structure",members:{}}},AdminUpdateDeviceStatus:{input:{type:"structure",required:["UserPoolId","Username","DeviceKey"],members:{UserPoolId:{},Username:{shape:"Sd"},DeviceKey:{},DeviceRememberedStatus:{}}},output:{type:"structure",members:{}}},AdminUpdateUserAttributes:{input:{type:"structure",required:["UserPoolId","Username","UserAttributes"],members:{UserPoolId:{},Username:{shape:"Sd"},UserAttributes:{shape:"Si"}}},output:{type:"structure",members:{}}},AdminUserGlobalSignOut:{input:{type:"structure",required:["UserPoolId","Username"],members:{UserPoolId:{},Username:{shape:"Sd"}}},output:{type:"structure",members:{}}},AssociateSoftwareToken:{input:{type:"structure",members:{AccessToken:{shape:"S1v"},Session:{}}},output:{type:"structure",members:{SecretCode:{type:"string",sensitive:!0},Session:{}}}},ChangePassword:{input:{type:"structure",required:["PreviousPassword","ProposedPassword","AccessToken"],members:{PreviousPassword:{shape:"Sm"},ProposedPassword:{shape:"Sm"},AccessToken:{shape:"S1v"}}},output:{type:"structure",members:{}},authtype:"none"},ConfirmDevice:{input:{type:"structure",required:["AccessToken","DeviceKey"],members:{AccessToken:{shape:"S1v"},DeviceKey:{},DeviceSecretVerifierConfig:{type:"structure",members:{PasswordVerifier:{},Salt:{}}},DeviceName:{}}},output:{type:"structure",members:{UserConfirmationNecessary:{type:"boolean"}}}},ConfirmForgotPassword:{input:{type:"structure",required:["ClientId","Username","ConfirmationCode","Password"],members:{ClientId:{shape:"S1i"},SecretHash:{shape:"S3p"},Username:{shape:"Sd"},ConfirmationCode:{},Password:{shape:"Sm"},AnalyticsMetadata:{shape:"S1m"},UserContextData:{shape:"S3r"}}},output:{type:"structure",members:{}},authtype:"none"},ConfirmSignUp:{input:{type:"structure",required:["ClientId","Username","ConfirmationCode"],members:{ClientId:{shape:"S1i"},SecretHash:{shape:"S3p"},Username:{shape:"Sd"},ConfirmationCode:{},ForceAliasCreation:{type:"boolean"},AnalyticsMetadata:{shape:"S1m"},UserContextData:{shape:"S3r"}}},output:{type:"structure",members:{}},authtype:"none"},CreateGroup:{input:{type:"structure",required:["GroupName","UserPoolId"],members:{GroupName:{},UserPoolId:{},Description:{},RoleArn:{},Precedence:{type:"integer"}}},output:{type:"structure",members:{Group:{shape:"S29"}}}},CreateIdentityProvider:{input:{type:"structure",required:["UserPoolId","ProviderName","ProviderType","ProviderDetails"],members:{UserPoolId:{},ProviderName:{},ProviderType:{},ProviderDetails:{shape:"S40"},AttributeMapping:{shape:"S41"},IdpIdentifiers:{shape:"S43"}}},output:{type:"structure",required:["IdentityProvider"],members:{IdentityProvider:{shape:"S46"}}}},CreateResourceServer:{input:{type:"structure",required:["UserPoolId","Identifier","Name"],members:{UserPoolId:{},Identifier:{},Name:{},Scopes:{shape:"S4a"}}},output:{type:"structure",required:["ResourceServer"],members:{ResourceServer:{shape:"S4f"}}}},CreateUserImportJob:{input:{type:"structure",required:["JobName","UserPoolId","CloudWatchLogsRoleArn"],members:{JobName:{},UserPoolId:{},CloudWatchLogsRoleArn:{}}},output:{type:"structure",members:{UserImportJob:{shape:"S4j"}}}},CreateUserPool:{input:{type:"structure",required:["PoolName"],members:{PoolName:{},Policies:{shape:"S4r"},LambdaConfig:{shape:"S4u"},AutoVerifiedAttributes:{shape:"S4v"},AliasAttributes:{shape:"S4x"},UsernameAttributes:{shape:"S4z"},SmsVerificationMessage:{},EmailVerificationMessage:{},EmailVerificationSubject:{},VerificationMessageTemplate:{shape:"S54"},SmsAuthenticationMessage:{},MfaConfiguration:{},DeviceConfiguration:{shape:"S59"},EmailConfiguration:{shape:"S5a"},SmsConfiguration:{shape:"S5c"},UserPoolTags:{shape:"S5d"},AdminCreateUserConfig:{shape:"S5e"},Schema:{shape:"S5h"},UserPoolAddOns:{shape:"S5i"}}},output:{type:"structure",members:{UserPool:{shape:"S5l"}}}},CreateUserPoolClient:{input:{type:"structure",required:["UserPoolId","ClientName"],members:{UserPoolId:{},ClientName:{},GenerateSecret:{type:"boolean"},RefreshTokenValidity:{type:"integer"},ReadAttributes:{shape:"S5s"},WriteAttributes:{shape:"S5s"},ExplicitAuthFlows:{shape:"S5u"},SupportedIdentityProviders:{shape:"S5w"},CallbackURLs:{shape:"S5x"},LogoutURLs:{shape:"S5z"},DefaultRedirectURI:{},AllowedOAuthFlows:{shape:"S60"},AllowedOAuthScopes:{shape:"S62"},AllowedOAuthFlowsUserPoolClient:{type:"boolean"},AnalyticsConfiguration:{shape:"S64"}}},output:{type:"structure",members:{UserPoolClient:{shape:"S67"}}}},CreateUserPoolDomain:{input:{type:"structure",required:["Domain","UserPoolId"],members:{Domain:{},UserPoolId:{},CustomDomainConfig:{shape:"S6a"}}},output:{type:"structure",members:{CloudFrontDomain:{}}}},DeleteGroup:{input:{type:"structure",required:["GroupName","UserPoolId"],members:{GroupName:{},UserPoolId:{}}}},DeleteIdentityProvider:{input:{type:"structure",required:["UserPoolId","ProviderName"],members:{UserPoolId:{},ProviderName:{}}}},DeleteResourceServer:{input:{type:"structure",required:["UserPoolId","Identifier"],members:{UserPoolId:{},Identifier:{}}}},DeleteUser:{input:{type:"structure",required:["AccessToken"],members:{AccessToken:{shape:"S1v"}}},authtype:"none"},DeleteUserAttributes:{input:{type:"structure",required:["UserAttributeNames","AccessToken"],members:{UserAttributeNames:{shape:"Sz"},AccessToken:{shape:"S1v"}}},output:{type:"structure",members:{}},authtype:"none"},DeleteUserPool:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{}}}},DeleteUserPoolClient:{input:{type:"structure",required:["UserPoolId","ClientId"],members:{UserPoolId:{},ClientId:{shape:"S1i"}}}},DeleteUserPoolDomain:{input:{type:"structure",required:["Domain","UserPoolId"],members:{Domain:{},UserPoolId:{}}},output:{type:"structure",members:{}}},DescribeIdentityProvider:{input:{type:"structure",required:["UserPoolId","ProviderName"],members:{UserPoolId:{},ProviderName:{}}},output:{type:"structure",required:["IdentityProvider"],members:{IdentityProvider:{shape:"S46"}}}},DescribeResourceServer:{input:{type:"structure",required:["UserPoolId","Identifier"],members:{UserPoolId:{},Identifier:{}}},output:{type:"structure",required:["ResourceServer"],members:{ResourceServer:{shape:"S4f"}}}},DescribeRiskConfiguration:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{},ClientId:{shape:"S1i"}}},output:{type:"structure",required:["RiskConfiguration"],members:{RiskConfiguration:{shape:"S6s"}}}},DescribeUserImportJob:{input:{type:"structure",required:["UserPoolId","JobId"],members:{UserPoolId:{},JobId:{}}},output:{type:"structure",members:{UserImportJob:{shape:"S4j"}}}},DescribeUserPool:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{}}},output:{type:"structure",members:{UserPool:{shape:"S5l"}}}},DescribeUserPoolClient:{input:{type:"structure",required:["UserPoolId","ClientId"],members:{UserPoolId:{},ClientId:{shape:"S1i"}}},output:{type:"structure",members:{UserPoolClient:{shape:"S67"}}}},DescribeUserPoolDomain:{input:{type:"structure",required:["Domain"],members:{Domain:{}}},output:{type:"structure",members:{DomainDescription:{type:"structure",members:{UserPoolId:{},AWSAccountId:{},Domain:{},S3Bucket:{},CloudFrontDistribution:{},Version:{},Status:{},CustomDomainConfig:{shape:"S6a"}}}}}},ForgetDevice:{input:{type:"structure",required:["DeviceKey"],members:{AccessToken:{shape:"S1v"},DeviceKey:{}}}},ForgotPassword:{input:{type:"structure",required:["ClientId","Username"],members:{ClientId:{shape:"S1i"},SecretHash:{shape:"S3p"},UserContextData:{shape:"S3r"},Username:{shape:"Sd"},AnalyticsMetadata:{shape:"S1m"}}},output:{type:"structure",members:{CodeDeliveryDetails:{shape:"S7q"}}},authtype:"none"},GetCSVHeader:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{}}},output:{type:"structure",members:{UserPoolId:{},CSVHeader:{type:"list",member:{}}}}},GetDevice:{input:{type:"structure",required:["DeviceKey"],members:{DeviceKey:{},AccessToken:{shape:"S1v"}}},output:{type:"structure",required:["Device"],members:{Device:{shape:"S1d"}}}},GetGroup:{input:{type:"structure",required:["GroupName","UserPoolId"],members:{GroupName:{},UserPoolId:{}}},output:{type:"structure",members:{Group:{shape:"S29"}}}},GetIdentityProviderByIdentifier:{input:{type:"structure",required:["UserPoolId","IdpIdentifier"],members:{UserPoolId:{},IdpIdentifier:{}}},output:{type:"structure",required:["IdentityProvider"],members:{IdentityProvider:{shape:"S46"}}}},GetSigningCertificate:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{}}},output:{type:"structure",members:{Certificate:{}}}},GetUICustomization:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{},ClientId:{shape:"S1i"}}},output:{type:"structure",required:["UICustomization"],members:{UICustomization:{shape:"S84"}}}},GetUser:{input:{type:"structure",required:["AccessToken"],members:{AccessToken:{shape:"S1v"}}},output:{type:"structure",required:["Username","UserAttributes"],members:{Username:{shape:"Sd"},UserAttributes:{shape:"Si"},MFAOptions:{shape:"Sv"},PreferredMfaSetting:{},UserMFASettingList:{shape:"S1g"}}},authtype:"none"},GetUserAttributeVerificationCode:{input:{type:"structure",required:["AccessToken","AttributeName"],members:{AccessToken:{shape:"S1v"},AttributeName:{}}},output:{type:"structure",members:{CodeDeliveryDetails:{shape:"S7q"}}},authtype:"none"},GetUserPoolMfaConfig:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{}}},output:{type:"structure",members:{SmsMfaConfiguration:{shape:"S8e"},SoftwareTokenMfaConfiguration:{shape:"S8f"},MfaConfiguration:{}}}},GlobalSignOut:{input:{type:"structure",required:["AccessToken"],members:{AccessToken:{shape:"S1v"}}},output:{type:"structure",members:{}}},InitiateAuth:{input:{type:"structure",required:["AuthFlow","ClientId"],members:{AuthFlow:{},AuthParameters:{shape:"S1k"},ClientMetadata:{shape:"S1l"},ClientId:{shape:"S1i"},AnalyticsMetadata:{shape:"S1m"},UserContextData:{shape:"S3r"}}},output:{type:"structure",members:{ChallengeName:{},Session:{},ChallengeParameters:{shape:"S1t"},AuthenticationResult:{shape:"S1u"}}}},ListDevices:{input:{type:"structure",required:["AccessToken"],members:{AccessToken:{shape:"S1v"},Limit:{type:"integer"},PaginationToken:{}}},output:{type:"structure",members:{Devices:{shape:"S24"},PaginationToken:{}}}},ListGroups:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{},Limit:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Groups:{shape:"S28"},NextToken:{}}}},ListIdentityProviders:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",required:["Providers"],members:{Providers:{type:"list",member:{type:"structure",members:{ProviderName:{},ProviderType:{},LastModifiedDate:{type:"timestamp"},CreationDate:{type:"timestamp"}}}},NextToken:{}}}},ListResourceServers:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",required:["ResourceServers"],members:{ResourceServers:{type:"list",member:{shape:"S4f"}},NextToken:{}}}},ListUserImportJobs:{input:{type:"structure",required:["UserPoolId","MaxResults"],members:{UserPoolId:{},MaxResults:{type:"integer"},PaginationToken:{}}},output:{type:"structure",members:{UserImportJobs:{type:"list",member:{shape:"S4j"}},PaginationToken:{}}}},ListUserPoolClients:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{UserPoolClients:{type:"list",member:{type:"structure",members:{ClientId:{shape:"S1i"},UserPoolId:{},ClientName:{}}}},NextToken:{}}}},ListUserPools:{input:{type:"structure",required:["MaxResults"],members:{NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{UserPools:{type:"list",member:{type:"structure",members:{Id:{},Name:{},LambdaConfig:{shape:"S4u"},Status:{},LastModifiedDate:{type:"timestamp"},CreationDate:{type:"timestamp"}}}},NextToken:{}}}},ListUsers:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{},AttributesToGet:{type:"list",member:{}},Limit:{type:"integer"},PaginationToken:{},Filter:{}}},output:{type:"structure",members:{Users:{shape:"S9f"},PaginationToken:{}}}},ListUsersInGroup:{input:{type:"structure",required:["UserPoolId","GroupName"],members:{UserPoolId:{},GroupName:{},Limit:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Users:{shape:"S9f"},NextToken:{}}}},ResendConfirmationCode:{input:{type:"structure",required:["ClientId","Username"],members:{ClientId:{shape:"S1i"},SecretHash:{shape:"S3p"},UserContextData:{shape:"S3r"},Username:{shape:"Sd"},AnalyticsMetadata:{shape:"S1m"}}},output:{type:"structure",members:{CodeDeliveryDetails:{shape:"S7q"}}},authtype:"none"},RespondToAuthChallenge:{input:{type:"structure",required:["ClientId","ChallengeName"],members:{ClientId:{shape:"S1i"},ChallengeName:{},Session:{},ChallengeResponses:{shape:"S2x"},AnalyticsMetadata:{shape:"S1m"},UserContextData:{shape:"S3r"}}},output:{type:"structure",members:{ChallengeName:{},Session:{},ChallengeParameters:{shape:"S1t"},AuthenticationResult:{shape:"S1u"}}}},SetRiskConfiguration:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{},ClientId:{shape:"S1i"},CompromisedCredentialsRiskConfiguration:{shape:"S6t"},AccountTakeoverRiskConfiguration:{shape:"S6y"},RiskExceptionConfiguration:{shape:"S77"}}},output:{type:"structure",required:["RiskConfiguration"],members:{RiskConfiguration:{shape:"S6s"}}}},SetUICustomization:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{},ClientId:{shape:"S1i"},CSS:{},ImageFile:{type:"blob"}}},output:{type:"structure",required:["UICustomization"],members:{UICustomization:{shape:"S84"}}}},SetUserMFAPreference:{input:{type:"structure",required:["AccessToken"],members:{SMSMfaSettings:{shape:"S30"},SoftwareTokenMfaSettings:{shape:"S31"},AccessToken:{shape:"S1v"}}},output:{type:"structure",members:{}}},SetUserPoolMfaConfig:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{},SmsMfaConfiguration:{shape:"S8e"},SoftwareTokenMfaConfiguration:{shape:"S8f"},MfaConfiguration:{}}},output:{type:"structure",members:{SmsMfaConfiguration:{shape:"S8e"},SoftwareTokenMfaConfiguration:{shape:"S8f"},MfaConfiguration:{}}}},SetUserSettings:{input:{type:"structure",required:["AccessToken","MFAOptions"],members:{AccessToken:{shape:"S1v"},MFAOptions:{shape:"Sv"}}},output:{type:"structure",members:{}},authtype:"none"},SignUp:{input:{type:"structure",required:["ClientId","Username","Password"],members:{ClientId:{shape:"S1i"},SecretHash:{shape:"S3p"},Username:{shape:"Sd"},Password:{shape:"Sm"},UserAttributes:{shape:"Si"},ValidationData:{shape:"Si"},AnalyticsMetadata:{shape:"S1m"},UserContextData:{shape:"S3r"}}},output:{type:"structure",required:["UserConfirmed","UserSub"],members:{UserConfirmed:{type:"boolean"},CodeDeliveryDetails:{shape:"S7q"},UserSub:{}}},authtype:"none"},StartUserImportJob:{input:{type:"structure",required:["UserPoolId","JobId"],members:{UserPoolId:{},JobId:{}}},output:{type:"structure",members:{UserImportJob:{shape:"S4j"}}}},StopUserImportJob:{input:{type:"structure",required:["UserPoolId","JobId"],members:{UserPoolId:{},JobId:{}}},output:{type:"structure",members:{UserImportJob:{shape:"S4j"}}}},UpdateAuthEventFeedback:{input:{type:"structure",required:["UserPoolId","Username","EventId","FeedbackToken","FeedbackValue"],members:{UserPoolId:{},Username:{shape:"Sd"},EventId:{},FeedbackToken:{shape:"S1v"},FeedbackValue:{}}},output:{type:"structure",members:{}}},UpdateDeviceStatus:{input:{type:"structure",required:["AccessToken","DeviceKey"],members:{AccessToken:{shape:"S1v"},DeviceKey:{},DeviceRememberedStatus:{}}},output:{type:"structure",members:{}}},UpdateGroup:{input:{type:"structure",required:["GroupName","UserPoolId"],members:{GroupName:{},UserPoolId:{},Description:{},RoleArn:{},Precedence:{type:"integer"}}},output:{type:"structure",members:{Group:{shape:"S29"}}}},UpdateIdentityProvider:{input:{type:"structure",required:["UserPoolId","ProviderName"],members:{UserPoolId:{},ProviderName:{},ProviderDetails:{shape:"S40"},AttributeMapping:{shape:"S41"},IdpIdentifiers:{shape:"S43"}}},output:{type:"structure",required:["IdentityProvider"],members:{IdentityProvider:{shape:"S46"}}}},UpdateResourceServer:{input:{type:"structure",required:["UserPoolId","Identifier","Name"],members:{UserPoolId:{},Identifier:{},Name:{},Scopes:{shape:"S4a"}}},output:{type:"structure",required:["ResourceServer"],members:{ResourceServer:{shape:"S4f"}}}},UpdateUserAttributes:{input:{type:"structure",required:["UserAttributes","AccessToken"],members:{UserAttributes:{shape:"Si"},AccessToken:{shape:"S1v"}}},output:{type:"structure",members:{CodeDeliveryDetailsList:{type:"list",member:{shape:"S7q"}}}},authtype:"none"},UpdateUserPool:{input:{type:"structure",required:["UserPoolId"],members:{UserPoolId:{},Policies:{shape:"S4r"},LambdaConfig:{shape:"S4u"},AutoVerifiedAttributes:{shape:"S4v"},SmsVerificationMessage:{},EmailVerificationMessage:{},EmailVerificationSubject:{},VerificationMessageTemplate:{shape:"S54"},SmsAuthenticationMessage:{},MfaConfiguration:{},DeviceConfiguration:{shape:"S59"},EmailConfiguration:{shape:"S5a"},SmsConfiguration:{shape:"S5c"},UserPoolTags:{shape:"S5d"},AdminCreateUserConfig:{shape:"S5e"},UserPoolAddOns:{shape:"S5i"}}},output:{type:"structure",members:{}}},UpdateUserPoolClient:{input:{type:"structure",required:["UserPoolId","ClientId"],members:{UserPoolId:{},ClientId:{shape:"S1i"},ClientName:{},RefreshTokenValidity:{type:"integer"},ReadAttributes:{shape:"S5s"},WriteAttributes:{shape:"S5s"},ExplicitAuthFlows:{shape:"S5u"},SupportedIdentityProviders:{shape:"S5w"},CallbackURLs:{shape:"S5x"},LogoutURLs:{shape:"S5z"},DefaultRedirectURI:{},AllowedOAuthFlows:{shape:"S60"},AllowedOAuthScopes:{shape:"S62"},AllowedOAuthFlowsUserPoolClient:{type:"boolean"},AnalyticsConfiguration:{shape:"S64"}}},output:{type:"structure",members:{UserPoolClient:{shape:"S67"}}}},VerifySoftwareToken:{input:{type:"structure",required:["UserCode"],members:{AccessToken:{shape:"S1v"},Session:{},UserCode:{},FriendlyDeviceName:{}}},output:{type:"structure",members:{Status:{},Session:{}}}},VerifyUserAttribute:{input:{type:"structure",required:["AccessToken","AttributeName","Code"],members:{AccessToken:{shape:"S1v"},AttributeName:{},Code:{}}},output:{type:"structure",members:{}},authtype:"none"}},shapes:{S4:{type:"structure",members:{Name:{},AttributeDataType:{},DeveloperOnlyAttribute:{type:"boolean"},Mutable:{type:"boolean"},Required:{type:"boolean"},NumberAttributeConstraints:{type:"structure",members:{MinValue:{},MaxValue:{}}},StringAttributeConstraints:{type:"structure",members:{MinLength:{},MaxLength:{}}}}},Sd:{type:"string",sensitive:!0},Si:{type:"list",member:{type:"structure",required:["Name"],members:{Name:{},Value:{type:"string",sensitive:!0}}}},Sm:{type:"string",sensitive:!0},Ss:{type:"structure",members:{Username:{shape:"Sd"},Attributes:{shape:"Si"},UserCreateDate:{type:"timestamp"},UserLastModifiedDate:{type:"timestamp"},Enabled:{type:"boolean"},UserStatus:{},MFAOptions:{shape:"Sv"}}},Sv:{type:"list",member:{type:"structure",members:{DeliveryMedium:{},AttributeName:{}}}},Sz:{type:"list",member:{}},S12:{type:"structure",members:{ProviderName:{},ProviderAttributeName:{},ProviderAttributeValue:{}}},S1d:{type:"structure",members:{DeviceKey:{},DeviceAttributes:{shape:"Si"},DeviceCreateDate:{type:"timestamp"},DeviceLastModifiedDate:{type:"timestamp"},DeviceLastAuthenticatedDate:{type:"timestamp"}}},S1g:{type:"list",member:{}},S1i:{type:"string",sensitive:!0},S1k:{type:"map",key:{},value:{}},S1l:{type:"map",key:{},value:{}},S1m:{type:"structure",members:{AnalyticsEndpointId:{}}},S1n:{type:"structure",required:["IpAddress","ServerName","ServerPath","HttpHeaders"],members:{IpAddress:{},ServerName:{},ServerPath:{},HttpHeaders:{type:"list",member:{type:"structure",members:{headerName:{},headerValue:{}}}},EncodedData:{}}},S1t:{type:"map",key:{},value:{}},S1u:{type:"structure",members:{AccessToken:{shape:"S1v"},ExpiresIn:{type:"integer"},TokenType:{},RefreshToken:{shape:"S1v"},IdToken:{shape:"S1v"},NewDeviceMetadata:{type:"structure",members:{DeviceKey:{},DeviceGroupKey:{}}}}},S1v:{type:"string",sensitive:!0},S24:{type:"list",member:{shape:"S1d"}},S28:{type:"list",member:{shape:"S29"}},S29:{type:"structure",members:{GroupName:{},UserPoolId:{},Description:{},RoleArn:{},Precedence:{type:"integer"},LastModifiedDate:{type:"timestamp"},CreationDate:{type:"timestamp"}}},S2x:{type:"map",key:{},value:{}},S30:{type:"structure",members:{Enabled:{type:"boolean"},PreferredMfa:{type:"boolean"}}},S31:{type:"structure",members:{Enabled:{type:"boolean"},PreferredMfa:{type:"boolean"}}},S3p:{type:"string",sensitive:!0},S3r:{type:"structure",members:{EncodedData:{}}},S40:{type:"map",key:{},value:{}},S41:{type:"map",key:{},value:{}},S43:{type:"list",member:{}},S46:{type:"structure",members:{UserPoolId:{},ProviderName:{},ProviderType:{},ProviderDetails:{shape:"S40"},AttributeMapping:{shape:"S41"},IdpIdentifiers:{shape:"S43"},LastModifiedDate:{type:"timestamp"},CreationDate:{type:"timestamp"}}},S4a:{type:"list",member:{type:"structure",required:["ScopeName","ScopeDescription"],members:{ScopeName:{},ScopeDescription:{}}}},S4f:{type:"structure",members:{UserPoolId:{},Identifier:{},Name:{},Scopes:{shape:"S4a"}}},S4j:{type:"structure",members:{JobName:{},JobId:{},UserPoolId:{},PreSignedUrl:{},CreationDate:{type:"timestamp"},StartDate:{type:"timestamp"},CompletionDate:{type:"timestamp"},Status:{},CloudWatchLogsRoleArn:{},ImportedUsers:{type:"long"},SkippedUsers:{type:"long"},FailedUsers:{type:"long"},CompletionMessage:{}}},S4r:{type:"structure",members:{PasswordPolicy:{type:"structure",members:{MinimumLength:{type:"integer"},RequireUppercase:{type:"boolean"},RequireLowercase:{type:"boolean"},RequireNumbers:{type:"boolean"},RequireSymbols:{type:"boolean"}}}}},S4u:{type:"structure",members:{PreSignUp:{},CustomMessage:{},PostConfirmation:{},PreAuthentication:{},PostAuthentication:{},DefineAuthChallenge:{},CreateAuthChallenge:{},VerifyAuthChallengeResponse:{},PreTokenGeneration:{},UserMigration:{}}},S4v:{type:"list",member:{}},S4x:{type:"list",member:{}},S4z:{type:"list",member:{}},S54:{type:"structure",members:{SmsMessage:{},EmailMessage:{},EmailSubject:{},EmailMessageByLink:{},EmailSubjectByLink:{},DefaultEmailOption:{}}},S59:{type:"structure",members:{ChallengeRequiredOnNewDevice:{type:"boolean"},DeviceOnlyRememberedOnUserPrompt:{type:"boolean"}}},S5a:{type:"structure",members:{SourceArn:{},ReplyToEmailAddress:{}}},S5c:{type:"structure",required:["SnsCallerArn"],members:{SnsCallerArn:{},ExternalId:{}}},S5d:{type:"map",key:{},value:{}},S5e:{type:"structure",members:{AllowAdminCreateUserOnly:{type:"boolean"},UnusedAccountValidityDays:{type:"integer"},InviteMessageTemplate:{type:"structure",members:{SMSMessage:{},EmailMessage:{},EmailSubject:{}}}}},S5h:{type:"list",member:{shape:"S4"}},S5i:{type:"structure",required:["AdvancedSecurityMode"],members:{AdvancedSecurityMode:{}}},S5l:{type:"structure",members:{Id:{},Name:{},Policies:{shape:"S4r"},LambdaConfig:{shape:"S4u"},Status:{},LastModifiedDate:{type:"timestamp"},CreationDate:{type:"timestamp"},SchemaAttributes:{shape:"S5h"},AutoVerifiedAttributes:{shape:"S4v"},AliasAttributes:{shape:"S4x"},UsernameAttributes:{shape:"S4z"},SmsVerificationMessage:{},EmailVerificationMessage:{},EmailVerificationSubject:{},VerificationMessageTemplate:{shape:"S54"},SmsAuthenticationMessage:{},MfaConfiguration:{},DeviceConfiguration:{shape:"S59"},EstimatedNumberOfUsers:{type:"integer"},EmailConfiguration:{shape:"S5a"},SmsConfiguration:{shape:"S5c"},UserPoolTags:{shape:"S5d"},SmsConfigurationFailure:{},EmailConfigurationFailure:{},Domain:{},CustomDomain:{},AdminCreateUserConfig:{shape:"S5e"},UserPoolAddOns:{shape:"S5i"},Arn:{}}},S5s:{type:"list",member:{}},S5u:{type:"list",member:{}},S5w:{type:"list",member:{}},S5x:{type:"list",member:{}},S5z:{type:"list",member:{}},S60:{type:"list",member:{}},S62:{type:"list",member:{}},S64:{type:"structure",required:["ApplicationId","RoleArn","ExternalId"],members:{ApplicationId:{},RoleArn:{},ExternalId:{},UserDataShared:{type:"boolean"}}},S67:{type:"structure",members:{UserPoolId:{},ClientName:{},ClientId:{shape:"S1i"},ClientSecret:{type:"string",sensitive:!0},LastModifiedDate:{type:"timestamp"},CreationDate:{type:"timestamp"},RefreshTokenValidity:{type:"integer"},ReadAttributes:{shape:"S5s"},WriteAttributes:{shape:"S5s"},ExplicitAuthFlows:{shape:"S5u"},SupportedIdentityProviders:{shape:"S5w"},CallbackURLs:{shape:"S5x"},LogoutURLs:{shape:"S5z"},DefaultRedirectURI:{},AllowedOAuthFlows:{shape:"S60"},AllowedOAuthScopes:{shape:"S62"},AllowedOAuthFlowsUserPoolClient:{type:"boolean"},AnalyticsConfiguration:{shape:"S64"}}},S6a:{type:"structure",required:["CertificateArn"],members:{CertificateArn:{}}},S6s:{type:"structure",members:{UserPoolId:{},ClientId:{shape:"S1i"},CompromisedCredentialsRiskConfiguration:{shape:"S6t"},AccountTakeoverRiskConfiguration:{shape:"S6y"},RiskExceptionConfiguration:{shape:"S77"},LastModifiedDate:{type:"timestamp"}}},S6t:{type:"structure",required:["Actions"],members:{EventFilter:{type:"list",member:{}},Actions:{type:"structure",required:["EventAction"],members:{EventAction:{}}}}},S6y:{type:"structure",required:["Actions"],members:{NotifyConfiguration:{type:"structure",required:["SourceArn"],members:{From:{},ReplyTo:{},SourceArn:{},BlockEmail:{shape:"S70"},NoActionEmail:{shape:"S70"},MfaEmail:{shape:"S70"}}},Actions:{type:"structure",members:{LowAction:{shape:"S74"},MediumAction:{shape:"S74"},HighAction:{shape:"S74"}}}}},S70:{type:"structure",required:["Subject"],members:{Subject:{},HtmlBody:{},TextBody:{}}},S74:{type:"structure",required:["Notify","EventAction"],members:{Notify:{type:"boolean"},EventAction:{}}},S77:{type:"structure",members:{BlockedIPRangeList:{type:"list",member:{}},SkippedIPRangeList:{type:"list",member:{}}}},S7q:{type:"structure",members:{Destination:{},DeliveryMedium:{},AttributeName:{}}},S84:{type:"structure",members:{UserPoolId:{},ClientId:{shape:"S1i"},ImageUrl:{},CSS:{},CSSVersion:{},LastModifiedDate:{type:"timestamp"},CreationDate:{type:"timestamp"}}},S8e:{type:"structure",members:{SmsAuthenticationMessage:{},SmsConfiguration:{shape:"S5c"}}},S8f:{type:"structure",members:{Enabled:{type:"boolean"}}},S9f:{type:"list",member:{shape:"Ss"}}}}},PU8L:function(e,t,r){"use strict";r.d(t,"a",function(){return i});var n=r("6blF");function i(e){var t=new n.a(function(t){t.next(e),t.complete()});return t._isScalar=!0,t.value=e,t}},Pdpc:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("gIcY"),i=r("m9Vx");t.date=function(e){return i.isPresent(n.Validators.required(e))?null:i.isDate(e.value)?null:{date:!0}}},Phjn:function(e,t,r){"use strict";r.d(t,"a",function(){return i});var n=r("psW0");function i(e,t){return Object(n.a)(e,t,1)}},PoRY:function(e,t,r){"use strict";r.r(t);var n=r("YHbO"),i=r("QbLZ"),o=r.n(i),a=r("sk9p"),s=r.n(a),u=r("FyfS"),l=r.n(u);function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments[1];"string"==typeof t&&(t="^(?:"+t+")$");var r=e.match(t);return null!==r&&r[0].length===e.length}function p(e){return e[0]}function m(e){return e[1]}function d(e){return e[2]||[]}function h(e){return e[8]}function y(e){return e[0]}function f(e){return e[1]}function b(e){return e[2]||[]}function g(e,t){return e[3]||function(e){return e[4]}(t)}function v(e,t){return e[4]||function(e){return e[7]}(t)}function S(e){return"$1"!==e&&/\d/.test(e.replace("$1",""))}function I(e){return e[5]||f(e)}function N(e,t){return t.countries[t.country_phone_code_to_countries[e][0]]}function C(e){return e[9]}function _(e,t){return C(e)?C(e)[t]:void 0}function D(e){return _(e,1)}var T={formatExtension:function(e,t){return e+" ext. "+t}};function k(e,t,r,n,i){var a=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments[1],r=arguments[2],n=arguments[3],i=arguments[4],a=void 0,s=void 0,u=void 0,l=void 0;if("string"==typeof e)if("string"==typeof r)a={phone:e,country:t},s=r,i?(u=n,l=i):l=n;else{if(a={phone:e},"string"!=typeof t)throw new Error("Format type argument not passed for `format()`");s=t,n?(u=r,l=n):l=r}else a=e,s=t,n?(u=r,l=n):l=r;if(!l)throw new Error("Metadata is required");switch(s){case"International":case"E.164":case"International_plaintext":case"National":case"RFC3966":break;default:throw new Error('Unknown format type argument passed to "format()": "'+s+'"')}return{input:a,format_type:s,options:u=u?o()({},T,u):T,metadata:l}}(e,t,r,n,i),s=a.input,u=a.format_type,l=a.options,c=a.metadata,m=void 0;s.country&&(m=c.countries[s.country]);var d=J(s.phone,c),h=d.country_phone_code,y=d.number;if(h){if(s.country&&m&&h!==p(m))return s.phone;m=N(h,c)}if(!m)return s.phone;switch(u){case"International":if(!y)return"+"+p(m);var f=x(y,"International",!1,m),b="+"+p(m)+" "+f;return s.ext||0===s.ext?l.formatExtension(b,s.ext):b;case"E.164":case"International_plaintext":return"+"+p(m)+s.phone;case"RFC3966":return"+"+p(m)+s.phone+(s.ext||0===s.ext?";ext="+s.ext:"");case"National":if(!y)return"";var g=x(y,"National",!1,m);return s.ext||0===s.ext?l.formatExtension(g,s.ext):g}}var A=/(\$\d)/;function R(e,t,r,n,i){var o=new RegExp(y(t)),a=g(t,i),s=!a||a&&v(t,i)&&!n;if(!r&&!s)return e.replace(o,f(t).replace(A,a));var u=e.replace(o,r?I(t):f(t));return r?w(u):u}function x(e,t,r,n){var i=function(e,t){var r=!0,n=!1,i=void 0;try{for(var o,a=l()(e);!(r=(o=a.next()).done);r=!0){var s=o.value;if(b(s).length>0){var u=b(s)[b(s).length-1];if(0!==t.search(u))continue}if(c(t,new RegExp(y(s))))return s}}catch(e){n=!0,i=e}finally{try{!r&&a.return&&a.return()}finally{if(n)throw i}}}(d(n),e);return i?R(e,i,"International"===t,r,n):e}function w(e){return e.replace(new RegExp("["+F+"]+","g")," ").trim()}function E(e,t,r){var n=M(e,t,r),i=n.input;if(i&&i.country){var o=i.phone,a=n.metadata.countries[i.country];if(P(o,m(a)))return P(o,function(e){return _(e,3)}(a))?"PREMIUM_RATE":P(o,function(e){return _(e,2)}(a))?"TOLL_FREE":P(o,function(e){return _(e,9)}(a))?"SHARED_COST":P(o,function(e){return _(e,8)}(a))?"VOIP":P(o,function(e){return _(e,4)}(a))?"PERSONAL_NUMBER":P(o,function(e){return _(e,7)}(a))?"PAGER":P(o,function(e){return _(e,6)}(a))?"UAN":P(o,function(e){return _(e,5)}(a))?"VOICEMAIL":P(o,function(e){return _(e,0)}(a))?D(a)?P(o,D(a))?"FIXED_LINE_OR_MOBILE":"FIXED_LINE":"FIXED_LINE_OR_MOBILE":P(o,D(a))?"MOBILE":void 0}}function P(e,t){return c(e,t)}function M(e,t,r){var n=void 0,i=void 0;if("number"==typeof e&&(e=String(e)),"string"==typeof e?"string"==typeof t||void 0===t?(i=r,Y(e)&&(n=K(e,t,i))):(i=t,Y(e)&&(n=K(e,i))):(e&&e.phone&&Y(e.phone)&&(n=e),i=t),!i||!i.countries)throw new Error("Metadata is required");return{input:n,metadata:i}}var q=3,O=2,L=17,B=250,F="-\u2010-\u2015\u2212\u30fc\uff0d\uff0f/\uff0e. \xa0\xad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d\\[\\]~\u2053\u223c\uff5e",G=";ext=([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,7})|[ \xa0\\t,]*(?:e?xt(?:ensi(?:o\u0301?|\xf3))?n?|\uff45?\uff58\uff54\uff4e?|[;,x\uff58#\uff03~\uff5e]|int|anexo|\uff49\uff4e\uff54)[:\\.\uff0e]?[ \xa0\\t,-]*([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,7})#?|[- ]+([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,5})#",V=new RegExp("(?:"+G+")$","i"),U=new RegExp("^[0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{"+O+"}$|^[+\uff0b]{0,1}(?:["+F+"]*[0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]){3,}["+F+"0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]*(?:"+G+")?$","i"),j=new RegExp("[+\uff0b0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]"),$=new RegExp("[^0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]+$"),W=new RegExp("^[+\uff0b]+"),z={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","\uff10":"0","\uff11":"1","\uff12":"2","\uff13":"3","\uff14":"4","\uff15":"5","\uff16":"6","\uff17":"7","\uff18":"8","\uff19":"9","\u0660":"0","\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u06f0":"0","\u06f1":"1","\u06f2":"2","\u06f3":"3","\u06f4":"4","\u06f5":"5","\u06f6":"6","\u06f7":"7","\u06f8":"8","\u06f9":"9"},H={country:{}};function K(e,t,r){var n=function(e,t,r){var n=void 0,i=void 0,a=void 0;if("number"==typeof e&&(e=String(e)),"string"==typeof e&&(n=e),"string"==typeof t?(i={country:{restrict:t}},a=r):r?(i=t,a=r):a=t,!a||!a.countries)throw new Error("Metadata is required");return{text:n,options:i=i?o()({},H,i):H,metadata:a}}(e,t,r),i=n.text,a=n.options,u=n.metadata;if(a.country.default&&!u.countries[a.country.default])throw new Error("Unknown country code: "+a.country.default);if(a.country.restrict&&!u.countries[a.country.restrict])throw new Error("Unknown country code: "+a.country.restrict);var d=void 0,h=void 0;if(i&&0===i.indexOf("tel:")){var y=!0,f=!1,b=void 0;try{for(var g,v=l()(i.split(";"));!(y=(g=v.next()).done);y=!0){var S=g.value.split(":"),I=s()(S,2),C=I[1];switch(I[0]){case"tel":d=C;break;case"ext":h=C;break;case"phone-context":"+"===C[0]&&(d=C+d)}}}catch(e){f=!0,b=e}finally{try{!y&&v.return&&v.return()}finally{if(f)throw b}}}else d=Z(i);if(!Y(d))return{};var _=function(e){var t=e.search(V);if(t<0)return{};var r=e.slice(0,t);if(!Y(r))return{};for(var n=e.match(V),i=1;i0)return{number:r,extension:n[i]};i++}}(d);_.extension&&(d=_.number,h=_.extension);var D=J(d,u),T=D.country_phone_code,k=D.number;if(!k)return{};var A=void 0,R=void 0,x=!1;if(T){if(x=!0,a.country.restrict&&T!==p(u.countries[a.country.restrict]))return{};R=N(T,u)}else(a.country.restrict||a.country.default)&&(R=u.countries[A=a.country.restrict||a.country.default],k=Q(d));if(!R)return{};var w=k;if(x||(w=ee(k,R)),!A){if(!(A=te(T,w,u)))return{};R=u.countries[A]}if(w.length>L)return{};if(!c(w,new RegExp(m(R))))return{};var E={country:A,phone:w};return h&&(E.ext=h),E}function Q(e){return function(e,t){var r="",n=!0,i=!1,o=void 0;try{for(var a,s=l()(e);!(n=(a=s.next()).done);n=!0){var u=t[a.value.toUpperCase()];void 0!==u&&(r+=u)}}catch(e){i=!0,o=e}finally{try{!n&&s.return&&s.return()}finally{if(i)throw o}}return r}(e,z)}function Y(e){return e.length>=O&&c(e,U)}function Z(e){if(!e||e.length>B)return"";var t=e.search(j);return t<0?"":e.slice(t).replace($,"")}function X(e){if(!e)return"";var t=W.test(e);return e=Q(e),t?"+"+e:e}function J(e,t){if(!(e=X(e)))return{};if("+"!==e[0])return{number:e};if("0"===(e=e.slice(1))[0])return{};for(var r=1;r<=q&&r<=e.length;){var n=e.slice(0,r);if(t.country_phone_code_to_countries[n])return{country_phone_code:n,number:e.slice(r)};r++}return{}}function ee(e,t){var r=function(e){var t=e[5];return t||(t=function(e){return e[3]}(e)),t}(t);if(!e||!r)return e;var n=new RegExp("^(?:"+r+")"),i=n.exec(e);if(!i)return e;var o,a=i[i.length-1],s=function(e){return e[6]}(t);o=s&&a?e.replace(n,s):e.slice(i[0].length);var u=new RegExp(m(t));return c(e,u)&&!c(o,u)?e:o}function te(e,t,r){var n=r.country_phone_code_to_countries[e];if(1===n.length)return n[0];var i=!0,o=!1,a=void 0;try{for(var s,u=l()(n);!(i=(s=u.next()).done);i=!0){var c=s.value,p=r.countries[c];if(h(p)){if(t&&0===t.search(h(p)))return c}else if(E({phone:t,country:c},r))return c}}catch(e){o=!0,a=e}finally{try{!i&&u.return&&u.return()}finally{if(o)throw a}}}function re(e,t,r){var n=M(e,t,r),i=n.input,o=n.metadata;return!(!i||!i.country||C(o.countries[i.country])&&!E(i,o))}var ne=r("iCc5"),ie=r.n(ne),oe=r("V7oC"),ae=r.n(oe),se=new RegExp("9","g"),ue=be("9",15),le=new RegExp("x"),ce=new RegExp("x","g"),pe=/\[([^\[\]])*\]/g,me=/\d(?=[^,}][^,}])/g,de=new RegExp("^["+F+"]*(\\$\\d["+F+"]*)+$"),he=new RegExp("^[+\uff0b]{0,1}["+F+"0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]*$","i"),ye=function(){function e(t,r){if(ie()(this,e),!r||!r.countries)throw new Error("Metadata is required");t&&r.countries[t]&&(this.default_country=t),this.metadata=r,this.reset()}return ae()(e,[{key:"input",value:function(e){var t=Z(e);return t||e&&e.indexOf("+")>=0&&(t="+"),c(t,he)?this.process_input(X(t)):this.current_output}},{key:"process_input",value:function(e){if("+"===e[0]&&(this.parsed_input||(this.parsed_input+="+",this.reset_countriness()),e=e.slice(1)),this.parsed_input+=e,this.national_number+=e,this.is_international())if(this.country_phone_code)this.country||this.determine_the_country();else{if(!this.extract_country_phone_code())return this.parsed_input;this.initialize_phone_number_formats_for_this_country_phone_code(),this.reset_format(),this.determine_the_country()}else{var t=this.national_prefix;this.national_number=this.national_prefix+this.national_number,this.extract_national_prefix(),this.national_prefix!==t&&(this.matching_formats=this.available_formats,this.reset_format())}if(!this.should_format())return this.format_as_non_formatted_number();this.match_formats_by_leading_digits();var r=this.format_national_phone_number(e);return r?this.full_phone_number(r):this.parsed_input}},{key:"format_as_non_formatted_number",value:function(){return this.is_international()&&this.country_phone_code?this.national_number?(this.template="x"+be("x",this.country_phone_code.length)+" "+be("x",this.national_number.length),"+"+this.country_phone_code+" "+this.national_number):"+"+this.country_phone_code:this.parsed_input}},{key:"format_national_phone_number",value:function(e){var t=void 0;return this.chosen_format&&(t=this.format_next_national_number_digits(e)),this.attempt_to_format_complete_phone_number()||(this.choose_another_format()?this.reformat_national_number():t)}},{key:"reset",value:function(){return this.parsed_input="",this.current_output="",this.national_prefix="",this.national_number="",this.reset_countriness(),this.reset_format(),this}},{key:"reset_country",value:function(){this.country=this.default_country&&!this.is_international()?this.default_country:void 0}},{key:"reset_countriness",value:function(){this.reset_country(),this.default_country&&!this.is_international()?(this.country_metadata=this.metadata.countries[this.default_country],this.country_phone_code=p(this.country_metadata),this.initialize_phone_number_formats_for_this_country_phone_code()):(this.country_metadata=void 0,this.country_phone_code=void 0,this.available_formats=[],this.matching_formats=this.available_formats)}},{key:"reset_format",value:function(){this.chosen_format=void 0,this.template=void 0,this.partially_populated_template=void 0,this.last_match_position=-1}},{key:"reformat_national_number",value:function(){return this.format_next_national_number_digits(this.national_number)}},{key:"initialize_phone_number_formats_for_this_country_phone_code",value:function(){this.available_formats=d(this.country_metadata).filter(function(e){return de.test(I(e))}),this.matching_formats=this.available_formats}},{key:"match_formats_by_leading_digits",value:function(){var e=this.national_number,t=e.length-3;t<0&&(t=0),this.matching_formats=this.matching_formats.filter(function(r){var n=b(r).length;if(0===n)return!0;var i=Math.min(t,n-1),o=b(r)[i];return new RegExp("^("+o+")").test(e)}),this.chosen_format&&-1===this.matching_formats.indexOf(this.chosen_format)&&this.reset_format()}},{key:"should_format",value:function(){return this.national_number>=3}},{key:"attempt_to_format_complete_phone_number",value:function(){var e=!0,t=!1,r=void 0;try{for(var n,i=l()(this.matching_formats);!(e=(n=i.next()).done);e=!0){var o=n.value;if(new RegExp("^(?:"+y(o)+")$").test(this.national_number)&&this.validate_format(o)){this.reset_format(),this.chosen_format=o;var a=R(this.national_number,o,this.is_international(),this.national_prefix.length>0,this.country_metadata);if(this.create_formatting_template(o))this.reformat_national_number();else{var s=this.full_phone_number(a);this.template=s.replace(/[\d\+]/g,"x"),this.partially_populated_template=s}return a}}}catch(e){t=!0,r=e}finally{try{!e&&i.return&&i.return()}finally{if(t)throw r}}}},{key:"full_phone_number",value:function(e){return this.is_international()?"+"+this.country_phone_code+" "+e:e}},{key:"extract_country_phone_code",value:function(){if(this.national_number){var e=J(this.parsed_input,this.metadata),t=e.country_phone_code,r=e.number;if(t)return this.country_phone_code=t,this.national_number=r,this.country_metadata=N(t,this.metadata)}}},{key:"extract_national_prefix",value:function(){if(this.national_prefix="",this.country_metadata){var e=ee(this.national_number,this.country_metadata);return e!==this.national_number&&(this.national_prefix=this.national_number.slice(0,this.national_number.length-e.length),this.national_number=e),this.national_prefix}}},{key:"choose_another_format",value:function(){var e=!0,t=!1,r=void 0;try{for(var n,i=l()(this.matching_formats);!(e=(n=i.next()).done);e=!0){var o=n.value;if(this.chosen_format===o)return;if(this.validate_format(o)&&this.create_formatting_template(o))return this.chosen_format=o,this.last_match_position=-1,!0}}catch(e){t=!0,r=e}finally{try{!e&&i.return&&i.return()}finally{if(t)throw r}}this.reset_country(),this.reset_format()}},{key:"validate_format",value:function(e){var t,r,n;if(this.is_international()||this.national_prefix||!(n=g(t=e,r=this.country_metadata))||!S(n)||v(t,r))return!0}},{key:"create_formatting_template",value:function(e){if(!(y(e).indexOf("|")>=0)){var t=this.get_template_for_phone_number_format_pattern(e);if(t)return this.partially_populated_template=t,this.template=this.is_international()?"x"+be("x",this.country_phone_code.length)+" "+t:t.replace(/\d/g,"x"),this.template}}},{key:"get_template_for_phone_number_format_pattern",value:function(e){var t=g(e,this.country_metadata),r=y(e).replace(pe,"\\d").replace(me,"\\d"),n=ue.match(r)[0];if(!(this.national_number.length>n.length)){var i=this.get_format_format(e,t),o=new RegExp("^"+r+"$"),a=this.national_number.replace(/\d/g,"9");return o.test(a)&&(n=a),n.replace(new RegExp(r),i).replace(se,"x")}}},{key:"format_next_national_number_digits",value:function(e){var t=!0,r=!1,n=void 0;try{for(var i,o=l()(e);!(t=(i=o.next()).done);t=!0){var a=i.value;if(-1===this.partially_populated_template.slice(this.last_match_position+1).search(le))return this.chosen_format=void 0,this.template=void 0,void(this.partially_populated_template=void 0);this.last_match_position=this.partially_populated_template.search(le),this.partially_populated_template=this.partially_populated_template.replace(le,a)}}catch(e){r=!0,n=e}finally{try{!t&&o.return&&o.return()}finally{if(r)throw n}}return function(e,t){for(var r=e.slice(0,t),n=fe("(",r)-fe(")",r);n>0&&t1;)1&t&&(r+=e),t>>=1,e+=e;return r+e}function ge(){var e=Array.prototype.slice.call(arguments);return e.push(n),K.apply(this,e)}function ve(){var e=Array.prototype.slice.call(arguments);return e.push(n),k.apply(this,e)}function Se(){var e=Array.prototype.slice.call(arguments);return e.push(n),E.apply(this,e)}function Ie(){return Se.apply(this,arguments)}function Ne(){var e=Array.prototype.slice.call(arguments);return e.push(n),re.apply(this,e)}function Ce(){return Ne.apply(this,arguments)}function _e(e){ye.call(this,e,n)}function De(e){ye.call(this,e,n)}function Te(e){ye.call(this,e,n)}function ke(e){return Ae(e,n)}function Ae(e,t){if(!t.countries[e])throw new Error('Unknown country: "'+e+'"');return p(t.countries[e])}r.d(t,"parse",function(){return ge}),r.d(t,"format",function(){return ve}),r.d(t,"getNumberType",function(){return Se}),r.d(t,"get_number_type",function(){return Ie}),r.d(t,"isValidNumber",function(){return Ne}),r.d(t,"is_valid_number",function(){return Ce}),r.d(t,"AsYouType",function(){return _e}),r.d(t,"as_you_type",function(){return De}),r.d(t,"asYouType",function(){return Te}),r.d(t,"getPhoneCode",function(){return ke}),r.d(t,"getPhoneCodeCustom",function(){return Ae}),r.d(t,"parseCustom",function(){return K}),r.d(t,"DIGITS",function(){return z}),r.d(t,"formatCustom",function(){return k}),r.d(t,"isValidNumberCustom",function(){return re}),r.d(t,"getNumberTypeCustom",function(){return E}),r.d(t,"AsYouTypeCustom",function(){return ye}),r.d(t,"asYouTypeCustom",function(){return ye}),r.d(t,"DIGIT_PLACEHOLDER",function(){return"x"}),(_e.prototype=Object.create(ye.prototype,{})).constructor=_e,(De.prototype=Object.create(ye.prototype,{})).constructor=De,(Te.prototype=Object.create(ye.prototype,{})).constructor=Te},Ppu6:function(e){e.exports={pagination:{}}},Pzvs:function(e,t,r){var n=r("QsWE"),i=n.util.inherit;n.Endpoint=i({constructor:function(e,t){if(n.util.hideProperties(this,["slashes","auth","hash","search","query"]),void 0===e||null===e)throw new Error("Invalid endpoint: "+e);if("string"!=typeof e)return n.util.copy(e);e.match(/^http/)||(e=((t&&void 0!==t.sslEnabled?t.sslEnabled:n.config.sslEnabled)?"https":"http")+"://"+e),n.util.update(this,n.util.urlParse(e)),this.port=this.port?parseInt(this.port,10):"https:"===this.protocol?443:80}}),n.HttpRequest=i({constructor:function(e,t){e=new n.Endpoint(e),this.method="POST",this.path=e.path||"/",this.headers={},this.body="",this.endpoint=e,this.region=t,this._userAgent="",this.setUserAgent()},setUserAgent:function(){this._userAgent=this.headers[this.getUserAgentHeaderName()]=n.util.userAgent()},getUserAgentHeaderName:function(){return(n.util.isBrowser()?"X-Amz-":"")+"User-Agent"},appendToUserAgent:function(e){"string"==typeof e&&e&&(this._userAgent+=" "+e),this.headers[this.getUserAgentHeaderName()]=this._userAgent},getUserAgent:function(){return this._userAgent},pathname:function(){return this.path.split("?",1)[0]},search:function(){var e=this.path.split("?",2)[1];return e?(e=n.util.queryStringParse(e),n.util.queryParamsToString(e)):""}}),n.HttpResponse=i({constructor:function(){this.statusCode=void 0,this.headers={},this.body=void 0,this.streaming=!1,this.stream=null},createUnbufferedStream:function(){return this.streaming=!0,this.stream}}),n.HttpClient=i({}),n.HttpClient.getInstance=function(){return void 0===this.singleton&&(this.singleton=new this),this.singleton}},Q1FS:function(e,t,r){"use strict";var n=r("Xwq/"),i=r("zfKp"),o=r("9AGB"),a=r("n3uD");function s(e){if(e||(e=a.config.Promise||Promise),!e)throw new Error("no Promise impl found");return e}t.Observable=function(){function e(e){this._isScalar=!1,e&&(this._subscribe=e)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(e,t,r){var i=this.operator,o=n.toSubscriber(e,t,r);if(i?i.call(o,this.source):o._addParentTeardownLogic(this.source||a.config.useDeprecatedSynchronousErrorHandling&&!o.syncErrorThrowable?this._subscribe(o):this._trySubscribe(o)),a.config.useDeprecatedSynchronousErrorHandling&&o.syncErrorThrowable&&(o.syncErrorThrowable=!1,o.syncErrorThrown))throw o.syncErrorValue;return o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){a.config.useDeprecatedSynchronousErrorHandling&&(e.syncErrorThrown=!0,e.syncErrorValue=t),e.error(t)}},e.prototype.forEach=function(e,t){var r=this;return new(t=s(t))(function(t,n){var i;i=r.subscribe(function(t){try{e(t)}catch(e){n(e),i&&i.unsubscribe()}},n,t)})},e.prototype._subscribe=function(e){var t=this.source;return t&&t.subscribe(e)},e.prototype[i.observable]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;tp.right-3?(s.left=5,n.startScrolling(e,"x")):s.left=0,c.yp.bottom-3?(s.top=c.y-p.bottom+3<5?5:20,n.startScrolling(e,"y")):s.top=0,0===s.top&&0===s.left?u():r||(r=setInterval(function(){i.get(e)?(a(e,"top",e.scrollTop+s.top),a(e,"left",e.scrollLeft+s.left),o(e)):clearInterval(r)},50))}})}(e,i.get(e))}},QMMT:function(e,t,r){var n=r("a0xu"),i=r("UWiX")("toStringTag"),o="Arguments"==n(function(){return arguments}());e.exports=function(e){var t,r,a;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),i))?r:o?n(t):"Object"==(a=n(t))&&"function"==typeof t.callee?"Arguments":a}},QQNS:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.cloudwatchlogs={},n.CloudWatchLogs=i.defineService("cloudwatchlogs",["2014-03-28"]),Object.defineProperty(o.services.cloudwatchlogs,"2014-03-28",{get:function(){var e=r("u7Ua");return e.paginators=r("CUgW").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.CloudWatchLogs},QbLZ:function(e,t,r){"use strict";t.__esModule=!0;var n,i=(n=r("P2sY"))&&n.__esModule?n:{default:n};t.default=i.default||function(e){for(var t=1;t=2?function(r){return Object(a.a)(Object(n.a)(e,t),Object(i.a)(1),Object(o.a)(t))(r)}:function(t){return Object(a.a)(Object(n.a)(function(t,r,n){return e(t,r,n+1)}),Object(i.a)(1))(t)}}},QgvC:function(e){e.exports={version:2,waiters:{DataSourceAvailable:{delay:30,operation:"DescribeDataSources",maxAttempts:60,acceptors:[{expected:"COMPLETED",matcher:"pathAll",state:"success",argument:"Results[].Status"},{expected:"FAILED",matcher:"pathAny",state:"failure",argument:"Results[].Status"}]},MLModelAvailable:{delay:30,operation:"DescribeMLModels",maxAttempts:60,acceptors:[{expected:"COMPLETED",matcher:"pathAll",state:"success",argument:"Results[].Status"},{expected:"FAILED",matcher:"pathAny",state:"failure",argument:"Results[].Status"}]},EvaluationAvailable:{delay:30,operation:"DescribeEvaluations",maxAttempts:60,acceptors:[{expected:"COMPLETED",matcher:"pathAll",state:"success",argument:"Results[].Status"},{expected:"FAILED",matcher:"pathAny",state:"failure",argument:"Results[].Status"}]},BatchPredictionAvailable:{delay:30,operation:"DescribeBatchPredictions",maxAttempts:60,acceptors:[{expected:"COMPLETED",matcher:"pathAll",state:"success",argument:"Results[].Status"},{expected:"FAILED",matcher:"pathAny",state:"failure",argument:"Results[].Status"}]}}}},QjmD:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("gIcY"),i=r("m9Vx");t.maxDate=function(e){if(!(i.isDate(e)||e instanceof Function))throw Error("maxDate value must be or return a formatted date");return function(t){if(i.isPresent(n.Validators.required(t)))return null;var r=new Date(t.value);return i.isDate(r)?(e instanceof Function&&(e=e()),r<=new Date(e)?null:{maxDate:!0}):{maxDate:!0}}}},QsWE:function(e,t,r){var n={util:r("BaN1")};({}).toString(),e.exports=n,n.util.update(n,{VERSION:"2.319.0",Signers:{},Protocol:{Json:r("BGYI"),Query:r("zfQR"),Rest:r("KFai"),RestJson:r("9Gqe"),RestXml:r("eFjS")},XML:{Builder:r("wk5b"),Parser:null},JSON:{Builder:r("JWCV"),Parser:r("henJ")},Model:{Api:r("5wOx"),Operation:r("1vLn"),Shape:r("nyFZ"),Paginator:r("TkaK"),ResourceWaiter:r("CbSC")},apiLoader:r("Y309")}),r("eLAQ"),r("jNZN"),r("bnYj"),r("Pzvs"),r("t6tr"),r("h/dY"),r("ZONe"),r("rt19"),r("B0QO"),r("T0yy"),n.events=new n.SequentialExecutor},Qyzf:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("yak4"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.validate=function(e){return o.creditCard(e)},e.decorators=[{type:n.Directive,args:[{selector:"[creditCard][formControlName],[creditCard][formControl],[creditCard][ngModel]",providers:[a]}]}],e}();t.CreditCardValidator=s},"R+r5":function(e,t,r){"use strict";r.d(t,"a",function(){return o});var n=r("Qgas");function i(e,t,r){return 0===r?[t]:(e.push(t),e)}function o(){return Object(n.a)(i,[])}},"RU/L":function(e,t,r){r("Rqdy");var n=r("WEpk").Object;e.exports=function(e,t,r){return n.defineProperty(e,t,r)}},RfKB:function(e,t,r){var n=r("2faE").f,i=r("B+OT"),o=r("UWiX")("toStringTag");e.exports=function(e,t,r){e&&!i(e=r?e:e.prototype,o)&&n(e,o,{configurable:!0,value:t})}},RlCv:function(e){e.exports={pagination:{ListDomains:{input_token:"Marker",limit_key:"MaxItems",output_token:"NextPageMarker",result_key:"Domains"},ListOperations:{input_token:"Marker",limit_key:"MaxItems",output_token:"NextPageMarker",result_key:"Operations"}}}},Rney:function(e,t,r){"use strict";r.d(t,"a",function(){return a});var n=r("T1DM"),i=r("MpAI"),o=r("gI3B");function a(e,t){return void 0===t&&(t=n.a),Object(i.a)(function(){return Object(o.a)(e,t)})}},Rp86:function(e,t,r){r("bBy9"),r("FlQf"),e.exports=r("fXsU")},Rqdy:function(e,t,r){var n=r("Y7ZC");n(n.S+n.F*!r("jmDH"),"Object",{defineProperty:r("2faE").f})},RrJ6:function(e){e.exports={pagination:{GetApiKeys:{input_token:"position",limit_key:"limit",output_token:"position",result_key:"items"},GetBasePathMappings:{input_token:"position",limit_key:"limit",output_token:"position",result_key:"items"},GetClientCertificates:{input_token:"position",limit_key:"limit",output_token:"position",result_key:"items"},GetDeployments:{input_token:"position",limit_key:"limit",output_token:"position",result_key:"items"},GetDomainNames:{input_token:"position",limit_key:"limit",output_token:"position",result_key:"items"},GetModels:{input_token:"position",limit_key:"limit",output_token:"position",result_key:"items"},GetResources:{input_token:"position",limit_key:"limit",output_token:"position",result_key:"items"},GetRestApis:{input_token:"position",limit_key:"limit",output_token:"position",result_key:"items"},GetUsage:{input_token:"position",limit_key:"limit",output_token:"position",result_key:"items"},GetUsagePlanKeys:{input_token:"position",limit_key:"limit",output_token:"position",result_key:"items"},GetUsagePlans:{input_token:"position",limit_key:"limit",output_token:"position",result_key:"items"},GetVpcLinks:{input_token:"position",limit_key:"limit",output_token:"position",result_key:"items"}}}},S0xZ:function(e,t,r){var n=r("tjlA").Buffer,i=new n(4);i.fill(0),e.exports={hash:function(e,t,r,o){return n.isBuffer(e)||(e=new n(e)),function(e,t,i){for(var o=new n(r),a=i?o.writeInt32BE:o.writeInt32LE,s=0;sthis._bufferSize&&r.shift(),e.prototype.next.call(this,t)},t.prototype.nextTimeWindow=function(t){this._events.push(new p(this._getNow(),t)),this._trimBufferThenGetEvents(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){var t,r=this._infiniteTimeWindow,n=r?this._events:this._trimBufferThenGetEvents(),i=this.scheduler,o=n.length;if(this.closed)throw new u.a;if(this.isStopped||this.hasError?t=a.a.EMPTY:(this.observers.push(e),t=new l.a(this,e)),i&&e.add(e=new s.a(e,i)),r)for(var c=0;ct&&(o=Math.max(o,i-t)),o>0&&n.splice(0,o),n},t}(i.a),p=function(e,t){this.time=e,this.value=t}},S6rO:function(e,t,r){var n=r("QsWE"),i=r("6Yqx");n.TemporaryCredentials=n.util.inherit(n.Credentials,{constructor:function(e,t){n.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function(e){var t=this;t.createClients(),e||(e=function(e){if(e)throw e}),t.masterCredentials.get(function(){t.service.config.credentials=t.masterCredentials,(t.params.RoleArn?t.service.assumeRole:t.service.getSessionToken).call(t.service,function(r,n){r||t.service.credentialsFrom(n,t),e(r)})})},loadMasterCredentials:function(e){for(this.masterCredentials=e||n.config.credentials;this.masterCredentials.masterCredentials;)this.masterCredentials=this.masterCredentials.masterCredentials;"function"!=typeof this.masterCredentials.get&&(this.masterCredentials=new n.Credentials(this.masterCredentials))},createClients:function(){this.service=this.service||new i({params:this.params})}})},S8xG:function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("umdh")),n(r("QjmD"))},SAID:function(e){e.exports={pagination:{}}},SBuE:function(e,t){e.exports={}},SEkw:function(e,t,r){e.exports={default:r("RU/L"),__esModule:!0}},SMsm:function(e,t,r){"use strict";r.d(t,"b",function(){return k}),r.d(t,"a",function(){return T}),r.d(t,"c",function(){return C});var n=r("Ip0R"),i=r("t/Na"),o=r("CcnG"),a=r("ZYjt"),s=r("F/XL"),u=r("XlPw"),l=r("VNr4"),c=r("xMyE"),p=r("67Y/"),m=r("9Z1F"),d=r("2WpN"),h=r("S1nX"),y=r("t9fZ"),f=r("mrSG"),b=r("Wf4p"),g=r("n6gG");function v(e){return Error('Unable to find icon with the name "'+e+'"')}function S(e){return Error("The URL provided to MatIconRegistry was not trusted as a resource URL via Angular's DomSanitizer. Attempted URL was \""+e+'".')}function I(e){return Error("The literal provided to MatIconRegistry was not trusted as safe HTML by Angular's DomSanitizer. Attempted literal was \""+e+'".')}var N=function(e){e.nodeName?this.svgElement=e:this.url=e},C=function(){function e(e,t,r){this._httpClient=e,this._sanitizer=t,this._svgIconConfigs=new Map,this._iconSetConfigs=new Map,this._cachedIconsByUrl=new Map,this._inProgressUrlFetches=new Map,this._fontCssClassesByAlias=new Map,this._defaultFontSetClass="material-icons",this._document=r}return e.prototype.addSvgIcon=function(e,t){return this.addSvgIconInNamespace("",e,t)},e.prototype.addSvgIconLiteral=function(e,t){return this.addSvgIconLiteralInNamespace("",e,t)},e.prototype.addSvgIconInNamespace=function(e,t,r){return this._addSvgIconConfig(e,t,new N(r))},e.prototype.addSvgIconLiteralInNamespace=function(e,t,r){var n=this._sanitizer.sanitize(o.SecurityContext.HTML,r);if(!n)throw I(r);var i=this._createSvgElementForSingleIcon(n);return this._addSvgIconConfig(e,t,new N(i))},e.prototype.addSvgIconSet=function(e){return this.addSvgIconSetInNamespace("",e)},e.prototype.addSvgIconSetLiteral=function(e){return this.addSvgIconSetLiteralInNamespace("",e)},e.prototype.addSvgIconSetInNamespace=function(e,t){return this._addSvgIconSetConfig(e,new N(t))},e.prototype.addSvgIconSetLiteralInNamespace=function(e,t){var r=this._sanitizer.sanitize(o.SecurityContext.HTML,t);if(!r)throw I(t);var n=this._svgElementFromString(r);return this._addSvgIconSetConfig(e,new N(n))},e.prototype.registerFontClassAlias=function(e,t){return void 0===t&&(t=e),this._fontCssClassesByAlias.set(e,t),this},e.prototype.classNameForFontAlias=function(e){return this._fontCssClassesByAlias.get(e)||e},e.prototype.setDefaultFontSetClass=function(e){return this._defaultFontSetClass=e,this},e.prototype.getDefaultFontSetClass=function(){return this._defaultFontSetClass},e.prototype.getSvgIconFromUrl=function(e){var t=this,r=this._sanitizer.sanitize(o.SecurityContext.RESOURCE_URL,e);if(!r)throw S(e);var n=this._cachedIconsByUrl.get(r);return n?Object(s.a)(_(n)):this._loadSvgIconFromConfig(new N(e)).pipe(Object(c.a)(function(e){return t._cachedIconsByUrl.set(r,e)}),Object(p.a)(function(e){return _(e)}))},e.prototype.getNamedSvgIcon=function(e,t){void 0===t&&(t="");var r=D(t,e),n=this._svgIconConfigs.get(r);if(n)return this._getSvgFromConfig(n);var i=this._iconSetConfigs.get(t);return i?this._getSvgFromIconSetConfigs(e,i):Object(u.a)(v(r))},e.prototype._getSvgFromConfig=function(e){return e.svgElement?Object(s.a)(_(e.svgElement)):this._loadSvgIconFromConfig(e).pipe(Object(c.a)(function(t){return e.svgElement=t}),Object(p.a)(function(e){return _(e)}))},e.prototype._getSvgFromIconSetConfigs=function(e,t){var r=this,n=this._extractIconWithNameFromAnySet(e,t);if(n)return Object(s.a)(n);var i=t.filter(function(e){return!e.svgElement}).map(function(e){return r._loadSvgIconSetFromConfig(e).pipe(Object(m.a)(function(t){var n=r._sanitizer.sanitize(o.SecurityContext.RESOURCE_URL,e.url);return console.error("Loading icon set URL: "+n+" failed: "+t.message),Object(s.a)(null)}))});return Object(l.a)(i).pipe(Object(p.a)(function(){var n=r._extractIconWithNameFromAnySet(e,t);if(!n)throw v(e);return n}))},e.prototype._extractIconWithNameFromAnySet=function(e,t){for(var r=t.length-1;r>=0;r--){var n=t[r];if(n.svgElement){var i=this._extractSvgIconFromSet(n.svgElement,e);if(i)return i}}return null},e.prototype._loadSvgIconFromConfig=function(e){var t=this;return this._fetchUrl(e.url).pipe(Object(p.a)(function(e){return t._createSvgElementForSingleIcon(e)}))},e.prototype._loadSvgIconSetFromConfig=function(e){var t=this;return e.svgElement?Object(s.a)(e.svgElement):this._fetchUrl(e.url).pipe(Object(p.a)(function(r){return e.svgElement||(e.svgElement=t._svgElementFromString(r)),e.svgElement}))},e.prototype._createSvgElementForSingleIcon=function(e){var t=this._svgElementFromString(e);return this._setSvgAttributes(t),t},e.prototype._extractSvgIconFromSet=function(e,t){var r=e.querySelector("#"+t);if(!r)return null;var n=r.cloneNode(!0);if(n.removeAttribute("id"),"svg"===n.nodeName.toLowerCase())return this._setSvgAttributes(n);if("symbol"===n.nodeName.toLowerCase())return this._setSvgAttributes(this._toSvgElement(n));var i=this._svgElementFromString("");return i.appendChild(n),this._setSvgAttributes(i)},e.prototype._svgElementFromString=function(e){var t=this._document.createElement("DIV");t.innerHTML=e;var r=t.querySelector("svg");if(!r)throw Error(" tag not found");return r},e.prototype._toSvgElement=function(e){for(var t=this._svgElementFromString(""),r=0;r/g,">")}}},"Sm/R":function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("Wp8D")),n(r("5OUi"))},Sp1i:function(e,t,r){r("md97");var n=r("QsWE");"undefined"!=typeof window&&(window.AWS=n),e.exports=n,"undefined"!=typeof self&&(self.AWS=n),r("ImcZ")},SysZ:function(e,t,r){var n=r("QsWE");n.Signers.S3=(0,n.util.inherit)(n.Signers.RequestSigner,{subResources:{acl:1,accelerate:1,analytics:1,cors:1,lifecycle:1,delete:1,inventory:1,location:1,logging:1,metrics:1,notification:1,partNumber:1,policy:1,requestPayment:1,replication:1,restore:1,tagging:1,torrent:1,uploadId:1,uploads:1,versionId:1,versioning:1,versions:1,website:1},responseHeaders:{"response-content-type":1,"response-content-language":1,"response-expires":1,"response-cache-control":1,"response-content-disposition":1,"response-content-encoding":1},addAuthorization:function(e,t){this.request.headers["presigned-expires"]||(this.request.headers["X-Amz-Date"]=n.util.date.rfc822(t)),e.sessionToken&&(this.request.headers["x-amz-security-token"]=e.sessionToken);var r=this.sign(e.secretAccessKey,this.stringToSign());this.request.headers.Authorization="AWS "+e.accessKeyId+":"+r},stringToSign:function(){var e=this.request,t=[];t.push(e.method),t.push(e.headers["Content-MD5"]||""),t.push(e.headers["Content-Type"]||""),t.push(e.headers["presigned-expires"]||"");var r=this.canonicalizedAmzHeaders();return r&&t.push(r),t.push(this.canonicalizedResource()),t.join("\n")},canonicalizedAmzHeaders:function(){var e=[];n.util.each(this.request.headers,function(t){t.match(/^x-amz-/i)&&e.push(t)}),e.sort(function(e,t){return e.toLowerCase()1){var i=this.errors.join("\n* ");throw i="There were "+this.errors.length+" validation errors:\n* "+i,n.util.error(new Error(i),{code:"MultipleValidationErrors",errors:this.errors})}if(1===this.errors.length)throw this.errors[0];return!0},fail:function(e,t){this.errors.push(n.util.error(new Error(t),{code:e}))},validateStructure:function(e,t,r){var n;this.validateType(t,r,["object"],"structure");for(var i=0;e.required&&i= "+e.min+", but found "+t+" for "+r),this.validation.max&&void 0!==e.max&&t>e.max&&this.fail("MaxRangeError","Expected "+n+" <= "+e.max+", but found "+t+" for "+r)},validateEnum:function(e,t,r){this.validation.enum&&void 0!==e.enum&&-1===e.enum.indexOf(t)&&this.fail("EnumError","Found string value of "+t+", but expected "+e.enum.join("|")+" for "+r)},validateType:function(e,t,r,i){if(null===e||void 0===e)return!1;for(var o=!1,a=0;a>15;--o>=0;){var u=32767&this[e],l=this[e++]>>15,c=s*u+l*a;i=((u=a*u+((32767&c)<<15)+r[n]+(1073741823&i))>>>30)+(c>>>15)+s*l+(i>>>30),r[n++]=1073741823&u}return i},n=30):c&&"Netscape"!=navigator.appName?(u.prototype.am=function(e,t,r,n,i,o){for(;--o>=0;){var a=t*this[e++]+r[n]+i;i=Math.floor(a/67108864),r[n++]=67108863&a}return i},n=26):(u.prototype.am=function(e,t,r,n,i,o){for(var a=16383&t,s=t>>14;--o>=0;){var u=16383&this[e],l=this[e++]>>14,c=s*u+l*a;i=((u=a*u+((16383&c)<<14)+r[n]+i)>>28)+(c>>14)+s*l,r[n++]=268435455&u}return i},n=28),u.prototype.DB=n,u.prototype.DM=(1<>>16)&&(e=t,r+=16),0!=(t=e>>8)&&(e=t,r+=8),0!=(t=e>>4)&&(e=t,r+=4),0!=(t=e>>2)&&(e=t,r+=2),0!=(t=e>>1)&&(e=t,r+=1),r}function v(e){this.m=e,this.mp=e.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<0&&this.m.subTo(t,t),t},v.prototype.revert=function(e){var t=l();return e.copyTo(t),this.reduce(t),t},v.prototype.reduce=function(e){for(;e.t<=this.mt2;)e[e.t++]=0;for(var t=0;t>15)*this.mpl&this.um)<<15)&e.DM;for(e[r=t+this.m.t]+=this.m.am(0,n,e,t,0,this.m.t);e[r]>=e.DV;)e[r]-=e.DV,e[++r]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)},v.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},v.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},u.prototype.copyTo=function(e){for(var t=this.t-1;t>=0;--t)e[t]=this[t];e.t=this.t,e.s=this.s},u.prototype.fromInt=function(e){this.t=1,this.s=e<0?-1:0,e>0?this[0]=e:e<-1?this[0]=e+this.DV:this.t=0},u.prototype.fromString=function(e,t){var r;if(16==t)r=4;else if(8==t)r=3;else if(2==t)r=1;else if(32==t)r=5;else{if(4!=t)throw new Error("Only radix 2, 4, 8, 16, 32 are supported");r=2}this.t=0,this.s=0;for(var n=e.length,i=!1,o=0;--n>=0;){var a=f(e,n);a<0?"-"==e.charAt(n)&&(i=!0):(i=!1,0==o?this[this.t++]=a:o+r>this.DB?(this[this.t-1]|=(a&(1<>this.DB-o):this[this.t-1]|=a<=this.DB&&(o-=this.DB))}this.clamp(),i&&u.ZERO.subTo(this,this)},u.prototype.clamp=function(){for(var e=this.s&this.DM;this.t>0&&this[this.t-1]==e;)--this.t},u.prototype.dlShiftTo=function(e,t){var r;for(r=this.t-1;r>=0;--r)t[r+e]=this[r];for(r=e-1;r>=0;--r)t[r]=0;t.t=this.t+e,t.s=this.s},u.prototype.drShiftTo=function(e,t){for(var r=e;r=0;--r)t[r+a+1]=this[r]>>i|s,s=(this[r]&o)<=0;--r)t[r]=0;t[a]=s,t.t=this.t+a+1,t.s=this.s,t.clamp()},u.prototype.rShiftTo=function(e,t){t.s=this.s;var r=Math.floor(e/this.DB);if(r>=this.t)t.t=0;else{var n=e%this.DB,i=this.DB-n,o=(1<>n;for(var a=r+1;a>n;n>0&&(t[this.t-r-1]|=(this.s&o)<>=this.DB;if(e.t>=this.DB;n+=this.s}else{for(n+=this.s;r>=this.DB;n-=e.s}t.s=n<0?-1:0,n<-1?t[r++]=this.DV+n:n>0&&(t[r++]=n),t.t=r,t.clamp()},u.prototype.multiplyTo=function(e,t){var r=this.abs(),n=e.abs(),i=r.t;for(t.t=i+n.t;--i>=0;)t[i]=0;for(i=0;i=0;)e[r]=0;for(r=0;r=t.DV&&(e[r+t.t]-=t.DV,e[r+t.t+1]=1)}e.t>0&&(e[e.t-1]+=t.am(r,t[r],e,2*r,0,1)),e.s=0,e.clamp()},u.prototype.divRemTo=function(e,t,r){var n=e.abs();if(!(n.t<=0)){var i=this.abs();if(i.t0?(n.lShiftTo(c,o),i.lShiftTo(c,r)):(n.copyTo(o),i.copyTo(r));var p=o.t,m=o[p-1];if(0!=m){var d=m*(1<1?o[p-2]>>this.F2:0),h=this.FV/d,y=(1<=0&&(r[r.t++]=1,r.subTo(S,r)),u.ONE.dlShiftTo(p,S),S.subTo(o,o);o.t=0;){var I=r[--b]==m?this.DM:Math.floor(r[b]*h+(r[b-1]+f)*y);if((r[b]+=o.am(0,I,r,v,0,p))0&&r.rShiftTo(c,r),a<0&&u.ZERO.subTo(r,r)}}},u.prototype.invDigit=function(){if(this.t<1)return 0;var e=this[0];if(0==(1&e))return 0;var t=3&e;return(t=(t=(t=(t=t*(2-(15&e)*t)&15)*(2-(255&e)*t)&255)*(2-((65535&e)*t&65535))&65535)*(2-e*t%this.DV)%this.DV)>0?this.DV-t:-t},u.prototype.addTo=function(e,t){for(var r=0,n=0,i=Math.min(e.t,this.t);r>=this.DB;if(e.t>=this.DB;n+=this.s}else{for(n+=this.s;r>=this.DB;n+=e.s}t.s=n<0?-1:0,n>0?t[r++]=n:n<-1&&(t[r++]=this.DV+n),t.t=r,t.clamp()},u.prototype.toString=function(e){if(this.s<0)return"-"+this.negate().toString();var t;if(16==e)t=4;else if(8==e)t=3;else if(2==e)t=1;else if(32==e)t=5;else{if(4!=e)throw new Error("Only radix 2, 4, 8, 16, 32 are supported");t=2}var r,n=(1<0)for(s>s)>0&&(i=!0,o=y(r));a>=0;)s>(s+=this.DB-t)):(r=this[a]>>(s-=t)&n,s<=0&&(s+=this.DB,--a)),r>0&&(i=!0),i&&(o+=y(r));return i?o:"0"},u.prototype.negate=function(){var e=l();return u.ZERO.subTo(this,e),e},u.prototype.abs=function(){return this.s<0?this.negate():this},u.prototype.compareTo=function(e){var t=this.s-e.s;if(0!=t)return t;var r=this.t;if(0!=(t=r-e.t))return this.s<0?-t:t;for(;--r>=0;)if(0!=(t=this[r]-e[r]))return t;return 0},u.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+g(this[this.t-1]^this.s&this.DM)},u.prototype.mod=function(e){var t=l();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(u.ZERO)>0&&e.subTo(t,t),t},u.prototype.equals=function(e){return 0==this.compareTo(e)},u.prototype.add=function(e){var t=l();return this.addTo(e,t),t},u.prototype.subtract=function(e){var t=l();return this.subTo(e,t),t},u.prototype.multiply=function(e){var t=l();return this.multiplyTo(e,t),t},u.prototype.divide=function(e){var t=l();return this.divRemTo(e,t,null),t},u.prototype.modPow=function(e,t,r){var n,i=e.bitLength(),o=b(1),a=new v(t);if(i<=0)return o;n=i<18?1:i<48?3:i<144?4:i<768?5:6;var s=new Array,u=3,c=n-1,p=(1<1){var m=l();for(a.sqrTo(s[1],m);u<=p;)s[u]=l(),a.mulTo(m,s[u-2],s[u]),u+=2}var d,h,y=e.t-1,f=!0,S=l();for(i=g(e[y])-1;y>=0;){for(i>=c?d=e[y]>>i-c&p:(d=(e[y]&(1<0&&(d|=e[y-1]>>this.DB+i-c)),u=n;0==(1&d);)d>>=1,--u;if((i-=u)<0&&(i+=this.DB,--y),f)s[d].copyTo(o),f=!1;else{for(;u>1;)a.sqrTo(o,S),a.sqrTo(S,o),u-=2;u>0?a.sqrTo(o,S):(h=o,o=S,S=h),a.mulTo(S,s[d],o)}for(;y>=0&&0==(e[y]&1<0&&void 0!==arguments[0]?arguments[0]:{}).AccessToken;return function(e,r){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.call(this,r||""))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t}(D),k=function(e){function t(){var r=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).IdToken;return function(e,r){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.call(this,r||""))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t}(D),A=function(){function e(){var t=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).RefreshToken;!function(t,r){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this),this.token=t||""}return e.prototype.getToken=function(){return this.token},e}(),R=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=t.IdToken,n=t.RefreshToken,i=t.AccessToken,o=t.ClockDrift;if(function(t,r){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this),null==i||null==r)throw new Error("Id token and Access Token must be present.");this.idToken=r,this.refreshToken=n,this.accessToken=i,this.clockDrift=void 0===o?this.calculateClockDrift():o}return e.prototype.getIdToken=function(){return this.idToken},e.prototype.getRefreshToken=function(){return this.refreshToken},e.prototype.getAccessToken=function(){return this.accessToken},e.prototype.getClockDrift=function(){return this.clockDrift},e.prototype.calculateClockDrift=function(){return Math.floor(new Date/1e3)-Math.min(this.accessToken.getIssuedAt(),this.idToken.getIssuedAt())},e.prototype.isValid=function(){var e=Math.floor(new Date/1e3)-this.clockDrift;return e0&&void 0!==arguments[0]?arguments[0]:{},r=t.Name,n=t.Value;!function(t,r){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this),this.Name=r||"",this.Value=n||""}return e.prototype.getValue=function(){return this.Value},e.prototype.setValue=function(e){return this.Value=e,this},e.prototype.getName=function(){return this.Name},e.prototype.setName=function(e){return this.Name=e,this},e.prototype.toString=function(){return JSON.stringify(this)},e.prototype.toJSON=function(){return{Name:this.Name,Value:this.Value}},e}();function M(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var q={},O=function(){function e(){M(this,e)}return e.setItem=function(e,t){return q[e]=t,q[e]},e.getItem=function(e){return Object.prototype.hasOwnProperty.call(q,e)?q[e]:void 0},e.removeItem=function(e){return delete q[e]},e.clear=function(){return q={}},e}(),L=function(){function e(){M(this,e);try{this.storageWindow=window.localStorage,this.storageWindow.setItem("aws.cognito.test-ls",1),this.storageWindow.removeItem("aws.cognito.test-ls")}catch(e){this.storageWindow=O}}return e.prototype.getStorage=function(){return this.storageWindow},e}(),B=a.createHmac,F=function(){function e(t){if(function(t,r){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this),null==t||null==t.Username||null==t.Pool)throw new Error("Username and pool information are required.");this.username=t.Username||"",this.pool=t.Pool,this.Session=null,this.client=t.Pool.client,this.signInUserSession=null,this.authenticationFlowType="USER_SRP_AUTH",this.storage=t.Storage||(new L).getStorage()}return e.prototype.setSignInUserSession=function(e){this.clearCachedTokens(),this.signInUserSession=e,this.cacheTokens()},e.prototype.getSignInUserSession=function(){return this.signInUserSession},e.prototype.getUsername=function(){return this.username},e.prototype.getAuthenticationFlowType=function(){return this.authenticationFlowType},e.prototype.setAuthenticationFlowType=function(e){this.authenticationFlowType=e},e.prototype.initiateAuth=function(e,t){var r=this,n=e.getAuthParameters();n.USERNAME=this.username;var i={AuthFlow:"CUSTOM_AUTH",ClientId:this.pool.getClientId(),AuthParameters:n,ClientMetadata:e.getValidationData()};this.getUserContextData()&&(i.UserContextData=this.getUserContextData()),this.client.request("InitiateAuth",i,function(e,n){if(e)return t.onFailure(e);var i=n.ChallengeParameters;return"CUSTOM_CHALLENGE"===n.ChallengeName?(r.Session=n.Session,t.customChallenge(i)):(r.signInUserSession=r.getCognitoUserSession(n.AuthenticationResult),r.cacheTokens(),t.onSuccess(r.signInUserSession))})},e.prototype.authenticateUser=function(e,t){return"USER_PASSWORD_AUTH"===this.authenticationFlowType?this.authenticateUserPlainUsernamePassword(e,t):"USER_SRP_AUTH"===this.authenticationFlowType?this.authenticateUserDefaultAuth(e,t):t.onFailure(new Error("Authentication flow type is invalid."))},e.prototype.authenticateUserDefaultAuth=function(e,t){var r=this,n=new _(this.pool.getUserPoolId().split("_")[1]),i=new E,a=void 0,u=void 0,l={};null!=this.deviceKey&&(l.DEVICE_KEY=this.deviceKey),l.USERNAME=this.username,n.getLargeAValue(function(c,p){c&&t.onFailure(c),l.SRP_A=p.toString(16),"CUSTOM_AUTH"===r.authenticationFlowType&&(l.CHALLENGE_NAME="SRP_A");var m={AuthFlow:r.authenticationFlowType,ClientId:r.pool.getClientId(),AuthParameters:l,ClientMetadata:e.getValidationData()};r.getUserContextData(r.username)&&(m.UserContextData=r.getUserContextData(r.username)),r.client.request("InitiateAuth",m,function(l,c){if(l)return t.onFailure(l);var p=c.ChallengeParameters;r.username=p.USER_ID_FOR_SRP,a=new s(p.SRP_B,16),u=new s(p.SALT,16),r.getCachedDeviceKeyAndPassword(),n.getPasswordAuthenticationKey(r.username,e.getPassword(),a,u,function(e,a){e&&t.onFailure(e);var s=i.getNowString(),u=B("sha256",a).update(o.Buffer.concat([o.Buffer.from(r.pool.getUserPoolId().split("_")[1],"utf8"),o.Buffer.from(r.username,"utf8"),o.Buffer.from(p.SECRET_BLOCK,"base64"),o.Buffer.from(s,"utf8")])).digest("base64"),l={};l.USERNAME=r.username,l.PASSWORD_CLAIM_SECRET_BLOCK=p.SECRET_BLOCK,l.TIMESTAMP=s,l.PASSWORD_CLAIM_SIGNATURE=u,null!=r.deviceKey&&(l.DEVICE_KEY=r.deviceKey);var m={ChallengeName:"PASSWORD_VERIFIER",ClientId:r.pool.getClientId(),ChallengeResponses:l,Session:c.Session};r.getUserContextData()&&(m.UserContextData=r.getUserContextData()),function e(t,n){return r.client.request("RespondToAuthChallenge",t,function(i,o){return i&&"ResourceNotFoundException"===i.code&&-1!==i.message.toLowerCase().indexOf("device")?(l.DEVICE_KEY=null,r.deviceKey=null,r.randomPassword=null,r.deviceGroupKey=null,r.clearCachedDeviceKeyAndPassword(),e(t,n)):n(i,o)})}(m,function(e,i){return e?t.onFailure(e):r.authenticateUserInternal(i,n,t)})})})})},e.prototype.authenticateUserPlainUsernamePassword=function(e,t){var r=this,n={};if(n.USERNAME=this.username,n.PASSWORD=e.getPassword(),n.PASSWORD){var i=new _(this.pool.getUserPoolId().split("_")[1]);this.getCachedDeviceKeyAndPassword(),null!=this.deviceKey&&(n.DEVICE_KEY=this.deviceKey);var o={AuthFlow:"USER_PASSWORD_AUTH",ClientId:this.pool.getClientId(),AuthParameters:n,ClientMetadata:e.getValidationData()};this.getUserContextData(this.username)&&(o.UserContextData=this.getUserContextData(this.username)),this.client.request("InitiateAuth",o,function(e,n){return e?t.onFailure(e):r.authenticateUserInternal(n,i,t)})}else t.onFailure(new Error("PASSWORD parameter is required"))},e.prototype.authenticateUserInternal=function(e,t,r){var n=this,i=e.ChallengeName,a=e.ChallengeParameters;if("SMS_MFA"===i)return this.Session=e.Session,r.mfaRequired(i,a);if("SELECT_MFA_TYPE"===i)return this.Session=e.Session,r.selectMFAType(i,a);if("MFA_SETUP"===i)return this.Session=e.Session,r.mfaSetup(i,a);if("SOFTWARE_TOKEN_MFA"===i)return this.Session=e.Session,r.totpRequired(i,a);if("CUSTOM_CHALLENGE"===i)return this.Session=e.Session,r.customChallenge(a);if("NEW_PASSWORD_REQUIRED"===i){this.Session=e.Session;var s=null,u=null,l=[],c=t.getNewPasswordRequiredChallengeUserAttributePrefix();if(a&&(s=JSON.parse(e.ChallengeParameters.userAttributes),u=JSON.parse(e.ChallengeParameters.requiredAttributes)),u)for(var p=0;p1&&(e="Multiple configuration errors:\n"+t.join("\n")),e)throw n.util.error(new Error,{name:"InvalidEndpoint",message:e})},shouldDisableBodySigning:function(e){var t=this.getSignerClass();return!0===this.config.s3DisableBodySigning&&t===n.Signers.V4&&"https:"===e.httpRequest.endpoint.protocol},setupRequestListeners:function(e){e.addListener("validate",this.validateScheme),e.addListener("validate",this.validateBucketEndpoint),e.addListener("validate",this.correctBucketRegionFromCache),e.addListener("validate",this.validateBucketName),e.addListener("build",this.addContentType),e.addListener("build",this.populateURI),e.addListener("build",this.computeContentMd5),e.addListener("build",this.computeSseCustomerKeyMd5),e.addListener("afterBuild",this.addExpect100Continue),e.removeListener("validate",n.EventListeners.Core.VALIDATE_REGION),e.addListener("extractError",this.extractError),e.onAsync("extractError",this.requestBucketRegion),e.addListener("extractData",this.extractData),e.addListener("extractData",n.util.hoistPayloadMember),e.addListener("beforePresign",this.prepareSignedUrl),n.util.isBrowser()&&e.onAsync("retry",this.reqRegionForNetworkingError),this.shouldDisableBodySigning(e)&&(e.removeListener("afterBuild",n.EventListeners.Core.COMPUTE_SHA256),e.addListener("afterBuild",this.disableBodySigning))},validateScheme:function(e){var t=e.params;if((t.SSECustomerKey||t.CopySourceSSECustomerKey)&&"https:"!==e.httpRequest.endpoint.protocol)throw n.util.error(new Error,{code:"ConfigError",message:"Cannot send SSE keys over HTTP. Set 'sslEnabled'to 'true' in your configuration"})},validateBucketEndpoint:function(e){if(!e.params.Bucket&&e.service.config.s3BucketEndpoint)throw n.util.error(new Error,{code:"ConfigError",message:"Cannot send requests to root API with `s3BucketEndpoint` set."})},validateBucketName:function(e){if("v4"===e.service.getSignatureVersion(e)){var t=e.params&&e.params.Bucket,r=e.params&&e.params.Key,i=t&&t.indexOf("/");if(t&&i>=0){if("string"!=typeof r){var o="Bucket names cannot contain forward slashes. Bucket: "+t;throw n.util.error(new Error,{code:"InvalidBucket",message:o})}e.params=n.util.copy(e.params);var a=t.substr(i+1)||"";e.params.Key=a+"/"+r,e.params.Bucket=t.substr(0,i)}}},isValidAccelerateOperation:function(e){return-1===["createBucket","deleteBucket","listBuckets"].indexOf(e)},populateURI:function(e){var t=e.httpRequest,r=e.params.Bucket,n=e.service,i=t.endpoint;if(r&&!n.pathStyleBucketName(r)){n.config.useAccelerateEndpoint&&n.isValidAccelerateOperation(e.operation)?i.hostname=n.config.useDualstack?r+".s3-accelerate.dualstack.amazonaws.com":r+".s3-accelerate.amazonaws.com":n.config.s3BucketEndpoint||(i.hostname=r+"."+i.hostname);var o=i.port;i.host=80!==o&&443!==o?i.hostname+":"+i.port:i.hostname,t.virtualHostedBucket=r,n.removeVirtualHostedBucketFromPath(e)}},removeVirtualHostedBucketFromPath:function(e){var t=e.httpRequest,r=t.virtualHostedBucket;if(r&&t.path){if(e.params&&e.params.Key&&0===t.path.indexOf("/"+n.util.uriEscapePath(e.params.Key)))return;t.path=t.path.replace(new RegExp("/"+r),""),"/"!==t.path[0]&&(t.path="/"+t.path)}},addExpect100Continue:function(e){var t=e.httpRequest.headers["Content-Length"];n.util.isNode()&&t>=1048576&&(e.httpRequest.headers.Expect="100-continue")},addContentType:function(e){var t=e.httpRequest;if("GET"!==t.method&&"HEAD"!==t.method){t.headers["Content-Type"]||(t.headers["Content-Type"]="application/octet-stream");var r=t.headers["Content-Type"];n.util.isBrowser()&&("string"!=typeof t.body||r.match(/;\s*charset=/)?t.headers["Content-Type"]=r.replace(/(;\s*charset=)(.+)$/,function(e,t,r){return t+r.toUpperCase()}):t.headers["Content-Type"]+="; charset=UTF-8")}else delete t.headers["Content-Type"]},computableChecksumOperations:{putBucketCors:!0,putBucketLifecycle:!0,putBucketLifecycleConfiguration:!0,putBucketTagging:!0,deleteObjects:!0,putBucketReplication:!0},willComputeChecksums:function(e){if(this.computableChecksumOperations[e.operation])return!0;if(!this.config.computeChecksums)return!1;if(!n.util.Buffer.isBuffer(e.httpRequest.body)&&"string"!=typeof e.httpRequest.body)return!1;var t=e.service.api.operations[e.operation].input.members;return!(!e.service.shouldDisableBodySigning(e)||Object.prototype.hasOwnProperty.call(e.httpRequest.headers,"presigned-expires")||!t.ContentMD5||e.params.ContentMD5)||!(e.service.getSignerClass(e)===n.Signers.V4&&t.ContentMD5&&!t.ContentMD5.required)&&(!(!t.ContentMD5||e.params.ContentMD5)||void 0)},computeContentMd5:function(e){if(e.service.willComputeChecksums(e)){var t=n.util.crypto.md5(e.httpRequest.body,"base64");e.httpRequest.headers["Content-MD5"]=t}},computeSseCustomerKeyMd5:function(e){n.util.each({SSECustomerKey:"x-amz-server-side-encryption-customer-key-MD5",CopySourceSSECustomerKey:"x-amz-copy-source-server-side-encryption-customer-key-MD5"},function(t,r){if(e.params[t]){var i=n.util.crypto.md5(e.params[t],"base64");e.httpRequest.headers[r]=i}})},pathStyleBucketName:function(e){return!(!this.config.s3ForcePathStyle&&(this.config.s3BucketEndpoint||this.dnsCompatibleBucketName(e)&&(!this.config.sslEnabled||!e.match(/\./))))},dnsCompatibleBucketName:function(e){var t=e,r=new RegExp(/^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/),n=new RegExp(/(\d+\.){3}\d+/),i=new RegExp(/\.\./);return!(!t.match(r)||t.match(n)||t.match(i))},successfulResponse:function(e){var t=e.httpResponse;return(!o[e.request.operation]||!t.body.toString().match(""))&&t.statusCode<300},retryableError:function(e,t){return!(!o[t.operation]||200!==e.statusCode)||(!t._requestRegionForBucket||!t.service.bucketRegionCache[t._requestRegionForBucket])&&(!(!e||"RequestTimeout"!==e.code)||(e&&-1!=a.indexOf(e.code)&&e.region&&e.region!=t.httpRequest.region?(t.httpRequest.region=e.region,301===e.statusCode&&t.service.updateReqBucketRegion(t),!0):n.Service.prototype.retryableError.call(this,e,t)))},updateReqBucketRegion:function(e,t){var r=e.httpRequest;if("string"==typeof t&&t.length&&(r.region=t),r.endpoint.host.match(/s3(?!-accelerate).*\.amazonaws\.com$/)){var i=e.service,o=i.config,a=o.s3BucketEndpoint;a&&delete o.s3BucketEndpoint;var s=n.util.copy(o);delete s.endpoint,s.region=r.region,r.endpoint=new n.S3(s).endpoint,i.populateURI(e),o.s3BucketEndpoint=a,r.headers.Host=r.endpoint.host,"validate"===e._asm.currentState&&(e.removeListener("build",i.populateURI),e.addListener("build",i.removeVirtualHostedBucketFromPath))}},extractData:function(e){var t=e.request;if("getBucketLocation"===t.operation){var r=e.httpResponse.body.toString().match(/>(.+)<\/Location/);delete e.data._,e.data.LocationConstraint=r?r[1]:""}var n=t.params.Bucket||null;if("deleteBucket"!==t.operation||"string"!=typeof n||e.error){var i=(e.httpResponse.headers||{})["x-amz-bucket-region"]||null;if(!i&&"createBucket"===t.operation&&!e.error){var o=t.params.CreateBucketConfiguration;i=o?"EU"===o.LocationConstraint?"eu-west-1":o.LocationConstraint:"us-east-1"}i&&n&&i!==t.service.bucketRegionCache[n]&&(t.service.bucketRegionCache[n]=i)}else t.service.clearBucketRegionCache(n);t.service.extractRequestIds(e)},extractError:function(e){var t,r={304:"NotModified",403:"Forbidden",400:"BadRequest",404:"NotFound"},i=e.request,o=e.httpResponse.statusCode,a=e.httpResponse.body||"",s=(e.httpResponse.headers||{})["x-amz-bucket-region"]||null,u=i.params.Bucket||null,l=i.service.bucketRegionCache;if(s&&u&&s!==l[u]&&(l[u]=s),r[o]&&0===a.length)u&&!s&&(t=l[u]||null)!==i.httpRequest.region&&(s=t),e.error=n.util.error(new Error,{code:r[o],message:null,region:s});else{var c=(new n.XML.Parser).parse(a.toString());c.Region&&!s?(s=c.Region,u&&s!==l[u]&&(l[u]=s)):!u||s||c.Region||(t=l[u]||null)!==i.httpRequest.region&&(s=t),e.error=n.util.error(new Error,{code:c.Code||o,message:c.Message||null,region:s})}i.service.extractRequestIds(e)},requestBucketRegion:function(e,t){var r=e.error,i=e.request,o=i.params.Bucket||null;if(!r||!o||r.region||"listObjects"===i.operation||n.util.isNode()&&"headBucket"===i.operation||400===r.statusCode&&"headObject"!==i.operation||-1===a.indexOf(r.code))return t();var s=n.util.isNode()?"headBucket":"listObjects",u={Bucket:o};"listObjects"===s&&(u.MaxKeys=0);var l=i.service[s](u);l._requestRegionForBucket=o,l.send(function(){r.region=i.service.bucketRegionCache[o]||null,t()})},reqRegionForNetworkingError:function(e,t){if(!n.util.isBrowser())return t();var r=e.error,i=e.request,o=i.params.Bucket;if(!r||"NetworkingError"!==r.code||!o||"us-east-1"===i.httpRequest.region)return t();var a=i.service,s=a.bucketRegionCache,u=s[o]||null;if(u&&u!==i.httpRequest.region)a.updateReqBucketRegion(i,u),t();else if(a.dnsCompatibleBucketName(o))if(i.httpRequest.virtualHostedBucket){var l=a.listObjects({Bucket:o,MaxKeys:0});a.updateReqBucketRegion(l,"us-east-1"),l._requestRegionForBucket=o,l.send(function(){var e=a.bucketRegionCache[o]||null;e&&e!==i.httpRequest.region&&a.updateReqBucketRegion(i,e),t()})}else t();else a.updateReqBucketRegion(i,"us-east-1"),"us-east-1"!==s[o]&&(s[o]="us-east-1"),t()},bucketRegionCache:{},clearBucketRegionCache:function(e){var t=this.bucketRegionCache;e?"string"==typeof e&&(e=[e]):e=Object.keys(t);for(var r=0;rt.index?1:-1:e.delay>t.delay?1:-1},t}(i.a)},USse:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2016-06-10",endpointPrefix:"polly",protocol:"rest-json",serviceFullName:"Amazon Polly",serviceId:"Polly",signatureVersion:"v4",uid:"polly-2016-06-10"},operations:{DeleteLexicon:{http:{method:"DELETE",requestUri:"/v1/lexicons/{LexiconName}",responseCode:200},input:{type:"structure",required:["Name"],members:{Name:{shape:"S2",location:"uri",locationName:"LexiconName"}}},output:{type:"structure",members:{}}},DescribeVoices:{http:{method:"GET",requestUri:"/v1/voices",responseCode:200},input:{type:"structure",members:{LanguageCode:{location:"querystring",locationName:"LanguageCode"},IncludeAdditionalLanguageCodes:{location:"querystring",locationName:"IncludeAdditionalLanguageCodes",type:"boolean"},NextToken:{location:"querystring",locationName:"NextToken"}}},output:{type:"structure",members:{Voices:{type:"list",member:{type:"structure",members:{Gender:{},Id:{},LanguageCode:{},LanguageName:{},Name:{},AdditionalLanguageCodes:{type:"list",member:{}}}}},NextToken:{}}}},GetLexicon:{http:{method:"GET",requestUri:"/v1/lexicons/{LexiconName}",responseCode:200},input:{type:"structure",required:["Name"],members:{Name:{shape:"S2",location:"uri",locationName:"LexiconName"}}},output:{type:"structure",members:{Lexicon:{type:"structure",members:{Content:{},Name:{shape:"S2"}}},LexiconAttributes:{shape:"Sk"}}}},GetSpeechSynthesisTask:{http:{method:"GET",requestUri:"/v1/synthesisTasks/{TaskId}",responseCode:200},input:{type:"structure",required:["TaskId"],members:{TaskId:{location:"uri",locationName:"TaskId"}}},output:{type:"structure",members:{SynthesisTask:{shape:"St"}}}},ListLexicons:{http:{method:"GET",requestUri:"/v1/lexicons",responseCode:200},input:{type:"structure",members:{NextToken:{location:"querystring",locationName:"NextToken"}}},output:{type:"structure",members:{Lexicons:{type:"list",member:{type:"structure",members:{Name:{shape:"S2"},Attributes:{shape:"Sk"}}}},NextToken:{}}}},ListSpeechSynthesisTasks:{http:{method:"GET",requestUri:"/v1/synthesisTasks",responseCode:200},input:{type:"structure",members:{MaxResults:{location:"querystring",locationName:"MaxResults",type:"integer"},NextToken:{location:"querystring",locationName:"NextToken"},Status:{location:"querystring",locationName:"Status"}}},output:{type:"structure",members:{NextToken:{},SynthesisTasks:{type:"list",member:{shape:"St"}}}}},PutLexicon:{http:{method:"PUT",requestUri:"/v1/lexicons/{LexiconName}",responseCode:200},input:{type:"structure",required:["Name","Content"],members:{Name:{shape:"S2",location:"uri",locationName:"LexiconName"},Content:{}}},output:{type:"structure",members:{}}},StartSpeechSynthesisTask:{http:{requestUri:"/v1/synthesisTasks",responseCode:200},input:{type:"structure",required:["OutputFormat","OutputS3BucketName","Text","VoiceId"],members:{LexiconNames:{shape:"S10"},OutputFormat:{},OutputS3BucketName:{},OutputS3KeyPrefix:{},SampleRate:{},SnsTopicArn:{},SpeechMarkTypes:{shape:"S13"},Text:{},TextType:{},VoiceId:{},LanguageCode:{}}},output:{type:"structure",members:{SynthesisTask:{shape:"St"}}}},SynthesizeSpeech:{http:{requestUri:"/v1/speech",responseCode:200},input:{type:"structure",required:["OutputFormat","Text","VoiceId"],members:{LexiconNames:{shape:"S10"},OutputFormat:{},SampleRate:{},SpeechMarkTypes:{shape:"S13"},Text:{},TextType:{},VoiceId:{},LanguageCode:{}}},output:{type:"structure",members:{AudioStream:{type:"blob",streaming:!0},ContentType:{location:"header",locationName:"Content-Type"},RequestCharacters:{location:"header",locationName:"x-amzn-RequestCharacters",type:"integer"}},payload:"AudioStream"}}},shapes:{S2:{type:"string",sensitive:!0},Sk:{type:"structure",members:{Alphabet:{},LanguageCode:{},LastModified:{type:"timestamp"},LexiconArn:{},LexemesCount:{type:"integer"},Size:{type:"integer"}}},St:{type:"structure",members:{TaskId:{},TaskStatus:{},TaskStatusReason:{},OutputUri:{},CreationTime:{type:"timestamp"},RequestCharacters:{type:"integer"},SnsTopicArn:{},LexiconNames:{shape:"S10"},OutputFormat:{},SampleRate:{},SpeechMarkTypes:{shape:"S13"},TextType:{},VoiceId:{},LanguageCode:{}}},S10:{type:"list",member:{shape:"S2"}},S13:{type:"list",member:{}}}}},UT4R:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.gamelift={},n.GameLift=i.defineService("gamelift",["2015-10-01"]),Object.defineProperty(o.services.gamelift,"2015-10-01",{get:function(){var e=r("LloH");return e.paginators=r("n2Xj").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.GameLift},UWiX:function(e,t,r){var n=r("29s/")("wks"),i=r("YqAc"),o=r("5T2Y").Symbol,a="function"==typeof o;(e.exports=function(e){return n[e]||(n[e]=a&&o[e]||(a?o:i)("Symbol."+e))}).store=n},UbbE:function(e,t,r){r("o8NH"),e.exports=r("WEpk").Object.assign},UiNu:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2017-03-25",endpointPrefix:"cloudfront",globalEndpoint:"cloudfront.amazonaws.com",protocol:"rest-xml",serviceAbbreviation:"CloudFront",serviceFullName:"Amazon CloudFront",serviceId:"CloudFront",signatureVersion:"v4",uid:"cloudfront-2017-03-25"},operations:{CreateCloudFrontOriginAccessIdentity:{http:{requestUri:"/2017-03-25/origin-access-identity/cloudfront",responseCode:201},input:{type:"structure",required:["CloudFrontOriginAccessIdentityConfig"],members:{CloudFrontOriginAccessIdentityConfig:{shape:"S2",locationName:"CloudFrontOriginAccessIdentityConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}},payload:"CloudFrontOriginAccessIdentityConfig"},output:{type:"structure",members:{CloudFrontOriginAccessIdentity:{shape:"S5"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"CloudFrontOriginAccessIdentity"}},CreateDistribution:{http:{requestUri:"/2017-03-25/distribution",responseCode:201},input:{type:"structure",required:["DistributionConfig"],members:{DistributionConfig:{shape:"S7",locationName:"DistributionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}},payload:"DistributionConfig"},output:{type:"structure",members:{Distribution:{shape:"S1s"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"Distribution"}},CreateDistributionWithTags:{http:{requestUri:"/2017-03-25/distribution?WithTags",responseCode:201},input:{type:"structure",required:["DistributionConfigWithTags"],members:{DistributionConfigWithTags:{locationName:"DistributionConfigWithTags",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-03-25/"},type:"structure",required:["DistributionConfig","Tags"],members:{DistributionConfig:{shape:"S7"},Tags:{shape:"S21"}}}},payload:"DistributionConfigWithTags"},output:{type:"structure",members:{Distribution:{shape:"S1s"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"Distribution"}},CreateInvalidation:{http:{requestUri:"/2017-03-25/distribution/{DistributionId}/invalidation",responseCode:201},input:{type:"structure",required:["DistributionId","InvalidationBatch"],members:{DistributionId:{location:"uri",locationName:"DistributionId"},InvalidationBatch:{shape:"S28",locationName:"InvalidationBatch",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}},payload:"InvalidationBatch"},output:{type:"structure",members:{Location:{location:"header",locationName:"Location"},Invalidation:{shape:"S2c"}},payload:"Invalidation"}},CreateStreamingDistribution:{http:{requestUri:"/2017-03-25/streaming-distribution",responseCode:201},input:{type:"structure",required:["StreamingDistributionConfig"],members:{StreamingDistributionConfig:{shape:"S2e",locationName:"StreamingDistributionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}},payload:"StreamingDistributionConfig"},output:{type:"structure",members:{StreamingDistribution:{shape:"S2i"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistribution"}},CreateStreamingDistributionWithTags:{http:{requestUri:"/2017-03-25/streaming-distribution?WithTags",responseCode:201},input:{type:"structure",required:["StreamingDistributionConfigWithTags"],members:{StreamingDistributionConfigWithTags:{locationName:"StreamingDistributionConfigWithTags",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-03-25/"},type:"structure",required:["StreamingDistributionConfig","Tags"],members:{StreamingDistributionConfig:{shape:"S2e"},Tags:{shape:"S21"}}}},payload:"StreamingDistributionConfigWithTags"},output:{type:"structure",members:{StreamingDistribution:{shape:"S2i"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistribution"}},DeleteCloudFrontOriginAccessIdentity:{http:{method:"DELETE",requestUri:"/2017-03-25/origin-access-identity/cloudfront/{Id}",responseCode:204},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}}}},DeleteDistribution:{http:{method:"DELETE",requestUri:"/2017-03-25/distribution/{Id}",responseCode:204},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}}}},DeleteServiceLinkedRole:{http:{method:"DELETE",requestUri:"/2017-03-25/service-linked-role/{RoleName}",responseCode:204},input:{type:"structure",required:["RoleName"],members:{RoleName:{location:"uri",locationName:"RoleName"}}}},DeleteStreamingDistribution:{http:{method:"DELETE",requestUri:"/2017-03-25/streaming-distribution/{Id}",responseCode:204},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}}}},GetCloudFrontOriginAccessIdentity:{http:{method:"GET",requestUri:"/2017-03-25/origin-access-identity/cloudfront/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{CloudFrontOriginAccessIdentity:{shape:"S5"},ETag:{location:"header",locationName:"ETag"}},payload:"CloudFrontOriginAccessIdentity"}},GetCloudFrontOriginAccessIdentityConfig:{http:{method:"GET",requestUri:"/2017-03-25/origin-access-identity/cloudfront/{Id}/config"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{CloudFrontOriginAccessIdentityConfig:{shape:"S2"},ETag:{location:"header",locationName:"ETag"}},payload:"CloudFrontOriginAccessIdentityConfig"}},GetDistribution:{http:{method:"GET",requestUri:"/2017-03-25/distribution/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{Distribution:{shape:"S1s"},ETag:{location:"header",locationName:"ETag"}},payload:"Distribution"}},GetDistributionConfig:{http:{method:"GET",requestUri:"/2017-03-25/distribution/{Id}/config"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{DistributionConfig:{shape:"S7"},ETag:{location:"header",locationName:"ETag"}},payload:"DistributionConfig"}},GetInvalidation:{http:{method:"GET",requestUri:"/2017-03-25/distribution/{DistributionId}/invalidation/{Id}"},input:{type:"structure",required:["DistributionId","Id"],members:{DistributionId:{location:"uri",locationName:"DistributionId"},Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{Invalidation:{shape:"S2c"}},payload:"Invalidation"}},GetStreamingDistribution:{http:{method:"GET",requestUri:"/2017-03-25/streaming-distribution/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{StreamingDistribution:{shape:"S2i"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistribution"}},GetStreamingDistributionConfig:{http:{method:"GET",requestUri:"/2017-03-25/streaming-distribution/{Id}/config"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{StreamingDistributionConfig:{shape:"S2e"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistributionConfig"}},ListCloudFrontOriginAccessIdentities:{http:{method:"GET",requestUri:"/2017-03-25/origin-access-identity/cloudfront"},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{CloudFrontOriginAccessIdentityList:{type:"structure",required:["Marker","MaxItems","IsTruncated","Quantity"],members:{Marker:{},NextMarker:{},MaxItems:{type:"integer"},IsTruncated:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"CloudFrontOriginAccessIdentitySummary",type:"structure",required:["Id","S3CanonicalUserId","Comment"],members:{Id:{},S3CanonicalUserId:{},Comment:{}}}}}}},payload:"CloudFrontOriginAccessIdentityList"}},ListDistributions:{http:{method:"GET",requestUri:"/2017-03-25/distribution"},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{DistributionList:{shape:"S3b"}},payload:"DistributionList"}},ListDistributionsByWebACLId:{http:{method:"GET",requestUri:"/2017-03-25/distributionsByWebACLId/{WebACLId}"},input:{type:"structure",required:["WebACLId"],members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"},WebACLId:{location:"uri",locationName:"WebACLId"}}},output:{type:"structure",members:{DistributionList:{shape:"S3b"}},payload:"DistributionList"}},ListInvalidations:{http:{method:"GET",requestUri:"/2017-03-25/distribution/{DistributionId}/invalidation"},input:{type:"structure",required:["DistributionId"],members:{DistributionId:{location:"uri",locationName:"DistributionId"},Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{InvalidationList:{type:"structure",required:["Marker","MaxItems","IsTruncated","Quantity"],members:{Marker:{},NextMarker:{},MaxItems:{type:"integer"},IsTruncated:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"InvalidationSummary",type:"structure",required:["Id","CreateTime","Status"],members:{Id:{},CreateTime:{type:"timestamp"},Status:{}}}}}}},payload:"InvalidationList"}},ListStreamingDistributions:{http:{method:"GET",requestUri:"/2017-03-25/streaming-distribution"},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{StreamingDistributionList:{type:"structure",required:["Marker","MaxItems","IsTruncated","Quantity"],members:{Marker:{},NextMarker:{},MaxItems:{type:"integer"},IsTruncated:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"StreamingDistributionSummary",type:"structure",required:["Id","ARN","Status","LastModifiedTime","DomainName","S3Origin","Aliases","TrustedSigners","Comment","PriceClass","Enabled"],members:{Id:{},ARN:{},Status:{},LastModifiedTime:{type:"timestamp"},DomainName:{},S3Origin:{shape:"S2f"},Aliases:{shape:"S8"},TrustedSigners:{shape:"Sy"},Comment:{},PriceClass:{},Enabled:{type:"boolean"}}}}}}},payload:"StreamingDistributionList"}},ListTagsForResource:{http:{method:"GET",requestUri:"/2017-03-25/tagging"},input:{type:"structure",required:["Resource"],members:{Resource:{location:"querystring",locationName:"Resource"}}},output:{type:"structure",required:["Tags"],members:{Tags:{shape:"S21"}},payload:"Tags"}},TagResource:{http:{requestUri:"/2017-03-25/tagging?Operation=Tag",responseCode:204},input:{type:"structure",required:["Resource","Tags"],members:{Resource:{location:"querystring",locationName:"Resource"},Tags:{shape:"S21",locationName:"Tags",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}},payload:"Tags"}},UntagResource:{http:{requestUri:"/2017-03-25/tagging?Operation=Untag",responseCode:204},input:{type:"structure",required:["Resource","TagKeys"],members:{Resource:{location:"querystring",locationName:"Resource"},TagKeys:{locationName:"TagKeys",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-03-25/"},type:"structure",members:{Items:{type:"list",member:{locationName:"Key"}}}}},payload:"TagKeys"}},UpdateCloudFrontOriginAccessIdentity:{http:{method:"PUT",requestUri:"/2017-03-25/origin-access-identity/cloudfront/{Id}/config"},input:{type:"structure",required:["CloudFrontOriginAccessIdentityConfig","Id"],members:{CloudFrontOriginAccessIdentityConfig:{shape:"S2",locationName:"CloudFrontOriginAccessIdentityConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-03-25/"}},Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}},payload:"CloudFrontOriginAccessIdentityConfig"},output:{type:"structure",members:{CloudFrontOriginAccessIdentity:{shape:"S5"},ETag:{location:"header",locationName:"ETag"}},payload:"CloudFrontOriginAccessIdentity"}},UpdateDistribution:{http:{method:"PUT",requestUri:"/2017-03-25/distribution/{Id}/config"},input:{type:"structure",required:["DistributionConfig","Id"],members:{DistributionConfig:{shape:"S7",locationName:"DistributionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-03-25/"}},Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}},payload:"DistributionConfig"},output:{type:"structure",members:{Distribution:{shape:"S1s"},ETag:{location:"header",locationName:"ETag"}},payload:"Distribution"}},UpdateStreamingDistribution:{http:{method:"PUT",requestUri:"/2017-03-25/streaming-distribution/{Id}/config"},input:{type:"structure",required:["StreamingDistributionConfig","Id"],members:{StreamingDistributionConfig:{shape:"S2e",locationName:"StreamingDistributionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2017-03-25/"}},Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}},payload:"StreamingDistributionConfig"},output:{type:"structure",members:{StreamingDistribution:{shape:"S2i"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistribution"}}},shapes:{S2:{type:"structure",required:["CallerReference","Comment"],members:{CallerReference:{},Comment:{}}},S5:{type:"structure",required:["Id","S3CanonicalUserId"],members:{Id:{},S3CanonicalUserId:{},CloudFrontOriginAccessIdentityConfig:{shape:"S2"}}},S7:{type:"structure",required:["CallerReference","Origins","DefaultCacheBehavior","Comment","Enabled"],members:{CallerReference:{},Aliases:{shape:"S8"},DefaultRootObject:{},Origins:{shape:"Sb"},DefaultCacheBehavior:{shape:"Sn"},CacheBehaviors:{shape:"S1a"},CustomErrorResponses:{shape:"S1d"},Comment:{},Logging:{type:"structure",required:["Enabled","IncludeCookies","Bucket","Prefix"],members:{Enabled:{type:"boolean"},IncludeCookies:{type:"boolean"},Bucket:{},Prefix:{}}},PriceClass:{},Enabled:{type:"boolean"},ViewerCertificate:{shape:"S1i"},Restrictions:{shape:"S1m"},WebACLId:{},HttpVersion:{},IsIPV6Enabled:{type:"boolean"}}},S8:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"CNAME"}}}},Sb:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Origin",type:"structure",required:["Id","DomainName"],members:{Id:{},DomainName:{},OriginPath:{},CustomHeaders:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"OriginCustomHeader",type:"structure",required:["HeaderName","HeaderValue"],members:{HeaderName:{},HeaderValue:{}}}}}},S3OriginConfig:{type:"structure",required:["OriginAccessIdentity"],members:{OriginAccessIdentity:{}}},CustomOriginConfig:{type:"structure",required:["HTTPPort","HTTPSPort","OriginProtocolPolicy"],members:{HTTPPort:{type:"integer"},HTTPSPort:{type:"integer"},OriginProtocolPolicy:{},OriginSslProtocols:{type:"structure",required:["Quantity","Items"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"SslProtocol"}}}},OriginReadTimeout:{type:"integer"},OriginKeepaliveTimeout:{type:"integer"}}}}}}}},Sn:{type:"structure",required:["TargetOriginId","ForwardedValues","TrustedSigners","ViewerProtocolPolicy","MinTTL"],members:{TargetOriginId:{},ForwardedValues:{shape:"So"},TrustedSigners:{shape:"Sy"},ViewerProtocolPolicy:{},MinTTL:{type:"long"},AllowedMethods:{shape:"S12"},SmoothStreaming:{type:"boolean"},DefaultTTL:{type:"long"},MaxTTL:{type:"long"},Compress:{type:"boolean"},LambdaFunctionAssociations:{shape:"S16"}}},So:{type:"structure",required:["QueryString","Cookies"],members:{QueryString:{type:"boolean"},Cookies:{type:"structure",required:["Forward"],members:{Forward:{},WhitelistedNames:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Name"}}}}}},Headers:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Name"}}}},QueryStringCacheKeys:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Name"}}}}}},Sy:{type:"structure",required:["Enabled","Quantity"],members:{Enabled:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"AwsAccountNumber"}}}},S12:{type:"structure",required:["Quantity","Items"],members:{Quantity:{type:"integer"},Items:{shape:"S13"},CachedMethods:{type:"structure",required:["Quantity","Items"],members:{Quantity:{type:"integer"},Items:{shape:"S13"}}}}},S13:{type:"list",member:{locationName:"Method"}},S16:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"LambdaFunctionAssociation",type:"structure",members:{LambdaFunctionARN:{},EventType:{}}}}}},S1a:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"CacheBehavior",type:"structure",required:["PathPattern","TargetOriginId","ForwardedValues","TrustedSigners","ViewerProtocolPolicy","MinTTL"],members:{PathPattern:{},TargetOriginId:{},ForwardedValues:{shape:"So"},TrustedSigners:{shape:"Sy"},ViewerProtocolPolicy:{},MinTTL:{type:"long"},AllowedMethods:{shape:"S12"},SmoothStreaming:{type:"boolean"},DefaultTTL:{type:"long"},MaxTTL:{type:"long"},Compress:{type:"boolean"},LambdaFunctionAssociations:{shape:"S16"}}}}}},S1d:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"CustomErrorResponse",type:"structure",required:["ErrorCode"],members:{ErrorCode:{type:"integer"},ResponsePagePath:{},ResponseCode:{},ErrorCachingMinTTL:{type:"long"}}}}}},S1i:{type:"structure",members:{CloudFrontDefaultCertificate:{type:"boolean"},IAMCertificateId:{},ACMCertificateArn:{},SSLSupportMethod:{},MinimumProtocolVersion:{},Certificate:{deprecated:!0},CertificateSource:{deprecated:!0}}},S1m:{type:"structure",required:["GeoRestriction"],members:{GeoRestriction:{type:"structure",required:["RestrictionType","Quantity"],members:{RestrictionType:{},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Location"}}}}}},S1s:{type:"structure",required:["Id","ARN","Status","LastModifiedTime","InProgressInvalidationBatches","DomainName","ActiveTrustedSigners","DistributionConfig"],members:{Id:{},ARN:{},Status:{},LastModifiedTime:{type:"timestamp"},InProgressInvalidationBatches:{type:"integer"},DomainName:{},ActiveTrustedSigners:{shape:"S1u"},DistributionConfig:{shape:"S7"}}},S1u:{type:"structure",required:["Enabled","Quantity"],members:{Enabled:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Signer",type:"structure",members:{AwsAccountNumber:{},KeyPairIds:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"KeyPairId"}}}}}}}}},S21:{type:"structure",members:{Items:{type:"list",member:{locationName:"Tag",type:"structure",required:["Key"],members:{Key:{},Value:{}}}}}},S28:{type:"structure",required:["Paths","CallerReference"],members:{Paths:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Path"}}}},CallerReference:{}}},S2c:{type:"structure",required:["Id","Status","CreateTime","InvalidationBatch"],members:{Id:{},Status:{},CreateTime:{type:"timestamp"},InvalidationBatch:{shape:"S28"}}},S2e:{type:"structure",required:["CallerReference","S3Origin","Comment","TrustedSigners","Enabled"],members:{CallerReference:{},S3Origin:{shape:"S2f"},Aliases:{shape:"S8"},Comment:{},Logging:{type:"structure",required:["Enabled","Bucket","Prefix"],members:{Enabled:{type:"boolean"},Bucket:{},Prefix:{}}},TrustedSigners:{shape:"Sy"},PriceClass:{},Enabled:{type:"boolean"}}},S2f:{type:"structure",required:["DomainName","OriginAccessIdentity"],members:{DomainName:{},OriginAccessIdentity:{}}},S2i:{type:"structure",required:["Id","ARN","Status","DomainName","ActiveTrustedSigners","StreamingDistributionConfig"],members:{Id:{},ARN:{},Status:{},LastModifiedTime:{type:"timestamp"},DomainName:{},ActiveTrustedSigners:{shape:"S1u"},StreamingDistributionConfig:{shape:"S2e"}}},S3b:{type:"structure",required:["Marker","MaxItems","IsTruncated","Quantity"],members:{Marker:{},NextMarker:{},MaxItems:{type:"integer"},IsTruncated:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"DistributionSummary",type:"structure",required:["Id","ARN","Status","LastModifiedTime","DomainName","Aliases","Origins","DefaultCacheBehavior","CacheBehaviors","CustomErrorResponses","Comment","PriceClass","Enabled","ViewerCertificate","Restrictions","WebACLId","HttpVersion","IsIPV6Enabled"],members:{Id:{},ARN:{},Status:{},LastModifiedTime:{type:"timestamp"},DomainName:{},Aliases:{shape:"S8"},Origins:{shape:"Sb"},DefaultCacheBehavior:{shape:"Sn"},CacheBehaviors:{shape:"S1a"},CustomErrorResponses:{shape:"S1d"},Comment:{},PriceClass:{},Enabled:{type:"boolean"},ViewerCertificate:{shape:"S1i"},Restrictions:{shape:"S1m"},WebACLId:{},HttpVersion:{},IsIPV6Enabled:{type:"boolean"}}}}}}}}},UodH:function(e,t,r){"use strict";r.d(t,"c",function(){return c}),r.d(t,"b",function(){return u}),r.d(t,"a",function(){return l});var n=r("mrSG"),i=r("Wf4p"),o="accent",a="primary",s=["mat-button","mat-flat-button","mat-icon-button","mat-raised-button","mat-stroked-button","mat-mini-fab","mat-fab"],u=function(e){function t(t,r,n,i){var u=e.call(this,t)||this;u._platform=r,u._focusMonitor=n,u._animationMode=i,u.isRoundButton=u._hasHostAttributes("mat-fab","mat-mini-fab"),u.isIconButton=u._hasHostAttributes("mat-icon-button");for(var l=0,c=s;lc;)if((s=u[c++])!=s)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===r)return e||c||0;return!e&&-1}}},W0Ae:function(e,t,r){"use strict";r.d(t,"a",function(){return u});var n=r("mrSG"),i=r("isby"),o=r("IUTb"),a=r("MGBS"),s=r("zotm");function u(){for(var e=[],t=0;t0?r:e},e}(),_=new n.InjectionToken("mat-date-formats"),D="undefined"!=typeof Intl,T={long:["January","February","March","April","May","June","July","August","September","October","November","December"],short:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"]},k=x(31,function(e){return String(e+1)}),A={long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],narrow:["S","M","T","W","T","F","S"]},R=/^\d{4}-\d{2}-\d{2}(?:T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))?)?$/;function x(e,t){for(var r=Array(e),n=0;n11)throw Error('Invalid month index "'+t+'". Month index has to be between 0 and 11.');if(r<1)throw Error('Invalid date "'+r+'". Date has to be greater than 0.');var n=this._createDateWithOverflow(e,t,r);if(n.getMonth()!=t)throw Error('Invalid date "'+r+'" for month with index "'+t+'".');return n},t.prototype.today=function(){return new Date},t.prototype.parse=function(e){return"number"==typeof e?new Date(e):e?new Date(Date.parse(e)):null},t.prototype.format=function(e,t){if(!this.isValid(e))throw Error("NativeDateAdapter: Cannot format invalid date.");if(D){this._clampDate&&(e.getFullYear()<1||e.getFullYear()>9999)&&(e=this.clone(e)).setFullYear(Math.max(1,Math.min(9999,e.getFullYear()))),t=Object(i.__assign)({},t,{timeZone:"utc"});var r=new Intl.DateTimeFormat(this.locale,t);return this._stripDirectionalityCharacters(this._format(r,e))}return this._stripDirectionalityCharacters(e.toDateString())},t.prototype.addCalendarYears=function(e,t){return this.addCalendarMonths(e,12*t)},t.prototype.addCalendarMonths=function(e,t){var r=this._createDateWithOverflow(this.getYear(e),this.getMonth(e)+t,this.getDate(e));return this.getMonth(r)!=((this.getMonth(e)+t)%12+12)%12&&(r=this._createDateWithOverflow(this.getYear(r),this.getMonth(r),0)),r},t.prototype.addCalendarDays=function(e,t){return this._createDateWithOverflow(this.getYear(e),this.getMonth(e),this.getDate(e)+t)},t.prototype.toIso8601=function(e){return[e.getUTCFullYear(),this._2digit(e.getUTCMonth()+1),this._2digit(e.getUTCDate())].join("-")},t.prototype.deserialize=function(t){if("string"==typeof t){if(!t)return null;if(R.test(t)){var r=new Date(t);if(this.isValid(r))return r}}return e.prototype.deserialize.call(this,t)},t.prototype.isDateInstance=function(e){return e instanceof Date},t.prototype.isValid=function(e){return!isNaN(e.getTime())},t.prototype.invalid=function(){return new Date(NaN)},t.prototype._createDateWithOverflow=function(e,t,r){var n=new Date(e,t,r);return e>=0&&e<100&&n.setFullYear(this.getYear(n)-1900),n},t.prototype._2digit=function(e){return("00"+e).slice(-2)},t.prototype._stripDirectionalityCharacters=function(e){return e.replace(/[\u200e\u200f]/g,"")},t.prototype._format=function(e,t){var r=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return e.format(r)},t}(C),E={parse:{dateInput:null},display:{dateInput:{year:"numeric",month:"numeric",day:"numeric"},monthYearLabel:{year:"numeric",month:"short"},dateA11yLabel:{year:"numeric",month:"long",day:"numeric"},monthYearA11yLabel:{year:"numeric",month:"long"}}},P=function(){},M=function(){},q=function(){function e(){}return e.prototype.isErrorState=function(e,t){return!!(e&&e.invalid&&(e.touched||t&&t.submitted))},e.ngInjectableDef=Object(n.defineInjectable)({factory:function(){return new e},token:e,providedIn:"root"}),e}(),O=new n.InjectionToken("MAT_HAMMER_OPTIONS"),L=["longpress","slide","slidestart","slideend","slideright","slideleft"],B={on:function(){},off:function(){}},F=function(e){function t(t,r){var n=e.call(this)||this;return n._hammerOptions=t,n.events=L,r&&r._checkHammerIsAvailable(),n}return Object(i.__extends)(t,e),t.prototype.buildHammer=function(e){var t="undefined"!=typeof window?window.Hammer:null;if(!t)return B;var r=new t(e,this._hammerOptions||void 0),n=new t.Pan,i=new t.Swipe,o=new t.Press,a=this._createRecognizer(n,{event:"slide",threshold:0},i),s=this._createRecognizer(o,{event:"longpress",time:500});return n.recognizeWith(i),r.add([i,o,n,a,s]),r},t.prototype._createRecognizer=function(e,t){for(var r=[],n=2;n3&&this._setClass("mat-multi-line",!0)},e.prototype._resetClasses=function(){this._setClass("mat-2-line",!1),this._setClass("mat-3-line",!1),this._setClass("mat-multi-line",!1)},e.prototype._setClass=function(e,t){t?this._element.nativeElement.classList.add(e):this._element.nativeElement.classList.remove(e)},e}(),U=function(){},j=function(){var e={FADING_IN:0,VISIBLE:1,FADING_OUT:2,HIDDEN:3};return e[e.FADING_IN]="FADING_IN",e[e.VISIBLE]="VISIBLE",e[e.FADING_OUT]="FADING_OUT",e[e.HIDDEN]="HIDDEN",e}(),$=function(){function e(e,t,r){this._renderer=e,this.element=t,this.config=r,this.state=j.HIDDEN}return e.prototype.fadeOut=function(){this._renderer.fadeOutRipple(this)},e}(),W={enterDuration:450,exitDuration:400},z=800,H=function(){function e(e,t,r,n){var i=this;this._target=e,this._ngZone=t,this._isPointerDown=!1,this._triggerEvents=new Map,this._activeRipples=new Set,this._eventOptions=!!Object(u.d)()&&{passive:!0},this.onMousedown=function(e){var t=Object(c.k)(e),r=i._lastTouchStartEvent&&Date.now()r+n?Math.max(0,i-n+t):r}var se=function(){},ue=new n.InjectionToken("mat-label-global-options")},Wp8D:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("Sm/R"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.ngOnInit=function(){this.validator=o.minDate(this.minDate)},e.prototype.ngOnChanges=function(e){for(var t in e)"minDate"===t&&(this.validator=o.minDate(e[t].currentValue),this.onChange&&this.onChange())},e.prototype.validate=function(e){return this.validator(e)},e.prototype.registerOnValidatorChange=function(e){this.onChange=e},e.decorators=[{type:n.Directive,args:[{selector:"[minDate][formControlName],[minDate][formControl],[minDate][ngModel]",providers:[a]}]}],e.propDecorators={minDate:[{type:n.Input}]},e}();t.MinDateValidator=s},Wpui:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.devicefarm={},n.DeviceFarm=i.defineService("devicefarm",["2015-06-23"]),Object.defineProperty(o.services.devicefarm,"2015-06-23",{get:function(){var e=r("6Qwc");return e.paginators=r("G1lR").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.DeviceFarm},XKMD:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2017-01-06",endpointPrefix:"cur",jsonVersion:"1.1",protocol:"json",serviceFullName:"AWS Cost and Usage Report Service",serviceId:"Cost and Usage Report Service",signatureVersion:"v4",signingName:"cur",targetPrefix:"AWSOrigamiServiceGatewayService",uid:"cur-2017-01-06"},operations:{DeleteReportDefinition:{input:{type:"structure",members:{ReportName:{}}},output:{type:"structure",members:{ResponseMessage:{}}}},DescribeReportDefinitions:{input:{type:"structure",members:{MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{ReportDefinitions:{type:"list",member:{shape:"Sa"}},NextToken:{}}}},PutReportDefinition:{input:{type:"structure",required:["ReportDefinition"],members:{ReportDefinition:{shape:"Sa"}}},output:{type:"structure",members:{}}}},shapes:{Sa:{type:"structure",required:["ReportName","TimeUnit","Format","Compression","AdditionalSchemaElements","S3Bucket","S3Prefix","S3Region"],members:{ReportName:{},TimeUnit:{},Format:{},Compression:{},AdditionalSchemaElements:{type:"list",member:{}},S3Bucket:{},S3Prefix:{},S3Region:{},AdditionalArtifacts:{type:"list",member:{}}}}}}},XL4z:function(e){e.exports={pagination:{ListAssignmentsForHIT:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListBonusPayments:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListHITs:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListHITsForQualificationType:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListQualificationRequests:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListQualificationTypes:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListReviewPolicyResultsForHIT:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListReviewableHITs:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListWorkerBlocks:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListWorkersWithQualificationType:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"}}}},XlPw:function(e,t,r){"use strict";r.d(t,"a",function(){return i});var n=r("6blF");function i(e,t){return new n.a(t?function(r){return t.schedule(o,0,{error:e,subscriber:r})}:function(t){return t.error(e)})}function o(e){e.subscriber.error(e.error)}},Xmze:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.waf={},n.WAF=i.defineService("waf",["2015-08-24"]),Object.defineProperty(o.services.waf,"2015-08-24",{get:function(){var e=r("DLjP");return e.paginators=r("6QSQ").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.WAF},Xnjs:function(e){e.exports={pagination:{}}},XoME:function(e){e.exports={pagination:{ListCloudFrontOriginAccessIdentities:{input_token:"Marker",output_token:"CloudFrontOriginAccessIdentityList.NextMarker",limit_key:"MaxItems",more_results:"CloudFrontOriginAccessIdentityList.IsTruncated",result_key:"CloudFrontOriginAccessIdentityList.Items"},ListDistributions:{input_token:"Marker",output_token:"DistributionList.NextMarker",limit_key:"MaxItems",more_results:"DistributionList.IsTruncated",result_key:"DistributionList.Items"},ListInvalidations:{input_token:"Marker",output_token:"InvalidationList.NextMarker",limit_key:"MaxItems",more_results:"InvalidationList.IsTruncated",result_key:"InvalidationList.Items"},ListStreamingDistributions:{input_token:"Marker",output_token:"StreamingDistributionList.NextMarker",limit_key:"MaxItems",more_results:"StreamingDistributionList.IsTruncated",result_key:"StreamingDistributionList.Items"}}}},"Xwq/":function(e,t,r){"use strict";var n=r("FWf1"),i=r("p//D"),o=r("GiSu");t.toSubscriber=function(e,t,r){if(e){if(e instanceof n.Subscriber)return e;if(e[i.rxSubscriber])return e[i.rxSubscriber]()}return e||t||r?new n.Subscriber(e,t,r):new n.Subscriber(o.empty)}},Y2TD:function(e){e.exports={version:"2.0",metadata:{uid:"iot-data-2015-05-28",apiVersion:"2015-05-28",endpointPrefix:"data.iot",protocol:"rest-json",serviceFullName:"AWS IoT Data Plane",serviceId:"IoT Data Plane",signatureVersion:"v4",signingName:"iotdata"},operations:{DeleteThingShadow:{http:{method:"DELETE",requestUri:"/things/{thingName}/shadow"},input:{type:"structure",required:["thingName"],members:{thingName:{location:"uri",locationName:"thingName"}}},output:{type:"structure",required:["payload"],members:{payload:{type:"blob"}},payload:"payload"}},GetThingShadow:{http:{method:"GET",requestUri:"/things/{thingName}/shadow"},input:{type:"structure",required:["thingName"],members:{thingName:{location:"uri",locationName:"thingName"}}},output:{type:"structure",members:{payload:{type:"blob"}},payload:"payload"}},Publish:{http:{requestUri:"/topics/{topic}"},input:{type:"structure",required:["topic"],members:{topic:{location:"uri",locationName:"topic"},qos:{location:"querystring",locationName:"qos",type:"integer"},payload:{type:"blob"}},payload:"payload"}},UpdateThingShadow:{http:{requestUri:"/things/{thingName}/shadow"},input:{type:"structure",required:["thingName","payload"],members:{thingName:{location:"uri",locationName:"thingName"},payload:{type:"blob"}},payload:"payload"},output:{type:"structure",members:{payload:{type:"blob"}},payload:"payload"}}},shapes:{}}},Y309:function(e,t){function r(e,t){if(!r.services.hasOwnProperty(e))throw new Error("InvalidService: Failed to load api for "+e);return r.services[e][t]}r.services={},e.exports=r},Y7ZC:function(e,t,r){var n=r("5T2Y"),i=r("WEpk"),o=r("2GTP"),a=r("NegM"),s=r("B+OT"),u=function(e,t,r){var l,c,p,m=e&u.F,d=e&u.G,h=e&u.S,y=e&u.P,f=e&u.B,b=e&u.W,g=d?i:i[t]||(i[t]={}),v=g.prototype,S=d?n:h?n[t]:(n[t]||{}).prototype;for(l in d&&(r=t),r)(c=!m&&S&&void 0!==S[l])&&s(g,l)||(p=c?S[l]:r[l],g[l]=d&&"function"!=typeof S[l]?r[l]:f&&c?o(p,n):b&&S[l]==p?function(e){var t=function(t,r,n){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,r)}return new e(t,r,n)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(p):y&&"function"==typeof p?o(Function.call,p):p,y&&((g.virtual||(g.virtual={}))[l]=p,e&u.R&&v&&!v[l]&&a(v,l,p)))};u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},Y8RH:function(e,t,r){var n=r("QsWE"),i=n.Protocol.Rest;n.Polly.Presigner=n.util.inherit({constructor:function(e){this.options=e=e||{},this.service=e.service,this.bindServiceObject(e),this._operations={}},bindServiceObject:function(e){if(e=e||{},this.service){var t=n.util.copy(this.service.config);this.service=new this.service.constructor.__super__(t),this.service.config.params=n.util.merge(this.service.config.params||{},e.params)}else this.service=new n.Polly(e)},modifyInputMembers:function(e){var t=n.util.copy(e);return t.members=n.util.copy(e.members),n.util.each(e.members,function(e,r){t.members[e]=n.util.copy(r),r.location&&"body"!==r.location||(t.members[e].location="querystring",t.members[e].locationName=e)}),t},convertPostToGet:function(e){e.httpRequest.method="GET";var t=e.service.api.operations[e.operation],r=this._operations[e.operation];r||(this._operations[e.operation]=r=this.modifyInputMembers(t.input));var n=i.generateURI(e.httpRequest.endpoint.path,t.httpPath,r,e.params);e.httpRequest.path=n,e.httpRequest.body="",delete e.httpRequest.headers["Content-Length"],delete e.httpRequest.headers["Content-Type"]},getSynthesizeSpeechUrl:function(e,t,r){var n=this,i=this.service.makeRequest("synthesizeSpeech",e);return i.removeAllListeners("build"),i.on("build",function(e){n.convertPostToGet(e)}),i.presign(t,r)}})},YHbO:function(e){e.exports={country_phone_code_to_countries:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],800:["001"],808:["001"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],870:["001"],878:["001"],880:["BD"],881:["001"],882:["001"],883:["001"],886:["TW"],888:["001"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],979:["001"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","[46]\\d{4}|[01589]\\d{5}"],AD:["376","[16]\\d{5,8}|[37-9]\\d{5}",[["(\\d{3})(\\d{3})","$1 $2",["[137-9]|6[0-8]"]],["(\\d{4})(\\d{4})","$1 $2",["180","180[02]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["690"]]]],AE:["971","[2-79]\\d{7,8}|800\\d{2,9}",[["([2-4679])(\\d{3})(\\d{4})","$1 $2 $3",["[2-4679][2-8]"]],["(5\\d)(\\d{3})(\\d{4})","$1 $2 $3",["5"]],["([479]00)(\\d)(\\d{5})","$1 $2 $3",["[479]00"],"$1"],["([68]00)(\\d{2,9})","$1 $2",["[68]00"],"$1"]],"0","0$1"],AF:["93","[2-7]\\d{8}",[["([2-7]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"]]],"0","0$1"],AG:["1","[2589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"268"],AI:["1","[2589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"264"],AL:["355","[2-57]\\d{7}|6\\d{8}|8\\d{5,7}|9\\d{5}",[["(4)(\\d{3})(\\d{4})","$1 $2 $3",["4[0-6]"]],["(6\\d)(\\d{3})(\\d{4})","$1 $2 $3",["6"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4[7-9]"]],["(\\d{3})(\\d{3,5})","$1 $2",["[235][16-9]|[79]|8[016-9]"]]],"0","0$1"],AM:["374","[1-9]\\d{7}",[["(\\d{2})(\\d{6})","$1 $2",["1|47"]],["(\\d{2})(\\d{6})","$1 $2",["4[1349]|[5-7]|88|9[1-9]"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23]"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8|90"],"0 $1"]],"0","(0$1)"],AO:["244","[29]\\d{8}",[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3"]]],AR:["54","11\\d{8}|[2368]\\d{9}|9\\d{10}",[["([68]\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"]],["(9)(11)(\\d{4})(\\d{4})","$2 15-$3-$4",["911"],null,null,"$1 $2 $3-$4"],["(9)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9(?:2[2-4689]|3[3-8])","9(?:2(?:2[013]|3[067]|49|6[01346]|8|9[147-9])|3(?:36|4[1-358]|5[138]|6|7[069]|8[013578]))","9(?:2(?:2(?:0[013-9]|[13])|3(?:0[013-9]|[67])|49|6(?:[0136]|4[0-59])|8|9(?:[19]|44|7[013-9]|8[14]))|3(?:36|4(?:[12]|3[4-6]|[58]4)|5(?:1|3[0-24-689]|8[46])|6|7[069]|8(?:[01]|34|[578][45])))","9(?:2(?:2(?:0[013-9]|[13])|3(?:0[013-9]|[67])|49|6(?:[0136]|4[0-59])|8|9(?:[19]|44|7[013-9]|8[14]))|3(?:36|4(?:[12]|3(?:4|5[014]|6[1-39])|[58]4)|5(?:1|3[0-24-689]|8[46])|6|7[069]|8(?:[01]|34|[578][45])))"],null,null,"$1 $2 $3-$4"],["(9)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9[23]"],null,null,"$1 $2 $3-$4"],["(11)(\\d{4})(\\d{4})","$1 $2-$3",["11"],null,"true"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["2(?:2[013]|3[067]|49|6[01346]|8|9[147-9])|3(?:36|4[1-358]|5[138]|6|7[069]|8[013578])","2(?:2(?:0[013-9]|[13])|3(?:0[013-9]|[67])|49|6(?:[0136]|4[0-59])|8|9(?:[19]|44|7[013-9]|8[14]))|3(?:36|4(?:[12]|3[4-6]|[58]4)|5(?:1|3[0-24-689]|8[46])|6|7[069]|8(?:[01]|34|[578][45]))","2(?:2(?:0[013-9]|[13])|3(?:0[013-9]|[67])|49|6(?:[0136]|4[0-59])|8|9(?:[19]|44|7[013-9]|8[14]))|3(?:36|4(?:[12]|3(?:4|5[014]|6[1-39])|[58]4)|5(?:1|3[0-24-689]|8[46])|6|7[069]|8(?:[01]|34|[578][45]))"],null,"true"],["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["[23]"],null,"true"]],"0","0$1","0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))?15)?","9$1"],AS:["1","[5689]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"684"],AT:["43","[1-9]\\d{3,12}",[["(116\\d{3})","$1",["116"],"$1"],["(1)(\\d{3,12})","$1 $2",["1"]],["(5\\d)(\\d{3,5})","$1 $2",["5[079]"]],["(5\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["5[079]"]],["(5\\d)(\\d{4})(\\d{4,7})","$1 $2 $3",["5[079]"]],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:[28]0|32)|[89]"]],["(\\d{4})(\\d{3,9})","$1 $2",["2|3(?:1[1-578]|[3-8])|4[2378]|5[2-6]|6(?:[12]|4[1-9]|5[468])|7(?:[24][1-8]|35|[5-79])"]]],"0","0$1"],AU:["61","1\\d{4,9}|[2-578]\\d{8}",[["([2378])(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|[45]"],"0$1"],["(16)(\\d{3,4})","$1 $2",["16"],"0$1"],["(16)(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(1[389]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["1[389]0","1(?:[38]0|9)0"]],["(180)(2\\d{3})","$1 $2",["180","1802"]],["(19\\d)(\\d{3})","$1 $2",["19[13]"]],["(19\\d{2})(\\d{4})","$1 $2",["19[679]"]],["(13)(\\d{2})(\\d{2})","$1 $2 $3",["13[1-9]"]]],"0",null,null,null,null,null,["[237]\\d{8}|8(?:51(?:0(?:0[03-9]|[1247]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-6])|1(?:1[69]|[23]\\d|4[0-4]))|[6-8]\\d{4}|9(?:[02-9]\\d{3}|1(?:[0-57-9]\\d{2}|6[0135-9]\\d)))\\d{3}","14(?:5\\d|71)\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[6-9]|7[02-9]|8[12457-9]|9[017-9])\\d{6}","180(?:0\\d{3}|2)\\d{3}","19(?:0[0126]\\d|[679])\\d{5}","500\\d{6}",null,null,"16\\d{3,7}","550\\d{6}","13(?:00\\d{3}|45[0-4]|\\d)\\d{3}"]],AW:["297","[25-9]\\d{6}",[["(\\d{3})(\\d{4})","$1 $2"]]],AX:["358","1\\d{5,11}|[35]\\d{5,9}|2\\d{4,9}|4\\d{5,10}|6\\d{7,9}|7\\d{4,9}|8\\d{6,9}",[["(\\d{3})(\\d{3,7})","$1 $2",["(?:[1-3]0|[6-8])0"]],["(75\\d{3})","$1",["75[12]"]],["(116\\d{3})","$1",["116"],"$1"],["(\\d{2})(\\d{4,10})","$1 $2",["[14]|2[09]|50|7[135]"]],["(\\d)(\\d{4,11})","$1 $2",["[25689][1-8]|3"]]],"0",null,null,null,null,null,["18[1-8]\\d{3,9}","4\\d{5,10}|50\\d{4,8}","800\\d{4,7}","[67]00\\d{5,6}",null,null,"[13]0\\d{4,8}|2(?:0(?:[016-8]\\d{3,7}|[2-59]\\d{2,7})|9\\d{4,8})|60(?:[12]\\d{5,6}|6\\d{7})|7(?:1\\d{7}|3\\d{8}|5[03-9]\\d{2,7})"]],AZ:["994","[1-9]\\d{8}",[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2(?:[0-36]|[45]2)|365"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[4-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"]],"0","(0$1)"],BA:["387","[3-9]\\d{7,8}",[["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-356]|[7-9]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6[047]"]]],"0","0$1"],BB:["1","[2589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"246"],BD:["880","[2-79]\\d{5,9}|1\\d{9}|8[0-7]\\d{4,8}",[["(2)(\\d{7,8})","$1-$2",["2"]],["(\\d{2})(\\d{4,6})","$1-$2",["[3-79]1"]],["(\\d{4})(\\d{3,6})","$1-$2",["1|3(?:0|[2-58]2)|4(?:0|[25]2|3[23]|[4689][25])|5(?:[02-578]2|6[25])|6(?:[0347-9]2|[26][25])|7[02-9]2|8(?:[023][23]|[4-7]2)|9(?:[02][23]|[458]2|6[016])"]],["(\\d{3})(\\d{3,7})","$1-$2",["[3-79][2-9]|8"]]],"0","0$1"],BE:["32","[1-9]\\d{7,8}",[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4[6-9]"]],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[23]|4[23]|9[2-4]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[156]|7[018]|8(?:0[1-9]|[1-79])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"]]],"0","0$1"],BF:["226","[25-7]\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]]],BG:["359","[23567]\\d{5,7}|[489]\\d{6,8}",[["(2)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"]],["(2)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"]],["(\\d{3})(\\d{4})","$1 $2",["43[124-7]|70[1-9]"]],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[124-7]|70[1-9]"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[78]00"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["99[69]"]],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"]],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["48|8[7-9]|9[08]"]]],"0","0$1"],BH:["973","[136-9]\\d{7}",[["(\\d{4})(\\d{4})","$1 $2"]]],BI:["257","[267]\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]]],BJ:["229","[2689]\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"]]]],BL:["590","[56]\\d{8}",[["([56]\\d{2})(\\d{2})(\\d{4})","$1 $2-$3",["590|69[01]"]]],"0",null,null,null,null,null,["590(?:2[7-9]|5[12]|87)\\d{4}","69(?:0\\d{2}|1(?:2[29]|3[0-5]))\\d{4}"]],BM:["1","[4589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"441"],BN:["673","[2-578]\\d{6}",[["([2-578]\\d{2})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","[23467]\\d{7}|8\\d{8}",[["([234])(\\d{7})","$1 $2",["[2-4]"]],["([67]\\d{7})","$1",["[67]"]],["(800)(\\d{2})(\\d{4})","$1 $2 $3",["800"]]],"0",null,"0(1\\d)?"],BQ:["599","[347]\\d{6}",[["(\\d{3})(\\d{4})","$1 $2",["[13-7]"]],["(9)(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],null,null,null,null,null,null,["(?:318[023]|41(?:6[023]|70)|7(?:1[578]|50)\\d)\\d{3}","(?:31(?:8[14-8]|9[14578])|416[145-9]|7(?:0[01]|7[07]|8\\d|9[056])\\d)\\d{3}"]],BR:["55","[1-46-9]\\d{7,10}|5(?:[0-4]\\d{7,9}|5(?:[2-8]\\d{7}|9\\d{7,8}))",[["(\\d{4})(\\d{4})","$1-$2",["300|40[02]","300|40(?:0|20)"]],["([3589]00)(\\d{2,3})(\\d{4})","$1 $2 $3",["[3589]00"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["[1-9][1-9]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[1-9][1-9]9"],"($1)"]],"0",null,"0(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","[2589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"242"],BT:["975","[1-8]\\d{6,7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1|77"]],["([2-8])(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]]]],BW:["267","[2-79]\\d{6,7}",[["(\\d{3})(\\d{4})","$1 $2",["[2-6]"]],["(7\\d)(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(90)(\\d{5})","$1 $2",["90"]]]],BY:["375","[1-4]\\d{8}|8(?:0(?:0\\d{3,7}|[13]\\d{7})|(?:10|20\\d)\\d{7})|9\\d{9,10}",[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["17[0-3589]|2[4-9]|[34]","17(?:[02358]|1[0-2]|9[0189])|2[4-9]|[34]"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:5[24]|6[235]|7[467])|2(?:1[246]|2[25]|3[26])","1(?:5[24]|6(?:2|3[04-9]|5[0346-9])|7(?:[46]|7[37-9]))|2(?:1[246]|2[25]|3[26])"],"8 0$1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["([89]\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8[01]|9"],"8 $1"],["(82\\d)(\\d{4})(\\d{4})","$1 $2 $3",["82"],"8 $1"],["(800)(\\d{3})","$1 $2",["800"],"8 $1"],["(800)(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"]],"8",null,"8?0?"],BZ:["501","[2-8]\\d{6}|0\\d{10}",[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(0)(800)(\\d{4})(\\d{3})","$1-$2-$3-$4",["080","0800"]]]],CA:["1","[2-9]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,null,["(?:2(?:04|[23]6|[48]9|50)|3(?:06|43|65)|4(?:03|1[68]|3[178]|50)|5(?:06|1[49]|48|79|8[17])|6(?:0[04]|13|22|39|47)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}",null,"8(?:00|33|44|55|66|77|88)[2-9]\\d{6}","900[2-9]\\d{6}","5(?:(?:00|22|33|44|66|77|88)[2-9]|21[23])\\d{6}"]],CC:["61","[1458]\\d{5,9}",[["([2378])(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|[45]"],"0$1"],["(16)(\\d{3,4})","$1 $2",["16"],"0$1"],["(16)(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(1[389]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["1[389]0","1(?:[38]0|9)0"]],["(180)(2\\d{3})","$1 $2",["180","1802"]],["(19\\d)(\\d{3})","$1 $2",["19[13]"]],["(19\\d{2})(\\d{4})","$1 $2",["19[679]"]],["(13)(\\d{2})(\\d{2})","$1 $2 $3",["13[1-9]"]]],"0",null,null,null,null,null,["8(?:51(?:0(?:02|31|60)|118)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:08|22|68)|4[29]8|62\\d|70[23]|959))\\d{3}","14(?:5\\d|71)\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[6-9]|7[02-9]|8[12547-9]|9[017-9])\\d{6}","180(?:0\\d{3}|2)\\d{3}","19(?:0[0126]\\d|[679])\\d{5}","500\\d{6}",null,null,null,"550\\d{6}","13(?:00\\d{2})?\\d{4}"]],CD:["243","[2-6]\\d{6}|[18]\\d{6,8}|9\\d{8}",[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["12"]],["([89]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8[0-2459]|9"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"]],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"]]],"0","0$1"],CF:["236","[278]\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]]],CG:["242","[028]\\d{8}",[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["801"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["800"]]]],CH:["41","[2-9]\\d{8}|860\\d{9}",[["([2-9]\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]|[89]1"]],["([89]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["860"]]],"0","0$1"],CI:["225","[02-8]\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]]],CK:["682","[2-8]\\d{4}",[["(\\d{2})(\\d{3})","$1 $2"]]],CL:["56","1230\\d{7}|[2-46-9]\\d{8,10}|5[1-3578]\\d{7}",[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[23]"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[357]|4[1-35]|6[13-57]"],"($1)"],["(9)(\\d{4})(\\d{4})","$1 $2 $3",["9"]],["(44)(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["([68]00)(\\d{3})(\\d{3,4})","$1 $2 $3",["[68]00"],"$1"],["(600)(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["600"],"$1"],["(1230)(\\d{3})(\\d{4})","$1 $2 $3",["123","1230"],"$1"],["(\\d{5})(\\d{4})","$1 $2",["219"],"($1)"]],"0","0$1","0|(1(?:1[0-69]|2[0-57]|5[13-58]|69|7[0167]|8[018]))"],CM:["237","[2368]\\d{7,8}",[["([26])(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[23]|88"]]]],CN:["86","[1-7]\\d{6,11}|8[0-357-9]\\d{6,9}|9\\d{7,10}",[["([48]00)(\\d{3})(\\d{4})","$1 $2 $3",["[48]00"]],["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2\\d)[19]","(?:10|2\\d)(?:10|9[56])","(?:10|2\\d)(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["[3-9]","[3-9]\\d\\d[19]","[3-9]\\d\\d(?:10|9[56])"],"0$1"],["(21)(\\d{4})(\\d{4,6})","$1 $2 $3",["21"],"0$1","true"],["([12]\\d)(\\d{4})(\\d{4})","$1 $2 $3",["10[1-9]|2[02-9]","10[1-9]|2[02-9]","10(?:[1-79]|8(?:0[1-9]|[1-9]))|2[02-9]"],"0$1","true"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:1[02-9]|35|49|5|7[02-68]|9[1-68])|4(?:1[02-9]|2[179]|[35][2-9]|6[47-9]|7|8[23])|5(?:3[03-9]|4[36]|5[02-9]|6[1-46]|7[028]|80|9[2-46-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[04-9]|4[3-6]|6[2368])|8(?:1[236-8]|2[5-7]|3|5[1-9]|7[02-9]|8[36-8]|9[1-7])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])"],"0$1","true"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["3(?:11|7[179])|4(?:[15]1|3[1-35])|5(?:1|2[37]|3[12]|51|7[13-79]|9[15])|7(?:[39]1|5[457]|6[09])|8(?:[57]1|98)"],"0$1","true"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["807","8078"],"0$1","true"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1(?:[3-57-9]|66)"]],["(10800)(\\d{3})(\\d{4})","$1 $2 $3",["108","1080","10800"]],["(\\d{3})(\\d{7,8})","$1 $2",["950"]]],"0",null,"(1(?:[129]\\d{3}|79\\d{2}))|0"],CO:["57","(?:[13]\\d{0,3}|[24-8])\\d{7}",[["(\\d)(\\d{7})","$1 $2",["1(?:[2-7]|8[2-9]|9[0-3])|[24-8]","1(?:[2-7]|8[2-9]|9(?:09|[1-3]))|[24-8]"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3"]],["(1)(\\d{3})(\\d{7})","$1-$2-$3",["1(?:80|9[04])","1(?:800|9(?:0[01]|4[78]))"],"0$1",null,"$1 $2 $3"]],"0",null,"0([3579]|4(?:44|56))?"],CR:["506","[24-9]\\d{7,9}",[["(\\d{4})(\\d{4})","$1 $2",["[24-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]0"]]],null,null,"(19(?:0[012468]|1[09]|20|66|77|99))"],CU:["53","[2-57]\\d{5,7}",[["(\\d)(\\d{6,7})","$1 $2",["7"]],["(\\d{2})(\\d{4,6})","$1 $2",["[2-4]"]],["(\\d)(\\d{7})","$1 $2",["5"],"0$1"]],"0","(0$1)"],CV:["238","[259]\\d{6}",[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3"]]],CW:["599","[134679]\\d{6,7}",[["(\\d{3})(\\d{4})","$1 $2",["[13-7]"]],["(9)(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],null,null,null,null,null,null,["9(?:[48]\\d{2}|50\\d|7(?:2[0-24]|[34]\\d|6[35-7]|77|8[7-9]))\\d{4}","9(?:5(?:[12467]\\d|3[01])|6(?:[15-9]\\d|3[01]))\\d{4}",null,null,null,null,null,"955\\d{5}",null,"60[0-2]\\d{4}"]],CX:["61","[1458]\\d{5,9}",[["([2378])(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|[45]"],"0$1"],["(16)(\\d{3,4})","$1 $2",["16"],"0$1"],["(16)(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(1[389]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["1[389]0","1(?:[38]0|9)0"]],["(180)(2\\d{3})","$1 $2",["180","1802"]],["(19\\d)(\\d{3})","$1 $2",["19[13]"]],["(19\\d{2})(\\d{4})","$1 $2",["19[679]"]],["(13)(\\d{2})(\\d{2})","$1 $2 $3",["13[1-9]"]]],"0",null,null,null,null,null,["8(?:51(?:0(?:01|30|59)|117)|91(?:00[6-9]|1(?:21|49|78|81)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}","14(?:5\\d|71)\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[6-9]|7[02-9]|8[12547-9]|9[017-9])\\d{6}","180(?:0\\d{3}|2)\\d{3}","19(?:0[0126]\\d|[679])\\d{5}","500\\d{6}",null,null,null,"550\\d{6}","13(?:00\\d{2})?\\d{4}"]],CY:["357","[257-9]\\d{7}",[["(\\d{2})(\\d{6})","$1 $2"]]],CZ:["420","[2-8]\\d{8}|9\\d{8,11}",[["([2-9]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(96\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["96"]],["(9\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9[36]"]]]],DE:["49","[1-35-9]\\d{3,14}|4(?:[0-8]\\d{3,12}|9(?:[0-37]\\d|4(?:[1-35-8]|4\\d?)|5\\d{1,2}|6[1-8]\\d?)\\d{2,8})",[["(1\\d{2})(\\d{7,8})","$1 $2",["1[67]"]],["(15\\d{3})(\\d{6})","$1 $2",["15[0568]"]],["(1\\d{3})(\\d{7})","$1 $2",["15"]],["(\\d{2})(\\d{3,11})","$1 $2",["3[02]|40|[68]9"]],["(\\d{3})(\\d{3,11})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14]|[4-9]1)|3(?:[35-9][15]|4[015])|[4-8][1-9]1|9(?:06|[1-9]1)"]],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|[7-9](?:0[1-9]|[1-9])","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|[46][1246]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|3[1357]|4[13578]|6[1246]|7[1356]|9[1346])|5(?:0[14]|2[1-3589]|3[1357]|[49][1246]|6[1-4]|7[1346]|8[13568])|6(?:0[356]|2[1-489]|3[124-6]|4[1347]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|3[1357]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|4[1347]|6[0135-9]|7[1467]|8[136])|9(?:0[12479]|2[1358]|3[1357]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|[7-9](?:0[1-9]|[1-9])"]],["(3\\d{4})(\\d{1,10})","$1 $2",["3"]],["(800)(\\d{7,12})","$1 $2",["800"]],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:37|80)|900","1(?:37|80)|900[1359]"]],["(1\\d{2})(\\d{5,11})","$1 $2",["181"]],["(18\\d{3})(\\d{6})","$1 $2",["185","1850","18500"]],["(18\\d{2})(\\d{7})","$1 $2",["18[68]"]],["(18\\d)(\\d{8})","$1 $2",["18[2-579]"]],["(700)(\\d{4})(\\d{4})","$1 $2 $3",["700"]],["(138)(\\d{4})","$1 $2",["138"]],["(15[013-68])(\\d{2})(\\d{8})","$1 $2 $3",["15[013-68]"]],["(15[279]\\d)(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"]],["(1[67]\\d)(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"]]],"0","0$1"],DJ:["253","[27]\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]]],DK:["45","[2-9]\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]]],DM:["1","[57-9]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"767"],DO:["1","[589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"8[024]9"],DZ:["213","(?:[1-4]|[5-9]\\d)\\d{7}",[["([1-4]\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"]],["([5-8]\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"]],["(9\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"]]],"0","0$1"],EC:["593","1\\d{9,10}|[2-8]\\d{7}|9\\d{8}",[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[247]|[356][2-8]"],null,null,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(1800)(\\d{3})(\\d{3,4})","$1 $2 $3",["180","1800"],"$1"]],"0","(0$1)"],EE:["372","[3-9]\\d{6,7}|800\\d{6,7}",[["([3-79]\\d{2})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]"]],["(70)(\\d{2})(\\d{4})","$1 $2 $3",["70"]],["(8000)(\\d{3})(\\d{3})","$1 $2 $3",["800","8000"]],["([458]\\d{3})(\\d{3,4})","$1 $2",["40|5|8(?:00|[1-5])","40|5|8(?:00[1-9]|[1-5])"]]]],EG:["20","1\\d{4,9}|[24-6]\\d{8}|3\\d{7}|[89]\\d{8,9}",[["(\\d)(\\d{7,8})","$1 $2",["[23]"]],["(\\d{2})(\\d{6,7})","$1 $2",["1(?:3|5[239])|[4-6]|[89][2-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1[0-25]|[89]00"]]],"0","0$1"],EH:["212","[5-9]\\d{8}",[["([5-7]\\d{2})(\\d{6})","$1-$2",["5(?:2[015-7]|3[0-4])|[67]"]],["([58]\\d{3})(\\d{5})","$1-$2",["5(?:2[2-489]|3[5-9]|92)|892","5(?:2(?:[2-48]|9[0-7])|3(?:[5-79]|8[0-7])|924)|892"]],["(5\\d{4})(\\d{4})","$1-$2",["5(?:29|38)","5(?:29|38)[89]"]],["([5]\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:4[067]|5[03])"]],["(8[09])(\\d{7})","$1-$2",["8(?:0|9[013-9])"]]],"0",null,null,null,null,"528[89]"],ER:["291","[178]\\d{6}",[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3"]],"0","0$1"],ES:["34","[5-9]\\d{8}",[["([89]00)(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["([5-9]\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[568]|[79][0-8]"]]]],ET:["251","[1-59]\\d{8}",[["([1-59]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[1-59]"]]],"0","0$1"],FI:["358","1\\d{4,11}|[2-9]\\d{4,10}",[["(\\d{3})(\\d{3,7})","$1 $2",["(?:[1-3]0|[6-8])0"]],["(75\\d{3})","$1",["75[12]"]],["(116\\d{3})","$1",["116"],"$1"],["(\\d{2})(\\d{4,10})","$1 $2",["[14]|2[09]|50|7[135]"]],["(\\d)(\\d{4,11})","$1 $2",["[25689][1-8]|3"]]],"0","0$1",null,null,null,null,["1(?:[3569][1-8]\\d{3,9}|[47]\\d{5,10})|2[1-8]\\d{3,9}|3(?:[1-8]\\d{3,9}|9\\d{4,8})|[5689][1-8]\\d{3,9}","4(?:[0-8]\\d{4,9}|9\\d{3,8})|50\\d{4,8}","800\\d{4,7}","[67]00\\d{5,6}",null,null,"[13]0\\d{4,8}|2(?:0(?:[016-8]\\d{3,7}|[2-59]\\d{2,7})|9\\d{4,8})|60(?:[12]\\d{5,6}|6\\d{7})|7(?:1\\d{7}|3\\d{8}|5[03-9]\\d{3,7})"]],FJ:["679","[2-9]\\d{6}|0\\d{10}",[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]]],FK:["500","[2-7]\\d{4}"],FM:["691","[39]\\d{6}",[["(\\d{3})(\\d{4})","$1 $2"]]],FO:["298","[2-9]\\d{5}",[["(\\d{6})","$1"]],null,null,"(10(?:01|[12]0|88))"],FR:["33","[1-9]\\d{8}",[["([1-79])(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"]],["(8\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"]],"0","0$1"],GA:["241","0?\\d{7}",[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]]]],GB:["44","\\d{7,10}",[["(7\\d{3})(\\d{6})","$1 $2",["7(?:[1-57-9]|62)","7(?:[1-57-9]|624)"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2|5[56]|7[06]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:[02-9]1|1)|3|9[018]"]],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"]],["(1\\d{3})(\\d{5,6})","$1 $2",["1"]],["(800)(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"]],["(845)(46)(4\\d)","$1 $2 $3",["845","8454","84546","845464"]],["(8\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8(?:4[2-5]|7[0-3])"]],["(80\\d)(\\d{3})(\\d{4})","$1 $2 $3",["80"]],["(800)(\\d{6})","$1 $2",["800"]]],"0","0$1",null,null,null,null,["2(?:0[01378]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{7}|1(?:1(?:3[0-48]|[46][0-4]|5[0-26-9]|[78][0-49])|21[0-7]|31[0-8]|[4-69]1\\d)\\d{6}|1(?:2(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)|3(?:0\\d|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[28][02-57-9]|[37]\\d|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|2[024-9]|3[015689]|4[02-9]|5[03-9]|6\\d|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0124578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|8\\d|9[2-57]))\\d{6}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[345])))|3(?:638[2-5]|647[23]|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[123]))|5(?:24(?:3[2-79]|6\\d)|276\\d|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[567]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|955[0-4])|7(?:26(?:6[13-9]|7[0-7])|442\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|84(?:3[2-58]))|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}|176888[2-46-8]\\d{2}|16977[23]\\d{3}","7(?:[1-3]\\d{3}|4(?:[0-46-9]\\d{2}|5(?:[0-689]\\d|7[0-57-9]))|5(?:0[0-8]|[13-9]\\d|2[0-35-9])\\d|7(?:0(?:0[01]|[1-9]\\d)|[1-7]\\d{2}|8[02-9]\\d|9[0-689]\\d)|8(?:[014-9]\\d|[23][0-8])\\d|9(?:[024-9]\\d{2}|1(?:[02-9]\\d|1[028])|3[0-689]\\d))\\d{5}","80(?:0(?:1111|\\d{6,7})|8\\d{7})","(?:87[123]|9(?:[01]\\d|8[2349]))\\d{7}","70\\d{8}",null,"(?:3[0347]|55)\\d{8}","76(?:0[012]|2[356]|4[0134]|5[49]|6[0-369]|77|81|9[39])\\d{6}","56\\d{8}","8(?:4(?:5464\\d|[2-5]\\d{7})|70\\d{7})"]],GD:["1","[4589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"473"],GE:["995","[34578]\\d{8}",[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5"]]],"0"],GF:["594","[56]\\d{8}",[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]],"0","0$1"],GG:["44","[135789]\\d{6,9}",[["(7\\d{3})(\\d{6})","$1 $2",["7(?:[1-57-9]|62)","7(?:[1-57-9]|624)"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2|5[56]|7[06]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:[02-9]1|1)|3|9[018]"]],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"]],["(1\\d{3})(\\d{5,6})","$1 $2",["1"]],["(800)(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"]],["(845)(46)(4\\d)","$1 $2 $3",["845","8454","84546","845464"]],["(8\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8(?:4[2-5]|7[0-3])"]],["(80\\d)(\\d{3})(\\d{4})","$1 $2 $3",["80"]],["(800)(\\d{6})","$1 $2",["800"]]],"0",null,null,null,null,null,["1481[25-9]\\d{5}","7(?:781\\d|839\\d|911[17])\\d{5}","80(?:0(?:1111|\\d{6,7})|8\\d{7})","(?:87[123]|9(?:[01]\\d|8[0-3]))\\d{7}","70\\d{8}",null,"(?:3[0347]|55)\\d{8}","76(?:0[012]|2[356]|4[0134]|5[49]|6[0-369]|77|81|9[39])\\d{6}","56\\d{8}","8(?:4(?:5464\\d|[2-5]\\d{7})|70\\d{7})"]],GH:["233","[235]\\d{8}|8\\d{7}",[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{5})","$1 $2",["8"]]],"0","0$1"],GI:["350","[256]\\d{7}",[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","[1-689]\\d{5}",[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3"]]],GM:["220","[2-9]\\d{6}",[["(\\d{3})(\\d{4})","$1 $2"]]],GN:["224","[367]\\d{7,8}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","[56]\\d{8}",[["([56]\\d{2})(\\d{2})(\\d{4})","$1 $2-$3",["590|69[01]"]]],"0","0$1",null,null,null,null,["590(?:0[1-68]|1[0-2]|2[0-68]|3[1289]|4[0-24-9]|5[3-579]|6[0189]|7[08]|8[0-689]|9\\d)\\d{4}","69(?:0\\d{2}|1(?:2[29]|3[0-5]))\\d{4}"]],GQ:["240","[23589]\\d{8}",[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","[26-9]\\d{9}",[["([27]\\d)(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["2[2-9]1|[689]"]],["(2\\d{3})(\\d{6})","$1 $2",["2[2-9][02-9]"]]]],GT:["502","[2-7]\\d{7}|1[89]\\d{9}",[["(\\d{4})(\\d{4})","$1 $2",["[2-7]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","[5689]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"671"],GW:["245","(?:4(?:0\\d{5}|4\\d{7})|9\\d{8})",[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["44|9[5-7]"]],["(\\d{3})(\\d{4})","$1 $2",["40"]]]],GY:["592","[2-46-9]\\d{6}",[["(\\d{3})(\\d{4})","$1 $2"]]],HK:["852","[2-7]\\d{7}|8[0-3]\\d{6,7}|9\\d{4,10}",[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|[89](?:0[1-9]|[1-9])"]],["(800)(\\d{3})(\\d{3})","$1 $2 $3",["800"]],["(900)(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["900"]],["(900)(\\d{2,5})","$1 $2",["900"]]]],HN:["504","[237-9]\\d{7}",[["(\\d{4})(\\d{4})","$1-$2"]]],HR:["385","[1-7]\\d{5,8}|[89]\\d{6,8}",[["(1)(\\d{4})(\\d{3})","$1 $2 $3",["1"]],["([2-5]\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-5]"]],["(9\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["9"]],["(6[01])(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"]],["([67]\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[67]"]],["(80[01])(\\d{2})(\\d{2,3})","$1 $2 $3",["80[01]"]],["(80[01])(\\d{3})(\\d{3})","$1 $2 $3",["80[01]"]]],"0","0$1"],HT:["509","[2-489]\\d{7}",[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3"]]],HU:["36","[1-9]\\d{7,8}",[["(1)(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"]]],"06","($1)"],ID:["62","(?:[1-79]\\d{6,10}|8\\d{7,11})",[["(\\d{2})(\\d{5,8})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,8})","$1 $2",["2[035-9]|[36][02-9]|[4579]"],"(0$1)"],["(8\\d{2})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"]],["(8\\d{2})(\\d{4})(\\d{4,5})","$1-$2-$3",["8[1-35-9]"]],["(1)(500)(\\d{3})","$1 $2 $3",["150","1500"],"$1"],["(177)(\\d{6,8})","$1 $2",["177"]],["(800)(\\d{5,7})","$1 $2",["800"]],["(804)(\\d{3})(\\d{4})","$1 $2 $3",["804"]],["(80\\d)(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80[79]"]]],"0","0$1"],IE:["353","[124-9]\\d{6,9}",[["(1)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"]],["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"]],["(\\d{3})(\\d{5})","$1 $2",["40[24]|50[45]"]],["(48)(\\d{4})(\\d{4})","$1 $2 $3",["48"]],["(818)(\\d{3})(\\d{3})","$1 $2 $3",["818"]],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[24-69]|7[14]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["76|8[35-9]"],"0$1"],["(8\\d)(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8[35-9]5"],"0$1"],["(700)(\\d{3})(\\d{3})","$1 $2 $3",["700"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:5|8[059])","1(?:5|8[059]0)"],"$1"]],"0","(0$1)"],IL:["972","1\\d{6,11}|[2-589]\\d{3}(?:\\d{3,6})?|6\\d{3}|7\\d{6,9}",[["([2-489])(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["([57]\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(153)(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["153"]],["(1)([7-9]\\d{2})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(1255)(\\d{3})","$1-$2",["125","1255"]],["(1200)(\\d{3})(\\d{3})","$1-$2-$3",["120","1200"]],["(1212)(\\d{2})(\\d{2})","$1-$2-$3",["121","1212"]],["(1599)(\\d{6})","$1-$2",["159","1599"]],["(151)(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["151"]],["(\\d{4})","*$1",["[2-689]"]]],"0"],IM:["44","[135789]\\d{6,9}",[["(7\\d{3})(\\d{6})","$1 $2",["7(?:[1-57-9]|62)","7(?:[1-57-9]|624)"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2|5[56]|7[06]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:[02-9]1|1)|3|9[018]"]],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"]],["(1\\d{3})(\\d{5,6})","$1 $2",["1"]],["(800)(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"]],["(845)(46)(4\\d)","$1 $2 $3",["845","8454","84546","845464"]],["(8\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8(?:4[2-5]|7[0-3])"]],["(80\\d)(\\d{3})(\\d{4})","$1 $2 $3",["80"]],["(800)(\\d{6})","$1 $2",["800"]]],"0",null,null,null,null,null,["1624[5-8]\\d{5}","7(?:4576|[59]24\\d|624[0-4689])\\d{5}","808162\\d{4}","(?:872299|90[0167]624)\\d{4}","70\\d{8}",null,"3(?:08162\\d|3\\d{5}|4(?:40[49]06|5624\\d)|7(?:0624\\d|2299\\d))\\d{3}|55\\d{8}",null,"56\\d{8}","8(?:4(?:40[49]06|5624\\d)|70624\\d)\\d{3}"]],IN:["91","008\\d{9}|1\\d{7,12}|[2-9]\\d{9,10}",[["(\\d{8})","$1",["561","5616","56161"],"$1"],["(\\d{5})(\\d{5})","$1 $2",["6(?:[09]0|2[03689]|3[05-9])|7(?:[02-8]|19|9[037-9])|8(?:0[015-9]|[1-9])|9","6(?:[09]0|2(?:0[01]|39|60|8[0-2]|9[04])|3(?:0[01]|5[0-2]|60|7[05]|81|9[03-5]))|7(?:[07]|19[0-5]|2(?:[0235-9]|[14][017-9])|3(?:[025-9]|[134][017-9])|4(?:[0-35689]|[47][017-9])|5(?:[02-46-9]|[15][017-9])|6(?:[02-9]|1[0-257-9])|8(?:[0-79]|8[0189])|9(?:[089]|31|7[02-9]))|8(?:0(?:[01589]|6[67]|7[02-9])|1(?:[0-57-9]|6[07-9])|2(?:[014][07-9]|[235-9])|3(?:[03-57-9]|[126][07-9])|[45]|6(?:[02457-9]|[136][07-9])|7(?:[078][07-9]|[1-69])|8(?:[0-25-9]|3[07-9]|4[047-9])|9(?:[02-9]|1[027-9]))|9","6(?:[09]0|2(?:0[01]|39|60|8[0-2]|9[04])|3(?:0[01]|5[0-2]|60|7[05]|81|9[03-5]))|7(?:0|19[0-5]|2(?:[0235-79]|[14][017-9]|8(?:[0-69]|[78][089]))|3(?:[05-8]|1(?:[0189]|7[5-9])|2(?:[0-49][089]|[5-8])|3[017-9]|4(?:[07-9]|11)|9(?:[01689]|[2-5][089]|7[0189]))|4(?:[056]|1(?:[0135-9]|[24][089])|[29](?:[0-7][089]|[89])|3(?:[0-8][089]|9)|[47](?:[089]|11|7[02-8])|8(?:[0-24-7][089]|[389]))|5(?:[0346-9]|[15][017-9]|2(?:[03-9]|[12][089]))|6(?:[0346-9]|1[0-257-9]|2(?:[0-4]|[5-9][089])|5(?:[0-367][089]|[4589]))|7(?:0(?:[02-9]|1[089])|[1-9])|8(?:[0-79]|8(?:0[0189]|11|8[013-9]|9))|9(?:[089]|313|7(?:[02-8]|9[07-9])))|8(?:0(?:[01589]|6[67]|7(?:[02-8]|9[05-9]))|1(?:[02-57-9]|1(?:[0-35-9]|4[0-46-9])|6(?:[089]|7[02-8]))|2(?:0(?:[089]|7[02])|[14](?:[089]|7[02-8])|[235-9])|3(?:[03-57-9]|1(?:[089]|7[02-6])|2(?:[09]|77|8[0-689])|6(?:[089]|7[02-7]))|[45]|6(?:[02457-9]|[136](?:[089]|7[02-8]))|7(?:0[07-9]|[1-69]|[78](?:[089]|7[02-8]))|8(?:[0-25-9]|3(?:[089]|7[02-8])|4(?:[0489]|7[02-68]))|9(?:[02-9]|1(?:[0289]|7[2-6])))|9"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-9]|80[2-46]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[59][14]|[68][1-9]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1|9[15])|6(?:12|[2-4]1|5[17]|6[13]|7[14]|80)|7(?:12|2[14]|3[134]|4[47]|5[15]|[67]1|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[23579]|[468][1-9])|[2-8]"]],["(\\d{2})(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3 $4",["008"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],"$1"],["(\\d{4})(\\d{2})(\\d{4})","$1 $2 $3",["160","1600"],"$1"],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],"$1"],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["180","1800"],"$1"],["(\\d{4})(\\d{3,4})(\\d{4})","$1 $2 $3",["186","1860"],"$1"],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18[06]"],"$1"]],"0","0$1",null,null,!0],IO:["246","3\\d{6}",[["(\\d{3})(\\d{4})","$1 $2"]]],IQ:["964","[1-7]\\d{7,9}",[["(1)(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["([2-6]\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"]],["(7\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"]]],"0","0$1"],IR:["98","[1-8]\\d{5,9}|9(?:[0-4]\\d{8}|9\\d{8})",[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"]],["(\\d{2})(\\d{4,5})","$1 $2",["[1-8]"]],["(\\d{4,5})","$1",["96"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"]]],"0","0$1"],IS:["354","[4-9]\\d{6}|38\\d{7}",[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(3\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]]],IT:["39","[01589]\\d{5,10}|3(?:[12457-9]\\d{8}|[36]\\d{7,9})",[["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|55"]],["(0[26])(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(0[26])(\\d{4,6})","$1 $2",["0[26]"]],["(0\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[245])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|[45][0-4]))"]],["(0\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["0[13-57-9][2-46-8]"]],["(0\\d{3})(\\d{2,6})","$1 $2",["0[13-57-9][2-46-8]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13]|8(?:00|4[08]|9[59])","[13]|8(?:00|4[08]|9(?:5[5-9]|9))"]],["(\\d{4})(\\d{4})","$1 $2",["894","894[5-9]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["3"]]],null,null,null,null,null,null,["0(?:[26]\\d{4,9}|(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2346]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[34578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7})","3(?:[12457-9]\\d{8}|6\\d{7,8}|3\\d{7,9})","80(?:0\\d{6}|3\\d{3})","0878\\d{5}|1(?:44|6[346])\\d{6}|89(?:2\\d{3}|4(?:[0-4]\\d{2}|[5-9]\\d{4})|5(?:[0-4]\\d{2}|[5-9]\\d{6})|9\\d{6})","1(?:78\\d|99)\\d{6}",null,null,null,"55\\d{8}","84(?:[08]\\d{6}|[17]\\d{3})"]],JE:["44","[135789]\\d{6,9}",[["(7\\d{3})(\\d{6})","$1 $2",["7(?:[1-57-9]|62)","7(?:[1-57-9]|624)"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2|5[56]|7[06]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:[02-9]1|1)|3|9[018]"]],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"]],["(1\\d{3})(\\d{5,6})","$1 $2",["1"]],["(800)(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"]],["(845)(46)(4\\d)","$1 $2 $3",["845","8454","84546","845464"]],["(8\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8(?:4[2-5]|7[0-3])"]],["(80\\d)(\\d{3})(\\d{4})","$1 $2 $3",["80"]],["(800)(\\d{6})","$1 $2",["800"]]],"0",null,null,null,null,null,["1534[0-24-8]\\d{5}","7(?:509\\d|7(?:00[378]|97[7-9])|829\\d|937\\d)\\d{5}","80(?:07(?:35|81)|8901)\\d{4}","(?:871206|90(?:066[59]|1810|71(?:07|55)))\\d{4}","701511\\d{4}",null,"3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))\\d{4}|55\\d{8}","76(?:0[012]|2[356]|4[0134]|5[49]|6[0-369]|77|81|9[39])\\d{6}","56\\d{8}","8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|70002)\\d{4}"]],JM:["1","[589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"876"],JO:["962","[235-9]\\d{7,8}",[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(7)(\\d{4})(\\d{4})","$1 $2 $3",["7[457-9]"]],["(\\d{2})(\\d{7})","$1 $2",["70"]],["(\\d{3})(\\d{5,6})","$1 $2",["8[0158]|9"]]],"0","0$1"],JP:["81","[1-9]\\d{8,9}|00(?:[36]\\d{7,14}|7\\d{5,7}|8\\d{7})",[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"]],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[2579]0|80[1-9]"]],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51|63)|9(?:49|80|9[16])","1(?:267|3(?:7[247]|9[278])|4(?:5[67]|66)|5(?:47|58|64|8[67])|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[78]|96)|477|51[24]|636)|9(?:496|802|9(?:1[23]|69))","1(?:267|3(?:7[247]|9[278])|4(?:5[67]|66)|5(?:47|58|64|8[67])|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[78]|96[2457-9])|477|51[24]|636[2-57-9])|9(?:496|802|9(?:1[23]|69))"]],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["1(?:2[3-6]|3[3-9]|4[2-6]|5[2-8]|[68][2-7]|7[2-689]|9[1-578])|2(?:2[03-689]|3[3-58]|4[0-468]|5[04-8]|6[013-8]|7[06-9]|8[02-57-9]|9[13])|4(?:2[28]|3[689]|6[035-7]|7[05689]|80|9[3-5])|5(?:3[1-36-9]|4[4578]|5[013-8]|6[1-9]|7[2-8]|8[14-7]|9[4-9])|7(?:2[15]|3[5-9]|4[02-9]|6[135-8]|7[0-4689]|9[014-9])|8(?:2[49]|3[3-8]|4[5-8]|5[2-9]|6[35-9]|7[579]|8[03-579]|9[2-8])|9(?:[23]0|4[02-46-9]|5[024-79]|6[4-9]|7[2-47-9]|8[02-7]|9[3-7])","1(?:2[3-6]|3[3-9]|4[2-6]|5(?:[236-8]|[45][2-69])|[68][2-7]|7[2-689]|9[1-578])|2(?:2(?:[04-689]|3[23])|3[3-58]|4[0-468]|5(?:[0468][2-9]|5[78]|7[2-4])|6(?:[0135-8]|4[2-5])|7(?:[0679]|8[2-7])|8(?:[024578]|3[25-9]|9[6-9])|9(?:11|3[2-4]))|4(?:2(?:2[2-9]|8[237-9])|3[689]|6[035-7]|7(?:[059][2-8]|[68])|80|9[3-5])|5(?:3[1-36-9]|4[4578]|5[013-8]|6[1-9]|7[2-8]|8[14-7]|9(?:[4-7]|[89][2-8]))|7(?:2[15]|3[5-9]|4[02-9]|6[135-8]|7[0-4689]|9(?:[017-9]|4[6-8]|5[2-478]|6[2-589]))|8(?:2(?:4[4-8]|9[2-8])|3(?:[3-6][2-9]|7[2-6]|8[2-5])|4[5-8]|5[2-9]|6(?:[37]|5[4-7]|6[2-9]|8[2-8]|9[236-9])|7[579]|8[03-579]|9[2-8])|9(?:[23]0|4[02-46-9]|5[024-79]|6[4-9]|7[2-47-9]|8[02-7]|9(?:3[34]|4[2-69]|[5-7]))","1(?:2[3-6]|3[3-9]|4[2-6]|5(?:[236-8]|[45][2-69])|[68][2-7]|7[2-689]|9[1-578])|2(?:2(?:[04-689]|3[23])|3[3-58]|4[0-468]|5(?:[0468][2-9]|5[78]|7[2-4])|6(?:[0135-8]|4[2-5])|7(?:[0679]|8[2-7])|8(?:[024578]|3[25-9]|9[6-9])|9(?:11|3[2-4]))|4(?:2(?:2[2-9]|8[237-9])|3[689]|6[035-7]|7(?:[059][2-8]|[68])|80|9[3-5])|5(?:3[1-36-9]|4[4578]|5[013-8]|6[1-9]|7[2-8]|8[14-7]|9(?:[4-7]|[89][2-8]))|7(?:2[15]|3[5-9]|4[02-9]|6[135-8]|7[0-4689]|9(?:[017-9]|4[6-8]|5[2-478]|6[2-589]))|8(?:2(?:4[4-8]|9(?:20|[3578]|4[04-9]|6[56]))|3(?:[3-6][2-9]|7(?:[2-5]|6[0-59])|8[2-5])|4[5-8]|5[2-9]|6(?:[37]|5(?:[467]|5[014-9])|6(?:[2-8]|9[02-69])|8[2-8]|9(?:[236-8]|9[23]))|7[579]|8[03-579]|9[2-8])|9(?:[23]0|4[02-46-9]|5[024-79]|6[4-9]|7[2-47-9]|8[02-7]|9(?:3(?:3[02-9]|4[0-24689])|4[2-69]|[5-7]))","1(?:2[3-6]|3[3-9]|4[2-6]|5(?:[236-8]|[45][2-69])|[68][2-7]|7[2-689]|9[1-578])|2(?:2(?:[04-689]|3[23])|3[3-58]|4[0-468]|5(?:[0468][2-9]|5[78]|7[2-4])|6(?:[0135-8]|4[2-5])|7(?:[0679]|8[2-7])|8(?:[024578]|3[25-9]|9[6-9])|9(?:11|3[2-4]))|4(?:2(?:2[2-9]|8[237-9])|3[689]|6[035-7]|7(?:[059][2-8]|[68])|80|9[3-5])|5(?:3[1-36-9]|4[4578]|5[013-8]|6[1-9]|7[2-8]|8[14-7]|9(?:[4-7]|[89][2-8]))|7(?:2[15]|3[5-9]|4[02-9]|6[135-8]|7[0-4689]|9(?:[017-9]|4[6-8]|5[2-478]|6[2-589]))|8(?:2(?:4[4-8]|9(?:20|[3578]|4[04-9]|6(?:5[25]|60)))|3(?:[3-6][2-9]|7(?:[2-5]|6[0-59])|8[2-5])|4[5-8]|5[2-9]|6(?:[37]|5(?:[467]|5[014-9])|6(?:[2-8]|9[02-69])|8[2-8]|9(?:[236-8]|9[23]))|7[579]|8[03-579]|9[2-8])|9(?:[23]0|4[02-46-9]|5[024-79]|6[4-9]|7[2-47-9]|8[02-7]|9(?:3(?:3[02-9]|4[0-24689])|4[2-69]|[5-7]))"]],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1|2(?:2[37]|5[5-9]|64|78|8[39]|91)|4(?:2[2689]|64|7[347])|5[2-589]|60|8(?:2[124589]|3[279]|[46-9])|9(?:[235-8]|93)","1|2(?:2[37]|5(?:[57]|[68]0|9[19])|64|78|8[39]|917)|4(?:2(?:20|[68]|9[178])|64|7[347])|5[2-589]|60|8(?:2[124589]|3[279]|[46-9])|9(?:[235-8]|93[34])","1|2(?:2[37]|5(?:[57]|[68]0|9(?:17|99))|64|78|8[39]|917)|4(?:2(?:20|[68]|9[178])|64|7[347])|5[2-589]|60|8(?:2[124589]|3[279]|[46-9])|9(?:[235-8]|93(?:31|4))"]],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["2(?:[34]7|[56]9|74|9[14-79])|82|993"]],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["3|4(?:2[09]|7[01])|6[1-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[2479][1-9]"]]],"0","0$1"],KE:["254","20\\d{6,7}|[4-9]\\d{6,9}",[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"]],["(\\d{3})(\\d{6})","$1 $2",["7"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"]]],"0","0$1","005|0"],KG:["996","[235-8]\\d{8,9}",[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[25-7]|31[25]"]],["(\\d{4})(\\d{5})","$1 $2",["3(?:1[36]|[2-9])"]],["(\\d{3})(\\d{3})(\\d)(\\d{3})","$1 $2 $3 $4",["8"]]],"0","0$1"],KH:["855","[1-9]\\d{7,9}",[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["1\\d[1-9]|[2-9]"],"0$1"],["(1[89]00)(\\d{3})(\\d{3})","$1 $2 $3",["1[89]0","1[89]00"]]],"0"],KI:["686","[2458]\\d{4}|3\\d{4,7}|[67]\\d{7}",[],null,null,"0"],KM:["269","[3478]\\d{6}",[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3"]]],KN:["1","[589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"869"],KP:["850","1\\d{9}|[28]\\d{7}",[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]],"0","0$1"],KR:["82","00(?:3\\d{8,9}|7\\d{9,11})|[1-7]\\d{4,9}|8\\d{8}",[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"]],["(\\d{4})(\\d{4})","$1-$2",["1(?:5[246-9]|6[046-8]|8[03579])","1(?:5(?:22|44|66|77|88|99)|6(?:[07]0|44|6[16]|88)|8(?:00|33|55|77|99))"],"$1"],["(\\d{5})","$1",["1[016-9]1","1[016-9]11","1[016-9]114"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2[1-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60[2-9]|80"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["1[0-25-9]|(?:3[1-3]|[46][1-4]|5[1-5])[1-9]"]],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]0"]]],"0","0$1","0(8[1-46-8]|85\\d{2})?"],KW:["965","[12569]\\d{6,7}",[["(\\d{4})(\\d{3,4})","$1 $2",["[16]|2(?:[0-35-9]|4[0-35-9])|52[25]|9[024-9]"]],["(\\d{3})(\\d{5})","$1 $2",["244|5(?:[015]|6[56])"]]]],KY:["1","[3589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"345"],KZ:["7","(?:33\\d|7\\d{2}|80[089])\\d{7}",[["([3489]\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[3489]"]],["(7\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"]]],"8",null,null,null,null,null,["33622\\d{5}|7(?:1(?:0(?:[23]\\d|4[0-3]|59|63)|1(?:[23]\\d|4[0-79]|59)|2(?:[23]\\d|59)|3(?:2\\d|3[0-79]|4[0-35-9]|59)|4(?:[24]\\d|3[013-9]|5[1-9])|5(?:2\\d|3[1-9]|4[0-7]|59)|6(?:[234]\\d|5[19]|61)|72\\d|8(?:[27]\\d|3[1-46-9]|4[0-5]))|2(?:1(?:[23]\\d|4[46-9]|5[3469])|2(?:2\\d|3[0679]|46|5[12679])|3(?:[234]\\d|5[139])|4(?:2\\d|3[1235-9]|59)|5(?:[23]\\d|4[01246-8]|59|61)|6(?:2\\d|3[1-9]|4[0-4]|59)|7(?:[2379]\\d|40|5[279])|8(?:[23]\\d|4[0-3]|59)|9(?:2\\d|3[124578]|59)))\\d{5}","7(?:0[012578]|47|6[02-4]|7[15-8]|85)\\d{7}","800\\d{7}","809\\d{7}","808\\d{7}",null,null,null,"751\\d{7}"]],LA:["856","[2-8]\\d{7,9}",[["(20)(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["20"]],["([2-8]\\d)(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"]],["(30)(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30"]]],"0","0$1"],LB:["961","[13-9]\\d{6,7}",[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["([7-9]\\d)(\\d{3})(\\d{3})","$1 $2 $3",["7(?:[01]|6[013-9]|8[89]|9[1-3])|[89][01]"]]],"0"],LC:["1","[5789]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"758"],LI:["423","6\\d{8}|[23789]\\d{6}",[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[237-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[56]"]],["(69)(7\\d{2})(\\d{4})","$1 $2 $3",["697"]]],"0",null,"0|10(?:01|20|66)"],LK:["94","[1-9]\\d{8}",[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"]]],"0","0$1"],LR:["231","2\\d{7,8}|[378]\\d{8}|4\\d{6}|5\\d{6,8}",[["(2\\d)(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["([4-5])(\\d{3})(\\d{3})","$1 $2 $3",["[45]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23578]"]]],"0","0$1"],LS:["266","[2568]\\d{7}",[["(\\d{4})(\\d{4})","$1 $2"]]],LT:["370","[3-9]\\d{7}",[["([34]\\d)(\\d{6})","$1 $2",["37|4(?:1|5[45]|6[2-4])"]],["([3-6]\\d{2})(\\d{5})","$1 $2",["3[148]|4(?:[24]|6[09])|528|6"]],["([7-9]\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"8 $1"],["(5)(2\\d{2})(\\d{4})","$1 $2 $3",["52[0-79]"]]],"8","(8-$1)","[08]",null,!0],LU:["352","[24-9]\\d{3,10}|3(?:[0-46-9]\\d{2,9}|5[013-9]\\d{1,8})",[["(\\d{2})(\\d{3})","$1 $2",["[2-5]|7[1-9]|[89](?:0[2-9]|[1-9])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[2-5]|7[1-9]|[89](?:0[2-9]|[1-9])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,4})","$1 $2 $3 $4",["2(?:[12589]|4[12])|[3-5]|7[1-9]|8(?:0[2-9]|[1-9])|9(?:0[2-46-9]|[1-9])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["70|80[01]|90[015]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],null,null,"(15(?:0[06]|1[12]|35|4[04]|55|6[26]|77|88|99)\\d)"],LV:["371","[2689]\\d{7}",[["([2689]\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2689]"]]]],LY:["218","[25679]\\d{8}",[["([25-79]\\d)(\\d{7})","$1-$2",["[25-79]"]]],"0","0$1"],MA:["212","[5-9]\\d{8}",[["([5-7]\\d{2})(\\d{6})","$1-$2",["5(?:2[015-7]|3[0-4])|[67]"]],["([58]\\d{3})(\\d{5})","$1-$2",["5(?:2[2-489]|3[5-9]|92)|892","5(?:2(?:[2-48]|9[0-7])|3(?:[5-79]|8[0-7])|924)|892"]],["(5\\d{4})(\\d{4})","$1-$2",["5(?:29|38)","5(?:29|38)[89]"]],["([5]\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:4[067]|5[03])"]],["(8[09])(\\d{7})","$1-$2",["8(?:0|9[013-9])"]]],"0","0$1",null,null,null,null,["5(?:2(?:[015-79]\\d|2[02-9]|3[2-57]|4[2-8]|8[235-7])\\d|3(?:[0-48]\\d|[57][2-9]|6[2-8]|9[3-9])\\d|4[067]\\d{2}|5[03]\\d{2})\\d{4}","(?:6(?:[0-79]\\d|8[0-247-9])|7(?:0[067]|6[1267]|7[07]))\\d{6}","80\\d{7}","89\\d{7}",null,null,null,null,"5924[01]\\d{4}"]],MC:["377","[34689]\\d{7,8}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[39]"],"$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"]],["(6)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"]],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["8"],"$1"]],"0","0$1"],MD:["373","[235-9]\\d{7}",[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"]],["([25-7]\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["2[13-9]|[5-7]"]],["([89]\\d{2})(\\d{5})","$1 $2",["[89]"]]],"0","0$1"],ME:["382","[2-9]\\d{7,8}",[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]|6[036-9]"]]],"0","0$1"],MF:["590","[56]\\d{8}",[["([56]\\d{2})(\\d{2})(\\d{4})","$1 $2-$3",["590|69[01]"]]],"0",null,null,null,null,null,["590(?:0[079]|13|2[79]|30|43|5[0-268]|7[79]|87)\\d{4}","69(?:0\\d{2}|1(?:2[29]|3[0-5]))\\d{4}"]],MG:["261","[23]\\d{8}",[["([23]\\d)(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"]]],"0","0$1"],MH:["692","[2-6]\\d{6}",[["(\\d{3})(\\d{4})","$1-$2"]],"1"],MK:["389","[2-578]\\d{7}",[["(2)(\\d{3})(\\d{4})","$1 $2 $3",["2"]],["([347]\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[347]"]],["([58]\\d{2})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"]]],"0","0$1"],ML:["223","[246-9]\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[246-9]"]]]],MM:["95","[178]\\d{5,7}|[24-6]\\d{5,8}|9(?:[279]\\d{0,2}|5|[34]\\d{1,2}|6(?:\\d{1,2})?|8(?:\\d{2})?)\\d{6}",[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["1|2[245]"]],["(2)(\\d{4})(\\d{4})","$1 $2 $3",["251"]],["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"]],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["432|67|81"]],["(\\d{2})(\\d{2})(\\d{3,4})","$1 $2 $3",["[4-8]"]],["(9)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"]],["(9)([34]\\d{4})(\\d{4})","$1 $2 $3",["9(?:3[0-36]|4[0-57-9])"]],["(9)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92[56]"]],["(9)(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["93"]]],"0","0$1"],MN:["976","[12]\\d{7,9}|[57-9]\\d{7}",[["([12]\\d)(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"]],["([12]2\\d)(\\d{5,6})","$1 $2",["[12]2[1-3]"]],["([12]\\d{3})(\\d{5})","$1 $2",["[12](?:27|[3-5])","[12](?:27|[3-5]\\d)2"]],["(\\d{4})(\\d{4})","$1 $2",["[57-9]"],"$1"],["([12]\\d{4})(\\d{4,5})","$1 $2",["[12](?:27|[3-5])","[12](?:27|[3-5]\\d)[4-9]"]]],"0","0$1"],MO:["853","[268]\\d{7}",[["([268]\\d{3})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","[5689]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"670"],MQ:["596","[56]\\d{8}",[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]],"0","0$1"],MR:["222","[2-48]\\d{7}",[["([2-48]\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","[5689]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"664"],MT:["356","[2357-9]\\d{7}",[["(\\d{4})(\\d{4})","$1 $2"]]],MU:["230","[2-9]\\d{6,7}",[["([2-46-9]\\d{2})(\\d{4})","$1 $2",["[2-46-9]"]],["(5\\d{3})(\\d{4})","$1 $2",["5"]]]],MV:["960","[346-8]\\d{6,9}|9(?:00\\d{7}|\\d{6})",[["(\\d{3})(\\d{4})","$1-$2",["[3467]|9(?:0[1-9]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]00"]]]],MW:["265","(?:1(?:\\d{2})?|[2789]\\d{2})\\d{6}",[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(2\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[17-9]"]]],"0","0$1"],MX:["52","[1-9]\\d{9,10}",[["([358]\\d)(\\d{4})(\\d{4})","$1 $2 $3",["33|55|81"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2467]|3[0-2457-9]|5[089]|8[02-9]|9[0-35-9]"]],["(1)([358]\\d)(\\d{4})(\\d{4})","044 $2 $3 $4",["1(?:33|55|81)"],"$1",null,"$1 $2 $3 $4"],["(1)(\\d{3})(\\d{3})(\\d{4})","044 $2 $3 $4",["1(?:[2467]|3[0-2457-9]|5[089]|8[2-9]|9[1-35-9])"],"$1",null,"$1 $2 $3 $4"]],"01","01 $1","0[12]|04[45](\\d{10})","1$1",!0],MY:["60","[13-9]\\d{7,9}",[["([4-79])(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(3)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["([18]\\d)(\\d{3})(\\d{3,4})","$1-$2 $3",["1[02-46-9][1-9]|8"],"0$1"],["(1)([36-8]00)(\\d{2})(\\d{4})","$1-$2-$3-$4",["1[36-8]0","1[36-8]00"]],["(11)(\\d{4})(\\d{4})","$1-$2 $3",["11"],"0$1"],["(15[49])(\\d{3})(\\d{4})","$1-$2 $3",["15[49]"],"0$1"]],"0"],MZ:["258","[28]\\d{7,8}",[["([28]\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-7]"]],["(80\\d)(\\d{3})(\\d{3})","$1 $2 $3",["80"]]]],NA:["264","[68]\\d{7,8}",[["(8\\d)(\\d{3})(\\d{4})","$1 $2 $3",["8[1-35]"]],["(6\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["6"]],["(88)(\\d{3})(\\d{3})","$1 $2 $3",["88"]],["(870)(\\d{3})(\\d{3})","$1 $2 $3",["870"]]],"0","0$1"],NC:["687","[2-57-9]\\d{5}",[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[2-46-9]|5[0-4]"]]]],NE:["227","[0289]\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["09|[289]"]],["(08)(\\d{3})(\\d{3})","$1 $2 $3",["08"]]]],NF:["672","[13]\\d{5}",[["(\\d{2})(\\d{4})","$1 $2",["1"]],["(\\d)(\\d{5})","$1 $2",["3"]]]],NG:["234","[1-6]\\d{5,8}|9\\d{5,9}|[78]\\d{5,13}",[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"]],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[3-6]|7(?:0[1-9]|[1-79])|8[2-9]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["70|8[01]|90[235-9]"]],["([78]00)(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]00"]],["([78]00)(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]00"]],["(78)(\\d{2})(\\d{3})","$1 $2 $3",["78"]]],"0","0$1"],NI:["505","[125-8]\\d{7}",[["(\\d{4})(\\d{4})","$1 $2"]]],NL:["31","1\\d{4,8}|[2-7]\\d{8}|[89]\\d{6,9}",[["([1-578]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1[035]|2[0346]|3[03568]|4[0356]|5[0358]|7|8[4578]"]],["([1-5]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"]],["(6)(\\d{8})","$1 $2",["6[0-57-9]"]],["(66)(\\d{7})","$1 $2",["66"]],["(14)(\\d{3,4})","$1 $2",["14"],"$1"],["([89]0\\d)(\\d{4,7})","$1 $2",["[89]0"]]],"0","0$1"],NO:["47","0\\d{4}|[2-9]\\d{7}",[["([489]\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[489]"]],["([235-7]\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-7]"]]],null,null,null,null,null,null,["(?:2[1-4]|3[1-3578]|5[1-35-7]|6[1-4679]|7[0-8])\\d{6}","(?:4[015-8]|5[89]|87|9\\d)\\d{6}","80[01]\\d{5}","82[09]\\d{5}","880\\d{5}",null,"0\\d{4}|81(?:0(?:0[7-9]|1\\d)|5\\d{2})\\d{3}",null,"85[0-5]\\d{5}","810(?:0[0-6]|[2-8]\\d)\\d{3}"]],NP:["977","[1-8]\\d{7}|9(?:[1-69]\\d{6,8}|7[2-6]\\d{5,7}|8\\d{8})",[["(1)(\\d{7})","$1-$2",["1[2-6]"]],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-69]|7[15-9])"]],["(9\\d{2})(\\d{7})","$1-$2",["9(?:6[013]|7[245]|8)"],"$1"]],"0","0$1"],NR:["674","[458]\\d{6}",[["(\\d{3})(\\d{4})","$1 $2"]]],NU:["683","[1-5]\\d{3}"],NZ:["64","6[235-9]\\d{6}|[2-57-9]\\d{7,9}",[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["240|[346]|7[2-57-9]|9[1-9]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["21"]],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:1[1-9]|[69]|7[0-35-9])|70|86"]],["(2\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["2[028]"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["90"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|5|[89]0"]]],"0","0$1"],OM:["968","(?:5|[279]\\d)\\d{6}|800\\d{5,6}",[["(2\\d)(\\d{6})","$1 $2",["2"]],["([79]\\d{3})(\\d{4})","$1 $2",["[79]"]],["([58]00)(\\d{4,6})","$1 $2",["[58]00"]]]],PA:["507","[1-9]\\d{6,7}",[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["6"]]]],PE:["51","[14-9]\\d{7,8}",[["(1)(\\d{7})","$1 $2",["1"]],["([4-8]\\d)(\\d{6})","$1 $2",["[4-7]|8[2-4]"]],["(\\d{3})(\\d{5})","$1 $2",["80"]],["(9\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"$1"]],"0","(0$1)"],PF:["689","4\\d{5,7}|8\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4[09]|8[79]"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]]]],PG:["675","[1-9]\\d{6,7}",[["(\\d{3})(\\d{4})","$1 $2",["[13-689]|27"]],["(\\d{4})(\\d{4})","$1 $2",["20|7"]]]],PH:["63","1\\d{10,12}|2\\d{5,7}|[3-7]\\d{8}|8\\d{7,9}|9\\d{9}",[["(2)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(2)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|5(?:22|44)|642|8(?:62|8[245])","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["([3-8]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[3-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["81|9"],"0$1"],["(1800)(\\d{3})(\\d{4})","$1 $2 $3",["180","1800"]],["(1800)(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["180","1800"]]],"0"],PK:["92","1\\d{8}|[2-8]\\d{5,11}|9(?:[013-9]\\d{4,10}|2\\d(?:111\\d{6}|\\d{3,7}))",[["([89]00)(\\d{3})(\\d{2})","$1 $2 $3",["[89]00"],"0$1"],["(1\\d{3})(\\d{5})","$1 $2",["1"],"$1"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"]],["(\\d{3})(\\d{6,7})","$1 $2",["2[349]|45|54|60|72|8[2-5]|9[2-469]","(?:2[349]|45|54|60|72|8[2-5]|9[2-469])\\d[2-9]"]],["(58\\d{3})(\\d{5})","$1 $2",["58[126]"]],["(3\\d{2})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(111)(\\d{3})(\\d{3})","$1 $2 $3 $4",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)1","(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)11","(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)111"]],["(\\d{3})(111)(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[349]|45|54|60|72|8[2-5]|9[2-9]","(?:2[349]|45|54|60|72|8[2-5]|9[2-9])\\d1","(?:2[349]|45|54|60|72|8[2-5]|9[2-9])\\d11","(?:2[349]|45|54|60|72|8[2-5]|9[2-9])\\d111"]]],"0","(0$1)"],PL:["48","[1-57-9]\\d{6,8}|6\\d{5,8}",[["(\\d{3})(\\d{3})","$1 $2",["11[68]|64"]],["(\\d{5})","$1",["19"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["26|39|45|5[0137]|6[0469]|7[02389]|8[08]"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[14]|2[0-57-9]|3[2-4]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145]"]]]],PM:["508","[45]\\d{5}",[["([45]\\d)(\\d{2})(\\d{2})","$1 $2 $3",["[45]"]]],"0","0$1"],PR:["1","[5789]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"787|939"],PS:["970","1\\d{9}|[24589]\\d{7,8}",[["([2489])(2\\d{2})(\\d{4})","$1 $2 $3",["[2489]2"]],["(5[69]\\d)(\\d{3})(\\d{3})","$1 $2 $3",["5[69]"]],["(1[78]00)(\\d{3})(\\d{3})","$1 $2 $3",["1[78]0","1[78]00"],"$1"]],"0","0$1"],PT:["351","[2-46-9]\\d{8}",[["(2\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["([2-46-9]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[3-9]|[346-9]"]]]],PW:["680","[2-8]\\d{6}",[["(\\d{3})(\\d{4})","$1 $2"]]],PY:["595","5[0-5]\\d{4,7}|[2-46-9]\\d{5,8}",[["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["9[1-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["870","8700"]],["(\\d{3})(\\d{4,5})","$1 $2",["[2-8][1-9]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8][1-9]"],"0$1"]],"0"],QA:["974","[2-8]\\d{6,7}",[["([28]\\d{2})(\\d{4})","$1 $2",["[28]"]],["([3-7]\\d{3})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","[268]\\d{8}",[["([268]\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[268]"]]],"0","0$1",null,null,null,"262|69|8"],RO:["40","[23]\\d{5,8}|[7-9]\\d{8}",[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"]],["(\\d{2})(\\d{4})","$1 $2",["[23]1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[23][3-7]|[7-9]"]],["(2\\d{2})(\\d{3})","$1 $2",["2[3-6]"]]],"0","0$1"],RS:["381","[126-9]\\d{4,11}|3(?:[0-79]\\d{3,10}|8[2-9]\\d{2,9})",[["([23]\\d{2})(\\d{4,9})","$1 $2",["(?:2[389]|39)0"]],["([1-3]\\d)(\\d{5,10})","$1 $2",["1|2(?:[0-24-7]|[389][1-9])|3(?:[0-8]|9[1-9])"]],["(6\\d)(\\d{6,8})","$1 $2",["6"]],["([89]\\d{2})(\\d{3,9})","$1 $2",["[89]"]],["(7[26])(\\d{4,9})","$1 $2",["7[26]"]],["(7[08]\\d)(\\d{4,9})","$1 $2",["7[08]"]]],"0","0$1"],RU:["7","[347-9]\\d{9}",[["([3489]\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[3489]"]],["(7\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"]]],"8","8 ($1)",null,null,!0,null,["(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15]|6[1-35-79]|7[1-37-9]))\\d{7}","9\\d{9}","80[04]\\d{7}","80[39]\\d{7}","808\\d{7}"]],RW:["250","[027-9]\\d{7,8}",[["(2\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["([7-9]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"],["(0\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]]],"0"],SA:["966","1\\d{7,8}|(?:[2-467]|92)\\d{7}|5\\d{8}|8\\d{9}",[["([1-467])(\\d{3})(\\d{4})","$1 $2 $3",["[1-467]"]],["(1\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1[1-467]"]],["(5\\d)(\\d{3})(\\d{4})","$1 $2 $3",["5"]],["(92\\d{2})(\\d{5})","$1 $2",["92"],"$1"],["(800)(\\d{3})(\\d{4})","$1 $2 $3",["800"],"$1"],["(811)(\\d{3})(\\d{3,4})","$1 $2 $3",["811"]]],"0","0$1"],SB:["677","[1-9]\\d{4,6}",[["(\\d{2})(\\d{5})","$1 $2",["[7-9]"]]]],SC:["248","[24689]\\d{5,6}",[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]"]]]],SD:["249","[19]\\d{8}",[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3"]],"0","0$1"],SE:["46","[1-35-9]\\d{5,11}|4\\d{6,8}",[["(8)(\\d{2,3})(\\d{2,3})(\\d{2})","$1-$2 $3 $4",["8"],null,null,"$1 $2 $3 $4"],["([1-69]\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[013689]|2[0136]|3[1356]|4[0246]|54|6[03]|90"],null,null,"$1 $2 $3 $4"],["([1-469]\\d)(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90"],null,null,"$1 $2 $3"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[0-5]|4[0-3])"],null,null,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[0-5]|4[0-3])"],null,null,"$1 $2 $3"],["(7\\d)(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["7"],null,null,"$1 $2 $3 $4"],["(77)(\\d{2})(\\d{2})","$1-$2$3",["77"],null,null,"$1 $2 $3"],["(20)(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],null,null,"$1 $2 $3"],["(9[034]\\d)(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9[034]"],null,null,"$1 $2 $3 $4"],["(9[034]\\d)(\\d{4})","$1-$2",["9[034]"],null,null,"$1 $2"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["25[245]|67[3-6]"],null,null,"$1 $2 $3 $4 $5"]],"0","0$1"],SG:["65","[36]\\d{7}|[17-9]\\d{7,10}",[["([3689]\\d{3})(\\d{4})","$1 $2",["[369]|8[1-9]"]],["(1[89]00)(\\d{3})(\\d{4})","$1 $2 $3",["1[89]0","1[89]00"]],["(7000)(\\d{4})(\\d{3})","$1 $2 $3",["700","7000"]],["(800)(\\d{3})(\\d{4})","$1 $2 $3",["800"]]]],SH:["290","[256]\\d{4}|8\\d{3}",[],null,null,null,null,null,null,["2(?:[0-57-9]\\d|6[4-9])\\d{2}","[56]\\d{4}",null,null,null,null,null,null,"262\\d{2}"]],SI:["386","[1-7]\\d{6,7}|[89]\\d{4,7}",[["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[12]|[34][24-8]|5[2-8]|7[3-8]"],"(0$1)"],["([3-7]\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"]],["([89][09])(\\d{3,6})","$1 $2",["[89][09]"]],["([58]\\d{2})(\\d{5})","$1 $2",["59|8[1-3]"]]],"0","0$1"],SJ:["47","0\\d{4}|[45789]\\d{7}",[["([489]\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[489]"]],["([235-7]\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-7]"]]],null,null,null,null,null,null,["79\\d{6}","(?:4[015-8]|5[89]|9\\d)\\d{6}","80[01]\\d{5}","82[09]\\d{5}","880\\d{5}",null,"0\\d{4}|81(?:0(?:0[7-9]|1\\d)|5\\d{2})\\d{3}",null,"85[0-5]\\d{5}","810(?:0[0-6]|[2-8]\\d)\\d{3}"]],SK:["421","(?:[2-68]\\d{5,8}|9\\d{6,8})",[["(2)(1[67])(\\d{3,4})","$1 $2 $3",["21[67]"]],["([3-5]\\d)(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5]"]],["(2)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"]],["([3-5]\\d)(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"]],["([689]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"]],["(9090)(\\d{3})","$1 $2",["909","9090"]]],"0","0$1"],SL:["232","[2-9]\\d{7}",[["(\\d{2})(\\d{6})","$1 $2"]],"0","(0$1)"],SM:["378","[05-7]\\d{7,9}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(0549)(\\d{6})","$1 $2",["054","0549"],null,null,"($1) $2"],["(\\d{6})","0549 $1",["[89]"],null,null,"(0549) $1"]],null,null,"([89]\\d{5})","0549$1"],SN:["221","[3789]\\d{8}",[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],SO:["252","[1-9]\\d{5,8}",[["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[13-5]|2[0-79]"]],["(\\d)(\\d{7})","$1 $2",["24|[67]"]],["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{2})(\\d{5,7})","$1 $2",["15|28|6[1-35-9]|799|9[2-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3[59]|4[89]|6[24-6]|79|8[08]|90"]]],"0"],SR:["597","[2-8]\\d{5,6}",[["(\\d{3})(\\d{3})","$1-$2",["[2-4]|5[2-58]"]],["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","[19]\\d{8}",[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",null,"0$1"]],"0"],ST:["239","[29]\\d{6}",[["(\\d{3})(\\d{4})","$1 $2"]]],SV:["503","[267]\\d{7}|[89]\\d{6}(?:\\d{4})?",[["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","[5789]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"721"],SY:["963","[1-59]\\d{7,8}",[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"]],["(9\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0","0$1",null,null,!0],SZ:["268","[027]\\d{7}",[["(\\d{4})(\\d{4})","$1 $2",["[027]"]]]],TA:["290","8\\d{3}",[],null,null,null,null,null,null,["8\\d{3}"]],TC:["1","[5689]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"649"],TD:["235","[2679]\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4"]]],TG:["228","[279]\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","1\\d{8,9}|[2-9]\\d{7,8}",[["(2)(\\d{3})(\\d{4})","$1 $2 $3",["2"]],["([13-9]\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["14|[3-9]"]],["(1[89]00)(\\d{3})(\\d{3})","$1 $2 $3",["1[89]0","1[89]00"],"$1"]],"0","0$1"],TJ:["992","[3-57-9]\\d{8}",[["([349]\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[34]7|91[78]"]],["([457-9]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[148]|[578]|9(?:[0235-9]|1[59])"]],["(331700)(\\d)(\\d{2})","$1 $2 $3",["331","3317","33170","331700"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3[1-5]","3(?:[1245]|3(?:[02-9]|1[0-589]))"]]],"8",null,null,null,!0],TK:["690","[2-47]\\d{3,6}"],TL:["670","[2-489]\\d{6}|7\\d{6,7}",[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7[3-8]"]]]],TM:["993","[1-6]\\d{7}",[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"]],["(\\d{2})(\\d{6})","$1 $2",["6"],"8 $1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["13|[2-5]"]]],"8","(8 $1)"],TN:["216","[2-57-9]\\d{7}",[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3"]]],TO:["676","[02-8]\\d{4,6}",[["(\\d{2})(\\d{3})","$1-$2",["[1-6]|7[0-4]|8[05]"]],["(\\d{3})(\\d{4})","$1 $2",["7[5-9]|8[47-9]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]]]],TR:["90","[2-589]\\d{9}|444\\d{4}",[["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[23]|4(?:[0-35-9]|4[0-35-9])"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[02-69]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["51|[89]"],"0$1"],["(444)(\\d{1})(\\d{3})","$1 $2 $3",["444"]]],"0",null,null,null,!0],TT:["1","[589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"868"],TV:["688","[279]\\d{4,6}"],TW:["886","2\\d{6,8}|[3-689]\\d{7,8}|7\\d{7,9}",[["(20)(\\d)(\\d{4})","$1 $2 $3",["202"]],["([258]0)(\\d{3})(\\d{4})","$1 $2 $3",["20[013-9]|50[0-46-9]|80[0-79]"]],["([2-8])(\\d{3,4})(\\d{4})","$1 $2 $3",["[25][2-8]|[346]|[78][1-9]"]],["(9\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"]],["(70)(\\d{4})(\\d{4})","$1 $2 $3",["70"]]],"0","0$1"],TZ:["255","\\d{9}",[["([24]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[24]"]],["([67]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"]],["([89]\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"]]],"0","0$1"],UA:["380","[3-9]\\d{8}",[["([3-9]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[38]9|4(?:[45][0-5]|87)|5(?:0|[67][37])|6[36-8]|7|9[1-9]","[38]9|4(?:[45][0-5]|87)|5(?:0|6(?:3[14-7]|7)|7[37])|6[36-8]|7|9[1-9]"]],["([3-689]\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["(?:3[1-8]|4[136-8])2|5(?:[12457]2|6[24])|6(?:[12][29]|[49]2|5[24])|8[0-8]|90","3(?:[1-46-8]2[013-9]|52)|4(?:[1378]2|62[013-9])|5(?:[12457]2|6[24])|6(?:[12][29]|[49]2|5[24])|8[0-8]|90"]],["([3-6]\\d{3})(\\d{5})","$1 $2",["3(?:[1-46-8]|5[013-9])|4(?:[137][013-9]|[45][6-9]|6|8[4-6])|5(?:[1245][013-9]|3|6[0135689]|7[4-6])|6(?:[12][13-8]|[49][013-9]|5[0135-9])","3(?:[1-46-8](?:[013-9]|22)|5[013-9])|4(?:[137][013-9]|[45][6-9]|6(?:[013-9]|22)|8[4-6])|5(?:[1245][013-9]|3|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][13-8]|[49][013-9]|5[0135-9])"]]],"0","0$1"],UG:["256","\\d{9}",[["(\\d{3})(\\d{6})","$1 $2",["20[0-8]|4(?:6[45]|[7-9])|[7-9]","20(?:[013-8]|2[5-9])|4(?:6[45]|[7-9])|[7-9]"]],["(\\d{2})(\\d{7})","$1 $2",["3|4(?:[1-5]|6[0-36-9])"]],["(2024)(\\d{5})","$1 $2",["202","2024"]]],"0","0$1"],US:["1","[2-9]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,!0,null,["(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[026]|8[13])|3(?:0[1-57-9]|1[02-9]|2[0135]|3[0-24679]|4[67]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[0235]|58|6[39]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[013-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[16]|5[017]|6[0-279]|78|8[012])|7(?:0[1-46-8]|1[02-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[02-59]|8[156])|8(?:0[1-68]|1[02-8]|28|3[0-258]|4[3578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[014678]|4[0179]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}",null,"8(?:00|33|44|55|66|77|88)[2-9]\\d{6}","900[2-9]\\d{6}","5(?:(?:00|22|33|44|66|77|88)[2-9]|21[23])\\d{6}"]],UY:["598","[2489]\\d{6,7}",[["(\\d{4})(\\d{4})","$1 $2",["[24]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9[1-9]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["[89]0"],"0$1"]],"0"],UZ:["998","[679]\\d{8}",[["([679]\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[679]"]]],"8","8 $1"],VA:["39","(?:0(?:878\\d{5}|6698\\d{5})|[1589]\\d{5,10}|3(?:[12457-9]\\d{8}|[36]\\d{7,9}))",[["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|55"]],["(0[26])(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(0[26])(\\d{4,6})","$1 $2",["0[26]"]],["(0\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[245])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|[45][0-4]))"]],["(0\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["0[13-57-9][2-46-8]"]],["(0\\d{3})(\\d{2,6})","$1 $2",["0[13-57-9][2-46-8]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13]|8(?:00|4[08]|9[59])","[13]|8(?:00|4[08]|9(?:5[5-9]|9))"]],["(\\d{4})(\\d{4})","$1 $2",["894","894[5-9]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["3"]]],null,null,null,null,null,null,["06698\\d{5}","3(?:[12457-9]\\d{8}|6\\d{7,8}|3\\d{7,9})","80(?:0\\d{6}|3\\d{3})","0878\\d{5}|1(?:44|6[346])\\d{6}|89(?:2\\d{3}|4(?:[0-4]\\d{2}|[5-9]\\d{4})|5(?:[0-4]\\d{2}|[5-9]\\d{6})|9\\d{6})","1(?:78\\d|99)\\d{6}",null,null,null,"55\\d{8}","84(?:[08]\\d{6}|[17]\\d{3})"]],VC:["1","[5789]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"784"],VE:["58","[24589]\\d{9}",[["(\\d{3})(\\d{7})","$1-$2"]],"0","0$1"],VG:["1","[2589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"284"],VI:["1","[3589]\\d{9}",[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",null,null,null,"$1-$2-$3"]],"1",null,null,null,null,"340"],VN:["84","1\\d{6,9}|2\\d{9}|6\\d{6,7}|7\\d{6}|8\\d{6,8}|9\\d{8}",[["([17]99)(\\d{4})","$1 $2",["[17]99"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"]],["(80)(\\d{5})","$1 $2",["80"]],["(69\\d)(\\d{4,5})","$1 $2",["69"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2[0-35-79]"]],["([89]\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8(?:8|9[89])|9"]],["(1[2689]\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1(?:[26]|8[68]|99)"]],["(86[89])(\\d{3})(\\d{3})","$1 $2 $3",["86[89]"]],["(1[89]00)(\\d{4,6})","$1 $2",["1[89]0","1[89]00"],"$1"]],"0","0$1",null,null,!0],VU:["678","[2-57-9]\\d{4,6}",[["(\\d{3})(\\d{4})","$1 $2",["[579]"]]]],WF:["681","[4-8]\\d{5}",[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3"]]],WS:["685","[2-8]\\d{4,6}",[["(8\\d{2})(\\d{3,4})","$1 $2",["8"]],["(7\\d)(\\d{5})","$1 $2",["7"]],["(\\d{5})","$1",["[2-6]"]]]],YE:["967","[1-7]\\d{6,8}",[["([1-7])(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7[24-68]"]],["(7\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["7[0137]"]]],"0","0$1"],YT:["262","[268]\\d{8}",[["([268]\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[268]"]]],"0",null,null,null,null,"269|63"],ZA:["27","[1-79]\\d{8}|8\\d{4,8}",[["(860)(\\d{3})(\\d{3})","$1 $2 $3",["860"]],["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"]],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-79]|8(?:[0-57]|6[1-9])"]]],"0","0$1"],ZM:["260","[289]\\d{8}",[["(\\d{2})(\\d{4})","$1 $2",null,"$1"],["([1-8])(\\d{2})(\\d{4})","$1 $2 $3",["[1-8]"],"$1"],["([29]\\d)(\\d{7})","$1 $2",["[29]"]],["(800)(\\d{3})(\\d{3})","$1 $2 $3",["800"]]],"0","0$1"],ZW:["263","2(?:[0-57-9]\\d{3,8}|6(?:[14]\\d{7}|\\d{4}))|[13-69]\\d{4,9}|7\\d{8}|8[06]\\d{5,8}",[["([49])(\\d{3})(\\d{2,4})","$1 $2 $3",["4|9[2-9]"]],["(7\\d)(\\d{3})(\\d{4})","$1 $2 $3",["7"]],["(86\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["86[24]"]],["([2356]\\d{2})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8|[78])|3(?:[09]8|17|3[78]|7[1569]|8[37])|5[15][78]|6(?:[29]8|37|[68][78]|75)"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|31|[56][14]|7[35]|84)|329"]],["([1-356]\\d)(\\d{3,5})","$1 $2",["1[3-9]|2[02569]|3[0-69]|5[05689]|6"]],["([235]\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[23]9|54"]],["([25]\\d{3})(\\d{3,5})","$1 $2",["(?:25|54)8","258[23]|5483"]],["(8\\d{3})(\\d{6})","$1 $2",["86"]],["(80\\d)(\\d{4})","$1 $2",["80"]]],"0","0$1"],"001":["979","\\d{9}",[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3"]]]}}},YJ6v:function(e){e.exports={pagination:{ListCloudFrontOriginAccessIdentities:{input_token:"Marker",limit_key:"MaxItems",more_results:"CloudFrontOriginAccessIdentityList.IsTruncated",output_token:"CloudFrontOriginAccessIdentityList.NextMarker",result_key:"CloudFrontOriginAccessIdentityList.Items"},ListDistributions:{input_token:"Marker",limit_key:"MaxItems",more_results:"DistributionList.IsTruncated",output_token:"DistributionList.NextMarker",result_key:"DistributionList.Items"},ListInvalidations:{input_token:"Marker",limit_key:"MaxItems",more_results:"InvalidationList.IsTruncated",output_token:"InvalidationList.NextMarker",result_key:"InvalidationList.Items"},ListStreamingDistributions:{input_token:"Marker",limit_key:"MaxItems",more_results:"StreamingDistributionList.IsTruncated",output_token:"StreamingDistributionList.NextMarker",result_key:"StreamingDistributionList.Items"}}}},YJUc:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2014-10-06",endpointPrefix:"codedeploy",jsonVersion:"1.1",protocol:"json",serviceAbbreviation:"CodeDeploy",serviceFullName:"AWS CodeDeploy",serviceId:"CodeDeploy",signatureVersion:"v4",targetPrefix:"CodeDeploy_20141006",timestampFormat:"unixTimestamp",uid:"codedeploy-2014-10-06"},operations:{AddTagsToOnPremisesInstances:{input:{type:"structure",required:["tags","instanceNames"],members:{tags:{shape:"S2"},instanceNames:{shape:"S6"}}}},BatchGetApplicationRevisions:{input:{type:"structure",required:["applicationName","revisions"],members:{applicationName:{},revisions:{shape:"Sa"}}},output:{type:"structure",members:{applicationName:{},errorMessage:{},revisions:{type:"list",member:{type:"structure",members:{revisionLocation:{shape:"Sb"},genericRevisionInfo:{shape:"St"}}}}}}},BatchGetApplications:{input:{type:"structure",required:["applicationNames"],members:{applicationNames:{shape:"Sz"}}},output:{type:"structure",members:{applicationsInfo:{type:"list",member:{shape:"S12"}}}}},BatchGetDeploymentGroups:{input:{type:"structure",required:["applicationName","deploymentGroupNames"],members:{applicationName:{},deploymentGroupNames:{shape:"Sv"}}},output:{type:"structure",members:{deploymentGroupsInfo:{type:"list",member:{shape:"S1a"}},errorMessage:{}}}},BatchGetDeploymentInstances:{input:{type:"structure",required:["deploymentId","instanceIds"],members:{deploymentId:{},instanceIds:{shape:"S2r"}}},output:{type:"structure",members:{instancesSummary:{type:"list",member:{shape:"S2v"}},errorMessage:{}}}},BatchGetDeployments:{input:{type:"structure",required:["deploymentIds"],members:{deploymentIds:{shape:"S38"}}},output:{type:"structure",members:{deploymentsInfo:{type:"list",member:{shape:"S3b"}}}}},BatchGetOnPremisesInstances:{input:{type:"structure",required:["instanceNames"],members:{instanceNames:{shape:"S6"}}},output:{type:"structure",members:{instanceInfos:{type:"list",member:{shape:"S3q"}}}}},ContinueDeployment:{input:{type:"structure",members:{deploymentId:{}}}},CreateApplication:{input:{type:"structure",required:["applicationName"],members:{applicationName:{},computePlatform:{}}},output:{type:"structure",members:{applicationId:{}}}},CreateDeployment:{input:{type:"structure",required:["applicationName"],members:{applicationName:{},deploymentGroupName:{},revision:{shape:"Sb"},deploymentConfigName:{},description:{},ignoreApplicationStopFailures:{type:"boolean"},targetInstances:{shape:"S3i"},autoRollbackConfiguration:{shape:"S1y"},updateOutdatedInstancesOnly:{type:"boolean"},fileExistsBehavior:{}}},output:{type:"structure",members:{deploymentId:{}}}},CreateDeploymentConfig:{input:{type:"structure",required:["deploymentConfigName"],members:{deploymentConfigName:{},minimumHealthyHosts:{shape:"S40"},trafficRoutingConfig:{shape:"S43"},computePlatform:{}}},output:{type:"structure",members:{deploymentConfigId:{}}}},CreateDeploymentGroup:{input:{type:"structure",required:["applicationName","deploymentGroupName","serviceRoleArn"],members:{applicationName:{},deploymentGroupName:{},deploymentConfigName:{},ec2TagFilters:{shape:"S1d"},onPremisesInstanceTagFilters:{shape:"S1g"},autoScalingGroups:{shape:"S3j"},serviceRoleArn:{},triggerConfigurations:{shape:"S1o"},alarmConfiguration:{shape:"S1u"},autoRollbackConfiguration:{shape:"S1y"},deploymentStyle:{shape:"S21"},blueGreenDeploymentConfiguration:{shape:"S24"},loadBalancerInfo:{shape:"S2c"},ec2TagSet:{shape:"S2m"},onPremisesTagSet:{shape:"S2o"}}},output:{type:"structure",members:{deploymentGroupId:{}}}},DeleteApplication:{input:{type:"structure",required:["applicationName"],members:{applicationName:{}}}},DeleteDeploymentConfig:{input:{type:"structure",required:["deploymentConfigName"],members:{deploymentConfigName:{}}}},DeleteDeploymentGroup:{input:{type:"structure",required:["applicationName","deploymentGroupName"],members:{applicationName:{},deploymentGroupName:{}}},output:{type:"structure",members:{hooksNotCleanedUp:{shape:"S1j"}}}},DeleteGitHubAccountToken:{input:{type:"structure",members:{tokenName:{}}},output:{type:"structure",members:{tokenName:{}}}},DeregisterOnPremisesInstance:{input:{type:"structure",required:["instanceName"],members:{instanceName:{}}}},GetApplication:{input:{type:"structure",required:["applicationName"],members:{applicationName:{}}},output:{type:"structure",members:{application:{shape:"S12"}}}},GetApplicationRevision:{input:{type:"structure",required:["applicationName","revision"],members:{applicationName:{},revision:{shape:"Sb"}}},output:{type:"structure",members:{applicationName:{},revision:{shape:"Sb"},revisionInfo:{shape:"St"}}}},GetDeployment:{input:{type:"structure",required:["deploymentId"],members:{deploymentId:{}}},output:{type:"structure",members:{deploymentInfo:{shape:"S3b"}}}},GetDeploymentConfig:{input:{type:"structure",required:["deploymentConfigName"],members:{deploymentConfigName:{}}},output:{type:"structure",members:{deploymentConfigInfo:{type:"structure",members:{deploymentConfigId:{},deploymentConfigName:{},minimumHealthyHosts:{shape:"S40"},createTime:{type:"timestamp"},computePlatform:{},trafficRoutingConfig:{shape:"S43"}}}}}},GetDeploymentGroup:{input:{type:"structure",required:["applicationName","deploymentGroupName"],members:{applicationName:{},deploymentGroupName:{}}},output:{type:"structure",members:{deploymentGroupInfo:{shape:"S1a"}}}},GetDeploymentInstance:{input:{type:"structure",required:["deploymentId","instanceId"],members:{deploymentId:{},instanceId:{}}},output:{type:"structure",members:{instanceSummary:{shape:"S2v"}}}},GetOnPremisesInstance:{input:{type:"structure",required:["instanceName"],members:{instanceName:{}}},output:{type:"structure",members:{instanceInfo:{shape:"S3q"}}}},ListApplicationRevisions:{input:{type:"structure",required:["applicationName"],members:{applicationName:{},sortBy:{},sortOrder:{},s3Bucket:{},s3KeyPrefix:{},deployed:{},nextToken:{}}},output:{type:"structure",members:{revisions:{shape:"Sa"},nextToken:{}}}},ListApplications:{input:{type:"structure",members:{nextToken:{}}},output:{type:"structure",members:{applications:{shape:"Sz"},nextToken:{}}}},ListDeploymentConfigs:{input:{type:"structure",members:{nextToken:{}}},output:{type:"structure",members:{deploymentConfigsList:{type:"list",member:{}},nextToken:{}}}},ListDeploymentGroups:{input:{type:"structure",required:["applicationName"],members:{applicationName:{},nextToken:{}}},output:{type:"structure",members:{applicationName:{},deploymentGroups:{shape:"Sv"},nextToken:{}}}},ListDeploymentInstances:{input:{type:"structure",required:["deploymentId"],members:{deploymentId:{},nextToken:{},instanceStatusFilter:{type:"list",member:{}},instanceTypeFilter:{type:"list",member:{}}}},output:{type:"structure",members:{instancesList:{shape:"S2r"},nextToken:{}}}},ListDeployments:{input:{type:"structure",members:{applicationName:{},deploymentGroupName:{},includeOnlyStatuses:{type:"list",member:{}},createTimeRange:{type:"structure",members:{start:{type:"timestamp"},end:{type:"timestamp"}}},nextToken:{}}},output:{type:"structure",members:{deployments:{shape:"S38"},nextToken:{}}}},ListGitHubAccountTokenNames:{input:{type:"structure",members:{nextToken:{}}},output:{type:"structure",members:{tokenNameList:{type:"list",member:{}},nextToken:{}}}},ListOnPremisesInstances:{input:{type:"structure",members:{registrationStatus:{},tagFilters:{shape:"S1g"},nextToken:{}}},output:{type:"structure",members:{instanceNames:{shape:"S6"},nextToken:{}}}},PutLifecycleEventHookExecutionStatus:{input:{type:"structure",members:{deploymentId:{},lifecycleEventHookExecutionId:{},status:{}}},output:{type:"structure",members:{lifecycleEventHookExecutionId:{}}}},RegisterApplicationRevision:{input:{type:"structure",required:["applicationName","revision"],members:{applicationName:{},description:{},revision:{shape:"Sb"}}}},RegisterOnPremisesInstance:{input:{type:"structure",required:["instanceName"],members:{instanceName:{},iamSessionArn:{},iamUserArn:{}}}},RemoveTagsFromOnPremisesInstances:{input:{type:"structure",required:["tags","instanceNames"],members:{tags:{shape:"S2"},instanceNames:{shape:"S6"}}}},SkipWaitTimeForInstanceTermination:{input:{type:"structure",members:{deploymentId:{}}}},StopDeployment:{input:{type:"structure",required:["deploymentId"],members:{deploymentId:{},autoRollbackEnabled:{type:"boolean"}}},output:{type:"structure",members:{status:{},statusMessage:{}}}},UpdateApplication:{input:{type:"structure",members:{applicationName:{},newApplicationName:{}}}},UpdateDeploymentGroup:{input:{type:"structure",required:["applicationName","currentDeploymentGroupName"],members:{applicationName:{},currentDeploymentGroupName:{},newDeploymentGroupName:{},deploymentConfigName:{},ec2TagFilters:{shape:"S1d"},onPremisesInstanceTagFilters:{shape:"S1g"},autoScalingGroups:{shape:"S3j"},serviceRoleArn:{},triggerConfigurations:{shape:"S1o"},alarmConfiguration:{shape:"S1u"},autoRollbackConfiguration:{shape:"S1y"},deploymentStyle:{shape:"S21"},blueGreenDeploymentConfiguration:{shape:"S24"},loadBalancerInfo:{shape:"S2c"},ec2TagSet:{shape:"S2m"},onPremisesTagSet:{shape:"S2o"}}},output:{type:"structure",members:{hooksNotCleanedUp:{shape:"S1j"}}}}},shapes:{S2:{type:"list",member:{type:"structure",members:{Key:{},Value:{}}}},S6:{type:"list",member:{}},Sa:{type:"list",member:{shape:"Sb"}},Sb:{type:"structure",members:{revisionType:{},s3Location:{type:"structure",members:{bucket:{},key:{},bundleType:{},version:{},eTag:{}}},gitHubLocation:{type:"structure",members:{repository:{},commitId:{}}},string:{type:"structure",members:{content:{},sha256:{}}}}},St:{type:"structure",members:{description:{},deploymentGroups:{shape:"Sv"},firstUsedTime:{type:"timestamp"},lastUsedTime:{type:"timestamp"},registerTime:{type:"timestamp"}}},Sv:{type:"list",member:{}},Sz:{type:"list",member:{}},S12:{type:"structure",members:{applicationId:{},applicationName:{},createTime:{type:"timestamp"},linkedToGitHub:{type:"boolean"},gitHubAccountName:{},computePlatform:{}}},S1a:{type:"structure",members:{applicationName:{},deploymentGroupId:{},deploymentGroupName:{},deploymentConfigName:{},ec2TagFilters:{shape:"S1d"},onPremisesInstanceTagFilters:{shape:"S1g"},autoScalingGroups:{shape:"S1j"},serviceRoleArn:{},targetRevision:{shape:"Sb"},triggerConfigurations:{shape:"S1o"},alarmConfiguration:{shape:"S1u"},autoRollbackConfiguration:{shape:"S1y"},deploymentStyle:{shape:"S21"},blueGreenDeploymentConfiguration:{shape:"S24"},loadBalancerInfo:{shape:"S2c"},lastSuccessfulDeployment:{shape:"S2j"},lastAttemptedDeployment:{shape:"S2j"},ec2TagSet:{shape:"S2m"},onPremisesTagSet:{shape:"S2o"},computePlatform:{}}},S1d:{type:"list",member:{type:"structure",members:{Key:{},Value:{},Type:{}}}},S1g:{type:"list",member:{type:"structure",members:{Key:{},Value:{},Type:{}}}},S1j:{type:"list",member:{type:"structure",members:{name:{},hook:{}}}},S1o:{type:"list",member:{type:"structure",members:{triggerName:{},triggerTargetArn:{},triggerEvents:{type:"list",member:{}}}}},S1u:{type:"structure",members:{enabled:{type:"boolean"},ignorePollAlarmFailure:{type:"boolean"},alarms:{type:"list",member:{type:"structure",members:{name:{}}}}}},S1y:{type:"structure",members:{enabled:{type:"boolean"},events:{type:"list",member:{}}}},S21:{type:"structure",members:{deploymentType:{},deploymentOption:{}}},S24:{type:"structure",members:{terminateBlueInstancesOnDeploymentSuccess:{type:"structure",members:{action:{},terminationWaitTimeInMinutes:{type:"integer"}}},deploymentReadyOption:{type:"structure",members:{actionOnTimeout:{},waitTimeInMinutes:{type:"integer"}}},greenFleetProvisioningOption:{type:"structure",members:{action:{}}}}},S2c:{type:"structure",members:{elbInfoList:{type:"list",member:{type:"structure",members:{name:{}}}},targetGroupInfoList:{type:"list",member:{type:"structure",members:{name:{}}}}}},S2j:{type:"structure",members:{deploymentId:{},status:{},endTime:{type:"timestamp"},createTime:{type:"timestamp"}}},S2m:{type:"structure",members:{ec2TagSetList:{type:"list",member:{shape:"S1d"}}}},S2o:{type:"structure",members:{onPremisesTagSetList:{type:"list",member:{shape:"S1g"}}}},S2r:{type:"list",member:{}},S2v:{type:"structure",members:{deploymentId:{},instanceId:{},status:{},lastUpdatedAt:{type:"timestamp"},lifecycleEvents:{type:"list",member:{type:"structure",members:{lifecycleEventName:{},diagnostics:{type:"structure",members:{errorCode:{},scriptName:{},message:{},logTail:{}}},startTime:{type:"timestamp"},endTime:{type:"timestamp"},status:{}}}},instanceType:{}}},S38:{type:"list",member:{}},S3b:{type:"structure",members:{applicationName:{},deploymentGroupName:{},deploymentConfigName:{},deploymentId:{},previousRevision:{shape:"Sb"},revision:{shape:"Sb"},status:{},errorInformation:{type:"structure",members:{code:{},message:{}}},createTime:{type:"timestamp"},startTime:{type:"timestamp"},completeTime:{type:"timestamp"},deploymentOverview:{type:"structure",members:{Pending:{type:"long"},InProgress:{type:"long"},Succeeded:{type:"long"},Failed:{type:"long"},Skipped:{type:"long"},Ready:{type:"long"}}},description:{},creator:{},ignoreApplicationStopFailures:{type:"boolean"},autoRollbackConfiguration:{shape:"S1y"},updateOutdatedInstancesOnly:{type:"boolean"},rollbackInfo:{type:"structure",members:{rollbackDeploymentId:{},rollbackTriggeringDeploymentId:{},rollbackMessage:{}}},deploymentStyle:{shape:"S21"},targetInstances:{shape:"S3i"},instanceTerminationWaitTimeStarted:{type:"boolean"},blueGreenDeploymentConfiguration:{shape:"S24"},loadBalancerInfo:{shape:"S2c"},additionalDeploymentStatusInfo:{type:"string",deprecated:!0},fileExistsBehavior:{},deploymentStatusMessages:{type:"list",member:{}},computePlatform:{}}},S3i:{type:"structure",members:{tagFilters:{shape:"S1d"},autoScalingGroups:{shape:"S3j"},ec2TagSet:{shape:"S2m"}}},S3j:{type:"list",member:{}},S3q:{type:"structure",members:{instanceName:{},iamSessionArn:{},iamUserArn:{},instanceArn:{},registerTime:{type:"timestamp"},deregisterTime:{type:"timestamp"},tags:{shape:"S2"}}},S40:{type:"structure",members:{value:{type:"integer"},type:{}}},S43:{type:"structure",members:{type:{},timeBasedCanary:{type:"structure",members:{canaryPercentage:{type:"integer"},canaryInterval:{type:"integer"}}},timeBasedLinear:{type:"structure",members:{linearPercentage:{type:"integer"},linearInterval:{type:"integer"}}}}}}}},YSh2:function(e,t,r){"use strict";r.d(t,"b",function(){return n}),r.d(t,"o",function(){return i}),r.d(t,"f",function(){return o}),r.d(t,"g",function(){return a}),r.d(t,"n",function(){return s}),r.d(t,"l",function(){return u}),r.d(t,"k",function(){return l}),r.d(t,"e",function(){return c}),r.d(t,"h",function(){return p}),r.d(t,"i",function(){return m}),r.d(t,"p",function(){return d}),r.d(t,"m",function(){return h}),r.d(t,"d",function(){return y}),r.d(t,"c",function(){return f}),r.d(t,"r",function(){return b}),r.d(t,"j",function(){return g}),r.d(t,"a",function(){return v}),r.d(t,"q",function(){return S});var n=8,i=9,o=13,a=27,s=32,u=33,l=34,c=35,p=36,m=37,d=38,h=39,y=40,f=46,b=48,g=57,v=65,S=90},YTNH:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.efs={},n.EFS=i.defineService("efs",["2015-02-01"]),Object.defineProperty(o.services.efs,"2015-02-01",{get:function(){var e=r("YxU5");return e.paginators=r("ErbL").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.EFS},YcCt:function(e,t,r){"use strict";function n(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,t,r,i){t=t||"&",r=r||"=";var o={};if("string"!=typeof e||0===e.length)return o;var a=/\+/g;e=e.split(t);var s=1e3;i&&"number"==typeof i.maxKeys&&(s=i.maxKeys);var u=e.length;s>0&&u>s&&(u=s);for(var l=0;l=0?(c=h.substr(0,y),p=h.substr(y+1)):(c=h,p=""),m=decodeURIComponent(c),d=decodeURIComponent(p),n(o,m)?Array.isArray(o[m])?o[m].push(d):o[m]=[o[m],d]:o[m]=d}return o}},YlbQ:function(e,t,r){"use strict";r.d(t,"a",function(){return i}),r.d(t,"b",function(){return o}),r("mrSG"),r("6blF"),r("F/XL");var n=r("K9Ia"),i=(r("CcnG"),function(){}),o=function(){function e(e,t,r){void 0===e&&(e=!1),void 0===r&&(r=!0);var i=this;this._multiple=e,this._emitChanges=r,this._selection=new Set,this._deselectedToEmit=[],this._selectedToEmit=[],this.changed=this._emitChanges?new n.a:null,this.onChange=this.changed,t&&t.length&&(e?t.forEach(function(e){return i._markSelected(e)}):this._markSelected(t[0]),this._selectedToEmit.length=0)}return Object.defineProperty(e.prototype,"selected",{get:function(){return this._selected||(this._selected=Array.from(this._selection.values())),this._selected},enumerable:!0,configurable:!0}),e.prototype.select=function(){for(var e=this,t=[],r=0;r1&&!this._multiple)throw Error("Cannot pass multiple values into SelectionModel with single-value mode.")},e}()},Yneo:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2015-05-28",endpointPrefix:"iot",protocol:"rest-json",serviceFullName:"AWS IoT",serviceId:"IoT",signatureVersion:"v4",signingName:"execute-api",uid:"iot-2015-05-28"},operations:{AcceptCertificateTransfer:{http:{method:"PATCH",requestUri:"/accept-certificate-transfer/{certificateId}"},input:{type:"structure",required:["certificateId"],members:{certificateId:{location:"uri",locationName:"certificateId"},setAsActive:{location:"querystring",locationName:"setAsActive",type:"boolean"}}}},AddThingToThingGroup:{http:{method:"PUT",requestUri:"/thing-groups/addThingToThingGroup"},input:{type:"structure",members:{thingGroupName:{},thingGroupArn:{},thingName:{},thingArn:{}}},output:{type:"structure",members:{}}},AssociateTargetsWithJob:{http:{requestUri:"/jobs/{jobId}/targets"},input:{type:"structure",required:["targets","jobId"],members:{targets:{shape:"Sb"},jobId:{location:"uri",locationName:"jobId"},comment:{}}},output:{type:"structure",members:{jobArn:{},jobId:{},description:{}}}},AttachPolicy:{http:{method:"PUT",requestUri:"/target-policies/{policyName}"},input:{type:"structure",required:["policyName","target"],members:{policyName:{location:"uri",locationName:"policyName"},target:{}}}},AttachPrincipalPolicy:{http:{method:"PUT",requestUri:"/principal-policies/{policyName}"},input:{type:"structure",required:["policyName","principal"],members:{policyName:{location:"uri",locationName:"policyName"},principal:{location:"header",locationName:"x-amzn-iot-principal"}}},deprecated:!0},AttachSecurityProfile:{http:{method:"PUT",requestUri:"/security-profiles/{securityProfileName}/targets"},input:{type:"structure",required:["securityProfileName","securityProfileTargetArn"],members:{securityProfileName:{location:"uri",locationName:"securityProfileName"},securityProfileTargetArn:{location:"querystring",locationName:"securityProfileTargetArn"}}},output:{type:"structure",members:{}}},AttachThingPrincipal:{http:{method:"PUT",requestUri:"/things/{thingName}/principals"},input:{type:"structure",required:["thingName","principal"],members:{thingName:{location:"uri",locationName:"thingName"},principal:{location:"header",locationName:"x-amzn-principal"}}},output:{type:"structure",members:{}}},CancelAuditTask:{http:{method:"PUT",requestUri:"/audit/tasks/{taskId}/cancel"},input:{type:"structure",required:["taskId"],members:{taskId:{location:"uri",locationName:"taskId"}}},output:{type:"structure",members:{}}},CancelCertificateTransfer:{http:{method:"PATCH",requestUri:"/cancel-certificate-transfer/{certificateId}"},input:{type:"structure",required:["certificateId"],members:{certificateId:{location:"uri",locationName:"certificateId"}}}},CancelJob:{http:{method:"PUT",requestUri:"/jobs/{jobId}/cancel"},input:{type:"structure",required:["jobId"],members:{jobId:{location:"uri",locationName:"jobId"},comment:{},force:{location:"querystring",locationName:"force",type:"boolean"}}},output:{type:"structure",members:{jobArn:{},jobId:{},description:{}}}},CancelJobExecution:{http:{method:"PUT",requestUri:"/things/{thingName}/jobs/{jobId}/cancel"},input:{type:"structure",required:["jobId","thingName"],members:{jobId:{location:"uri",locationName:"jobId"},thingName:{location:"uri",locationName:"thingName"},force:{location:"querystring",locationName:"force",type:"boolean"},expectedVersion:{type:"long"},statusDetails:{shape:"S12"}}}},ClearDefaultAuthorizer:{http:{method:"DELETE",requestUri:"/default-authorizer"},input:{type:"structure",members:{}},output:{type:"structure",members:{}}},CreateAuthorizer:{http:{requestUri:"/authorizer/{authorizerName}"},input:{type:"structure",required:["authorizerName","authorizerFunctionArn","tokenKeyName","tokenSigningPublicKeys"],members:{authorizerName:{location:"uri",locationName:"authorizerName"},authorizerFunctionArn:{},tokenKeyName:{},tokenSigningPublicKeys:{shape:"S1b"},status:{}}},output:{type:"structure",members:{authorizerName:{},authorizerArn:{}}}},CreateCertificateFromCsr:{http:{requestUri:"/certificates"},input:{type:"structure",required:["certificateSigningRequest"],members:{certificateSigningRequest:{},setAsActive:{location:"querystring",locationName:"setAsActive",type:"boolean"}}},output:{type:"structure",members:{certificateArn:{},certificateId:{},certificatePem:{}}}},CreateJob:{http:{method:"PUT",requestUri:"/jobs/{jobId}"},input:{type:"structure",required:["jobId","targets"],members:{jobId:{location:"uri",locationName:"jobId"},targets:{shape:"Sb"},documentSource:{},document:{},description:{},presignedUrlConfig:{shape:"S1p"},targetSelection:{},jobExecutionsRolloutConfig:{shape:"S1t"}}},output:{type:"structure",members:{jobArn:{},jobId:{},description:{}}}},CreateKeysAndCertificate:{http:{requestUri:"/keys-and-certificate"},input:{type:"structure",members:{setAsActive:{location:"querystring",locationName:"setAsActive",type:"boolean"}}},output:{type:"structure",members:{certificateArn:{},certificateId:{},certificatePem:{},keyPair:{type:"structure",members:{PublicKey:{},PrivateKey:{type:"string",sensitive:!0}}}}}},CreateOTAUpdate:{http:{requestUri:"/otaUpdates/{otaUpdateId}"},input:{type:"structure",required:["otaUpdateId","targets","files","roleArn"],members:{otaUpdateId:{location:"uri",locationName:"otaUpdateId"},description:{},targets:{shape:"S24"},targetSelection:{},awsJobExecutionsRolloutConfig:{shape:"S26"},files:{shape:"S28"},roleArn:{},additionalParameters:{shape:"S35"}}},output:{type:"structure",members:{otaUpdateId:{},awsIotJobId:{},otaUpdateArn:{},awsIotJobArn:{},otaUpdateStatus:{}}}},CreatePolicy:{http:{requestUri:"/policies/{policyName}"},input:{type:"structure",required:["policyName","policyDocument"],members:{policyName:{location:"uri",locationName:"policyName"},policyDocument:{}}},output:{type:"structure",members:{policyName:{},policyArn:{},policyDocument:{},policyVersionId:{}}}},CreatePolicyVersion:{http:{requestUri:"/policies/{policyName}/version"},input:{type:"structure",required:["policyName","policyDocument"],members:{policyName:{location:"uri",locationName:"policyName"},policyDocument:{},setAsDefault:{location:"querystring",locationName:"setAsDefault",type:"boolean"}}},output:{type:"structure",members:{policyArn:{},policyDocument:{},policyVersionId:{},isDefaultVersion:{type:"boolean"}}}},CreateRoleAlias:{http:{requestUri:"/role-aliases/{roleAlias}"},input:{type:"structure",required:["roleAlias","roleArn"],members:{roleAlias:{location:"uri",locationName:"roleAlias"},roleArn:{},credentialDurationSeconds:{type:"integer"}}},output:{type:"structure",members:{roleAlias:{},roleAliasArn:{}}}},CreateScheduledAudit:{http:{requestUri:"/audit/scheduledaudits/{scheduledAuditName}"},input:{type:"structure",required:["frequency","targetCheckNames","scheduledAuditName"],members:{frequency:{},dayOfMonth:{},dayOfWeek:{},targetCheckNames:{shape:"S3t"},scheduledAuditName:{location:"uri",locationName:"scheduledAuditName"}}},output:{type:"structure",members:{scheduledAuditArn:{}}}},CreateSecurityProfile:{http:{requestUri:"/security-profiles/{securityProfileName}"},input:{type:"structure",required:["securityProfileName","behaviors"],members:{securityProfileName:{location:"uri",locationName:"securityProfileName"},securityProfileDescription:{},behaviors:{shape:"S40"},alertTargets:{shape:"S4d"}}},output:{type:"structure",members:{securityProfileName:{},securityProfileArn:{}}}},CreateStream:{http:{requestUri:"/streams/{streamId}"},input:{type:"structure",required:["streamId","files","roleArn"],members:{streamId:{location:"uri",locationName:"streamId"},description:{},files:{shape:"S4l"},roleArn:{}}},output:{type:"structure",members:{streamId:{},streamArn:{},description:{},streamVersion:{type:"integer"}}}},CreateThing:{http:{requestUri:"/things/{thingName}"},input:{type:"structure",required:["thingName"],members:{thingName:{location:"uri",locationName:"thingName"},thingTypeName:{},attributePayload:{shape:"S4s"}}},output:{type:"structure",members:{thingName:{},thingArn:{},thingId:{}}}},CreateThingGroup:{http:{requestUri:"/thing-groups/{thingGroupName}"},input:{type:"structure",required:["thingGroupName"],members:{thingGroupName:{location:"uri",locationName:"thingGroupName"},parentGroupName:{},thingGroupProperties:{shape:"S50"}}},output:{type:"structure",members:{thingGroupName:{},thingGroupArn:{},thingGroupId:{}}}},CreateThingType:{http:{requestUri:"/thing-types/{thingTypeName}"},input:{type:"structure",required:["thingTypeName"],members:{thingTypeName:{location:"uri",locationName:"thingTypeName"},thingTypeProperties:{shape:"S55"}}},output:{type:"structure",members:{thingTypeName:{},thingTypeArn:{},thingTypeId:{}}}},CreateTopicRule:{http:{requestUri:"/rules/{ruleName}"},input:{type:"structure",required:["ruleName","topicRulePayload"],members:{ruleName:{location:"uri",locationName:"ruleName"},topicRulePayload:{shape:"S5d"}},payload:"topicRulePayload"}},DeleteAccountAuditConfiguration:{http:{method:"DELETE",requestUri:"/audit/configuration"},input:{type:"structure",members:{deleteScheduledAudits:{location:"querystring",locationName:"deleteScheduledAudits",type:"boolean"}}},output:{type:"structure",members:{}}},DeleteAuthorizer:{http:{method:"DELETE",requestUri:"/authorizer/{authorizerName}"},input:{type:"structure",required:["authorizerName"],members:{authorizerName:{location:"uri",locationName:"authorizerName"}}},output:{type:"structure",members:{}}},DeleteCACertificate:{http:{method:"DELETE",requestUri:"/cacertificate/{caCertificateId}"},input:{type:"structure",required:["certificateId"],members:{certificateId:{location:"uri",locationName:"caCertificateId"}}},output:{type:"structure",members:{}}},DeleteCertificate:{http:{method:"DELETE",requestUri:"/certificates/{certificateId}"},input:{type:"structure",required:["certificateId"],members:{certificateId:{location:"uri",locationName:"certificateId"},forceDelete:{location:"querystring",locationName:"forceDelete",type:"boolean"}}}},DeleteJob:{http:{method:"DELETE",requestUri:"/jobs/{jobId}"},input:{type:"structure",required:["jobId"],members:{jobId:{location:"uri",locationName:"jobId"},force:{location:"querystring",locationName:"force",type:"boolean"}}}},DeleteJobExecution:{http:{method:"DELETE",requestUri:"/things/{thingName}/jobs/{jobId}/executionNumber/{executionNumber}"},input:{type:"structure",required:["jobId","thingName","executionNumber"],members:{jobId:{location:"uri",locationName:"jobId"},thingName:{location:"uri",locationName:"thingName"},executionNumber:{location:"uri",locationName:"executionNumber",type:"long"},force:{location:"querystring",locationName:"force",type:"boolean"}}}},DeleteOTAUpdate:{http:{method:"DELETE",requestUri:"/otaUpdates/{otaUpdateId}"},input:{type:"structure",required:["otaUpdateId"],members:{otaUpdateId:{location:"uri",locationName:"otaUpdateId"},deleteStream:{location:"querystring",locationName:"deleteStream",type:"boolean"},forceDeleteAWSJob:{location:"querystring",locationName:"forceDeleteAWSJob",type:"boolean"}}},output:{type:"structure",members:{}}},DeletePolicy:{http:{method:"DELETE",requestUri:"/policies/{policyName}"},input:{type:"structure",required:["policyName"],members:{policyName:{location:"uri",locationName:"policyName"}}}},DeletePolicyVersion:{http:{method:"DELETE",requestUri:"/policies/{policyName}/version/{policyVersionId}"},input:{type:"structure",required:["policyName","policyVersionId"],members:{policyName:{location:"uri",locationName:"policyName"},policyVersionId:{location:"uri",locationName:"policyVersionId"}}}},DeleteRegistrationCode:{http:{method:"DELETE",requestUri:"/registrationcode"},input:{type:"structure",members:{}},output:{type:"structure",members:{}}},DeleteRoleAlias:{http:{method:"DELETE",requestUri:"/role-aliases/{roleAlias}"},input:{type:"structure",required:["roleAlias"],members:{roleAlias:{location:"uri",locationName:"roleAlias"}}},output:{type:"structure",members:{}}},DeleteScheduledAudit:{http:{method:"DELETE",requestUri:"/audit/scheduledaudits/{scheduledAuditName}"},input:{type:"structure",required:["scheduledAuditName"],members:{scheduledAuditName:{location:"uri",locationName:"scheduledAuditName"}}},output:{type:"structure",members:{}}},DeleteSecurityProfile:{http:{method:"DELETE",requestUri:"/security-profiles/{securityProfileName}"},input:{type:"structure",required:["securityProfileName"],members:{securityProfileName:{location:"uri",locationName:"securityProfileName"},expectedVersion:{location:"querystring",locationName:"expectedVersion",type:"long"}}},output:{type:"structure",members:{}}},DeleteStream:{http:{method:"DELETE",requestUri:"/streams/{streamId}"},input:{type:"structure",required:["streamId"],members:{streamId:{location:"uri",locationName:"streamId"}}},output:{type:"structure",members:{}}},DeleteThing:{http:{method:"DELETE",requestUri:"/things/{thingName}"},input:{type:"structure",required:["thingName"],members:{thingName:{location:"uri",locationName:"thingName"},expectedVersion:{location:"querystring",locationName:"expectedVersion",type:"long"}}},output:{type:"structure",members:{}}},DeleteThingGroup:{http:{method:"DELETE",requestUri:"/thing-groups/{thingGroupName}"},input:{type:"structure",required:["thingGroupName"],members:{thingGroupName:{location:"uri",locationName:"thingGroupName"},expectedVersion:{location:"querystring",locationName:"expectedVersion",type:"long"}}},output:{type:"structure",members:{}}},DeleteThingType:{http:{method:"DELETE",requestUri:"/thing-types/{thingTypeName}"},input:{type:"structure",required:["thingTypeName"],members:{thingTypeName:{location:"uri",locationName:"thingTypeName"}}},output:{type:"structure",members:{}}},DeleteTopicRule:{http:{method:"DELETE",requestUri:"/rules/{ruleName}"},input:{type:"structure",required:["ruleName"],members:{ruleName:{location:"uri",locationName:"ruleName"}}}},DeleteV2LoggingLevel:{http:{method:"DELETE",requestUri:"/v2LoggingLevel"},input:{type:"structure",required:["targetType","targetName"],members:{targetType:{location:"querystring",locationName:"targetType"},targetName:{location:"querystring",locationName:"targetName"}}}},DeprecateThingType:{http:{requestUri:"/thing-types/{thingTypeName}/deprecate"},input:{type:"structure",required:["thingTypeName"],members:{thingTypeName:{location:"uri",locationName:"thingTypeName"},undoDeprecate:{type:"boolean"}}},output:{type:"structure",members:{}}},DescribeAccountAuditConfiguration:{http:{method:"GET",requestUri:"/audit/configuration"},input:{type:"structure",members:{}},output:{type:"structure",members:{roleArn:{},auditNotificationTargetConfigurations:{shape:"S86"},auditCheckConfigurations:{shape:"S8a"}}}},DescribeAuditTask:{http:{method:"GET",requestUri:"/audit/tasks/{taskId}"},input:{type:"structure",required:["taskId"],members:{taskId:{location:"uri",locationName:"taskId"}}},output:{type:"structure",members:{taskStatus:{},taskType:{},taskStartTime:{type:"timestamp"},taskStatistics:{type:"structure",members:{totalChecks:{type:"integer"},inProgressChecks:{type:"integer"},waitingForDataCollectionChecks:{type:"integer"},compliantChecks:{type:"integer"},nonCompliantChecks:{type:"integer"},failedChecks:{type:"integer"},canceledChecks:{type:"integer"}}},scheduledAuditName:{},auditDetails:{type:"map",key:{},value:{type:"structure",members:{checkRunStatus:{},checkCompliant:{type:"boolean"},totalResourcesCount:{type:"long"},nonCompliantResourcesCount:{type:"long"},errorCode:{},message:{}}}}}}},DescribeAuthorizer:{http:{method:"GET",requestUri:"/authorizer/{authorizerName}"},input:{type:"structure",required:["authorizerName"],members:{authorizerName:{location:"uri",locationName:"authorizerName"}}},output:{type:"structure",members:{authorizerDescription:{shape:"S8z"}}}},DescribeCACertificate:{http:{method:"GET",requestUri:"/cacertificate/{caCertificateId}"},input:{type:"structure",required:["certificateId"],members:{certificateId:{location:"uri",locationName:"caCertificateId"}}},output:{type:"structure",members:{certificateDescription:{type:"structure",members:{certificateArn:{},certificateId:{},status:{},certificatePem:{},ownedBy:{},creationDate:{type:"timestamp"},autoRegistrationStatus:{},lastModifiedDate:{type:"timestamp"},customerVersion:{type:"integer"},generationId:{},validity:{shape:"S99"}}},registrationConfig:{shape:"S9a"}}}},DescribeCertificate:{http:{method:"GET",requestUri:"/certificates/{certificateId}"},input:{type:"structure",required:["certificateId"],members:{certificateId:{location:"uri",locationName:"certificateId"}}},output:{type:"structure",members:{certificateDescription:{type:"structure",members:{certificateArn:{},certificateId:{},caCertificateId:{},status:{},certificatePem:{},ownedBy:{},previousOwnedBy:{},creationDate:{type:"timestamp"},lastModifiedDate:{type:"timestamp"},customerVersion:{type:"integer"},transferData:{type:"structure",members:{transferMessage:{},rejectReason:{},transferDate:{type:"timestamp"},acceptDate:{type:"timestamp"},rejectDate:{type:"timestamp"}}},generationId:{},validity:{shape:"S99"}}}}}},DescribeDefaultAuthorizer:{http:{method:"GET",requestUri:"/default-authorizer"},input:{type:"structure",members:{}},output:{type:"structure",members:{authorizerDescription:{shape:"S8z"}}}},DescribeEndpoint:{http:{method:"GET",requestUri:"/endpoint"},input:{type:"structure",members:{endpointType:{location:"querystring",locationName:"endpointType"}}},output:{type:"structure",members:{endpointAddress:{}}}},DescribeEventConfigurations:{http:{method:"GET",requestUri:"/event-configurations"},input:{type:"structure",members:{}},output:{type:"structure",members:{eventConfigurations:{shape:"S9q"},creationDate:{type:"timestamp"},lastModifiedDate:{type:"timestamp"}}}},DescribeIndex:{http:{method:"GET",requestUri:"/indices/{indexName}"},input:{type:"structure",required:["indexName"],members:{indexName:{location:"uri",locationName:"indexName"}}},output:{type:"structure",members:{indexName:{},indexStatus:{},schema:{}}}},DescribeJob:{http:{method:"GET",requestUri:"/jobs/{jobId}"},input:{type:"structure",required:["jobId"],members:{jobId:{location:"uri",locationName:"jobId"}}},output:{type:"structure",members:{documentSource:{},job:{type:"structure",members:{jobArn:{},jobId:{},targetSelection:{},status:{},forceCanceled:{type:"boolean"},comment:{},targets:{shape:"Sb"},description:{},presignedUrlConfig:{shape:"S1p"},jobExecutionsRolloutConfig:{shape:"S1t"},createdAt:{type:"timestamp"},lastUpdatedAt:{type:"timestamp"},completedAt:{type:"timestamp"},jobProcessDetails:{type:"structure",members:{processingTargets:{type:"list",member:{}},numberOfCanceledThings:{type:"integer"},numberOfSucceededThings:{type:"integer"},numberOfFailedThings:{type:"integer"},numberOfRejectedThings:{type:"integer"},numberOfQueuedThings:{type:"integer"},numberOfInProgressThings:{type:"integer"},numberOfRemovedThings:{type:"integer"}}}}}}}},DescribeJobExecution:{http:{method:"GET",requestUri:"/things/{thingName}/jobs/{jobId}"},input:{type:"structure",required:["jobId","thingName"],members:{jobId:{location:"uri",locationName:"jobId"},thingName:{location:"uri",locationName:"thingName"},executionNumber:{location:"querystring",locationName:"executionNumber",type:"long"}}},output:{type:"structure",members:{execution:{type:"structure",members:{jobId:{},status:{},forceCanceled:{type:"boolean"},statusDetails:{type:"structure",members:{detailsMap:{shape:"S12"}}},thingArn:{},queuedAt:{type:"timestamp"},startedAt:{type:"timestamp"},lastUpdatedAt:{type:"timestamp"},executionNumber:{type:"long"},versionNumber:{type:"long"}}}}}},DescribeRoleAlias:{http:{method:"GET",requestUri:"/role-aliases/{roleAlias}"},input:{type:"structure",required:["roleAlias"],members:{roleAlias:{location:"uri",locationName:"roleAlias"}}},output:{type:"structure",members:{roleAliasDescription:{type:"structure",members:{roleAlias:{},roleAliasArn:{},roleArn:{},owner:{},credentialDurationSeconds:{type:"integer"},creationDate:{type:"timestamp"},lastModifiedDate:{type:"timestamp"}}}}}},DescribeScheduledAudit:{http:{method:"GET",requestUri:"/audit/scheduledaudits/{scheduledAuditName}"},input:{type:"structure",required:["scheduledAuditName"],members:{scheduledAuditName:{location:"uri",locationName:"scheduledAuditName"}}},output:{type:"structure",members:{frequency:{},dayOfMonth:{},dayOfWeek:{},targetCheckNames:{shape:"S3t"},scheduledAuditName:{},scheduledAuditArn:{}}}},DescribeSecurityProfile:{http:{method:"GET",requestUri:"/security-profiles/{securityProfileName}"},input:{type:"structure",required:["securityProfileName"],members:{securityProfileName:{location:"uri",locationName:"securityProfileName"}}},output:{type:"structure",members:{securityProfileName:{},securityProfileArn:{},securityProfileDescription:{},behaviors:{shape:"S40"},alertTargets:{shape:"S4d"},version:{type:"long"},creationDate:{type:"timestamp"},lastModifiedDate:{type:"timestamp"}}}},DescribeStream:{http:{method:"GET",requestUri:"/streams/{streamId}"},input:{type:"structure",required:["streamId"],members:{streamId:{location:"uri",locationName:"streamId"}}},output:{type:"structure",members:{streamInfo:{type:"structure",members:{streamId:{},streamArn:{},streamVersion:{type:"integer"},description:{},files:{shape:"S4l"},createdAt:{type:"timestamp"},lastUpdatedAt:{type:"timestamp"},roleArn:{}}}}}},DescribeThing:{http:{method:"GET",requestUri:"/things/{thingName}"},input:{type:"structure",required:["thingName"],members:{thingName:{location:"uri",locationName:"thingName"}}},output:{type:"structure",members:{defaultClientId:{},thingName:{},thingId:{},thingArn:{},thingTypeName:{},attributes:{shape:"S4t"},version:{type:"long"}}}},DescribeThingGroup:{http:{method:"GET",requestUri:"/thing-groups/{thingGroupName}"},input:{type:"structure",required:["thingGroupName"],members:{thingGroupName:{location:"uri",locationName:"thingGroupName"}}},output:{type:"structure",members:{thingGroupName:{},thingGroupId:{},thingGroupArn:{},version:{type:"long"},thingGroupProperties:{shape:"S50"},thingGroupMetadata:{type:"structure",members:{parentGroupName:{},rootToParentThingGroups:{shape:"Sb2"},creationDate:{type:"timestamp"}}}}}},DescribeThingRegistrationTask:{http:{method:"GET",requestUri:"/thing-registration-tasks/{taskId}"},input:{type:"structure",required:["taskId"],members:{taskId:{location:"uri",locationName:"taskId"}}},output:{type:"structure",members:{taskId:{},creationDate:{type:"timestamp"},lastModifiedDate:{type:"timestamp"},templateBody:{},inputFileBucket:{},inputFileKey:{},roleArn:{},status:{},message:{},successCount:{type:"integer"},failureCount:{type:"integer"},percentageProgress:{type:"integer"}}}},DescribeThingType:{http:{method:"GET",requestUri:"/thing-types/{thingTypeName}"},input:{type:"structure",required:["thingTypeName"],members:{thingTypeName:{location:"uri",locationName:"thingTypeName"}}},output:{type:"structure",members:{thingTypeName:{},thingTypeId:{},thingTypeArn:{},thingTypeProperties:{shape:"S55"},thingTypeMetadata:{shape:"Sbe"}}}},DetachPolicy:{http:{requestUri:"/target-policies/{policyName}"},input:{type:"structure",required:["policyName","target"],members:{policyName:{location:"uri",locationName:"policyName"},target:{}}}},DetachPrincipalPolicy:{http:{method:"DELETE",requestUri:"/principal-policies/{policyName}"},input:{type:"structure",required:["policyName","principal"],members:{policyName:{location:"uri",locationName:"policyName"},principal:{location:"header",locationName:"x-amzn-iot-principal"}}},deprecated:!0},DetachSecurityProfile:{http:{method:"DELETE",requestUri:"/security-profiles/{securityProfileName}/targets"},input:{type:"structure",required:["securityProfileName","securityProfileTargetArn"],members:{securityProfileName:{location:"uri",locationName:"securityProfileName"},securityProfileTargetArn:{location:"querystring",locationName:"securityProfileTargetArn"}}},output:{type:"structure",members:{}}},DetachThingPrincipal:{http:{method:"DELETE",requestUri:"/things/{thingName}/principals"},input:{type:"structure",required:["thingName","principal"],members:{thingName:{location:"uri",locationName:"thingName"},principal:{location:"header",locationName:"x-amzn-principal"}}},output:{type:"structure",members:{}}},DisableTopicRule:{http:{requestUri:"/rules/{ruleName}/disable"},input:{type:"structure",required:["ruleName"],members:{ruleName:{location:"uri",locationName:"ruleName"}}}},EnableTopicRule:{http:{requestUri:"/rules/{ruleName}/enable"},input:{type:"structure",required:["ruleName"],members:{ruleName:{location:"uri",locationName:"ruleName"}}}},GetEffectivePolicies:{http:{requestUri:"/effective-policies"},input:{type:"structure",members:{principal:{},cognitoIdentityPoolId:{},thingName:{location:"querystring",locationName:"thingName"}}},output:{type:"structure",members:{effectivePolicies:{type:"list",member:{type:"structure",members:{policyName:{},policyArn:{},policyDocument:{}}}}}}},GetIndexingConfiguration:{http:{method:"GET",requestUri:"/indexing/config"},input:{type:"structure",members:{}},output:{type:"structure",members:{thingIndexingConfiguration:{shape:"Sbw"},thingGroupIndexingConfiguration:{shape:"Sby"}}}},GetJobDocument:{http:{method:"GET",requestUri:"/jobs/{jobId}/job-document"},input:{type:"structure",required:["jobId"],members:{jobId:{location:"uri",locationName:"jobId"}}},output:{type:"structure",members:{document:{}}}},GetLoggingOptions:{http:{method:"GET",requestUri:"/loggingOptions"},input:{type:"structure",members:{}},output:{type:"structure",members:{roleArn:{},logLevel:{}}}},GetOTAUpdate:{http:{method:"GET",requestUri:"/otaUpdates/{otaUpdateId}"},input:{type:"structure",required:["otaUpdateId"],members:{otaUpdateId:{location:"uri",locationName:"otaUpdateId"}}},output:{type:"structure",members:{otaUpdateInfo:{type:"structure",members:{otaUpdateId:{},otaUpdateArn:{},creationDate:{type:"timestamp"},lastModifiedDate:{type:"timestamp"},description:{},targets:{shape:"S24"},awsJobExecutionsRolloutConfig:{shape:"S26"},targetSelection:{},otaUpdateFiles:{shape:"S28"},otaUpdateStatus:{},awsIotJobId:{},awsIotJobArn:{},errorInfo:{type:"structure",members:{code:{},message:{}}},additionalParameters:{shape:"S35"}}}}}},GetPolicy:{http:{method:"GET",requestUri:"/policies/{policyName}"},input:{type:"structure",required:["policyName"],members:{policyName:{location:"uri",locationName:"policyName"}}},output:{type:"structure",members:{policyName:{},policyArn:{},policyDocument:{},defaultVersionId:{},creationDate:{type:"timestamp"},lastModifiedDate:{type:"timestamp"},generationId:{}}}},GetPolicyVersion:{http:{method:"GET",requestUri:"/policies/{policyName}/version/{policyVersionId}"},input:{type:"structure",required:["policyName","policyVersionId"],members:{policyName:{location:"uri",locationName:"policyName"},policyVersionId:{location:"uri",locationName:"policyVersionId"}}},output:{type:"structure",members:{policyArn:{},policyName:{},policyDocument:{},policyVersionId:{},isDefaultVersion:{type:"boolean"},creationDate:{type:"timestamp"},lastModifiedDate:{type:"timestamp"},generationId:{}}}},GetRegistrationCode:{http:{method:"GET",requestUri:"/registrationcode"},input:{type:"structure",members:{}},output:{type:"structure",members:{registrationCode:{}}}},GetTopicRule:{http:{method:"GET",requestUri:"/rules/{ruleName}"},input:{type:"structure",required:["ruleName"],members:{ruleName:{location:"uri",locationName:"ruleName"}}},output:{type:"structure",members:{ruleArn:{},rule:{type:"structure",members:{ruleName:{},sql:{},description:{},createdAt:{type:"timestamp"},actions:{shape:"S5g"},ruleDisabled:{type:"boolean"},awsIotSqlVersion:{},errorAction:{shape:"S5h"}}}}}},GetV2LoggingOptions:{http:{method:"GET",requestUri:"/v2LoggingOptions"},input:{type:"structure",members:{}},output:{type:"structure",members:{roleArn:{},defaultLogLevel:{},disableAllLogs:{type:"boolean"}}}},ListActiveViolations:{http:{method:"GET",requestUri:"/active-violations"},input:{type:"structure",members:{thingName:{location:"querystring",locationName:"thingName"},securityProfileName:{location:"querystring",locationName:"securityProfileName"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{activeViolations:{type:"list",member:{type:"structure",members:{violationId:{},thingName:{},securityProfileName:{},behavior:{shape:"S41"},lastViolationValue:{shape:"S46"},lastViolationTime:{type:"timestamp"},violationStartTime:{type:"timestamp"}}}},nextToken:{}}}},ListAttachedPolicies:{http:{requestUri:"/attached-policies/{target}"},input:{type:"structure",required:["target"],members:{target:{location:"uri",locationName:"target"},recursive:{location:"querystring",locationName:"recursive",type:"boolean"},marker:{location:"querystring",locationName:"marker"},pageSize:{location:"querystring",locationName:"pageSize",type:"integer"}}},output:{type:"structure",members:{policies:{shape:"Sd2"},nextMarker:{}}}},ListAuditFindings:{http:{requestUri:"/audit/findings"},input:{type:"structure",members:{taskId:{},checkName:{},resourceIdentifier:{shape:"Sd5"},maxResults:{type:"integer"},nextToken:{},startTime:{type:"timestamp"},endTime:{type:"timestamp"}}},output:{type:"structure",members:{findings:{type:"list",member:{type:"structure",members:{taskId:{},checkName:{},taskStartTime:{type:"timestamp"},findingTime:{type:"timestamp"},severity:{},nonCompliantResource:{type:"structure",members:{resourceType:{},resourceIdentifier:{shape:"Sd5"},additionalInfo:{shape:"Sdd"}}},relatedResources:{type:"list",member:{type:"structure",members:{resourceType:{},resourceIdentifier:{shape:"Sd5"},additionalInfo:{shape:"Sdd"}}}},reasonForNonCompliance:{},reasonForNonComplianceCode:{}}}},nextToken:{}}}},ListAuditTasks:{http:{method:"GET",requestUri:"/audit/tasks"},input:{type:"structure",required:["startTime","endTime"],members:{startTime:{location:"querystring",locationName:"startTime",type:"timestamp"},endTime:{location:"querystring",locationName:"endTime",type:"timestamp"},taskType:{location:"querystring",locationName:"taskType"},taskStatus:{location:"querystring",locationName:"taskStatus"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{tasks:{type:"list",member:{type:"structure",members:{taskId:{},taskStatus:{},taskType:{}}}},nextToken:{}}}},ListAuthorizers:{http:{method:"GET",requestUri:"/authorizers/"},input:{type:"structure",members:{pageSize:{location:"querystring",locationName:"pageSize",type:"integer"},marker:{location:"querystring",locationName:"marker"},ascendingOrder:{location:"querystring",locationName:"isAscendingOrder",type:"boolean"},status:{location:"querystring",locationName:"status"}}},output:{type:"structure",members:{authorizers:{type:"list",member:{type:"structure",members:{authorizerName:{},authorizerArn:{}}}},nextMarker:{}}}},ListCACertificates:{http:{method:"GET",requestUri:"/cacertificates"},input:{type:"structure",members:{pageSize:{location:"querystring",locationName:"pageSize",type:"integer"},marker:{location:"querystring",locationName:"marker"},ascendingOrder:{location:"querystring",locationName:"isAscendingOrder",type:"boolean"}}},output:{type:"structure",members:{certificates:{type:"list",member:{type:"structure",members:{certificateArn:{},certificateId:{},status:{},creationDate:{type:"timestamp"}}}},nextMarker:{}}}},ListCertificates:{http:{method:"GET",requestUri:"/certificates"},input:{type:"structure",members:{pageSize:{location:"querystring",locationName:"pageSize",type:"integer"},marker:{location:"querystring",locationName:"marker"},ascendingOrder:{location:"querystring",locationName:"isAscendingOrder",type:"boolean"}}},output:{type:"structure",members:{certificates:{shape:"Sdx"},nextMarker:{}}}},ListCertificatesByCA:{http:{method:"GET",requestUri:"/certificates-by-ca/{caCertificateId}"},input:{type:"structure",required:["caCertificateId"],members:{caCertificateId:{location:"uri",locationName:"caCertificateId"},pageSize:{location:"querystring",locationName:"pageSize",type:"integer"},marker:{location:"querystring",locationName:"marker"},ascendingOrder:{location:"querystring",locationName:"isAscendingOrder",type:"boolean"}}},output:{type:"structure",members:{certificates:{shape:"Sdx"},nextMarker:{}}}},ListIndices:{http:{method:"GET",requestUri:"/indices"},input:{type:"structure",members:{nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{indexNames:{type:"list",member:{}},nextToken:{}}}},ListJobExecutionsForJob:{http:{method:"GET",requestUri:"/jobs/{jobId}/things"},input:{type:"structure",required:["jobId"],members:{jobId:{location:"uri",locationName:"jobId"},status:{location:"querystring",locationName:"status"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},nextToken:{location:"querystring",locationName:"nextToken"}}},output:{type:"structure",members:{executionSummaries:{type:"list",member:{type:"structure",members:{thingArn:{},jobExecutionSummary:{shape:"Sea"}}}},nextToken:{}}}},ListJobExecutionsForThing:{http:{method:"GET",requestUri:"/things/{thingName}/jobs"},input:{type:"structure",required:["thingName"],members:{thingName:{location:"uri",locationName:"thingName"},status:{location:"querystring",locationName:"status"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},nextToken:{location:"querystring",locationName:"nextToken"}}},output:{type:"structure",members:{executionSummaries:{type:"list",member:{type:"structure",members:{jobId:{},jobExecutionSummary:{shape:"Sea"}}}},nextToken:{}}}},ListJobs:{http:{method:"GET",requestUri:"/jobs"},input:{type:"structure",members:{status:{location:"querystring",locationName:"status"},targetSelection:{location:"querystring",locationName:"targetSelection"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},nextToken:{location:"querystring",locationName:"nextToken"},thingGroupName:{location:"querystring",locationName:"thingGroupName"},thingGroupId:{location:"querystring",locationName:"thingGroupId"}}},output:{type:"structure",members:{jobs:{type:"list",member:{type:"structure",members:{jobArn:{},jobId:{},thingGroupId:{},targetSelection:{},status:{},createdAt:{type:"timestamp"},lastUpdatedAt:{type:"timestamp"},completedAt:{type:"timestamp"}}}},nextToken:{}}}},ListOTAUpdates:{http:{method:"GET",requestUri:"/otaUpdates"},input:{type:"structure",members:{maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},nextToken:{location:"querystring",locationName:"nextToken"},otaUpdateStatus:{location:"querystring",locationName:"otaUpdateStatus"}}},output:{type:"structure",members:{otaUpdates:{type:"list",member:{type:"structure",members:{otaUpdateId:{},otaUpdateArn:{},creationDate:{type:"timestamp"}}}},nextToken:{}}}},ListOutgoingCertificates:{http:{method:"GET",requestUri:"/certificates-out-going"},input:{type:"structure",members:{pageSize:{location:"querystring",locationName:"pageSize",type:"integer"},marker:{location:"querystring",locationName:"marker"},ascendingOrder:{location:"querystring",locationName:"isAscendingOrder",type:"boolean"}}},output:{type:"structure",members:{outgoingCertificates:{type:"list",member:{type:"structure",members:{certificateArn:{},certificateId:{},transferredTo:{},transferDate:{type:"timestamp"},transferMessage:{},creationDate:{type:"timestamp"}}}},nextMarker:{}}}},ListPolicies:{http:{method:"GET",requestUri:"/policies"},input:{type:"structure",members:{marker:{location:"querystring",locationName:"marker"},pageSize:{location:"querystring",locationName:"pageSize",type:"integer"},ascendingOrder:{location:"querystring",locationName:"isAscendingOrder",type:"boolean"}}},output:{type:"structure",members:{policies:{shape:"Sd2"},nextMarker:{}}}},ListPolicyPrincipals:{http:{method:"GET",requestUri:"/policy-principals"},input:{type:"structure",required:["policyName"],members:{policyName:{location:"header",locationName:"x-amzn-iot-policy"},marker:{location:"querystring",locationName:"marker"},pageSize:{location:"querystring",locationName:"pageSize",type:"integer"},ascendingOrder:{location:"querystring",locationName:"isAscendingOrder",type:"boolean"}}},output:{type:"structure",members:{principals:{shape:"Sev"},nextMarker:{}}},deprecated:!0},ListPolicyVersions:{http:{method:"GET",requestUri:"/policies/{policyName}/version"},input:{type:"structure",required:["policyName"],members:{policyName:{location:"uri",locationName:"policyName"}}},output:{type:"structure",members:{policyVersions:{type:"list",member:{type:"structure",members:{versionId:{},isDefaultVersion:{type:"boolean"},createDate:{type:"timestamp"}}}}}}},ListPrincipalPolicies:{http:{method:"GET",requestUri:"/principal-policies"},input:{type:"structure",required:["principal"],members:{principal:{location:"header",locationName:"x-amzn-iot-principal"},marker:{location:"querystring",locationName:"marker"},pageSize:{location:"querystring",locationName:"pageSize",type:"integer"},ascendingOrder:{location:"querystring",locationName:"isAscendingOrder",type:"boolean"}}},output:{type:"structure",members:{policies:{shape:"Sd2"},nextMarker:{}}},deprecated:!0},ListPrincipalThings:{http:{method:"GET",requestUri:"/principals/things"},input:{type:"structure",required:["principal"],members:{nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},principal:{location:"header",locationName:"x-amzn-principal"}}},output:{type:"structure",members:{things:{shape:"Sf6"},nextToken:{}}}},ListRoleAliases:{http:{method:"GET",requestUri:"/role-aliases"},input:{type:"structure",members:{pageSize:{location:"querystring",locationName:"pageSize",type:"integer"},marker:{location:"querystring",locationName:"marker"},ascendingOrder:{location:"querystring",locationName:"isAscendingOrder",type:"boolean"}}},output:{type:"structure",members:{roleAliases:{type:"list",member:{}},nextMarker:{}}}},ListScheduledAudits:{http:{method:"GET",requestUri:"/audit/scheduledaudits"},input:{type:"structure",members:{nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{scheduledAudits:{type:"list",member:{type:"structure",members:{scheduledAuditName:{},scheduledAuditArn:{},frequency:{},dayOfMonth:{},dayOfWeek:{}}}},nextToken:{}}}},ListSecurityProfiles:{http:{method:"GET",requestUri:"/security-profiles"},input:{type:"structure",members:{nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{securityProfileIdentifiers:{type:"list",member:{shape:"Sfh"}},nextToken:{}}}},ListSecurityProfilesForTarget:{http:{method:"GET",requestUri:"/security-profiles-for-target"},input:{type:"structure",required:["securityProfileTargetArn"],members:{nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},recursive:{location:"querystring",locationName:"recursive",type:"boolean"},securityProfileTargetArn:{location:"querystring",locationName:"securityProfileTargetArn"}}},output:{type:"structure",members:{securityProfileTargetMappings:{type:"list",member:{type:"structure",members:{securityProfileIdentifier:{shape:"Sfh"},target:{shape:"Sfm"}}}},nextToken:{}}}},ListStreams:{http:{method:"GET",requestUri:"/streams"},input:{type:"structure",members:{maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},nextToken:{location:"querystring",locationName:"nextToken"},ascendingOrder:{location:"querystring",locationName:"isAscendingOrder",type:"boolean"}}},output:{type:"structure",members:{streams:{type:"list",member:{type:"structure",members:{streamId:{},streamArn:{},streamVersion:{type:"integer"},description:{}}}},nextToken:{}}}},ListTargetsForPolicy:{http:{requestUri:"/policy-targets/{policyName}"},input:{type:"structure",required:["policyName"],members:{policyName:{location:"uri",locationName:"policyName"},marker:{location:"querystring",locationName:"marker"},pageSize:{location:"querystring",locationName:"pageSize",type:"integer"}}},output:{type:"structure",members:{targets:{type:"list",member:{}},nextMarker:{}}}},ListTargetsForSecurityProfile:{http:{method:"GET",requestUri:"/security-profiles/{securityProfileName}/targets"},input:{type:"structure",required:["securityProfileName"],members:{securityProfileName:{location:"uri",locationName:"securityProfileName"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{securityProfileTargets:{type:"list",member:{shape:"Sfm"}},nextToken:{}}}},ListThingGroups:{http:{method:"GET",requestUri:"/thing-groups"},input:{type:"structure",members:{nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},parentGroup:{location:"querystring",locationName:"parentGroup"},namePrefixFilter:{location:"querystring",locationName:"namePrefixFilter"},recursive:{location:"querystring",locationName:"recursive",type:"boolean"}}},output:{type:"structure",members:{thingGroups:{shape:"Sb2"},nextToken:{}}}},ListThingGroupsForThing:{http:{method:"GET",requestUri:"/things/{thingName}/thing-groups"},input:{type:"structure",required:["thingName"],members:{thingName:{location:"uri",locationName:"thingName"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{thingGroups:{shape:"Sb2"},nextToken:{}}}},ListThingPrincipals:{http:{method:"GET",requestUri:"/things/{thingName}/principals"},input:{type:"structure",required:["thingName"],members:{thingName:{location:"uri",locationName:"thingName"}}},output:{type:"structure",members:{principals:{shape:"Sev"}}}},ListThingRegistrationTaskReports:{http:{method:"GET",requestUri:"/thing-registration-tasks/{taskId}/reports"},input:{type:"structure",required:["taskId","reportType"],members:{taskId:{location:"uri",locationName:"taskId"},reportType:{location:"querystring",locationName:"reportType"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{resourceLinks:{type:"list",member:{}},reportType:{},nextToken:{}}}},ListThingRegistrationTasks:{http:{method:"GET",requestUri:"/thing-registration-tasks"},input:{type:"structure",members:{nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},status:{location:"querystring",locationName:"status"}}},output:{type:"structure",members:{taskIds:{type:"list",member:{}},nextToken:{}}}},ListThingTypes:{http:{method:"GET",requestUri:"/thing-types"},input:{type:"structure",members:{nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},thingTypeName:{location:"querystring",locationName:"thingTypeName"}}},output:{type:"structure",members:{thingTypes:{type:"list",member:{type:"structure",members:{thingTypeName:{},thingTypeArn:{},thingTypeProperties:{shape:"S55"},thingTypeMetadata:{shape:"Sbe"}}}},nextToken:{}}}},ListThings:{http:{method:"GET",requestUri:"/things"},input:{type:"structure",members:{nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},attributeName:{location:"querystring",locationName:"attributeName"},attributeValue:{location:"querystring",locationName:"attributeValue"},thingTypeName:{location:"querystring",locationName:"thingTypeName"}}},output:{type:"structure",members:{things:{type:"list",member:{type:"structure",members:{thingName:{},thingTypeName:{},thingArn:{},attributes:{shape:"S4t"},version:{type:"long"}}}},nextToken:{}}}},ListThingsInThingGroup:{http:{method:"GET",requestUri:"/thing-groups/{thingGroupName}/things"},input:{type:"structure",required:["thingGroupName"],members:{thingGroupName:{location:"uri",locationName:"thingGroupName"},recursive:{location:"querystring",locationName:"recursive",type:"boolean"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{things:{shape:"Sf6"},nextToken:{}}}},ListTopicRules:{http:{method:"GET",requestUri:"/rules"},input:{type:"structure",members:{topic:{location:"querystring",locationName:"topic"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},nextToken:{location:"querystring",locationName:"nextToken"},ruleDisabled:{location:"querystring",locationName:"ruleDisabled",type:"boolean"}}},output:{type:"structure",members:{rules:{type:"list",member:{type:"structure",members:{ruleArn:{},ruleName:{},topicPattern:{},createdAt:{type:"timestamp"},ruleDisabled:{type:"boolean"}}}},nextToken:{}}}},ListV2LoggingLevels:{http:{method:"GET",requestUri:"/v2LoggingLevel"},input:{type:"structure",members:{targetType:{location:"querystring",locationName:"targetType"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{logTargetConfigurations:{type:"list",member:{type:"structure",members:{logTarget:{shape:"Sgx"},logLevel:{}}}},nextToken:{}}}},ListViolationEvents:{http:{method:"GET",requestUri:"/violation-events"},input:{type:"structure",required:["startTime","endTime"],members:{startTime:{location:"querystring",locationName:"startTime",type:"timestamp"},endTime:{location:"querystring",locationName:"endTime",type:"timestamp"},thingName:{location:"querystring",locationName:"thingName"},securityProfileName:{location:"querystring",locationName:"securityProfileName"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{violationEvents:{type:"list",member:{type:"structure",members:{violationId:{},thingName:{},securityProfileName:{},behavior:{shape:"S41"},metricValue:{shape:"S46"},violationEventType:{},violationEventTime:{type:"timestamp"}}}},nextToken:{}}}},RegisterCACertificate:{http:{requestUri:"/cacertificate"},input:{type:"structure",required:["caCertificate","verificationCertificate"],members:{caCertificate:{},verificationCertificate:{},setAsActive:{location:"querystring",locationName:"setAsActive",type:"boolean"},allowAutoRegistration:{location:"querystring",locationName:"allowAutoRegistration",type:"boolean"},registrationConfig:{shape:"S9a"}}},output:{type:"structure",members:{certificateArn:{},certificateId:{}}}},RegisterCertificate:{http:{requestUri:"/certificate/register"},input:{type:"structure",required:["certificatePem"],members:{certificatePem:{},caCertificatePem:{},setAsActive:{deprecated:!0,location:"querystring",locationName:"setAsActive",type:"boolean"},status:{}}},output:{type:"structure",members:{certificateArn:{},certificateId:{}}}},RegisterThing:{http:{requestUri:"/things"},input:{type:"structure",required:["templateBody"],members:{templateBody:{},parameters:{type:"map",key:{},value:{}}}},output:{type:"structure",members:{certificatePem:{},resourceArns:{type:"map",key:{},value:{}}}}},RejectCertificateTransfer:{http:{method:"PATCH",requestUri:"/reject-certificate-transfer/{certificateId}"},input:{type:"structure",required:["certificateId"],members:{certificateId:{location:"uri",locationName:"certificateId"},rejectReason:{}}}},RemoveThingFromThingGroup:{http:{method:"PUT",requestUri:"/thing-groups/removeThingFromThingGroup"},input:{type:"structure",members:{thingGroupName:{},thingGroupArn:{},thingName:{},thingArn:{}}},output:{type:"structure",members:{}}},ReplaceTopicRule:{http:{method:"PATCH",requestUri:"/rules/{ruleName}"},input:{type:"structure",required:["ruleName","topicRulePayload"],members:{ruleName:{location:"uri",locationName:"ruleName"},topicRulePayload:{shape:"S5d"}},payload:"topicRulePayload"}},SearchIndex:{http:{requestUri:"/indices/search"},input:{type:"structure",required:["queryString"],members:{indexName:{},queryString:{},nextToken:{},maxResults:{type:"integer"},queryVersion:{}}},output:{type:"structure",members:{nextToken:{},things:{type:"list",member:{type:"structure",members:{thingName:{},thingId:{},thingTypeName:{},thingGroupNames:{shape:"Shq"},attributes:{shape:"S4t"},shadow:{}}}},thingGroups:{type:"list",member:{type:"structure",members:{thingGroupName:{},thingGroupId:{},thingGroupDescription:{},attributes:{shape:"S4t"},parentGroupNames:{shape:"Shq"}}}}}}},SetDefaultAuthorizer:{http:{requestUri:"/default-authorizer"},input:{type:"structure",required:["authorizerName"],members:{authorizerName:{}}},output:{type:"structure",members:{authorizerName:{},authorizerArn:{}}}},SetDefaultPolicyVersion:{http:{method:"PATCH",requestUri:"/policies/{policyName}/version/{policyVersionId}"},input:{type:"structure",required:["policyName","policyVersionId"],members:{policyName:{location:"uri",locationName:"policyName"},policyVersionId:{location:"uri",locationName:"policyVersionId"}}}},SetLoggingOptions:{http:{requestUri:"/loggingOptions"},input:{type:"structure",required:["loggingOptionsPayload"],members:{loggingOptionsPayload:{type:"structure",required:["roleArn"],members:{roleArn:{},logLevel:{}}}},payload:"loggingOptionsPayload"}},SetV2LoggingLevel:{http:{requestUri:"/v2LoggingLevel"},input:{type:"structure",required:["logTarget","logLevel"],members:{logTarget:{shape:"Sgx"},logLevel:{}}}},SetV2LoggingOptions:{http:{requestUri:"/v2LoggingOptions"},input:{type:"structure",members:{roleArn:{},defaultLogLevel:{},disableAllLogs:{type:"boolean"}}}},StartOnDemandAuditTask:{http:{requestUri:"/audit/tasks"},input:{type:"structure",required:["targetCheckNames"],members:{targetCheckNames:{shape:"S3t"}}},output:{type:"structure",members:{taskId:{}}}},StartThingRegistrationTask:{http:{requestUri:"/thing-registration-tasks"},input:{type:"structure",required:["templateBody","inputFileBucket","inputFileKey","roleArn"],members:{templateBody:{},inputFileBucket:{},inputFileKey:{},roleArn:{}}},output:{type:"structure",members:{taskId:{}}}},StopThingRegistrationTask:{http:{method:"PUT",requestUri:"/thing-registration-tasks/{taskId}/cancel"},input:{type:"structure",required:["taskId"],members:{taskId:{location:"uri",locationName:"taskId"}}},output:{type:"structure",members:{}}},TestAuthorization:{http:{requestUri:"/test-authorization"},input:{type:"structure",required:["authInfos"],members:{principal:{},cognitoIdentityPoolId:{},authInfos:{type:"list",member:{shape:"Si9"}},clientId:{location:"querystring",locationName:"clientId"},policyNamesToAdd:{shape:"Sid"},policyNamesToSkip:{shape:"Sid"}}},output:{type:"structure",members:{authResults:{type:"list",member:{type:"structure",members:{authInfo:{shape:"Si9"},allowed:{type:"structure",members:{policies:{shape:"Sd2"}}},denied:{type:"structure",members:{implicitDeny:{type:"structure",members:{policies:{shape:"Sd2"}}},explicitDeny:{type:"structure",members:{policies:{shape:"Sd2"}}}}},authDecision:{},missingContextValues:{type:"list",member:{}}}}}}}},TestInvokeAuthorizer:{http:{requestUri:"/authorizer/{authorizerName}/test"},input:{type:"structure",required:["authorizerName","token","tokenSignature"],members:{authorizerName:{location:"uri",locationName:"authorizerName"},token:{},tokenSignature:{}}},output:{type:"structure",members:{isAuthenticated:{type:"boolean"},principalId:{},policyDocuments:{type:"list",member:{}},refreshAfterInSeconds:{type:"integer"},disconnectAfterInSeconds:{type:"integer"}}}},TransferCertificate:{http:{method:"PATCH",requestUri:"/transfer-certificate/{certificateId}"},input:{type:"structure",required:["certificateId","targetAwsAccount"],members:{certificateId:{location:"uri",locationName:"certificateId"},targetAwsAccount:{location:"querystring",locationName:"targetAwsAccount"},transferMessage:{}}},output:{type:"structure",members:{transferredCertificateArn:{}}}},UpdateAccountAuditConfiguration:{http:{method:"PATCH",requestUri:"/audit/configuration"},input:{type:"structure",members:{roleArn:{},auditNotificationTargetConfigurations:{shape:"S86"},auditCheckConfigurations:{shape:"S8a"}}},output:{type:"structure",members:{}}},UpdateAuthorizer:{http:{method:"PUT",requestUri:"/authorizer/{authorizerName}"},input:{type:"structure",required:["authorizerName"],members:{authorizerName:{location:"uri",locationName:"authorizerName"},authorizerFunctionArn:{},tokenKeyName:{},tokenSigningPublicKeys:{shape:"S1b"},status:{}}},output:{type:"structure",members:{authorizerName:{},authorizerArn:{}}}},UpdateCACertificate:{http:{method:"PUT",requestUri:"/cacertificate/{caCertificateId}"},input:{type:"structure",required:["certificateId"],members:{certificateId:{location:"uri",locationName:"caCertificateId"},newStatus:{location:"querystring",locationName:"newStatus"},newAutoRegistrationStatus:{location:"querystring",locationName:"newAutoRegistrationStatus"},registrationConfig:{shape:"S9a"},removeAutoRegistration:{type:"boolean"}}}},UpdateCertificate:{http:{method:"PUT",requestUri:"/certificates/{certificateId}"},input:{type:"structure",required:["certificateId","newStatus"],members:{certificateId:{location:"uri",locationName:"certificateId"},newStatus:{location:"querystring",locationName:"newStatus"}}}},UpdateEventConfigurations:{http:{method:"PATCH",requestUri:"/event-configurations"},input:{type:"structure",members:{eventConfigurations:{shape:"S9q"}}},output:{type:"structure",members:{}}},UpdateIndexingConfiguration:{http:{requestUri:"/indexing/config"},input:{type:"structure",members:{thingIndexingConfiguration:{shape:"Sbw"},thingGroupIndexingConfiguration:{shape:"Sby"}}},output:{type:"structure",members:{}}},UpdateRoleAlias:{http:{method:"PUT",requestUri:"/role-aliases/{roleAlias}"},input:{type:"structure",required:["roleAlias"],members:{roleAlias:{location:"uri",locationName:"roleAlias"},roleArn:{},credentialDurationSeconds:{type:"integer"}}},output:{type:"structure",members:{roleAlias:{},roleAliasArn:{}}}},UpdateScheduledAudit:{http:{method:"PATCH",requestUri:"/audit/scheduledaudits/{scheduledAuditName}"},input:{type:"structure",required:["scheduledAuditName"],members:{frequency:{},dayOfMonth:{},dayOfWeek:{},targetCheckNames:{shape:"S3t"},scheduledAuditName:{location:"uri",locationName:"scheduledAuditName"}}},output:{type:"structure",members:{scheduledAuditArn:{}}}},UpdateSecurityProfile:{http:{method:"PATCH",requestUri:"/security-profiles/{securityProfileName}"},input:{type:"structure",required:["securityProfileName"],members:{securityProfileName:{location:"uri",locationName:"securityProfileName"},securityProfileDescription:{},behaviors:{shape:"S40"},alertTargets:{shape:"S4d"},expectedVersion:{location:"querystring",locationName:"expectedVersion",type:"long"}}},output:{type:"structure",members:{securityProfileName:{},securityProfileArn:{},securityProfileDescription:{},behaviors:{shape:"S40"},alertTargets:{shape:"S4d"},version:{type:"long"},creationDate:{type:"timestamp"},lastModifiedDate:{type:"timestamp"}}}},UpdateStream:{http:{method:"PUT",requestUri:"/streams/{streamId}"},input:{type:"structure",required:["streamId"],members:{streamId:{location:"uri",locationName:"streamId"},description:{},files:{shape:"S4l"},roleArn:{}}},output:{type:"structure",members:{streamId:{},streamArn:{},description:{},streamVersion:{type:"integer"}}}},UpdateThing:{http:{method:"PATCH",requestUri:"/things/{thingName}"},input:{type:"structure",required:["thingName"],members:{thingName:{location:"uri",locationName:"thingName"},thingTypeName:{},attributePayload:{shape:"S4s"},expectedVersion:{type:"long"},removeThingType:{type:"boolean"}}},output:{type:"structure",members:{}}},UpdateThingGroup:{http:{method:"PATCH",requestUri:"/thing-groups/{thingGroupName}"},input:{type:"structure",required:["thingGroupName","thingGroupProperties"],members:{thingGroupName:{location:"uri",locationName:"thingGroupName"},thingGroupProperties:{shape:"S50"},expectedVersion:{type:"long"}}},output:{type:"structure",members:{version:{type:"long"}}}},UpdateThingGroupsForThing:{http:{method:"PUT",requestUri:"/thing-groups/updateThingGroupsForThing"},input:{type:"structure",members:{thingName:{},thingGroupsToAdd:{shape:"Sjn"},thingGroupsToRemove:{shape:"Sjn"}}},output:{type:"structure",members:{}}},ValidateSecurityProfileBehaviors:{http:{requestUri:"/security-profile-behaviors/validate"},input:{type:"structure",required:["behaviors"],members:{behaviors:{shape:"S40"}}},output:{type:"structure",members:{valid:{type:"boolean"},validationErrors:{type:"list",member:{type:"structure",members:{errorMessage:{}}}}}}}},shapes:{Sb:{type:"list",member:{}},S12:{type:"map",key:{},value:{}},S1b:{type:"map",key:{},value:{}},S1p:{type:"structure",members:{roleArn:{},expiresInSec:{type:"long"}}},S1t:{type:"structure",members:{maximumPerMinute:{type:"integer"}}},S24:{type:"list",member:{}},S26:{type:"structure",members:{maximumPerMinute:{type:"integer"}}},S28:{type:"list",member:{type:"structure",members:{fileName:{},fileVersion:{},fileLocation:{type:"structure",members:{stream:{type:"structure",members:{streamId:{},fileId:{type:"integer"}}},s3Location:{shape:"S2g"}}},codeSigning:{type:"structure",members:{awsSignerJobId:{},startSigningJobParameter:{type:"structure",members:{signingProfileParameter:{type:"structure",members:{certificateArn:{},platform:{},certificatePathOnDevice:{}}},signingProfileName:{},destination:{type:"structure",members:{s3Destination:{type:"structure",members:{bucket:{},prefix:{}}}}}}},customCodeSigning:{type:"structure",members:{signature:{type:"structure",members:{inlineDocument:{type:"blob"}}},certificateChain:{type:"structure",members:{certificateName:{},inlineDocument:{}}},hashAlgorithm:{},signatureAlgorithm:{}}}}},attributes:{type:"map",key:{},value:{}}}}},S2g:{type:"structure",members:{bucket:{},key:{},version:{}}},S35:{type:"map",key:{},value:{}},S3t:{type:"list",member:{}},S40:{type:"list",member:{shape:"S41"}},S41:{type:"structure",required:["name"],members:{name:{},metric:{},criteria:{type:"structure",members:{comparisonOperator:{},value:{shape:"S46"},durationSeconds:{type:"integer"}}}}},S46:{type:"structure",members:{count:{type:"long"},cidrs:{type:"list",member:{}},ports:{type:"list",member:{type:"integer"}}}},S4d:{type:"map",key:{},value:{type:"structure",required:["alertTargetArn","roleArn"],members:{alertTargetArn:{},roleArn:{}}}},S4l:{type:"list",member:{type:"structure",members:{fileId:{type:"integer"},s3Location:{shape:"S2g"}}}},S4s:{type:"structure",members:{attributes:{shape:"S4t"},merge:{type:"boolean"}}},S4t:{type:"map",key:{},value:{}},S50:{type:"structure",members:{thingGroupDescription:{},attributePayload:{shape:"S4s"}}},S55:{type:"structure",members:{thingTypeDescription:{},searchableAttributes:{type:"list",member:{}}}},S5d:{type:"structure",required:["sql","actions"],members:{sql:{},description:{},actions:{shape:"S5g"},ruleDisabled:{type:"boolean"},awsIotSqlVersion:{},errorAction:{shape:"S5h"}}},S5g:{type:"list",member:{shape:"S5h"}},S5h:{type:"structure",members:{dynamoDB:{type:"structure",required:["tableName","roleArn","hashKeyField","hashKeyValue"],members:{tableName:{},roleArn:{},operation:{},hashKeyField:{},hashKeyValue:{},hashKeyType:{},rangeKeyField:{},rangeKeyValue:{},rangeKeyType:{},payloadField:{}}},dynamoDBv2:{type:"structure",members:{roleArn:{},putItem:{type:"structure",required:["tableName"],members:{tableName:{}}}}},lambda:{type:"structure",required:["functionArn"],members:{functionArn:{}}},sns:{type:"structure",required:["targetArn","roleArn"],members:{targetArn:{},roleArn:{},messageFormat:{}}},sqs:{type:"structure",required:["roleArn","queueUrl"],members:{roleArn:{},queueUrl:{},useBase64:{type:"boolean"}}},kinesis:{type:"structure",required:["roleArn","streamName"],members:{roleArn:{},streamName:{},partitionKey:{}}},republish:{type:"structure",required:["roleArn","topic"],members:{roleArn:{},topic:{}}},s3:{type:"structure",required:["roleArn","bucketName","key"],members:{roleArn:{},bucketName:{},key:{},cannedAcl:{}}},firehose:{type:"structure",required:["roleArn","deliveryStreamName"],members:{roleArn:{},deliveryStreamName:{},separator:{}}},cloudwatchMetric:{type:"structure",required:["roleArn","metricNamespace","metricName","metricValue","metricUnit"],members:{roleArn:{},metricNamespace:{},metricName:{},metricValue:{},metricUnit:{},metricTimestamp:{}}},cloudwatchAlarm:{type:"structure",required:["roleArn","alarmName","stateReason","stateValue"],members:{roleArn:{},alarmName:{},stateReason:{},stateValue:{}}},elasticsearch:{type:"structure",required:["roleArn","endpoint","index","type","id"],members:{roleArn:{},endpoint:{},index:{},type:{},id:{}}},salesforce:{type:"structure",required:["token","url"],members:{token:{},url:{}}},iotAnalytics:{type:"structure",members:{channelArn:{},channelName:{},roleArn:{}}},stepFunctions:{type:"structure",required:["stateMachineName","roleArn"],members:{executionNamePrefix:{},stateMachineName:{},roleArn:{}}}}},S86:{type:"map",key:{},value:{type:"structure",members:{targetArn:{},roleArn:{},enabled:{type:"boolean"}}}},S8a:{type:"map",key:{},value:{type:"structure",members:{enabled:{type:"boolean"}}}},S8z:{type:"structure",members:{authorizerName:{},authorizerArn:{},authorizerFunctionArn:{},tokenKeyName:{},tokenSigningPublicKeys:{shape:"S1b"},status:{},creationDate:{type:"timestamp"},lastModifiedDate:{type:"timestamp"}}},S99:{type:"structure",members:{notBefore:{type:"timestamp"},notAfter:{type:"timestamp"}}},S9a:{type:"structure",members:{templateBody:{},roleArn:{}}},S9q:{type:"map",key:{},value:{type:"structure",members:{Enabled:{type:"boolean"}}}},Sb2:{type:"list",member:{type:"structure",members:{groupName:{},groupArn:{}}}},Sbe:{type:"structure",members:{deprecated:{type:"boolean"},deprecationDate:{type:"timestamp"},creationDate:{type:"timestamp"}}},Sbw:{type:"structure",required:["thingIndexingMode"],members:{thingIndexingMode:{}}},Sby:{type:"structure",required:["thingGroupIndexingMode"],members:{thingGroupIndexingMode:{}}},Sd2:{type:"list",member:{type:"structure",members:{policyName:{},policyArn:{}}}},Sd5:{type:"structure",members:{deviceCertificateId:{},caCertificateId:{},cognitoIdentityPoolId:{},clientId:{},policyVersionIdentifier:{type:"structure",members:{policyName:{},policyVersionId:{}}},account:{}}},Sdd:{type:"map",key:{},value:{}},Sdx:{type:"list",member:{type:"structure",members:{certificateArn:{},certificateId:{},status:{},creationDate:{type:"timestamp"}}}},Sea:{type:"structure",members:{status:{},queuedAt:{type:"timestamp"},startedAt:{type:"timestamp"},lastUpdatedAt:{type:"timestamp"},executionNumber:{type:"long"}}},Sev:{type:"list",member:{}},Sf6:{type:"list",member:{}},Sfh:{type:"structure",required:["name","arn"],members:{name:{},arn:{}}},Sfm:{type:"structure",required:["arn"],members:{arn:{}}},Sgx:{type:"structure",required:["targetType"],members:{targetType:{},targetName:{}}},Shq:{type:"list",member:{}},Si9:{type:"structure",members:{actionType:{},resources:{type:"list",member:{}}}},Sid:{type:"list",member:{}},Sjn:{type:"list",member:{}}}}},YqAc:function(e,t){var r=0,n=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++r+n).toString(36))}},YruY:function(e,t,r){"use strict";var n=r("T9Y0"),i=r("mqUS"),o=r("8as8"),a=r("me8p");e.exports=function(e){(n.env.supportsTouch||n.env.supportsIePointer)&&function(e,t,r,s){function u(t,r){a(e,"top",e.scrollTop-r),a(e,"left",e.scrollLeft-t),o(e)}var l={},c=0,p={},m=null,d=!1,h=!1;function y(){d=!0}function f(){d=!1}function b(e){return e.targetTouches?e.targetTouches[0]:e}function g(e){return!(e.pointerType&&"pen"===e.pointerType&&0===e.buttons||(!e.targetTouches||1!==e.targetTouches.length)&&(!e.pointerType||"mouse"===e.pointerType||e.pointerType===e.MSPOINTER_TYPE_MOUSE))}function v(e){if(g(e)){h=!0;var t=b(e);l.pageX=t.pageX,l.pageY=t.pageY,c=(new Date).getTime(),null!==m&&clearInterval(m),e.stopPropagation()}}function S(r){if(!h&&t.settings.swipePropagation&&v(r),!d&&h&&g(r)){var n=b(r),i={pageX:n.pageX,pageY:n.pageY},o=i.pageX-l.pageX,a=i.pageY-l.pageY;u(o,a),l=i;var s=(new Date).getTime(),m=s-c;m>0&&(p.x=o/m,p.y=a/m,c=s),function(r,n){var i=e.scrollTop,o=e.scrollLeft,a=Math.abs(r),s=Math.abs(n);if(s>a){if(n<0&&i===t.contentHeight-t.containerHeight||n>0&&0===i)return!t.settings.swipePropagation}else if(a>s&&(r<0&&o===t.contentWidth-t.containerWidth||r>0&&0===o))return!t.settings.swipePropagation;return!0}(o,a)&&(r.stopPropagation(),r.preventDefault())}}function I(){!d&&h&&(h=!1,t.settings.swipeEasing&&(clearInterval(m),m=setInterval(function(){i.get(e)&&(p.x||p.y)?Math.abs(p.x)<.01&&Math.abs(p.y)<.01?clearInterval(m):(u(30*p.x,30*p.y),p.x*=.8,p.y*=.8):clearInterval(m)},10)))}n.env.supportsTouch?(t.event.bind(window,"touchstart",y),t.event.bind(window,"touchend",f),t.event.bind(e,"touchstart",v),t.event.bind(e,"touchmove",S),t.event.bind(e,"touchend",I)):s&&(window.PointerEvent?(t.event.bind(window,"pointerdown",y),t.event.bind(window,"pointerup",f),t.event.bind(e,"pointerdown",v),t.event.bind(e,"pointermove",S),t.event.bind(e,"pointerup",I)):window.MSPointerEvent&&(t.event.bind(window,"MSPointerDown",y),t.event.bind(window,"MSPointerUp",f),t.event.bind(e,"MSPointerDown",v),t.event.bind(e,"MSPointerMove",S),t.event.bind(e,"MSPointerUp",I)))}(e,i.get(e),0,n.env.supportsIePointer)}},Yt1h:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.cloudfront={},n.CloudFront=i.defineService("cloudfront",["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25","2016-11-25*","2017-03-25","2017-03-25*","2017-10-30","2017-10-30*","2018-06-18"]),r("W/Ht"),Object.defineProperty(o.services.cloudfront,"2016-11-25",{get:function(){var e=r("ed8Z");return e.paginators=r("XoME").pagination,e.waiters=r("LfMT").waiters,e},enumerable:!0,configurable:!0}),Object.defineProperty(o.services.cloudfront,"2017-03-25",{get:function(){var e=r("UiNu");return e.paginators=r("2ve2").pagination,e.waiters=r("8IlS").waiters,e},enumerable:!0,configurable:!0}),Object.defineProperty(o.services.cloudfront,"2017-10-30",{get:function(){var e=r("HP2U");return e.paginators=r("aHEz").pagination,e.waiters=r("qhPs").waiters,e},enumerable:!0,configurable:!0}),Object.defineProperty(o.services.cloudfront,"2018-06-18",{get:function(){var e=r("4emp");return e.paginators=r("YJ6v").pagination,e.waiters=r("dfmn").waiters,e},enumerable:!0,configurable:!0}),e.exports=n.CloudFront},YuTi:function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},YxU5:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2015-02-01",endpointPrefix:"elasticfilesystem",protocol:"rest-json",serviceAbbreviation:"EFS",serviceFullName:"Amazon Elastic File System",serviceId:"EFS",signatureVersion:"v4",uid:"elasticfilesystem-2015-02-01"},operations:{CreateFileSystem:{http:{requestUri:"/2015-02-01/file-systems",responseCode:201},input:{type:"structure",required:["CreationToken"],members:{CreationToken:{},PerformanceMode:{},Encrypted:{type:"boolean"},KmsKeyId:{},ThroughputMode:{},ProvisionedThroughputInMibps:{type:"double"}}},output:{shape:"S8"}},CreateMountTarget:{http:{requestUri:"/2015-02-01/mount-targets",responseCode:200},input:{type:"structure",required:["FileSystemId","SubnetId"],members:{FileSystemId:{},SubnetId:{},IpAddress:{},SecurityGroups:{shape:"Sk"}}},output:{shape:"Sm"}},CreateTags:{http:{requestUri:"/2015-02-01/create-tags/{FileSystemId}",responseCode:204},input:{type:"structure",required:["FileSystemId","Tags"],members:{FileSystemId:{location:"uri",locationName:"FileSystemId"},Tags:{shape:"Sq"}}}},DeleteFileSystem:{http:{method:"DELETE",requestUri:"/2015-02-01/file-systems/{FileSystemId}",responseCode:204},input:{type:"structure",required:["FileSystemId"],members:{FileSystemId:{location:"uri",locationName:"FileSystemId"}}}},DeleteMountTarget:{http:{method:"DELETE",requestUri:"/2015-02-01/mount-targets/{MountTargetId}",responseCode:204},input:{type:"structure",required:["MountTargetId"],members:{MountTargetId:{location:"uri",locationName:"MountTargetId"}}}},DeleteTags:{http:{requestUri:"/2015-02-01/delete-tags/{FileSystemId}",responseCode:204},input:{type:"structure",required:["FileSystemId","TagKeys"],members:{FileSystemId:{location:"uri",locationName:"FileSystemId"},TagKeys:{type:"list",member:{}}}}},DescribeFileSystems:{http:{method:"GET",requestUri:"/2015-02-01/file-systems",responseCode:200},input:{type:"structure",members:{MaxItems:{location:"querystring",locationName:"MaxItems",type:"integer"},Marker:{location:"querystring",locationName:"Marker"},CreationToken:{location:"querystring",locationName:"CreationToken"},FileSystemId:{location:"querystring",locationName:"FileSystemId"}}},output:{type:"structure",members:{Marker:{},FileSystems:{type:"list",member:{shape:"S8"}},NextMarker:{}}}},DescribeMountTargetSecurityGroups:{http:{method:"GET",requestUri:"/2015-02-01/mount-targets/{MountTargetId}/security-groups",responseCode:200},input:{type:"structure",required:["MountTargetId"],members:{MountTargetId:{location:"uri",locationName:"MountTargetId"}}},output:{type:"structure",required:["SecurityGroups"],members:{SecurityGroups:{shape:"Sk"}}}},DescribeMountTargets:{http:{method:"GET",requestUri:"/2015-02-01/mount-targets",responseCode:200},input:{type:"structure",members:{MaxItems:{location:"querystring",locationName:"MaxItems",type:"integer"},Marker:{location:"querystring",locationName:"Marker"},FileSystemId:{location:"querystring",locationName:"FileSystemId"},MountTargetId:{location:"querystring",locationName:"MountTargetId"}}},output:{type:"structure",members:{Marker:{},MountTargets:{type:"list",member:{shape:"Sm"}},NextMarker:{}}}},DescribeTags:{http:{method:"GET",requestUri:"/2015-02-01/tags/{FileSystemId}/",responseCode:200},input:{type:"structure",required:["FileSystemId"],members:{MaxItems:{location:"querystring",locationName:"MaxItems",type:"integer"},Marker:{location:"querystring",locationName:"Marker"},FileSystemId:{location:"uri",locationName:"FileSystemId"}}},output:{type:"structure",required:["Tags"],members:{Marker:{},Tags:{shape:"Sq"},NextMarker:{}}}},ModifyMountTargetSecurityGroups:{http:{method:"PUT",requestUri:"/2015-02-01/mount-targets/{MountTargetId}/security-groups",responseCode:204},input:{type:"structure",required:["MountTargetId"],members:{MountTargetId:{location:"uri",locationName:"MountTargetId"},SecurityGroups:{shape:"Sk"}}}},UpdateFileSystem:{http:{method:"PUT",requestUri:"/2015-02-01/file-systems/{FileSystemId}",responseCode:202},input:{type:"structure",required:["FileSystemId"],members:{FileSystemId:{location:"uri",locationName:"FileSystemId"},ThroughputMode:{},ProvisionedThroughputInMibps:{type:"double"}}},output:{shape:"S8"}}},shapes:{S8:{type:"structure",required:["OwnerId","CreationToken","FileSystemId","CreationTime","LifeCycleState","NumberOfMountTargets","SizeInBytes","PerformanceMode"],members:{OwnerId:{},CreationToken:{},FileSystemId:{},CreationTime:{type:"timestamp"},LifeCycleState:{},Name:{},NumberOfMountTargets:{type:"integer"},SizeInBytes:{type:"structure",required:["Value"],members:{Value:{type:"long"},Timestamp:{type:"timestamp"}}},PerformanceMode:{},Encrypted:{type:"boolean"},KmsKeyId:{},ThroughputMode:{},ProvisionedThroughputInMibps:{type:"double"}}},Sk:{type:"list",member:{}},Sm:{type:"structure",required:["MountTargetId","FileSystemId","SubnetId","LifeCycleState"],members:{OwnerId:{},MountTargetId:{},FileSystemId:{},SubnetId:{},LifeCycleState:{},IpAddress:{},NetworkInterfaceId:{}}},Sq:{type:"list",member:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{}}}}}}},"Z+uX":function(e,t,r){"use strict";r.d(t,"c",function(){return m}),r.d(t,"a",function(){return u}),r.d(t,"b",function(){return c});var n=r("mrSG"),i=r("CcnG"),o=r("Wf4p"),a=r("Ip0R"),s=Object(o.F)(function(e){this._elementRef=e},"primary"),u=new i.InjectionToken("mat-progress-bar-location",{providedIn:"root",factory:function(){var e=Object(i.inject)(a.DOCUMENT);return{pathname:e&&e.location&&e.location.pathname||""}}}),l=0,c=function(e){function t(t,r,n){var i=e.call(this,t)||this;i._elementRef=t,i._animationMode=r,i._value=0,i._bufferValue=0,i.mode="determinate",i.progressbarId="mat-progress-bar-"+l++;var o=n&&n.pathname?n.pathname.split("#")[0]:"";return i._rectangleFillValue="url('"+o+"#"+i.progressbarId+"')",i}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"value",{get:function(){return this._value},set:function(e){this._value=p(e||0)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"bufferValue",{get:function(){return this._bufferValue},set:function(e){this._bufferValue=p(e||0)},enumerable:!0,configurable:!0}),t.prototype._primaryTransform=function(){return{transform:"scaleX("+this.value/100+")"}},t.prototype._bufferTransform=function(){if("buffer"===this.mode)return{transform:"scaleX("+this.bufferValue/100+")"}},t}(s);function p(e,t,r){return void 0===t&&(t=0),void 0===r&&(r=100),Math.max(t,Math.min(r,e))}var m=function(){}},ZGfa:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.lexmodelbuildingservice={},n.LexModelBuildingService=i.defineService("lexmodelbuildingservice",["2017-04-19"]),Object.defineProperty(o.services.lexmodelbuildingservice,"2017-04-19",{get:function(){var e=r("bXs8");return e.paginators=r("q7OD").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.LexModelBuildingService},ZIK4:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2012-10-25",endpointPrefix:"directconnect",jsonVersion:"1.1",protocol:"json",serviceFullName:"AWS Direct Connect",signatureVersion:"v4",targetPrefix:"OvertureService",uid:"directconnect-2012-10-25"},operations:{AllocateConnectionOnInterconnect:{input:{type:"structure",required:["bandwidth","connectionName","ownerAccount","interconnectId","vlan"],members:{bandwidth:{},connectionName:{},ownerAccount:{},interconnectId:{},vlan:{type:"integer"}}},output:{shape:"S7"},deprecated:!0},AllocateHostedConnection:{input:{type:"structure",required:["connectionId","ownerAccount","bandwidth","connectionName","vlan"],members:{connectionId:{},ownerAccount:{},bandwidth:{},connectionName:{},vlan:{type:"integer"}}},output:{shape:"S7"}},AllocatePrivateVirtualInterface:{input:{type:"structure",required:["connectionId","ownerAccount","newPrivateVirtualInterfaceAllocation"],members:{connectionId:{},ownerAccount:{},newPrivateVirtualInterfaceAllocation:{type:"structure",required:["virtualInterfaceName","vlan","asn"],members:{virtualInterfaceName:{},vlan:{type:"integer"},asn:{type:"integer"},authKey:{},amazonAddress:{},addressFamily:{},customerAddress:{}}}}},output:{shape:"Sq"}},AllocatePublicVirtualInterface:{input:{type:"structure",required:["connectionId","ownerAccount","newPublicVirtualInterfaceAllocation"],members:{connectionId:{},ownerAccount:{},newPublicVirtualInterfaceAllocation:{type:"structure",required:["virtualInterfaceName","vlan","asn"],members:{virtualInterfaceName:{},vlan:{type:"integer"},asn:{type:"integer"},authKey:{},amazonAddress:{},customerAddress:{},addressFamily:{},routeFilterPrefixes:{shape:"Sy"}}}}},output:{shape:"Sq"}},AssociateConnectionWithLag:{input:{type:"structure",required:["connectionId","lagId"],members:{connectionId:{},lagId:{}}},output:{shape:"S7"}},AssociateHostedConnection:{input:{type:"structure",required:["connectionId","parentConnectionId"],members:{connectionId:{},parentConnectionId:{}}},output:{shape:"S7"}},AssociateVirtualInterface:{input:{type:"structure",required:["virtualInterfaceId","connectionId"],members:{virtualInterfaceId:{},connectionId:{}}},output:{shape:"Sq"}},ConfirmConnection:{input:{type:"structure",required:["connectionId"],members:{connectionId:{}}},output:{type:"structure",members:{connectionState:{}}}},ConfirmPrivateVirtualInterface:{input:{type:"structure",required:["virtualInterfaceId"],members:{virtualInterfaceId:{},virtualGatewayId:{},directConnectGatewayId:{}}},output:{type:"structure",members:{virtualInterfaceState:{}}}},ConfirmPublicVirtualInterface:{input:{type:"structure",required:["virtualInterfaceId"],members:{virtualInterfaceId:{}}},output:{type:"structure",members:{virtualInterfaceState:{}}}},CreateBGPPeer:{input:{type:"structure",members:{virtualInterfaceId:{},newBGPPeer:{type:"structure",members:{asn:{type:"integer"},authKey:{},addressFamily:{},amazonAddress:{},customerAddress:{}}}}},output:{type:"structure",members:{virtualInterface:{shape:"Sq"}}}},CreateConnection:{input:{type:"structure",required:["location","bandwidth","connectionName"],members:{location:{},bandwidth:{},connectionName:{},lagId:{}}},output:{shape:"S7"}},CreateDirectConnectGateway:{input:{type:"structure",required:["directConnectGatewayName"],members:{directConnectGatewayName:{},amazonSideAsn:{type:"long"}}},output:{type:"structure",members:{directConnectGateway:{shape:"S1n"}}}},CreateDirectConnectGatewayAssociation:{input:{type:"structure",required:["directConnectGatewayId","virtualGatewayId"],members:{directConnectGatewayId:{},virtualGatewayId:{}}},output:{type:"structure",members:{directConnectGatewayAssociation:{shape:"S1s"}}}},CreateInterconnect:{input:{type:"structure",required:["interconnectName","bandwidth","location"],members:{interconnectName:{},bandwidth:{},location:{},lagId:{}}},output:{shape:"S1x"}},CreateLag:{input:{type:"structure",required:["numberOfConnections","location","connectionsBandwidth","lagName"],members:{numberOfConnections:{type:"integer"},location:{},connectionsBandwidth:{},lagName:{},connectionId:{}}},output:{shape:"S22"}},CreatePrivateVirtualInterface:{input:{type:"structure",required:["connectionId","newPrivateVirtualInterface"],members:{connectionId:{},newPrivateVirtualInterface:{type:"structure",required:["virtualInterfaceName","vlan","asn"],members:{virtualInterfaceName:{},vlan:{type:"integer"},asn:{type:"integer"},authKey:{},amazonAddress:{},customerAddress:{},addressFamily:{},virtualGatewayId:{},directConnectGatewayId:{}}}}},output:{shape:"Sq"}},CreatePublicVirtualInterface:{input:{type:"structure",required:["connectionId","newPublicVirtualInterface"],members:{connectionId:{},newPublicVirtualInterface:{type:"structure",required:["virtualInterfaceName","vlan","asn"],members:{virtualInterfaceName:{},vlan:{type:"integer"},asn:{type:"integer"},authKey:{},amazonAddress:{},customerAddress:{},addressFamily:{},routeFilterPrefixes:{shape:"Sy"}}}}},output:{shape:"Sq"}},DeleteBGPPeer:{input:{type:"structure",members:{virtualInterfaceId:{},asn:{type:"integer"},customerAddress:{}}},output:{type:"structure",members:{virtualInterface:{shape:"Sq"}}}},DeleteConnection:{input:{type:"structure",required:["connectionId"],members:{connectionId:{}}},output:{shape:"S7"}},DeleteDirectConnectGateway:{input:{type:"structure",required:["directConnectGatewayId"],members:{directConnectGatewayId:{}}},output:{type:"structure",members:{directConnectGateway:{shape:"S1n"}}}},DeleteDirectConnectGatewayAssociation:{input:{type:"structure",required:["directConnectGatewayId","virtualGatewayId"],members:{directConnectGatewayId:{},virtualGatewayId:{}}},output:{type:"structure",members:{directConnectGatewayAssociation:{shape:"S1s"}}}},DeleteInterconnect:{input:{type:"structure",required:["interconnectId"],members:{interconnectId:{}}},output:{type:"structure",members:{interconnectState:{}}}},DeleteLag:{input:{type:"structure",required:["lagId"],members:{lagId:{}}},output:{shape:"S22"}},DeleteVirtualInterface:{input:{type:"structure",required:["virtualInterfaceId"],members:{virtualInterfaceId:{}}},output:{type:"structure",members:{virtualInterfaceState:{}}}},DescribeConnectionLoa:{input:{type:"structure",required:["connectionId"],members:{connectionId:{},providerName:{},loaContentType:{}}},output:{type:"structure",members:{loa:{shape:"S2q"}}},deprecated:!0},DescribeConnections:{input:{type:"structure",members:{connectionId:{}}},output:{shape:"S2t"}},DescribeConnectionsOnInterconnect:{input:{type:"structure",required:["interconnectId"],members:{interconnectId:{}}},output:{shape:"S2t"},deprecated:!0},DescribeDirectConnectGatewayAssociations:{input:{type:"structure",members:{directConnectGatewayId:{},virtualGatewayId:{},maxResults:{type:"integer"},nextToken:{}}},output:{type:"structure",members:{directConnectGatewayAssociations:{type:"list",member:{shape:"S1s"}},nextToken:{}}}},DescribeDirectConnectGatewayAttachments:{input:{type:"structure",members:{directConnectGatewayId:{},virtualInterfaceId:{},maxResults:{type:"integer"},nextToken:{}}},output:{type:"structure",members:{directConnectGatewayAttachments:{type:"list",member:{type:"structure",members:{directConnectGatewayId:{},virtualInterfaceId:{},virtualInterfaceRegion:{},virtualInterfaceOwnerAccount:{},attachmentState:{},stateChangeError:{}}}},nextToken:{}}}},DescribeDirectConnectGateways:{input:{type:"structure",members:{directConnectGatewayId:{},maxResults:{type:"integer"},nextToken:{}}},output:{type:"structure",members:{directConnectGateways:{type:"list",member:{shape:"S1n"}},nextToken:{}}}},DescribeHostedConnections:{input:{type:"structure",required:["connectionId"],members:{connectionId:{}}},output:{shape:"S2t"}},DescribeInterconnectLoa:{input:{type:"structure",required:["interconnectId"],members:{interconnectId:{},providerName:{},loaContentType:{}}},output:{type:"structure",members:{loa:{shape:"S2q"}}},deprecated:!0},DescribeInterconnects:{input:{type:"structure",members:{interconnectId:{}}},output:{type:"structure",members:{interconnects:{type:"list",member:{shape:"S1x"}}}}},DescribeLags:{input:{type:"structure",members:{lagId:{}}},output:{type:"structure",members:{lags:{type:"list",member:{shape:"S22"}}}}},DescribeLoa:{input:{type:"structure",required:["connectionId"],members:{connectionId:{},providerName:{},loaContentType:{}}},output:{shape:"S2q"}},DescribeLocations:{output:{type:"structure",members:{locations:{type:"list",member:{type:"structure",members:{locationCode:{},locationName:{},region:{}}}}}}},DescribeTags:{input:{type:"structure",required:["resourceArns"],members:{resourceArns:{type:"list",member:{}}}},output:{type:"structure",members:{resourceTags:{type:"list",member:{type:"structure",members:{resourceArn:{},tags:{shape:"S3t"}}}}}}},DescribeVirtualGateways:{output:{type:"structure",members:{virtualGateways:{type:"list",member:{type:"structure",members:{virtualGatewayId:{},virtualGatewayState:{}}}}}}},DescribeVirtualInterfaces:{input:{type:"structure",members:{connectionId:{},virtualInterfaceId:{}}},output:{type:"structure",members:{virtualInterfaces:{type:"list",member:{shape:"Sq"}}}}},DisassociateConnectionFromLag:{input:{type:"structure",required:["connectionId","lagId"],members:{connectionId:{},lagId:{}}},output:{shape:"S7"}},TagResource:{input:{type:"structure",required:["resourceArn","tags"],members:{resourceArn:{},tags:{shape:"S3t"}}},output:{type:"structure",members:{}}},UntagResource:{input:{type:"structure",required:["resourceArn","tagKeys"],members:{resourceArn:{},tagKeys:{type:"list",member:{}}}},output:{type:"structure",members:{}}},UpdateLag:{input:{type:"structure",required:["lagId"],members:{lagId:{},lagName:{},minimumLinks:{type:"integer"}}},output:{shape:"S22"}}},shapes:{S7:{type:"structure",members:{ownerAccount:{},connectionId:{},connectionName:{},connectionState:{},region:{},location:{},bandwidth:{},vlan:{type:"integer"},partnerName:{},loaIssueTime:{type:"timestamp"},lagId:{},awsDevice:{shape:"Sf"},awsDeviceV2:{}}},Sf:{type:"string",deprecated:!0},Sq:{type:"structure",members:{ownerAccount:{},virtualInterfaceId:{},location:{},connectionId:{},virtualInterfaceType:{},virtualInterfaceName:{},vlan:{type:"integer"},asn:{type:"integer"},amazonSideAsn:{type:"long"},authKey:{},amazonAddress:{},customerAddress:{},addressFamily:{},virtualInterfaceState:{},customerRouterConfig:{},virtualGatewayId:{},directConnectGatewayId:{},routeFilterPrefixes:{shape:"Sy"},bgpPeers:{type:"list",member:{type:"structure",members:{asn:{type:"integer"},authKey:{},addressFamily:{},amazonAddress:{},customerAddress:{},bgpPeerState:{},bgpStatus:{},awsDeviceV2:{}}}},region:{},awsDeviceV2:{}}},Sy:{type:"list",member:{type:"structure",members:{cidr:{}}}},S1n:{type:"structure",members:{directConnectGatewayId:{},directConnectGatewayName:{},amazonSideAsn:{type:"long"},ownerAccount:{},directConnectGatewayState:{},stateChangeError:{}}},S1s:{type:"structure",members:{directConnectGatewayId:{},virtualGatewayId:{},virtualGatewayRegion:{},virtualGatewayOwnerAccount:{},associationState:{},stateChangeError:{}}},S1x:{type:"structure",members:{interconnectId:{},interconnectName:{},interconnectState:{},region:{},location:{},bandwidth:{},loaIssueTime:{type:"timestamp"},lagId:{},awsDevice:{shape:"Sf"},awsDeviceV2:{}}},S22:{type:"structure",members:{connectionsBandwidth:{},numberOfConnections:{type:"integer"},lagId:{},ownerAccount:{},lagName:{},lagState:{},location:{},region:{},minimumLinks:{type:"integer"},awsDevice:{shape:"Sf"},awsDeviceV2:{},connections:{shape:"S24"},allowsHostedConnections:{type:"boolean"}}},S24:{type:"list",member:{shape:"S7"}},S2q:{type:"structure",members:{loaContent:{type:"blob"},loaContentType:{}}},S2t:{type:"structure",members:{connections:{shape:"S24"}}},S3t:{type:"list",member:{type:"structure",required:["key"],members:{key:{},value:{}}}}}}},ZJYt:function(e,t,r){var n=r("m5lJ").escapeAttribute;function i(e,t){void 0===t&&(t=[]),this.name=e,this.children=t,this.attributes={}}i.prototype.addAttribute=function(e,t){return this.attributes[e]=t,this},i.prototype.addChildNode=function(e){return this.children.push(e),this},i.prototype.removeAttribute=function(e){return delete this.attributes[e],this},i.prototype.toString=function(){for(var e=Boolean(this.children.length),t="<"+this.name,r=this.attributes,i=0,o=Object.keys(r);i"+this.children.map(function(e){return e.toString()}).join("")+"":"/>")},e.exports={XmlNode:i}},ZONe:function(e,t,r){var n=r("QsWE"),i=n.util.inherit,o=r("CNpV");n.Response=i({constructor:function(e){this.request=e,this.data=null,this.error=null,this.retryCount=0,this.redirectCount=0,this.httpResponse=new n.HttpResponse,e&&(this.maxRetries=e.service.numRetries(),this.maxRedirects=e.service.config.maxRedirects)},nextPage:function(e){var t,r=this.request.service,i=this.request.operation;try{t=r.paginationConfig(i,!0)}catch(e){this.error=e}if(!this.hasNextPage()){if(e)e(this.error,null);else if(this.error)throw this.error;return null}var o=n.util.copy(this.request.params);if(this.nextPageTokens){var a=t.inputToken;"string"==typeof a&&(a=[a]);for(var s=0;se.length)return null;if("full"===r.pathMatch&&(t.hasChildren()||n.length0?e[e.length-1]:null}function ee(e,t){for(var r in e)e.hasOwnProperty(r)&&t(e[r],r)}function te(e){return e.pipe(Object(h.a)(),Object(y.a)(function(e){return!0===e}))}function re(e){return Object(i["\u0275isObservable"])(e)?e:Object(i["\u0275isPromise"])(e)?Object(a.a)(Promise.resolve(e)):Object(o.a)(e)}function ne(e,t,r){return r?function(e,t){return Z(e,t)}(e.queryParams,t.queryParams)&&function e(t,r){if(!se(t.segments,r.segments))return!1;if(t.numberOfChildren!==r.numberOfChildren)return!1;for(var n in r.children){if(!t.children[n])return!1;if(!e(t.children[n],r.children[n]))return!1}return!0}(e.root,t.root):function(e,t){return Object.keys(t).length<=Object.keys(e).length&&Object.keys(t).every(function(r){return t[r]===e[r]})}(e.queryParams,t.queryParams)&&function e(t,r){return function t(r,n,i){if(r.segments.length>i.length)return!!se(a=r.segments.slice(0,i.length),i)&&!n.hasChildren();if(r.segments.length===i.length){if(!se(r.segments,i))return!1;for(var o in n.children){if(!r.children[o])return!1;if(!e(r.children[o],n.children[o]))return!1}return!0}var a=i.slice(0,r.segments.length),s=i.slice(r.segments.length);return!!se(r.segments,a)&&!!r.children[U]&&t(r.children[U],n,s)}(t,r,r.segments)}(e.root,t.root)}var ie=function(){function e(e,t,r){this.root=e,this.queryParams=t,this.fragment=r}return Object.defineProperty(e.prototype,"queryParamMap",{get:function(){return this._queryParamMap||(this._queryParamMap=$(this.queryParams)),this._queryParamMap},enumerable:!0,configurable:!0}),e.prototype.toString=function(){return pe.serialize(this)},e}(),oe=function(){function e(e,t){var r=this;this.segments=e,this.children=t,this.parent=null,ee(t,function(e,t){return e.parent=r})}return e.prototype.hasChildren=function(){return this.numberOfChildren>0},Object.defineProperty(e.prototype,"numberOfChildren",{get:function(){return Object.keys(this.children).length},enumerable:!0,configurable:!0}),e.prototype.toString=function(){return me(this)},e}(),ae=function(){function e(e,t){this.path=e,this.parameters=t}return Object.defineProperty(e.prototype,"parameterMap",{get:function(){return this._parameterMap||(this._parameterMap=$(this.parameters)),this._parameterMap},enumerable:!0,configurable:!0}),e.prototype.toString=function(){return ge(this)},e}();function se(e,t){return e.length===t.length&&e.every(function(e,r){return e.path===t[r].path})}function ue(e,t){var r=[];return ee(e.children,function(e,n){n===U&&(r=r.concat(t(e,n)))}),ee(e.children,function(e,n){n!==U&&(r=r.concat(t(e,n)))}),r}var le=function(){},ce=function(){function e(){}return e.prototype.parse=function(e){var t=new Ce(e);return new ie(t.parseRootSegment(),t.parseQueryParams(),t.parseFragment())},e.prototype.serialize=function(e){var t,r;return"/"+function e(t,r){if(!t.hasChildren())return me(t);if(r){var n=t.children[U]?e(t.children[U],!1):"",i=[];return ee(t.children,function(t,r){r!==U&&i.push(r+":"+e(t,!1))}),i.length>0?n+"("+i.join("//")+")":n}var o=ue(t,function(r,n){return n===U?[e(t.children[U],!1)]:[n+":"+e(r,!1)]});return me(t)+"/("+o.join("//")+")"}(e.root,!0)+(t=e.queryParams,(r=Object.keys(t).map(function(e){var r=t[e];return Array.isArray(r)?r.map(function(t){return he(e)+"="+he(t)}).join("&"):he(e)+"="+he(r)})).length?"?"+r.join("&"):"")+("string"==typeof e.fragment?"#"+encodeURI(e.fragment):"")},e}(),pe=new ce;function me(e){return e.segments.map(function(e){return ge(e)}).join("/")}function de(e){return encodeURIComponent(e).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function he(e){return de(e).replace(/%3B/gi,";")}function ye(e){return de(e).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function fe(e){return decodeURIComponent(e)}function be(e){return fe(e.replace(/\+/g,"%20"))}function ge(e){return""+ye(e.path)+(t=e.parameters,Object.keys(t).map(function(e){return";"+ye(e)+"="+ye(t[e])}).join(""));var t}var ve=/^[^\/()?;=#]+/;function Se(e){var t=e.match(ve);return t?t[0]:""}var Ie=/^[^=?&#]+/,Ne=/^[^?&#]+/,Ce=function(){function e(e){this.url=e,this.remaining=e}return e.prototype.parseRootSegment=function(){return this.consumeOptional("/"),""===this.remaining||this.peekStartsWith("?")||this.peekStartsWith("#")?new oe([],{}):new oe([],this.parseChildren())},e.prototype.parseQueryParams=function(){var e={};if(this.consumeOptional("?"))do{this.parseQueryParam(e)}while(this.consumeOptional("&"));return e},e.prototype.parseFragment=function(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null},e.prototype.parseChildren=function(){if(""===this.remaining)return{};this.consumeOptional("/");var e=[];for(this.peekStartsWith("(")||e.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),e.push(this.parseSegment());var t={};this.peekStartsWith("/(")&&(this.capture("/"),t=this.parseParens(!0));var r={};return this.peekStartsWith("(")&&(r=this.parseParens(!1)),(e.length>0||Object.keys(t).length>0)&&(r[U]=new oe(e,t)),r},e.prototype.parseSegment=function(){var e=Se(this.remaining);if(""===e&&this.peekStartsWith(";"))throw new Error("Empty path url segment cannot have parameters: '"+this.remaining+"'.");return this.capture(e),new ae(fe(e),this.parseMatrixParams())},e.prototype.parseMatrixParams=function(){for(var e={};this.consumeOptional(";");)this.parseParam(e);return e},e.prototype.parseParam=function(e){var t=Se(this.remaining);if(t){this.capture(t);var r="";if(this.consumeOptional("=")){var n=Se(this.remaining);n&&this.capture(r=n)}e[fe(t)]=fe(r)}},e.prototype.parseQueryParam=function(e){var t,r=(t=this.remaining.match(Ie))?t[0]:"";if(r){this.capture(r);var n="";if(this.consumeOptional("=")){var i=function(e){var t=e.match(Ne);return t?t[0]:""}(this.remaining);i&&this.capture(n=i)}var o=be(r),a=be(n);if(e.hasOwnProperty(o)){var s=e[o];Array.isArray(s)||(e[o]=s=[s]),s.push(a)}else e[o]=a}},e.prototype.parseParens=function(e){var t={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){var r=Se(this.remaining),n=this.remaining[r.length];if("/"!==n&&")"!==n&&";"!==n)throw new Error("Cannot parse url '"+this.url+"'");var i=void 0;r.indexOf(":")>-1?(i=r.substr(0,r.indexOf(":")),this.capture(i),this.capture(":")):e&&(i=U);var o=this.parseChildren();t[i]=1===Object.keys(o).length?o[U]:new oe([],o),this.consumeOptional("//")}return t},e.prototype.peekStartsWith=function(e){return this.remaining.startsWith(e)},e.prototype.consumeOptional=function(e){return!!this.peekStartsWith(e)&&(this.remaining=this.remaining.substring(e.length),!0)},e.prototype.capture=function(e){if(!this.consumeOptional(e))throw new Error('Expected "'+e+'".')},e}(),_e=function(e){this.segmentGroup=e||null},De=function(e){this.urlTree=e};function Te(e){return new s.a(function(t){return t.error(new _e(e))})}function ke(e){return new s.a(function(t){return t.error(new De(e))})}function Ae(e){return new s.a(function(t){return t.error(new Error("Only absolute redirects can have named outlets. redirectTo: '"+e+"'"))})}var Re=function(){function e(e,t,r,n,o){this.configLoader=t,this.urlSerializer=r,this.urlTree=n,this.config=o,this.allowRedirects=!0,this.ngModule=e.get(i.NgModuleRef)}return e.prototype.apply=function(){var e=this;return this.expandSegmentGroup(this.ngModule,this.config,this.urlTree.root,U).pipe(Object(p.a)(function(t){return e.createUrlTree(t,e.urlTree.queryParams,e.urlTree.fragment)})).pipe(Object(f.a)(function(t){if(t instanceof De)return e.allowRedirects=!1,e.match(t.urlTree);if(t instanceof _e)throw e.noMatchError(t);throw t}))},e.prototype.match=function(e){var t=this;return this.expandSegmentGroup(this.ngModule,this.config,e.root,U).pipe(Object(p.a)(function(r){return t.createUrlTree(r,e.queryParams,e.fragment)})).pipe(Object(f.a)(function(e){if(e instanceof _e)throw t.noMatchError(e);throw e}))},e.prototype.noMatchError=function(e){return new Error("Cannot match any routes. URL Segment: '"+e.segmentGroup+"'")},e.prototype.createUrlTree=function(e,t,r){var n,i=e.segments.length>0?new oe([],((n={})[U]=e,n)):e;return new ie(i,t,r)},e.prototype.expandSegmentGroup=function(e,t,r,n){return 0===r.segments.length&&r.hasChildren()?this.expandChildren(e,t,r).pipe(Object(p.a)(function(e){return new oe([],e)})):this.expandSegment(e,r,t,r.segments,n,!0)},e.prototype.expandChildren=function(e,t,r){var n=this;return function(r,i){if(0===Object.keys(r).length)return Object(o.a)({});var a=[],s=[],u={};return ee(r,function(r,i){var o,l,c=(o=i,l=r,n.expandSegmentGroup(e,t,l,o)).pipe(Object(p.a)(function(e){return u[i]=e}));i===U?a.push(c):s.push(c)}),o.a.apply(null,a.concat(s)).pipe(Object(m.a)(),Object(d.a)(),Object(p.a)(function(){return u}))}(r.children)},e.prototype.expandSegment=function(e,t,r,i,a,s){var l=this;return o.a.apply(void 0,Object(n.__spread)(r)).pipe(Object(p.a)(function(n){return l.expandSegmentAgainstRoute(e,t,r,n,i,a,s).pipe(Object(f.a)(function(e){if(e instanceof _e)return Object(o.a)(null);throw e}))}),Object(m.a)(),Object(b.a)(function(e){return!!e}),Object(f.a)(function(e,r){if(e instanceof u.a||"EmptyError"===e.name){if(l.noLeftoversInUrl(t,i,a))return Object(o.a)(new oe([],{}));throw new _e(t)}throw e}))},e.prototype.noLeftoversInUrl=function(e,t,r){return 0===t.length&&!e.children[r]},e.prototype.expandSegmentAgainstRoute=function(e,t,r,n,i,o,a){return Pe(n)!==o?Te(t):void 0===n.redirectTo?this.matchSegmentAgainstRoute(e,t,n,i):a&&this.allowRedirects?this.expandSegmentAgainstRouteUsingRedirect(e,t,r,n,i,o):Te(t)},e.prototype.expandSegmentAgainstRouteUsingRedirect=function(e,t,r,n,i,o){return"**"===n.path?this.expandWildCardWithParamsAgainstRouteUsingRedirect(e,r,n,o):this.expandRegularSegmentAgainstRouteUsingRedirect(e,t,r,n,i,o)},e.prototype.expandWildCardWithParamsAgainstRouteUsingRedirect=function(e,t,r,n){var i=this,o=this.applyRedirectCommands([],r.redirectTo,{});return r.redirectTo.startsWith("/")?ke(o):this.lineralizeSegments(r,o).pipe(Object(g.a)(function(r){var o=new oe(r,{});return i.expandSegment(e,o,t,r,n,!1)}))},e.prototype.expandRegularSegmentAgainstRouteUsingRedirect=function(e,t,r,n,i,o){var a=this,s=xe(t,n,i),u=s.consumedSegments,l=s.lastChild,c=s.positionalParamSegments;if(!s.matched)return Te(t);var p=this.applyRedirectCommands(u,n.redirectTo,c);return n.redirectTo.startsWith("/")?ke(p):this.lineralizeSegments(n,p).pipe(Object(g.a)(function(n){return a.expandSegment(e,t,r,n.concat(i.slice(l)),o,!1)}))},e.prototype.matchSegmentAgainstRoute=function(e,t,r,i){var a=this;if("**"===r.path)return r.loadChildren?this.configLoader.load(e.injector,r).pipe(Object(p.a)(function(e){return r._loadedConfig=e,new oe(i,{})})):Object(o.a)(new oe(i,{}));var s=xe(t,r,i),u=s.consumedSegments,l=s.lastChild;if(!s.matched)return Te(t);var c=i.slice(l);return this.getChildConfig(e,r).pipe(Object(g.a)(function(e){var r=e.module,i=e.routes,s=function(e,t,r,i){return r.length>0&&function(e,t,r){return i.some(function(r){return Ee(e,t,r)&&Pe(r)!==U})}(e,r)?{segmentGroup:we(new oe(t,function(e,t){var r,i,o={};o[U]=t;try{for(var a=Object(n.__values)(e),s=a.next();!s.done;s=a.next()){var u=s.value;""===u.path&&Pe(u)!==U&&(o[Pe(u)]=new oe([],{}))}}catch(e){r={error:e}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}(i,new oe(r,e.children)))),slicedSegments:[]}:0===r.length&&function(e,t,r){return i.some(function(r){return Ee(e,t,r)})}(e,r)?{segmentGroup:we(new oe(e.segments,function(e,t,r,i){var o,a,s={};try{for(var u=Object(n.__values)(r),l=u.next();!l.done;l=u.next()){var c=l.value;Ee(e,t,c)&&!i[Pe(c)]&&(s[Pe(c)]=new oe([],{}))}}catch(e){o={error:e}}finally{try{l&&!l.done&&(a=u.return)&&a.call(u)}finally{if(o)throw o.error}}return Object(n.__assign)({},i,s)}(e,r,i,e.children))),slicedSegments:r}:{segmentGroup:e,slicedSegments:r}}(t,u,c,i),l=s.segmentGroup,m=s.slicedSegments;return 0===m.length&&l.hasChildren()?a.expandChildren(r,i,l).pipe(Object(p.a)(function(e){return new oe(u,e)})):0===i.length&&0===m.length?Object(o.a)(new oe(u,{})):a.expandSegment(r,l,i,m,U,!0).pipe(Object(p.a)(function(e){return new oe(u.concat(e.segments),e.children)}))}))},e.prototype.getChildConfig=function(e,t){var r=this;return t.children?Object(o.a)(new z(t.children,e)):t.loadChildren?void 0!==t._loadedConfig?Object(o.a)(t._loadedConfig):function(e,t){var r=t.canLoad;return r&&0!==r.length?te(Object(a.a)(r).pipe(Object(p.a)(function(r){var n=e.get(r);return re(n.canLoad?n.canLoad(t):n(t))}))):Object(o.a)(!0)}(e.injector,t).pipe(Object(g.a)(function(n){return n?r.configLoader.load(e.injector,t).pipe(Object(p.a)(function(e){return t._loadedConfig=e,e})):function(e){return new s.a(function(t){return t.error(((r=Error("NavigationCancelingError: Cannot load children because the guard of the route \"path: '"+e.path+"'\" returned false")).ngNavigationCancelingError=!0,r));var r})}(t)})):Object(o.a)(new z([],e))},e.prototype.lineralizeSegments=function(e,t){for(var r=[],n=t.root;;){if(r=r.concat(n.segments),0===n.numberOfChildren)return Object(o.a)(r);if(n.numberOfChildren>1||!n.children[U])return Ae(e.redirectTo);n=n.children[U]}},e.prototype.applyRedirectCommands=function(e,t,r){return this.applyRedirectCreatreUrlTree(t,this.urlSerializer.parse(t),e,r)},e.prototype.applyRedirectCreatreUrlTree=function(e,t,r,n){var i=this.createSegmentGroup(e,t.root,r,n);return new ie(i,this.createQueryParams(t.queryParams,this.urlTree.queryParams),t.fragment)},e.prototype.createQueryParams=function(e,t){var r={};return ee(e,function(e,n){if("string"==typeof e&&e.startsWith(":")){var i=e.substring(1);r[n]=t[i]}else r[n]=e}),r},e.prototype.createSegmentGroup=function(e,t,r,n){var i=this,o=this.createSegments(e,t.segments,r,n),a={};return ee(t.children,function(t,o){a[o]=i.createSegmentGroup(e,t,r,n)}),new oe(o,a)},e.prototype.createSegments=function(e,t,r,n){var i=this;return t.map(function(t){return t.path.startsWith(":")?i.findPosParam(e,t,n):i.findOrReturn(t,r)})},e.prototype.findPosParam=function(e,t,r){var n=r[t.path.substring(1)];if(!n)throw new Error("Cannot redirect to '"+e+"'. Cannot find '"+t.path+"'.");return n},e.prototype.findOrReturn=function(e,t){var r,i,o=0;try{for(var a=Object(n.__values)(t),s=a.next();!s.done;s=a.next()){var u=s.value;if(u.path===e.path)return t.splice(o),u;o++}}catch(e){r={error:e}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return e},e}();function xe(e,t,r){if(""===t.path)return"full"===t.pathMatch&&(e.hasChildren()||r.length>0)?{matched:!1,consumedSegments:[],lastChild:0,positionalParamSegments:{}}:{matched:!0,consumedSegments:[],lastChild:0,positionalParamSegments:{}};var n=(t.matcher||W)(r,e,t);return n?{matched:!0,consumedSegments:n.consumed,lastChild:n.consumed.length,positionalParamSegments:n.posParams}:{matched:!1,consumedSegments:[],lastChild:0,positionalParamSegments:{}}}function we(e){if(1===e.numberOfChildren&&e.children[U]){var t=e.children[U];return new oe(e.segments.concat(t.segments),t.children)}return e}function Ee(e,t,r){return(!(e.hasChildren()||t.length>0)||"full"!==r.pathMatch)&&""===r.path&&void 0!==r.redirectTo}function Pe(e){return e.outlet||U}var Me=function(){function e(e){this._root=e}return Object.defineProperty(e.prototype,"root",{get:function(){return this._root.value},enumerable:!0,configurable:!0}),e.prototype.parent=function(e){var t=this.pathFromRoot(e);return t.length>1?t[t.length-2]:null},e.prototype.children=function(e){var t=qe(e,this._root);return t?t.children.map(function(e){return e.value}):[]},e.prototype.firstChild=function(e){var t=qe(e,this._root);return t&&t.children.length>0?t.children[0].value:null},e.prototype.siblings=function(e){var t=Oe(e,this._root);return t.length<2?[]:t[t.length-2].children.map(function(e){return e.value}).filter(function(t){return t!==e})},e.prototype.pathFromRoot=function(e){return Oe(e,this._root).map(function(e){return e.value})},e}();function qe(e,t){var r,i;if(e===t.value)return t;try{for(var o=Object(n.__values)(t.children),a=o.next();!a.done;a=o.next()){var s=qe(e,a.value);if(s)return s}}catch(e){r={error:e}}finally{try{a&&!a.done&&(i=o.return)&&i.call(o)}finally{if(r)throw r.error}}return null}function Oe(e,t){var r,i;if(e===t.value)return[t];try{for(var o=Object(n.__values)(t.children),a=o.next();!a.done;a=o.next()){var s=Oe(e,a.value);if(s.length)return s.unshift(t),s}}catch(e){r={error:e}}finally{try{a&&!a.done&&(i=o.return)&&i.call(o)}finally{if(r)throw r.error}}return[]}var Le=function(){function e(e,t){this.value=e,this.children=t}return e.prototype.toString=function(){return"TreeNode("+this.value+")"},e}();function Be(e){var t={};return e&&e.children.forEach(function(e){return t[e.value.outlet]=e}),t}var Fe=function(e){function t(t,r){var n=e.call(this,t)||this;return n.snapshot=r,We(n,t),n}return Object(n.__extends)(t,e),t.prototype.toString=function(){return this.snapshot.toString()},t}(Me);function Ge(e,t){var r=function(e,t){var r=new je([],{},{},"",{},U,t,null,e.root,-1,{});return new $e("",new Le(r,[]))}(e,t),n=new l.a([new ae("",{})]),i=new l.a({}),o=new l.a({}),a=new l.a({}),s=new l.a(""),u=new Ve(n,i,a,s,o,U,t,r.root);return u.snapshot=r.root,new Fe(new Le(u,[]),r)}var Ve=function(){function e(e,t,r,n,i,o,a,s){this.url=e,this.params=t,this.queryParams=r,this.fragment=n,this.data=i,this.outlet=o,this.component=a,this._futureSnapshot=s}return Object.defineProperty(e.prototype,"routeConfig",{get:function(){return this._futureSnapshot.routeConfig},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"root",{get:function(){return this._routerState.root},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"parent",{get:function(){return this._routerState.parent(this)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"firstChild",{get:function(){return this._routerState.firstChild(this)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"children",{get:function(){return this._routerState.children(this)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"pathFromRoot",{get:function(){return this._routerState.pathFromRoot(this)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"paramMap",{get:function(){return this._paramMap||(this._paramMap=this.params.pipe(Object(p.a)(function(e){return $(e)}))),this._paramMap},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"queryParamMap",{get:function(){return this._queryParamMap||(this._queryParamMap=this.queryParams.pipe(Object(p.a)(function(e){return $(e)}))),this._queryParamMap},enumerable:!0,configurable:!0}),e.prototype.toString=function(){return this.snapshot?this.snapshot.toString():"Future("+this._futureSnapshot+")"},e}();function Ue(e,t){void 0===t&&(t="emptyOnly");var r=e.pathFromRoot,i=0;if("always"!==t)for(i=r.length-1;i>=1;){var o=r[i],a=r[i-1];if(o.routeConfig&&""===o.routeConfig.path)i--;else{if(a.component)break;i--}}return function(e){return e.reduce(function(e,t){return{params:Object(n.__assign)({},e.params,t.params),data:Object(n.__assign)({},e.data,t.data),resolve:Object(n.__assign)({},e.resolve,t._resolvedData)}},{params:{},data:{},resolve:{}})}(r.slice(i))}var je=function(){function e(e,t,r,n,i,o,a,s,u,l,c){this.url=e,this.params=t,this.queryParams=r,this.fragment=n,this.data=i,this.outlet=o,this.component=a,this.routeConfig=s,this._urlSegment=u,this._lastPathIndex=l,this._resolve=c}return Object.defineProperty(e.prototype,"root",{get:function(){return this._routerState.root},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"parent",{get:function(){return this._routerState.parent(this)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"firstChild",{get:function(){return this._routerState.firstChild(this)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"children",{get:function(){return this._routerState.children(this)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"pathFromRoot",{get:function(){return this._routerState.pathFromRoot(this)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"paramMap",{get:function(){return this._paramMap||(this._paramMap=$(this.params)),this._paramMap},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"queryParamMap",{get:function(){return this._queryParamMap||(this._queryParamMap=$(this.queryParams)),this._queryParamMap},enumerable:!0,configurable:!0}),e.prototype.toString=function(){return"Route(url:'"+this.url.map(function(e){return e.toString()}).join("/")+"', path:'"+(this.routeConfig?this.routeConfig.path:"")+"')"},e}(),$e=function(e){function t(t,r){var n=e.call(this,r)||this;return n.url=t,We(n,r),n}return Object(n.__extends)(t,e),t.prototype.toString=function(){return ze(this._root)},t}(Me);function We(e,t){t.value._routerState=e,t.children.forEach(function(t){return We(e,t)})}function ze(e){var t=e.children.length>0?" { "+e.children.map(ze).join(", ")+" } ":"";return""+e.value+t}function He(e){if(e.snapshot){var t=e.snapshot,r=e._futureSnapshot;e.snapshot=r,Z(t.queryParams,r.queryParams)||e.queryParams.next(r.queryParams),t.fragment!==r.fragment&&e.fragment.next(r.fragment),Z(t.params,r.params)||e.params.next(r.params),function(e,t){if(e.length!==t.length)return!1;for(var r=0;r0&&Qe(r[0]))throw new Error("Root segment cannot have matrix parameters");var n=r.find(function(e){return"object"==typeof e&&null!=e&&e.outlets});if(n&&n!==J(r))throw new Error("{outlets:{}} has to be the last command")}return e.prototype.toRoot=function(){return this.isAbsolute&&1===this.commands.length&&"/"==this.commands[0]},e}(),Xe=function(e,t,r){this.segmentGroup=e,this.processChildren=t,this.index=r};function Je(e){return"object"==typeof e&&null!=e&&e.outlets?e.outlets[U]:""+e}function et(e,t,r){if(e||(e=new oe([],{})),0===e.segments.length&&e.hasChildren())return tt(e,t,r);var n=function(e,t,r){for(var n=0,i=t,o={match:!1,pathIndex:0,commandIndex:0};i=r.length)return o;var a=e.segments[i],s=Je(r[n]),u=n0&&void 0===s)break;if(s&&u&&"object"==typeof u&&void 0===u.outlets){if(!ot(s,u,a))return o;n+=2}else{if(!ot(s,{},a))return o;n++}i++}return{match:!0,pathIndex:i,commandIndex:n}}(e,t,r),i=r.slice(n.commandIndex);if(n.match&&n.pathIndex0?J(r).parameters:{};o=new je(r,u,Object.freeze(Object(n.__assign)({},this.urlTree.queryParams)),this.urlTree.fragment,ft(e),i,e.component,e,pt(t),mt(t)+r.length,bt(e))}else{var l=function(e,t,r){if(""===t.path){if("full"===t.pathMatch&&(e.hasChildren()||r.length>0))throw new lt;return{consumedSegments:[],lastChild:0,parameters:{}}}var i=(t.matcher||W)(r,e,t);if(!i)throw new lt;var o={};ee(i.posParams,function(e,t){o[t]=e.path});var a=i.consumed.length>0?Object(n.__assign)({},o,i.consumed[i.consumed.length-1].parameters):o;return{consumedSegments:i.consumed,lastChild:i.consumed.length,parameters:a}}(t,e,r);a=l.consumedSegments,s=r.slice(l.lastChild),o=new je(a,l.parameters,Object.freeze(Object(n.__assign)({},this.urlTree.queryParams)),this.urlTree.fragment,ft(e),i,e.component,e,pt(t),mt(t)+a.length,bt(e))}var c=function(e){return e.children?e.children:e.loadChildren?e._loadedConfig.routes:[]}(e),p=dt(t,a,s,c,this.relativeLinkResolution),m=p.segmentGroup,d=p.slicedSegments;if(0===d.length&&m.hasChildren()){var h=this.processChildren(c,m);return[new Le(o,h)]}if(0===c.length&&0===d.length)return[new Le(o,[])];var y=this.processSegment(c,m,d,U);return[new Le(o,y)]},e}();function pt(e){for(var t=e;t._sourceSegment;)t=t._sourceSegment;return t}function mt(e){for(var t=e,r=t._segmentIndexShift?t._segmentIndexShift:0;t._sourceSegment;)r+=(t=t._sourceSegment)._segmentIndexShift?t._segmentIndexShift:0;return r-1}function dt(e,t,r,i,o){if(r.length>0&&function(e,t,r){return i.some(function(r){return ht(e,t,r)&&yt(r)!==U})}(e,r)){var a=new oe(t,function(e,t,r,i){var o,a,s={};s[U]=i,i._sourceSegment=e,i._segmentIndexShift=t.length;try{for(var u=Object(n.__values)(r),l=u.next();!l.done;l=u.next()){var c=l.value;if(""===c.path&&yt(c)!==U){var p=new oe([],{});p._sourceSegment=e,p._segmentIndexShift=t.length,s[yt(c)]=p}}}catch(e){o={error:e}}finally{try{l&&!l.done&&(a=u.return)&&a.call(u)}finally{if(o)throw o.error}}return s}(e,t,i,new oe(r,e.children)));return a._sourceSegment=e,a._segmentIndexShift=t.length,{segmentGroup:a,slicedSegments:[]}}if(0===r.length&&function(e,t,r){return i.some(function(r){return ht(e,t,r)})}(e,r)){var s=new oe(e.segments,function(e,t,r,i,o,a){var s,u,l={};try{for(var c=Object(n.__values)(i),p=c.next();!p.done;p=c.next()){var m=p.value;if(ht(e,r,m)&&!o[yt(m)]){var d=new oe([],{});d._sourceSegment=e,d._segmentIndexShift="legacy"===a?e.segments.length:t.length,l[yt(m)]=d}}}catch(e){s={error:e}}finally{try{p&&!p.done&&(u=c.return)&&u.call(c)}finally{if(s)throw s.error}}return Object(n.__assign)({},o,l)}(e,t,r,i,e.children,o));return s._sourceSegment=e,s._segmentIndexShift=t.length,{segmentGroup:s,slicedSegments:r}}var u=new oe(e.segments,e.children);return u._sourceSegment=e,u._segmentIndexShift=t.length,{segmentGroup:u,slicedSegments:r}}function ht(e,t,r){return(!(e.hasChildren()||t.length>0)||"full"!==r.pathMatch)&&""===r.path&&void 0===r.redirectTo}function yt(e){return e.outlet||U}function ft(e){return e.data||{}}function bt(e){return e.resolve||{}}var gt=function(){},vt=function(){function e(){}return e.prototype.shouldDetach=function(e){return!1},e.prototype.store=function(e,t){},e.prototype.shouldAttach=function(e){return!1},e.prototype.retrieve=function(e){return null},e.prototype.shouldReuseRoute=function(e,t){return e.routeConfig===t.routeConfig},e}(),St=new i.InjectionToken("ROUTES"),It=function(){function e(e,t,r,n){this.loader=e,this.compiler=t,this.onLoadStartListener=r,this.onLoadEndListener=n}return e.prototype.load=function(e,t){var r=this;return this.onLoadStartListener&&this.onLoadStartListener(t),this.loadModuleFactory(t.loadChildren).pipe(Object(p.a)(function(n){r.onLoadEndListener&&r.onLoadEndListener(t);var i=n.create(e);return new z(X(i.injector.get(St)).map(Y),i)}))},e.prototype.loadModuleFactory=function(e){var t=this;return"string"==typeof e?Object(a.a)(this.loader.load(e)):re(e()).pipe(Object(g.a)(function(e){return e instanceof i.NgModuleFactory?Object(o.a)(e):Object(a.a)(t.compiler.compileModuleAsync(e))}))},e}(),Nt=function(){},Ct=function(){function e(){}return e.prototype.shouldProcessUrl=function(e){return!0},e.prototype.extract=function(e){return e},e.prototype.merge=function(e,t){return e},e}();function _t(e){throw e}function Dt(e,t,r){return t.parse("/")}function Tt(e,t){return Object(o.a)(null)}var kt=function(){function e(e,t,r,n,o,a,s,u){var p=this;this.rootComponentType=e,this.urlSerializer=t,this.rootContexts=r,this.location=n,this.config=u,this.navigations=new l.a(null),this.navigationId=0,this.isNgZoneEnabled=!1,this.events=new c.a,this.errorHandler=_t,this.malformedUriErrorHandler=Dt,this.navigated=!1,this.lastSuccessfulId=-1,this.hooks={beforePreactivation:Tt,afterPreactivation:Tt},this.urlHandlingStrategy=new Ct,this.routeReuseStrategy=new vt,this.onSameUrlNavigation="ignore",this.paramsInheritanceStrategy="emptyOnly",this.urlUpdateStrategy="deferred",this.relativeLinkResolution="legacy",this.ngModule=o.get(i.NgModuleRef),this.console=o.get(i["\u0275Console"]);var m=o.get(i.NgZone);this.isNgZoneEnabled=m instanceof i.NgZone,this.resetConfig(u),this.currentUrlTree=new ie(new oe([],{}),{},null),this.rawUrlTree=this.currentUrlTree,this.configLoader=new It(a,s,function(e){return p.triggerEvent(new M(e))},function(e){return p.triggerEvent(new q(e))}),this.routerState=Ge(this.currentUrlTree,this.rootComponentType),this.processNavigations()}return e.prototype.resetRootComponentType=function(e){this.rootComponentType=e,this.routerState.root.component=this.rootComponentType},e.prototype.initialNavigation=function(){this.setUpLocationChangeListener(),0===this.navigationId&&this.navigateByUrl(this.location.path(!0),{replaceUrl:!0})},e.prototype.setUpLocationChangeListener=function(){var e=this;this.locationSubscription||(this.locationSubscription=this.location.subscribe(function(t){var r=e.parseUrl(t.url),n="popstate"===t.type?"popstate":"hashchange",i=t.state&&t.state.navigationId?{navigationId:t.state.navigationId}:null;setTimeout(function(){e.scheduleNavigation(r,n,i,{replaceUrl:!0})},0)}))},Object.defineProperty(e.prototype,"url",{get:function(){return this.serializeUrl(this.currentUrlTree)},enumerable:!0,configurable:!0}),e.prototype.triggerEvent=function(e){this.events.next(e)},e.prototype.resetConfig=function(e){H(e),this.config=e.map(Y),this.navigated=!1,this.lastSuccessfulId=-1},e.prototype.ngOnDestroy=function(){this.dispose()},e.prototype.dispose=function(){this.locationSubscription&&(this.locationSubscription.unsubscribe(),this.locationSubscription=null)},e.prototype.createUrlTree=function(e,t){void 0===t&&(t={});var r=t.relativeTo,o=t.queryParams,a=t.fragment,s=t.preserveQueryParams,u=t.queryParamsHandling,l=t.preserveFragment;Object(i.isDevMode)()&&s&&console&&console.warn&&console.warn("preserveQueryParams is deprecated, use queryParamsHandling instead.");var c=r||this.routerState.root,p=l?this.currentUrlTree.fragment:a,m=null;if(u)switch(u){case"merge":m=Object(n.__assign)({},this.currentUrlTree.queryParams,o);break;case"preserve":m=this.currentUrlTree.queryParams;break;default:m=o||null}else m=s?this.currentUrlTree.queryParams:o||null;return null!==m&&(m=this.removeEmptyProps(m)),function(e,t,r,i,o){if(0===r.length)return Ye(t.root,t.root,t,i,o);var a=function(e){if("string"==typeof e[0]&&1===e.length&&"/"===e[0])return new Ze(!0,0,e);var t=0,r=!1,i=e.reduce(function(e,i,o){if("object"==typeof i&&null!=i){if(i.outlets){var a={};return ee(i.outlets,function(e,t){a[t]="string"==typeof e?e.split("/"):e}),Object(n.__spread)(e,[{outlets:a}])}if(i.segmentPath)return Object(n.__spread)(e,[i.segmentPath])}return"string"!=typeof i?Object(n.__spread)(e,[i]):0===o?(i.split("/").forEach(function(n,i){0==i&&"."===n||(0==i&&""===n?r=!0:".."===n?t++:""!=n&&e.push(n))}),e):Object(n.__spread)(e,[i])},[]);return new Ze(r,t,i)}(r);if(a.toRoot())return Ye(t.root,new oe([],{}),t,i,o);var s=function(e,r,n){if(e.isAbsolute)return new Xe(t.root,!0,0);if(-1===n.snapshot._lastPathIndex)return new Xe(n.snapshot._urlSegment,!0,0);var i=Qe(e.commands[0])?0:1;return function(t,r,o){for(var a=n.snapshot._urlSegment,s=n.snapshot._lastPathIndex+i,u=e.numberOfDoubleDots;u>s;){if(u-=s,!(a=a.parent))throw new Error("Invalid number of '../'");s=a.segments.length}return new Xe(a,!1,s-u)}()}(a,0,e),u=s.processChildren?tt(s.segmentGroup,s.index,a.commands):et(s.segmentGroup,s.index,a.commands);return Ye(s.segmentGroup,u,t,i,o)}(c,this.currentUrlTree,e,m,p)},e.prototype.navigateByUrl=function(e,t){void 0===t&&(t={skipLocationChange:!1}),Object(i.isDevMode)()&&this.isNgZoneEnabled&&!i.NgZone.isInAngularZone()&&this.console.warn("Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'?");var r=e instanceof ie?e:this.parseUrl(e),n=this.urlHandlingStrategy.merge(r,this.rawUrlTree);return this.scheduleNavigation(n,"imperative",null,t)},e.prototype.navigate=function(e,t){return void 0===t&&(t={skipLocationChange:!1}),function(e){for(var t=0;t0},t.prototype.tagName=function(e){return e.tagName},t.prototype.attributeMap=function(e){for(var t=new Map,r=e.attributes,n=0;n0;s||(s=e[a]=[]);var l=ne(t)?Zone.root:Zone.current;if(0===s.length)s.push({zone:l,handler:i});else{for(var c=!1,p=0;p-1},t}(M),pe=["alt","control","meta","shift"],me={alt:function(e){return e.altKey},control:function(e){return e.ctrlKey},meta:function(e){return e.metaKey},shift:function(e){return e.shiftKey}},de=function(e){function t(t){return e.call(this,t)||this}return Object(n.__extends)(t,e),t.prototype.supports=function(e){return null!=t.parseEventName(e)},t.prototype.addEventListener=function(e,r,n){var i=t.parseEventName(r),o=t.eventCallback(i.fullKey,n,this.manager.getZone());return this.manager.getZone().runOutsideAngular(function(){return s().onAndCancel(e,i.domEventName,o)})},t.parseEventName=function(e){var r=e.toLowerCase().split("."),n=r.shift();if(0===r.length||"keydown"!==n&&"keyup"!==n)return null;var i=t._normalizeKey(r.pop()),o="";if(pe.forEach(function(e){var t=r.indexOf(e);t>-1&&(r.splice(t,1),o+=e+".")}),o+=i,0!=r.length||0===i.length)return null;var a={};return a.domEventName=n,a.fullKey=o,a},t.getEventFullKey=function(e){var t="",r=s().getEventKey(e);return" "===(r=r.toLowerCase())?r="space":"."===r&&(r="dot"),pe.forEach(function(n){n!=r&&(0,me[n])(e)&&(t+=n+".")}),t+=r},t.eventCallback=function(e,r,n){return function(i){t.getEventFullKey(i)===e&&n.runGuarded(function(){return r(i)})}},t._normalizeKey=function(e){switch(e){case"esc":return"escape";default:return e}},t}(M),he=function(){},ye=function(e){function t(t){var r=e.call(this)||this;return r._doc=t,r}return Object(n.__extends)(t,e),t.prototype.sanitize=function(e,t){if(null==t)return null;switch(e){case o.SecurityContext.NONE:return t;case o.SecurityContext.HTML:return t instanceof be?t.changingThisBreaksApplicationSecurity:(this.checkNotSafeValue(t,"HTML"),Object(o["\u0275_sanitizeHtml"])(this._doc,String(t)));case o.SecurityContext.STYLE:return t instanceof ge?t.changingThisBreaksApplicationSecurity:(this.checkNotSafeValue(t,"Style"),Object(o["\u0275_sanitizeStyle"])(t));case o.SecurityContext.SCRIPT:if(t instanceof ve)return t.changingThisBreaksApplicationSecurity;throw this.checkNotSafeValue(t,"Script"),new Error("unsafe value used in a script context");case o.SecurityContext.URL:return t instanceof Ie||t instanceof Se?t.changingThisBreaksApplicationSecurity:(this.checkNotSafeValue(t,"URL"),Object(o["\u0275_sanitizeUrl"])(String(t)));case o.SecurityContext.RESOURCE_URL:if(t instanceof Ie)return t.changingThisBreaksApplicationSecurity;throw this.checkNotSafeValue(t,"ResourceURL"),new Error("unsafe value used in a resource URL context (see http://g.co/ng/security#xss)");default:throw new Error("Unexpected SecurityContext "+e+" (see http://g.co/ng/security#xss)")}},t.prototype.checkNotSafeValue=function(e,t){if(e instanceof fe)throw new Error("Required a safe "+t+", got a "+e.getTypeName()+" (see http://g.co/ng/security#xss)")},t.prototype.bypassSecurityTrustHtml=function(e){return new be(e)},t.prototype.bypassSecurityTrustStyle=function(e){return new ge(e)},t.prototype.bypassSecurityTrustScript=function(e){return new ve(e)},t.prototype.bypassSecurityTrustUrl=function(e){return new Se(e)},t.prototype.bypassSecurityTrustResourceUrl=function(e){return new Ie(e)},t}(he),fe=function(){function e(e){this.changingThisBreaksApplicationSecurity=e}return e.prototype.toString=function(){return"SafeValue must use [property]=binding: "+this.changingThisBreaksApplicationSecurity+" (see http://g.co/ng/security#xss)"},e}(),be=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t.prototype.getTypeName=function(){return"HTML"},t}(fe),ge=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t.prototype.getTypeName=function(){return"Style"},t}(fe),ve=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t.prototype.getTypeName=function(){return"Script"},t}(fe),Se=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t.prototype.getTypeName=function(){return"URL"},t}(fe),Ie=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t.prototype.getTypeName=function(){return"ResourceURL"},t}(fe),Ne=[{provide:o.PLATFORM_ID,useValue:i["\u0275PLATFORM_BROWSER_ID"]},{provide:o.PLATFORM_INITIALIZER,useValue:De,multi:!0},{provide:i.PlatformLocation,useClass:S,deps:[g]},{provide:g,useFactory:ke,deps:[]}],Ce=[{provide:o.Sanitizer,useExisting:he},{provide:he,useClass:ye,deps:[g]}],_e=Object(o.createPlatformFactory)(o.platformCore,"browser",Ne);function De(){f.makeCurrent(),_.init()}function Te(){return new o.ErrorHandler}function ke(){return document}var Ae=[Ce,{provide:o["\u0275APP_ROOT"],useValue:!0},{provide:o.ErrorHandler,useFactory:Te,deps:[]},{provide:E,useClass:oe,multi:!0,deps:[g,o.NgZone,o.PLATFORM_ID]},{provide:E,useClass:de,multi:!0,deps:[g]},{provide:E,useClass:ce,multi:!0,deps:[g,se,o["\u0275Console"],[new o.Optional,ue]]},{provide:se,useClass:le,deps:[]},{provide:W,useClass:W,deps:[P,O]},{provide:o.RendererFactory2,useExisting:W},{provide:q,useExisting:O},{provide:O,useClass:O,deps:[g]},{provide:o.Testability,useClass:o.Testability,deps:[o.NgZone]},{provide:P,useClass:P,deps:[E,o.NgZone]},w],Re=function(){function e(e){if(e)throw new Error("BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.")}return e.withServerTransition=function(t){return{ngModule:e,providers:[{provide:o.APP_ID,useValue:t.appId},{provide:I,useExisting:o.APP_ID},C]}},e}();function xe(){return new we(Object(o.inject)(g))}var we=function(){function e(e){this._doc=e,this._dom=s()}return e.prototype.addTag=function(e,t){return void 0===t&&(t=!1),e?this._getOrCreateElement(e,t):null},e.prototype.addTags=function(e,t){var r=this;return void 0===t&&(t=!1),e?e.reduce(function(e,n){return n&&e.push(r._getOrCreateElement(n,t)),e},[]):[]},e.prototype.getTag=function(e){return e&&this._dom.querySelector(this._doc,"meta["+e+"]")||null},e.prototype.getTags=function(e){if(!e)return[];var t=this._dom.querySelectorAll(this._doc,"meta["+e+"]");return t?[].slice.call(t):[]},e.prototype.updateTag=function(e,t){if(!e)return null;t=t||this._parseSelector(e);var r=this.getTag(t);return r?this._setMetaElementAttributes(e,r):this._getOrCreateElement(e,!0)},e.prototype.removeTag=function(e){this.removeTagElement(this.getTag(e))},e.prototype.removeTagElement=function(e){e&&this._dom.remove(e)},e.prototype._getOrCreateElement=function(e,t){if(void 0===t&&(t=!1),!t){var r=this._parseSelector(e),n=this.getTag(r);if(n&&this._containsAttributes(e,n))return n}var i=this._dom.createElement("meta");this._setMetaElementAttributes(e,i);var o=this._dom.getElementsByTagName(this._doc,"head")[0];return this._dom.appendChild(o,i),i},e.prototype._setMetaElementAttributes=function(e,t){var r=this;return Object.keys(e).forEach(function(n){return r._dom.setAttribute(t,n,e[n])}),t},e.prototype._parseSelector=function(e){var t=e.name?"name":"property";return t+'="'+e[t]+'"'},e.prototype._containsAttributes=function(e,t){var r=this;return Object.keys(e).every(function(n){return r._dom.getAttribute(t,n)===e[n]})},e.ngInjectableDef=Object(o.defineInjectable)({factory:xe,token:e,providedIn:"root"}),e}();function Ee(){return new Pe(Object(o.inject)(g))}var Pe=function(){function e(e){this._doc=e}return e.prototype.getTitle=function(){return s().getTitle(this._doc)},e.prototype.setTitle=function(e){s().setTitle(this._doc,e)},e.ngInjectableDef=Object(o.defineInjectable)({factory:Ee,token:e,providedIn:"root"}),e}(),Me="undefined"!=typeof window&&window||{},qe=function(){function e(e){this.appRef=e.injector.get(o.ApplicationRef)}return e.prototype.timeChangeDetection=function(e){var t=e&&e.record,r=null!=Me.console.profile;t&&r&&Me.console.profile("Change Detection");for(var n=s().performanceNow(),i=0;i<5||s().performanceNow()-n<500;)this.appRef.tick(),i++;var o=s().performanceNow();t&&r&&Me.console.profileEnd("Change Detection");var a=(o-n)/i;return Me.console.log("ran "+i+" change detection cycles"),Me.console.log(a.toFixed(2)+" ms per check"),new function(e,t){this.msPerTick=e,this.numTicks=t}(a,i)},e}(),Oe="profiler";function Le(e){return D(Oe,new qe(e)),e}function Be(){D(Oe,null)}function Fe(e){var t={"&":"&a;",'"':"&q;","'":"&s;","<":"&l;",">":"&g;"};return e.replace(/[&"'<>]/g,function(e){return t[e]})}function Ge(e){return e}var Ve=function(){function e(){this.store={},this.onSerializeCallbacks={}}return e.init=function(t){var r=new e;return r.store=t,r},e.prototype.get=function(e,t){return void 0!==this.store[e]?this.store[e]:t},e.prototype.set=function(e,t){this.store[e]=t},e.prototype.remove=function(e){delete this.store[e]},e.prototype.hasKey=function(e){return this.store.hasOwnProperty(e)},e.prototype.onSerialize=function(e,t){this.onSerializeCallbacks[e]=t},e.prototype.toJson=function(){for(var e in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(e))try{this.store[e]=this.onSerializeCallbacks[e]()}catch(e){console.warn("Exception in onSerialize callback: ",e)}return JSON.stringify(this.store)},e}();function Ue(e,t){var r,n=e.getElementById(t+"-state"),i={};if(n&&n.textContent)try{i=JSON.parse((r={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"},n.textContent.replace(/&[^;]+;/g,function(e){return r[e]})))}catch(e){console.warn("Exception while restoring TransferState for app "+t,e)}return Ve.init(i)}var je=function(){},$e=function(){function e(){}return e.all=function(){return function(e){return!0}},e.css=function(e){return function(t){return null!=t.nativeElement&&s().elementMatches(t.nativeElement,e)}},e.directive=function(e){return function(t){return-1!==t.providerTokens.indexOf(e)}},e}(),We=new o.Version("6.1.7")},Zn8D:function(e,t,r){"use strict";r.d(t,"a",function(){return o});var n=r("psW0"),i=r("mChF");function o(e){return void 0===e&&(e=Number.POSITIVE_INFINITY),Object(n.a)(i.a,e)}},ZyCK:function(e,t){var r,n=global.crypto||global.msCrypto;if(n&&n.getRandomValues){var i=new Uint8Array(16);r=function(){return n.getRandomValues(i),i}}if(!r){var o=new Array(16);r=function(){for(var e,t=0;t<16;t++)0==(3&t)&&(e=4294967296*Math.random()),o[t]=e>>>((3&t)<<3)&255;return o}}e.exports=r},a0xu:function(e,t){var r={}.toString;e.exports=function(e){return r.call(e).slice(8,-1)}},aAgK:function(e,t,r){var n=r("tjlA").Buffer,i=r("cgAd"),o=r("8010"),a=r("28sT"),s={sha1:i,sha256:o,md5:r("CnK9")},u=64,l=new n(u);function c(e,t){var r=s[e=e||"sha1"],i=[];return r||p("algorithm:",e,"is not yet supported"),{update:function(e){return n.isBuffer(e)||(e=new n(e)),i.push(e),this},digest:function(e){var o=n.concat(i),a=t?function(e,t,r){n.isBuffer(t)||(t=new n(t)),n.isBuffer(r)||(r=new n(r)),t.length>u?t=e(t):t.length-1)throw Error('Input type "'+this._type+"\" isn't supported by matInput.")},t.prototype._isNeverEmpty=function(){return this._neverEmptyInputTypes.indexOf(this._type)>-1},t.prototype._isBadInput=function(){var e=this._elementRef.nativeElement.validity;return e&&e.badInput},t.prototype._isTextarea=function(){return"textarea"===this._elementRef.nativeElement.nodeName.toLowerCase()},Object.defineProperty(t.prototype,"empty",{get:function(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"shouldLabelFloat",{get:function(){return this.focused||!this.empty},enumerable:!0,configurable:!0}),t.prototype.setDescribedByIds=function(e){this._ariaDescribedby=e.join(" ")},t.prototype.onContainerClick=function(){this.focus()},t}(Object(a.I)(function(e,t,r,n){this._defaultErrorStateMatcher=e,this._parentForm=t,this._parentFormGroup=r,this.ngControl=n})),p=function(){}},b7mW:function(e,t,r){"use strict";function n(){return Error.call(this),this.message="argument out of range",this.name="ArgumentOutOfRangeError",this}r.d(t,"a",function(){return i}),n.prototype=Object.create(Error.prototype);var i=n},bBy9:function(e,t,r){r("w2d+");for(var n=r("5T2Y"),i=r("NegM"),o=r("SBuE"),a=r("UWiX")("toStringTag"),s="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),u=0;u=Math.PI?(n.elementRef.nativeElement[e]=t,n.update(),n.timeout=null,n.update()):(n.elementRef.nativeElement[e]=s=i,a=c,window.requestAnimationFrame(l)))};window.requestAnimationFrame(l)}}else this.elementRef.nativeElement[e]=t,this.update(),this.timeout=null,this.update()},e.decorators=[{type:o.Directive,args:[{selector:"[perfectScrollbar]",exportAs:"ngxPerfectScrollbar"}]}],e.propDecorators={fxShow:[{type:o.Input}],fxHide:[{type:o.Input}],hidden:[{type:o.Input}],disabled:[{type:o.Input}],usePSClass:[{type:o.HostBinding,args:["class.ps"]},{type:o.Input}],psPosStyle:[{type:o.HostBinding,args:["style.position"]},{type:o.Input}],config:[{type:o.Input,args:["perfectScrollbar"]}]},e}()},bLpx:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.iotdata={},n.IotData=i.defineService("iotdata",["2015-05-28"]),r("Fy8g"),Object.defineProperty(o.services.iotdata,"2015-05-28",{get:function(){return r("Y2TD")},enumerable:!0,configurable:!0}),e.exports=n.IotData},bRUn:function(e,t,r){"use strict";var n=r("mqUS"),i=r("8as8"),o={"click-rail":r("w3jc"),"drag-scrollbar":r("vXus"),keyboard:r("B+AD"),wheel:r("Clkl"),touch:r("YruY"),selection:r("QIuf")},a=r("iebk");e.exports=function(e,t){e.classList.add("ps");var r=n.add(e,"object"==typeof t?t:{});e.classList.add("ps--theme_"+r.settings.theme),r.settings.handlers.forEach(function(t){o[t](e)}),a(e),i(e)}},bXs8:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2017-04-19",endpointPrefix:"models.lex",jsonVersion:"1.1",protocol:"rest-json",serviceFullName:"Amazon Lex Model Building Service",serviceId:"Lex Model Building Service",signatureVersion:"v4",signingName:"lex",uid:"lex-models-2017-04-19"},operations:{CreateBotVersion:{http:{requestUri:"/bots/{name}/versions",responseCode:201},input:{type:"structure",required:["name"],members:{name:{location:"uri",locationName:"name"},checksum:{}}},output:{type:"structure",members:{name:{},description:{},intents:{shape:"S6"},clarificationPrompt:{shape:"Sa"},abortStatement:{shape:"Si"},status:{},failureReason:{},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},idleSessionTTLInSeconds:{type:"integer"},voiceId:{},checksum:{},version:{},locale:{},childDirected:{type:"boolean"}}}},CreateIntentVersion:{http:{requestUri:"/intents/{name}/versions",responseCode:201},input:{type:"structure",required:["name"],members:{name:{location:"uri",locationName:"name"},checksum:{}}},output:{type:"structure",members:{name:{},description:{},slots:{shape:"Sq"},sampleUtterances:{shape:"Sy"},confirmationPrompt:{shape:"Sa"},rejectionStatement:{shape:"Si"},followUpPrompt:{shape:"Sz"},conclusionStatement:{shape:"Si"},dialogCodeHook:{shape:"S10"},fulfillmentActivity:{shape:"S13"},parentIntentSignature:{},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},version:{},checksum:{}}}},CreateSlotTypeVersion:{http:{requestUri:"/slottypes/{name}/versions",responseCode:201},input:{type:"structure",required:["name"],members:{name:{location:"uri",locationName:"name"},checksum:{}}},output:{type:"structure",members:{name:{},description:{},enumerationValues:{shape:"S19"},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},version:{},checksum:{},valueSelectionStrategy:{}}}},DeleteBot:{http:{method:"DELETE",requestUri:"/bots/{name}",responseCode:204},input:{type:"structure",required:["name"],members:{name:{location:"uri",locationName:"name"}}}},DeleteBotAlias:{http:{method:"DELETE",requestUri:"/bots/{botName}/aliases/{name}",responseCode:204},input:{type:"structure",required:["name","botName"],members:{name:{location:"uri",locationName:"name"},botName:{location:"uri",locationName:"botName"}}}},DeleteBotChannelAssociation:{http:{method:"DELETE",requestUri:"/bots/{botName}/aliases/{aliasName}/channels/{name}",responseCode:204},input:{type:"structure",required:["name","botName","botAlias"],members:{name:{location:"uri",locationName:"name"},botName:{location:"uri",locationName:"botName"},botAlias:{location:"uri",locationName:"aliasName"}}}},DeleteBotVersion:{http:{method:"DELETE",requestUri:"/bots/{name}/versions/{version}",responseCode:204},input:{type:"structure",required:["name","version"],members:{name:{location:"uri",locationName:"name"},version:{location:"uri",locationName:"version"}}}},DeleteIntent:{http:{method:"DELETE",requestUri:"/intents/{name}",responseCode:204},input:{type:"structure",required:["name"],members:{name:{location:"uri",locationName:"name"}}}},DeleteIntentVersion:{http:{method:"DELETE",requestUri:"/intents/{name}/versions/{version}",responseCode:204},input:{type:"structure",required:["name","version"],members:{name:{location:"uri",locationName:"name"},version:{location:"uri",locationName:"version"}}}},DeleteSlotType:{http:{method:"DELETE",requestUri:"/slottypes/{name}",responseCode:204},input:{type:"structure",required:["name"],members:{name:{location:"uri",locationName:"name"}}}},DeleteSlotTypeVersion:{http:{method:"DELETE",requestUri:"/slottypes/{name}/version/{version}",responseCode:204},input:{type:"structure",required:["name","version"],members:{name:{location:"uri",locationName:"name"},version:{location:"uri",locationName:"version"}}}},DeleteUtterances:{http:{method:"DELETE",requestUri:"/bots/{botName}/utterances/{userId}",responseCode:204},input:{type:"structure",required:["botName","userId"],members:{botName:{location:"uri",locationName:"botName"},userId:{location:"uri",locationName:"userId"}}}},GetBot:{http:{method:"GET",requestUri:"/bots/{name}/versions/{versionoralias}",responseCode:200},input:{type:"structure",required:["name","versionOrAlias"],members:{name:{location:"uri",locationName:"name"},versionOrAlias:{location:"uri",locationName:"versionoralias"}}},output:{type:"structure",members:{name:{},description:{},intents:{shape:"S6"},clarificationPrompt:{shape:"Sa"},abortStatement:{shape:"Si"},status:{},failureReason:{},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},idleSessionTTLInSeconds:{type:"integer"},voiceId:{},checksum:{},version:{},locale:{},childDirected:{type:"boolean"}}}},GetBotAlias:{http:{method:"GET",requestUri:"/bots/{botName}/aliases/{name}",responseCode:200},input:{type:"structure",required:["name","botName"],members:{name:{location:"uri",locationName:"name"},botName:{location:"uri",locationName:"botName"}}},output:{type:"structure",members:{name:{},description:{},botVersion:{},botName:{},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},checksum:{}}}},GetBotAliases:{http:{method:"GET",requestUri:"/bots/{botName}/aliases/",responseCode:200},input:{type:"structure",required:["botName"],members:{botName:{location:"uri",locationName:"botName"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},nameContains:{location:"querystring",locationName:"nameContains"}}},output:{type:"structure",members:{BotAliases:{type:"list",member:{type:"structure",members:{name:{},description:{},botVersion:{},botName:{},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},checksum:{}}}},nextToken:{}}}},GetBotChannelAssociation:{http:{method:"GET",requestUri:"/bots/{botName}/aliases/{aliasName}/channels/{name}",responseCode:200},input:{type:"structure",required:["name","botName","botAlias"],members:{name:{location:"uri",locationName:"name"},botName:{location:"uri",locationName:"botName"},botAlias:{location:"uri",locationName:"aliasName"}}},output:{type:"structure",members:{name:{},description:{},botAlias:{},botName:{},createdDate:{type:"timestamp"},type:{},botConfiguration:{shape:"S24"},status:{},failureReason:{}}}},GetBotChannelAssociations:{http:{method:"GET",requestUri:"/bots/{botName}/aliases/{aliasName}/channels/",responseCode:200},input:{type:"structure",required:["botName","botAlias"],members:{botName:{location:"uri",locationName:"botName"},botAlias:{location:"uri",locationName:"aliasName"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},nameContains:{location:"querystring",locationName:"nameContains"}}},output:{type:"structure",members:{botChannelAssociations:{type:"list",member:{type:"structure",members:{name:{},description:{},botAlias:{},botName:{},createdDate:{type:"timestamp"},type:{},botConfiguration:{shape:"S24"},status:{},failureReason:{}}}},nextToken:{}}}},GetBotVersions:{http:{method:"GET",requestUri:"/bots/{name}/versions/",responseCode:200},input:{type:"structure",required:["name"],members:{name:{location:"uri",locationName:"name"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{bots:{shape:"S2d"},nextToken:{}}}},GetBots:{http:{method:"GET",requestUri:"/bots/",responseCode:200},input:{type:"structure",members:{nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},nameContains:{location:"querystring",locationName:"nameContains"}}},output:{type:"structure",members:{bots:{shape:"S2d"},nextToken:{}}}},GetBuiltinIntent:{http:{method:"GET",requestUri:"/builtins/intents/{signature}",responseCode:200},input:{type:"structure",required:["signature"],members:{signature:{location:"uri",locationName:"signature"}}},output:{type:"structure",members:{signature:{},supportedLocales:{shape:"S2j"},slots:{type:"list",member:{type:"structure",members:{name:{}}}}}}},GetBuiltinIntents:{http:{method:"GET",requestUri:"/builtins/intents/",responseCode:200},input:{type:"structure",members:{locale:{location:"querystring",locationName:"locale"},signatureContains:{location:"querystring",locationName:"signatureContains"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{intents:{type:"list",member:{type:"structure",members:{signature:{},supportedLocales:{shape:"S2j"}}}},nextToken:{}}}},GetBuiltinSlotTypes:{http:{method:"GET",requestUri:"/builtins/slottypes/",responseCode:200},input:{type:"structure",members:{locale:{location:"querystring",locationName:"locale"},signatureContains:{location:"querystring",locationName:"signatureContains"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{slotTypes:{type:"list",member:{type:"structure",members:{signature:{},supportedLocales:{shape:"S2j"}}}},nextToken:{}}}},GetExport:{http:{method:"GET",requestUri:"/exports/",responseCode:200},input:{type:"structure",required:["name","version","resourceType","exportType"],members:{name:{location:"querystring",locationName:"name"},version:{location:"querystring",locationName:"version"},resourceType:{location:"querystring",locationName:"resourceType"},exportType:{location:"querystring",locationName:"exportType"}}},output:{type:"structure",members:{name:{},version:{},resourceType:{},exportType:{},exportStatus:{},failureReason:{},url:{}}}},GetImport:{http:{method:"GET",requestUri:"/imports/{importId}",responseCode:200},input:{type:"structure",required:["importId"],members:{importId:{location:"uri",locationName:"importId"}}},output:{type:"structure",members:{name:{},resourceType:{},mergeStrategy:{},importId:{},importStatus:{},failureReason:{type:"list",member:{}},createdDate:{type:"timestamp"}}}},GetIntent:{http:{method:"GET",requestUri:"/intents/{name}/versions/{version}",responseCode:200},input:{type:"structure",required:["name","version"],members:{name:{location:"uri",locationName:"name"},version:{location:"uri",locationName:"version"}}},output:{type:"structure",members:{name:{},description:{},slots:{shape:"Sq"},sampleUtterances:{shape:"Sy"},confirmationPrompt:{shape:"Sa"},rejectionStatement:{shape:"Si"},followUpPrompt:{shape:"Sz"},conclusionStatement:{shape:"Si"},dialogCodeHook:{shape:"S10"},fulfillmentActivity:{shape:"S13"},parentIntentSignature:{},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},version:{},checksum:{}}}},GetIntentVersions:{http:{method:"GET",requestUri:"/intents/{name}/versions/",responseCode:200},input:{type:"structure",required:["name"],members:{name:{location:"uri",locationName:"name"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{intents:{shape:"S3a"},nextToken:{}}}},GetIntents:{http:{method:"GET",requestUri:"/intents/",responseCode:200},input:{type:"structure",members:{nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},nameContains:{location:"querystring",locationName:"nameContains"}}},output:{type:"structure",members:{intents:{shape:"S3a"},nextToken:{}}}},GetSlotType:{http:{method:"GET",requestUri:"/slottypes/{name}/versions/{version}",responseCode:200},input:{type:"structure",required:["name","version"],members:{name:{location:"uri",locationName:"name"},version:{location:"uri",locationName:"version"}}},output:{type:"structure",members:{name:{},description:{},enumerationValues:{shape:"S19"},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},version:{},checksum:{},valueSelectionStrategy:{}}}},GetSlotTypeVersions:{http:{method:"GET",requestUri:"/slottypes/{name}/versions/",responseCode:200},input:{type:"structure",required:["name"],members:{name:{location:"uri",locationName:"name"},nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"}}},output:{type:"structure",members:{slotTypes:{shape:"S3i"},nextToken:{}}}},GetSlotTypes:{http:{method:"GET",requestUri:"/slottypes/",responseCode:200},input:{type:"structure",members:{nextToken:{location:"querystring",locationName:"nextToken"},maxResults:{location:"querystring",locationName:"maxResults",type:"integer"},nameContains:{location:"querystring",locationName:"nameContains"}}},output:{type:"structure",members:{slotTypes:{shape:"S3i"},nextToken:{}}}},GetUtterancesView:{http:{method:"GET",requestUri:"/bots/{botname}/utterances?view=aggregation",responseCode:200},input:{type:"structure",required:["botName","botVersions","statusType"],members:{botName:{location:"uri",locationName:"botname"},botVersions:{location:"querystring",locationName:"bot_versions",type:"list",member:{}},statusType:{location:"querystring",locationName:"status_type"}}},output:{type:"structure",members:{botName:{},utterances:{type:"list",member:{type:"structure",members:{botVersion:{},utterances:{type:"list",member:{type:"structure",members:{utteranceString:{},count:{type:"integer"},distinctUsers:{type:"integer"},firstUtteredDate:{type:"timestamp"},lastUtteredDate:{type:"timestamp"}}}}}}}}}},PutBot:{http:{method:"PUT",requestUri:"/bots/{name}/versions/$LATEST",responseCode:200},input:{type:"structure",required:["name","locale","childDirected"],members:{name:{location:"uri",locationName:"name"},description:{},intents:{shape:"S6"},clarificationPrompt:{shape:"Sa"},abortStatement:{shape:"Si"},idleSessionTTLInSeconds:{type:"integer"},voiceId:{},checksum:{},processBehavior:{},locale:{},childDirected:{type:"boolean"},createVersion:{type:"boolean"}}},output:{type:"structure",members:{name:{},description:{},intents:{shape:"S6"},clarificationPrompt:{shape:"Sa"},abortStatement:{shape:"Si"},status:{},failureReason:{},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},idleSessionTTLInSeconds:{type:"integer"},voiceId:{},checksum:{},version:{},locale:{},childDirected:{type:"boolean"},createVersion:{type:"boolean"}}}},PutBotAlias:{http:{method:"PUT",requestUri:"/bots/{botName}/aliases/{name}",responseCode:200},input:{type:"structure",required:["name","botVersion","botName"],members:{name:{location:"uri",locationName:"name"},description:{},botVersion:{},botName:{location:"uri",locationName:"botName"},checksum:{}}},output:{type:"structure",members:{name:{},description:{},botVersion:{},botName:{},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},checksum:{}}}},PutIntent:{http:{method:"PUT",requestUri:"/intents/{name}/versions/$LATEST",responseCode:200},input:{type:"structure",required:["name"],members:{name:{location:"uri",locationName:"name"},description:{},slots:{shape:"Sq"},sampleUtterances:{shape:"Sy"},confirmationPrompt:{shape:"Sa"},rejectionStatement:{shape:"Si"},followUpPrompt:{shape:"Sz"},conclusionStatement:{shape:"Si"},dialogCodeHook:{shape:"S10"},fulfillmentActivity:{shape:"S13"},parentIntentSignature:{},checksum:{},createVersion:{type:"boolean"}}},output:{type:"structure",members:{name:{},description:{},slots:{shape:"Sq"},sampleUtterances:{shape:"Sy"},confirmationPrompt:{shape:"Sa"},rejectionStatement:{shape:"Si"},followUpPrompt:{shape:"Sz"},conclusionStatement:{shape:"Si"},dialogCodeHook:{shape:"S10"},fulfillmentActivity:{shape:"S13"},parentIntentSignature:{},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},version:{},checksum:{},createVersion:{type:"boolean"}}}},PutSlotType:{http:{method:"PUT",requestUri:"/slottypes/{name}/versions/$LATEST",responseCode:200},input:{type:"structure",required:["name"],members:{name:{location:"uri",locationName:"name"},description:{},enumerationValues:{shape:"S19"},checksum:{},valueSelectionStrategy:{},createVersion:{type:"boolean"}}},output:{type:"structure",members:{name:{},description:{},enumerationValues:{shape:"S19"},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},version:{},checksum:{},valueSelectionStrategy:{},createVersion:{type:"boolean"}}}},StartImport:{http:{requestUri:"/imports/",responseCode:201},input:{type:"structure",required:["payload","resourceType","mergeStrategy"],members:{payload:{type:"blob"},resourceType:{},mergeStrategy:{}}},output:{type:"structure",members:{name:{},resourceType:{},mergeStrategy:{},importId:{},importStatus:{},createdDate:{type:"timestamp"}}}}},shapes:{S6:{type:"list",member:{type:"structure",required:["intentName","intentVersion"],members:{intentName:{},intentVersion:{}}}},Sa:{type:"structure",required:["messages","maxAttempts"],members:{messages:{shape:"Sb"},maxAttempts:{type:"integer"},responseCard:{}}},Sb:{type:"list",member:{type:"structure",required:["contentType","content"],members:{contentType:{},content:{},groupNumber:{type:"integer"}}}},Si:{type:"structure",required:["messages"],members:{messages:{shape:"Sb"},responseCard:{}}},Sq:{type:"list",member:{type:"structure",required:["name","slotConstraint"],members:{name:{},description:{},slotConstraint:{},slotType:{},slotTypeVersion:{},valueElicitationPrompt:{shape:"Sa"},priority:{type:"integer"},sampleUtterances:{type:"list",member:{}},responseCard:{}}}},Sy:{type:"list",member:{}},Sz:{type:"structure",required:["prompt","rejectionStatement"],members:{prompt:{shape:"Sa"},rejectionStatement:{shape:"Si"}}},S10:{type:"structure",required:["uri","messageVersion"],members:{uri:{},messageVersion:{}}},S13:{type:"structure",required:["type"],members:{type:{},codeHook:{shape:"S10"}}},S19:{type:"list",member:{type:"structure",required:["value"],members:{value:{},synonyms:{type:"list",member:{}}}}},S24:{type:"map",key:{},value:{},sensitive:!0},S2d:{type:"list",member:{type:"structure",members:{name:{},description:{},status:{},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},version:{}}}},S2j:{type:"list",member:{}},S3a:{type:"list",member:{type:"structure",members:{name:{},description:{},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},version:{}}}},S3i:{type:"list",member:{type:"structure",members:{name:{},description:{},lastUpdatedDate:{type:"timestamp"},createdDate:{type:"timestamp"},version:{}}}}}}},bdgK:function(e,t,r){"use strict";r.r(t);var n=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var r=-1;return e.some(function(e,n){return e[0]===t&&(r=n,!0)}),r}return function(){function t(){this.__entries__=[]}var r={size:{configurable:!0}};return r.size.get=function(){return this.__entries__.length},t.prototype.get=function(t){var r=e(this.__entries__,t),n=this.__entries__[r];return n&&n[1]},t.prototype.set=function(t,r){var n=e(this.__entries__,t);~n?this.__entries__[n][1]=r:this.__entries__.push([t,r])},t.prototype.delete=function(t){var r=this.__entries__,n=e(r,t);~n&&r.splice(n,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var r=0,n=this.__entries__;r0},c.prototype.connect_=function(){i&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),l?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},c.prototype.disconnect_=function(){i&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},c.prototype.onTransitionEnd_=function(e){var t=e.propertyName;void 0===t&&(t=""),u.some(function(e){return!!~t.indexOf(e)})&&this.refresh()},c.getInstance=function(){return this.instance_||(this.instance_=new c),this.instance_},c.instance_=null;var p=function(e,t){for(var r=0,n=Object.keys(t);r0;)t[r]=arguments[r+1];return t.reduce(function(t,r){return t+h(e["border-"+r+"-width"])},0)}var f="undefined"!=typeof SVGGraphicsElement?function(e){return e instanceof m(e).SVGGraphicsElement}:function(e){return e instanceof m(e).SVGElement&&"function"==typeof e.getBBox};function b(e,t,r,n){return{x:e,y:t,width:r,height:n}}var g=function(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=b(0,0,0,0),this.target=e};g.prototype.isActive=function(){var e,t=(e=this.target,i?f(e)?function(e){var t=e.getBBox();return b(0,0,t.width,t.height)}(e):function(e){var t=e.clientWidth,r=e.clientHeight;if(!t&&!r)return d;var n=m(e).getComputedStyle(e),i=function(e){for(var t={},r=0,n=["top","right","bottom","left"];r0};var S="undefined"!=typeof WeakMap?new WeakMap:new n,I=function(e){if(!(this instanceof I))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var t=c.getInstance(),r=new v(e,t,this);S.set(this,r)};["observe","unobserve","disconnect"].forEach(function(e){I.prototype[e]=function(){return(t=S.get(this))[e].apply(t,arguments);var t}}),t.default=void 0!==o.ResizeObserver?o.ResizeObserver:I},be6d:function(e){e.exports={version:"2.0",metadata:{uid:"machinelearning-2014-12-12",apiVersion:"2014-12-12",endpointPrefix:"machinelearning",jsonVersion:"1.1",serviceFullName:"Amazon Machine Learning",serviceId:"Machine Learning",signatureVersion:"v4",targetPrefix:"AmazonML_20141212",protocol:"json"},operations:{AddTags:{input:{type:"structure",required:["Tags","ResourceId","ResourceType"],members:{Tags:{shape:"S2"},ResourceId:{},ResourceType:{}}},output:{type:"structure",members:{ResourceId:{},ResourceType:{}}}},CreateBatchPrediction:{input:{type:"structure",required:["BatchPredictionId","MLModelId","BatchPredictionDataSourceId","OutputUri"],members:{BatchPredictionId:{},BatchPredictionName:{},MLModelId:{},BatchPredictionDataSourceId:{},OutputUri:{}}},output:{type:"structure",members:{BatchPredictionId:{}}}},CreateDataSourceFromRDS:{input:{type:"structure",required:["DataSourceId","RDSData","RoleARN"],members:{DataSourceId:{},DataSourceName:{},RDSData:{type:"structure",required:["DatabaseInformation","SelectSqlQuery","DatabaseCredentials","S3StagingLocation","ResourceRole","ServiceRole","SubnetId","SecurityGroupIds"],members:{DatabaseInformation:{shape:"Sf"},SelectSqlQuery:{},DatabaseCredentials:{type:"structure",required:["Username","Password"],members:{Username:{},Password:{}}},S3StagingLocation:{},DataRearrangement:{},DataSchema:{},DataSchemaUri:{},ResourceRole:{},ServiceRole:{},SubnetId:{},SecurityGroupIds:{type:"list",member:{}}}},RoleARN:{},ComputeStatistics:{type:"boolean"}}},output:{type:"structure",members:{DataSourceId:{}}}},CreateDataSourceFromRedshift:{input:{type:"structure",required:["DataSourceId","DataSpec","RoleARN"],members:{DataSourceId:{},DataSourceName:{},DataSpec:{type:"structure",required:["DatabaseInformation","SelectSqlQuery","DatabaseCredentials","S3StagingLocation"],members:{DatabaseInformation:{shape:"Sy"},SelectSqlQuery:{},DatabaseCredentials:{type:"structure",required:["Username","Password"],members:{Username:{},Password:{}}},S3StagingLocation:{},DataRearrangement:{},DataSchema:{},DataSchemaUri:{}}},RoleARN:{},ComputeStatistics:{type:"boolean"}}},output:{type:"structure",members:{DataSourceId:{}}}},CreateDataSourceFromS3:{input:{type:"structure",required:["DataSourceId","DataSpec"],members:{DataSourceId:{},DataSourceName:{},DataSpec:{type:"structure",required:["DataLocationS3"],members:{DataLocationS3:{},DataRearrangement:{},DataSchema:{},DataSchemaLocationS3:{}}},ComputeStatistics:{type:"boolean"}}},output:{type:"structure",members:{DataSourceId:{}}}},CreateEvaluation:{input:{type:"structure",required:["EvaluationId","MLModelId","EvaluationDataSourceId"],members:{EvaluationId:{},EvaluationName:{},MLModelId:{},EvaluationDataSourceId:{}}},output:{type:"structure",members:{EvaluationId:{}}}},CreateMLModel:{input:{type:"structure",required:["MLModelId","MLModelType","TrainingDataSourceId"],members:{MLModelId:{},MLModelName:{},MLModelType:{},Parameters:{shape:"S1d"},TrainingDataSourceId:{},Recipe:{},RecipeUri:{}}},output:{type:"structure",members:{MLModelId:{}}}},CreateRealtimeEndpoint:{input:{type:"structure",required:["MLModelId"],members:{MLModelId:{}}},output:{type:"structure",members:{MLModelId:{},RealtimeEndpointInfo:{shape:"S1j"}}}},DeleteBatchPrediction:{input:{type:"structure",required:["BatchPredictionId"],members:{BatchPredictionId:{}}},output:{type:"structure",members:{BatchPredictionId:{}}}},DeleteDataSource:{input:{type:"structure",required:["DataSourceId"],members:{DataSourceId:{}}},output:{type:"structure",members:{DataSourceId:{}}}},DeleteEvaluation:{input:{type:"structure",required:["EvaluationId"],members:{EvaluationId:{}}},output:{type:"structure",members:{EvaluationId:{}}}},DeleteMLModel:{input:{type:"structure",required:["MLModelId"],members:{MLModelId:{}}},output:{type:"structure",members:{MLModelId:{}}}},DeleteRealtimeEndpoint:{input:{type:"structure",required:["MLModelId"],members:{MLModelId:{}}},output:{type:"structure",members:{MLModelId:{},RealtimeEndpointInfo:{shape:"S1j"}}}},DeleteTags:{input:{type:"structure",required:["TagKeys","ResourceId","ResourceType"],members:{TagKeys:{type:"list",member:{}},ResourceId:{},ResourceType:{}}},output:{type:"structure",members:{ResourceId:{},ResourceType:{}}}},DescribeBatchPredictions:{input:{type:"structure",members:{FilterVariable:{},EQ:{},GT:{},LT:{},GE:{},LE:{},NE:{},Prefix:{},SortOrder:{},NextToken:{},Limit:{type:"integer"}}},output:{type:"structure",members:{Results:{type:"list",member:{type:"structure",members:{BatchPredictionId:{},MLModelId:{},BatchPredictionDataSourceId:{},InputDataLocationS3:{},CreatedByIamUser:{},CreatedAt:{type:"timestamp"},LastUpdatedAt:{type:"timestamp"},Name:{},Status:{},OutputUri:{},Message:{},ComputeTime:{type:"long"},FinishedAt:{type:"timestamp"},StartedAt:{type:"timestamp"},TotalRecordCount:{type:"long"},InvalidRecordCount:{type:"long"}}}},NextToken:{}}}},DescribeDataSources:{input:{type:"structure",members:{FilterVariable:{},EQ:{},GT:{},LT:{},GE:{},LE:{},NE:{},Prefix:{},SortOrder:{},NextToken:{},Limit:{type:"integer"}}},output:{type:"structure",members:{Results:{type:"list",member:{type:"structure",members:{DataSourceId:{},DataLocationS3:{},DataRearrangement:{},CreatedByIamUser:{},CreatedAt:{type:"timestamp"},LastUpdatedAt:{type:"timestamp"},DataSizeInBytes:{type:"long"},NumberOfFiles:{type:"long"},Name:{},Status:{},Message:{},RedshiftMetadata:{shape:"S2i"},RDSMetadata:{shape:"S2j"},RoleARN:{},ComputeStatistics:{type:"boolean"},ComputeTime:{type:"long"},FinishedAt:{type:"timestamp"},StartedAt:{type:"timestamp"}}}},NextToken:{}}}},DescribeEvaluations:{input:{type:"structure",members:{FilterVariable:{},EQ:{},GT:{},LT:{},GE:{},LE:{},NE:{},Prefix:{},SortOrder:{},NextToken:{},Limit:{type:"integer"}}},output:{type:"structure",members:{Results:{type:"list",member:{type:"structure",members:{EvaluationId:{},MLModelId:{},EvaluationDataSourceId:{},InputDataLocationS3:{},CreatedByIamUser:{},CreatedAt:{type:"timestamp"},LastUpdatedAt:{type:"timestamp"},Name:{},Status:{},PerformanceMetrics:{shape:"S2q"},Message:{},ComputeTime:{type:"long"},FinishedAt:{type:"timestamp"},StartedAt:{type:"timestamp"}}}},NextToken:{}}}},DescribeMLModels:{input:{type:"structure",members:{FilterVariable:{},EQ:{},GT:{},LT:{},GE:{},LE:{},NE:{},Prefix:{},SortOrder:{},NextToken:{},Limit:{type:"integer"}}},output:{type:"structure",members:{Results:{type:"list",member:{type:"structure",members:{MLModelId:{},TrainingDataSourceId:{},CreatedByIamUser:{},CreatedAt:{type:"timestamp"},LastUpdatedAt:{type:"timestamp"},Name:{},Status:{},SizeInBytes:{type:"long"},EndpointInfo:{shape:"S1j"},TrainingParameters:{shape:"S1d"},InputDataLocationS3:{},Algorithm:{},MLModelType:{},ScoreThreshold:{type:"float"},ScoreThresholdLastUpdatedAt:{type:"timestamp"},Message:{},ComputeTime:{type:"long"},FinishedAt:{type:"timestamp"},StartedAt:{type:"timestamp"}}}},NextToken:{}}}},DescribeTags:{input:{type:"structure",required:["ResourceId","ResourceType"],members:{ResourceId:{},ResourceType:{}}},output:{type:"structure",members:{ResourceId:{},ResourceType:{},Tags:{shape:"S2"}}}},GetBatchPrediction:{input:{type:"structure",required:["BatchPredictionId"],members:{BatchPredictionId:{}}},output:{type:"structure",members:{BatchPredictionId:{},MLModelId:{},BatchPredictionDataSourceId:{},InputDataLocationS3:{},CreatedByIamUser:{},CreatedAt:{type:"timestamp"},LastUpdatedAt:{type:"timestamp"},Name:{},Status:{},OutputUri:{},LogUri:{},Message:{},ComputeTime:{type:"long"},FinishedAt:{type:"timestamp"},StartedAt:{type:"timestamp"},TotalRecordCount:{type:"long"},InvalidRecordCount:{type:"long"}}}},GetDataSource:{input:{type:"structure",required:["DataSourceId"],members:{DataSourceId:{},Verbose:{type:"boolean"}}},output:{type:"structure",members:{DataSourceId:{},DataLocationS3:{},DataRearrangement:{},CreatedByIamUser:{},CreatedAt:{type:"timestamp"},LastUpdatedAt:{type:"timestamp"},DataSizeInBytes:{type:"long"},NumberOfFiles:{type:"long"},Name:{},Status:{},LogUri:{},Message:{},RedshiftMetadata:{shape:"S2i"},RDSMetadata:{shape:"S2j"},RoleARN:{},ComputeStatistics:{type:"boolean"},ComputeTime:{type:"long"},FinishedAt:{type:"timestamp"},StartedAt:{type:"timestamp"},DataSourceSchema:{}}}},GetEvaluation:{input:{type:"structure",required:["EvaluationId"],members:{EvaluationId:{}}},output:{type:"structure",members:{EvaluationId:{},MLModelId:{},EvaluationDataSourceId:{},InputDataLocationS3:{},CreatedByIamUser:{},CreatedAt:{type:"timestamp"},LastUpdatedAt:{type:"timestamp"},Name:{},Status:{},PerformanceMetrics:{shape:"S2q"},LogUri:{},Message:{},ComputeTime:{type:"long"},FinishedAt:{type:"timestamp"},StartedAt:{type:"timestamp"}}}},GetMLModel:{input:{type:"structure",required:["MLModelId"],members:{MLModelId:{},Verbose:{type:"boolean"}}},output:{type:"structure",members:{MLModelId:{},TrainingDataSourceId:{},CreatedByIamUser:{},CreatedAt:{type:"timestamp"},LastUpdatedAt:{type:"timestamp"},Name:{},Status:{},SizeInBytes:{type:"long"},EndpointInfo:{shape:"S1j"},TrainingParameters:{shape:"S1d"},InputDataLocationS3:{},MLModelType:{},ScoreThreshold:{type:"float"},ScoreThresholdLastUpdatedAt:{type:"timestamp"},LogUri:{},Message:{},ComputeTime:{type:"long"},FinishedAt:{type:"timestamp"},StartedAt:{type:"timestamp"},Recipe:{},Schema:{}}}},Predict:{input:{type:"structure",required:["MLModelId","Record","PredictEndpoint"],members:{MLModelId:{},Record:{type:"map",key:{},value:{}},PredictEndpoint:{}}},output:{type:"structure",members:{Prediction:{type:"structure",members:{predictedLabel:{},predictedValue:{type:"float"},predictedScores:{type:"map",key:{},value:{type:"float"}},details:{type:"map",key:{},value:{}}}}}}},UpdateBatchPrediction:{input:{type:"structure",required:["BatchPredictionId","BatchPredictionName"],members:{BatchPredictionId:{},BatchPredictionName:{}}},output:{type:"structure",members:{BatchPredictionId:{}}}},UpdateDataSource:{input:{type:"structure",required:["DataSourceId","DataSourceName"],members:{DataSourceId:{},DataSourceName:{}}},output:{type:"structure",members:{DataSourceId:{}}}},UpdateEvaluation:{input:{type:"structure",required:["EvaluationId","EvaluationName"],members:{EvaluationId:{},EvaluationName:{}}},output:{type:"structure",members:{EvaluationId:{}}}},UpdateMLModel:{input:{type:"structure",required:["MLModelId"],members:{MLModelId:{},MLModelName:{},ScoreThreshold:{type:"float"}}},output:{type:"structure",members:{MLModelId:{}}}}},shapes:{S2:{type:"list",member:{type:"structure",members:{Key:{},Value:{}}}},Sf:{type:"structure",required:["InstanceIdentifier","DatabaseName"],members:{InstanceIdentifier:{},DatabaseName:{}}},Sy:{type:"structure",required:["DatabaseName","ClusterIdentifier"],members:{DatabaseName:{},ClusterIdentifier:{}}},S1d:{type:"map",key:{},value:{}},S1j:{type:"structure",members:{PeakRequestsPerSecond:{type:"integer"},CreatedAt:{type:"timestamp"},EndpointUrl:{},EndpointStatus:{}}},S2i:{type:"structure",members:{RedshiftDatabase:{shape:"Sy"},DatabaseUserName:{},SelectSqlQuery:{}}},S2j:{type:"structure",members:{Database:{shape:"Sf"},DatabaseUserName:{},SelectSqlQuery:{},ResourceRole:{},ServiceRole:{},DataPipelineId:{}}},S2q:{type:"structure",members:{Properties:{type:"map",key:{},value:{}}}}},examples:{}}},bgJ9:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2013-09-09",endpointPrefix:"rds",protocol:"query",serviceAbbreviation:"Amazon RDS",serviceFullName:"Amazon Relational Database Service",serviceId:"RDS",signatureVersion:"v4",uid:"rds-2013-09-09",xmlNamespace:"http://rds.amazonaws.com/doc/2013-09-09/"},operations:{AddSourceIdentifierToSubscription:{input:{type:"structure",required:["SubscriptionName","SourceIdentifier"],members:{SubscriptionName:{},SourceIdentifier:{}}},output:{resultWrapper:"AddSourceIdentifierToSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},AddTagsToResource:{input:{type:"structure",required:["ResourceName","Tags"],members:{ResourceName:{},Tags:{shape:"S9"}}}},AuthorizeDBSecurityGroupIngress:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{},CIDRIP:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"AuthorizeDBSecurityGroupIngressResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}},CopyDBSnapshot:{input:{type:"structure",required:["SourceDBSnapshotIdentifier","TargetDBSnapshotIdentifier"],members:{SourceDBSnapshotIdentifier:{},TargetDBSnapshotIdentifier:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CopyDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},CreateDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier","AllocatedStorage","DBInstanceClass","Engine","MasterUsername","MasterUserPassword"],members:{DBName:{},DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},Engine:{},MasterUsername:{},MasterUserPassword:{},DBSecurityGroups:{shape:"Sp"},VpcSecurityGroupIds:{shape:"Sq"},AvailabilityZone:{},DBSubnetGroupName:{},PreferredMaintenanceWindow:{},DBParameterGroupName:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{},Port:{type:"integer"},MultiAZ:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},Iops:{type:"integer"},OptionGroupName:{},CharacterSetName:{},PubliclyAccessible:{type:"boolean"},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},CreateDBInstanceReadReplica:{input:{type:"structure",required:["DBInstanceIdentifier","SourceDBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SourceDBInstanceIdentifier:{},DBInstanceClass:{},AvailabilityZone:{},Port:{type:"integer"},AutoMinorVersionUpgrade:{type:"boolean"},Iops:{type:"integer"},OptionGroupName:{},PubliclyAccessible:{type:"boolean"},Tags:{shape:"S9"},DBSubnetGroupName:{}}},output:{resultWrapper:"CreateDBInstanceReadReplicaResult",type:"structure",members:{DBInstance:{shape:"St"}}}},CreateDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","DBParameterGroupFamily","Description"],members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBParameterGroupResult",type:"structure",members:{DBParameterGroup:{shape:"S1f"}}}},CreateDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName","DBSecurityGroupDescription"],members:{DBSecurityGroupName:{},DBSecurityGroupDescription:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBSecurityGroupResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}},CreateDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier","DBInstanceIdentifier"],members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},CreateDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","DBSubnetGroupDescription","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1l"},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S11"}}}},CreateEventSubscription:{input:{type:"structure",required:["SubscriptionName","SnsTopicArn"],members:{SubscriptionName:{},SnsTopicArn:{},SourceType:{},EventCategories:{shape:"S6"},SourceIds:{shape:"S5"},Enabled:{type:"boolean"},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},CreateOptionGroup:{input:{type:"structure",required:["OptionGroupName","EngineName","MajorEngineVersion","OptionGroupDescription"],members:{OptionGroupName:{},EngineName:{},MajorEngineVersion:{},OptionGroupDescription:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1r"}}}},DeleteDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SkipFinalSnapshot:{type:"boolean"},FinalDBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},DeleteDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{}}}},DeleteDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{}}}},DeleteDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier"],members:{DBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},DeleteDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName"],members:{DBSubnetGroupName:{}}}},DeleteEventSubscription:{input:{type:"structure",required:["SubscriptionName"],members:{SubscriptionName:{}}},output:{resultWrapper:"DeleteEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},DeleteOptionGroup:{input:{type:"structure",required:["OptionGroupName"],members:{OptionGroupName:{}}}},DescribeDBEngineVersions:{input:{type:"structure",members:{Engine:{},EngineVersion:{},DBParameterGroupFamily:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{},DefaultOnly:{type:"boolean"},ListSupportedCharacterSets:{type:"boolean"}}},output:{resultWrapper:"DescribeDBEngineVersionsResult",type:"structure",members:{Marker:{},DBEngineVersions:{type:"list",member:{locationName:"DBEngineVersion",type:"structure",members:{Engine:{},EngineVersion:{},DBParameterGroupFamily:{},DBEngineDescription:{},DBEngineVersionDescription:{},DefaultCharacterSet:{shape:"S2d"},SupportedCharacterSets:{type:"list",member:{shape:"S2d",locationName:"CharacterSet"}}}}}}}},DescribeDBInstances:{input:{type:"structure",members:{DBInstanceIdentifier:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBInstancesResult",type:"structure",members:{Marker:{},DBInstances:{type:"list",member:{shape:"St",locationName:"DBInstance"}}}}},DescribeDBLogFiles:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},FilenameContains:{},FileLastWritten:{type:"long"},FileSize:{type:"long"},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBLogFilesResult",type:"structure",members:{DescribeDBLogFiles:{type:"list",member:{locationName:"DescribeDBLogFilesDetails",type:"structure",members:{LogFileName:{},LastWritten:{type:"long"},Size:{type:"long"}}}},Marker:{}}}},DescribeDBParameterGroups:{input:{type:"structure",members:{DBParameterGroupName:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParameterGroupsResult",type:"structure",members:{Marker:{},DBParameterGroups:{type:"list",member:{shape:"S1f",locationName:"DBParameterGroup"}}}}},DescribeDBParameters:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},Source:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParametersResult",type:"structure",members:{Parameters:{shape:"S2s"},Marker:{}}}},DescribeDBSecurityGroups:{input:{type:"structure",members:{DBSecurityGroupName:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSecurityGroupsResult",type:"structure",members:{Marker:{},DBSecurityGroups:{type:"list",member:{shape:"Sd",locationName:"DBSecurityGroup"}}}}},DescribeDBSnapshots:{input:{type:"structure",members:{DBInstanceIdentifier:{},DBSnapshotIdentifier:{},SnapshotType:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSnapshotsResult",type:"structure",members:{Marker:{},DBSnapshots:{type:"list",member:{shape:"Sk",locationName:"DBSnapshot"}}}}},DescribeDBSubnetGroups:{input:{type:"structure",members:{DBSubnetGroupName:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSubnetGroupsResult",type:"structure",members:{Marker:{},DBSubnetGroups:{type:"list",member:{shape:"S11",locationName:"DBSubnetGroup"}}}}},DescribeEngineDefaultParameters:{input:{type:"structure",required:["DBParameterGroupFamily"],members:{DBParameterGroupFamily:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEngineDefaultParametersResult",type:"structure",members:{EngineDefaults:{type:"structure",members:{DBParameterGroupFamily:{},Marker:{},Parameters:{shape:"S2s"}},wrapper:!0}}}},DescribeEventCategories:{input:{type:"structure",members:{SourceType:{},Filters:{shape:"S27"}}},output:{resultWrapper:"DescribeEventCategoriesResult",type:"structure",members:{EventCategoriesMapList:{type:"list",member:{locationName:"EventCategoriesMap",type:"structure",members:{SourceType:{},EventCategories:{shape:"S6"}},wrapper:!0}}}}},DescribeEventSubscriptions:{input:{type:"structure",members:{SubscriptionName:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventSubscriptionsResult",type:"structure",members:{Marker:{},EventSubscriptionsList:{type:"list",member:{shape:"S4",locationName:"EventSubscription"}}}}},DescribeEvents:{input:{type:"structure",members:{SourceIdentifier:{},SourceType:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Duration:{type:"integer"},EventCategories:{shape:"S6"},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventsResult",type:"structure",members:{Marker:{},Events:{type:"list",member:{locationName:"Event",type:"structure",members:{SourceIdentifier:{},SourceType:{},Message:{},EventCategories:{shape:"S6"},Date:{type:"timestamp"}}}}}}},DescribeOptionGroupOptions:{input:{type:"structure",required:["EngineName"],members:{EngineName:{},MajorEngineVersion:{},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeOptionGroupOptionsResult",type:"structure",members:{OptionGroupOptions:{type:"list",member:{locationName:"OptionGroupOption",type:"structure",members:{Name:{},Description:{},EngineName:{},MajorEngineVersion:{},MinimumRequiredMinorEngineVersion:{},PortRequired:{type:"boolean"},DefaultPort:{type:"integer"},OptionsDependedOn:{type:"list",member:{locationName:"OptionName"}},Persistent:{type:"boolean"},Permanent:{type:"boolean"},OptionGroupOptionSettings:{type:"list",member:{locationName:"OptionGroupOptionSetting",type:"structure",members:{SettingName:{},SettingDescription:{},DefaultValue:{},ApplyType:{},AllowedValues:{},IsModifiable:{type:"boolean"}}}}}}},Marker:{}}}},DescribeOptionGroups:{input:{type:"structure",members:{OptionGroupName:{},Filters:{shape:"S27"},Marker:{},MaxRecords:{type:"integer"},EngineName:{},MajorEngineVersion:{}}},output:{resultWrapper:"DescribeOptionGroupsResult",type:"structure",members:{OptionGroupsList:{type:"list",member:{shape:"S1r",locationName:"OptionGroup"}},Marker:{}}}},DescribeOrderableDBInstanceOptions:{input:{type:"structure",required:["Engine"],members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},Vpc:{type:"boolean"},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeOrderableDBInstanceOptionsResult",type:"structure",members:{OrderableDBInstanceOptions:{type:"list",member:{locationName:"OrderableDBInstanceOption",type:"structure",members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},AvailabilityZones:{type:"list",member:{shape:"S14",locationName:"AvailabilityZone"}},MultiAZCapable:{type:"boolean"},ReadReplicaCapable:{type:"boolean"},Vpc:{type:"boolean"}},wrapper:!0}},Marker:{}}}},DescribeReservedDBInstances:{input:{type:"structure",members:{ReservedDBInstanceId:{},ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesResult",type:"structure",members:{Marker:{},ReservedDBInstances:{type:"list",member:{shape:"S41",locationName:"ReservedDBInstance"}}}}},DescribeReservedDBInstancesOfferings:{input:{type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},Filters:{shape:"S27"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesOfferingsResult",type:"structure",members:{Marker:{},ReservedDBInstancesOfferings:{type:"list",member:{locationName:"ReservedDBInstancesOffering",type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},CurrencyCode:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},RecurringCharges:{shape:"S43"}},wrapper:!0}}}}},DownloadDBLogFilePortion:{input:{type:"structure",required:["DBInstanceIdentifier","LogFileName"],members:{DBInstanceIdentifier:{},LogFileName:{},Marker:{},NumberOfLines:{type:"integer"}}},output:{resultWrapper:"DownloadDBLogFilePortionResult",type:"structure",members:{LogFileData:{},Marker:{},AdditionalDataPending:{type:"boolean"}}}},ListTagsForResource:{input:{type:"structure",required:["ResourceName"],members:{ResourceName:{},Filters:{shape:"S27"}}},output:{resultWrapper:"ListTagsForResourceResult",type:"structure",members:{TagList:{shape:"S9"}}}},ModifyDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},DBSecurityGroups:{shape:"Sp"},VpcSecurityGroupIds:{shape:"Sq"},ApplyImmediately:{type:"boolean"},MasterUserPassword:{},DBParameterGroupName:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{},PreferredMaintenanceWindow:{},MultiAZ:{type:"boolean"},EngineVersion:{},AllowMajorVersionUpgrade:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},Iops:{type:"integer"},OptionGroupName:{},NewDBInstanceIdentifier:{}}},output:{resultWrapper:"ModifyDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},ModifyDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","Parameters"],members:{DBParameterGroupName:{},Parameters:{shape:"S2s"}}},output:{shape:"S4g",resultWrapper:"ModifyDBParameterGroupResult"}},ModifyDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1l"}}},output:{resultWrapper:"ModifyDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S11"}}}},ModifyEventSubscription:{input:{type:"structure",required:["SubscriptionName"],members:{SubscriptionName:{},SnsTopicArn:{},SourceType:{},EventCategories:{shape:"S6"},Enabled:{type:"boolean"}}},output:{resultWrapper:"ModifyEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},ModifyOptionGroup:{input:{type:"structure",required:["OptionGroupName"],members:{OptionGroupName:{},OptionsToInclude:{type:"list",member:{locationName:"OptionConfiguration",type:"structure",required:["OptionName"],members:{OptionName:{},Port:{type:"integer"},DBSecurityGroupMemberships:{shape:"Sp"},VpcSecurityGroupMemberships:{shape:"Sq"},OptionSettings:{type:"list",member:{shape:"S1v",locationName:"OptionSetting"}}}}},OptionsToRemove:{type:"list",member:{}},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"ModifyOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1r"}}}},PromoteReadReplica:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{}}},output:{resultWrapper:"PromoteReadReplicaResult",type:"structure",members:{DBInstance:{shape:"St"}}}},PurchaseReservedDBInstancesOffering:{input:{type:"structure",required:["ReservedDBInstancesOfferingId"],members:{ReservedDBInstancesOfferingId:{},ReservedDBInstanceId:{},DBInstanceCount:{type:"integer"},Tags:{shape:"S9"}}},output:{resultWrapper:"PurchaseReservedDBInstancesOfferingResult",type:"structure",members:{ReservedDBInstance:{shape:"S41"}}}},RebootDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},ForceFailover:{type:"boolean"}}},output:{resultWrapper:"RebootDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},RemoveSourceIdentifierFromSubscription:{input:{type:"structure",required:["SubscriptionName","SourceIdentifier"],members:{SubscriptionName:{},SourceIdentifier:{}}},output:{resultWrapper:"RemoveSourceIdentifierFromSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},RemoveTagsFromResource:{input:{type:"structure",required:["ResourceName","TagKeys"],members:{ResourceName:{},TagKeys:{type:"list",member:{}}}}},ResetDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},ResetAllParameters:{type:"boolean"},Parameters:{shape:"S2s"}}},output:{shape:"S4g",resultWrapper:"ResetDBParameterGroupResult"}},RestoreDBInstanceFromDBSnapshot:{input:{type:"structure",required:["DBInstanceIdentifier","DBSnapshotIdentifier"],members:{DBInstanceIdentifier:{},DBSnapshotIdentifier:{},DBInstanceClass:{},Port:{type:"integer"},AvailabilityZone:{},DBSubnetGroupName:{},MultiAZ:{type:"boolean"},PubliclyAccessible:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},DBName:{},Engine:{},Iops:{type:"integer"},OptionGroupName:{},Tags:{shape:"S9"}}},output:{resultWrapper:"RestoreDBInstanceFromDBSnapshotResult",type:"structure",members:{DBInstance:{shape:"St"}}}},RestoreDBInstanceToPointInTime:{input:{type:"structure",required:["SourceDBInstanceIdentifier","TargetDBInstanceIdentifier"],members:{SourceDBInstanceIdentifier:{},TargetDBInstanceIdentifier:{},RestoreTime:{type:"timestamp"},UseLatestRestorableTime:{type:"boolean"},DBInstanceClass:{},Port:{type:"integer"},AvailabilityZone:{},DBSubnetGroupName:{},MultiAZ:{type:"boolean"},PubliclyAccessible:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},DBName:{},Engine:{},Iops:{type:"integer"},OptionGroupName:{},Tags:{shape:"S9"}}},output:{resultWrapper:"RestoreDBInstanceToPointInTimeResult",type:"structure",members:{DBInstance:{shape:"St"}}}},RevokeDBSecurityGroupIngress:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{},CIDRIP:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"RevokeDBSecurityGroupIngressResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}}},shapes:{S4:{type:"structure",members:{CustomerAwsId:{},CustSubscriptionId:{},SnsTopicArn:{},Status:{},SubscriptionCreationTime:{},SourceType:{},SourceIdsList:{shape:"S5"},EventCategoriesList:{shape:"S6"},Enabled:{type:"boolean"}},wrapper:!0},S5:{type:"list",member:{locationName:"SourceId"}},S6:{type:"list",member:{locationName:"EventCategory"}},S9:{type:"list",member:{locationName:"Tag",type:"structure",members:{Key:{},Value:{}}}},Sd:{type:"structure",members:{OwnerId:{},DBSecurityGroupName:{},DBSecurityGroupDescription:{},VpcId:{},EC2SecurityGroups:{type:"list",member:{locationName:"EC2SecurityGroup",type:"structure",members:{Status:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}}},IPRanges:{type:"list",member:{locationName:"IPRange",type:"structure",members:{Status:{},CIDRIP:{}}}}},wrapper:!0},Sk:{type:"structure",members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{},SnapshotCreateTime:{type:"timestamp"},Engine:{},AllocatedStorage:{type:"integer"},Status:{},Port:{type:"integer"},AvailabilityZone:{},VpcId:{},InstanceCreateTime:{type:"timestamp"},MasterUsername:{},EngineVersion:{},LicenseModel:{},SnapshotType:{},Iops:{type:"integer"},OptionGroupName:{},PercentProgress:{type:"integer"},SourceRegion:{}},wrapper:!0},Sp:{type:"list",member:{locationName:"DBSecurityGroupName"}},Sq:{type:"list",member:{locationName:"VpcSecurityGroupId"}},St:{type:"structure",members:{DBInstanceIdentifier:{},DBInstanceClass:{},Engine:{},DBInstanceStatus:{},MasterUsername:{},DBName:{},Endpoint:{type:"structure",members:{Address:{},Port:{type:"integer"}}},AllocatedStorage:{type:"integer"},InstanceCreateTime:{type:"timestamp"},PreferredBackupWindow:{},BackupRetentionPeriod:{type:"integer"},DBSecurityGroups:{shape:"Sv"},VpcSecurityGroups:{shape:"Sx"},DBParameterGroups:{type:"list",member:{locationName:"DBParameterGroup",type:"structure",members:{DBParameterGroupName:{},ParameterApplyStatus:{}}}},AvailabilityZone:{},DBSubnetGroup:{shape:"S11"},PreferredMaintenanceWindow:{},PendingModifiedValues:{type:"structure",members:{DBInstanceClass:{},AllocatedStorage:{type:"integer"},MasterUserPassword:{},Port:{type:"integer"},BackupRetentionPeriod:{type:"integer"},MultiAZ:{type:"boolean"},EngineVersion:{},Iops:{type:"integer"},DBInstanceIdentifier:{}}},LatestRestorableTime:{type:"timestamp"},MultiAZ:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},ReadReplicaSourceDBInstanceIdentifier:{},ReadReplicaDBInstanceIdentifiers:{type:"list",member:{locationName:"ReadReplicaDBInstanceIdentifier"}},LicenseModel:{},Iops:{type:"integer"},OptionGroupMemberships:{type:"list",member:{locationName:"OptionGroupMembership",type:"structure",members:{OptionGroupName:{},Status:{}}}},CharacterSetName:{},SecondaryAvailabilityZone:{},PubliclyAccessible:{type:"boolean"},StatusInfos:{type:"list",member:{locationName:"DBInstanceStatusInfo",type:"structure",members:{StatusType:{},Normal:{type:"boolean"},Status:{},Message:{}}}}},wrapper:!0},Sv:{type:"list",member:{locationName:"DBSecurityGroup",type:"structure",members:{DBSecurityGroupName:{},Status:{}}}},Sx:{type:"list",member:{locationName:"VpcSecurityGroupMembership",type:"structure",members:{VpcSecurityGroupId:{},Status:{}}}},S11:{type:"structure",members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},VpcId:{},SubnetGroupStatus:{},Subnets:{type:"list",member:{locationName:"Subnet",type:"structure",members:{SubnetIdentifier:{},SubnetAvailabilityZone:{shape:"S14"},SubnetStatus:{}}}}},wrapper:!0},S14:{type:"structure",members:{Name:{},ProvisionedIopsCapable:{type:"boolean"}},wrapper:!0},S1f:{type:"structure",members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{}},wrapper:!0},S1l:{type:"list",member:{locationName:"SubnetIdentifier"}},S1r:{type:"structure",members:{OptionGroupName:{},OptionGroupDescription:{},EngineName:{},MajorEngineVersion:{},Options:{type:"list",member:{locationName:"Option",type:"structure",members:{OptionName:{},OptionDescription:{},Persistent:{type:"boolean"},Permanent:{type:"boolean"},Port:{type:"integer"},OptionSettings:{type:"list",member:{shape:"S1v",locationName:"OptionSetting"}},DBSecurityGroupMemberships:{shape:"Sv"},VpcSecurityGroupMemberships:{shape:"Sx"}}}},AllowsVpcAndNonVpcInstanceMemberships:{type:"boolean"},VpcId:{}},wrapper:!0},S1v:{type:"structure",members:{Name:{},Value:{},DefaultValue:{},Description:{},ApplyType:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},IsCollection:{type:"boolean"}}},S27:{type:"list",member:{locationName:"Filter",type:"structure",required:["Name","Values"],members:{Name:{},Values:{type:"list",member:{locationName:"Value"}}}}},S2d:{type:"structure",members:{CharacterSetName:{},CharacterSetDescription:{}}},S2s:{type:"list",member:{locationName:"Parameter",type:"structure",members:{ParameterName:{},ParameterValue:{},Description:{},Source:{},ApplyType:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},MinimumEngineVersion:{},ApplyMethod:{}}}},S41:{type:"structure",members:{ReservedDBInstanceId:{},ReservedDBInstancesOfferingId:{},DBInstanceClass:{},StartTime:{type:"timestamp"},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},CurrencyCode:{},DBInstanceCount:{type:"integer"},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},State:{},RecurringCharges:{shape:"S43"}},wrapper:!0},S43:{type:"list",member:{locationName:"RecurringCharge",type:"structure",members:{RecurringChargeAmount:{type:"double"},RecurringChargeFrequency:{}},wrapper:!0}},S4g:{type:"structure",members:{DBParameterGroupName:{}}}}}},bnYj:function(e,t,r){var n,i=r("QsWE");r("8loY"),r("u8bp"),i.Config=i.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),i.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){var t,r=this;function n(t){e(t,t?null:r.credentials)}function o(e,t){return new i.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}r.credentials?"function"==typeof r.credentials.get?r.credentials.get(function(e){e&&(e=o("Could not load credentials from "+r.credentials.constructor.name,e)),n(e)}):(t=null,r.credentials.accessKeyId&&r.credentials.secretAccessKey||(t=o("Missing credentials")),n(t)):r.credentialProvider?r.credentialProvider.resolve(function(e,t){e&&(e=o("Could not load credentials from any providers",e)),r.credentials=t,n(e)}):n(o("No credentials to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),i.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||i.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(i.util.readFileSync(e)),r=new i.FileSystemCredentials(e),n=new i.CredentialProviderChain;return n.providers.unshift(r),n.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){i.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):this[e]="httpOptions"===e&&this[e]?i.util.merge(this[e],t):t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&((e=i.util.copy(e)).credentials=new i.Credentials(e)),e},setPromisesDependency:function(e){n=e,null===e&&"function"==typeof Promise&&(n=Promise);var t=[i.Request,i.Credentials,i.CredentialProviderChain];i.S3&&i.S3.ManagedUpload&&t.push(i.S3.ManagedUpload),i.util.addPromises(t,n)},getPromisesDependency:function(){return n}}),i.config=new i.Config},bne5:function(e,t,r){"use strict";r.d(t,"a",function(){return s});var n=r("6blF"),i=r("isby"),o=r("2Bdj"),a=r("67Y/");function s(e,t,r,u){return Object(o.a)(r)&&(u=r,r=void 0),u?s(e,t,r).pipe(Object(a.a)(function(e){return Object(i.a)(e)?u.apply(void 0,e):u(e)})):new n.a(function(n){!function e(t,r,n,i,o){var a;if(function(e){return e&&"function"==typeof e.addEventListener&&"function"==typeof e.removeEventListener}(t)){var s=t;t.addEventListener(r,n,o),a=function(){return s.removeEventListener(r,n,o)}}else if(function(e){return e&&"function"==typeof e.on&&"function"==typeof e.off}(t)){var u=t;t.on(r,n),a=function(){return u.off(r,n)}}else if(function(e){return e&&"function"==typeof e.addListener&&"function"==typeof e.removeListener}(t)){var l=t;t.addListener(r,n),a=function(){return l.removeListener(r,n)}}else{if(!t||!t.length)throw new TypeError("Invalid event target");for(var c=0,p=t.length;c1?Array.prototype.slice.call(arguments):e)},n,r)})}Object},brJs:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2014-11-12",endpointPrefix:"config",jsonVersion:"1.1",protocol:"json",serviceAbbreviation:"Config Service",serviceFullName:"AWS Config",serviceId:"Config Service",signatureVersion:"v4",targetPrefix:"StarlingDoveService",uid:"config-2014-11-12"},operations:{BatchGetResourceConfig:{input:{type:"structure",required:["resourceKeys"],members:{resourceKeys:{shape:"S2"}}},output:{type:"structure",members:{baseConfigurationItems:{type:"list",member:{type:"structure",members:{version:{},accountId:{},configurationItemCaptureTime:{type:"timestamp"},configurationItemStatus:{},configurationStateId:{},arn:{},resourceType:{},resourceId:{},resourceName:{},awsRegion:{},availabilityZone:{},resourceCreationTime:{type:"timestamp"},configuration:{},supplementaryConfiguration:{shape:"Sk"}}}},unprocessedResourceKeys:{shape:"S2"}}}},DeleteAggregationAuthorization:{input:{type:"structure",required:["AuthorizedAccountId","AuthorizedAwsRegion"],members:{AuthorizedAccountId:{},AuthorizedAwsRegion:{}}}},DeleteConfigRule:{input:{type:"structure",required:["ConfigRuleName"],members:{ConfigRuleName:{}}}},DeleteConfigurationAggregator:{input:{type:"structure",required:["ConfigurationAggregatorName"],members:{ConfigurationAggregatorName:{}}}},DeleteConfigurationRecorder:{input:{type:"structure",required:["ConfigurationRecorderName"],members:{ConfigurationRecorderName:{}}}},DeleteDeliveryChannel:{input:{type:"structure",required:["DeliveryChannelName"],members:{DeliveryChannelName:{}}}},DeleteEvaluationResults:{input:{type:"structure",required:["ConfigRuleName"],members:{ConfigRuleName:{}}},output:{type:"structure",members:{}}},DeletePendingAggregationRequest:{input:{type:"structure",required:["RequesterAccountId","RequesterAwsRegion"],members:{RequesterAccountId:{},RequesterAwsRegion:{}}}},DeleteRetentionConfiguration:{input:{type:"structure",required:["RetentionConfigurationName"],members:{RetentionConfigurationName:{}}}},DeliverConfigSnapshot:{input:{type:"structure",required:["deliveryChannelName"],members:{deliveryChannelName:{}}},output:{type:"structure",members:{configSnapshotId:{}}}},DescribeAggregateComplianceByConfigRules:{input:{type:"structure",required:["ConfigurationAggregatorName"],members:{ConfigurationAggregatorName:{},Filters:{type:"structure",members:{ConfigRuleName:{},ComplianceType:{},AccountId:{},AwsRegion:{}}},Limit:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{AggregateComplianceByConfigRules:{type:"list",member:{type:"structure",members:{ConfigRuleName:{},Compliance:{shape:"S1d"},AccountId:{},AwsRegion:{}}}},NextToken:{}}}},DescribeAggregationAuthorizations:{input:{type:"structure",members:{Limit:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{AggregationAuthorizations:{type:"list",member:{shape:"S1l"}},NextToken:{}}}},DescribeComplianceByConfigRule:{input:{type:"structure",members:{ConfigRuleNames:{shape:"S1o"},ComplianceTypes:{shape:"S1p"},NextToken:{}}},output:{type:"structure",members:{ComplianceByConfigRules:{type:"list",member:{type:"structure",members:{ConfigRuleName:{},Compliance:{shape:"S1d"}}}},NextToken:{}}}},DescribeComplianceByResource:{input:{type:"structure",members:{ResourceType:{},ResourceId:{},ComplianceTypes:{shape:"S1p"},Limit:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{ComplianceByResources:{type:"list",member:{type:"structure",members:{ResourceType:{},ResourceId:{},Compliance:{shape:"S1d"}}}},NextToken:{}}}},DescribeConfigRuleEvaluationStatus:{input:{type:"structure",members:{ConfigRuleNames:{shape:"S1o"},NextToken:{},Limit:{type:"integer"}}},output:{type:"structure",members:{ConfigRulesEvaluationStatus:{type:"list",member:{type:"structure",members:{ConfigRuleName:{},ConfigRuleArn:{},ConfigRuleId:{},LastSuccessfulInvocationTime:{type:"timestamp"},LastFailedInvocationTime:{type:"timestamp"},LastSuccessfulEvaluationTime:{type:"timestamp"},LastFailedEvaluationTime:{type:"timestamp"},FirstActivatedTime:{type:"timestamp"},LastErrorCode:{},LastErrorMessage:{},FirstEvaluationStarted:{type:"boolean"}}}},NextToken:{}}}},DescribeConfigRules:{input:{type:"structure",members:{ConfigRuleNames:{shape:"S1o"},NextToken:{}}},output:{type:"structure",members:{ConfigRules:{type:"list",member:{shape:"S27"}},NextToken:{}}}},DescribeConfigurationAggregatorSourcesStatus:{input:{type:"structure",required:["ConfigurationAggregatorName"],members:{ConfigurationAggregatorName:{},UpdateStatus:{type:"list",member:{}},NextToken:{},Limit:{type:"integer"}}},output:{type:"structure",members:{AggregatedSourceStatusList:{type:"list",member:{type:"structure",members:{SourceId:{},SourceType:{},AwsRegion:{},LastUpdateStatus:{},LastUpdateTime:{type:"timestamp"},LastErrorCode:{},LastErrorMessage:{}}}},NextToken:{}}}},DescribeConfigurationAggregators:{input:{type:"structure",members:{ConfigurationAggregatorNames:{type:"list",member:{}},NextToken:{},Limit:{type:"integer"}}},output:{type:"structure",members:{ConfigurationAggregators:{type:"list",member:{shape:"S2w"}},NextToken:{}}}},DescribeConfigurationRecorderStatus:{input:{type:"structure",members:{ConfigurationRecorderNames:{shape:"S34"}}},output:{type:"structure",members:{ConfigurationRecordersStatus:{type:"list",member:{type:"structure",members:{name:{},lastStartTime:{type:"timestamp"},lastStopTime:{type:"timestamp"},recording:{type:"boolean"},lastStatus:{},lastErrorCode:{},lastErrorMessage:{},lastStatusChangeTime:{type:"timestamp"}}}}}}},DescribeConfigurationRecorders:{input:{type:"structure",members:{ConfigurationRecorderNames:{shape:"S34"}}},output:{type:"structure",members:{ConfigurationRecorders:{type:"list",member:{shape:"S3c"}}}}},DescribeDeliveryChannelStatus:{input:{type:"structure",members:{DeliveryChannelNames:{shape:"S3i"}}},output:{type:"structure",members:{DeliveryChannelsStatus:{type:"list",member:{type:"structure",members:{name:{},configSnapshotDeliveryInfo:{shape:"S3m"},configHistoryDeliveryInfo:{shape:"S3m"},configStreamDeliveryInfo:{type:"structure",members:{lastStatus:{},lastErrorCode:{},lastErrorMessage:{},lastStatusChangeTime:{type:"timestamp"}}}}}}}}},DescribeDeliveryChannels:{input:{type:"structure",members:{DeliveryChannelNames:{shape:"S3i"}}},output:{type:"structure",members:{DeliveryChannels:{type:"list",member:{shape:"S3s"}}}}},DescribePendingAggregationRequests:{input:{type:"structure",members:{Limit:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{PendingAggregationRequests:{type:"list",member:{type:"structure",members:{RequesterAccountId:{},RequesterAwsRegion:{}}}},NextToken:{}}}},DescribeRetentionConfigurations:{input:{type:"structure",members:{RetentionConfigurationNames:{type:"list",member:{}},NextToken:{}}},output:{type:"structure",members:{RetentionConfigurations:{type:"list",member:{shape:"S43"}},NextToken:{}}}},GetAggregateComplianceDetailsByConfigRule:{input:{type:"structure",required:["ConfigurationAggregatorName","ConfigRuleName","AccountId","AwsRegion"],members:{ConfigurationAggregatorName:{},ConfigRuleName:{},AccountId:{},AwsRegion:{},ComplianceType:{},Limit:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{AggregateEvaluationResults:{type:"list",member:{type:"structure",members:{EvaluationResultIdentifier:{shape:"S49"},ComplianceType:{},ResultRecordedTime:{type:"timestamp"},ConfigRuleInvokedTime:{type:"timestamp"},Annotation:{},AccountId:{},AwsRegion:{}}}},NextToken:{}}}},GetAggregateConfigRuleComplianceSummary:{input:{type:"structure",required:["ConfigurationAggregatorName"],members:{ConfigurationAggregatorName:{},Filters:{type:"structure",members:{AccountId:{},AwsRegion:{}}},GroupByKey:{},Limit:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{GroupByKey:{},AggregateComplianceCounts:{type:"list",member:{type:"structure",members:{GroupName:{},ComplianceSummary:{shape:"S4h"}}}},NextToken:{}}}},GetComplianceDetailsByConfigRule:{input:{type:"structure",required:["ConfigRuleName"],members:{ConfigRuleName:{},ComplianceTypes:{shape:"S1p"},Limit:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{EvaluationResults:{shape:"S4k"},NextToken:{}}}},GetComplianceDetailsByResource:{input:{type:"structure",required:["ResourceType","ResourceId"],members:{ResourceType:{},ResourceId:{},ComplianceTypes:{shape:"S1p"},NextToken:{}}},output:{type:"structure",members:{EvaluationResults:{shape:"S4k"},NextToken:{}}}},GetComplianceSummaryByConfigRule:{output:{type:"structure",members:{ComplianceSummary:{shape:"S4h"}}}},GetComplianceSummaryByResourceType:{input:{type:"structure",members:{ResourceTypes:{shape:"S4q"}}},output:{type:"structure",members:{ComplianceSummariesByResourceType:{type:"list",member:{type:"structure",members:{ResourceType:{},ComplianceSummary:{shape:"S4h"}}}}}}},GetDiscoveredResourceCounts:{input:{type:"structure",members:{resourceTypes:{shape:"S4q"},limit:{type:"integer"},nextToken:{}}},output:{type:"structure",members:{totalDiscoveredResources:{type:"long"},resourceCounts:{type:"list",member:{type:"structure",members:{resourceType:{},count:{type:"long"}}}},nextToken:{}}}},GetResourceConfigHistory:{input:{type:"structure",required:["resourceType","resourceId"],members:{resourceType:{},resourceId:{},laterTime:{type:"timestamp"},earlierTime:{type:"timestamp"},chronologicalOrder:{},limit:{type:"integer"},nextToken:{}}},output:{type:"structure",members:{configurationItems:{type:"list",member:{type:"structure",members:{version:{},accountId:{},configurationItemCaptureTime:{type:"timestamp"},configurationItemStatus:{},configurationStateId:{},configurationItemMD5Hash:{},arn:{},resourceType:{},resourceId:{},resourceName:{},awsRegion:{},availabilityZone:{},resourceCreationTime:{type:"timestamp"},tags:{type:"map",key:{},value:{}},relatedEvents:{type:"list",member:{}},relationships:{type:"list",member:{type:"structure",members:{resourceType:{},resourceId:{},resourceName:{},relationshipName:{}}}},configuration:{},supplementaryConfiguration:{shape:"Sk"}}}},nextToken:{}}}},ListDiscoveredResources:{input:{type:"structure",required:["resourceType"],members:{resourceType:{},resourceIds:{type:"list",member:{}},resourceName:{},limit:{type:"integer"},includeDeletedResources:{type:"boolean"},nextToken:{}}},output:{type:"structure",members:{resourceIdentifiers:{type:"list",member:{type:"structure",members:{resourceType:{},resourceId:{},resourceName:{},resourceDeletionTime:{type:"timestamp"}}}},nextToken:{}}}},PutAggregationAuthorization:{input:{type:"structure",required:["AuthorizedAccountId","AuthorizedAwsRegion"],members:{AuthorizedAccountId:{},AuthorizedAwsRegion:{}}},output:{type:"structure",members:{AggregationAuthorization:{shape:"S1l"}}}},PutConfigRule:{input:{type:"structure",required:["ConfigRule"],members:{ConfigRule:{shape:"S27"}}}},PutConfigurationAggregator:{input:{type:"structure",required:["ConfigurationAggregatorName"],members:{ConfigurationAggregatorName:{},AccountAggregationSources:{shape:"S2y"},OrganizationAggregationSource:{shape:"S32"}}},output:{type:"structure",members:{ConfigurationAggregator:{shape:"S2w"}}}},PutConfigurationRecorder:{input:{type:"structure",required:["ConfigurationRecorder"],members:{ConfigurationRecorder:{shape:"S3c"}}}},PutDeliveryChannel:{input:{type:"structure",required:["DeliveryChannel"],members:{DeliveryChannel:{shape:"S3s"}}}},PutEvaluations:{input:{type:"structure",required:["ResultToken"],members:{Evaluations:{shape:"S5t"},ResultToken:{},TestMode:{type:"boolean"}}},output:{type:"structure",members:{FailedEvaluations:{shape:"S5t"}}}},PutRetentionConfiguration:{input:{type:"structure",required:["RetentionPeriodInDays"],members:{RetentionPeriodInDays:{type:"integer"}}},output:{type:"structure",members:{RetentionConfiguration:{shape:"S43"}}}},StartConfigRulesEvaluation:{input:{type:"structure",members:{ConfigRuleNames:{type:"list",member:{}}}},output:{type:"structure",members:{}}},StartConfigurationRecorder:{input:{type:"structure",required:["ConfigurationRecorderName"],members:{ConfigurationRecorderName:{}}}},StopConfigurationRecorder:{input:{type:"structure",required:["ConfigurationRecorderName"],members:{ConfigurationRecorderName:{}}}}},shapes:{S2:{type:"list",member:{type:"structure",required:["resourceType","resourceId"],members:{resourceType:{},resourceId:{}}}},Sk:{type:"map",key:{},value:{}},S1d:{type:"structure",members:{ComplianceType:{},ComplianceContributorCount:{shape:"S1e"}}},S1e:{type:"structure",members:{CappedCount:{type:"integer"},CapExceeded:{type:"boolean"}}},S1l:{type:"structure",members:{AggregationAuthorizationArn:{},AuthorizedAccountId:{},AuthorizedAwsRegion:{},CreationTime:{type:"timestamp"}}},S1o:{type:"list",member:{}},S1p:{type:"list",member:{}},S27:{type:"structure",required:["Source"],members:{ConfigRuleName:{},ConfigRuleArn:{},ConfigRuleId:{},Description:{},Scope:{type:"structure",members:{ComplianceResourceTypes:{type:"list",member:{}},TagKey:{},TagValue:{},ComplianceResourceId:{}}},Source:{type:"structure",required:["Owner","SourceIdentifier"],members:{Owner:{},SourceIdentifier:{},SourceDetails:{type:"list",member:{type:"structure",members:{EventSource:{},MessageType:{},MaximumExecutionFrequency:{}}}}}},InputParameters:{},MaximumExecutionFrequency:{},ConfigRuleState:{},CreatedBy:{}}},S2w:{type:"structure",members:{ConfigurationAggregatorName:{},ConfigurationAggregatorArn:{},AccountAggregationSources:{shape:"S2y"},OrganizationAggregationSource:{shape:"S32"},CreationTime:{type:"timestamp"},LastUpdatedTime:{type:"timestamp"}}},S2y:{type:"list",member:{type:"structure",required:["AccountIds"],members:{AccountIds:{type:"list",member:{}},AllAwsRegions:{type:"boolean"},AwsRegions:{shape:"S31"}}}},S31:{type:"list",member:{}},S32:{type:"structure",required:["RoleArn"],members:{RoleArn:{},AwsRegions:{shape:"S31"},AllAwsRegions:{type:"boolean"}}},S34:{type:"list",member:{}},S3c:{type:"structure",members:{name:{},roleARN:{},recordingGroup:{type:"structure",members:{allSupported:{type:"boolean"},includeGlobalResourceTypes:{type:"boolean"},resourceTypes:{type:"list",member:{}}}}}},S3i:{type:"list",member:{}},S3m:{type:"structure",members:{lastStatus:{},lastErrorCode:{},lastErrorMessage:{},lastAttemptTime:{type:"timestamp"},lastSuccessfulTime:{type:"timestamp"},nextDeliveryTime:{type:"timestamp"}}},S3s:{type:"structure",members:{name:{},s3BucketName:{},s3KeyPrefix:{},snsTopicARN:{},configSnapshotDeliveryProperties:{type:"structure",members:{deliveryFrequency:{}}}}},S43:{type:"structure",required:["Name","RetentionPeriodInDays"],members:{Name:{},RetentionPeriodInDays:{type:"integer"}}},S49:{type:"structure",members:{EvaluationResultQualifier:{type:"structure",members:{ConfigRuleName:{},ResourceType:{},ResourceId:{}}},OrderingTimestamp:{type:"timestamp"}}},S4h:{type:"structure",members:{CompliantResourceCount:{shape:"S1e"},NonCompliantResourceCount:{shape:"S1e"},ComplianceSummaryTimestamp:{type:"timestamp"}}},S4k:{type:"list",member:{type:"structure",members:{EvaluationResultIdentifier:{shape:"S49"},ComplianceType:{},ResultRecordedTime:{type:"timestamp"},ConfigRuleInvokedTime:{type:"timestamp"},Annotation:{},ResultToken:{}}}},S4q:{type:"list",member:{}},S5t:{type:"list",member:{type:"structure",required:["ComplianceResourceType","ComplianceResourceId","ComplianceType","OrderingTimestamp"],members:{ComplianceResourceType:{},ComplianceResourceId:{},ComplianceType:{},Annotation:{},OrderingTimestamp:{type:"timestamp"}}}}}}},buEt:function(e,t,r){"use strict";r.r(t);var n=r("DtyJ");r.d(t,"Subject",function(){return n.b})},bujt:function(e,t,r){"use strict";r.d(t,"a",function(){return s}),r.d(t,"b",function(){return u});var n=r("CcnG"),i=(r("UodH"),r("Ip0R"),r("Fzqc"),r("Wf4p")),o=r("dWZg"),a=r("wFw1"),s=(r("lLAP"),n["\u0275crt"]({encapsulation:2,styles:[".mat-button,.mat-flat-button,.mat-icon-button,.mat-stroked-button{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:88px;line-height:36px;padding:0 16px;border-radius:2px;overflow:visible}.mat-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner{border:0}.mat-button[disabled],.mat-flat-button[disabled],.mat-icon-button[disabled],.mat-stroked-button[disabled]{cursor:default}.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-button.cdk-program-focused .mat-button-focus-overlay,.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-flat-button.cdk-program-focused .mat-button-focus-overlay,.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay{opacity:1}.mat-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner{border:0}.mat-button .mat-button-focus-overlay,.mat-icon-button .mat-button-focus-overlay{opacity:0}.mat-button:hover .mat-button-focus-overlay,.mat-stroked-button:hover .mat-button-focus-overlay{opacity:1}@media (hover:none){.mat-button:hover .mat-button-focus-overlay,.mat-stroked-button:hover .mat-button-focus-overlay{opacity:0}}.mat-raised-button{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:88px;line-height:36px;padding:0 16px;border-radius:2px;overflow:visible;transform:translate3d(0,0,0);transition:background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1)}.mat-raised-button::-moz-focus-inner{border:0}.mat-raised-button[disabled]{cursor:default}.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-raised-button.cdk-program-focused .mat-button-focus-overlay{opacity:1}.mat-raised-button::-moz-focus-inner{border:0}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}._mat-animation-noopable.mat-raised-button{transition:none;animation:none}.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled]{box-shadow:none}.mat-stroked-button{border:1px solid currentColor;padding:0 15px;line-height:34px}.mat-stroked-button:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:88px;line-height:36px;padding:0 16px;border-radius:2px;overflow:visible;transform:translate3d(0,0,0);transition:background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);min-width:0;border-radius:50%;width:56px;height:56px;padding:0;flex-shrink:0}.mat-fab::-moz-focus-inner{border:0}.mat-fab[disabled]{cursor:default}.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-fab.cdk-program-focused .mat-button-focus-overlay{opacity:1}.mat-fab::-moz-focus-inner{border:0}.mat-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}._mat-animation-noopable.mat-fab{transition:none;animation:none}.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-fab[disabled]{box-shadow:none}.mat-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab .mat-button-wrapper{padding:16px 0;display:inline-block;line-height:24px}.mat-mini-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:88px;line-height:36px;padding:0 16px;border-radius:2px;overflow:visible;transform:translate3d(0,0,0);transition:background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);min-width:0;border-radius:50%;width:40px;height:40px;padding:0;flex-shrink:0}.mat-mini-fab::-moz-focus-inner{border:0}.mat-mini-fab[disabled]{cursor:default}.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay{opacity:1}.mat-mini-fab::-moz-focus-inner{border:0}.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}._mat-animation-noopable.mat-mini-fab{transition:none;animation:none}.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-mini-fab[disabled]{box-shadow:none}.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-mini-fab .mat-button-wrapper{padding:8px 0;display:inline-block;line-height:24px}.mat-icon-button{padding:0;min-width:0;width:40px;height:40px;flex-shrink:0;line-height:40px;border-radius:50%}.mat-icon-button .mat-icon,.mat-icon-button i{line-height:24px}.mat-button-focus-overlay,.mat-button-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-button-focus-overlay{background-color:rgba(0,0,0,.12);border-radius:inherit;opacity:0;transition:opacity .2s cubic-bezier(.35,0,.25,1),background-color .2s cubic-bezier(.35,0,.25,1)}._mat-animation-noopable .mat-button-focus-overlay{transition:none}@media screen and (-ms-high-contrast:active){.mat-button-focus-overlay{background-color:rgba(255,255,255,.5)}}.mat-button-ripple-round{border-radius:50%;z-index:1}.mat-button .mat-button-wrapper>*,.mat-fab .mat-button-wrapper>*,.mat-flat-button .mat-button-wrapper>*,.mat-icon-button .mat-button-wrapper>*,.mat-mini-fab .mat-button-wrapper>*,.mat-raised-button .mat-button-wrapper>*,.mat-stroked-button .mat-button-wrapper>*{vertical-align:middle}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button{display:block;font-size:inherit;width:2.5em;height:2.5em}@media screen and (-ms-high-contrast:active){.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button{outline:solid 1px}}"],data:{}}));function u(e){return n["\u0275vid"](2,[n["\u0275qud"](402653184,1,{ripple:0}),(e()(),n["\u0275eld"](1,0,null,null,1,"span",[["class","mat-button-wrapper"]],null,null,null,null,null)),n["\u0275ncd"](null,0),(e()(),n["\u0275eld"](3,0,null,null,1,"div",[["class","mat-button-ripple mat-ripple"],["matRipple",""]],[[2,"mat-button-ripple-round",null],[2,"mat-ripple-unbounded",null]],null,null,null,null)),n["\u0275did"](4,212992,[[1,4]],0,i.y,[n.ElementRef,n.NgZone,o.a,[2,i.m],[2,a.a]],{centered:[0,"centered"],disabled:[1,"disabled"],trigger:[2,"trigger"]},null),(e()(),n["\u0275eld"](5,0,null,null,0,"div",[["class","mat-button-focus-overlay"]],null,null,null,null,null))],function(e,t){var r=t.component;e(t,4,0,r.isIconButton,r._isRippleDisabled(),r._getHostElement())},function(e,t){var r=t.component;e(t,3,0,r.isRoundButton||r.isIconButton,n["\u0275nov"](t,4).unbounded)})}},by1G:function(e){e.exports={pagination:{}}},c34Q:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("IvtZ"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.ngOnInit=function(){this.validator=o.rangeLength(this.rangeLength)},e.prototype.ngOnChanges=function(e){for(var t in e)"rangeLength"===t&&(this.validator=o.rangeLength(e[t].currentValue),this.onChange&&this.onChange())},e.prototype.validate=function(e){return this.validator(e)},e.prototype.registerOnValidatorChange=function(e){this.onChange=e},e.decorators=[{type:n.Directive,args:[{selector:"[rangeLength][formControlName],[rangeLength][formControl],[rangeLength][ngModel]",providers:[a]}]}],e.propDecorators={rangeLength:[{type:n.Input}]},e}();t.RangeLengthValidator=s},c8WW:function(e,t,r){var n=r("Sl41").escapeElement;function i(e){this.value=e}i.prototype.toString=function(){return n(""+this.value)},e.exports={XmlText:i}},cGpv:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("Ip0R"),i=r("CcnG"),o=r("8tDC"),a=r("bL9f"),s=r("sXfS");function u(e){if(e)throw new Error("\n Application called PerfectScrollbarModule.forRoot() twice.\n For submodules use PerfectScrollbarModule.forChild() instead.\n ");return"guarded"}function l(e){return new s.PerfectScrollbarConfig(e)}t.PERFECT_SCROLLBAR_GUARD=new i.InjectionToken("PERFECT_SCROLLBAR_GUARD"),t.PERFECT_SCROLLBAR_CONFIG=new i.InjectionToken("PERFECT_SCROLLBAR_CONFIG"),t.PerfectScrollbarModule=function(){function e(e){}return e.forRoot=function(r){return{ngModule:e,providers:[{provide:t.PERFECT_SCROLLBAR_GUARD,useFactory:u,deps:[[s.PerfectScrollbarConfig,new i.Optional,new i.SkipSelf]]},{provide:t.PERFECT_SCROLLBAR_CONFIG,useValue:r||{}},{provide:s.PerfectScrollbarConfig,useFactory:l,deps:[t.PERFECT_SCROLLBAR_CONFIG]}]}},e.forChild=function(){return{ngModule:e}},e.decorators=[{type:i.NgModule,args:[{imports:[n.CommonModule],declarations:[o.PerfectScrollbarComponent,a.PerfectScrollbarDirective],exports:[n.CommonModule,o.PerfectScrollbarComponent,a.PerfectScrollbarDirective]}]}],e}(),t.provideForRootGuard=u,t.provideDefaultConfig=l},cI4K:function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("WcuY")),n(r("kqoJ"))},cS6j:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2017-07-01",endpointPrefix:"translate",jsonVersion:"1.1",protocol:"json",serviceFullName:"Amazon Translate",serviceId:"Translate",signatureVersion:"v4",signingName:"translate",targetPrefix:"AWSShineFrontendService_20170701",uid:"translate-2017-07-01"},operations:{TranslateText:{input:{type:"structure",required:["Text","SourceLanguageCode","TargetLanguageCode"],members:{Text:{},SourceLanguageCode:{},TargetLanguageCode:{}}},output:{type:"structure",required:["TranslatedText","SourceLanguageCode","TargetLanguageCode"],members:{TranslatedText:{},SourceLanguageCode:{},TargetLanguageCode:{}}}}},shapes:{}}},ccE7:function(e,t,r){var n=r("Ojgd"),i=r("Jes0");e.exports=function(e){return function(t,r){var o,a,s=String(i(t)),u=n(r),l=s.length;return u<0||u>=l?e?"":void 0:(o=s.charCodeAt(u))<55296||o>56319||u+1===l||(a=s.charCodeAt(u+1))<56320||a>57343?e?s.charAt(u):o:e?s.slice(u,u+2):a-56320+(o-55296<<10)+65536}}},cgAd:function(e,t,r){var n=r("S0xZ");function i(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var r=Array(80),n=1732584193,i=-271733879,l=-1732584194,c=271733878,p=-1009589776,m=0;m>16)+(t>>16)+(r>>16)<<16|65535&r}function u(e,t){return e<>>32-t}e.exports=function(e){return n.hash(e,i,20,!0)}},cmvb:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.ecr={},n.ECR=i.defineService("ecr",["2015-09-21"]),Object.defineProperty(o.services.ecr,"2015-09-21",{get:function(){var e=r("fw4Q");return e.paginators=r("A6v4").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.ECR},crnd:function(e,t,r){var n={"./dashboard/dashboard.module.ngfactory":["uP/6",1,0,8],"./error/error.module.ngfactory":["NzVj",5],"./masters/masters.module.ngfactory":["41Vb",1,2,0,3],"./session/session.module.ngfactory":["CL5g",6],"./settings/settings.module.ngfactory":["3F3D",1,2,0,7],"./users/users.module.ngfactory":["t9KH",0,4]};function i(e){var t=n[e];return t?Promise.all(t.slice(1).map(r.e)).then(function(){return r(t[0])}):Promise.resolve().then(function(){var t=new Error('Cannot find module "'+e+'".');throw t.code="MODULE_NOT_FOUND",t})}i.keys=function(){return Object.keys(n)},i.id="crnd",e.exports=i},d5xe:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.route53={},n.Route53=i.defineService("route53",["2013-04-01"]),r("VmmG"),Object.defineProperty(o.services.route53,"2013-04-01",{get:function(){var e=r("v3YG");return e.paginators=r("OrsO").pagination,e.waiters=r("xyFQ").waiters,e},enumerable:!0,configurable:!0}),e.exports=n.Route53},dC0D:function(e,t,r){"use strict";r.d(t,"a",function(){return o});var n=r("mrSG"),i=r("FFOo");function o(e,t){var r=!1;return arguments.length>=2&&(r=!0),function(n){return n.lift(new a(e,t,r))}}var a=function(){function e(e,t,r){void 0===r&&(r=!1),this.accumulator=e,this.seed=t,this.hasSeed=r}return e.prototype.call=function(e,t){return t.subscribe(new s(e,this.accumulator,this.seed,this.hasSeed))},e}(),s=function(e){function t(t,r,n,i){var o=e.call(this,t)||this;return o.accumulator=r,o._seed=n,o.hasSeed=i,o.index=0,o}return n.__extends(t,e),Object.defineProperty(t.prototype,"seed",{get:function(){return this._seed},set:function(e){this.hasSeed=!0,this._seed=e},enumerable:!0,configurable:!0}),t.prototype._next=function(e){if(this.hasSeed)return this._tryNext(e);this.seed=e,this.destination.next(e)},t.prototype._tryNext=function(e){var t,r=this.index++;try{t=this.accumulator(this.seed,e,r)}catch(e){this.destination.error(e)}this.seed=t,this.destination.next(t)},t}(i.a)},dCOn:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2010-03-31",endpointPrefix:"sns",protocol:"query",serviceAbbreviation:"Amazon SNS",serviceFullName:"Amazon Simple Notification Service",serviceId:"SNS",signatureVersion:"v4",uid:"sns-2010-03-31",xmlNamespace:"http://sns.amazonaws.com/doc/2010-03-31/"},operations:{AddPermission:{input:{type:"structure",required:["TopicArn","Label","AWSAccountId","ActionName"],members:{TopicArn:{},Label:{},AWSAccountId:{type:"list",member:{}},ActionName:{type:"list",member:{}}}}},CheckIfPhoneNumberIsOptedOut:{input:{type:"structure",required:["phoneNumber"],members:{phoneNumber:{}}},output:{resultWrapper:"CheckIfPhoneNumberIsOptedOutResult",type:"structure",members:{isOptedOut:{type:"boolean"}}}},ConfirmSubscription:{input:{type:"structure",required:["TopicArn","Token"],members:{TopicArn:{},Token:{},AuthenticateOnUnsubscribe:{}}},output:{resultWrapper:"ConfirmSubscriptionResult",type:"structure",members:{SubscriptionArn:{}}}},CreatePlatformApplication:{input:{type:"structure",required:["Name","Platform","Attributes"],members:{Name:{},Platform:{},Attributes:{shape:"Sj"}}},output:{resultWrapper:"CreatePlatformApplicationResult",type:"structure",members:{PlatformApplicationArn:{}}}},CreatePlatformEndpoint:{input:{type:"structure",required:["PlatformApplicationArn","Token"],members:{PlatformApplicationArn:{},Token:{},CustomUserData:{},Attributes:{shape:"Sj"}}},output:{resultWrapper:"CreatePlatformEndpointResult",type:"structure",members:{EndpointArn:{}}}},CreateTopic:{input:{type:"structure",required:["Name"],members:{Name:{}}},output:{resultWrapper:"CreateTopicResult",type:"structure",members:{TopicArn:{}}}},DeleteEndpoint:{input:{type:"structure",required:["EndpointArn"],members:{EndpointArn:{}}}},DeletePlatformApplication:{input:{type:"structure",required:["PlatformApplicationArn"],members:{PlatformApplicationArn:{}}}},DeleteTopic:{input:{type:"structure",required:["TopicArn"],members:{TopicArn:{}}}},GetEndpointAttributes:{input:{type:"structure",required:["EndpointArn"],members:{EndpointArn:{}}},output:{resultWrapper:"GetEndpointAttributesResult",type:"structure",members:{Attributes:{shape:"Sj"}}}},GetPlatformApplicationAttributes:{input:{type:"structure",required:["PlatformApplicationArn"],members:{PlatformApplicationArn:{}}},output:{resultWrapper:"GetPlatformApplicationAttributesResult",type:"structure",members:{Attributes:{shape:"Sj"}}}},GetSMSAttributes:{input:{type:"structure",members:{attributes:{type:"list",member:{}}}},output:{resultWrapper:"GetSMSAttributesResult",type:"structure",members:{attributes:{shape:"Sj"}}}},GetSubscriptionAttributes:{input:{type:"structure",required:["SubscriptionArn"],members:{SubscriptionArn:{}}},output:{resultWrapper:"GetSubscriptionAttributesResult",type:"structure",members:{Attributes:{shape:"S12"}}}},GetTopicAttributes:{input:{type:"structure",required:["TopicArn"],members:{TopicArn:{}}},output:{resultWrapper:"GetTopicAttributesResult",type:"structure",members:{Attributes:{type:"map",key:{},value:{}}}}},ListEndpointsByPlatformApplication:{input:{type:"structure",required:["PlatformApplicationArn"],members:{PlatformApplicationArn:{},NextToken:{}}},output:{resultWrapper:"ListEndpointsByPlatformApplicationResult",type:"structure",members:{Endpoints:{type:"list",member:{type:"structure",members:{EndpointArn:{},Attributes:{shape:"Sj"}}}},NextToken:{}}}},ListPhoneNumbersOptedOut:{input:{type:"structure",members:{nextToken:{}}},output:{resultWrapper:"ListPhoneNumbersOptedOutResult",type:"structure",members:{phoneNumbers:{type:"list",member:{}},nextToken:{}}}},ListPlatformApplications:{input:{type:"structure",members:{NextToken:{}}},output:{resultWrapper:"ListPlatformApplicationsResult",type:"structure",members:{PlatformApplications:{type:"list",member:{type:"structure",members:{PlatformApplicationArn:{},Attributes:{shape:"Sj"}}}},NextToken:{}}}},ListSubscriptions:{input:{type:"structure",members:{NextToken:{}}},output:{resultWrapper:"ListSubscriptionsResult",type:"structure",members:{Subscriptions:{shape:"S1n"},NextToken:{}}}},ListSubscriptionsByTopic:{input:{type:"structure",required:["TopicArn"],members:{TopicArn:{},NextToken:{}}},output:{resultWrapper:"ListSubscriptionsByTopicResult",type:"structure",members:{Subscriptions:{shape:"S1n"},NextToken:{}}}},ListTopics:{input:{type:"structure",members:{NextToken:{}}},output:{resultWrapper:"ListTopicsResult",type:"structure",members:{Topics:{type:"list",member:{type:"structure",members:{TopicArn:{}}}},NextToken:{}}}},OptInPhoneNumber:{input:{type:"structure",required:["phoneNumber"],members:{phoneNumber:{}}},output:{resultWrapper:"OptInPhoneNumberResult",type:"structure",members:{}}},Publish:{input:{type:"structure",required:["Message"],members:{TopicArn:{},TargetArn:{},PhoneNumber:{},Message:{},Subject:{},MessageStructure:{},MessageAttributes:{type:"map",key:{locationName:"Name"},value:{locationName:"Value",type:"structure",required:["DataType"],members:{DataType:{},StringValue:{},BinaryValue:{type:"blob"}}}}}},output:{resultWrapper:"PublishResult",type:"structure",members:{MessageId:{}}}},RemovePermission:{input:{type:"structure",required:["TopicArn","Label"],members:{TopicArn:{},Label:{}}}},SetEndpointAttributes:{input:{type:"structure",required:["EndpointArn","Attributes"],members:{EndpointArn:{},Attributes:{shape:"Sj"}}}},SetPlatformApplicationAttributes:{input:{type:"structure",required:["PlatformApplicationArn","Attributes"],members:{PlatformApplicationArn:{},Attributes:{shape:"Sj"}}}},SetSMSAttributes:{input:{type:"structure",required:["attributes"],members:{attributes:{shape:"Sj"}}},output:{resultWrapper:"SetSMSAttributesResult",type:"structure",members:{}}},SetSubscriptionAttributes:{input:{type:"structure",required:["SubscriptionArn","AttributeName"],members:{SubscriptionArn:{},AttributeName:{},AttributeValue:{}}}},SetTopicAttributes:{input:{type:"structure",required:["TopicArn","AttributeName"],members:{TopicArn:{},AttributeName:{},AttributeValue:{}}}},Subscribe:{input:{type:"structure",required:["TopicArn","Protocol"],members:{TopicArn:{},Protocol:{},Endpoint:{},Attributes:{shape:"S12"},ReturnSubscriptionArn:{type:"boolean"}}},output:{resultWrapper:"SubscribeResult",type:"structure",members:{SubscriptionArn:{}}}},Unsubscribe:{input:{type:"structure",required:["SubscriptionArn"],members:{SubscriptionArn:{}}}}},shapes:{Sj:{type:"map",key:{},value:{}},S12:{type:"map",key:{},value:{}},S1n:{type:"list",member:{type:"structure",members:{SubscriptionArn:{},Owner:{},Protocol:{},Endpoint:{},TopicArn:{}}}}}}},dEwP:function(e,t,r){"use strict";r.d(t,"a",function(){return s});var n=r("nkY7"),i=r("F/XL"),o=r("0/uQ"),a=r("Txjg");function s(){for(var e=[],t=0;t enter",animation:[{type:6,styles:{opacity:0,transform:"translateY(-100%)"},offset:null},{type:4,styles:null,timings:"300ms cubic-bezier(0.55, 0, 0.55, 0.2)"}],options:null}],options:{}}]}}));function s(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,8,null,null,null,null,null,null,null)),(e()(),n["\u0275eld"](1,0,null,null,3,"div",[["class","mat-form-field-outline"]],null,null,null,null,null)),(e()(),n["\u0275eld"](2,0,null,null,0,"div",[["class","mat-form-field-outline-start"]],null,null,null,null,null)),(e()(),n["\u0275eld"](3,0,null,null,0,"div",[["class","mat-form-field-outline-gap"]],null,null,null,null,null)),(e()(),n["\u0275eld"](4,0,null,null,0,"div",[["class","mat-form-field-outline-end"]],null,null,null,null,null)),(e()(),n["\u0275eld"](5,0,null,null,3,"div",[["class","mat-form-field-outline mat-form-field-outline-thick"]],null,null,null,null,null)),(e()(),n["\u0275eld"](6,0,null,null,0,"div",[["class","mat-form-field-outline-start"]],null,null,null,null,null)),(e()(),n["\u0275eld"](7,0,null,null,0,"div",[["class","mat-form-field-outline-gap"]],null,null,null,null,null)),(e()(),n["\u0275eld"](8,0,null,null,0,"div",[["class","mat-form-field-outline-end"]],null,null,null,null,null))],null,null)}function u(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,1,"div",[["class","mat-form-field-prefix"]],null,null,null,null,null)),n["\u0275ncd"](null,0)],null,null)}function l(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,2,null,null,null,null,null,null,null)),n["\u0275ncd"](null,2),(e()(),n["\u0275ted"](2,null,["",""]))],null,function(e,t){e(t,2,0,t.component._control.placeholder)})}function c(e){return n["\u0275vid"](0,[n["\u0275ncd"](null,3),(e()(),n["\u0275and"](0,null,null,0))],null,null)}function p(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,1,"span",[["aria-hidden","true"],["class","mat-placeholder-required mat-form-field-required-marker"]],null,null,null,null,null)),(e()(),n["\u0275ted"](-1,null,["\xa0*"]))],null,null)}function m(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,[[4,0],["label",1]],null,8,"label",[["class","mat-form-field-label"]],[[8,"id",0],[1,"for",0],[1,"aria-owns",0],[2,"mat-empty",null],[2,"mat-form-field-empty",null],[2,"mat-accent",null],[2,"mat-warn",null]],[[null,"cdkObserveContent"]],function(e,t,r){var n=!0;return"cdkObserveContent"===t&&(n=!1!==e.component.updateOutlineGap()&&n),n},null,null)),n["\u0275did"](1,16384,null,0,i.NgSwitch,[],{ngSwitch:[0,"ngSwitch"]},null),n["\u0275did"](2,1196032,null,0,o.a,[o.b,n.ElementRef,n.NgZone],null,{event:"cdkObserveContent"}),(e()(),n["\u0275and"](16777216,null,null,1,null,l)),n["\u0275did"](4,278528,null,0,i.NgSwitchCase,[n.ViewContainerRef,n.TemplateRef,i.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),n["\u0275and"](16777216,null,null,1,null,c)),n["\u0275did"](6,278528,null,0,i.NgSwitchCase,[n.ViewContainerRef,n.TemplateRef,i.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),n["\u0275and"](16777216,null,null,1,null,p)),n["\u0275did"](8,16384,null,0,i.NgIf,[n.ViewContainerRef,n.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(e,t){var r=t.component;e(t,1,0,r._hasLabel()),e(t,4,0,!1),e(t,6,0,!0),e(t,8,0,!r.hideRequiredMarker&&r._control.required&&!r._control.disabled)},function(e,t){var r=t.component;e(t,0,0,r._labelId,r._control.id,r._control.id,r._control.empty&&!r._shouldAlwaysFloat,r._control.empty&&!r._shouldAlwaysFloat,"accent"==r.color,"warn"==r.color)})}function d(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,1,"div",[["class","mat-form-field-suffix"]],null,null,null,null,null)),n["\u0275ncd"](null,4)],null,null)}function h(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,[[1,0],["underline",1]],null,1,"div",[["class","mat-form-field-underline"]],null,null,null,null,null)),(e()(),n["\u0275eld"](1,0,null,null,0,"span",[["class","mat-form-field-ripple"]],[[2,"mat-accent",null],[2,"mat-warn",null]],null,null,null,null))],null,function(e,t){var r=t.component;e(t,1,0,"accent"==r.color,"warn"==r.color)})}function y(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,1,"div",[],[[24,"@transitionMessages",0]],null,null,null,null)),n["\u0275ncd"](null,5)],null,function(e,t){e(t,0,0,t.component._subscriptAnimationState)})}function f(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,1,"div",[["class","mat-hint"]],[[8,"id",0]],null,null,null,null)),(e()(),n["\u0275ted"](1,null,["",""]))],null,function(e,t){var r=t.component;e(t,0,0,r._hintLabelId),e(t,1,0,r.hintLabel)})}function b(e){return n["\u0275vid"](0,[(e()(),n["\u0275eld"](0,0,null,null,5,"div",[["class","mat-form-field-hint-wrapper"]],[[24,"@transitionMessages",0]],null,null,null,null)),(e()(),n["\u0275and"](16777216,null,null,1,null,f)),n["\u0275did"](2,16384,null,0,i.NgIf,[n.ViewContainerRef,n.TemplateRef],{ngIf:[0,"ngIf"]},null),n["\u0275ncd"](null,6),(e()(),n["\u0275eld"](4,0,null,null,0,"div",[["class","mat-form-field-hint-spacer"]],null,null,null,null,null)),n["\u0275ncd"](null,7)],function(e,t){e(t,2,0,t.component.hintLabel)},function(e,t){e(t,0,0,t.component._subscriptAnimationState)})}function g(e){return n["\u0275vid"](2,[n["\u0275qud"](671088640,1,{underlineRef:0}),n["\u0275qud"](402653184,2,{_connectionContainerRef:0}),n["\u0275qud"](402653184,3,{_inputContainerRef:0}),n["\u0275qud"](671088640,4,{_label:0}),(e()(),n["\u0275eld"](4,0,null,null,20,"div",[["class","mat-form-field-wrapper"]],null,null,null,null,null)),(e()(),n["\u0275eld"](5,0,[[2,0],["connectionContainer",1]],null,11,"div",[["class","mat-form-field-flex"]],null,[[null,"click"]],function(e,t,r){var n=!0,i=e.component;return"click"===t&&(n=!1!==(i._control.onContainerClick&&i._control.onContainerClick(r))&&n),n},null,null)),(e()(),n["\u0275and"](16777216,null,null,1,null,s)),n["\u0275did"](7,16384,null,0,i.NgIf,[n.ViewContainerRef,n.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),n["\u0275and"](16777216,null,null,1,null,u)),n["\u0275did"](9,16384,null,0,i.NgIf,[n.ViewContainerRef,n.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),n["\u0275eld"](10,0,[[3,0],["inputContainer",1]],null,4,"div",[["class","mat-form-field-infix"]],null,null,null,null,null)),n["\u0275ncd"](null,1),(e()(),n["\u0275eld"](12,0,null,null,2,"span",[["class","mat-form-field-label-wrapper"]],null,null,null,null,null)),(e()(),n["\u0275and"](16777216,null,null,1,null,m)),n["\u0275did"](14,16384,null,0,i.NgIf,[n.ViewContainerRef,n.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),n["\u0275and"](16777216,null,null,1,null,d)),n["\u0275did"](16,16384,null,0,i.NgIf,[n.ViewContainerRef,n.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),n["\u0275and"](16777216,null,null,1,null,h)),n["\u0275did"](18,16384,null,0,i.NgIf,[n.ViewContainerRef,n.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),n["\u0275eld"](19,0,null,null,5,"div",[["class","mat-form-field-subscript-wrapper"]],null,null,null,null,null)),n["\u0275did"](20,16384,null,0,i.NgSwitch,[],{ngSwitch:[0,"ngSwitch"]},null),(e()(),n["\u0275and"](16777216,null,null,1,null,y)),n["\u0275did"](22,278528,null,0,i.NgSwitchCase,[n.ViewContainerRef,n.TemplateRef,i.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),n["\u0275and"](16777216,null,null,1,null,b)),n["\u0275did"](24,278528,null,0,i.NgSwitchCase,[n.ViewContainerRef,n.TemplateRef,i.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null)],function(e,t){var r=t.component;e(t,7,0,"outline"==r.appearance),e(t,9,0,r._prefixChildren.length),e(t,14,0,r._hasFloatingLabel()),e(t,16,0,r._suffixChildren.length),e(t,18,0,"outline"!=r.appearance),e(t,20,0,r._getDisplayedMessages()),e(t,22,0,"error"),e(t,24,0,"hint")},null)}},dWZg:function(e,t,r){"use strict";r.d(t,"a",function(){return u}),r.d(t,"d",function(){return l}),r.d(t,"c",function(){return p}),r.d(t,"b",function(){return m});var n,i,o=r("CcnG"),a=r("Ip0R"),s="undefined"!=typeof Intl&&Intl.v8BreakIterator,u=function(){function e(e){this._platformId=e,this.isBrowser=this._platformId?Object(a.isPlatformBrowser)(this._platformId):"object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!s)&&"undefined"!=typeof CSS&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}return e.ngInjectableDef=Object(o.defineInjectable)({factory:function(){return new e(Object(o.inject)(o.PLATFORM_ID,8))},token:e,providedIn:"root"}),e}();function l(){if(null==n&&"undefined"!=typeof window)try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){return n=!0}}))}finally{n=n||!1}return n}var c=["color","button","checkbox","date","datetime-local","email","file","hidden","image","month","number","password","radio","range","reset","search","submit","tel","text","time","url","week"];function p(){if(i)return i;if("object"!=typeof document||!document)return i=new Set(c);var e=document.createElement("input");return i=new Set(c.filter(function(t){return e.setAttribute("type",t),e.type===t}))}var m=function(){}},dYSy:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("NCDA"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.ngOnInit=function(){this.validator=o.lte(this.lte)},e.prototype.ngOnChanges=function(e){for(var t in e)"lte"===t&&(this.validator=o.lte(e[t].currentValue),this.onChange&&this.onChange())},e.prototype.validate=function(e){return this.validator(e)},e.prototype.registerOnValidatorChange=function(e){this.onChange=e},e.decorators=[{type:n.Directive,args:[{selector:"[lte][formControlName],[lte][formControl],[lte][ngModel]",providers:[a]}]}],e.propDecorators={lte:[{type:n.Input}]},e}();t.LessThanEqualValidator=s},dZCj:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.rekognition={},n.Rekognition=i.defineService("rekognition",["2016-06-27"]),Object.defineProperty(o.services.rekognition,"2016-06-27",{get:function(){var e=r("A2We");return e.paginators=r("9/15").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.Rekognition},de4B:function(e,t,r){var n=r("4eZz").parseMessage;e.exports={parseEvent:function(e,t,r){var i,o,a,s=n(t),u=s.headers[":message-type"];if(u){if("error"===u.value)throw i=s.headers[":error-code"],o=s.headers[":error-message"],(a=new Error(o.value||o)).code=a.name=i.value||i,a;if("event"!==u.value)return}var l=s.headers[":event-type"],c=r.members[l.value];if(c){var p={},m=c.eventPayloadMemberName;if(m){var d=c.members[m];p[m]="binary"===d.type?s.body:e.parse(s.body.toString(),d)}for(var h=c.eventHeaderMemberNames,y=0;yt.height||e.scrollWidth>t.width},e}();function N(){return Error("Scroll strategy has already been attached.")}var C=function(){function e(e,t,r,n){var i=this;this._scrollDispatcher=e,this._ngZone=t,this._viewportRuler=r,this._config=n,this._scrollSubscription=null,this._detach=function(){i.disable(),i._overlayRef.hasAttached()&&i._ngZone.run(function(){return i._overlayRef.detach()})}}return e.prototype.attach=function(e){if(this._overlayRef)throw N();this._overlayRef=e},e.prototype.enable=function(){var e=this;if(!this._scrollSubscription){var t=this._scrollDispatcher.scrolled(0);this._config&&this._config.threshold&&this._config.threshold>1?(this._initialScrollPosition=this._viewportRuler.getViewportScrollPosition().top,this._scrollSubscription=t.subscribe(function(){var t=e._viewportRuler.getViewportScrollPosition().top;Math.abs(t-e._initialScrollPosition)>e._config.threshold?e._detach():e._overlayRef.updatePosition()})):this._scrollSubscription=t.subscribe(this._detach)}},e.prototype.disable=function(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)},e}();function _(e,t){return t.some(function(t){return e.bottomt.bottom||e.rightt.right})}function D(e,t){return t.some(function(t){return e.topt.bottom||e.leftt.right})}var T=function(){function e(e,t,r,n){this._scrollDispatcher=e,this._viewportRuler=t,this._ngZone=r,this._config=n,this._scrollSubscription=null}return e.prototype.attach=function(e){if(this._overlayRef)throw N();this._overlayRef=e},e.prototype.enable=function(){var e=this;this._scrollSubscription||(this._scrollSubscription=this._scrollDispatcher.scrolled(this._config?this._config.scrollThrottle:0).subscribe(function(){if(e._overlayRef.updatePosition(),e._config&&e._config.autoClose){var t=e._overlayRef.overlayElement.getBoundingClientRect(),r=e._viewportRuler.getViewportSize(),n=r.width,i=r.height;_(t,[{width:n,height:i,bottom:i,right:n,top:0,left:0}])&&(e.disable(),e._ngZone.run(function(){return e._overlayRef.detach()}))}}))},e.prototype.disable=function(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)},e}(),k=function(){function e(e,t,r,n){var i=this;this._scrollDispatcher=e,this._viewportRuler=t,this._ngZone=r,this.noop=function(){return new b},this.close=function(e){return new C(i._scrollDispatcher,i._ngZone,i._viewportRuler,e)},this.block=function(){return new I(i._viewportRuler,i._document)},this.reposition=function(e){return new T(i._scrollDispatcher,i._viewportRuler,i._ngZone,e)},this._document=n}return e.ngInjectableDef=Object(n.defineInjectable)({factory:function(){return new e(Object(n.inject)(o.c),Object(n.inject)(o.e),Object(n.inject)(n.NgZone),Object(n.inject)(a.DOCUMENT))},token:e,providedIn:"root"}),e}(),A=function(){function e(e){var t=this;this._attachedOverlays=[],this._keydownListener=function(e){for(var r=t._attachedOverlays,n=r.length-1;n>-1;n--)if(r[n]._keydownEventSubscriptions>0){r[n]._keydownEvents.next(e);break}},this._document=e}return e.prototype.ngOnDestroy=function(){this._detach()},e.prototype.add=function(e){this.remove(e),this._isAttached||(this._document.body.addEventListener("keydown",this._keydownListener,!0),this._isAttached=!0),this._attachedOverlays.push(e)},e.prototype.remove=function(e){var t=this._attachedOverlays.indexOf(e);t>-1&&this._attachedOverlays.splice(t,1),0===this._attachedOverlays.length&&this._detach()},e.prototype._detach=function(){this._isAttached&&(this._document.body.removeEventListener("keydown",this._keydownListener,!0),this._isAttached=!1)},e.ngInjectableDef=Object(n.defineInjectable)({factory:function(){return new e(Object(n.inject)(a.DOCUMENT))},token:e,providedIn:"root"}),e}(),R=function(){function e(e){this._document=e}return e.prototype.ngOnDestroy=function(){this._containerElement&&this._containerElement.parentNode&&this._containerElement.parentNode.removeChild(this._containerElement)},e.prototype.getContainerElement=function(){return this._containerElement||this._createContainer(),this._containerElement},e.prototype._createContainer=function(){var e=this._document.createElement("div");e.classList.add("cdk-overlay-container"),this._document.body.appendChild(e),this._containerElement=e},e.ngInjectableDef=Object(n.defineInjectable)({factory:function(){return new e(Object(n.inject)(a.DOCUMENT))},token:e,providedIn:"root"}),e}(),x=function(){function e(e,t,r,n,i,o,a){var s=this;this._portalOutlet=e,this._host=t,this._pane=r,this._config=n,this._ngZone=i,this._keyboardDispatcher=o,this._document=a,this._backdropElement=null,this._backdropClick=new u.a,this._attachments=new u.a,this._detachments=new u.a,this._keydownEventsObservable=l.a.create(function(e){var t=s._keydownEvents.subscribe(e);return s._keydownEventSubscriptions++,function(){t.unsubscribe(),s._keydownEventSubscriptions--}}),this._keydownEvents=new u.a,this._keydownEventSubscriptions=0,n.scrollStrategy&&n.scrollStrategy.attach(this)}return Object.defineProperty(e.prototype,"overlayElement",{get:function(){return this._pane},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"backdropElement",{get:function(){return this._backdropElement},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hostElement",{get:function(){return this._host},enumerable:!0,configurable:!0}),e.prototype.attach=function(e){var t=this,r=this._portalOutlet.attach(e);return this._config.positionStrategy&&this._config.positionStrategy.attach(this),!this._host.parentElement&&this._previousHostParent&&this._previousHostParent.appendChild(this._host),this._updateStackingOrder(),this._updateElementSize(),this._updateElementDirection(),this._config.scrollStrategy&&this._config.scrollStrategy.enable(),this._ngZone.onStable.asObservable().pipe(Object(m.a)(1)).subscribe(function(){t.hasAttached()&&t.updatePosition()}),this._togglePointerEvents(!0),this._config.hasBackdrop&&this._attachBackdrop(),this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!0),this._attachments.next(),this._keyboardDispatcher.add(this),r},e.prototype.detach=function(){var e=this;if(this.hasAttached()){this.detachBackdrop(),this._togglePointerEvents(!1),this._config.positionStrategy&&this._config.positionStrategy.detach&&this._config.positionStrategy.detach(),this._config.scrollStrategy&&this._config.scrollStrategy.disable(),this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!1);var t=this._portalOutlet.detach();this._detachments.next(),this._keyboardDispatcher.remove(this);var r=this._ngZone.onStable.asObservable().pipe(Object(d.a)(Object(c.a)(this._attachments,this._detachments))).subscribe(function(){e._pane&&e._host&&0!==e._pane.children.length||(e._host&&e._host.parentElement&&(e._previousHostParent=e._host.parentElement,e._previousHostParent.removeChild(e._host)),r.unsubscribe())});return t}},e.prototype.dispose=function(){var e=this.hasAttached();this._config.positionStrategy&&this._config.positionStrategy.dispose(),this._config.scrollStrategy&&this._config.scrollStrategy.disable(),this.detachBackdrop(),this._keyboardDispatcher.remove(this),this._portalOutlet.dispose(),this._attachments.complete(),this._backdropClick.complete(),this._keydownEvents.complete(),this._host&&this._host.parentNode&&(this._host.parentNode.removeChild(this._host),this._host=null),this._previousHostParent=this._pane=null,e&&this._detachments.next(),this._detachments.complete()},e.prototype.hasAttached=function(){return this._portalOutlet.hasAttached()},e.prototype.backdropClick=function(){return this._backdropClick.asObservable()},e.prototype.attachments=function(){return this._attachments.asObservable()},e.prototype.detachments=function(){return this._detachments.asObservable()},e.prototype.keydownEvents=function(){return this._keydownEventsObservable},e.prototype.getConfig=function(){return this._config},e.prototype.updatePosition=function(){this._config.positionStrategy&&this._config.positionStrategy.apply()},e.prototype.updateSize=function(e){this._config=Object(s.__assign)({},this._config,e),this._updateElementSize()},e.prototype.setDirection=function(e){this._config=Object(s.__assign)({},this._config,{direction:e}),this._updateElementDirection()},e.prototype.getDirection=function(){var e=this._config.direction;return e?"string"==typeof e?e:e.value:"ltr"},e.prototype._updateElementDirection=function(){this._host.setAttribute("dir",this.getDirection())},e.prototype._updateElementSize=function(){var e=this._pane.style;e.width=Object(i.d)(this._config.width),e.height=Object(i.d)(this._config.height),e.minWidth=Object(i.d)(this._config.minWidth),e.minHeight=Object(i.d)(this._config.minHeight),e.maxWidth=Object(i.d)(this._config.maxWidth),e.maxHeight=Object(i.d)(this._config.maxHeight)},e.prototype._togglePointerEvents=function(e){this._pane.style.pointerEvents=e?"auto":"none"},e.prototype._attachBackdrop=function(){var e=this;this._backdropElement=this._document.createElement("div"),this._backdropElement.classList.add("cdk-overlay-backdrop"),this._config.backdropClass&&this._toggleClasses(this._backdropElement,this._config.backdropClass,!0),this._host.parentElement.insertBefore(this._backdropElement,this._host),this._backdropElement.addEventListener("click",function(t){return e._backdropClick.next(t)}),"undefined"!=typeof requestAnimationFrame?this._ngZone.runOutsideAngular(function(){requestAnimationFrame(function(){e._backdropElement&&e._backdropElement.classList.add("cdk-overlay-backdrop-showing")})}):this._backdropElement.classList.add("cdk-overlay-backdrop-showing")},e.prototype._updateStackingOrder=function(){this._host.nextSibling&&this._host.parentNode.appendChild(this._host)},e.prototype.detachBackdrop=function(){var e=this,t=this._backdropElement;if(t){var r,n=function(){t&&t.parentNode&&t.parentNode.removeChild(t),e._backdropElement==t&&(e._backdropElement=null),clearTimeout(r)};t.classList.remove("cdk-overlay-backdrop-showing"),this._config.backdropClass&&this._toggleClasses(t,this._config.backdropClass,!1),this._ngZone.runOutsideAngular(function(){t.addEventListener("transitionend",n)}),t.style.pointerEvents="none",r=this._ngZone.runOutsideAngular(function(){return setTimeout(n,500)})}},e.prototype._toggleClasses=function(e,t,r){var n=e.classList;Object(i.b)(t).forEach(function(e){r?n.add(e):n.remove(e)})},e}(),w=function(){function e(e,t,r,n,i){var o=this;this._viewportRuler=t,this._document=r,this._platform=n,this._overlayContainer=i,this._isInitialRender=!0,this._lastBoundingBoxSize={width:0,height:0},this._isPushed=!1,this._canPush=!0,this._growAfterOpen=!1,this._hasFlexibleDimensions=!0,this._positionLocked=!1,this._viewportMargin=0,this.scrollables=[],this._preferredPositions=[],this._positionChanges=new u.a,this._resizeSubscription=p.a.EMPTY,this._offsetX=0,this._offsetY=0,this._positionChangeSubscriptions=0,this.positionChanges=l.a.create(function(e){var t=o._positionChanges.subscribe(e);return o._positionChangeSubscriptions++,function(){t.unsubscribe(),o._positionChangeSubscriptions--}}),this.setOrigin(e)}return Object.defineProperty(e.prototype,"positions",{get:function(){return this._preferredPositions},enumerable:!0,configurable:!0}),e.prototype.attach=function(e){var t=this;if(this._overlayRef&&e!==this._overlayRef)throw Error("This position strategy is already attached to an overlay");this._validatePositions(),e.hostElement.classList.add("cdk-overlay-connected-position-bounding-box"),this._overlayRef=e,this._boundingBox=e.hostElement,this._pane=e.overlayElement,this._resizeSubscription.unsubscribe(),this._resizeSubscription=this._viewportRuler.change().subscribe(function(){return t.apply()})},e.prototype.apply=function(){if(!(this._isDisposed||this._platform&&!this._platform.isBrowser))if(!this._isInitialRender&&this._positionLocked&&this._lastPosition)this.reapplyLastPosition();else{this._resetOverlayElementStyles(),this._resetBoundingBoxStyles(),this._viewportRect=this._getNarrowedViewportRect(),this._originRect=this._origin.getBoundingClientRect(),this._overlayRect=this._pane.getBoundingClientRect();for(var e,t=this._originRect,r=this._overlayRect,n=this._viewportRect,i=[],o=0,a=this._preferredPositions;om&&(m=f,p=y)}return this._isPushed=!1,void this._applyPosition(p.position,p.origin)}if(this._canPush)return this._isPushed=!0,void this._applyPosition(e.position,e.originPoint);this._applyPosition(e.position,e.originPoint)}},e.prototype.detach=function(){this._resizeSubscription.unsubscribe()},e.prototype.dispose=function(){this._isDisposed||(this.detach(),this._boundingBox=null,this._positionChanges.complete(),this._isDisposed=!0)},e.prototype.reapplyLastPosition=function(){if(!this._isDisposed&&(!this._platform||this._platform.isBrowser)){this._originRect=this._origin.getBoundingClientRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._viewportRect=this._getNarrowedViewportRect();var e=this._lastPosition||this._preferredPositions[0],t=this._getOriginPoint(this._originRect,e);this._applyPosition(e,t)}},e.prototype.withScrollableContainers=function(e){this.scrollables=e},e.prototype.withPositions=function(e){return this._preferredPositions=e,-1===e.indexOf(this._lastPosition)&&(this._lastPosition=null),this._validatePositions(),this},e.prototype.withViewportMargin=function(e){return this._viewportMargin=e,this},e.prototype.withFlexibleDimensions=function(e){return void 0===e&&(e=!0),this._hasFlexibleDimensions=e,this},e.prototype.withGrowAfterOpen=function(e){return void 0===e&&(e=!0),this._growAfterOpen=e,this},e.prototype.withPush=function(e){return void 0===e&&(e=!0),this._canPush=e,this},e.prototype.withLockedPosition=function(e){return void 0===e&&(e=!0),this._positionLocked=e,this},e.prototype.setOrigin=function(e){return this._origin=e instanceof n.ElementRef?e.nativeElement:e,this},e.prototype.withDefaultOffsetX=function(e){return this._offsetX=e,this},e.prototype.withDefaultOffsetY=function(e){return this._offsetY=e,this},e.prototype.withTransformOriginOn=function(e){return this._transformOriginSelector=e,this},e.prototype._getOriginPoint=function(e,t){var r;if("center"==t.originX)r=e.left+e.width/2;else{var n=this._isRtl()?e.right:e.left,i=this._isRtl()?e.left:e.right;r="start"==t.originX?n:i}return{x:r,y:"center"==t.originY?e.top+e.height/2:"top"==t.originY?e.top:e.bottom}},e.prototype._getOverlayPoint=function(e,t,r){var n;return n="center"==r.overlayX?-t.width/2:"start"===r.overlayX?this._isRtl()?-t.width:0:this._isRtl()?0:-t.width,{x:e.x+n,y:e.y+("center"==r.overlayY?-t.height/2:"top"==r.overlayY?0:-t.height)}},e.prototype._getOverlayFit=function(e,t,r,n){var i=e.x,o=e.y,a=this._getOffset(n,"x"),s=this._getOffset(n,"y");a&&(i+=a),s&&(o+=s);var u=0-o,l=o+t.height-r.height,c=this._subtractOverflows(t.width,0-i,i+t.width-r.width),p=this._subtractOverflows(t.height,u,l),m=c*p;return{visibleArea:m,isCompletelyWithinViewport:t.width*t.height===m,fitsInViewportVertically:p===t.height,fitsInViewportHorizontally:c==t.width}},e.prototype._canFitWithFlexibleDimensions=function(e,t,r){if(this._hasFlexibleDimensions){var n=r.bottom-t.y,i=r.right-t.x,o=this._overlayRef.getConfig().minHeight,a=this._overlayRef.getConfig().minWidth;return(e.fitsInViewportVertically||null!=o&&o<=n)&&(e.fitsInViewportHorizontally||null!=a&&a<=i)}},e.prototype._pushOverlayOnScreen=function(e,t){var r=this._viewportRect,n=Math.max(e.x+t.width-r.right,0),i=Math.max(e.y+t.height-r.bottom,0),o=Math.max(r.top-e.y,0),a=Math.max(r.left-e.x,0);return{x:e.x+(t.width<=r.width?a||-n:r.left-e.x),y:e.y+(t.height<=r.height?o||-i:r.top-e.y)}},e.prototype._applyPosition=function(e,t){if(this._setTransformOrigin(e),this._setOverlayElementStyles(t,e),this._setBoundingBoxStyles(t,e),this._lastPosition=e,this._positionChangeSubscriptions>0){var r=new function(e,t){this.connectionPair=e,this.scrollableViewProperties=t}(e,this._getScrollVisibility());this._positionChanges.next(r)}this._isInitialRender=!1},e.prototype._setTransformOrigin=function(e){if(this._transformOriginSelector){var t,r=this._boundingBox.querySelectorAll(this._transformOriginSelector),n=e.overlayY;t="center"===e.overlayX?"center":this._isRtl()?"start"===e.overlayX?"right":"left":"start"===e.overlayX?"left":"right";for(var i=0;ip&&!this._isInitialRender&&!this._growAfterOpen&&(n=e.y-p/2)}if("end"===t.overlayX&&!l||"start"===t.overlayX&&l)s=u.right-e.x+this._viewportMargin,o=e.x-u.left;else if("start"===t.overlayX&&!l||"end"===t.overlayX&&l)a=e.x,o=u.right-e.x;else{c=Math.min(u.right-e.x,e.x-u.top);var m=this._lastBoundingBoxSize.width;a=e.x-c,(o=2*c)>m&&!this._isInitialRender&&!this._growAfterOpen&&(a=e.x-m/2)}return{top:n,left:a,bottom:i,right:s,width:o,height:r}},e.prototype._setBoundingBoxStyles=function(e,t){var r=this._calculateBoundingBoxRect(e,t);this._isInitialRender||this._growAfterOpen||(r.height=Math.min(r.height,this._lastBoundingBoxSize.height),r.width=Math.min(r.width,this._lastBoundingBoxSize.width));var n={};if(this._hasExactPosition())n.top=n.left="0",n.bottom=n.right="",n.width=n.height="100%";else{var o=this._overlayRef.getConfig().maxHeight,a=this._overlayRef.getConfig().maxWidth;n.height=Object(i.d)(r.height),n.top=Object(i.d)(r.top),n.bottom=Object(i.d)(r.bottom),n.width=Object(i.d)(r.width),n.left=Object(i.d)(r.left),n.right=Object(i.d)(r.right),n.alignItems="center"===t.overlayX?"center":"end"===t.overlayX?"flex-end":"flex-start",n.justifyContent="center"===t.overlayY?"center":"bottom"===t.overlayY?"flex-end":"flex-start",o&&(n.maxHeight=Object(i.d)(o)),a&&(n.maxWidth=Object(i.d)(a))}this._lastBoundingBoxSize=r,E(this._boundingBox.style,n)},e.prototype._resetBoundingBoxStyles=function(){E(this._boundingBox.style,{top:"0",left:"0",right:"0",bottom:"0",height:"",width:"",alignItems:"",justifyContent:""})},e.prototype._resetOverlayElementStyles=function(){E(this._pane.style,{top:"",left:"",bottom:"",right:"",position:""})},e.prototype._setOverlayElementStyles=function(e,t){var r={};this._hasExactPosition()?(E(r,this._getExactOverlayY(t,e)),E(r,this._getExactOverlayX(t,e))):r.position="static";var n="",i=this._getOffset(t,"x"),o=this._getOffset(t,"y");i&&(n+="translateX("+i+"px) "),o&&(n+="translateY("+o+"px)"),r.transform=n.trim(),this._hasFlexibleDimensions&&this._overlayRef.getConfig().maxHeight&&(r.maxHeight=""),this._hasFlexibleDimensions&&this._overlayRef.getConfig().maxWidth&&(r.maxWidth=""),E(this._pane.style,r)},e.prototype._getExactOverlayY=function(e,t){var r={top:null,bottom:null},n=this._getOverlayPoint(t,this._overlayRect,e);this._isPushed&&(n=this._pushOverlayOnScreen(n,this._overlayRect));var o=this._overlayContainer?this._overlayContainer.getContainerElement().getBoundingClientRect().top:0;return n.y-=o,"bottom"===e.overlayY?r.bottom=this._document.documentElement.clientHeight-(n.y+this._overlayRect.height)+"px":r.top=Object(i.d)(n.y),r},e.prototype._getExactOverlayX=function(e,t){var r={left:null,right:null},n=this._getOverlayPoint(t,this._overlayRect,e);return this._isPushed&&(n=this._pushOverlayOnScreen(n,this._overlayRect)),"right"==(this._isRtl()?"end"===e.overlayX?"left":"right":"end"===e.overlayX?"right":"left")?r.right=this._document.documentElement.clientWidth-(n.x+this._overlayRect.width)+"px":r.left=Object(i.d)(n.x),r},e.prototype._getScrollVisibility=function(){var e=this._origin.getBoundingClientRect(),t=this._pane.getBoundingClientRect(),r=this.scrollables.map(function(e){return e.getElementRef().nativeElement.getBoundingClientRect()});return{isOriginClipped:D(e,r),isOriginOutsideView:_(e,r),isOverlayClipped:D(t,r),isOverlayOutsideView:_(t,r)}},e.prototype._subtractOverflows=function(e){for(var t=[],r=1;r0){var c=(t=new n.XML.Parser).parse(a.toString(),s);i.update(e.data,c)}}}},eLAQ:function(e,t,r){var n=r("QsWE");n.SequentialExecutor=n.util.inherit({constructor:function(){this._events={}},listeners:function(e){return this._events[e]?this._events[e].slice(0):[]},on:function(e,t,r){return this._events[e]?r?this._events[e].unshift(t):this._events[e].push(t):this._events[e]=[t],this},onAsync:function(e,t,r){return t._isAsync=!0,this.on(e,t,r)},removeListener:function(e,t){var r=this._events[e];if(r){for(var n=r.length,i=-1,o=0;o-1&&r.splice(i,1)}return this},removeAllListeners:function(e){return e?delete this._events[e]:this._events={},this},emit:function(e,t,r){r||(r=function(){});var n=this.listeners(e),i=n.length;return this.callListeners(n,t,r),i>0},callListeners:function(e,t,r,i){var o=this,a=i||null;function s(i){if(i&&(a=n.util.error(a||new Error,i),o._haltHandlersOnError))return r.call(o,a);o.callListeners(e,t,r,a)}for(;e.length>0;){var u=e.shift();if(u._isAsync)return void u.apply(o,t.concat([s]));try{u.apply(o,t)}catch(e){a=n.util.error(a||new Error,e)}if(a&&o._haltHandlersOnError)return void r.call(o,a)}r.call(o,a)},addListeners:function(e){var t=this;return e._events&&(e=e._events),n.util.each(e,function(e,r){"function"==typeof r&&(r=[r]),n.util.arrayEach(r,function(r){t.on(e,r)})}),t},addNamedListener:function(e,t,r,n){return this[e]=r,this.addListener(t,r,n),this},addNamedAsyncListener:function(e,t,r){return r._isAsync=!0,this.addNamedListener(e,t,r)},addNamedListeners:function(e){var t=this;return e(function(){t.addNamedListener.apply(t,arguments)},function(){t.addNamedAsyncListener.apply(t,arguments)}),this}}),n.SequentialExecutor.prototype.addListener=n.SequentialExecutor.prototype.on,e.exports=n.SequentialExecutor},eUtF:function(e,t,r){e.exports=!r("jmDH")&&!r("KUxP")(function(){return 7!=Object.defineProperty(r("Hsns")("div"),"a",{get:function(){return 7}}).a})},eaoh:function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},ed8Z:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2016-11-25",endpointPrefix:"cloudfront",globalEndpoint:"cloudfront.amazonaws.com",protocol:"rest-xml",serviceAbbreviation:"CloudFront",serviceFullName:"Amazon CloudFront",serviceId:"CloudFront",signatureVersion:"v4",uid:"cloudfront-2016-11-25"},operations:{CreateCloudFrontOriginAccessIdentity:{http:{requestUri:"/2016-11-25/origin-access-identity/cloudfront",responseCode:201},input:{type:"structure",required:["CloudFrontOriginAccessIdentityConfig"],members:{CloudFrontOriginAccessIdentityConfig:{shape:"S2",locationName:"CloudFrontOriginAccessIdentityConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2016-11-25/"}}},payload:"CloudFrontOriginAccessIdentityConfig"},output:{type:"structure",members:{CloudFrontOriginAccessIdentity:{shape:"S5"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"CloudFrontOriginAccessIdentity"}},CreateDistribution:{http:{requestUri:"/2016-11-25/distribution",responseCode:201},input:{type:"structure",required:["DistributionConfig"],members:{DistributionConfig:{shape:"S7",locationName:"DistributionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2016-11-25/"}}},payload:"DistributionConfig"},output:{type:"structure",members:{Distribution:{shape:"S1s"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"Distribution"}},CreateDistributionWithTags:{http:{requestUri:"/2016-11-25/distribution?WithTags",responseCode:201},input:{type:"structure",required:["DistributionConfigWithTags"],members:{DistributionConfigWithTags:{locationName:"DistributionConfigWithTags",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2016-11-25/"},type:"structure",required:["DistributionConfig","Tags"],members:{DistributionConfig:{shape:"S7"},Tags:{shape:"S21"}}}},payload:"DistributionConfigWithTags"},output:{type:"structure",members:{Distribution:{shape:"S1s"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"Distribution"}},CreateInvalidation:{http:{requestUri:"/2016-11-25/distribution/{DistributionId}/invalidation",responseCode:201},input:{type:"structure",required:["DistributionId","InvalidationBatch"],members:{DistributionId:{location:"uri",locationName:"DistributionId"},InvalidationBatch:{shape:"S28",locationName:"InvalidationBatch",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2016-11-25/"}}},payload:"InvalidationBatch"},output:{type:"structure",members:{Location:{location:"header",locationName:"Location"},Invalidation:{shape:"S2c"}},payload:"Invalidation"}},CreateStreamingDistribution:{http:{requestUri:"/2016-11-25/streaming-distribution",responseCode:201},input:{type:"structure",required:["StreamingDistributionConfig"],members:{StreamingDistributionConfig:{shape:"S2e",locationName:"StreamingDistributionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2016-11-25/"}}},payload:"StreamingDistributionConfig"},output:{type:"structure",members:{StreamingDistribution:{shape:"S2i"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistribution"}},CreateStreamingDistributionWithTags:{http:{requestUri:"/2016-11-25/streaming-distribution?WithTags",responseCode:201},input:{type:"structure",required:["StreamingDistributionConfigWithTags"],members:{StreamingDistributionConfigWithTags:{locationName:"StreamingDistributionConfigWithTags",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2016-11-25/"},type:"structure",required:["StreamingDistributionConfig","Tags"],members:{StreamingDistributionConfig:{shape:"S2e"},Tags:{shape:"S21"}}}},payload:"StreamingDistributionConfigWithTags"},output:{type:"structure",members:{StreamingDistribution:{shape:"S2i"},Location:{location:"header",locationName:"Location"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistribution"}},DeleteCloudFrontOriginAccessIdentity:{http:{method:"DELETE",requestUri:"/2016-11-25/origin-access-identity/cloudfront/{Id}",responseCode:204},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}}}},DeleteDistribution:{http:{method:"DELETE",requestUri:"/2016-11-25/distribution/{Id}",responseCode:204},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}}}},DeleteStreamingDistribution:{http:{method:"DELETE",requestUri:"/2016-11-25/streaming-distribution/{Id}",responseCode:204},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}}}},GetCloudFrontOriginAccessIdentity:{http:{method:"GET",requestUri:"/2016-11-25/origin-access-identity/cloudfront/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{CloudFrontOriginAccessIdentity:{shape:"S5"},ETag:{location:"header",locationName:"ETag"}},payload:"CloudFrontOriginAccessIdentity"}},GetCloudFrontOriginAccessIdentityConfig:{http:{method:"GET",requestUri:"/2016-11-25/origin-access-identity/cloudfront/{Id}/config"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{CloudFrontOriginAccessIdentityConfig:{shape:"S2"},ETag:{location:"header",locationName:"ETag"}},payload:"CloudFrontOriginAccessIdentityConfig"}},GetDistribution:{http:{method:"GET",requestUri:"/2016-11-25/distribution/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{Distribution:{shape:"S1s"},ETag:{location:"header",locationName:"ETag"}},payload:"Distribution"}},GetDistributionConfig:{http:{method:"GET",requestUri:"/2016-11-25/distribution/{Id}/config"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{DistributionConfig:{shape:"S7"},ETag:{location:"header",locationName:"ETag"}},payload:"DistributionConfig"}},GetInvalidation:{http:{method:"GET",requestUri:"/2016-11-25/distribution/{DistributionId}/invalidation/{Id}"},input:{type:"structure",required:["DistributionId","Id"],members:{DistributionId:{location:"uri",locationName:"DistributionId"},Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{Invalidation:{shape:"S2c"}},payload:"Invalidation"}},GetStreamingDistribution:{http:{method:"GET",requestUri:"/2016-11-25/streaming-distribution/{Id}"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{StreamingDistribution:{shape:"S2i"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistribution"}},GetStreamingDistributionConfig:{http:{method:"GET",requestUri:"/2016-11-25/streaming-distribution/{Id}/config"},input:{type:"structure",required:["Id"],members:{Id:{location:"uri",locationName:"Id"}}},output:{type:"structure",members:{StreamingDistributionConfig:{shape:"S2e"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistributionConfig"}},ListCloudFrontOriginAccessIdentities:{http:{method:"GET",requestUri:"/2016-11-25/origin-access-identity/cloudfront"},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{CloudFrontOriginAccessIdentityList:{type:"structure",required:["Marker","MaxItems","IsTruncated","Quantity"],members:{Marker:{},NextMarker:{},MaxItems:{type:"integer"},IsTruncated:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"CloudFrontOriginAccessIdentitySummary",type:"structure",required:["Id","S3CanonicalUserId","Comment"],members:{Id:{},S3CanonicalUserId:{},Comment:{}}}}}}},payload:"CloudFrontOriginAccessIdentityList"}},ListDistributions:{http:{method:"GET",requestUri:"/2016-11-25/distribution"},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{DistributionList:{shape:"S3a"}},payload:"DistributionList"}},ListDistributionsByWebACLId:{http:{method:"GET",requestUri:"/2016-11-25/distributionsByWebACLId/{WebACLId}"},input:{type:"structure",required:["WebACLId"],members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"},WebACLId:{location:"uri",locationName:"WebACLId"}}},output:{type:"structure",members:{DistributionList:{shape:"S3a"}},payload:"DistributionList"}},ListInvalidations:{http:{method:"GET",requestUri:"/2016-11-25/distribution/{DistributionId}/invalidation"},input:{type:"structure",required:["DistributionId"],members:{DistributionId:{location:"uri",locationName:"DistributionId"},Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{InvalidationList:{type:"structure",required:["Marker","MaxItems","IsTruncated","Quantity"],members:{Marker:{},NextMarker:{},MaxItems:{type:"integer"},IsTruncated:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"InvalidationSummary",type:"structure",required:["Id","CreateTime","Status"],members:{Id:{},CreateTime:{type:"timestamp"},Status:{}}}}}}},payload:"InvalidationList"}},ListStreamingDistributions:{http:{method:"GET",requestUri:"/2016-11-25/streaming-distribution"},input:{type:"structure",members:{Marker:{location:"querystring",locationName:"Marker"},MaxItems:{location:"querystring",locationName:"MaxItems"}}},output:{type:"structure",members:{StreamingDistributionList:{type:"structure",required:["Marker","MaxItems","IsTruncated","Quantity"],members:{Marker:{},NextMarker:{},MaxItems:{type:"integer"},IsTruncated:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"StreamingDistributionSummary",type:"structure",required:["Id","ARN","Status","LastModifiedTime","DomainName","S3Origin","Aliases","TrustedSigners","Comment","PriceClass","Enabled"],members:{Id:{},ARN:{},Status:{},LastModifiedTime:{type:"timestamp"},DomainName:{},S3Origin:{shape:"S2f"},Aliases:{shape:"S8"},TrustedSigners:{shape:"Sy"},Comment:{},PriceClass:{},Enabled:{type:"boolean"}}}}}}},payload:"StreamingDistributionList"}},ListTagsForResource:{http:{method:"GET",requestUri:"/2016-11-25/tagging"},input:{type:"structure",required:["Resource"],members:{Resource:{location:"querystring",locationName:"Resource"}}},output:{type:"structure",required:["Tags"],members:{Tags:{shape:"S21"}},payload:"Tags"}},TagResource:{http:{requestUri:"/2016-11-25/tagging?Operation=Tag",responseCode:204},input:{type:"structure",required:["Resource","Tags"],members:{Resource:{location:"querystring",locationName:"Resource"},Tags:{shape:"S21",locationName:"Tags",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2016-11-25/"}}},payload:"Tags"}},UntagResource:{http:{requestUri:"/2016-11-25/tagging?Operation=Untag",responseCode:204},input:{type:"structure",required:["Resource","TagKeys"],members:{Resource:{location:"querystring",locationName:"Resource"},TagKeys:{locationName:"TagKeys",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2016-11-25/"},type:"structure",members:{Items:{type:"list",member:{locationName:"Key"}}}}},payload:"TagKeys"}},UpdateCloudFrontOriginAccessIdentity:{http:{method:"PUT",requestUri:"/2016-11-25/origin-access-identity/cloudfront/{Id}/config"},input:{type:"structure",required:["CloudFrontOriginAccessIdentityConfig","Id"],members:{CloudFrontOriginAccessIdentityConfig:{shape:"S2",locationName:"CloudFrontOriginAccessIdentityConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2016-11-25/"}},Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}},payload:"CloudFrontOriginAccessIdentityConfig"},output:{type:"structure",members:{CloudFrontOriginAccessIdentity:{shape:"S5"},ETag:{location:"header",locationName:"ETag"}},payload:"CloudFrontOriginAccessIdentity"}},UpdateDistribution:{http:{method:"PUT",requestUri:"/2016-11-25/distribution/{Id}/config"},input:{type:"structure",required:["DistributionConfig","Id"],members:{DistributionConfig:{shape:"S7",locationName:"DistributionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2016-11-25/"}},Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}},payload:"DistributionConfig"},output:{type:"structure",members:{Distribution:{shape:"S1s"},ETag:{location:"header",locationName:"ETag"}},payload:"Distribution"}},UpdateStreamingDistribution:{http:{method:"PUT",requestUri:"/2016-11-25/streaming-distribution/{Id}/config"},input:{type:"structure",required:["StreamingDistributionConfig","Id"],members:{StreamingDistributionConfig:{shape:"S2e",locationName:"StreamingDistributionConfig",xmlNamespace:{uri:"http://cloudfront.amazonaws.com/doc/2016-11-25/"}},Id:{location:"uri",locationName:"Id"},IfMatch:{location:"header",locationName:"If-Match"}},payload:"StreamingDistributionConfig"},output:{type:"structure",members:{StreamingDistribution:{shape:"S2i"},ETag:{location:"header",locationName:"ETag"}},payload:"StreamingDistribution"}}},shapes:{S2:{type:"structure",required:["CallerReference","Comment"],members:{CallerReference:{},Comment:{}}},S5:{type:"structure",required:["Id","S3CanonicalUserId"],members:{Id:{},S3CanonicalUserId:{},CloudFrontOriginAccessIdentityConfig:{shape:"S2"}}},S7:{type:"structure",required:["CallerReference","Origins","DefaultCacheBehavior","Comment","Enabled"],members:{CallerReference:{},Aliases:{shape:"S8"},DefaultRootObject:{},Origins:{shape:"Sb"},DefaultCacheBehavior:{shape:"Sn"},CacheBehaviors:{shape:"S1a"},CustomErrorResponses:{shape:"S1d"},Comment:{},Logging:{type:"structure",required:["Enabled","IncludeCookies","Bucket","Prefix"],members:{Enabled:{type:"boolean"},IncludeCookies:{type:"boolean"},Bucket:{},Prefix:{}}},PriceClass:{},Enabled:{type:"boolean"},ViewerCertificate:{shape:"S1i"},Restrictions:{shape:"S1m"},WebACLId:{},HttpVersion:{},IsIPV6Enabled:{type:"boolean"}}},S8:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"CNAME"}}}},Sb:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Origin",type:"structure",required:["Id","DomainName"],members:{Id:{},DomainName:{},OriginPath:{},CustomHeaders:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"OriginCustomHeader",type:"structure",required:["HeaderName","HeaderValue"],members:{HeaderName:{},HeaderValue:{}}}}}},S3OriginConfig:{type:"structure",required:["OriginAccessIdentity"],members:{OriginAccessIdentity:{}}},CustomOriginConfig:{type:"structure",required:["HTTPPort","HTTPSPort","OriginProtocolPolicy"],members:{HTTPPort:{type:"integer"},HTTPSPort:{type:"integer"},OriginProtocolPolicy:{},OriginSslProtocols:{type:"structure",required:["Quantity","Items"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"SslProtocol"}}}}}}}}}}},Sn:{type:"structure",required:["TargetOriginId","ForwardedValues","TrustedSigners","ViewerProtocolPolicy","MinTTL"],members:{TargetOriginId:{},ForwardedValues:{shape:"So"},TrustedSigners:{shape:"Sy"},ViewerProtocolPolicy:{},MinTTL:{type:"long"},AllowedMethods:{shape:"S12"},SmoothStreaming:{type:"boolean"},DefaultTTL:{type:"long"},MaxTTL:{type:"long"},Compress:{type:"boolean"},LambdaFunctionAssociations:{shape:"S16"}}},So:{type:"structure",required:["QueryString","Cookies"],members:{QueryString:{type:"boolean"},Cookies:{type:"structure",required:["Forward"],members:{Forward:{},WhitelistedNames:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Name"}}}}}},Headers:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Name"}}}},QueryStringCacheKeys:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Name"}}}}}},Sy:{type:"structure",required:["Enabled","Quantity"],members:{Enabled:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"AwsAccountNumber"}}}},S12:{type:"structure",required:["Quantity","Items"],members:{Quantity:{type:"integer"},Items:{shape:"S13"},CachedMethods:{type:"structure",required:["Quantity","Items"],members:{Quantity:{type:"integer"},Items:{shape:"S13"}}}}},S13:{type:"list",member:{locationName:"Method"}},S16:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"LambdaFunctionAssociation",type:"structure",members:{LambdaFunctionARN:{},EventType:{}}}}}},S1a:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"CacheBehavior",type:"structure",required:["PathPattern","TargetOriginId","ForwardedValues","TrustedSigners","ViewerProtocolPolicy","MinTTL"],members:{PathPattern:{},TargetOriginId:{},ForwardedValues:{shape:"So"},TrustedSigners:{shape:"Sy"},ViewerProtocolPolicy:{},MinTTL:{type:"long"},AllowedMethods:{shape:"S12"},SmoothStreaming:{type:"boolean"},DefaultTTL:{type:"long"},MaxTTL:{type:"long"},Compress:{type:"boolean"},LambdaFunctionAssociations:{shape:"S16"}}}}}},S1d:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"CustomErrorResponse",type:"structure",required:["ErrorCode"],members:{ErrorCode:{type:"integer"},ResponsePagePath:{},ResponseCode:{},ErrorCachingMinTTL:{type:"long"}}}}}},S1i:{type:"structure",members:{CloudFrontDefaultCertificate:{type:"boolean"},IAMCertificateId:{},ACMCertificateArn:{},SSLSupportMethod:{},MinimumProtocolVersion:{},Certificate:{deprecated:!0},CertificateSource:{deprecated:!0}}},S1m:{type:"structure",required:["GeoRestriction"],members:{GeoRestriction:{type:"structure",required:["RestrictionType","Quantity"],members:{RestrictionType:{},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Location"}}}}}},S1s:{type:"structure",required:["Id","ARN","Status","LastModifiedTime","InProgressInvalidationBatches","DomainName","ActiveTrustedSigners","DistributionConfig"],members:{Id:{},ARN:{},Status:{},LastModifiedTime:{type:"timestamp"},InProgressInvalidationBatches:{type:"integer"},DomainName:{},ActiveTrustedSigners:{shape:"S1u"},DistributionConfig:{shape:"S7"}}},S1u:{type:"structure",required:["Enabled","Quantity"],members:{Enabled:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Signer",type:"structure",members:{AwsAccountNumber:{},KeyPairIds:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"KeyPairId"}}}}}}}}},S21:{type:"structure",members:{Items:{type:"list",member:{locationName:"Tag",type:"structure",required:["Key"],members:{Key:{},Value:{}}}}}},S28:{type:"structure",required:["Paths","CallerReference"],members:{Paths:{type:"structure",required:["Quantity"],members:{Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"Path"}}}},CallerReference:{}}},S2c:{type:"structure",required:["Id","Status","CreateTime","InvalidationBatch"],members:{Id:{},Status:{},CreateTime:{type:"timestamp"},InvalidationBatch:{shape:"S28"}}},S2e:{type:"structure",required:["CallerReference","S3Origin","Comment","TrustedSigners","Enabled"],members:{CallerReference:{},S3Origin:{shape:"S2f"},Aliases:{shape:"S8"},Comment:{},Logging:{type:"structure",required:["Enabled","Bucket","Prefix"],members:{Enabled:{type:"boolean"},Bucket:{},Prefix:{}}},TrustedSigners:{shape:"Sy"},PriceClass:{},Enabled:{type:"boolean"}}},S2f:{type:"structure",required:["DomainName","OriginAccessIdentity"],members:{DomainName:{},OriginAccessIdentity:{}}},S2i:{type:"structure",required:["Id","ARN","Status","DomainName","ActiveTrustedSigners","StreamingDistributionConfig"],members:{Id:{},ARN:{},Status:{},LastModifiedTime:{type:"timestamp"},DomainName:{},ActiveTrustedSigners:{shape:"S1u"},StreamingDistributionConfig:{shape:"S2e"}}},S3a:{type:"structure",required:["Marker","MaxItems","IsTruncated","Quantity"],members:{Marker:{},NextMarker:{},MaxItems:{type:"integer"},IsTruncated:{type:"boolean"},Quantity:{type:"integer"},Items:{type:"list",member:{locationName:"DistributionSummary",type:"structure",required:["Id","ARN","Status","LastModifiedTime","DomainName","Aliases","Origins","DefaultCacheBehavior","CacheBehaviors","CustomErrorResponses","Comment","PriceClass","Enabled","ViewerCertificate","Restrictions","WebACLId","HttpVersion","IsIPV6Enabled"],members:{Id:{},ARN:{},Status:{},LastModifiedTime:{type:"timestamp"},DomainName:{},Aliases:{shape:"S8"},Origins:{shape:"Sb"},DefaultCacheBehavior:{shape:"Sn"},CacheBehaviors:{shape:"S1a"},CustomErrorResponses:{shape:"S1d"},Comment:{},PriceClass:{},Enabled:{type:"boolean"},ViewerCertificate:{shape:"S1i"},Restrictions:{shape:"S1m"},WebACLId:{},HttpVersion:{},IsIPV6Enabled:{type:"boolean"}}}}}}}}},eihs:function(e,t,r){"use strict";r.d(t,"a",function(){return n});var n={e:{}}},emHa:function(e,t,r){"use strict";r.r(t),r.d(t,"bindNodeCallback",function(){return u});var n=r("6blF"),i=r("svcd"),o=r("67Y/"),a=r("nkY7"),s=r("isby");function u(e,t,r){if(t){if(!Object(a.a)(t))return function(){for(var n=[],i=0;iu;)n.f(e,r=a[u++],t[r]);return e}},fw4Q:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2015-09-21",endpointPrefix:"ecr",jsonVersion:"1.1",protocol:"json",serviceAbbreviation:"Amazon ECR",serviceFullName:"Amazon EC2 Container Registry",serviceId:"ECR",signatureVersion:"v4",targetPrefix:"AmazonEC2ContainerRegistry_V20150921",uid:"ecr-2015-09-21"},operations:{BatchCheckLayerAvailability:{input:{type:"structure",required:["repositoryName","layerDigests"],members:{registryId:{},repositoryName:{},layerDigests:{type:"list",member:{}}}},output:{type:"structure",members:{layers:{type:"list",member:{type:"structure",members:{layerDigest:{},layerAvailability:{},layerSize:{type:"long"},mediaType:{}}}},failures:{type:"list",member:{type:"structure",members:{layerDigest:{},failureCode:{},failureReason:{}}}}}}},BatchDeleteImage:{input:{type:"structure",required:["repositoryName","imageIds"],members:{registryId:{},repositoryName:{},imageIds:{shape:"Si"}}},output:{type:"structure",members:{imageIds:{shape:"Si"},failures:{shape:"Sn"}}}},BatchGetImage:{input:{type:"structure",required:["repositoryName","imageIds"],members:{registryId:{},repositoryName:{},imageIds:{shape:"Si"},acceptedMediaTypes:{type:"list",member:{}}}},output:{type:"structure",members:{images:{type:"list",member:{shape:"Sv"}},failures:{shape:"Sn"}}}},CompleteLayerUpload:{input:{type:"structure",required:["repositoryName","uploadId","layerDigests"],members:{registryId:{},repositoryName:{},uploadId:{},layerDigests:{type:"list",member:{}}}},output:{type:"structure",members:{registryId:{},repositoryName:{},uploadId:{},layerDigest:{}}}},CreateRepository:{input:{type:"structure",required:["repositoryName"],members:{repositoryName:{}}},output:{type:"structure",members:{repository:{shape:"S13"}}}},DeleteLifecyclePolicy:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{},lastEvaluatedAt:{type:"timestamp"}}}},DeleteRepository:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},force:{type:"boolean"}}},output:{type:"structure",members:{repository:{shape:"S13"}}}},DeleteRepositoryPolicy:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},policyText:{}}}},DescribeImages:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},imageIds:{shape:"Si"},nextToken:{},maxResults:{type:"integer"},filter:{type:"structure",members:{tagStatus:{}}}}},output:{type:"structure",members:{imageDetails:{type:"list",member:{type:"structure",members:{registryId:{},repositoryName:{},imageDigest:{},imageTags:{shape:"S1p"},imageSizeInBytes:{type:"long"},imagePushedAt:{type:"timestamp"}}}},nextToken:{}}}},DescribeRepositories:{input:{type:"structure",members:{registryId:{},repositoryNames:{type:"list",member:{}},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{repositories:{type:"list",member:{shape:"S13"}},nextToken:{}}}},GetAuthorizationToken:{input:{type:"structure",members:{registryIds:{type:"list",member:{}}}},output:{type:"structure",members:{authorizationData:{type:"list",member:{type:"structure",members:{authorizationToken:{},expiresAt:{type:"timestamp"},proxyEndpoint:{}}}}}}},GetDownloadUrlForLayer:{input:{type:"structure",required:["repositoryName","layerDigest"],members:{registryId:{},repositoryName:{},layerDigest:{}}},output:{type:"structure",members:{downloadUrl:{},layerDigest:{}}}},GetLifecyclePolicy:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{},lastEvaluatedAt:{type:"timestamp"}}}},GetLifecyclePolicyPreview:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},imageIds:{shape:"Si"},nextToken:{},maxResults:{type:"integer"},filter:{type:"structure",members:{tagStatus:{}}}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{},status:{},nextToken:{},previewResults:{type:"list",member:{type:"structure",members:{imageTags:{shape:"S1p"},imageDigest:{},imagePushedAt:{type:"timestamp"},action:{type:"structure",members:{type:{}}},appliedRulePriority:{type:"integer"}}}},summary:{type:"structure",members:{expiringImageTotalCount:{type:"integer"}}}}}},GetRepositoryPolicy:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},policyText:{}}}},InitiateLayerUpload:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{uploadId:{},partSize:{type:"long"}}}},ListImages:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},nextToken:{},maxResults:{type:"integer"},filter:{type:"structure",members:{tagStatus:{}}}}},output:{type:"structure",members:{imageIds:{shape:"Si"},nextToken:{}}}},PutImage:{input:{type:"structure",required:["repositoryName","imageManifest"],members:{registryId:{},repositoryName:{},imageManifest:{},imageTag:{}}},output:{type:"structure",members:{image:{shape:"Sv"}}}},PutLifecyclePolicy:{input:{type:"structure",required:["repositoryName","lifecyclePolicyText"],members:{registryId:{},repositoryName:{},lifecyclePolicyText:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{}}}},SetRepositoryPolicy:{input:{type:"structure",required:["repositoryName","policyText"],members:{registryId:{},repositoryName:{},policyText:{},force:{type:"boolean"}}},output:{type:"structure",members:{registryId:{},repositoryName:{},policyText:{}}}},StartLifecyclePolicyPreview:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},lifecyclePolicyText:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{},status:{}}}},UploadLayerPart:{input:{type:"structure",required:["repositoryName","uploadId","partFirstByte","partLastByte","layerPartBlob"],members:{registryId:{},repositoryName:{},uploadId:{},partFirstByte:{type:"long"},partLastByte:{type:"long"},layerPartBlob:{type:"blob"}}},output:{type:"structure",members:{registryId:{},repositoryName:{},uploadId:{},lastByteReceived:{type:"long"}}}}},shapes:{Si:{type:"list",member:{shape:"Sj"}},Sj:{type:"structure",members:{imageDigest:{},imageTag:{}}},Sn:{type:"list",member:{type:"structure",members:{imageId:{shape:"Sj"},failureCode:{},failureReason:{}}}},Sv:{type:"structure",members:{registryId:{},repositoryName:{},imageId:{shape:"Sj"},imageManifest:{}}},S13:{type:"structure",members:{repositoryArn:{},registryId:{},repositoryName:{},repositoryUri:{},createdAt:{type:"timestamp"}}},S1p:{type:"list",member:{}}}}},gC4j:function(e){e.exports={pagination:{DescribeReportDefinitions:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"}}}},gI3B:function(e,t,r){"use strict";r.d(t,"a",function(){return s});var n=r("6blF"),i=r("T1DM"),o=r("/21U"),a=r("nkY7");function s(e,t,r){void 0===e&&(e=0);var s=-1;return Object(o.a)(t)?s=Number(t)<1?1:Number(t):Object(a.a)(t)&&(r=t),Object(a.a)(r)||(r=i.a),new n.a(function(t){var n=Object(o.a)(e)?e:+e-r.now();return r.schedule(u,n,{index:0,period:s,subscriber:t})})}function u(e){var t=e.index,r=e.period,n=e.subscriber;if(n.next(t),!n.closed){if(-1===r)return n.complete();e.index=t+1,this.schedule(e,r)}}},gIcY:function(e,t,r){"use strict";r.r(t),r.d(t,"\u0275angular_packages_forms_forms_bb",function(){return ot}),r.d(t,"\u0275angular_packages_forms_forms_ba",function(){return it}),r.d(t,"\u0275angular_packages_forms_forms_y",function(){return rt}),r.d(t,"\u0275angular_packages_forms_forms_z",function(){return nt}),r.d(t,"\u0275angular_packages_forms_forms_a",function(){return S}),r.d(t,"\u0275angular_packages_forms_forms_b",function(){return N}),r.d(t,"\u0275angular_packages_forms_forms_c",function(){return le}),r.d(t,"\u0275angular_packages_forms_forms_d",function(){return ce}),r.d(t,"\u0275angular_packages_forms_forms_e",function(){return Se}),r.d(t,"\u0275angular_packages_forms_forms_f",function(){return Te}),r.d(t,"\u0275angular_packages_forms_forms_g",function(){return _e}),r.d(t,"\u0275angular_packages_forms_forms_bg",function(){return tt}),r.d(t,"\u0275angular_packages_forms_forms_bc",function(){return k}),r.d(t,"\u0275angular_packages_forms_forms_bd",function(){return A}),r.d(t,"\u0275angular_packages_forms_forms_h",function(){return w}),r.d(t,"\u0275angular_packages_forms_forms_i",function(){return E}),r.d(t,"\u0275angular_packages_forms_forms_be",function(){return M}),r.d(t,"\u0275angular_packages_forms_forms_bf",function(){return q}),r.d(t,"\u0275angular_packages_forms_forms_j",function(){return Re}),r.d(t,"\u0275angular_packages_forms_forms_k",function(){return xe}),r.d(t,"\u0275angular_packages_forms_forms_l",function(){return Fe}),r.d(t,"\u0275angular_packages_forms_forms_m",function(){return Ee}),r.d(t,"\u0275angular_packages_forms_forms_o",function(){return Oe}),r.d(t,"\u0275angular_packages_forms_forms_n",function(){return Me}),r.d(t,"\u0275angular_packages_forms_forms_p",function(){return G}),r.d(t,"\u0275angular_packages_forms_forms_r",function(){return H}),r.d(t,"\u0275angular_packages_forms_forms_q",function(){return $}),r.d(t,"\u0275angular_packages_forms_forms_t",function(){return Ue}),r.d(t,"\u0275angular_packages_forms_forms_u",function(){return We}),r.d(t,"\u0275angular_packages_forms_forms_w",function(){return Qe}),r.d(t,"\u0275angular_packages_forms_forms_v",function(){return He}),r.d(t,"\u0275angular_packages_forms_forms_x",function(){return Ze}),r.d(t,"\u0275angular_packages_forms_forms_s",function(){return Ve}),r.d(t,"AbstractControlDirective",function(){return l}),r.d(t,"AbstractFormGroupDirective",function(){return ue}),r.d(t,"CheckboxControlValueAccessor",function(){return I}),r.d(t,"ControlContainer",function(){return c}),r.d(t,"NG_VALUE_ACCESSOR",function(){return v}),r.d(t,"COMPOSITION_BUFFER_MODE",function(){return C}),r.d(t,"DefaultValueAccessor",function(){return _}),r.d(t,"NgControl",function(){return x}),r.d(t,"NgControlStatus",function(){return pe}),r.d(t,"NgControlStatusGroup",function(){return me}),r.d(t,"NgForm",function(){return Ne}),r.d(t,"NgModel",function(){return Ae}),r.d(t,"NgModelGroup",function(){return De}),r.d(t,"RadioControlValueAccessor",function(){return P}),r.d(t,"FormControlDirective",function(){return we}),r.d(t,"FormControlName",function(){return Ge}),r.d(t,"FormGroupDirective",function(){return Pe}),r.d(t,"FormArrayName",function(){return Le}),r.d(t,"FormGroupName",function(){return qe}),r.d(t,"NgSelectOption",function(){return j}),r.d(t,"SelectControlValueAccessor",function(){return U}),r.d(t,"SelectMultipleControlValueAccessor",function(){return z}),r.d(t,"CheckboxRequiredValidator",function(){return $e}),r.d(t,"EmailValidator",function(){return ze}),r.d(t,"MaxLengthValidator",function(){return Ye}),r.d(t,"MinLengthValidator",function(){return Ke}),r.d(t,"PatternValidator",function(){return Xe}),r.d(t,"RequiredValidator",function(){return je}),r.d(t,"FormBuilder",function(){return Je}),r.d(t,"AbstractControl",function(){return fe}),r.d(t,"FormArray",function(){return ve}),r.d(t,"FormControl",function(){return be}),r.d(t,"FormGroup",function(){return ge}),r.d(t,"NG_ASYNC_VALIDATORS",function(){return d}),r.d(t,"NG_VALIDATORS",function(){return m}),r.d(t,"Validators",function(){return y}),r.d(t,"VERSION",function(){return et}),r.d(t,"FormsModule",function(){return at}),r.d(t,"ReactiveFormsModule",function(){return st});var n=r("mrSG"),i=r("CcnG"),o=r("VNr4"),a=r("0/uQ"),s=r("67Y/"),u=r("ZYjt"),l=function(){function e(){}return Object.defineProperty(e.prototype,"value",{get:function(){return this.control?this.control.value:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"valid",{get:function(){return this.control?this.control.valid:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"invalid",{get:function(){return this.control?this.control.invalid:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"pending",{get:function(){return this.control?this.control.pending:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"disabled",{get:function(){return this.control?this.control.disabled:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"enabled",{get:function(){return this.control?this.control.enabled:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"errors",{get:function(){return this.control?this.control.errors:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"pristine",{get:function(){return this.control?this.control.pristine:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dirty",{get:function(){return this.control?this.control.dirty:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"touched",{get:function(){return this.control?this.control.touched:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"status",{get:function(){return this.control?this.control.status:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"untouched",{get:function(){return this.control?this.control.untouched:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"statusChanges",{get:function(){return this.control?this.control.statusChanges:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"valueChanges",{get:function(){return this.control?this.control.valueChanges:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"path",{get:function(){return null},enumerable:!0,configurable:!0}),e.prototype.reset=function(e){void 0===e&&(e=void 0),this.control&&this.control.reset(e)},e.prototype.hasError=function(e,t){return!!this.control&&this.control.hasError(e,t)},e.prototype.getError=function(e,t){return this.control?this.control.getError(e,t):null},e}(),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"formDirective",{get:function(){return null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"path",{get:function(){return null},enumerable:!0,configurable:!0}),t}(l);function p(e){return null==e||0===e.length}var m=new i.InjectionToken("NgValidators"),d=new i.InjectionToken("NgAsyncValidators"),h=/^(?=.{1,254}$)(?=.{1,64}@)[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+(\.[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+)*@[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?(\.[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?)*$/,y=function(){function e(){}return e.min=function(e){return function(t){if(p(t.value)||p(e))return null;var r=parseFloat(t.value);return!isNaN(r)&&re?{max:{max:e,actual:t.value}}:null}},e.required=function(e){return p(e.value)?{required:!0}:null},e.requiredTrue=function(e){return!0===e.value?null:{required:!0}},e.email=function(e){return p(e.value)?null:h.test(e.value)?null:{email:!0}},e.minLength=function(e){return function(t){if(p(t.value))return null;var r=t.value?t.value.length:0;return re?{maxlength:{requiredLength:e,actualLength:r}}:null}},e.pattern=function(t){return t?("string"==typeof t?(n="","^"!==t.charAt(0)&&(n+="^"),n+=t,"$"!==t.charAt(t.length-1)&&(n+="$"),r=new RegExp(n)):(n=t.toString(),r=t),function(e){if(p(e.value))return null;var t=e.value;return r.test(t)?null:{pattern:{requiredPattern:n,actualValue:t}}}):e.nullValidator;var r,n},e.nullValidator=function(e){return null},e.compose=function(e){if(!e)return null;var t=e.filter(f);return 0==t.length?null:function(e){return g(function(e,r){return t.map(function(t){return t(e)})}(e))}},e.composeAsync=function(e){if(!e)return null;var t=e.filter(f);return 0==t.length?null:function(e){var r=function(e,r){return t.map(function(t){return t(e)})}(e).map(b);return Object(o.a)(r).pipe(Object(s.a)(g))}},e}();function f(e){return null!=e}function b(e){var t=Object(i["\u0275isPromise"])(e)?Object(a.a)(e):e;if(!Object(i["\u0275isObservable"])(t))throw new Error("Expected validator to return Promise or Observable.");return t}function g(e){var t=e.reduce(function(e,t){return null!=t?Object(n.__assign)({},e,t):e},{});return 0===Object.keys(t).length?null:t}var v=new i.InjectionToken("NgValueAccessor"),S={provide:v,useExisting:Object(i.forwardRef)(function(){return I}),multi:!0},I=function(){function e(e,t){this._renderer=e,this._elementRef=t,this.onChange=function(e){},this.onTouched=function(){}}return e.prototype.writeValue=function(e){this._renderer.setProperty(this._elementRef.nativeElement,"checked",e)},e.prototype.registerOnChange=function(e){this.onChange=e},e.prototype.registerOnTouched=function(e){this.onTouched=e},e.prototype.setDisabledState=function(e){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",e)},e}(),N={provide:v,useExisting:Object(i.forwardRef)(function(){return _}),multi:!0},C=new i.InjectionToken("CompositionEventMode"),_=function(){function e(e,t,r){var n;this._renderer=e,this._elementRef=t,this._compositionMode=r,this.onChange=function(e){},this.onTouched=function(){},this._composing=!1,null==this._compositionMode&&(this._compositionMode=(n=Object(u["\u0275getDOM"])()?Object(u["\u0275getDOM"])().getUserAgent():"",!/android (\d+)/.test(n.toLowerCase())))}return e.prototype.writeValue=function(e){this._renderer.setProperty(this._elementRef.nativeElement,"value",null==e?"":e)},e.prototype.registerOnChange=function(e){this.onChange=e},e.prototype.registerOnTouched=function(e){this.onTouched=e},e.prototype.setDisabledState=function(e){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",e)},e.prototype._handleInput=function(e){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(e)},e.prototype._compositionStart=function(){this._composing=!0},e.prototype._compositionEnd=function(e){this._composing=!1,this._compositionMode&&this.onChange(e)},e}();function D(e){return e.validate?function(t){return e.validate(t)}:e}function T(e){return e.validate?function(t){return e.validate(t)}:e}var k={provide:v,useExisting:Object(i.forwardRef)(function(){return A}),multi:!0},A=function(){function e(e,t){this._renderer=e,this._elementRef=t,this.onChange=function(e){},this.onTouched=function(){}}return e.prototype.writeValue=function(e){this._renderer.setProperty(this._elementRef.nativeElement,"value",null==e?"":e)},e.prototype.registerOnChange=function(e){this.onChange=function(t){e(""==t?null:parseFloat(t))}},e.prototype.registerOnTouched=function(e){this.onTouched=e},e.prototype.setDisabledState=function(e){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",e)},e}();function R(){throw new Error("unimplemented")}var x=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._parent=null,t.name=null,t.valueAccessor=null,t._rawValidators=[],t._rawAsyncValidators=[],t}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"validator",{get:function(){return R()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"asyncValidator",{get:function(){return R()},enumerable:!0,configurable:!0}),t}(l),w={provide:v,useExisting:Object(i.forwardRef)(function(){return P}),multi:!0},E=function(){function e(){this._accessors=[]}return e.prototype.add=function(e,t){this._accessors.push([e,t])},e.prototype.remove=function(e){for(var t=this._accessors.length-1;t>=0;--t)if(this._accessors[t][1]===e)return void this._accessors.splice(t,1)},e.prototype.select=function(e){var t=this;this._accessors.forEach(function(r){t._isSameGroup(r,e)&&r[1]!==e&&r[1].fireUncheck(e.value)})},e.prototype._isSameGroup=function(e,t){return!!e[0].control&&e[0]._parent===t._control._parent&&e[1].name===t.name},e}(),P=function(){function e(e,t,r,n){this._renderer=e,this._elementRef=t,this._registry=r,this._injector=n,this.onChange=function(){},this.onTouched=function(){}}return e.prototype.ngOnInit=function(){this._control=this._injector.get(x),this._checkName(),this._registry.add(this._control,this)},e.prototype.ngOnDestroy=function(){this._registry.remove(this)},e.prototype.writeValue=function(e){this._state=e===this.value,this._renderer.setProperty(this._elementRef.nativeElement,"checked",this._state)},e.prototype.registerOnChange=function(e){var t=this;this._fn=e,this.onChange=function(){e(t.value),t._registry.select(t)}},e.prototype.fireUncheck=function(e){this.writeValue(e)},e.prototype.registerOnTouched=function(e){this.onTouched=e},e.prototype.setDisabledState=function(e){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",e)},e.prototype._checkName=function(){this.name&&this.formControlName&&this.name!==this.formControlName&&this._throwNameError(),!this.name&&this.formControlName&&(this.name=this.formControlName)},e.prototype._throwNameError=function(){throw new Error('\n If you define both a name and a formControlName attribute on your radio button, their values\n must match. Ex:

\n \n
\n\n In your class:\n\n this.myGroup = new FormGroup({\n firstName: new FormControl()\n });',L='\n
\n
\n \n
\n
\n\n In your class:\n\n this.myGroup = new FormGroup({\n person: new FormGroup({ firstName: new FormControl() })\n });',B='\n
\n
\n \n
\n
',F=function(){function e(){}return e.controlParentException=function(){throw new Error("formControlName must be used with a parent formGroup directive. You'll want to add a formGroup\n directive and pass it an existing FormGroup instance (you can create one in your class).\n\n Example:\n\n "+O)},e.ngModelGroupException=function(){throw new Error('formControlName cannot be used with an ngModelGroup parent. It is only compatible with parents\n that also have a "form" prefix: formGroupName, formArrayName, or formGroup.\n\n Option 1: Update the parent to be formGroupName (reactive form strategy)\n\n '+L+"\n\n Option 2: Use ngModel instead of formControlName (template-driven strategy)\n\n "+B)},e.missingFormException=function(){throw new Error("formGroup expects a FormGroup instance. Please pass one in.\n\n Example:\n\n "+O)},e.groupParentException=function(){throw new Error("formGroupName must be used with a parent formGroup directive. You'll want to add a formGroup\n directive and pass it an existing FormGroup instance (you can create one in your class).\n\n Example:\n\n "+L)},e.arrayParentException=function(){throw new Error('formArrayName must be used with a parent formGroup directive. You\'ll want to add a formGroup\n directive and pass it an existing FormGroup instance (you can create one in your class).\n\n Example:\n\n \n
\n
\n
\n \n
\n
\n
\n\n In your class:\n\n this.cityArray = new FormArray([new FormControl(\'SF\')]);\n this.myGroup = new FormGroup({\n cities: this.cityArray\n });')},e.disabledAttrWarning=function(){console.warn("\n It looks like you're using the disabled attribute with a reactive form directive. If you set disabled to true\n when you set up this control in your component class, the disabled attribute will actually be set in the DOM for\n you. We recommend using this approach to avoid 'changed after checked' errors.\n \n Example: \n form = new FormGroup({\n first: new FormControl({value: 'Nancy', disabled: true}, Validators.required),\n last: new FormControl('Drew', Validators.required)\n });\n ")},e.ngModelWarning=function(e){console.warn("\n It looks like you're using ngModel on the same form field as "+e+". \n Support for using the ngModel input property and ngModelChange event with \n reactive form directives has been deprecated in Angular v6 and will be removed \n in Angular v7.\n \n For more information on this, see our API docs here:\n https://angular.io/api/forms/"+("formControl"===e?"FormControlDirective":"FormControlName")+"#use-with-ngmodel\n ")},e}(),G={provide:v,useExisting:Object(i.forwardRef)(function(){return U}),multi:!0};function V(e,t){return null==e?""+t:(t&&"object"==typeof t&&(t="Object"),(e+": "+t).slice(0,50))}var U=function(){function e(e,t){this._renderer=e,this._elementRef=t,this._optionMap=new Map,this._idCounter=0,this.onChange=function(e){},this.onTouched=function(){},this._compareWith=i["\u0275looseIdentical"]}return Object.defineProperty(e.prototype,"compareWith",{set:function(e){if("function"!=typeof e)throw new Error("compareWith must be a function, but received "+JSON.stringify(e));this._compareWith=e},enumerable:!0,configurable:!0}),e.prototype.writeValue=function(e){this.value=e;var t=this._getOptionId(e);null==t&&this._renderer.setProperty(this._elementRef.nativeElement,"selectedIndex",-1);var r=V(t,e);this._renderer.setProperty(this._elementRef.nativeElement,"value",r)},e.prototype.registerOnChange=function(e){var t=this;this.onChange=function(r){t.value=t._getOptionValue(r),e(t.value)}},e.prototype.registerOnTouched=function(e){this.onTouched=e},e.prototype.setDisabledState=function(e){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",e)},e.prototype._registerOption=function(){return(this._idCounter++).toString()},e.prototype._getOptionId=function(e){var t,r;try{for(var i=Object(n.__values)(Array.from(this._optionMap.keys())),o=i.next();!o.done;o=i.next()){var a=o.value;if(this._compareWith(this._optionMap.get(a),e))return a}}catch(e){t={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(t)throw t.error}}return null},e.prototype._getOptionValue=function(e){var t=function(e){return e.split(":")[0]}(e);return this._optionMap.has(t)?this._optionMap.get(t):e},e}(),j=function(){function e(e,t,r){this._element=e,this._renderer=t,this._select=r,this._select&&(this.id=this._select._registerOption())}return Object.defineProperty(e.prototype,"ngValue",{set:function(e){null!=this._select&&(this._select._optionMap.set(this.id,e),this._setElementValue(V(this.id,e)),this._select.writeValue(this._select.value))},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"value",{set:function(e){this._setElementValue(e),this._select&&this._select.writeValue(this._select.value)},enumerable:!0,configurable:!0}),e.prototype._setElementValue=function(e){this._renderer.setProperty(this._element.nativeElement,"value",e)},e.prototype.ngOnDestroy=function(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))},e}(),$={provide:v,useExisting:Object(i.forwardRef)(function(){return z}),multi:!0};function W(e,t){return null==e?""+t:("string"==typeof t&&(t="'"+t+"'"),t&&"object"==typeof t&&(t="Object"),(e+": "+t).slice(0,50))}var z=function(){function e(e,t){this._renderer=e,this._elementRef=t,this._optionMap=new Map,this._idCounter=0,this.onChange=function(e){},this.onTouched=function(){},this._compareWith=i["\u0275looseIdentical"]}return Object.defineProperty(e.prototype,"compareWith",{set:function(e){if("function"!=typeof e)throw new Error("compareWith must be a function, but received "+JSON.stringify(e));this._compareWith=e},enumerable:!0,configurable:!0}),e.prototype.writeValue=function(e){var t,r=this;if(this.value=e,Array.isArray(e)){var n=e.map(function(e){return r._getOptionId(e)});t=function(e,t){e._setSelected(n.indexOf(t.toString())>-1)}}else t=function(e,t){e._setSelected(!1)};this._optionMap.forEach(t)},e.prototype.registerOnChange=function(e){var t=this;this.onChange=function(r){var n=[];if(r.hasOwnProperty("selectedOptions"))for(var i=r.selectedOptions,o=0;o1?"path: '"+e.path.join(" -> ")+"'":e.path[0]?"name: '"+e.path+"'":"unspecified name attribute",new Error(t+" "+r)}function ee(e){return null!=e?y.compose(e.map(D)):null}function te(e){return null!=e?y.composeAsync(e.map(T)):null}function re(e,t){if(!e.hasOwnProperty("model"))return!1;var r=e.model;return!!r.isFirstChange()||!Object(i["\u0275looseIdentical"])(t,r.currentValue)}var ne=[I,q,A,U,z,P];function ie(e,t){e._syncPendingControls(),t.forEach(function(e){var t=e.control;"submit"===t.updateOn&&t._pendingChange&&(e.viewToModelUpdate(t._pendingValue),t._pendingChange=!1)})}function oe(e,t){if(!t)return null;Array.isArray(t)||J(e,"Value accessor was not provided as an array for form control with");var r=void 0,n=void 0,i=void 0;return t.forEach(function(t){var o;t.constructor===_?r=t:(o=t,ne.some(function(e){return o.constructor===e})?(n&&J(e,"More than one built-in value accessor matches form control with"),n=t):(i&&J(e,"More than one custom value accessor matches form control with"),i=t))}),i||n||r||(J(e,"No valid value accessor for form control with"),null)}function ae(e,t){var r=e.indexOf(t);r>-1&&e.splice(r,1)}function se(e,t,r,n){Object(i.isDevMode)()&&"never"!==n&&((null!==n&&"once"!==n||t._ngModelWarningSentOnce)&&("always"!==n||r._ngModelWarningSent)||(F.ngModelWarning(e),t._ngModelWarningSentOnce=!0,r._ngModelWarningSent=!0))}var ue=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t.prototype.ngOnInit=function(){this._checkParentType(),this.formDirective.addFormGroup(this)},t.prototype.ngOnDestroy=function(){this.formDirective&&this.formDirective.removeFormGroup(this)},Object.defineProperty(t.prototype,"control",{get:function(){return this.formDirective.getFormGroup(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"path",{get:function(){return K(this.name,this._parent)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"formDirective",{get:function(){return this._parent?this._parent.formDirective:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validator",{get:function(){return ee(this._validators)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"asyncValidator",{get:function(){return te(this._asyncValidators)},enumerable:!0,configurable:!0}),t.prototype._checkParentType=function(){},t}(c),le=function(){function e(e){this._cd=e}return Object.defineProperty(e.prototype,"ngClassUntouched",{get:function(){return!!this._cd.control&&this._cd.control.untouched},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClassTouched",{get:function(){return!!this._cd.control&&this._cd.control.touched},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClassPristine",{get:function(){return!!this._cd.control&&this._cd.control.pristine},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClassDirty",{get:function(){return!!this._cd.control&&this._cd.control.dirty},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClassValid",{get:function(){return!!this._cd.control&&this._cd.control.valid},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClassInvalid",{get:function(){return!!this._cd.control&&this._cd.control.invalid},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClassPending",{get:function(){return!!this._cd.control&&this._cd.control.pending},enumerable:!0,configurable:!0}),e}(),ce={"[class.ng-untouched]":"ngClassUntouched","[class.ng-touched]":"ngClassTouched","[class.ng-pristine]":"ngClassPristine","[class.ng-dirty]":"ngClassDirty","[class.ng-valid]":"ngClassValid","[class.ng-invalid]":"ngClassInvalid","[class.ng-pending]":"ngClassPending"},pe=function(e){function t(t){return e.call(this,t)||this}return Object(n.__extends)(t,e),t}(le),me=function(e){function t(t){return e.call(this,t)||this}return Object(n.__extends)(t,e),t}(le);function de(e){var t=ye(e)?e.validators:e;return Array.isArray(t)?ee(t):t||null}function he(e,t){var r=ye(t)?t.asyncValidators:e;return Array.isArray(r)?te(r):r||null}function ye(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}var fe=function(){function e(e,t){this.validator=e,this.asyncValidator=t,this._onCollectionChange=function(){},this.pristine=!0,this.touched=!1,this._onDisabledChange=[]}return Object.defineProperty(e.prototype,"parent",{get:function(){return this._parent},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"valid",{get:function(){return"VALID"===this.status},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"invalid",{get:function(){return"INVALID"===this.status},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"pending",{get:function(){return"PENDING"==this.status},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"disabled",{get:function(){return"DISABLED"===this.status},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"enabled",{get:function(){return"DISABLED"!==this.status},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dirty",{get:function(){return!this.pristine},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"untouched",{get:function(){return!this.touched},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"updateOn",{get:function(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"},enumerable:!0,configurable:!0}),e.prototype.setValidators=function(e){this.validator=de(e)},e.prototype.setAsyncValidators=function(e){this.asyncValidator=he(e)},e.prototype.clearValidators=function(){this.validator=null},e.prototype.clearAsyncValidators=function(){this.asyncValidator=null},e.prototype.markAsTouched=function(e){void 0===e&&(e={}),this.touched=!0,this._parent&&!e.onlySelf&&this._parent.markAsTouched(e)},e.prototype.markAsUntouched=function(e){void 0===e&&(e={}),this.touched=!1,this._pendingTouched=!1,this._forEachChild(function(e){e.markAsUntouched({onlySelf:!0})}),this._parent&&!e.onlySelf&&this._parent._updateTouched(e)},e.prototype.markAsDirty=function(e){void 0===e&&(e={}),this.pristine=!1,this._parent&&!e.onlySelf&&this._parent.markAsDirty(e)},e.prototype.markAsPristine=function(e){void 0===e&&(e={}),this.pristine=!0,this._pendingDirty=!1,this._forEachChild(function(e){e.markAsPristine({onlySelf:!0})}),this._parent&&!e.onlySelf&&this._parent._updatePristine(e)},e.prototype.markAsPending=function(e){void 0===e&&(e={}),this.status="PENDING",!1!==e.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!e.onlySelf&&this._parent.markAsPending(e)},e.prototype.disable=function(e){void 0===e&&(e={}),this.status="DISABLED",this.errors=null,this._forEachChild(function(t){t.disable(Object(n.__assign)({},e,{onlySelf:!0}))}),this._updateValue(),!1!==e.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(e),this._onDisabledChange.forEach(function(e){return e(!0)})},e.prototype.enable=function(e){void 0===e&&(e={}),this.status="VALID",this._forEachChild(function(t){t.enable(Object(n.__assign)({},e,{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:e.emitEvent}),this._updateAncestors(e),this._onDisabledChange.forEach(function(e){return e(!1)})},e.prototype._updateAncestors=function(e){this._parent&&!e.onlySelf&&(this._parent.updateValueAndValidity(e),this._parent._updatePristine(),this._parent._updateTouched())},e.prototype.setParent=function(e){this._parent=e},e.prototype.updateValueAndValidity=function(e){void 0===e&&(e={}),this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),"VALID"!==this.status&&"PENDING"!==this.status||this._runAsyncValidator(e.emitEvent)),!1!==e.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!e.onlySelf&&this._parent.updateValueAndValidity(e)},e.prototype._updateTreeValidity=function(e){void 0===e&&(e={emitEvent:!0}),this._forEachChild(function(t){return t._updateTreeValidity(e)}),this.updateValueAndValidity({onlySelf:!0,emitEvent:e.emitEvent})},e.prototype._setInitialStatus=function(){this.status=this._allControlsDisabled()?"DISABLED":"VALID"},e.prototype._runValidator=function(){return this.validator?this.validator(this):null},e.prototype._runAsyncValidator=function(e){var t=this;if(this.asyncValidator){this.status="PENDING";var r=b(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(function(r){return t.setErrors(r,{emitEvent:e})})}},e.prototype._cancelExistingSubscription=function(){this._asyncValidationSubscription&&this._asyncValidationSubscription.unsubscribe()},e.prototype.setErrors=function(e,t){void 0===t&&(t={}),this.errors=e,this._updateControlsErrors(!1!==t.emitEvent)},e.prototype.get=function(e){return function(e,t,r){return null==t?null:(t instanceof Array||(t=t.split(".")),t instanceof Array&&0===t.length?null:t.reduce(function(e,t){return e instanceof ge?e.controls.hasOwnProperty(t)?e.controls[t]:null:e instanceof ve&&e.at(t)||null},e))}(this,e)},e.prototype.getError=function(e,t){var r=t?this.get(t):this;return r&&r.errors?r.errors[e]:null},e.prototype.hasError=function(e,t){return!!this.getError(e,t)},Object.defineProperty(e.prototype,"root",{get:function(){for(var e=this;e._parent;)e=e._parent;return e},enumerable:!0,configurable:!0}),e.prototype._updateControlsErrors=function(e){this.status=this._calculateStatus(),e&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(e)},e.prototype._initObservables=function(){this.valueChanges=new i.EventEmitter,this.statusChanges=new i.EventEmitter},e.prototype._calculateStatus=function(){return this._allControlsDisabled()?"DISABLED":this.errors?"INVALID":this._anyControlsHaveStatus("PENDING")?"PENDING":this._anyControlsHaveStatus("INVALID")?"INVALID":"VALID"},e.prototype._anyControlsHaveStatus=function(e){return this._anyControls(function(t){return t.status===e})},e.prototype._anyControlsDirty=function(){return this._anyControls(function(e){return e.dirty})},e.prototype._anyControlsTouched=function(){return this._anyControls(function(e){return e.touched})},e.prototype._updatePristine=function(e){void 0===e&&(e={}),this.pristine=!this._anyControlsDirty(),this._parent&&!e.onlySelf&&this._parent._updatePristine(e)},e.prototype._updateTouched=function(e){void 0===e&&(e={}),this.touched=this._anyControlsTouched(),this._parent&&!e.onlySelf&&this._parent._updateTouched(e)},e.prototype._isBoxedValue=function(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e},e.prototype._registerOnCollectionChange=function(e){this._onCollectionChange=e},e.prototype._setUpdateStrategy=function(e){ye(e)&&null!=e.updateOn&&(this._updateOn=e.updateOn)},e}(),be=function(e){function t(t,r,n){void 0===t&&(t=null);var i=e.call(this,de(r),he(n,r))||this;return i._onChange=[],i._applyFormState(t),i._setUpdateStrategy(r),i.updateValueAndValidity({onlySelf:!0,emitEvent:!1}),i._initObservables(),i}return Object(n.__extends)(t,e),t.prototype.setValue=function(e,t){var r=this;void 0===t&&(t={}),this.value=this._pendingValue=e,this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach(function(e){return e(r.value,!1!==t.emitViewToModelChange)}),this.updateValueAndValidity(t)},t.prototype.patchValue=function(e,t){void 0===t&&(t={}),this.setValue(e,t)},t.prototype.reset=function(e,t){void 0===e&&(e=null),void 0===t&&(t={}),this._applyFormState(e),this.markAsPristine(t),this.markAsUntouched(t),this.setValue(this.value,t),this._pendingChange=!1},t.prototype._updateValue=function(){},t.prototype._anyControls=function(e){return!1},t.prototype._allControlsDisabled=function(){return this.disabled},t.prototype.registerOnChange=function(e){this._onChange.push(e)},t.prototype._clearChangeFns=function(){this._onChange=[],this._onDisabledChange=[],this._onCollectionChange=function(){}},t.prototype.registerOnDisabledChange=function(e){this._onDisabledChange.push(e)},t.prototype._forEachChild=function(e){},t.prototype._syncPendingControls=function(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))},t.prototype._applyFormState=function(e){this._isBoxedValue(e)?(this.value=this._pendingValue=e.value,e.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=e},t}(fe),ge=function(e){function t(t,r,n){var i=e.call(this,de(r),he(n,r))||this;return i.controls=t,i._initObservables(),i._setUpdateStrategy(r),i._setUpControls(),i.updateValueAndValidity({onlySelf:!0,emitEvent:!1}),i}return Object(n.__extends)(t,e),t.prototype.registerControl=function(e,t){return this.controls[e]?this.controls[e]:(this.controls[e]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)},t.prototype.addControl=function(e,t){this.registerControl(e,t),this.updateValueAndValidity(),this._onCollectionChange()},t.prototype.removeControl=function(e){this.controls[e]&&this.controls[e]._registerOnCollectionChange(function(){}),delete this.controls[e],this.updateValueAndValidity(),this._onCollectionChange()},t.prototype.setControl=function(e,t){this.controls[e]&&this.controls[e]._registerOnCollectionChange(function(){}),delete this.controls[e],t&&this.registerControl(e,t),this.updateValueAndValidity(),this._onCollectionChange()},t.prototype.contains=function(e){return this.controls.hasOwnProperty(e)&&this.controls[e].enabled},t.prototype.setValue=function(e,t){var r=this;void 0===t&&(t={}),this._checkAllValuesPresent(e),Object.keys(e).forEach(function(n){r._throwIfControlMissing(n),r.controls[n].setValue(e[n],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)},t.prototype.patchValue=function(e,t){var r=this;void 0===t&&(t={}),Object.keys(e).forEach(function(n){r.controls[n]&&r.controls[n].patchValue(e[n],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)},t.prototype.reset=function(e,t){void 0===e&&(e={}),void 0===t&&(t={}),this._forEachChild(function(r,n){r.reset(e[n],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t),this._updatePristine(t),this._updateTouched(t)},t.prototype.getRawValue=function(){return this._reduceChildren({},function(e,t,r){return e[r]=t instanceof be?t.value:t.getRawValue(),e})},t.prototype._syncPendingControls=function(){var e=this._reduceChildren(!1,function(e,t){return!!t._syncPendingControls()||e});return e&&this.updateValueAndValidity({onlySelf:!0}),e},t.prototype._throwIfControlMissing=function(e){if(!Object.keys(this.controls).length)throw new Error("\n There are no form controls registered with this group yet. If you're using ngModel,\n you may want to check next tick (e.g. use setTimeout).\n ");if(!this.controls[e])throw new Error("Cannot find form control with name: "+e+".")},t.prototype._forEachChild=function(e){var t=this;Object.keys(this.controls).forEach(function(r){return e(t.controls[r],r)})},t.prototype._setUpControls=function(){var e=this;this._forEachChild(function(t){t.setParent(e),t._registerOnCollectionChange(e._onCollectionChange)})},t.prototype._updateValue=function(){this.value=this._reduceValue()},t.prototype._anyControls=function(e){var t=this,r=!1;return this._forEachChild(function(n,i){r=r||t.contains(i)&&e(n)}),r},t.prototype._reduceValue=function(){var e=this;return this._reduceChildren({},function(t,r,n){return(r.enabled||e.disabled)&&(t[n]=r.value),t})},t.prototype._reduceChildren=function(e,t){var r=e;return this._forEachChild(function(e,n){r=t(r,e,n)}),r},t.prototype._allControlsDisabled=function(){var e,t;try{for(var r=Object(n.__values)(Object.keys(this.controls)),i=r.next();!i.done;i=r.next())if(this.controls[i.value].enabled)return!1}catch(t){e={error:t}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(e)throw e.error}}return Object.keys(this.controls).length>0||this.disabled},t.prototype._checkAllValuesPresent=function(e){this._forEachChild(function(t,r){if(void 0===e[r])throw new Error("Must supply a value for form control with name: '"+r+"'.")})},t}(fe),ve=function(e){function t(t,r,n){var i=e.call(this,de(r),he(n,r))||this;return i.controls=t,i._initObservables(),i._setUpdateStrategy(r),i._setUpControls(),i.updateValueAndValidity({onlySelf:!0,emitEvent:!1}),i}return Object(n.__extends)(t,e),t.prototype.at=function(e){return this.controls[e]},t.prototype.push=function(e){this.controls.push(e),this._registerControl(e),this.updateValueAndValidity(),this._onCollectionChange()},t.prototype.insert=function(e,t){this.controls.splice(e,0,t),this._registerControl(t),this.updateValueAndValidity()},t.prototype.removeAt=function(e){this.controls[e]&&this.controls[e]._registerOnCollectionChange(function(){}),this.controls.splice(e,1),this.updateValueAndValidity()},t.prototype.setControl=function(e,t){this.controls[e]&&this.controls[e]._registerOnCollectionChange(function(){}),this.controls.splice(e,1),t&&(this.controls.splice(e,0,t),this._registerControl(t)),this.updateValueAndValidity(),this._onCollectionChange()},Object.defineProperty(t.prototype,"length",{get:function(){return this.controls.length},enumerable:!0,configurable:!0}),t.prototype.setValue=function(e,t){var r=this;void 0===t&&(t={}),this._checkAllValuesPresent(e),e.forEach(function(e,n){r._throwIfControlMissing(n),r.at(n).setValue(e,{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)},t.prototype.patchValue=function(e,t){var r=this;void 0===t&&(t={}),e.forEach(function(e,n){r.at(n)&&r.at(n).patchValue(e,{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)},t.prototype.reset=function(e,t){void 0===e&&(e=[]),void 0===t&&(t={}),this._forEachChild(function(r,n){r.reset(e[n],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t),this._updatePristine(t),this._updateTouched(t)},t.prototype.getRawValue=function(){return this.controls.map(function(e){return e instanceof be?e.value:e.getRawValue()})},t.prototype._syncPendingControls=function(){var e=this.controls.reduce(function(e,t){return!!t._syncPendingControls()||e},!1);return e&&this.updateValueAndValidity({onlySelf:!0}),e},t.prototype._throwIfControlMissing=function(e){if(!this.controls.length)throw new Error("\n There are no form controls registered with this array yet. If you're using ngModel,\n you may want to check next tick (e.g. use setTimeout).\n ");if(!this.at(e))throw new Error("Cannot find form control at index "+e)},t.prototype._forEachChild=function(e){this.controls.forEach(function(t,r){e(t,r)})},t.prototype._updateValue=function(){var e=this;this.value=this.controls.filter(function(t){return t.enabled||e.disabled}).map(function(e){return e.value})},t.prototype._anyControls=function(e){return this.controls.some(function(t){return t.enabled&&e(t)})},t.prototype._setUpControls=function(){var e=this;this._forEachChild(function(t){return e._registerControl(t)})},t.prototype._checkAllValuesPresent=function(e){this._forEachChild(function(t,r){if(void 0===e[r])throw new Error("Must supply a value for form control at index: "+r+".")})},t.prototype._allControlsDisabled=function(){var e,t;try{for(var r=Object(n.__values)(this.controls),i=r.next();!i.done;i=r.next())if(i.value.enabled)return!1}catch(t){e={error:t}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(e)throw e.error}}return this.controls.length>0||this.disabled},t.prototype._registerControl=function(e){e.setParent(this),e._registerOnCollectionChange(this._onCollectionChange)},t}(fe),Se={provide:c,useExisting:Object(i.forwardRef)(function(){return Ne})},Ie=Promise.resolve(null),Ne=function(e){function t(t,r){var n=e.call(this)||this;return n.submitted=!1,n._directives=[],n.ngSubmit=new i.EventEmitter,n.form=new ge({},ee(t),te(r)),n}return Object(n.__extends)(t,e),t.prototype.ngAfterViewInit=function(){this._setUpdateStrategy()},Object.defineProperty(t.prototype,"formDirective",{get:function(){return this},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"control",{get:function(){return this.form},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"path",{get:function(){return[]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"controls",{get:function(){return this.form.controls},enumerable:!0,configurable:!0}),t.prototype.addControl=function(e){var t=this;Ie.then(function(){var r=t._findContainer(e.path);e.control=r.registerControl(e.name,e.control),Q(e.control,e),e.control.updateValueAndValidity({emitEvent:!1}),t._directives.push(e)})},t.prototype.getControl=function(e){return this.form.get(e.path)},t.prototype.removeControl=function(e){var t=this;Ie.then(function(){var r=t._findContainer(e.path);r&&r.removeControl(e.name),ae(t._directives,e)})},t.prototype.addFormGroup=function(e){var t=this;Ie.then(function(){var r=t._findContainer(e.path),n=new ge({});Z(n,e),r.registerControl(e.name,n),n.updateValueAndValidity({emitEvent:!1})})},t.prototype.removeFormGroup=function(e){var t=this;Ie.then(function(){var r=t._findContainer(e.path);r&&r.removeControl(e.name)})},t.prototype.getFormGroup=function(e){return this.form.get(e.path)},t.prototype.updateModel=function(e,t){var r=this;Ie.then(function(){r.form.get(e.path).setValue(t)})},t.prototype.setValue=function(e){this.control.setValue(e)},t.prototype.onSubmit=function(e){return this.submitted=!0,ie(this.form,this._directives),this.ngSubmit.emit(e),!1},t.prototype.onReset=function(){this.resetForm()},t.prototype.resetForm=function(e){void 0===e&&(e=void 0),this.form.reset(e),this.submitted=!1},t.prototype._setUpdateStrategy=function(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)},t.prototype._findContainer=function(e){return e.pop(),e.length?this.form.get(e):this.form},t}(c),Ce=function(){function e(){}return e.modelParentException=function(){throw new Error('\n ngModel cannot be used to register form controls with a parent formGroup directive. Try using\n formGroup\'s partner directive "formControlName" instead. Example:\n\n '+O+'\n\n Or, if you\'d like to avoid registering this form control, indicate that it\'s standalone in ngModelOptions:\n\n Example:\n\n \n
\n \n \n
\n ')},e.formGroupNameException=function(){throw new Error("\n ngModel cannot be used to register form controls with a parent formGroupName or formArrayName directive.\n\n Option 1: Use formControlName instead of ngModel (reactive strategy):\n\n "+L+"\n\n Option 2: Update ngModel's parent be ngModelGroup (template-driven strategy):\n\n "+B)},e.missingNameException=function(){throw new Error('If ngModel is used within a form tag, either the name attribute must be set or the form\n control must be defined as \'standalone\' in ngModelOptions.\n\n Example 1: \n Example 2: ')},e.modelGroupParentException=function(){throw new Error("\n ngModelGroup cannot be used with a parent formGroup directive.\n\n Option 1: Use formGroupName instead of ngModelGroup (reactive strategy):\n\n "+L+"\n\n Option 2: Use a regular form tag instead of the formGroup directive (template-driven strategy):\n\n "+B)},e}(),_e={provide:c,useExisting:Object(i.forwardRef)(function(){return De})},De=function(e){function t(t,r,n){var i=e.call(this)||this;return i._parent=t,i._validators=r,i._asyncValidators=n,i}return Object(n.__extends)(t,e),t.prototype._checkParentType=function(){this._parent instanceof t||this._parent instanceof Ne||Ce.modelGroupParentException()},t}(ue),Te={provide:x,useExisting:Object(i.forwardRef)(function(){return Ae})},ke=Promise.resolve(null),Ae=function(e){function t(t,r,n,o){var a=e.call(this)||this;return a.control=new be,a._registered=!1,a.update=new i.EventEmitter,a._parent=t,a._rawValidators=r||[],a._rawAsyncValidators=n||[],a.valueAccessor=oe(a,o),a}return Object(n.__extends)(t,e),t.prototype.ngOnChanges=function(e){this._checkForErrors(),this._registered||this._setUpControl(),"isDisabled"in e&&this._updateDisabled(e),re(e,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)},t.prototype.ngOnDestroy=function(){this.formDirective&&this.formDirective.removeControl(this)},Object.defineProperty(t.prototype,"path",{get:function(){return this._parent?K(this.name,this._parent):[this.name]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"formDirective",{get:function(){return this._parent?this._parent.formDirective:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validator",{get:function(){return ee(this._rawValidators)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"asyncValidator",{get:function(){return te(this._rawAsyncValidators)},enumerable:!0,configurable:!0}),t.prototype.viewToModelUpdate=function(e){this.viewModel=e,this.update.emit(e)},t.prototype._setUpControl=function(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0},t.prototype._setUpdateStrategy=function(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)},t.prototype._isStandalone=function(){return!this._parent||!(!this.options||!this.options.standalone)},t.prototype._setUpStandalone=function(){Q(this.control,this),this.control.updateValueAndValidity({emitEvent:!1})},t.prototype._checkForErrors=function(){this._isStandalone()||this._checkParentType(),this._checkName()},t.prototype._checkParentType=function(){!(this._parent instanceof De)&&this._parent instanceof ue?Ce.formGroupNameException():this._parent instanceof De||this._parent instanceof Ne||Ce.modelParentException()},t.prototype._checkName=function(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()||this.name||Ce.missingNameException()},t.prototype._updateValue=function(e){var t=this;ke.then(function(){t.control.setValue(e,{emitViewToModelChange:!1})})},t.prototype._updateDisabled=function(e){var t=this,r=e.isDisabled.currentValue,n=""===r||r&&"false"!==r;ke.then(function(){n&&!t.control.disabled?t.control.disable():!n&&t.control.disabled&&t.control.enable()})},t}(x),Re=new i.InjectionToken("NgModelWithFormControlWarning"),xe={provide:x,useExisting:Object(i.forwardRef)(function(){return we})},we=function(e){function t(t,r,n,o){var a=e.call(this)||this;return a._ngModelWarningConfig=o,a.update=new i.EventEmitter,a._ngModelWarningSent=!1,a._rawValidators=t||[],a._rawAsyncValidators=r||[],a.valueAccessor=oe(a,n),a}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"isDisabled",{set:function(e){F.disabledAttrWarning()},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(e){this._isControlChanged(e)&&(Q(this.form,this),this.control.disabled&&this.valueAccessor.setDisabledState&&this.valueAccessor.setDisabledState(!0),this.form.updateValueAndValidity({emitEvent:!1})),re(e,this.viewModel)&&(se("formControl",t,this,this._ngModelWarningConfig),this.form.setValue(this.model),this.viewModel=this.model)},Object.defineProperty(t.prototype,"path",{get:function(){return[]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validator",{get:function(){return ee(this._rawValidators)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"asyncValidator",{get:function(){return te(this._rawAsyncValidators)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"control",{get:function(){return this.form},enumerable:!0,configurable:!0}),t.prototype.viewToModelUpdate=function(e){this.viewModel=e,this.update.emit(e)},t.prototype._isControlChanged=function(e){return e.hasOwnProperty("form")},t._ngModelWarningSentOnce=!1,t}(x),Ee={provide:c,useExisting:Object(i.forwardRef)(function(){return Pe})},Pe=function(e){function t(t,r){var n=e.call(this)||this;return n._validators=t,n._asyncValidators=r,n.submitted=!1,n.directives=[],n.form=null,n.ngSubmit=new i.EventEmitter,n}return Object(n.__extends)(t,e),t.prototype.ngOnChanges=function(e){this._checkFormPresent(),e.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations())},Object.defineProperty(t.prototype,"formDirective",{get:function(){return this},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"control",{get:function(){return this.form},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"path",{get:function(){return[]},enumerable:!0,configurable:!0}),t.prototype.addControl=function(e){var t=this.form.get(e.path);return Q(t,e),t.updateValueAndValidity({emitEvent:!1}),this.directives.push(e),t},t.prototype.getControl=function(e){return this.form.get(e.path)},t.prototype.removeControl=function(e){ae(this.directives,e)},t.prototype.addFormGroup=function(e){var t=this.form.get(e.path);Z(t,e),t.updateValueAndValidity({emitEvent:!1})},t.prototype.removeFormGroup=function(e){},t.prototype.getFormGroup=function(e){return this.form.get(e.path)},t.prototype.addFormArray=function(e){var t=this.form.get(e.path);Z(t,e),t.updateValueAndValidity({emitEvent:!1})},t.prototype.removeFormArray=function(e){},t.prototype.getFormArray=function(e){return this.form.get(e.path)},t.prototype.updateModel=function(e,t){this.form.get(e.path).setValue(t)},t.prototype.onSubmit=function(e){return this.submitted=!0,ie(this.form,this.directives),this.ngSubmit.emit(e),!1},t.prototype.onReset=function(){this.resetForm()},t.prototype.resetForm=function(e){void 0===e&&(e=void 0),this.form.reset(e),this.submitted=!1},t.prototype._updateDomValue=function(){var e=this;this.directives.forEach(function(t){var r=e.form.get(t.path);t.control!==r&&(function(e,t){t.valueAccessor.registerOnChange(function(){return X(t)}),t.valueAccessor.registerOnTouched(function(){return X(t)}),t._rawValidators.forEach(function(e){e.registerOnValidatorChange&&e.registerOnValidatorChange(null)}),t._rawAsyncValidators.forEach(function(e){e.registerOnValidatorChange&&e.registerOnValidatorChange(null)}),e&&e._clearChangeFns()}(t.control,t),r&&Q(r,t),t.control=r)}),this.form._updateTreeValidity({emitEvent:!1})},t.prototype._updateRegistrations=function(){var e=this;this.form._registerOnCollectionChange(function(){return e._updateDomValue()}),this._oldForm&&this._oldForm._registerOnCollectionChange(function(){}),this._oldForm=this.form},t.prototype._updateValidators=function(){var e=ee(this._validators);this.form.validator=y.compose([this.form.validator,e]);var t=te(this._asyncValidators);this.form.asyncValidator=y.composeAsync([this.form.asyncValidator,t])},t.prototype._checkFormPresent=function(){this.form||F.missingFormException()},t}(c),Me={provide:c,useExisting:Object(i.forwardRef)(function(){return qe})},qe=function(e){function t(t,r,n){var i=e.call(this)||this;return i._parent=t,i._validators=r,i._asyncValidators=n,i}return Object(n.__extends)(t,e),t.prototype._checkParentType=function(){Be(this._parent)&&F.groupParentException()},t}(ue),Oe={provide:c,useExisting:Object(i.forwardRef)(function(){return Le})},Le=function(e){function t(t,r,n){var i=e.call(this)||this;return i._parent=t,i._validators=r,i._asyncValidators=n,i}return Object(n.__extends)(t,e),t.prototype.ngOnInit=function(){this._checkParentType(),this.formDirective.addFormArray(this)},t.prototype.ngOnDestroy=function(){this.formDirective&&this.formDirective.removeFormArray(this)},Object.defineProperty(t.prototype,"control",{get:function(){return this.formDirective.getFormArray(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"formDirective",{get:function(){return this._parent?this._parent.formDirective:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"path",{get:function(){return K(this.name,this._parent)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validator",{get:function(){return ee(this._validators)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"asyncValidator",{get:function(){return te(this._asyncValidators)},enumerable:!0,configurable:!0}),t.prototype._checkParentType=function(){Be(this._parent)&&F.arrayParentException()},t}(c);function Be(e){return!(e instanceof qe||e instanceof Pe||e instanceof Le)}var Fe={provide:x,useExisting:Object(i.forwardRef)(function(){return Ge})},Ge=function(e){function t(t,r,n,o,a){var s=e.call(this)||this;return s._ngModelWarningConfig=a,s._added=!1,s.update=new i.EventEmitter,s._ngModelWarningSent=!1,s._parent=t,s._rawValidators=r||[],s._rawAsyncValidators=n||[],s.valueAccessor=oe(s,o),s}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"isDisabled",{set:function(e){F.disabledAttrWarning()},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(e){this._added||this._setUpControl(),re(e,this.viewModel)&&(se("formControlName",t,this,this._ngModelWarningConfig),this.viewModel=this.model,this.formDirective.updateModel(this,this.model))},t.prototype.ngOnDestroy=function(){this.formDirective&&this.formDirective.removeControl(this)},t.prototype.viewToModelUpdate=function(e){this.viewModel=e,this.update.emit(e)},Object.defineProperty(t.prototype,"path",{get:function(){return K(this.name,this._parent)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"formDirective",{get:function(){return this._parent?this._parent.formDirective:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validator",{get:function(){return ee(this._rawValidators)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"asyncValidator",{get:function(){return te(this._rawAsyncValidators)},enumerable:!0,configurable:!0}),t.prototype._checkParentType=function(){!(this._parent instanceof qe)&&this._parent instanceof ue?F.ngModelGroupException():this._parent instanceof qe||this._parent instanceof Pe||this._parent instanceof Le||F.controlParentException()},t.prototype._setUpControl=function(){this._checkParentType(),this.control=this.formDirective.addControl(this),this.control.disabled&&this.valueAccessor.setDisabledState&&this.valueAccessor.setDisabledState(!0),this._added=!0},t._ngModelWarningSentOnce=!1,t}(x),Ve={provide:m,useExisting:Object(i.forwardRef)(function(){return je}),multi:!0},Ue={provide:m,useExisting:Object(i.forwardRef)(function(){return $e}),multi:!0},je=function(){function e(){}return Object.defineProperty(e.prototype,"required",{get:function(){return this._required},set:function(e){this._required=null!=e&&!1!==e&&""+e!="false",this._onChange&&this._onChange()},enumerable:!0,configurable:!0}),e.prototype.validate=function(e){return this.required?y.required(e):null},e.prototype.registerOnValidatorChange=function(e){this._onChange=e},e}(),$e=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.__extends)(t,e),t.prototype.validate=function(e){return this.required?y.requiredTrue(e):null},t}(je),We={provide:m,useExisting:Object(i.forwardRef)(function(){return ze}),multi:!0},ze=function(){function e(){}return Object.defineProperty(e.prototype,"email",{set:function(e){this._enabled=""===e||!0===e||"true"===e,this._onChange&&this._onChange()},enumerable:!0,configurable:!0}),e.prototype.validate=function(e){return this._enabled?y.email(e):null},e.prototype.registerOnValidatorChange=function(e){this._onChange=e},e}(),He={provide:m,useExisting:Object(i.forwardRef)(function(){return Ke}),multi:!0},Ke=function(){function e(){}return e.prototype.ngOnChanges=function(e){"minlength"in e&&(this._createValidator(),this._onChange&&this._onChange())},e.prototype.validate=function(e){return null==this.minlength?null:this._validator(e)},e.prototype.registerOnValidatorChange=function(e){this._onChange=e},e.prototype._createValidator=function(){this._validator=y.minLength(parseInt(this.minlength,10))},e}(),Qe={provide:m,useExisting:Object(i.forwardRef)(function(){return Ye}),multi:!0},Ye=function(){function e(){}return e.prototype.ngOnChanges=function(e){"maxlength"in e&&(this._createValidator(),this._onChange&&this._onChange())},e.prototype.validate=function(e){return null!=this.maxlength?this._validator(e):null},e.prototype.registerOnValidatorChange=function(e){this._onChange=e},e.prototype._createValidator=function(){this._validator=y.maxLength(parseInt(this.maxlength,10))},e}(),Ze={provide:m,useExisting:Object(i.forwardRef)(function(){return Xe}),multi:!0},Xe=function(){function e(){}return e.prototype.ngOnChanges=function(e){"pattern"in e&&(this._createValidator(),this._onChange&&this._onChange())},e.prototype.validate=function(e){return this._validator(e)},e.prototype.registerOnValidatorChange=function(e){this._onChange=e},e.prototype._createValidator=function(){this._validator=y.pattern(this.pattern)},e}(),Je=function(){function e(){}return e.prototype.group=function(e,t){void 0===t&&(t=null);var r=this._reduceControls(e);return new ge(r,null!=t?t.validator:null,null!=t?t.asyncValidator:null)},e.prototype.control=function(e,t,r){return new be(e,t,r)},e.prototype.array=function(e,t,r){var n=this,i=e.map(function(e){return n._createControl(e)});return new ve(i,t,r)},e.prototype._reduceControls=function(e){var t=this,r={};return Object.keys(e).forEach(function(n){r[n]=t._createControl(e[n])}),r},e.prototype._createControl=function(e){return e instanceof be||e instanceof ge||e instanceof ve?e:Array.isArray(e)?this.control(e[0],e.length>1?e[1]:null,e.length>2?e[2]:null):this.control(e)},e}(),et=new i.Version("6.1.7"),tt=function(){},rt=[tt,j,H,_,A,q,I,U,z,P,pe,me,je,Ke,Ye,Xe,$e,ze],nt=[Ae,De,Ne],it=[we,Pe,Ge,qe,Le],ot=function(){},at=function(){},st=function(){function e(){}return e.withConfig=function(t){return{ngModule:e,providers:[{provide:Re,useValue:t.warnOnNgModelWithFormControl}]}},e}()},gK5f:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("F2og"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.ngOnInit=function(){this.validator=o.phone(this.phone)},e.prototype.ngOnChanges=function(e){for(var t in e)"phone"===t&&(this.validator=o.phone(e[t].currentValue),this.onChange&&this.onChange())},e.prototype.validate=function(e){return this.validator(e)},e.prototype.registerOnValidatorChange=function(e){this.onChange=e},e.decorators=[{type:n.Directive,args:[{selector:"[phone][formControlName],[phone][formControl],[phone][ngModel]",providers:[a]}]}],e.propDecorators={phone:[{type:n.Input}]},e}();t.PhoneValidator=s},gaZ0:function(e,t,r){var n=r("BaN1");function i(){}function o(e){return e.isQueryName||"ec2"!==e.api.protocol?e.name:e.name[0].toUpperCase()+e.name.substr(1)}i.prototype.serialize=function(e,t,r){!function e(t,r,i,a){n.each(i.members,function(i,s){var u=r[i];if(null!==u&&void 0!==u){var l=o(s);!function t(r,i,a,s){null!==i&&void 0!==i&&("structure"===a.type?e(r,i,a,s):"list"===a.type?function(e,r,a,s){var u=a.member||{};0!==i.length?n.arrayEach(i,function(r,n){var i="."+(n+1);if("ec2"===a.api.protocol)i+="";else if(a.flattened){if(u.name){var l=e.split(".");l.pop(),l.push(o(u)),e=l.join(".")}}else i="."+(u.name?u.name:"member")+i;t(e+i,r,u,s)}):s.call(this,e,null)}(r,0,a,s):"map"===a.type?function(e,r,o,a){var s=1;n.each(i,function(r,n){var i=(o.flattened?".":".entry.")+s+++".",u=i+(o.value.name||"value");t(e+(i+(o.key.name||"key")),r,o.key,a),t(e+u,n,o.value,a)})}(r,0,a,s):s(r,a.toWireFormat(i).toString()))}(l=t?t+"."+l:l,u,s,a)}})}("",e,t,r)},e.exports=i},ghU1:function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("0UZX")),n(r("9eTs"))},gyWS:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2013-01-10",endpointPrefix:"rds",protocol:"query",serviceAbbreviation:"Amazon RDS",serviceFullName:"Amazon Relational Database Service",serviceId:"RDS",signatureVersion:"v4",uid:"rds-2013-01-10",xmlNamespace:"http://rds.amazonaws.com/doc/2013-01-10/"},operations:{AddSourceIdentifierToSubscription:{input:{type:"structure",required:["SubscriptionName","SourceIdentifier"],members:{SubscriptionName:{},SourceIdentifier:{}}},output:{resultWrapper:"AddSourceIdentifierToSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},AddTagsToResource:{input:{type:"structure",required:["ResourceName","Tags"],members:{ResourceName:{},Tags:{shape:"S9"}}}},AuthorizeDBSecurityGroupIngress:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{},CIDRIP:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"AuthorizeDBSecurityGroupIngressResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}},CopyDBSnapshot:{input:{type:"structure",required:["SourceDBSnapshotIdentifier","TargetDBSnapshotIdentifier"],members:{SourceDBSnapshotIdentifier:{},TargetDBSnapshotIdentifier:{}}},output:{resultWrapper:"CopyDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},CreateDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier","AllocatedStorage","DBInstanceClass","Engine","MasterUsername","MasterUserPassword"],members:{DBName:{},DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},Engine:{},MasterUsername:{},MasterUserPassword:{},DBSecurityGroups:{shape:"Sp"},VpcSecurityGroupIds:{shape:"Sq"},AvailabilityZone:{},DBSubnetGroupName:{},PreferredMaintenanceWindow:{},DBParameterGroupName:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{},Port:{type:"integer"},MultiAZ:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},Iops:{type:"integer"},OptionGroupName:{},CharacterSetName:{},PubliclyAccessible:{type:"boolean"}}},output:{resultWrapper:"CreateDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},CreateDBInstanceReadReplica:{input:{type:"structure",required:["DBInstanceIdentifier","SourceDBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SourceDBInstanceIdentifier:{},DBInstanceClass:{},AvailabilityZone:{},Port:{type:"integer"},AutoMinorVersionUpgrade:{type:"boolean"},Iops:{type:"integer"},OptionGroupName:{},PubliclyAccessible:{type:"boolean"}}},output:{resultWrapper:"CreateDBInstanceReadReplicaResult",type:"structure",members:{DBInstance:{shape:"St"}}}},CreateDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","DBParameterGroupFamily","Description"],members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{}}},output:{resultWrapper:"CreateDBParameterGroupResult",type:"structure",members:{DBParameterGroup:{shape:"S1c"}}}},CreateDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName","DBSecurityGroupDescription"],members:{DBSecurityGroupName:{},DBSecurityGroupDescription:{}}},output:{resultWrapper:"CreateDBSecurityGroupResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}},CreateDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier","DBInstanceIdentifier"],members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{}}},output:{resultWrapper:"CreateDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},CreateDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","DBSubnetGroupDescription","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1i"}}},output:{resultWrapper:"CreateDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S11"}}}},CreateEventSubscription:{input:{type:"structure",required:["SubscriptionName","SnsTopicArn"],members:{SubscriptionName:{},SnsTopicArn:{},SourceType:{},EventCategories:{shape:"S6"},SourceIds:{shape:"S5"},Enabled:{type:"boolean"}}},output:{resultWrapper:"CreateEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},CreateOptionGroup:{input:{type:"structure",required:["OptionGroupName","EngineName","MajorEngineVersion","OptionGroupDescription"],members:{OptionGroupName:{},EngineName:{},MajorEngineVersion:{},OptionGroupDescription:{}}},output:{resultWrapper:"CreateOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1o"}}}},DeleteDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SkipFinalSnapshot:{type:"boolean"},FinalDBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},DeleteDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{}}}},DeleteDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{}}}},DeleteDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier"],members:{DBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sk"}}}},DeleteDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName"],members:{DBSubnetGroupName:{}}}},DeleteEventSubscription:{input:{type:"structure",required:["SubscriptionName"],members:{SubscriptionName:{}}},output:{resultWrapper:"DeleteEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},DeleteOptionGroup:{input:{type:"structure",required:["OptionGroupName"],members:{OptionGroupName:{}}}},DescribeDBEngineVersions:{input:{type:"structure",members:{Engine:{},EngineVersion:{},DBParameterGroupFamily:{},MaxRecords:{type:"integer"},Marker:{},DefaultOnly:{type:"boolean"},ListSupportedCharacterSets:{type:"boolean"}}},output:{resultWrapper:"DescribeDBEngineVersionsResult",type:"structure",members:{Marker:{},DBEngineVersions:{type:"list",member:{locationName:"DBEngineVersion",type:"structure",members:{Engine:{},EngineVersion:{},DBParameterGroupFamily:{},DBEngineDescription:{},DBEngineVersionDescription:{},DefaultCharacterSet:{shape:"S25"},SupportedCharacterSets:{type:"list",member:{shape:"S25",locationName:"CharacterSet"}}}}}}}},DescribeDBInstances:{input:{type:"structure",members:{DBInstanceIdentifier:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBInstancesResult",type:"structure",members:{Marker:{},DBInstances:{type:"list",member:{shape:"St",locationName:"DBInstance"}}}}},DescribeDBParameterGroups:{input:{type:"structure",members:{DBParameterGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParameterGroupsResult",type:"structure",members:{Marker:{},DBParameterGroups:{type:"list",member:{shape:"S1c",locationName:"DBParameterGroup"}}}}},DescribeDBParameters:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},Source:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParametersResult",type:"structure",members:{Parameters:{shape:"S2f"},Marker:{}}}},DescribeDBSecurityGroups:{input:{type:"structure",members:{DBSecurityGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSecurityGroupsResult",type:"structure",members:{Marker:{},DBSecurityGroups:{type:"list",member:{shape:"Sd",locationName:"DBSecurityGroup"}}}}},DescribeDBSnapshots:{input:{type:"structure",members:{DBInstanceIdentifier:{},DBSnapshotIdentifier:{},SnapshotType:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSnapshotsResult",type:"structure",members:{Marker:{},DBSnapshots:{type:"list",member:{shape:"Sk",locationName:"DBSnapshot"}}}}},DescribeDBSubnetGroups:{input:{type:"structure",members:{DBSubnetGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSubnetGroupsResult",type:"structure",members:{Marker:{},DBSubnetGroups:{type:"list",member:{shape:"S11",locationName:"DBSubnetGroup"}}}}},DescribeEngineDefaultParameters:{input:{type:"structure",required:["DBParameterGroupFamily"],members:{DBParameterGroupFamily:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEngineDefaultParametersResult",type:"structure",members:{EngineDefaults:{type:"structure",members:{DBParameterGroupFamily:{},Marker:{},Parameters:{shape:"S2f"}},wrapper:!0}}}},DescribeEventCategories:{input:{type:"structure",members:{SourceType:{}}},output:{resultWrapper:"DescribeEventCategoriesResult",type:"structure",members:{EventCategoriesMapList:{type:"list",member:{locationName:"EventCategoriesMap",type:"structure",members:{SourceType:{},EventCategories:{shape:"S6"}},wrapper:!0}}}}},DescribeEventSubscriptions:{input:{type:"structure",members:{SubscriptionName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventSubscriptionsResult",type:"structure",members:{Marker:{},EventSubscriptionsList:{type:"list",member:{shape:"S4",locationName:"EventSubscription"}}}}},DescribeEvents:{input:{type:"structure",members:{SourceIdentifier:{},SourceType:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Duration:{type:"integer"},EventCategories:{shape:"S6"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventsResult",type:"structure",members:{Marker:{},Events:{type:"list",member:{locationName:"Event",type:"structure",members:{SourceIdentifier:{},SourceType:{},Message:{},EventCategories:{shape:"S6"},Date:{type:"timestamp"}}}}}}},DescribeOptionGroupOptions:{input:{type:"structure",required:["EngineName"],members:{EngineName:{},MajorEngineVersion:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeOptionGroupOptionsResult",type:"structure",members:{OptionGroupOptions:{type:"list",member:{locationName:"OptionGroupOption",type:"structure",members:{Name:{},Description:{},EngineName:{},MajorEngineVersion:{},MinimumRequiredMinorEngineVersion:{},PortRequired:{type:"boolean"},DefaultPort:{type:"integer"},OptionsDependedOn:{type:"list",member:{locationName:"OptionName"}}}}},Marker:{}}}},DescribeOptionGroups:{input:{type:"structure",members:{OptionGroupName:{},Marker:{},MaxRecords:{type:"integer"},EngineName:{},MajorEngineVersion:{}}},output:{resultWrapper:"DescribeOptionGroupsResult",type:"structure",members:{OptionGroupsList:{type:"list",member:{shape:"S1o",locationName:"OptionGroup"}},Marker:{}}}},DescribeOrderableDBInstanceOptions:{input:{type:"structure",required:["Engine"],members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},Vpc:{type:"boolean"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeOrderableDBInstanceOptionsResult",type:"structure",members:{OrderableDBInstanceOptions:{type:"list",member:{locationName:"OrderableDBInstanceOption",type:"structure",members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},AvailabilityZones:{type:"list",member:{shape:"S14",locationName:"AvailabilityZone"}},MultiAZCapable:{type:"boolean"},ReadReplicaCapable:{type:"boolean"},Vpc:{type:"boolean"}},wrapper:!0}},Marker:{}}}},DescribeReservedDBInstances:{input:{type:"structure",members:{ReservedDBInstanceId:{},ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesResult",type:"structure",members:{Marker:{},ReservedDBInstances:{type:"list",member:{shape:"S3m",locationName:"ReservedDBInstance"}}}}},DescribeReservedDBInstancesOfferings:{input:{type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesOfferingsResult",type:"structure",members:{Marker:{},ReservedDBInstancesOfferings:{type:"list",member:{locationName:"ReservedDBInstancesOffering",type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},CurrencyCode:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},RecurringCharges:{shape:"S3o"}},wrapper:!0}}}}},ListTagsForResource:{input:{type:"structure",required:["ResourceName"],members:{ResourceName:{}}},output:{resultWrapper:"ListTagsForResourceResult",type:"structure",members:{TagList:{shape:"S9"}}}},ModifyDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},DBSecurityGroups:{shape:"Sp"},VpcSecurityGroupIds:{shape:"Sq"},ApplyImmediately:{type:"boolean"},MasterUserPassword:{},DBParameterGroupName:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{},PreferredMaintenanceWindow:{},MultiAZ:{type:"boolean"},EngineVersion:{},AllowMajorVersionUpgrade:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},Iops:{type:"integer"},OptionGroupName:{},NewDBInstanceIdentifier:{}}},output:{resultWrapper:"ModifyDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},ModifyDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","Parameters"],members:{DBParameterGroupName:{},Parameters:{shape:"S2f"}}},output:{shape:"S3z",resultWrapper:"ModifyDBParameterGroupResult"}},ModifyDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1i"}}},output:{resultWrapper:"ModifyDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S11"}}}},ModifyEventSubscription:{input:{type:"structure",required:["SubscriptionName"],members:{SubscriptionName:{},SnsTopicArn:{},SourceType:{},EventCategories:{shape:"S6"},Enabled:{type:"boolean"}}},output:{resultWrapper:"ModifyEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},ModifyOptionGroup:{input:{type:"structure",required:["OptionGroupName"],members:{OptionGroupName:{},OptionsToInclude:{type:"list",member:{locationName:"OptionConfiguration",type:"structure",required:["OptionName"],members:{OptionName:{},Port:{type:"integer"},DBSecurityGroupMemberships:{shape:"Sp"},VpcSecurityGroupMemberships:{shape:"Sq"}}}},OptionsToRemove:{type:"list",member:{}},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"ModifyOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"S1o"}}}},PromoteReadReplica:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{}}},output:{resultWrapper:"PromoteReadReplicaResult",type:"structure",members:{DBInstance:{shape:"St"}}}},PurchaseReservedDBInstancesOffering:{input:{type:"structure",required:["ReservedDBInstancesOfferingId"],members:{ReservedDBInstancesOfferingId:{},ReservedDBInstanceId:{},DBInstanceCount:{type:"integer"}}},output:{resultWrapper:"PurchaseReservedDBInstancesOfferingResult",type:"structure",members:{ReservedDBInstance:{shape:"S3m"}}}},RebootDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},ForceFailover:{type:"boolean"}}},output:{resultWrapper:"RebootDBInstanceResult",type:"structure",members:{DBInstance:{shape:"St"}}}},RemoveSourceIdentifierFromSubscription:{input:{type:"structure",required:["SubscriptionName","SourceIdentifier"],members:{SubscriptionName:{},SourceIdentifier:{}}},output:{resultWrapper:"RemoveSourceIdentifierFromSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},RemoveTagsFromResource:{input:{type:"structure",required:["ResourceName","TagKeys"],members:{ResourceName:{},TagKeys:{type:"list",member:{}}}}},ResetDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},ResetAllParameters:{type:"boolean"},Parameters:{shape:"S2f"}}},output:{shape:"S3z",resultWrapper:"ResetDBParameterGroupResult"}},RestoreDBInstanceFromDBSnapshot:{input:{type:"structure",required:["DBInstanceIdentifier","DBSnapshotIdentifier"],members:{DBInstanceIdentifier:{},DBSnapshotIdentifier:{},DBInstanceClass:{},Port:{type:"integer"},AvailabilityZone:{},DBSubnetGroupName:{},MultiAZ:{type:"boolean"},PubliclyAccessible:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},DBName:{},Engine:{},Iops:{type:"integer"},OptionGroupName:{}}},output:{resultWrapper:"RestoreDBInstanceFromDBSnapshotResult",type:"structure",members:{DBInstance:{shape:"St"}}}},RestoreDBInstanceToPointInTime:{input:{type:"structure",required:["SourceDBInstanceIdentifier","TargetDBInstanceIdentifier"],members:{SourceDBInstanceIdentifier:{},TargetDBInstanceIdentifier:{},RestoreTime:{type:"timestamp"},UseLatestRestorableTime:{type:"boolean"},DBInstanceClass:{},Port:{type:"integer"},AvailabilityZone:{},DBSubnetGroupName:{},MultiAZ:{type:"boolean"},PubliclyAccessible:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},DBName:{},Engine:{},Iops:{type:"integer"},OptionGroupName:{}}},output:{resultWrapper:"RestoreDBInstanceToPointInTimeResult",type:"structure",members:{DBInstance:{shape:"St"}}}},RevokeDBSecurityGroupIngress:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{},CIDRIP:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"RevokeDBSecurityGroupIngressResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}}},shapes:{S4:{type:"structure",members:{Id:{},CustomerAwsId:{},CustSubscriptionId:{},SnsTopicArn:{},Status:{},SubscriptionCreationTime:{},SourceType:{},SourceIdsList:{shape:"S5"},EventCategoriesList:{shape:"S6"},Enabled:{type:"boolean"}},wrapper:!0},S5:{type:"list",member:{locationName:"SourceId"}},S6:{type:"list",member:{locationName:"EventCategory"}},S9:{type:"list",member:{locationName:"Tag",type:"structure",members:{Key:{},Value:{}}}},Sd:{type:"structure",members:{OwnerId:{},DBSecurityGroupName:{},DBSecurityGroupDescription:{},VpcId:{},EC2SecurityGroups:{type:"list",member:{locationName:"EC2SecurityGroup",type:"structure",members:{Status:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}}},IPRanges:{type:"list",member:{locationName:"IPRange",type:"structure",members:{Status:{},CIDRIP:{}}}}},wrapper:!0},Sk:{type:"structure",members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{},SnapshotCreateTime:{type:"timestamp"},Engine:{},AllocatedStorage:{type:"integer"},Status:{},Port:{type:"integer"},AvailabilityZone:{},VpcId:{},InstanceCreateTime:{type:"timestamp"},MasterUsername:{},EngineVersion:{},LicenseModel:{},SnapshotType:{},Iops:{type:"integer"}},wrapper:!0},Sp:{type:"list",member:{locationName:"DBSecurityGroupName"}},Sq:{type:"list",member:{locationName:"VpcSecurityGroupId"}},St:{type:"structure",members:{DBInstanceIdentifier:{},DBInstanceClass:{},Engine:{},DBInstanceStatus:{},MasterUsername:{},DBName:{},Endpoint:{type:"structure",members:{Address:{},Port:{type:"integer"}}},AllocatedStorage:{type:"integer"},InstanceCreateTime:{type:"timestamp"},PreferredBackupWindow:{},BackupRetentionPeriod:{type:"integer"},DBSecurityGroups:{shape:"Sv"},VpcSecurityGroups:{shape:"Sx"},DBParameterGroups:{type:"list",member:{locationName:"DBParameterGroup",type:"structure",members:{DBParameterGroupName:{},ParameterApplyStatus:{}}}},AvailabilityZone:{},DBSubnetGroup:{shape:"S11"},PreferredMaintenanceWindow:{},PendingModifiedValues:{type:"structure",members:{DBInstanceClass:{},AllocatedStorage:{type:"integer"},MasterUserPassword:{},Port:{type:"integer"},BackupRetentionPeriod:{type:"integer"},MultiAZ:{type:"boolean"},EngineVersion:{},Iops:{type:"integer"},DBInstanceIdentifier:{}}},LatestRestorableTime:{type:"timestamp"},MultiAZ:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},ReadReplicaSourceDBInstanceIdentifier:{},ReadReplicaDBInstanceIdentifiers:{type:"list",member:{locationName:"ReadReplicaDBInstanceIdentifier"}},LicenseModel:{},Iops:{type:"integer"},OptionGroupMembership:{type:"structure",members:{OptionGroupName:{},Status:{}}},CharacterSetName:{},SecondaryAvailabilityZone:{},PubliclyAccessible:{type:"boolean"}},wrapper:!0},Sv:{type:"list",member:{locationName:"DBSecurityGroup",type:"structure",members:{DBSecurityGroupName:{},Status:{}}}},Sx:{type:"list",member:{locationName:"VpcSecurityGroupMembership",type:"structure",members:{VpcSecurityGroupId:{},Status:{}}}},S11:{type:"structure",members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},VpcId:{},SubnetGroupStatus:{},Subnets:{type:"list",member:{locationName:"Subnet",type:"structure",members:{SubnetIdentifier:{},SubnetAvailabilityZone:{shape:"S14"},SubnetStatus:{}}}}},wrapper:!0},S14:{type:"structure",members:{Name:{},ProvisionedIopsCapable:{type:"boolean"}},wrapper:!0},S1c:{type:"structure",members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{}},wrapper:!0},S1i:{type:"list",member:{locationName:"SubnetIdentifier"}},S1o:{type:"structure",members:{OptionGroupName:{},OptionGroupDescription:{},EngineName:{},MajorEngineVersion:{},Options:{type:"list",member:{locationName:"Option",type:"structure",members:{OptionName:{},OptionDescription:{},Port:{type:"integer"},DBSecurityGroupMemberships:{shape:"Sv"},VpcSecurityGroupMemberships:{shape:"Sx"}}}},AllowsVpcAndNonVpcInstanceMemberships:{type:"boolean"},VpcId:{}},wrapper:!0},S25:{type:"structure",members:{CharacterSetName:{},CharacterSetDescription:{}}},S2f:{type:"list",member:{locationName:"Parameter",type:"structure",members:{ParameterName:{},ParameterValue:{},Description:{},Source:{},ApplyType:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},MinimumEngineVersion:{},ApplyMethod:{}}}},S3m:{type:"structure",members:{ReservedDBInstanceId:{},ReservedDBInstancesOfferingId:{},DBInstanceClass:{},StartTime:{type:"timestamp"},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},CurrencyCode:{},DBInstanceCount:{type:"integer"},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},State:{},RecurringCharges:{shape:"S3o"}},wrapper:!0},S3o:{type:"list",member:{locationName:"RecurringCharge",type:"structure",members:{RecurringChargeAmount:{type:"double"},RecurringChargeFrequency:{}},wrapper:!0}},S3z:{type:"structure",members:{DBParameterGroupName:{}}}}}},"h/dY":function(e,t,r){var n=r("QsWE"),i=r("81Wt"),o=n.util.inherit,a=n.util.domain,s=r("CNpV"),u={success:1,error:1,complete:1},l=new i;l.setupStates=function(){var e=function(e,t){var r=this;r._haltHandlersOnError=!1,r.emit(r._asm.currentState,function(e){if(e)if(Object.prototype.hasOwnProperty.call(u,r._asm.currentState)){if(!(a&&r.domain instanceof a.Domain))throw e;e.domainEmitter=r,e.domain=r.domain,e.domainThrown=!1,r.domain.emit("error",e)}else r.response.error=e,t(e);else t(r.response.error)})};this.addState("validate","build","error",e),this.addState("build","afterBuild","restart",e),this.addState("afterBuild","sign","restart",e),this.addState("sign","send","retry",e),this.addState("retry","afterRetry","afterRetry",e),this.addState("afterRetry","sign","error",e),this.addState("send","validateResponse","retry",e),this.addState("validateResponse","extractData","extractError",e),this.addState("extractError","extractData","retry",e),this.addState("extractData","success","retry",e),this.addState("restart","build","error",e),this.addState("success","complete","complete",e),this.addState("error","complete","complete",e),this.addState("complete",null,null,e)},l.setupStates(),n.Request=o({constructor:function(e,t,r){var o=e.endpoint,s=e.config.region,u=e.config.customUserAgent;e.isGlobalEndpoint&&(s="us-east-1"),this.domain=a&&a.active,this.service=e,this.operation=t,this.params=r||{},this.httpRequest=new n.HttpRequest(o,s),this.httpRequest.appendToUserAgent(u),this.startTime=e.getSkewCorrectedDate(),this.response=new n.Response(this),this._asm=new i(l.states,"validate"),this._haltHandlersOnError=!1,n.SequentialExecutor.call(this),this.emit=this.emitEvent},send:function(e){return e&&(this.httpRequest.appendToUserAgent("callback"),this.on("complete",function(t){e.call(t,t.error,t.data)})),this.runTo(),this.response},build:function(e){return this.runTo("send",e)},runTo:function(e,t){return this._asm.runTo(e,t,this),this},abort:function(){return this.removeAllListeners("validateResponse"),this.removeAllListeners("extractError"),this.on("validateResponse",function(e){e.error=n.util.error(new Error("Request aborted by user"),{code:"RequestAbortedError",retryable:!1})}),this.httpRequest.stream&&!this.httpRequest.stream.didCallback&&(this.httpRequest.stream.abort(),this.httpRequest._abortCallback?this.httpRequest._abortCallback():this.removeAllListeners("send")),this},eachPage:function(e){e=n.util.fn.makeAsync(e,3),this.on("complete",function t(r){e.call(r,r.error,r.data,function(i){!1!==i&&(r.hasNextPage()?r.nextPage().on("complete",t).send():e.call(r,null,null,n.util.fn.noop))})}).send()},eachItem:function(e){var t=this;this.eachPage(function(r,i){if(r)return e(r,null);if(null===i)return e(null,null);var o=t.service.paginationConfig(t.operation).resultKey;Array.isArray(o)&&(o=o[0]);var a=s.search(i,o),u=!0;return n.util.arrayEach(a,function(t){if(!1===(u=e(null,t)))return n.util.abort}),u})},isPageable:function(){return!!this.service.paginationConfig(this.operation)},createReadStream:function(){var e=n.util.stream,t=this,r=null;return 2===n.HttpClient.streamsApiVersion?(r=new e.PassThrough,process.nextTick(function(){t.send()})):((r=new e.Stream).readable=!0,r.sent=!1,r.on("newListener",function(e){r.sent||"data"!==e||(r.sent=!0,process.nextTick(function(){t.send()}))})),this.on("error",function(e){r.emit("error",e)}),this.on("httpHeaders",function(i,o,a){if(i<300){t.removeListener("httpData",n.EventListeners.Core.HTTP_DATA),t.removeListener("httpError",n.EventListeners.Core.HTTP_ERROR),t.on("httpError",function(e){a.error=e,a.error.retryable=!1});var s,u=!1;if("HEAD"!==t.httpRequest.method&&(s=parseInt(o["content-length"],10)),void 0!==s&&!isNaN(s)&&s>=0){u=!0;var l=0}var c=function(){u&&l!==s?r.emit("error",n.util.error(new Error("Stream content length mismatch. Received "+l+" of "+s+" bytes."),{code:"StreamContentLengthMismatch"})):2===n.HttpClient.streamsApiVersion?r.end():r.emit("end")},p=a.httpResponse.createUnbufferedStream();if(2===n.HttpClient.streamsApiVersion)if(u){var m=new e.PassThrough;m._write=function(t){return t&&t.length&&(l+=t.length),e.PassThrough.prototype._write.apply(this,arguments)},m.on("end",c),r.on("error",function(e){u=!1,p.unpipe(m),m.emit("end"),m.end()}),p.pipe(m).pipe(r,{end:!1})}else p.pipe(r);else u&&p.on("data",function(e){e&&e.length&&(l+=e.length)}),p.on("data",function(e){r.emit("data",e)}),p.on("end",c);p.on("error",function(e){u=!1,r.emit("error",e)})}}),r},emitEvent:function(e,t,r){"function"==typeof t&&(r=t,t=null),r||(r=function(){}),t||(t=this.eventParameters(e,this.response)),n.SequentialExecutor.prototype.emit.call(this,e,t,function(e){e&&(this.response.error=e),r.call(this,e)})},eventParameters:function(e){switch(e){case"restart":case"validate":case"sign":case"build":case"afterValidate":case"afterBuild":return[this];case"error":return[this.response.error,this.response];default:return[this.response]}},presign:function(e,t){return t||"function"!=typeof e||(t=e,e=null),(new n.Signers.Presign).sign(this.toGet(),e,t)},isPresigned:function(){return Object.prototype.hasOwnProperty.call(this.httpRequest.headers,"presigned-expires")},toUnauthenticated:function(){return this._unAuthenticated=!0,this.removeListener("validate",n.EventListeners.Core.VALIDATE_CREDENTIALS),this.removeListener("sign",n.EventListeners.Core.SIGN),this},toGet:function(){return"query"!==this.service.api.protocol&&"ec2"!==this.service.api.protocol||(this.removeListener("build",this.buildAsGet),this.addListener("build",this.buildAsGet)),this},buildAsGet:function(e){e.httpRequest.method="GET",e.httpRequest.path=e.service.endpoint.path+"?"+e.httpRequest.body,e.httpRequest.body="",delete e.httpRequest.headers["Content-Length"],delete e.httpRequest.headers["Content-Type"]},haltHandlersOnError:function(){this._haltHandlersOnError=!0}}),n.Request.addPromisesToClass=function(e){this.prototype.promise=function(){var t=this;return this.httpRequest.appendToUserAgent("promise"),new e(function(e,r){t.on("complete",function(t){t.error?r(t.error):e(Object.defineProperty(t.data||{},"$response",{value:t}))}),t.runTo()})}},n.Request.deletePromisesFromClass=function(){delete this.prototype.promise},n.util.addPromises(n.Request),n.util.mixin(n.Request,n.SequentialExecutor)},h9Dq:function(e,t,r){"use strict";var n=r("mrSG"),i=function(e){function t(t,r){return e.call(this)||this}return n.__extends(t,e),t.prototype.schedule=function(e,t){return void 0===t&&(t=0),this},t}(r("pugT").a);r.d(t,"a",function(){return o});var o=function(e){function t(t,r){var n=e.call(this,t,r)||this;return n.scheduler=t,n.work=r,n.pending=!1,n}return n.__extends(t,e),t.prototype.schedule=function(e,t){if(void 0===t&&(t=0),this.closed)return this;this.state=e;var r=this.id,n=this.scheduler;return null!=r&&(this.id=this.recycleAsyncId(n,r,t)),this.pending=!0,this.delay=t,this.id=this.id||this.requestAsyncId(n,this.id,t),this},t.prototype.requestAsyncId=function(e,t,r){return void 0===r&&(r=0),setInterval(e.flush.bind(e,this),r)},t.prototype.recycleAsyncId=function(e,t,r){if(void 0===r&&(r=0),null!==r&&this.delay===r&&!1===this.pending)return t;clearInterval(t)},t.prototype.execute=function(e,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var r=this._execute(e,t);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(e,t){var r=!1,n=void 0;try{this.work(e)}catch(e){r=!0,n=!!e&&e||new Error(e)}if(r)return this.unsubscribe(),n},t.prototype._unsubscribe=function(){var e=this.id,t=this.scheduler,r=t.actions,n=r.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==n&&r.splice(n,1),null!=e&&(this.id=this.recycleAsyncId(t,e,null)),this.delay=null},t}(i)},h9za:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("gIcY"),i=r("m9Vx");t.rangeLength=function(e){return function(t){if(!i.isPresent(e))return null;if(i.isPresent(n.Validators.required(t)))return null;var r=t.value;return r.length>=e[0]&&r.length<=e[1]?null:{rangeLength:!0}}}},"hAl/":function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.opsworks={},n.OpsWorks=i.defineService("opsworks",["2013-02-18"]),Object.defineProperty(o.services.opsworks,"2013-02-18",{get:function(){var e=r("fCFY");return e.paginators=r("4Wkm").pagination,e.waiters=r("9rsq").waiters,e},enumerable:!0,configurable:!0}),e.exports=n.OpsWorks},hDam:function(e,t){e.exports=function(){}},hROZ:function(e){e.exports={rules:{"*/*":{endpoint:"{service}.{region}.amazonaws.com"},"cn-*/*":{endpoint:"{service}.{region}.amazonaws.com.cn"},"*/budgets":"globalSSL","*/cloudfront":"globalSSL","*/iam":"globalSSL","*/sts":"globalSSL","*/importexport":{endpoint:"{service}.amazonaws.com",signatureVersion:"v2",globalEndpoint:!0},"*/route53":{endpoint:"https://{service}.amazonaws.com",signatureVersion:"v3https",globalEndpoint:!0},"*/waf":"globalSSL","us-gov-*/iam":"globalGovCloud","us-gov-*/sts":{endpoint:"{service}.{region}.amazonaws.com"},"us-gov-west-1/s3":"s3signature","us-west-1/s3":"s3signature","us-west-2/s3":"s3signature","eu-west-1/s3":"s3signature","ap-southeast-1/s3":"s3signature","ap-southeast-2/s3":"s3signature","ap-northeast-1/s3":"s3signature","sa-east-1/s3":"s3signature","us-east-1/s3":{endpoint:"{service}.amazonaws.com",signatureVersion:"s3"},"us-east-1/sdb":{endpoint:"{service}.amazonaws.com",signatureVersion:"v2"},"*/sdb":{endpoint:"{service}.{region}.amazonaws.com",signatureVersion:"v2"}},patterns:{globalSSL:{endpoint:"https://{service}.amazonaws.com",globalEndpoint:!0},globalGovCloud:{endpoint:"{service}.us-gov.amazonaws.com"},s3signature:{endpoint:"{service}.{region}.amazonaws.com",signatureVersion:"s3"}}}},hUWP:function(e,t,r){"use strict";r.d(t,"a",function(){return u}),r.d(t,"b",function(){return s});var n=r("mrSG"),i=(r("CcnG"),r("Ip0R")),o=["false",!1,0];function a(e){return""!==e&&("false"===e||0===e||!e)}var s=function(e){function t(t,r,n,i,o,a){var s=e.call(this,t,n,i)||this;return s.layout=r,s.elRef=n,s.styleUtils=i,s.platformId=o,s.serverModuleLoaded=a,r&&(s._layoutWatcher=r.layout$.subscribe(function(){return s._updateWithValue()})),s}return Object(n.__extends)(t,e),Object.defineProperty(t.prototype,"show",{set:function(e){this._cacheInput("show",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showXs",{set:function(e){this._cacheInput("showXs",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showSm",{set:function(e){this._cacheInput("showSm",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showMd",{set:function(e){this._cacheInput("showMd",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showLg",{set:function(e){this._cacheInput("showLg",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showXl",{set:function(e){this._cacheInput("showXl",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showLtSm",{set:function(e){this._cacheInput("showLtSm",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showLtMd",{set:function(e){this._cacheInput("showLtMd",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showLtLg",{set:function(e){this._cacheInput("showLtLg",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showLtXl",{set:function(e){this._cacheInput("showLtXl",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showGtXs",{set:function(e){this._cacheInput("showGtXs",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showGtSm",{set:function(e){this._cacheInput("showGtSm",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showGtMd",{set:function(e){this._cacheInput("showGtMd",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showGtLg",{set:function(e){this._cacheInput("showGtLg",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hide",{set:function(e){this._cacheInput("show",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideXs",{set:function(e){this._cacheInput("showXs",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideSm",{set:function(e){this._cacheInput("showSm",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideMd",{set:function(e){this._cacheInput("showMd",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideLg",{set:function(e){this._cacheInput("showLg",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideXl",{set:function(e){this._cacheInput("showXl",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideLtSm",{set:function(e){this._cacheInput("showLtSm",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideLtMd",{set:function(e){this._cacheInput("showLtMd",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideLtLg",{set:function(e){this._cacheInput("showLtLg",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideLtXl",{set:function(e){this._cacheInput("showLtXl",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideGtXs",{set:function(e){this._cacheInput("showGtXs",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideGtSm",{set:function(e){this._cacheInput("showGtSm",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideGtMd",{set:function(e){this._cacheInput("showGtMd",a(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideGtLg",{set:function(e){this._cacheInput("showGtLg",a(e))},enumerable:!0,configurable:!0}),t.prototype._getDisplayStyle=function(){return this.layout?"flex":e.prototype._getDisplayStyle.call(this)},t.prototype.ngOnChanges=function(e){this.hasInitialized&&(null!=e.show||this._mqActivation)&&this._updateWithValue()},t.prototype.ngOnInit=function(){var t=this;e.prototype.ngOnInit.call(this),this._display=this._getDisplayStyle();var r=this._getDefaultVal("show",!0);this._listenForMediaQueryChanges("show",r,function(e){t._updateWithValue(e.value)}),this._updateWithValue()},t.prototype.ngOnDestroy=function(){e.prototype.ngOnDestroy.call(this),this._layoutWatcher&&this._layoutWatcher.unsubscribe()},t.prototype._updateWithValue=function(e){e=e||this._getDefaultVal("show",!0),this._mqActivation&&(e=this._mqActivation.activatedInput);var t=this._validateTruthy(e);this._applyStyleToElement(this._buildCSS(t)),Object(i.isPlatformServer)(this.platformId)&&this.serverModuleLoaded&&this.nativeElement.style.setProperty("display","")},t.prototype._buildCSS=function(e){return{display:e?this._display:"none"}},t.prototype._validateTruthy=function(e){return-1==o.indexOf(e)},t}(r("OzfB").b),u=function(){}},hbxz:function(e){e.exports={pagination:{ListApplicationRevisions:{input_token:"nextToken",output_token:"nextToken",result_key:"revisions"},ListApplications:{input_token:"nextToken",output_token:"nextToken",result_key:"applications"},ListDeploymentConfigs:{input_token:"nextToken",output_token:"nextToken",result_key:"deploymentConfigsList"},ListDeploymentGroups:{input_token:"nextToken",output_token:"nextToken",result_key:"deploymentGroups"},ListDeploymentInstances:{input_token:"nextToken",output_token:"nextToken",result_key:"instancesList"},ListDeployments:{input_token:"nextToken",output_token:"nextToken",result_key:"deployments"}}}},henJ:function(e,t,r){var n=r("BaN1");function i(){}i.prototype.parse=function(e,t){return function e(t,r){if(r&&void 0!==t)switch(r.type){case"structure":return function(t,r){if(null!=t){var i={};return n.each(r.members,function(r,n){var o=n.isLocationName?n.name:r;if(Object.prototype.hasOwnProperty.call(t,o)){var a=e(t[o],n);void 0!==a&&(i[r]=a)}}),i}}(t,r);case"map":return function(r,i){if(null!=t){var o={};return n.each(t,function(t,r){var n=e(r,i.value);o[t]=void 0===n?null:n}),o}}(0,r);case"list":return function(r,i){if(null!=t){var o=[];return n.arrayEach(t,function(t){var r=e(t,i.member);o.push(void 0===r?null:r)}),o}}(0,r);default:return function(e,t){return t.toType(e)}(t,r)}}(JSON.parse(e),t)},e.exports=i},hfGr:function(e){e.exports={pagination:{DescribeStream:{input_token:"ExclusiveStartShardId",limit_key:"Limit",more_results:"StreamDescription.HasMoreShards",output_token:"StreamDescription.Shards[-1].ShardId",result_key:"StreamDescription.Shards"},ListStreamConsumers:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},ListStreams:{input_token:"ExclusiveStartStreamName",limit_key:"Limit",more_results:"HasMoreStreams",output_token:"StreamNames[-1]",result_key:"StreamNames"}}}},hjQn:function(e){e.exports={version:2,waiters:{CacheClusterAvailable:{acceptors:[{argument:"CacheClusters[].CacheClusterStatus",expected:"available",matcher:"pathAll",state:"success"},{argument:"CacheClusters[].CacheClusterStatus",expected:"deleted",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"deleting",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"incompatible-network",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"restore-failed",matcher:"pathAny",state:"failure"}],delay:15,description:"Wait until ElastiCache cluster is available.",maxAttempts:40,operation:"DescribeCacheClusters"},CacheClusterDeleted:{acceptors:[{argument:"CacheClusters[].CacheClusterStatus",expected:"deleted",matcher:"pathAll",state:"success"},{expected:"CacheClusterNotFound",matcher:"error",state:"success"},{argument:"CacheClusters[].CacheClusterStatus",expected:"available",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"creating",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"incompatible-network",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"modifying",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"restore-failed",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"snapshotting",matcher:"pathAny",state:"failure"}],delay:15,description:"Wait until ElastiCache cluster is deleted.",maxAttempts:40,operation:"DescribeCacheClusters"},ReplicationGroupAvailable:{acceptors:[{argument:"ReplicationGroups[].Status",expected:"available",matcher:"pathAll",state:"success"},{argument:"ReplicationGroups[].Status",expected:"deleted",matcher:"pathAny",state:"failure"}],delay:15,description:"Wait until ElastiCache replication group is available.",maxAttempts:40,operation:"DescribeReplicationGroups"},ReplicationGroupDeleted:{acceptors:[{argument:"ReplicationGroups[].Status",expected:"deleted",matcher:"pathAll",state:"success"},{argument:"ReplicationGroups[].Status",expected:"available",matcher:"pathAny",state:"failure"},{expected:"ReplicationGroupNotFoundFault",matcher:"error",state:"success"}],delay:15,description:"Wait until ElastiCache replication group is deleted.",maxAttempts:40,operation:"DescribeReplicationGroups"}}}},htyX:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2012-06-01",endpointPrefix:"elasticloadbalancing",protocol:"query",serviceFullName:"Elastic Load Balancing",serviceId:"Elastic Load Balancing",signatureVersion:"v4",uid:"elasticloadbalancing-2012-06-01",xmlNamespace:"http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/"},operations:{AddTags:{input:{type:"structure",required:["LoadBalancerNames","Tags"],members:{LoadBalancerNames:{shape:"S2"},Tags:{shape:"S4"}}},output:{resultWrapper:"AddTagsResult",type:"structure",members:{}}},ApplySecurityGroupsToLoadBalancer:{input:{type:"structure",required:["LoadBalancerName","SecurityGroups"],members:{LoadBalancerName:{},SecurityGroups:{shape:"Sa"}}},output:{resultWrapper:"ApplySecurityGroupsToLoadBalancerResult",type:"structure",members:{SecurityGroups:{shape:"Sa"}}}},AttachLoadBalancerToSubnets:{input:{type:"structure",required:["LoadBalancerName","Subnets"],members:{LoadBalancerName:{},Subnets:{shape:"Se"}}},output:{resultWrapper:"AttachLoadBalancerToSubnetsResult",type:"structure",members:{Subnets:{shape:"Se"}}}},ConfigureHealthCheck:{input:{type:"structure",required:["LoadBalancerName","HealthCheck"],members:{LoadBalancerName:{},HealthCheck:{shape:"Si"}}},output:{resultWrapper:"ConfigureHealthCheckResult",type:"structure",members:{HealthCheck:{shape:"Si"}}}},CreateAppCookieStickinessPolicy:{input:{type:"structure",required:["LoadBalancerName","PolicyName","CookieName"],members:{LoadBalancerName:{},PolicyName:{},CookieName:{}}},output:{resultWrapper:"CreateAppCookieStickinessPolicyResult",type:"structure",members:{}}},CreateLBCookieStickinessPolicy:{input:{type:"structure",required:["LoadBalancerName","PolicyName"],members:{LoadBalancerName:{},PolicyName:{},CookieExpirationPeriod:{type:"long"}}},output:{resultWrapper:"CreateLBCookieStickinessPolicyResult",type:"structure",members:{}}},CreateLoadBalancer:{input:{type:"structure",required:["LoadBalancerName","Listeners"],members:{LoadBalancerName:{},Listeners:{shape:"Sx"},AvailabilityZones:{shape:"S13"},Subnets:{shape:"Se"},SecurityGroups:{shape:"Sa"},Scheme:{},Tags:{shape:"S4"}}},output:{resultWrapper:"CreateLoadBalancerResult",type:"structure",members:{DNSName:{}}}},CreateLoadBalancerListeners:{input:{type:"structure",required:["LoadBalancerName","Listeners"],members:{LoadBalancerName:{},Listeners:{shape:"Sx"}}},output:{resultWrapper:"CreateLoadBalancerListenersResult",type:"structure",members:{}}},CreateLoadBalancerPolicy:{input:{type:"structure",required:["LoadBalancerName","PolicyName","PolicyTypeName"],members:{LoadBalancerName:{},PolicyName:{},PolicyTypeName:{},PolicyAttributes:{type:"list",member:{type:"structure",members:{AttributeName:{},AttributeValue:{}}}}}},output:{resultWrapper:"CreateLoadBalancerPolicyResult",type:"structure",members:{}}},DeleteLoadBalancer:{input:{type:"structure",required:["LoadBalancerName"],members:{LoadBalancerName:{}}},output:{resultWrapper:"DeleteLoadBalancerResult",type:"structure",members:{}}},DeleteLoadBalancerListeners:{input:{type:"structure",required:["LoadBalancerName","LoadBalancerPorts"],members:{LoadBalancerName:{},LoadBalancerPorts:{type:"list",member:{type:"integer"}}}},output:{resultWrapper:"DeleteLoadBalancerListenersResult",type:"structure",members:{}}},DeleteLoadBalancerPolicy:{input:{type:"structure",required:["LoadBalancerName","PolicyName"],members:{LoadBalancerName:{},PolicyName:{}}},output:{resultWrapper:"DeleteLoadBalancerPolicyResult",type:"structure",members:{}}},DeregisterInstancesFromLoadBalancer:{input:{type:"structure",required:["LoadBalancerName","Instances"],members:{LoadBalancerName:{},Instances:{shape:"S1p"}}},output:{resultWrapper:"DeregisterInstancesFromLoadBalancerResult",type:"structure",members:{Instances:{shape:"S1p"}}}},DescribeAccountLimits:{input:{type:"structure",members:{Marker:{},PageSize:{type:"integer"}}},output:{resultWrapper:"DescribeAccountLimitsResult",type:"structure",members:{Limits:{type:"list",member:{type:"structure",members:{Name:{},Max:{}}}},NextMarker:{}}}},DescribeInstanceHealth:{input:{type:"structure",required:["LoadBalancerName"],members:{LoadBalancerName:{},Instances:{shape:"S1p"}}},output:{resultWrapper:"DescribeInstanceHealthResult",type:"structure",members:{InstanceStates:{type:"list",member:{type:"structure",members:{InstanceId:{},State:{},ReasonCode:{},Description:{}}}}}}},DescribeLoadBalancerAttributes:{input:{type:"structure",required:["LoadBalancerName"],members:{LoadBalancerName:{}}},output:{resultWrapper:"DescribeLoadBalancerAttributesResult",type:"structure",members:{LoadBalancerAttributes:{shape:"S2a"}}}},DescribeLoadBalancerPolicies:{input:{type:"structure",members:{LoadBalancerName:{},PolicyNames:{shape:"S2s"}}},output:{resultWrapper:"DescribeLoadBalancerPoliciesResult",type:"structure",members:{PolicyDescriptions:{type:"list",member:{type:"structure",members:{PolicyName:{},PolicyTypeName:{},PolicyAttributeDescriptions:{type:"list",member:{type:"structure",members:{AttributeName:{},AttributeValue:{}}}}}}}}}},DescribeLoadBalancerPolicyTypes:{input:{type:"structure",members:{PolicyTypeNames:{type:"list",member:{}}}},output:{resultWrapper:"DescribeLoadBalancerPolicyTypesResult",type:"structure",members:{PolicyTypeDescriptions:{type:"list",member:{type:"structure",members:{PolicyTypeName:{},Description:{},PolicyAttributeTypeDescriptions:{type:"list",member:{type:"structure",members:{AttributeName:{},AttributeType:{},Description:{},DefaultValue:{},Cardinality:{}}}}}}}}}},DescribeLoadBalancers:{input:{type:"structure",members:{LoadBalancerNames:{shape:"S2"},Marker:{},PageSize:{type:"integer"}}},output:{resultWrapper:"DescribeLoadBalancersResult",type:"structure",members:{LoadBalancerDescriptions:{type:"list",member:{type:"structure",members:{LoadBalancerName:{},DNSName:{},CanonicalHostedZoneName:{},CanonicalHostedZoneNameID:{},ListenerDescriptions:{type:"list",member:{type:"structure",members:{Listener:{shape:"Sy"},PolicyNames:{shape:"S2s"}}}},Policies:{type:"structure",members:{AppCookieStickinessPolicies:{type:"list",member:{type:"structure",members:{PolicyName:{},CookieName:{}}}},LBCookieStickinessPolicies:{type:"list",member:{type:"structure",members:{PolicyName:{},CookieExpirationPeriod:{type:"long"}}}},OtherPolicies:{shape:"S2s"}}},BackendServerDescriptions:{type:"list",member:{type:"structure",members:{InstancePort:{type:"integer"},PolicyNames:{shape:"S2s"}}}},AvailabilityZones:{shape:"S13"},Subnets:{shape:"Se"},VPCId:{},Instances:{shape:"S1p"},HealthCheck:{shape:"Si"},SourceSecurityGroup:{type:"structure",members:{OwnerAlias:{},GroupName:{}}},SecurityGroups:{shape:"Sa"},CreatedTime:{type:"timestamp"},Scheme:{}}}},NextMarker:{}}}},DescribeTags:{input:{type:"structure",required:["LoadBalancerNames"],members:{LoadBalancerNames:{type:"list",member:{}}}},output:{resultWrapper:"DescribeTagsResult",type:"structure",members:{TagDescriptions:{type:"list",member:{type:"structure",members:{LoadBalancerName:{},Tags:{shape:"S4"}}}}}}},DetachLoadBalancerFromSubnets:{input:{type:"structure",required:["LoadBalancerName","Subnets"],members:{LoadBalancerName:{},Subnets:{shape:"Se"}}},output:{resultWrapper:"DetachLoadBalancerFromSubnetsResult",type:"structure",members:{Subnets:{shape:"Se"}}}},DisableAvailabilityZonesForLoadBalancer:{input:{type:"structure",required:["LoadBalancerName","AvailabilityZones"],members:{LoadBalancerName:{},AvailabilityZones:{shape:"S13"}}},output:{resultWrapper:"DisableAvailabilityZonesForLoadBalancerResult",type:"structure",members:{AvailabilityZones:{shape:"S13"}}}},EnableAvailabilityZonesForLoadBalancer:{input:{type:"structure",required:["LoadBalancerName","AvailabilityZones"],members:{LoadBalancerName:{},AvailabilityZones:{shape:"S13"}}},output:{resultWrapper:"EnableAvailabilityZonesForLoadBalancerResult",type:"structure",members:{AvailabilityZones:{shape:"S13"}}}},ModifyLoadBalancerAttributes:{input:{type:"structure",required:["LoadBalancerName","LoadBalancerAttributes"],members:{LoadBalancerName:{},LoadBalancerAttributes:{shape:"S2a"}}},output:{resultWrapper:"ModifyLoadBalancerAttributesResult",type:"structure",members:{LoadBalancerName:{},LoadBalancerAttributes:{shape:"S2a"}}}},RegisterInstancesWithLoadBalancer:{input:{type:"structure",required:["LoadBalancerName","Instances"],members:{LoadBalancerName:{},Instances:{shape:"S1p"}}},output:{resultWrapper:"RegisterInstancesWithLoadBalancerResult",type:"structure",members:{Instances:{shape:"S1p"}}}},RemoveTags:{input:{type:"structure",required:["LoadBalancerNames","Tags"],members:{LoadBalancerNames:{shape:"S2"},Tags:{type:"list",member:{type:"structure",members:{Key:{}}}}}},output:{resultWrapper:"RemoveTagsResult",type:"structure",members:{}}},SetLoadBalancerListenerSSLCertificate:{input:{type:"structure",required:["LoadBalancerName","LoadBalancerPort","SSLCertificateId"],members:{LoadBalancerName:{},LoadBalancerPort:{type:"integer"},SSLCertificateId:{}}},output:{resultWrapper:"SetLoadBalancerListenerSSLCertificateResult",type:"structure",members:{}}},SetLoadBalancerPoliciesForBackendServer:{input:{type:"structure",required:["LoadBalancerName","InstancePort","PolicyNames"],members:{LoadBalancerName:{},InstancePort:{type:"integer"},PolicyNames:{shape:"S2s"}}},output:{resultWrapper:"SetLoadBalancerPoliciesForBackendServerResult",type:"structure",members:{}}},SetLoadBalancerPoliciesOfListener:{input:{type:"structure",required:["LoadBalancerName","LoadBalancerPort","PolicyNames"],members:{LoadBalancerName:{},LoadBalancerPort:{type:"integer"},PolicyNames:{shape:"S2s"}}},output:{resultWrapper:"SetLoadBalancerPoliciesOfListenerResult",type:"structure",members:{}}}},shapes:{S2:{type:"list",member:{}},S4:{type:"list",member:{type:"structure",required:["Key"],members:{Key:{},Value:{}}}},Sa:{type:"list",member:{}},Se:{type:"list",member:{}},Si:{type:"structure",required:["Target","Interval","Timeout","UnhealthyThreshold","HealthyThreshold"],members:{Target:{},Interval:{type:"integer"},Timeout:{type:"integer"},UnhealthyThreshold:{type:"integer"},HealthyThreshold:{type:"integer"}}},Sx:{type:"list",member:{shape:"Sy"}},Sy:{type:"structure",required:["Protocol","LoadBalancerPort","InstancePort"],members:{Protocol:{},LoadBalancerPort:{type:"integer"},InstanceProtocol:{},InstancePort:{type:"integer"},SSLCertificateId:{}}},S13:{type:"list",member:{}},S1p:{type:"list",member:{type:"structure",members:{InstanceId:{}}}},S2a:{type:"structure",members:{CrossZoneLoadBalancing:{type:"structure",required:["Enabled"],members:{Enabled:{type:"boolean"}}},AccessLog:{type:"structure",required:["Enabled"],members:{Enabled:{type:"boolean"},S3BucketName:{},EmitInterval:{type:"integer"},S3BucketPrefix:{}}},ConnectionDraining:{type:"structure",required:["Enabled"],members:{Enabled:{type:"boolean"},Timeout:{type:"integer"}}},ConnectionSettings:{type:"structure",required:["IdleTimeout"],members:{IdleTimeout:{type:"integer"}}},AdditionalAttributes:{type:"list",member:{type:"structure",members:{Key:{},Value:{}}}}}},S2s:{type:"list",member:{}}}}},hzHV:function(e){e.exports={version:2,waiters:{TasksRunning:{delay:6,operation:"DescribeTasks",maxAttempts:100,acceptors:[{expected:"STOPPED",matcher:"pathAny",state:"failure",argument:"tasks[].lastStatus"},{expected:"MISSING",matcher:"pathAny",state:"failure",argument:"failures[].reason"},{expected:"RUNNING",matcher:"pathAll",state:"success",argument:"tasks[].lastStatus"}]},TasksStopped:{delay:6,operation:"DescribeTasks",maxAttempts:100,acceptors:[{expected:"STOPPED",matcher:"pathAll",state:"success",argument:"tasks[].lastStatus"}]},ServicesStable:{delay:15,operation:"DescribeServices",maxAttempts:40,acceptors:[{expected:"MISSING",matcher:"pathAny",state:"failure",argument:"failures[].reason"},{expected:"DRAINING",matcher:"pathAny",state:"failure",argument:"services[].status"},{expected:"INACTIVE",matcher:"pathAny",state:"failure",argument:"services[].status"},{expected:!0,matcher:"path",state:"success",argument:"length(services[?!(length(deployments) == `1` && runningCount == desiredCount)]) == `0`"}]},ServicesInactive:{delay:15,operation:"DescribeServices",maxAttempts:40,acceptors:[{expected:"MISSING",matcher:"pathAny",state:"failure",argument:"failures[].reason"},{expected:"INACTIVE",matcher:"pathAny",state:"success",argument:"services[].status"}]}}}},i3yT:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2010-05-15",endpointPrefix:"cloudformation",protocol:"query",serviceFullName:"AWS CloudFormation",serviceId:"CloudFormation",signatureVersion:"v4",uid:"cloudformation-2010-05-15",xmlNamespace:"http://cloudformation.amazonaws.com/doc/2010-05-15/"},operations:{CancelUpdateStack:{input:{type:"structure",required:["StackName"],members:{StackName:{},ClientRequestToken:{}}}},ContinueUpdateRollback:{input:{type:"structure",required:["StackName"],members:{StackName:{},RoleARN:{},ResourcesToSkip:{type:"list",member:{}},ClientRequestToken:{}}},output:{resultWrapper:"ContinueUpdateRollbackResult",type:"structure",members:{}}},CreateChangeSet:{input:{type:"structure",required:["StackName","ChangeSetName"],members:{StackName:{},TemplateBody:{},TemplateURL:{},UsePreviousTemplate:{type:"boolean"},Parameters:{shape:"Se"},Capabilities:{shape:"Sj"},ResourceTypes:{shape:"Sl"},RoleARN:{},RollbackConfiguration:{shape:"Sn"},NotificationARNs:{shape:"St"},Tags:{shape:"Sv"},ChangeSetName:{},ClientToken:{},Description:{},ChangeSetType:{}}},output:{resultWrapper:"CreateChangeSetResult",type:"structure",members:{Id:{},StackId:{}}}},CreateStack:{input:{type:"structure",required:["StackName"],members:{StackName:{},TemplateBody:{},TemplateURL:{},Parameters:{shape:"Se"},DisableRollback:{type:"boolean"},RollbackConfiguration:{shape:"Sn"},TimeoutInMinutes:{type:"integer"},NotificationARNs:{shape:"St"},Capabilities:{shape:"Sj"},ResourceTypes:{shape:"Sl"},RoleARN:{},OnFailure:{},StackPolicyBody:{},StackPolicyURL:{},Tags:{shape:"Sv"},ClientRequestToken:{},EnableTerminationProtection:{type:"boolean"}}},output:{resultWrapper:"CreateStackResult",type:"structure",members:{StackId:{}}}},CreateStackInstances:{input:{type:"structure",required:["StackSetName","Accounts","Regions"],members:{StackSetName:{},Accounts:{shape:"S1g"},Regions:{shape:"S1i"},ParameterOverrides:{shape:"Se"},OperationPreferences:{shape:"S1k"},OperationId:{idempotencyToken:!0}}},output:{resultWrapper:"CreateStackInstancesResult",type:"structure",members:{OperationId:{}}}},CreateStackSet:{input:{type:"structure",required:["StackSetName"],members:{StackSetName:{},Description:{},TemplateBody:{},TemplateURL:{},Parameters:{shape:"Se"},Capabilities:{shape:"Sj"},Tags:{shape:"Sv"},AdministrationRoleARN:{},ExecutionRoleName:{},ClientRequestToken:{idempotencyToken:!0}}},output:{resultWrapper:"CreateStackSetResult",type:"structure",members:{StackSetId:{}}}},DeleteChangeSet:{input:{type:"structure",required:["ChangeSetName"],members:{ChangeSetName:{},StackName:{}}},output:{resultWrapper:"DeleteChangeSetResult",type:"structure",members:{}}},DeleteStack:{input:{type:"structure",required:["StackName"],members:{StackName:{},RetainResources:{type:"list",member:{}},RoleARN:{},ClientRequestToken:{}}}},DeleteStackInstances:{input:{type:"structure",required:["StackSetName","Accounts","Regions","RetainStacks"],members:{StackSetName:{},Accounts:{shape:"S1g"},Regions:{shape:"S1i"},OperationPreferences:{shape:"S1k"},RetainStacks:{type:"boolean"},OperationId:{idempotencyToken:!0}}},output:{resultWrapper:"DeleteStackInstancesResult",type:"structure",members:{OperationId:{}}}},DeleteStackSet:{input:{type:"structure",required:["StackSetName"],members:{StackSetName:{}}},output:{resultWrapper:"DeleteStackSetResult",type:"structure",members:{}}},DescribeAccountLimits:{input:{type:"structure",members:{NextToken:{}}},output:{resultWrapper:"DescribeAccountLimitsResult",type:"structure",members:{AccountLimits:{type:"list",member:{type:"structure",members:{Name:{},Value:{type:"integer"}}}},NextToken:{}}}},DescribeChangeSet:{input:{type:"structure",required:["ChangeSetName"],members:{ChangeSetName:{},StackName:{},NextToken:{}}},output:{resultWrapper:"DescribeChangeSetResult",type:"structure",members:{ChangeSetName:{},ChangeSetId:{},StackId:{},StackName:{},Description:{},Parameters:{shape:"Se"},CreationTime:{type:"timestamp"},ExecutionStatus:{},Status:{},StatusReason:{},NotificationARNs:{shape:"St"},RollbackConfiguration:{shape:"Sn"},Capabilities:{shape:"Sj"},Tags:{shape:"Sv"},Changes:{type:"list",member:{type:"structure",members:{Type:{},ResourceChange:{type:"structure",members:{Action:{},LogicalResourceId:{},PhysicalResourceId:{},ResourceType:{},Replacement:{},Scope:{type:"list",member:{}},Details:{type:"list",member:{type:"structure",members:{Target:{type:"structure",members:{Attribute:{},Name:{},RequiresRecreation:{}}},Evaluation:{},ChangeSource:{},CausingEntity:{}}}}}}}}},NextToken:{}}}},DescribeStackEvents:{input:{type:"structure",members:{StackName:{},NextToken:{}}},output:{resultWrapper:"DescribeStackEventsResult",type:"structure",members:{StackEvents:{type:"list",member:{type:"structure",required:["StackId","EventId","StackName","Timestamp"],members:{StackId:{},EventId:{},StackName:{},LogicalResourceId:{},PhysicalResourceId:{},ResourceType:{},Timestamp:{type:"timestamp"},ResourceStatus:{},ResourceStatusReason:{},ResourceProperties:{},ClientRequestToken:{}}}},NextToken:{}}}},DescribeStackInstance:{input:{type:"structure",required:["StackSetName","StackInstanceAccount","StackInstanceRegion"],members:{StackSetName:{},StackInstanceAccount:{},StackInstanceRegion:{}}},output:{resultWrapper:"DescribeStackInstanceResult",type:"structure",members:{StackInstance:{type:"structure",members:{StackSetId:{},Region:{},Account:{},StackId:{},ParameterOverrides:{shape:"Se"},Status:{},StatusReason:{}}}}}},DescribeStackResource:{input:{type:"structure",required:["StackName","LogicalResourceId"],members:{StackName:{},LogicalResourceId:{}}},output:{resultWrapper:"DescribeStackResourceResult",type:"structure",members:{StackResourceDetail:{type:"structure",required:["LogicalResourceId","ResourceType","LastUpdatedTimestamp","ResourceStatus"],members:{StackName:{},StackId:{},LogicalResourceId:{},PhysicalResourceId:{},ResourceType:{},LastUpdatedTimestamp:{type:"timestamp"},ResourceStatus:{},ResourceStatusReason:{},Description:{},Metadata:{}}}}}},DescribeStackResources:{input:{type:"structure",members:{StackName:{},LogicalResourceId:{},PhysicalResourceId:{}}},output:{resultWrapper:"DescribeStackResourcesResult",type:"structure",members:{StackResources:{type:"list",member:{type:"structure",required:["LogicalResourceId","ResourceType","Timestamp","ResourceStatus"],members:{StackName:{},StackId:{},LogicalResourceId:{},PhysicalResourceId:{},ResourceType:{},Timestamp:{type:"timestamp"},ResourceStatus:{},ResourceStatusReason:{},Description:{}}}}}}},DescribeStackSet:{input:{type:"structure",required:["StackSetName"],members:{StackSetName:{}}},output:{resultWrapper:"DescribeStackSetResult",type:"structure",members:{StackSet:{type:"structure",members:{StackSetName:{},StackSetId:{},Description:{},Status:{},TemplateBody:{},Parameters:{shape:"Se"},Capabilities:{shape:"Sj"},Tags:{shape:"Sv"},StackSetARN:{},AdministrationRoleARN:{},ExecutionRoleName:{}}}}}},DescribeStackSetOperation:{input:{type:"structure",required:["StackSetName","OperationId"],members:{StackSetName:{},OperationId:{}}},output:{resultWrapper:"DescribeStackSetOperationResult",type:"structure",members:{StackSetOperation:{type:"structure",members:{OperationId:{},StackSetId:{},Action:{},Status:{},OperationPreferences:{shape:"S1k"},RetainStacks:{type:"boolean"},AdministrationRoleARN:{},ExecutionRoleName:{},CreationTimestamp:{type:"timestamp"},EndTimestamp:{type:"timestamp"}}}}}},DescribeStacks:{input:{type:"structure",members:{StackName:{},NextToken:{}}},output:{resultWrapper:"DescribeStacksResult",type:"structure",members:{Stacks:{type:"list",member:{type:"structure",required:["StackName","CreationTime","StackStatus"],members:{StackId:{},StackName:{},ChangeSetId:{},Description:{},Parameters:{shape:"Se"},CreationTime:{type:"timestamp"},DeletionTime:{type:"timestamp"},LastUpdatedTime:{type:"timestamp"},RollbackConfiguration:{shape:"Sn"},StackStatus:{},StackStatusReason:{},DisableRollback:{type:"boolean"},NotificationARNs:{shape:"St"},TimeoutInMinutes:{type:"integer"},Capabilities:{shape:"Sj"},Outputs:{type:"list",member:{type:"structure",members:{OutputKey:{},OutputValue:{},Description:{},ExportName:{}}}},RoleARN:{},Tags:{shape:"Sv"},EnableTerminationProtection:{type:"boolean"},ParentId:{},RootId:{}}}},NextToken:{}}}},EstimateTemplateCost:{input:{type:"structure",members:{TemplateBody:{},TemplateURL:{},Parameters:{shape:"Se"}}},output:{resultWrapper:"EstimateTemplateCostResult",type:"structure",members:{Url:{}}}},ExecuteChangeSet:{input:{type:"structure",required:["ChangeSetName"],members:{ChangeSetName:{},StackName:{},ClientRequestToken:{}}},output:{resultWrapper:"ExecuteChangeSetResult",type:"structure",members:{}}},GetStackPolicy:{input:{type:"structure",required:["StackName"],members:{StackName:{}}},output:{resultWrapper:"GetStackPolicyResult",type:"structure",members:{StackPolicyBody:{}}}},GetTemplate:{input:{type:"structure",members:{StackName:{},ChangeSetName:{},TemplateStage:{}}},output:{resultWrapper:"GetTemplateResult",type:"structure",members:{TemplateBody:{},StagesAvailable:{type:"list",member:{}}}}},GetTemplateSummary:{input:{type:"structure",members:{TemplateBody:{},TemplateURL:{},StackName:{},StackSetName:{}}},output:{resultWrapper:"GetTemplateSummaryResult",type:"structure",members:{Parameters:{type:"list",member:{type:"structure",members:{ParameterKey:{},DefaultValue:{},ParameterType:{},NoEcho:{type:"boolean"},Description:{},ParameterConstraints:{type:"structure",members:{AllowedValues:{type:"list",member:{}}}}}}},Description:{},Capabilities:{shape:"Sj"},CapabilitiesReason:{},ResourceTypes:{shape:"Sl"},Version:{},Metadata:{},DeclaredTransforms:{shape:"S4w"}}}},ListChangeSets:{input:{type:"structure",required:["StackName"],members:{StackName:{},NextToken:{}}},output:{resultWrapper:"ListChangeSetsResult",type:"structure",members:{Summaries:{type:"list",member:{type:"structure",members:{StackId:{},StackName:{},ChangeSetId:{},ChangeSetName:{},ExecutionStatus:{},Status:{},StatusReason:{},CreationTime:{type:"timestamp"},Description:{}}}},NextToken:{}}}},ListExports:{input:{type:"structure",members:{NextToken:{}}},output:{resultWrapper:"ListExportsResult",type:"structure",members:{Exports:{type:"list",member:{type:"structure",members:{ExportingStackId:{},Name:{},Value:{}}}},NextToken:{}}}},ListImports:{input:{type:"structure",required:["ExportName"],members:{ExportName:{},NextToken:{}}},output:{resultWrapper:"ListImportsResult",type:"structure",members:{Imports:{type:"list",member:{}},NextToken:{}}}},ListStackInstances:{input:{type:"structure",required:["StackSetName"],members:{StackSetName:{},NextToken:{},MaxResults:{type:"integer"},StackInstanceAccount:{},StackInstanceRegion:{}}},output:{resultWrapper:"ListStackInstancesResult",type:"structure",members:{Summaries:{type:"list",member:{type:"structure",members:{StackSetId:{},Region:{},Account:{},StackId:{},Status:{},StatusReason:{}}}},NextToken:{}}}},ListStackResources:{input:{type:"structure",required:["StackName"],members:{StackName:{},NextToken:{}}},output:{resultWrapper:"ListStackResourcesResult",type:"structure",members:{StackResourceSummaries:{type:"list",member:{type:"structure",required:["LogicalResourceId","ResourceType","LastUpdatedTimestamp","ResourceStatus"],members:{LogicalResourceId:{},PhysicalResourceId:{},ResourceType:{},LastUpdatedTimestamp:{type:"timestamp"},ResourceStatus:{},ResourceStatusReason:{}}}},NextToken:{}}}},ListStackSetOperationResults:{input:{type:"structure",required:["StackSetName","OperationId"],members:{StackSetName:{},OperationId:{},NextToken:{},MaxResults:{type:"integer"}}},output:{resultWrapper:"ListStackSetOperationResultsResult",type:"structure",members:{Summaries:{type:"list",member:{type:"structure",members:{Account:{},Region:{},Status:{},StatusReason:{},AccountGateResult:{type:"structure",members:{Status:{},StatusReason:{}}}}}},NextToken:{}}}},ListStackSetOperations:{input:{type:"structure",required:["StackSetName"],members:{StackSetName:{},NextToken:{},MaxResults:{type:"integer"}}},output:{resultWrapper:"ListStackSetOperationsResult",type:"structure",members:{Summaries:{type:"list",member:{type:"structure",members:{OperationId:{},Action:{},Status:{},CreationTimestamp:{type:"timestamp"},EndTimestamp:{type:"timestamp"}}}},NextToken:{}}}},ListStackSets:{input:{type:"structure",members:{NextToken:{},MaxResults:{type:"integer"},Status:{}}},output:{resultWrapper:"ListStackSetsResult",type:"structure",members:{Summaries:{type:"list",member:{type:"structure",members:{StackSetName:{},StackSetId:{},Description:{},Status:{}}}},NextToken:{}}}},ListStacks:{input:{type:"structure",members:{NextToken:{},StackStatusFilter:{type:"list",member:{}}}},output:{resultWrapper:"ListStacksResult",type:"structure",members:{StackSummaries:{type:"list",member:{type:"structure",required:["StackName","CreationTime","StackStatus"],members:{StackId:{},StackName:{},TemplateDescription:{},CreationTime:{type:"timestamp"},LastUpdatedTime:{type:"timestamp"},DeletionTime:{type:"timestamp"},StackStatus:{},StackStatusReason:{},ParentId:{},RootId:{}}}},NextToken:{}}}},SetStackPolicy:{input:{type:"structure",required:["StackName"],members:{StackName:{},StackPolicyBody:{},StackPolicyURL:{}}}},SignalResource:{input:{type:"structure",required:["StackName","LogicalResourceId","UniqueId","Status"],members:{StackName:{},LogicalResourceId:{},UniqueId:{},Status:{}}}},StopStackSetOperation:{input:{type:"structure",required:["StackSetName","OperationId"],members:{StackSetName:{},OperationId:{}}},output:{resultWrapper:"StopStackSetOperationResult",type:"structure",members:{}}},UpdateStack:{input:{type:"structure",required:["StackName"],members:{StackName:{},TemplateBody:{},TemplateURL:{},UsePreviousTemplate:{type:"boolean"},StackPolicyDuringUpdateBody:{},StackPolicyDuringUpdateURL:{},Parameters:{shape:"Se"},Capabilities:{shape:"Sj"},ResourceTypes:{shape:"Sl"},RoleARN:{},RollbackConfiguration:{shape:"Sn"},StackPolicyBody:{},StackPolicyURL:{},NotificationARNs:{shape:"St"},Tags:{shape:"Sv"},ClientRequestToken:{}}},output:{resultWrapper:"UpdateStackResult",type:"structure",members:{StackId:{}}}},UpdateStackInstances:{input:{type:"structure",required:["StackSetName","Accounts","Regions"],members:{StackSetName:{},Accounts:{shape:"S1g"},Regions:{shape:"S1i"},ParameterOverrides:{shape:"Se"},OperationPreferences:{shape:"S1k"},OperationId:{idempotencyToken:!0}}},output:{resultWrapper:"UpdateStackInstancesResult",type:"structure",members:{OperationId:{}}}},UpdateStackSet:{input:{type:"structure",required:["StackSetName"],members:{StackSetName:{},Description:{},TemplateBody:{},TemplateURL:{},UsePreviousTemplate:{type:"boolean"},Parameters:{shape:"Se"},Capabilities:{shape:"Sj"},Tags:{shape:"Sv"},OperationPreferences:{shape:"S1k"},AdministrationRoleARN:{},ExecutionRoleName:{},OperationId:{idempotencyToken:!0},Accounts:{shape:"S1g"},Regions:{shape:"S1i"}}},output:{resultWrapper:"UpdateStackSetResult",type:"structure",members:{OperationId:{}}}},UpdateTerminationProtection:{input:{type:"structure",required:["EnableTerminationProtection","StackName"],members:{EnableTerminationProtection:{type:"boolean"},StackName:{}}},output:{resultWrapper:"UpdateTerminationProtectionResult",type:"structure",members:{StackId:{}}}},ValidateTemplate:{input:{type:"structure",members:{TemplateBody:{},TemplateURL:{}}},output:{resultWrapper:"ValidateTemplateResult",type:"structure",members:{Parameters:{type:"list",member:{type:"structure",members:{ParameterKey:{},DefaultValue:{},NoEcho:{type:"boolean"},Description:{}}}},Description:{},Capabilities:{shape:"Sj"},CapabilitiesReason:{},DeclaredTransforms:{shape:"S4w"}}}}},shapes:{Se:{type:"list",member:{type:"structure",members:{ParameterKey:{},ParameterValue:{},UsePreviousValue:{type:"boolean"},ResolvedValue:{}}}},Sj:{type:"list",member:{}},Sl:{type:"list",member:{}},Sn:{type:"structure",members:{RollbackTriggers:{type:"list",member:{type:"structure",required:["Arn","Type"],members:{Arn:{},Type:{}}}},MonitoringTimeInMinutes:{type:"integer"}}},St:{type:"list",member:{}},Sv:{type:"list",member:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{}}}},S1g:{type:"list",member:{}},S1i:{type:"list",member:{}},S1k:{type:"structure",members:{RegionOrder:{shape:"S1i"},FailureToleranceCount:{type:"integer"},FailureTolerancePercentage:{type:"integer"},MaxConcurrentCount:{type:"integer"},MaxConcurrentPercentage:{type:"integer"}}},S4w:{type:"list",member:{}}}}},"i6+j":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("FH79");t.PerfectScrollbarComponent=n.PerfectScrollbarComponent,t.PerfectScrollbarDirective=n.PerfectScrollbarDirective,t.PerfectScrollbarConfig=n.PerfectScrollbarConfig,t.provideDefaultConfig=n.provideDefaultConfig,t.provideForRootGuard=n.provideForRootGuard,t.PERFECT_SCROLLBAR_GUARD=n.PERFECT_SCROLLBAR_GUARD,t.PERFECT_SCROLLBAR_CONFIG=n.PERFECT_SCROLLBAR_CONFIG,t.PerfectScrollbarModule=n.PerfectScrollbarModule},iCc5:function(e,t,r){"use strict";t.__esModule=!0,t.default=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}},iKaz:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.ecs={},n.ECS=i.defineService("ecs",["2014-11-13"]),Object.defineProperty(o.services.ecs,"2014-11-13",{get:function(){var e=r("qClL");return e.paginators=r("w8ha").pagination,e.waiters=r("hzHV").waiters,e},enumerable:!0,configurable:!0}),e.exports=n.ECS},iLxQ:function(e,t,r){"use strict";r.d(t,"a",function(){return i});var n=!1,i={Promise:void 0,set useDeprecatedSynchronousErrorHandling(e){n=e},get useDeprecatedSynchronousErrorHandling(){return n}}},iRst:function(e){e.exports={pagination:{}}},iU4x:function(e){e.exports={version:2,waiters:{ClusterRunning:{delay:30,operation:"DescribeCluster",maxAttempts:60,acceptors:[{state:"success",matcher:"path",argument:"Cluster.Status.State",expected:"RUNNING"},{state:"success",matcher:"path",argument:"Cluster.Status.State",expected:"WAITING"},{state:"failure",matcher:"path",argument:"Cluster.Status.State",expected:"TERMINATING"},{state:"failure",matcher:"path",argument:"Cluster.Status.State",expected:"TERMINATED"},{state:"failure",matcher:"path",argument:"Cluster.Status.State",expected:"TERMINATED_WITH_ERRORS"}]},StepComplete:{delay:30,operation:"DescribeStep",maxAttempts:60,acceptors:[{state:"success",matcher:"path",argument:"Step.Status.State",expected:"COMPLETED"},{state:"failure",matcher:"path",argument:"Step.Status.State",expected:"FAILED"},{state:"failure",matcher:"path",argument:"Step.Status.State",expected:"CANCELLED"}]},ClusterTerminated:{delay:30,operation:"DescribeCluster",maxAttempts:60,acceptors:[{state:"success",matcher:"path",argument:"Cluster.Status.State",expected:"TERMINATED"},{state:"failure",matcher:"path",argument:"Cluster.Status.State",expected:"TERMINATED_WITH_ERRORS"}]}}}},"iYq/":function(e,t,r){var n=r("QsWE"),i=r("lKDQ"),o=r("6Yqx");n.CognitoIdentityCredentials=n.util.inherit(n.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){n.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=n.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){"NotAuthorizedException"==e.code&&this.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,n){!r&&n.IdentityId?(t.params.IdentityId=n.IdentityId,e(null,n.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,n){r?t.clearIdOnNotAuthorized(r):(t.cacheId(n),t.data=n,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,n){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(n),t.params.WebIdentityToken=n.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){if(n.util.isBrowser()&&!this.params.IdentityId){var e=this.getStorage("id");if(e&&this.params.Logins){var t=Object.keys(this.params.Logins);0!==(this.getStorage("providers")||"").split(",").filter(function(e){return-1!==t.indexOf(e)}).length&&(this.params.IdentityId=e)}else e&&(this.params.IdentityId=e)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new n.WebIdentityCredentials(this.params,e),!this.cognito){var t=n.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new o(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,n.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=n.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar",delete e["aws.test-storage"],e}catch(e){return{}}}()})},"iaw/":function(e){e.exports={pagination:{DescribeAutoScalingGroups:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:"AutoScalingGroups"},DescribeAutoScalingInstances:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:"AutoScalingInstances"},DescribeLaunchConfigurations:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:"LaunchConfigurations"},DescribeNotificationConfigurations:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:"NotificationConfigurations"},DescribePolicies:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:"ScalingPolicies"},DescribeScalingActivities:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:"Activities"},DescribeScheduledActions:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:"ScheduledUpdateGroupActions"},DescribeTags:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:"Tags"}}}},ibM8:function(e){e.exports={version:2,waiters:{StreamExists:{delay:10,operation:"DescribeStream",maxAttempts:18,acceptors:[{expected:"ACTIVE",matcher:"path",state:"success",argument:"StreamDescription.StreamStatus"}]},StreamNotExists:{delay:10,operation:"DescribeStream",maxAttempts:18,acceptors:[{expected:"ResourceNotFoundException",matcher:"error",state:"success"}]}}}},iebk:function(e,t,r){"use strict";var n=r("mqUS"),i=r("8as8");e.exports=function(e){!function(e,t){t.event.bind(e,"scroll",function(){i(e)})}(e,n.get(e))}},ihYY:function(e,t,r){"use strict";r.r(t),r.d(t,"AnimationBuilder",function(){return n}),r.d(t,"AnimationFactory",function(){return i}),r.d(t,"AUTO_STYLE",function(){return o}),r.d(t,"animate",function(){return s}),r.d(t,"animateChild",function(){return y}),r.d(t,"animation",function(){return h}),r.d(t,"group",function(){return u}),r.d(t,"keyframes",function(){return m}),r.d(t,"query",function(){return b}),r.d(t,"sequence",function(){return l}),r.d(t,"stagger",function(){return g}),r.d(t,"state",function(){return p}),r.d(t,"style",function(){return c}),r.d(t,"transition",function(){return d}),r.d(t,"trigger",function(){return a}),r.d(t,"useAnimation",function(){return f}),r.d(t,"NoopAnimationPlayer",function(){return S}),r.d(t,"\u0275PRE_STYLE",function(){return N}),r.d(t,"\u0275AnimationGroupPlayer",function(){return I});var n=function(){},i=function(){},o="*";function a(e,t){return{type:7,name:e,definitions:t,options:{}}}function s(e,t){return void 0===t&&(t=null),{type:4,styles:t,timings:e}}function u(e,t){return void 0===t&&(t=null),{type:3,steps:e,options:t}}function l(e,t){return void 0===t&&(t=null),{type:2,steps:e,options:t}}function c(e){return{type:6,styles:e,offset:null}}function p(e,t,r){return{type:0,name:e,styles:t,options:r}}function m(e){return{type:5,steps:e}}function d(e,t,r){return void 0===r&&(r=null),{type:1,expr:e,animation:t,options:r}}function h(e,t){return void 0===t&&(t=null),{type:8,animation:e,options:t}}function y(e){return void 0===e&&(e=null),{type:9,options:e}}function f(e,t){return void 0===t&&(t=null),{type:10,animation:e,options:t}}function b(e,t,r){return void 0===r&&(r=null),{type:11,selector:e,animation:t,options:r}}function g(e,t){return{type:12,timings:e,animation:t}}function v(e){Promise.resolve(null).then(e)}var S=function(){function e(e,t){void 0===e&&(e=0),void 0===t&&(t=0),this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._started=!1,this._destroyed=!1,this._finished=!1,this.parentPlayer=null,this.totalTime=e+t}return e.prototype._onFinish=function(){this._finished||(this._finished=!0,this._onDoneFns.forEach(function(e){return e()}),this._onDoneFns=[])},e.prototype.onStart=function(e){this._onStartFns.push(e)},e.prototype.onDone=function(e){this._onDoneFns.push(e)},e.prototype.onDestroy=function(e){this._onDestroyFns.push(e)},e.prototype.hasStarted=function(){return this._started},e.prototype.init=function(){},e.prototype.play=function(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0},e.prototype.triggerMicrotask=function(){var e=this;v(function(){return e._onFinish()})},e.prototype._onStart=function(){this._onStartFns.forEach(function(e){return e()}),this._onStartFns=[]},e.prototype.pause=function(){},e.prototype.restart=function(){},e.prototype.finish=function(){this._onFinish()},e.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(function(e){return e()}),this._onDestroyFns=[])},e.prototype.reset=function(){},e.prototype.setPosition=function(e){},e.prototype.getPosition=function(){return 0},e.prototype.triggerCallback=function(e){var t="start"==e?this._onStartFns:this._onDoneFns;t.forEach(function(e){return e()}),t.length=0},e}(),I=function(){function e(e){var t=this;this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this._destroyed=!1,this._onDestroyFns=[],this.parentPlayer=null,this.totalTime=0,this.players=e;var r=0,n=0,i=0,o=this.players.length;0==o?v(function(){return t._onFinish()}):this.players.forEach(function(e){e.onDone(function(){++r==o&&t._onFinish()}),e.onDestroy(function(){++n==o&&t._onDestroy()}),e.onStart(function(){++i==o&&t._onStart()})}),this.totalTime=this.players.reduce(function(e,t){return Math.max(e,t.totalTime)},0)}return e.prototype._onFinish=function(){this._finished||(this._finished=!0,this._onDoneFns.forEach(function(e){return e()}),this._onDoneFns=[])},e.prototype.init=function(){this.players.forEach(function(e){return e.init()})},e.prototype.onStart=function(e){this._onStartFns.push(e)},e.prototype._onStart=function(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(function(e){return e()}),this._onStartFns=[])},e.prototype.onDone=function(e){this._onDoneFns.push(e)},e.prototype.onDestroy=function(e){this._onDestroyFns.push(e)},e.prototype.hasStarted=function(){return this._started},e.prototype.play=function(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(function(e){return e.play()})},e.prototype.pause=function(){this.players.forEach(function(e){return e.pause()})},e.prototype.restart=function(){this.players.forEach(function(e){return e.restart()})},e.prototype.finish=function(){this._onFinish(),this.players.forEach(function(e){return e.finish()})},e.prototype.destroy=function(){this._onDestroy()},e.prototype._onDestroy=function(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(function(e){return e.destroy()}),this._onDestroyFns.forEach(function(e){return e()}),this._onDestroyFns=[])},e.prototype.reset=function(){this.players.forEach(function(e){return e.reset()}),this._destroyed=!1,this._finished=!1,this._started=!1},e.prototype.setPosition=function(e){var t=e*this.totalTime;this.players.forEach(function(e){var r=e.totalTime?Math.min(1,t/e.totalTime):1;e.setPosition(r)})},e.prototype.getPosition=function(){var e=0;return this.players.forEach(function(t){var r=t.getPosition();e=Math.min(r,e)}),e},e.prototype.beforeDestroy=function(){this.players.forEach(function(e){e.beforeDestroy&&e.beforeDestroy()})},e.prototype.triggerCallback=function(e){var t="start"==e?this._onStartFns:this._onDoneFns;t.forEach(function(e){return e()}),t.length=0},e}(),N="!"},inIq:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("gIcY"),i=r("m9Vx");t.equal=function(e){return function(t){return i.isPresent(n.Validators.required(t))?null:e===t.value?null:{equal:!0}}}},isby:function(e,t,r){"use strict";r.d(t,"a",function(){return n});var n=Array.isArray||function(e){return e&&"number"==typeof e.length}},"j/x2":function(e){e.exports={pagination:{ListBuckets:{result_key:"Buckets"},ListMultipartUploads:{input_token:["KeyMarker","UploadIdMarker"],limit_key:"MaxUploads",more_results:"IsTruncated",output_token:["NextKeyMarker","NextUploadIdMarker"],result_key:["Uploads","CommonPrefixes"]},ListObjectVersions:{input_token:["KeyMarker","VersionIdMarker"],limit_key:"MaxKeys",more_results:"IsTruncated",output_token:["NextKeyMarker","NextVersionIdMarker"],result_key:["Versions","DeleteMarkers","CommonPrefixes"]},ListObjects:{input_token:"Marker",limit_key:"MaxKeys",more_results:"IsTruncated",output_token:"NextMarker || Contents[-1].Key",result_key:["Contents","CommonPrefixes"]},ListObjectsV2:{input_token:"ContinuationToken",limit_key:"MaxKeys",output_token:"NextContinuationToken",result_key:["Contents","CommonPrefixes"]},ListParts:{input_token:"PartNumberMarker",limit_key:"MaxParts",more_results:"IsTruncated",output_token:"NextPartNumberMarker",result_key:"Parts"}}}},j2DC:function(e,t,r){"use strict";var n=r("oVml"),i=r("rr1i"),o=r("RfKB"),a={};r("NegM")(a,r("UWiX")("iterator"),function(){return this}),e.exports=function(e,t,r){e.prototype=n(a,{next:i(1,r)}),o(e,t+" Iterator")}},jFrZ:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2014-11-06",endpointPrefix:"ssm",jsonVersion:"1.1",protocol:"json",serviceAbbreviation:"Amazon SSM",serviceFullName:"Amazon Simple Systems Manager (SSM)",serviceId:"SSM",signatureVersion:"v4",targetPrefix:"AmazonSSM",uid:"ssm-2014-11-06"},operations:{AddTagsToResource:{input:{type:"structure",required:["ResourceType","ResourceId","Tags"],members:{ResourceType:{},ResourceId:{},Tags:{shape:"S4"}}},output:{type:"structure",members:{}}},CancelCommand:{input:{type:"structure",required:["CommandId"],members:{CommandId:{},InstanceIds:{shape:"Sb"}}},output:{type:"structure",members:{}}},CreateActivation:{input:{type:"structure",required:["IamRole"],members:{Description:{},DefaultInstanceName:{},IamRole:{},RegistrationLimit:{type:"integer"},ExpirationDate:{type:"timestamp"}}},output:{type:"structure",members:{ActivationId:{},ActivationCode:{}}}},CreateAssociation:{input:{type:"structure",required:["Name"],members:{Name:{},DocumentVersion:{},InstanceId:{},Parameters:{shape:"Sq"},Targets:{shape:"Su"},ScheduleExpression:{},OutputLocation:{shape:"S10"},AssociationName:{}}},output:{type:"structure",members:{AssociationDescription:{shape:"S17"}}}},CreateAssociationBatch:{input:{type:"structure",required:["Entries"],members:{Entries:{type:"list",member:{shape:"S1l"}}}},output:{type:"structure",members:{Successful:{type:"list",member:{shape:"S17"}},Failed:{type:"list",member:{type:"structure",members:{Entry:{shape:"S1l"},Message:{},Fault:{}}}}}}},CreateDocument:{input:{type:"structure",required:["Content","Name"],members:{Content:{},Name:{},DocumentType:{},DocumentFormat:{},TargetType:{}}},output:{type:"structure",members:{DocumentDescription:{shape:"S1y"}}}},CreateMaintenanceWindow:{input:{type:"structure",required:["Name","Schedule","Duration","Cutoff","AllowUnassociatedTargets"],members:{Name:{},Description:{shape:"S2h"},Schedule:{},Duration:{type:"integer"},Cutoff:{type:"integer"},AllowUnassociatedTargets:{type:"boolean"},ClientToken:{idempotencyToken:!0}}},output:{type:"structure",members:{WindowId:{}}}},CreatePatchBaseline:{input:{type:"structure",required:["Name"],members:{OperatingSystem:{},Name:{},GlobalFilters:{shape:"S2s"},ApprovalRules:{shape:"S2y"},ApprovedPatches:{shape:"S34"},ApprovedPatchesComplianceLevel:{},ApprovedPatchesEnableNonSecurity:{type:"boolean"},RejectedPatches:{shape:"S34"},Description:{},Sources:{shape:"S37"},ClientToken:{idempotencyToken:!0}}},output:{type:"structure",members:{BaselineId:{}}}},CreateResourceDataSync:{input:{type:"structure",required:["SyncName","S3Destination"],members:{SyncName:{},S3Destination:{shape:"S3h"}}},output:{type:"structure",members:{}}},DeleteActivation:{input:{type:"structure",required:["ActivationId"],members:{ActivationId:{}}},output:{type:"structure",members:{}}},DeleteAssociation:{input:{type:"structure",members:{Name:{},InstanceId:{},AssociationId:{}}},output:{type:"structure",members:{}}},DeleteDocument:{input:{type:"structure",required:["Name"],members:{Name:{}}},output:{type:"structure",members:{}}},DeleteInventory:{input:{type:"structure",required:["TypeName"],members:{TypeName:{},SchemaDeleteOption:{},DryRun:{type:"boolean"},ClientToken:{idempotencyToken:!0}}},output:{type:"structure",members:{DeletionId:{},TypeName:{},DeletionSummary:{shape:"S40"}}}},DeleteMaintenanceWindow:{input:{type:"structure",required:["WindowId"],members:{WindowId:{}}},output:{type:"structure",members:{WindowId:{}}}},DeleteParameter:{input:{type:"structure",required:["Name"],members:{Name:{}}},output:{type:"structure",members:{}}},DeleteParameters:{input:{type:"structure",required:["Names"],members:{Names:{shape:"S4d"}}},output:{type:"structure",members:{DeletedParameters:{shape:"S4d"},InvalidParameters:{shape:"S4d"}}}},DeletePatchBaseline:{input:{type:"structure",required:["BaselineId"],members:{BaselineId:{}}},output:{type:"structure",members:{BaselineId:{}}}},DeleteResourceDataSync:{input:{type:"structure",required:["SyncName"],members:{SyncName:{}}},output:{type:"structure",members:{}}},DeregisterManagedInstance:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{}}},output:{type:"structure",members:{}}},DeregisterPatchBaselineForPatchGroup:{input:{type:"structure",required:["BaselineId","PatchGroup"],members:{BaselineId:{},PatchGroup:{}}},output:{type:"structure",members:{BaselineId:{},PatchGroup:{}}}},DeregisterTargetFromMaintenanceWindow:{input:{type:"structure",required:["WindowId","WindowTargetId"],members:{WindowId:{},WindowTargetId:{},Safe:{type:"boolean"}}},output:{type:"structure",members:{WindowId:{},WindowTargetId:{}}}},DeregisterTaskFromMaintenanceWindow:{input:{type:"structure",required:["WindowId","WindowTaskId"],members:{WindowId:{},WindowTaskId:{}}},output:{type:"structure",members:{WindowId:{},WindowTaskId:{}}}},DescribeActivations:{input:{type:"structure",members:{Filters:{type:"list",member:{type:"structure",members:{FilterKey:{},FilterValues:{type:"list",member:{}}}}},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{ActivationList:{type:"list",member:{type:"structure",members:{ActivationId:{},Description:{},DefaultInstanceName:{},IamRole:{},RegistrationLimit:{type:"integer"},RegistrationsCount:{type:"integer"},ExpirationDate:{type:"timestamp"},Expired:{type:"boolean"},CreatedDate:{type:"timestamp"}}}},NextToken:{}}}},DescribeAssociation:{input:{type:"structure",members:{Name:{},InstanceId:{},AssociationId:{},AssociationVersion:{}}},output:{type:"structure",members:{AssociationDescription:{shape:"S17"}}}},DescribeAssociationExecutionTargets:{input:{type:"structure",required:["AssociationId","ExecutionId"],members:{AssociationId:{},ExecutionId:{},Filters:{type:"list",member:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{}}}},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{AssociationExecutionTargets:{type:"list",member:{type:"structure",members:{AssociationId:{},AssociationVersion:{},ExecutionId:{},ResourceId:{},ResourceType:{},Status:{},DetailedStatus:{},LastExecutionDate:{type:"timestamp"},OutputSource:{type:"structure",members:{OutputSourceId:{},OutputSourceType:{}}}}}},NextToken:{}}}},DescribeAssociationExecutions:{input:{type:"structure",required:["AssociationId"],members:{AssociationId:{},Filters:{type:"list",member:{type:"structure",required:["Key","Value","Type"],members:{Key:{},Value:{},Type:{}}}},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{AssociationExecutions:{type:"list",member:{type:"structure",members:{AssociationId:{},AssociationVersion:{},ExecutionId:{},Status:{},DetailedStatus:{},CreatedTime:{type:"timestamp"},LastExecutionDate:{type:"timestamp"},ResourceCountByStatus:{}}}},NextToken:{}}}},DescribeAutomationExecutions:{input:{type:"structure",members:{Filters:{type:"list",member:{type:"structure",required:["Key","Values"],members:{Key:{},Values:{type:"list",member:{}}}}},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{AutomationExecutionMetadataList:{type:"list",member:{type:"structure",members:{AutomationExecutionId:{},DocumentName:{},DocumentVersion:{},AutomationExecutionStatus:{},ExecutionStartTime:{type:"timestamp"},ExecutionEndTime:{type:"timestamp"},ExecutedBy:{},LogFile:{},Outputs:{shape:"S69"},Mode:{},ParentAutomationExecutionId:{},CurrentStepName:{},CurrentAction:{},FailureMessage:{},TargetParameterName:{},Targets:{shape:"Su"},TargetMaps:{shape:"S6e"},ResolvedTargets:{shape:"S6j"},MaxConcurrency:{},MaxErrors:{},Target:{}}}},NextToken:{}}}},DescribeAutomationStepExecutions:{input:{type:"structure",required:["AutomationExecutionId"],members:{AutomationExecutionId:{},Filters:{type:"list",member:{type:"structure",required:["Key","Values"],members:{Key:{},Values:{type:"list",member:{}}}}},NextToken:{},MaxResults:{type:"integer"},ReverseOrder:{type:"boolean"}}},output:{type:"structure",members:{StepExecutions:{shape:"S6u"},NextToken:{}}}},DescribeAvailablePatches:{input:{type:"structure",members:{Filters:{shape:"S74"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Patches:{type:"list",member:{shape:"S7c"}},NextToken:{}}}},DescribeDocument:{input:{type:"structure",required:["Name"],members:{Name:{},DocumentVersion:{}}},output:{type:"structure",members:{Document:{shape:"S1y"}}}},DescribeDocumentPermission:{input:{type:"structure",required:["Name","PermissionType"],members:{Name:{},PermissionType:{}}},output:{type:"structure",members:{AccountIds:{shape:"S7t"}}}},DescribeEffectiveInstanceAssociations:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Associations:{type:"list",member:{type:"structure",members:{AssociationId:{},InstanceId:{},Content:{},AssociationVersion:{}}}},NextToken:{}}}},DescribeEffectivePatchesForPatchBaseline:{input:{type:"structure",required:["BaselineId"],members:{BaselineId:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{EffectivePatches:{type:"list",member:{type:"structure",members:{Patch:{shape:"S7c"},PatchStatus:{type:"structure",members:{DeploymentStatus:{},ComplianceLevel:{},ApprovalDate:{type:"timestamp"}}}}}},NextToken:{}}}},DescribeInstanceAssociationsStatus:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{InstanceAssociationStatusInfos:{type:"list",member:{type:"structure",members:{AssociationId:{},Name:{},DocumentVersion:{},AssociationVersion:{},InstanceId:{},ExecutionDate:{type:"timestamp"},Status:{},DetailedStatus:{},ExecutionSummary:{},ErrorCode:{},OutputUrl:{type:"structure",members:{S3OutputUrl:{type:"structure",members:{OutputUrl:{}}}}},AssociationName:{}}}},NextToken:{}}}},DescribeInstanceInformation:{input:{type:"structure",members:{InstanceInformationFilterList:{type:"list",member:{type:"structure",required:["key","valueSet"],members:{key:{},valueSet:{shape:"S8j"}}}},Filters:{type:"list",member:{type:"structure",required:["Key","Values"],members:{Key:{},Values:{shape:"S8j"}}}},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{InstanceInformationList:{type:"list",member:{type:"structure",members:{InstanceId:{},PingStatus:{},LastPingDateTime:{type:"timestamp"},AgentVersion:{},IsLatestVersion:{type:"boolean"},PlatformType:{},PlatformName:{},PlatformVersion:{},ActivationId:{},IamRole:{},RegistrationDate:{type:"timestamp"},ResourceType:{},Name:{},IPAddress:{},ComputerName:{},AssociationStatus:{},LastAssociationExecutionDate:{type:"timestamp"},LastSuccessfulAssociationExecutionDate:{type:"timestamp"},AssociationOverview:{type:"structure",members:{DetailedStatus:{},InstanceAssociationStatusAggregatedCount:{type:"map",key:{},value:{type:"integer"}}}}}}},NextToken:{}}}},DescribeInstancePatchStates:{input:{type:"structure",required:["InstanceIds"],members:{InstanceIds:{shape:"Sb"},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{InstancePatchStates:{type:"list",member:{shape:"S93"}},NextToken:{}}}},DescribeInstancePatchStatesForPatchGroup:{input:{type:"structure",required:["PatchGroup"],members:{PatchGroup:{},Filters:{type:"list",member:{type:"structure",required:["Key","Values","Type"],members:{Key:{},Values:{type:"list",member:{}},Type:{}}}},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{InstancePatchStates:{type:"list",member:{shape:"S93"}},NextToken:{}}}},DescribeInstancePatches:{input:{type:"structure",required:["InstanceId"],members:{InstanceId:{},Filters:{shape:"S74"},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{Patches:{type:"list",member:{type:"structure",required:["Title","KBId","Classification","Severity","State","InstalledTime"],members:{Title:{},KBId:{},Classification:{},Severity:{},State:{},InstalledTime:{type:"timestamp"}}}},NextToken:{}}}},DescribeInventoryDeletions:{input:{type:"structure",members:{DeletionId:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{InventoryDeletions:{type:"list",member:{type:"structure",members:{DeletionId:{},TypeName:{},DeletionStartTime:{type:"timestamp"},LastStatus:{},LastStatusMessage:{},DeletionSummary:{shape:"S40"},LastStatusUpdateTime:{type:"timestamp"}}}},NextToken:{}}}},DescribeMaintenanceWindowExecutionTaskInvocations:{input:{type:"structure",required:["WindowExecutionId","TaskId"],members:{WindowExecutionId:{},TaskId:{},Filters:{shape:"Sa2"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{WindowExecutionTaskInvocationIdentities:{type:"list",member:{type:"structure",members:{WindowExecutionId:{},TaskExecutionId:{},InvocationId:{},ExecutionId:{},TaskType:{},Parameters:{shape:"Sae"},Status:{},StatusDetails:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},OwnerInformation:{shape:"S95"},WindowTargetId:{}}}},NextToken:{}}}},DescribeMaintenanceWindowExecutionTasks:{input:{type:"structure",required:["WindowExecutionId"],members:{WindowExecutionId:{},Filters:{shape:"Sa2"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{WindowExecutionTaskIdentities:{type:"list",member:{type:"structure",members:{WindowExecutionId:{},TaskExecutionId:{},Status:{},StatusDetails:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},TaskArn:{},TaskType:{}}}},NextToken:{}}}},DescribeMaintenanceWindowExecutions:{input:{type:"structure",required:["WindowId"],members:{WindowId:{},Filters:{shape:"Sa2"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{WindowExecutions:{type:"list",member:{type:"structure",members:{WindowId:{},WindowExecutionId:{},Status:{},StatusDetails:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"}}}},NextToken:{}}}},DescribeMaintenanceWindowTargets:{input:{type:"structure",required:["WindowId"],members:{WindowId:{},Filters:{shape:"Sa2"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Targets:{type:"list",member:{type:"structure",members:{WindowId:{},WindowTargetId:{},ResourceType:{},Targets:{shape:"Su"},OwnerInformation:{shape:"S95"},Name:{},Description:{shape:"S2h"}}}},NextToken:{}}}},DescribeMaintenanceWindowTasks:{input:{type:"structure",required:["WindowId"],members:{WindowId:{},Filters:{shape:"Sa2"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Tasks:{type:"list",member:{type:"structure",members:{WindowId:{},WindowTaskId:{},TaskArn:{},Type:{},Targets:{shape:"Su"},TaskParameters:{shape:"Sb0"},Priority:{type:"integer"},LoggingInfo:{shape:"Sb6"},ServiceRoleArn:{},MaxConcurrency:{},MaxErrors:{},Name:{},Description:{shape:"S2h"}}}},NextToken:{}}}},DescribeMaintenanceWindows:{input:{type:"structure",members:{Filters:{shape:"Sa2"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{WindowIdentities:{type:"list",member:{type:"structure",members:{WindowId:{},Name:{},Description:{shape:"S2h"},Enabled:{type:"boolean"},Duration:{type:"integer"},Cutoff:{type:"integer"}}}},NextToken:{}}}},DescribeParameters:{input:{type:"structure",members:{Filters:{type:"list",member:{type:"structure",required:["Key","Values"],members:{Key:{},Values:{type:"list",member:{}}}}},ParameterFilters:{shape:"Sbj"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Parameters:{type:"list",member:{type:"structure",members:{Name:{},Type:{},KeyId:{},LastModifiedDate:{type:"timestamp"},LastModifiedUser:{},Description:{},AllowedPattern:{},Version:{type:"long"}}}},NextToken:{}}}},DescribePatchBaselines:{input:{type:"structure",members:{Filters:{shape:"S74"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{BaselineIdentities:{type:"list",member:{shape:"Sc0"}},NextToken:{}}}},DescribePatchGroupState:{input:{type:"structure",required:["PatchGroup"],members:{PatchGroup:{}}},output:{type:"structure",members:{Instances:{type:"integer"},InstancesWithInstalledPatches:{type:"integer"},InstancesWithInstalledOtherPatches:{type:"integer"},InstancesWithMissingPatches:{type:"integer"},InstancesWithFailedPatches:{type:"integer"},InstancesWithNotApplicablePatches:{type:"integer"}}}},DescribePatchGroups:{input:{type:"structure",members:{MaxResults:{type:"integer"},Filters:{shape:"S74"},NextToken:{}}},output:{type:"structure",members:{Mappings:{type:"list",member:{type:"structure",members:{PatchGroup:{},BaselineIdentity:{shape:"Sc0"}}}},NextToken:{}}}},DescribeSessions:{input:{type:"structure",required:["State"],members:{State:{},MaxResults:{type:"integer"},NextToken:{},Filters:{type:"list",member:{type:"structure",required:["key","value"],members:{key:{},value:{}}}}}},output:{type:"structure",members:{Sessions:{type:"list",member:{type:"structure",members:{SessionId:{},Target:{},Status:{},StartDate:{type:"timestamp"},EndDate:{type:"timestamp"},DocumentName:{},Owner:{},Details:{},OutputUrl:{type:"structure",members:{S3OutputUrl:{},CloudWatchOutputUrl:{}}}}}},NextToken:{}}}},GetAutomationExecution:{input:{type:"structure",required:["AutomationExecutionId"],members:{AutomationExecutionId:{}}},output:{type:"structure",members:{AutomationExecution:{type:"structure",members:{AutomationExecutionId:{},DocumentName:{},DocumentVersion:{},ExecutionStartTime:{type:"timestamp"},ExecutionEndTime:{type:"timestamp"},AutomationExecutionStatus:{},StepExecutions:{shape:"S6u"},StepExecutionsTruncated:{type:"boolean"},Parameters:{shape:"S69"},Outputs:{shape:"S69"},FailureMessage:{},Mode:{},ParentAutomationExecutionId:{},ExecutedBy:{},CurrentStepName:{},CurrentAction:{},TargetParameterName:{},Targets:{shape:"Su"},TargetMaps:{shape:"S6e"},ResolvedTargets:{shape:"S6j"},MaxConcurrency:{},MaxErrors:{},Target:{}}}}}},GetCommandInvocation:{input:{type:"structure",required:["CommandId","InstanceId"],members:{CommandId:{},InstanceId:{},PluginName:{}}},output:{type:"structure",members:{CommandId:{},InstanceId:{},Comment:{},DocumentName:{},DocumentVersion:{},PluginName:{},ResponseCode:{type:"integer"},ExecutionStartDateTime:{},ExecutionElapsedTime:{},ExecutionEndDateTime:{},Status:{},StatusDetails:{},StandardOutputContent:{},StandardOutputUrl:{},StandardErrorContent:{},StandardErrorUrl:{},CloudWatchOutputConfig:{shape:"Sd3"}}}},GetConnectionStatus:{input:{type:"structure",required:["Target"],members:{Target:{}}},output:{type:"structure",members:{Target:{},Status:{}}}},GetDefaultPatchBaseline:{input:{type:"structure",members:{OperatingSystem:{}}},output:{type:"structure",members:{BaselineId:{},OperatingSystem:{}}}},GetDeployablePatchSnapshotForInstance:{input:{type:"structure",required:["InstanceId","SnapshotId"],members:{InstanceId:{},SnapshotId:{}}},output:{type:"structure",members:{InstanceId:{},SnapshotId:{},SnapshotDownloadUrl:{},Product:{}}}},GetDocument:{input:{type:"structure",required:["Name"],members:{Name:{},DocumentVersion:{},DocumentFormat:{}}},output:{type:"structure",members:{Name:{},DocumentVersion:{},Content:{},DocumentType:{},DocumentFormat:{}}}},GetInventory:{input:{type:"structure",members:{Filters:{shape:"Sdi"},Aggregators:{shape:"Sdo"},ResultAttributes:{type:"list",member:{type:"structure",required:["TypeName"],members:{TypeName:{}}}},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{Entities:{type:"list",member:{type:"structure",members:{Id:{},Data:{type:"map",key:{},value:{type:"structure",required:["TypeName","SchemaVersion","Content"],members:{TypeName:{},SchemaVersion:{},CaptureTime:{},ContentHash:{},Content:{shape:"Se5"}}}}}}},NextToken:{}}}},GetInventorySchema:{input:{type:"structure",members:{TypeName:{},NextToken:{},MaxResults:{type:"integer"},Aggregator:{type:"boolean"},SubType:{type:"boolean"}}},output:{type:"structure",members:{Schemas:{type:"list",member:{type:"structure",required:["TypeName","Attributes"],members:{TypeName:{},Version:{},Attributes:{type:"list",member:{type:"structure",required:["Name","DataType"],members:{Name:{},DataType:{}}}},DisplayName:{}}}},NextToken:{}}}},GetMaintenanceWindow:{input:{type:"structure",required:["WindowId"],members:{WindowId:{}}},output:{type:"structure",members:{WindowId:{},Name:{},Description:{shape:"S2h"},Schedule:{},Duration:{type:"integer"},Cutoff:{type:"integer"},AllowUnassociatedTargets:{type:"boolean"},Enabled:{type:"boolean"},CreatedDate:{type:"timestamp"},ModifiedDate:{type:"timestamp"}}}},GetMaintenanceWindowExecution:{input:{type:"structure",required:["WindowExecutionId"],members:{WindowExecutionId:{}}},output:{type:"structure",members:{WindowExecutionId:{},TaskIds:{type:"list",member:{}},Status:{},StatusDetails:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"}}}},GetMaintenanceWindowExecutionTask:{input:{type:"structure",required:["WindowExecutionId","TaskId"],members:{WindowExecutionId:{},TaskId:{}}},output:{type:"structure",members:{WindowExecutionId:{},TaskExecutionId:{},TaskArn:{},ServiceRole:{},Type:{},TaskParameters:{type:"list",member:{shape:"Sb0"},sensitive:!0},Priority:{type:"integer"},MaxConcurrency:{},MaxErrors:{},Status:{},StatusDetails:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"}}}},GetMaintenanceWindowExecutionTaskInvocation:{input:{type:"structure",required:["WindowExecutionId","TaskId","InvocationId"],members:{WindowExecutionId:{},TaskId:{},InvocationId:{}}},output:{type:"structure",members:{WindowExecutionId:{},TaskExecutionId:{},InvocationId:{},ExecutionId:{},TaskType:{},Parameters:{shape:"Sae"},Status:{},StatusDetails:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},OwnerInformation:{shape:"S95"},WindowTargetId:{}}}},GetMaintenanceWindowTask:{input:{type:"structure",required:["WindowId","WindowTaskId"],members:{WindowId:{},WindowTaskId:{}}},output:{type:"structure",members:{WindowId:{},WindowTaskId:{},Targets:{shape:"Su"},TaskArn:{},ServiceRoleArn:{},TaskType:{},TaskParameters:{shape:"Sb0"},TaskInvocationParameters:{shape:"Sey"},Priority:{type:"integer"},MaxConcurrency:{},MaxErrors:{},LoggingInfo:{shape:"Sb6"},Name:{},Description:{shape:"S2h"}}}},GetParameter:{input:{type:"structure",required:["Name"],members:{Name:{},WithDecryption:{type:"boolean"}}},output:{type:"structure",members:{Parameter:{shape:"Sfg"}}}},GetParameterHistory:{input:{type:"structure",required:["Name"],members:{Name:{},WithDecryption:{type:"boolean"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Parameters:{type:"list",member:{type:"structure",members:{Name:{},Type:{},KeyId:{},LastModifiedDate:{type:"timestamp"},LastModifiedUser:{},Description:{},Value:{},AllowedPattern:{},Version:{type:"long"},Labels:{shape:"Sfn"}}}},NextToken:{}}}},GetParameters:{input:{type:"structure",required:["Names"],members:{Names:{shape:"S4d"},WithDecryption:{type:"boolean"}}},output:{type:"structure",members:{Parameters:{shape:"Sfr"},InvalidParameters:{shape:"S4d"}}}},GetParametersByPath:{input:{type:"structure",required:["Path"],members:{Path:{},Recursive:{type:"boolean"},ParameterFilters:{shape:"Sbj"},WithDecryption:{type:"boolean"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Parameters:{shape:"Sfr"},NextToken:{}}}},GetPatchBaseline:{input:{type:"structure",required:["BaselineId"],members:{BaselineId:{}}},output:{type:"structure",members:{BaselineId:{},Name:{},OperatingSystem:{},GlobalFilters:{shape:"S2s"},ApprovalRules:{shape:"S2y"},ApprovedPatches:{shape:"S34"},ApprovedPatchesComplianceLevel:{},ApprovedPatchesEnableNonSecurity:{type:"boolean"},RejectedPatches:{shape:"S34"},PatchGroups:{type:"list",member:{}},CreatedDate:{type:"timestamp"},ModifiedDate:{type:"timestamp"},Description:{},Sources:{shape:"S37"}}}},GetPatchBaselineForPatchGroup:{input:{type:"structure",required:["PatchGroup"],members:{PatchGroup:{},OperatingSystem:{}}},output:{type:"structure",members:{BaselineId:{},PatchGroup:{},OperatingSystem:{}}}},LabelParameterVersion:{input:{type:"structure",required:["Name","Labels"],members:{Name:{},ParameterVersion:{type:"long"},Labels:{shape:"Sfn"}}},output:{type:"structure",members:{InvalidLabels:{shape:"Sfn"}}}},ListAssociationVersions:{input:{type:"structure",required:["AssociationId"],members:{AssociationId:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{AssociationVersions:{type:"list",member:{type:"structure",members:{AssociationId:{},AssociationVersion:{},CreatedDate:{type:"timestamp"},Name:{},DocumentVersion:{},Parameters:{shape:"Sq"},Targets:{shape:"Su"},ScheduleExpression:{},OutputLocation:{shape:"S10"},AssociationName:{}}}},NextToken:{}}}},ListAssociations:{input:{type:"structure",members:{AssociationFilterList:{type:"list",member:{type:"structure",required:["key","value"],members:{key:{},value:{}}}},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{Associations:{type:"list",member:{type:"structure",members:{Name:{},InstanceId:{},AssociationId:{},AssociationVersion:{},DocumentVersion:{},Targets:{shape:"Su"},LastExecutionDate:{type:"timestamp"},Overview:{shape:"S1e"},ScheduleExpression:{},AssociationName:{}}}},NextToken:{}}}},ListCommandInvocations:{input:{type:"structure",members:{CommandId:{},InstanceId:{},MaxResults:{type:"integer"},NextToken:{},Filters:{shape:"Sgg"},Details:{type:"boolean"}}},output:{type:"structure",members:{CommandInvocations:{type:"list",member:{type:"structure",members:{CommandId:{},InstanceId:{},InstanceName:{},Comment:{},DocumentName:{},DocumentVersion:{},RequestedDateTime:{type:"timestamp"},Status:{},StatusDetails:{},TraceOutput:{},StandardOutputUrl:{},StandardErrorUrl:{},CommandPlugins:{type:"list",member:{type:"structure",members:{Name:{},Status:{},StatusDetails:{},ResponseCode:{type:"integer"},ResponseStartDateTime:{type:"timestamp"},ResponseFinishDateTime:{type:"timestamp"},Output:{},StandardOutputUrl:{},StandardErrorUrl:{},OutputS3Region:{},OutputS3BucketName:{},OutputS3KeyPrefix:{}}}},ServiceRole:{},NotificationConfig:{shape:"Sf0"},CloudWatchOutputConfig:{shape:"Sd3"}}}},NextToken:{}}}},ListCommands:{input:{type:"structure",members:{CommandId:{},InstanceId:{},MaxResults:{type:"integer"},NextToken:{},Filters:{shape:"Sgg"}}},output:{type:"structure",members:{Commands:{type:"list",member:{shape:"Sgw"}},NextToken:{}}}},ListComplianceItems:{input:{type:"structure",members:{Filters:{shape:"Sh3"},ResourceIds:{type:"list",member:{}},ResourceTypes:{type:"list",member:{}},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{ComplianceItems:{type:"list",member:{type:"structure",members:{ComplianceType:{},ResourceType:{},ResourceId:{},Id:{},Title:{},Status:{},Severity:{},ExecutionSummary:{shape:"Shl"},Details:{shape:"Sho"}}}},NextToken:{}}}},ListComplianceSummaries:{input:{type:"structure",members:{Filters:{shape:"Sh3"},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{ComplianceSummaryItems:{type:"list",member:{type:"structure",members:{ComplianceType:{},CompliantSummary:{shape:"Sht"},NonCompliantSummary:{shape:"Shw"}}}},NextToken:{}}}},ListDocumentVersions:{input:{type:"structure",required:["Name"],members:{Name:{},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{DocumentVersions:{type:"list",member:{type:"structure",members:{Name:{},DocumentVersion:{},CreatedDate:{type:"timestamp"},IsDefaultVersion:{type:"boolean"},DocumentFormat:{}}}},NextToken:{}}}},ListDocuments:{input:{type:"structure",members:{DocumentFilterList:{type:"list",member:{type:"structure",required:["key","value"],members:{key:{},value:{}}}},Filters:{type:"list",member:{type:"structure",members:{Key:{},Values:{type:"list",member:{}}}}},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{DocumentIdentifiers:{type:"list",member:{type:"structure",members:{Name:{},Owner:{},PlatformTypes:{shape:"S2c"},DocumentVersion:{},DocumentType:{},SchemaVersion:{},DocumentFormat:{},TargetType:{},Tags:{shape:"S4"}}}},NextToken:{}}}},ListInventoryEntries:{input:{type:"structure",required:["InstanceId","TypeName"],members:{InstanceId:{},TypeName:{},Filters:{shape:"Sdi"},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{TypeName:{},InstanceId:{},SchemaVersion:{},CaptureTime:{},Entries:{shape:"Se5"},NextToken:{}}}},ListResourceComplianceSummaries:{input:{type:"structure",members:{Filters:{shape:"Sh3"},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{ResourceComplianceSummaryItems:{type:"list",member:{type:"structure",members:{ComplianceType:{},ResourceType:{},ResourceId:{},Status:{},OverallSeverity:{},ExecutionSummary:{shape:"Shl"},CompliantSummary:{shape:"Sht"},NonCompliantSummary:{shape:"Shw"}}}},NextToken:{}}}},ListResourceDataSync:{input:{type:"structure",members:{NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{ResourceDataSyncItems:{type:"list",member:{type:"structure",members:{SyncName:{},S3Destination:{shape:"S3h"},LastSyncTime:{type:"timestamp"},LastSuccessfulSyncTime:{type:"timestamp"},LastStatus:{},SyncCreatedTime:{type:"timestamp"},LastSyncStatusMessage:{}}}},NextToken:{}}}},ListTagsForResource:{input:{type:"structure",required:["ResourceType","ResourceId"],members:{ResourceType:{},ResourceId:{}}},output:{type:"structure",members:{TagList:{shape:"S4"}}}},ModifyDocumentPermission:{input:{type:"structure",required:["Name","PermissionType"],members:{Name:{},PermissionType:{},AccountIdsToAdd:{shape:"S7t"},AccountIdsToRemove:{shape:"S7t"}}},output:{type:"structure",members:{}}},PutComplianceItems:{input:{type:"structure",required:["ResourceId","ResourceType","ComplianceType","ExecutionSummary","Items"],members:{ResourceId:{},ResourceType:{},ComplianceType:{},ExecutionSummary:{shape:"Shl"},Items:{type:"list",member:{type:"structure",required:["Severity","Status"],members:{Id:{},Title:{},Severity:{},Status:{},Details:{shape:"Sho"}}}},ItemContentHash:{}}},output:{type:"structure",members:{}}},PutInventory:{input:{type:"structure",required:["InstanceId","Items"],members:{InstanceId:{},Items:{type:"list",member:{type:"structure",required:["TypeName","SchemaVersion","CaptureTime"],members:{TypeName:{},SchemaVersion:{},CaptureTime:{},ContentHash:{},Content:{shape:"Se5"},Context:{type:"map",key:{},value:{}}}}}}},output:{type:"structure",members:{Message:{}}}},PutParameter:{input:{type:"structure",required:["Name","Value","Type"],members:{Name:{},Description:{},Value:{},Type:{},KeyId:{},Overwrite:{type:"boolean"},AllowedPattern:{}}},output:{type:"structure",members:{Version:{type:"long"}}}},RegisterDefaultPatchBaseline:{input:{type:"structure",required:["BaselineId"],members:{BaselineId:{}}},output:{type:"structure",members:{BaselineId:{}}}},RegisterPatchBaselineForPatchGroup:{input:{type:"structure",required:["BaselineId","PatchGroup"],members:{BaselineId:{},PatchGroup:{}}},output:{type:"structure",members:{BaselineId:{},PatchGroup:{}}}},RegisterTargetWithMaintenanceWindow:{input:{type:"structure",required:["WindowId","ResourceType","Targets"],members:{WindowId:{},ResourceType:{},Targets:{shape:"Su"},OwnerInformation:{shape:"S95"},Name:{},Description:{shape:"S2h"},ClientToken:{idempotencyToken:!0}}},output:{type:"structure",members:{WindowTargetId:{}}}},RegisterTaskWithMaintenanceWindow:{input:{type:"structure",required:["WindowId","Targets","TaskArn","TaskType","MaxConcurrency","MaxErrors"],members:{WindowId:{},Targets:{shape:"Su"},TaskArn:{},ServiceRoleArn:{},TaskType:{},TaskParameters:{shape:"Sb0"},TaskInvocationParameters:{shape:"Sey"},Priority:{type:"integer"},MaxConcurrency:{},MaxErrors:{},LoggingInfo:{shape:"Sb6"},Name:{},Description:{shape:"S2h"},ClientToken:{idempotencyToken:!0}}},output:{type:"structure",members:{WindowTaskId:{}}}},RemoveTagsFromResource:{input:{type:"structure",required:["ResourceType","ResourceId","TagKeys"],members:{ResourceType:{},ResourceId:{},TagKeys:{type:"list",member:{}}}},output:{type:"structure",members:{}}},ResumeSession:{input:{type:"structure",required:["SessionId"],members:{SessionId:{}}},output:{type:"structure",members:{SessionId:{},TokenValue:{},StreamUrl:{}}}},SendAutomationSignal:{input:{type:"structure",required:["AutomationExecutionId","SignalType"],members:{AutomationExecutionId:{},SignalType:{},Payload:{shape:"S69"}}},output:{type:"structure",members:{}}},SendCommand:{input:{type:"structure",required:["DocumentName"],members:{InstanceIds:{shape:"Sb"},Targets:{shape:"Su"},DocumentName:{},DocumentVersion:{},DocumentHash:{},DocumentHashType:{},TimeoutSeconds:{type:"integer"},Comment:{},Parameters:{shape:"Sq"},OutputS3Region:{},OutputS3BucketName:{},OutputS3KeyPrefix:{},MaxConcurrency:{},MaxErrors:{},ServiceRoleArn:{},NotificationConfig:{shape:"Sf0"},CloudWatchOutputConfig:{shape:"Sd3"}}},output:{type:"structure",members:{Command:{shape:"Sgw"}}}},StartAssociationsOnce:{input:{type:"structure",required:["AssociationIds"],members:{AssociationIds:{type:"list",member:{}}}},output:{type:"structure",members:{}}},StartAutomationExecution:{input:{type:"structure",required:["DocumentName"],members:{DocumentName:{},DocumentVersion:{},Parameters:{shape:"S69"},ClientToken:{},Mode:{},TargetParameterName:{},Targets:{shape:"Su"},TargetMaps:{shape:"S6e"},MaxConcurrency:{},MaxErrors:{}}},output:{type:"structure",members:{AutomationExecutionId:{}}}},StartSession:{input:{type:"structure",required:["Target"],members:{Target:{},DocumentName:{},Parameters:{type:"map",key:{},value:{type:"list",member:{}}}}},output:{type:"structure",members:{SessionId:{},TokenValue:{},StreamUrl:{}}}},StopAutomationExecution:{input:{type:"structure",required:["AutomationExecutionId"],members:{AutomationExecutionId:{},Type:{}}},output:{type:"structure",members:{}}},TerminateSession:{input:{type:"structure",required:["SessionId"],members:{SessionId:{}}},output:{type:"structure",members:{SessionId:{}}}},UpdateAssociation:{input:{type:"structure",required:["AssociationId"],members:{AssociationId:{},Parameters:{shape:"Sq"},DocumentVersion:{},ScheduleExpression:{},OutputLocation:{shape:"S10"},Name:{},Targets:{shape:"Su"},AssociationName:{},AssociationVersion:{}}},output:{type:"structure",members:{AssociationDescription:{shape:"S17"}}}},UpdateAssociationStatus:{input:{type:"structure",required:["Name","InstanceId","AssociationStatus"],members:{Name:{},InstanceId:{},AssociationStatus:{shape:"S1a"}}},output:{type:"structure",members:{AssociationDescription:{shape:"S17"}}}},UpdateDocument:{input:{type:"structure",required:["Content","Name"],members:{Content:{},Name:{},DocumentVersion:{},DocumentFormat:{},TargetType:{}}},output:{type:"structure",members:{DocumentDescription:{shape:"S1y"}}}},UpdateDocumentDefaultVersion:{input:{type:"structure",required:["Name","DocumentVersion"],members:{Name:{},DocumentVersion:{}}},output:{type:"structure",members:{Description:{type:"structure",members:{Name:{},DefaultVersion:{}}}}}},UpdateMaintenanceWindow:{input:{type:"structure",required:["WindowId"],members:{WindowId:{},Name:{},Description:{shape:"S2h"},Schedule:{},Duration:{type:"integer"},Cutoff:{type:"integer"},AllowUnassociatedTargets:{type:"boolean"},Enabled:{type:"boolean"},Replace:{type:"boolean"}}},output:{type:"structure",members:{WindowId:{},Name:{},Description:{shape:"S2h"},Schedule:{},Duration:{type:"integer"},Cutoff:{type:"integer"},AllowUnassociatedTargets:{type:"boolean"},Enabled:{type:"boolean"}}}},UpdateMaintenanceWindowTarget:{input:{type:"structure",required:["WindowId","WindowTargetId"],members:{WindowId:{},WindowTargetId:{},Targets:{shape:"Su"},OwnerInformation:{shape:"S95"},Name:{},Description:{shape:"S2h"},Replace:{type:"boolean"}}},output:{type:"structure",members:{WindowId:{},WindowTargetId:{},Targets:{shape:"Su"},OwnerInformation:{shape:"S95"},Name:{},Description:{shape:"S2h"}}}},UpdateMaintenanceWindowTask:{input:{type:"structure",required:["WindowId","WindowTaskId"],members:{WindowId:{},WindowTaskId:{},Targets:{shape:"Su"},TaskArn:{},ServiceRoleArn:{},TaskParameters:{shape:"Sb0"},TaskInvocationParameters:{shape:"Sey"},Priority:{type:"integer"},MaxConcurrency:{},MaxErrors:{},LoggingInfo:{shape:"Sb6"},Name:{},Description:{shape:"S2h"},Replace:{type:"boolean"}}},output:{type:"structure",members:{WindowId:{},WindowTaskId:{},Targets:{shape:"Su"},TaskArn:{},ServiceRoleArn:{},TaskParameters:{shape:"Sb0"},TaskInvocationParameters:{shape:"Sey"},Priority:{type:"integer"},MaxConcurrency:{},MaxErrors:{},LoggingInfo:{shape:"Sb6"},Name:{},Description:{shape:"S2h"}}}},UpdateManagedInstanceRole:{input:{type:"structure",required:["InstanceId","IamRole"],members:{InstanceId:{},IamRole:{}}},output:{type:"structure",members:{}}},UpdatePatchBaseline:{input:{type:"structure",required:["BaselineId"],members:{BaselineId:{},Name:{},GlobalFilters:{shape:"S2s"},ApprovalRules:{shape:"S2y"},ApprovedPatches:{shape:"S34"},ApprovedPatchesComplianceLevel:{},ApprovedPatchesEnableNonSecurity:{type:"boolean"},RejectedPatches:{shape:"S34"},Description:{},Sources:{shape:"S37"},Replace:{type:"boolean"}}},output:{type:"structure",members:{BaselineId:{},Name:{},OperatingSystem:{},GlobalFilters:{shape:"S2s"},ApprovalRules:{shape:"S2y"},ApprovedPatches:{shape:"S34"},ApprovedPatchesComplianceLevel:{},ApprovedPatchesEnableNonSecurity:{type:"boolean"},RejectedPatches:{shape:"S34"},CreatedDate:{type:"timestamp"},ModifiedDate:{type:"timestamp"},Description:{},Sources:{shape:"S37"}}}}},shapes:{S4:{type:"list",member:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{}}}},Sb:{type:"list",member:{}},Sq:{type:"map",key:{},value:{type:"list",member:{}}},Su:{type:"list",member:{type:"structure",members:{Key:{},Values:{type:"list",member:{}}}}},S10:{type:"structure",members:{S3Location:{type:"structure",members:{OutputS3Region:{},OutputS3BucketName:{},OutputS3KeyPrefix:{}}}}},S17:{type:"structure",members:{Name:{},InstanceId:{},AssociationVersion:{},Date:{type:"timestamp"},LastUpdateAssociationDate:{type:"timestamp"},Status:{shape:"S1a"},Overview:{shape:"S1e"},DocumentVersion:{},Parameters:{shape:"Sq"},AssociationId:{},Targets:{shape:"Su"},ScheduleExpression:{},OutputLocation:{shape:"S10"},LastExecutionDate:{type:"timestamp"},LastSuccessfulExecutionDate:{type:"timestamp"},AssociationName:{}}},S1a:{type:"structure",required:["Date","Name","Message"],members:{Date:{type:"timestamp"},Name:{},Message:{},AdditionalInfo:{}}},S1e:{type:"structure",members:{Status:{},DetailedStatus:{},AssociationStatusAggregatedCount:{type:"map",key:{},value:{type:"integer"}}}},S1l:{type:"structure",required:["Name"],members:{Name:{},InstanceId:{},Parameters:{shape:"Sq"},DocumentVersion:{},Targets:{shape:"Su"},ScheduleExpression:{},OutputLocation:{shape:"S10"},AssociationName:{}}},S1y:{type:"structure",members:{Sha1:{},Hash:{},HashType:{},Name:{},Owner:{},CreatedDate:{type:"timestamp"},Status:{},DocumentVersion:{},Description:{},Parameters:{type:"list",member:{type:"structure",members:{Name:{},Type:{},Description:{},DefaultValue:{}}}},PlatformTypes:{shape:"S2c"},DocumentType:{},SchemaVersion:{},LatestVersion:{},DefaultVersion:{},DocumentFormat:{},TargetType:{},Tags:{shape:"S4"}}},S2c:{type:"list",member:{}},S2h:{type:"string",sensitive:!0},S2s:{type:"structure",required:["PatchFilters"],members:{PatchFilters:{type:"list",member:{type:"structure",required:["Key","Values"],members:{Key:{},Values:{type:"list",member:{}}}}}}},S2y:{type:"structure",required:["PatchRules"],members:{PatchRules:{type:"list",member:{type:"structure",required:["PatchFilterGroup","ApproveAfterDays"],members:{PatchFilterGroup:{shape:"S2s"},ComplianceLevel:{},ApproveAfterDays:{type:"integer"},EnableNonSecurity:{type:"boolean"}}}}}},S34:{type:"list",member:{}},S37:{type:"list",member:{type:"structure",required:["Name","Products","Configuration"],members:{Name:{},Products:{type:"list",member:{}},Configuration:{type:"string",sensitive:!0}}}},S3h:{type:"structure",required:["BucketName","SyncFormat","Region"],members:{BucketName:{},Prefix:{},SyncFormat:{},Region:{},AWSKMSKeyARN:{}}},S40:{type:"structure",members:{TotalCount:{type:"integer"},RemainingCount:{type:"integer"},SummaryItems:{type:"list",member:{type:"structure",members:{Version:{},Count:{type:"integer"},RemainingCount:{type:"integer"}}}}}},S4d:{type:"list",member:{}},S69:{type:"map",key:{},value:{type:"list",member:{}}},S6e:{type:"list",member:{type:"map",key:{},value:{type:"list",member:{}}}},S6j:{type:"structure",members:{ParameterValues:{type:"list",member:{}},Truncated:{type:"boolean"}}},S6u:{type:"list",member:{type:"structure",members:{StepName:{},Action:{},TimeoutSeconds:{type:"long"},OnFailure:{},MaxAttempts:{type:"integer"},ExecutionStartTime:{type:"timestamp"},ExecutionEndTime:{type:"timestamp"},StepStatus:{},ResponseCode:{},Inputs:{type:"map",key:{},value:{}},Outputs:{shape:"S69"},Response:{},FailureMessage:{},FailureDetails:{type:"structure",members:{FailureStage:{},FailureType:{},Details:{shape:"S69"}}},StepExecutionId:{},OverriddenParameters:{shape:"S69"},IsEnd:{type:"boolean"},NextStep:{},IsCritical:{type:"boolean"},ValidNextSteps:{type:"list",member:{}}}}},S74:{type:"list",member:{type:"structure",members:{Key:{},Values:{type:"list",member:{}}}}},S7c:{type:"structure",members:{Id:{},ReleaseDate:{type:"timestamp"},Title:{},Description:{},ContentUrl:{},Vendor:{},ProductFamily:{},Product:{},Classification:{},MsrcSeverity:{},KbNumber:{},MsrcNumber:{},Language:{}}},S7t:{type:"list",member:{}},S8j:{type:"list",member:{}},S93:{type:"structure",required:["InstanceId","PatchGroup","BaselineId","OperationStartTime","OperationEndTime","Operation"],members:{InstanceId:{},PatchGroup:{},BaselineId:{},SnapshotId:{},OwnerInformation:{shape:"S95"},InstalledCount:{type:"integer"},InstalledOtherCount:{type:"integer"},MissingCount:{type:"integer"},FailedCount:{type:"integer"},NotApplicableCount:{type:"integer"},OperationStartTime:{type:"timestamp"},OperationEndTime:{type:"timestamp"},Operation:{}}},S95:{type:"string",sensitive:!0},Sa2:{type:"list",member:{type:"structure",members:{Key:{},Values:{type:"list",member:{}}}}},Sae:{type:"string",sensitive:!0},Sb0:{type:"map",key:{},value:{type:"structure",members:{Values:{type:"list",member:{type:"string",sensitive:!0},sensitive:!0}},sensitive:!0},sensitive:!0},Sb6:{type:"structure",required:["S3BucketName","S3Region"],members:{S3BucketName:{},S3KeyPrefix:{},S3Region:{}}},Sbj:{type:"list",member:{type:"structure",required:["Key"],members:{Key:{},Option:{},Values:{type:"list",member:{}}}}},Sc0:{type:"structure",members:{BaselineId:{},BaselineName:{},OperatingSystem:{},BaselineDescription:{},DefaultBaseline:{type:"boolean"}}},Sd3:{type:"structure",members:{CloudWatchLogGroupName:{},CloudWatchOutputEnabled:{type:"boolean"}}},Sdi:{type:"list",member:{type:"structure",required:["Key","Values"],members:{Key:{},Values:{type:"list",member:{}},Type:{}}}},Sdo:{type:"list",member:{type:"structure",members:{Expression:{},Aggregators:{shape:"Sdo"},Groups:{type:"list",member:{type:"structure",required:["Name","Filters"],members:{Name:{},Filters:{shape:"Sdi"}}}}}}},Se5:{type:"list",member:{type:"map",key:{},value:{}}},Sey:{type:"structure",members:{RunCommand:{type:"structure",members:{Comment:{},DocumentHash:{},DocumentHashType:{},NotificationConfig:{shape:"Sf0"},OutputS3BucketName:{},OutputS3KeyPrefix:{},Parameters:{shape:"Sq"},ServiceRoleArn:{},TimeoutSeconds:{type:"integer"}}},Automation:{type:"structure",members:{DocumentVersion:{},Parameters:{shape:"S69"}}},StepFunctions:{type:"structure",members:{Input:{type:"string",sensitive:!0},Name:{}}},Lambda:{type:"structure",members:{ClientContext:{},Qualifier:{},Payload:{type:"blob",sensitive:!0}}}}},Sf0:{type:"structure",members:{NotificationArn:{},NotificationEvents:{type:"list",member:{}},NotificationType:{}}},Sfg:{type:"structure",members:{Name:{},Type:{},Value:{},Version:{type:"long"},Selector:{},SourceResult:{},LastModifiedDate:{type:"timestamp"},ARN:{}}},Sfn:{type:"list",member:{}},Sfr:{type:"list",member:{shape:"Sfg"}},Sgg:{type:"list",member:{type:"structure",required:["key","value"],members:{key:{},value:{}}}},Sgw:{type:"structure",members:{CommandId:{},DocumentName:{},DocumentVersion:{},Comment:{},ExpiresAfter:{type:"timestamp"},Parameters:{shape:"Sq"},InstanceIds:{shape:"Sb"},Targets:{shape:"Su"},RequestedDateTime:{type:"timestamp"},Status:{},StatusDetails:{},OutputS3Region:{},OutputS3BucketName:{},OutputS3KeyPrefix:{},MaxConcurrency:{},MaxErrors:{},TargetCount:{type:"integer"},CompletedCount:{type:"integer"},ErrorCount:{type:"integer"},DeliveryTimedOutCount:{type:"integer"},ServiceRole:{},NotificationConfig:{shape:"Sf0"},CloudWatchOutputConfig:{shape:"Sd3"}}},Sh3:{type:"list",member:{type:"structure",members:{Key:{},Values:{type:"list",member:{}},Type:{}}}},Shl:{type:"structure",required:["ExecutionTime"],members:{ExecutionTime:{type:"timestamp"},ExecutionId:{},ExecutionType:{}}},Sho:{type:"map",key:{},value:{}},Sht:{type:"structure",members:{CompliantCount:{type:"integer"},SeveritySummary:{shape:"Shv"}}},Shv:{type:"structure",members:{CriticalCount:{type:"integer"},HighCount:{type:"integer"},MediumCount:{type:"integer"},LowCount:{type:"integer"},InformationalCount:{type:"integer"},UnspecifiedCount:{type:"integer"}}},Shw:{type:"structure",members:{NonCompliantCount:{type:"integer"},SeveritySummary:{shape:"Shv"}}}}}},jNZN:function(e,t,r){var n=r("QsWE"),i=r("5wOx"),o=r("3uhI"),a=n.util.inherit,s=0;n.Service=a({constructor:function(e){if(!this.loadServiceClass)throw n.util.error(new Error,"Service must be constructed with `new' operator");var t=this.loadServiceClass(e||{});if(t){var r=n.util.copy(e),i=new t(e);return Object.defineProperty(i,"_originalConfig",{get:function(){return r},enumerable:!1,configurable:!0}),i._clientId=++s,i}this.initialize(e)},initialize:function(e){var t=n.config[this.serviceIdentifier];if(this.config=new n.Config(n.config),t&&this.config.update(t,!0),e&&this.config.update(e,!0),this.validateService(),this.config.endpoint||o(this),this.config.endpoint=this.endpointFromTemplate(this.config.endpoint),this.setEndpoint(this.config.endpoint),n.SequentialExecutor.call(this),n.Service.addDefaultMonitoringListeners(this),this.config.clientSideMonitoring&&this.publisher){var r=this.publisher;this.addNamedListener("PUBLISH_API_CALL","apiCall",function(e){process.nextTick(function(){r.eventHandler(e)})}),this.addNamedListener("PUBLISH_API_ATTEMPT","apiCallAttempt",function(e){process.nextTick(function(){r.eventHandler(e)})})}},validateService:function(){},loadServiceClass:function(e){var t=e;if(n.util.isEmpty(this.api)){if(t.apiConfig)return n.Service.defineServiceApi(this.constructor,t.apiConfig);if(this.constructor.services){(t=new n.Config(n.config)).update(e,!0);var r=t.apiVersions[this.constructor.serviceIdentifier];return this.getLatestServiceClass(r=r||t.apiVersion)}return null}return null},getLatestServiceClass:function(e){return e=this.getLatestServiceVersion(e),null===this.constructor.services[e]&&n.Service.defineServiceApi(this.constructor,e),this.constructor.services[e]},getLatestServiceVersion:function(e){if(!this.constructor.services||0===this.constructor.services.length)throw new Error("No services defined on "+this.constructor.serviceIdentifier);if(e?n.util.isType(e,Date)&&(e=n.util.date.iso8601(e).split("T")[0]):e="latest",Object.hasOwnProperty(this.constructor.services,e))return e;for(var t=Object.keys(this.constructor.services).sort(),r=null,i=t.length-1;i>=0;i--)if("*"!==t[i][t[i].length-1]&&(r=t[i]),t[i].substr(0,10)<=e)return r;throw new Error("Could not find "+this.constructor.serviceIdentifier+" API to satisfy version constraint `"+e+"'")},api:{},defaultRetryCount:3,customizeRequests:function(e){if(e){if("function"!=typeof e)throw new Error("Invalid callback type '"+typeof e+"' provided in customizeRequests");this.customRequestHandler=e}else this.customRequestHandler=null},makeRequest:function(e,t,r){if("function"==typeof t&&(r=t,t=null),t=t||{},this.config.params){var i=this.api.operations[e];i&&(t=n.util.copy(t),n.util.each(this.config.params,function(e,r){i.input.members[e]&&(void 0!==t[e]&&null!==t[e]||(t[e]=r))}))}var o=new n.Request(this,e,t);return this.addAllRequestListeners(o),this.attachMonitoringEmitter(o),r&&o.send(r),o},makeUnauthenticatedRequest:function(e,t,r){"function"==typeof t&&(r=t,t={});var n=this.makeRequest(e,t).toUnauthenticated();return r?n.send(r):n},waitFor:function(e,t,r){return new n.ResourceWaiter(this,e).wait(t,r)},addAllRequestListeners:function(e){for(var t=[n.events,n.EventListeners.Core,this.serviceInterface(),n.EventListeners.CorePost],r=0;r299?(t.AwsException=r.error.code,t.AwsExceptionMessage=r.error.message):(t.SdkException=r.error.code||r.error.name,t.SdkExceptionMessage=r.error.message),t},attachMonitoringEmitter:function(e){var t,r,i,o,a,s,u=0,l=this;e.on("validate",function(){o=n.util.realClock.now(),s=Date.now()},!0),e.on("sign",function(){r=n.util.realClock.now(),t=Date.now(),a=e.httpRequest.region,u++},!0),e.on("validateResponse",function(){i=Math.round(n.util.realClock.now()-r)}),e.addNamedListener("API_CALL_ATTEMPT","success",function(){var r=l.apiAttemptEvent(e);r.Timestamp=t,r.AttemptLatency=i>=0?i:0,r.Region=a,l.emit("apiCallAttempt",[r])}),e.addNamedListener("API_CALL_ATTEMPT_RETRY","retry",function(){var o=l.attemptFailEvent(e);o.Timestamp=t,i=i||Math.round(n.util.realClock.now()-r),o.AttemptLatency=i>=0?i:0,o.Region=a,l.emit("apiCallAttempt",[o])}),e.addNamedListener("API_CALL","complete",function(){var t=l.apiCallEvent(e);if(t.AttemptCount=u,!(t.AttemptCount<=0)){t.Timestamp=s;var r=Math.round(n.util.realClock.now()-o);t.Latency=r>=0?r:0,l.emit("apiCall",[t])}})},setupRequestListeners:function(){},getSignerClass:function(e){var t=null,r="";return e&&(r=(t=(e.service.api.operations||{})[e.operation]||null)?t.authtype:""),n.Signers.RequestSigner.getVersion(this.config.signatureVersion?this.config.signatureVersion:"v4"===r||"v4-unsigned-body"===r?"v4":this.api.signatureVersion)},serviceInterface:function(){switch(this.api.protocol){case"ec2":case"query":return n.EventListeners.Query;case"json":return n.EventListeners.Json;case"rest-json":return n.EventListeners.RestJson;case"rest-xml":return n.EventListeners.RestXml}if(this.api.protocol)throw new Error("Invalid service `protocol' "+this.api.protocol+" in API config")},successfulResponse:function(e){return e.httpResponse.statusCode<300},numRetries:function(){return void 0!==this.config.maxRetries?this.config.maxRetries:this.defaultRetryCount},retryDelays:function(e){return n.util.calculateRetryDelay(e,this.config.retryDelayOptions)},retryableError:function(e){return!!this.timeoutError(e)||!!this.networkingError(e)||!!this.expiredCredentialsError(e)||!!this.throttledError(e)||e.statusCode>=500},networkingError:function(e){return"NetworkingError"===e.code},timeoutError:function(e){return"TimeoutError"===e.code},expiredCredentialsError:function(e){return"ExpiredTokenException"===e.code},clockSkewError:function(e){switch(e.code){case"RequestTimeTooSkewed":case"RequestExpired":case"InvalidSignatureException":case"SignatureDoesNotMatch":case"AuthFailure":case"RequestInTheFuture":return!0;default:return!1}},getSkewCorrectedDate:function(){return new Date(Date.now()+this.config.systemClockOffset)},applyClockOffset:function(e){e&&(this.config.systemClockOffset=e-Date.now())},isClockSkewed:function(e){if(e)return Math.abs(this.getSkewCorrectedDate().getTime()-e)>=3e4},throttledError:function(e){switch(e.code){case"ProvisionedThroughputExceededException":case"Throttling":case"ThrottlingException":case"RequestLimitExceeded":case"RequestThrottled":case"TooManyRequestsException":return!0;default:return!1}},endpointFromTemplate:function(e){if("string"!=typeof e)return e;return e.replace(/\{service\}/g,this.api.endpointPrefix).replace(/\{region\}/g,this.config.region).replace(/\{scheme\}/g,this.config.sslEnabled?"https":"http")},setEndpoint:function(e){this.endpoint=new n.Endpoint(e,this.config)},paginationConfig:function(e,t){var r=this.api.operations[e].paginator;if(!r){if(t){var i=new Error;throw n.util.error(i,"No pagination configuration for "+e)}return null}return r}}),n.util.update(n.Service,{defineMethods:function(e){n.util.each(e.prototype.api.operations,function(t){e.prototype[t]||(e.prototype[t]="none"===e.prototype.api.operations[t].authtype?function(e,r){return this.makeUnauthenticatedRequest(t,e,r)}:function(e,r){return this.makeRequest(t,e,r)})})},defineService:function(e,t,r){n.Service._serviceMap[e]=!0,Array.isArray(t)||(r=t,t=[]);var i=a(n.Service,r||{});return"string"==typeof e?(n.Service.addVersions(i,t),i.serviceIdentifier=i.serviceIdentifier||e):(i.prototype.api=e,n.Service.defineMethods(i)),n.SequentialExecutor.call(this.prototype),!this.prototype.publisher&&n.util.clientSideMonitoring&&(this.prototype.publisher=new(0,n.util.clientSideMonitoring.Publisher)((0,n.util.clientSideMonitoring.configProvider)())),n.SequentialExecutor.call(i.prototype),n.Service.addDefaultMonitoringListeners(i.prototype),i},addVersions:function(e,t){Array.isArray(t)||(t=[t]),e.services=e.services||{};for(var r=0;r `0`",state:"success"}]}}}},jgvn:function(e,t,r){"use strict";e.exports=r("2EKD")},jl4B:function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("mJH7")),n(r("177e"))},jmDH:function(e,t,r){e.exports=!r("KUxP")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},jvBX:function(e){e.exports={pagination:{ListSecretVersionIds:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"},ListSecrets:{input_token:"NextToken",output_token:"NextToken",limit_key:"MaxResults"}}}},"k/8l":function(e,t,r){e.exports={default:r("VKFn"),__esModule:!0}},k3OW:function(e){e.exports={pagination:{DescribeDBClusters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBClusters"},DescribeDBEngineVersions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBEngineVersions"},DescribeDBInstances:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBInstances"},DescribeDBLogFiles:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DescribeDBLogFiles"},DescribeDBParameterGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBParameterGroups"},DescribeDBParameters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Parameters"},DescribeDBSecurityGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSecurityGroups"},DescribeDBSnapshots:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSnapshots"},DescribeDBSubnetGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSubnetGroups"},DescribeEngineDefaultParameters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"EngineDefaults.Marker",result_key:"EngineDefaults.Parameters"},DescribeEventSubscriptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"EventSubscriptionsList"},DescribeEvents:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Events"},DescribeOptionGroupOptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OptionGroupOptions"},DescribeOptionGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OptionGroupsList"},DescribeOrderableDBInstanceOptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OrderableDBInstanceOptions"},DescribeReservedDBInstances:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReservedDBInstances"},DescribeReservedDBInstancesOfferings:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReservedDBInstancesOfferings"},DownloadDBLogFilePortion:{input_token:"Marker",limit_key:"NumberOfLines",more_results:"AdditionalDataPending",output_token:"Marker",result_key:"LogFileData"},ListTagsForResource:{result_key:"TagList"}}}},k3Vx:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.rds={},n.RDS=i.defineService("rds",["2013-01-10","2013-02-12","2013-09-09","2014-09-01","2014-09-01*","2014-10-31"]),r("5oqQ"),Object.defineProperty(o.services.rds,"2013-01-10",{get:function(){var e=r("gyWS");return e.paginators=r("LC6p").pagination,e},enumerable:!0,configurable:!0}),Object.defineProperty(o.services.rds,"2013-02-12",{get:function(){var e=r("Tbb3");return e.paginators=r("knjE").pagination,e},enumerable:!0,configurable:!0}),Object.defineProperty(o.services.rds,"2013-09-09",{get:function(){var e=r("bgJ9");return e.paginators=r("GNFf").pagination,e.waiters=r("/zZR").waiters,e},enumerable:!0,configurable:!0}),Object.defineProperty(o.services.rds,"2014-09-01",{get:function(){var e=r("keVR");return e.paginators=r("8ULE").pagination,e},enumerable:!0,configurable:!0}),Object.defineProperty(o.services.rds,"2014-10-31",{get:function(){var e=r("MoMs");return e.paginators=r("k3OW").pagination,e.waiters=r("exkh").waiters,e},enumerable:!0,configurable:!0}),e.exports=n.RDS},"k7+O":function(e,t){!function(){"use strict";var t="undefined"!=typeof window&&void 0!==window.document?window.document:{},r=void 0!==e&&e.exports,n="undefined"!=typeof Element&&"ALLOW_KEYBOARD_INPUT"in Element,i=function(){for(var e,r=[["requestFullscreen","exitFullscreen","fullscreenElement","fullscreenEnabled","fullscreenchange","fullscreenerror"],["webkitRequestFullscreen","webkitExitFullscreen","webkitFullscreenElement","webkitFullscreenEnabled","webkitfullscreenchange","webkitfullscreenerror"],["webkitRequestFullScreen","webkitCancelFullScreen","webkitCurrentFullScreenElement","webkitCancelFullScreen","webkitfullscreenchange","webkitfullscreenerror"],["mozRequestFullScreen","mozCancelFullScreen","mozFullScreenElement","mozFullScreenEnabled","mozfullscreenchange","mozfullscreenerror"],["msRequestFullscreen","msExitFullscreen","msFullscreenElement","msFullscreenEnabled","MSFullscreenChange","MSFullscreenError"]],n=0,i=r.length,o={};n>1,c=-7,p=r?i-1:0,m=r?-1:1,d=e[t+p];for(p+=m,o=d&(1<<-c)-1,d>>=-c,c+=s;c>0;o=256*o+e[t+p],p+=m,c-=8);for(a=o&(1<<-c)-1,o>>=-c,c+=n;c>0;a=256*a+e[t+p],p+=m,c-=8);if(0===o)o=1-l;else{if(o===u)return a?NaN:1/0*(d?-1:1);a+=Math.pow(2,n),o-=l}return(d?-1:1)*a*Math.pow(2,o-n)},t.write=function(e,t,r,n,i,o){var a,s,u,l=8*o-i-1,c=(1<>1,m=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=n?0:o-1,h=n?1:-1,y=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=c):(a=Math.floor(Math.log(t)/Math.LN2),t*(u=Math.pow(2,-a))<1&&(a--,u*=2),(t+=a+p>=1?m/u:m*Math.pow(2,1-p))*u>=2&&(a++,u/=2),a+p>=c?(s=0,a=c):a+p>=1?(s=(t*u-1)*Math.pow(2,i),a+=p):(s=t*Math.pow(2,p-1)*Math.pow(2,i),a=0));i>=8;e[r+d]=255&s,d+=h,s/=256,i-=8);for(a=a<0;e[r+d]=255&a,d+=h,a/=256,l-=8);e[r+d-h]|=128*y}},kVrb:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("15yF"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.ngOnInit=function(){this.validator=o.notEqual(this.notEqual)},e.prototype.ngOnChanges=function(e){for(var t in e)"notEqual"===t&&(this.validator=o.notEqual(e[t].currentValue),this.onChange&&this.onChange())},e.prototype.validate=function(e){return this.validator(e)},e.prototype.registerOnValidatorChange=function(e){this.onChange=e},e.decorators=[{type:n.Directive,args:[{selector:"[notEqual][formControlName],[notEqual][formControl],[notEqual][ngModel]",providers:[a]}]}],e.propDecorators={notEqual:[{type:n.Input}]},e}();t.NotEqualValidator=s},kWGw:function(e,t,r){"use strict";r.d(t,"c",function(){return c}),r.d(t,"b",function(){return l}),r.d(t,"a",function(){return s});var n=r("CcnG"),i=r("mrSG"),o=r("n6gG"),a=(r("gIcY"),r("Wf4p")),s=new n.InjectionToken("mat-slide-toggle-default-options",{providedIn:"root",factory:function(){return{disableToggleValue:!1,disableDragValue:!1}}}),u=0,l=function(e){function t(t,r,i,o,a,s,l,c,p){var m=e.call(this,t)||this;return m._focusMonitor=i,m._changeDetectorRef=o,m._ngZone=s,m.defaults=l,m._animationMode=c,m._dir=p,m.onChange=function(e){},m.onTouched=function(){},m._uniqueId="mat-slide-toggle-"+ ++u,m._required=!1,m._checked=!1,m._dragging=!1,m.name=null,m.id=m._uniqueId,m.labelPosition="after",m.ariaLabel=null,m.ariaLabelledby=null,m.change=new n.EventEmitter,m.toggleChange=new n.EventEmitter,m.dragChange=new n.EventEmitter,m.tabIndex=parseInt(a)||0,m}return Object(i.__extends)(t,e),Object.defineProperty(t.prototype,"required",{get:function(){return this._required},set:function(e){this._required=Object(o.c)(e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"checked",{get:function(){return this._checked},set:function(e){this._checked=Object(o.c)(e),this._changeDetectorRef.markForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"inputId",{get:function(){return(this.id||this._uniqueId)+"-input"},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentInit=function(){var e=this;this._focusMonitor.monitor(this._inputElement.nativeElement).subscribe(function(t){return e._onInputFocusChange(t)})},t.prototype.ngOnDestroy=function(){this._focusMonitor.stopMonitoring(this._inputElement.nativeElement)},t.prototype._onChangeEvent=function(e){e.stopPropagation(),this._dragging||this.toggleChange.emit(),this._dragging||this.defaults.disableToggleValue?this._inputElement.nativeElement.checked=this.checked:(this.checked=this._inputElement.nativeElement.checked,this._emitChangeEvent())},t.prototype._onInputClick=function(e){e.stopPropagation()},t.prototype.writeValue=function(e){this.checked=!!e},t.prototype.registerOnChange=function(e){this.onChange=e},t.prototype.registerOnTouched=function(e){this.onTouched=e},t.prototype.setDisabledState=function(e){this.disabled=e,this._changeDetectorRef.markForCheck()},t.prototype.focus=function(){this._focusMonitor.focusVia(this._inputElement.nativeElement,"keyboard")},t.prototype.toggle=function(){this.checked=!this.checked,this.onChange(this.checked)},t.prototype._onInputFocusChange=function(e){var t=this;this._focusRipple||"keyboard"!==e?e||(Promise.resolve().then(function(){return t.onTouched()}),this._focusRipple&&(this._focusRipple.fadeOut(),this._focusRipple=null)):this._focusRipple=this._ripple.launch(0,0,{persistent:!0})},t.prototype._emitChangeEvent=function(){this.onChange(this.checked),this.change.emit(new function(e,t){this.source=e,this.checked=t}(this,this.checked))},t.prototype._getDragPercentage=function(e){var t=e/this._thumbBarWidth*100;return this._previousChecked&&(t+=100),Math.max(0,Math.min(t,100))},t.prototype._onDragStart=function(){if(!this.disabled&&!this._dragging){var e=this._thumbEl.nativeElement;this._thumbBarWidth=this._thumbBarEl.nativeElement.clientWidth-e.clientWidth,e.classList.add("mat-dragging"),this._previousChecked=this.checked,this._dragging=!0}},t.prototype._onDrag=function(e){if(this._dragging){var t=this._dir&&"rtl"===this._dir.value?-1:1;this._dragPercentage=this._getDragPercentage(e.deltaX*t),this._thumbEl.nativeElement.style.transform="translate3d("+this._dragPercentage/100*this._thumbBarWidth*t+"px, 0, 0)"}},t.prototype._onDragEnd=function(){var e=this;if(this._dragging){var t=this._dragPercentage>50;t!==this.checked&&(this.dragChange.emit(),this.defaults.disableDragValue||(this.checked=t,this._emitChangeEvent())),this._ngZone.runOutsideAngular(function(){return setTimeout(function(){e._dragging&&(e._dragging=!1,e._thumbEl.nativeElement.classList.remove("mat-dragging"),e._thumbEl.nativeElement.style.transform="")})})}},t.prototype._onLabelTextChange=function(){this._changeDetectorRef.markForCheck()},t}(Object(a.K)(Object(a.F)(Object(a.G)(Object(a.H)(function(e){this._elementRef=e})),"accent"))),c=function(){}},keVR:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2014-09-01",endpointPrefix:"rds",protocol:"query",serviceAbbreviation:"Amazon RDS",serviceFullName:"Amazon Relational Database Service",serviceId:"RDS",signatureVersion:"v4",uid:"rds-2014-09-01",xmlNamespace:"http://rds.amazonaws.com/doc/2014-09-01/"},operations:{AddSourceIdentifierToSubscription:{input:{type:"structure",required:["SubscriptionName","SourceIdentifier"],members:{SubscriptionName:{},SourceIdentifier:{}}},output:{resultWrapper:"AddSourceIdentifierToSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},AddTagsToResource:{input:{type:"structure",required:["ResourceName","Tags"],members:{ResourceName:{},Tags:{shape:"S9"}}}},AuthorizeDBSecurityGroupIngress:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{},CIDRIP:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"AuthorizeDBSecurityGroupIngressResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}},CopyDBParameterGroup:{input:{type:"structure",required:["SourceDBParameterGroupIdentifier","TargetDBParameterGroupIdentifier","TargetDBParameterGroupDescription"],members:{SourceDBParameterGroupIdentifier:{},TargetDBParameterGroupIdentifier:{},TargetDBParameterGroupDescription:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CopyDBParameterGroupResult",type:"structure",members:{DBParameterGroup:{shape:"Sk"}}}},CopyDBSnapshot:{input:{type:"structure",required:["SourceDBSnapshotIdentifier","TargetDBSnapshotIdentifier"],members:{SourceDBSnapshotIdentifier:{},TargetDBSnapshotIdentifier:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CopyDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sn"}}}},CopyOptionGroup:{input:{type:"structure",required:["SourceOptionGroupIdentifier","TargetOptionGroupIdentifier","TargetOptionGroupDescription"],members:{SourceOptionGroupIdentifier:{},TargetOptionGroupIdentifier:{},TargetOptionGroupDescription:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CopyOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"St"}}}},CreateDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier","AllocatedStorage","DBInstanceClass","Engine","MasterUsername","MasterUserPassword"],members:{DBName:{},DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},Engine:{},MasterUsername:{},MasterUserPassword:{},DBSecurityGroups:{shape:"S13"},VpcSecurityGroupIds:{shape:"S14"},AvailabilityZone:{},DBSubnetGroupName:{},PreferredMaintenanceWindow:{},DBParameterGroupName:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{},Port:{type:"integer"},MultiAZ:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},Iops:{type:"integer"},OptionGroupName:{},CharacterSetName:{},PubliclyAccessible:{type:"boolean"},Tags:{shape:"S9"},StorageType:{},TdeCredentialArn:{},TdeCredentialPassword:{}}},output:{resultWrapper:"CreateDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},CreateDBInstanceReadReplica:{input:{type:"structure",required:["DBInstanceIdentifier","SourceDBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SourceDBInstanceIdentifier:{},DBInstanceClass:{},AvailabilityZone:{},Port:{type:"integer"},AutoMinorVersionUpgrade:{type:"boolean"},Iops:{type:"integer"},OptionGroupName:{},PubliclyAccessible:{type:"boolean"},Tags:{shape:"S9"},DBSubnetGroupName:{},StorageType:{}}},output:{resultWrapper:"CreateDBInstanceReadReplicaResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},CreateDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","DBParameterGroupFamily","Description"],members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBParameterGroupResult",type:"structure",members:{DBParameterGroup:{shape:"Sk"}}}},CreateDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName","DBSecurityGroupDescription"],members:{DBSecurityGroupName:{},DBSecurityGroupDescription:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBSecurityGroupResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}},CreateDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier","DBInstanceIdentifier"],members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sn"}}}},CreateDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","DBSubnetGroupDescription","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1u"},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S1b"}}}},CreateEventSubscription:{input:{type:"structure",required:["SubscriptionName","SnsTopicArn"],members:{SubscriptionName:{},SnsTopicArn:{},SourceType:{},EventCategories:{shape:"S6"},SourceIds:{shape:"S5"},Enabled:{type:"boolean"},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},CreateOptionGroup:{input:{type:"structure",required:["OptionGroupName","EngineName","MajorEngineVersion","OptionGroupDescription"],members:{OptionGroupName:{},EngineName:{},MajorEngineVersion:{},OptionGroupDescription:{},Tags:{shape:"S9"}}},output:{resultWrapper:"CreateOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"St"}}}},DeleteDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},SkipFinalSnapshot:{type:"boolean"},FinalDBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},DeleteDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{}}}},DeleteDBSecurityGroup:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{}}}},DeleteDBSnapshot:{input:{type:"structure",required:["DBSnapshotIdentifier"],members:{DBSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteDBSnapshotResult",type:"structure",members:{DBSnapshot:{shape:"Sn"}}}},DeleteDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName"],members:{DBSubnetGroupName:{}}}},DeleteEventSubscription:{input:{type:"structure",required:["SubscriptionName"],members:{SubscriptionName:{}}},output:{resultWrapper:"DeleteEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},DeleteOptionGroup:{input:{type:"structure",required:["OptionGroupName"],members:{OptionGroupName:{}}}},DescribeDBEngineVersions:{input:{type:"structure",members:{Engine:{},EngineVersion:{},DBParameterGroupFamily:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{},DefaultOnly:{type:"boolean"},ListSupportedCharacterSets:{type:"boolean"}}},output:{resultWrapper:"DescribeDBEngineVersionsResult",type:"structure",members:{Marker:{},DBEngineVersions:{type:"list",member:{locationName:"DBEngineVersion",type:"structure",members:{Engine:{},EngineVersion:{},DBParameterGroupFamily:{},DBEngineDescription:{},DBEngineVersionDescription:{},DefaultCharacterSet:{shape:"S2h"},SupportedCharacterSets:{type:"list",member:{shape:"S2h",locationName:"CharacterSet"}}}}}}}},DescribeDBInstances:{input:{type:"structure",members:{DBInstanceIdentifier:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBInstancesResult",type:"structure",members:{Marker:{},DBInstances:{type:"list",member:{shape:"S17",locationName:"DBInstance"}}}}},DescribeDBLogFiles:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},FilenameContains:{},FileLastWritten:{type:"long"},FileSize:{type:"long"},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBLogFilesResult",type:"structure",members:{DescribeDBLogFiles:{type:"list",member:{locationName:"DescribeDBLogFilesDetails",type:"structure",members:{LogFileName:{},LastWritten:{type:"long"},Size:{type:"long"}}}},Marker:{}}}},DescribeDBParameterGroups:{input:{type:"structure",members:{DBParameterGroupName:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParameterGroupsResult",type:"structure",members:{Marker:{},DBParameterGroups:{type:"list",member:{shape:"Sk",locationName:"DBParameterGroup"}}}}},DescribeDBParameters:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},Source:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBParametersResult",type:"structure",members:{Parameters:{shape:"S2w"},Marker:{}}}},DescribeDBSecurityGroups:{input:{type:"structure",members:{DBSecurityGroupName:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSecurityGroupsResult",type:"structure",members:{Marker:{},DBSecurityGroups:{type:"list",member:{shape:"Sd",locationName:"DBSecurityGroup"}}}}},DescribeDBSnapshots:{input:{type:"structure",members:{DBInstanceIdentifier:{},DBSnapshotIdentifier:{},SnapshotType:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSnapshotsResult",type:"structure",members:{Marker:{},DBSnapshots:{type:"list",member:{shape:"Sn",locationName:"DBSnapshot"}}}}},DescribeDBSubnetGroups:{input:{type:"structure",members:{DBSubnetGroupName:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeDBSubnetGroupsResult",type:"structure",members:{Marker:{},DBSubnetGroups:{type:"list",member:{shape:"S1b",locationName:"DBSubnetGroup"}}}}},DescribeEngineDefaultParameters:{input:{type:"structure",required:["DBParameterGroupFamily"],members:{DBParameterGroupFamily:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEngineDefaultParametersResult",type:"structure",members:{EngineDefaults:{type:"structure",members:{DBParameterGroupFamily:{},Marker:{},Parameters:{shape:"S2w"}},wrapper:!0}}}},DescribeEventCategories:{input:{type:"structure",members:{SourceType:{},Filters:{shape:"S2b"}}},output:{resultWrapper:"DescribeEventCategoriesResult",type:"structure",members:{EventCategoriesMapList:{type:"list",member:{locationName:"EventCategoriesMap",type:"structure",members:{SourceType:{},EventCategories:{shape:"S6"}},wrapper:!0}}}}},DescribeEventSubscriptions:{input:{type:"structure",members:{SubscriptionName:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventSubscriptionsResult",type:"structure",members:{Marker:{},EventSubscriptionsList:{type:"list",member:{shape:"S4",locationName:"EventSubscription"}}}}},DescribeEvents:{input:{type:"structure",members:{SourceIdentifier:{},SourceType:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Duration:{type:"integer"},EventCategories:{shape:"S6"},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventsResult",type:"structure",members:{Marker:{},Events:{type:"list",member:{locationName:"Event",type:"structure",members:{SourceIdentifier:{},SourceType:{},Message:{},EventCategories:{shape:"S6"},Date:{type:"timestamp"}}}}}}},DescribeOptionGroupOptions:{input:{type:"structure",required:["EngineName"],members:{EngineName:{},MajorEngineVersion:{},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeOptionGroupOptionsResult",type:"structure",members:{OptionGroupOptions:{type:"list",member:{locationName:"OptionGroupOption",type:"structure",members:{Name:{},Description:{},EngineName:{},MajorEngineVersion:{},MinimumRequiredMinorEngineVersion:{},PortRequired:{type:"boolean"},DefaultPort:{type:"integer"},OptionsDependedOn:{type:"list",member:{locationName:"OptionName"}},Persistent:{type:"boolean"},Permanent:{type:"boolean"},OptionGroupOptionSettings:{type:"list",member:{locationName:"OptionGroupOptionSetting",type:"structure",members:{SettingName:{},SettingDescription:{},DefaultValue:{},ApplyType:{},AllowedValues:{},IsModifiable:{type:"boolean"}}}}}}},Marker:{}}}},DescribeOptionGroups:{input:{type:"structure",members:{OptionGroupName:{},Filters:{shape:"S2b"},Marker:{},MaxRecords:{type:"integer"},EngineName:{},MajorEngineVersion:{}}},output:{resultWrapper:"DescribeOptionGroupsResult",type:"structure",members:{OptionGroupsList:{type:"list",member:{shape:"St",locationName:"OptionGroup"}},Marker:{}}}},DescribeOrderableDBInstanceOptions:{input:{type:"structure",required:["Engine"],members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},Vpc:{type:"boolean"},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeOrderableDBInstanceOptionsResult",type:"structure",members:{OrderableDBInstanceOptions:{type:"list",member:{locationName:"OrderableDBInstanceOption",type:"structure",members:{Engine:{},EngineVersion:{},DBInstanceClass:{},LicenseModel:{},AvailabilityZones:{type:"list",member:{shape:"S1e",locationName:"AvailabilityZone"}},MultiAZCapable:{type:"boolean"},ReadReplicaCapable:{type:"boolean"},Vpc:{type:"boolean"},StorageType:{},SupportsIops:{type:"boolean"}},wrapper:!0}},Marker:{}}}},DescribeReservedDBInstances:{input:{type:"structure",members:{ReservedDBInstanceId:{},ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesResult",type:"structure",members:{Marker:{},ReservedDBInstances:{type:"list",member:{shape:"S45",locationName:"ReservedDBInstance"}}}}},DescribeReservedDBInstancesOfferings:{input:{type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},Filters:{shape:"S2b"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedDBInstancesOfferingsResult",type:"structure",members:{Marker:{},ReservedDBInstancesOfferings:{type:"list",member:{locationName:"ReservedDBInstancesOffering",type:"structure",members:{ReservedDBInstancesOfferingId:{},DBInstanceClass:{},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},CurrencyCode:{},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},RecurringCharges:{shape:"S47"}},wrapper:!0}}}}},DownloadDBLogFilePortion:{input:{type:"structure",required:["DBInstanceIdentifier","LogFileName"],members:{DBInstanceIdentifier:{},LogFileName:{},Marker:{},NumberOfLines:{type:"integer"}}},output:{resultWrapper:"DownloadDBLogFilePortionResult",type:"structure",members:{LogFileData:{},Marker:{},AdditionalDataPending:{type:"boolean"}}}},ListTagsForResource:{input:{type:"structure",required:["ResourceName"],members:{ResourceName:{},Filters:{shape:"S2b"}}},output:{resultWrapper:"ListTagsForResourceResult",type:"structure",members:{TagList:{shape:"S9"}}}},ModifyDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},AllocatedStorage:{type:"integer"},DBInstanceClass:{},DBSecurityGroups:{shape:"S13"},VpcSecurityGroupIds:{shape:"S14"},ApplyImmediately:{type:"boolean"},MasterUserPassword:{},DBParameterGroupName:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{},PreferredMaintenanceWindow:{},MultiAZ:{type:"boolean"},EngineVersion:{},AllowMajorVersionUpgrade:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},Iops:{type:"integer"},OptionGroupName:{},NewDBInstanceIdentifier:{},StorageType:{},TdeCredentialArn:{},TdeCredentialPassword:{}}},output:{resultWrapper:"ModifyDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},ModifyDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName","Parameters"],members:{DBParameterGroupName:{},Parameters:{shape:"S2w"}}},output:{shape:"S4k",resultWrapper:"ModifyDBParameterGroupResult"}},ModifyDBSubnetGroup:{input:{type:"structure",required:["DBSubnetGroupName","SubnetIds"],members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},SubnetIds:{shape:"S1u"}}},output:{resultWrapper:"ModifyDBSubnetGroupResult",type:"structure",members:{DBSubnetGroup:{shape:"S1b"}}}},ModifyEventSubscription:{input:{type:"structure",required:["SubscriptionName"],members:{SubscriptionName:{},SnsTopicArn:{},SourceType:{},EventCategories:{shape:"S6"},Enabled:{type:"boolean"}}},output:{resultWrapper:"ModifyEventSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},ModifyOptionGroup:{input:{type:"structure",required:["OptionGroupName"],members:{OptionGroupName:{},OptionsToInclude:{type:"list",member:{locationName:"OptionConfiguration",type:"structure",required:["OptionName"],members:{OptionName:{},Port:{type:"integer"},DBSecurityGroupMemberships:{shape:"S13"},VpcSecurityGroupMemberships:{shape:"S14"},OptionSettings:{type:"list",member:{shape:"Sx",locationName:"OptionSetting"}}}}},OptionsToRemove:{type:"list",member:{}},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"ModifyOptionGroupResult",type:"structure",members:{OptionGroup:{shape:"St"}}}},PromoteReadReplica:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},BackupRetentionPeriod:{type:"integer"},PreferredBackupWindow:{}}},output:{resultWrapper:"PromoteReadReplicaResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},PurchaseReservedDBInstancesOffering:{input:{type:"structure",required:["ReservedDBInstancesOfferingId"],members:{ReservedDBInstancesOfferingId:{},ReservedDBInstanceId:{},DBInstanceCount:{type:"integer"},Tags:{shape:"S9"}}},output:{resultWrapper:"PurchaseReservedDBInstancesOfferingResult",type:"structure",members:{ReservedDBInstance:{shape:"S45"}}}},RebootDBInstance:{input:{type:"structure",required:["DBInstanceIdentifier"],members:{DBInstanceIdentifier:{},ForceFailover:{type:"boolean"}}},output:{resultWrapper:"RebootDBInstanceResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},RemoveSourceIdentifierFromSubscription:{input:{type:"structure",required:["SubscriptionName","SourceIdentifier"],members:{SubscriptionName:{},SourceIdentifier:{}}},output:{resultWrapper:"RemoveSourceIdentifierFromSubscriptionResult",type:"structure",members:{EventSubscription:{shape:"S4"}}}},RemoveTagsFromResource:{input:{type:"structure",required:["ResourceName","TagKeys"],members:{ResourceName:{},TagKeys:{type:"list",member:{}}}}},ResetDBParameterGroup:{input:{type:"structure",required:["DBParameterGroupName"],members:{DBParameterGroupName:{},ResetAllParameters:{type:"boolean"},Parameters:{shape:"S2w"}}},output:{shape:"S4k",resultWrapper:"ResetDBParameterGroupResult"}},RestoreDBInstanceFromDBSnapshot:{input:{type:"structure",required:["DBInstanceIdentifier","DBSnapshotIdentifier"],members:{DBInstanceIdentifier:{},DBSnapshotIdentifier:{},DBInstanceClass:{},Port:{type:"integer"},AvailabilityZone:{},DBSubnetGroupName:{},MultiAZ:{type:"boolean"},PubliclyAccessible:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},DBName:{},Engine:{},Iops:{type:"integer"},OptionGroupName:{},Tags:{shape:"S9"},StorageType:{},TdeCredentialArn:{},TdeCredentialPassword:{}}},output:{resultWrapper:"RestoreDBInstanceFromDBSnapshotResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},RestoreDBInstanceToPointInTime:{input:{type:"structure",required:["SourceDBInstanceIdentifier","TargetDBInstanceIdentifier"],members:{SourceDBInstanceIdentifier:{},TargetDBInstanceIdentifier:{},RestoreTime:{type:"timestamp"},UseLatestRestorableTime:{type:"boolean"},DBInstanceClass:{},Port:{type:"integer"},AvailabilityZone:{},DBSubnetGroupName:{},MultiAZ:{type:"boolean"},PubliclyAccessible:{type:"boolean"},AutoMinorVersionUpgrade:{type:"boolean"},LicenseModel:{},DBName:{},Engine:{},Iops:{type:"integer"},OptionGroupName:{},Tags:{shape:"S9"},StorageType:{},TdeCredentialArn:{},TdeCredentialPassword:{}}},output:{resultWrapper:"RestoreDBInstanceToPointInTimeResult",type:"structure",members:{DBInstance:{shape:"S17"}}}},RevokeDBSecurityGroupIngress:{input:{type:"structure",required:["DBSecurityGroupName"],members:{DBSecurityGroupName:{},CIDRIP:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"RevokeDBSecurityGroupIngressResult",type:"structure",members:{DBSecurityGroup:{shape:"Sd"}}}}},shapes:{S4:{type:"structure",members:{CustomerAwsId:{},CustSubscriptionId:{},SnsTopicArn:{},Status:{},SubscriptionCreationTime:{},SourceType:{},SourceIdsList:{shape:"S5"},EventCategoriesList:{shape:"S6"},Enabled:{type:"boolean"}},wrapper:!0},S5:{type:"list",member:{locationName:"SourceId"}},S6:{type:"list",member:{locationName:"EventCategory"}},S9:{type:"list",member:{locationName:"Tag",type:"structure",members:{Key:{},Value:{}}}},Sd:{type:"structure",members:{OwnerId:{},DBSecurityGroupName:{},DBSecurityGroupDescription:{},VpcId:{},EC2SecurityGroups:{type:"list",member:{locationName:"EC2SecurityGroup",type:"structure",members:{Status:{},EC2SecurityGroupName:{},EC2SecurityGroupId:{},EC2SecurityGroupOwnerId:{}}}},IPRanges:{type:"list",member:{locationName:"IPRange",type:"structure",members:{Status:{},CIDRIP:{}}}}},wrapper:!0},Sk:{type:"structure",members:{DBParameterGroupName:{},DBParameterGroupFamily:{},Description:{}},wrapper:!0},Sn:{type:"structure",members:{DBSnapshotIdentifier:{},DBInstanceIdentifier:{},SnapshotCreateTime:{type:"timestamp"},Engine:{},AllocatedStorage:{type:"integer"},Status:{},Port:{type:"integer"},AvailabilityZone:{},VpcId:{},InstanceCreateTime:{type:"timestamp"},MasterUsername:{},EngineVersion:{},LicenseModel:{},SnapshotType:{},Iops:{type:"integer"},OptionGroupName:{},PercentProgress:{type:"integer"},SourceRegion:{},StorageType:{},TdeCredentialArn:{}},wrapper:!0},St:{type:"structure",members:{OptionGroupName:{},OptionGroupDescription:{},EngineName:{},MajorEngineVersion:{},Options:{type:"list",member:{locationName:"Option",type:"structure",members:{OptionName:{},OptionDescription:{},Persistent:{type:"boolean"},Permanent:{type:"boolean"},Port:{type:"integer"},OptionSettings:{type:"list",member:{shape:"Sx",locationName:"OptionSetting"}},DBSecurityGroupMemberships:{shape:"Sy"},VpcSecurityGroupMemberships:{shape:"S10"}}}},AllowsVpcAndNonVpcInstanceMemberships:{type:"boolean"},VpcId:{}},wrapper:!0},Sx:{type:"structure",members:{Name:{},Value:{},DefaultValue:{},Description:{},ApplyType:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},IsCollection:{type:"boolean"}}},Sy:{type:"list",member:{locationName:"DBSecurityGroup",type:"structure",members:{DBSecurityGroupName:{},Status:{}}}},S10:{type:"list",member:{locationName:"VpcSecurityGroupMembership",type:"structure",members:{VpcSecurityGroupId:{},Status:{}}}},S13:{type:"list",member:{locationName:"DBSecurityGroupName"}},S14:{type:"list",member:{locationName:"VpcSecurityGroupId"}},S17:{type:"structure",members:{DBInstanceIdentifier:{},DBInstanceClass:{},Engine:{},DBInstanceStatus:{},MasterUsername:{},DBName:{},Endpoint:{type:"structure",members:{Address:{},Port:{type:"integer"}}},AllocatedStorage:{type:"integer"},InstanceCreateTime:{type:"timestamp"},PreferredBackupWindow:{},BackupRetentionPeriod:{type:"integer"},DBSecurityGroups:{shape:"Sy"},VpcSecurityGroups:{shape:"S10"},DBParameterGroups:{type:"list",member:{locationName:"DBParameterGroup",type:"structure",members:{DBParameterGroupName:{},ParameterApplyStatus:{}}}},AvailabilityZone:{},DBSubnetGroup:{shape:"S1b"},PreferredMaintenanceWindow:{},PendingModifiedValues:{type:"structure",members:{DBInstanceClass:{},AllocatedStorage:{type:"integer"},MasterUserPassword:{},Port:{type:"integer"},BackupRetentionPeriod:{type:"integer"},MultiAZ:{type:"boolean"},EngineVersion:{},Iops:{type:"integer"},DBInstanceIdentifier:{},StorageType:{}}},LatestRestorableTime:{type:"timestamp"},MultiAZ:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},ReadReplicaSourceDBInstanceIdentifier:{},ReadReplicaDBInstanceIdentifiers:{type:"list",member:{locationName:"ReadReplicaDBInstanceIdentifier"}},LicenseModel:{},Iops:{type:"integer"},OptionGroupMemberships:{type:"list",member:{locationName:"OptionGroupMembership",type:"structure",members:{OptionGroupName:{},Status:{}}}},CharacterSetName:{},SecondaryAvailabilityZone:{},PubliclyAccessible:{type:"boolean"},StatusInfos:{type:"list",member:{locationName:"DBInstanceStatusInfo",type:"structure",members:{StatusType:{},Normal:{type:"boolean"},Status:{},Message:{}}}},StorageType:{},TdeCredentialArn:{}},wrapper:!0},S1b:{type:"structure",members:{DBSubnetGroupName:{},DBSubnetGroupDescription:{},VpcId:{},SubnetGroupStatus:{},Subnets:{type:"list",member:{locationName:"Subnet",type:"structure",members:{SubnetIdentifier:{},SubnetAvailabilityZone:{shape:"S1e"},SubnetStatus:{}}}}},wrapper:!0},S1e:{type:"structure",members:{Name:{}},wrapper:!0},S1u:{type:"list",member:{locationName:"SubnetIdentifier"}},S2b:{type:"list",member:{locationName:"Filter",type:"structure",required:["Name","Values"],members:{Name:{},Values:{type:"list",member:{locationName:"Value"}}}}},S2h:{type:"structure",members:{CharacterSetName:{},CharacterSetDescription:{}}},S2w:{type:"list",member:{locationName:"Parameter",type:"structure",members:{ParameterName:{},ParameterValue:{},Description:{},Source:{},ApplyType:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},MinimumEngineVersion:{},ApplyMethod:{}}}},S45:{type:"structure",members:{ReservedDBInstanceId:{},ReservedDBInstancesOfferingId:{},DBInstanceClass:{},StartTime:{type:"timestamp"},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},CurrencyCode:{},DBInstanceCount:{type:"integer"},ProductDescription:{},OfferingType:{},MultiAZ:{type:"boolean"},State:{},RecurringCharges:{shape:"S47"}},wrapper:!0},S47:{type:"list",member:{locationName:"RecurringCharge",type:"structure",members:{RecurringChargeAmount:{type:"double"},RecurringChargeFrequency:{}},wrapper:!0}},S4k:{type:"structure",members:{DBParameterGroupName:{}}}}}},knjE:function(e){e.exports={pagination:{DescribeDBEngineVersions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBEngineVersions"},DescribeDBInstances:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBInstances"},DescribeDBLogFiles:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DescribeDBLogFiles"},DescribeDBParameterGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBParameterGroups"},DescribeDBParameters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Parameters"},DescribeDBSecurityGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSecurityGroups"},DescribeDBSnapshots:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSnapshots"},DescribeDBSubnetGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"DBSubnetGroups"},DescribeEngineDefaultParameters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"EngineDefaults.Marker",result_key:"EngineDefaults.Parameters"},DescribeEventSubscriptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"EventSubscriptionsList"},DescribeEvents:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Events"},DescribeOptionGroupOptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OptionGroupOptions"},DescribeOptionGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OptionGroupsList"},DescribeOrderableDBInstanceOptions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"OrderableDBInstanceOptions"},DescribeReservedDBInstances:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReservedDBInstances"},DescribeReservedDBInstancesOfferings:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReservedDBInstancesOfferings"},DownloadDBLogFilePortion:{input_token:"Marker",limit_key:"NumberOfLines",more_results:"AdditionalDataPending",output_token:"Marker",result_key:"LogFileData"},ListTagsForResource:{result_key:"TagList"}}}},kqoJ:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("gIcY"),i=r("m9Vx");t.min=function(e){return function(t){if(!i.isPresent(e))return null;if(i.isPresent(n.Validators.required(t)))return null;var r=+t.value;return r>=+e?null:{actualValue:r,requiredValue:+e,min:!0}}}},kwZ1:function(e,t,r){"use strict";var n=r("w6GO"),i=r("mqlF"),o=r("NV0k"),a=r("JB68"),s=r("M1xp"),u=Object.assign;e.exports=!u||r("KUxP")(function(){var e={},t={},r=Symbol(),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach(function(e){t[e]=e}),7!=u({},e)[r]||Object.keys(u({},t)).join("")!=n})?function(e,t){for(var r=a(e),u=arguments.length,l=1,c=i.f,p=o.f;u>l;)for(var m,d=s(arguments[l++]),h=c?n(d).concat(c(d)):n(d),y=h.length,f=0;y>f;)p.call(d,m=h[f++])&&(r[m]=d[m]);return r}:u},kxTM:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.cognitoidentityserviceprovider={},n.CognitoIdentityServiceProvider=i.defineService("cognitoidentityserviceprovider",["2016-04-18"]),Object.defineProperty(o.services.cognitoidentityserviceprovider,"2016-04-18",{get:function(){var e=r("PKKm");return e.paginators=r("M4lo").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.CognitoIdentityServiceProvider},l1HU:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.secretsmanager={},n.SecretsManager=i.defineService("secretsmanager",["2017-10-17"]),Object.defineProperty(o.services.secretsmanager,"2017-10-17",{get:function(){var e=r("p/2C");return e.paginators=r("jvBX").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.SecretsManager},lKDQ:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.cognitoidentity={},n.CognitoIdentity=i.defineService("cognitoidentity",["2014-06-30"]),r("JzWT"),Object.defineProperty(o.services.cognitoidentity,"2014-06-30",{get:function(){var e=r("0JXb");return e.paginators=r("Ppu6").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.CognitoIdentity},lLAP:function(e,t,r){"use strict";r.d(t,"c",function(){return I}),r.d(t,"b",function(){return C}),r.d(t,"g",function(){return _}),r.d(t,"i",function(){return R}),r.d(t,"f",function(){return x}),r.d(t,"j",function(){return E}),r.d(t,"d",function(){return P}),r.d(t,"h",function(){return M}),r.d(t,"e",function(){return q}),r.d(t,"k",function(){return O}),r.d(t,"a",function(){return L});var n=r("Ip0R"),i=r("CcnG"),o=r("K9Ia"),a=r("pugT"),s=r("F/XL"),u=r("YSh2"),l=r("xMyE"),c=r("Gi3i"),p=r("VnD/"),m=r("67Y/"),d=r("t9fZ"),h=r("mrSG"),y=r("dWZg"),f=r("n6gG");function b(e,t){return(e.getAttribute(t)||"").match(/\S+/g)||[]}var g=0,v=new Map,S=null,I=function(){function e(e){this._document=e}return e.prototype.describe=function(e,t){this._canBeDescribed(e,t)&&(v.has(t)||this._createMessageElement(t),this._isElementDescribedByMessage(e,t)||this._addMessageReference(e,t))},e.prototype.removeDescription=function(e,t){if(this._canBeDescribed(e,t)){this._isElementDescribedByMessage(e,t)&&this._removeMessageReference(e,t);var r=v.get(t);r&&0===r.referenceCount&&this._deleteMessageElement(t),S&&0===S.childNodes.length&&this._deleteMessagesContainer()}},e.prototype.ngOnDestroy=function(){for(var e=this._document.querySelectorAll("[cdk-describedby-host]"),t=0;t-1&&r!==t._activeItemIndex&&(t._activeItemIndex=r)}})}return e.prototype.skipPredicate=function(e){return this._skipPredicateFn=e,this},e.prototype.withWrap=function(e){return void 0===e&&(e=!0),this._wrap=e,this},e.prototype.withVerticalOrientation=function(e){return void 0===e&&(e=!0),this._vertical=e,this},e.prototype.withHorizontalOrientation=function(e){return this._horizontal=e,this},e.prototype.withTypeAhead=function(e){var t=this;if(void 0===e&&(e=200),this._items.length&&this._items.some(function(e){return"function"!=typeof e.getLabel}))throw Error("ListKeyManager items in typeahead mode must implement the `getLabel` method.");return this._typeaheadSubscription.unsubscribe(),this._typeaheadSubscription=this._letterKeyStream.pipe(Object(l.a)(function(e){return t._pressedLetters.push(e)}),Object(c.a)(e),Object(p.a)(function(){return t._pressedLetters.length>0}),Object(m.a)(function(){return t._pressedLetters.join("")})).subscribe(function(e){for(var r=t._getItemsArray(),n=1;n=u.a&&t<=u.q||t>=u.r&&t<=u.j)&&this._letterKeyStream.next(String.fromCharCode(t)))}this._pressedLetters=[],e.preventDefault()},Object.defineProperty(e.prototype,"activeItemIndex",{get:function(){return this._activeItemIndex},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"activeItem",{get:function(){return this._activeItem},enumerable:!0,configurable:!0}),e.prototype.setFirstItemActive=function(){this._setActiveItemByIndex(0,1)},e.prototype.setLastItemActive=function(){this._setActiveItemByIndex(this._items.length-1,-1)},e.prototype.setNextItemActive=function(){this._activeItemIndex<0?this.setFirstItemActive():this._setActiveItemByDelta(1)},e.prototype.setPreviousItemActive=function(){this._activeItemIndex<0&&this._wrap?this.setLastItemActive():this._setActiveItemByDelta(-1)},e.prototype.updateActiveItem=function(e){var t=this._getItemsArray(),r="number"==typeof e?e:t.indexOf(e);this._activeItemIndex=r,this._activeItem=t[r]},e.prototype.updateActiveItemIndex=function(e){this.updateActiveItem(e)},e.prototype._setActiveItemByDelta=function(e){this._wrap?this._setActiveInWrapMode(e):this._setActiveInDefaultMode(e)},e.prototype._setActiveInWrapMode=function(e){for(var t=this._getItemsArray(),r=1;r<=t.length;r++){var n=(this._activeItemIndex+e*r+t.length)%t.length;if(!this._skipPredicateFn(t[n]))return void this.setActiveItem(n)}},e.prototype._setActiveInDefaultMode=function(e){this._setActiveItemByIndex(this._activeItemIndex+e,e)},e.prototype._setActiveItemByIndex=function(e,t){var r=this._getItemsArray();if(r[e]){for(;this._skipPredicateFn(r[e]);)if(!r[e+=t])return;this.setActiveItem(e)}},e.prototype._getItemsArray=function(){return this._items instanceof i.QueryList?this._items.toArray():this._items},e}(),C=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(h.__extends)(t,e),t.prototype.setActiveItem=function(t){this.activeItem&&this.activeItem.setInactiveStyles(),e.prototype.setActiveItem.call(this,t),this.activeItem&&this.activeItem.setActiveStyles()},t}(N),_=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._origin="program",t}return Object(h.__extends)(t,e),t.prototype.setFocusOrigin=function(e){return this._origin=e,this},t.prototype.setActiveItem=function(t){e.prototype.setActiveItem.call(this,t),this.activeItem&&this.activeItem.focus(this._origin)},t}(N),D=function(){function e(e){this._platform=e}return e.prototype.isDisabled=function(e){return e.hasAttribute("disabled")},e.prototype.isVisible=function(e){return function(e){return!!(e.offsetWidth||e.offsetHeight||"function"==typeof e.getClientRects&&e.getClientRects().length)}(e)&&"visible"===getComputedStyle(e).visibility},e.prototype.isTabbable=function(e){if(!this._platform.isBrowser)return!1;var t=function(e){try{return e.frameElement}catch(e){return null}}(e.ownerDocument.defaultView||window);if(t){var r=t&&t.nodeName.toLowerCase();if(-1===k(t))return!1;if((this._platform.BLINK||this._platform.WEBKIT)&&"object"===r)return!1;if((this._platform.BLINK||this._platform.WEBKIT)&&!this.isVisible(t))return!1}var n=e.nodeName.toLowerCase(),i=k(e);if(e.hasAttribute("contenteditable"))return-1!==i;if("iframe"===n)return!1;if("audio"===n){if(!e.hasAttribute("controls"))return!1;if(this._platform.BLINK)return!0}if("video"===n){if(!e.hasAttribute("controls")&&this._platform.TRIDENT)return!1;if(this._platform.BLINK||this._platform.FIREFOX)return!0}return("object"!==n||!this._platform.BLINK&&!this._platform.WEBKIT)&&!(this._platform.WEBKIT&&this._platform.IOS&&!function(e){var t=e.nodeName.toLowerCase(),r="input"===t&&e.type;return"text"===r||"password"===r||"select"===t||"textarea"===t}(e))&&e.tabIndex>=0},e.prototype.isFocusable=function(e){return function(e){return!function(e){return function(e){return"input"==e.nodeName.toLowerCase()}(e)&&"hidden"==e.type}(e)&&(function(e){var t=e.nodeName.toLowerCase();return"input"===t||"select"===t||"button"===t||"textarea"===t}(e)||function(e){return function(e){return"a"==e.nodeName.toLowerCase()}(e)&&e.hasAttribute("href")}(e)||e.hasAttribute("contenteditable")||T(e))}(e)&&!this.isDisabled(e)&&this.isVisible(e)},e.ngInjectableDef=Object(i.defineInjectable)({factory:function(){return new e(Object(i.inject)(y.a))},token:e,providedIn:"root"}),e}();function T(e){if(!e.hasAttribute("tabindex")||void 0===e.tabIndex)return!1;var t=e.getAttribute("tabindex");return"-32768"!=t&&!(!t||isNaN(parseInt(t,10)))}function k(e){if(!T(e))return null;var t=parseInt(e.getAttribute("tabindex")||"",10);return isNaN(t)?-1:t}var A=function(){function e(e,t,r,n,i){void 0===i&&(i=!1),this._element=e,this._checker=t,this._ngZone=r,this._document=n,this._hasAttached=!1,this._enabled=!0,i||this.attachAnchors()}return Object.defineProperty(e.prototype,"enabled",{get:function(){return this._enabled},set:function(e){this._enabled=e,this._startAnchor&&this._endAnchor&&(this._startAnchor.tabIndex=this._endAnchor.tabIndex=this._enabled?0:-1)},enumerable:!0,configurable:!0}),e.prototype.destroy=function(){this._startAnchor&&this._startAnchor.parentNode&&this._startAnchor.parentNode.removeChild(this._startAnchor),this._endAnchor&&this._endAnchor.parentNode&&this._endAnchor.parentNode.removeChild(this._endAnchor),this._startAnchor=this._endAnchor=null},e.prototype.attachAnchors=function(){var e=this;return!!this._hasAttached||(this._ngZone.runOutsideAngular(function(){e._startAnchor||(e._startAnchor=e._createAnchor(),e._startAnchor.addEventListener("focus",function(){return e.focusLastTabbableElement()})),e._endAnchor||(e._endAnchor=e._createAnchor(),e._endAnchor.addEventListener("focus",function(){return e.focusFirstTabbableElement()}))}),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)},e.prototype.focusInitialElementWhenReady=function(){var e=this;return new Promise(function(t){e._executeOnStable(function(){return t(e.focusInitialElement())})})},e.prototype.focusFirstTabbableElementWhenReady=function(){var e=this;return new Promise(function(t){e._executeOnStable(function(){return t(e.focusFirstTabbableElement())})})},e.prototype.focusLastTabbableElementWhenReady=function(){var e=this;return new Promise(function(t){e._executeOnStable(function(){return t(e.focusLastTabbableElement())})})},e.prototype._getRegionBoundary=function(e){for(var t=this._element.querySelectorAll("[cdk-focus-region-"+e+"], [cdkFocusRegion"+e+"], [cdk-focus-"+e+"]"),r=0;r=0;r--){var n=t[r].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(t[r]):null;if(n)return n}return null},e.prototype._createAnchor=function(){var e=this._document.createElement("div");return e.tabIndex=this._enabled?0:-1,e.classList.add("cdk-visually-hidden"),e.classList.add("cdk-focus-trap-anchor"),e},e.prototype._executeOnStable=function(e){this._ngZone.isStable?e():this._ngZone.onStable.asObservable().pipe(Object(d.a)(1)).subscribe(e)},e}(),R=function(){function e(e,t,r){this._checker=e,this._ngZone=t,this._document=r}return e.prototype.create=function(e,t){return void 0===t&&(t=!1),new A(e,this._checker,this._ngZone,this._document,t)},e.ngInjectableDef=Object(i.defineInjectable)({factory:function(){return new e(Object(i.inject)(D),Object(i.inject)(i.NgZone),Object(i.inject)(n.DOCUMENT))},token:e,providedIn:"root"}),e}(),x=function(){function e(e,t,r){this._elementRef=e,this._focusTrapFactory=t,this._previouslyFocusedElement=null,this._document=r,this.focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement,!0)}return Object.defineProperty(e.prototype,"enabled",{get:function(){return this.focusTrap.enabled},set:function(e){this.focusTrap.enabled=Object(f.c)(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"autoCapture",{get:function(){return this._autoCapture},set:function(e){this._autoCapture=Object(f.c)(e)},enumerable:!0,configurable:!0}),e.prototype.ngOnDestroy=function(){this.focusTrap.destroy(),this._previouslyFocusedElement&&(this._previouslyFocusedElement.focus(),this._previouslyFocusedElement=null)},e.prototype.ngAfterContentInit=function(){this.focusTrap.attachAnchors(),this.autoCapture&&(this._previouslyFocusedElement=this._document.activeElement,this.focusTrap.focusInitialElementWhenReady())},e.prototype.ngDoCheck=function(){this.focusTrap.hasAttached()||this.focusTrap.attachAnchors()},e}(),w=new i.InjectionToken("liveAnnouncerElement",{providedIn:"root",factory:function(){return null}}),E=function(){function e(e,t){this._document=t,this._liveElement=e||this._createLiveElement()}return e.prototype.announce=function(e,t){var r=this;return void 0===t&&(t="polite"),this._liveElement.textContent="",this._liveElement.setAttribute("aria-live",t),new Promise(function(t){setTimeout(function(){r._liveElement.textContent=e,t()},100)})},e.prototype.ngOnDestroy=function(){this._liveElement&&this._liveElement.parentNode&&this._liveElement.parentNode.removeChild(this._liveElement)},e.prototype._createLiveElement=function(){for(var e=this._document.getElementsByClassName("cdk-live-announcer-element"),t=0;t.mat-card-xl-image{margin:-8px 0 8px 0}.mat-card-title-group{display:flex;justify-content:space-between;margin:0 -8px}.mat-card-sm-image{width:80px;height:80px}.mat-card-md-image{width:112px;height:112px}.mat-card-lg-image{width:152px;height:152px}.mat-card-xl-image{width:240px;height:240px;margin:-8px}@media (max-width:599px){.mat-card{padding:24px 16px}.mat-card-actions{margin-left:-8px;margin-right:-8px}.mat-card-image{width:calc(100% + 32px);margin:16px -16px}.mat-card-title-group{margin:0}.mat-card-xl-image{margin-left:0;margin-right:0}.mat-card-header{margin:-8px 0 0 0}.mat-card-footer{margin-left:-16px;margin-right:-16px}}.mat-card-content>:first-child,.mat-card>:first-child{margin-top:0}.mat-card-content>:last-child:not(.mat-card-footer),.mat-card>:last-child:not(.mat-card-footer){margin-bottom:0}.mat-card-image:first-child{margin-top:-24px}.mat-card>.mat-card-actions:last-child{margin-bottom:-16px;padding-bottom:0}.mat-card-actions .mat-button:first-child,.mat-card-actions .mat-raised-button:first-child{margin-left:0;margin-right:0}.mat-card-subtitle:not(:first-child),.mat-card-title:not(:first-child){margin-top:-4px}.mat-card-header .mat-card-subtitle:not(:first-child){margin-top:-8px}.mat-card>.mat-card-xl-image:first-child{margin-top:-8px}.mat-card>.mat-card-xl-image:last-child{margin-bottom:-8px}"],data:{}}));function o(e){return n["\u0275vid"](2,[n["\u0275ncd"](null,0),n["\u0275ncd"](null,1)],null,null)}},"m/yT":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("gIcY"),i=r("m9Vx");t.email=function(e){return i.isPresent(n.Validators.required(e))?null:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e.value)?null:{email:!0}}},m2wi:function(e,t,r){var n=r("QsWE").util,i=r("v+tU").toBuffer;e.exports={splitMessage:function(e){if(n.Buffer.isBuffer(e)||(e=i(e)),e.length<16)throw new Error("Provided message too short to accommodate event stream message overhead");if(e.length!==e.readUInt32BE(0))throw new Error("Reported message length does not match received message length");var t=e.readUInt32BE(8);if(t!==n.crypto.crc32(e.slice(0,8)))throw new Error("The prelude checksum specified in the message ("+t+") does not match the calculated CRC32 checksum.");var r=e.readUInt32BE(e.length-4);if(r!==n.crypto.crc32(e.slice(0,e.length-4)))throw new Error("The message checksum did not match the expected value of "+r);var o=12+e.readUInt32BE(4);return{headers:e.slice(12,o),body:e.slice(o,e.length-4)}}}},m3sQ:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2017-01-17",endpointPrefix:"mturk-requester",jsonVersion:"1.1",protocol:"json",serviceAbbreviation:"Amazon MTurk",serviceFullName:"Amazon Mechanical Turk",serviceId:"MTurk",signatureVersion:"v4",targetPrefix:"MTurkRequesterServiceV20170117",uid:"mturk-requester-2017-01-17"},operations:{AcceptQualificationRequest:{input:{type:"structure",required:["QualificationRequestId"],members:{QualificationRequestId:{},IntegerValue:{type:"integer"}}},output:{type:"structure",members:{}}},ApproveAssignment:{input:{type:"structure",required:["AssignmentId"],members:{AssignmentId:{},RequesterFeedback:{},OverrideRejection:{type:"boolean"}}},output:{type:"structure",members:{}},idempotent:!0},AssociateQualificationWithWorker:{input:{type:"structure",required:["QualificationTypeId","WorkerId"],members:{QualificationTypeId:{},WorkerId:{},IntegerValue:{type:"integer"},SendNotification:{type:"boolean"}}},output:{type:"structure",members:{}}},CreateAdditionalAssignmentsForHIT:{input:{type:"structure",required:["HITId","NumberOfAdditionalAssignments"],members:{HITId:{},NumberOfAdditionalAssignments:{type:"integer"},UniqueRequestToken:{}}},output:{type:"structure",members:{}}},CreateHIT:{input:{type:"structure",required:["LifetimeInSeconds","AssignmentDurationInSeconds","Reward","Title","Description"],members:{MaxAssignments:{type:"integer"},AutoApprovalDelayInSeconds:{type:"long"},LifetimeInSeconds:{type:"long"},AssignmentDurationInSeconds:{type:"long"},Reward:{},Title:{},Keywords:{},Description:{},Question:{},RequesterAnnotation:{},QualificationRequirements:{shape:"Si"},UniqueRequestToken:{},AssignmentReviewPolicy:{shape:"Sq"},HITReviewPolicy:{shape:"Sq"},HITLayoutId:{},HITLayoutParameters:{shape:"Sw"}}},output:{type:"structure",members:{HIT:{shape:"Sz"}}}},CreateHITType:{input:{type:"structure",required:["AssignmentDurationInSeconds","Reward","Title","Description"],members:{AutoApprovalDelayInSeconds:{type:"long"},AssignmentDurationInSeconds:{type:"long"},Reward:{},Title:{},Keywords:{},Description:{},QualificationRequirements:{shape:"Si"}}},output:{type:"structure",members:{HITTypeId:{}}},idempotent:!0},CreateHITWithHITType:{input:{type:"structure",required:["HITTypeId","LifetimeInSeconds"],members:{HITTypeId:{},MaxAssignments:{type:"integer"},LifetimeInSeconds:{type:"long"},Question:{},RequesterAnnotation:{},UniqueRequestToken:{},AssignmentReviewPolicy:{shape:"Sq"},HITReviewPolicy:{shape:"Sq"},HITLayoutId:{},HITLayoutParameters:{shape:"Sw"}}},output:{type:"structure",members:{HIT:{shape:"Sz"}}}},CreateQualificationType:{input:{type:"structure",required:["Name","Description","QualificationTypeStatus"],members:{Name:{},Keywords:{},Description:{},QualificationTypeStatus:{},RetryDelayInSeconds:{type:"long"},Test:{},AnswerKey:{},TestDurationInSeconds:{type:"long"},AutoGranted:{type:"boolean"},AutoGrantedValue:{type:"integer"}}},output:{type:"structure",members:{QualificationType:{shape:"S1a"}}}},CreateWorkerBlock:{input:{type:"structure",required:["WorkerId","Reason"],members:{WorkerId:{},Reason:{}}},output:{type:"structure",members:{}}},DeleteHIT:{input:{type:"structure",required:["HITId"],members:{HITId:{}}},output:{type:"structure",members:{}},idempotent:!0},DeleteQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{}}},output:{type:"structure",members:{}},idempotent:!0},DeleteWorkerBlock:{input:{type:"structure",required:["WorkerId"],members:{WorkerId:{},Reason:{}}},output:{type:"structure",members:{}},idempotent:!0},DisassociateQualificationFromWorker:{input:{type:"structure",required:["WorkerId","QualificationTypeId"],members:{WorkerId:{},QualificationTypeId:{},Reason:{}}},output:{type:"structure",members:{}}},GetAccountBalance:{input:{type:"structure",members:{}},output:{type:"structure",members:{AvailableBalance:{},OnHoldBalance:{}}},idempotent:!0},GetAssignment:{input:{type:"structure",required:["AssignmentId"],members:{AssignmentId:{}}},output:{type:"structure",members:{Assignment:{shape:"S1p"},HIT:{shape:"Sz"}}},idempotent:!0},GetFileUploadURL:{input:{type:"structure",required:["AssignmentId","QuestionIdentifier"],members:{AssignmentId:{},QuestionIdentifier:{}}},output:{type:"structure",members:{FileUploadURL:{}}},idempotent:!0},GetHIT:{input:{type:"structure",required:["HITId"],members:{HITId:{}}},output:{type:"structure",members:{HIT:{shape:"Sz"}}},idempotent:!0},GetQualificationScore:{input:{type:"structure",required:["QualificationTypeId","WorkerId"],members:{QualificationTypeId:{},WorkerId:{}}},output:{type:"structure",members:{Qualification:{shape:"S1x"}}},idempotent:!0},GetQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{}}},output:{type:"structure",members:{QualificationType:{shape:"S1a"}}},idempotent:!0},ListAssignmentsForHIT:{input:{type:"structure",required:["HITId"],members:{HITId:{},NextToken:{},MaxResults:{type:"integer"},AssignmentStatuses:{type:"list",member:{}}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},Assignments:{type:"list",member:{shape:"S1p"}}}},idempotent:!0},ListBonusPayments:{input:{type:"structure",members:{HITId:{},AssignmentId:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NumResults:{type:"integer"},NextToken:{},BonusPayments:{type:"list",member:{type:"structure",members:{WorkerId:{},BonusAmount:{},AssignmentId:{},Reason:{},GrantTime:{type:"timestamp"}}}}}},idempotent:!0},ListHITs:{input:{type:"structure",members:{NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},HITs:{shape:"S2d"}}},idempotent:!0},ListHITsForQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},HITs:{shape:"S2d"}}},idempotent:!0},ListQualificationRequests:{input:{type:"structure",members:{QualificationTypeId:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NumResults:{type:"integer"},NextToken:{},QualificationRequests:{type:"list",member:{type:"structure",members:{QualificationRequestId:{},QualificationTypeId:{},WorkerId:{},Test:{},Answer:{},SubmitTime:{type:"timestamp"}}}}}},idempotent:!0},ListQualificationTypes:{input:{type:"structure",required:["MustBeRequestable"],members:{Query:{},MustBeRequestable:{type:"boolean"},MustBeOwnedByCaller:{type:"boolean"},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NumResults:{type:"integer"},NextToken:{},QualificationTypes:{type:"list",member:{shape:"S1a"}}}},idempotent:!0},ListReviewPolicyResultsForHIT:{input:{type:"structure",required:["HITId"],members:{HITId:{},PolicyLevels:{type:"list",member:{}},RetrieveActions:{type:"boolean"},RetrieveResults:{type:"boolean"},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{HITId:{},AssignmentReviewPolicy:{shape:"Sq"},HITReviewPolicy:{shape:"Sq"},AssignmentReviewReport:{shape:"S2r"},HITReviewReport:{shape:"S2r"},NextToken:{}}},idempotent:!0},ListReviewableHITs:{input:{type:"structure",members:{HITTypeId:{},Status:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},HITs:{shape:"S2d"}}},idempotent:!0},ListWorkerBlocks:{input:{type:"structure",members:{NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},WorkerBlocks:{type:"list",member:{type:"structure",members:{WorkerId:{},Reason:{}}}}}},idempotent:!0},ListWorkersWithQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{},Status:{},NextToken:{},MaxResults:{type:"integer"}}},output:{type:"structure",members:{NextToken:{},NumResults:{type:"integer"},Qualifications:{type:"list",member:{shape:"S1x"}}}},idempotent:!0},NotifyWorkers:{input:{type:"structure",required:["Subject","MessageText","WorkerIds"],members:{Subject:{},MessageText:{},WorkerIds:{type:"list",member:{}}}},output:{type:"structure",members:{NotifyWorkersFailureStatuses:{type:"list",member:{type:"structure",members:{NotifyWorkersFailureCode:{},NotifyWorkersFailureMessage:{},WorkerId:{}}}}}}},RejectAssignment:{input:{type:"structure",required:["AssignmentId","RequesterFeedback"],members:{AssignmentId:{},RequesterFeedback:{}}},output:{type:"structure",members:{}},idempotent:!0},RejectQualificationRequest:{input:{type:"structure",required:["QualificationRequestId"],members:{QualificationRequestId:{},Reason:{}}},output:{type:"structure",members:{}}},SendBonus:{input:{type:"structure",required:["WorkerId","BonusAmount","AssignmentId","Reason"],members:{WorkerId:{},BonusAmount:{},AssignmentId:{},Reason:{},UniqueRequestToken:{}}},output:{type:"structure",members:{}}},SendTestEventNotification:{input:{type:"structure",required:["Notification","TestEventType"],members:{Notification:{shape:"S3k"},TestEventType:{}}},output:{type:"structure",members:{}}},UpdateExpirationForHIT:{input:{type:"structure",required:["HITId","ExpireAt"],members:{HITId:{},ExpireAt:{type:"timestamp"}}},output:{type:"structure",members:{}},idempotent:!0},UpdateHITReviewStatus:{input:{type:"structure",required:["HITId"],members:{HITId:{},Revert:{type:"boolean"}}},output:{type:"structure",members:{}},idempotent:!0},UpdateHITTypeOfHIT:{input:{type:"structure",required:["HITId","HITTypeId"],members:{HITId:{},HITTypeId:{}}},output:{type:"structure",members:{}},idempotent:!0},UpdateNotificationSettings:{input:{type:"structure",required:["HITTypeId"],members:{HITTypeId:{},Notification:{shape:"S3k"},Active:{type:"boolean"}}},output:{type:"structure",members:{}},idempotent:!0},UpdateQualificationType:{input:{type:"structure",required:["QualificationTypeId"],members:{QualificationTypeId:{},Description:{},QualificationTypeStatus:{},Test:{},AnswerKey:{},TestDurationInSeconds:{type:"long"},RetryDelayInSeconds:{type:"long"},AutoGranted:{type:"boolean"},AutoGrantedValue:{type:"integer"}}},output:{type:"structure",members:{QualificationType:{shape:"S1a"}}}}},shapes:{Si:{type:"list",member:{type:"structure",required:["QualificationTypeId","Comparator"],members:{QualificationTypeId:{},Comparator:{},IntegerValues:{type:"list",member:{type:"integer"}},LocaleValues:{type:"list",member:{shape:"Sn"}},RequiredToPreview:{deprecated:!0,type:"boolean"},ActionsGuarded:{}}}},Sn:{type:"structure",required:["Country"],members:{Country:{},Subdivision:{}}},Sq:{type:"structure",required:["PolicyName"],members:{PolicyName:{},Parameters:{type:"list",member:{type:"structure",members:{Key:{},Values:{shape:"St"},MapEntries:{type:"list",member:{type:"structure",members:{Key:{},Values:{shape:"St"}}}}}}}}},St:{type:"list",member:{}},Sw:{type:"list",member:{type:"structure",required:["Name","Value"],members:{Name:{},Value:{}}}},Sz:{type:"structure",members:{HITId:{},HITTypeId:{},HITGroupId:{},HITLayoutId:{},CreationTime:{type:"timestamp"},Title:{},Description:{},Question:{},Keywords:{},HITStatus:{},MaxAssignments:{type:"integer"},Reward:{},AutoApprovalDelayInSeconds:{type:"long"},Expiration:{type:"timestamp"},AssignmentDurationInSeconds:{type:"long"},RequesterAnnotation:{},QualificationRequirements:{shape:"Si"},HITReviewStatus:{},NumberOfAssignmentsPending:{type:"integer"},NumberOfAssignmentsAvailable:{type:"integer"},NumberOfAssignmentsCompleted:{type:"integer"}}},S1a:{type:"structure",members:{QualificationTypeId:{},CreationTime:{type:"timestamp"},Name:{},Description:{},Keywords:{},QualificationTypeStatus:{},Test:{},TestDurationInSeconds:{type:"long"},AnswerKey:{},RetryDelayInSeconds:{type:"long"},IsRequestable:{type:"boolean"},AutoGranted:{type:"boolean"},AutoGrantedValue:{type:"integer"}}},S1p:{type:"structure",members:{AssignmentId:{},WorkerId:{},HITId:{},AssignmentStatus:{},AutoApprovalTime:{type:"timestamp"},AcceptTime:{type:"timestamp"},SubmitTime:{type:"timestamp"},ApprovalTime:{type:"timestamp"},RejectionTime:{type:"timestamp"},Deadline:{type:"timestamp"},Answer:{},RequesterFeedback:{}}},S1x:{type:"structure",members:{QualificationTypeId:{},WorkerId:{},GrantTime:{type:"timestamp"},IntegerValue:{type:"integer"},LocaleValue:{shape:"Sn"},Status:{}}},S2d:{type:"list",member:{shape:"Sz"}},S2r:{type:"structure",members:{ReviewResults:{type:"list",member:{type:"structure",members:{ActionId:{},SubjectId:{},SubjectType:{},QuestionId:{},Key:{},Value:{}}}},ReviewActions:{type:"list",member:{type:"structure",members:{ActionId:{},ActionName:{},TargetId:{},TargetType:{},Status:{},CompleteTime:{type:"timestamp"},Result:{},ErrorCode:{}}}}}},S3k:{type:"structure",required:["Destination","Transport","Version","EventTypes"],members:{Destination:{},Transport:{},Version:{},EventTypes:{type:"list",member:{}}}}}}},m5lJ:function(e,t){e.exports={escapeAttribute:function(e){return e.replace(/&/g,"&").replace(/'/g,"'").replace(//g,">").replace(/"/g,""")}}},m9Vx:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isPresent=function(e){return void 0!==e&&null!==e},t.isDate=function(e){return!/Invalid|NaN/.test(new Date(e).toString())}},mBUH:function(e){e.exports={pagination:{DescribeApplicationVersions:{result_key:"ApplicationVersions"},DescribeApplications:{result_key:"Applications"},DescribeConfigurationOptions:{result_key:"Options"},DescribeEnvironments:{result_key:"Environments"},DescribeEvents:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:"Events"},ListAvailableSolutionStacks:{result_key:"SolutionStacks"}}}},mChF:function(e,t,r){"use strict";function n(e){return e}r.d(t,"a",function(){return n})},mEZQ:function(e,t,r){"use strict";r.r(t),r.d(t,"iif",function(){return o});var n=r("lYZG"),i=r("G5J1");function o(e,t,r){return void 0===t&&(t=i.a),void 0===r&&(r=i.a),Object(n.a)(function(){return e()?t:r})}},mJH7:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("CcnG"),i=r("gIcY"),o=r("jl4B"),a={provide:i.NG_VALIDATORS,useExisting:n.forwardRef(function(){return s}),multi:!0},s=function(){function e(){}return e.prototype.validate=function(e){return o.json(e)},e.decorators=[{type:n.Directive,args:[{selector:"[json][formControlName],[json][formControl],[json][ngModel]",providers:[a]}]}],e}();t.JSONValidator=s},mVQ2:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.ssm={},n.SSM=i.defineService("ssm",["2014-11-06"]),Object.defineProperty(o.services.ssm,"2014-11-06",{get:function(){var e=r("jFrZ");return e.paginators=r("ET8h").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.SSM},mVsa:function(e,t,r){"use strict";r.d(t,"b",function(){return T}),r.d(t,"e",function(){return R}),r.d(t,"c",function(){return D}),r.d(t,"a",function(){return _}),r.d(t,"d",function(){return C}),r.d(t,"f",function(){return A}),r.d(t,"h",function(){return N}),r.d(t,"g",function(){return k});var n=r("CcnG"),i=r("4c35"),o=r("K9Ia"),a=r("pugT"),s=r("p0ib"),u=r("F/XL"),l=r("KQya"),c=(r("ihYY"),r("mrSG")),p=r("lLAP"),m=r("Wf4p"),d=r("n6gG"),h=r("YSh2"),y=r("p0Sj"),f=r("15JJ"),b=r("t9fZ"),g=r("VnD/"),v=r("ny24"),S=r("vubp"),I=r("eDkP"),N=new n.InjectionToken("MAT_MENU_PANEL"),C=function(e){function t(t,r,n,i){var a=e.call(this)||this;return a._elementRef=t,a._focusMonitor=n,a._parentMenu=i,a._hovered=new o.a,a._highlighted=!1,a._triggersSubmenu=!1,n&&n.monitor(a._getHostElement(),!1),i&&i.addItem&&i.addItem(a),a._document=r,a}return Object(c.__extends)(t,e),t.prototype.focus=function(e){void 0===e&&(e="program"),this._focusMonitor?this._focusMonitor.focusVia(this._getHostElement(),e):this._getHostElement().focus()},t.prototype.ngOnDestroy=function(){this._focusMonitor&&this._focusMonitor.stopMonitoring(this._getHostElement()),this._parentMenu&&this._parentMenu.removeItem&&this._parentMenu.removeItem(this),this._hovered.complete()},t.prototype._getTabIndex=function(){return this.disabled?"-1":"0"},t.prototype._getHostElement=function(){return this._elementRef.nativeElement},t.prototype._checkDisabled=function(e){this.disabled&&(e.preventDefault(),e.stopPropagation())},t.prototype._handleMouseEnter=function(){this._hovered.next(this)},t.prototype.getLabel=function(){var e=this._elementRef.nativeElement,t=this._document?this._document.TEXT_NODE:3,r="";if(e.childNodes)for(var n=e.childNodes.length,i=0;i')}(),this._xPosition=e,this.setPositionClasses()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"yPosition",{get:function(){return this._yPosition},set:function(e){"above"!==e&&"below"!==e&&function(){throw Error('yPosition value must be either \'above\' or below\'.\n Example: ')}(),this._yPosition=e,this.setPositionClasses()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"overlapTrigger",{get:function(){return this._overlapTrigger},set:function(e){this._overlapTrigger=Object(d.c)(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hasBackdrop",{get:function(){return this._hasBackdrop},set:function(e){this._hasBackdrop=Object(d.c)(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"panelClass",{set:function(e){e&&e.length&&(this._classList=e.split(" ").reduce(function(e,t){return e[t]=!0,e},{}),this._elementRef.nativeElement.className="")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"classList",{get:function(){return this.panelClass},set:function(e){this.panelClass=e},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){this.setPositionClasses()},e.prototype.ngAfterContentInit=function(){var e=this;this._keyManager=new p.g(this._items).withWrap().withTypeAhead(),this._tabSubscription=this._keyManager.tabOut.subscribe(function(){return e.closed.emit("tab")})},e.prototype.ngOnDestroy=function(){this._tabSubscription.unsubscribe(),this.closed.complete()},e.prototype._hovered=function(){return this._itemChanges.pipe(Object(y.a)(this._items),Object(f.a)(function(e){return s.a.apply(void 0,e.map(function(e){return e._hovered}))}))},e.prototype._handleKeydown=function(e){var t=e.keyCode;switch(t){case h.g:this.closed.emit("keydown"),e.stopPropagation();break;case h.i:this.parentMenu&&"ltr"===this.direction&&this.closed.emit("keydown");break;case h.m:this.parentMenu&&"rtl"===this.direction&&this.closed.emit("keydown");break;default:t!==h.p&&t!==h.d||this._keyManager.setFocusOrigin("keyboard"),this._keyManager.onKeydown(e)}},e.prototype.focusFirstItem=function(e){var t=this;void 0===e&&(e="program"),this.lazyContent?this._ngZone.onStable.asObservable().pipe(Object(b.a)(1)).subscribe(function(){return t._keyManager.setFocusOrigin(e).setFirstItemActive()}):this._keyManager.setFocusOrigin(e).setFirstItemActive()},e.prototype.resetActiveItem=function(){this._keyManager.setActiveItem(-1)},e.prototype.setElevation=function(e){var t="mat-elevation-z"+(2+e),r=Object.keys(this._classList).find(function(e){return e.startsWith("mat-elevation-z")});r&&r!==this._previousElevation||(this._previousElevation&&(this._classList[this._previousElevation]=!1),this._classList[t]=!0,this._previousElevation=t)},e.prototype.addItem=function(e){-1===this._items.indexOf(e)&&(this._items.push(e),this._itemChanges.next(this._items))},e.prototype.removeItem=function(e){var t=this._items.indexOf(e);this._items.indexOf(e)>-1&&(this._items.splice(t,1),this._itemChanges.next(this._items))},e.prototype.setPositionClasses=function(e,t){void 0===e&&(e=this.xPosition),void 0===t&&(t=this.yPosition);var r=this._classList;r["mat-menu-before"]="before"===e,r["mat-menu-after"]="after"===e,r["mat-menu-above"]="above"===t,r["mat-menu-below"]="below"===t},e.prototype._startAnimation=function(){this._panelAnimationState="enter"},e.prototype._resetAnimation=function(){this._panelAnimationState="void"},e.prototype._onAnimationDone=function(e){this._animationDone.next(e),this._isAnimating=!1,"enter"===e.toState&&0===this._keyManager.activeItemIndex&&(e.element.scrollTop=0)},e}(),T=new n.InjectionToken("mat-menu-scroll-strategy");function k(e){return function(){return e.scrollStrategies.reposition()}}var A=function(){function e(e,t,r,i,o,s,u,l){this._overlay=e,this._element=t,this._viewContainerRef=r,this._scrollStrategy=i,this._parentMenu=o,this._menuItemInstance=s,this._dir=u,this._focusMonitor=l,this._overlayRef=null,this._menuOpen=!1,this._closeSubscription=a.a.EMPTY,this._hoverSubscription=a.a.EMPTY,this._openedByMouse=!1,this.menuOpened=new n.EventEmitter,this.onMenuOpen=this.menuOpened,this.menuClosed=new n.EventEmitter,this.onMenuClose=this.menuClosed,s&&(s._triggersSubmenu=this.triggersSubmenu())}return Object.defineProperty(e.prototype,"_deprecatedMatMenuTriggerFor",{get:function(){return this.menu},set:function(e){this.menu=e},enumerable:!0,configurable:!0}),e.prototype.ngAfterContentInit=function(){var e=this;this._checkMenu(),this.menu.close.subscribe(function(t){e._destroyMenu(),"click"!==t&&"tab"!==t||!e._parentMenu||e._parentMenu.closed.emit(t)}),this._handleHover()},e.prototype.ngOnDestroy=function(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=null),this._cleanUpSubscriptions()},Object.defineProperty(e.prototype,"menuOpen",{get:function(){return this._menuOpen},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dir",{get:function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},enumerable:!0,configurable:!0}),e.prototype.triggersSubmenu=function(){return!(!this._menuItemInstance||!this._parentMenu)},e.prototype.toggleMenu=function(){return this._menuOpen?this.closeMenu():this.openMenu()},e.prototype.openMenu=function(){var e=this;if(!this._menuOpen){this._checkMenu();var t=this._createOverlay();this._setPosition(t.getConfig().positionStrategy),t.attach(this._portal),this.menu.lazyContent&&this.menu.lazyContent.attach(this.menuData),this._closeSubscription=this._menuClosingActions().subscribe(function(){return e.closeMenu()}),this._initMenu(),this.menu instanceof D&&this.menu._startAnimation()}},e.prototype.closeMenu=function(){this.menu.close.emit()},e.prototype.focus=function(e){void 0===e&&(e="program"),this._focusMonitor?this._focusMonitor.focusVia(this._element.nativeElement,e):this._element.nativeElement.focus()},e.prototype._destroyMenu=function(){var e=this;if(this._overlayRef&&this.menuOpen){var t=this.menu;this._closeSubscription.unsubscribe(),this._overlayRef.detach(),t instanceof D?(t._resetAnimation(),t.lazyContent?t._animationDone.pipe(Object(g.a)(function(e){return"void"===e.toState}),Object(b.a)(1),Object(v.a)(t.lazyContent._attached)).subscribe(function(){return t.lazyContent.detach()},void 0,function(){e._resetMenu()}):this._resetMenu()):(this._resetMenu(),t.lazyContent&&t.lazyContent.detach())}},e.prototype._initMenu=function(){this.menu.parentMenu=this.triggersSubmenu()?this._parentMenu:void 0,this.menu.direction=this.dir,this._setMenuElevation(),this._setIsMenuOpen(!0),this.menu.focusFirstItem(this._openedByMouse?"mouse":"program")},e.prototype._setMenuElevation=function(){if(this.menu.setElevation){for(var e=0,t=this.menu.parentMenu;t;)e++,t=t.parentMenu;this.menu.setElevation(e)}},e.prototype._resetMenu=function(){this._setIsMenuOpen(!1),this._openedByMouse?this.triggersSubmenu()||this.focus("mouse"):this.focus(),this._openedByMouse=!1},e.prototype._setIsMenuOpen=function(e){this._menuOpen=e,this._menuOpen?this.menuOpened.emit():this.menuClosed.emit(),this.triggersSubmenu()&&(this._menuItemInstance._highlighted=e)},e.prototype._checkMenu=function(){this.menu||function(){throw Error('matMenuTriggerFor: must pass in an mat-menu instance.\n\n Example:\n \n ')}()},e.prototype._createOverlay=function(){if(!this._overlayRef){this._portal=new i.h(this.menu.templateRef,this._viewContainerRef);var e=this._getOverlayConfig();this._subscribeToPositions(e.positionStrategy),this._overlayRef=this._overlay.create(e)}return this._overlayRef},e.prototype._getOverlayConfig=function(){return new I.d({positionStrategy:this._overlay.position().flexibleConnectedTo(this._element).withTransformOriginOn(".mat-menu-panel"),hasBackdrop:null==this.menu.hasBackdrop?!this.triggersSubmenu():this.menu.hasBackdrop,backdropClass:this.menu.backdropClass||"cdk-overlay-transparent-backdrop",scrollStrategy:this._scrollStrategy(),direction:this._dir})},e.prototype._subscribeToPositions=function(e){var t=this;this.menu.setPositionClasses&&e.positionChanges.subscribe(function(e){t.menu.setPositionClasses("start"===e.connectionPair.overlayX?"after":"before","top"===e.connectionPair.overlayY?"below":"above")})},e.prototype._setPosition=function(e){var t="before"===this.menu.xPosition?["end","start"]:["start","end"],r=t[0],n=t[1],i="above"===this.menu.yPosition?["bottom","top"]:["top","bottom"],o=i[0],a=i[1],s=[o,a],u=s[0],l=s[1],c=[r,n],p=c[0],m=c[1],d=0;this.triggersSubmenu()?(m=r="before"===this.menu.xPosition?"start":"end",n=p="end"===r?"start":"end",d="bottom"===o?8:-8):this.menu.overlapTrigger||(u="top"===o?"bottom":"top",l="top"===a?"bottom":"top"),e.withPositions([{originX:r,originY:u,overlayX:p,overlayY:o,offsetY:d},{originX:n,originY:u,overlayX:m,overlayY:o,offsetY:d},{originX:r,originY:l,overlayX:p,overlayY:a,offsetY:-d},{originX:n,originY:l,overlayX:m,overlayY:a,offsetY:-d}])},e.prototype._cleanUpSubscriptions=function(){this._closeSubscription.unsubscribe(),this._hoverSubscription.unsubscribe()},e.prototype._menuClosingActions=function(){var e=this,t=this._overlayRef.backdropClick(),r=this._overlayRef.detachments(),n=this._parentMenu?this._parentMenu.closed:Object(u.a)(),i=this._parentMenu?this._parentMenu._hovered().pipe(Object(g.a)(function(t){return t!==e._menuItemInstance}),Object(g.a)(function(){return e._menuOpen})):Object(u.a)();return Object(s.a)(t,n,i,r)},e.prototype._handleMousedown=function(e){Object(p.k)(e)||(this._openedByMouse=!0,this.triggersSubmenu()&&e.preventDefault())},e.prototype._handleKeydown=function(e){var t=e.keyCode;this.triggersSubmenu()&&(t===h.m&&"ltr"===this.dir||t===h.i&&"rtl"===this.dir)&&this.openMenu()},e.prototype._handleClick=function(e){this.triggersSubmenu()?(e.stopPropagation(),this.openMenu()):this.toggleMenu()},e.prototype._handleHover=function(){var e=this;this.triggersSubmenu()&&(this._hoverSubscription=this._parentMenu._hovered().pipe(Object(g.a)(function(t){return t===e._menuItemInstance&&!t.disabled}),Object(S.a)(0,l.a)).subscribe(function(){e._openedByMouse=!0,e.menu instanceof D&&e.menu._isAnimating?e.menu._animationDone.pipe(Object(b.a)(1),Object(v.a)(e._parentMenu._hovered())).subscribe(function(){return e.openMenu()}):e.openMenu()}))},e}(),R=function(){}},mZEH:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.polly={},n.Polly=i.defineService("polly",["2016-06-10"]),r("oeEW"),Object.defineProperty(o.services.polly,"2016-06-10",{get:function(){var e=r("USse");return e.paginators=r("Q9Iy").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.Polly},mZXl:function(e,t,r){"use strict";r.d(t,"b",function(){return a}),r.d(t,"a",function(){return u});var n=r("mrSG"),i=r("FFOo"),o=r("60iU");function a(e,t){return void 0===t&&(t=0),function(r){return r.lift(new s(e,t))}}var s=function(){function e(e,t){void 0===t&&(t=0),this.scheduler=e,this.delay=t}return e.prototype.call=function(e,t){return t.subscribe(new u(e,this.scheduler,this.delay))},e}(),u=function(e){function t(t,r,n){void 0===n&&(n=0);var i=e.call(this,t)||this;return i.scheduler=r,i.delay=n,i}return n.__extends(t,e),t.dispatch=function(e){e.notification.observe(e.destination),this.unsubscribe()},t.prototype.scheduleMessage=function(e){this.add(this.scheduler.schedule(t.dispatch,this.delay,new l(e,this.destination)))},t.prototype._next=function(e){this.scheduleMessage(o.a.createNext(e))},t.prototype._error=function(e){this.scheduleMessage(o.a.createError(e))},t.prototype._complete=function(){this.scheduleMessage(o.a.createComplete())},t}(i.a),l=function(e,t){this.notification=e,this.destination=t}},mbIT:function(e,t,r){"use strict";t.isArray=Array.isArray||function(e){return e&&"number"==typeof e.length}},md97:function(e,t,r){var n=r("BaN1");n.crypto.lib=r("4woR"),n.Buffer=r("tjlA").Buffer,n.url=r("zKxw"),n.querystring=r("r8II"),n.realClock=r("3FsZ"),n.environment="js",n.createEventStream=r("NVWg").createEventStream;var i=r("QsWE");e.exports=i,r("8loY"),r("u8bp"),r("S6rO"),r("Vz+1"),r("iYq/"),r("vFq9"),i.XML.Parser=r("CFft"),r("Lh65"),"undefined"==typeof process&&(process={browser:!0})},mdez:function(e,t,r){var n=r("QsWE");n.util.update(n.SQS.prototype,{setupRequestListeners:function(e){e.addListener("build",this.buildEndpoint),e.service.config.computeChecksums&&("sendMessage"===e.operation?e.addListener("extractData",this.verifySendMessageChecksum):"sendMessageBatch"===e.operation?e.addListener("extractData",this.verifySendMessageBatchChecksum):"receiveMessage"===e.operation&&e.addListener("extractData",this.verifyReceiveMessageChecksum))},verifySendMessageChecksum:function(e){if(e.data){var t=e.data.MD5OfMessageBody,r=this.service.calculateChecksum(this.params.MessageBody);r!==t&&this.service.throwInvalidChecksumError(e,[e.data.MessageId],'Got "'+e.data.MD5OfMessageBody+'", expecting "'+r+'".')}},verifySendMessageBatchChecksum:function(e){if(e.data){var t=this.service,r={},i=[],o=[];n.util.arrayEach(e.data.Successful,function(e){r[e.Id]=e}),n.util.arrayEach(this.params.Entries,function(e){r[e.Id]&&(t.isChecksumValid(r[e.Id].MD5OfMessageBody,e.MessageBody)||(i.push(e.Id),o.push(r[e.Id].MessageId)))}),i.length>0&&t.throwInvalidChecksumError(e,o,"Invalid messages: "+i.join(", "))}},verifyReceiveMessageChecksum:function(e){if(e.data){var t=this.service,r=[];n.util.arrayEach(e.data.Messages,function(e){t.isChecksumValid(e.MD5OfBody,e.Body)||r.push(e.MessageId)}),r.length>0&&t.throwInvalidChecksumError(e,r,"Invalid messages: "+r.join(", "))}},throwInvalidChecksumError:function(e,t,r){e.error=n.util.error(new Error,{retryable:!0,code:"InvalidChecksum",messageIds:t,message:e.request.operation+" returned an invalid MD5 response. "+r})},isChecksumValid:function(e,t){return this.calculateChecksum(t)===e},calculateChecksum:function(e){return n.util.crypto.md5(e,"hex")},buildEndpoint:function(e){var t=e.httpRequest.params.QueueUrl;if(t){e.httpRequest.endpoint=new n.Endpoint(t);var r=e.httpRequest.endpoint.host.match(/^sqs\.(.+?)\./);r&&(e.httpRequest.region=r[1])}}})},me8p:function(e,t,r){"use strict";var n=r("mqUS"),i=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!0),t};e.exports=function(e,t,r){if(void 0===e)throw"You must provide an element to the update-scroll function";if(void 0===t)throw"You must provide an axis to the update-scroll function";if(void 0===r)throw"You must provide a value to the update-scroll function";"top"===t&&r<=0&&(e.scrollTop=r=0,e.dispatchEvent(i("ps-y-reach-start"))),"left"===t&&r<=0&&(e.scrollLeft=r=0,e.dispatchEvent(i("ps-x-reach-start")));var o=n.get(e);"top"===t&&r>=o.contentHeight-o.containerHeight&&((r=o.contentHeight-o.containerHeight)-e.scrollTop<=2?r=e.scrollTop:e.scrollTop=r,e.dispatchEvent(i("ps-y-reach-end"))),"left"===t&&r>=o.contentWidth-o.containerWidth&&((r=o.contentWidth-o.containerWidth)-e.scrollLeft<=2?r=e.scrollLeft:e.scrollLeft=r,e.dispatchEvent(i("ps-x-reach-end"))),void 0===o.lastTop&&(o.lastTop=e.scrollTop),void 0===o.lastLeft&&(o.lastLeft=e.scrollLeft),"top"===t&&ro.lastTop&&e.dispatchEvent(i("ps-scroll-down")),"left"===t&&ro.lastLeft&&e.dispatchEvent(i("ps-scroll-right")),"top"===t&&r!==o.lastTop&&(e.scrollTop=o.lastTop=r,e.dispatchEvent(i("ps-scroll-y"))),"left"===t&&r!==o.lastLeft&&(e.scrollLeft=o.lastLeft=r,e.dispatchEvent(i("ps-scroll-x")))}},mnJD:function(e){e.exports={pagination:{DescribeAlarmHistory:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:"AlarmHistoryItems"},DescribeAlarms:{input_token:"NextToken",limit_key:"MaxRecords",output_token:"NextToken",result_key:"MetricAlarms"},DescribeAlarmsForMetric:{result_key:"MetricAlarms"},ListMetrics:{input_token:"NextToken",output_token:"NextToken",result_key:"Metrics"}}}},mqUS:function(e,t,r){"use strict";var n=r("T9Y0"),i=r("+oDv"),o=r("6GOl"),a=r("y5Qr"),s=r("W10X"),u={};function l(e){return e.getAttribute("data-ps-id")}t.add=function(e,t){var r=s();return function(e,t){e.setAttribute("data-ps-id",r)}(e),u[r]=new function(e,t){var r,s,u=this;for(var l in u.settings=i(),t)u.settings[l]=t[l];function c(){e.classList.add("ps--focus")}function p(){e.classList.remove("ps--focus")}u.containerWidth=null,u.containerHeight=null,u.contentWidth=null,u.contentHeight=null,u.isRtl="rtl"===o.css(e,"direction"),u.isNegativeScroll=(s=e.scrollLeft,e.scrollLeft=-1,r=e.scrollLeft<0,e.scrollLeft=s,r),u.negativeScrollAdjustment=u.isNegativeScroll?e.scrollWidth-e.clientWidth:0,u.event=new a,u.ownerDocument=e.ownerDocument||document,u.scrollbarXRail=o.appendTo(o.create("div","ps__scrollbar-x-rail"),e),u.scrollbarX=o.appendTo(o.create("div","ps__scrollbar-x"),u.scrollbarXRail),u.scrollbarX.setAttribute("tabindex",0),u.event.bind(u.scrollbarX,"focus",c),u.event.bind(u.scrollbarX,"blur",p),u.scrollbarXActive=null,u.scrollbarXWidth=null,u.scrollbarXLeft=null,u.scrollbarXBottom=n.toInt(o.css(u.scrollbarXRail,"bottom")),u.isScrollbarXUsingBottom=u.scrollbarXBottom==u.scrollbarXBottom,u.scrollbarXTop=u.isScrollbarXUsingBottom?null:n.toInt(o.css(u.scrollbarXRail,"top")),u.railBorderXWidth=n.toInt(o.css(u.scrollbarXRail,"borderLeftWidth"))+n.toInt(o.css(u.scrollbarXRail,"borderRightWidth")),o.css(u.scrollbarXRail,"display","block"),u.railXMarginWidth=n.toInt(o.css(u.scrollbarXRail,"marginLeft"))+n.toInt(o.css(u.scrollbarXRail,"marginRight")),o.css(u.scrollbarXRail,"display",""),u.railXWidth=null,u.railXRatio=null,u.scrollbarYRail=o.appendTo(o.create("div","ps__scrollbar-y-rail"),e),u.scrollbarY=o.appendTo(o.create("div","ps__scrollbar-y"),u.scrollbarYRail),u.scrollbarY.setAttribute("tabindex",0),u.event.bind(u.scrollbarY,"focus",c),u.event.bind(u.scrollbarY,"blur",p),u.scrollbarYActive=null,u.scrollbarYHeight=null,u.scrollbarYTop=null,u.scrollbarYRight=n.toInt(o.css(u.scrollbarYRail,"right")),u.isScrollbarYUsingRight=u.scrollbarYRight==u.scrollbarYRight,u.scrollbarYLeft=u.isScrollbarYUsingRight?null:n.toInt(o.css(u.scrollbarYRail,"left")),u.scrollbarYOuterWidth=u.isRtl?n.outerWidth(u.scrollbarY):null,u.railBorderYWidth=n.toInt(o.css(u.scrollbarYRail,"borderTopWidth"))+n.toInt(o.css(u.scrollbarYRail,"borderBottomWidth")),o.css(u.scrollbarYRail,"display","block"),u.railYMarginHeight=n.toInt(o.css(u.scrollbarYRail,"marginTop"))+n.toInt(o.css(u.scrollbarYRail,"marginBottom")),o.css(u.scrollbarYRail,"display",""),u.railYHeight=null,u.railYRatio=null}(e,t),u[r]},t.remove=function(e){delete u[l(e)],function(e){e.removeAttribute("data-ps-id")}(e)},t.get=function(e){return u[l(e)]}},mqlF:function(e,t){t.f=Object.getOwnPropertySymbols},mrSG:function(e,t,r){"use strict";r.r(t),r.d(t,"__extends",function(){return i}),r.d(t,"__assign",function(){return o}),r.d(t,"__rest",function(){return a}),r.d(t,"__decorate",function(){return s}),r.d(t,"__param",function(){return u}),r.d(t,"__metadata",function(){return l}),r.d(t,"__awaiter",function(){return c}),r.d(t,"__generator",function(){return p}),r.d(t,"__exportStar",function(){return m}),r.d(t,"__values",function(){return d}),r.d(t,"__read",function(){return h}),r.d(t,"__spread",function(){return y}),r.d(t,"__await",function(){return f}),r.d(t,"__asyncGenerator",function(){return b}),r.d(t,"__asyncDelegator",function(){return g}),r.d(t,"__asyncValues",function(){return v}),r.d(t,"__makeTemplateObject",function(){return S}),r.d(t,"__importStar",function(){return I}),r.d(t,"__importDefault",function(){return N});var n=function(e,t){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function i(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var o=function(){return(o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a}function u(e,t){return function(r,n){t(r,n,e)}}function l(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function c(e,t,r,n){return new(r||(r=Promise))(function(i,o){function a(e){try{u(n.next(e))}catch(e){o(e)}}function s(e){try{u(n.throw(e))}catch(e){o(e)}}function u(e){e.done?i(e.value):new r(function(t){t(e.value)}).then(a,s)}u((n=n.apply(e,t||[])).next())})}function p(e,t){var r,n,i,o,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(i=2&o[0]?n.return:o[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,o[1])).done)return i;switch(n=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,n=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!(i=(i=a.trys).length>0&&i[i.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}}}function h(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)a.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return a}function y(){for(var e=[],t=0;t1||s(e,t)})})}function s(e,t){try{(r=i[e](t)).value instanceof f?Promise.resolve(r.value.v).then(u,l):c(o[0][2],r)}catch(e){c(o[0][3],e)}var r}function u(e){s("next",e)}function l(e){s("throw",e)}function c(e,t){e(t),o.shift(),o.length&&s(o[0][0],o[0][1])}}function g(e){var t,r;return t={},n("next"),n("throw",function(e){throw e}),n("return"),t[Symbol.iterator]=function(){return this},t;function n(n,i){t[n]=e[n]?function(t){return(r=!r)?{value:f(e[n](t)),done:"return"===n}:i?i(t):t}:i}}function v(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=d(e),t={},n("next"),n("throw"),n("return"),t[Symbol.asyncIterator]=function(){return this},t);function n(r){t[r]=e[r]&&function(t){return new Promise(function(n,i){!function(e,t,r,n){Promise.resolve(n).then(function(t){e({value:t,done:r})},t)}(n,i,(t=e[r](t)).done,t.value)})}}}function S(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}function I(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t}function N(e){return e&&e.__esModule?e:{default:e}}},myRI:function(e){e.exports={pagination:{DescribeInstanceHealth:{result_key:"InstanceStates"},DescribeLoadBalancerPolicies:{result_key:"PolicyDescriptions"},DescribeLoadBalancerPolicyTypes:{result_key:"PolicyTypeDescriptions"},DescribeLoadBalancers:{input_token:"Marker",output_token:"NextMarker",result_key:"LoadBalancerDescriptions"}}}},n2Xj:function(e){e.exports={pagination:{}}},n3uD:function(e,t,r){"use strict";var n=!1;t.config={Promise:void 0,set useDeprecatedSynchronousErrorHandling(e){n=e},get useDeprecatedSynchronousErrorHandling(){return n}}},n4Yq:function(e,t,r){var n=r("QsWE").util,i=r("v+tU").toBuffer;function o(e){if(8!==e.length)throw new Error("Int64 buffers must be exactly 8 bytes");n.Buffer.isBuffer(e)||(e=i(e)),this.bytes=e}function a(e){for(var t=0;t<8;t++)e[t]^=255;for(t=7;t>-1&&(e[t]++,0===e[t]);t--);}o.fromNumber=function(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(e+" is too large (or, if negative, too small) to represent as an Int64");for(var t=new Uint8Array(8),r=7,n=Math.abs(Math.round(e));r>-1&&n>0;r--,n/=256)t[r]=n;return e<0&&a(t),new o(t)},o.prototype.valueOf=function(){var e=this.bytes.slice(0),t=128&e[0];return t&&a(e),parseInt(e.toString("hex"),16)*(t?-1:1)},o.prototype.toString=function(){return String(this.valueOf())},e.exports={Int64:o}},n6gG:function(e,t,r){"use strict";function n(e){return null!=e&&""+e!="false"}function i(e,t){return void 0===t&&(t=0),o(e)?Number(e):t}function o(e){return!isNaN(parseFloat(e))&&!isNaN(Number(e))}function a(e){return Array.isArray(e)?e:[e]}function s(e){return null==e?"":"string"==typeof e?e:e+"px"}r.d(t,"c",function(){return n}),r.d(t,"e",function(){return i}),r.d(t,"a",function(){return o}),r.d(t,"b",function(){return a}),r.d(t,"d",function(){return s})},n970:function(e){e.exports={pagination:{ListQueues:{result_key:"QueueUrls"}}}},nF8G:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.servicecatalog={},n.ServiceCatalog=i.defineService("servicecatalog",["2015-12-10"]),Object.defineProperty(o.services.servicecatalog,"2015-12-10",{get:function(){var e=r("LsVg");return e.paginators=r("AX1q").pagination,e},enumerable:!0,configurable:!0}),e.exports=n.ServiceCatalog},nPu3:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.notEqualTo=function(e){var t=!1;return function(r){return t||(t=!0,e.valueChanges.subscribe(function(){r.updateValueAndValidity()})),e.value!==r.value?null:{notEqualTo:!0}}}},nSXJ:function(e){e.exports={version:"2.0",metadata:{apiVersion:"2016-11-28",endpointPrefix:"runtime.lex",jsonVersion:"1.1",protocol:"rest-json",serviceFullName:"Amazon Lex Runtime Service",serviceId:"Lex Runtime Service",signatureVersion:"v4",signingName:"lex",uid:"runtime.lex-2016-11-28"},operations:{PostContent:{http:{requestUri:"/bot/{botName}/alias/{botAlias}/user/{userId}/content"},input:{type:"structure",required:["botName","botAlias","userId","contentType","inputStream"],members:{botName:{location:"uri",locationName:"botName"},botAlias:{location:"uri",locationName:"botAlias"},userId:{location:"uri",locationName:"userId"},sessionAttributes:{shape:"S5",jsonvalue:!0,location:"header",locationName:"x-amz-lex-session-attributes"},requestAttributes:{shape:"S5",jsonvalue:!0,location:"header",locationName:"x-amz-lex-request-attributes"},contentType:{location:"header",locationName:"Content-Type"},accept:{location:"header",locationName:"Accept"},inputStream:{shape:"S8"}},payload:"inputStream"},output:{type:"structure",members:{contentType:{location:"header",locationName:"Content-Type"},intentName:{location:"header",locationName:"x-amz-lex-intent-name"},slots:{jsonvalue:!0,location:"header",locationName:"x-amz-lex-slots"},sessionAttributes:{jsonvalue:!0,location:"header",locationName:"x-amz-lex-session-attributes"},message:{shape:"Sc",location:"header",locationName:"x-amz-lex-message"},messageFormat:{location:"header",locationName:"x-amz-lex-message-format"},dialogState:{location:"header",locationName:"x-amz-lex-dialog-state"},slotToElicit:{location:"header",locationName:"x-amz-lex-slot-to-elicit"},inputTranscript:{location:"header",locationName:"x-amz-lex-input-transcript"},audioStream:{shape:"S8"}},payload:"audioStream"},authtype:"v4-unsigned-body"},PostText:{http:{requestUri:"/bot/{botName}/alias/{botAlias}/user/{userId}/text"},input:{type:"structure",required:["botName","botAlias","userId","inputText"],members:{botName:{location:"uri",locationName:"botName"},botAlias:{location:"uri",locationName:"botAlias"},userId:{location:"uri",locationName:"userId"},sessionAttributes:{shape:"Sg"},requestAttributes:{shape:"Sg"},inputText:{shape:"Sc"}}},output:{type:"structure",members:{intentName:{},slots:{shape:"Sg"},sessionAttributes:{shape:"Sg"},message:{shape:"Sc"},messageFormat:{},dialogState:{},slotToElicit:{},responseCard:{type:"structure",members:{version:{},contentType:{},genericAttachments:{type:"list",member:{type:"structure",members:{title:{},subTitle:{},attachmentLinkUrl:{},imageUrl:{},buttons:{type:"list",member:{type:"structure",required:["text","value"],members:{text:{},value:{}}}}}}}}}}}}},shapes:{S5:{type:"string",sensitive:!0},S8:{type:"blob",streaming:!0},Sc:{type:"string",sensitive:!0},Sg:{type:"map",key:{},value:{},sensitive:!0}}}},nXTE:function(e,t,r){var n=r("NODT"),i=r("sImd"),o=i;o.v1=n,o.v4=i,e.exports=o},nhLr:function(e,t,r){"use strict";var n=r("T9Y0"),i=r("6GOl"),o=r("mqUS"),a=r("8as8"),s=r("me8p");e.exports=function(e){var t=o.get(e);t&&(t.negativeScrollAdjustment=t.isNegativeScroll?e.scrollWidth-e.clientWidth:0,i.css(t.scrollbarXRail,"display","block"),i.css(t.scrollbarYRail,"display","block"),t.railXMarginWidth=n.toInt(i.css(t.scrollbarXRail,"marginLeft"))+n.toInt(i.css(t.scrollbarXRail,"marginRight")),t.railYMarginHeight=n.toInt(i.css(t.scrollbarYRail,"marginTop"))+n.toInt(i.css(t.scrollbarYRail,"marginBottom")),i.css(t.scrollbarXRail,"display","none"),i.css(t.scrollbarYRail,"display","none"),a(e),s(e,"top",e.scrollTop),s(e,"left",e.scrollLeft),i.css(t.scrollbarXRail,"display",""),i.css(t.scrollbarYRail,"display",""))}},nkY7:function(e,t,r){"use strict";function n(e){return e&&"function"==typeof e.schedule}r.d(t,"a",function(){return n})},nwJ0:function(e,t,r){r("md97");var n=r("QsWE"),i=n.Service,o=n.apiLoader;o.services.dynamodb={},n.DynamoDB=i.defineService("dynamodb",["2011-12-05","2012-08-10"]),r("sz9I"),Object.defineProperty(o.services.dynamodb,"2011-12-05",{get:function(){var e=r("xDPZ");return e.paginators=r("GFRI").pagination,e.waiters=r("Vmq7").waiters,e},enumerable:!0,configurable:!0}),Object.defineProperty(o.services.dynamodb,"2012-08-10",{get:function(){var e=r("djjk");return e.paginators=r("dxMT").pagination,e.waiters=r("W1fo").waiters,e},enumerable:!0,configurable:!0}),e.exports=n.DynamoDB},ny24:function(e,t,r){"use strict";r.d(t,"a",function(){return a});var n=r("mrSG"),i=r("MGBS"),o=r("zotm");function a(e){return function(t){return t.lift(new s(e))}}var s=function(){function e(e){this.notifier=e}return e.prototype.call=function(e,t){var r=new u(e),n=Object(o.a)(r,this.notifier);return n&&!r.seenValue?(r.add(n),t.subscribe(r)):r},e}(),u=function(e){function t(t){var r=e.call(this,t)||this;return r.seenValue=!1,r}return n.__extends(t,e),t.prototype.notifyNext=function(e,t,r,n,i){this.seenValue=!0,this.complete()},t.prototype.notifyComplete=function(){},t}(i.a)},nyFZ:function(e,t,r){var n=r("T0AB"),i=r("BaN1");function o(e,t,r){null!==r&&void 0!==r&&i.property.apply(this,arguments)}function a(e,t){e.constructor.prototype[t]||i.memoizedProperty.apply(this,arguments)}function s(e,t,r){t=t||{},o(this,"shape",e.shape),o(this,"api",t.api,!1),o(this,"type",e.type),o(this,"enum",e.enum),o(this,"min",e.min),o(this,"max",e.max),o(this,"pattern",e.pattern),o(this,"location",e.location||this.location||"body"),o(this,"name",this.name||e.xmlName||e.queryName||e.locationName||r),o(this,"isStreaming",e.streaming||this.isStreaming||!1),o(this,"isComposite",e.isComposite||!1),o(this,"isShape",!0,!1),o(this,"isQueryName",Boolean(e.queryName),!1),o(this,"isLocationName",Boolean(e.locationName),!1),o(this,"isIdempotent",!0===e.idempotencyToken),o(this,"isJsonValue",!0===e.jsonvalue),o(this,"isSensitive",!0===e.sensitive||e.prototype&&!0===e.prototype.sensitive),o(this,"isEventStream",Boolean(e.eventstream),!1),o(this,"isEvent",Boolean(e.event),!1),o(this,"isEventPayload",Boolean(e.eventpayload),!1),o(this,"isEventHeader",Boolean(e.eventheader),!1),o(this,"isTimestampFormatSet",Boolean(e.timestampFormat)||e.prototype&&!0===e.prototype.isTimestampFormatSet,!1),t.documentation&&(o(this,"documentation",e.documentation),o(this,"documentationUrl",e.documentationUrl)),e.xmlAttribute&&o(this,"isXmlAttribute",e.xmlAttribute||!1),o(this,"defaultValue",null),this.toWireFormat=function(e){return null===e||void 0===e?"":e},this.toType=function(e){return e}}function u(e){s.apply(this,arguments),o(this,"isComposite",!0),e.flattened&&o(this,"flattened",e.flattened||!1)}function l(e,t){var r=this,i=null,l=!this.isShape;u.apply(this,arguments),l&&(o(this,"defaultValue",function(){return{}}),o(this,"members",{}),o(this,"memberNames",[]),o(this,"required",[]),o(this,"isRequired",function(){return!1})),e.members&&(o(this,"members",new n(e.members,t,function(e,r){return s.create(r,t,e)})),a(this,"memberNames",function(){return e.xmlOrder||Object.keys(e.members)}),e.event&&(a(this,"eventPayloadMemberName",function(){for(var e=r.members,t=r.memberNames,n=0,i=t.length;n-1?t||"":t,this.isJsonValue?JSON.parse(t):t&&"function"==typeof t.toString?t.toString():t},this.toWireFormat=function(e){return this.isJsonValue?JSON.stringify(e):e}}function d(){s.apply(this,arguments),this.toType=i.base64.decode,this.toWireFormat=i.base64.encode}function h(){d.apply(this,arguments)}function y(){s.apply(this,arguments),this.toType=function(e){return"boolean"==typeof e?e:null===e||void 0===e?null:"true"===e}}s.normalizedTypes={character:"string",double:"float",long:"integer",short:"integer",biginteger:"integer",bigdecimal:"float",blob:"binary"},s.types={structure:l,list:c,map:p,boolean:y,timestamp:function(e){var t=this;if(s.apply(this,arguments),e.timestampFormat)o(this,"timestampFormat",e.timestampFormat);else if(t.isTimestampFormatSet&&this.timestampFormat)o(this,"timestampFormat",this.timestampFormat);else if("header"===this.location)o(this,"timestampFormat","rfc822");else if("querystring"===this.location)o(this,"timestampFormat","iso8601");else if(this.api)switch(this.api.protocol){case"json":case"rest-json":o(this,"timestampFormat","unixTimestamp");break;case"rest-xml":case"query":case"ec2":o(this,"timestampFormat","iso8601")}this.toType=function(e){return null===e||void 0===e?null:"function"==typeof e.toUTCString?e:"string"==typeof e||"number"==typeof e?i.date.parseTimestamp(e):null},this.toWireFormat=function(e){return i.date.format(e,t.timestampFormat)}},float:function(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseFloat(e)},this.toWireFormat=this.toType},integer:function(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseInt(e,10)},this.toWireFormat=this.toType},string:m,base64:h,binary:d},s.resolve=function(e,t){if(e.shape){var r=t.api.shapes[e.shape];if(!r)throw new Error("Cannot find shape reference: "+e.shape);return r}return null},s.create=function(e,t,r){if(e.isShape)return e;var n=s.resolve(e,t);if(n){var i=Object.keys(e);t.documentation||(i=i.filter(function(e){return!e.match(/documentation/)}));var o=function(){n.constructor.call(this,e,t,r)};return o.prototype=n,new o}e.type||(e.type=e.members?"structure":e.member?"list":e.key?"map":"string");var a=e.type;if(s.normalizedTypes[e.type]&&(e.type=s.normalizedTypes[e.type]),s.types[e.type])return new s.types[e.type](e,t,r);throw new Error("Unrecognized shape type: "+a)},s.shapes={StructureShape:l,ListShape:c,MapShape:p,StringShape:m,BooleanShape:y,Base64Shape:h},e.exports=s},o3x0:function(e,t,r){"use strict";r.d(t,"i",function(){return R}),r.d(t,"a",function(){return I}),r.d(t,"b",function(){return N}),r.d(t,"c",function(){return C}),r.d(t,"d",function(){return _}),r.d(t,"e",function(){return D}),r.d(t,"g",function(){return g}),r.d(t,"k",function(){return k}),r.d(t,"h",function(){return A}),r.d(t,"f",function(){return f}),r.d(t,"j",function(){return S}),r("ihYY");var n=r("mrSG"),i=r("CcnG"),o=r("4c35"),a=r("YSh2"),s=r("K9Ia"),u=r("pugT"),l=r("lYZG"),c=r("F/XL"),p=r("VnD/"),m=r("t9fZ"),d=r("p0Sj"),h=r("Fzqc"),y=r("eDkP"),f=function(){this.role="dialog",this.panelClass="",this.hasBackdrop=!0,this.backdropClass="",this.disableClose=!1,this.width="",this.height="",this.maxWidth="80vw",this.data=null,this.ariaDescribedBy=null,this.ariaLabel=null,this.autoFocus=!0,this.closeOnNavigation=!0};function b(){throw Error("Attempting to attach dialog content after content is already attached")}var g=function(e){function t(t,r,n,o,a){var s=e.call(this)||this;return s._elementRef=t,s._focusTrapFactory=r,s._changeDetectorRef=n,s._document=o,s._config=a,s._elementFocusedBeforeDialogWasOpened=null,s._state="enter",s._animationStateChanged=new i.EventEmitter,s._ariaLabelledBy=null,s}return Object(n.__extends)(t,e),t.prototype.attachComponentPortal=function(e){return this._portalOutlet.hasAttached()&&b(),this._savePreviouslyFocusedElement(),this._portalOutlet.attachComponentPortal(e)},t.prototype.attachTemplatePortal=function(e){return this._portalOutlet.hasAttached()&&b(),this._savePreviouslyFocusedElement(),this._portalOutlet.attachTemplatePortal(e)},t.prototype._trapFocus=function(){this._focusTrap||(this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement)),this._config.autoFocus&&this._focusTrap.focusInitialElementWhenReady()},t.prototype._restoreFocus=function(){var e=this._elementFocusedBeforeDialogWasOpened;e&&"function"==typeof e.focus&&e.focus(),this._focusTrap&&this._focusTrap.destroy()},t.prototype._savePreviouslyFocusedElement=function(){var e=this;this._document&&(this._elementFocusedBeforeDialogWasOpened=this._document.activeElement,this._elementRef.nativeElement.focus&&Promise.resolve().then(function(){return e._elementRef.nativeElement.focus()}))},t.prototype._onAnimationDone=function(e){"enter"===e.toState?this._trapFocus():"exit"===e.toState&&this._restoreFocus(),this._animationStateChanged.emit(e)},t.prototype._onAnimationStart=function(e){this._animationStateChanged.emit(e)},t.prototype._startExitAnimation=function(){this._state="exit",this._changeDetectorRef.markForCheck()},t}(o.a),v=0,S=function(){function e(e,t,r,n){void 0===n&&(n="mat-dialog-"+v++);var i=this;this._overlayRef=e,this._containerInstance=t,this.id=n,this.disableClose=this._containerInstance._config.disableClose,this._afterOpen=new s.a,this._afterClosed=new s.a,this._beforeClose=new s.a,this._locationChanges=u.a.EMPTY,t._id=n,t._animationStateChanged.pipe(Object(p.a)(function(e){return"done"===e.phaseName&&"enter"===e.toState}),Object(m.a)(1)).subscribe(function(){i._afterOpen.next(),i._afterOpen.complete()}),t._animationStateChanged.pipe(Object(p.a)(function(e){return"done"===e.phaseName&&"exit"===e.toState}),Object(m.a)(1)).subscribe(function(){return i._overlayRef.dispose()}),e.detachments().subscribe(function(){i._beforeClose.next(i._result),i._beforeClose.complete(),i._locationChanges.unsubscribe(),i._afterClosed.next(i._result),i._afterClosed.complete(),i.componentInstance=null,i._overlayRef.dispose()}),e.keydownEvents().pipe(Object(p.a)(function(e){return e.keyCode===a.g&&!i.disableClose})).subscribe(function(){return i.close()}),r&&(this._locationChanges=r.subscribe(function(){i._containerInstance._config.closeOnNavigation&&i.close()}))}return e.prototype.close=function(e){var t=this;this._result=e,this._containerInstance._animationStateChanged.pipe(Object(p.a)(function(e){return"start"===e.phaseName}),Object(m.a)(1)).subscribe(function(){t._beforeClose.next(e),t._beforeClose.complete(),t._overlayRef.detachBackdrop()}),this._containerInstance._startExitAnimation()},e.prototype.afterOpen=function(){return this._afterOpen.asObservable()},e.prototype.afterClosed=function(){return this._afterClosed.asObservable()},e.prototype.beforeClose=function(){return this._beforeClose.asObservable()},e.prototype.backdropClick=function(){return this._overlayRef.backdropClick()},e.prototype.keydownEvents=function(){return this._overlayRef.keydownEvents()},e.prototype.updatePosition=function(e){var t=this._getPositionStrategy();return e&&(e.left||e.right)?e.left?t.left(e.left):t.right(e.right):t.centerHorizontally(),e&&(e.top||e.bottom)?e.top?t.top(e.top):t.bottom(e.bottom):t.centerVertically(),this._overlayRef.updatePosition(),this},e.prototype.updateSize=function(e,t){return void 0===e&&(e=""),void 0===t&&(t=""),this._getPositionStrategy().width(e).height(t),this._overlayRef.updatePosition(),this},e.prototype._getPositionStrategy=function(){return this._overlayRef.getConfig().positionStrategy},e}(),I=new i.InjectionToken("MatDialogData"),N=new i.InjectionToken("mat-dialog-default-options"),C=new i.InjectionToken("mat-dialog-scroll-strategy");function _(e){return function(){return e.scrollStrategies.block()}}var D=function(){function e(e,t,r,n,i,o,a){var u=this;this._overlay=e,this._injector=t,this._location=r,this._defaultOptions=n,this._scrollStrategy=i,this._parentDialog=o,this._overlayContainer=a,this._openDialogsAtThisLevel=[],this._afterAllClosedAtThisLevel=new s.a,this._afterOpenAtThisLevel=new s.a,this._ariaHiddenElements=new Map,this.afterAllClosed=Object(l.a)(function(){return u.openDialogs.length?u._afterAllClosed:u._afterAllClosed.pipe(Object(d.a)(void 0))})}return Object.defineProperty(e.prototype,"openDialogs",{get:function(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"afterOpen",{get:function(){return this._parentDialog?this._parentDialog.afterOpen:this._afterOpenAtThisLevel},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"_afterAllClosed",{get:function(){var e=this._parentDialog;return e?e._afterAllClosed:this._afterAllClosedAtThisLevel},enumerable:!0,configurable:!0}),e.prototype.open=function(e,t){var r=this;if((t=function(e,t){return Object(n.__assign)({},t,e)}(t,this._defaultOptions||new f)).id&&this.getDialogById(t.id))throw Error('Dialog with id "'+t.id+'" exists already. The dialog id must be unique.');var i=this._createOverlay(t),o=this._attachDialogContainer(i,t),a=this._attachDialogContent(e,o,i,t);return this.openDialogs.length||this._hideNonDialogContentFromAssistiveTechnology(),this.openDialogs.push(a),a.afterClosed().subscribe(function(){return r._removeOpenDialog(a)}),this.afterOpen.next(a),a},e.prototype.closeAll=function(){for(var e=this.openDialogs.length;e--;)this.openDialogs[e].close()},e.prototype.getDialogById=function(e){return this.openDialogs.find(function(t){return t.id===e})},e.prototype._createOverlay=function(e){var t=this._getOverlayConfig(e);return this._overlay.create(t)},e.prototype._getOverlayConfig=function(e){var t=new y.d({positionStrategy:this._overlay.position().global(),scrollStrategy:e.scrollStrategy||this._scrollStrategy(),panelClass:e.panelClass,hasBackdrop:e.hasBackdrop,direction:e.direction,minWidth:e.minWidth,minHeight:e.minHeight,maxWidth:e.maxWidth,maxHeight:e.maxHeight});return e.backdropClass&&(t.backdropClass=e.backdropClass),t},e.prototype._attachDialogContainer=function(e,t){var r=new o.f(t&&t.viewContainerRef&&t.viewContainerRef.injector||this._injector,new WeakMap([[f,t]])),n=new o.d(g,t.viewContainerRef,r);return e.attach(n).instance},e.prototype._attachDialogContent=function(e,t,r,n){var a=new S(r,t,this._location,n.id);if(n.hasBackdrop&&r.backdropClick().subscribe(function(){a.disableClose||a.close()}),e instanceof i.TemplateRef)t.attachTemplatePortal(new o.h(e,null,{$implicit:n.data,dialogRef:a}));else{var s=this._createInjector(n,a,t),u=t.attachComponentPortal(new o.d(e,void 0,s));a.componentInstance=u.instance}return a.updateSize(n.width,n.height).updatePosition(n.position),a},e.prototype._createInjector=function(e,t,r){var n=e&&e.viewContainerRef&&e.viewContainerRef.injector,i=new WeakMap([[g,r],[I,e.data],[S,t]]);return!e.direction||n&&n.get(h.c,null)||i.set(h.c,{value:e.direction,change:Object(c.a)()}),new o.f(n||this._injector,i)},e.prototype._removeOpenDialog=function(e){var t=this.openDialogs.indexOf(e);t>-1&&(this.openDialogs.splice(t,1),this.openDialogs.length||(this._ariaHiddenElements.forEach(function(e,t){e?t.setAttribute("aria-hidden",e):t.removeAttribute("aria-hidden")}),this._ariaHiddenElements.clear(),this._afterAllClosed.next()))},e.prototype._hideNonDialogContentFromAssistiveTechnology=function(){var e=this._overlayContainer.getContainerElement();if(e.parentElement)for(var t=e.parentElement.children,r=t.length-1;r>-1;r--){var n=t[r];n===e||"SCRIPT"===n.nodeName||"STYLE"===n.nodeName||n.hasAttribute("aria-live")||(this._ariaHiddenElements.set(n,n.getAttribute("aria-hidden")),n.setAttribute("aria-hidden","true"))}},e}(),T=0,k=function(){function e(e,t,r){this._dialogRef=e,this._elementRef=t,this._dialog=r,this.id="mat-dialog-title-"+T++}return e.prototype.ngOnInit=function(){var e=this;this._dialogRef||(this._dialogRef=function(e,t){for(var r=e.nativeElement.parentElement;r&&!r.classList.contains("mat-dialog-container");)r=r.parentElement;return r?t.find(function(e){return e.id===r.id}):null}(this._elementRef,this._dialog.openDialogs)),this._dialogRef&&Promise.resolve().then(function(){var t=e._dialogRef._containerInstance;t&&!t._ariaLabelledBy&&(t._ariaLabelledBy=e.id)})},e}(),A=function(){},R=function(){}},o8NH:function(e,t,r){var n=r("Y7ZC");n(n.S+n.F,"Object",{assign:r("kwZ1")})},o8vl:function(e){e.exports={pagination:{DescribeStackEvents:{input_token:"NextToken",output_token:"NextToken",result_key:"StackEvents"},DescribeStackResources:{result_key:"StackResources"},DescribeStacks:{input_token:"NextToken",output_token:"NextToken",result_key:"Stacks"},ListExports:{input_token:"NextToken",output_token:"NextToken",result_key:"Exports"},ListImports:{input_token:"NextToken",output_token:"NextToken",result_key:"Imports"},ListStackResources:{input_token:"NextToken",output_token:"NextToken",result_key:"StackResourceSummaries"},ListStacks:{input_token:"NextToken",output_token:"NextToken",result_key:"StackSummaries"}}}},oGmC:function(e,t,r){var n=r("tjlA").Buffer;"undefined"!=typeof ArrayBuffer&&void 0===ArrayBuffer.isView&&(ArrayBuffer.isView=function(e){return i.indexOf(Object.prototype.toString.call(e))>-1});var i=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];e.exports={isEmptyData:function(e){return"string"==typeof e?0===e.length:0===e.byteLength},convertToBuffer:function(e){return"string"==typeof e&&(e=new n(e,"utf8")),ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}}},oVml:function(e,t,r){var n=r("5K7Z"),i=r("fpC5"),o=r("FpHa"),a=r("VVlx")("IE_PROTO"),s=function(){},u=function(){var e,t=r("Hsns")("iframe"),n=o.length;for(t.style.display="none",r("MvwC").appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("