@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 1.04 kB
JavaScript
import{_ as e}from"../../chunks/tslib.es6.js";import{JSONMap as s}from"../../core/jsonMap.js";import{JSONSupport as r}from"../../core/JSONSupport.js";import{property as o}from"../../core/accessorSupport/decorators/property.js";import"../../core/accessorSupport/ensureType.js";import"../../core/arrayUtils.js";import{subclass as t}from"../../core/accessorSupport/decorators/subclass.js";const p=new s({esriJobMessageTypeInformative:"informative",esriJobMessageTypeProcessDefinition:"process-definition",esriJobMessageTypeProcessStart:"process-start",esriJobMessageTypeProcessStop:"process-stop",esriJobMessageTypeWarning:"warning",esriJobMessageTypeError:"error",esriJobMessageTypeEmpty:"empty",esriJobMessageTypeAbort:"abort"});let i=class extends r{constructor(e){super(e),this.description=null,this.type=null}};e([o({type:String,json:{write:!0}})],i.prototype,"description",void 0),e([o({type:String,json:{read:p.read,write:p.write}})],i.prototype,"type",void 0),i=e([t("esri.rest.support.GPMessage")],i);const a=i;export{a as default};