@marmot-systems/common 2.0.33 → 2.0.34

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
@@ -373,7 +373,6 @@ type MappedCustomers = {
373
373
  customer_address?: string;
374
374
  customer_phone_number?: string;
375
375
  customer_email_address?: string;
376
- tax_rate: number;
377
376
  };
378
377
 
379
378
  type MappedVendors = {
package/dist/index.d.ts CHANGED
@@ -373,7 +373,6 @@ type MappedCustomers = {
373
373
  customer_address?: string;
374
374
  customer_phone_number?: string;
375
375
  customer_email_address?: string;
376
- tax_rate: number;
377
376
  };
378
377
 
379
378
  type MappedVendors = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marmot-systems/common",
3
- "version": "2.0.33",
3
+ "version": "2.0.34",
4
4
  "description": "Schemas and utils shared across Marmot apps",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",