@shisyamo4131/air-guard-v2-schemas 2.4.2-dev.89 → 2.4.2-dev.90
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/constants/index.js +4 -0
package/package.json
CHANGED
package/src/constants/index.js
CHANGED
|
@@ -57,6 +57,10 @@ export {
|
|
|
57
57
|
VALUES as PREFECTURES_VALUES,
|
|
58
58
|
OPTIONS as PREFECTURES_OPTIONS,
|
|
59
59
|
} from "./prefectures.js";
|
|
60
|
+
export {
|
|
61
|
+
VALUES as SECURITY_TYPE_VALUES,
|
|
62
|
+
OPTIONS as SECURITY_TYPE_OPTIONS,
|
|
63
|
+
} from "./security-type.js";
|
|
60
64
|
export {
|
|
61
65
|
VALUES as SHIFT_TYPE_VALUES,
|
|
62
66
|
OPTIONS as SHIFT_TYPE_OPTIONS,
|