@adobe/data 0.9.81 → 0.9.83
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.
- package/dist/ecs/archetype/archetype.d.ts +23 -0
- package/dist/ecs/archetype/archetype.js.map +1 -1
- package/dist/ecs/database/create-plugin.d.ts +2 -1
- package/dist/ecs/database/create-plugin.js.map +1 -1
- package/dist/ecs/database/database-read.type-test.js +25 -0
- package/dist/ecs/database/database-read.type-test.js.map +1 -1
- package/dist/ecs/database/database.d.ts +26 -7
- package/dist/ecs/database/database.js.map +1 -1
- package/dist/ecs/database/database.partition.test.d.ts +1 -0
- package/dist/ecs/database/database.partition.test.js +45 -0
- package/dist/ecs/database/database.partition.test.js.map +1 -0
- package/dist/ecs/database/database.partition.type-test.d.ts +1 -0
- package/dist/ecs/database/database.partition.type-test.js +41 -0
- package/dist/ecs/database/database.partition.type-test.js.map +1 -0
- package/dist/ecs/database/deep-extends-chain.type-test.d.ts +255 -255
- package/dist/ecs/database/index.d.ts +0 -1
- package/dist/ecs/database/index.js +0 -1
- package/dist/ecs/database/index.js.map +1 -1
- package/dist/ecs/database/observe-derive.d.ts +4 -1
- package/dist/ecs/database/observe-derive.js +66 -35
- package/dist/ecs/database/observe-derive.js.map +1 -1
- package/dist/ecs/database/observe-derive.test.js +124 -0
- package/dist/ecs/database/observe-derive.test.js.map +1 -1
- package/dist/ecs/database/observed/observed-database.d.ts +3 -0
- package/dist/ecs/database/transactional-store/transactional-store.d.ts +6 -5
- package/dist/ecs/store/core/core.d.ts +33 -8
- package/dist/ecs/store/core/create-core.d.ts +12 -2
- package/dist/ecs/store/core/create-core.js +141 -22
- package/dist/ecs/store/core/create-core.js.map +1 -1
- package/dist/ecs/store/core/create-core.partition.test.d.ts +1 -0
- package/dist/ecs/store/core/create-core.partition.test.js +229 -0
- package/dist/ecs/store/core/create-core.partition.test.js.map +1 -0
- package/dist/ecs/store/core/select-entities.js +87 -21
- package/dist/ecs/store/core/select-entities.js.map +1 -1
- package/dist/ecs/store/core/select-entities.partition.test.d.ts +1 -0
- package/dist/ecs/store/core/select-entities.partition.test.js +93 -0
- package/dist/ecs/store/core/select-entities.partition.test.js.map +1 -0
- package/dist/ecs/store/entity-select-options.d.ts +5 -1
- package/dist/ecs/store/partition.d.ts +63 -0
- package/dist/ecs/store/partition.js +3 -0
- package/dist/ecs/store/partition.js.map +1 -0
- package/dist/ecs/store/partition.type-test.d.ts +1 -0
- package/dist/ecs/store/partition.type-test.js +15 -0
- package/dist/ecs/store/partition.type-test.js.map +1 -0
- package/dist/ecs/store/public/create-store.d.ts +3 -1
- package/dist/ecs/store/public/create-store.js +19 -50
- package/dist/ecs/store/public/create-store.js.map +1 -1
- package/dist/ecs/store/public/create-store.partition.test.d.ts +1 -0
- package/dist/ecs/store/public/create-store.partition.test.js +111 -0
- package/dist/ecs/store/public/create-store.partition.test.js.map +1 -0
- package/dist/ecs/store/public/create-store.partition.type-test.d.ts +1 -0
- package/dist/ecs/store/public/create-store.partition.type-test.js +61 -0
- package/dist/ecs/store/public/create-store.partition.type-test.js.map +1 -0
- package/dist/ecs/store/store.d.ts +15 -10
- package/dist/ecs/store/store.js.map +1 -1
- package/dist/ecs/store/transaction-functions.d.ts +3 -3
- package/dist/schema/schema.d.ts +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/references/data-lit/package.json +1 -1
- package/references/data-lit-tictactoe/package.json +1 -1
- package/references/data-react/package.json +1 -1
- package/references/data-react-hello/package.json +1 -1
- package/references/data-react-pixie/package.json +1 -1
|
@@ -318,7 +318,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
318
318
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
319
319
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
320
320
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
321
|
-
}, {} & {}>, _input: {
|
|
321
|
+
}, {} & {}, never>, _input: {
|
|
322
322
|
districtType: string;
|
|
323
323
|
zoning: string;
|
|
324
324
|
}) => void;
|
|
@@ -479,7 +479,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
479
479
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
480
480
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
481
481
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
482
|
-
}, {} & {}>, _id: Entity) => void;
|
|
482
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
483
483
|
readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
484
484
|
readonly districtType: {
|
|
485
485
|
readonly type: "string";
|
|
@@ -637,7 +637,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
637
637
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
638
638
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
639
639
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
640
|
-
}, {} & {}>, _input: {
|
|
640
|
+
}, {} & {}, never>, _input: {
|
|
641
641
|
parentDistrict: Entity;
|
|
642
642
|
positionX: number;
|
|
643
643
|
}) => void;
|
|
@@ -798,7 +798,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
798
798
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
799
799
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
800
800
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
801
|
-
}, {} & {}>, _id: Entity) => void;
|
|
801
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
802
802
|
readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
803
803
|
readonly districtType: {
|
|
804
804
|
readonly type: "string";
|
|
@@ -956,7 +956,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
956
956
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
957
957
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
958
958
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
959
|
-
}, {} & {}>, _input: {
|
|
959
|
+
}, {} & {}, never>, _input: {
|
|
960
960
|
id: Entity;
|
|
961
961
|
} & Partial<{
|
|
962
962
|
positionX: number;
|
|
@@ -1119,7 +1119,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1119
1119
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
1120
1120
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
1121
1121
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
1122
|
-
}, {} & {}>, _input: {
|
|
1122
|
+
}, {} & {}, never>, _input: {
|
|
1123
1123
|
entityId: Entity;
|
|
1124
1124
|
userId: string;
|
|
1125
1125
|
}) => void;
|
|
@@ -1280,7 +1280,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1280
1280
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
1281
1281
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
1282
1282
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
1283
|
-
}, {} & {}>, _input: {
|
|
1283
|
+
}, {} & {}, never>, _input: {
|
|
1284
1284
|
entityId: Entity;
|
|
1285
1285
|
userId: string;
|
|
1286
1286
|
}) => void;
|
|
@@ -1441,7 +1441,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1441
1441
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
1442
1442
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
1443
1443
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
1444
|
-
}, {} & {}>, _input: {
|
|
1444
|
+
}, {} & {}, never>, _input: {
|
|
1445
1445
|
entityId: Entity;
|
|
1446
1446
|
userId: string;
|
|
1447
1447
|
}) => void;
|
|
@@ -1602,7 +1602,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1602
1602
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
1603
1603
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
1604
1604
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
1605
|
-
}, {} & {}>, _input: {
|
|
1605
|
+
}, {} & {}, never>, _input: {
|
|
1606
1606
|
deltaUnits: number;
|
|
1607
1607
|
}) => void;
|
|
1608
1608
|
readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -1762,7 +1762,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1762
1762
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
1763
1763
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
1764
1764
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
1765
|
-
}, {} & {}>, _input: {
|
|
1765
|
+
}, {} & {}, never>, _input: {
|
|
1766
1766
|
time: number;
|
|
1767
1767
|
}) => void;
|
|
1768
1768
|
readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -1922,7 +1922,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1922
1922
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
1923
1923
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
1924
1924
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
1925
|
-
}, {} & {}>, _input: {
|
|
1925
|
+
}, {} & {}, never>, _input: {
|
|
1926
1926
|
state: string;
|
|
1927
1927
|
}) => void;
|
|
1928
1928
|
readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -2082,7 +2082,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2082
2082
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
2083
2083
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
2084
2084
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
2085
|
-
}, {} & {}>, _input: {
|
|
2085
|
+
}, {} & {}, never>, _input: {
|
|
2086
2086
|
level: number;
|
|
2087
2087
|
}) => void;
|
|
2088
2088
|
readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -2242,7 +2242,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2242
2242
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
2243
2243
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
2244
2244
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
2245
|
-
}, {} & {}>, _input: {
|
|
2245
|
+
}, {} & {}, never>, _input: {
|
|
2246
2246
|
active: boolean;
|
|
2247
2247
|
}) => void;
|
|
2248
2248
|
readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -2402,7 +2402,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2402
2402
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
2403
2403
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
2404
2404
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
2405
|
-
}, {} & {}>, _input: {
|
|
2405
|
+
}, {} & {}, never>, _input: {
|
|
2406
2406
|
enabled: boolean;
|
|
2407
2407
|
}) => void;
|
|
2408
2408
|
readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -2562,7 +2562,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2562
2562
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
2563
2563
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
2564
2564
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
2565
|
-
}, {} & {}>, _input: {
|
|
2565
|
+
}, {} & {}, never>, _input: {
|
|
2566
2566
|
time: number | null;
|
|
2567
2567
|
}) => void;
|
|
2568
2568
|
readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -2722,7 +2722,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2722
2722
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
2723
2723
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
2724
2724
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
2725
|
-
}, {} & {}>, _input: {
|
|
2725
|
+
}, {} & {}, never>, _input: {
|
|
2726
2726
|
active: boolean;
|
|
2727
2727
|
}) => void;
|
|
2728
2728
|
readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -2882,7 +2882,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2882
2882
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
2883
2883
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
2884
2884
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
2885
|
-
}, {} & {}>) => void;
|
|
2885
|
+
}, {} & {}, never>) => void;
|
|
2886
2886
|
readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
2887
2887
|
readonly districtType: {
|
|
2888
2888
|
readonly type: "string";
|
|
@@ -3040,7 +3040,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3040
3040
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
3041
3041
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
3042
3042
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
3043
|
-
}, {} & {}>, _input: {
|
|
3043
|
+
}, {} & {}, never>, _input: {
|
|
3044
3044
|
buildingId: Entity;
|
|
3045
3045
|
edge: "left" | "right";
|
|
3046
3046
|
deltaPx: number;
|
|
@@ -3202,7 +3202,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3202
3202
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
3203
3203
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
3204
3204
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
3205
|
-
}, {} & {}>, _input: {
|
|
3205
|
+
}, {} & {}, never>, _input: {
|
|
3206
3206
|
buildingId: Entity;
|
|
3207
3207
|
edge: "left" | "right";
|
|
3208
3208
|
deltaPx: number;
|
|
@@ -3364,7 +3364,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3364
3364
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
3365
3365
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
3366
3366
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
3367
|
-
}, {} & {}>, _input: {
|
|
3367
|
+
}, {} & {}, never>, _input: {
|
|
3368
3368
|
userId: string;
|
|
3369
3369
|
}) => void;
|
|
3370
3370
|
readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -3524,7 +3524,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3524
3524
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
3525
3525
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
3526
3526
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
3527
|
-
}, {} & {}>, _input: {
|
|
3527
|
+
}, {} & {}, never>, _input: {
|
|
3528
3528
|
userId: string;
|
|
3529
3529
|
}) => void;
|
|
3530
3530
|
readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -3684,7 +3684,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3684
3684
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
3685
3685
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
3686
3686
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
3687
|
-
}, {} & {}>, _input: {
|
|
3687
|
+
}, {} & {}, never>, _input: {
|
|
3688
3688
|
buildingId: Entity;
|
|
3689
3689
|
}) => void;
|
|
3690
3690
|
} & {
|
|
@@ -3845,7 +3845,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3845
3845
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
3846
3846
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
3847
3847
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
3848
|
-
}, {} & {}>, _input: {
|
|
3848
|
+
}, {} & {}, never>, _input: {
|
|
3849
3849
|
userId: string;
|
|
3850
3850
|
}) => void;
|
|
3851
3851
|
readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -4005,7 +4005,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4005
4005
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
4006
4006
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4007
4007
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4008
|
-
}, {} & {}>, _input: {
|
|
4008
|
+
}, {} & {}, never>, _input: {
|
|
4009
4009
|
userId: string;
|
|
4010
4010
|
}) => void;
|
|
4011
4011
|
readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -4165,7 +4165,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4165
4165
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
4166
4166
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4167
4167
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4168
|
-
}, {} & {}>, _input: {
|
|
4168
|
+
}, {} & {}, never>, _input: {
|
|
4169
4169
|
entityIds: Entity[];
|
|
4170
4170
|
userId: string;
|
|
4171
4171
|
additive: boolean;
|
|
@@ -4328,7 +4328,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4328
4328
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
4329
4329
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4330
4330
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4331
|
-
}, {} & {}>, _input: {
|
|
4331
|
+
}, {} & {}, never>, _input: {
|
|
4332
4332
|
userId: string;
|
|
4333
4333
|
edge: "left" | "right";
|
|
4334
4334
|
}) => void;
|
|
@@ -4648,7 +4648,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4648
4648
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
4649
4649
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4650
4650
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4651
|
-
}, {} & {}>, _input: {
|
|
4651
|
+
}, {} & {}, never>, _input: {
|
|
4652
4652
|
districtType: string;
|
|
4653
4653
|
zoning: string;
|
|
4654
4654
|
}) => void;
|
|
@@ -4809,7 +4809,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4809
4809
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
4810
4810
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4811
4811
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4812
|
-
}, {} & {}>, _id: Entity) => void;
|
|
4812
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
4813
4813
|
readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
4814
4814
|
readonly districtType: {
|
|
4815
4815
|
readonly type: "string";
|
|
@@ -4967,7 +4967,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4967
4967
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
4968
4968
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4969
4969
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4970
|
-
}, {} & {}>, _input: {
|
|
4970
|
+
}, {} & {}, never>, _input: {
|
|
4971
4971
|
parentDistrict: Entity;
|
|
4972
4972
|
positionX: number;
|
|
4973
4973
|
}) => void;
|
|
@@ -5128,7 +5128,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5128
5128
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
5129
5129
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
5130
5130
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
5131
|
-
}, {} & {}>, _id: Entity) => void;
|
|
5131
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
5132
5132
|
readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
5133
5133
|
readonly districtType: {
|
|
5134
5134
|
readonly type: "string";
|
|
@@ -5286,7 +5286,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5286
5286
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
5287
5287
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
5288
5288
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
5289
|
-
}, {} & {}>, _input: {
|
|
5289
|
+
}, {} & {}, never>, _input: {
|
|
5290
5290
|
id: Entity;
|
|
5291
5291
|
} & Partial<{
|
|
5292
5292
|
positionX: number;
|
|
@@ -5449,7 +5449,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5449
5449
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
5450
5450
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
5451
5451
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
5452
|
-
}, {} & {}>, _input: {
|
|
5452
|
+
}, {} & {}, never>, _input: {
|
|
5453
5453
|
entityId: Entity;
|
|
5454
5454
|
userId: string;
|
|
5455
5455
|
}) => void;
|
|
@@ -5610,7 +5610,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5610
5610
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
5611
5611
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
5612
5612
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
5613
|
-
}, {} & {}>, _input: {
|
|
5613
|
+
}, {} & {}, never>, _input: {
|
|
5614
5614
|
entityId: Entity;
|
|
5615
5615
|
userId: string;
|
|
5616
5616
|
}) => void;
|
|
@@ -5771,7 +5771,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5771
5771
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
5772
5772
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
5773
5773
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
5774
|
-
}, {} & {}>, _input: {
|
|
5774
|
+
}, {} & {}, never>, _input: {
|
|
5775
5775
|
entityId: Entity;
|
|
5776
5776
|
userId: string;
|
|
5777
5777
|
}) => void;
|
|
@@ -5932,7 +5932,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5932
5932
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
5933
5933
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
5934
5934
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
5935
|
-
}, {} & {}>, _input: {
|
|
5935
|
+
}, {} & {}, never>, _input: {
|
|
5936
5936
|
deltaUnits: number;
|
|
5937
5937
|
}) => void;
|
|
5938
5938
|
readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -6092,7 +6092,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6092
6092
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
6093
6093
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
6094
6094
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
6095
|
-
}, {} & {}>, _input: {
|
|
6095
|
+
}, {} & {}, never>, _input: {
|
|
6096
6096
|
time: number;
|
|
6097
6097
|
}) => void;
|
|
6098
6098
|
readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -6252,7 +6252,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6252
6252
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
6253
6253
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
6254
6254
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
6255
|
-
}, {} & {}>, _input: {
|
|
6255
|
+
}, {} & {}, never>, _input: {
|
|
6256
6256
|
state: string;
|
|
6257
6257
|
}) => void;
|
|
6258
6258
|
readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -6412,7 +6412,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6412
6412
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
6413
6413
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
6414
6414
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
6415
|
-
}, {} & {}>, _input: {
|
|
6415
|
+
}, {} & {}, never>, _input: {
|
|
6416
6416
|
level: number;
|
|
6417
6417
|
}) => void;
|
|
6418
6418
|
readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -6572,7 +6572,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6572
6572
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
6573
6573
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
6574
6574
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
6575
|
-
}, {} & {}>, _input: {
|
|
6575
|
+
}, {} & {}, never>, _input: {
|
|
6576
6576
|
active: boolean;
|
|
6577
6577
|
}) => void;
|
|
6578
6578
|
readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -6732,7 +6732,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6732
6732
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
6733
6733
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
6734
6734
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
6735
|
-
}, {} & {}>, _input: {
|
|
6735
|
+
}, {} & {}, never>, _input: {
|
|
6736
6736
|
enabled: boolean;
|
|
6737
6737
|
}) => void;
|
|
6738
6738
|
readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -6892,7 +6892,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6892
6892
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
6893
6893
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
6894
6894
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
6895
|
-
}, {} & {}>, _input: {
|
|
6895
|
+
}, {} & {}, never>, _input: {
|
|
6896
6896
|
time: number | null;
|
|
6897
6897
|
}) => void;
|
|
6898
6898
|
readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -7052,7 +7052,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7052
7052
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
7053
7053
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
7054
7054
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
7055
|
-
}, {} & {}>, _input: {
|
|
7055
|
+
}, {} & {}, never>, _input: {
|
|
7056
7056
|
active: boolean;
|
|
7057
7057
|
}) => void;
|
|
7058
7058
|
readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -7212,7 +7212,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7212
7212
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
7213
7213
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
7214
7214
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
7215
|
-
}, {} & {}>) => void;
|
|
7215
|
+
}, {} & {}, never>) => void;
|
|
7216
7216
|
readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
7217
7217
|
readonly districtType: {
|
|
7218
7218
|
readonly type: "string";
|
|
@@ -7370,7 +7370,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7370
7370
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
7371
7371
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
7372
7372
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
7373
|
-
}, {} & {}>, _input: {
|
|
7373
|
+
}, {} & {}, never>, _input: {
|
|
7374
7374
|
buildingId: Entity;
|
|
7375
7375
|
edge: "left" | "right";
|
|
7376
7376
|
deltaPx: number;
|
|
@@ -7532,7 +7532,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7532
7532
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
7533
7533
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
7534
7534
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
7535
|
-
}, {} & {}>, _input: {
|
|
7535
|
+
}, {} & {}, never>, _input: {
|
|
7536
7536
|
buildingId: Entity;
|
|
7537
7537
|
edge: "left" | "right";
|
|
7538
7538
|
deltaPx: number;
|
|
@@ -7694,7 +7694,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7694
7694
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
7695
7695
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
7696
7696
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
7697
|
-
}, {} & {}>, _input: {
|
|
7697
|
+
}, {} & {}, never>, _input: {
|
|
7698
7698
|
userId: string;
|
|
7699
7699
|
}) => void;
|
|
7700
7700
|
readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -7854,7 +7854,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7854
7854
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
7855
7855
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
7856
7856
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
7857
|
-
}, {} & {}>, _input: {
|
|
7857
|
+
}, {} & {}, never>, _input: {
|
|
7858
7858
|
userId: string;
|
|
7859
7859
|
}) => void;
|
|
7860
7860
|
readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -8014,7 +8014,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8014
8014
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8015
8015
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8016
8016
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8017
|
-
}, {} & {}>, _input: {
|
|
8017
|
+
}, {} & {}, never>, _input: {
|
|
8018
8018
|
buildingId: Entity;
|
|
8019
8019
|
}) => void;
|
|
8020
8020
|
} & {
|
|
@@ -8175,7 +8175,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8175
8175
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8176
8176
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8177
8177
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8178
|
-
}, {} & {}>, _input: {
|
|
8178
|
+
}, {} & {}, never>, _input: {
|
|
8179
8179
|
userId: string;
|
|
8180
8180
|
}) => void;
|
|
8181
8181
|
readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -8335,7 +8335,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8335
8335
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8336
8336
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8337
8337
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8338
|
-
}, {} & {}>, _input: {
|
|
8338
|
+
}, {} & {}, never>, _input: {
|
|
8339
8339
|
userId: string;
|
|
8340
8340
|
}) => void;
|
|
8341
8341
|
readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -8495,7 +8495,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8495
8495
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8496
8496
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8497
8497
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8498
|
-
}, {} & {}>, _input: {
|
|
8498
|
+
}, {} & {}, never>, _input: {
|
|
8499
8499
|
entityIds: Entity[];
|
|
8500
8500
|
userId: string;
|
|
8501
8501
|
additive: boolean;
|
|
@@ -8658,7 +8658,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8658
8658
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8659
8659
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8660
8660
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8661
|
-
}, {} & {}>, _input: {
|
|
8661
|
+
}, {} & {}, never>, _input: {
|
|
8662
8662
|
userId: string;
|
|
8663
8663
|
edge: "left" | "right";
|
|
8664
8664
|
}) => void;
|
|
@@ -8820,7 +8820,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8820
8820
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8821
8821
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8822
8822
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8823
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
8823
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
8824
8824
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8825
8825
|
readonly districtType: {
|
|
8826
8826
|
readonly type: "string";
|
|
@@ -8978,7 +8978,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8978
8978
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8979
8979
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8980
8980
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8981
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
8981
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
8982
8982
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8983
8983
|
readonly districtType: {
|
|
8984
8984
|
readonly type: "string";
|
|
@@ -9136,7 +9136,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9136
9136
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9137
9137
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9138
9138
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9139
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
9139
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
9140
9140
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9141
9141
|
readonly districtType: {
|
|
9142
9142
|
readonly type: "string";
|
|
@@ -9294,7 +9294,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9294
9294
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9295
9295
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9296
9296
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9297
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
9297
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
9298
9298
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9299
9299
|
readonly districtType: {
|
|
9300
9300
|
readonly type: "string";
|
|
@@ -9452,8 +9452,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9452
9452
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9453
9453
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9454
9454
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9455
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
9456
|
-
}>, {} & {}>, entityId: Entity) => Promise<void>;
|
|
9455
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
9456
|
+
}>, {} & {}, never>, entityId: Entity) => Promise<void>;
|
|
9457
9457
|
readonly toggleSimulation: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9458
9458
|
readonly districtType: {
|
|
9459
9459
|
readonly type: "string";
|
|
@@ -9769,7 +9769,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9769
9769
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9770
9770
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9771
9771
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9772
|
-
}, {} & {}>, _input: {
|
|
9772
|
+
}, {} & {}, never>, _input: {
|
|
9773
9773
|
districtType: string;
|
|
9774
9774
|
zoning: string;
|
|
9775
9775
|
}) => void;
|
|
@@ -9930,7 +9930,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9930
9930
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9931
9931
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9932
9932
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9933
|
-
}, {} & {}>, _id: Entity) => void;
|
|
9933
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
9934
9934
|
readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9935
9935
|
readonly districtType: {
|
|
9936
9936
|
readonly type: "string";
|
|
@@ -10088,7 +10088,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10088
10088
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
10089
10089
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
10090
10090
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
10091
|
-
}, {} & {}>, _input: {
|
|
10091
|
+
}, {} & {}, never>, _input: {
|
|
10092
10092
|
parentDistrict: Entity;
|
|
10093
10093
|
positionX: number;
|
|
10094
10094
|
}) => void;
|
|
@@ -10249,7 +10249,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10249
10249
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
10250
10250
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
10251
10251
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
10252
|
-
}, {} & {}>, _id: Entity) => void;
|
|
10252
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
10253
10253
|
readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
10254
10254
|
readonly districtType: {
|
|
10255
10255
|
readonly type: "string";
|
|
@@ -10407,7 +10407,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10407
10407
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
10408
10408
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
10409
10409
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
10410
|
-
}, {} & {}>, _input: {
|
|
10410
|
+
}, {} & {}, never>, _input: {
|
|
10411
10411
|
id: Entity;
|
|
10412
10412
|
} & Partial<{
|
|
10413
10413
|
positionX: number;
|
|
@@ -10570,7 +10570,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10570
10570
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
10571
10571
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
10572
10572
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
10573
|
-
}, {} & {}>, _input: {
|
|
10573
|
+
}, {} & {}, never>, _input: {
|
|
10574
10574
|
entityId: Entity;
|
|
10575
10575
|
userId: string;
|
|
10576
10576
|
}) => void;
|
|
@@ -10731,7 +10731,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10731
10731
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
10732
10732
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
10733
10733
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
10734
|
-
}, {} & {}>, _input: {
|
|
10734
|
+
}, {} & {}, never>, _input: {
|
|
10735
10735
|
entityId: Entity;
|
|
10736
10736
|
userId: string;
|
|
10737
10737
|
}) => void;
|
|
@@ -10892,7 +10892,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10892
10892
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
10893
10893
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
10894
10894
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
10895
|
-
}, {} & {}>, _input: {
|
|
10895
|
+
}, {} & {}, never>, _input: {
|
|
10896
10896
|
entityId: Entity;
|
|
10897
10897
|
userId: string;
|
|
10898
10898
|
}) => void;
|
|
@@ -11053,7 +11053,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11053
11053
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
11054
11054
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
11055
11055
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
11056
|
-
}, {} & {}>, _input: {
|
|
11056
|
+
}, {} & {}, never>, _input: {
|
|
11057
11057
|
deltaUnits: number;
|
|
11058
11058
|
}) => void;
|
|
11059
11059
|
readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -11213,7 +11213,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11213
11213
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
11214
11214
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
11215
11215
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
11216
|
-
}, {} & {}>, _input: {
|
|
11216
|
+
}, {} & {}, never>, _input: {
|
|
11217
11217
|
time: number;
|
|
11218
11218
|
}) => void;
|
|
11219
11219
|
readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -11373,7 +11373,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11373
11373
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
11374
11374
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
11375
11375
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
11376
|
-
}, {} & {}>, _input: {
|
|
11376
|
+
}, {} & {}, never>, _input: {
|
|
11377
11377
|
state: string;
|
|
11378
11378
|
}) => void;
|
|
11379
11379
|
readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -11533,7 +11533,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11533
11533
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
11534
11534
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
11535
11535
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
11536
|
-
}, {} & {}>, _input: {
|
|
11536
|
+
}, {} & {}, never>, _input: {
|
|
11537
11537
|
level: number;
|
|
11538
11538
|
}) => void;
|
|
11539
11539
|
readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -11693,7 +11693,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11693
11693
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
11694
11694
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
11695
11695
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
11696
|
-
}, {} & {}>, _input: {
|
|
11696
|
+
}, {} & {}, never>, _input: {
|
|
11697
11697
|
active: boolean;
|
|
11698
11698
|
}) => void;
|
|
11699
11699
|
readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -11853,7 +11853,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11853
11853
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
11854
11854
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
11855
11855
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
11856
|
-
}, {} & {}>, _input: {
|
|
11856
|
+
}, {} & {}, never>, _input: {
|
|
11857
11857
|
enabled: boolean;
|
|
11858
11858
|
}) => void;
|
|
11859
11859
|
readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -12013,7 +12013,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12013
12013
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12014
12014
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12015
12015
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12016
|
-
}, {} & {}>, _input: {
|
|
12016
|
+
}, {} & {}, never>, _input: {
|
|
12017
12017
|
time: number | null;
|
|
12018
12018
|
}) => void;
|
|
12019
12019
|
readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -12173,7 +12173,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12173
12173
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12174
12174
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12175
12175
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12176
|
-
}, {} & {}>, _input: {
|
|
12176
|
+
}, {} & {}, never>, _input: {
|
|
12177
12177
|
active: boolean;
|
|
12178
12178
|
}) => void;
|
|
12179
12179
|
readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -12333,7 +12333,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12333
12333
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12334
12334
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12335
12335
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12336
|
-
}, {} & {}>) => void;
|
|
12336
|
+
}, {} & {}, never>) => void;
|
|
12337
12337
|
readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
12338
12338
|
readonly districtType: {
|
|
12339
12339
|
readonly type: "string";
|
|
@@ -12491,7 +12491,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12491
12491
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12492
12492
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12493
12493
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12494
|
-
}, {} & {}>, _input: {
|
|
12494
|
+
}, {} & {}, never>, _input: {
|
|
12495
12495
|
buildingId: Entity;
|
|
12496
12496
|
edge: "left" | "right";
|
|
12497
12497
|
deltaPx: number;
|
|
@@ -12653,7 +12653,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12653
12653
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12654
12654
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12655
12655
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12656
|
-
}, {} & {}>, _input: {
|
|
12656
|
+
}, {} & {}, never>, _input: {
|
|
12657
12657
|
buildingId: Entity;
|
|
12658
12658
|
edge: "left" | "right";
|
|
12659
12659
|
deltaPx: number;
|
|
@@ -12815,7 +12815,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12815
12815
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12816
12816
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12817
12817
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12818
|
-
}, {} & {}>, _input: {
|
|
12818
|
+
}, {} & {}, never>, _input: {
|
|
12819
12819
|
userId: string;
|
|
12820
12820
|
}) => void;
|
|
12821
12821
|
readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -12975,7 +12975,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12975
12975
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12976
12976
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12977
12977
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12978
|
-
}, {} & {}>, _input: {
|
|
12978
|
+
}, {} & {}, never>, _input: {
|
|
12979
12979
|
userId: string;
|
|
12980
12980
|
}) => void;
|
|
12981
12981
|
readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -13135,7 +13135,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13135
13135
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13136
13136
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13137
13137
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13138
|
-
}, {} & {}>, _input: {
|
|
13138
|
+
}, {} & {}, never>, _input: {
|
|
13139
13139
|
buildingId: Entity;
|
|
13140
13140
|
}) => void;
|
|
13141
13141
|
} & {
|
|
@@ -13296,7 +13296,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13296
13296
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13297
13297
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13298
13298
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13299
|
-
}, {} & {}>, _input: {
|
|
13299
|
+
}, {} & {}, never>, _input: {
|
|
13300
13300
|
userId: string;
|
|
13301
13301
|
}) => void;
|
|
13302
13302
|
readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -13456,7 +13456,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13456
13456
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13457
13457
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13458
13458
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13459
|
-
}, {} & {}>, _input: {
|
|
13459
|
+
}, {} & {}, never>, _input: {
|
|
13460
13460
|
userId: string;
|
|
13461
13461
|
}) => void;
|
|
13462
13462
|
readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -13616,7 +13616,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13616
13616
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13617
13617
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13618
13618
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13619
|
-
}, {} & {}>, _input: {
|
|
13619
|
+
}, {} & {}, never>, _input: {
|
|
13620
13620
|
entityIds: Entity[];
|
|
13621
13621
|
userId: string;
|
|
13622
13622
|
additive: boolean;
|
|
@@ -13779,7 +13779,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13779
13779
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13780
13780
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13781
13781
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13782
|
-
}, {} & {}>, _input: {
|
|
13782
|
+
}, {} & {}, never>, _input: {
|
|
13783
13783
|
userId: string;
|
|
13784
13784
|
edge: "left" | "right";
|
|
13785
13785
|
}) => void;
|
|
@@ -13941,7 +13941,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13941
13941
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13942
13942
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13943
13943
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13944
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
13944
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
13945
13945
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
13946
13946
|
readonly districtType: {
|
|
13947
13947
|
readonly type: "string";
|
|
@@ -14099,7 +14099,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14099
14099
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14100
14100
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14101
14101
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14102
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
14102
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
14103
14103
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14104
14104
|
readonly districtType: {
|
|
14105
14105
|
readonly type: "string";
|
|
@@ -14257,7 +14257,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14257
14257
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14258
14258
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14259
14259
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14260
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
14260
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
14261
14261
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14262
14262
|
readonly districtType: {
|
|
14263
14263
|
readonly type: "string";
|
|
@@ -14415,7 +14415,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14415
14415
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14416
14416
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14417
14417
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14418
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
14418
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
14419
14419
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14420
14420
|
readonly districtType: {
|
|
14421
14421
|
readonly type: "string";
|
|
@@ -14573,8 +14573,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14573
14573
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14574
14574
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14575
14575
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14576
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
14577
|
-
}>, {} & {}>) => Promise<void>;
|
|
14576
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
14577
|
+
}>, {} & {}, never>) => Promise<void>;
|
|
14578
14578
|
readonly moveBuildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14579
14579
|
readonly districtType: {
|
|
14580
14580
|
readonly type: "string";
|
|
@@ -14890,7 +14890,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14890
14890
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14891
14891
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14892
14892
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14893
|
-
}, {} & {}>, _input: {
|
|
14893
|
+
}, {} & {}, never>, _input: {
|
|
14894
14894
|
districtType: string;
|
|
14895
14895
|
zoning: string;
|
|
14896
14896
|
}) => void;
|
|
@@ -15051,7 +15051,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15051
15051
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
15052
15052
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
15053
15053
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
15054
|
-
}, {} & {}>, _id: Entity) => void;
|
|
15054
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
15055
15055
|
readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
15056
15056
|
readonly districtType: {
|
|
15057
15057
|
readonly type: "string";
|
|
@@ -15209,7 +15209,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15209
15209
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
15210
15210
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
15211
15211
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
15212
|
-
}, {} & {}>, _input: {
|
|
15212
|
+
}, {} & {}, never>, _input: {
|
|
15213
15213
|
parentDistrict: Entity;
|
|
15214
15214
|
positionX: number;
|
|
15215
15215
|
}) => void;
|
|
@@ -15370,7 +15370,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15370
15370
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
15371
15371
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
15372
15372
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
15373
|
-
}, {} & {}>, _id: Entity) => void;
|
|
15373
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
15374
15374
|
readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
15375
15375
|
readonly districtType: {
|
|
15376
15376
|
readonly type: "string";
|
|
@@ -15528,7 +15528,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15528
15528
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
15529
15529
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
15530
15530
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
15531
|
-
}, {} & {}>, _input: {
|
|
15531
|
+
}, {} & {}, never>, _input: {
|
|
15532
15532
|
id: Entity;
|
|
15533
15533
|
} & Partial<{
|
|
15534
15534
|
positionX: number;
|
|
@@ -15691,7 +15691,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15691
15691
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
15692
15692
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
15693
15693
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
15694
|
-
}, {} & {}>, _input: {
|
|
15694
|
+
}, {} & {}, never>, _input: {
|
|
15695
15695
|
entityId: Entity;
|
|
15696
15696
|
userId: string;
|
|
15697
15697
|
}) => void;
|
|
@@ -15852,7 +15852,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15852
15852
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
15853
15853
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
15854
15854
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
15855
|
-
}, {} & {}>, _input: {
|
|
15855
|
+
}, {} & {}, never>, _input: {
|
|
15856
15856
|
entityId: Entity;
|
|
15857
15857
|
userId: string;
|
|
15858
15858
|
}) => void;
|
|
@@ -16013,7 +16013,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16013
16013
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16014
16014
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16015
16015
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16016
|
-
}, {} & {}>, _input: {
|
|
16016
|
+
}, {} & {}, never>, _input: {
|
|
16017
16017
|
entityId: Entity;
|
|
16018
16018
|
userId: string;
|
|
16019
16019
|
}) => void;
|
|
@@ -16174,7 +16174,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16174
16174
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16175
16175
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16176
16176
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16177
|
-
}, {} & {}>, _input: {
|
|
16177
|
+
}, {} & {}, never>, _input: {
|
|
16178
16178
|
deltaUnits: number;
|
|
16179
16179
|
}) => void;
|
|
16180
16180
|
readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -16334,7 +16334,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16334
16334
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16335
16335
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16336
16336
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16337
|
-
}, {} & {}>, _input: {
|
|
16337
|
+
}, {} & {}, never>, _input: {
|
|
16338
16338
|
time: number;
|
|
16339
16339
|
}) => void;
|
|
16340
16340
|
readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -16494,7 +16494,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16494
16494
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16495
16495
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16496
16496
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16497
|
-
}, {} & {}>, _input: {
|
|
16497
|
+
}, {} & {}, never>, _input: {
|
|
16498
16498
|
state: string;
|
|
16499
16499
|
}) => void;
|
|
16500
16500
|
readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -16654,7 +16654,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16654
16654
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16655
16655
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16656
16656
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16657
|
-
}, {} & {}>, _input: {
|
|
16657
|
+
}, {} & {}, never>, _input: {
|
|
16658
16658
|
level: number;
|
|
16659
16659
|
}) => void;
|
|
16660
16660
|
readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -16814,7 +16814,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16814
16814
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16815
16815
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16816
16816
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16817
|
-
}, {} & {}>, _input: {
|
|
16817
|
+
}, {} & {}, never>, _input: {
|
|
16818
16818
|
active: boolean;
|
|
16819
16819
|
}) => void;
|
|
16820
16820
|
readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -16974,7 +16974,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16974
16974
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16975
16975
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16976
16976
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16977
|
-
}, {} & {}>, _input: {
|
|
16977
|
+
}, {} & {}, never>, _input: {
|
|
16978
16978
|
enabled: boolean;
|
|
16979
16979
|
}) => void;
|
|
16980
16980
|
readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -17134,7 +17134,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17134
17134
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
17135
17135
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
17136
17136
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
17137
|
-
}, {} & {}>, _input: {
|
|
17137
|
+
}, {} & {}, never>, _input: {
|
|
17138
17138
|
time: number | null;
|
|
17139
17139
|
}) => void;
|
|
17140
17140
|
readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -17294,7 +17294,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17294
17294
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
17295
17295
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
17296
17296
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
17297
|
-
}, {} & {}>, _input: {
|
|
17297
|
+
}, {} & {}, never>, _input: {
|
|
17298
17298
|
active: boolean;
|
|
17299
17299
|
}) => void;
|
|
17300
17300
|
readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -17454,7 +17454,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17454
17454
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
17455
17455
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
17456
17456
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
17457
|
-
}, {} & {}>) => void;
|
|
17457
|
+
}, {} & {}, never>) => void;
|
|
17458
17458
|
readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
17459
17459
|
readonly districtType: {
|
|
17460
17460
|
readonly type: "string";
|
|
@@ -17612,7 +17612,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17612
17612
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
17613
17613
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
17614
17614
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
17615
|
-
}, {} & {}>, _input: {
|
|
17615
|
+
}, {} & {}, never>, _input: {
|
|
17616
17616
|
buildingId: Entity;
|
|
17617
17617
|
edge: "left" | "right";
|
|
17618
17618
|
deltaPx: number;
|
|
@@ -17774,7 +17774,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17774
17774
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
17775
17775
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
17776
17776
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
17777
|
-
}, {} & {}>, _input: {
|
|
17777
|
+
}, {} & {}, never>, _input: {
|
|
17778
17778
|
buildingId: Entity;
|
|
17779
17779
|
edge: "left" | "right";
|
|
17780
17780
|
deltaPx: number;
|
|
@@ -17936,7 +17936,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17936
17936
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
17937
17937
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
17938
17938
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
17939
|
-
}, {} & {}>, _input: {
|
|
17939
|
+
}, {} & {}, never>, _input: {
|
|
17940
17940
|
userId: string;
|
|
17941
17941
|
}) => void;
|
|
17942
17942
|
readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -18096,7 +18096,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18096
18096
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
18097
18097
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
18098
18098
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
18099
|
-
}, {} & {}>, _input: {
|
|
18099
|
+
}, {} & {}, never>, _input: {
|
|
18100
18100
|
userId: string;
|
|
18101
18101
|
}) => void;
|
|
18102
18102
|
readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -18256,7 +18256,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18256
18256
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
18257
18257
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
18258
18258
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
18259
|
-
}, {} & {}>, _input: {
|
|
18259
|
+
}, {} & {}, never>, _input: {
|
|
18260
18260
|
buildingId: Entity;
|
|
18261
18261
|
}) => void;
|
|
18262
18262
|
} & {
|
|
@@ -18417,7 +18417,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18417
18417
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
18418
18418
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
18419
18419
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
18420
|
-
}, {} & {}>, _input: {
|
|
18420
|
+
}, {} & {}, never>, _input: {
|
|
18421
18421
|
userId: string;
|
|
18422
18422
|
}) => void;
|
|
18423
18423
|
readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -18577,7 +18577,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18577
18577
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
18578
18578
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
18579
18579
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
18580
|
-
}, {} & {}>, _input: {
|
|
18580
|
+
}, {} & {}, never>, _input: {
|
|
18581
18581
|
userId: string;
|
|
18582
18582
|
}) => void;
|
|
18583
18583
|
readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -18737,7 +18737,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18737
18737
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
18738
18738
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
18739
18739
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
18740
|
-
}, {} & {}>, _input: {
|
|
18740
|
+
}, {} & {}, never>, _input: {
|
|
18741
18741
|
entityIds: Entity[];
|
|
18742
18742
|
userId: string;
|
|
18743
18743
|
additive: boolean;
|
|
@@ -18900,7 +18900,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18900
18900
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
18901
18901
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
18902
18902
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
18903
|
-
}, {} & {}>, _input: {
|
|
18903
|
+
}, {} & {}, never>, _input: {
|
|
18904
18904
|
userId: string;
|
|
18905
18905
|
edge: "left" | "right";
|
|
18906
18906
|
}) => void;
|
|
@@ -19062,7 +19062,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19062
19062
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19063
19063
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19064
19064
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19065
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
19065
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
19066
19066
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19067
19067
|
readonly districtType: {
|
|
19068
19068
|
readonly type: "string";
|
|
@@ -19220,7 +19220,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19220
19220
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19221
19221
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19222
19222
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19223
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
19223
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
19224
19224
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19225
19225
|
readonly districtType: {
|
|
19226
19226
|
readonly type: "string";
|
|
@@ -19378,7 +19378,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19378
19378
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19379
19379
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19380
19380
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19381
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
19381
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
19382
19382
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19383
19383
|
readonly districtType: {
|
|
19384
19384
|
readonly type: "string";
|
|
@@ -19536,7 +19536,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19536
19536
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19537
19537
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19538
19538
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19539
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
19539
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
19540
19540
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19541
19541
|
readonly districtType: {
|
|
19542
19542
|
readonly type: "string";
|
|
@@ -19694,8 +19694,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19694
19694
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19695
19695
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19696
19696
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19697
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
19698
|
-
}>, {} & {}>, { buildingId }: {
|
|
19697
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
19698
|
+
}>, {} & {}, never>, { buildingId }: {
|
|
19699
19699
|
buildingId: Entity;
|
|
19700
19700
|
}) => Promise<void>;
|
|
19701
19701
|
readonly resizeBuilding: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -20013,7 +20013,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20013
20013
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
20014
20014
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20015
20015
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20016
|
-
}, {} & {}>, _input: {
|
|
20016
|
+
}, {} & {}, never>, _input: {
|
|
20017
20017
|
districtType: string;
|
|
20018
20018
|
zoning: string;
|
|
20019
20019
|
}) => void;
|
|
@@ -20174,7 +20174,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20174
20174
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
20175
20175
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20176
20176
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20177
|
-
}, {} & {}>, _id: Entity) => void;
|
|
20177
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
20178
20178
|
readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
20179
20179
|
readonly districtType: {
|
|
20180
20180
|
readonly type: "string";
|
|
@@ -20332,7 +20332,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20332
20332
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
20333
20333
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20334
20334
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20335
|
-
}, {} & {}>, _input: {
|
|
20335
|
+
}, {} & {}, never>, _input: {
|
|
20336
20336
|
parentDistrict: Entity;
|
|
20337
20337
|
positionX: number;
|
|
20338
20338
|
}) => void;
|
|
@@ -20493,7 +20493,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20493
20493
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
20494
20494
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20495
20495
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20496
|
-
}, {} & {}>, _id: Entity) => void;
|
|
20496
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
20497
20497
|
readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
20498
20498
|
readonly districtType: {
|
|
20499
20499
|
readonly type: "string";
|
|
@@ -20651,7 +20651,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20651
20651
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
20652
20652
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20653
20653
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20654
|
-
}, {} & {}>, _input: {
|
|
20654
|
+
}, {} & {}, never>, _input: {
|
|
20655
20655
|
id: Entity;
|
|
20656
20656
|
} & Partial<{
|
|
20657
20657
|
positionX: number;
|
|
@@ -20814,7 +20814,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20814
20814
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
20815
20815
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20816
20816
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20817
|
-
}, {} & {}>, _input: {
|
|
20817
|
+
}, {} & {}, never>, _input: {
|
|
20818
20818
|
entityId: Entity;
|
|
20819
20819
|
userId: string;
|
|
20820
20820
|
}) => void;
|
|
@@ -20975,7 +20975,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20975
20975
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
20976
20976
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20977
20977
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20978
|
-
}, {} & {}>, _input: {
|
|
20978
|
+
}, {} & {}, never>, _input: {
|
|
20979
20979
|
entityId: Entity;
|
|
20980
20980
|
userId: string;
|
|
20981
20981
|
}) => void;
|
|
@@ -21136,7 +21136,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21136
21136
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
21137
21137
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
21138
21138
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
21139
|
-
}, {} & {}>, _input: {
|
|
21139
|
+
}, {} & {}, never>, _input: {
|
|
21140
21140
|
entityId: Entity;
|
|
21141
21141
|
userId: string;
|
|
21142
21142
|
}) => void;
|
|
@@ -21297,7 +21297,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21297
21297
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
21298
21298
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
21299
21299
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
21300
|
-
}, {} & {}>, _input: {
|
|
21300
|
+
}, {} & {}, never>, _input: {
|
|
21301
21301
|
deltaUnits: number;
|
|
21302
21302
|
}) => void;
|
|
21303
21303
|
readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -21457,7 +21457,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21457
21457
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
21458
21458
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
21459
21459
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
21460
|
-
}, {} & {}>, _input: {
|
|
21460
|
+
}, {} & {}, never>, _input: {
|
|
21461
21461
|
time: number;
|
|
21462
21462
|
}) => void;
|
|
21463
21463
|
readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -21617,7 +21617,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21617
21617
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
21618
21618
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
21619
21619
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
21620
|
-
}, {} & {}>, _input: {
|
|
21620
|
+
}, {} & {}, never>, _input: {
|
|
21621
21621
|
state: string;
|
|
21622
21622
|
}) => void;
|
|
21623
21623
|
readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -21777,7 +21777,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21777
21777
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
21778
21778
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
21779
21779
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
21780
|
-
}, {} & {}>, _input: {
|
|
21780
|
+
}, {} & {}, never>, _input: {
|
|
21781
21781
|
level: number;
|
|
21782
21782
|
}) => void;
|
|
21783
21783
|
readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -21937,7 +21937,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21937
21937
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
21938
21938
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
21939
21939
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
21940
|
-
}, {} & {}>, _input: {
|
|
21940
|
+
}, {} & {}, never>, _input: {
|
|
21941
21941
|
active: boolean;
|
|
21942
21942
|
}) => void;
|
|
21943
21943
|
readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -22097,7 +22097,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22097
22097
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
22098
22098
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
22099
22099
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
22100
|
-
}, {} & {}>, _input: {
|
|
22100
|
+
}, {} & {}, never>, _input: {
|
|
22101
22101
|
enabled: boolean;
|
|
22102
22102
|
}) => void;
|
|
22103
22103
|
readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -22257,7 +22257,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22257
22257
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
22258
22258
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
22259
22259
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
22260
|
-
}, {} & {}>, _input: {
|
|
22260
|
+
}, {} & {}, never>, _input: {
|
|
22261
22261
|
time: number | null;
|
|
22262
22262
|
}) => void;
|
|
22263
22263
|
readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -22417,7 +22417,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22417
22417
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
22418
22418
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
22419
22419
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
22420
|
-
}, {} & {}>, _input: {
|
|
22420
|
+
}, {} & {}, never>, _input: {
|
|
22421
22421
|
active: boolean;
|
|
22422
22422
|
}) => void;
|
|
22423
22423
|
readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -22577,7 +22577,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22577
22577
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
22578
22578
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
22579
22579
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
22580
|
-
}, {} & {}>) => void;
|
|
22580
|
+
}, {} & {}, never>) => void;
|
|
22581
22581
|
readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
22582
22582
|
readonly districtType: {
|
|
22583
22583
|
readonly type: "string";
|
|
@@ -22735,7 +22735,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22735
22735
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
22736
22736
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
22737
22737
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
22738
|
-
}, {} & {}>, _input: {
|
|
22738
|
+
}, {} & {}, never>, _input: {
|
|
22739
22739
|
buildingId: Entity;
|
|
22740
22740
|
edge: "left" | "right";
|
|
22741
22741
|
deltaPx: number;
|
|
@@ -22897,7 +22897,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22897
22897
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
22898
22898
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
22899
22899
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
22900
|
-
}, {} & {}>, _input: {
|
|
22900
|
+
}, {} & {}, never>, _input: {
|
|
22901
22901
|
buildingId: Entity;
|
|
22902
22902
|
edge: "left" | "right";
|
|
22903
22903
|
deltaPx: number;
|
|
@@ -23059,7 +23059,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23059
23059
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
23060
23060
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
23061
23061
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
23062
|
-
}, {} & {}>, _input: {
|
|
23062
|
+
}, {} & {}, never>, _input: {
|
|
23063
23063
|
userId: string;
|
|
23064
23064
|
}) => void;
|
|
23065
23065
|
readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -23219,7 +23219,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23219
23219
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
23220
23220
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
23221
23221
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
23222
|
-
}, {} & {}>, _input: {
|
|
23222
|
+
}, {} & {}, never>, _input: {
|
|
23223
23223
|
userId: string;
|
|
23224
23224
|
}) => void;
|
|
23225
23225
|
readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -23379,7 +23379,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23379
23379
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
23380
23380
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
23381
23381
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
23382
|
-
}, {} & {}>, _input: {
|
|
23382
|
+
}, {} & {}, never>, _input: {
|
|
23383
23383
|
buildingId: Entity;
|
|
23384
23384
|
}) => void;
|
|
23385
23385
|
} & {
|
|
@@ -23540,7 +23540,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23540
23540
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
23541
23541
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
23542
23542
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
23543
|
-
}, {} & {}>, _input: {
|
|
23543
|
+
}, {} & {}, never>, _input: {
|
|
23544
23544
|
userId: string;
|
|
23545
23545
|
}) => void;
|
|
23546
23546
|
readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -23700,7 +23700,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23700
23700
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
23701
23701
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
23702
23702
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
23703
|
-
}, {} & {}>, _input: {
|
|
23703
|
+
}, {} & {}, never>, _input: {
|
|
23704
23704
|
userId: string;
|
|
23705
23705
|
}) => void;
|
|
23706
23706
|
readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -23860,7 +23860,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23860
23860
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
23861
23861
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
23862
23862
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
23863
|
-
}, {} & {}>, _input: {
|
|
23863
|
+
}, {} & {}, never>, _input: {
|
|
23864
23864
|
entityIds: Entity[];
|
|
23865
23865
|
userId: string;
|
|
23866
23866
|
additive: boolean;
|
|
@@ -24023,7 +24023,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24023
24023
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24024
24024
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24025
24025
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24026
|
-
}, {} & {}>, _input: {
|
|
24026
|
+
}, {} & {}, never>, _input: {
|
|
24027
24027
|
userId: string;
|
|
24028
24028
|
edge: "left" | "right";
|
|
24029
24029
|
}) => void;
|
|
@@ -24185,7 +24185,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24185
24185
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24186
24186
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24187
24187
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24188
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
24188
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
24189
24189
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24190
24190
|
readonly districtType: {
|
|
24191
24191
|
readonly type: "string";
|
|
@@ -24343,7 +24343,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24343
24343
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24344
24344
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24345
24345
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24346
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
24346
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
24347
24347
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24348
24348
|
readonly districtType: {
|
|
24349
24349
|
readonly type: "string";
|
|
@@ -24501,7 +24501,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24501
24501
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24502
24502
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24503
24503
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24504
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
24504
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
24505
24505
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24506
24506
|
readonly districtType: {
|
|
24507
24507
|
readonly type: "string";
|
|
@@ -24659,7 +24659,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24659
24659
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24660
24660
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24661
24661
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24662
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
24662
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
24663
24663
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24664
24664
|
readonly districtType: {
|
|
24665
24665
|
readonly type: "string";
|
|
@@ -24817,8 +24817,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24817
24817
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24818
24818
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24819
24819
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24820
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
24821
|
-
}>, {} & {}>, { buildingId, edge }: {
|
|
24820
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
24821
|
+
}>, {} & {}, never>, { buildingId, edge }: {
|
|
24822
24822
|
buildingId: Entity;
|
|
24823
24823
|
edge: "left" | "right";
|
|
24824
24824
|
}) => Promise<void>;
|
|
@@ -25137,7 +25137,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25137
25137
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
25138
25138
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
25139
25139
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
25140
|
-
}, {} & {}>, _input: {
|
|
25140
|
+
}, {} & {}, never>, _input: {
|
|
25141
25141
|
districtType: string;
|
|
25142
25142
|
zoning: string;
|
|
25143
25143
|
}) => void;
|
|
@@ -25298,7 +25298,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25298
25298
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
25299
25299
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
25300
25300
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
25301
|
-
}, {} & {}>, _id: Entity) => void;
|
|
25301
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
25302
25302
|
readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
25303
25303
|
readonly districtType: {
|
|
25304
25304
|
readonly type: "string";
|
|
@@ -25456,7 +25456,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25456
25456
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
25457
25457
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
25458
25458
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
25459
|
-
}, {} & {}>, _input: {
|
|
25459
|
+
}, {} & {}, never>, _input: {
|
|
25460
25460
|
parentDistrict: Entity;
|
|
25461
25461
|
positionX: number;
|
|
25462
25462
|
}) => void;
|
|
@@ -25617,7 +25617,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25617
25617
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
25618
25618
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
25619
25619
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
25620
|
-
}, {} & {}>, _id: Entity) => void;
|
|
25620
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
25621
25621
|
readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
25622
25622
|
readonly districtType: {
|
|
25623
25623
|
readonly type: "string";
|
|
@@ -25775,7 +25775,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25775
25775
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
25776
25776
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
25777
25777
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
25778
|
-
}, {} & {}>, _input: {
|
|
25778
|
+
}, {} & {}, never>, _input: {
|
|
25779
25779
|
id: Entity;
|
|
25780
25780
|
} & Partial<{
|
|
25781
25781
|
positionX: number;
|
|
@@ -25938,7 +25938,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25938
25938
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
25939
25939
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
25940
25940
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
25941
|
-
}, {} & {}>, _input: {
|
|
25941
|
+
}, {} & {}, never>, _input: {
|
|
25942
25942
|
entityId: Entity;
|
|
25943
25943
|
userId: string;
|
|
25944
25944
|
}) => void;
|
|
@@ -26099,7 +26099,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26099
26099
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
26100
26100
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
26101
26101
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
26102
|
-
}, {} & {}>, _input: {
|
|
26102
|
+
}, {} & {}, never>, _input: {
|
|
26103
26103
|
entityId: Entity;
|
|
26104
26104
|
userId: string;
|
|
26105
26105
|
}) => void;
|
|
@@ -26260,7 +26260,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26260
26260
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
26261
26261
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
26262
26262
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
26263
|
-
}, {} & {}>, _input: {
|
|
26263
|
+
}, {} & {}, never>, _input: {
|
|
26264
26264
|
entityId: Entity;
|
|
26265
26265
|
userId: string;
|
|
26266
26266
|
}) => void;
|
|
@@ -26421,7 +26421,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26421
26421
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
26422
26422
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
26423
26423
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
26424
|
-
}, {} & {}>, _input: {
|
|
26424
|
+
}, {} & {}, never>, _input: {
|
|
26425
26425
|
deltaUnits: number;
|
|
26426
26426
|
}) => void;
|
|
26427
26427
|
readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -26581,7 +26581,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26581
26581
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
26582
26582
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
26583
26583
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
26584
|
-
}, {} & {}>, _input: {
|
|
26584
|
+
}, {} & {}, never>, _input: {
|
|
26585
26585
|
time: number;
|
|
26586
26586
|
}) => void;
|
|
26587
26587
|
readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -26741,7 +26741,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26741
26741
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
26742
26742
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
26743
26743
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
26744
|
-
}, {} & {}>, _input: {
|
|
26744
|
+
}, {} & {}, never>, _input: {
|
|
26745
26745
|
state: string;
|
|
26746
26746
|
}) => void;
|
|
26747
26747
|
readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -26901,7 +26901,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26901
26901
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
26902
26902
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
26903
26903
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
26904
|
-
}, {} & {}>, _input: {
|
|
26904
|
+
}, {} & {}, never>, _input: {
|
|
26905
26905
|
level: number;
|
|
26906
26906
|
}) => void;
|
|
26907
26907
|
readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -27061,7 +27061,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27061
27061
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
27062
27062
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
27063
27063
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
27064
|
-
}, {} & {}>, _input: {
|
|
27064
|
+
}, {} & {}, never>, _input: {
|
|
27065
27065
|
active: boolean;
|
|
27066
27066
|
}) => void;
|
|
27067
27067
|
readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -27221,7 +27221,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27221
27221
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
27222
27222
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
27223
27223
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
27224
|
-
}, {} & {}>, _input: {
|
|
27224
|
+
}, {} & {}, never>, _input: {
|
|
27225
27225
|
enabled: boolean;
|
|
27226
27226
|
}) => void;
|
|
27227
27227
|
readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -27381,7 +27381,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27381
27381
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
27382
27382
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
27383
27383
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
27384
|
-
}, {} & {}>, _input: {
|
|
27384
|
+
}, {} & {}, never>, _input: {
|
|
27385
27385
|
time: number | null;
|
|
27386
27386
|
}) => void;
|
|
27387
27387
|
readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -27541,7 +27541,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27541
27541
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
27542
27542
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
27543
27543
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
27544
|
-
}, {} & {}>, _input: {
|
|
27544
|
+
}, {} & {}, never>, _input: {
|
|
27545
27545
|
active: boolean;
|
|
27546
27546
|
}) => void;
|
|
27547
27547
|
readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -27701,7 +27701,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27701
27701
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
27702
27702
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
27703
27703
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
27704
|
-
}, {} & {}>) => void;
|
|
27704
|
+
}, {} & {}, never>) => void;
|
|
27705
27705
|
readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
27706
27706
|
readonly districtType: {
|
|
27707
27707
|
readonly type: "string";
|
|
@@ -27859,7 +27859,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27859
27859
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
27860
27860
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
27861
27861
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
27862
|
-
}, {} & {}>, _input: {
|
|
27862
|
+
}, {} & {}, never>, _input: {
|
|
27863
27863
|
buildingId: Entity;
|
|
27864
27864
|
edge: "left" | "right";
|
|
27865
27865
|
deltaPx: number;
|
|
@@ -28021,7 +28021,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28021
28021
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28022
28022
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28023
28023
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28024
|
-
}, {} & {}>, _input: {
|
|
28024
|
+
}, {} & {}, never>, _input: {
|
|
28025
28025
|
buildingId: Entity;
|
|
28026
28026
|
edge: "left" | "right";
|
|
28027
28027
|
deltaPx: number;
|
|
@@ -28183,7 +28183,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28183
28183
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28184
28184
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28185
28185
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28186
|
-
}, {} & {}>, _input: {
|
|
28186
|
+
}, {} & {}, never>, _input: {
|
|
28187
28187
|
userId: string;
|
|
28188
28188
|
}) => void;
|
|
28189
28189
|
readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -28343,7 +28343,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28343
28343
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28344
28344
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28345
28345
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28346
|
-
}, {} & {}>, _input: {
|
|
28346
|
+
}, {} & {}, never>, _input: {
|
|
28347
28347
|
userId: string;
|
|
28348
28348
|
}) => void;
|
|
28349
28349
|
readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -28503,7 +28503,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28503
28503
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28504
28504
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28505
28505
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28506
|
-
}, {} & {}>, _input: {
|
|
28506
|
+
}, {} & {}, never>, _input: {
|
|
28507
28507
|
buildingId: Entity;
|
|
28508
28508
|
}) => void;
|
|
28509
28509
|
} & {
|
|
@@ -28664,7 +28664,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28664
28664
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28665
28665
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28666
28666
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28667
|
-
}, {} & {}>, _input: {
|
|
28667
|
+
}, {} & {}, never>, _input: {
|
|
28668
28668
|
userId: string;
|
|
28669
28669
|
}) => void;
|
|
28670
28670
|
readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -28824,7 +28824,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28824
28824
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28825
28825
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28826
28826
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28827
|
-
}, {} & {}>, _input: {
|
|
28827
|
+
}, {} & {}, never>, _input: {
|
|
28828
28828
|
userId: string;
|
|
28829
28829
|
}) => void;
|
|
28830
28830
|
readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -28984,7 +28984,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28984
28984
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28985
28985
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28986
28986
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28987
|
-
}, {} & {}>, _input: {
|
|
28987
|
+
}, {} & {}, never>, _input: {
|
|
28988
28988
|
entityIds: Entity[];
|
|
28989
28989
|
userId: string;
|
|
28990
28990
|
additive: boolean;
|
|
@@ -29147,7 +29147,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29147
29147
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29148
29148
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29149
29149
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29150
|
-
}, {} & {}>, _input: {
|
|
29150
|
+
}, {} & {}, never>, _input: {
|
|
29151
29151
|
userId: string;
|
|
29152
29152
|
edge: "left" | "right";
|
|
29153
29153
|
}) => void;
|
|
@@ -29309,7 +29309,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29309
29309
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29310
29310
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29311
29311
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29312
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
29312
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
29313
29313
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29314
29314
|
readonly districtType: {
|
|
29315
29315
|
readonly type: "string";
|
|
@@ -29467,7 +29467,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29467
29467
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29468
29468
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29469
29469
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29470
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
29470
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
29471
29471
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29472
29472
|
readonly districtType: {
|
|
29473
29473
|
readonly type: "string";
|
|
@@ -29625,7 +29625,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29625
29625
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29626
29626
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29627
29627
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29628
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
29628
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
29629
29629
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29630
29630
|
readonly districtType: {
|
|
29631
29631
|
readonly type: "string";
|
|
@@ -29783,7 +29783,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29783
29783
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29784
29784
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29785
29785
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29786
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
29786
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
29787
29787
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29788
29788
|
readonly districtType: {
|
|
29789
29789
|
readonly type: "string";
|
|
@@ -29941,8 +29941,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29941
29941
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29942
29942
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29943
29943
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29944
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
29945
|
-
}>, {} & {}>, delta: number) => Promise<void>;
|
|
29944
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
29945
|
+
}>, {} & {}, never>, delta: number) => Promise<void>;
|
|
29946
29946
|
} & {
|
|
29947
29947
|
readonly stepTicks: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29948
29948
|
readonly districtType: {
|
|
@@ -30259,7 +30259,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30259
30259
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
30260
30260
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
30261
30261
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
30262
|
-
}, {} & {}>, _input: {
|
|
30262
|
+
}, {} & {}, never>, _input: {
|
|
30263
30263
|
districtType: string;
|
|
30264
30264
|
zoning: string;
|
|
30265
30265
|
}) => void;
|
|
@@ -30420,7 +30420,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30420
30420
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
30421
30421
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
30422
30422
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
30423
|
-
}, {} & {}>, _id: Entity) => void;
|
|
30423
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
30424
30424
|
readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
30425
30425
|
readonly districtType: {
|
|
30426
30426
|
readonly type: "string";
|
|
@@ -30578,7 +30578,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30578
30578
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
30579
30579
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
30580
30580
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
30581
|
-
}, {} & {}>, _input: {
|
|
30581
|
+
}, {} & {}, never>, _input: {
|
|
30582
30582
|
parentDistrict: Entity;
|
|
30583
30583
|
positionX: number;
|
|
30584
30584
|
}) => void;
|
|
@@ -30739,7 +30739,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30739
30739
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
30740
30740
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
30741
30741
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
30742
|
-
}, {} & {}>, _id: Entity) => void;
|
|
30742
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
30743
30743
|
readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
30744
30744
|
readonly districtType: {
|
|
30745
30745
|
readonly type: "string";
|
|
@@ -30897,7 +30897,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30897
30897
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
30898
30898
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
30899
30899
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
30900
|
-
}, {} & {}>, _input: {
|
|
30900
|
+
}, {} & {}, never>, _input: {
|
|
30901
30901
|
id: Entity;
|
|
30902
30902
|
} & Partial<{
|
|
30903
30903
|
positionX: number;
|
|
@@ -31060,7 +31060,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31060
31060
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
31061
31061
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
31062
31062
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
31063
|
-
}, {} & {}>, _input: {
|
|
31063
|
+
}, {} & {}, never>, _input: {
|
|
31064
31064
|
entityId: Entity;
|
|
31065
31065
|
userId: string;
|
|
31066
31066
|
}) => void;
|
|
@@ -31221,7 +31221,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31221
31221
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
31222
31222
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
31223
31223
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
31224
|
-
}, {} & {}>, _input: {
|
|
31224
|
+
}, {} & {}, never>, _input: {
|
|
31225
31225
|
entityId: Entity;
|
|
31226
31226
|
userId: string;
|
|
31227
31227
|
}) => void;
|
|
@@ -31382,7 +31382,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31382
31382
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
31383
31383
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
31384
31384
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
31385
|
-
}, {} & {}>, _input: {
|
|
31385
|
+
}, {} & {}, never>, _input: {
|
|
31386
31386
|
entityId: Entity;
|
|
31387
31387
|
userId: string;
|
|
31388
31388
|
}) => void;
|
|
@@ -31543,7 +31543,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31543
31543
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
31544
31544
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
31545
31545
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
31546
|
-
}, {} & {}>, _input: {
|
|
31546
|
+
}, {} & {}, never>, _input: {
|
|
31547
31547
|
deltaUnits: number;
|
|
31548
31548
|
}) => void;
|
|
31549
31549
|
readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -31703,7 +31703,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31703
31703
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
31704
31704
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
31705
31705
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
31706
|
-
}, {} & {}>, _input: {
|
|
31706
|
+
}, {} & {}, never>, _input: {
|
|
31707
31707
|
time: number;
|
|
31708
31708
|
}) => void;
|
|
31709
31709
|
readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -31863,7 +31863,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31863
31863
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
31864
31864
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
31865
31865
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
31866
|
-
}, {} & {}>, _input: {
|
|
31866
|
+
}, {} & {}, never>, _input: {
|
|
31867
31867
|
state: string;
|
|
31868
31868
|
}) => void;
|
|
31869
31869
|
readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -32023,7 +32023,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32023
32023
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32024
32024
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32025
32025
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32026
|
-
}, {} & {}>, _input: {
|
|
32026
|
+
}, {} & {}, never>, _input: {
|
|
32027
32027
|
level: number;
|
|
32028
32028
|
}) => void;
|
|
32029
32029
|
readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -32183,7 +32183,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32183
32183
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32184
32184
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32185
32185
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32186
|
-
}, {} & {}>, _input: {
|
|
32186
|
+
}, {} & {}, never>, _input: {
|
|
32187
32187
|
active: boolean;
|
|
32188
32188
|
}) => void;
|
|
32189
32189
|
readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -32343,7 +32343,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32343
32343
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32344
32344
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32345
32345
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32346
|
-
}, {} & {}>, _input: {
|
|
32346
|
+
}, {} & {}, never>, _input: {
|
|
32347
32347
|
enabled: boolean;
|
|
32348
32348
|
}) => void;
|
|
32349
32349
|
readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -32503,7 +32503,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32503
32503
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32504
32504
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32505
32505
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32506
|
-
}, {} & {}>, _input: {
|
|
32506
|
+
}, {} & {}, never>, _input: {
|
|
32507
32507
|
time: number | null;
|
|
32508
32508
|
}) => void;
|
|
32509
32509
|
readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -32663,7 +32663,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32663
32663
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32664
32664
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32665
32665
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32666
|
-
}, {} & {}>, _input: {
|
|
32666
|
+
}, {} & {}, never>, _input: {
|
|
32667
32667
|
active: boolean;
|
|
32668
32668
|
}) => void;
|
|
32669
32669
|
readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -32823,7 +32823,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32823
32823
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32824
32824
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32825
32825
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32826
|
-
}, {} & {}>) => void;
|
|
32826
|
+
}, {} & {}, never>) => void;
|
|
32827
32827
|
readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
32828
32828
|
readonly districtType: {
|
|
32829
32829
|
readonly type: "string";
|
|
@@ -32981,7 +32981,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32981
32981
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32982
32982
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32983
32983
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32984
|
-
}, {} & {}>, _input: {
|
|
32984
|
+
}, {} & {}, never>, _input: {
|
|
32985
32985
|
buildingId: Entity;
|
|
32986
32986
|
edge: "left" | "right";
|
|
32987
32987
|
deltaPx: number;
|
|
@@ -33143,7 +33143,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33143
33143
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
33144
33144
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
33145
33145
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
33146
|
-
}, {} & {}>, _input: {
|
|
33146
|
+
}, {} & {}, never>, _input: {
|
|
33147
33147
|
buildingId: Entity;
|
|
33148
33148
|
edge: "left" | "right";
|
|
33149
33149
|
deltaPx: number;
|
|
@@ -33305,7 +33305,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33305
33305
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
33306
33306
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
33307
33307
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
33308
|
-
}, {} & {}>, _input: {
|
|
33308
|
+
}, {} & {}, never>, _input: {
|
|
33309
33309
|
userId: string;
|
|
33310
33310
|
}) => void;
|
|
33311
33311
|
readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -33465,7 +33465,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33465
33465
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
33466
33466
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
33467
33467
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
33468
|
-
}, {} & {}>, _input: {
|
|
33468
|
+
}, {} & {}, never>, _input: {
|
|
33469
33469
|
userId: string;
|
|
33470
33470
|
}) => void;
|
|
33471
33471
|
readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -33625,7 +33625,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33625
33625
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
33626
33626
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
33627
33627
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
33628
|
-
}, {} & {}>, _input: {
|
|
33628
|
+
}, {} & {}, never>, _input: {
|
|
33629
33629
|
buildingId: Entity;
|
|
33630
33630
|
}) => void;
|
|
33631
33631
|
} & {
|
|
@@ -33786,7 +33786,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33786
33786
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
33787
33787
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
33788
33788
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
33789
|
-
}, {} & {}>, _input: {
|
|
33789
|
+
}, {} & {}, never>, _input: {
|
|
33790
33790
|
userId: string;
|
|
33791
33791
|
}) => void;
|
|
33792
33792
|
readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -33946,7 +33946,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33946
33946
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
33947
33947
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
33948
33948
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
33949
|
-
}, {} & {}>, _input: {
|
|
33949
|
+
}, {} & {}, never>, _input: {
|
|
33950
33950
|
userId: string;
|
|
33951
33951
|
}) => void;
|
|
33952
33952
|
readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -34106,7 +34106,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34106
34106
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34107
34107
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34108
34108
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34109
|
-
}, {} & {}>, _input: {
|
|
34109
|
+
}, {} & {}, never>, _input: {
|
|
34110
34110
|
entityIds: Entity[];
|
|
34111
34111
|
userId: string;
|
|
34112
34112
|
additive: boolean;
|
|
@@ -34269,7 +34269,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34269
34269
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34270
34270
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34271
34271
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34272
|
-
}, {} & {}>, _input: {
|
|
34272
|
+
}, {} & {}, never>, _input: {
|
|
34273
34273
|
userId: string;
|
|
34274
34274
|
edge: "left" | "right";
|
|
34275
34275
|
}) => void;
|
|
@@ -34431,7 +34431,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34431
34431
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34432
34432
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34433
34433
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34434
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
34434
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
34435
34435
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34436
34436
|
readonly districtType: {
|
|
34437
34437
|
readonly type: "string";
|
|
@@ -34589,7 +34589,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34589
34589
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34590
34590
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34591
34591
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34592
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
34592
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
34593
34593
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34594
34594
|
readonly districtType: {
|
|
34595
34595
|
readonly type: "string";
|
|
@@ -34747,7 +34747,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34747
34747
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34748
34748
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34749
34749
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34750
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
34750
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
34751
34751
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34752
34752
|
readonly districtType: {
|
|
34753
34753
|
readonly type: "string";
|
|
@@ -34905,7 +34905,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34905
34905
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34906
34906
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34907
34907
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34908
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
34908
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
34909
34909
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34910
34910
|
readonly districtType: {
|
|
34911
34911
|
readonly type: "string";
|
|
@@ -35063,8 +35063,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35063
35063
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
35064
35064
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35065
35065
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35066
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
35067
|
-
}>, {} & {}>, count: number) => Promise<void>;
|
|
35066
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
35067
|
+
}>, {} & {}, never>, count: number) => Promise<void>;
|
|
35068
35068
|
readonly jumpToStart: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
35069
35069
|
readonly districtType: {
|
|
35070
35070
|
readonly type: "string";
|
|
@@ -35380,7 +35380,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35380
35380
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
35381
35381
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35382
35382
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35383
|
-
}, {} & {}>, _input: {
|
|
35383
|
+
}, {} & {}, never>, _input: {
|
|
35384
35384
|
districtType: string;
|
|
35385
35385
|
zoning: string;
|
|
35386
35386
|
}) => void;
|
|
@@ -35541,7 +35541,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35541
35541
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
35542
35542
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35543
35543
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35544
|
-
}, {} & {}>, _id: Entity) => void;
|
|
35544
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
35545
35545
|
readonly createBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
35546
35546
|
readonly districtType: {
|
|
35547
35547
|
readonly type: "string";
|
|
@@ -35699,7 +35699,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35699
35699
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
35700
35700
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35701
35701
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35702
|
-
}, {} & {}>, _input: {
|
|
35702
|
+
}, {} & {}, never>, _input: {
|
|
35703
35703
|
parentDistrict: Entity;
|
|
35704
35704
|
positionX: number;
|
|
35705
35705
|
}) => void;
|
|
@@ -35860,7 +35860,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35860
35860
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
35861
35861
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35862
35862
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35863
|
-
}, {} & {}>, _id: Entity) => void;
|
|
35863
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
35864
35864
|
readonly updateBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
35865
35865
|
readonly districtType: {
|
|
35866
35866
|
readonly type: "string";
|
|
@@ -36018,7 +36018,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36018
36018
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36019
36019
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36020
36020
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36021
|
-
}, {} & {}>, _input: {
|
|
36021
|
+
}, {} & {}, never>, _input: {
|
|
36022
36022
|
id: Entity;
|
|
36023
36023
|
} & Partial<{
|
|
36024
36024
|
positionX: number;
|
|
@@ -36181,7 +36181,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36181
36181
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36182
36182
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36183
36183
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36184
|
-
}, {} & {}>, _input: {
|
|
36184
|
+
}, {} & {}, never>, _input: {
|
|
36185
36185
|
entityId: Entity;
|
|
36186
36186
|
userId: string;
|
|
36187
36187
|
}) => void;
|
|
@@ -36342,7 +36342,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36342
36342
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36343
36343
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36344
36344
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36345
|
-
}, {} & {}>, _input: {
|
|
36345
|
+
}, {} & {}, never>, _input: {
|
|
36346
36346
|
entityId: Entity;
|
|
36347
36347
|
userId: string;
|
|
36348
36348
|
}) => void;
|
|
@@ -36503,7 +36503,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36503
36503
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36504
36504
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36505
36505
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36506
|
-
}, {} & {}>, _input: {
|
|
36506
|
+
}, {} & {}, never>, _input: {
|
|
36507
36507
|
entityId: Entity;
|
|
36508
36508
|
userId: string;
|
|
36509
36509
|
}) => void;
|
|
@@ -36664,7 +36664,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36664
36664
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36665
36665
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36666
36666
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36667
|
-
}, {} & {}>, _input: {
|
|
36667
|
+
}, {} & {}, never>, _input: {
|
|
36668
36668
|
deltaUnits: number;
|
|
36669
36669
|
}) => void;
|
|
36670
36670
|
readonly setCursorTime: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -36824,7 +36824,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36824
36824
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36825
36825
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36826
36826
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36827
|
-
}, {} & {}>, _input: {
|
|
36827
|
+
}, {} & {}, never>, _input: {
|
|
36828
36828
|
time: number;
|
|
36829
36829
|
}) => void;
|
|
36830
36830
|
readonly setSimulationState: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -36984,7 +36984,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36984
36984
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36985
36985
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36986
36986
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36987
|
-
}, {} & {}>, _input: {
|
|
36987
|
+
}, {} & {}, never>, _input: {
|
|
36988
36988
|
state: string;
|
|
36989
36989
|
}) => void;
|
|
36990
36990
|
readonly setZoomLevel: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -37144,7 +37144,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37144
37144
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
37145
37145
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
37146
37146
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
37147
|
-
}, {} & {}>, _input: {
|
|
37147
|
+
}, {} & {}, never>, _input: {
|
|
37148
37148
|
level: number;
|
|
37149
37149
|
}) => void;
|
|
37150
37150
|
readonly setDemolishTool: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -37304,7 +37304,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37304
37304
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
37305
37305
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
37306
37306
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
37307
|
-
}, {} & {}>, _input: {
|
|
37307
|
+
}, {} & {}, never>, _input: {
|
|
37308
37308
|
active: boolean;
|
|
37309
37309
|
}) => void;
|
|
37310
37310
|
readonly setGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -37464,7 +37464,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37464
37464
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
37465
37465
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
37466
37466
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
37467
|
-
}, {} & {}>, _input: {
|
|
37467
|
+
}, {} & {}, never>, _input: {
|
|
37468
37468
|
enabled: boolean;
|
|
37469
37469
|
}) => void;
|
|
37470
37470
|
readonly setActiveGridSnap: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -37624,7 +37624,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37624
37624
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
37625
37625
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
37626
37626
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
37627
|
-
}, {} & {}>, _input: {
|
|
37627
|
+
}, {} & {}, never>, _input: {
|
|
37628
37628
|
time: number | null;
|
|
37629
37629
|
}) => void;
|
|
37630
37630
|
readonly setCrossDistrictDrag: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -37784,7 +37784,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37784
37784
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
37785
37785
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
37786
37786
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
37787
|
-
}, {} & {}>, _input: {
|
|
37787
|
+
}, {} & {}, never>, _input: {
|
|
37788
37788
|
active: boolean;
|
|
37789
37789
|
}) => void;
|
|
37790
37790
|
readonly clearCrossDistrictPreviews: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -37944,7 +37944,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37944
37944
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
37945
37945
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
37946
37946
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
37947
|
-
}, {} & {}>) => void;
|
|
37947
|
+
}, {} & {}, never>) => void;
|
|
37948
37948
|
readonly resizeFreeformBuilding: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
37949
37949
|
readonly districtType: {
|
|
37950
37950
|
readonly type: "string";
|
|
@@ -38102,7 +38102,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38102
38102
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
38103
38103
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
38104
38104
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
38105
|
-
}, {} & {}>, _input: {
|
|
38105
|
+
}, {} & {}, never>, _input: {
|
|
38106
38106
|
buildingId: Entity;
|
|
38107
38107
|
edge: "left" | "right";
|
|
38108
38108
|
deltaPx: number;
|
|
@@ -38264,7 +38264,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38264
38264
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
38265
38265
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
38266
38266
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
38267
|
-
}, {} & {}>, _input: {
|
|
38267
|
+
}, {} & {}, never>, _input: {
|
|
38268
38268
|
buildingId: Entity;
|
|
38269
38269
|
edge: "left" | "right";
|
|
38270
38270
|
deltaPx: number;
|
|
@@ -38426,7 +38426,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38426
38426
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
38427
38427
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
38428
38428
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
38429
|
-
}, {} & {}>, _input: {
|
|
38429
|
+
}, {} & {}, never>, _input: {
|
|
38430
38430
|
userId: string;
|
|
38431
38431
|
}) => void;
|
|
38432
38432
|
readonly deleteSelected: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -38586,7 +38586,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38586
38586
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
38587
38587
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
38588
38588
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
38589
|
-
}, {} & {}>, _input: {
|
|
38589
|
+
}, {} & {}, never>, _input: {
|
|
38590
38590
|
userId: string;
|
|
38591
38591
|
}) => void;
|
|
38592
38592
|
readonly toggleCondemned: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -38746,7 +38746,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38746
38746
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
38747
38747
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
38748
38748
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
38749
|
-
}, {} & {}>, _input: {
|
|
38749
|
+
}, {} & {}, never>, _input: {
|
|
38750
38750
|
buildingId: Entity;
|
|
38751
38751
|
}) => void;
|
|
38752
38752
|
} & {
|
|
@@ -38907,7 +38907,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38907
38907
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
38908
38908
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
38909
38909
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
38910
|
-
}, {} & {}>, _input: {
|
|
38910
|
+
}, {} & {}, never>, _input: {
|
|
38911
38911
|
userId: string;
|
|
38912
38912
|
}) => void;
|
|
38913
38913
|
readonly selectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -39067,7 +39067,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39067
39067
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39068
39068
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39069
39069
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39070
|
-
}, {} & {}>, _input: {
|
|
39070
|
+
}, {} & {}, never>, _input: {
|
|
39071
39071
|
userId: string;
|
|
39072
39072
|
}) => void;
|
|
39073
39073
|
readonly setSelectionFromIds: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -39227,7 +39227,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39227
39227
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39228
39228
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39229
39229
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39230
|
-
}, {} & {}>, _input: {
|
|
39230
|
+
}, {} & {}, never>, _input: {
|
|
39231
39231
|
entityIds: Entity[];
|
|
39232
39232
|
userId: string;
|
|
39233
39233
|
additive: boolean;
|
|
@@ -39390,7 +39390,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39390
39390
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39391
39391
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39392
39392
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39393
|
-
}, {} & {}>, _input: {
|
|
39393
|
+
}, {} & {}, never>, _input: {
|
|
39394
39394
|
userId: string;
|
|
39395
39395
|
edge: "left" | "right";
|
|
39396
39396
|
}) => void;
|
|
@@ -39552,7 +39552,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39552
39552
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39553
39553
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39554
39554
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39555
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
39555
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
39556
39556
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39557
39557
|
readonly districtType: {
|
|
39558
39558
|
readonly type: "string";
|
|
@@ -39710,7 +39710,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39710
39710
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39711
39711
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39712
39712
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39713
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
39713
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
39714
39714
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39715
39715
|
readonly districtType: {
|
|
39716
39716
|
readonly type: "string";
|
|
@@ -39868,7 +39868,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39868
39868
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39869
39869
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39870
39870
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39871
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
39871
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
39872
39872
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39873
39873
|
readonly districtType: {
|
|
39874
39874
|
readonly type: "string";
|
|
@@ -40026,7 +40026,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40026
40026
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40027
40027
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40028
40028
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40029
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
40029
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
40030
40030
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40031
40031
|
readonly districtType: {
|
|
40032
40032
|
readonly type: "string";
|
|
@@ -40184,8 +40184,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40184
40184
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40185
40185
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40186
40186
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40187
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
40188
|
-
}>, {} & {}>) => Promise<void>;
|
|
40187
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
40188
|
+
}>, {} & {}, never>) => Promise<void>;
|
|
40189
40189
|
}, {}, {} & {
|
|
40190
40190
|
readonly districts: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40191
40191
|
readonly districtType: {
|
|
@@ -40344,7 +40344,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40344
40344
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40345
40345
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40346
40346
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40347
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
40347
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
40348
40348
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40349
40349
|
readonly districtType: {
|
|
40350
40350
|
readonly type: "string";
|
|
@@ -40502,7 +40502,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40502
40502
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40503
40503
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40504
40504
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40505
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
40505
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
40506
40506
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40507
40507
|
readonly districtType: {
|
|
40508
40508
|
readonly type: "string";
|
|
@@ -40660,7 +40660,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40660
40660
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40661
40661
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40662
40662
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40663
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
40663
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
40664
40664
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40665
40665
|
readonly districtType: {
|
|
40666
40666
|
readonly type: "string";
|
|
@@ -40818,7 +40818,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40818
40818
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40819
40819
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40820
40820
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40821
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
40821
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
40822
40822
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40823
40823
|
readonly districtType: {
|
|
40824
40824
|
readonly type: "string";
|
|
@@ -40976,5 +40976,5 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40976
40976
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40977
40977
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40978
40978
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40979
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
40979
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
40980
40980
|
}, {} & {}>>;
|