@marmot-systems/common 2.0.48 → 2.0.49
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
|
@@ -560,7 +560,7 @@ declare function ymdFromLocalDate(dt: Date): string;
|
|
|
560
560
|
type RHFError = string | FieldError | Merge<FieldError, FieldErrorsImpl<any>> | undefined;
|
|
561
561
|
declare const getErrorMessage: (err: RHFError) => string | undefined;
|
|
562
562
|
|
|
563
|
-
type EntityType = "customers" | "vendors" | "products" | "invoices" | "credit_applications" | "warehouses" | "inventory_locations" | "payments";
|
|
563
|
+
type EntityType = "companies" | "users" | "customers" | "vendors" | "products" | "invoices" | "credit_applications" | "warehouses" | "inventory_locations" | "payments";
|
|
564
564
|
type EntityAction = "create" | "update" | "void";
|
|
565
565
|
type AuditEventsSnapshot = {
|
|
566
566
|
audit_id: UUID;
|
package/dist/index.d.ts
CHANGED
|
@@ -560,7 +560,7 @@ declare function ymdFromLocalDate(dt: Date): string;
|
|
|
560
560
|
type RHFError = string | FieldError | Merge<FieldError, FieldErrorsImpl<any>> | undefined;
|
|
561
561
|
declare const getErrorMessage: (err: RHFError) => string | undefined;
|
|
562
562
|
|
|
563
|
-
type EntityType = "customers" | "vendors" | "products" | "invoices" | "credit_applications" | "warehouses" | "inventory_locations" | "payments";
|
|
563
|
+
type EntityType = "companies" | "users" | "customers" | "vendors" | "products" | "invoices" | "credit_applications" | "warehouses" | "inventory_locations" | "payments";
|
|
564
564
|
type EntityAction = "create" | "update" | "void";
|
|
565
565
|
type AuditEventsSnapshot = {
|
|
566
566
|
audit_id: UUID;
|