@escapenavigator/types 2.0.16 → 2.0.19
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/dist/city/city.ro.d.ts +2 -0
- package/dist/city/update-city.dto.d.ts +2 -0
- package/dist/city/update-city.dto.js +6 -0
- package/dist/city-attraction/attraction-content-languages.d.ts +2 -2
- package/dist/city-attraction/attraction-content-languages.js +3 -2
- package/dist/city-attraction/city-attraction-locale.ro.d.ts +3 -0
- package/dist/city-attraction/city-attraction.ro.d.ts +6 -0
- package/dist/city-attraction/enum/attraction-review-status.enum.d.ts +3 -1
- package/dist/city-attraction/enum/attraction-review-status.enum.js +2 -0
- package/dist/city-attraction/generate-attraction-audio.dto.d.ts +10 -0
- package/dist/city-attraction/generate-attraction-audio.dto.js +45 -0
- package/dist/city-attraction/generate-attraction-audio.ro.d.ts +3 -0
- package/dist/city-attraction/generate-attraction-audio.ro.js +2 -0
- package/dist/city-attraction/upsert-city-attraction-locale.dto.d.ts +2 -0
- package/dist/city-attraction/upsert-city-attraction-locale.dto.js +13 -0
- package/dist/city-person/city-person.ro.d.ts +15 -0
- package/dist/city-person/create-city-person.dto.d.ts +5 -0
- package/dist/city-person/create-city-person.dto.js +20 -0
- package/dist/city-person/enum/person-domain.enum.d.ts +11 -1
- package/dist/city-person/enum/person-domain.enum.js +10 -0
- package/dist/city-person/enum/person-occupation.enum.d.ts +7 -1
- package/dist/city-person/enum/person-occupation.enum.js +6 -0
- package/dist/city-person/enum/person-recognition.enum.d.ts +9 -0
- package/dist/city-person/enum/person-recognition.enum.js +13 -0
- package/dist/city-person/enum/person-review-status.enum.d.ts +11 -0
- package/dist/city-person/enum/person-review-status.enum.js +15 -0
- package/dist/city-person/moderate-city-person.dto.d.ts +5 -0
- package/dist/city-person/moderate-city-person.dto.js +29 -0
- package/dist/city-person/person-content-languages.d.ts +2 -2
- package/dist/city-person/person-content-languages.js +3 -2
- package/dist/city-person/person-domain-color.d.ts +20 -0
- package/dist/city-person/person-domain-color.js +78 -0
- package/dist/city-ready-route/city-ready-route-locale.ro.d.ts +9 -0
- package/dist/city-ready-route/city-ready-route-locale.ro.js +2 -0
- package/dist/city-ready-route/city-ready-route-stop.ro.d.ts +21 -0
- package/dist/city-ready-route/city-ready-route-stop.ro.js +2 -0
- package/dist/city-ready-route/city-ready-route.ro.d.ts +22 -0
- package/dist/city-ready-route/city-ready-route.ro.js +2 -0
- package/dist/city-ready-route/create-city-ready-route.dto.d.ts +15 -0
- package/dist/city-ready-route/create-city-ready-route.dto.js +90 -0
- package/dist/city-ready-route/enum/ready-route-status.enum.d.ts +4 -0
- package/dist/city-ready-route/enum/ready-route-status.enum.js +8 -0
- package/dist/city-ready-route/enum/ready-route-stop-kind.enum.d.ts +4 -0
- package/dist/city-ready-route/enum/ready-route-stop-kind.enum.js +8 -0
- package/dist/city-ready-route/estimate-ready-route-path.dto.d.ts +14 -0
- package/dist/city-ready-route/estimate-ready-route-path.dto.js +39 -0
- package/dist/city-ready-route/ready-route-map-pool.ro.d.ts +28 -0
- package/dist/city-ready-route/ready-route-map-pool.ro.js +2 -0
- package/dist/city-ready-route/ready-route-stop-content.d.ts +12 -0
- package/dist/city-ready-route/ready-route-stop-content.js +2 -0
- package/dist/city-ready-route/update-city-ready-route.dto.d.ts +5 -0
- package/dist/city-ready-route/update-city-ready-route.dto.js +8 -0
- package/dist/city-ready-route/upsert-city-ready-route-locale.dto.d.ts +7 -0
- package/dist/city-ready-route/upsert-city-ready-route-locale.dto.js +41 -0
- package/dist/city-ready-route/upsert-city-ready-route-stop.dto.d.ts +15 -0
- package/dist/city-ready-route/upsert-city-ready-route-stop.dto.js +73 -0
- package/dist/openapi/city-player/city-explore.ro.d.ts +101 -0
- package/dist/openapi/city-player/city-explore.ro.js +2 -0
- package/dist/openapi/city-player/city-player.ro.d.ts +11 -0
- package/dist/openapi/city-player/city-ready-route.ro.d.ts +54 -0
- package/dist/openapi/city-player/city-ready-route.ro.js +2 -0
- package/dist/openapi/widget/openapi-widget-info.ro.d.ts +0 -9
- package/dist/openapi/widget/openapi-widget-info.ro.js +0 -32
- package/dist/promocode/create-promocode.dto.js +2 -2
- package/dist/shared/city-pipeline.d.ts +11 -3
- package/dist/shared/city-pipeline.js +8 -2
- package/dist/shared/city-research.d.ts +2 -0
- package/dist/shared/content-base-language.d.ts +7 -0
- package/dist/shared/content-base-language.js +10 -0
- package/dist/shared/editorial-research.d.ts +70 -0
- package/dist/shared/editorial-research.js +4 -0
- package/dist/shared/fill-complete.d.ts +26 -0
- package/dist/shared/fill-complete.js +46 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/upload/enum/image-type.enum.d.ts +2 -1
- package/dist/upload/enum/image-type.enum.js +1 -0
- package/package.json +2 -2
|
@@ -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.
|
|
3
|
+
"version": "2.0.19",
|
|
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": "
|
|
26
|
+
"gitHead": "73b834291ffb6acb3d9ac40551db01bede066b1a",
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/validator": "13.0.0",
|
|
29
29
|
"typescript": "^5.6"
|