@marmot-systems/common 2.0.64 → 2.0.66

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
@@ -588,6 +588,7 @@ type DriverSettingSnapshot = {
588
588
  };
589
589
 
590
590
  type ServerSyncLogIds = {
591
+ country_tax_rules_ids: number[];
591
592
  customer_ids: string[];
592
593
  product_ids: string[];
593
594
  warehouse_ids: string[];
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: number[];
591
592
  customer_ids: string[];
592
593
  product_ids: string[];
593
594
  warehouse_ids: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marmot-systems/common",
3
- "version": "2.0.64",
3
+ "version": "2.0.66",
4
4
  "description": "Schemas and utils shared across Marmot apps",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",