@marmot-systems/common 2.0.63 → 2.0.64

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 CHANGED
@@ -612,7 +612,7 @@ declare function ymdFromLocalDate(dt: Date): string;
612
612
  type RHFError = string | FieldError | Merge<FieldError, FieldErrorsImpl<any>> | undefined;
613
613
  declare const getErrorMessage: (err: RHFError) => string | undefined;
614
614
 
615
- type EntityType = "companies" | "users" | "customers" | "vendors" | "products" | "invoices" | "credit_applications" | "warehouses" | "inventory_locations" | "payments" | "driver_settings" | "driver_customers";
615
+ type EntityType = "country_tax_rules" | "companies" | "users" | "customers" | "vendors" | "products" | "invoices" | "credit_applications" | "warehouses" | "inventory_locations" | "payments" | "driver_settings" | "driver_customers";
616
616
  type EntityAction = "create" | "update" | "void";
617
617
  type AuditEventsSnapshot = {
618
618
  audit_id: UUID;
package/dist/index.d.ts CHANGED
@@ -612,7 +612,7 @@ declare function ymdFromLocalDate(dt: Date): string;
612
612
  type RHFError = string | FieldError | Merge<FieldError, FieldErrorsImpl<any>> | undefined;
613
613
  declare const getErrorMessage: (err: RHFError) => string | undefined;
614
614
 
615
- type EntityType = "companies" | "users" | "customers" | "vendors" | "products" | "invoices" | "credit_applications" | "warehouses" | "inventory_locations" | "payments" | "driver_settings" | "driver_customers";
615
+ type EntityType = "country_tax_rules" | "companies" | "users" | "customers" | "vendors" | "products" | "invoices" | "credit_applications" | "warehouses" | "inventory_locations" | "payments" | "driver_settings" | "driver_customers";
616
616
  type EntityAction = "create" | "update" | "void";
617
617
  type AuditEventsSnapshot = {
618
618
  audit_id: UUID;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marmot-systems/common",
3
- "version": "2.0.63",
3
+ "version": "2.0.64",
4
4
  "description": "Schemas and utils shared across Marmot apps",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",