@bentley/imodeljs-win32-x64 3.2.1 → 3.2.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.
Files changed (48) hide show
  1. package/Assets/ECSchemas/Dgn/ChangedElements.01.00.00.ecschema.xml +84 -80
  2. package/Assets/ECSchemas/ECDb/ECDbChange.01.00.01.ecschema.xml +4 -0
  3. package/Assets/ECSchemas/ECDb/ECDbFileInfo.02.00.01.ecschema.xml +4 -0
  4. package/Assets/ECSchemas/ECDb/ECDbMap.02.00.00.ecschema.xml +54 -50
  5. package/Assets/ECSchemas/ECDb/ECDbMeta.04.00.01.ecschema.xml +537 -533
  6. package/Assets/ECSchemas/ECDb/ECDbSchemaPolicies.01.00.00.ecschema.xml +24 -20
  7. package/Assets/ECSchemas/Standard/BisCustomAttributes.01.00.00.ecschema.xml +18 -0
  8. package/Assets/sqlang/iModelJsNodeAddon_en.sqlang.db3 +0 -0
  9. package/BRepCoreM02.dll +0 -0
  10. package/BaseGeoCoordM02.dll +0 -0
  11. package/BeBlobDaemon.exe +0 -0
  12. package/BeCurlB02.dll +0 -0
  13. package/BeFollyM02.dll +0 -0
  14. package/BeLibxml2B02.dll +0 -0
  15. package/BeOpenSSLB02.dll +0 -0
  16. package/BeSQLiteECM02.dll +0 -0
  17. package/BeSQLiteM02.dll +0 -0
  18. package/BeSecurityM02.dll +0 -0
  19. package/BeXmlM02.dll +0 -0
  20. package/BentleyGeomM02.dll +0 -0
  21. package/BentleyGeomSerializationM02.dll +0 -0
  22. package/BentleyM02.dll +0 -0
  23. package/ECObjectsM02.dll +0 -0
  24. package/ECPresentationM02.dll +0 -0
  25. package/Notices/curl-license.txt +1 -1
  26. package/Notices/pugixml-license.md +24 -0
  27. package/UnitsM02.dll +0 -0
  28. package/iModelPlatformM02.dll +0 -0
  29. package/imodeljs.node +0 -0
  30. package/napi.dll +0 -0
  31. package/package.json +1 -1
  32. package/pugixml.dll +0 -0
  33. package/Assets/http/cabundle.pem +0 -3240
  34. package/Assets/log4j.dtd +0 -227
  35. package/BeHttpM02.dll +0 -0
  36. package/CCApi.dll +0 -0
  37. package/DgnPlatformM02.dll +0 -0
  38. package/LicensingM02.dll +0 -0
  39. package/Notices/apr-license.txt +0 -341
  40. package/Notices/apr-notice.txt +0 -15
  41. package/Notices/apr-util-license.txt +0 -459
  42. package/Notices/apr-util-notice.txt +0 -14
  43. package/Notices/expat-license.txt +0 -21
  44. package/Notices/log4cxx-license.txt +0 -202
  45. package/Notices/log4cxx-notice.txt +0 -5
  46. package/WebServicesClientM02.dll +0 -0
  47. package/bentleylog4cxxM02.dll +0 -0
  48. package/iModelHubClientM02.dll +0 -0
@@ -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>
@@ -0,0 +1,18 @@
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="BisCustomAttributes" alias="bisCA" version="01.00.00" description="Custom attributes to indicate BIS concepts." displayLabel="BIS Custom Attributes" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
7
+ <ECEnumeration typeName="SchemaLayer" backingTypeName="string" isStrict="true" description="Defines the layers in the BIS schema hierarchy.">
8
+ <ECEnumerator name="Core" displayLabel="Core" value="Core" description="Layer for schemas that define the most fundamental concepts and key organizational strategies for all other BIS schemas."/>
9
+ <ECEnumerator name="Common" displayLabel="Common" value="Common" description="Layer for schemas that define abstract concepts and patterns used by multiple disciplines."/>
10
+ <ECEnumerator name="DisciplinePhysical" displayLabel="Discipline-Physical" value="DisciplinePhysical" description="Layer for schemas that focus on physical/spatial and closely associated concepts, in light of a specific discipline."/>
11
+ <ECEnumerator name="DisciplineOther" displayLabel="Discipline-Other" value="DisciplineOther" description="Layer for schemas that define concepts from modeling perspectives other than physical, in light of a specific discipline."/>
12
+ <ECEnumerator name="Application" displayLabel="Application" value="Application" description="Layer for schemas that define concepts that no other schema would need or want to reference."/>
13
+ </ECEnumeration>
14
+
15
+ <ECCustomAttributeClass typeName="SchemaLayerInfo" appliesTo="Schema" modifier="Sealed" description="Declares the target layer in the BIS schema hierarchy for a schema.">
16
+ <ECProperty propertyName="Value" typeName="SchemaLayer" description="Layer in the BIS schema hierarchy that a schema targets." />
17
+ </ECCustomAttributeClass>
18
+ </ECSchema>
package/BRepCoreM02.dll CHANGED
Binary file
Binary file
package/BeBlobDaemon.exe CHANGED
Binary file
package/BeCurlB02.dll CHANGED
Binary file
package/BeFollyM02.dll CHANGED
Binary file
package/BeLibxml2B02.dll CHANGED
Binary file
package/BeOpenSSLB02.dll CHANGED
Binary file
package/BeSQLiteECM02.dll CHANGED
Binary file
package/BeSQLiteM02.dll CHANGED
Binary file
package/BeSecurityM02.dll CHANGED
Binary file
package/BeXmlM02.dll CHANGED
Binary file
Binary file
Binary file
package/BentleyM02.dll CHANGED
Binary file
package/ECObjectsM02.dll CHANGED
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  COPYRIGHT AND PERMISSION NOTICE
2
2
 
3
- Copyright (c) 1996 - 2020, Daniel Stenberg, <daniel@haxx.se>, and many
3
+ Copyright (c) 1996 - 2022, Daniel Stenberg, <daniel@haxx.se>, and many
4
4
  contributors, see the THANKS file.
5
5
 
6
6
  All rights reserved.
@@ -0,0 +1,24 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2006-2022 Arseny Kapoulkine
4
+
5
+ Permission is hereby granted, free of charge, to any person
6
+ obtaining a copy of this software and associated documentation
7
+ files (the "Software"), to deal in the Software without
8
+ restriction, including without limitation the rights to use,
9
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the
11
+ Software is furnished to do so, subject to the following
12
+ conditions:
13
+
14
+ The above copyright notice and this permission notice shall be
15
+ included in all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
19
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
21
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24
+ OTHER DEALINGS IN THE SOFTWARE.
package/UnitsM02.dll CHANGED
Binary file
Binary file
package/imodeljs.node CHANGED
Binary file
package/napi.dll CHANGED
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "os": ["win32"],
4
4
  "cpu": ["x64"],
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
- "version": "3.2.1",
6
+ "version": "3.2.4",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",
package/pugixml.dll ADDED
Binary file