warqadui 0.0.291 → 0.0.293

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.mts CHANGED
@@ -1795,18 +1795,15 @@ declare const createProductSchema: z$1.ZodObject<{
1795
1795
  brand: z$1.ZodOptional<z$1.ZodString>;
1796
1796
  cost: z$1.ZodNumber;
1797
1797
  yard: z$1.ZodOptional<z$1.ZodNumber>;
1798
- branch: z$1.ZodOptional<z$1.ZodString>;
1799
1798
  }, "strip", z$1.ZodTypeAny, {
1800
1799
  name: string;
1801
1800
  cost: number;
1802
- branch?: string | undefined;
1803
1801
  category?: string | undefined;
1804
1802
  brand?: string | undefined;
1805
1803
  yard?: number | undefined;
1806
1804
  }, {
1807
1805
  name: string;
1808
1806
  cost: number;
1809
- branch?: string | undefined;
1810
1807
  category?: string | undefined;
1811
1808
  brand?: string | undefined;
1812
1809
  yard?: number | undefined;
package/dist/index.d.ts CHANGED
@@ -1795,18 +1795,15 @@ declare const createProductSchema: z$1.ZodObject<{
1795
1795
  brand: z$1.ZodOptional<z$1.ZodString>;
1796
1796
  cost: z$1.ZodNumber;
1797
1797
  yard: z$1.ZodOptional<z$1.ZodNumber>;
1798
- branch: z$1.ZodOptional<z$1.ZodString>;
1799
1798
  }, "strip", z$1.ZodTypeAny, {
1800
1799
  name: string;
1801
1800
  cost: number;
1802
- branch?: string | undefined;
1803
1801
  category?: string | undefined;
1804
1802
  brand?: string | undefined;
1805
1803
  yard?: number | undefined;
1806
1804
  }, {
1807
1805
  name: string;
1808
1806
  cost: number;
1809
- branch?: string | undefined;
1810
1807
  category?: string | undefined;
1811
1808
  brand?: string | undefined;
1812
1809
  yard?: number | undefined;