@bentley/imodeljs-linux-x64 3.2.3 → 3.2.7

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.
@@ -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/BeBlobDaemon CHANGED
Binary file
package/CrashpadHandler CHANGED
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/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.3",
6
+ "version": "3.2.7",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",