@datapos/datapos-development 0.3.381 → 0.3.382

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.
@@ -2414,7 +2414,7 @@ const nc = ["amber", "green", "red", "other"], ac = Xt(nc), oc = ["alpha", "beta
2414
2414
  firstCreatedAt: De().optional(),
2415
2415
  icon: L().optional(),
2416
2416
  iconDark: L().optional(),
2417
- lastUpdatedAt: De().optional(),
2417
+ lastUpdatedAt: De().nullable().optional(),
2418
2418
  status: fc.nullable().optional(),
2419
2419
  statusId: uc,
2420
2420
  typeId: hc
@@ -2446,7 +2446,7 @@ const nc = ["amber", "green", "red", "other"], ac = Xt(nc), oc = ["alpha", "beta
2446
2446
  typeId: mc,
2447
2447
  version: L()
2448
2448
  }), wc = _c.extend({
2449
- category: yc.optional(),
2449
+ category: yc.nullable().optional(),
2450
2450
  categoryId: xc,
2451
2451
  implementations: ge(L(), vc),
2452
2452
  operations: He(gc),