@bentley/imodeljs-linux-x64 3.2.14 → 3.3.4

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.
@@ -4,9 +4,19 @@
4
4
  | * See LICENSE.md in the project root for license terms and full copyright notice.
5
5
  ======================================================================================= -->
6
6
  <ECSchema schemaName="Asset" alias="asset" version="01.00.00" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.1" displayLabel="Asset" description="Defines the abstract 'Asset' domain. Contains base classes to be used within specialized Asset domain schemas.">
7
-
7
+ <ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
8
+ <ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
8
9
  <ECSchemaReference name="BisCore" version="01.00.06" alias="bis"/>
9
10
 
11
+ <ECCustomAttributes>
12
+ <ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
13
+ <SupportedUse>NotForProduction</SupportedUse>
14
+ </ProductionStatus>
15
+ <SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
16
+ <Value>Core</Value>
17
+ </SchemaLayerInfo>
18
+ </ECCustomAttributes>
19
+
10
20
  <ECEntityClass typeName="AssetPartition" modifier="Abstract" displayLabel="Asset Partition" description="Abstract base class establishing an 'Asset' Modeling Perspective for its parent bis:Subject.">
11
21
  <BaseClass>bis:InformationPartitionElement</BaseClass>
12
22
  </ECEntityClass>
@@ -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/CrashpadHandler CHANGED
Binary file
package/iTwinDaemon ADDED
Binary file
package/imodeljs.node CHANGED
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "os": ["linux"],
4
4
  "cpu": ["x64"],
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
- "version": "3.2.14",
6
+ "version": "3.3.4",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",
Binary file
package/BeBlobDaemon DELETED
Binary file