@shisyamo4131/air-guard-v2-schemas 2.4.2-dev.12 → 2.4.2-dev.13

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.4.2-dev.12",
3
+ "version": "2.4.2-dev.13",
4
4
  "description": "Schemas for AirGuard V2",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -395,7 +395,7 @@ export default class SiteOperationSchedule extends Operation {
395
395
  * Returns whether all workers have been notified.
396
396
  * @returns {boolean} - Whether all workers have been notified.
397
397
  */
398
- get isNotifiedAddWorkers() {
398
+ get isNotifiedAllWorkers() {
399
399
  return this.workers.every((worker) => worker.hasNotification);
400
400
  }
401
401