@adobe/data 0.9.83 → 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 (1275) 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/database/concurrency/concurrency-strategy.d.ts +4 -3
  11. package/dist/ecs/database/database.d.ts +22 -10
  12. package/dist/ecs/database/database.index.performance.test.js +32 -25
  13. package/dist/ecs/database/database.index.performance.test.js.map +1 -1
  14. package/dist/ecs/database/database.index.type-test.js +25 -0
  15. package/dist/ecs/database/database.index.type-test.js.map +1 -1
  16. package/dist/ecs/database/database.js +14 -0
  17. package/dist/ecs/database/database.js.map +1 -1
  18. package/dist/ecs/database/database.reset.test.js +13 -6
  19. package/dist/ecs/database/database.reset.test.js.map +1 -1
  20. package/dist/ecs/database/deep-extends-chain.type-test.d.ts +208 -208
  21. package/dist/ecs/database/facets/archetypes.d.ts +17 -0
  22. package/dist/ecs/database/facets/archetypes.js +18 -0
  23. package/dist/ecs/database/facets/archetypes.js.map +1 -0
  24. package/dist/ecs/database/facets/components.d.ts +17 -0
  25. package/dist/ecs/database/facets/components.js +18 -0
  26. package/dist/ecs/database/facets/components.js.map +1 -0
  27. package/dist/ecs/database/facets/facets.test.d.ts +1 -0
  28. package/dist/ecs/database/facets/facets.test.js +54 -0
  29. package/dist/ecs/database/facets/facets.test.js.map +1 -0
  30. package/dist/ecs/database/facets/resources.d.ts +17 -0
  31. package/dist/ecs/database/facets/resources.js +18 -0
  32. package/dist/ecs/database/facets/resources.js.map +1 -0
  33. package/dist/ecs/database/facets/stamp-scopes.d.ts +46 -0
  34. package/dist/ecs/database/facets/stamp-scopes.js +26 -0
  35. package/dist/ecs/database/facets/stamp-scopes.js.map +1 -0
  36. package/dist/ecs/database/observe-select-entities.performance.test.js +12 -4
  37. package/dist/ecs/database/observe-select-entities.performance.test.js.map +1 -1
  38. package/dist/ecs/database/observed/observed-database.d.ts +3 -3
  39. package/dist/ecs/database/reconciling/create-rebase-replay-applier.js +1 -1
  40. package/dist/ecs/database/reconciling/create-rebase-replay-applier.js.map +1 -1
  41. package/dist/ecs/database/reconciling/reconciling-entry.d.ts +3 -2
  42. package/dist/ecs/database/reconciling/reconciling-entry.js.map +1 -1
  43. package/dist/ecs/database/to-system-database.d.ts +17 -0
  44. package/dist/ecs/database/to-system-database.js +5 -0
  45. package/dist/ecs/database/to-system-database.js.map +1 -0
  46. package/dist/ecs/database/to-system-database.test.d.ts +1 -0
  47. package/dist/ecs/database/to-system-database.test.js +22 -0
  48. package/dist/ecs/database/to-system-database.test.js.map +1 -0
  49. package/dist/ecs/database/transactional-store/coalesce-actions.test.js +13 -4
  50. package/dist/ecs/database/transactional-store/coalesce-actions.test.js.map +1 -1
  51. package/dist/ecs/database/transactional-store/create-transactional-store.js.map +1 -1
  52. package/dist/ecs/database/transactional-store/transactional-store.d.ts +1 -13
  53. package/dist/ecs/optional-components.d.ts +1 -0
  54. package/dist/ecs/store/core/create-core.js +3 -0
  55. package/dist/ecs/store/core/create-core.js.map +1 -1
  56. package/dist/ecs/store/partition.d.ts +1 -1
  57. package/dist/ecs/store/store.d.ts +7 -0
  58. package/dist/ecs/store/store.js.map +1 -1
  59. package/dist/ecs/store/transaction-functions.d.ts +4 -3
  60. package/dist/equals-unordered.d.ts +13 -0
  61. package/dist/equals-unordered.js +64 -0
  62. package/dist/equals-unordered.js.map +1 -0
  63. package/dist/equals-unordered.test.d.ts +1 -0
  64. package/dist/equals-unordered.test.js +35 -0
  65. package/dist/equals-unordered.test.js.map +1 -0
  66. package/dist/index.d.ts +1 -0
  67. package/dist/index.js +1 -0
  68. package/dist/index.js.map +1 -1
  69. package/dist/math/line2/interpolate.d.ts +3 -0
  70. package/dist/math/line2/interpolate.js +7 -0
  71. package/dist/math/line2/interpolate.js.map +1 -0
  72. package/dist/math/line2/intersects.d.ts +2 -0
  73. package/dist/math/line2/intersects.js +29 -0
  74. package/dist/math/line2/intersects.js.map +1 -0
  75. package/dist/math/line2/public.d.ts +3 -1
  76. package/dist/math/line2/public.js +3 -1
  77. package/dist/math/line2/public.js.map +1 -1
  78. package/dist/math/line2/sub-line.d.ts +2 -0
  79. package/dist/math/line2/sub-line.js +9 -0
  80. package/dist/math/line2/sub-line.js.map +1 -0
  81. package/dist/math/line3/closest-point-on-line.d.ts +10 -0
  82. package/dist/math/line3/closest-point-on-line.js +29 -0
  83. package/dist/math/line3/closest-point-on-line.js.map +1 -0
  84. package/dist/math/line3/direction.d.ts +7 -0
  85. package/dist/math/line3/direction.js +12 -0
  86. package/dist/math/line3/direction.js.map +1 -0
  87. package/dist/math/line3/interpolate.d.ts +3 -0
  88. package/dist/math/line3/interpolate.js +7 -0
  89. package/dist/math/line3/interpolate.js.map +1 -0
  90. package/dist/math/line3/public.d.ts +4 -1
  91. package/dist/math/line3/public.js +4 -1
  92. package/dist/math/line3/public.js.map +1 -1
  93. package/dist/math/line3/sub-line.d.ts +2 -0
  94. package/dist/math/line3/sub-line.js +9 -0
  95. package/dist/math/line3/sub-line.js.map +1 -0
  96. package/dist/math/mat4x4/add.d.ts +2 -0
  97. package/dist/math/mat4x4/add.js +8 -0
  98. package/dist/math/mat4x4/add.js.map +1 -0
  99. package/dist/math/mat4x4/determinant.d.ts +2 -0
  100. package/dist/math/mat4x4/determinant.js +18 -0
  101. package/dist/math/mat4x4/determinant.js.map +1 -0
  102. package/dist/math/mat4x4/identity.d.ts +2 -0
  103. package/dist/math/mat4x4/identity.js +8 -0
  104. package/dist/math/mat4x4/identity.js.map +1 -0
  105. package/dist/math/mat4x4/inverse.d.ts +2 -0
  106. package/dist/math/mat4x4/inverse.js +41 -0
  107. package/dist/math/mat4x4/inverse.js.map +1 -0
  108. package/dist/math/mat4x4/look-at.d.ts +3 -0
  109. package/dist/math/mat4x4/look-at.js +23 -0
  110. package/dist/math/mat4x4/look-at.js.map +1 -0
  111. package/dist/math/mat4x4/multiply-vec3.d.ts +3 -0
  112. package/dist/math/mat4x4/multiply-vec3.js +7 -0
  113. package/dist/math/mat4x4/multiply-vec3.js.map +1 -0
  114. package/dist/math/mat4x4/multiply-vec4.d.ts +3 -0
  115. package/dist/math/mat4x4/multiply-vec4.js +8 -0
  116. package/dist/math/mat4x4/multiply-vec4.js.map +1 -0
  117. package/dist/math/mat4x4/multiply.d.ts +2 -0
  118. package/dist/math/mat4x4/multiply.js +15 -0
  119. package/dist/math/mat4x4/multiply.js.map +1 -0
  120. package/dist/math/mat4x4/orthographic.d.ts +2 -0
  121. package/dist/math/mat4x4/orthographic.js +13 -0
  122. package/dist/math/mat4x4/orthographic.js.map +1 -0
  123. package/dist/math/mat4x4/perspective.d.ts +2 -0
  124. package/dist/math/mat4x4/perspective.js +23 -0
  125. package/dist/math/mat4x4/perspective.js.map +1 -0
  126. package/dist/math/mat4x4/public.d.ts +19 -1
  127. package/dist/math/mat4x4/public.js +19 -1
  128. package/dist/math/mat4x4/public.js.map +1 -1
  129. package/dist/math/mat4x4/rotation-x.d.ts +2 -0
  130. package/dist/math/mat4x4/rotation-x.js +12 -0
  131. package/dist/math/mat4x4/rotation-x.js.map +1 -0
  132. package/dist/math/mat4x4/rotation-y.d.ts +2 -0
  133. package/dist/math/mat4x4/rotation-y.js +12 -0
  134. package/dist/math/mat4x4/rotation-y.js.map +1 -0
  135. package/dist/math/mat4x4/rotation-z.d.ts +2 -0
  136. package/dist/math/mat4x4/rotation-z.js +12 -0
  137. package/dist/math/mat4x4/rotation-z.js.map +1 -0
  138. package/dist/math/mat4x4/scale.d.ts +2 -0
  139. package/dist/math/mat4x4/scale.js +8 -0
  140. package/dist/math/mat4x4/scale.js.map +1 -0
  141. package/dist/math/mat4x4/scaling.d.ts +2 -0
  142. package/dist/math/mat4x4/scaling.js +8 -0
  143. package/dist/math/mat4x4/scaling.js.map +1 -0
  144. package/dist/math/mat4x4/subtract.d.ts +2 -0
  145. package/dist/math/mat4x4/subtract.js +8 -0
  146. package/dist/math/mat4x4/subtract.js.map +1 -0
  147. package/dist/math/mat4x4/translation.d.ts +2 -0
  148. package/dist/math/mat4x4/translation.js +8 -0
  149. package/dist/math/mat4x4/translation.js.map +1 -0
  150. package/dist/math/mat4x4/transpose.d.ts +2 -0
  151. package/dist/math/mat4x4/transpose.js +8 -0
  152. package/dist/math/mat4x4/transpose.js.map +1 -0
  153. package/dist/math/mat4x4/zero.d.ts +2 -0
  154. package/dist/math/mat4x4/zero.js +8 -0
  155. package/dist/math/mat4x4/zero.js.map +1 -0
  156. package/dist/math/plane/contains-point.d.ts +3 -0
  157. package/dist/math/plane/contains-point.js +5 -0
  158. package/dist/math/plane/contains-point.js.map +1 -0
  159. package/dist/math/plane/distance.d.ts +3 -0
  160. package/dist/math/plane/distance.js +4 -0
  161. package/dist/math/plane/distance.js.map +1 -0
  162. package/dist/math/plane/is-point-behind.d.ts +3 -0
  163. package/dist/math/plane/is-point-behind.js +4 -0
  164. package/dist/math/plane/is-point-behind.js.map +1 -0
  165. package/dist/math/plane/is-point-in-front.d.ts +3 -0
  166. package/dist/math/plane/is-point-in-front.js +4 -0
  167. package/dist/math/plane/is-point-in-front.js.map +1 -0
  168. package/dist/math/plane/is.d.ts +2 -0
  169. package/dist/math/plane/is.js +5 -0
  170. package/dist/math/plane/is.js.map +1 -0
  171. package/dist/math/plane/line-intersection.d.ts +9 -0
  172. package/dist/math/plane/line-intersection.js +26 -0
  173. package/dist/math/plane/line-intersection.js.map +1 -0
  174. package/dist/math/plane/public.d.ts +7 -1
  175. package/dist/math/plane/public.js +7 -1
  176. package/dist/math/plane/public.js.map +1 -1
  177. package/dist/math/plane/signed-distance.d.ts +3 -0
  178. package/dist/math/plane/signed-distance.js +4 -0
  179. package/dist/math/plane/signed-distance.js.map +1 -0
  180. package/dist/math/quat/add.d.ts +2 -0
  181. package/dist/math/quat/add.js +8 -0
  182. package/dist/math/quat/add.js.map +1 -0
  183. package/dist/math/quat/align-to.d.ts +12 -0
  184. package/dist/math/quat/align-to.js +43 -0
  185. package/dist/math/quat/align-to.js.map +1 -0
  186. package/dist/math/quat/conjugate.d.ts +2 -0
  187. package/dist/math/quat/conjugate.js +3 -0
  188. package/dist/math/quat/conjugate.js.map +1 -0
  189. package/dist/math/quat/distance.d.ts +2 -0
  190. package/dist/math/quat/distance.js +5 -0
  191. package/dist/math/quat/distance.js.map +1 -0
  192. package/dist/math/quat/dot.d.ts +2 -0
  193. package/dist/math/quat/dot.js +3 -0
  194. package/dist/math/quat/dot.js.map +1 -0
  195. package/dist/math/quat/from-axis-angle.d.ts +3 -0
  196. package/dist/math/quat/from-axis-angle.js +14 -0
  197. package/dist/math/quat/from-axis-angle.js.map +1 -0
  198. package/dist/math/quat/from-euler.d.ts +2 -0
  199. package/dist/math/quat/from-euler.js +16 -0
  200. package/dist/math/quat/from-euler.js.map +1 -0
  201. package/dist/math/quat/identity.d.ts +2 -0
  202. package/dist/math/quat/identity.js +3 -0
  203. package/dist/math/quat/identity.js.map +1 -0
  204. package/dist/math/quat/inverse.d.ts +2 -0
  205. package/dist/math/quat/inverse.js +11 -0
  206. package/dist/math/quat/inverse.js.map +1 -0
  207. package/dist/math/quat/length-squared.d.ts +2 -0
  208. package/dist/math/quat/length-squared.js +3 -0
  209. package/dist/math/quat/length-squared.js.map +1 -0
  210. package/dist/math/quat/length.d.ts +2 -0
  211. package/dist/math/quat/length.js +3 -0
  212. package/dist/math/quat/length.js.map +1 -0
  213. package/dist/math/quat/lerp.d.ts +2 -0
  214. package/dist/math/quat/lerp.js +8 -0
  215. package/dist/math/quat/lerp.js.map +1 -0
  216. package/dist/math/quat/look-at.d.ts +3 -0
  217. package/dist/math/quat/look-at.js +49 -0
  218. package/dist/math/quat/look-at.js.map +1 -0
  219. package/dist/math/quat/multiply.d.ts +2 -0
  220. package/dist/math/quat/multiply.js +8 -0
  221. package/dist/math/quat/multiply.js.map +1 -0
  222. package/dist/math/quat/negate.d.ts +2 -0
  223. package/dist/math/quat/negate.js +3 -0
  224. package/dist/math/quat/negate.js.map +1 -0
  225. package/dist/math/quat/normalize.d.ts +2 -0
  226. package/dist/math/quat/normalize.js +8 -0
  227. package/dist/math/quat/normalize.js.map +1 -0
  228. package/dist/math/quat/public.d.ts +23 -1
  229. package/dist/math/quat/public.js +23 -1
  230. package/dist/math/quat/public.js.map +1 -1
  231. package/dist/math/quat/rotate-vec3.d.ts +3 -0
  232. package/dist/math/quat/rotate-vec3.js +15 -0
  233. package/dist/math/quat/rotate-vec3.js.map +1 -0
  234. package/dist/math/quat/scale.d.ts +2 -0
  235. package/dist/math/quat/scale.js +3 -0
  236. package/dist/math/quat/scale.js.map +1 -0
  237. package/dist/math/quat/schema.js +1 -1
  238. package/dist/math/quat/schema.js.map +1 -1
  239. package/dist/math/quat/slerp.d.ts +2 -0
  240. package/dist/math/quat/slerp.js +22 -0
  241. package/dist/math/quat/slerp.js.map +1 -0
  242. package/dist/math/quat/subtract.d.ts +2 -0
  243. package/dist/math/quat/subtract.js +8 -0
  244. package/dist/math/quat/subtract.js.map +1 -0
  245. package/dist/math/quat/to-axis-angle.d.ts +6 -0
  246. package/dist/math/quat/to-axis-angle.js +13 -0
  247. package/dist/math/quat/to-axis-angle.js.map +1 -0
  248. package/dist/math/quat/to-euler.d.ts +3 -0
  249. package/dist/math/quat/to-euler.js +22 -0
  250. package/dist/math/quat/to-euler.js.map +1 -0
  251. package/dist/math/quat/to-mat4.d.ts +8 -0
  252. package/dist/math/quat/to-mat4.js +25 -0
  253. package/dist/math/quat/to-mat4.js.map +1 -0
  254. package/dist/math/vec2/f32/abs.d.ts +2 -0
  255. package/dist/math/vec2/f32/abs.js +3 -0
  256. package/dist/math/vec2/f32/abs.js.map +1 -0
  257. package/dist/math/vec2/f32/acos.d.ts +2 -0
  258. package/dist/math/vec2/f32/acos.js +3 -0
  259. package/dist/math/vec2/f32/acos.js.map +1 -0
  260. package/dist/math/vec2/f32/acosh.d.ts +2 -0
  261. package/dist/math/vec2/f32/acosh.js +3 -0
  262. package/dist/math/vec2/f32/acosh.js.map +1 -0
  263. package/dist/math/vec2/f32/add.d.ts +2 -0
  264. package/dist/math/vec2/f32/add.js +3 -0
  265. package/dist/math/vec2/f32/add.js.map +1 -0
  266. package/dist/math/vec2/f32/asin.d.ts +2 -0
  267. package/dist/math/vec2/f32/asin.js +3 -0
  268. package/dist/math/vec2/f32/asin.js.map +1 -0
  269. package/dist/math/vec2/f32/asinh.d.ts +2 -0
  270. package/dist/math/vec2/f32/asinh.js +3 -0
  271. package/dist/math/vec2/f32/asinh.js.map +1 -0
  272. package/dist/math/vec2/f32/atan.d.ts +2 -0
  273. package/dist/math/vec2/f32/atan.js +3 -0
  274. package/dist/math/vec2/f32/atan.js.map +1 -0
  275. package/dist/math/vec2/f32/atanh.d.ts +2 -0
  276. package/dist/math/vec2/f32/atanh.js +3 -0
  277. package/dist/math/vec2/f32/atanh.js.map +1 -0
  278. package/dist/math/vec2/f32/ceil.d.ts +2 -0
  279. package/dist/math/vec2/f32/ceil.js +3 -0
  280. package/dist/math/vec2/f32/ceil.js.map +1 -0
  281. package/dist/math/vec2/f32/clamp.d.ts +2 -0
  282. package/dist/math/vec2/f32/clamp.js +5 -0
  283. package/dist/math/vec2/f32/clamp.js.map +1 -0
  284. package/dist/math/vec2/f32/cos.d.ts +2 -0
  285. package/dist/math/vec2/f32/cos.js +3 -0
  286. package/dist/math/vec2/f32/cos.js.map +1 -0
  287. package/dist/math/vec2/f32/cosh.d.ts +2 -0
  288. package/dist/math/vec2/f32/cosh.js +3 -0
  289. package/dist/math/vec2/f32/cosh.js.map +1 -0
  290. package/dist/math/vec2/f32/distance.d.ts +2 -0
  291. package/dist/math/vec2/f32/distance.js +5 -0
  292. package/dist/math/vec2/f32/distance.js.map +1 -0
  293. package/dist/math/vec2/f32/dot.d.ts +2 -0
  294. package/dist/math/vec2/f32/dot.js +3 -0
  295. package/dist/math/vec2/f32/dot.js.map +1 -0
  296. package/dist/math/vec2/f32/equals.d.ts +2 -0
  297. package/dist/math/vec2/f32/equals.js +3 -0
  298. package/dist/math/vec2/f32/equals.js.map +1 -0
  299. package/dist/math/vec2/f32/exp.d.ts +2 -0
  300. package/dist/math/vec2/f32/exp.js +3 -0
  301. package/dist/math/vec2/f32/exp.js.map +1 -0
  302. package/dist/math/vec2/f32/exp2.d.ts +2 -0
  303. package/dist/math/vec2/f32/exp2.js +3 -0
  304. package/dist/math/vec2/f32/exp2.js.map +1 -0
  305. package/dist/math/vec2/f32/faceforward.d.ts +2 -0
  306. package/dist/math/vec2/f32/faceforward.js +5 -0
  307. package/dist/math/vec2/f32/faceforward.js.map +1 -0
  308. package/dist/math/vec2/f32/floor.d.ts +2 -0
  309. package/dist/math/vec2/f32/floor.js +3 -0
  310. package/dist/math/vec2/f32/floor.js.map +1 -0
  311. package/dist/math/vec2/f32/fract.d.ts +2 -0
  312. package/dist/math/vec2/f32/fract.js +3 -0
  313. package/dist/math/vec2/f32/fract.js.map +1 -0
  314. package/dist/math/vec2/f32/length.d.ts +2 -0
  315. package/dist/math/vec2/f32/length.js +3 -0
  316. package/dist/math/vec2/f32/length.js.map +1 -0
  317. package/dist/math/vec2/f32/log.d.ts +2 -0
  318. package/dist/math/vec2/f32/log.js +3 -0
  319. package/dist/math/vec2/f32/log.js.map +1 -0
  320. package/dist/math/vec2/f32/log2.d.ts +2 -0
  321. package/dist/math/vec2/f32/log2.js +3 -0
  322. package/dist/math/vec2/f32/log2.js.map +1 -0
  323. package/dist/math/vec2/f32/max.d.ts +2 -0
  324. package/dist/math/vec2/f32/max.js +3 -0
  325. package/dist/math/vec2/f32/max.js.map +1 -0
  326. package/dist/math/vec2/f32/min.d.ts +2 -0
  327. package/dist/math/vec2/f32/min.js +3 -0
  328. package/dist/math/vec2/f32/min.js.map +1 -0
  329. package/dist/math/vec2/f32/mix.d.ts +2 -0
  330. package/dist/math/vec2/f32/mix.js +6 -0
  331. package/dist/math/vec2/f32/mix.js.map +1 -0
  332. package/dist/math/vec2/f32/mod.d.ts +2 -0
  333. package/dist/math/vec2/f32/mod.js +6 -0
  334. package/dist/math/vec2/f32/mod.js.map +1 -0
  335. package/dist/math/vec2/f32/modf.d.ts +5 -0
  336. package/dist/math/vec2/f32/modf.js +6 -0
  337. package/dist/math/vec2/f32/modf.js.map +1 -0
  338. package/dist/math/vec2/f32/negate.d.ts +2 -0
  339. package/dist/math/vec2/f32/negate.js +3 -0
  340. package/dist/math/vec2/f32/negate.js.map +1 -0
  341. package/dist/math/vec2/f32/normalize.d.ts +2 -0
  342. package/dist/math/vec2/f32/normalize.js +8 -0
  343. package/dist/math/vec2/f32/normalize.js.map +1 -0
  344. package/dist/math/vec2/f32/pow.d.ts +2 -0
  345. package/dist/math/vec2/f32/pow.js +6 -0
  346. package/dist/math/vec2/f32/pow.js.map +1 -0
  347. package/dist/math/vec2/f32/public.d.ts +46 -1
  348. package/dist/math/vec2/f32/public.js +46 -1
  349. package/dist/math/vec2/f32/public.js.map +1 -1
  350. package/dist/math/vec2/f32/reflect.d.ts +2 -0
  351. package/dist/math/vec2/f32/reflect.js +9 -0
  352. package/dist/math/vec2/f32/reflect.js.map +1 -0
  353. package/dist/math/vec2/f32/refract.d.ts +2 -0
  354. package/dist/math/vec2/f32/refract.js +14 -0
  355. package/dist/math/vec2/f32/refract.js.map +1 -0
  356. package/dist/math/vec2/f32/round.d.ts +2 -0
  357. package/dist/math/vec2/f32/round.js +3 -0
  358. package/dist/math/vec2/f32/round.js.map +1 -0
  359. package/dist/math/vec2/f32/scale.d.ts +2 -0
  360. package/dist/math/vec2/f32/scale.js +3 -0
  361. package/dist/math/vec2/f32/scale.js.map +1 -0
  362. package/dist/math/vec2/f32/sign.d.ts +2 -0
  363. package/dist/math/vec2/f32/sign.js +3 -0
  364. package/dist/math/vec2/f32/sign.js.map +1 -0
  365. package/dist/math/vec2/f32/sin.d.ts +2 -0
  366. package/dist/math/vec2/f32/sin.js +3 -0
  367. package/dist/math/vec2/f32/sin.js.map +1 -0
  368. package/dist/math/vec2/f32/sinh.d.ts +2 -0
  369. package/dist/math/vec2/f32/sinh.js +3 -0
  370. package/dist/math/vec2/f32/sinh.js.map +1 -0
  371. package/dist/math/vec2/f32/smoothstep.d.ts +2 -0
  372. package/dist/math/vec2/f32/smoothstep.js +7 -0
  373. package/dist/math/vec2/f32/smoothstep.js.map +1 -0
  374. package/dist/math/vec2/f32/sqrt.d.ts +2 -0
  375. package/dist/math/vec2/f32/sqrt.js +3 -0
  376. package/dist/math/vec2/f32/sqrt.js.map +1 -0
  377. package/dist/math/vec2/f32/step.d.ts +2 -0
  378. package/dist/math/vec2/f32/step.js +6 -0
  379. package/dist/math/vec2/f32/step.js.map +1 -0
  380. package/dist/math/vec2/f32/subtract.d.ts +2 -0
  381. package/dist/math/vec2/f32/subtract.js +3 -0
  382. package/dist/math/vec2/f32/subtract.js.map +1 -0
  383. package/dist/math/vec2/f32/tan.d.ts +2 -0
  384. package/dist/math/vec2/f32/tan.js +3 -0
  385. package/dist/math/vec2/f32/tan.js.map +1 -0
  386. package/dist/math/vec2/f32/tanh.d.ts +2 -0
  387. package/dist/math/vec2/f32/tanh.js +3 -0
  388. package/dist/math/vec2/f32/tanh.js.map +1 -0
  389. package/dist/math/vec2/f32/trunc.d.ts +2 -0
  390. package/dist/math/vec2/f32/trunc.js +3 -0
  391. package/dist/math/vec2/f32/trunc.js.map +1 -0
  392. package/dist/math/vec2/f32/zero.d.ts +2 -0
  393. package/dist/math/vec2/f32/zero.js +3 -0
  394. package/dist/math/vec2/f32/zero.js.map +1 -0
  395. package/dist/math/vec2/i32/abs.d.ts +2 -0
  396. package/dist/math/vec2/i32/abs.js +3 -0
  397. package/dist/math/vec2/i32/abs.js.map +1 -0
  398. package/dist/math/vec2/i32/add.d.ts +2 -0
  399. package/dist/math/vec2/i32/add.js +3 -0
  400. package/dist/math/vec2/i32/add.js.map +1 -0
  401. package/dist/math/vec2/i32/bitwise-and.d.ts +2 -0
  402. package/dist/math/vec2/i32/bitwise-and.js +3 -0
  403. package/dist/math/vec2/i32/bitwise-and.js.map +1 -0
  404. package/dist/math/vec2/i32/bitwise-not.d.ts +2 -0
  405. package/dist/math/vec2/i32/bitwise-not.js +3 -0
  406. package/dist/math/vec2/i32/bitwise-not.js.map +1 -0
  407. package/dist/math/vec2/i32/bitwise-or.d.ts +2 -0
  408. package/dist/math/vec2/i32/bitwise-or.js +3 -0
  409. package/dist/math/vec2/i32/bitwise-or.js.map +1 -0
  410. package/dist/math/vec2/i32/bitwise-xor.d.ts +2 -0
  411. package/dist/math/vec2/i32/bitwise-xor.js +3 -0
  412. package/dist/math/vec2/i32/bitwise-xor.js.map +1 -0
  413. package/dist/math/vec2/i32/clamp.d.ts +2 -0
  414. package/dist/math/vec2/i32/clamp.js +5 -0
  415. package/dist/math/vec2/i32/clamp.js.map +1 -0
  416. package/dist/math/vec2/i32/count-leading-zeros.d.ts +2 -0
  417. package/dist/math/vec2/i32/count-leading-zeros.js +7 -0
  418. package/dist/math/vec2/i32/count-leading-zeros.js.map +1 -0
  419. package/dist/math/vec2/i32/count-one-bits.d.ts +2 -0
  420. package/dist/math/vec2/i32/count-one-bits.js +7 -0
  421. package/dist/math/vec2/i32/count-one-bits.js.map +1 -0
  422. package/dist/math/vec2/i32/count-trailing-zeros.d.ts +2 -0
  423. package/dist/math/vec2/i32/count-trailing-zeros.js +7 -0
  424. package/dist/math/vec2/i32/count-trailing-zeros.js.map +1 -0
  425. package/dist/math/vec2/i32/equals.d.ts +2 -0
  426. package/dist/math/vec2/i32/equals.js +3 -0
  427. package/dist/math/vec2/i32/equals.js.map +1 -0
  428. package/dist/math/vec2/i32/max.d.ts +2 -0
  429. package/dist/math/vec2/i32/max.js +3 -0
  430. package/dist/math/vec2/i32/max.js.map +1 -0
  431. package/dist/math/vec2/i32/min.d.ts +2 -0
  432. package/dist/math/vec2/i32/min.js +3 -0
  433. package/dist/math/vec2/i32/min.js.map +1 -0
  434. package/dist/math/vec2/i32/negate.d.ts +2 -0
  435. package/dist/math/vec2/i32/negate.js +3 -0
  436. package/dist/math/vec2/i32/negate.js.map +1 -0
  437. package/dist/math/vec2/i32/public.d.ts +20 -1
  438. package/dist/math/vec2/i32/public.js +20 -1
  439. package/dist/math/vec2/i32/public.js.map +1 -1
  440. package/dist/math/vec2/i32/reverse-bits.d.ts +2 -0
  441. package/dist/math/vec2/i32/reverse-bits.js +7 -0
  442. package/dist/math/vec2/i32/reverse-bits.js.map +1 -0
  443. package/dist/math/vec2/i32/scale.d.ts +2 -0
  444. package/dist/math/vec2/i32/scale.js +3 -0
  445. package/dist/math/vec2/i32/scale.js.map +1 -0
  446. package/dist/math/vec2/i32/shift-left.d.ts +2 -0
  447. package/dist/math/vec2/i32/shift-left.js +3 -0
  448. package/dist/math/vec2/i32/shift-left.js.map +1 -0
  449. package/dist/math/vec2/i32/shift-right.d.ts +2 -0
  450. package/dist/math/vec2/i32/shift-right.js +7 -0
  451. package/dist/math/vec2/i32/shift-right.js.map +1 -0
  452. package/dist/math/vec2/i32/subtract.d.ts +2 -0
  453. package/dist/math/vec2/i32/subtract.js +3 -0
  454. package/dist/math/vec2/i32/subtract.js.map +1 -0
  455. package/dist/math/vec2/i32/zero.d.ts +2 -0
  456. package/dist/math/vec2/i32/zero.js +3 -0
  457. package/dist/math/vec2/i32/zero.js.map +1 -0
  458. package/dist/math/vec2/public.d.ts +1 -1
  459. package/dist/math/vec2/public.js +1 -1
  460. package/dist/math/vec2/public.js.map +1 -1
  461. package/dist/math/vec2/u32/add.d.ts +2 -0
  462. package/dist/math/vec2/u32/add.js +6 -0
  463. package/dist/math/vec2/u32/add.js.map +1 -0
  464. package/dist/math/vec2/u32/bitwise-and.d.ts +2 -0
  465. package/dist/math/vec2/u32/bitwise-and.js +6 -0
  466. package/dist/math/vec2/u32/bitwise-and.js.map +1 -0
  467. package/dist/math/vec2/u32/bitwise-not.d.ts +2 -0
  468. package/dist/math/vec2/u32/bitwise-not.js +3 -0
  469. package/dist/math/vec2/u32/bitwise-not.js.map +1 -0
  470. package/dist/math/vec2/u32/bitwise-or.d.ts +2 -0
  471. package/dist/math/vec2/u32/bitwise-or.js +6 -0
  472. package/dist/math/vec2/u32/bitwise-or.js.map +1 -0
  473. package/dist/math/vec2/u32/bitwise-xor.d.ts +2 -0
  474. package/dist/math/vec2/u32/bitwise-xor.js +6 -0
  475. package/dist/math/vec2/u32/bitwise-xor.js.map +1 -0
  476. package/dist/math/vec2/u32/clamp.d.ts +2 -0
  477. package/dist/math/vec2/u32/clamp.js +5 -0
  478. package/dist/math/vec2/u32/clamp.js.map +1 -0
  479. package/dist/math/vec2/u32/count-leading-zeros.d.ts +2 -0
  480. package/dist/math/vec2/u32/count-leading-zeros.js +7 -0
  481. package/dist/math/vec2/u32/count-leading-zeros.js.map +1 -0
  482. package/dist/math/vec2/u32/count-one-bits.d.ts +2 -0
  483. package/dist/math/vec2/u32/count-one-bits.js +7 -0
  484. package/dist/math/vec2/u32/count-one-bits.js.map +1 -0
  485. package/dist/math/vec2/u32/count-trailing-zeros.d.ts +2 -0
  486. package/dist/math/vec2/u32/count-trailing-zeros.js +7 -0
  487. package/dist/math/vec2/u32/count-trailing-zeros.js.map +1 -0
  488. package/dist/math/vec2/u32/equals.d.ts +2 -0
  489. package/dist/math/vec2/u32/equals.js +3 -0
  490. package/dist/math/vec2/u32/equals.js.map +1 -0
  491. package/dist/math/vec2/u32/max.d.ts +2 -0
  492. package/dist/math/vec2/u32/max.js +6 -0
  493. package/dist/math/vec2/u32/max.js.map +1 -0
  494. package/dist/math/vec2/u32/min.d.ts +2 -0
  495. package/dist/math/vec2/u32/min.js +6 -0
  496. package/dist/math/vec2/u32/min.js.map +1 -0
  497. package/dist/math/vec2/u32/negate.d.ts +2 -0
  498. package/dist/math/vec2/u32/negate.js +3 -0
  499. package/dist/math/vec2/u32/negate.js.map +1 -0
  500. package/dist/math/vec2/u32/public.d.ts +19 -1
  501. package/dist/math/vec2/u32/public.js +19 -1
  502. package/dist/math/vec2/u32/public.js.map +1 -1
  503. package/dist/math/vec2/u32/reverse-bits.d.ts +2 -0
  504. package/dist/math/vec2/u32/reverse-bits.js +7 -0
  505. package/dist/math/vec2/u32/reverse-bits.js.map +1 -0
  506. package/dist/math/vec2/u32/scale.d.ts +2 -0
  507. package/dist/math/vec2/u32/scale.js +3 -0
  508. package/dist/math/vec2/u32/scale.js.map +1 -0
  509. package/dist/math/vec2/u32/shift-left.d.ts +2 -0
  510. package/dist/math/vec2/u32/shift-left.js +3 -0
  511. package/dist/math/vec2/u32/shift-left.js.map +1 -0
  512. package/dist/math/vec2/u32/shift-right.d.ts +2 -0
  513. package/dist/math/vec2/u32/shift-right.js +7 -0
  514. package/dist/math/vec2/u32/shift-right.js.map +1 -0
  515. package/dist/math/vec2/u32/subtract.d.ts +2 -0
  516. package/dist/math/vec2/u32/subtract.js +6 -0
  517. package/dist/math/vec2/u32/subtract.js.map +1 -0
  518. package/dist/math/vec2/u32/zero.d.ts +2 -0
  519. package/dist/math/vec2/u32/zero.js +3 -0
  520. package/dist/math/vec2/u32/zero.js.map +1 -0
  521. package/dist/math/vec3/f32/abs.d.ts +2 -0
  522. package/dist/math/vec3/f32/abs.js +3 -0
  523. package/dist/math/vec3/f32/abs.js.map +1 -0
  524. package/dist/math/vec3/f32/acos.d.ts +2 -0
  525. package/dist/math/vec3/f32/acos.js +3 -0
  526. package/dist/math/vec3/f32/acos.js.map +1 -0
  527. package/dist/math/vec3/f32/acosh.d.ts +2 -0
  528. package/dist/math/vec3/f32/acosh.js +3 -0
  529. package/dist/math/vec3/f32/acosh.js.map +1 -0
  530. package/dist/math/vec3/f32/add.d.ts +2 -0
  531. package/dist/math/vec3/f32/add.js +7 -0
  532. package/dist/math/vec3/f32/add.js.map +1 -0
  533. package/dist/math/vec3/f32/asin.d.ts +2 -0
  534. package/dist/math/vec3/f32/asin.js +3 -0
  535. package/dist/math/vec3/f32/asin.js.map +1 -0
  536. package/dist/math/vec3/f32/asinh.d.ts +2 -0
  537. package/dist/math/vec3/f32/asinh.js +3 -0
  538. package/dist/math/vec3/f32/asinh.js.map +1 -0
  539. package/dist/math/vec3/f32/atan.d.ts +2 -0
  540. package/dist/math/vec3/f32/atan.js +3 -0
  541. package/dist/math/vec3/f32/atan.js.map +1 -0
  542. package/dist/math/vec3/f32/atanh.d.ts +2 -0
  543. package/dist/math/vec3/f32/atanh.js +3 -0
  544. package/dist/math/vec3/f32/atanh.js.map +1 -0
  545. package/dist/math/vec3/f32/ceil.d.ts +2 -0
  546. package/dist/math/vec3/f32/ceil.js +3 -0
  547. package/dist/math/vec3/f32/ceil.js.map +1 -0
  548. package/dist/math/vec3/f32/clamp.d.ts +2 -0
  549. package/dist/math/vec3/f32/clamp.js +5 -0
  550. package/dist/math/vec3/f32/clamp.js.map +1 -0
  551. package/dist/math/vec3/f32/cos.d.ts +2 -0
  552. package/dist/math/vec3/f32/cos.js +3 -0
  553. package/dist/math/vec3/f32/cos.js.map +1 -0
  554. package/dist/math/vec3/f32/cosh.d.ts +2 -0
  555. package/dist/math/vec3/f32/cosh.js +3 -0
  556. package/dist/math/vec3/f32/cosh.js.map +1 -0
  557. package/dist/math/vec3/f32/cross.d.ts +2 -0
  558. package/dist/math/vec3/f32/cross.js +7 -0
  559. package/dist/math/vec3/f32/cross.js.map +1 -0
  560. package/dist/math/vec3/f32/distance-squared.d.ts +2 -0
  561. package/dist/math/vec3/f32/distance-squared.js +8 -0
  562. package/dist/math/vec3/f32/distance-squared.js.map +1 -0
  563. package/dist/math/vec3/f32/distance.d.ts +2 -0
  564. package/dist/math/vec3/f32/distance.js +5 -0
  565. package/dist/math/vec3/f32/distance.js.map +1 -0
  566. package/dist/math/vec3/f32/dot.d.ts +2 -0
  567. package/dist/math/vec3/f32/dot.js +3 -0
  568. package/dist/math/vec3/f32/dot.js.map +1 -0
  569. package/dist/math/vec3/f32/equals.d.ts +2 -0
  570. package/dist/math/vec3/f32/equals.js +3 -0
  571. package/dist/math/vec3/f32/equals.js.map +1 -0
  572. package/dist/math/vec3/f32/exp.d.ts +2 -0
  573. package/dist/math/vec3/f32/exp.js +3 -0
  574. package/dist/math/vec3/f32/exp.js.map +1 -0
  575. package/dist/math/vec3/f32/exp2.d.ts +2 -0
  576. package/dist/math/vec3/f32/exp2.js +3 -0
  577. package/dist/math/vec3/f32/exp2.js.map +1 -0
  578. package/dist/math/vec3/f32/faceforward.d.ts +2 -0
  579. package/dist/math/vec3/f32/faceforward.js +5 -0
  580. package/dist/math/vec3/f32/faceforward.js.map +1 -0
  581. package/dist/math/vec3/f32/floor.d.ts +2 -0
  582. package/dist/math/vec3/f32/floor.js +3 -0
  583. package/dist/math/vec3/f32/floor.js.map +1 -0
  584. package/dist/math/vec3/f32/fract.d.ts +2 -0
  585. package/dist/math/vec3/f32/fract.js +7 -0
  586. package/dist/math/vec3/f32/fract.js.map +1 -0
  587. package/dist/math/vec3/f32/length-squared.d.ts +2 -0
  588. package/dist/math/vec3/f32/length-squared.js +3 -0
  589. package/dist/math/vec3/f32/length-squared.js.map +1 -0
  590. package/dist/math/vec3/f32/length.d.ts +2 -0
  591. package/dist/math/vec3/f32/length.js +3 -0
  592. package/dist/math/vec3/f32/length.js.map +1 -0
  593. package/dist/math/vec3/f32/log.d.ts +2 -0
  594. package/dist/math/vec3/f32/log.js +3 -0
  595. package/dist/math/vec3/f32/log.js.map +1 -0
  596. package/dist/math/vec3/f32/log2.d.ts +2 -0
  597. package/dist/math/vec3/f32/log2.js +3 -0
  598. package/dist/math/vec3/f32/log2.js.map +1 -0
  599. package/dist/math/vec3/f32/max.d.ts +2 -0
  600. package/dist/math/vec3/f32/max.js +7 -0
  601. package/dist/math/vec3/f32/max.js.map +1 -0
  602. package/dist/math/vec3/f32/min.d.ts +2 -0
  603. package/dist/math/vec3/f32/min.js +7 -0
  604. package/dist/math/vec3/f32/min.js.map +1 -0
  605. package/dist/math/vec3/f32/mix.d.ts +2 -0
  606. package/dist/math/vec3/f32/mix.js +7 -0
  607. package/dist/math/vec3/f32/mix.js.map +1 -0
  608. package/dist/math/vec3/f32/mod.d.ts +2 -0
  609. package/dist/math/vec3/f32/mod.js +7 -0
  610. package/dist/math/vec3/f32/mod.js.map +1 -0
  611. package/dist/math/vec3/f32/modf.d.ts +5 -0
  612. package/dist/math/vec3/f32/modf.js +6 -0
  613. package/dist/math/vec3/f32/modf.js.map +1 -0
  614. package/dist/math/vec3/f32/multiply.d.ts +5 -0
  615. package/dist/math/vec3/f32/multiply.js +10 -0
  616. package/dist/math/vec3/f32/multiply.js.map +1 -0
  617. package/dist/math/vec3/f32/negate.d.ts +2 -0
  618. package/dist/math/vec3/f32/negate.js +3 -0
  619. package/dist/math/vec3/f32/negate.js.map +1 -0
  620. package/dist/math/vec3/f32/normalize.d.ts +2 -0
  621. package/dist/math/vec3/f32/normalize.js +8 -0
  622. package/dist/math/vec3/f32/normalize.js.map +1 -0
  623. package/dist/math/vec3/f32/one.d.ts +2 -0
  624. package/dist/math/vec3/f32/one.js +3 -0
  625. package/dist/math/vec3/f32/one.js.map +1 -0
  626. package/dist/math/vec3/f32/pow.d.ts +2 -0
  627. package/dist/math/vec3/f32/pow.js +7 -0
  628. package/dist/math/vec3/f32/pow.js.map +1 -0
  629. package/dist/math/vec3/f32/public.d.ts +52 -1
  630. package/dist/math/vec3/f32/public.js +52 -1
  631. package/dist/math/vec3/f32/public.js.map +1 -1
  632. package/dist/math/vec3/f32/random.d.ts +2 -0
  633. package/dist/math/vec3/f32/random.js +5 -0
  634. package/dist/math/vec3/f32/random.js.map +1 -0
  635. package/dist/math/vec3/f32/reflect.d.ts +2 -0
  636. package/dist/math/vec3/f32/reflect.js +9 -0
  637. package/dist/math/vec3/f32/reflect.js.map +1 -0
  638. package/dist/math/vec3/f32/refract.d.ts +2 -0
  639. package/dist/math/vec3/f32/refract.js +14 -0
  640. package/dist/math/vec3/f32/refract.js.map +1 -0
  641. package/dist/math/vec3/f32/round.d.ts +2 -0
  642. package/dist/math/vec3/f32/round.js +3 -0
  643. package/dist/math/vec3/f32/round.js.map +1 -0
  644. package/dist/math/vec3/f32/scale.d.ts +2 -0
  645. package/dist/math/vec3/f32/scale.js +3 -0
  646. package/dist/math/vec3/f32/scale.js.map +1 -0
  647. package/dist/math/vec3/f32/sign.d.ts +2 -0
  648. package/dist/math/vec3/f32/sign.js +3 -0
  649. package/dist/math/vec3/f32/sign.js.map +1 -0
  650. package/dist/math/vec3/f32/sin.d.ts +2 -0
  651. package/dist/math/vec3/f32/sin.js +3 -0
  652. package/dist/math/vec3/f32/sin.js.map +1 -0
  653. package/dist/math/vec3/f32/sinh.d.ts +2 -0
  654. package/dist/math/vec3/f32/sinh.js +3 -0
  655. package/dist/math/vec3/f32/sinh.js.map +1 -0
  656. package/dist/math/vec3/f32/smoothstep.d.ts +2 -0
  657. package/dist/math/vec3/f32/smoothstep.js +12 -0
  658. package/dist/math/vec3/f32/smoothstep.js.map +1 -0
  659. package/dist/math/vec3/f32/sqrt.d.ts +2 -0
  660. package/dist/math/vec3/f32/sqrt.js +3 -0
  661. package/dist/math/vec3/f32/sqrt.js.map +1 -0
  662. package/dist/math/vec3/f32/step.d.ts +2 -0
  663. package/dist/math/vec3/f32/step.js +7 -0
  664. package/dist/math/vec3/f32/step.js.map +1 -0
  665. package/dist/math/vec3/f32/subtract.d.ts +2 -0
  666. package/dist/math/vec3/f32/subtract.js +7 -0
  667. package/dist/math/vec3/f32/subtract.js.map +1 -0
  668. package/dist/math/vec3/f32/tan.d.ts +2 -0
  669. package/dist/math/vec3/f32/tan.js +3 -0
  670. package/dist/math/vec3/f32/tan.js.map +1 -0
  671. package/dist/math/vec3/f32/tanh.d.ts +2 -0
  672. package/dist/math/vec3/f32/tanh.js +3 -0
  673. package/dist/math/vec3/f32/tanh.js.map +1 -0
  674. package/dist/math/vec3/f32/trunc.d.ts +2 -0
  675. package/dist/math/vec3/f32/trunc.js +3 -0
  676. package/dist/math/vec3/f32/trunc.js.map +1 -0
  677. package/dist/math/vec3/f32/zero.d.ts +2 -0
  678. package/dist/math/vec3/f32/zero.js +3 -0
  679. package/dist/math/vec3/f32/zero.js.map +1 -0
  680. package/dist/math/vec3/i32/abs.d.ts +2 -0
  681. package/dist/math/vec3/i32/abs.js +3 -0
  682. package/dist/math/vec3/i32/abs.js.map +1 -0
  683. package/dist/math/vec3/i32/add.d.ts +2 -0
  684. package/dist/math/vec3/i32/add.js +7 -0
  685. package/dist/math/vec3/i32/add.js.map +1 -0
  686. package/dist/math/vec3/i32/bitwise-and.d.ts +2 -0
  687. package/dist/math/vec3/i32/bitwise-and.js +7 -0
  688. package/dist/math/vec3/i32/bitwise-and.js.map +1 -0
  689. package/dist/math/vec3/i32/bitwise-not.d.ts +2 -0
  690. package/dist/math/vec3/i32/bitwise-not.js +3 -0
  691. package/dist/math/vec3/i32/bitwise-not.js.map +1 -0
  692. package/dist/math/vec3/i32/bitwise-or.d.ts +2 -0
  693. package/dist/math/vec3/i32/bitwise-or.js +7 -0
  694. package/dist/math/vec3/i32/bitwise-or.js.map +1 -0
  695. package/dist/math/vec3/i32/bitwise-xor.d.ts +2 -0
  696. package/dist/math/vec3/i32/bitwise-xor.js +7 -0
  697. package/dist/math/vec3/i32/bitwise-xor.js.map +1 -0
  698. package/dist/math/vec3/i32/clamp.d.ts +2 -0
  699. package/dist/math/vec3/i32/clamp.js +5 -0
  700. package/dist/math/vec3/i32/clamp.js.map +1 -0
  701. package/dist/math/vec3/i32/count-leading-zeros.d.ts +2 -0
  702. package/dist/math/vec3/i32/count-leading-zeros.js +8 -0
  703. package/dist/math/vec3/i32/count-leading-zeros.js.map +1 -0
  704. package/dist/math/vec3/i32/count-one-bits.d.ts +2 -0
  705. package/dist/math/vec3/i32/count-one-bits.js +8 -0
  706. package/dist/math/vec3/i32/count-one-bits.js.map +1 -0
  707. package/dist/math/vec3/i32/count-trailing-zeros.d.ts +2 -0
  708. package/dist/math/vec3/i32/count-trailing-zeros.js +8 -0
  709. package/dist/math/vec3/i32/count-trailing-zeros.js.map +1 -0
  710. package/dist/math/vec3/i32/equals.d.ts +2 -0
  711. package/dist/math/vec3/i32/equals.js +3 -0
  712. package/dist/math/vec3/i32/equals.js.map +1 -0
  713. package/dist/math/vec3/i32/max.d.ts +2 -0
  714. package/dist/math/vec3/i32/max.js +7 -0
  715. package/dist/math/vec3/i32/max.js.map +1 -0
  716. package/dist/math/vec3/i32/min.d.ts +2 -0
  717. package/dist/math/vec3/i32/min.js +7 -0
  718. package/dist/math/vec3/i32/min.js.map +1 -0
  719. package/dist/math/vec3/i32/multiply.d.ts +2 -0
  720. package/dist/math/vec3/i32/multiply.js +7 -0
  721. package/dist/math/vec3/i32/multiply.js.map +1 -0
  722. package/dist/math/vec3/i32/negate.d.ts +2 -0
  723. package/dist/math/vec3/i32/negate.js +3 -0
  724. package/dist/math/vec3/i32/negate.js.map +1 -0
  725. package/dist/math/vec3/i32/one.d.ts +2 -0
  726. package/dist/math/vec3/i32/one.js +3 -0
  727. package/dist/math/vec3/i32/one.js.map +1 -0
  728. package/dist/math/vec3/i32/public.d.ts +22 -1
  729. package/dist/math/vec3/i32/public.js +22 -1
  730. package/dist/math/vec3/i32/public.js.map +1 -1
  731. package/dist/math/vec3/i32/reverse-bits.d.ts +2 -0
  732. package/dist/math/vec3/i32/reverse-bits.js +8 -0
  733. package/dist/math/vec3/i32/reverse-bits.js.map +1 -0
  734. package/dist/math/vec3/i32/scale.d.ts +2 -0
  735. package/dist/math/vec3/i32/scale.js +3 -0
  736. package/dist/math/vec3/i32/scale.js.map +1 -0
  737. package/dist/math/vec3/i32/shift-left.d.ts +2 -0
  738. package/dist/math/vec3/i32/shift-left.js +3 -0
  739. package/dist/math/vec3/i32/shift-left.js.map +1 -0
  740. package/dist/math/vec3/i32/shift-right.d.ts +2 -0
  741. package/dist/math/vec3/i32/shift-right.js +8 -0
  742. package/dist/math/vec3/i32/shift-right.js.map +1 -0
  743. package/dist/math/vec3/i32/subtract.d.ts +2 -0
  744. package/dist/math/vec3/i32/subtract.js +7 -0
  745. package/dist/math/vec3/i32/subtract.js.map +1 -0
  746. package/dist/math/vec3/i32/zero.d.ts +2 -0
  747. package/dist/math/vec3/i32/zero.js +3 -0
  748. package/dist/math/vec3/i32/zero.js.map +1 -0
  749. package/dist/math/vec3/public.d.ts +1 -1
  750. package/dist/math/vec3/public.js +1 -1
  751. package/dist/math/vec3/public.js.map +1 -1
  752. package/dist/math/vec3/u32/add.d.ts +2 -0
  753. package/dist/math/vec3/u32/add.js +7 -0
  754. package/dist/math/vec3/u32/add.js.map +1 -0
  755. package/dist/math/vec3/u32/bitwise-and.d.ts +2 -0
  756. package/dist/math/vec3/u32/bitwise-and.js +7 -0
  757. package/dist/math/vec3/u32/bitwise-and.js.map +1 -0
  758. package/dist/math/vec3/u32/bitwise-not.d.ts +2 -0
  759. package/dist/math/vec3/u32/bitwise-not.js +3 -0
  760. package/dist/math/vec3/u32/bitwise-not.js.map +1 -0
  761. package/dist/math/vec3/u32/bitwise-or.d.ts +2 -0
  762. package/dist/math/vec3/u32/bitwise-or.js +7 -0
  763. package/dist/math/vec3/u32/bitwise-or.js.map +1 -0
  764. package/dist/math/vec3/u32/bitwise-xor.d.ts +2 -0
  765. package/dist/math/vec3/u32/bitwise-xor.js +7 -0
  766. package/dist/math/vec3/u32/bitwise-xor.js.map +1 -0
  767. package/dist/math/vec3/u32/clamp.d.ts +2 -0
  768. package/dist/math/vec3/u32/clamp.js +5 -0
  769. package/dist/math/vec3/u32/clamp.js.map +1 -0
  770. package/dist/math/vec3/u32/count-leading-zeros.d.ts +2 -0
  771. package/dist/math/vec3/u32/count-leading-zeros.js +8 -0
  772. package/dist/math/vec3/u32/count-leading-zeros.js.map +1 -0
  773. package/dist/math/vec3/u32/count-one-bits.d.ts +2 -0
  774. package/dist/math/vec3/u32/count-one-bits.js +8 -0
  775. package/dist/math/vec3/u32/count-one-bits.js.map +1 -0
  776. package/dist/math/vec3/u32/count-trailing-zeros.d.ts +2 -0
  777. package/dist/math/vec3/u32/count-trailing-zeros.js +8 -0
  778. package/dist/math/vec3/u32/count-trailing-zeros.js.map +1 -0
  779. package/dist/math/vec3/u32/equals.d.ts +2 -0
  780. package/dist/math/vec3/u32/equals.js +3 -0
  781. package/dist/math/vec3/u32/equals.js.map +1 -0
  782. package/dist/math/vec3/u32/max.d.ts +2 -0
  783. package/dist/math/vec3/u32/max.js +7 -0
  784. package/dist/math/vec3/u32/max.js.map +1 -0
  785. package/dist/math/vec3/u32/min.d.ts +2 -0
  786. package/dist/math/vec3/u32/min.js +7 -0
  787. package/dist/math/vec3/u32/min.js.map +1 -0
  788. package/dist/math/vec3/u32/multiply.d.ts +2 -0
  789. package/dist/math/vec3/u32/multiply.js +7 -0
  790. package/dist/math/vec3/u32/multiply.js.map +1 -0
  791. package/dist/math/vec3/u32/negate.d.ts +2 -0
  792. package/dist/math/vec3/u32/negate.js +3 -0
  793. package/dist/math/vec3/u32/negate.js.map +1 -0
  794. package/dist/math/vec3/u32/one.d.ts +2 -0
  795. package/dist/math/vec3/u32/one.js +3 -0
  796. package/dist/math/vec3/u32/one.js.map +1 -0
  797. package/dist/math/vec3/u32/public.d.ts +22 -1
  798. package/dist/math/vec3/u32/public.js +22 -1
  799. package/dist/math/vec3/u32/public.js.map +1 -1
  800. package/dist/math/vec3/u32/reverse-bits.d.ts +2 -0
  801. package/dist/math/vec3/u32/reverse-bits.js +8 -0
  802. package/dist/math/vec3/u32/reverse-bits.js.map +1 -0
  803. package/dist/math/vec3/u32/scale.d.ts +2 -0
  804. package/dist/math/vec3/u32/scale.js +7 -0
  805. package/dist/math/vec3/u32/scale.js.map +1 -0
  806. package/dist/math/vec3/u32/shift-left.d.ts +2 -0
  807. package/dist/math/vec3/u32/shift-left.js +7 -0
  808. package/dist/math/vec3/u32/shift-left.js.map +1 -0
  809. package/dist/math/vec3/u32/shift-right.d.ts +2 -0
  810. package/dist/math/vec3/u32/shift-right.js +8 -0
  811. package/dist/math/vec3/u32/shift-right.js.map +1 -0
  812. package/dist/math/vec3/u32/subtract.d.ts +2 -0
  813. package/dist/math/vec3/u32/subtract.js +7 -0
  814. package/dist/math/vec3/u32/subtract.js.map +1 -0
  815. package/dist/math/vec3/u32/volume.d.ts +2 -0
  816. package/dist/math/vec3/u32/volume.js +3 -0
  817. package/dist/math/vec3/u32/volume.js.map +1 -0
  818. package/dist/math/vec3/u32/zero.d.ts +2 -0
  819. package/dist/math/vec3/u32/zero.js +3 -0
  820. package/dist/math/vec3/u32/zero.js.map +1 -0
  821. package/dist/math/vec4/f32/abs.d.ts +2 -0
  822. package/dist/math/vec4/f32/abs.js +3 -0
  823. package/dist/math/vec4/f32/abs.js.map +1 -0
  824. package/dist/math/vec4/f32/acos.d.ts +2 -0
  825. package/dist/math/vec4/f32/acos.js +3 -0
  826. package/dist/math/vec4/f32/acos.js.map +1 -0
  827. package/dist/math/vec4/f32/acosh.d.ts +2 -0
  828. package/dist/math/vec4/f32/acosh.js +3 -0
  829. package/dist/math/vec4/f32/acosh.js.map +1 -0
  830. package/dist/math/vec4/f32/add.d.ts +2 -0
  831. package/dist/math/vec4/f32/add.js +8 -0
  832. package/dist/math/vec4/f32/add.js.map +1 -0
  833. package/dist/math/vec4/f32/asin.d.ts +2 -0
  834. package/dist/math/vec4/f32/asin.js +3 -0
  835. package/dist/math/vec4/f32/asin.js.map +1 -0
  836. package/dist/math/vec4/f32/asinh.d.ts +2 -0
  837. package/dist/math/vec4/f32/asinh.js +3 -0
  838. package/dist/math/vec4/f32/asinh.js.map +1 -0
  839. package/dist/math/vec4/f32/atan.d.ts +2 -0
  840. package/dist/math/vec4/f32/atan.js +3 -0
  841. package/dist/math/vec4/f32/atan.js.map +1 -0
  842. package/dist/math/vec4/f32/atanh.d.ts +2 -0
  843. package/dist/math/vec4/f32/atanh.js +3 -0
  844. package/dist/math/vec4/f32/atanh.js.map +1 -0
  845. package/dist/math/vec4/f32/ceil.d.ts +2 -0
  846. package/dist/math/vec4/f32/ceil.js +3 -0
  847. package/dist/math/vec4/f32/ceil.js.map +1 -0
  848. package/dist/math/vec4/f32/clamp.d.ts +2 -0
  849. package/dist/math/vec4/f32/clamp.js +5 -0
  850. package/dist/math/vec4/f32/clamp.js.map +1 -0
  851. package/dist/math/vec4/f32/cos.d.ts +2 -0
  852. package/dist/math/vec4/f32/cos.js +3 -0
  853. package/dist/math/vec4/f32/cos.js.map +1 -0
  854. package/dist/math/vec4/f32/cosh.d.ts +2 -0
  855. package/dist/math/vec4/f32/cosh.js +3 -0
  856. package/dist/math/vec4/f32/cosh.js.map +1 -0
  857. package/dist/math/vec4/f32/distance.d.ts +2 -0
  858. package/dist/math/vec4/f32/distance.js +5 -0
  859. package/dist/math/vec4/f32/distance.js.map +1 -0
  860. package/dist/math/vec4/f32/dot.d.ts +2 -0
  861. package/dist/math/vec4/f32/dot.js +3 -0
  862. package/dist/math/vec4/f32/dot.js.map +1 -0
  863. package/dist/math/vec4/f32/exp.d.ts +2 -0
  864. package/dist/math/vec4/f32/exp.js +3 -0
  865. package/dist/math/vec4/f32/exp.js.map +1 -0
  866. package/dist/math/vec4/f32/exp2.d.ts +2 -0
  867. package/dist/math/vec4/f32/exp2.js +3 -0
  868. package/dist/math/vec4/f32/exp2.js.map +1 -0
  869. package/dist/math/vec4/f32/faceforward.d.ts +2 -0
  870. package/dist/math/vec4/f32/faceforward.js +5 -0
  871. package/dist/math/vec4/f32/faceforward.js.map +1 -0
  872. package/dist/math/vec4/f32/floor.d.ts +2 -0
  873. package/dist/math/vec4/f32/floor.js +3 -0
  874. package/dist/math/vec4/f32/floor.js.map +1 -0
  875. package/dist/math/vec4/f32/fract.d.ts +2 -0
  876. package/dist/math/vec4/f32/fract.js +8 -0
  877. package/dist/math/vec4/f32/fract.js.map +1 -0
  878. package/dist/math/vec4/f32/length.d.ts +2 -0
  879. package/dist/math/vec4/f32/length.js +3 -0
  880. package/dist/math/vec4/f32/length.js.map +1 -0
  881. package/dist/math/vec4/f32/log.d.ts +2 -0
  882. package/dist/math/vec4/f32/log.js +3 -0
  883. package/dist/math/vec4/f32/log.js.map +1 -0
  884. package/dist/math/vec4/f32/log2.d.ts +2 -0
  885. package/dist/math/vec4/f32/log2.js +3 -0
  886. package/dist/math/vec4/f32/log2.js.map +1 -0
  887. package/dist/math/vec4/f32/max.d.ts +2 -0
  888. package/dist/math/vec4/f32/max.js +8 -0
  889. package/dist/math/vec4/f32/max.js.map +1 -0
  890. package/dist/math/vec4/f32/min.d.ts +2 -0
  891. package/dist/math/vec4/f32/min.js +8 -0
  892. package/dist/math/vec4/f32/min.js.map +1 -0
  893. package/dist/math/vec4/f32/mix.d.ts +2 -0
  894. package/dist/math/vec4/f32/mix.js +8 -0
  895. package/dist/math/vec4/f32/mix.js.map +1 -0
  896. package/dist/math/vec4/f32/mod.d.ts +2 -0
  897. package/dist/math/vec4/f32/mod.js +8 -0
  898. package/dist/math/vec4/f32/mod.js.map +1 -0
  899. package/dist/math/vec4/f32/modf.d.ts +5 -0
  900. package/dist/math/vec4/f32/modf.js +6 -0
  901. package/dist/math/vec4/f32/modf.js.map +1 -0
  902. package/dist/math/vec4/f32/multiply.d.ts +2 -0
  903. package/dist/math/vec4/f32/multiply.js +8 -0
  904. package/dist/math/vec4/f32/multiply.js.map +1 -0
  905. package/dist/math/vec4/f32/negate.d.ts +2 -0
  906. package/dist/math/vec4/f32/negate.js +3 -0
  907. package/dist/math/vec4/f32/negate.js.map +1 -0
  908. package/dist/math/vec4/f32/normalize.d.ts +2 -0
  909. package/dist/math/vec4/f32/normalize.js +8 -0
  910. package/dist/math/vec4/f32/normalize.js.map +1 -0
  911. package/dist/math/vec4/f32/pow.d.ts +2 -0
  912. package/dist/math/vec4/f32/pow.js +8 -0
  913. package/dist/math/vec4/f32/pow.js.map +1 -0
  914. package/dist/math/vec4/f32/public.d.ts +45 -1
  915. package/dist/math/vec4/f32/public.js +45 -1
  916. package/dist/math/vec4/f32/public.js.map +1 -1
  917. package/dist/math/vec4/f32/reflect.d.ts +2 -0
  918. package/dist/math/vec4/f32/reflect.js +9 -0
  919. package/dist/math/vec4/f32/reflect.js.map +1 -0
  920. package/dist/math/vec4/f32/refract.d.ts +2 -0
  921. package/dist/math/vec4/f32/refract.js +14 -0
  922. package/dist/math/vec4/f32/refract.js.map +1 -0
  923. package/dist/math/vec4/f32/round.d.ts +2 -0
  924. package/dist/math/vec4/f32/round.js +3 -0
  925. package/dist/math/vec4/f32/round.js.map +1 -0
  926. package/dist/math/vec4/f32/scale.d.ts +2 -0
  927. package/dist/math/vec4/f32/scale.js +3 -0
  928. package/dist/math/vec4/f32/scale.js.map +1 -0
  929. package/dist/math/vec4/f32/sign.d.ts +2 -0
  930. package/dist/math/vec4/f32/sign.js +3 -0
  931. package/dist/math/vec4/f32/sign.js.map +1 -0
  932. package/dist/math/vec4/f32/sin.d.ts +2 -0
  933. package/dist/math/vec4/f32/sin.js +3 -0
  934. package/dist/math/vec4/f32/sin.js.map +1 -0
  935. package/dist/math/vec4/f32/sinh.d.ts +2 -0
  936. package/dist/math/vec4/f32/sinh.js +3 -0
  937. package/dist/math/vec4/f32/sinh.js.map +1 -0
  938. package/dist/math/vec4/f32/smoothstep.d.ts +2 -0
  939. package/dist/math/vec4/f32/smoothstep.js +14 -0
  940. package/dist/math/vec4/f32/smoothstep.js.map +1 -0
  941. package/dist/math/vec4/f32/sqrt.d.ts +2 -0
  942. package/dist/math/vec4/f32/sqrt.js +3 -0
  943. package/dist/math/vec4/f32/sqrt.js.map +1 -0
  944. package/dist/math/vec4/f32/step.d.ts +2 -0
  945. package/dist/math/vec4/f32/step.js +8 -0
  946. package/dist/math/vec4/f32/step.js.map +1 -0
  947. package/dist/math/vec4/f32/subtract.d.ts +2 -0
  948. package/dist/math/vec4/f32/subtract.js +8 -0
  949. package/dist/math/vec4/f32/subtract.js.map +1 -0
  950. package/dist/math/vec4/f32/tan.d.ts +2 -0
  951. package/dist/math/vec4/f32/tan.js +3 -0
  952. package/dist/math/vec4/f32/tan.js.map +1 -0
  953. package/dist/math/vec4/f32/tanh.d.ts +2 -0
  954. package/dist/math/vec4/f32/tanh.js +3 -0
  955. package/dist/math/vec4/f32/tanh.js.map +1 -0
  956. package/dist/math/vec4/f32/trunc.d.ts +2 -0
  957. package/dist/math/vec4/f32/trunc.js +3 -0
  958. package/dist/math/vec4/f32/trunc.js.map +1 -0
  959. package/dist/math/vec4/i32/abs.d.ts +2 -0
  960. package/dist/math/vec4/i32/abs.js +3 -0
  961. package/dist/math/vec4/i32/abs.js.map +1 -0
  962. package/dist/math/vec4/i32/add.d.ts +2 -0
  963. package/dist/math/vec4/i32/add.js +8 -0
  964. package/dist/math/vec4/i32/add.js.map +1 -0
  965. package/dist/math/vec4/i32/bitwise-and.d.ts +2 -0
  966. package/dist/math/vec4/i32/bitwise-and.js +8 -0
  967. package/dist/math/vec4/i32/bitwise-and.js.map +1 -0
  968. package/dist/math/vec4/i32/bitwise-not.d.ts +2 -0
  969. package/dist/math/vec4/i32/bitwise-not.js +3 -0
  970. package/dist/math/vec4/i32/bitwise-not.js.map +1 -0
  971. package/dist/math/vec4/i32/bitwise-or.d.ts +2 -0
  972. package/dist/math/vec4/i32/bitwise-or.js +8 -0
  973. package/dist/math/vec4/i32/bitwise-or.js.map +1 -0
  974. package/dist/math/vec4/i32/bitwise-xor.d.ts +2 -0
  975. package/dist/math/vec4/i32/bitwise-xor.js +8 -0
  976. package/dist/math/vec4/i32/bitwise-xor.js.map +1 -0
  977. package/dist/math/vec4/i32/clamp.d.ts +2 -0
  978. package/dist/math/vec4/i32/clamp.js +5 -0
  979. package/dist/math/vec4/i32/clamp.js.map +1 -0
  980. package/dist/math/vec4/i32/count-leading-zeros.d.ts +2 -0
  981. package/dist/math/vec4/i32/count-leading-zeros.js +9 -0
  982. package/dist/math/vec4/i32/count-leading-zeros.js.map +1 -0
  983. package/dist/math/vec4/i32/count-one-bits.d.ts +2 -0
  984. package/dist/math/vec4/i32/count-one-bits.js +9 -0
  985. package/dist/math/vec4/i32/count-one-bits.js.map +1 -0
  986. package/dist/math/vec4/i32/count-trailing-zeros.d.ts +2 -0
  987. package/dist/math/vec4/i32/count-trailing-zeros.js +9 -0
  988. package/dist/math/vec4/i32/count-trailing-zeros.js.map +1 -0
  989. package/dist/math/vec4/i32/equals.d.ts +2 -0
  990. package/dist/math/vec4/i32/equals.js +3 -0
  991. package/dist/math/vec4/i32/equals.js.map +1 -0
  992. package/dist/math/vec4/i32/max.d.ts +2 -0
  993. package/dist/math/vec4/i32/max.js +8 -0
  994. package/dist/math/vec4/i32/max.js.map +1 -0
  995. package/dist/math/vec4/i32/min.d.ts +2 -0
  996. package/dist/math/vec4/i32/min.js +8 -0
  997. package/dist/math/vec4/i32/min.js.map +1 -0
  998. package/dist/math/vec4/i32/multiply.d.ts +2 -0
  999. package/dist/math/vec4/i32/multiply.js +8 -0
  1000. package/dist/math/vec4/i32/multiply.js.map +1 -0
  1001. package/dist/math/vec4/i32/negate.d.ts +2 -0
  1002. package/dist/math/vec4/i32/negate.js +3 -0
  1003. package/dist/math/vec4/i32/negate.js.map +1 -0
  1004. package/dist/math/vec4/i32/one.d.ts +2 -0
  1005. package/dist/math/vec4/i32/one.js +3 -0
  1006. package/dist/math/vec4/i32/one.js.map +1 -0
  1007. package/dist/math/vec4/i32/public.d.ts +22 -1
  1008. package/dist/math/vec4/i32/public.js +22 -1
  1009. package/dist/math/vec4/i32/public.js.map +1 -1
  1010. package/dist/math/vec4/i32/reverse-bits.d.ts +2 -0
  1011. package/dist/math/vec4/i32/reverse-bits.js +9 -0
  1012. package/dist/math/vec4/i32/reverse-bits.js.map +1 -0
  1013. package/dist/math/vec4/i32/scale.d.ts +2 -0
  1014. package/dist/math/vec4/i32/scale.js +3 -0
  1015. package/dist/math/vec4/i32/scale.js.map +1 -0
  1016. package/dist/math/vec4/i32/shift-left.d.ts +2 -0
  1017. package/dist/math/vec4/i32/shift-left.js +3 -0
  1018. package/dist/math/vec4/i32/shift-left.js.map +1 -0
  1019. package/dist/math/vec4/i32/shift-right.d.ts +2 -0
  1020. package/dist/math/vec4/i32/shift-right.js +9 -0
  1021. package/dist/math/vec4/i32/shift-right.js.map +1 -0
  1022. package/dist/math/vec4/i32/subtract.d.ts +2 -0
  1023. package/dist/math/vec4/i32/subtract.js +8 -0
  1024. package/dist/math/vec4/i32/subtract.js.map +1 -0
  1025. package/dist/math/vec4/i32/zero.d.ts +2 -0
  1026. package/dist/math/vec4/i32/zero.js +3 -0
  1027. package/dist/math/vec4/i32/zero.js.map +1 -0
  1028. package/dist/math/vec4/public.d.ts +1 -1
  1029. package/dist/math/vec4/public.js +1 -1
  1030. package/dist/math/vec4/public.js.map +1 -1
  1031. package/dist/math/vec4/u32/add.d.ts +2 -0
  1032. package/dist/math/vec4/u32/add.js +8 -0
  1033. package/dist/math/vec4/u32/add.js.map +1 -0
  1034. package/dist/math/vec4/u32/bitwise-and.d.ts +2 -0
  1035. package/dist/math/vec4/u32/bitwise-and.js +8 -0
  1036. package/dist/math/vec4/u32/bitwise-and.js.map +1 -0
  1037. package/dist/math/vec4/u32/bitwise-not.d.ts +2 -0
  1038. package/dist/math/vec4/u32/bitwise-not.js +3 -0
  1039. package/dist/math/vec4/u32/bitwise-not.js.map +1 -0
  1040. package/dist/math/vec4/u32/bitwise-or.d.ts +2 -0
  1041. package/dist/math/vec4/u32/bitwise-or.js +8 -0
  1042. package/dist/math/vec4/u32/bitwise-or.js.map +1 -0
  1043. package/dist/math/vec4/u32/bitwise-xor.d.ts +2 -0
  1044. package/dist/math/vec4/u32/bitwise-xor.js +8 -0
  1045. package/dist/math/vec4/u32/bitwise-xor.js.map +1 -0
  1046. package/dist/math/vec4/u32/clamp.d.ts +2 -0
  1047. package/dist/math/vec4/u32/clamp.js +5 -0
  1048. package/dist/math/vec4/u32/clamp.js.map +1 -0
  1049. package/dist/math/vec4/u32/count-leading-zeros.d.ts +2 -0
  1050. package/dist/math/vec4/u32/count-leading-zeros.js +9 -0
  1051. package/dist/math/vec4/u32/count-leading-zeros.js.map +1 -0
  1052. package/dist/math/vec4/u32/count-one-bits.d.ts +2 -0
  1053. package/dist/math/vec4/u32/count-one-bits.js +9 -0
  1054. package/dist/math/vec4/u32/count-one-bits.js.map +1 -0
  1055. package/dist/math/vec4/u32/count-trailing-zeros.d.ts +2 -0
  1056. package/dist/math/vec4/u32/count-trailing-zeros.js +9 -0
  1057. package/dist/math/vec4/u32/count-trailing-zeros.js.map +1 -0
  1058. package/dist/math/vec4/u32/equals.d.ts +2 -0
  1059. package/dist/math/vec4/u32/equals.js +3 -0
  1060. package/dist/math/vec4/u32/equals.js.map +1 -0
  1061. package/dist/math/vec4/u32/max.d.ts +2 -0
  1062. package/dist/math/vec4/u32/max.js +8 -0
  1063. package/dist/math/vec4/u32/max.js.map +1 -0
  1064. package/dist/math/vec4/u32/min.d.ts +2 -0
  1065. package/dist/math/vec4/u32/min.js +8 -0
  1066. package/dist/math/vec4/u32/min.js.map +1 -0
  1067. package/dist/math/vec4/u32/multiply.d.ts +2 -0
  1068. package/dist/math/vec4/u32/multiply.js +8 -0
  1069. package/dist/math/vec4/u32/multiply.js.map +1 -0
  1070. package/dist/math/vec4/u32/negate.d.ts +2 -0
  1071. package/dist/math/vec4/u32/negate.js +3 -0
  1072. package/dist/math/vec4/u32/negate.js.map +1 -0
  1073. package/dist/math/vec4/u32/one.d.ts +2 -0
  1074. package/dist/math/vec4/u32/one.js +3 -0
  1075. package/dist/math/vec4/u32/one.js.map +1 -0
  1076. package/dist/math/vec4/u32/public.d.ts +21 -1
  1077. package/dist/math/vec4/u32/public.js +21 -1
  1078. package/dist/math/vec4/u32/public.js.map +1 -1
  1079. package/dist/math/vec4/u32/reverse-bits.d.ts +2 -0
  1080. package/dist/math/vec4/u32/reverse-bits.js +9 -0
  1081. package/dist/math/vec4/u32/reverse-bits.js.map +1 -0
  1082. package/dist/math/vec4/u32/scale.d.ts +2 -0
  1083. package/dist/math/vec4/u32/scale.js +8 -0
  1084. package/dist/math/vec4/u32/scale.js.map +1 -0
  1085. package/dist/math/vec4/u32/shift-left.d.ts +2 -0
  1086. package/dist/math/vec4/u32/shift-left.js +8 -0
  1087. package/dist/math/vec4/u32/shift-left.js.map +1 -0
  1088. package/dist/math/vec4/u32/shift-right.d.ts +2 -0
  1089. package/dist/math/vec4/u32/shift-right.js +9 -0
  1090. package/dist/math/vec4/u32/shift-right.js.map +1 -0
  1091. package/dist/math/vec4/u32/subtract.d.ts +2 -0
  1092. package/dist/math/vec4/u32/subtract.js +8 -0
  1093. package/dist/math/vec4/u32/subtract.js.map +1 -0
  1094. package/dist/math/vec4/u32/zero.d.ts +2 -0
  1095. package/dist/math/vec4/u32/zero.js +3 -0
  1096. package/dist/math/vec4/u32/zero.js.map +1 -0
  1097. package/dist/schema/from-archetype.d.ts +7 -4
  1098. package/dist/schema/from-archetype.js +3 -3
  1099. package/dist/schema/from-archetype.js.map +1 -1
  1100. package/dist/schema/from-object-properties.d.ts +15 -0
  1101. package/dist/schema/from-object-properties.js +9 -0
  1102. package/dist/schema/from-object-properties.js.map +1 -0
  1103. package/dist/schema/from-object-properties.test.d.ts +1 -0
  1104. package/dist/schema/from-object-properties.test.js +49 -0
  1105. package/dist/schema/from-object-properties.test.js.map +1 -0
  1106. package/dist/schema/from-object-properties.type-test.d.ts +1 -0
  1107. package/dist/schema/from-object-properties.type-test.js +37 -0
  1108. package/dist/schema/from-object-properties.type-test.js.map +1 -0
  1109. package/dist/schema/from-struct-properties.d.ts +8 -0
  1110. package/dist/schema/from-struct-properties.js +7 -0
  1111. package/dist/schema/from-struct-properties.js.map +1 -0
  1112. package/dist/schema/from-struct-properties.test.d.ts +1 -0
  1113. package/dist/schema/from-struct-properties.test.js +28 -0
  1114. package/dist/schema/from-struct-properties.test.js.map +1 -0
  1115. package/dist/schema/from-struct-properties.type-test.d.ts +1 -0
  1116. package/dist/schema/from-struct-properties.type-test.js +11 -0
  1117. package/dist/schema/from-struct-properties.type-test.js.map +1 -0
  1118. package/dist/schema/guid/guid.performance.test.js +0 -3
  1119. package/dist/schema/guid/guid.performance.test.js.map +1 -1
  1120. package/dist/schema/public.d.ts +2 -1
  1121. package/dist/schema/public.js +2 -1
  1122. package/dist/schema/public.js.map +1 -1
  1123. package/dist/schema/schema.d.ts +1 -0
  1124. package/dist/service/service.d.ts +1 -1
  1125. package/dist/service/ui-service/from-service.d.ts +19 -3
  1126. package/dist/service/ui-service/from-service.transaction.type-test.d.ts +1 -0
  1127. package/dist/service/ui-service/from-service.transaction.type-test.js +14 -0
  1128. package/dist/service/ui-service/from-service.transaction.type-test.js.map +1 -0
  1129. package/dist/service/ui-service/is-valid.d.ts +5 -1
  1130. package/dist/tsconfig.tsbuildinfo +1 -1
  1131. package/dist/types/async-args-provider.d.ts +17 -0
  1132. package/dist/types/async-args-provider.js +3 -0
  1133. package/dist/types/async-args-provider.js.map +1 -0
  1134. package/dist/types/index.d.ts +1 -0
  1135. package/dist/types/index.js +1 -0
  1136. package/dist/types/index.js.map +1 -1
  1137. package/package.json +1 -1
  1138. package/references/data-lit/package.json +6 -2
  1139. package/references/data-lit/src/elements/database-element.ts +36 -1
  1140. package/references/data-lit/src/elements/database-element.type-test.ts +20 -0
  1141. package/references/data-lit/src/index.ts +1 -0
  1142. package/references/data-lit/src/testing/template/from.test.ts +47 -0
  1143. package/references/data-lit/src/testing/template/from.ts +86 -0
  1144. package/references/data-lit/src/testing/template/public.ts +3 -0
  1145. package/references/data-lit/src/testing/template/query.ts +27 -0
  1146. package/references/data-lit/src/testing/template/template.ts +4 -0
  1147. package/references/data-lit-tictactoe/package.json +6 -2
  1148. package/references/data-lit-tictactoe/src/features/main/data/board-cell/blank.ts +5 -0
  1149. package/references/data-lit-tictactoe/src/features/main/data/board-cell/board-cell.ts +5 -0
  1150. package/references/data-lit-tictactoe/src/{types/play-move-args → features/main/data/board-cell}/public.ts +1 -2
  1151. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/board-state.ts +2 -2
  1152. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/create-initial-board.ts +2 -2
  1153. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/current-player.ts +2 -2
  1154. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/derive-status.ts +4 -4
  1155. package/references/data-lit-tictactoe/src/features/main/data/board-state/from-marks.ts +11 -0
  1156. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/get-move-count.ts +1 -1
  1157. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/get-winner.ts +4 -4
  1158. package/references/data-lit-tictactoe/src/features/main/data/board-state/get-winning-line.ts +15 -0
  1159. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/is-board-full.ts +1 -1
  1160. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/is-game-over.ts +3 -3
  1161. package/references/data-lit-tictactoe/src/features/main/data/board-state/public.ts +13 -0
  1162. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/schema.ts +3 -1
  1163. package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/set-board-cell.ts +3 -3
  1164. package/references/data-lit-tictactoe/src/features/main/data/cell-index/cell-index.ts +6 -0
  1165. package/references/data-lit-tictactoe/src/features/main/data/cell-index/public.ts +2 -0
  1166. package/references/data-lit-tictactoe/src/features/main/data/cell-index/schema.ts +9 -0
  1167. package/references/data-lit-tictactoe/src/features/main/data/game-status/game-status.ts +6 -0
  1168. package/references/data-lit-tictactoe/src/features/main/data/game-status/is-active.ts +6 -0
  1169. package/references/data-lit-tictactoe/src/features/main/data/game-status/public.ts +3 -0
  1170. package/references/data-lit-tictactoe/src/features/main/data/game-status/schema.ts +7 -0
  1171. package/references/data-lit-tictactoe/src/features/main/data/move-reject-reason/move-reject-reason.ts +6 -0
  1172. package/references/data-lit-tictactoe/src/features/main/data/move-reject-reason/public.ts +2 -0
  1173. package/references/data-lit-tictactoe/src/features/main/data/move-reject-reason/schema.ts +7 -0
  1174. package/references/data-lit-tictactoe/src/features/main/data/placed-mark/placed-mark.ts +6 -0
  1175. package/references/data-lit-tictactoe/src/features/main/data/placed-mark/public.ts +2 -0
  1176. package/references/data-lit-tictactoe/src/features/main/data/placed-mark/schema.ts +12 -0
  1177. package/references/data-lit-tictactoe/src/{types → features/main/data}/play-move-args/can-play-move.ts +9 -5
  1178. package/references/data-lit-tictactoe/src/{types → features/main/data}/play-move-args/play-move-args.ts +1 -1
  1179. package/references/data-lit-tictactoe/src/features/main/data/play-move-args/public.ts +3 -0
  1180. package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/is.ts +2 -2
  1181. package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/mark-color.ts +1 -1
  1182. package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/opponent.ts +1 -1
  1183. package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/player-mark.ts +2 -2
  1184. package/references/data-lit-tictactoe/src/features/main/data/player-mark/public.ts +7 -0
  1185. package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/schema.ts +1 -1
  1186. package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/values.ts +2 -2
  1187. package/references/data-lit-tictactoe/src/features/main/data/score/public.ts +2 -0
  1188. package/references/data-lit-tictactoe/src/features/main/data/score/schema.ts +9 -0
  1189. package/references/data-lit-tictactoe/src/features/main/data/score/score.ts +6 -0
  1190. package/references/data-lit-tictactoe/src/features/main/data/state/conformance-case.ts +13 -0
  1191. package/references/data-lit-tictactoe/src/features/main/data/state/expect-state-matches.ts +36 -0
  1192. package/references/data-lit-tictactoe/src/features/main/data/state/play-move.cases.ts +47 -0
  1193. package/references/data-lit-tictactoe/src/features/main/data/state/play-move.test.ts +13 -0
  1194. package/references/data-lit-tictactoe/src/features/main/data/state/play-move.ts +20 -0
  1195. package/references/data-lit-tictactoe/src/features/main/data/state/public.ts +3 -0
  1196. package/references/data-lit-tictactoe/src/features/main/data/state/restart-game.cases.ts +34 -0
  1197. package/references/data-lit-tictactoe/src/features/main/data/state/restart-game.test.ts +13 -0
  1198. package/references/data-lit-tictactoe/src/features/main/data/state/restart-game.ts +18 -0
  1199. package/references/data-lit-tictactoe/src/features/main/data/state/state.ts +15 -0
  1200. package/references/data-lit-tictactoe/src/features/main/data/winning-line/lines.ts +14 -0
  1201. package/references/data-lit-tictactoe/src/features/main/data/winning-line/public.ts +2 -0
  1202. package/references/data-lit-tictactoe/src/{types → features/main/data/winning-line}/winning-line.ts +1 -0
  1203. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/board.ts +22 -0
  1204. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/current-player.ts +12 -0
  1205. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/index.ts +9 -0
  1206. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/is-game-over.ts +10 -0
  1207. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/move-count.ts +10 -0
  1208. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/state.ts +29 -0
  1209. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/status.ts +10 -0
  1210. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/winner.ts +10 -0
  1211. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/winning-line.ts +10 -0
  1212. package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed-database.ts +18 -0
  1213. package/references/data-lit-tictactoe/src/features/main/ecs/conformance/create-store.ts +12 -0
  1214. package/references/data-lit-tictactoe/src/features/main/ecs/conformance/expect-conforms.ts +42 -0
  1215. package/references/data-lit-tictactoe/src/features/main/ecs/conformance/from-state.ts +31 -0
  1216. package/references/data-lit-tictactoe/src/features/main/ecs/conformance/projection.test.ts +38 -0
  1217. package/references/data-lit-tictactoe/src/features/main/ecs/conformance/to-state.ts +30 -0
  1218. package/references/data-lit-tictactoe/src/features/main/ecs/core-database/archetypes.ts +17 -0
  1219. package/references/data-lit-tictactoe/src/features/main/ecs/core-database/components.ts +11 -0
  1220. package/references/data-lit-tictactoe/src/features/main/ecs/core-database/core-database.ts +35 -0
  1221. package/references/data-lit-tictactoe/src/features/main/ecs/core-database/resources.ts +13 -0
  1222. package/references/data-lit-tictactoe/src/features/main/ecs/feature-database.ts +7 -0
  1223. package/references/data-lit-tictactoe/src/features/main/ecs/index-database/index-database.ts +16 -0
  1224. package/references/data-lit-tictactoe/src/features/main/ecs/index-database/indexes/by-cell.ts +9 -0
  1225. package/references/data-lit-tictactoe/src/features/main/ecs/index-database/indexes/index.ts +2 -0
  1226. package/references/data-lit-tictactoe/src/features/main/ecs/service-database/service-database.ts +26 -0
  1227. package/references/data-lit-tictactoe/src/{state/agent-plugin.ts → features/main/ecs/service-database/services/create-agent-service.ts} +14 -40
  1228. package/references/data-lit-tictactoe/src/features/main/ecs/service-database/services/create-root-agent-service.ts +26 -0
  1229. package/references/data-lit-tictactoe/src/features/main/ecs/service-database/services/index.ts +3 -0
  1230. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transaction-database.ts +18 -0
  1231. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/index.ts +3 -0
  1232. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/play-move.test.ts +20 -0
  1233. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/play-move.ts +19 -0
  1234. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/read-board.ts +20 -0
  1235. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/restart-game.test.ts +19 -0
  1236. package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/restart-game.ts +25 -0
  1237. package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-app/tictactoe-app-element.ts +1 -1
  1238. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-app/tictactoe-app-presentation.test.ts +15 -0
  1239. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-app/tictactoe-app.ts +17 -0
  1240. package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-board/tictactoe-board-element.ts +1 -1
  1241. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-board/tictactoe-board-presentation.test.ts +16 -0
  1242. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-cell/observe-cell.ts +32 -0
  1243. package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-cell/tictactoe-cell-element.ts +8 -12
  1244. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-cell/tictactoe-cell-presentation.test.ts +41 -0
  1245. package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-cell/tictactoe-cell-presentation.ts +1 -1
  1246. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-element.ts +20 -0
  1247. package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-hud/tictactoe-hud-element.ts +8 -20
  1248. package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-hud/tictactoe-hud-presentation.test.ts +45 -0
  1249. package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-hud/tictactoe-hud-presentation.ts +12 -2
  1250. package/references/data-lit-tictactoe/src/index.ts +14 -8
  1251. package/references/data-lit-tictactoe/src/main.ts +6 -6
  1252. package/references/data-react/package.json +3 -2
  1253. package/references/data-react-hello/package.json +2 -1
  1254. package/references/data-react-pixie/package.json +2 -1
  1255. package/references/data-lit-tictactoe/src/elements/tictactoe-app/tictactoe-app.ts +0 -18
  1256. package/references/data-lit-tictactoe/src/state/tictactoe-plugin.ts +0 -64
  1257. package/references/data-lit-tictactoe/src/tictactoe-element.ts +0 -15
  1258. package/references/data-lit-tictactoe/src/types/board-cell.ts +0 -5
  1259. package/references/data-lit-tictactoe/src/types/board-state/get-cell.ts +0 -7
  1260. package/references/data-lit-tictactoe/src/types/board-state/get-winning-line.ts +0 -25
  1261. package/references/data-lit-tictactoe/src/types/board-state/is-cell-playable.ts +0 -13
  1262. package/references/data-lit-tictactoe/src/types/board-state/is-cell-winning.ts +0 -9
  1263. package/references/data-lit-tictactoe/src/types/board-state/public.ts +0 -15
  1264. package/references/data-lit-tictactoe/src/types/game-status.ts +0 -3
  1265. package/references/data-lit-tictactoe/src/types/move-reject-reason.ts +0 -7
  1266. package/references/data-lit-tictactoe/src/types/player-mark/public.ts +0 -7
  1267. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-app/tictactoe-app-presentation.ts +0 -0
  1268. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-app/tictactoe-app.css.ts +0 -0
  1269. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-board/tictactoe-board-presentation.ts +0 -0
  1270. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-board/tictactoe-board.css.ts +0 -0
  1271. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-board/tictactoe-board.ts +0 -0
  1272. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-cell/tictactoe-cell.css.ts +0 -0
  1273. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-cell/tictactoe-cell.ts +0 -0
  1274. /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-hud/tictactoe-hud.css.ts +0 -0
  1275. /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
  };
@@ -322,7 +322,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -480,7 +480,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
482
  }, {} & {}, never>, _id: Entity) => void;
483
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -641,7 +641,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -799,7 +799,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
801
  }, {} & {}, never>, _id: Entity) => void;
802
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -962,7 +962,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -1123,7 +1123,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -1284,7 +1284,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -1445,7 +1445,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -1605,7 +1605,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
1605
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
  };
@@ -1765,7 +1765,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
1765
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
  };
@@ -1925,7 +1925,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
1925
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
  };
@@ -2085,7 +2085,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
2085
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
  };
@@ -2245,7 +2245,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
2245
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
  };
@@ -2405,7 +2405,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
2405
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
  };
@@ -2565,7 +2565,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
2565
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
  };
@@ -2725,7 +2725,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
2725
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
  };
@@ -2883,7 +2883,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
2885
  }, {} & {}, never>) => void;
2886
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -3045,7 +3045,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -3207,7 +3207,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -3367,7 +3367,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
3367
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
  };
@@ -3527,7 +3527,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
3527
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
  };
@@ -3688,7 +3688,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -3848,7 +3848,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
3848
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
  };
@@ -4008,7 +4008,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
4008
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
  };
@@ -4171,7 +4171,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -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
  };
@@ -4652,7 +4652,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -4810,7 +4810,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
4812
  }, {} & {}, never>, _id: Entity) => void;
4813
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -4971,7 +4971,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -5129,7 +5129,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
5131
  }, {} & {}, never>, _id: Entity) => void;
5132
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -5292,7 +5292,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -5453,7 +5453,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -5614,7 +5614,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -5775,7 +5775,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -5935,7 +5935,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
5935
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
  };
@@ -6095,7 +6095,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
6095
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
  };
@@ -6255,7 +6255,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
6255
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
  };
@@ -6415,7 +6415,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
6415
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
  };
@@ -6575,7 +6575,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
6575
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
  };
@@ -6735,7 +6735,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
6735
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
  };
@@ -6895,7 +6895,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
6895
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
  };
@@ -7055,7 +7055,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
7055
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
  };
@@ -7213,7 +7213,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
7215
  }, {} & {}, never>) => void;
7216
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -7375,7 +7375,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -7537,7 +7537,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -7697,7 +7697,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
7697
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
  };
@@ -7857,7 +7857,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
7857
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
  };
@@ -8018,7 +8018,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -8178,7 +8178,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
8178
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
  };
@@ -8338,7 +8338,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
8338
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
  };
@@ -8501,7 +8501,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -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
  };
@@ -9773,7 +9773,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -9931,7 +9931,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
9933
  }, {} & {}, never>, _id: Entity) => void;
9934
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -10092,7 +10092,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -10250,7 +10250,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
10252
  }, {} & {}, never>, _id: Entity) => void;
10253
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -10413,7 +10413,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -10574,7 +10574,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -10735,7 +10735,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -10896,7 +10896,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -11056,7 +11056,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
11056
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
  };
@@ -11216,7 +11216,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
11216
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
  };
@@ -11376,7 +11376,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
11376
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
  };
@@ -11536,7 +11536,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
11536
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
  };
@@ -11696,7 +11696,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
11696
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
  };
@@ -11856,7 +11856,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
11856
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
  };
@@ -12016,7 +12016,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
12016
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
  };
@@ -12176,7 +12176,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
12176
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
  };
@@ -12334,7 +12334,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
12336
  }, {} & {}, never>) => void;
12337
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -12496,7 +12496,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -12658,7 +12658,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -12818,7 +12818,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
12818
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
  };
@@ -12978,7 +12978,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
12978
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
  };
@@ -13139,7 +13139,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -13299,7 +13299,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
13299
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
  };
@@ -13459,7 +13459,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
13459
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
  };
@@ -13622,7 +13622,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -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
  };
@@ -14894,7 +14894,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -15052,7 +15052,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
15054
  }, {} & {}, never>, _id: Entity) => void;
15055
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -15213,7 +15213,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -15371,7 +15371,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
15373
  }, {} & {}, never>, _id: Entity) => void;
15374
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -15534,7 +15534,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -15695,7 +15695,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -15856,7 +15856,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -16017,7 +16017,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -16177,7 +16177,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16177
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
  };
@@ -16337,7 +16337,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16337
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
  };
@@ -16497,7 +16497,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16497
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
  };
@@ -16657,7 +16657,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16657
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
  };
@@ -16817,7 +16817,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16817
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
  };
@@ -16977,7 +16977,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
16977
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
  };
@@ -17137,7 +17137,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
17137
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
  };
@@ -17297,7 +17297,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
17297
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
  };
@@ -17455,7 +17455,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
17457
  }, {} & {}, never>) => void;
17458
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -17617,7 +17617,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -17779,7 +17779,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -17939,7 +17939,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
17939
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
  };
@@ -18099,7 +18099,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
18099
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
  };
@@ -18260,7 +18260,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -18420,7 +18420,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
18420
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
  };
@@ -18580,7 +18580,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
18580
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
  };
@@ -18743,7 +18743,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -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
  };
@@ -20017,7 +20017,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -20175,7 +20175,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
20177
  }, {} & {}, never>, _id: Entity) => void;
20178
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -20336,7 +20336,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -20494,7 +20494,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
20496
  }, {} & {}, never>, _id: Entity) => void;
20497
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -20657,7 +20657,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -20818,7 +20818,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -20979,7 +20979,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -21140,7 +21140,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -21300,7 +21300,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
21300
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
  };
@@ -21460,7 +21460,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
21460
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
  };
@@ -21620,7 +21620,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
21620
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
  };
@@ -21780,7 +21780,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
21780
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
  };
@@ -21940,7 +21940,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
21940
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
  };
@@ -22100,7 +22100,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
22100
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
  };
@@ -22260,7 +22260,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
22260
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
  };
@@ -22420,7 +22420,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
22420
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
  };
@@ -22578,7 +22578,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
22580
  }, {} & {}, never>) => void;
22581
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -22740,7 +22740,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -22902,7 +22902,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -23062,7 +23062,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
23062
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
  };
@@ -23222,7 +23222,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
23222
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
  };
@@ -23383,7 +23383,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -23543,7 +23543,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
23543
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
  };
@@ -23703,7 +23703,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
23703
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
  };
@@ -23866,7 +23866,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -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
  };
@@ -25141,7 +25141,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -25299,7 +25299,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
25301
  }, {} & {}, never>, _id: Entity) => void;
25302
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -25460,7 +25460,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -25618,7 +25618,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
25620
  }, {} & {}, never>, _id: Entity) => void;
25621
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -25781,7 +25781,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -25942,7 +25942,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -26103,7 +26103,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -26264,7 +26264,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -26424,7 +26424,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
26424
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
  };
@@ -26584,7 +26584,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
26584
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
  };
@@ -26744,7 +26744,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
26744
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
  };
@@ -26904,7 +26904,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
26904
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
  };
@@ -27064,7 +27064,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
27064
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
  };
@@ -27224,7 +27224,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
27224
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
  };
@@ -27384,7 +27384,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
27384
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
  };
@@ -27544,7 +27544,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
27544
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
  };
@@ -27702,7 +27702,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
27704
  }, {} & {}, never>) => void;
27705
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -27864,7 +27864,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -28026,7 +28026,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -28186,7 +28186,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
28186
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
  };
@@ -28346,7 +28346,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
28346
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
  };
@@ -28507,7 +28507,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -28667,7 +28667,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
28667
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
  };
@@ -28827,7 +28827,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
28827
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
  };
@@ -28990,7 +28990,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -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
  };
@@ -30263,7 +30263,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -30421,7 +30421,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
30423
  }, {} & {}, never>, _id: Entity) => void;
30424
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -30582,7 +30582,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -30740,7 +30740,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
30742
  }, {} & {}, never>, _id: Entity) => void;
30743
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -30903,7 +30903,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -31064,7 +31064,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -31225,7 +31225,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -31386,7 +31386,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -31546,7 +31546,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
31546
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
  };
@@ -31706,7 +31706,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
31706
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
  };
@@ -31866,7 +31866,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
31866
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
  };
@@ -32026,7 +32026,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
32026
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
  };
@@ -32186,7 +32186,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
32186
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
  };
@@ -32346,7 +32346,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
32346
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
  };
@@ -32506,7 +32506,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
32506
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
  };
@@ -32666,7 +32666,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
32666
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
  };
@@ -32824,7 +32824,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
32826
  }, {} & {}, never>) => void;
32827
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -32986,7 +32986,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -33148,7 +33148,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -33308,7 +33308,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
33308
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
  };
@@ -33468,7 +33468,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
33468
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
  };
@@ -33629,7 +33629,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -33789,7 +33789,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
33789
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
  };
@@ -33949,7 +33949,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
33949
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
  };
@@ -34112,7 +34112,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -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
  };
@@ -35384,7 +35384,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -35542,7 +35542,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
35544
  }, {} & {}, never>, _id: Entity) => void;
35545
- readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -35703,7 +35703,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -35861,7 +35861,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
35863
  }, {} & {}, never>, _id: Entity) => void;
35864
- readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -36024,7 +36024,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -36185,7 +36185,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -36346,7 +36346,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -36507,7 +36507,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -36667,7 +36667,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
36667
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
  };
@@ -36827,7 +36827,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
36827
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
  };
@@ -36987,7 +36987,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
36987
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
  };
@@ -37147,7 +37147,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
37147
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
  };
@@ -37307,7 +37307,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
37307
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
  };
@@ -37467,7 +37467,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
37467
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
  };
@@ -37627,7 +37627,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
37627
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
  };
@@ -37787,7 +37787,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
37787
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
  };
@@ -37945,7 +37945,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
37947
  }, {} & {}, never>) => void;
37948
- readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
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
  };
@@ -38107,7 +38107,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -38269,7 +38269,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -38429,7 +38429,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
38429
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
  };
@@ -38589,7 +38589,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
38589
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
  };
@@ -38750,7 +38750,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };
@@ -38910,7 +38910,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
38910
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
  };
@@ -39070,7 +39070,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
39070
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
  };
@@ -39233,7 +39233,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
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
  };