@datapos/datapos-development 0.3.380 → 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),
|
|
@@ -8042,7 +8042,7 @@ function al(e) {
|
|
|
8042
8042
|
}
|
|
8043
8043
|
async function kl() {
|
|
8044
8044
|
try {
|
|
8045
|
-
Re("Format Code"), await Ie("1️⃣ Format", "prettier", ["--write", "*.json", "*.ts", "src/**"]), $e("Code formatted.");
|
|
8045
|
+
Re("Format Code"), await Ie("1️⃣ Format", "prettier", ["--write", "*.json", "*.md", "*.ts", "src/**"]), $e("Code formatted.");
|
|
8046
8046
|
} catch (e) {
|
|
8047
8047
|
console.error("❌ Error formatting code.", e), process.exit(1);
|
|
8048
8048
|
}
|