@shisyamo4131/air-guard-v2-schemas 2.2.1 → 2.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shisyamo4131/air-guard-v2-schemas",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Schemas for AirGuard V2",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -178,7 +178,7 @@ import Agreement from "./Agreement.js";
178
178
  import { ContextualError } from "./utils/ContextualError.js";
179
179
  import OperationResultDetail from "./OperationResultDetail.js";
180
180
  import { defField } from "./parts/fieldDefinitions.js";
181
- import Tax from "./tax.js";
181
+ import Tax from "./Tax.js";
182
182
  import { BILLING_UNIT_TYPE_PER_HOUR } from "./constants/billing-unit-type.js";
183
183
  import RoundSetting from "./RoundSetting.js";
184
184
  import CutoffDate from "./utils/CutoffDate.js";