@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 +1 -1
- package/src/OperationResult.js +1 -1
package/package.json
CHANGED
package/src/OperationResult.js
CHANGED
|
@@ -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 "./
|
|
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";
|