@bentley/imodeljs-linux-x64 3.2.0 → 3.2.3

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.
@@ -1,20 +1,24 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <ECSchema schemaName="ECDbSchemaPolicies" alias="ecdbpol" version="01.00.00" description="Schema policies which impose schema authoring rules." displayLabel="ECDb Schema Policies" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.1">
3
-
4
- <ECCustomAttributeClass typeName="NoAdditionalForeignKeyConstraints" modifier="Sealed" appliesTo="Schema"
5
- description="If opted-in by a schema, other schemas may not define additional ECDbMap:ForeignKeyConstraint custom attributes.">
6
- <ECArrayProperty propertyName="Exceptions" typeName="string" minOccurs="0" maxOccurs="unbounded"
7
- description="Navigation properties that are allowed violate against the policy. Format: {schema name}:{class name}.{property name}"/>
8
- </ECCustomAttributeClass>
9
-
10
- <ECCustomAttributeClass typeName="NoAdditionalLinkTables" modifier="Sealed" appliesTo="Schema"
11
- description="If opted-in by a schema, other schemas may not define ECRelationshipClasses that cause new link tables to be created.">
12
- <ECArrayProperty propertyName="Exceptions" typeName="string" minOccurs="0" maxOccurs="unbounded" description="Relationship classes that that are allowed to violate against the policy. Format: {schema name}:{relationship class name}"/>
13
- </ECCustomAttributeClass>
14
-
15
- <ECCustomAttributeClass typeName="NoAdditionalRootEntityClasses" modifier="Sealed" appliesTo="Schema"
16
- description="If opted-in by a schema, other schemas may not define entity classes that do not subclass from existing classes (mixins are excluded from this policy).">
17
- <ECArrayProperty propertyName="Exceptions" typeName="string" minOccurs="0" maxOccurs="unbounded"
18
- description="Entity classes that that are allowed to violate against the policy. Format: {schema name}:{class name}"/>
19
- </ECCustomAttributeClass>
20
- </ECSchema>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- =====================================================================================
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See COPYRIGHT.md in the repository root for full copyright notice.
5
+ ========================================================================================== -->
6
+ <ECSchema schemaName="ECDbSchemaPolicies" alias="ecdbpol" version="01.00.00" description="Schema policies which impose schema authoring rules." displayLabel="ECDb Schema Policies" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.1">
7
+
8
+ <ECCustomAttributeClass typeName="NoAdditionalForeignKeyConstraints" modifier="Sealed" appliesTo="Schema"
9
+ description="If opted-in by a schema, other schemas may not define additional ECDbMap:ForeignKeyConstraint custom attributes.">
10
+ <ECArrayProperty propertyName="Exceptions" typeName="string" minOccurs="0" maxOccurs="unbounded"
11
+ description="Navigation properties that are allowed violate against the policy. Format: {schema name}:{class name}.{property name}"/>
12
+ </ECCustomAttributeClass>
13
+
14
+ <ECCustomAttributeClass typeName="NoAdditionalLinkTables" modifier="Sealed" appliesTo="Schema"
15
+ description="If opted-in by a schema, other schemas may not define ECRelationshipClasses that cause new link tables to be created.">
16
+ <ECArrayProperty propertyName="Exceptions" typeName="string" minOccurs="0" maxOccurs="unbounded" description="Relationship classes that that are allowed to violate against the policy. Format: {schema name}:{relationship class name}"/>
17
+ </ECCustomAttributeClass>
18
+
19
+ <ECCustomAttributeClass typeName="NoAdditionalRootEntityClasses" modifier="Sealed" appliesTo="Schema"
20
+ description="If opted-in by a schema, other schemas may not define entity classes that do not subclass from existing classes (mixins are excluded from this policy).">
21
+ <ECArrayProperty propertyName="Exceptions" typeName="string" minOccurs="0" maxOccurs="unbounded"
22
+ description="Entity classes that that are allowed to violate against the policy. Format: {schema name}:{class name}"/>
23
+ </ECCustomAttributeClass>
24
+ </ECSchema>
package/BeBlobDaemon CHANGED
Binary file
package/CrashpadHandler CHANGED
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.0",
6
+ "version": "3.2.3",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",