@escapenavigator/types 1.10.161 → 1.10.163
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/client/client.ro.d.ts +6 -0
- package/dist/client/client.ro.js +18 -0
- package/dist/client/query-client.dto.d.ts +1 -1
- package/dist/emails/index.d.ts +2 -0
- package/dist/location/create-location.dto.d.ts +1 -0
- package/dist/location/create-location.dto.js +6 -0
- package/dist/location/location-light.ro.d.ts +1 -0
- package/dist/location/location-light.ro.js +4 -0
- package/dist/location/update-location-for-admin.dto.d.ts +1 -0
- package/dist/location/update-location-for-admin.dto.js +7 -0
- package/dist/openapi/widget/openapi-widget-info.ro.d.ts +4 -0
- package/dist/openapi/widget/openapi-widget-info.ro.js +13 -0
- package/dist/profile/company-ai-context.d.ts +2 -0
- package/dist/profile/marketing-automation/marketing-automation-config.dto.d.ts +7 -0
- package/dist/profile/marketing-automation/marketing-automation-config.dto.js +6 -0
- package/dist/profile/profile.ro.d.ts +2 -0
- package/dist/profile/profile.ro.js +4 -0
- package/dist/questroom/create-questroom.dto.d.ts +10 -0
- package/dist/questroom/create-questroom.dto.js +64 -0
- package/dist/questroom/questroom-ai-context.d.ts +16 -0
- package/dist/questroom/questroom-light.ro.d.ts +2 -0
- package/dist/questroom/questroom-light.ro.js +4 -0
- package/dist/questroom/questroom.ro.d.ts +8 -0
- package/dist/questroom/questroom.ro.js +32 -0
- package/dist/questroom/update-questroom-game-conduction.dto.d.ts +3 -0
- package/dist/questroom/update-questroom-game-conduction.dto.js +22 -0
- package/dist/statistics/pnl.d.ts +13 -0
- package/dist/statistics/pnl.js +5 -0
- package/dist/statistics/surveys.d.ts +148 -0
- package/dist/statistics/surveys.js +60 -0
- package/dist/survey/enums/marketing-audience-status.enum.d.ts +8 -0
- package/dist/survey/enums/marketing-audience-status.enum.js +13 -0
- package/dist/survey/enums/nps-status.enum.d.ts +12 -0
- package/dist/survey/enums/nps-status.enum.js +23 -0
- package/dist/survey/enums/survey-channel.enum.d.ts +5 -0
- package/dist/survey/enums/survey-channel.enum.js +9 -0
- package/dist/survey/enums/survey-completed-by.enum.d.ts +4 -0
- package/dist/survey/enums/survey-completed-by.enum.js +8 -0
- package/dist/survey/enums/survey-final-scenario.enum.d.ts +5 -0
- package/dist/survey/enums/survey-final-scenario.enum.js +9 -0
- package/dist/survey/enums/survey-question-type.enum.d.ts +9 -0
- package/dist/survey/enums/survey-question-type.enum.js +13 -0
- package/dist/survey/enums/survey-score-role.enum.d.ts +11 -0
- package/dist/survey/enums/survey-score-role.enum.js +15 -0
- package/dist/survey/enums/survey-status.enum.d.ts +5 -0
- package/dist/survey/enums/survey-status.enum.js +9 -0
- package/dist/survey/enums/survey-type.enum.d.ts +4 -0
- package/dist/survey/enums/survey-type.enum.js +8 -0
- package/dist/survey/mint-survey-link.dto.d.ts +6 -0
- package/dist/survey/mint-survey-link.dto.js +29 -0
- package/dist/survey/operator-submit-survey.dto.d.ts +11 -0
- package/dist/survey/operator-submit-survey.dto.js +40 -0
- package/dist/survey/order-survey-to-fill.ro.d.ts +65 -0
- package/dist/survey/order-survey-to-fill.ro.js +173 -0
- package/dist/survey/submit-survey.dto.d.ts +15 -0
- package/dist/survey/submit-survey.dto.js +40 -0
- package/dist/survey/survey-answer.type.d.ts +33 -0
- package/dist/survey/survey-answer.type.js +2 -0
- package/dist/survey/survey-final-screen.type.d.ts +45 -0
- package/dist/survey/survey-final-screen.type.js +2 -0
- package/dist/survey/survey-link.ro.d.ts +4 -0
- package/dist/survey/survey-link.ro.js +24 -0
- package/dist/survey/survey-order-summary.ro.d.ts +20 -0
- package/dist/survey/survey-order-summary.ro.js +50 -0
- package/dist/survey/survey-question.type.d.ts +91 -0
- package/dist/survey/survey-question.type.js +2 -0
- package/dist/survey/survey-response.ro.d.ts +32 -0
- package/dist/survey/survey-response.ro.js +110 -0
- package/dist/survey/survey-template-defaults.ro.d.ts +17 -0
- package/dist/survey/survey-template-defaults.ro.js +46 -0
- package/dist/survey/survey-template.ro.d.ts +17 -0
- package/dist/survey/survey-template.ro.js +57 -0
- package/dist/survey/update-survey-template.dto.d.ts +26 -0
- package/dist/survey/update-survey-template.dto.js +64 -0
- package/dist/translation/delete-orphaned-translations.dto.d.ts +4 -0
- package/dist/translation/delete-orphaned-translations.dto.js +23 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/widget/create-widget.dto.d.ts +2 -0
- package/dist/widget/create-widget.dto.js +8 -0
- package/dist/widget/enum/widget-consent-mode.enum.d.ts +15 -0
- package/dist/widget/enum/widget-consent-mode.enum.js +19 -0
- package/dist/widget/widget.ro.d.ts +2 -0
- package/dist/widget-chat/widget-chat-ai-usage.ro.d.ts +7 -0
- package/dist/widget-chat/widget-chat-ai-usage.ro.js +2 -0
- package/dist/widget-chat/widget-chat-faq-template.ro.d.ts +9 -0
- package/dist/widget-chat/widget-chat-faq-template.ro.js +2 -0
- package/dist/widget-chat/widget-chat-init.ro.d.ts +4 -3
- package/dist/widget-chat/widget-chat-knowledge-save.dto.d.ts +11 -7
- package/dist/widget-chat/widget-chat-knowledge-save.dto.js +34 -27
- package/dist/widget-chat/widget-chat-message.ro.d.ts +21 -3
- package/dist/widget-chat/widget-chat-profile-settings-update.dto.d.ts +3 -0
- package/dist/widget-chat/widget-chat-profile-settings-update.dto.js +20 -0
- package/dist/widget-chat/widget-chat-profile-settings.ro.d.ts +3 -0
- package/dist/widget-chat/widget-chat-profile-settings.ro.js +2 -0
- package/dist/widget-chat/widget-chat-starter-chip-save.dto.d.ts +16 -0
- package/dist/widget-chat/widget-chat-starter-chip-save.dto.js +78 -0
- package/dist/widget-chat/widget-chat-starter-chip.ro.d.ts +43 -0
- package/dist/widget-chat/widget-chat-starter-chip.ro.js +23 -0
- package/package.json +2 -2
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Languages } from '../shared/enum/languages.enum';
|
|
2
|
+
import { SurveyTypeEnum } from './enums/survey-type.enum';
|
|
3
|
+
import { SurveyFinalScreensConfig } from './survey-final-screen.type';
|
|
4
|
+
import { SurveyQuestion } from './survey-question.type';
|
|
5
|
+
/**
|
|
6
|
+
* Рекомендуемые (best-practice) значения шаблона опроса. Не персистится —
|
|
7
|
+
* используется кнопкой «Рекомендуемые значения» на фронте, чтобы перезаписать
|
|
8
|
+
* черновик. Языки заполнены по составу профиля.
|
|
9
|
+
*/
|
|
10
|
+
export declare class SurveyTemplateDefaultsRO {
|
|
11
|
+
type: SurveyTypeEnum;
|
|
12
|
+
title: Partial<Record<Languages, string>>;
|
|
13
|
+
description: Partial<Record<Languages, string>>;
|
|
14
|
+
questions: SurveyQuestion[];
|
|
15
|
+
finalScreens: SurveyFinalScreensConfig | null;
|
|
16
|
+
reviewLink: string | null;
|
|
17
|
+
}
|
|
@@ -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.SurveyTemplateDefaultsRO = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const survey_type_enum_1 = require("./enums/survey-type.enum");
|
|
15
|
+
/**
|
|
16
|
+
* Рекомендуемые (best-practice) значения шаблона опроса. Не персистится —
|
|
17
|
+
* используется кнопкой «Рекомендуемые значения» на фронте, чтобы перезаписать
|
|
18
|
+
* черновик. Языки заполнены по составу профиля.
|
|
19
|
+
*/
|
|
20
|
+
class SurveyTemplateDefaultsRO {
|
|
21
|
+
}
|
|
22
|
+
exports.SurveyTemplateDefaultsRO = SurveyTemplateDefaultsRO;
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_transformer_1.Expose)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], SurveyTemplateDefaultsRO.prototype, "type", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_transformer_1.Expose)(),
|
|
29
|
+
__metadata("design:type", Object)
|
|
30
|
+
], SurveyTemplateDefaultsRO.prototype, "title", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
__metadata("design:type", Object)
|
|
34
|
+
], SurveyTemplateDefaultsRO.prototype, "description", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, class_transformer_1.Expose)(),
|
|
37
|
+
__metadata("design:type", Array)
|
|
38
|
+
], SurveyTemplateDefaultsRO.prototype, "questions", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, class_transformer_1.Expose)(),
|
|
41
|
+
__metadata("design:type", Object)
|
|
42
|
+
], SurveyTemplateDefaultsRO.prototype, "finalScreens", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, class_transformer_1.Expose)(),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], SurveyTemplateDefaultsRO.prototype, "reviewLink", void 0);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Languages } from '../shared/enum/languages.enum';
|
|
2
|
+
import { SurveyTypeEnum } from './enums/survey-type.enum';
|
|
3
|
+
import { SurveyFinalScreensConfig } from './survey-final-screen.type';
|
|
4
|
+
import { SurveyQuestion } from './survey-question.type';
|
|
5
|
+
export declare class SurveyTemplateRO {
|
|
6
|
+
id: number;
|
|
7
|
+
type: SurveyTypeEnum;
|
|
8
|
+
enabled: boolean;
|
|
9
|
+
title: Partial<Record<Languages, string>>;
|
|
10
|
+
/** Локализованное описание/подзаголовок опроса (под заголовком на странице). */
|
|
11
|
+
description: Partial<Record<Languages, string>>;
|
|
12
|
+
questions: SurveyQuestion[];
|
|
13
|
+
finalScreens: SurveyFinalScreensConfig | null;
|
|
14
|
+
reviewLink: string | null;
|
|
15
|
+
createdAt: Date;
|
|
16
|
+
updatedAt: Date;
|
|
17
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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.SurveyTemplateRO = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const survey_type_enum_1 = require("./enums/survey-type.enum");
|
|
15
|
+
class SurveyTemplateRO {
|
|
16
|
+
}
|
|
17
|
+
exports.SurveyTemplateRO = SurveyTemplateRO;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_transformer_1.Expose)(),
|
|
20
|
+
__metadata("design:type", Number)
|
|
21
|
+
], SurveyTemplateRO.prototype, "id", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_transformer_1.Expose)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], SurveyTemplateRO.prototype, "type", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_transformer_1.Expose)(),
|
|
28
|
+
__metadata("design:type", Boolean)
|
|
29
|
+
], SurveyTemplateRO.prototype, "enabled", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_transformer_1.Expose)(),
|
|
32
|
+
__metadata("design:type", Object)
|
|
33
|
+
], SurveyTemplateRO.prototype, "title", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, class_transformer_1.Expose)(),
|
|
36
|
+
__metadata("design:type", Object)
|
|
37
|
+
], SurveyTemplateRO.prototype, "description", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, class_transformer_1.Expose)(),
|
|
40
|
+
__metadata("design:type", Array)
|
|
41
|
+
], SurveyTemplateRO.prototype, "questions", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_transformer_1.Expose)(),
|
|
44
|
+
__metadata("design:type", Object)
|
|
45
|
+
], SurveyTemplateRO.prototype, "finalScreens", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_transformer_1.Expose)(),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], SurveyTemplateRO.prototype, "reviewLink", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, class_transformer_1.Expose)(),
|
|
52
|
+
__metadata("design:type", Date)
|
|
53
|
+
], SurveyTemplateRO.prototype, "createdAt", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
(0, class_transformer_1.Expose)(),
|
|
56
|
+
__metadata("design:type", Date)
|
|
57
|
+
], SurveyTemplateRO.prototype, "updatedAt", void 0);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Languages } from '../shared/enum/languages.enum';
|
|
2
|
+
import { SurveyTypeEnum } from './enums/survey-type.enum';
|
|
3
|
+
import { SurveyFinalScreensConfig } from './survey-final-screen.type';
|
|
4
|
+
import { SurveyQuestion } from './survey-question.type';
|
|
5
|
+
/**
|
|
6
|
+
* Обновление шаблона опроса. Структурные JSONB-поля (`questions`,
|
|
7
|
+
* `finalScreens`) валидируются «легко» (как `contentJson` в
|
|
8
|
+
* маркетинг-автоматизации): запись может храниться выключенным черновиком,
|
|
9
|
+
* жёсткая проверка полноты переводов выполняется на фронте при активации.
|
|
10
|
+
*/
|
|
11
|
+
export declare class UpdateSurveyTemplateDTO {
|
|
12
|
+
type: SurveyTypeEnum;
|
|
13
|
+
enabled: boolean;
|
|
14
|
+
/** Локализованный заголовок опроса. */
|
|
15
|
+
title?: Partial<Record<Languages, string>>;
|
|
16
|
+
/** Локализованное описание/подзаголовок опроса. */
|
|
17
|
+
description?: Partial<Record<Languages, string>>;
|
|
18
|
+
questions: SurveyQuestion[];
|
|
19
|
+
/** Только для post_game. */
|
|
20
|
+
finalScreens?: SurveyFinalScreensConfig | null;
|
|
21
|
+
/**
|
|
22
|
+
* Только для post_game. Единая ссылка для отзыва (фолбэк, если в квесте
|
|
23
|
+
* не задана своя `reviewLink`).
|
|
24
|
+
*/
|
|
25
|
+
reviewLink?: string | null;
|
|
26
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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.UpdateSurveyTemplateDTO = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const survey_type_enum_1 = require("./enums/survey-type.enum");
|
|
16
|
+
/**
|
|
17
|
+
* Обновление шаблона опроса. Структурные JSONB-поля (`questions`,
|
|
18
|
+
* `finalScreens`) валидируются «легко» (как `contentJson` в
|
|
19
|
+
* маркетинг-автоматизации): запись может храниться выключенным черновиком,
|
|
20
|
+
* жёсткая проверка полноты переводов выполняется на фронте при активации.
|
|
21
|
+
*/
|
|
22
|
+
class UpdateSurveyTemplateDTO {
|
|
23
|
+
}
|
|
24
|
+
exports.UpdateSurveyTemplateDTO = UpdateSurveyTemplateDTO;
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_validator_1.IsEnum)(survey_type_enum_1.SurveyTypeEnum),
|
|
27
|
+
(0, class_transformer_1.Expose)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], UpdateSurveyTemplateDTO.prototype, "type", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsBoolean)(),
|
|
32
|
+
(0, class_transformer_1.Transform)(({ value }) => value !== null && value !== void 0 ? value : false),
|
|
33
|
+
(0, class_transformer_1.Expose)(),
|
|
34
|
+
__metadata("design:type", Boolean)
|
|
35
|
+
], UpdateSurveyTemplateDTO.prototype, "enabled", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, class_validator_1.IsOptional)(),
|
|
38
|
+
(0, class_validator_1.IsObject)(),
|
|
39
|
+
(0, class_transformer_1.Expose)(),
|
|
40
|
+
__metadata("design:type", Object)
|
|
41
|
+
], UpdateSurveyTemplateDTO.prototype, "title", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_validator_1.IsOptional)(),
|
|
44
|
+
(0, class_validator_1.IsObject)(),
|
|
45
|
+
(0, class_transformer_1.Expose)(),
|
|
46
|
+
__metadata("design:type", Object)
|
|
47
|
+
], UpdateSurveyTemplateDTO.prototype, "description", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, class_validator_1.IsArray)(),
|
|
50
|
+
(0, class_transformer_1.Expose)(),
|
|
51
|
+
__metadata("design:type", Array)
|
|
52
|
+
], UpdateSurveyTemplateDTO.prototype, "questions", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, class_validator_1.IsOptional)(),
|
|
55
|
+
(0, class_validator_1.IsObject)(),
|
|
56
|
+
(0, class_transformer_1.Expose)(),
|
|
57
|
+
__metadata("design:type", Object)
|
|
58
|
+
], UpdateSurveyTemplateDTO.prototype, "finalScreens", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, class_validator_1.IsOptional)(),
|
|
61
|
+
(0, class_validator_1.IsString)(),
|
|
62
|
+
(0, class_transformer_1.Expose)(),
|
|
63
|
+
__metadata("design:type", String)
|
|
64
|
+
], UpdateSurveyTemplateDTO.prototype, "reviewLink", void 0);
|
|
@@ -0,0 +1,23 @@
|
|
|
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.DeleteOrphanedTranslationsDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const is_not_blank_1 = require("../shared/is-not-blank");
|
|
15
|
+
/** JSON: `{ [namespaceTitle]: { [rowKey]: "" } }` — пустая строка = удалить ключ. */
|
|
16
|
+
class DeleteOrphanedTranslationsDto {
|
|
17
|
+
}
|
|
18
|
+
exports.DeleteOrphanedTranslationsDto = DeleteOrphanedTranslationsDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, is_not_blank_1.IsNotBlank)(),
|
|
21
|
+
(0, class_transformer_1.Expose)(),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], DeleteOrphanedTranslationsDto.prototype, "json", void 0);
|