@machynx/data-db 1.0.4 → 1.0.6

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-dc8ca5ca13bedb37e8d4d0350444242b69929018853f9ee7e4753b5342df10b3",
2
+ "name": "prisma-client-db84b3bd7f8e22659f71f399bf1b45e2c5ccaecfaa0d4f6d6a1ee3f72cd75398",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "default.js",
@@ -1148,7 +1148,8 @@ model Operator {
1148
1148
  // ERP/HR Link
1149
1149
  externalId String? // REMOVED @index here
1150
1150
 
1151
- name String?
1151
+ firstName String?
1152
+ lastName String?
1152
1153
  description String?
1153
1154
  organizationId Int?
1154
1155
  factoryId Int?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@machynx/data-db",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Machynx Data Plane Database - Shared Prisma schema & client",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",