@shisyamo4131/air-guard-v2-schemas 2.0.3 → 2.0.5

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.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "Schemas for AirGuard V2",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -466,16 +466,7 @@ export default class ArrangementNotification extends SiteOperationScheduleDetail
466
466
  arguments: { ...options, transaction },
467
467
  };
468
468
  try {
469
- console.log("[bulkDelete] this:", this);
470
- console.log("[bulkDelete] this.type:", this.type);
471
- console.log("[bulkDelete] this.getAdapter:", this.getAdapter);
472
- console.log("[bulkDelete] this.getAdapter():", this.getAdapter?.());
473
- console.log("[bulkDelete] FireModel:", FireModel); // FireModelをインポートして確認
474
- console.log("[bulkDelete] BaseClass:", BaseClass);
475
- console.log("[bulkDelete] BaseClass.type:", BaseClass.type);
476
-
477
469
  // サーバー側での実行を禁止
478
- console.log(this);
479
470
  if (this.type === "SERVER") {
480
471
  throw new Error(
481
472
  "bulkDelete is not supported on server side. " +