efiber-prisma-schema 1.6.0 → 1.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efiber-prisma-schema",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Database schema for eFiber",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1175,6 +1175,7 @@ model Cable {
1175
1175
  zone Json? //Color code for zone
1176
1176
  geometry Json? //Icon for the cable
1177
1177
  attributes Json? //Attributes for the cable
1178
+ coordinates Json?
1178
1179
 
1179
1180
  createdAt DateTime @default(now())
1180
1181
  updatedAt DateTime @updatedAt
@@ -1206,6 +1207,7 @@ model CableTemplate {
1206
1207
  zone Json? //Color code for zone
1207
1208
  geometry Json? //Icon for the cable
1208
1209
  attributes Json? //Attributes for the cable
1210
+ coordinates Json?
1209
1211
 
1210
1212
  createdAt DateTime @default(now())
1211
1213
  updatedAt DateTime @updatedAt