@marmot-systems/common 2.0.95 → 2.0.96
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/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -550,7 +550,7 @@ declare function makeProductSchemas(t: SchemaT): {
|
|
|
550
550
|
}, z.core.$strict>;
|
|
551
551
|
};
|
|
552
552
|
|
|
553
|
-
type ProductType = "unit" | "weight" | "case";
|
|
553
|
+
type ProductType = "unit" | "weight" | "case" | "service";
|
|
554
554
|
type WeightUnit = "kg" | "lb" | "g" | "oz";
|
|
555
555
|
type ProductSnapshot = {
|
|
556
556
|
product_id: UUID;
|
package/dist/index.d.ts
CHANGED
|
@@ -550,7 +550,7 @@ declare function makeProductSchemas(t: SchemaT): {
|
|
|
550
550
|
}, z.core.$strict>;
|
|
551
551
|
};
|
|
552
552
|
|
|
553
|
-
type ProductType = "unit" | "weight" | "case";
|
|
553
|
+
type ProductType = "unit" | "weight" | "case" | "service";
|
|
554
554
|
type WeightUnit = "kg" | "lb" | "g" | "oz";
|
|
555
555
|
type ProductSnapshot = {
|
|
556
556
|
product_id: UUID;
|