@escapenavigator/types 2.0.17 → 2.0.20

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.
Files changed (64) hide show
  1. package/dist/city-attraction/attraction-content-languages.d.ts +2 -2
  2. package/dist/city-attraction/attraction-content-languages.js +3 -2
  3. package/dist/city-attraction/city-attraction.ro.d.ts +6 -0
  4. package/dist/city-attraction/enum/attraction-review-status.enum.d.ts +3 -1
  5. package/dist/city-attraction/enum/attraction-review-status.enum.js +2 -0
  6. package/dist/city-person/city-person.ro.d.ts +15 -0
  7. package/dist/city-person/create-city-person.dto.d.ts +5 -0
  8. package/dist/city-person/create-city-person.dto.js +20 -0
  9. package/dist/city-person/enum/person-domain.enum.d.ts +11 -1
  10. package/dist/city-person/enum/person-domain.enum.js +10 -0
  11. package/dist/city-person/enum/person-occupation.enum.d.ts +7 -1
  12. package/dist/city-person/enum/person-occupation.enum.js +6 -0
  13. package/dist/city-person/enum/person-recognition.enum.d.ts +9 -0
  14. package/dist/city-person/enum/person-recognition.enum.js +13 -0
  15. package/dist/city-person/enum/person-review-status.enum.d.ts +11 -0
  16. package/dist/city-person/enum/person-review-status.enum.js +15 -0
  17. package/dist/city-person/moderate-city-person.dto.d.ts +5 -0
  18. package/dist/city-person/moderate-city-person.dto.js +29 -0
  19. package/dist/city-person/person-content-languages.d.ts +2 -2
  20. package/dist/city-person/person-content-languages.js +3 -2
  21. package/dist/city-person/person-domain-color.d.ts +20 -0
  22. package/dist/city-person/person-domain-color.js +78 -0
  23. package/dist/city-ready-route/city-ready-route-locale.ro.d.ts +9 -0
  24. package/dist/city-ready-route/city-ready-route-locale.ro.js +2 -0
  25. package/dist/city-ready-route/city-ready-route-stop.ro.d.ts +24 -0
  26. package/dist/city-ready-route/city-ready-route-stop.ro.js +2 -0
  27. package/dist/city-ready-route/city-ready-route.ro.d.ts +22 -0
  28. package/dist/city-ready-route/city-ready-route.ro.js +2 -0
  29. package/dist/city-ready-route/create-city-ready-route.dto.d.ts +15 -0
  30. package/dist/city-ready-route/create-city-ready-route.dto.js +90 -0
  31. package/dist/city-ready-route/enum/ready-route-status.enum.d.ts +4 -0
  32. package/dist/city-ready-route/enum/ready-route-status.enum.js +8 -0
  33. package/dist/city-ready-route/enum/ready-route-stop-kind.enum.d.ts +4 -0
  34. package/dist/city-ready-route/enum/ready-route-stop-kind.enum.js +8 -0
  35. package/dist/city-ready-route/estimate-ready-route-path.dto.d.ts +14 -0
  36. package/dist/city-ready-route/estimate-ready-route-path.dto.js +39 -0
  37. package/dist/city-ready-route/generate-ready-route-stop-audio.dto.d.ts +13 -0
  38. package/dist/city-ready-route/generate-ready-route-stop-audio.dto.js +45 -0
  39. package/dist/city-ready-route/ready-route-map-pool.ro.d.ts +28 -0
  40. package/dist/city-ready-route/ready-route-map-pool.ro.js +2 -0
  41. package/dist/city-ready-route/ready-route-stop-content.d.ts +12 -0
  42. package/dist/city-ready-route/ready-route-stop-content.js +2 -0
  43. package/dist/city-ready-route/update-city-ready-route.dto.d.ts +5 -0
  44. package/dist/city-ready-route/update-city-ready-route.dto.js +8 -0
  45. package/dist/city-ready-route/upsert-city-ready-route-locale.dto.d.ts +7 -0
  46. package/dist/city-ready-route/upsert-city-ready-route-locale.dto.js +41 -0
  47. package/dist/city-ready-route/upsert-city-ready-route-stop.dto.d.ts +18 -0
  48. package/dist/city-ready-route/upsert-city-ready-route-stop.dto.js +86 -0
  49. package/dist/openapi/city-player/city-explore.ro.d.ts +4 -1
  50. package/dist/openapi/city-player/city-ready-route.ro.d.ts +57 -0
  51. package/dist/openapi/city-player/city-ready-route.ro.js +2 -0
  52. package/dist/shared/city-pipeline.d.ts +11 -3
  53. package/dist/shared/city-pipeline.js +8 -2
  54. package/dist/shared/city-research.d.ts +2 -0
  55. package/dist/shared/content-base-language.d.ts +7 -0
  56. package/dist/shared/content-base-language.js +10 -0
  57. package/dist/shared/editorial-research.d.ts +70 -0
  58. package/dist/shared/editorial-research.js +4 -0
  59. package/dist/shared/fill-complete.d.ts +26 -0
  60. package/dist/shared/fill-complete.js +46 -0
  61. package/dist/tsconfig.build.tsbuildinfo +1 -1
  62. package/dist/upload/enum/image-type.enum.d.ts +2 -1
  63. package/dist/upload/enum/image-type.enum.js +1 -0
  64. package/package.json +2 -2
@@ -7,5 +7,6 @@ export declare enum ImageTypeEnum {
7
7
  POSTER = "poster",
8
8
  TRANSLATION = "translation",
9
9
  CITY_ATTRACTION = "city_attractions",
10
- CITY_PERSON = "city_people"
10
+ CITY_PERSON = "city_people",
11
+ CITY_READY_ROUTE = "city_ready_routes"
11
12
  }
@@ -12,4 +12,5 @@ var ImageTypeEnum;
12
12
  ImageTypeEnum["TRANSLATION"] = "translation";
13
13
  ImageTypeEnum["CITY_ATTRACTION"] = "city_attractions";
14
14
  ImageTypeEnum["CITY_PERSON"] = "city_people";
15
+ ImageTypeEnum["CITY_READY_ROUTE"] = "city_ready_routes";
15
16
  })(ImageTypeEnum || (exports.ImageTypeEnum = ImageTypeEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@escapenavigator/types",
3
- "version": "2.0.17",
3
+ "version": "2.0.20",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -23,7 +23,7 @@
23
23
  "reflect-metadata": "^0.1.13",
24
24
  "rxjs": "^7.5.5"
25
25
  },
26
- "gitHead": "38923f4b8d67b6f00321a16994251085cea3ed24",
26
+ "gitHead": "d5e1c0548826a9ae68d65605de6b5b404c100e7b",
27
27
  "devDependencies": {
28
28
  "@types/validator": "13.0.0",
29
29
  "typescript": "^5.6"