alpha-global-constants 0.8.5 → 0.8.6

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.
@@ -1736,6 +1736,7 @@ export declare enum EnumTranslateKey {
1736
1736
  UI_COMPONENT_TITLE_INS_HEALTH_INSURANCE_EDIT = "UI_COMPONENT_TITLE_INS_HEALTH_INSURANCE_EDIT",
1737
1737
  UI_COMPONENT_LABEL_NATION_CODE = "UI_COMPONENT_LABEL_NATION_CODE",
1738
1738
  UI_COMPONENT_LABEL_NATION_NAME = "UI_COMPONENT_LABEL_NATION_NAME",
1739
+ UI_COMPONENT_LABEL_NATION_NAME_INTL_CODE = "UI_COMPONENT_LABEL_NATION_NAME_INTL_CODE",
1739
1740
  UI_COMPONENT_LABEL_NATION_IS_ACTIVE = "UI_COMPONENT_LABEL_NATION_IS_ACTIVE",
1740
1741
  UI_COMPONENT_LABEL_NATION_CREATED_BY = "UI_COMPONENT_LABEL_NATION_CREATED_BY",
1741
1742
  UI_COMPONENT_LABEL_NATION_NOTE = "UI_COMPONENT_LABEL_NATION_NOTE",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"