@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.06 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import{_ as o}from"../../../../chunks/tslib.es6.js";import t from"../../../../core/JSONSupport.js";import{property as e}from"../../../../core/accessorSupport/decorators/property.js";import"../../../../core/has.js";import"../../../../core/Logger.js";import"../../../../core/RandomLCG.js";import{subclass as s}from"../../../../core/accessorSupport/decorators/subclass.js";let r=class extends t{constructor(o){super(o),this.hasConflicts=!1,this.moment=null,this.didPost=!1,this.success=!1}};o([e({type:Boolean,json:{write:!0}})],r.prototype,"hasConflicts",void 0),o([e({type:Date,json:{type:Number,write:{writer:(o,t)=>{t.moment=o?o.getTime():null}}}})],r.prototype,"moment",void 0),o([e({type:Boolean,json:{write:!0}})],r.prototype,"didPost",void 0),o([e({type:Boolean,json:{write:!0}})],r.prototype,"success",void 0),r=o([s("esri.rest.versionManagement.gdbVersion.support.ReconcileResult")],r);export{r as default};