UNPKG

@itwin/imodels-client-management

Version:

iModels API client wrapper for applications that manage iModels.

11 lines 544 B
/** Special value to indicate the id of current user who is making the request. */ export const SPECIAL_VALUES_ME = "me"; /** * Briefcase entity properties that are supported in $orderBy url parameter which specifies by what property * entities are ordered in a collection. */ export var BriefcaseOrderByProperty; (function (BriefcaseOrderByProperty) { BriefcaseOrderByProperty["AcquiredDateTime"] = "acquiredDateTime"; })(BriefcaseOrderByProperty || (BriefcaseOrderByProperty = {})); //# sourceMappingURL=BriefcaseOperationParams.js.map