@adobe/data 0.9.82 → 0.9.84

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 (1313) hide show
  1. package/dist/cache/functions/cached.d.ts +8 -0
  2. package/dist/cache/functions/cached.js +13 -0
  3. package/dist/cache/functions/cached.js.map +1 -0
  4. package/dist/cache/functions/cached.test.d.ts +1 -0
  5. package/dist/cache/functions/cached.test.js +49 -0
  6. package/dist/cache/functions/cached.test.js.map +1 -0
  7. package/dist/cache/functions/index.d.ts +1 -0
  8. package/dist/cache/functions/index.js +1 -0
  9. package/dist/cache/functions/index.js.map +1 -1
  10. package/dist/ecs/archetype/archetype.d.ts +23 -0
  11. package/dist/ecs/archetype/archetype.js.map +1 -1
  12. package/dist/ecs/database/concurrency/concurrency-strategy.d.ts +4 -3
  13. package/dist/ecs/database/create-plugin.d.ts +2 -1
  14. package/dist/ecs/database/create-plugin.js.map +1 -1
  15. package/dist/ecs/database/database.d.ts +27 -14
  16. package/dist/ecs/database/database.index.performance.test.js +32 -25
  17. package/dist/ecs/database/database.index.performance.test.js.map +1 -1
  18. package/dist/ecs/database/database.index.type-test.js +25 -0
  19. package/dist/ecs/database/database.index.type-test.js.map +1 -1
  20. package/dist/ecs/database/database.js +14 -0
  21. package/dist/ecs/database/database.js.map +1 -1
  22. package/dist/ecs/database/database.partition.test.d.ts +1 -0
  23. package/dist/ecs/database/database.partition.test.js +45 -0
  24. package/dist/ecs/database/database.partition.test.js.map +1 -0
  25. package/dist/ecs/database/database.partition.type-test.d.ts +1 -0
  26. package/dist/ecs/database/database.partition.type-test.js +41 -0
  27. package/dist/ecs/database/database.partition.type-test.js.map +1 -0
  28. package/dist/ecs/database/database.reset.test.js +13 -6
  29. package/dist/ecs/database/database.reset.test.js.map +1 -1
  30. package/dist/ecs/database/deep-extends-chain.type-test.d.ts +463 -463
  31. package/dist/ecs/database/facets/archetypes.d.ts +17 -0
  32. package/dist/ecs/database/facets/archetypes.js +18 -0
  33. package/dist/ecs/database/facets/archetypes.js.map +1 -0
  34. package/dist/ecs/database/facets/components.d.ts +17 -0
  35. package/dist/ecs/database/facets/components.js +18 -0
  36. package/dist/ecs/database/facets/components.js.map +1 -0
  37. package/dist/ecs/database/facets/facets.test.d.ts +1 -0
  38. package/dist/ecs/database/facets/facets.test.js +54 -0
  39. package/dist/ecs/database/facets/facets.test.js.map +1 -0
  40. package/dist/ecs/database/facets/resources.d.ts +17 -0
  41. package/dist/ecs/database/facets/resources.js +18 -0
  42. package/dist/ecs/database/facets/resources.js.map +1 -0
  43. package/dist/ecs/database/facets/stamp-scopes.d.ts +46 -0
  44. package/dist/ecs/database/facets/stamp-scopes.js +26 -0
  45. package/dist/ecs/database/facets/stamp-scopes.js.map +1 -0
  46. package/dist/ecs/database/index.d.ts +0 -1
  47. package/dist/ecs/database/index.js +0 -1
  48. package/dist/ecs/database/index.js.map +1 -1
  49. package/dist/ecs/database/observe-select-entities.performance.test.js +12 -4
  50. package/dist/ecs/database/observe-select-entities.performance.test.js.map +1 -1
  51. package/dist/ecs/database/observed/observed-database.d.ts +3 -3
  52. package/dist/ecs/database/reconciling/create-rebase-replay-applier.js +1 -1
  53. package/dist/ecs/database/reconciling/create-rebase-replay-applier.js.map +1 -1
  54. package/dist/ecs/database/reconciling/reconciling-entry.d.ts +3 -2
  55. package/dist/ecs/database/reconciling/reconciling-entry.js.map +1 -1
  56. package/dist/ecs/database/to-system-database.d.ts +17 -0
  57. package/dist/ecs/database/to-system-database.js +5 -0
  58. package/dist/ecs/database/to-system-database.js.map +1 -0
  59. package/dist/ecs/database/to-system-database.test.d.ts +1 -0
  60. package/dist/ecs/database/to-system-database.test.js +22 -0
  61. package/dist/ecs/database/to-system-database.test.js.map +1 -0
  62. package/dist/ecs/database/transactional-store/coalesce-actions.test.js +13 -4
  63. package/dist/ecs/database/transactional-store/coalesce-actions.test.js.map +1 -1
  64. package/dist/ecs/database/transactional-store/create-transactional-store.js.map +1 -1
  65. package/dist/ecs/database/transactional-store/transactional-store.d.ts +5 -16
  66. package/dist/ecs/optional-components.d.ts +1 -0
  67. package/dist/ecs/store/core/core.d.ts +33 -8
  68. package/dist/ecs/store/core/create-core.d.ts +12 -2
  69. package/dist/ecs/store/core/create-core.js +144 -22
  70. package/dist/ecs/store/core/create-core.js.map +1 -1
  71. package/dist/ecs/store/core/create-core.partition.test.d.ts +1 -0
  72. package/dist/ecs/store/core/create-core.partition.test.js +229 -0
  73. package/dist/ecs/store/core/create-core.partition.test.js.map +1 -0
  74. package/dist/ecs/store/core/select-entities.js +87 -21
  75. package/dist/ecs/store/core/select-entities.js.map +1 -1
  76. package/dist/ecs/store/core/select-entities.partition.test.d.ts +1 -0
  77. package/dist/ecs/store/core/select-entities.partition.test.js +93 -0
  78. package/dist/ecs/store/core/select-entities.partition.test.js.map +1 -0
  79. package/dist/ecs/store/entity-select-options.d.ts +5 -1
  80. package/dist/ecs/store/partition.d.ts +63 -0
  81. package/dist/ecs/store/partition.js +3 -0
  82. package/dist/ecs/store/partition.js.map +1 -0
  83. package/dist/ecs/store/partition.type-test.d.ts +1 -0
  84. package/dist/ecs/store/partition.type-test.js +15 -0
  85. package/dist/ecs/store/partition.type-test.js.map +1 -0
  86. package/dist/ecs/store/public/create-store.d.ts +3 -1
  87. package/dist/ecs/store/public/create-store.js +19 -50
  88. package/dist/ecs/store/public/create-store.js.map +1 -1
  89. package/dist/ecs/store/public/create-store.partition.test.d.ts +1 -0
  90. package/dist/ecs/store/public/create-store.partition.test.js +111 -0
  91. package/dist/ecs/store/public/create-store.partition.test.js.map +1 -0
  92. package/dist/ecs/store/public/create-store.partition.type-test.d.ts +1 -0
  93. package/dist/ecs/store/public/create-store.partition.type-test.js +61 -0
  94. package/dist/ecs/store/public/create-store.partition.type-test.js.map +1 -0
  95. package/dist/ecs/store/store.d.ts +22 -10
  96. package/dist/ecs/store/store.js.map +1 -1
  97. package/dist/ecs/store/transaction-functions.d.ts +6 -5
  98. package/dist/equals-unordered.d.ts +13 -0
  99. package/dist/equals-unordered.js +64 -0
  100. package/dist/equals-unordered.js.map +1 -0
  101. package/dist/equals-unordered.test.d.ts +1 -0
  102. package/dist/equals-unordered.test.js +35 -0
  103. package/dist/equals-unordered.test.js.map +1 -0
  104. package/dist/index.d.ts +1 -0
  105. package/dist/index.js +1 -0
  106. package/dist/index.js.map +1 -1
  107. package/dist/math/line2/interpolate.d.ts +3 -0
  108. package/dist/math/line2/interpolate.js +7 -0
  109. package/dist/math/line2/interpolate.js.map +1 -0
  110. package/dist/math/line2/intersects.d.ts +2 -0
  111. package/dist/math/line2/intersects.js +29 -0
  112. package/dist/math/line2/intersects.js.map +1 -0
  113. package/dist/math/line2/public.d.ts +3 -1
  114. package/dist/math/line2/public.js +3 -1
  115. package/dist/math/line2/public.js.map +1 -1
  116. package/dist/math/line2/sub-line.d.ts +2 -0
  117. package/dist/math/line2/sub-line.js +9 -0
  118. package/dist/math/line2/sub-line.js.map +1 -0
  119. package/dist/math/line3/closest-point-on-line.d.ts +10 -0
  120. package/dist/math/line3/closest-point-on-line.js +29 -0
  121. package/dist/math/line3/closest-point-on-line.js.map +1 -0
  122. package/dist/math/line3/direction.d.ts +7 -0
  123. package/dist/math/line3/direction.js +12 -0
  124. package/dist/math/line3/direction.js.map +1 -0
  125. package/dist/math/line3/interpolate.d.ts +3 -0
  126. package/dist/math/line3/interpolate.js +7 -0
  127. package/dist/math/line3/interpolate.js.map +1 -0
  128. package/dist/math/line3/public.d.ts +4 -1
  129. package/dist/math/line3/public.js +4 -1
  130. package/dist/math/line3/public.js.map +1 -1
  131. package/dist/math/line3/sub-line.d.ts +2 -0
  132. package/dist/math/line3/sub-line.js +9 -0
  133. package/dist/math/line3/sub-line.js.map +1 -0
  134. package/dist/math/mat4x4/add.d.ts +2 -0
  135. package/dist/math/mat4x4/add.js +8 -0
  136. package/dist/math/mat4x4/add.js.map +1 -0
  137. package/dist/math/mat4x4/determinant.d.ts +2 -0
  138. package/dist/math/mat4x4/determinant.js +18 -0
  139. package/dist/math/mat4x4/determinant.js.map +1 -0
  140. package/dist/math/mat4x4/identity.d.ts +2 -0
  141. package/dist/math/mat4x4/identity.js +8 -0
  142. package/dist/math/mat4x4/identity.js.map +1 -0
  143. package/dist/math/mat4x4/inverse.d.ts +2 -0
  144. package/dist/math/mat4x4/inverse.js +41 -0
  145. package/dist/math/mat4x4/inverse.js.map +1 -0
  146. package/dist/math/mat4x4/look-at.d.ts +3 -0
  147. package/dist/math/mat4x4/look-at.js +23 -0
  148. package/dist/math/mat4x4/look-at.js.map +1 -0
  149. package/dist/math/mat4x4/multiply-vec3.d.ts +3 -0
  150. package/dist/math/mat4x4/multiply-vec3.js +7 -0
  151. package/dist/math/mat4x4/multiply-vec3.js.map +1 -0
  152. package/dist/math/mat4x4/multiply-vec4.d.ts +3 -0
  153. package/dist/math/mat4x4/multiply-vec4.js +8 -0
  154. package/dist/math/mat4x4/multiply-vec4.js.map +1 -0
  155. package/dist/math/mat4x4/multiply.d.ts +2 -0
  156. package/dist/math/mat4x4/multiply.js +15 -0
  157. package/dist/math/mat4x4/multiply.js.map +1 -0
  158. package/dist/math/mat4x4/orthographic.d.ts +2 -0
  159. package/dist/math/mat4x4/orthographic.js +13 -0
  160. package/dist/math/mat4x4/orthographic.js.map +1 -0
  161. package/dist/math/mat4x4/perspective.d.ts +2 -0
  162. package/dist/math/mat4x4/perspective.js +23 -0
  163. package/dist/math/mat4x4/perspective.js.map +1 -0
  164. package/dist/math/mat4x4/public.d.ts +19 -1
  165. package/dist/math/mat4x4/public.js +19 -1
  166. package/dist/math/mat4x4/public.js.map +1 -1
  167. package/dist/math/mat4x4/rotation-x.d.ts +2 -0
  168. package/dist/math/mat4x4/rotation-x.js +12 -0
  169. package/dist/math/mat4x4/rotation-x.js.map +1 -0
  170. package/dist/math/mat4x4/rotation-y.d.ts +2 -0
  171. package/dist/math/mat4x4/rotation-y.js +12 -0
  172. package/dist/math/mat4x4/rotation-y.js.map +1 -0
  173. package/dist/math/mat4x4/rotation-z.d.ts +2 -0
  174. package/dist/math/mat4x4/rotation-z.js +12 -0
  175. package/dist/math/mat4x4/rotation-z.js.map +1 -0
  176. package/dist/math/mat4x4/scale.d.ts +2 -0
  177. package/dist/math/mat4x4/scale.js +8 -0
  178. package/dist/math/mat4x4/scale.js.map +1 -0
  179. package/dist/math/mat4x4/scaling.d.ts +2 -0
  180. package/dist/math/mat4x4/scaling.js +8 -0
  181. package/dist/math/mat4x4/scaling.js.map +1 -0
  182. package/dist/math/mat4x4/subtract.d.ts +2 -0
  183. package/dist/math/mat4x4/subtract.js +8 -0
  184. package/dist/math/mat4x4/subtract.js.map +1 -0
  185. package/dist/math/mat4x4/translation.d.ts +2 -0
  186. package/dist/math/mat4x4/translation.js +8 -0
  187. package/dist/math/mat4x4/translation.js.map +1 -0
  188. package/dist/math/mat4x4/transpose.d.ts +2 -0
  189. package/dist/math/mat4x4/transpose.js +8 -0
  190. package/dist/math/mat4x4/transpose.js.map +1 -0
  191. package/dist/math/mat4x4/zero.d.ts +2 -0
  192. package/dist/math/mat4x4/zero.js +8 -0
  193. package/dist/math/mat4x4/zero.js.map +1 -0
  194. package/dist/math/plane/contains-point.d.ts +3 -0
  195. package/dist/math/plane/contains-point.js +5 -0
  196. package/dist/math/plane/contains-point.js.map +1 -0
  197. package/dist/math/plane/distance.d.ts +3 -0
  198. package/dist/math/plane/distance.js +4 -0
  199. package/dist/math/plane/distance.js.map +1 -0
  200. package/dist/math/plane/is-point-behind.d.ts +3 -0
  201. package/dist/math/plane/is-point-behind.js +4 -0
  202. package/dist/math/plane/is-point-behind.js.map +1 -0
  203. package/dist/math/plane/is-point-in-front.d.ts +3 -0
  204. package/dist/math/plane/is-point-in-front.js +4 -0
  205. package/dist/math/plane/is-point-in-front.js.map +1 -0
  206. package/dist/math/plane/is.d.ts +2 -0
  207. package/dist/math/plane/is.js +5 -0
  208. package/dist/math/plane/is.js.map +1 -0
  209. package/dist/math/plane/line-intersection.d.ts +9 -0
  210. package/dist/math/plane/line-intersection.js +26 -0
  211. package/dist/math/plane/line-intersection.js.map +1 -0
  212. package/dist/math/plane/public.d.ts +7 -1
  213. package/dist/math/plane/public.js +7 -1
  214. package/dist/math/plane/public.js.map +1 -1
  215. package/dist/math/plane/signed-distance.d.ts +3 -0
  216. package/dist/math/plane/signed-distance.js +4 -0
  217. package/dist/math/plane/signed-distance.js.map +1 -0
  218. package/dist/math/quat/add.d.ts +2 -0
  219. package/dist/math/quat/add.js +8 -0
  220. package/dist/math/quat/add.js.map +1 -0
  221. package/dist/math/quat/align-to.d.ts +12 -0
  222. package/dist/math/quat/align-to.js +43 -0
  223. package/dist/math/quat/align-to.js.map +1 -0
  224. package/dist/math/quat/conjugate.d.ts +2 -0
  225. package/dist/math/quat/conjugate.js +3 -0
  226. package/dist/math/quat/conjugate.js.map +1 -0
  227. package/dist/math/quat/distance.d.ts +2 -0
  228. package/dist/math/quat/distance.js +5 -0
  229. package/dist/math/quat/distance.js.map +1 -0
  230. package/dist/math/quat/dot.d.ts +2 -0
  231. package/dist/math/quat/dot.js +3 -0
  232. package/dist/math/quat/dot.js.map +1 -0
  233. package/dist/math/quat/from-axis-angle.d.ts +3 -0
  234. package/dist/math/quat/from-axis-angle.js +14 -0
  235. package/dist/math/quat/from-axis-angle.js.map +1 -0
  236. package/dist/math/quat/from-euler.d.ts +2 -0
  237. package/dist/math/quat/from-euler.js +16 -0
  238. package/dist/math/quat/from-euler.js.map +1 -0
  239. package/dist/math/quat/identity.d.ts +2 -0
  240. package/dist/math/quat/identity.js +3 -0
  241. package/dist/math/quat/identity.js.map +1 -0
  242. package/dist/math/quat/inverse.d.ts +2 -0
  243. package/dist/math/quat/inverse.js +11 -0
  244. package/dist/math/quat/inverse.js.map +1 -0
  245. package/dist/math/quat/length-squared.d.ts +2 -0
  246. package/dist/math/quat/length-squared.js +3 -0
  247. package/dist/math/quat/length-squared.js.map +1 -0
  248. package/dist/math/quat/length.d.ts +2 -0
  249. package/dist/math/quat/length.js +3 -0
  250. package/dist/math/quat/length.js.map +1 -0
  251. package/dist/math/quat/lerp.d.ts +2 -0
  252. package/dist/math/quat/lerp.js +8 -0
  253. package/dist/math/quat/lerp.js.map +1 -0
  254. package/dist/math/quat/look-at.d.ts +3 -0
  255. package/dist/math/quat/look-at.js +49 -0
  256. package/dist/math/quat/look-at.js.map +1 -0
  257. package/dist/math/quat/multiply.d.ts +2 -0
  258. package/dist/math/quat/multiply.js +8 -0
  259. package/dist/math/quat/multiply.js.map +1 -0
  260. package/dist/math/quat/negate.d.ts +2 -0
  261. package/dist/math/quat/negate.js +3 -0
  262. package/dist/math/quat/negate.js.map +1 -0
  263. package/dist/math/quat/normalize.d.ts +2 -0
  264. package/dist/math/quat/normalize.js +8 -0
  265. package/dist/math/quat/normalize.js.map +1 -0
  266. package/dist/math/quat/public.d.ts +23 -1
  267. package/dist/math/quat/public.js +23 -1
  268. package/dist/math/quat/public.js.map +1 -1
  269. package/dist/math/quat/rotate-vec3.d.ts +3 -0
  270. package/dist/math/quat/rotate-vec3.js +15 -0
  271. package/dist/math/quat/rotate-vec3.js.map +1 -0
  272. package/dist/math/quat/scale.d.ts +2 -0
  273. package/dist/math/quat/scale.js +3 -0
  274. package/dist/math/quat/scale.js.map +1 -0
  275. package/dist/math/quat/schema.js +1 -1
  276. package/dist/math/quat/schema.js.map +1 -1
  277. package/dist/math/quat/slerp.d.ts +2 -0
  278. package/dist/math/quat/slerp.js +22 -0
  279. package/dist/math/quat/slerp.js.map +1 -0
  280. package/dist/math/quat/subtract.d.ts +2 -0
  281. package/dist/math/quat/subtract.js +8 -0
  282. package/dist/math/quat/subtract.js.map +1 -0
  283. package/dist/math/quat/to-axis-angle.d.ts +6 -0
  284. package/dist/math/quat/to-axis-angle.js +13 -0
  285. package/dist/math/quat/to-axis-angle.js.map +1 -0
  286. package/dist/math/quat/to-euler.d.ts +3 -0
  287. package/dist/math/quat/to-euler.js +22 -0
  288. package/dist/math/quat/to-euler.js.map +1 -0
  289. package/dist/math/quat/to-mat4.d.ts +8 -0
  290. package/dist/math/quat/to-mat4.js +25 -0
  291. package/dist/math/quat/to-mat4.js.map +1 -0
  292. package/dist/math/vec2/f32/abs.d.ts +2 -0
  293. package/dist/math/vec2/f32/abs.js +3 -0
  294. package/dist/math/vec2/f32/abs.js.map +1 -0
  295. package/dist/math/vec2/f32/acos.d.ts +2 -0
  296. package/dist/math/vec2/f32/acos.js +3 -0
  297. package/dist/math/vec2/f32/acos.js.map +1 -0
  298. package/dist/math/vec2/f32/acosh.d.ts +2 -0
  299. package/dist/math/vec2/f32/acosh.js +3 -0
  300. package/dist/math/vec2/f32/acosh.js.map +1 -0
  301. package/dist/math/vec2/f32/add.d.ts +2 -0
  302. package/dist/math/vec2/f32/add.js +3 -0
  303. package/dist/math/vec2/f32/add.js.map +1 -0
  304. package/dist/math/vec2/f32/asin.d.ts +2 -0
  305. package/dist/math/vec2/f32/asin.js +3 -0
  306. package/dist/math/vec2/f32/asin.js.map +1 -0
  307. package/dist/math/vec2/f32/asinh.d.ts +2 -0
  308. package/dist/math/vec2/f32/asinh.js +3 -0
  309. package/dist/math/vec2/f32/asinh.js.map +1 -0
  310. package/dist/math/vec2/f32/atan.d.ts +2 -0
  311. package/dist/math/vec2/f32/atan.js +3 -0
  312. package/dist/math/vec2/f32/atan.js.map +1 -0
  313. package/dist/math/vec2/f32/atanh.d.ts +2 -0
  314. package/dist/math/vec2/f32/atanh.js +3 -0
  315. package/dist/math/vec2/f32/atanh.js.map +1 -0
  316. package/dist/math/vec2/f32/ceil.d.ts +2 -0
  317. package/dist/math/vec2/f32/ceil.js +3 -0
  318. package/dist/math/vec2/f32/ceil.js.map +1 -0
  319. package/dist/math/vec2/f32/clamp.d.ts +2 -0
  320. package/dist/math/vec2/f32/clamp.js +5 -0
  321. package/dist/math/vec2/f32/clamp.js.map +1 -0
  322. package/dist/math/vec2/f32/cos.d.ts +2 -0
  323. package/dist/math/vec2/f32/cos.js +3 -0
  324. package/dist/math/vec2/f32/cos.js.map +1 -0
  325. package/dist/math/vec2/f32/cosh.d.ts +2 -0
  326. package/dist/math/vec2/f32/cosh.js +3 -0
  327. package/dist/math/vec2/f32/cosh.js.map +1 -0
  328. package/dist/math/vec2/f32/distance.d.ts +2 -0
  329. package/dist/math/vec2/f32/distance.js +5 -0
  330. package/dist/math/vec2/f32/distance.js.map +1 -0
  331. package/dist/math/vec2/f32/dot.d.ts +2 -0
  332. package/dist/math/vec2/f32/dot.js +3 -0
  333. package/dist/math/vec2/f32/dot.js.map +1 -0
  334. package/dist/math/vec2/f32/equals.d.ts +2 -0
  335. package/dist/math/vec2/f32/equals.js +3 -0
  336. package/dist/math/vec2/f32/equals.js.map +1 -0
  337. package/dist/math/vec2/f32/exp.d.ts +2 -0
  338. package/dist/math/vec2/f32/exp.js +3 -0
  339. package/dist/math/vec2/f32/exp.js.map +1 -0
  340. package/dist/math/vec2/f32/exp2.d.ts +2 -0
  341. package/dist/math/vec2/f32/exp2.js +3 -0
  342. package/dist/math/vec2/f32/exp2.js.map +1 -0
  343. package/dist/math/vec2/f32/faceforward.d.ts +2 -0
  344. package/dist/math/vec2/f32/faceforward.js +5 -0
  345. package/dist/math/vec2/f32/faceforward.js.map +1 -0
  346. package/dist/math/vec2/f32/floor.d.ts +2 -0
  347. package/dist/math/vec2/f32/floor.js +3 -0
  348. package/dist/math/vec2/f32/floor.js.map +1 -0
  349. package/dist/math/vec2/f32/fract.d.ts +2 -0
  350. package/dist/math/vec2/f32/fract.js +3 -0
  351. package/dist/math/vec2/f32/fract.js.map +1 -0
  352. package/dist/math/vec2/f32/length.d.ts +2 -0
  353. package/dist/math/vec2/f32/length.js +3 -0
  354. package/dist/math/vec2/f32/length.js.map +1 -0
  355. package/dist/math/vec2/f32/log.d.ts +2 -0
  356. package/dist/math/vec2/f32/log.js +3 -0
  357. package/dist/math/vec2/f32/log.js.map +1 -0
  358. package/dist/math/vec2/f32/log2.d.ts +2 -0
  359. package/dist/math/vec2/f32/log2.js +3 -0
  360. package/dist/math/vec2/f32/log2.js.map +1 -0
  361. package/dist/math/vec2/f32/max.d.ts +2 -0
  362. package/dist/math/vec2/f32/max.js +3 -0
  363. package/dist/math/vec2/f32/max.js.map +1 -0
  364. package/dist/math/vec2/f32/min.d.ts +2 -0
  365. package/dist/math/vec2/f32/min.js +3 -0
  366. package/dist/math/vec2/f32/min.js.map +1 -0
  367. package/dist/math/vec2/f32/mix.d.ts +2 -0
  368. package/dist/math/vec2/f32/mix.js +6 -0
  369. package/dist/math/vec2/f32/mix.js.map +1 -0
  370. package/dist/math/vec2/f32/mod.d.ts +2 -0
  371. package/dist/math/vec2/f32/mod.js +6 -0
  372. package/dist/math/vec2/f32/mod.js.map +1 -0
  373. package/dist/math/vec2/f32/modf.d.ts +5 -0
  374. package/dist/math/vec2/f32/modf.js +6 -0
  375. package/dist/math/vec2/f32/modf.js.map +1 -0
  376. package/dist/math/vec2/f32/negate.d.ts +2 -0
  377. package/dist/math/vec2/f32/negate.js +3 -0
  378. package/dist/math/vec2/f32/negate.js.map +1 -0
  379. package/dist/math/vec2/f32/normalize.d.ts +2 -0
  380. package/dist/math/vec2/f32/normalize.js +8 -0
  381. package/dist/math/vec2/f32/normalize.js.map +1 -0
  382. package/dist/math/vec2/f32/pow.d.ts +2 -0
  383. package/dist/math/vec2/f32/pow.js +6 -0
  384. package/dist/math/vec2/f32/pow.js.map +1 -0
  385. package/dist/math/vec2/f32/public.d.ts +46 -1
  386. package/dist/math/vec2/f32/public.js +46 -1
  387. package/dist/math/vec2/f32/public.js.map +1 -1
  388. package/dist/math/vec2/f32/reflect.d.ts +2 -0
  389. package/dist/math/vec2/f32/reflect.js +9 -0
  390. package/dist/math/vec2/f32/reflect.js.map +1 -0
  391. package/dist/math/vec2/f32/refract.d.ts +2 -0
  392. package/dist/math/vec2/f32/refract.js +14 -0
  393. package/dist/math/vec2/f32/refract.js.map +1 -0
  394. package/dist/math/vec2/f32/round.d.ts +2 -0
  395. package/dist/math/vec2/f32/round.js +3 -0
  396. package/dist/math/vec2/f32/round.js.map +1 -0
  397. package/dist/math/vec2/f32/scale.d.ts +2 -0
  398. package/dist/math/vec2/f32/scale.js +3 -0
  399. package/dist/math/vec2/f32/scale.js.map +1 -0
  400. package/dist/math/vec2/f32/sign.d.ts +2 -0
  401. package/dist/math/vec2/f32/sign.js +3 -0
  402. package/dist/math/vec2/f32/sign.js.map +1 -0
  403. package/dist/math/vec2/f32/sin.d.ts +2 -0
  404. package/dist/math/vec2/f32/sin.js +3 -0
  405. package/dist/math/vec2/f32/sin.js.map +1 -0
  406. package/dist/math/vec2/f32/sinh.d.ts +2 -0
  407. package/dist/math/vec2/f32/sinh.js +3 -0
  408. package/dist/math/vec2/f32/sinh.js.map +1 -0
  409. package/dist/math/vec2/f32/smoothstep.d.ts +2 -0
  410. package/dist/math/vec2/f32/smoothstep.js +7 -0
  411. package/dist/math/vec2/f32/smoothstep.js.map +1 -0
  412. package/dist/math/vec2/f32/sqrt.d.ts +2 -0
  413. package/dist/math/vec2/f32/sqrt.js +3 -0
  414. package/dist/math/vec2/f32/sqrt.js.map +1 -0
  415. package/dist/math/vec2/f32/step.d.ts +2 -0
  416. package/dist/math/vec2/f32/step.js +6 -0
  417. package/dist/math/vec2/f32/step.js.map +1 -0
  418. package/dist/math/vec2/f32/subtract.d.ts +2 -0
  419. package/dist/math/vec2/f32/subtract.js +3 -0
  420. package/dist/math/vec2/f32/subtract.js.map +1 -0
  421. package/dist/math/vec2/f32/tan.d.ts +2 -0
  422. package/dist/math/vec2/f32/tan.js +3 -0
  423. package/dist/math/vec2/f32/tan.js.map +1 -0
  424. package/dist/math/vec2/f32/tanh.d.ts +2 -0
  425. package/dist/math/vec2/f32/tanh.js +3 -0
  426. package/dist/math/vec2/f32/tanh.js.map +1 -0
  427. package/dist/math/vec2/f32/trunc.d.ts +2 -0
  428. package/dist/math/vec2/f32/trunc.js +3 -0
  429. package/dist/math/vec2/f32/trunc.js.map +1 -0
  430. package/dist/math/vec2/f32/zero.d.ts +2 -0
  431. package/dist/math/vec2/f32/zero.js +3 -0
  432. package/dist/math/vec2/f32/zero.js.map +1 -0
  433. package/dist/math/vec2/i32/abs.d.ts +2 -0
  434. package/dist/math/vec2/i32/abs.js +3 -0
  435. package/dist/math/vec2/i32/abs.js.map +1 -0
  436. package/dist/math/vec2/i32/add.d.ts +2 -0
  437. package/dist/math/vec2/i32/add.js +3 -0
  438. package/dist/math/vec2/i32/add.js.map +1 -0
  439. package/dist/math/vec2/i32/bitwise-and.d.ts +2 -0
  440. package/dist/math/vec2/i32/bitwise-and.js +3 -0
  441. package/dist/math/vec2/i32/bitwise-and.js.map +1 -0
  442. package/dist/math/vec2/i32/bitwise-not.d.ts +2 -0
  443. package/dist/math/vec2/i32/bitwise-not.js +3 -0
  444. package/dist/math/vec2/i32/bitwise-not.js.map +1 -0
  445. package/dist/math/vec2/i32/bitwise-or.d.ts +2 -0
  446. package/dist/math/vec2/i32/bitwise-or.js +3 -0
  447. package/dist/math/vec2/i32/bitwise-or.js.map +1 -0
  448. package/dist/math/vec2/i32/bitwise-xor.d.ts +2 -0
  449. package/dist/math/vec2/i32/bitwise-xor.js +3 -0
  450. package/dist/math/vec2/i32/bitwise-xor.js.map +1 -0
  451. package/dist/math/vec2/i32/clamp.d.ts +2 -0
  452. package/dist/math/vec2/i32/clamp.js +5 -0
  453. package/dist/math/vec2/i32/clamp.js.map +1 -0
  454. package/dist/math/vec2/i32/count-leading-zeros.d.ts +2 -0
  455. package/dist/math/vec2/i32/count-leading-zeros.js +7 -0
  456. package/dist/math/vec2/i32/count-leading-zeros.js.map +1 -0
  457. package/dist/math/vec2/i32/count-one-bits.d.ts +2 -0
  458. package/dist/math/vec2/i32/count-one-bits.js +7 -0
  459. package/dist/math/vec2/i32/count-one-bits.js.map +1 -0
  460. package/dist/math/vec2/i32/count-trailing-zeros.d.ts +2 -0
  461. package/dist/math/vec2/i32/count-trailing-zeros.js +7 -0
  462. package/dist/math/vec2/i32/count-trailing-zeros.js.map +1 -0
  463. package/dist/math/vec2/i32/equals.d.ts +2 -0
  464. package/dist/math/vec2/i32/equals.js +3 -0
  465. package/dist/math/vec2/i32/equals.js.map +1 -0
  466. package/dist/math/vec2/i32/max.d.ts +2 -0
  467. package/dist/math/vec2/i32/max.js +3 -0
  468. package/dist/math/vec2/i32/max.js.map +1 -0
  469. package/dist/math/vec2/i32/min.d.ts +2 -0
  470. package/dist/math/vec2/i32/min.js +3 -0
  471. package/dist/math/vec2/i32/min.js.map +1 -0
  472. package/dist/math/vec2/i32/negate.d.ts +2 -0
  473. package/dist/math/vec2/i32/negate.js +3 -0
  474. package/dist/math/vec2/i32/negate.js.map +1 -0
  475. package/dist/math/vec2/i32/public.d.ts +20 -1
  476. package/dist/math/vec2/i32/public.js +20 -1
  477. package/dist/math/vec2/i32/public.js.map +1 -1
  478. package/dist/math/vec2/i32/reverse-bits.d.ts +2 -0
  479. package/dist/math/vec2/i32/reverse-bits.js +7 -0
  480. package/dist/math/vec2/i32/reverse-bits.js.map +1 -0
  481. package/dist/math/vec2/i32/scale.d.ts +2 -0
  482. package/dist/math/vec2/i32/scale.js +3 -0
  483. package/dist/math/vec2/i32/scale.js.map +1 -0
  484. package/dist/math/vec2/i32/shift-left.d.ts +2 -0
  485. package/dist/math/vec2/i32/shift-left.js +3 -0
  486. package/dist/math/vec2/i32/shift-left.js.map +1 -0
  487. package/dist/math/vec2/i32/shift-right.d.ts +2 -0
  488. package/dist/math/vec2/i32/shift-right.js +7 -0
  489. package/dist/math/vec2/i32/shift-right.js.map +1 -0
  490. package/dist/math/vec2/i32/subtract.d.ts +2 -0
  491. package/dist/math/vec2/i32/subtract.js +3 -0
  492. package/dist/math/vec2/i32/subtract.js.map +1 -0
  493. package/dist/math/vec2/i32/zero.d.ts +2 -0
  494. package/dist/math/vec2/i32/zero.js +3 -0
  495. package/dist/math/vec2/i32/zero.js.map +1 -0
  496. package/dist/math/vec2/public.d.ts +1 -1
  497. package/dist/math/vec2/public.js +1 -1
  498. package/dist/math/vec2/public.js.map +1 -1
  499. package/dist/math/vec2/u32/add.d.ts +2 -0
  500. package/dist/math/vec2/u32/add.js +6 -0
  501. package/dist/math/vec2/u32/add.js.map +1 -0
  502. package/dist/math/vec2/u32/bitwise-and.d.ts +2 -0
  503. package/dist/math/vec2/u32/bitwise-and.js +6 -0
  504. package/dist/math/vec2/u32/bitwise-and.js.map +1 -0
  505. package/dist/math/vec2/u32/bitwise-not.d.ts +2 -0
  506. package/dist/math/vec2/u32/bitwise-not.js +3 -0
  507. package/dist/math/vec2/u32/bitwise-not.js.map +1 -0
  508. package/dist/math/vec2/u32/bitwise-or.d.ts +2 -0
  509. package/dist/math/vec2/u32/bitwise-or.js +6 -0
  510. package/dist/math/vec2/u32/bitwise-or.js.map +1 -0
  511. package/dist/math/vec2/u32/bitwise-xor.d.ts +2 -0
  512. package/dist/math/vec2/u32/bitwise-xor.js +6 -0
  513. package/dist/math/vec2/u32/bitwise-xor.js.map +1 -0
  514. package/dist/math/vec2/u32/clamp.d.ts +2 -0
  515. package/dist/math/vec2/u32/clamp.js +5 -0
  516. package/dist/math/vec2/u32/clamp.js.map +1 -0
  517. package/dist/math/vec2/u32/count-leading-zeros.d.ts +2 -0
  518. package/dist/math/vec2/u32/count-leading-zeros.js +7 -0
  519. package/dist/math/vec2/u32/count-leading-zeros.js.map +1 -0
  520. package/dist/math/vec2/u32/count-one-bits.d.ts +2 -0
  521. package/dist/math/vec2/u32/count-one-bits.js +7 -0
  522. package/dist/math/vec2/u32/count-one-bits.js.map +1 -0
  523. package/dist/math/vec2/u32/count-trailing-zeros.d.ts +2 -0
  524. package/dist/math/vec2/u32/count-trailing-zeros.js +7 -0
  525. package/dist/math/vec2/u32/count-trailing-zeros.js.map +1 -0
  526. package/dist/math/vec2/u32/equals.d.ts +2 -0
  527. package/dist/math/vec2/u32/equals.js +3 -0
  528. package/dist/math/vec2/u32/equals.js.map +1 -0
  529. package/dist/math/vec2/u32/max.d.ts +2 -0
  530. package/dist/math/vec2/u32/max.js +6 -0
  531. package/dist/math/vec2/u32/max.js.map +1 -0
  532. package/dist/math/vec2/u32/min.d.ts +2 -0
  533. package/dist/math/vec2/u32/min.js +6 -0
  534. package/dist/math/vec2/u32/min.js.map +1 -0
  535. package/dist/math/vec2/u32/negate.d.ts +2 -0
  536. package/dist/math/vec2/u32/negate.js +3 -0
  537. package/dist/math/vec2/u32/negate.js.map +1 -0
  538. package/dist/math/vec2/u32/public.d.ts +19 -1
  539. package/dist/math/vec2/u32/public.js +19 -1
  540. package/dist/math/vec2/u32/public.js.map +1 -1
  541. package/dist/math/vec2/u32/reverse-bits.d.ts +2 -0
  542. package/dist/math/vec2/u32/reverse-bits.js +7 -0
  543. package/dist/math/vec2/u32/reverse-bits.js.map +1 -0
  544. package/dist/math/vec2/u32/scale.d.ts +2 -0
  545. package/dist/math/vec2/u32/scale.js +3 -0
  546. package/dist/math/vec2/u32/scale.js.map +1 -0
  547. package/dist/math/vec2/u32/shift-left.d.ts +2 -0
  548. package/dist/math/vec2/u32/shift-left.js +3 -0
  549. package/dist/math/vec2/u32/shift-left.js.map +1 -0
  550. package/dist/math/vec2/u32/shift-right.d.ts +2 -0
  551. package/dist/math/vec2/u32/shift-right.js +7 -0
  552. package/dist/math/vec2/u32/shift-right.js.map +1 -0
  553. package/dist/math/vec2/u32/subtract.d.ts +2 -0
  554. package/dist/math/vec2/u32/subtract.js +6 -0
  555. package/dist/math/vec2/u32/subtract.js.map +1 -0
  556. package/dist/math/vec2/u32/zero.d.ts +2 -0
  557. package/dist/math/vec2/u32/zero.js +3 -0
  558. package/dist/math/vec2/u32/zero.js.map +1 -0
  559. package/dist/math/vec3/f32/abs.d.ts +2 -0
  560. package/dist/math/vec3/f32/abs.js +3 -0
  561. package/dist/math/vec3/f32/abs.js.map +1 -0
  562. package/dist/math/vec3/f32/acos.d.ts +2 -0
  563. package/dist/math/vec3/f32/acos.js +3 -0
  564. package/dist/math/vec3/f32/acos.js.map +1 -0
  565. package/dist/math/vec3/f32/acosh.d.ts +2 -0
  566. package/dist/math/vec3/f32/acosh.js +3 -0
  567. package/dist/math/vec3/f32/acosh.js.map +1 -0
  568. package/dist/math/vec3/f32/add.d.ts +2 -0
  569. package/dist/math/vec3/f32/add.js +7 -0
  570. package/dist/math/vec3/f32/add.js.map +1 -0
  571. package/dist/math/vec3/f32/asin.d.ts +2 -0
  572. package/dist/math/vec3/f32/asin.js +3 -0
  573. package/dist/math/vec3/f32/asin.js.map +1 -0
  574. package/dist/math/vec3/f32/asinh.d.ts +2 -0
  575. package/dist/math/vec3/f32/asinh.js +3 -0
  576. package/dist/math/vec3/f32/asinh.js.map +1 -0
  577. package/dist/math/vec3/f32/atan.d.ts +2 -0
  578. package/dist/math/vec3/f32/atan.js +3 -0
  579. package/dist/math/vec3/f32/atan.js.map +1 -0
  580. package/dist/math/vec3/f32/atanh.d.ts +2 -0
  581. package/dist/math/vec3/f32/atanh.js +3 -0
  582. package/dist/math/vec3/f32/atanh.js.map +1 -0
  583. package/dist/math/vec3/f32/ceil.d.ts +2 -0
  584. package/dist/math/vec3/f32/ceil.js +3 -0
  585. package/dist/math/vec3/f32/ceil.js.map +1 -0
  586. package/dist/math/vec3/f32/clamp.d.ts +2 -0
  587. package/dist/math/vec3/f32/clamp.js +5 -0
  588. package/dist/math/vec3/f32/clamp.js.map +1 -0
  589. package/dist/math/vec3/f32/cos.d.ts +2 -0
  590. package/dist/math/vec3/f32/cos.js +3 -0
  591. package/dist/math/vec3/f32/cos.js.map +1 -0
  592. package/dist/math/vec3/f32/cosh.d.ts +2 -0
  593. package/dist/math/vec3/f32/cosh.js +3 -0
  594. package/dist/math/vec3/f32/cosh.js.map +1 -0
  595. package/dist/math/vec3/f32/cross.d.ts +2 -0
  596. package/dist/math/vec3/f32/cross.js +7 -0
  597. package/dist/math/vec3/f32/cross.js.map +1 -0
  598. package/dist/math/vec3/f32/distance-squared.d.ts +2 -0
  599. package/dist/math/vec3/f32/distance-squared.js +8 -0
  600. package/dist/math/vec3/f32/distance-squared.js.map +1 -0
  601. package/dist/math/vec3/f32/distance.d.ts +2 -0
  602. package/dist/math/vec3/f32/distance.js +5 -0
  603. package/dist/math/vec3/f32/distance.js.map +1 -0
  604. package/dist/math/vec3/f32/dot.d.ts +2 -0
  605. package/dist/math/vec3/f32/dot.js +3 -0
  606. package/dist/math/vec3/f32/dot.js.map +1 -0
  607. package/dist/math/vec3/f32/equals.d.ts +2 -0
  608. package/dist/math/vec3/f32/equals.js +3 -0
  609. package/dist/math/vec3/f32/equals.js.map +1 -0
  610. package/dist/math/vec3/f32/exp.d.ts +2 -0
  611. package/dist/math/vec3/f32/exp.js +3 -0
  612. package/dist/math/vec3/f32/exp.js.map +1 -0
  613. package/dist/math/vec3/f32/exp2.d.ts +2 -0
  614. package/dist/math/vec3/f32/exp2.js +3 -0
  615. package/dist/math/vec3/f32/exp2.js.map +1 -0
  616. package/dist/math/vec3/f32/faceforward.d.ts +2 -0
  617. package/dist/math/vec3/f32/faceforward.js +5 -0
  618. package/dist/math/vec3/f32/faceforward.js.map +1 -0
  619. package/dist/math/vec3/f32/floor.d.ts +2 -0
  620. package/dist/math/vec3/f32/floor.js +3 -0
  621. package/dist/math/vec3/f32/floor.js.map +1 -0
  622. package/dist/math/vec3/f32/fract.d.ts +2 -0
  623. package/dist/math/vec3/f32/fract.js +7 -0
  624. package/dist/math/vec3/f32/fract.js.map +1 -0
  625. package/dist/math/vec3/f32/length-squared.d.ts +2 -0
  626. package/dist/math/vec3/f32/length-squared.js +3 -0
  627. package/dist/math/vec3/f32/length-squared.js.map +1 -0
  628. package/dist/math/vec3/f32/length.d.ts +2 -0
  629. package/dist/math/vec3/f32/length.js +3 -0
  630. package/dist/math/vec3/f32/length.js.map +1 -0
  631. package/dist/math/vec3/f32/log.d.ts +2 -0
  632. package/dist/math/vec3/f32/log.js +3 -0
  633. package/dist/math/vec3/f32/log.js.map +1 -0
  634. package/dist/math/vec3/f32/log2.d.ts +2 -0
  635. package/dist/math/vec3/f32/log2.js +3 -0
  636. package/dist/math/vec3/f32/log2.js.map +1 -0
  637. package/dist/math/vec3/f32/max.d.ts +2 -0
  638. package/dist/math/vec3/f32/max.js +7 -0
  639. package/dist/math/vec3/f32/max.js.map +1 -0
  640. package/dist/math/vec3/f32/min.d.ts +2 -0
  641. package/dist/math/vec3/f32/min.js +7 -0
  642. package/dist/math/vec3/f32/min.js.map +1 -0
  643. package/dist/math/vec3/f32/mix.d.ts +2 -0
  644. package/dist/math/vec3/f32/mix.js +7 -0
  645. package/dist/math/vec3/f32/mix.js.map +1 -0
  646. package/dist/math/vec3/f32/mod.d.ts +2 -0
  647. package/dist/math/vec3/f32/mod.js +7 -0
  648. package/dist/math/vec3/f32/mod.js.map +1 -0
  649. package/dist/math/vec3/f32/modf.d.ts +5 -0
  650. package/dist/math/vec3/f32/modf.js +6 -0
  651. package/dist/math/vec3/f32/modf.js.map +1 -0
  652. package/dist/math/vec3/f32/multiply.d.ts +5 -0
  653. package/dist/math/vec3/f32/multiply.js +10 -0
  654. package/dist/math/vec3/f32/multiply.js.map +1 -0
  655. package/dist/math/vec3/f32/negate.d.ts +2 -0
  656. package/dist/math/vec3/f32/negate.js +3 -0
  657. package/dist/math/vec3/f32/negate.js.map +1 -0
  658. package/dist/math/vec3/f32/normalize.d.ts +2 -0
  659. package/dist/math/vec3/f32/normalize.js +8 -0
  660. package/dist/math/vec3/f32/normalize.js.map +1 -0
  661. package/dist/math/vec3/f32/one.d.ts +2 -0
  662. package/dist/math/vec3/f32/one.js +3 -0
  663. package/dist/math/vec3/f32/one.js.map +1 -0
  664. package/dist/math/vec3/f32/pow.d.ts +2 -0
  665. package/dist/math/vec3/f32/pow.js +7 -0
  666. package/dist/math/vec3/f32/pow.js.map +1 -0
  667. package/dist/math/vec3/f32/public.d.ts +52 -1
  668. package/dist/math/vec3/f32/public.js +52 -1
  669. package/dist/math/vec3/f32/public.js.map +1 -1
  670. package/dist/math/vec3/f32/random.d.ts +2 -0
  671. package/dist/math/vec3/f32/random.js +5 -0
  672. package/dist/math/vec3/f32/random.js.map +1 -0
  673. package/dist/math/vec3/f32/reflect.d.ts +2 -0
  674. package/dist/math/vec3/f32/reflect.js +9 -0
  675. package/dist/math/vec3/f32/reflect.js.map +1 -0
  676. package/dist/math/vec3/f32/refract.d.ts +2 -0
  677. package/dist/math/vec3/f32/refract.js +14 -0
  678. package/dist/math/vec3/f32/refract.js.map +1 -0
  679. package/dist/math/vec3/f32/round.d.ts +2 -0
  680. package/dist/math/vec3/f32/round.js +3 -0
  681. package/dist/math/vec3/f32/round.js.map +1 -0
  682. package/dist/math/vec3/f32/scale.d.ts +2 -0
  683. package/dist/math/vec3/f32/scale.js +3 -0
  684. package/dist/math/vec3/f32/scale.js.map +1 -0
  685. package/dist/math/vec3/f32/sign.d.ts +2 -0
  686. package/dist/math/vec3/f32/sign.js +3 -0
  687. package/dist/math/vec3/f32/sign.js.map +1 -0
  688. package/dist/math/vec3/f32/sin.d.ts +2 -0
  689. package/dist/math/vec3/f32/sin.js +3 -0
  690. package/dist/math/vec3/f32/sin.js.map +1 -0
  691. package/dist/math/vec3/f32/sinh.d.ts +2 -0
  692. package/dist/math/vec3/f32/sinh.js +3 -0
  693. package/dist/math/vec3/f32/sinh.js.map +1 -0
  694. package/dist/math/vec3/f32/smoothstep.d.ts +2 -0
  695. package/dist/math/vec3/f32/smoothstep.js +12 -0
  696. package/dist/math/vec3/f32/smoothstep.js.map +1 -0
  697. package/dist/math/vec3/f32/sqrt.d.ts +2 -0
  698. package/dist/math/vec3/f32/sqrt.js +3 -0
  699. package/dist/math/vec3/f32/sqrt.js.map +1 -0
  700. package/dist/math/vec3/f32/step.d.ts +2 -0
  701. package/dist/math/vec3/f32/step.js +7 -0
  702. package/dist/math/vec3/f32/step.js.map +1 -0
  703. package/dist/math/vec3/f32/subtract.d.ts +2 -0
  704. package/dist/math/vec3/f32/subtract.js +7 -0
  705. package/dist/math/vec3/f32/subtract.js.map +1 -0
  706. package/dist/math/vec3/f32/tan.d.ts +2 -0
  707. package/dist/math/vec3/f32/tan.js +3 -0
  708. package/dist/math/vec3/f32/tan.js.map +1 -0
  709. package/dist/math/vec3/f32/tanh.d.ts +2 -0
  710. package/dist/math/vec3/f32/tanh.js +3 -0
  711. package/dist/math/vec3/f32/tanh.js.map +1 -0
  712. package/dist/math/vec3/f32/trunc.d.ts +2 -0
  713. package/dist/math/vec3/f32/trunc.js +3 -0
  714. package/dist/math/vec3/f32/trunc.js.map +1 -0
  715. package/dist/math/vec3/f32/zero.d.ts +2 -0
  716. package/dist/math/vec3/f32/zero.js +3 -0
  717. package/dist/math/vec3/f32/zero.js.map +1 -0
  718. package/dist/math/vec3/i32/abs.d.ts +2 -0
  719. package/dist/math/vec3/i32/abs.js +3 -0
  720. package/dist/math/vec3/i32/abs.js.map +1 -0
  721. package/dist/math/vec3/i32/add.d.ts +2 -0
  722. package/dist/math/vec3/i32/add.js +7 -0
  723. package/dist/math/vec3/i32/add.js.map +1 -0
  724. package/dist/math/vec3/i32/bitwise-and.d.ts +2 -0
  725. package/dist/math/vec3/i32/bitwise-and.js +7 -0
  726. package/dist/math/vec3/i32/bitwise-and.js.map +1 -0
  727. package/dist/math/vec3/i32/bitwise-not.d.ts +2 -0
  728. package/dist/math/vec3/i32/bitwise-not.js +3 -0
  729. package/dist/math/vec3/i32/bitwise-not.js.map +1 -0
  730. package/dist/math/vec3/i32/bitwise-or.d.ts +2 -0
  731. package/dist/math/vec3/i32/bitwise-or.js +7 -0
  732. package/dist/math/vec3/i32/bitwise-or.js.map +1 -0
  733. package/dist/math/vec3/i32/bitwise-xor.d.ts +2 -0
  734. package/dist/math/vec3/i32/bitwise-xor.js +7 -0
  735. package/dist/math/vec3/i32/bitwise-xor.js.map +1 -0
  736. package/dist/math/vec3/i32/clamp.d.ts +2 -0
  737. package/dist/math/vec3/i32/clamp.js +5 -0
  738. package/dist/math/vec3/i32/clamp.js.map +1 -0
  739. package/dist/math/vec3/i32/count-leading-zeros.d.ts +2 -0
  740. package/dist/math/vec3/i32/count-leading-zeros.js +8 -0
  741. package/dist/math/vec3/i32/count-leading-zeros.js.map +1 -0
  742. package/dist/math/vec3/i32/count-one-bits.d.ts +2 -0
  743. package/dist/math/vec3/i32/count-one-bits.js +8 -0
  744. package/dist/math/vec3/i32/count-one-bits.js.map +1 -0
  745. package/dist/math/vec3/i32/count-trailing-zeros.d.ts +2 -0
  746. package/dist/math/vec3/i32/count-trailing-zeros.js +8 -0
  747. package/dist/math/vec3/i32/count-trailing-zeros.js.map +1 -0
  748. package/dist/math/vec3/i32/equals.d.ts +2 -0
  749. package/dist/math/vec3/i32/equals.js +3 -0
  750. package/dist/math/vec3/i32/equals.js.map +1 -0
  751. package/dist/math/vec3/i32/max.d.ts +2 -0
  752. package/dist/math/vec3/i32/max.js +7 -0
  753. package/dist/math/vec3/i32/max.js.map +1 -0
  754. package/dist/math/vec3/i32/min.d.ts +2 -0
  755. package/dist/math/vec3/i32/min.js +7 -0
  756. package/dist/math/vec3/i32/min.js.map +1 -0
  757. package/dist/math/vec3/i32/multiply.d.ts +2 -0
  758. package/dist/math/vec3/i32/multiply.js +7 -0
  759. package/dist/math/vec3/i32/multiply.js.map +1 -0
  760. package/dist/math/vec3/i32/negate.d.ts +2 -0
  761. package/dist/math/vec3/i32/negate.js +3 -0
  762. package/dist/math/vec3/i32/negate.js.map +1 -0
  763. package/dist/math/vec3/i32/one.d.ts +2 -0
  764. package/dist/math/vec3/i32/one.js +3 -0
  765. package/dist/math/vec3/i32/one.js.map +1 -0
  766. package/dist/math/vec3/i32/public.d.ts +22 -1
  767. package/dist/math/vec3/i32/public.js +22 -1
  768. package/dist/math/vec3/i32/public.js.map +1 -1
  769. package/dist/math/vec3/i32/reverse-bits.d.ts +2 -0
  770. package/dist/math/vec3/i32/reverse-bits.js +8 -0
  771. package/dist/math/vec3/i32/reverse-bits.js.map +1 -0
  772. package/dist/math/vec3/i32/scale.d.ts +2 -0
  773. package/dist/math/vec3/i32/scale.js +3 -0
  774. package/dist/math/vec3/i32/scale.js.map +1 -0
  775. package/dist/math/vec3/i32/shift-left.d.ts +2 -0
  776. package/dist/math/vec3/i32/shift-left.js +3 -0
  777. package/dist/math/vec3/i32/shift-left.js.map +1 -0
  778. package/dist/math/vec3/i32/shift-right.d.ts +2 -0
  779. package/dist/math/vec3/i32/shift-right.js +8 -0
  780. package/dist/math/vec3/i32/shift-right.js.map +1 -0
  781. package/dist/math/vec3/i32/subtract.d.ts +2 -0
  782. package/dist/math/vec3/i32/subtract.js +7 -0
  783. package/dist/math/vec3/i32/subtract.js.map +1 -0
  784. package/dist/math/vec3/i32/zero.d.ts +2 -0
  785. package/dist/math/vec3/i32/zero.js +3 -0
  786. package/dist/math/vec3/i32/zero.js.map +1 -0
  787. package/dist/math/vec3/public.d.ts +1 -1
  788. package/dist/math/vec3/public.js +1 -1
  789. package/dist/math/vec3/public.js.map +1 -1
  790. package/dist/math/vec3/u32/add.d.ts +2 -0
  791. package/dist/math/vec3/u32/add.js +7 -0
  792. package/dist/math/vec3/u32/add.js.map +1 -0
  793. package/dist/math/vec3/u32/bitwise-and.d.ts +2 -0
  794. package/dist/math/vec3/u32/bitwise-and.js +7 -0
  795. package/dist/math/vec3/u32/bitwise-and.js.map +1 -0
  796. package/dist/math/vec3/u32/bitwise-not.d.ts +2 -0
  797. package/dist/math/vec3/u32/bitwise-not.js +3 -0
  798. package/dist/math/vec3/u32/bitwise-not.js.map +1 -0
  799. package/dist/math/vec3/u32/bitwise-or.d.ts +2 -0
  800. package/dist/math/vec3/u32/bitwise-or.js +7 -0
  801. package/dist/math/vec3/u32/bitwise-or.js.map +1 -0
  802. package/dist/math/vec3/u32/bitwise-xor.d.ts +2 -0
  803. package/dist/math/vec3/u32/bitwise-xor.js +7 -0
  804. package/dist/math/vec3/u32/bitwise-xor.js.map +1 -0
  805. package/dist/math/vec3/u32/clamp.d.ts +2 -0
  806. package/dist/math/vec3/u32/clamp.js +5 -0
  807. package/dist/math/vec3/u32/clamp.js.map +1 -0
  808. package/dist/math/vec3/u32/count-leading-zeros.d.ts +2 -0
  809. package/dist/math/vec3/u32/count-leading-zeros.js +8 -0
  810. package/dist/math/vec3/u32/count-leading-zeros.js.map +1 -0
  811. package/dist/math/vec3/u32/count-one-bits.d.ts +2 -0
  812. package/dist/math/vec3/u32/count-one-bits.js +8 -0
  813. package/dist/math/vec3/u32/count-one-bits.js.map +1 -0
  814. package/dist/math/vec3/u32/count-trailing-zeros.d.ts +2 -0
  815. package/dist/math/vec3/u32/count-trailing-zeros.js +8 -0
  816. package/dist/math/vec3/u32/count-trailing-zeros.js.map +1 -0
  817. package/dist/math/vec3/u32/equals.d.ts +2 -0
  818. package/dist/math/vec3/u32/equals.js +3 -0
  819. package/dist/math/vec3/u32/equals.js.map +1 -0
  820. package/dist/math/vec3/u32/max.d.ts +2 -0
  821. package/dist/math/vec3/u32/max.js +7 -0
  822. package/dist/math/vec3/u32/max.js.map +1 -0
  823. package/dist/math/vec3/u32/min.d.ts +2 -0
  824. package/dist/math/vec3/u32/min.js +7 -0
  825. package/dist/math/vec3/u32/min.js.map +1 -0
  826. package/dist/math/vec3/u32/multiply.d.ts +2 -0
  827. package/dist/math/vec3/u32/multiply.js +7 -0
  828. package/dist/math/vec3/u32/multiply.js.map +1 -0
  829. package/dist/math/vec3/u32/negate.d.ts +2 -0
  830. package/dist/math/vec3/u32/negate.js +3 -0
  831. package/dist/math/vec3/u32/negate.js.map +1 -0
  832. package/dist/math/vec3/u32/one.d.ts +2 -0
  833. package/dist/math/vec3/u32/one.js +3 -0
  834. package/dist/math/vec3/u32/one.js.map +1 -0
  835. package/dist/math/vec3/u32/public.d.ts +22 -1
  836. package/dist/math/vec3/u32/public.js +22 -1
  837. package/dist/math/vec3/u32/public.js.map +1 -1
  838. package/dist/math/vec3/u32/reverse-bits.d.ts +2 -0
  839. package/dist/math/vec3/u32/reverse-bits.js +8 -0
  840. package/dist/math/vec3/u32/reverse-bits.js.map +1 -0
  841. package/dist/math/vec3/u32/scale.d.ts +2 -0
  842. package/dist/math/vec3/u32/scale.js +7 -0
  843. package/dist/math/vec3/u32/scale.js.map +1 -0
  844. package/dist/math/vec3/u32/shift-left.d.ts +2 -0
  845. package/dist/math/vec3/u32/shift-left.js +7 -0
  846. package/dist/math/vec3/u32/shift-left.js.map +1 -0
  847. package/dist/math/vec3/u32/shift-right.d.ts +2 -0
  848. package/dist/math/vec3/u32/shift-right.js +8 -0
  849. package/dist/math/vec3/u32/shift-right.js.map +1 -0
  850. package/dist/math/vec3/u32/subtract.d.ts +2 -0
  851. package/dist/math/vec3/u32/subtract.js +7 -0
  852. package/dist/math/vec3/u32/subtract.js.map +1 -0
  853. package/dist/math/vec3/u32/volume.d.ts +2 -0
  854. package/dist/math/vec3/u32/volume.js +3 -0
  855. package/dist/math/vec3/u32/volume.js.map +1 -0
  856. package/dist/math/vec3/u32/zero.d.ts +2 -0
  857. package/dist/math/vec3/u32/zero.js +3 -0
  858. package/dist/math/vec3/u32/zero.js.map +1 -0
  859. package/dist/math/vec4/f32/abs.d.ts +2 -0
  860. package/dist/math/vec4/f32/abs.js +3 -0
  861. package/dist/math/vec4/f32/abs.js.map +1 -0
  862. package/dist/math/vec4/f32/acos.d.ts +2 -0
  863. package/dist/math/vec4/f32/acos.js +3 -0
  864. package/dist/math/vec4/f32/acos.js.map +1 -0
  865. package/dist/math/vec4/f32/acosh.d.ts +2 -0
  866. package/dist/math/vec4/f32/acosh.js +3 -0
  867. package/dist/math/vec4/f32/acosh.js.map +1 -0
  868. package/dist/math/vec4/f32/add.d.ts +2 -0
  869. package/dist/math/vec4/f32/add.js +8 -0
  870. package/dist/math/vec4/f32/add.js.map +1 -0
  871. package/dist/math/vec4/f32/asin.d.ts +2 -0
  872. package/dist/math/vec4/f32/asin.js +3 -0
  873. package/dist/math/vec4/f32/asin.js.map +1 -0
  874. package/dist/math/vec4/f32/asinh.d.ts +2 -0
  875. package/dist/math/vec4/f32/asinh.js +3 -0
  876. package/dist/math/vec4/f32/asinh.js.map +1 -0
  877. package/dist/math/vec4/f32/atan.d.ts +2 -0
  878. package/dist/math/vec4/f32/atan.js +3 -0
  879. package/dist/math/vec4/f32/atan.js.map +1 -0
  880. package/dist/math/vec4/f32/atanh.d.ts +2 -0
  881. package/dist/math/vec4/f32/atanh.js +3 -0
  882. package/dist/math/vec4/f32/atanh.js.map +1 -0
  883. package/dist/math/vec4/f32/ceil.d.ts +2 -0
  884. package/dist/math/vec4/f32/ceil.js +3 -0
  885. package/dist/math/vec4/f32/ceil.js.map +1 -0
  886. package/dist/math/vec4/f32/clamp.d.ts +2 -0
  887. package/dist/math/vec4/f32/clamp.js +5 -0
  888. package/dist/math/vec4/f32/clamp.js.map +1 -0
  889. package/dist/math/vec4/f32/cos.d.ts +2 -0
  890. package/dist/math/vec4/f32/cos.js +3 -0
  891. package/dist/math/vec4/f32/cos.js.map +1 -0
  892. package/dist/math/vec4/f32/cosh.d.ts +2 -0
  893. package/dist/math/vec4/f32/cosh.js +3 -0
  894. package/dist/math/vec4/f32/cosh.js.map +1 -0
  895. package/dist/math/vec4/f32/distance.d.ts +2 -0
  896. package/dist/math/vec4/f32/distance.js +5 -0
  897. package/dist/math/vec4/f32/distance.js.map +1 -0
  898. package/dist/math/vec4/f32/dot.d.ts +2 -0
  899. package/dist/math/vec4/f32/dot.js +3 -0
  900. package/dist/math/vec4/f32/dot.js.map +1 -0
  901. package/dist/math/vec4/f32/exp.d.ts +2 -0
  902. package/dist/math/vec4/f32/exp.js +3 -0
  903. package/dist/math/vec4/f32/exp.js.map +1 -0
  904. package/dist/math/vec4/f32/exp2.d.ts +2 -0
  905. package/dist/math/vec4/f32/exp2.js +3 -0
  906. package/dist/math/vec4/f32/exp2.js.map +1 -0
  907. package/dist/math/vec4/f32/faceforward.d.ts +2 -0
  908. package/dist/math/vec4/f32/faceforward.js +5 -0
  909. package/dist/math/vec4/f32/faceforward.js.map +1 -0
  910. package/dist/math/vec4/f32/floor.d.ts +2 -0
  911. package/dist/math/vec4/f32/floor.js +3 -0
  912. package/dist/math/vec4/f32/floor.js.map +1 -0
  913. package/dist/math/vec4/f32/fract.d.ts +2 -0
  914. package/dist/math/vec4/f32/fract.js +8 -0
  915. package/dist/math/vec4/f32/fract.js.map +1 -0
  916. package/dist/math/vec4/f32/length.d.ts +2 -0
  917. package/dist/math/vec4/f32/length.js +3 -0
  918. package/dist/math/vec4/f32/length.js.map +1 -0
  919. package/dist/math/vec4/f32/log.d.ts +2 -0
  920. package/dist/math/vec4/f32/log.js +3 -0
  921. package/dist/math/vec4/f32/log.js.map +1 -0
  922. package/dist/math/vec4/f32/log2.d.ts +2 -0
  923. package/dist/math/vec4/f32/log2.js +3 -0
  924. package/dist/math/vec4/f32/log2.js.map +1 -0
  925. package/dist/math/vec4/f32/max.d.ts +2 -0
  926. package/dist/math/vec4/f32/max.js +8 -0
  927. package/dist/math/vec4/f32/max.js.map +1 -0
  928. package/dist/math/vec4/f32/min.d.ts +2 -0
  929. package/dist/math/vec4/f32/min.js +8 -0
  930. package/dist/math/vec4/f32/min.js.map +1 -0
  931. package/dist/math/vec4/f32/mix.d.ts +2 -0
  932. package/dist/math/vec4/f32/mix.js +8 -0
  933. package/dist/math/vec4/f32/mix.js.map +1 -0
  934. package/dist/math/vec4/f32/mod.d.ts +2 -0
  935. package/dist/math/vec4/f32/mod.js +8 -0
  936. package/dist/math/vec4/f32/mod.js.map +1 -0
  937. package/dist/math/vec4/f32/modf.d.ts +5 -0
  938. package/dist/math/vec4/f32/modf.js +6 -0
  939. package/dist/math/vec4/f32/modf.js.map +1 -0
  940. package/dist/math/vec4/f32/multiply.d.ts +2 -0
  941. package/dist/math/vec4/f32/multiply.js +8 -0
  942. package/dist/math/vec4/f32/multiply.js.map +1 -0
  943. package/dist/math/vec4/f32/negate.d.ts +2 -0
  944. package/dist/math/vec4/f32/negate.js +3 -0
  945. package/dist/math/vec4/f32/negate.js.map +1 -0
  946. package/dist/math/vec4/f32/normalize.d.ts +2 -0
  947. package/dist/math/vec4/f32/normalize.js +8 -0
  948. package/dist/math/vec4/f32/normalize.js.map +1 -0
  949. package/dist/math/vec4/f32/pow.d.ts +2 -0
  950. package/dist/math/vec4/f32/pow.js +8 -0
  951. package/dist/math/vec4/f32/pow.js.map +1 -0
  952. package/dist/math/vec4/f32/public.d.ts +45 -1
  953. package/dist/math/vec4/f32/public.js +45 -1
  954. package/dist/math/vec4/f32/public.js.map +1 -1
  955. package/dist/math/vec4/f32/reflect.d.ts +2 -0
  956. package/dist/math/vec4/f32/reflect.js +9 -0
  957. package/dist/math/vec4/f32/reflect.js.map +1 -0
  958. package/dist/math/vec4/f32/refract.d.ts +2 -0
  959. package/dist/math/vec4/f32/refract.js +14 -0
  960. package/dist/math/vec4/f32/refract.js.map +1 -0
  961. package/dist/math/vec4/f32/round.d.ts +2 -0
  962. package/dist/math/vec4/f32/round.js +3 -0
  963. package/dist/math/vec4/f32/round.js.map +1 -0
  964. package/dist/math/vec4/f32/scale.d.ts +2 -0
  965. package/dist/math/vec4/f32/scale.js +3 -0
  966. package/dist/math/vec4/f32/scale.js.map +1 -0
  967. package/dist/math/vec4/f32/sign.d.ts +2 -0
  968. package/dist/math/vec4/f32/sign.js +3 -0
  969. package/dist/math/vec4/f32/sign.js.map +1 -0
  970. package/dist/math/vec4/f32/sin.d.ts +2 -0
  971. package/dist/math/vec4/f32/sin.js +3 -0
  972. package/dist/math/vec4/f32/sin.js.map +1 -0
  973. package/dist/math/vec4/f32/sinh.d.ts +2 -0
  974. package/dist/math/vec4/f32/sinh.js +3 -0
  975. package/dist/math/vec4/f32/sinh.js.map +1 -0
  976. package/dist/math/vec4/f32/smoothstep.d.ts +2 -0
  977. package/dist/math/vec4/f32/smoothstep.js +14 -0
  978. package/dist/math/vec4/f32/smoothstep.js.map +1 -0
  979. package/dist/math/vec4/f32/sqrt.d.ts +2 -0
  980. package/dist/math/vec4/f32/sqrt.js +3 -0
  981. package/dist/math/vec4/f32/sqrt.js.map +1 -0
  982. package/dist/math/vec4/f32/step.d.ts +2 -0
  983. package/dist/math/vec4/f32/step.js +8 -0
  984. package/dist/math/vec4/f32/step.js.map +1 -0
  985. package/dist/math/vec4/f32/subtract.d.ts +2 -0
  986. package/dist/math/vec4/f32/subtract.js +8 -0
  987. package/dist/math/vec4/f32/subtract.js.map +1 -0
  988. package/dist/math/vec4/f32/tan.d.ts +2 -0
  989. package/dist/math/vec4/f32/tan.js +3 -0
  990. package/dist/math/vec4/f32/tan.js.map +1 -0
  991. package/dist/math/vec4/f32/tanh.d.ts +2 -0
  992. package/dist/math/vec4/f32/tanh.js +3 -0
  993. package/dist/math/vec4/f32/tanh.js.map +1 -0
  994. package/dist/math/vec4/f32/trunc.d.ts +2 -0
  995. package/dist/math/vec4/f32/trunc.js +3 -0
  996. package/dist/math/vec4/f32/trunc.js.map +1 -0
  997. package/dist/math/vec4/i32/abs.d.ts +2 -0
  998. package/dist/math/vec4/i32/abs.js +3 -0
  999. package/dist/math/vec4/i32/abs.js.map +1 -0
  1000. package/dist/math/vec4/i32/add.d.ts +2 -0
  1001. package/dist/math/vec4/i32/add.js +8 -0
  1002. package/dist/math/vec4/i32/add.js.map +1 -0
  1003. package/dist/math/vec4/i32/bitwise-and.d.ts +2 -0
  1004. package/dist/math/vec4/i32/bitwise-and.js +8 -0
  1005. package/dist/math/vec4/i32/bitwise-and.js.map +1 -0
  1006. package/dist/math/vec4/i32/bitwise-not.d.ts +2 -0
  1007. package/dist/math/vec4/i32/bitwise-not.js +3 -0
  1008. package/dist/math/vec4/i32/bitwise-not.js.map +1 -0
  1009. package/dist/math/vec4/i32/bitwise-or.d.ts +2 -0
  1010. package/dist/math/vec4/i32/bitwise-or.js +8 -0
  1011. package/dist/math/vec4/i32/bitwise-or.js.map +1 -0
  1012. package/dist/math/vec4/i32/bitwise-xor.d.ts +2 -0
  1013. package/dist/math/vec4/i32/bitwise-xor.js +8 -0
  1014. package/dist/math/vec4/i32/bitwise-xor.js.map +1 -0
  1015. package/dist/math/vec4/i32/clamp.d.ts +2 -0
  1016. package/dist/math/vec4/i32/clamp.js +5 -0
  1017. package/dist/math/vec4/i32/clamp.js.map +1 -0
  1018. package/dist/math/vec4/i32/count-leading-zeros.d.ts +2 -0
  1019. package/dist/math/vec4/i32/count-leading-zeros.js +9 -0
  1020. package/dist/math/vec4/i32/count-leading-zeros.js.map +1 -0
  1021. package/dist/math/vec4/i32/count-one-bits.d.ts +2 -0
  1022. package/dist/math/vec4/i32/count-one-bits.js +9 -0
  1023. package/dist/math/vec4/i32/count-one-bits.js.map +1 -0
  1024. package/dist/math/vec4/i32/count-trailing-zeros.d.ts +2 -0
  1025. package/dist/math/vec4/i32/count-trailing-zeros.js +9 -0
  1026. package/dist/math/vec4/i32/count-trailing-zeros.js.map +1 -0
  1027. package/dist/math/vec4/i32/equals.d.ts +2 -0
  1028. package/dist/math/vec4/i32/equals.js +3 -0
  1029. package/dist/math/vec4/i32/equals.js.map +1 -0
  1030. package/dist/math/vec4/i32/max.d.ts +2 -0
  1031. package/dist/math/vec4/i32/max.js +8 -0
  1032. package/dist/math/vec4/i32/max.js.map +1 -0
  1033. package/dist/math/vec4/i32/min.d.ts +2 -0
  1034. package/dist/math/vec4/i32/min.js +8 -0
  1035. package/dist/math/vec4/i32/min.js.map +1 -0
  1036. package/dist/math/vec4/i32/multiply.d.ts +2 -0
  1037. package/dist/math/vec4/i32/multiply.js +8 -0
  1038. package/dist/math/vec4/i32/multiply.js.map +1 -0
  1039. package/dist/math/vec4/i32/negate.d.ts +2 -0
  1040. package/dist/math/vec4/i32/negate.js +3 -0
  1041. package/dist/math/vec4/i32/negate.js.map +1 -0
  1042. package/dist/math/vec4/i32/one.d.ts +2 -0
  1043. package/dist/math/vec4/i32/one.js +3 -0
  1044. package/dist/math/vec4/i32/one.js.map +1 -0
  1045. package/dist/math/vec4/i32/public.d.ts +22 -1
  1046. package/dist/math/vec4/i32/public.js +22 -1
  1047. package/dist/math/vec4/i32/public.js.map +1 -1
  1048. package/dist/math/vec4/i32/reverse-bits.d.ts +2 -0
  1049. package/dist/math/vec4/i32/reverse-bits.js +9 -0
  1050. package/dist/math/vec4/i32/reverse-bits.js.map +1 -0
  1051. package/dist/math/vec4/i32/scale.d.ts +2 -0
  1052. package/dist/math/vec4/i32/scale.js +3 -0
  1053. package/dist/math/vec4/i32/scale.js.map +1 -0
  1054. package/dist/math/vec4/i32/shift-left.d.ts +2 -0
  1055. package/dist/math/vec4/i32/shift-left.js +3 -0
  1056. package/dist/math/vec4/i32/shift-left.js.map +1 -0
  1057. package/dist/math/vec4/i32/shift-right.d.ts +2 -0
  1058. package/dist/math/vec4/i32/shift-right.js +9 -0
  1059. package/dist/math/vec4/i32/shift-right.js.map +1 -0
  1060. package/dist/math/vec4/i32/subtract.d.ts +2 -0
  1061. package/dist/math/vec4/i32/subtract.js +8 -0
  1062. package/dist/math/vec4/i32/subtract.js.map +1 -0
  1063. package/dist/math/vec4/i32/zero.d.ts +2 -0
  1064. package/dist/math/vec4/i32/zero.js +3 -0
  1065. package/dist/math/vec4/i32/zero.js.map +1 -0
  1066. package/dist/math/vec4/public.d.ts +1 -1
  1067. package/dist/math/vec4/public.js +1 -1
  1068. package/dist/math/vec4/public.js.map +1 -1
  1069. package/dist/math/vec4/u32/add.d.ts +2 -0
  1070. package/dist/math/vec4/u32/add.js +8 -0
  1071. package/dist/math/vec4/u32/add.js.map +1 -0
  1072. package/dist/math/vec4/u32/bitwise-and.d.ts +2 -0
  1073. package/dist/math/vec4/u32/bitwise-and.js +8 -0
  1074. package/dist/math/vec4/u32/bitwise-and.js.map +1 -0
  1075. package/dist/math/vec4/u32/bitwise-not.d.ts +2 -0
  1076. package/dist/math/vec4/u32/bitwise-not.js +3 -0
  1077. package/dist/math/vec4/u32/bitwise-not.js.map +1 -0
  1078. package/dist/math/vec4/u32/bitwise-or.d.ts +2 -0
  1079. package/dist/math/vec4/u32/bitwise-or.js +8 -0
  1080. package/dist/math/vec4/u32/bitwise-or.js.map +1 -0
  1081. package/dist/math/vec4/u32/bitwise-xor.d.ts +2 -0
  1082. package/dist/math/vec4/u32/bitwise-xor.js +8 -0
  1083. package/dist/math/vec4/u32/bitwise-xor.js.map +1 -0
  1084. package/dist/math/vec4/u32/clamp.d.ts +2 -0
  1085. package/dist/math/vec4/u32/clamp.js +5 -0
  1086. package/dist/math/vec4/u32/clamp.js.map +1 -0
  1087. package/dist/math/vec4/u32/count-leading-zeros.d.ts +2 -0
  1088. package/dist/math/vec4/u32/count-leading-zeros.js +9 -0
  1089. package/dist/math/vec4/u32/count-leading-zeros.js.map +1 -0
  1090. package/dist/math/vec4/u32/count-one-bits.d.ts +2 -0
  1091. package/dist/math/vec4/u32/count-one-bits.js +9 -0
  1092. package/dist/math/vec4/u32/count-one-bits.js.map +1 -0
  1093. package/dist/math/vec4/u32/count-trailing-zeros.d.ts +2 -0
  1094. package/dist/math/vec4/u32/count-trailing-zeros.js +9 -0
  1095. package/dist/math/vec4/u32/count-trailing-zeros.js.map +1 -0
  1096. package/dist/math/vec4/u32/equals.d.ts +2 -0
  1097. package/dist/math/vec4/u32/equals.js +3 -0
  1098. package/dist/math/vec4/u32/equals.js.map +1 -0
  1099. package/dist/math/vec4/u32/max.d.ts +2 -0
  1100. package/dist/math/vec4/u32/max.js +8 -0
  1101. package/dist/math/vec4/u32/max.js.map +1 -0
  1102. package/dist/math/vec4/u32/min.d.ts +2 -0
  1103. package/dist/math/vec4/u32/min.js +8 -0
  1104. package/dist/math/vec4/u32/min.js.map +1 -0
  1105. package/dist/math/vec4/u32/multiply.d.ts +2 -0
  1106. package/dist/math/vec4/u32/multiply.js +8 -0
  1107. package/dist/math/vec4/u32/multiply.js.map +1 -0
  1108. package/dist/math/vec4/u32/negate.d.ts +2 -0
  1109. package/dist/math/vec4/u32/negate.js +3 -0
  1110. package/dist/math/vec4/u32/negate.js.map +1 -0
  1111. package/dist/math/vec4/u32/one.d.ts +2 -0
  1112. package/dist/math/vec4/u32/one.js +3 -0
  1113. package/dist/math/vec4/u32/one.js.map +1 -0
  1114. package/dist/math/vec4/u32/public.d.ts +21 -1
  1115. package/dist/math/vec4/u32/public.js +21 -1
  1116. package/dist/math/vec4/u32/public.js.map +1 -1
  1117. package/dist/math/vec4/u32/reverse-bits.d.ts +2 -0
  1118. package/dist/math/vec4/u32/reverse-bits.js +9 -0
  1119. package/dist/math/vec4/u32/reverse-bits.js.map +1 -0
  1120. package/dist/math/vec4/u32/scale.d.ts +2 -0
  1121. package/dist/math/vec4/u32/scale.js +8 -0
  1122. package/dist/math/vec4/u32/scale.js.map +1 -0
  1123. package/dist/math/vec4/u32/shift-left.d.ts +2 -0
  1124. package/dist/math/vec4/u32/shift-left.js +8 -0
  1125. package/dist/math/vec4/u32/shift-left.js.map +1 -0
  1126. package/dist/math/vec4/u32/shift-right.d.ts +2 -0
  1127. package/dist/math/vec4/u32/shift-right.js +9 -0
  1128. package/dist/math/vec4/u32/shift-right.js.map +1 -0
  1129. package/dist/math/vec4/u32/subtract.d.ts +2 -0
  1130. package/dist/math/vec4/u32/subtract.js +8 -0
  1131. package/dist/math/vec4/u32/subtract.js.map +1 -0
  1132. package/dist/math/vec4/u32/zero.d.ts +2 -0
  1133. package/dist/math/vec4/u32/zero.js +3 -0
  1134. package/dist/math/vec4/u32/zero.js.map +1 -0
  1135. package/dist/schema/from-archetype.d.ts +7 -4
  1136. package/dist/schema/from-archetype.js +3 -3
  1137. package/dist/schema/from-archetype.js.map +1 -1
  1138. package/dist/schema/from-object-properties.d.ts +15 -0
  1139. package/dist/schema/from-object-properties.js +9 -0
  1140. package/dist/schema/from-object-properties.js.map +1 -0
  1141. package/dist/schema/from-object-properties.test.d.ts +1 -0
  1142. package/dist/schema/from-object-properties.test.js +49 -0
  1143. package/dist/schema/from-object-properties.test.js.map +1 -0
  1144. package/dist/schema/from-object-properties.type-test.d.ts +1 -0
  1145. package/dist/schema/from-object-properties.type-test.js +37 -0
  1146. package/dist/schema/from-object-properties.type-test.js.map +1 -0
  1147. package/dist/schema/from-struct-properties.d.ts +8 -0
  1148. package/dist/schema/from-struct-properties.js +7 -0
  1149. package/dist/schema/from-struct-properties.js.map +1 -0
  1150. package/dist/schema/from-struct-properties.test.d.ts +1 -0
  1151. package/dist/schema/from-struct-properties.test.js +28 -0
  1152. package/dist/schema/from-struct-properties.test.js.map +1 -0
  1153. package/dist/schema/from-struct-properties.type-test.d.ts +1 -0
  1154. package/dist/schema/from-struct-properties.type-test.js +11 -0
  1155. package/dist/schema/from-struct-properties.type-test.js.map +1 -0
  1156. package/dist/schema/guid/guid.performance.test.js +0 -3
  1157. package/dist/schema/guid/guid.performance.test.js.map +1 -1
  1158. package/dist/schema/public.d.ts +2 -1
  1159. package/dist/schema/public.js +2 -1
  1160. package/dist/schema/public.js.map +1 -1
  1161. package/dist/schema/schema.d.ts +2 -0
  1162. package/dist/service/service.d.ts +1 -1
  1163. package/dist/service/ui-service/from-service.d.ts +19 -3
  1164. package/dist/service/ui-service/from-service.transaction.type-test.d.ts +1 -0
  1165. package/dist/service/ui-service/from-service.transaction.type-test.js +14 -0
  1166. package/dist/service/ui-service/from-service.transaction.type-test.js.map +1 -0
  1167. package/dist/service/ui-service/is-valid.d.ts +5 -1
  1168. package/dist/tsconfig.tsbuildinfo +1 -1
  1169. package/dist/types/async-args-provider.d.ts +17 -0
  1170. package/dist/types/async-args-provider.js +3 -0
  1171. package/dist/types/async-args-provider.js.map +1 -0
  1172. package/dist/types/index.d.ts +1 -0
  1173. package/dist/types/index.js +1 -0
  1174. package/dist/types/index.js.map +1 -1
  1175. package/package.json +1 -1
  1176. package/references/data-lit/package.json +6 -2
  1177. package/references/data-lit/src/elements/database-element.ts +36 -1
  1178. package/references/data-lit/src/elements/database-element.type-test.ts +20 -0
  1179. package/references/data-lit/src/index.ts +1 -0
  1180. package/references/data-lit/src/testing/template/from.test.ts +47 -0
  1181. package/references/data-lit/src/testing/template/from.ts +86 -0
  1182. package/references/data-lit/src/testing/template/public.ts +3 -0
  1183. package/references/data-lit/src/testing/template/query.ts +27 -0
  1184. package/references/data-lit/src/testing/template/template.ts +4 -0
  1185. package/references/data-lit-tictactoe/package.json +6 -2
  1186. package/references/data-lit-tictactoe/src/features/main/data/board-cell/blank.ts +5 -0
  1187. package/references/data-lit-tictactoe/src/features/main/data/board-cell/board-cell.ts +5 -0
  1188. package/references/data-lit-tictactoe/src/{types/play-move-args → features/main/data/board-cell}/public.ts +1 -2
  1189. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/board-state.ts +2 -2
  1190. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/create-initial-board.ts +2 -2
  1191. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/current-player.ts +2 -2
  1192. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/derive-status.ts +4 -4
  1193. package/references/data-lit-tictactoe/src/features/main/data/board-state/from-marks.ts +11 -0
  1194. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/get-move-count.ts +1 -1
  1195. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/get-winner.ts +4 -4
  1196. package/references/data-lit-tictactoe/src/features/main/data/board-state/get-winning-line.ts +15 -0
  1197. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/is-board-full.ts +1 -1
  1198. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/is-game-over.ts +3 -3
  1199. package/references/data-lit-tictactoe/src/features/main/data/board-state/public.ts +13 -0
  1200. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/schema.ts +3 -1
  1201. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/set-board-cell.ts +3 -3
  1202. package/references/data-lit-tictactoe/src/features/main/data/cell-index/cell-index.ts +6 -0
  1203. package/references/data-lit-tictactoe/src/features/main/data/cell-index/public.ts +2 -0
  1204. package/references/data-lit-tictactoe/src/features/main/data/cell-index/schema.ts +9 -0
  1205. package/references/data-lit-tictactoe/src/features/main/data/game-status/game-status.ts +6 -0
  1206. package/references/data-lit-tictactoe/src/features/main/data/game-status/is-active.ts +6 -0
  1207. package/references/data-lit-tictactoe/src/features/main/data/game-status/public.ts +3 -0
  1208. package/references/data-lit-tictactoe/src/features/main/data/game-status/schema.ts +7 -0
  1209. package/references/data-lit-tictactoe/src/features/main/data/move-reject-reason/move-reject-reason.ts +6 -0
  1210. package/references/data-lit-tictactoe/src/features/main/data/move-reject-reason/public.ts +2 -0
  1211. package/references/data-lit-tictactoe/src/features/main/data/move-reject-reason/schema.ts +7 -0
  1212. package/references/data-lit-tictactoe/src/features/main/data/placed-mark/placed-mark.ts +6 -0
  1213. package/references/data-lit-tictactoe/src/features/main/data/placed-mark/public.ts +2 -0
  1214. package/references/data-lit-tictactoe/src/features/main/data/placed-mark/schema.ts +12 -0
  1215. package/references/data-lit-tictactoe/src/{types → features/main/data}/play-move-args/can-play-move.ts +9 -5
  1216. package/references/data-lit-tictactoe/src/{types → features/main/data}/play-move-args/play-move-args.ts +1 -1
  1217. package/references/data-lit-tictactoe/src/features/main/data/play-move-args/public.ts +3 -0
  1218. package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/is.ts +2 -2
  1219. package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/mark-color.ts +1 -1
  1220. package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/opponent.ts +1 -1
  1221. package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/player-mark.ts +2 -2
  1222. package/references/data-lit-tictactoe/src/features/main/data/player-mark/public.ts +7 -0
  1223. package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/schema.ts +1 -1
  1224. package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/values.ts +2 -2
  1225. package/references/data-lit-tictactoe/src/features/main/data/score/public.ts +2 -0
  1226. package/references/data-lit-tictactoe/src/features/main/data/score/schema.ts +9 -0
  1227. package/references/data-lit-tictactoe/src/features/main/data/score/score.ts +6 -0
  1228. package/references/data-lit-tictactoe/src/features/main/data/state/conformance-case.ts +13 -0
  1229. package/references/data-lit-tictactoe/src/features/main/data/state/expect-state-matches.ts +36 -0
  1230. package/references/data-lit-tictactoe/src/features/main/data/state/play-move.cases.ts +47 -0
  1231. package/references/data-lit-tictactoe/src/features/main/data/state/play-move.test.ts +13 -0
  1232. package/references/data-lit-tictactoe/src/features/main/data/state/play-move.ts +20 -0
  1233. package/references/data-lit-tictactoe/src/features/main/data/state/public.ts +3 -0
  1234. package/references/data-lit-tictactoe/src/features/main/data/state/restart-game.cases.ts +34 -0
  1235. package/references/data-lit-tictactoe/src/features/main/data/state/restart-game.test.ts +13 -0
  1236. package/references/data-lit-tictactoe/src/features/main/data/state/restart-game.ts +18 -0
  1237. package/references/data-lit-tictactoe/src/features/main/data/state/state.ts +15 -0
  1238. package/references/data-lit-tictactoe/src/features/main/data/winning-line/lines.ts +14 -0
  1239. package/references/data-lit-tictactoe/src/features/main/data/winning-line/public.ts +2 -0
  1240. package/references/data-lit-tictactoe/src/{types → features/main/data/winning-line}/winning-line.ts +1 -0
  1241. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/board.ts +22 -0
  1242. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/current-player.ts +12 -0
  1243. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/index.ts +9 -0
  1244. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/is-game-over.ts +10 -0
  1245. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/move-count.ts +10 -0
  1246. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/state.ts +29 -0
  1247. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/status.ts +10 -0
  1248. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/winner.ts +10 -0
  1249. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/winning-line.ts +10 -0
  1250. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed-database.ts +18 -0
  1251. package/references/data-lit-tictactoe/src/features/main/ecs/conformance/create-store.ts +12 -0
  1252. package/references/data-lit-tictactoe/src/features/main/ecs/conformance/expect-conforms.ts +42 -0
  1253. package/references/data-lit-tictactoe/src/features/main/ecs/conformance/from-state.ts +31 -0
  1254. package/references/data-lit-tictactoe/src/features/main/ecs/conformance/projection.test.ts +38 -0
  1255. package/references/data-lit-tictactoe/src/features/main/ecs/conformance/to-state.ts +30 -0
  1256. package/references/data-lit-tictactoe/src/features/main/ecs/core-database/archetypes.ts +17 -0
  1257. package/references/data-lit-tictactoe/src/features/main/ecs/core-database/components.ts +11 -0
  1258. package/references/data-lit-tictactoe/src/features/main/ecs/core-database/core-database.ts +35 -0
  1259. package/references/data-lit-tictactoe/src/features/main/ecs/core-database/resources.ts +13 -0
  1260. package/references/data-lit-tictactoe/src/features/main/ecs/feature-database.ts +7 -0
  1261. package/references/data-lit-tictactoe/src/features/main/ecs/index-database/index-database.ts +16 -0
  1262. package/references/data-lit-tictactoe/src/features/main/ecs/index-database/indexes/by-cell.ts +9 -0
  1263. package/references/data-lit-tictactoe/src/features/main/ecs/index-database/indexes/index.ts +2 -0
  1264. package/references/data-lit-tictactoe/src/features/main/ecs/service-database/service-database.ts +26 -0
  1265. package/references/data-lit-tictactoe/src/{state/agent-plugin.ts → features/main/ecs/service-database/services/create-agent-service.ts} +14 -40
  1266. package/references/data-lit-tictactoe/src/features/main/ecs/service-database/services/create-root-agent-service.ts +26 -0
  1267. package/references/data-lit-tictactoe/src/features/main/ecs/service-database/services/index.ts +3 -0
  1268. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transaction-database.ts +18 -0
  1269. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/index.ts +3 -0
  1270. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/play-move.test.ts +20 -0
  1271. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/play-move.ts +19 -0
  1272. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/read-board.ts +20 -0
  1273. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/restart-game.test.ts +19 -0
  1274. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/restart-game.ts +25 -0
  1275. package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-app/tictactoe-app-element.ts +1 -1
  1276. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-app/tictactoe-app-presentation.test.ts +15 -0
  1277. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-app/tictactoe-app.ts +17 -0
  1278. package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-board/tictactoe-board-element.ts +1 -1
  1279. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-board/tictactoe-board-presentation.test.ts +16 -0
  1280. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-cell/observe-cell.ts +32 -0
  1281. package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-cell/tictactoe-cell-element.ts +8 -12
  1282. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-cell/tictactoe-cell-presentation.test.ts +41 -0
  1283. package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-cell/tictactoe-cell-presentation.ts +1 -1
  1284. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-element.ts +20 -0
  1285. package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-hud/tictactoe-hud-element.ts +8 -20
  1286. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-hud/tictactoe-hud-presentation.test.ts +45 -0
  1287. package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-hud/tictactoe-hud-presentation.ts +12 -2
  1288. package/references/data-lit-tictactoe/src/index.ts +14 -8
  1289. package/references/data-lit-tictactoe/src/main.ts +6 -6
  1290. package/references/data-react/package.json +3 -2
  1291. package/references/data-react-hello/package.json +2 -1
  1292. package/references/data-react-pixie/package.json +2 -1
  1293. package/references/data-lit-tictactoe/src/elements/tictactoe-app/tictactoe-app.ts +0 -18
  1294. package/references/data-lit-tictactoe/src/state/tictactoe-plugin.ts +0 -64
  1295. package/references/data-lit-tictactoe/src/tictactoe-element.ts +0 -15
  1296. package/references/data-lit-tictactoe/src/types/board-cell.ts +0 -5
  1297. package/references/data-lit-tictactoe/src/types/board-state/get-cell.ts +0 -7
  1298. package/references/data-lit-tictactoe/src/types/board-state/get-winning-line.ts +0 -25
  1299. package/references/data-lit-tictactoe/src/types/board-state/is-cell-playable.ts +0 -13
  1300. package/references/data-lit-tictactoe/src/types/board-state/is-cell-winning.ts +0 -9
  1301. package/references/data-lit-tictactoe/src/types/board-state/public.ts +0 -15
  1302. package/references/data-lit-tictactoe/src/types/game-status.ts +0 -3
  1303. package/references/data-lit-tictactoe/src/types/move-reject-reason.ts +0 -7
  1304. package/references/data-lit-tictactoe/src/types/player-mark/public.ts +0 -7
  1305. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-app/tictactoe-app-presentation.ts +0 -0
  1306. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-app/tictactoe-app.css.ts +0 -0
  1307. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-board/tictactoe-board-presentation.ts +0 -0
  1308. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-board/tictactoe-board.css.ts +0 -0
  1309. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-board/tictactoe-board.ts +0 -0
  1310. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-cell/tictactoe-cell.css.ts +0 -0
  1311. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-cell/tictactoe-cell.ts +0 -0
  1312. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-hud/tictactoe-hud.css.ts +0 -0
  1313. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-hud/tictactoe-hud.ts +0 -0
@@ -161,7 +161,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
161
161
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
162
162
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
163
163
  } & {}, {} & {
164
- readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
164
+ readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
165
165
  readonly districtType: {
166
166
  readonly type: "string";
167
167
  };
@@ -318,11 +318,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
318
318
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
319
319
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
320
320
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
321
- }, {} & {}>, _input: {
321
+ }, {} & {}, never>, _input: {
322
322
  districtType: string;
323
323
  zoning: string;
324
324
  }) => void;
325
- readonly deleteDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
325
+ readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
326
326
  readonly districtType: {
327
327
  readonly type: "string";
328
328
  };
@@ -479,8 +479,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
479
479
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
480
480
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
481
481
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
482
- }, {} & {}>, _id: Entity) => void;
483
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
482
+ }, {} & {}, never>, _id: Entity) => void;
483
+ readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
484
484
  readonly districtType: {
485
485
  readonly type: "string";
486
486
  };
@@ -637,11 +637,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
637
637
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
638
638
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
639
639
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
640
- }, {} & {}>, _input: {
640
+ }, {} & {}, never>, _input: {
641
641
  parentDistrict: Entity;
642
642
  positionX: number;
643
643
  }) => void;
644
- readonly deleteBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
644
+ readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
645
645
  readonly districtType: {
646
646
  readonly type: "string";
647
647
  };
@@ -798,8 +798,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
798
798
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
799
799
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
800
800
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
801
- }, {} & {}>, _id: Entity) => void;
802
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
801
+ }, {} & {}, never>, _id: Entity) => void;
802
+ readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
803
803
  readonly districtType: {
804
804
  readonly type: "string";
805
805
  };
@@ -956,13 +956,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
956
956
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
957
957
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
958
958
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
959
- }, {} & {}>, _input: {
959
+ }, {} & {}, never>, _input: {
960
960
  id: Entity;
961
961
  } & Partial<{
962
962
  positionX: number;
963
963
  density: number;
964
964
  }>) => void;
965
- readonly selectExclusive: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
965
+ readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
966
966
  readonly districtType: {
967
967
  readonly type: "string";
968
968
  };
@@ -1119,11 +1119,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
1119
1119
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
1120
1120
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
1121
1121
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
1122
- }, {} & {}>, _input: {
1122
+ }, {} & {}, never>, _input: {
1123
1123
  entityId: Entity;
1124
1124
  userId: string;
1125
1125
  }) => void;
1126
- readonly toggleSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
1126
+ readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
1127
1127
  readonly districtType: {
1128
1128
  readonly type: "string";
1129
1129
  };
@@ -1280,11 +1280,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
1280
1280
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
1281
1281
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
1282
1282
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
1283
- }, {} & {}>, _input: {
1283
+ }, {} & {}, never>, _input: {
1284
1284
  entityId: Entity;
1285
1285
  userId: string;
1286
1286
  }) => void;
1287
- readonly ensureSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
1287
+ readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
1288
1288
  readonly districtType: {
1289
1289
  readonly type: "string";
1290
1290
  };
@@ -1441,11 +1441,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
1441
1441
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
1442
1442
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
1443
1443
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
1444
- }, {} & {}>, _input: {
1444
+ }, {} & {}, never>, _input: {
1445
1445
  entityId: Entity;
1446
1446
  userId: string;
1447
1447
  }) => void;
1448
- readonly moveSelectedBuildings: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
1448
+ readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
1449
1449
  readonly districtType: {
1450
1450
  readonly type: "string";
1451
1451
  };
@@ -1602,10 +1602,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
1602
1602
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
1603
1603
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
1604
1604
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
1605
- }, {} & {}>, _input: {
1605
+ }, {} & {}, never>, _input: {
1606
1606
  deltaUnits: number;
1607
1607
  }) => void;
1608
- readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
1608
+ readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
1609
1609
  readonly districtType: {
1610
1610
  readonly type: "string";
1611
1611
  };
@@ -1762,10 +1762,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
1762
1762
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
1763
1763
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
1764
1764
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
1765
- }, {} & {}>, _input: {
1765
+ }, {} & {}, never>, _input: {
1766
1766
  time: number;
1767
1767
  }) => void;
1768
- readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
1768
+ readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
1769
1769
  readonly districtType: {
1770
1770
  readonly type: "string";
1771
1771
  };
@@ -1922,10 +1922,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
1922
1922
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
1923
1923
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
1924
1924
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
1925
- }, {} & {}>, _input: {
1925
+ }, {} & {}, never>, _input: {
1926
1926
  state: string;
1927
1927
  }) => void;
1928
- readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
1928
+ readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
1929
1929
  readonly districtType: {
1930
1930
  readonly type: "string";
1931
1931
  };
@@ -2082,10 +2082,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
2082
2082
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
2083
2083
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
2084
2084
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
2085
- }, {} & {}>, _input: {
2085
+ }, {} & {}, never>, _input: {
2086
2086
  level: number;
2087
2087
  }) => void;
2088
- readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
2088
+ readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
2089
2089
  readonly districtType: {
2090
2090
  readonly type: "string";
2091
2091
  };
@@ -2242,10 +2242,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
2242
2242
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
2243
2243
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
2244
2244
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
2245
- }, {} & {}>, _input: {
2245
+ }, {} & {}, never>, _input: {
2246
2246
  active: boolean;
2247
2247
  }) => void;
2248
- readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
2248
+ readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
2249
2249
  readonly districtType: {
2250
2250
  readonly type: "string";
2251
2251
  };
@@ -2402,10 +2402,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
2402
2402
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
2403
2403
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
2404
2404
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
2405
- }, {} & {}>, _input: {
2405
+ }, {} & {}, never>, _input: {
2406
2406
  enabled: boolean;
2407
2407
  }) => void;
2408
- readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
2408
+ readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
2409
2409
  readonly districtType: {
2410
2410
  readonly type: "string";
2411
2411
  };
@@ -2562,10 +2562,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
2562
2562
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
2563
2563
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
2564
2564
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
2565
- }, {} & {}>, _input: {
2565
+ }, {} & {}, never>, _input: {
2566
2566
  time: number | null;
2567
2567
  }) => void;
2568
- readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
2568
+ readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
2569
2569
  readonly districtType: {
2570
2570
  readonly type: "string";
2571
2571
  };
@@ -2722,10 +2722,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
2722
2722
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
2723
2723
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
2724
2724
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
2725
- }, {} & {}>, _input: {
2725
+ }, {} & {}, never>, _input: {
2726
2726
  active: boolean;
2727
2727
  }) => void;
2728
- readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
2728
+ readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
2729
2729
  readonly districtType: {
2730
2730
  readonly type: "string";
2731
2731
  };
@@ -2882,8 +2882,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
2882
2882
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
2883
2883
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
2884
2884
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
2885
- }, {} & {}>) => void;
2886
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
2885
+ }, {} & {}, never>) => void;
2886
+ readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
2887
2887
  readonly districtType: {
2888
2888
  readonly type: "string";
2889
2889
  };
@@ -3040,12 +3040,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
3040
3040
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
3041
3041
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
3042
3042
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
3043
- }, {} & {}>, _input: {
3043
+ }, {} & {}, never>, _input: {
3044
3044
  buildingId: Entity;
3045
3045
  edge: "left" | "right";
3046
3046
  deltaPx: number;
3047
3047
  }) => void;
3048
- readonly resizeCompactBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
3048
+ readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
3049
3049
  readonly districtType: {
3050
3050
  readonly type: "string";
3051
3051
  };
@@ -3202,12 +3202,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
3202
3202
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
3203
3203
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
3204
3204
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
3205
- }, {} & {}>, _input: {
3205
+ }, {} & {}, never>, _input: {
3206
3206
  buildingId: Entity;
3207
3207
  edge: "left" | "right";
3208
3208
  deltaPx: number;
3209
3209
  }) => void;
3210
- readonly splitAtCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
3210
+ readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
3211
3211
  readonly districtType: {
3212
3212
  readonly type: "string";
3213
3213
  };
@@ -3364,10 +3364,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
3364
3364
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
3365
3365
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
3366
3366
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
3367
- }, {} & {}>, _input: {
3367
+ }, {} & {}, never>, _input: {
3368
3368
  userId: string;
3369
3369
  }) => void;
3370
- readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
3370
+ readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
3371
3371
  readonly districtType: {
3372
3372
  readonly type: "string";
3373
3373
  };
@@ -3524,10 +3524,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
3524
3524
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
3525
3525
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
3526
3526
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
3527
- }, {} & {}>, _input: {
3527
+ }, {} & {}, never>, _input: {
3528
3528
  userId: string;
3529
3529
  }) => void;
3530
- readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
3530
+ readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
3531
3531
  readonly districtType: {
3532
3532
  readonly type: "string";
3533
3533
  };
@@ -3684,11 +3684,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
3684
3684
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
3685
3685
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
3686
3686
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
3687
- }, {} & {}>, _input: {
3687
+ }, {} & {}, never>, _input: {
3688
3688
  buildingId: Entity;
3689
3689
  }) => void;
3690
3690
  } & {
3691
- readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
3691
+ readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
3692
3692
  readonly districtType: {
3693
3693
  readonly type: "string";
3694
3694
  };
@@ -3845,10 +3845,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
3845
3845
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
3846
3846
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
3847
3847
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
3848
- }, {} & {}>, _input: {
3848
+ }, {} & {}, never>, _input: {
3849
3849
  userId: string;
3850
3850
  }) => void;
3851
- readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
3851
+ readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
3852
3852
  readonly districtType: {
3853
3853
  readonly type: "string";
3854
3854
  };
@@ -4005,10 +4005,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
4005
4005
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
4006
4006
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
4007
4007
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
4008
- }, {} & {}>, _input: {
4008
+ }, {} & {}, never>, _input: {
4009
4009
  userId: string;
4010
4010
  }) => void;
4011
- readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
4011
+ readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
4012
4012
  readonly districtType: {
4013
4013
  readonly type: "string";
4014
4014
  };
@@ -4165,13 +4165,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
4165
4165
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
4166
4166
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
4167
4167
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
4168
- }, {} & {}>, _input: {
4168
+ }, {} & {}, never>, _input: {
4169
4169
  entityIds: Entity[];
4170
4170
  userId: string;
4171
4171
  additive: boolean;
4172
4172
  }) => void;
4173
4173
  } & {
4174
- readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
4174
+ readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
4175
4175
  readonly districtType: {
4176
4176
  readonly type: "string";
4177
4177
  };
@@ -4328,7 +4328,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
4328
4328
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
4329
4329
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
4330
4330
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
4331
- }, {} & {}>, _input: {
4331
+ }, {} & {}, never>, _input: {
4332
4332
  userId: string;
4333
4333
  edge: "left" | "right";
4334
4334
  }) => void;
@@ -4491,7 +4491,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
4491
4491
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
4492
4492
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
4493
4493
  }, import("../index.js").ToTransactionFunctions<{} & {} & {
4494
- readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
4494
+ readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
4495
4495
  readonly districtType: {
4496
4496
  readonly type: "string";
4497
4497
  };
@@ -4648,11 +4648,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
4648
4648
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
4649
4649
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
4650
4650
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
4651
- }, {} & {}>, _input: {
4651
+ }, {} & {}, never>, _input: {
4652
4652
  districtType: string;
4653
4653
  zoning: string;
4654
4654
  }) => void;
4655
- readonly deleteDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
4655
+ readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
4656
4656
  readonly districtType: {
4657
4657
  readonly type: "string";
4658
4658
  };
@@ -4809,8 +4809,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
4809
4809
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
4810
4810
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
4811
4811
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
4812
- }, {} & {}>, _id: Entity) => void;
4813
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
4812
+ }, {} & {}, never>, _id: Entity) => void;
4813
+ readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
4814
4814
  readonly districtType: {
4815
4815
  readonly type: "string";
4816
4816
  };
@@ -4967,11 +4967,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
4967
4967
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
4968
4968
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
4969
4969
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
4970
- }, {} & {}>, _input: {
4970
+ }, {} & {}, never>, _input: {
4971
4971
  parentDistrict: Entity;
4972
4972
  positionX: number;
4973
4973
  }) => void;
4974
- readonly deleteBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
4974
+ readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
4975
4975
  readonly districtType: {
4976
4976
  readonly type: "string";
4977
4977
  };
@@ -5128,8 +5128,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
5128
5128
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
5129
5129
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
5130
5130
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
5131
- }, {} & {}>, _id: Entity) => void;
5132
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
5131
+ }, {} & {}, never>, _id: Entity) => void;
5132
+ readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
5133
5133
  readonly districtType: {
5134
5134
  readonly type: "string";
5135
5135
  };
@@ -5286,13 +5286,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
5286
5286
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
5287
5287
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
5288
5288
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
5289
- }, {} & {}>, _input: {
5289
+ }, {} & {}, never>, _input: {
5290
5290
  id: Entity;
5291
5291
  } & Partial<{
5292
5292
  positionX: number;
5293
5293
  density: number;
5294
5294
  }>) => void;
5295
- readonly selectExclusive: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
5295
+ readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
5296
5296
  readonly districtType: {
5297
5297
  readonly type: "string";
5298
5298
  };
@@ -5449,11 +5449,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
5449
5449
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
5450
5450
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
5451
5451
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
5452
- }, {} & {}>, _input: {
5452
+ }, {} & {}, never>, _input: {
5453
5453
  entityId: Entity;
5454
5454
  userId: string;
5455
5455
  }) => void;
5456
- readonly toggleSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
5456
+ readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
5457
5457
  readonly districtType: {
5458
5458
  readonly type: "string";
5459
5459
  };
@@ -5610,11 +5610,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
5610
5610
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
5611
5611
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
5612
5612
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
5613
- }, {} & {}>, _input: {
5613
+ }, {} & {}, never>, _input: {
5614
5614
  entityId: Entity;
5615
5615
  userId: string;
5616
5616
  }) => void;
5617
- readonly ensureSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
5617
+ readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
5618
5618
  readonly districtType: {
5619
5619
  readonly type: "string";
5620
5620
  };
@@ -5771,11 +5771,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
5771
5771
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
5772
5772
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
5773
5773
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
5774
- }, {} & {}>, _input: {
5774
+ }, {} & {}, never>, _input: {
5775
5775
  entityId: Entity;
5776
5776
  userId: string;
5777
5777
  }) => void;
5778
- readonly moveSelectedBuildings: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
5778
+ readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
5779
5779
  readonly districtType: {
5780
5780
  readonly type: "string";
5781
5781
  };
@@ -5932,10 +5932,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
5932
5932
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
5933
5933
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
5934
5934
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
5935
- }, {} & {}>, _input: {
5935
+ }, {} & {}, never>, _input: {
5936
5936
  deltaUnits: number;
5937
5937
  }) => void;
5938
- readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
5938
+ readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
5939
5939
  readonly districtType: {
5940
5940
  readonly type: "string";
5941
5941
  };
@@ -6092,10 +6092,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
6092
6092
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
6093
6093
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
6094
6094
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
6095
- }, {} & {}>, _input: {
6095
+ }, {} & {}, never>, _input: {
6096
6096
  time: number;
6097
6097
  }) => void;
6098
- readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
6098
+ readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
6099
6099
  readonly districtType: {
6100
6100
  readonly type: "string";
6101
6101
  };
@@ -6252,10 +6252,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
6252
6252
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
6253
6253
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
6254
6254
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
6255
- }, {} & {}>, _input: {
6255
+ }, {} & {}, never>, _input: {
6256
6256
  state: string;
6257
6257
  }) => void;
6258
- readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
6258
+ readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
6259
6259
  readonly districtType: {
6260
6260
  readonly type: "string";
6261
6261
  };
@@ -6412,10 +6412,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
6412
6412
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
6413
6413
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
6414
6414
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
6415
- }, {} & {}>, _input: {
6415
+ }, {} & {}, never>, _input: {
6416
6416
  level: number;
6417
6417
  }) => void;
6418
- readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
6418
+ readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
6419
6419
  readonly districtType: {
6420
6420
  readonly type: "string";
6421
6421
  };
@@ -6572,10 +6572,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
6572
6572
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
6573
6573
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
6574
6574
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
6575
- }, {} & {}>, _input: {
6575
+ }, {} & {}, never>, _input: {
6576
6576
  active: boolean;
6577
6577
  }) => void;
6578
- readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
6578
+ readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
6579
6579
  readonly districtType: {
6580
6580
  readonly type: "string";
6581
6581
  };
@@ -6732,10 +6732,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
6732
6732
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
6733
6733
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
6734
6734
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
6735
- }, {} & {}>, _input: {
6735
+ }, {} & {}, never>, _input: {
6736
6736
  enabled: boolean;
6737
6737
  }) => void;
6738
- readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
6738
+ readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
6739
6739
  readonly districtType: {
6740
6740
  readonly type: "string";
6741
6741
  };
@@ -6892,10 +6892,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
6892
6892
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
6893
6893
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
6894
6894
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
6895
- }, {} & {}>, _input: {
6895
+ }, {} & {}, never>, _input: {
6896
6896
  time: number | null;
6897
6897
  }) => void;
6898
- readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
6898
+ readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
6899
6899
  readonly districtType: {
6900
6900
  readonly type: "string";
6901
6901
  };
@@ -7052,10 +7052,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
7052
7052
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
7053
7053
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
7054
7054
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
7055
- }, {} & {}>, _input: {
7055
+ }, {} & {}, never>, _input: {
7056
7056
  active: boolean;
7057
7057
  }) => void;
7058
- readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
7058
+ readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
7059
7059
  readonly districtType: {
7060
7060
  readonly type: "string";
7061
7061
  };
@@ -7212,8 +7212,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
7212
7212
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
7213
7213
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
7214
7214
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
7215
- }, {} & {}>) => void;
7216
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
7215
+ }, {} & {}, never>) => void;
7216
+ readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
7217
7217
  readonly districtType: {
7218
7218
  readonly type: "string";
7219
7219
  };
@@ -7370,12 +7370,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
7370
7370
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
7371
7371
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
7372
7372
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
7373
- }, {} & {}>, _input: {
7373
+ }, {} & {}, never>, _input: {
7374
7374
  buildingId: Entity;
7375
7375
  edge: "left" | "right";
7376
7376
  deltaPx: number;
7377
7377
  }) => void;
7378
- readonly resizeCompactBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
7378
+ readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
7379
7379
  readonly districtType: {
7380
7380
  readonly type: "string";
7381
7381
  };
@@ -7532,12 +7532,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
7532
7532
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
7533
7533
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
7534
7534
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
7535
- }, {} & {}>, _input: {
7535
+ }, {} & {}, never>, _input: {
7536
7536
  buildingId: Entity;
7537
7537
  edge: "left" | "right";
7538
7538
  deltaPx: number;
7539
7539
  }) => void;
7540
- readonly splitAtCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
7540
+ readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
7541
7541
  readonly districtType: {
7542
7542
  readonly type: "string";
7543
7543
  };
@@ -7694,10 +7694,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
7694
7694
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
7695
7695
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
7696
7696
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
7697
- }, {} & {}>, _input: {
7697
+ }, {} & {}, never>, _input: {
7698
7698
  userId: string;
7699
7699
  }) => void;
7700
- readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
7700
+ readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
7701
7701
  readonly districtType: {
7702
7702
  readonly type: "string";
7703
7703
  };
@@ -7854,10 +7854,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
7854
7854
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
7855
7855
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
7856
7856
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
7857
- }, {} & {}>, _input: {
7857
+ }, {} & {}, never>, _input: {
7858
7858
  userId: string;
7859
7859
  }) => void;
7860
- readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
7860
+ readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
7861
7861
  readonly districtType: {
7862
7862
  readonly type: "string";
7863
7863
  };
@@ -8014,11 +8014,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
8014
8014
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
8015
8015
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
8016
8016
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
8017
- }, {} & {}>, _input: {
8017
+ }, {} & {}, never>, _input: {
8018
8018
  buildingId: Entity;
8019
8019
  }) => void;
8020
8020
  } & {
8021
- readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
8021
+ readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
8022
8022
  readonly districtType: {
8023
8023
  readonly type: "string";
8024
8024
  };
@@ -8175,10 +8175,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
8175
8175
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
8176
8176
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
8177
8177
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
8178
- }, {} & {}>, _input: {
8178
+ }, {} & {}, never>, _input: {
8179
8179
  userId: string;
8180
8180
  }) => void;
8181
- readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
8181
+ readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
8182
8182
  readonly districtType: {
8183
8183
  readonly type: "string";
8184
8184
  };
@@ -8335,10 +8335,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
8335
8335
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
8336
8336
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
8337
8337
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
8338
- }, {} & {}>, _input: {
8338
+ }, {} & {}, never>, _input: {
8339
8339
  userId: string;
8340
8340
  }) => void;
8341
- readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
8341
+ readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
8342
8342
  readonly districtType: {
8343
8343
  readonly type: "string";
8344
8344
  };
@@ -8495,13 +8495,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
8495
8495
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
8496
8496
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
8497
8497
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
8498
- }, {} & {}>, _input: {
8498
+ }, {} & {}, never>, _input: {
8499
8499
  entityIds: Entity[];
8500
8500
  userId: string;
8501
8501
  additive: boolean;
8502
8502
  }) => void;
8503
8503
  } & {
8504
- readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
8504
+ readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
8505
8505
  readonly districtType: {
8506
8506
  readonly type: "string";
8507
8507
  };
@@ -8658,7 +8658,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
8658
8658
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
8659
8659
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
8660
8660
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
8661
- }, {} & {}>, _input: {
8661
+ }, {} & {}, never>, _input: {
8662
8662
  userId: string;
8663
8663
  edge: "left" | "right";
8664
8664
  }) => void;
@@ -8820,7 +8820,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
8820
8820
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
8821
8821
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
8822
8822
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
8823
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
8823
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
8824
8824
  readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
8825
8825
  readonly districtType: {
8826
8826
  readonly type: "string";
@@ -8978,7 +8978,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
8978
8978
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
8979
8979
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
8980
8980
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
8981
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
8981
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
8982
8982
  readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
8983
8983
  readonly districtType: {
8984
8984
  readonly type: "string";
@@ -9136,7 +9136,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
9136
9136
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
9137
9137
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
9138
9138
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
9139
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
9139
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
9140
9140
  readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
9141
9141
  readonly districtType: {
9142
9142
  readonly type: "string";
@@ -9294,7 +9294,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
9294
9294
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
9295
9295
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
9296
9296
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
9297
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
9297
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
9298
9298
  readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
9299
9299
  readonly districtType: {
9300
9300
  readonly type: "string";
@@ -9452,8 +9452,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
9452
9452
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
9453
9453
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
9454
9454
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
9455
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
9456
- }>, {} & {}>, entityId: Entity) => Promise<void>;
9455
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
9456
+ }>, {} & {}, never>, entityId: Entity) => Promise<void>;
9457
9457
  readonly toggleSimulation: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
9458
9458
  readonly districtType: {
9459
9459
  readonly type: "string";
@@ -9612,7 +9612,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
9612
9612
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
9613
9613
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
9614
9614
  }, import("../index.js").ToTransactionFunctions<{} & {} & {
9615
- readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
9615
+ readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
9616
9616
  readonly districtType: {
9617
9617
  readonly type: "string";
9618
9618
  };
@@ -9769,11 +9769,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
9769
9769
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
9770
9770
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
9771
9771
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
9772
- }, {} & {}>, _input: {
9772
+ }, {} & {}, never>, _input: {
9773
9773
  districtType: string;
9774
9774
  zoning: string;
9775
9775
  }) => void;
9776
- readonly deleteDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
9776
+ readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
9777
9777
  readonly districtType: {
9778
9778
  readonly type: "string";
9779
9779
  };
@@ -9930,8 +9930,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
9930
9930
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
9931
9931
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
9932
9932
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
9933
- }, {} & {}>, _id: Entity) => void;
9934
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
9933
+ }, {} & {}, never>, _id: Entity) => void;
9934
+ readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
9935
9935
  readonly districtType: {
9936
9936
  readonly type: "string";
9937
9937
  };
@@ -10088,11 +10088,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
10088
10088
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
10089
10089
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
10090
10090
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
10091
- }, {} & {}>, _input: {
10091
+ }, {} & {}, never>, _input: {
10092
10092
  parentDistrict: Entity;
10093
10093
  positionX: number;
10094
10094
  }) => void;
10095
- readonly deleteBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
10095
+ readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
10096
10096
  readonly districtType: {
10097
10097
  readonly type: "string";
10098
10098
  };
@@ -10249,8 +10249,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
10249
10249
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
10250
10250
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
10251
10251
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
10252
- }, {} & {}>, _id: Entity) => void;
10253
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
10252
+ }, {} & {}, never>, _id: Entity) => void;
10253
+ readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
10254
10254
  readonly districtType: {
10255
10255
  readonly type: "string";
10256
10256
  };
@@ -10407,13 +10407,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
10407
10407
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
10408
10408
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
10409
10409
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
10410
- }, {} & {}>, _input: {
10410
+ }, {} & {}, never>, _input: {
10411
10411
  id: Entity;
10412
10412
  } & Partial<{
10413
10413
  positionX: number;
10414
10414
  density: number;
10415
10415
  }>) => void;
10416
- readonly selectExclusive: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
10416
+ readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
10417
10417
  readonly districtType: {
10418
10418
  readonly type: "string";
10419
10419
  };
@@ -10570,11 +10570,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
10570
10570
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
10571
10571
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
10572
10572
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
10573
- }, {} & {}>, _input: {
10573
+ }, {} & {}, never>, _input: {
10574
10574
  entityId: Entity;
10575
10575
  userId: string;
10576
10576
  }) => void;
10577
- readonly toggleSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
10577
+ readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
10578
10578
  readonly districtType: {
10579
10579
  readonly type: "string";
10580
10580
  };
@@ -10731,11 +10731,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
10731
10731
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
10732
10732
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
10733
10733
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
10734
- }, {} & {}>, _input: {
10734
+ }, {} & {}, never>, _input: {
10735
10735
  entityId: Entity;
10736
10736
  userId: string;
10737
10737
  }) => void;
10738
- readonly ensureSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
10738
+ readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
10739
10739
  readonly districtType: {
10740
10740
  readonly type: "string";
10741
10741
  };
@@ -10892,11 +10892,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
10892
10892
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
10893
10893
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
10894
10894
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
10895
- }, {} & {}>, _input: {
10895
+ }, {} & {}, never>, _input: {
10896
10896
  entityId: Entity;
10897
10897
  userId: string;
10898
10898
  }) => void;
10899
- readonly moveSelectedBuildings: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
10899
+ readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
10900
10900
  readonly districtType: {
10901
10901
  readonly type: "string";
10902
10902
  };
@@ -11053,10 +11053,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
11053
11053
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
11054
11054
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
11055
11055
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
11056
- }, {} & {}>, _input: {
11056
+ }, {} & {}, never>, _input: {
11057
11057
  deltaUnits: number;
11058
11058
  }) => void;
11059
- readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
11059
+ readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
11060
11060
  readonly districtType: {
11061
11061
  readonly type: "string";
11062
11062
  };
@@ -11213,10 +11213,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
11213
11213
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
11214
11214
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
11215
11215
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
11216
- }, {} & {}>, _input: {
11216
+ }, {} & {}, never>, _input: {
11217
11217
  time: number;
11218
11218
  }) => void;
11219
- readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
11219
+ readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
11220
11220
  readonly districtType: {
11221
11221
  readonly type: "string";
11222
11222
  };
@@ -11373,10 +11373,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
11373
11373
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
11374
11374
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
11375
11375
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
11376
- }, {} & {}>, _input: {
11376
+ }, {} & {}, never>, _input: {
11377
11377
  state: string;
11378
11378
  }) => void;
11379
- readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
11379
+ readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
11380
11380
  readonly districtType: {
11381
11381
  readonly type: "string";
11382
11382
  };
@@ -11533,10 +11533,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
11533
11533
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
11534
11534
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
11535
11535
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
11536
- }, {} & {}>, _input: {
11536
+ }, {} & {}, never>, _input: {
11537
11537
  level: number;
11538
11538
  }) => void;
11539
- readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
11539
+ readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
11540
11540
  readonly districtType: {
11541
11541
  readonly type: "string";
11542
11542
  };
@@ -11693,10 +11693,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
11693
11693
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
11694
11694
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
11695
11695
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
11696
- }, {} & {}>, _input: {
11696
+ }, {} & {}, never>, _input: {
11697
11697
  active: boolean;
11698
11698
  }) => void;
11699
- readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
11699
+ readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
11700
11700
  readonly districtType: {
11701
11701
  readonly type: "string";
11702
11702
  };
@@ -11853,10 +11853,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
11853
11853
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
11854
11854
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
11855
11855
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
11856
- }, {} & {}>, _input: {
11856
+ }, {} & {}, never>, _input: {
11857
11857
  enabled: boolean;
11858
11858
  }) => void;
11859
- readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
11859
+ readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
11860
11860
  readonly districtType: {
11861
11861
  readonly type: "string";
11862
11862
  };
@@ -12013,10 +12013,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
12013
12013
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
12014
12014
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
12015
12015
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
12016
- }, {} & {}>, _input: {
12016
+ }, {} & {}, never>, _input: {
12017
12017
  time: number | null;
12018
12018
  }) => void;
12019
- readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
12019
+ readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
12020
12020
  readonly districtType: {
12021
12021
  readonly type: "string";
12022
12022
  };
@@ -12173,10 +12173,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
12173
12173
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
12174
12174
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
12175
12175
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
12176
- }, {} & {}>, _input: {
12176
+ }, {} & {}, never>, _input: {
12177
12177
  active: boolean;
12178
12178
  }) => void;
12179
- readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
12179
+ readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
12180
12180
  readonly districtType: {
12181
12181
  readonly type: "string";
12182
12182
  };
@@ -12333,8 +12333,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
12333
12333
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
12334
12334
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
12335
12335
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
12336
- }, {} & {}>) => void;
12337
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
12336
+ }, {} & {}, never>) => void;
12337
+ readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
12338
12338
  readonly districtType: {
12339
12339
  readonly type: "string";
12340
12340
  };
@@ -12491,12 +12491,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
12491
12491
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
12492
12492
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
12493
12493
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
12494
- }, {} & {}>, _input: {
12494
+ }, {} & {}, never>, _input: {
12495
12495
  buildingId: Entity;
12496
12496
  edge: "left" | "right";
12497
12497
  deltaPx: number;
12498
12498
  }) => void;
12499
- readonly resizeCompactBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
12499
+ readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
12500
12500
  readonly districtType: {
12501
12501
  readonly type: "string";
12502
12502
  };
@@ -12653,12 +12653,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
12653
12653
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
12654
12654
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
12655
12655
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
12656
- }, {} & {}>, _input: {
12656
+ }, {} & {}, never>, _input: {
12657
12657
  buildingId: Entity;
12658
12658
  edge: "left" | "right";
12659
12659
  deltaPx: number;
12660
12660
  }) => void;
12661
- readonly splitAtCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
12661
+ readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
12662
12662
  readonly districtType: {
12663
12663
  readonly type: "string";
12664
12664
  };
@@ -12815,10 +12815,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
12815
12815
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
12816
12816
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
12817
12817
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
12818
- }, {} & {}>, _input: {
12818
+ }, {} & {}, never>, _input: {
12819
12819
  userId: string;
12820
12820
  }) => void;
12821
- readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
12821
+ readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
12822
12822
  readonly districtType: {
12823
12823
  readonly type: "string";
12824
12824
  };
@@ -12975,10 +12975,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
12975
12975
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
12976
12976
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
12977
12977
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
12978
- }, {} & {}>, _input: {
12978
+ }, {} & {}, never>, _input: {
12979
12979
  userId: string;
12980
12980
  }) => void;
12981
- readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
12981
+ readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
12982
12982
  readonly districtType: {
12983
12983
  readonly type: "string";
12984
12984
  };
@@ -13135,11 +13135,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
13135
13135
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
13136
13136
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
13137
13137
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
13138
- }, {} & {}>, _input: {
13138
+ }, {} & {}, never>, _input: {
13139
13139
  buildingId: Entity;
13140
13140
  }) => void;
13141
13141
  } & {
13142
- readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
13142
+ readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
13143
13143
  readonly districtType: {
13144
13144
  readonly type: "string";
13145
13145
  };
@@ -13296,10 +13296,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
13296
13296
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
13297
13297
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
13298
13298
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
13299
- }, {} & {}>, _input: {
13299
+ }, {} & {}, never>, _input: {
13300
13300
  userId: string;
13301
13301
  }) => void;
13302
- readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
13302
+ readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
13303
13303
  readonly districtType: {
13304
13304
  readonly type: "string";
13305
13305
  };
@@ -13456,10 +13456,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
13456
13456
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
13457
13457
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
13458
13458
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
13459
- }, {} & {}>, _input: {
13459
+ }, {} & {}, never>, _input: {
13460
13460
  userId: string;
13461
13461
  }) => void;
13462
- readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
13462
+ readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
13463
13463
  readonly districtType: {
13464
13464
  readonly type: "string";
13465
13465
  };
@@ -13616,13 +13616,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
13616
13616
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
13617
13617
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
13618
13618
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
13619
- }, {} & {}>, _input: {
13619
+ }, {} & {}, never>, _input: {
13620
13620
  entityIds: Entity[];
13621
13621
  userId: string;
13622
13622
  additive: boolean;
13623
13623
  }) => void;
13624
13624
  } & {
13625
- readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
13625
+ readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
13626
13626
  readonly districtType: {
13627
13627
  readonly type: "string";
13628
13628
  };
@@ -13779,7 +13779,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
13779
13779
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
13780
13780
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
13781
13781
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
13782
- }, {} & {}>, _input: {
13782
+ }, {} & {}, never>, _input: {
13783
13783
  userId: string;
13784
13784
  edge: "left" | "right";
13785
13785
  }) => void;
@@ -13941,7 +13941,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
13941
13941
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
13942
13942
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
13943
13943
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
13944
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
13944
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
13945
13945
  readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
13946
13946
  readonly districtType: {
13947
13947
  readonly type: "string";
@@ -14099,7 +14099,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
14099
14099
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
14100
14100
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
14101
14101
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
14102
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
14102
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
14103
14103
  readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
14104
14104
  readonly districtType: {
14105
14105
  readonly type: "string";
@@ -14257,7 +14257,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
14257
14257
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
14258
14258
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
14259
14259
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
14260
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
14260
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
14261
14261
  readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
14262
14262
  readonly districtType: {
14263
14263
  readonly type: "string";
@@ -14415,7 +14415,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
14415
14415
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
14416
14416
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
14417
14417
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
14418
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
14418
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
14419
14419
  readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
14420
14420
  readonly districtType: {
14421
14421
  readonly type: "string";
@@ -14573,8 +14573,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
14573
14573
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
14574
14574
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
14575
14575
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
14576
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
14577
- }>, {} & {}>) => Promise<void>;
14576
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
14577
+ }>, {} & {}, never>) => Promise<void>;
14578
14578
  readonly moveBuildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
14579
14579
  readonly districtType: {
14580
14580
  readonly type: "string";
@@ -14733,7 +14733,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
14733
14733
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
14734
14734
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
14735
14735
  }, import("../index.js").ToTransactionFunctions<{} & {} & {
14736
- readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
14736
+ readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
14737
14737
  readonly districtType: {
14738
14738
  readonly type: "string";
14739
14739
  };
@@ -14890,11 +14890,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
14890
14890
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
14891
14891
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
14892
14892
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
14893
- }, {} & {}>, _input: {
14893
+ }, {} & {}, never>, _input: {
14894
14894
  districtType: string;
14895
14895
  zoning: string;
14896
14896
  }) => void;
14897
- readonly deleteDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
14897
+ readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
14898
14898
  readonly districtType: {
14899
14899
  readonly type: "string";
14900
14900
  };
@@ -15051,8 +15051,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
15051
15051
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
15052
15052
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
15053
15053
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
15054
- }, {} & {}>, _id: Entity) => void;
15055
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
15054
+ }, {} & {}, never>, _id: Entity) => void;
15055
+ readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
15056
15056
  readonly districtType: {
15057
15057
  readonly type: "string";
15058
15058
  };
@@ -15209,11 +15209,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
15209
15209
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
15210
15210
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
15211
15211
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
15212
- }, {} & {}>, _input: {
15212
+ }, {} & {}, never>, _input: {
15213
15213
  parentDistrict: Entity;
15214
15214
  positionX: number;
15215
15215
  }) => void;
15216
- readonly deleteBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
15216
+ readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
15217
15217
  readonly districtType: {
15218
15218
  readonly type: "string";
15219
15219
  };
@@ -15370,8 +15370,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
15370
15370
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
15371
15371
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
15372
15372
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
15373
- }, {} & {}>, _id: Entity) => void;
15374
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
15373
+ }, {} & {}, never>, _id: Entity) => void;
15374
+ readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
15375
15375
  readonly districtType: {
15376
15376
  readonly type: "string";
15377
15377
  };
@@ -15528,13 +15528,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
15528
15528
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
15529
15529
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
15530
15530
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
15531
- }, {} & {}>, _input: {
15531
+ }, {} & {}, never>, _input: {
15532
15532
  id: Entity;
15533
15533
  } & Partial<{
15534
15534
  positionX: number;
15535
15535
  density: number;
15536
15536
  }>) => void;
15537
- readonly selectExclusive: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
15537
+ readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
15538
15538
  readonly districtType: {
15539
15539
  readonly type: "string";
15540
15540
  };
@@ -15691,11 +15691,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
15691
15691
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
15692
15692
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
15693
15693
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
15694
- }, {} & {}>, _input: {
15694
+ }, {} & {}, never>, _input: {
15695
15695
  entityId: Entity;
15696
15696
  userId: string;
15697
15697
  }) => void;
15698
- readonly toggleSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
15698
+ readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
15699
15699
  readonly districtType: {
15700
15700
  readonly type: "string";
15701
15701
  };
@@ -15852,11 +15852,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
15852
15852
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
15853
15853
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
15854
15854
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
15855
- }, {} & {}>, _input: {
15855
+ }, {} & {}, never>, _input: {
15856
15856
  entityId: Entity;
15857
15857
  userId: string;
15858
15858
  }) => void;
15859
- readonly ensureSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
15859
+ readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
15860
15860
  readonly districtType: {
15861
15861
  readonly type: "string";
15862
15862
  };
@@ -16013,11 +16013,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16013
16013
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
16014
16014
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
16015
16015
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
16016
- }, {} & {}>, _input: {
16016
+ }, {} & {}, never>, _input: {
16017
16017
  entityId: Entity;
16018
16018
  userId: string;
16019
16019
  }) => void;
16020
- readonly moveSelectedBuildings: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
16020
+ readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
16021
16021
  readonly districtType: {
16022
16022
  readonly type: "string";
16023
16023
  };
@@ -16174,10 +16174,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16174
16174
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
16175
16175
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
16176
16176
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
16177
- }, {} & {}>, _input: {
16177
+ }, {} & {}, never>, _input: {
16178
16178
  deltaUnits: number;
16179
16179
  }) => void;
16180
- readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
16180
+ readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
16181
16181
  readonly districtType: {
16182
16182
  readonly type: "string";
16183
16183
  };
@@ -16334,10 +16334,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16334
16334
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
16335
16335
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
16336
16336
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
16337
- }, {} & {}>, _input: {
16337
+ }, {} & {}, never>, _input: {
16338
16338
  time: number;
16339
16339
  }) => void;
16340
- readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
16340
+ readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
16341
16341
  readonly districtType: {
16342
16342
  readonly type: "string";
16343
16343
  };
@@ -16494,10 +16494,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16494
16494
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
16495
16495
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
16496
16496
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
16497
- }, {} & {}>, _input: {
16497
+ }, {} & {}, never>, _input: {
16498
16498
  state: string;
16499
16499
  }) => void;
16500
- readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
16500
+ readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
16501
16501
  readonly districtType: {
16502
16502
  readonly type: "string";
16503
16503
  };
@@ -16654,10 +16654,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16654
16654
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
16655
16655
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
16656
16656
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
16657
- }, {} & {}>, _input: {
16657
+ }, {} & {}, never>, _input: {
16658
16658
  level: number;
16659
16659
  }) => void;
16660
- readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
16660
+ readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
16661
16661
  readonly districtType: {
16662
16662
  readonly type: "string";
16663
16663
  };
@@ -16814,10 +16814,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16814
16814
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
16815
16815
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
16816
16816
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
16817
- }, {} & {}>, _input: {
16817
+ }, {} & {}, never>, _input: {
16818
16818
  active: boolean;
16819
16819
  }) => void;
16820
- readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
16820
+ readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
16821
16821
  readonly districtType: {
16822
16822
  readonly type: "string";
16823
16823
  };
@@ -16974,10 +16974,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16974
16974
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
16975
16975
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
16976
16976
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
16977
- }, {} & {}>, _input: {
16977
+ }, {} & {}, never>, _input: {
16978
16978
  enabled: boolean;
16979
16979
  }) => void;
16980
- readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
16980
+ readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
16981
16981
  readonly districtType: {
16982
16982
  readonly type: "string";
16983
16983
  };
@@ -17134,10 +17134,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
17134
17134
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
17135
17135
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
17136
17136
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
17137
- }, {} & {}>, _input: {
17137
+ }, {} & {}, never>, _input: {
17138
17138
  time: number | null;
17139
17139
  }) => void;
17140
- readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
17140
+ readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
17141
17141
  readonly districtType: {
17142
17142
  readonly type: "string";
17143
17143
  };
@@ -17294,10 +17294,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
17294
17294
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
17295
17295
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
17296
17296
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
17297
- }, {} & {}>, _input: {
17297
+ }, {} & {}, never>, _input: {
17298
17298
  active: boolean;
17299
17299
  }) => void;
17300
- readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
17300
+ readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
17301
17301
  readonly districtType: {
17302
17302
  readonly type: "string";
17303
17303
  };
@@ -17454,8 +17454,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
17454
17454
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
17455
17455
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
17456
17456
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
17457
- }, {} & {}>) => void;
17458
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
17457
+ }, {} & {}, never>) => void;
17458
+ readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
17459
17459
  readonly districtType: {
17460
17460
  readonly type: "string";
17461
17461
  };
@@ -17612,12 +17612,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
17612
17612
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
17613
17613
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
17614
17614
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
17615
- }, {} & {}>, _input: {
17615
+ }, {} & {}, never>, _input: {
17616
17616
  buildingId: Entity;
17617
17617
  edge: "left" | "right";
17618
17618
  deltaPx: number;
17619
17619
  }) => void;
17620
- readonly resizeCompactBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
17620
+ readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
17621
17621
  readonly districtType: {
17622
17622
  readonly type: "string";
17623
17623
  };
@@ -17774,12 +17774,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
17774
17774
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
17775
17775
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
17776
17776
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
17777
- }, {} & {}>, _input: {
17777
+ }, {} & {}, never>, _input: {
17778
17778
  buildingId: Entity;
17779
17779
  edge: "left" | "right";
17780
17780
  deltaPx: number;
17781
17781
  }) => void;
17782
- readonly splitAtCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
17782
+ readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
17783
17783
  readonly districtType: {
17784
17784
  readonly type: "string";
17785
17785
  };
@@ -17936,10 +17936,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
17936
17936
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
17937
17937
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
17938
17938
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
17939
- }, {} & {}>, _input: {
17939
+ }, {} & {}, never>, _input: {
17940
17940
  userId: string;
17941
17941
  }) => void;
17942
- readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
17942
+ readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
17943
17943
  readonly districtType: {
17944
17944
  readonly type: "string";
17945
17945
  };
@@ -18096,10 +18096,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
18096
18096
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
18097
18097
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
18098
18098
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
18099
- }, {} & {}>, _input: {
18099
+ }, {} & {}, never>, _input: {
18100
18100
  userId: string;
18101
18101
  }) => void;
18102
- readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
18102
+ readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
18103
18103
  readonly districtType: {
18104
18104
  readonly type: "string";
18105
18105
  };
@@ -18256,11 +18256,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
18256
18256
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
18257
18257
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
18258
18258
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
18259
- }, {} & {}>, _input: {
18259
+ }, {} & {}, never>, _input: {
18260
18260
  buildingId: Entity;
18261
18261
  }) => void;
18262
18262
  } & {
18263
- readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
18263
+ readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
18264
18264
  readonly districtType: {
18265
18265
  readonly type: "string";
18266
18266
  };
@@ -18417,10 +18417,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
18417
18417
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
18418
18418
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
18419
18419
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
18420
- }, {} & {}>, _input: {
18420
+ }, {} & {}, never>, _input: {
18421
18421
  userId: string;
18422
18422
  }) => void;
18423
- readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
18423
+ readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
18424
18424
  readonly districtType: {
18425
18425
  readonly type: "string";
18426
18426
  };
@@ -18577,10 +18577,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
18577
18577
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
18578
18578
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
18579
18579
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
18580
- }, {} & {}>, _input: {
18580
+ }, {} & {}, never>, _input: {
18581
18581
  userId: string;
18582
18582
  }) => void;
18583
- readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
18583
+ readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
18584
18584
  readonly districtType: {
18585
18585
  readonly type: "string";
18586
18586
  };
@@ -18737,13 +18737,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
18737
18737
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
18738
18738
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
18739
18739
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
18740
- }, {} & {}>, _input: {
18740
+ }, {} & {}, never>, _input: {
18741
18741
  entityIds: Entity[];
18742
18742
  userId: string;
18743
18743
  additive: boolean;
18744
18744
  }) => void;
18745
18745
  } & {
18746
- readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
18746
+ readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
18747
18747
  readonly districtType: {
18748
18748
  readonly type: "string";
18749
18749
  };
@@ -18900,7 +18900,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
18900
18900
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
18901
18901
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
18902
18902
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
18903
- }, {} & {}>, _input: {
18903
+ }, {} & {}, never>, _input: {
18904
18904
  userId: string;
18905
18905
  edge: "left" | "right";
18906
18906
  }) => void;
@@ -19062,7 +19062,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
19062
19062
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
19063
19063
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
19064
19064
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
19065
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
19065
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
19066
19066
  readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
19067
19067
  readonly districtType: {
19068
19068
  readonly type: "string";
@@ -19220,7 +19220,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
19220
19220
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
19221
19221
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
19222
19222
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
19223
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
19223
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
19224
19224
  readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
19225
19225
  readonly districtType: {
19226
19226
  readonly type: "string";
@@ -19378,7 +19378,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
19378
19378
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
19379
19379
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
19380
19380
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
19381
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
19381
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
19382
19382
  readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
19383
19383
  readonly districtType: {
19384
19384
  readonly type: "string";
@@ -19536,7 +19536,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
19536
19536
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
19537
19537
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
19538
19538
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
19539
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
19539
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
19540
19540
  readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
19541
19541
  readonly districtType: {
19542
19542
  readonly type: "string";
@@ -19694,8 +19694,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
19694
19694
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
19695
19695
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
19696
19696
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
19697
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
19698
- }>, {} & {}>, { buildingId }: {
19697
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
19698
+ }>, {} & {}, never>, { buildingId }: {
19699
19699
  buildingId: Entity;
19700
19700
  }) => Promise<void>;
19701
19701
  readonly resizeBuilding: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
@@ -19856,7 +19856,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
19856
19856
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
19857
19857
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
19858
19858
  }, import("../index.js").ToTransactionFunctions<{} & {} & {
19859
- readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
19859
+ readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
19860
19860
  readonly districtType: {
19861
19861
  readonly type: "string";
19862
19862
  };
@@ -20013,11 +20013,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
20013
20013
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
20014
20014
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
20015
20015
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
20016
- }, {} & {}>, _input: {
20016
+ }, {} & {}, never>, _input: {
20017
20017
  districtType: string;
20018
20018
  zoning: string;
20019
20019
  }) => void;
20020
- readonly deleteDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
20020
+ readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
20021
20021
  readonly districtType: {
20022
20022
  readonly type: "string";
20023
20023
  };
@@ -20174,8 +20174,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
20174
20174
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
20175
20175
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
20176
20176
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
20177
- }, {} & {}>, _id: Entity) => void;
20178
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
20177
+ }, {} & {}, never>, _id: Entity) => void;
20178
+ readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
20179
20179
  readonly districtType: {
20180
20180
  readonly type: "string";
20181
20181
  };
@@ -20332,11 +20332,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
20332
20332
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
20333
20333
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
20334
20334
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
20335
- }, {} & {}>, _input: {
20335
+ }, {} & {}, never>, _input: {
20336
20336
  parentDistrict: Entity;
20337
20337
  positionX: number;
20338
20338
  }) => void;
20339
- readonly deleteBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
20339
+ readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
20340
20340
  readonly districtType: {
20341
20341
  readonly type: "string";
20342
20342
  };
@@ -20493,8 +20493,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
20493
20493
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
20494
20494
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
20495
20495
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
20496
- }, {} & {}>, _id: Entity) => void;
20497
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
20496
+ }, {} & {}, never>, _id: Entity) => void;
20497
+ readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
20498
20498
  readonly districtType: {
20499
20499
  readonly type: "string";
20500
20500
  };
@@ -20651,13 +20651,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
20651
20651
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
20652
20652
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
20653
20653
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
20654
- }, {} & {}>, _input: {
20654
+ }, {} & {}, never>, _input: {
20655
20655
  id: Entity;
20656
20656
  } & Partial<{
20657
20657
  positionX: number;
20658
20658
  density: number;
20659
20659
  }>) => void;
20660
- readonly selectExclusive: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
20660
+ readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
20661
20661
  readonly districtType: {
20662
20662
  readonly type: "string";
20663
20663
  };
@@ -20814,11 +20814,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
20814
20814
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
20815
20815
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
20816
20816
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
20817
- }, {} & {}>, _input: {
20817
+ }, {} & {}, never>, _input: {
20818
20818
  entityId: Entity;
20819
20819
  userId: string;
20820
20820
  }) => void;
20821
- readonly toggleSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
20821
+ readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
20822
20822
  readonly districtType: {
20823
20823
  readonly type: "string";
20824
20824
  };
@@ -20975,11 +20975,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
20975
20975
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
20976
20976
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
20977
20977
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
20978
- }, {} & {}>, _input: {
20978
+ }, {} & {}, never>, _input: {
20979
20979
  entityId: Entity;
20980
20980
  userId: string;
20981
20981
  }) => void;
20982
- readonly ensureSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
20982
+ readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
20983
20983
  readonly districtType: {
20984
20984
  readonly type: "string";
20985
20985
  };
@@ -21136,11 +21136,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
21136
21136
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
21137
21137
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
21138
21138
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
21139
- }, {} & {}>, _input: {
21139
+ }, {} & {}, never>, _input: {
21140
21140
  entityId: Entity;
21141
21141
  userId: string;
21142
21142
  }) => void;
21143
- readonly moveSelectedBuildings: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
21143
+ readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
21144
21144
  readonly districtType: {
21145
21145
  readonly type: "string";
21146
21146
  };
@@ -21297,10 +21297,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
21297
21297
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
21298
21298
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
21299
21299
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
21300
- }, {} & {}>, _input: {
21300
+ }, {} & {}, never>, _input: {
21301
21301
  deltaUnits: number;
21302
21302
  }) => void;
21303
- readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
21303
+ readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
21304
21304
  readonly districtType: {
21305
21305
  readonly type: "string";
21306
21306
  };
@@ -21457,10 +21457,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
21457
21457
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
21458
21458
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
21459
21459
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
21460
- }, {} & {}>, _input: {
21460
+ }, {} & {}, never>, _input: {
21461
21461
  time: number;
21462
21462
  }) => void;
21463
- readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
21463
+ readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
21464
21464
  readonly districtType: {
21465
21465
  readonly type: "string";
21466
21466
  };
@@ -21617,10 +21617,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
21617
21617
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
21618
21618
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
21619
21619
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
21620
- }, {} & {}>, _input: {
21620
+ }, {} & {}, never>, _input: {
21621
21621
  state: string;
21622
21622
  }) => void;
21623
- readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
21623
+ readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
21624
21624
  readonly districtType: {
21625
21625
  readonly type: "string";
21626
21626
  };
@@ -21777,10 +21777,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
21777
21777
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
21778
21778
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
21779
21779
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
21780
- }, {} & {}>, _input: {
21780
+ }, {} & {}, never>, _input: {
21781
21781
  level: number;
21782
21782
  }) => void;
21783
- readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
21783
+ readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
21784
21784
  readonly districtType: {
21785
21785
  readonly type: "string";
21786
21786
  };
@@ -21937,10 +21937,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
21937
21937
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
21938
21938
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
21939
21939
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
21940
- }, {} & {}>, _input: {
21940
+ }, {} & {}, never>, _input: {
21941
21941
  active: boolean;
21942
21942
  }) => void;
21943
- readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
21943
+ readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
21944
21944
  readonly districtType: {
21945
21945
  readonly type: "string";
21946
21946
  };
@@ -22097,10 +22097,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
22097
22097
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
22098
22098
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
22099
22099
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
22100
- }, {} & {}>, _input: {
22100
+ }, {} & {}, never>, _input: {
22101
22101
  enabled: boolean;
22102
22102
  }) => void;
22103
- readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
22103
+ readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
22104
22104
  readonly districtType: {
22105
22105
  readonly type: "string";
22106
22106
  };
@@ -22257,10 +22257,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
22257
22257
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
22258
22258
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
22259
22259
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
22260
- }, {} & {}>, _input: {
22260
+ }, {} & {}, never>, _input: {
22261
22261
  time: number | null;
22262
22262
  }) => void;
22263
- readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
22263
+ readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
22264
22264
  readonly districtType: {
22265
22265
  readonly type: "string";
22266
22266
  };
@@ -22417,10 +22417,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
22417
22417
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
22418
22418
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
22419
22419
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
22420
- }, {} & {}>, _input: {
22420
+ }, {} & {}, never>, _input: {
22421
22421
  active: boolean;
22422
22422
  }) => void;
22423
- readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
22423
+ readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
22424
22424
  readonly districtType: {
22425
22425
  readonly type: "string";
22426
22426
  };
@@ -22577,8 +22577,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
22577
22577
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
22578
22578
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
22579
22579
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
22580
- }, {} & {}>) => void;
22581
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
22580
+ }, {} & {}, never>) => void;
22581
+ readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
22582
22582
  readonly districtType: {
22583
22583
  readonly type: "string";
22584
22584
  };
@@ -22735,12 +22735,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
22735
22735
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
22736
22736
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
22737
22737
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
22738
- }, {} & {}>, _input: {
22738
+ }, {} & {}, never>, _input: {
22739
22739
  buildingId: Entity;
22740
22740
  edge: "left" | "right";
22741
22741
  deltaPx: number;
22742
22742
  }) => void;
22743
- readonly resizeCompactBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
22743
+ readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
22744
22744
  readonly districtType: {
22745
22745
  readonly type: "string";
22746
22746
  };
@@ -22897,12 +22897,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
22897
22897
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
22898
22898
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
22899
22899
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
22900
- }, {} & {}>, _input: {
22900
+ }, {} & {}, never>, _input: {
22901
22901
  buildingId: Entity;
22902
22902
  edge: "left" | "right";
22903
22903
  deltaPx: number;
22904
22904
  }) => void;
22905
- readonly splitAtCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
22905
+ readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
22906
22906
  readonly districtType: {
22907
22907
  readonly type: "string";
22908
22908
  };
@@ -23059,10 +23059,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
23059
23059
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
23060
23060
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
23061
23061
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
23062
- }, {} & {}>, _input: {
23062
+ }, {} & {}, never>, _input: {
23063
23063
  userId: string;
23064
23064
  }) => void;
23065
- readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
23065
+ readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
23066
23066
  readonly districtType: {
23067
23067
  readonly type: "string";
23068
23068
  };
@@ -23219,10 +23219,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
23219
23219
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
23220
23220
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
23221
23221
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
23222
- }, {} & {}>, _input: {
23222
+ }, {} & {}, never>, _input: {
23223
23223
  userId: string;
23224
23224
  }) => void;
23225
- readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
23225
+ readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
23226
23226
  readonly districtType: {
23227
23227
  readonly type: "string";
23228
23228
  };
@@ -23379,11 +23379,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
23379
23379
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
23380
23380
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
23381
23381
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
23382
- }, {} & {}>, _input: {
23382
+ }, {} & {}, never>, _input: {
23383
23383
  buildingId: Entity;
23384
23384
  }) => void;
23385
23385
  } & {
23386
- readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
23386
+ readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
23387
23387
  readonly districtType: {
23388
23388
  readonly type: "string";
23389
23389
  };
@@ -23540,10 +23540,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
23540
23540
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
23541
23541
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
23542
23542
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
23543
- }, {} & {}>, _input: {
23543
+ }, {} & {}, never>, _input: {
23544
23544
  userId: string;
23545
23545
  }) => void;
23546
- readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
23546
+ readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
23547
23547
  readonly districtType: {
23548
23548
  readonly type: "string";
23549
23549
  };
@@ -23700,10 +23700,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
23700
23700
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
23701
23701
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
23702
23702
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
23703
- }, {} & {}>, _input: {
23703
+ }, {} & {}, never>, _input: {
23704
23704
  userId: string;
23705
23705
  }) => void;
23706
- readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
23706
+ readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
23707
23707
  readonly districtType: {
23708
23708
  readonly type: "string";
23709
23709
  };
@@ -23860,13 +23860,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
23860
23860
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
23861
23861
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
23862
23862
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
23863
- }, {} & {}>, _input: {
23863
+ }, {} & {}, never>, _input: {
23864
23864
  entityIds: Entity[];
23865
23865
  userId: string;
23866
23866
  additive: boolean;
23867
23867
  }) => void;
23868
23868
  } & {
23869
- readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
23869
+ readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
23870
23870
  readonly districtType: {
23871
23871
  readonly type: "string";
23872
23872
  };
@@ -24023,7 +24023,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
24023
24023
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
24024
24024
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
24025
24025
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
24026
- }, {} & {}>, _input: {
24026
+ }, {} & {}, never>, _input: {
24027
24027
  userId: string;
24028
24028
  edge: "left" | "right";
24029
24029
  }) => void;
@@ -24185,7 +24185,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
24185
24185
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
24186
24186
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
24187
24187
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
24188
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
24188
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
24189
24189
  readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
24190
24190
  readonly districtType: {
24191
24191
  readonly type: "string";
@@ -24343,7 +24343,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
24343
24343
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
24344
24344
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
24345
24345
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
24346
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
24346
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
24347
24347
  readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
24348
24348
  readonly districtType: {
24349
24349
  readonly type: "string";
@@ -24501,7 +24501,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
24501
24501
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
24502
24502
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
24503
24503
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
24504
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
24504
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
24505
24505
  readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
24506
24506
  readonly districtType: {
24507
24507
  readonly type: "string";
@@ -24659,7 +24659,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
24659
24659
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
24660
24660
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
24661
24661
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
24662
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
24662
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
24663
24663
  readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
24664
24664
  readonly districtType: {
24665
24665
  readonly type: "string";
@@ -24817,8 +24817,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
24817
24817
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
24818
24818
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
24819
24819
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
24820
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
24821
- }>, {} & {}>, { buildingId, edge }: {
24820
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
24821
+ }>, {} & {}, never>, { buildingId, edge }: {
24822
24822
  buildingId: Entity;
24823
24823
  edge: "left" | "right";
24824
24824
  }) => Promise<void>;
@@ -24980,7 +24980,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
24980
24980
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
24981
24981
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
24982
24982
  }, import("../index.js").ToTransactionFunctions<{} & {} & {
24983
- readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
24983
+ readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
24984
24984
  readonly districtType: {
24985
24985
  readonly type: "string";
24986
24986
  };
@@ -25137,11 +25137,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
25137
25137
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
25138
25138
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
25139
25139
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
25140
- }, {} & {}>, _input: {
25140
+ }, {} & {}, never>, _input: {
25141
25141
  districtType: string;
25142
25142
  zoning: string;
25143
25143
  }) => void;
25144
- readonly deleteDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
25144
+ readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
25145
25145
  readonly districtType: {
25146
25146
  readonly type: "string";
25147
25147
  };
@@ -25298,8 +25298,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
25298
25298
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
25299
25299
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
25300
25300
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
25301
- }, {} & {}>, _id: Entity) => void;
25302
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
25301
+ }, {} & {}, never>, _id: Entity) => void;
25302
+ readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
25303
25303
  readonly districtType: {
25304
25304
  readonly type: "string";
25305
25305
  };
@@ -25456,11 +25456,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
25456
25456
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
25457
25457
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
25458
25458
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
25459
- }, {} & {}>, _input: {
25459
+ }, {} & {}, never>, _input: {
25460
25460
  parentDistrict: Entity;
25461
25461
  positionX: number;
25462
25462
  }) => void;
25463
- readonly deleteBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
25463
+ readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
25464
25464
  readonly districtType: {
25465
25465
  readonly type: "string";
25466
25466
  };
@@ -25617,8 +25617,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
25617
25617
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
25618
25618
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
25619
25619
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
25620
- }, {} & {}>, _id: Entity) => void;
25621
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
25620
+ }, {} & {}, never>, _id: Entity) => void;
25621
+ readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
25622
25622
  readonly districtType: {
25623
25623
  readonly type: "string";
25624
25624
  };
@@ -25775,13 +25775,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
25775
25775
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
25776
25776
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
25777
25777
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
25778
- }, {} & {}>, _input: {
25778
+ }, {} & {}, never>, _input: {
25779
25779
  id: Entity;
25780
25780
  } & Partial<{
25781
25781
  positionX: number;
25782
25782
  density: number;
25783
25783
  }>) => void;
25784
- readonly selectExclusive: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
25784
+ readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
25785
25785
  readonly districtType: {
25786
25786
  readonly type: "string";
25787
25787
  };
@@ -25938,11 +25938,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
25938
25938
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
25939
25939
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
25940
25940
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
25941
- }, {} & {}>, _input: {
25941
+ }, {} & {}, never>, _input: {
25942
25942
  entityId: Entity;
25943
25943
  userId: string;
25944
25944
  }) => void;
25945
- readonly toggleSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
25945
+ readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
25946
25946
  readonly districtType: {
25947
25947
  readonly type: "string";
25948
25948
  };
@@ -26099,11 +26099,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
26099
26099
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
26100
26100
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
26101
26101
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
26102
- }, {} & {}>, _input: {
26102
+ }, {} & {}, never>, _input: {
26103
26103
  entityId: Entity;
26104
26104
  userId: string;
26105
26105
  }) => void;
26106
- readonly ensureSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
26106
+ readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
26107
26107
  readonly districtType: {
26108
26108
  readonly type: "string";
26109
26109
  };
@@ -26260,11 +26260,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
26260
26260
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
26261
26261
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
26262
26262
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
26263
- }, {} & {}>, _input: {
26263
+ }, {} & {}, never>, _input: {
26264
26264
  entityId: Entity;
26265
26265
  userId: string;
26266
26266
  }) => void;
26267
- readonly moveSelectedBuildings: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
26267
+ readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
26268
26268
  readonly districtType: {
26269
26269
  readonly type: "string";
26270
26270
  };
@@ -26421,10 +26421,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
26421
26421
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
26422
26422
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
26423
26423
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
26424
- }, {} & {}>, _input: {
26424
+ }, {} & {}, never>, _input: {
26425
26425
  deltaUnits: number;
26426
26426
  }) => void;
26427
- readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
26427
+ readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
26428
26428
  readonly districtType: {
26429
26429
  readonly type: "string";
26430
26430
  };
@@ -26581,10 +26581,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
26581
26581
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
26582
26582
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
26583
26583
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
26584
- }, {} & {}>, _input: {
26584
+ }, {} & {}, never>, _input: {
26585
26585
  time: number;
26586
26586
  }) => void;
26587
- readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
26587
+ readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
26588
26588
  readonly districtType: {
26589
26589
  readonly type: "string";
26590
26590
  };
@@ -26741,10 +26741,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
26741
26741
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
26742
26742
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
26743
26743
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
26744
- }, {} & {}>, _input: {
26744
+ }, {} & {}, never>, _input: {
26745
26745
  state: string;
26746
26746
  }) => void;
26747
- readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
26747
+ readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
26748
26748
  readonly districtType: {
26749
26749
  readonly type: "string";
26750
26750
  };
@@ -26901,10 +26901,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
26901
26901
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
26902
26902
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
26903
26903
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
26904
- }, {} & {}>, _input: {
26904
+ }, {} & {}, never>, _input: {
26905
26905
  level: number;
26906
26906
  }) => void;
26907
- readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
26907
+ readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
26908
26908
  readonly districtType: {
26909
26909
  readonly type: "string";
26910
26910
  };
@@ -27061,10 +27061,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
27061
27061
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
27062
27062
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
27063
27063
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
27064
- }, {} & {}>, _input: {
27064
+ }, {} & {}, never>, _input: {
27065
27065
  active: boolean;
27066
27066
  }) => void;
27067
- readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
27067
+ readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
27068
27068
  readonly districtType: {
27069
27069
  readonly type: "string";
27070
27070
  };
@@ -27221,10 +27221,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
27221
27221
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
27222
27222
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
27223
27223
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
27224
- }, {} & {}>, _input: {
27224
+ }, {} & {}, never>, _input: {
27225
27225
  enabled: boolean;
27226
27226
  }) => void;
27227
- readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
27227
+ readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
27228
27228
  readonly districtType: {
27229
27229
  readonly type: "string";
27230
27230
  };
@@ -27381,10 +27381,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
27381
27381
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
27382
27382
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
27383
27383
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
27384
- }, {} & {}>, _input: {
27384
+ }, {} & {}, never>, _input: {
27385
27385
  time: number | null;
27386
27386
  }) => void;
27387
- readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
27387
+ readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
27388
27388
  readonly districtType: {
27389
27389
  readonly type: "string";
27390
27390
  };
@@ -27541,10 +27541,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
27541
27541
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
27542
27542
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
27543
27543
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
27544
- }, {} & {}>, _input: {
27544
+ }, {} & {}, never>, _input: {
27545
27545
  active: boolean;
27546
27546
  }) => void;
27547
- readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
27547
+ readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
27548
27548
  readonly districtType: {
27549
27549
  readonly type: "string";
27550
27550
  };
@@ -27701,8 +27701,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
27701
27701
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
27702
27702
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
27703
27703
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
27704
- }, {} & {}>) => void;
27705
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
27704
+ }, {} & {}, never>) => void;
27705
+ readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
27706
27706
  readonly districtType: {
27707
27707
  readonly type: "string";
27708
27708
  };
@@ -27859,12 +27859,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
27859
27859
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
27860
27860
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
27861
27861
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
27862
- }, {} & {}>, _input: {
27862
+ }, {} & {}, never>, _input: {
27863
27863
  buildingId: Entity;
27864
27864
  edge: "left" | "right";
27865
27865
  deltaPx: number;
27866
27866
  }) => void;
27867
- readonly resizeCompactBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
27867
+ readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
27868
27868
  readonly districtType: {
27869
27869
  readonly type: "string";
27870
27870
  };
@@ -28021,12 +28021,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
28021
28021
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
28022
28022
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
28023
28023
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
28024
- }, {} & {}>, _input: {
28024
+ }, {} & {}, never>, _input: {
28025
28025
  buildingId: Entity;
28026
28026
  edge: "left" | "right";
28027
28027
  deltaPx: number;
28028
28028
  }) => void;
28029
- readonly splitAtCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
28029
+ readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
28030
28030
  readonly districtType: {
28031
28031
  readonly type: "string";
28032
28032
  };
@@ -28183,10 +28183,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
28183
28183
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
28184
28184
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
28185
28185
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
28186
- }, {} & {}>, _input: {
28186
+ }, {} & {}, never>, _input: {
28187
28187
  userId: string;
28188
28188
  }) => void;
28189
- readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
28189
+ readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
28190
28190
  readonly districtType: {
28191
28191
  readonly type: "string";
28192
28192
  };
@@ -28343,10 +28343,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
28343
28343
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
28344
28344
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
28345
28345
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
28346
- }, {} & {}>, _input: {
28346
+ }, {} & {}, never>, _input: {
28347
28347
  userId: string;
28348
28348
  }) => void;
28349
- readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
28349
+ readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
28350
28350
  readonly districtType: {
28351
28351
  readonly type: "string";
28352
28352
  };
@@ -28503,11 +28503,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
28503
28503
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
28504
28504
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
28505
28505
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
28506
- }, {} & {}>, _input: {
28506
+ }, {} & {}, never>, _input: {
28507
28507
  buildingId: Entity;
28508
28508
  }) => void;
28509
28509
  } & {
28510
- readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
28510
+ readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
28511
28511
  readonly districtType: {
28512
28512
  readonly type: "string";
28513
28513
  };
@@ -28664,10 +28664,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
28664
28664
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
28665
28665
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
28666
28666
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
28667
- }, {} & {}>, _input: {
28667
+ }, {} & {}, never>, _input: {
28668
28668
  userId: string;
28669
28669
  }) => void;
28670
- readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
28670
+ readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
28671
28671
  readonly districtType: {
28672
28672
  readonly type: "string";
28673
28673
  };
@@ -28824,10 +28824,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
28824
28824
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
28825
28825
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
28826
28826
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
28827
- }, {} & {}>, _input: {
28827
+ }, {} & {}, never>, _input: {
28828
28828
  userId: string;
28829
28829
  }) => void;
28830
- readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
28830
+ readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
28831
28831
  readonly districtType: {
28832
28832
  readonly type: "string";
28833
28833
  };
@@ -28984,13 +28984,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
28984
28984
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
28985
28985
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
28986
28986
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
28987
- }, {} & {}>, _input: {
28987
+ }, {} & {}, never>, _input: {
28988
28988
  entityIds: Entity[];
28989
28989
  userId: string;
28990
28990
  additive: boolean;
28991
28991
  }) => void;
28992
28992
  } & {
28993
- readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
28993
+ readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
28994
28994
  readonly districtType: {
28995
28995
  readonly type: "string";
28996
28996
  };
@@ -29147,7 +29147,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
29147
29147
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
29148
29148
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
29149
29149
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
29150
- }, {} & {}>, _input: {
29150
+ }, {} & {}, never>, _input: {
29151
29151
  userId: string;
29152
29152
  edge: "left" | "right";
29153
29153
  }) => void;
@@ -29309,7 +29309,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
29309
29309
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
29310
29310
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
29311
29311
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
29312
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
29312
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
29313
29313
  readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
29314
29314
  readonly districtType: {
29315
29315
  readonly type: "string";
@@ -29467,7 +29467,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
29467
29467
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
29468
29468
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
29469
29469
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
29470
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
29470
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
29471
29471
  readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
29472
29472
  readonly districtType: {
29473
29473
  readonly type: "string";
@@ -29625,7 +29625,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
29625
29625
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
29626
29626
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
29627
29627
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
29628
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
29628
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
29629
29629
  readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
29630
29630
  readonly districtType: {
29631
29631
  readonly type: "string";
@@ -29783,7 +29783,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
29783
29783
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
29784
29784
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
29785
29785
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
29786
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
29786
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
29787
29787
  readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
29788
29788
  readonly districtType: {
29789
29789
  readonly type: "string";
@@ -29941,8 +29941,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
29941
29941
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
29942
29942
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
29943
29943
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
29944
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
29945
- }>, {} & {}>, delta: number) => Promise<void>;
29944
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
29945
+ }>, {} & {}, never>, delta: number) => Promise<void>;
29946
29946
  } & {
29947
29947
  readonly stepTicks: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
29948
29948
  readonly districtType: {
@@ -30102,7 +30102,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
30102
30102
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
30103
30103
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
30104
30104
  }, import("../index.js").ToTransactionFunctions<{} & {} & {
30105
- readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
30105
+ readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
30106
30106
  readonly districtType: {
30107
30107
  readonly type: "string";
30108
30108
  };
@@ -30259,11 +30259,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
30259
30259
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
30260
30260
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
30261
30261
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
30262
- }, {} & {}>, _input: {
30262
+ }, {} & {}, never>, _input: {
30263
30263
  districtType: string;
30264
30264
  zoning: string;
30265
30265
  }) => void;
30266
- readonly deleteDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
30266
+ readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
30267
30267
  readonly districtType: {
30268
30268
  readonly type: "string";
30269
30269
  };
@@ -30420,8 +30420,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
30420
30420
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
30421
30421
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
30422
30422
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
30423
- }, {} & {}>, _id: Entity) => void;
30424
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
30423
+ }, {} & {}, never>, _id: Entity) => void;
30424
+ readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
30425
30425
  readonly districtType: {
30426
30426
  readonly type: "string";
30427
30427
  };
@@ -30578,11 +30578,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
30578
30578
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
30579
30579
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
30580
30580
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
30581
- }, {} & {}>, _input: {
30581
+ }, {} & {}, never>, _input: {
30582
30582
  parentDistrict: Entity;
30583
30583
  positionX: number;
30584
30584
  }) => void;
30585
- readonly deleteBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
30585
+ readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
30586
30586
  readonly districtType: {
30587
30587
  readonly type: "string";
30588
30588
  };
@@ -30739,8 +30739,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
30739
30739
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
30740
30740
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
30741
30741
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
30742
- }, {} & {}>, _id: Entity) => void;
30743
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
30742
+ }, {} & {}, never>, _id: Entity) => void;
30743
+ readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
30744
30744
  readonly districtType: {
30745
30745
  readonly type: "string";
30746
30746
  };
@@ -30897,13 +30897,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
30897
30897
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
30898
30898
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
30899
30899
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
30900
- }, {} & {}>, _input: {
30900
+ }, {} & {}, never>, _input: {
30901
30901
  id: Entity;
30902
30902
  } & Partial<{
30903
30903
  positionX: number;
30904
30904
  density: number;
30905
30905
  }>) => void;
30906
- readonly selectExclusive: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
30906
+ readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
30907
30907
  readonly districtType: {
30908
30908
  readonly type: "string";
30909
30909
  };
@@ -31060,11 +31060,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
31060
31060
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
31061
31061
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
31062
31062
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
31063
- }, {} & {}>, _input: {
31063
+ }, {} & {}, never>, _input: {
31064
31064
  entityId: Entity;
31065
31065
  userId: string;
31066
31066
  }) => void;
31067
- readonly toggleSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
31067
+ readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
31068
31068
  readonly districtType: {
31069
31069
  readonly type: "string";
31070
31070
  };
@@ -31221,11 +31221,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
31221
31221
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
31222
31222
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
31223
31223
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
31224
- }, {} & {}>, _input: {
31224
+ }, {} & {}, never>, _input: {
31225
31225
  entityId: Entity;
31226
31226
  userId: string;
31227
31227
  }) => void;
31228
- readonly ensureSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
31228
+ readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
31229
31229
  readonly districtType: {
31230
31230
  readonly type: "string";
31231
31231
  };
@@ -31382,11 +31382,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
31382
31382
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
31383
31383
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
31384
31384
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
31385
- }, {} & {}>, _input: {
31385
+ }, {} & {}, never>, _input: {
31386
31386
  entityId: Entity;
31387
31387
  userId: string;
31388
31388
  }) => void;
31389
- readonly moveSelectedBuildings: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
31389
+ readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
31390
31390
  readonly districtType: {
31391
31391
  readonly type: "string";
31392
31392
  };
@@ -31543,10 +31543,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
31543
31543
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
31544
31544
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
31545
31545
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
31546
- }, {} & {}>, _input: {
31546
+ }, {} & {}, never>, _input: {
31547
31547
  deltaUnits: number;
31548
31548
  }) => void;
31549
- readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
31549
+ readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
31550
31550
  readonly districtType: {
31551
31551
  readonly type: "string";
31552
31552
  };
@@ -31703,10 +31703,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
31703
31703
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
31704
31704
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
31705
31705
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
31706
- }, {} & {}>, _input: {
31706
+ }, {} & {}, never>, _input: {
31707
31707
  time: number;
31708
31708
  }) => void;
31709
- readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
31709
+ readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
31710
31710
  readonly districtType: {
31711
31711
  readonly type: "string";
31712
31712
  };
@@ -31863,10 +31863,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
31863
31863
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
31864
31864
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
31865
31865
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
31866
- }, {} & {}>, _input: {
31866
+ }, {} & {}, never>, _input: {
31867
31867
  state: string;
31868
31868
  }) => void;
31869
- readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
31869
+ readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
31870
31870
  readonly districtType: {
31871
31871
  readonly type: "string";
31872
31872
  };
@@ -32023,10 +32023,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
32023
32023
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
32024
32024
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
32025
32025
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
32026
- }, {} & {}>, _input: {
32026
+ }, {} & {}, never>, _input: {
32027
32027
  level: number;
32028
32028
  }) => void;
32029
- readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
32029
+ readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
32030
32030
  readonly districtType: {
32031
32031
  readonly type: "string";
32032
32032
  };
@@ -32183,10 +32183,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
32183
32183
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
32184
32184
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
32185
32185
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
32186
- }, {} & {}>, _input: {
32186
+ }, {} & {}, never>, _input: {
32187
32187
  active: boolean;
32188
32188
  }) => void;
32189
- readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
32189
+ readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
32190
32190
  readonly districtType: {
32191
32191
  readonly type: "string";
32192
32192
  };
@@ -32343,10 +32343,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
32343
32343
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
32344
32344
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
32345
32345
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
32346
- }, {} & {}>, _input: {
32346
+ }, {} & {}, never>, _input: {
32347
32347
  enabled: boolean;
32348
32348
  }) => void;
32349
- readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
32349
+ readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
32350
32350
  readonly districtType: {
32351
32351
  readonly type: "string";
32352
32352
  };
@@ -32503,10 +32503,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
32503
32503
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
32504
32504
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
32505
32505
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
32506
- }, {} & {}>, _input: {
32506
+ }, {} & {}, never>, _input: {
32507
32507
  time: number | null;
32508
32508
  }) => void;
32509
- readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
32509
+ readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
32510
32510
  readonly districtType: {
32511
32511
  readonly type: "string";
32512
32512
  };
@@ -32663,10 +32663,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
32663
32663
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
32664
32664
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
32665
32665
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
32666
- }, {} & {}>, _input: {
32666
+ }, {} & {}, never>, _input: {
32667
32667
  active: boolean;
32668
32668
  }) => void;
32669
- readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
32669
+ readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
32670
32670
  readonly districtType: {
32671
32671
  readonly type: "string";
32672
32672
  };
@@ -32823,8 +32823,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
32823
32823
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
32824
32824
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
32825
32825
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
32826
- }, {} & {}>) => void;
32827
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
32826
+ }, {} & {}, never>) => void;
32827
+ readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
32828
32828
  readonly districtType: {
32829
32829
  readonly type: "string";
32830
32830
  };
@@ -32981,12 +32981,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
32981
32981
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
32982
32982
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
32983
32983
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
32984
- }, {} & {}>, _input: {
32984
+ }, {} & {}, never>, _input: {
32985
32985
  buildingId: Entity;
32986
32986
  edge: "left" | "right";
32987
32987
  deltaPx: number;
32988
32988
  }) => void;
32989
- readonly resizeCompactBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
32989
+ readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
32990
32990
  readonly districtType: {
32991
32991
  readonly type: "string";
32992
32992
  };
@@ -33143,12 +33143,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
33143
33143
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
33144
33144
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
33145
33145
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
33146
- }, {} & {}>, _input: {
33146
+ }, {} & {}, never>, _input: {
33147
33147
  buildingId: Entity;
33148
33148
  edge: "left" | "right";
33149
33149
  deltaPx: number;
33150
33150
  }) => void;
33151
- readonly splitAtCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
33151
+ readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
33152
33152
  readonly districtType: {
33153
33153
  readonly type: "string";
33154
33154
  };
@@ -33305,10 +33305,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
33305
33305
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
33306
33306
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
33307
33307
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
33308
- }, {} & {}>, _input: {
33308
+ }, {} & {}, never>, _input: {
33309
33309
  userId: string;
33310
33310
  }) => void;
33311
- readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
33311
+ readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
33312
33312
  readonly districtType: {
33313
33313
  readonly type: "string";
33314
33314
  };
@@ -33465,10 +33465,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
33465
33465
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
33466
33466
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
33467
33467
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
33468
- }, {} & {}>, _input: {
33468
+ }, {} & {}, never>, _input: {
33469
33469
  userId: string;
33470
33470
  }) => void;
33471
- readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
33471
+ readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
33472
33472
  readonly districtType: {
33473
33473
  readonly type: "string";
33474
33474
  };
@@ -33625,11 +33625,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
33625
33625
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
33626
33626
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
33627
33627
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
33628
- }, {} & {}>, _input: {
33628
+ }, {} & {}, never>, _input: {
33629
33629
  buildingId: Entity;
33630
33630
  }) => void;
33631
33631
  } & {
33632
- readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
33632
+ readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
33633
33633
  readonly districtType: {
33634
33634
  readonly type: "string";
33635
33635
  };
@@ -33786,10 +33786,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
33786
33786
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
33787
33787
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
33788
33788
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
33789
- }, {} & {}>, _input: {
33789
+ }, {} & {}, never>, _input: {
33790
33790
  userId: string;
33791
33791
  }) => void;
33792
- readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
33792
+ readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
33793
33793
  readonly districtType: {
33794
33794
  readonly type: "string";
33795
33795
  };
@@ -33946,10 +33946,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
33946
33946
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
33947
33947
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
33948
33948
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
33949
- }, {} & {}>, _input: {
33949
+ }, {} & {}, never>, _input: {
33950
33950
  userId: string;
33951
33951
  }) => void;
33952
- readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
33952
+ readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
33953
33953
  readonly districtType: {
33954
33954
  readonly type: "string";
33955
33955
  };
@@ -34106,13 +34106,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
34106
34106
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
34107
34107
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
34108
34108
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
34109
- }, {} & {}>, _input: {
34109
+ }, {} & {}, never>, _input: {
34110
34110
  entityIds: Entity[];
34111
34111
  userId: string;
34112
34112
  additive: boolean;
34113
34113
  }) => void;
34114
34114
  } & {
34115
- readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
34115
+ readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
34116
34116
  readonly districtType: {
34117
34117
  readonly type: "string";
34118
34118
  };
@@ -34269,7 +34269,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
34269
34269
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
34270
34270
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
34271
34271
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
34272
- }, {} & {}>, _input: {
34272
+ }, {} & {}, never>, _input: {
34273
34273
  userId: string;
34274
34274
  edge: "left" | "right";
34275
34275
  }) => void;
@@ -34431,7 +34431,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
34431
34431
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
34432
34432
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
34433
34433
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
34434
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
34434
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
34435
34435
  readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
34436
34436
  readonly districtType: {
34437
34437
  readonly type: "string";
@@ -34589,7 +34589,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
34589
34589
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
34590
34590
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
34591
34591
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
34592
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
34592
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
34593
34593
  readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
34594
34594
  readonly districtType: {
34595
34595
  readonly type: "string";
@@ -34747,7 +34747,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
34747
34747
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
34748
34748
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
34749
34749
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
34750
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
34750
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
34751
34751
  readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
34752
34752
  readonly districtType: {
34753
34753
  readonly type: "string";
@@ -34905,7 +34905,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
34905
34905
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
34906
34906
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
34907
34907
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
34908
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
34908
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
34909
34909
  readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
34910
34910
  readonly districtType: {
34911
34911
  readonly type: "string";
@@ -35063,8 +35063,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
35063
35063
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
35064
35064
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
35065
35065
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
35066
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
35067
- }>, {} & {}>, count: number) => Promise<void>;
35066
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
35067
+ }>, {} & {}, never>, count: number) => Promise<void>;
35068
35068
  readonly jumpToStart: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
35069
35069
  readonly districtType: {
35070
35070
  readonly type: "string";
@@ -35223,7 +35223,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
35223
35223
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
35224
35224
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
35225
35225
  }, import("../index.js").ToTransactionFunctions<{} & {} & {
35226
- readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
35226
+ readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
35227
35227
  readonly districtType: {
35228
35228
  readonly type: "string";
35229
35229
  };
@@ -35380,11 +35380,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
35380
35380
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
35381
35381
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
35382
35382
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
35383
- }, {} & {}>, _input: {
35383
+ }, {} & {}, never>, _input: {
35384
35384
  districtType: string;
35385
35385
  zoning: string;
35386
35386
  }) => void;
35387
- readonly deleteDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
35387
+ readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
35388
35388
  readonly districtType: {
35389
35389
  readonly type: "string";
35390
35390
  };
@@ -35541,8 +35541,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
35541
35541
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
35542
35542
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
35543
35543
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
35544
- }, {} & {}>, _id: Entity) => void;
35545
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
35544
+ }, {} & {}, never>, _id: Entity) => void;
35545
+ readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
35546
35546
  readonly districtType: {
35547
35547
  readonly type: "string";
35548
35548
  };
@@ -35699,11 +35699,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
35699
35699
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
35700
35700
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
35701
35701
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
35702
- }, {} & {}>, _input: {
35702
+ }, {} & {}, never>, _input: {
35703
35703
  parentDistrict: Entity;
35704
35704
  positionX: number;
35705
35705
  }) => void;
35706
- readonly deleteBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
35706
+ readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
35707
35707
  readonly districtType: {
35708
35708
  readonly type: "string";
35709
35709
  };
@@ -35860,8 +35860,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
35860
35860
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
35861
35861
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
35862
35862
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
35863
- }, {} & {}>, _id: Entity) => void;
35864
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
35863
+ }, {} & {}, never>, _id: Entity) => void;
35864
+ readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
35865
35865
  readonly districtType: {
35866
35866
  readonly type: "string";
35867
35867
  };
@@ -36018,13 +36018,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
36018
36018
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
36019
36019
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
36020
36020
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
36021
- }, {} & {}>, _input: {
36021
+ }, {} & {}, never>, _input: {
36022
36022
  id: Entity;
36023
36023
  } & Partial<{
36024
36024
  positionX: number;
36025
36025
  density: number;
36026
36026
  }>) => void;
36027
- readonly selectExclusive: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
36027
+ readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
36028
36028
  readonly districtType: {
36029
36029
  readonly type: "string";
36030
36030
  };
@@ -36181,11 +36181,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
36181
36181
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
36182
36182
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
36183
36183
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
36184
- }, {} & {}>, _input: {
36184
+ }, {} & {}, never>, _input: {
36185
36185
  entityId: Entity;
36186
36186
  userId: string;
36187
36187
  }) => void;
36188
- readonly toggleSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
36188
+ readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
36189
36189
  readonly districtType: {
36190
36190
  readonly type: "string";
36191
36191
  };
@@ -36342,11 +36342,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
36342
36342
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
36343
36343
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
36344
36344
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
36345
- }, {} & {}>, _input: {
36345
+ }, {} & {}, never>, _input: {
36346
36346
  entityId: Entity;
36347
36347
  userId: string;
36348
36348
  }) => void;
36349
- readonly ensureSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
36349
+ readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
36350
36350
  readonly districtType: {
36351
36351
  readonly type: "string";
36352
36352
  };
@@ -36503,11 +36503,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
36503
36503
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
36504
36504
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
36505
36505
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
36506
- }, {} & {}>, _input: {
36506
+ }, {} & {}, never>, _input: {
36507
36507
  entityId: Entity;
36508
36508
  userId: string;
36509
36509
  }) => void;
36510
- readonly moveSelectedBuildings: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
36510
+ readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
36511
36511
  readonly districtType: {
36512
36512
  readonly type: "string";
36513
36513
  };
@@ -36664,10 +36664,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
36664
36664
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
36665
36665
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
36666
36666
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
36667
- }, {} & {}>, _input: {
36667
+ }, {} & {}, never>, _input: {
36668
36668
  deltaUnits: number;
36669
36669
  }) => void;
36670
- readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
36670
+ readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
36671
36671
  readonly districtType: {
36672
36672
  readonly type: "string";
36673
36673
  };
@@ -36824,10 +36824,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
36824
36824
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
36825
36825
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
36826
36826
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
36827
- }, {} & {}>, _input: {
36827
+ }, {} & {}, never>, _input: {
36828
36828
  time: number;
36829
36829
  }) => void;
36830
- readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
36830
+ readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
36831
36831
  readonly districtType: {
36832
36832
  readonly type: "string";
36833
36833
  };
@@ -36984,10 +36984,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
36984
36984
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
36985
36985
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
36986
36986
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
36987
- }, {} & {}>, _input: {
36987
+ }, {} & {}, never>, _input: {
36988
36988
  state: string;
36989
36989
  }) => void;
36990
- readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
36990
+ readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
36991
36991
  readonly districtType: {
36992
36992
  readonly type: "string";
36993
36993
  };
@@ -37144,10 +37144,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
37144
37144
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
37145
37145
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
37146
37146
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
37147
- }, {} & {}>, _input: {
37147
+ }, {} & {}, never>, _input: {
37148
37148
  level: number;
37149
37149
  }) => void;
37150
- readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
37150
+ readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
37151
37151
  readonly districtType: {
37152
37152
  readonly type: "string";
37153
37153
  };
@@ -37304,10 +37304,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
37304
37304
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
37305
37305
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
37306
37306
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
37307
- }, {} & {}>, _input: {
37307
+ }, {} & {}, never>, _input: {
37308
37308
  active: boolean;
37309
37309
  }) => void;
37310
- readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
37310
+ readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
37311
37311
  readonly districtType: {
37312
37312
  readonly type: "string";
37313
37313
  };
@@ -37464,10 +37464,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
37464
37464
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
37465
37465
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
37466
37466
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
37467
- }, {} & {}>, _input: {
37467
+ }, {} & {}, never>, _input: {
37468
37468
  enabled: boolean;
37469
37469
  }) => void;
37470
- readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
37470
+ readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
37471
37471
  readonly districtType: {
37472
37472
  readonly type: "string";
37473
37473
  };
@@ -37624,10 +37624,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
37624
37624
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
37625
37625
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
37626
37626
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
37627
- }, {} & {}>, _input: {
37627
+ }, {} & {}, never>, _input: {
37628
37628
  time: number | null;
37629
37629
  }) => void;
37630
- readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
37630
+ readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
37631
37631
  readonly districtType: {
37632
37632
  readonly type: "string";
37633
37633
  };
@@ -37784,10 +37784,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
37784
37784
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
37785
37785
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
37786
37786
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
37787
- }, {} & {}>, _input: {
37787
+ }, {} & {}, never>, _input: {
37788
37788
  active: boolean;
37789
37789
  }) => void;
37790
- readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
37790
+ readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
37791
37791
  readonly districtType: {
37792
37792
  readonly type: "string";
37793
37793
  };
@@ -37944,8 +37944,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
37944
37944
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
37945
37945
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
37946
37946
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
37947
- }, {} & {}>) => void;
37948
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
37947
+ }, {} & {}, never>) => void;
37948
+ readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
37949
37949
  readonly districtType: {
37950
37950
  readonly type: "string";
37951
37951
  };
@@ -38102,12 +38102,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
38102
38102
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
38103
38103
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
38104
38104
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
38105
- }, {} & {}>, _input: {
38105
+ }, {} & {}, never>, _input: {
38106
38106
  buildingId: Entity;
38107
38107
  edge: "left" | "right";
38108
38108
  deltaPx: number;
38109
38109
  }) => void;
38110
- readonly resizeCompactBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
38110
+ readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
38111
38111
  readonly districtType: {
38112
38112
  readonly type: "string";
38113
38113
  };
@@ -38264,12 +38264,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
38264
38264
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
38265
38265
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
38266
38266
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
38267
- }, {} & {}>, _input: {
38267
+ }, {} & {}, never>, _input: {
38268
38268
  buildingId: Entity;
38269
38269
  edge: "left" | "right";
38270
38270
  deltaPx: number;
38271
38271
  }) => void;
38272
- readonly splitAtCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
38272
+ readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
38273
38273
  readonly districtType: {
38274
38274
  readonly type: "string";
38275
38275
  };
@@ -38426,10 +38426,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
38426
38426
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
38427
38427
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
38428
38428
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
38429
- }, {} & {}>, _input: {
38429
+ }, {} & {}, never>, _input: {
38430
38430
  userId: string;
38431
38431
  }) => void;
38432
- readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
38432
+ readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
38433
38433
  readonly districtType: {
38434
38434
  readonly type: "string";
38435
38435
  };
@@ -38586,10 +38586,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
38586
38586
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
38587
38587
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
38588
38588
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
38589
- }, {} & {}>, _input: {
38589
+ }, {} & {}, never>, _input: {
38590
38590
  userId: string;
38591
38591
  }) => void;
38592
- readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
38592
+ readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
38593
38593
  readonly districtType: {
38594
38594
  readonly type: "string";
38595
38595
  };
@@ -38746,11 +38746,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
38746
38746
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
38747
38747
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
38748
38748
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
38749
- }, {} & {}>, _input: {
38749
+ }, {} & {}, never>, _input: {
38750
38750
  buildingId: Entity;
38751
38751
  }) => void;
38752
38752
  } & {
38753
- readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
38753
+ readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
38754
38754
  readonly districtType: {
38755
38755
  readonly type: "string";
38756
38756
  };
@@ -38907,10 +38907,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
38907
38907
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
38908
38908
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
38909
38909
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
38910
- }, {} & {}>, _input: {
38910
+ }, {} & {}, never>, _input: {
38911
38911
  userId: string;
38912
38912
  }) => void;
38913
- readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
38913
+ readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
38914
38914
  readonly districtType: {
38915
38915
  readonly type: "string";
38916
38916
  };
@@ -39067,10 +39067,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
39067
39067
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
39068
39068
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
39069
39069
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
39070
- }, {} & {}>, _input: {
39070
+ }, {} & {}, never>, _input: {
39071
39071
  userId: string;
39072
39072
  }) => void;
39073
- readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
39073
+ readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
39074
39074
  readonly districtType: {
39075
39075
  readonly type: "string";
39076
39076
  };
@@ -39227,13 +39227,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
39227
39227
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
39228
39228
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
39229
39229
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
39230
- }, {} & {}>, _input: {
39230
+ }, {} & {}, never>, _input: {
39231
39231
  entityIds: Entity[];
39232
39232
  userId: string;
39233
39233
  additive: boolean;
39234
39234
  }) => void;
39235
39235
  } & {
39236
- readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
39236
+ readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
39237
39237
  readonly districtType: {
39238
39238
  readonly type: "string";
39239
39239
  };
@@ -39390,7 +39390,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
39390
39390
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
39391
39391
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
39392
39392
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
39393
- }, {} & {}>, _input: {
39393
+ }, {} & {}, never>, _input: {
39394
39394
  userId: string;
39395
39395
  edge: "left" | "right";
39396
39396
  }) => void;
@@ -39552,7 +39552,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
39552
39552
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
39553
39553
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
39554
39554
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
39555
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
39555
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
39556
39556
  readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
39557
39557
  readonly districtType: {
39558
39558
  readonly type: "string";
@@ -39710,7 +39710,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
39710
39710
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
39711
39711
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
39712
39712
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
39713
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
39713
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
39714
39714
  readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
39715
39715
  readonly districtType: {
39716
39716
  readonly type: "string";
@@ -39868,7 +39868,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
39868
39868
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
39869
39869
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
39870
39870
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
39871
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
39871
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
39872
39872
  readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
39873
39873
  readonly districtType: {
39874
39874
  readonly type: "string";
@@ -40026,7 +40026,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
40026
40026
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
40027
40027
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
40028
40028
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
40029
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
40029
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
40030
40030
  readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
40031
40031
  readonly districtType: {
40032
40032
  readonly type: "string";
@@ -40184,8 +40184,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
40184
40184
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
40185
40185
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
40186
40186
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
40187
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
40188
- }>, {} & {}>) => Promise<void>;
40187
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
40188
+ }>, {} & {}, never>) => Promise<void>;
40189
40189
  }, {}, {} & {
40190
40190
  readonly districts: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
40191
40191
  readonly districtType: {
@@ -40344,7 +40344,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
40344
40344
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
40345
40345
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
40346
40346
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
40347
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
40347
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
40348
40348
  readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
40349
40349
  readonly districtType: {
40350
40350
  readonly type: "string";
@@ -40502,7 +40502,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
40502
40502
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
40503
40503
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
40504
40504
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
40505
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
40505
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
40506
40506
  readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
40507
40507
  readonly districtType: {
40508
40508
  readonly type: "string";
@@ -40660,7 +40660,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
40660
40660
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
40661
40661
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
40662
40662
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
40663
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
40663
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
40664
40664
  readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
40665
40665
  readonly districtType: {
40666
40666
  readonly type: "string";
@@ -40818,7 +40818,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
40818
40818
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
40819
40819
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
40820
40820
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
40821
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
40821
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
40822
40822
  readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
40823
40823
  readonly districtType: {
40824
40824
  readonly type: "string";
@@ -40976,5 +40976,5 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
40976
40976
  readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
40977
40977
  readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
40978
40978
  readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
40979
- }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
40979
+ }, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
40980
40980
  }, {} & {}>>;