@itwin/imodels-client-management
Version:
iModels API client wrapper for applications that manage iModels.
14 lines • 715 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BriefcaseOrderByProperty = exports.SPECIAL_VALUES_ME = void 0;
/** Special value to indicate the id of current user who is making the request. */
exports.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.
*/
var BriefcaseOrderByProperty;
(function (BriefcaseOrderByProperty) {
BriefcaseOrderByProperty["AcquiredDateTime"] = "acquiredDateTime";
})(BriefcaseOrderByProperty || (exports.BriefcaseOrderByProperty = BriefcaseOrderByProperty = {}));
//# sourceMappingURL=BriefcaseOperationParams.js.map