@marmot-systems/common 2.0.63 → 2.0.65
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -588,6 +588,7 @@ type DriverSettingSnapshot = {
|
|
|
588
588
|
};
|
|
589
589
|
|
|
590
590
|
type ServerSyncLogIds = {
|
|
591
|
+
country_tax_rules_ids: string[];
|
|
591
592
|
customer_ids: string[];
|
|
592
593
|
product_ids: string[];
|
|
593
594
|
warehouse_ids: string[];
|
|
@@ -612,7 +613,7 @@ declare function ymdFromLocalDate(dt: Date): string;
|
|
|
612
613
|
type RHFError = string | FieldError | Merge<FieldError, FieldErrorsImpl<any>> | undefined;
|
|
613
614
|
declare const getErrorMessage: (err: RHFError) => string | undefined;
|
|
614
615
|
|
|
615
|
-
type EntityType = "companies" | "users" | "customers" | "vendors" | "products" | "invoices" | "credit_applications" | "warehouses" | "inventory_locations" | "payments" | "driver_settings" | "driver_customers";
|
|
616
|
+
type EntityType = "country_tax_rules" | "companies" | "users" | "customers" | "vendors" | "products" | "invoices" | "credit_applications" | "warehouses" | "inventory_locations" | "payments" | "driver_settings" | "driver_customers";
|
|
616
617
|
type EntityAction = "create" | "update" | "void";
|
|
617
618
|
type AuditEventsSnapshot = {
|
|
618
619
|
audit_id: UUID;
|
package/dist/index.d.ts
CHANGED
|
@@ -588,6 +588,7 @@ type DriverSettingSnapshot = {
|
|
|
588
588
|
};
|
|
589
589
|
|
|
590
590
|
type ServerSyncLogIds = {
|
|
591
|
+
country_tax_rules_ids: string[];
|
|
591
592
|
customer_ids: string[];
|
|
592
593
|
product_ids: string[];
|
|
593
594
|
warehouse_ids: string[];
|
|
@@ -612,7 +613,7 @@ declare function ymdFromLocalDate(dt: Date): string;
|
|
|
612
613
|
type RHFError = string | FieldError | Merge<FieldError, FieldErrorsImpl<any>> | undefined;
|
|
613
614
|
declare const getErrorMessage: (err: RHFError) => string | undefined;
|
|
614
615
|
|
|
615
|
-
type EntityType = "companies" | "users" | "customers" | "vendors" | "products" | "invoices" | "credit_applications" | "warehouses" | "inventory_locations" | "payments" | "driver_settings" | "driver_customers";
|
|
616
|
+
type EntityType = "country_tax_rules" | "companies" | "users" | "customers" | "vendors" | "products" | "invoices" | "credit_applications" | "warehouses" | "inventory_locations" | "payments" | "driver_settings" | "driver_customers";
|
|
616
617
|
type EntityAction = "create" | "update" | "void";
|
|
617
618
|
type AuditEventsSnapshot = {
|
|
618
619
|
audit_id: UUID;
|