@bentley/imodeljs-linux-x64 3.3.1 → 3.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Assets/ECSchemas/Standard/SchemaUpgradeCustomAttributes.01.00.00.ecschema.xml +11 -0
- package/iTwinDaemon +0 -0
- package/imodeljs.node +0 -0
- package/package.json +1 -1
- package/Assets/SkyBox/SkyBox.jpg +0 -0
- package/BeBlobDaemon +0 -0
- package/Notices/openoffice-license.txt +0 -2049
- package/Notices/openoffice-notice.txt +0 -159
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- ==================================================================================
|
|
3
|
+
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
| * See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
+
======================================================================================= -->
|
|
6
|
+
<ECSchema schemaName="SchemaUpgradeCustomAttributes" alias="SchemaUpgradeCA" version="01.00.00" description="Custom Attributes to control schema upgrade behavior." xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
|
|
7
|
+
<ECCustomAttributeClass typeName="AllowUnitChange" description="Applied to a property to enable the persistence unit to be changed." displayLabel="AllowUnitChange" appliesTo="PrimitiveProperty,ArrayProperty" modifier="Sealed">
|
|
8
|
+
<ECProperty propertyName="From" typeName="string" description="Full Name of the old persistence unit." />
|
|
9
|
+
<ECProperty propertyName="To" typeName="string" description="Full Name of the new persistence unit." />
|
|
10
|
+
</ECCustomAttributeClass>
|
|
11
|
+
</ECSchema>
|
package/iTwinDaemon
ADDED
|
Binary file
|
package/imodeljs.node
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/Assets/SkyBox/SkyBox.jpg
DELETED
|
Binary file
|
package/BeBlobDaemon
DELETED
|
Binary file
|