@itwin/clash-detection-client
Version:
Clash Detection client for the iTwin platform
25 lines • 890 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Constants = void 0;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
class Constants {
}
exports.Constants = Constants;
Constants.api = {
baseUrl: "https://api.bentley.com/clashdetection",
version: "itwin-platform.v1",
};
Constants.headers = {
accept: "Accept",
authorization: "Authorization",
contentType: "ContentType",
prefer: "Prefer",
userMetadata: "Include-User-Metadata",
values: {
contentType: "application/json",
},
};
//# sourceMappingURL=Constants.js.map