@itwin/core-backend 5.0.0-dev.9 → 5.0.0-dev.90

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 (275) hide show
  1. package/CHANGELOG.md +60 -1
  2. package/lib/cjs/BackendHubAccess.d.ts +14 -28
  3. package/lib/cjs/BackendHubAccess.d.ts.map +1 -1
  4. package/lib/cjs/BackendHubAccess.js +2 -0
  5. package/lib/cjs/BackendHubAccess.js.map +1 -1
  6. package/lib/cjs/BackendLoggerCategory.js.map +1 -1
  7. package/lib/cjs/BisCoreSchema.d.ts.map +1 -1
  8. package/lib/cjs/BisCoreSchema.js +2 -0
  9. package/lib/cjs/BisCoreSchema.js.map +1 -1
  10. package/lib/cjs/BlobContainerService.d.ts +4 -4
  11. package/lib/cjs/BlobContainerService.d.ts.map +1 -1
  12. package/lib/cjs/BlobContainerService.js.map +1 -1
  13. package/lib/cjs/BriefcaseManager.d.ts +10 -0
  14. package/lib/cjs/BriefcaseManager.d.ts.map +1 -1
  15. package/lib/cjs/BriefcaseManager.js +63 -20
  16. package/lib/cjs/BriefcaseManager.js.map +1 -1
  17. package/lib/cjs/Category.js +6 -1
  18. package/lib/cjs/Category.js.map +1 -1
  19. package/lib/cjs/ChangeSummaryManager.d.ts.map +1 -1
  20. package/lib/cjs/ChangeSummaryManager.js +92 -24
  21. package/lib/cjs/ChangeSummaryManager.js.map +1 -1
  22. package/lib/cjs/ChangedElementsDb.d.ts +3 -3
  23. package/lib/cjs/ChangedElementsDb.d.ts.map +1 -1
  24. package/lib/cjs/ChangedElementsDb.js +8 -7
  25. package/lib/cjs/ChangedElementsDb.js.map +1 -1
  26. package/lib/cjs/ChangesetECAdaptor.d.ts +3 -3
  27. package/lib/cjs/ChangesetECAdaptor.d.ts.map +1 -1
  28. package/lib/cjs/ChangesetECAdaptor.js +273 -261
  29. package/lib/cjs/ChangesetECAdaptor.js.map +1 -1
  30. package/lib/cjs/ChannelControl.js.map +1 -1
  31. package/lib/cjs/CheckpointManager.d.ts.map +1 -1
  32. package/lib/cjs/CheckpointManager.js +15 -12
  33. package/lib/cjs/CheckpointManager.js.map +1 -1
  34. package/lib/cjs/ClassRegistry.d.ts +46 -2
  35. package/lib/cjs/ClassRegistry.d.ts.map +1 -1
  36. package/lib/cjs/ClassRegistry.js +98 -42
  37. package/lib/cjs/ClassRegistry.js.map +1 -1
  38. package/lib/cjs/CloudSqlite.d.ts +2 -1
  39. package/lib/cjs/CloudSqlite.d.ts.map +1 -1
  40. package/lib/cjs/CloudSqlite.js +15 -8
  41. package/lib/cjs/CloudSqlite.js.map +1 -1
  42. package/lib/cjs/CodeService.d.ts +2 -0
  43. package/lib/cjs/CodeService.d.ts.map +1 -1
  44. package/lib/cjs/CodeService.js +4 -0
  45. package/lib/cjs/CodeService.js.map +1 -1
  46. package/lib/cjs/CodeSpecs.js +3 -2
  47. package/lib/cjs/CodeSpecs.js.map +1 -1
  48. package/lib/cjs/ConcurrentQuery.js.map +1 -1
  49. package/lib/cjs/CustomViewState3dCreator.js +7 -6
  50. package/lib/cjs/CustomViewState3dCreator.js.map +1 -1
  51. package/lib/cjs/DevTools.js +16 -16
  52. package/lib/cjs/DevTools.js.map +1 -1
  53. package/lib/cjs/DisplayStyle.js +2 -0
  54. package/lib/cjs/DisplayStyle.js.map +1 -1
  55. package/lib/cjs/ECDb.d.ts +16 -59
  56. package/lib/cjs/ECDb.d.ts.map +1 -1
  57. package/lib/cjs/ECDb.js +34 -73
  58. package/lib/cjs/ECDb.js.map +1 -1
  59. package/lib/cjs/ECSchemaXmlContext.js +1 -0
  60. package/lib/cjs/ECSchemaXmlContext.js.map +1 -1
  61. package/lib/cjs/ECSqlStatement.d.ts +4 -2
  62. package/lib/cjs/ECSqlStatement.d.ts.map +1 -1
  63. package/lib/cjs/ECSqlStatement.js +13 -4
  64. package/lib/cjs/ECSqlStatement.js.map +1 -1
  65. package/lib/cjs/Element.d.ts +14 -23
  66. package/lib/cjs/Element.d.ts.map +1 -1
  67. package/lib/cjs/Element.js +133 -46
  68. package/lib/cjs/Element.js.map +1 -1
  69. package/lib/cjs/ElementAspect.d.ts +0 -5
  70. package/lib/cjs/ElementAspect.d.ts.map +1 -1
  71. package/lib/cjs/ElementAspect.js +24 -16
  72. package/lib/cjs/ElementAspect.js.map +1 -1
  73. package/lib/cjs/ElementGraphics.js.map +1 -1
  74. package/lib/cjs/ElementTreeWalker.js +13 -12
  75. package/lib/cjs/ElementTreeWalker.js.map +1 -1
  76. package/lib/cjs/Entity.d.ts +46 -10
  77. package/lib/cjs/Entity.d.ts.map +1 -1
  78. package/lib/cjs/Entity.js +79 -16
  79. package/lib/cjs/Entity.js.map +1 -1
  80. package/lib/cjs/EntityReferences.js.map +1 -1
  81. package/lib/cjs/ExportGraphics.js +4 -0
  82. package/lib/cjs/ExportGraphics.js.map +1 -1
  83. package/lib/cjs/ExternalSource.js +22 -0
  84. package/lib/cjs/ExternalSource.js.map +1 -1
  85. package/lib/cjs/FontFile.d.ts +68 -0
  86. package/lib/cjs/FontFile.d.ts.map +1 -0
  87. package/lib/cjs/FontFile.js +36 -0
  88. package/lib/cjs/FontFile.js.map +1 -0
  89. package/lib/cjs/GeoCoordConfig.js +8 -8
  90. package/lib/cjs/GeoCoordConfig.js.map +1 -1
  91. package/lib/cjs/GeographicCRSServices.js.map +1 -1
  92. package/lib/cjs/GeometrySummary.js +53 -50
  93. package/lib/cjs/GeometrySummary.js.map +1 -1
  94. package/lib/cjs/HubMock.d.ts +4 -4
  95. package/lib/cjs/HubMock.d.ts.map +1 -1
  96. package/lib/cjs/HubMock.js +9 -6
  97. package/lib/cjs/HubMock.js.map +1 -1
  98. package/lib/cjs/IModelDb.d.ts +203 -72
  99. package/lib/cjs/IModelDb.d.ts.map +1 -1
  100. package/lib/cjs/IModelDb.js +338 -168
  101. package/lib/cjs/IModelDb.js.map +1 -1
  102. package/lib/cjs/IModelDbFonts.d.ts +54 -0
  103. package/lib/cjs/IModelDbFonts.d.ts.map +1 -0
  104. package/lib/cjs/{IModelCloneContext.js → IModelDbFonts.js} +2 -7
  105. package/lib/cjs/IModelDbFonts.js.map +1 -0
  106. package/lib/cjs/IModelElementCloneContext.d.ts +2 -0
  107. package/lib/cjs/IModelElementCloneContext.d.ts.map +1 -1
  108. package/lib/cjs/IModelElementCloneContext.js +12 -1
  109. package/lib/cjs/IModelElementCloneContext.js.map +1 -1
  110. package/lib/cjs/IModelHost.d.ts +14 -14
  111. package/lib/cjs/IModelHost.d.ts.map +1 -1
  112. package/lib/cjs/IModelHost.js +75 -42
  113. package/lib/cjs/IModelHost.js.map +1 -1
  114. package/lib/cjs/IModelJsFs.d.ts.map +1 -1
  115. package/lib/cjs/IModelJsFs.js +17 -1
  116. package/lib/cjs/IModelJsFs.js.map +1 -1
  117. package/lib/cjs/ImageSourceConversion.d.ts +49 -0
  118. package/lib/cjs/ImageSourceConversion.d.ts.map +1 -0
  119. package/lib/cjs/ImageSourceConversion.js +37 -0
  120. package/lib/cjs/ImageSourceConversion.js.map +1 -0
  121. package/lib/cjs/IpcHost.d.ts.map +1 -1
  122. package/lib/cjs/IpcHost.js +17 -12
  123. package/lib/cjs/IpcHost.js.map +1 -1
  124. package/lib/cjs/LineStyle.js.map +1 -1
  125. package/lib/cjs/LocalHub.js +9 -3
  126. package/lib/cjs/LocalHub.js.map +1 -1
  127. package/lib/cjs/LocalhostIpcHost.js +5 -6
  128. package/lib/cjs/LocalhostIpcHost.js.map +1 -1
  129. package/lib/cjs/LockControl.js.map +1 -1
  130. package/lib/cjs/Material.js +40 -0
  131. package/lib/cjs/Material.js.map +1 -1
  132. package/lib/cjs/Model.d.ts +1 -1
  133. package/lib/cjs/Model.d.ts.map +1 -1
  134. package/lib/cjs/Model.js +27 -2
  135. package/lib/cjs/Model.js.map +1 -1
  136. package/lib/cjs/NativeAppStorage.js +5 -3
  137. package/lib/cjs/NativeAppStorage.js.map +1 -1
  138. package/lib/cjs/NativeHost.js +6 -3
  139. package/lib/cjs/NativeHost.js.map +1 -1
  140. package/lib/cjs/NavigationRelationship.js +25 -25
  141. package/lib/cjs/NavigationRelationship.js.map +1 -1
  142. package/lib/cjs/PromiseMemoizer.d.ts +2 -3
  143. package/lib/cjs/PromiseMemoizer.d.ts.map +1 -1
  144. package/lib/cjs/PromiseMemoizer.js +12 -5
  145. package/lib/cjs/PromiseMemoizer.js.map +1 -1
  146. package/lib/cjs/PropertyStore.js +1 -4
  147. package/lib/cjs/PropertyStore.js.map +1 -1
  148. package/lib/cjs/Relationship.d.ts.map +1 -1
  149. package/lib/cjs/Relationship.js +13 -1
  150. package/lib/cjs/Relationship.js.map +1 -1
  151. package/lib/cjs/RpcBackend.js.map +1 -1
  152. package/lib/cjs/SQLiteDb.d.ts +6 -4
  153. package/lib/cjs/SQLiteDb.d.ts.map +1 -1
  154. package/lib/cjs/SQLiteDb.js +74 -15
  155. package/lib/cjs/SQLiteDb.js.map +1 -1
  156. package/lib/cjs/Schema.d.ts +25 -1
  157. package/lib/cjs/Schema.d.ts.map +1 -1
  158. package/lib/cjs/Schema.js +44 -8
  159. package/lib/cjs/Schema.js.map +1 -1
  160. package/lib/cjs/SchemaSync.js +1 -4
  161. package/lib/cjs/SchemaSync.js.map +1 -1
  162. package/lib/cjs/SchemaUtils.js.map +1 -1
  163. package/lib/cjs/SheetIndex.js +6 -0
  164. package/lib/cjs/SheetIndex.js.map +1 -1
  165. package/lib/cjs/SqliteChangesetReader.d.ts +11 -3
  166. package/lib/cjs/SqliteChangesetReader.d.ts.map +1 -1
  167. package/lib/cjs/SqliteChangesetReader.js +21 -5
  168. package/lib/cjs/SqliteChangesetReader.js.map +1 -1
  169. package/lib/cjs/SqliteStatement.d.ts +4 -2
  170. package/lib/cjs/SqliteStatement.d.ts.map +1 -1
  171. package/lib/cjs/SqliteStatement.js +13 -1
  172. package/lib/cjs/SqliteStatement.js.map +1 -1
  173. package/lib/cjs/TextAnnotationElement.js.map +1 -1
  174. package/lib/cjs/TextAnnotationGeometry.d.ts.map +1 -1
  175. package/lib/cjs/TextAnnotationGeometry.js +38 -11
  176. package/lib/cjs/TextAnnotationGeometry.js.map +1 -1
  177. package/lib/cjs/TextAnnotationLayout.d.ts +10 -3
  178. package/lib/cjs/TextAnnotationLayout.d.ts.map +1 -1
  179. package/lib/cjs/TextAnnotationLayout.js +56 -18
  180. package/lib/cjs/TextAnnotationLayout.js.map +1 -1
  181. package/lib/cjs/Texture.js +3 -0
  182. package/lib/cjs/Texture.js.map +1 -1
  183. package/lib/cjs/TileStorage.js +6 -1
  184. package/lib/cjs/TileStorage.js.map +1 -1
  185. package/lib/cjs/TxnManager.d.ts +55 -4
  186. package/lib/cjs/TxnManager.d.ts.map +1 -1
  187. package/lib/cjs/TxnManager.js +234 -58
  188. package/lib/cjs/TxnManager.js.map +1 -1
  189. package/lib/cjs/ViewDefinition.d.ts +6 -6
  190. package/lib/cjs/ViewDefinition.d.ts.map +1 -1
  191. package/lib/cjs/ViewDefinition.js +81 -26
  192. package/lib/cjs/ViewDefinition.js.map +1 -1
  193. package/lib/cjs/ViewStateHydrator.d.ts +0 -1
  194. package/lib/cjs/ViewStateHydrator.d.ts.map +1 -1
  195. package/lib/cjs/ViewStateHydrator.js +1 -11
  196. package/lib/cjs/ViewStateHydrator.js.map +1 -1
  197. package/lib/cjs/ViewStore.js +3 -1
  198. package/lib/cjs/ViewStore.js.map +1 -1
  199. package/lib/cjs/assets/IModelChange.02.00.00.ecschema.xml +90 -90
  200. package/lib/cjs/assets/Settings/Schemas/Base.Schema.json +32 -32
  201. package/lib/cjs/assets/Settings/Schemas/Gcs.schema.json +27 -27
  202. package/lib/cjs/assets/Settings/Schemas/Workspace.Schema.json +94 -94
  203. package/lib/cjs/assets/Settings/backend.setting.json5 +21 -21
  204. package/lib/cjs/core-backend.d.ts +7 -1
  205. package/lib/cjs/core-backend.d.ts.map +1 -1
  206. package/lib/cjs/core-backend.js +7 -1
  207. package/lib/cjs/core-backend.js.map +1 -1
  208. package/lib/cjs/domains/FunctionalElements.js +1 -1
  209. package/lib/cjs/domains/FunctionalElements.js.map +1 -1
  210. package/lib/cjs/domains/FunctionalSchema.js.map +1 -1
  211. package/lib/cjs/domains/GenericElements.js.map +1 -1
  212. package/lib/cjs/domains/GenericSchema.js.map +1 -1
  213. package/lib/cjs/internal/ChangesetConflictArgs.d.ts +40 -2
  214. package/lib/cjs/internal/ChangesetConflictArgs.d.ts.map +1 -1
  215. package/lib/cjs/internal/ChangesetConflictArgs.js +101 -0
  216. package/lib/cjs/internal/ChangesetConflictArgs.js.map +1 -1
  217. package/lib/cjs/internal/ChannelAdmin.d.ts +1 -1
  218. package/lib/cjs/internal/ChannelAdmin.d.ts.map +1 -1
  219. package/lib/cjs/internal/ChannelAdmin.js +25 -16
  220. package/lib/cjs/internal/ChannelAdmin.js.map +1 -1
  221. package/lib/cjs/internal/FontFileImpl.d.ts +34 -0
  222. package/lib/cjs/internal/FontFileImpl.d.ts.map +1 -0
  223. package/lib/cjs/internal/FontFileImpl.js +143 -0
  224. package/lib/cjs/internal/FontFileImpl.js.map +1 -0
  225. package/lib/cjs/internal/IModelDbFontsImpl.d.ts +7 -0
  226. package/lib/cjs/internal/IModelDbFontsImpl.d.ts.map +1 -0
  227. package/lib/cjs/internal/IModelDbFontsImpl.js +186 -0
  228. package/lib/cjs/internal/IModelDbFontsImpl.js.map +1 -0
  229. package/lib/cjs/internal/NativePlatform.js.map +1 -1
  230. package/lib/cjs/internal/NoLocks.js +2 -5
  231. package/lib/cjs/internal/NoLocks.js.map +1 -1
  232. package/lib/cjs/internal/ServerBasedLocks.d.ts.map +1 -1
  233. package/lib/cjs/internal/ServerBasedLocks.js +6 -6
  234. package/lib/cjs/internal/ServerBasedLocks.js.map +1 -1
  235. package/lib/cjs/internal/Symbols.d.ts +7 -0
  236. package/lib/cjs/internal/Symbols.d.ts.map +1 -1
  237. package/lib/cjs/internal/Symbols.js +8 -1
  238. package/lib/cjs/internal/Symbols.js.map +1 -1
  239. package/lib/cjs/internal/cross-package.js.map +1 -1
  240. package/lib/cjs/internal/workspace/SettingsImpl.js +6 -9
  241. package/lib/cjs/internal/workspace/SettingsImpl.js.map +1 -1
  242. package/lib/cjs/internal/workspace/SettingsSchemasImpl.js +8 -12
  243. package/lib/cjs/internal/workspace/SettingsSchemasImpl.js.map +1 -1
  244. package/lib/cjs/internal/workspace/WorkspaceImpl.js +22 -17
  245. package/lib/cjs/internal/workspace/WorkspaceImpl.js.map +1 -1
  246. package/lib/cjs/internal/workspace/WorkspaceSqliteDb.js +1 -4
  247. package/lib/cjs/internal/workspace/WorkspaceSqliteDb.js.map +1 -1
  248. package/lib/cjs/rpc/multipart.d.ts.map +1 -1
  249. package/lib/cjs/rpc/multipart.js +2 -1
  250. package/lib/cjs/rpc/multipart.js.map +1 -1
  251. package/lib/cjs/rpc/tracing.js +2 -2
  252. package/lib/cjs/rpc/tracing.js.map +1 -1
  253. package/lib/cjs/rpc/web/logging.js.map +1 -1
  254. package/lib/cjs/rpc/web/request.d.ts.map +1 -1
  255. package/lib/cjs/rpc/web/request.js +2 -1
  256. package/lib/cjs/rpc/web/request.js.map +1 -1
  257. package/lib/cjs/rpc/web/response.js.map +1 -1
  258. package/lib/cjs/rpc-impl/DevToolsRpcImpl.js.map +1 -1
  259. package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts.map +1 -1
  260. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js +5 -2
  261. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js.map +1 -1
  262. package/lib/cjs/rpc-impl/IModelTileRpcImpl.js +5 -3
  263. package/lib/cjs/rpc-impl/IModelTileRpcImpl.js.map +1 -1
  264. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.d.ts.map +1 -1
  265. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js +4 -3
  266. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
  267. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -1
  268. package/lib/cjs/workspace/Settings.js.map +1 -1
  269. package/lib/cjs/workspace/SettingsSchemas.js.map +1 -1
  270. package/lib/cjs/workspace/Workspace.js.map +1 -1
  271. package/lib/cjs/workspace/WorkspaceEditor.js.map +1 -1
  272. package/package.json +29 -26
  273. package/lib/cjs/IModelCloneContext.d.ts +0 -9
  274. package/lib/cjs/IModelCloneContext.d.ts.map +0 -1
  275. package/lib/cjs/IModelCloneContext.js.map +0 -1
@@ -1,90 +1,90 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <ECSchema schemaName="IModelChange" alias="imodelchange" version="2.0.0" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
3
- <ECSchemaReference name="ECDbChange" version="01.00.01" alias="change"/>
4
- <ECSchemaReference name="CoreCustomAttributes" version="01.00.01" alias="CoreCA"/>
5
-
6
- <ECEntityClass typeName="ChangeSet" modifier="Sealed">
7
- <ECCustomAttributes>
8
- <DbIndexList xmlns="ECDbMap.02.00.00">
9
- <Indexes>
10
- <DbIndex>
11
- <Name>ix_imodelchange_ChangeSet_ParentWsgId</Name>
12
- <Properties>
13
- <string>ParentWsgId</string>
14
- </Properties>
15
- </DbIndex>
16
- <DbIndex>
17
- <Name>uix_imodelchange_ChangeSet_WsgId</Name>
18
- <IsUnique>True</IsUnique>
19
- <Properties>
20
- <string>WsgId</string>
21
- </Properties>
22
- </DbIndex>
23
- <DbIndex>
24
- <Name>ix_imodelchange_ChangeSet_PushDate</Name>
25
- <Properties>
26
- <string>PushDate</string>
27
- </Properties>
28
- </DbIndex>
29
- <DbIndex>
30
- <Name>ix_imodelchange_ChangeSet_UserCreated</Name>
31
- <Properties>
32
- <string>UserCreated</string>
33
- </Properties>
34
- </DbIndex>
35
- </Indexes>
36
- </DbIndexList>
37
- </ECCustomAttributes>
38
- <ECNavigationProperty propertyName="Summary" relationshipName="ChangeSummaryIsExtractedFromChangeset" direction="backward">
39
- <ECCustomAttributes>
40
- <ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
41
- <OnDeleteAction>Cascade</OnDeleteAction>
42
- </ForeignKeyConstraint>
43
- </ECCustomAttributes>
44
- </ECNavigationProperty>
45
- <ECProperty propertyName="ParentWsgId" typeName="string">
46
- <ECCustomAttributes>
47
- <PropertyMap xmlns="ECDbMap.02.00.00">
48
- <Collation>NoCase</Collation>
49
- </PropertyMap>
50
- </ECCustomAttributes>
51
- </ECProperty>
52
- <ECProperty propertyName="WsgId" typeName="string">
53
- <ECCustomAttributes>
54
- <PropertyMap xmlns="ECDbMap.02.00.00">
55
- <Collation>NoCase</Collation>
56
- </PropertyMap>
57
- </ECCustomAttributes>
58
- </ECProperty>
59
- <ECProperty propertyName="Description" typeName="string">
60
- <ECCustomAttributes>
61
- <PropertyMap xmlns="ECDbMap.02.00.00">
62
- <Collation>NoCase</Collation>
63
- </PropertyMap>
64
- </ECCustomAttributes>
65
- </ECProperty>
66
- <ECProperty propertyName="PushDate" typeName="dateTime">
67
- <ECCustomAttributes>
68
- <DateTimeInfo xmlns="CoreCustomAttributes.01.00.01">
69
- <DateTimeKind>Utc</DateTimeKind>
70
- </DateTimeInfo>
71
- </ECCustomAttributes>
72
- </ECProperty>
73
- <ECProperty propertyName="UserCreated" typeName="string">
74
- <ECCustomAttributes>
75
- <PropertyMap xmlns="ECDbMap.02.00.00">
76
- <Collation>NoCase</Collation>
77
- </PropertyMap>
78
- </ECCustomAttributes>
79
- </ECProperty>
80
- </ECEntityClass>
81
-
82
- <ECRelationshipClass typeName="ChangeSummaryIsExtractedFromChangeset" modifier="Sealed" strength="embedding">
83
- <Source multiplicity="(1..1)" roleLabel="is created from" polymorphic="false">
84
- <Class class="change:ChangeSummary"/>
85
- </Source>
86
- <Target multiplicity="(0..1)" roleLabel="is source of" polymorphic="false">
87
- <Class class="ChangeSet"/>
88
- </Target>
89
- </ECRelationshipClass>
90
- </ECSchema>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <ECSchema schemaName="IModelChange" alias="imodelchange" version="2.0.0" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
3
+ <ECSchemaReference name="ECDbChange" version="01.00.01" alias="change"/>
4
+ <ECSchemaReference name="CoreCustomAttributes" version="01.00.01" alias="CoreCA"/>
5
+
6
+ <ECEntityClass typeName="ChangeSet" modifier="Sealed">
7
+ <ECCustomAttributes>
8
+ <DbIndexList xmlns="ECDbMap.02.00.00">
9
+ <Indexes>
10
+ <DbIndex>
11
+ <Name>ix_imodelchange_ChangeSet_ParentWsgId</Name>
12
+ <Properties>
13
+ <string>ParentWsgId</string>
14
+ </Properties>
15
+ </DbIndex>
16
+ <DbIndex>
17
+ <Name>uix_imodelchange_ChangeSet_WsgId</Name>
18
+ <IsUnique>True</IsUnique>
19
+ <Properties>
20
+ <string>WsgId</string>
21
+ </Properties>
22
+ </DbIndex>
23
+ <DbIndex>
24
+ <Name>ix_imodelchange_ChangeSet_PushDate</Name>
25
+ <Properties>
26
+ <string>PushDate</string>
27
+ </Properties>
28
+ </DbIndex>
29
+ <DbIndex>
30
+ <Name>ix_imodelchange_ChangeSet_UserCreated</Name>
31
+ <Properties>
32
+ <string>UserCreated</string>
33
+ </Properties>
34
+ </DbIndex>
35
+ </Indexes>
36
+ </DbIndexList>
37
+ </ECCustomAttributes>
38
+ <ECNavigationProperty propertyName="Summary" relationshipName="ChangeSummaryIsExtractedFromChangeset" direction="backward">
39
+ <ECCustomAttributes>
40
+ <ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
41
+ <OnDeleteAction>Cascade</OnDeleteAction>
42
+ </ForeignKeyConstraint>
43
+ </ECCustomAttributes>
44
+ </ECNavigationProperty>
45
+ <ECProperty propertyName="ParentWsgId" typeName="string">
46
+ <ECCustomAttributes>
47
+ <PropertyMap xmlns="ECDbMap.02.00.00">
48
+ <Collation>NoCase</Collation>
49
+ </PropertyMap>
50
+ </ECCustomAttributes>
51
+ </ECProperty>
52
+ <ECProperty propertyName="WsgId" typeName="string">
53
+ <ECCustomAttributes>
54
+ <PropertyMap xmlns="ECDbMap.02.00.00">
55
+ <Collation>NoCase</Collation>
56
+ </PropertyMap>
57
+ </ECCustomAttributes>
58
+ </ECProperty>
59
+ <ECProperty propertyName="Description" typeName="string">
60
+ <ECCustomAttributes>
61
+ <PropertyMap xmlns="ECDbMap.02.00.00">
62
+ <Collation>NoCase</Collation>
63
+ </PropertyMap>
64
+ </ECCustomAttributes>
65
+ </ECProperty>
66
+ <ECProperty propertyName="PushDate" typeName="dateTime">
67
+ <ECCustomAttributes>
68
+ <DateTimeInfo xmlns="CoreCustomAttributes.01.00.01">
69
+ <DateTimeKind>Utc</DateTimeKind>
70
+ </DateTimeInfo>
71
+ </ECCustomAttributes>
72
+ </ECProperty>
73
+ <ECProperty propertyName="UserCreated" typeName="string">
74
+ <ECCustomAttributes>
75
+ <PropertyMap xmlns="ECDbMap.02.00.00">
76
+ <Collation>NoCase</Collation>
77
+ </PropertyMap>
78
+ </ECCustomAttributes>
79
+ </ECProperty>
80
+ </ECEntityClass>
81
+
82
+ <ECRelationshipClass typeName="ChangeSummaryIsExtractedFromChangeset" modifier="Sealed" strength="embedding">
83
+ <Source multiplicity="(1..1)" roleLabel="is created from" polymorphic="false">
84
+ <Class class="change:ChangeSummary"/>
85
+ </Source>
86
+ <Target multiplicity="(0..1)" roleLabel="is source of" polymorphic="false">
87
+ <Class class="ChangeSet"/>
88
+ </Target>
89
+ </ECRelationshipClass>
90
+ </ECSchema>
@@ -1,33 +1,33 @@
1
- {
2
- "$comment": "This schema describes the meta-structure of an iTwin Settings Schema file. It is used to provide a guide for the schema files themselves.",
3
- "$schema": "http://json-schema.org/draft-07/schema#",
4
- "additionalProperties": false,
5
- "required": [
6
- "schemaPrefix",
7
- "description"
8
- ],
9
- "schemaPrefix": "itwin/core/base",
10
- "description": "meta-schema for all iTwin settings schemas",
11
- "properties": {
12
- "settingDefs": {
13
- "type": "object",
14
- "description": "A group of setting definitions."
15
- },
16
- "typeDefs": {
17
- "type": "object",
18
- "description": "A group of type definitions that can be extended in setting definitions."
19
- },
20
- "schemaPrefix": {
21
- "type": "string",
22
- "description": "The unique prefix of the schema."
23
- },
24
- "description": {
25
- "type": "string",
26
- "description": "A description of the schema."
27
- },
28
- "order": {
29
- "type": "integer",
30
- "description": "An integer value used to sort the schema in a user interface list of multiple schemas, where schemas of lower order are sorted before those with higher order."
31
- }
32
- }
1
+ {
2
+ "$comment": "This schema describes the meta-structure of an iTwin Settings Schema file. It is used to provide a guide for the schema files themselves.",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "additionalProperties": false,
5
+ "required": [
6
+ "schemaPrefix",
7
+ "description"
8
+ ],
9
+ "schemaPrefix": "itwin/core/base",
10
+ "description": "meta-schema for all iTwin settings schemas",
11
+ "properties": {
12
+ "settingDefs": {
13
+ "type": "object",
14
+ "description": "A group of setting definitions."
15
+ },
16
+ "typeDefs": {
17
+ "type": "object",
18
+ "description": "A group of type definitions that can be extended in setting definitions."
19
+ },
20
+ "schemaPrefix": {
21
+ "type": "string",
22
+ "description": "The unique prefix of the schema."
23
+ },
24
+ "description": {
25
+ "type": "string",
26
+ "description": "A description of the schema."
27
+ },
28
+ "order": {
29
+ "type": "integer",
30
+ "description": "An integer value used to sort the schema in a user interface list of multiple schemas, where schemas of lower order are sorted before those with higher order."
31
+ }
32
+ }
33
33
  }
@@ -1,28 +1,28 @@
1
- {
2
- "$schema": "./Base.Schema.json",
3
- "description": "settings for geocoordinate services",
4
- "schemaPrefix": "itwin/core/gcs",
5
- "settingDefs": {
6
- "default/databases": {
7
- "type": "array",
8
- "description": "array of GCS WorkspaceDbs",
9
- "items": {
10
- "type": "object",
11
- "extends": "itwin/core/workspace/workspaceDb",
12
- "description": "Properties of a WorkspaceDb holding GCS data.",
13
- "properties": {
14
- "priority": {
15
- "type": "number",
16
- "description": "Priority value for GCS database, higher values are searched first",
17
- "default": 500
18
- }
19
- }
20
- }
21
- },
22
- "disableWorkspaces": {
23
- "type": "boolean",
24
- "description": "If true, do not load any GCS workspaces",
25
- "default": false
26
- }
27
- }
1
+ {
2
+ "$schema": "./Base.Schema.json",
3
+ "description": "settings for geocoordinate services",
4
+ "schemaPrefix": "itwin/core/gcs",
5
+ "settingDefs": {
6
+ "default/databases": {
7
+ "type": "array",
8
+ "description": "array of GCS WorkspaceDbs",
9
+ "items": {
10
+ "type": "object",
11
+ "extends": "itwin/core/workspace/workspaceDb",
12
+ "description": "Properties of a WorkspaceDb holding GCS data.",
13
+ "properties": {
14
+ "priority": {
15
+ "type": "number",
16
+ "description": "Priority value for GCS database, higher values are searched first",
17
+ "default": 500
18
+ }
19
+ }
20
+ }
21
+ },
22
+ "disableWorkspaces": {
23
+ "type": "boolean",
24
+ "description": "If true, do not load any GCS workspaces",
25
+ "default": false
26
+ }
27
+ }
28
28
  }
@@ -1,95 +1,95 @@
1
- {
2
- "$schema": "./Base.Schema.json",
3
- "description": "settings for workspaces",
4
- "schemaPrefix": "itwin/core/workspace",
5
- "settingDefs": {
6
- "settingsWorkspaces": {
7
- "description": "An array of resourceName, WorkspaceDb properties, each of which holds a Settings.Dictionary. Each entry also holds the settings priority for loading the dictionary.",
8
- "type": "array",
9
- "items": {
10
- "type": "object",
11
- "extends": "itwin/core/workspace/workspaceDb",
12
- "properties": {
13
- "resourceName": {
14
- "type": "string",
15
- "description": "the name of the string resource holding the settings dictionary in this WorkspaceDb",
16
- "default": "settingsDictionary"
17
- },
18
- "priority": {
19
- "type": "number",
20
- "description": "the SettingsPriority for the settingsDictionary",
21
- "default": 500
22
- }
23
- }
24
- }
25
- }
26
- },
27
- "typeDefs": {
28
- "workspaceDb": {
29
- "type": "object",
30
- "description": "WorkspaceDb properties",
31
- "required": [
32
- "containerId",
33
- "baseUri"
34
- ],
35
- "properties": {
36
- "dbName": {
37
- "type": "string",
38
- "description": "the name of the database within its cloud container. If not present, defaults to 'workspace-db'."
39
- },
40
- "baseUri": {
41
- "type": "string",
42
- "description": "the baseUri for the container, without trailing slash (e.g., https://containers.itwinjs.org)"
43
- },
44
- "containerId": {
45
- "type": "string",
46
- "description": "the containerId of this cloud container. Usually a Guid"
47
- },
48
- "storageType": {
49
- "type": "string",
50
- "description": "one of: 'azure', 'aws', 'google'",
51
- "default": "azure"
52
- },
53
- "description": {
54
- "type": "string",
55
- "description": "information about what is in this workspace"
56
- },
57
- "loadingHelp": {
58
- "type": "string",
59
- "description": "in case there is a problem loading this workspace, show this message"
60
- },
61
- "isPublic": {
62
- "type": "boolean",
63
- "description": "whether the cloud container is public (doesn't require authentication)",
64
- "default": false
65
- },
66
- "version": {
67
- "type": "string",
68
- "description": "the (semver) range of acceptable versions",
69
- "default": "^1"
70
- },
71
- "includePrerelease": {
72
- "type": "boolean",
73
- "description": "include prerelease in acceptable versions"
74
- },
75
- "prefetch": {
76
- "type": "boolean",
77
- "description": "if true, pre-fetch all of the data from the cloud in the background"
78
- },
79
- "syncOnConnect": {
80
- "type": "boolean",
81
- "description": "if false, do not attempt to synchronize with cloud when workspace is loaded",
82
- "hidden": true
83
- }
84
- }
85
- },
86
- "workspaceDbList": {
87
- "type": "array",
88
- "combineArray": true,
89
- "items": {
90
- "type": "object",
91
- "extends": "itwin/core/workspace/workspaceDb"
92
- }
93
- }
94
- }
1
+ {
2
+ "$schema": "./Base.Schema.json",
3
+ "description": "settings for workspaces",
4
+ "schemaPrefix": "itwin/core/workspace",
5
+ "settingDefs": {
6
+ "settingsWorkspaces": {
7
+ "description": "An array of resourceName, WorkspaceDb properties, each of which holds a Settings.Dictionary. Each entry also holds the settings priority for loading the dictionary.",
8
+ "type": "array",
9
+ "items": {
10
+ "type": "object",
11
+ "extends": "itwin/core/workspace/workspaceDb",
12
+ "properties": {
13
+ "resourceName": {
14
+ "type": "string",
15
+ "description": "the name of the string resource holding the settings dictionary in this WorkspaceDb",
16
+ "default": "settingsDictionary"
17
+ },
18
+ "priority": {
19
+ "type": "number",
20
+ "description": "the SettingsPriority for the settingsDictionary",
21
+ "default": 500
22
+ }
23
+ }
24
+ }
25
+ }
26
+ },
27
+ "typeDefs": {
28
+ "workspaceDb": {
29
+ "type": "object",
30
+ "description": "WorkspaceDb properties",
31
+ "required": [
32
+ "containerId",
33
+ "baseUri"
34
+ ],
35
+ "properties": {
36
+ "dbName": {
37
+ "type": "string",
38
+ "description": "the name of the database within its cloud container. If not present, defaults to 'workspace-db'."
39
+ },
40
+ "baseUri": {
41
+ "type": "string",
42
+ "description": "the baseUri for the container, without trailing slash (e.g., https://containers.itwinjs.org)"
43
+ },
44
+ "containerId": {
45
+ "type": "string",
46
+ "description": "the containerId of this cloud container. Usually a Guid"
47
+ },
48
+ "storageType": {
49
+ "type": "string",
50
+ "description": "one of: 'azure', 'aws', 'google'",
51
+ "default": "azure"
52
+ },
53
+ "description": {
54
+ "type": "string",
55
+ "description": "information about what is in this workspace"
56
+ },
57
+ "loadingHelp": {
58
+ "type": "string",
59
+ "description": "in case there is a problem loading this workspace, show this message"
60
+ },
61
+ "isPublic": {
62
+ "type": "boolean",
63
+ "description": "whether the cloud container is public (doesn't require authentication)",
64
+ "default": false
65
+ },
66
+ "version": {
67
+ "type": "string",
68
+ "description": "the (semver) range of acceptable versions",
69
+ "default": "^1"
70
+ },
71
+ "includePrerelease": {
72
+ "type": "boolean",
73
+ "description": "include prerelease in acceptable versions"
74
+ },
75
+ "prefetch": {
76
+ "type": "boolean",
77
+ "description": "if true, pre-fetch all of the data from the cloud in the background"
78
+ },
79
+ "syncOnConnect": {
80
+ "type": "boolean",
81
+ "description": "if false, do not attempt to synchronize with cloud when workspace is loaded",
82
+ "hidden": true
83
+ }
84
+ }
85
+ },
86
+ "workspaceDbList": {
87
+ "type": "array",
88
+ "combineArray": true,
89
+ "items": {
90
+ "type": "object",
91
+ "extends": "itwin/core/workspace/workspaceDb"
92
+ }
93
+ }
94
+ }
95
95
  }
@@ -1,22 +1,22 @@
1
- {
2
- "itwin/core/gcs/default/databases": [
3
- {
4
- "name": "itwin/core/gcs/base",
5
- "dbName": "base",
6
- "version": "^1",
7
- "baseUri": "https://geocoord-workspace.itwinjs.org",
8
- "containerId": "gcs",
9
- "isPublic": true,
10
- "priority": 10000,
11
- "prefetch": true
12
- },
13
- {
14
- "name": "itwin/core/gcs/entire-earth",
15
- "dbName": "allEarth",
16
- "version": "^1",
17
- "baseUri": "https://geocoord-workspace.itwinjs.org",
18
- "containerId": "gcs",
19
- "priority": 100
20
- }
21
- ]
1
+ {
2
+ "itwin/core/gcs/default/databases": [
3
+ {
4
+ "name": "itwin/core/gcs/base",
5
+ "dbName": "base",
6
+ "version": "^1",
7
+ "baseUri": "https://geocoord-workspace.itwinjs.org",
8
+ "containerId": "gcs",
9
+ "isPublic": true,
10
+ "priority": 10000,
11
+ "prefetch": true
12
+ },
13
+ {
14
+ "name": "itwin/core/gcs/entire-earth",
15
+ "dbName": "allEarth",
16
+ "version": "^1",
17
+ "baseUri": "https://geocoord-workspace.itwinjs.org",
18
+ "containerId": "gcs",
19
+ "priority": 100
20
+ }
21
+ ]
22
22
  }
@@ -29,11 +29,13 @@ export * from "./Entity";
29
29
  export * from "./EntityReferences";
30
30
  export * from "./ExportGraphics";
31
31
  export * from "./ExternalSource";
32
+ export * from "./FontFile";
32
33
  export * from "./GeoCoordConfig";
33
34
  export * from "./GeographicCRSServices";
34
35
  export * from "./HubMock";
35
- export * from "./IModelCloneContext";
36
+ export * from "./ImageSourceConversion";
36
37
  export * from "./IModelDb";
38
+ export * from "./IModelDbFonts";
37
39
  export * from "./IModelElementCloneContext";
38
40
  export * from "./IModelHost";
39
41
  export * from "./IModelJsFs";
@@ -115,6 +117,10 @@ export * from "./internal/cross-package";
115
117
  * @docs-group-description HubAccess
116
118
  * APIs for working with IModelHub
117
119
  */
120
+ /**
121
+ * @docs-group-description Images
122
+ * APIs for encoding and decoding images
123
+ */
118
124
  /**
119
125
  * @docs-group-description IModelHost
120
126
  * Classes for configuring and administering the backend [host]($docs/learning/backend/IModelHost.md).
@@ -1 +1 @@
1
- {"version":3,"file":"core-backend.d.ts","sourceRoot":"","sources":["../../src/core-backend.ts"],"names":[],"mappings":"AAKA,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,QAAQ,CAAC;AACvB,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,OAAO,EACL,sBAAsB,EACtB,4BAA4B,EAC5B,0BAA0B,EAC1B,mBAAmB,GACpB,MAAM,wBAAwB,CAAC;AAChC,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AAErC,cAAc,0BAA0B,CAAC;AAEzC;;;;GAIG;AAEH;;;GAGG;AAEH;;;;GAIG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;;GAIG;AAEH;;;GAGG;AAEH;;;;GAIG;AAEH;;;IAGI;AAEJ;;;GAGG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;GAGG;AAEH;;;;GAIG;AAEH;;;GAGG;AAEH;;GAEG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;;GAIG;AAEH;;;GAGG"}
1
+ {"version":3,"file":"core-backend.d.ts","sourceRoot":"","sources":["../../src/core-backend.ts"],"names":[],"mappings":"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"}
@@ -50,11 +50,13 @@ __exportStar(require("./Entity"), exports);
50
50
  __exportStar(require("./EntityReferences"), exports);
51
51
  __exportStar(require("./ExportGraphics"), exports);
52
52
  __exportStar(require("./ExternalSource"), exports);
53
+ __exportStar(require("./FontFile"), exports);
53
54
  __exportStar(require("./GeoCoordConfig"), exports);
54
55
  __exportStar(require("./GeographicCRSServices"), exports);
55
56
  __exportStar(require("./HubMock"), exports);
56
- __exportStar(require("./IModelCloneContext"), exports);
57
+ __exportStar(require("./ImageSourceConversion"), exports);
57
58
  __exportStar(require("./IModelDb"), exports);
59
+ __exportStar(require("./IModelDbFonts"), exports);
58
60
  __exportStar(require("./IModelElementCloneContext"), exports);
59
61
  __exportStar(require("./IModelHost"), exports);
60
62
  __exportStar(require("./IModelJsFs"), exports);
@@ -138,6 +140,10 @@ __exportStar(require("./internal/cross-package"), exports);
138
140
  * @docs-group-description HubAccess
139
141
  * APIs for working with IModelHub
140
142
  */
143
+ /**
144
+ * @docs-group-description Images
145
+ * APIs for encoding and decoding images
146
+ */
141
147
  /**
142
148
  * @docs-group-description IModelHost
143
149
  * Classes for configuring and administering the backend [host]($docs/learning/backend/IModelHost.md).