efiber-prisma-schema 2.1.0 → 2.1.1
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/prisma/generated/edge.js +3 -3
- package/dist/prisma/generated/index.d.ts +60 -66
- package/dist/prisma/generated/index.js +3 -3
- package/dist/prisma/generated/package.json +1 -1
- package/dist/prisma/generated/schema.prisma +1 -1
- package/dist/prisma/generated/wasm.js +3 -3
- package/package.json +1 -1
|
@@ -1680,7 +1680,7 @@ model Conduit {
|
|
|
1680
1680
|
address String? //Address of the conduit
|
|
1681
1681
|
deploymentPhase String? //Deployment phase of the conduit
|
|
1682
1682
|
trenchConfiguration String? //Trench configuration for the conduit
|
|
1683
|
-
trenchDepth
|
|
1683
|
+
trenchDepth String? //Trench depth for the conduit
|
|
1684
1684
|
backfillMaterial String? //Backfill material for the conduit
|
|
1685
1685
|
reinforcementMaterial String? //Reinforcement material for the conduit
|
|
1686
1686
|
specialCharacteristics String? //Special characteristics of the conduit
|