@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
|
@@ -23,14 +23,6 @@ declare class Customization {
|
|
|
23
23
|
widgetFontFamily?: string;
|
|
24
24
|
bgColor?: string;
|
|
25
25
|
}
|
|
26
|
-
declare class MailchimpLocale {
|
|
27
|
-
text: string;
|
|
28
|
-
language: Languages;
|
|
29
|
-
}
|
|
30
|
-
declare class Mailchimp {
|
|
31
|
-
locales: MailchimpLocale[];
|
|
32
|
-
token: string;
|
|
33
|
-
}
|
|
34
26
|
declare class CustomFiled {
|
|
35
27
|
id: number;
|
|
36
28
|
title: string;
|
|
@@ -89,7 +81,6 @@ export declare class OpenapiWidgetInfoRO {
|
|
|
89
81
|
snapPixelEnabled?: boolean;
|
|
90
82
|
snapPixelId?: string;
|
|
91
83
|
customization: Customization;
|
|
92
|
-
mailchimp?: string | Mailchimp;
|
|
93
84
|
daysAhead?: number;
|
|
94
85
|
buttonTooltipText?: string;
|
|
95
86
|
showOtherQuests?: boolean;
|
|
@@ -67,27 +67,6 @@ __decorate([
|
|
|
67
67
|
(0, class_transformer_1.Expose)(),
|
|
68
68
|
__metadata("design:type", String)
|
|
69
69
|
], Customization.prototype, "bgColor", void 0);
|
|
70
|
-
class MailchimpLocale {
|
|
71
|
-
}
|
|
72
|
-
__decorate([
|
|
73
|
-
(0, class_transformer_1.Expose)(),
|
|
74
|
-
__metadata("design:type", String)
|
|
75
|
-
], MailchimpLocale.prototype, "text", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
(0, class_transformer_1.Expose)(),
|
|
78
|
-
__metadata("design:type", String)
|
|
79
|
-
], MailchimpLocale.prototype, "language", void 0);
|
|
80
|
-
class Mailchimp {
|
|
81
|
-
}
|
|
82
|
-
__decorate([
|
|
83
|
-
(0, class_transformer_1.Expose)(),
|
|
84
|
-
(0, class_transformer_1.Type)(() => MailchimpLocale),
|
|
85
|
-
__metadata("design:type", Array)
|
|
86
|
-
], Mailchimp.prototype, "locales", void 0);
|
|
87
|
-
__decorate([
|
|
88
|
-
(0, class_transformer_1.Expose)(),
|
|
89
|
-
__metadata("design:type", String)
|
|
90
|
-
], Mailchimp.prototype, "token", void 0);
|
|
91
70
|
class CustomFiled {
|
|
92
71
|
}
|
|
93
72
|
__decorate([
|
|
@@ -263,17 +242,6 @@ __decorate([
|
|
|
263
242
|
(0, class_transformer_1.Type)(() => Customization),
|
|
264
243
|
__metadata("design:type", Customization)
|
|
265
244
|
], OpenapiWidgetInfoRO.prototype, "customization", void 0);
|
|
266
|
-
__decorate([
|
|
267
|
-
(0, class_transformer_1.Expose)(),
|
|
268
|
-
(0, class_transformer_1.Type)(() => Mailchimp),
|
|
269
|
-
(0, class_transformer_1.Transform)(({ value, obj }) => {
|
|
270
|
-
var _a, _b;
|
|
271
|
-
if (!(value === null || value === void 0 ? void 0 : value.token))
|
|
272
|
-
return null;
|
|
273
|
-
return ((_b = (_a = value === null || value === void 0 ? void 0 : value.locales) === null || _a === void 0 ? void 0 : _a.find((l) => l.language === obj.language)) === null || _b === void 0 ? void 0 : _b.text) || 'default';
|
|
274
|
-
}),
|
|
275
|
-
__metadata("design:type", Object)
|
|
276
|
-
], OpenapiWidgetInfoRO.prototype, "mailchimp", void 0);
|
|
277
245
|
__decorate([
|
|
278
246
|
(0, class_transformer_1.Expose)(),
|
|
279
247
|
__metadata("design:type", Number)
|
|
@@ -56,7 +56,7 @@ __decorate([
|
|
|
56
56
|
(0, class_transformer_1.Transform)(({ obj, value }) =>
|
|
57
57
|
// Флеш-цена фиксирует итог за игроков — комбинирование с другими
|
|
58
58
|
// промокодами сломало бы «фиксированность». Форсим false.
|
|
59
|
-
obj.type === promocode_type_enum_1.PromocodeTypeEnum.FLASH_PRICE ? false : value !== null && value !== void 0 ? value : false),
|
|
59
|
+
obj.type === promocode_type_enum_1.PromocodeTypeEnum.FLASH_PRICE ? false : (value !== null && value !== void 0 ? value : false)),
|
|
60
60
|
__metadata("design:type", Boolean)
|
|
61
61
|
], CreatePromocodeDto.prototype, "canUseWithOtherPromocodes", void 0);
|
|
62
62
|
__decorate([
|
|
@@ -64,7 +64,7 @@ __decorate([
|
|
|
64
64
|
(0, class_transformer_1.Expose)(),
|
|
65
65
|
(0, class_transformer_1.Transform)(({ obj, value }) =>
|
|
66
66
|
// Флеш-цена применима только к играм (цена за кол-во игроков).
|
|
67
|
-
obj.type === promocode_type_enum_1.PromocodeTypeEnum.FLASH_PRICE ? false : value !== null && value !== void 0 ? value : false),
|
|
67
|
+
obj.type === promocode_type_enum_1.PromocodeTypeEnum.FLASH_PRICE ? false : (value !== null && value !== void 0 ? value : false)),
|
|
68
68
|
__metadata("design:type", Boolean)
|
|
69
69
|
], CreatePromocodeDto.prototype, "availableForCertificates", void 0);
|
|
70
70
|
__decorate([
|
|
@@ -1,18 +1,26 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Полный конвейер обработки города одним фоновым воркером: импорт из
|
|
3
3
|
* Wikidata → AI-ресёрч по темам → триаж → обогащение → автосвязи →
|
|
4
|
-
* тексты
|
|
4
|
+
* тексты RU (база) и EN. Всё, кроме генерации обложек. Запуск только вручную
|
|
5
5
|
* по конкретному городу; за раз — одна активная джоба на город.
|
|
6
6
|
*/
|
|
7
7
|
export declare class StartCityPipelineDto {
|
|
8
8
|
cityId: number;
|
|
9
9
|
/** Сколько тем ресёрча планировать (по умолчанию 6). */
|
|
10
10
|
maxThemes?: number;
|
|
11
|
-
/**
|
|
11
|
+
/**
|
|
12
|
+
* false — пропустить локализацию EN после RU-базы
|
|
13
|
+
* (по умолчанию генерим RU + EN).
|
|
14
|
+
*/
|
|
15
|
+
withEnglish?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated Use withEnglish. Kept for older admin clients:
|
|
18
|
+
* withRussian=false means skip non-base localization (EN).
|
|
19
|
+
*/
|
|
12
20
|
withRussian?: boolean;
|
|
13
21
|
}
|
|
14
22
|
export type CityPipelineStatus = 'running' | 'done' | 'failed';
|
|
15
|
-
export declare const CITY_PIPELINE_STAGES: readonly ["import-wikidata", "research", "triage", "enrich-attractions", "enrich-persons", "autolink", "content-
|
|
23
|
+
export declare const CITY_PIPELINE_STAGES: readonly ["import-wikidata", "research", "triage", "enrich-attractions", "enrich-persons", "autolink", "content-ru", "content-en"];
|
|
16
24
|
export type CityPipelineStage = (typeof CITY_PIPELINE_STAGES)[number];
|
|
17
25
|
/** Итог одного этапа — короткая строка для лога в админке. */
|
|
18
26
|
export type CityPipelineLogEntry = {
|
|
@@ -15,7 +15,7 @@ const class_validator_1 = require("class-validator");
|
|
|
15
15
|
/**
|
|
16
16
|
* Полный конвейер обработки города одним фоновым воркером: импорт из
|
|
17
17
|
* Wikidata → AI-ресёрч по темам → триаж → обогащение → автосвязи →
|
|
18
|
-
* тексты
|
|
18
|
+
* тексты RU (база) и EN. Всё, кроме генерации обложек. Запуск только вручную
|
|
19
19
|
* по конкретному городу; за раз — одна активная джоба на город.
|
|
20
20
|
*/
|
|
21
21
|
class StartCityPipelineDto {
|
|
@@ -34,6 +34,12 @@ __decorate([
|
|
|
34
34
|
(0, class_transformer_1.Expose)(),
|
|
35
35
|
__metadata("design:type", Number)
|
|
36
36
|
], StartCityPipelineDto.prototype, "maxThemes", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsOptional)(),
|
|
39
|
+
(0, class_validator_1.IsBoolean)(),
|
|
40
|
+
(0, class_transformer_1.Expose)(),
|
|
41
|
+
__metadata("design:type", Boolean)
|
|
42
|
+
], StartCityPipelineDto.prototype, "withEnglish", void 0);
|
|
37
43
|
__decorate([
|
|
38
44
|
(0, class_validator_1.IsOptional)(),
|
|
39
45
|
(0, class_validator_1.IsBoolean)(),
|
|
@@ -47,6 +53,6 @@ exports.CITY_PIPELINE_STAGES = [
|
|
|
47
53
|
'enrich-attractions',
|
|
48
54
|
'enrich-persons',
|
|
49
55
|
'autolink',
|
|
50
|
-
'content-en',
|
|
51
56
|
'content-ru',
|
|
57
|
+
'content-en',
|
|
52
58
|
];
|
|
@@ -18,6 +18,8 @@ export type CityResearchPersonRO = {
|
|
|
18
18
|
relation: string;
|
|
19
19
|
/** Суть связи одним предложением. */
|
|
20
20
|
detail: string | null;
|
|
21
|
+
/** world = tourist household name; local = everyone else. */
|
|
22
|
+
recognition?: 'world' | 'local' | null;
|
|
21
23
|
};
|
|
22
24
|
export type CityResearchItemRO = {
|
|
23
25
|
title: string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Languages } from './enum/languages.enum';
|
|
2
|
+
/**
|
|
3
|
+
* Базовый язык player-контента (описания, guide texts, facts).
|
|
4
|
+
* Модераторы русские → сначала RU, остальные языки локализуются от него.
|
|
5
|
+
* Канонические entity-поля (slug, title/name, tags) остаются на латинице/EN.
|
|
6
|
+
*/
|
|
7
|
+
export declare const CONTENT_BASE_LANGUAGE = Languages.RU;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CONTENT_BASE_LANGUAGE = void 0;
|
|
4
|
+
const languages_enum_1 = require("./enum/languages.enum");
|
|
5
|
+
/**
|
|
6
|
+
* Базовый язык player-контента (описания, guide texts, facts).
|
|
7
|
+
* Модераторы русские → сначала RU, остальные языки локализуются от него.
|
|
8
|
+
* Канонические entity-поля (slug, title/name, tags) остаются на латинице/EN.
|
|
9
|
+
*/
|
|
10
|
+
exports.CONTENT_BASE_LANGUAGE = languages_enum_1.Languages.RU;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { PersonDomainEnum } from '../city-person/enum/person-domain.enum';
|
|
2
|
+
import { PersonOccupationEnum } from '../city-person/enum/person-occupation.enum';
|
|
3
|
+
import { PersonAttractionRoleEnum } from '../city-person/enum/person-attraction-role.enum';
|
|
4
|
+
export declare const EDITORIAL_RESEARCH_PROMPT_VERSION = "editorial-research-v2";
|
|
5
|
+
export type EditorialSource = {
|
|
6
|
+
kind: 'wikipedia' | 'web' | 'wikidata' | 'manual' | 'other';
|
|
7
|
+
title?: string;
|
|
8
|
+
url?: string;
|
|
9
|
+
excerpt?: string;
|
|
10
|
+
};
|
|
11
|
+
export type EditorialPersonHint = {
|
|
12
|
+
name: string;
|
|
13
|
+
relation?: string;
|
|
14
|
+
detail?: string;
|
|
15
|
+
domain?: PersonDomainEnum | null;
|
|
16
|
+
occupation?: PersonOccupationEnum | null;
|
|
17
|
+
/** Matched existing person id when known */
|
|
18
|
+
personId?: number | null;
|
|
19
|
+
};
|
|
20
|
+
export type EditorialPlaceHint = {
|
|
21
|
+
title: string;
|
|
22
|
+
relation?: string;
|
|
23
|
+
detail?: string;
|
|
24
|
+
role?: PersonAttractionRoleEnum | null;
|
|
25
|
+
approxAddress?: string | null;
|
|
26
|
+
/** Matched existing attraction id when known */
|
|
27
|
+
attractionId?: number | null;
|
|
28
|
+
};
|
|
29
|
+
/** Editor-only research pack — never shown in player. */
|
|
30
|
+
export type EditorialResearch = {
|
|
31
|
+
version: 1;
|
|
32
|
+
updatedAt: string;
|
|
33
|
+
promptVersion: string | null;
|
|
34
|
+
cityId?: number | null;
|
|
35
|
+
cityTitle?: string | null;
|
|
36
|
+
sources: EditorialSource[];
|
|
37
|
+
summary: string | null;
|
|
38
|
+
lifeMoments?: string[];
|
|
39
|
+
storyAngles?: string[];
|
|
40
|
+
visitCaveats?: string[];
|
|
41
|
+
peopleHints?: EditorialPersonHint[];
|
|
42
|
+
placeHints?: EditorialPlaceHint[];
|
|
43
|
+
domainHints?: PersonDomainEnum[];
|
|
44
|
+
occupationHints?: PersonOccupationEnum[];
|
|
45
|
+
/** world | local — tourist household-name test. */
|
|
46
|
+
recognitionHint?: 'world' | 'local' | null;
|
|
47
|
+
openQuestions: string[];
|
|
48
|
+
rawNotes: string | null;
|
|
49
|
+
};
|
|
50
|
+
export type DeepenEntityDto = {
|
|
51
|
+
/** Scope city mentions / place proposals (required for useful person deepen). */
|
|
52
|
+
cityId?: number | null;
|
|
53
|
+
/** Create proposed places (city-scoped) / people / links from research. */
|
|
54
|
+
applyProposals?: boolean;
|
|
55
|
+
/** Skip writes except research json (still fills missing via Wikidata when possible). */
|
|
56
|
+
dryRun?: boolean;
|
|
57
|
+
};
|
|
58
|
+
export type DeepenFilledField = 'wikidataId' | 'photos' | 'coordinates' | 'address' | 'district' | 'birthYear' | 'deathYear' | 'occupations' | 'domains' | 'recognition' | 'knownFor' | 'tags';
|
|
59
|
+
export type DeepenApplyStats = {
|
|
60
|
+
placesCreated: number;
|
|
61
|
+
peopleCreated: number;
|
|
62
|
+
linksCreated: number;
|
|
63
|
+
};
|
|
64
|
+
export type DeepenReportRO<TEntity> = {
|
|
65
|
+
entity: TEntity;
|
|
66
|
+
filled: DeepenFilledField[];
|
|
67
|
+
research: EditorialResearch;
|
|
68
|
+
applied: DeepenApplyStats;
|
|
69
|
+
notes: string[];
|
|
70
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export type FillCompleteStep = 'enrich' | 'deepen' | 'content-en' | 'content-ru' | 'cover';
|
|
2
|
+
export type FillCompleteStepStatus = 'done' | 'skipped' | 'failed';
|
|
3
|
+
export type FillCompleteStepRO = {
|
|
4
|
+
step: FillCompleteStep;
|
|
5
|
+
status: FillCompleteStepStatus;
|
|
6
|
+
note?: string | null;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Single-entity funnel after a candidate is created (e.g. via deepen apply).
|
|
10
|
+
* Does NOT approve and does NOT create further proposals.
|
|
11
|
+
*/
|
|
12
|
+
export declare class FillCompleteDto {
|
|
13
|
+
/** Person deepen focus city; attraction uses its own city when omitted. */
|
|
14
|
+
cityId?: number | null;
|
|
15
|
+
/** Regenerate RU/EN even if locale content already exists. */
|
|
16
|
+
forceContent?: boolean;
|
|
17
|
+
/** Generate AI cover when a reference photo exists (default true). */
|
|
18
|
+
generateCover?: boolean;
|
|
19
|
+
/** Regenerate cover even if an -ai-cover photo is already first. */
|
|
20
|
+
forceCover?: boolean;
|
|
21
|
+
}
|
|
22
|
+
export type FillCompleteReportRO<TEntity> = {
|
|
23
|
+
entity: TEntity;
|
|
24
|
+
steps: FillCompleteStepRO[];
|
|
25
|
+
notes: string[];
|
|
26
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.FillCompleteDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
/**
|
|
16
|
+
* Single-entity funnel after a candidate is created (e.g. via deepen apply).
|
|
17
|
+
* Does NOT approve and does NOT create further proposals.
|
|
18
|
+
*/
|
|
19
|
+
class FillCompleteDto {
|
|
20
|
+
}
|
|
21
|
+
exports.FillCompleteDto = FillCompleteDto;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsOptional)(),
|
|
24
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
25
|
+
(0, class_validator_1.IsInt)(),
|
|
26
|
+
(0, class_transformer_1.Expose)(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], FillCompleteDto.prototype, "cityId", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, class_validator_1.IsOptional)(),
|
|
31
|
+
(0, class_validator_1.IsBoolean)(),
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
__metadata("design:type", Boolean)
|
|
34
|
+
], FillCompleteDto.prototype, "forceContent", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, class_validator_1.IsOptional)(),
|
|
37
|
+
(0, class_validator_1.IsBoolean)(),
|
|
38
|
+
(0, class_transformer_1.Expose)(),
|
|
39
|
+
__metadata("design:type", Boolean)
|
|
40
|
+
], FillCompleteDto.prototype, "generateCover", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, class_validator_1.IsOptional)(),
|
|
43
|
+
(0, class_validator_1.IsBoolean)(),
|
|
44
|
+
(0, class_transformer_1.Expose)(),
|
|
45
|
+
__metadata("design:type", Boolean)
|
|
46
|
+
], FillCompleteDto.prototype, "forceCover", void 0);
|