@use-stall/types 0.2.11 → 0.2.12

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/taxes.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@use-stall/types",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "Type declarations for Stall SDKs",
5
5
  "types": "index.d.ts",
6
6
  "type": "module",
package/src/taxes.d.ts CHANGED
@@ -28,7 +28,7 @@ export interface UnifiedTaxRateType {
28
28
  code: string; // Optional description
29
29
  compound: boolean; // Whether this is a compound tax rate
30
30
  priority: number; // Priority order
31
- roles: UnifiedTaxRateRule[]; // Optionally apply/override to x without including the entire region
31
+ rules: UnifiedTaxRateRule[]; // Optionally apply/override to x without including the entire region
32
32
  metadata: {
33
33
  stall_offline_id: string;
34
34
  stall_offline_created_at: string;