@alba-cars/common-modules 1.10.28 → 1.10.29

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.
@@ -25,6 +25,7 @@ export declare enum TeamCategory {
25
25
  }
26
26
  export declare enum Languages {
27
27
  ARABIC = "Arabic",
28
+ AFRIKAANS = "Afrikaans",
28
29
  PERSIAN = "Persian",
29
30
  TURKISH = "Turkish",
30
31
  HEBREW = "Hebrew",
@@ -43,6 +43,7 @@ var Languages;
43
43
  (function (Languages) {
44
44
  // Middle Eastern Languages
45
45
  Languages["ARABIC"] = "Arabic";
46
+ Languages["AFRIKAANS"] = "Afrikaans";
46
47
  Languages["PERSIAN"] = "Persian";
47
48
  Languages["TURKISH"] = "Turkish";
48
49
  Languages["HEBREW"] = "Hebrew";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.10.28",
6
+ "version": "1.10.29",
7
7
  "description": "A package containing DTOs, validation classes and common modules and interfaces for Alba Cars",
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",