@annalib/anna-core 22.3.0 → 22.3.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/esm2020/lib/anna-core-shared-lib/constants/shared.constant.mjs +2 -1
- package/fesm2015/annalib-anna-core.mjs +2 -1
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -1
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/constants/shared.constant.d.ts +1 -0
- package/package.json +1 -1
|
@@ -5831,7 +5831,8 @@ OrderSources.Non_electronic = "Non electronic";
|
|
|
5831
5831
|
OrderSources.Others = "Others";
|
|
5832
5832
|
OrderSources.WOC_unlinked = "WOC Unlinked";
|
|
5833
5833
|
OrderSources.WOC_linked = "WOC Linked";
|
|
5834
|
-
OrderSources.WOZ = "WOZ";
|
|
5834
|
+
OrderSources.WOZ = "WOZ";
|
|
5835
|
+
OrderSources.Darwin = "Darwin";
|
|
5835
5836
|
|
|
5836
5837
|
/*
|
|
5837
5838
|
* Public API Surface of anna-core
|