@shisyamo4131/air-guard-v2-schemas 2.2.0 → 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.0",
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";
@@ -207,9 +207,9 @@
207
207
  import Operation from "./Operation.js";
208
208
  import { defField } from "./parts/fieldDefinitions.js";
209
209
  import { ContextualError } from "./utils/index.js";
210
- // import { runTransaction } from "firebase/firestore";
211
210
  import ArrangementNotification from "./ArrangementNotification.js";
212
211
  import SiteOperationScheduleDetail from "./SiteOperationScheduleDetail.js";
212
+ import OperationResult from "./OperationResult.js";
213
213
 
214
214
  const classProps = {
215
215
  ...Operation.classProps,