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

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.1",
4
4
  "description": "Schemas for AirGuard V2",
5
5
  "type": "module",
6
6
  "main": "index.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,