@ballistix.digital/types-pb-tool-react 0.23.0 → 0.24.0
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/dto/sendSurveyTask/bulkUpdateNotificationTaskDto.d.ts +10 -0
- package/dist/dto/sendSurveyTask/bulkUpdateNotificationTaskDto.js +9 -0
- package/dist/dto/sendSurveyTask/bulkUpdateNotificationTaskDto.js.map +1 -0
- package/dist/dto/sendSurveyTask/createNotificationTaskDto.d.ts +8 -0
- package/dist/dto/sendSurveyTask/{createSendSurveyTask.dto.js → createNotificationTaskDto.js} +18 -11
- package/dist/dto/sendSurveyTask/createNotificationTaskDto.js.map +1 -0
- package/dist/dto/sendSurveyTask/notificationTaskDto.d.ts +14 -0
- package/dist/dto/sendSurveyTask/{sendSurveyTask.dto.js → notificationTaskDto.js} +16 -16
- package/dist/dto/sendSurveyTask/notificationTaskDto.js.map +1 -0
- package/dist/dto/sendSurveyTask/{sendSurveyTaskEmbedded.dto.d.ts → notificationTaskEmbeddedDto.d.ts} +1 -1
- package/dist/dto/sendSurveyTask/{sendSurveyTaskEmbedded.dto.js → notificationTaskEmbeddedDto.js} +7 -7
- package/dist/dto/sendSurveyTask/notificationTaskEmbeddedDto.js.map +1 -0
- package/dist/dto/sendSurveyTask/notificationTaskPageDto.d.ts +13 -0
- package/dist/dto/sendSurveyTask/{sendSurveyTaskPage.dto.js → notificationTaskPageDto.js} +9 -9
- package/dist/dto/sendSurveyTask/notificationTaskPageDto.js.map +1 -0
- package/dist/dto/sendSurveyTask/updateNotificationTaskDto.d.ts +10 -0
- package/dist/dto/sendSurveyTask/{updateSendSurveyTask.dto.js → updateNotificationTaskDto.js} +16 -16
- package/dist/dto/sendSurveyTask/updateNotificationTaskDto.js.map +1 -0
- package/dist/enum/language.enum.d.ts +3 -3
- package/dist/enum/language.enum.js +3 -3
- package/dist/enum/language.enum.js.map +1 -1
- package/dist/enum/{sendSurveyTaskStatus.enum.d.ts → notificationTaskStatusEnum.d.ts} +1 -1
- package/dist/enum/notificationTaskStatusEnum.js +11 -0
- package/dist/enum/notificationTaskStatusEnum.js.map +1 -0
- package/dist/enum/notificationTaskTypeEnum.d.ts +9 -0
- package/dist/enum/notificationTaskTypeEnum.js +14 -0
- package/dist/enum/notificationTaskTypeEnum.js.map +1 -0
- package/dist/index.d.ts +9 -9
- package/dist/index.js +19 -19
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/dto/sendSurveyTask/bulkUpdateSendSurveyTask.dto.d.ts +0 -10
- package/dist/dto/sendSurveyTask/bulkUpdateSendSurveyTask.dto.js +0 -9
- package/dist/dto/sendSurveyTask/bulkUpdateSendSurveyTask.dto.js.map +0 -1
- package/dist/dto/sendSurveyTask/createSendSurveyTask.dto.d.ts +0 -7
- package/dist/dto/sendSurveyTask/createSendSurveyTask.dto.js.map +0 -1
- package/dist/dto/sendSurveyTask/sendSurveyTask.dto.d.ts +0 -14
- package/dist/dto/sendSurveyTask/sendSurveyTask.dto.js.map +0 -1
- package/dist/dto/sendSurveyTask/sendSurveyTaskEmbedded.dto.js.map +0 -1
- package/dist/dto/sendSurveyTask/sendSurveyTaskPage.dto.d.ts +0 -13
- package/dist/dto/sendSurveyTask/sendSurveyTaskPage.dto.js.map +0 -1
- package/dist/dto/sendSurveyTask/updateSendSurveyTask.dto.d.ts +0 -10
- package/dist/dto/sendSurveyTask/updateSendSurveyTask.dto.js.map +0 -1
- package/dist/enum/sendSurveyTaskStatus.enum.js +0 -11
- package/dist/enum/sendSurveyTaskStatus.enum.js.map +0 -1
- package/dist/enum/sendSurveyTaskType.enum.d.ts +0 -9
- package/dist/enum/sendSurveyTaskType.enum.js +0 -14
- package/dist/enum/sendSurveyTaskType.enum.js.map +0 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BulkUpdateNotificationTaskDto = void 0;
|
|
4
|
+
const updateNotificationTaskDto_1 = require("./updateNotificationTaskDto");
|
|
5
|
+
const bulk_dto_1 = require("../generic/bulk.dto");
|
|
6
|
+
class BulkUpdateNotificationTaskDto extends (0, bulk_dto_1.BulkDto)(updateNotificationTaskDto_1.UpdateNotificationTaskDto) {
|
|
7
|
+
}
|
|
8
|
+
exports.BulkUpdateNotificationTaskDto = BulkUpdateNotificationTaskDto;
|
|
9
|
+
//# sourceMappingURL=bulkUpdateNotificationTaskDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulkUpdateNotificationTaskDto.js","sourceRoot":"","sources":["../../../src/dto/sendSurveyTask/bulkUpdateNotificationTaskDto.ts"],"names":[],"mappings":";;;AAAA,2EAAwE;AACxE,kDAA8C;AAE9C,MAAa,6BAA8B,SAAQ,IAAA,kBAAO,EACzD,qDAAyB,CACzB;CAAG;AAFJ,sEAEI"}
|
package/dist/dto/sendSurveyTask/{createSendSurveyTask.dto.js → createNotificationTaskDto.js}
RENAMED
|
@@ -9,38 +9,45 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.CreateNotificationTaskDto = void 0;
|
|
13
13
|
const nestjs_1 = require("../../nestjs");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
|
-
const
|
|
15
|
+
const notificationTaskTypeEnum_1 = require("../../enum/notificationTaskTypeEnum");
|
|
16
16
|
const class_validator_1 = require("class-validator");
|
|
17
17
|
const lodash_1 = require("lodash");
|
|
18
|
-
class
|
|
18
|
+
class CreateNotificationTaskDto {
|
|
19
19
|
}
|
|
20
|
-
exports.
|
|
20
|
+
exports.CreateNotificationTaskDto = CreateNotificationTaskDto;
|
|
21
21
|
__decorate([
|
|
22
22
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
23
23
|
(0, class_validator_1.IsUUID)(),
|
|
24
24
|
(0, class_transformer_1.Expose)(),
|
|
25
25
|
__metadata("design:type", String)
|
|
26
|
-
],
|
|
26
|
+
], CreateNotificationTaskDto.prototype, "taxReturnId", void 0);
|
|
27
27
|
__decorate([
|
|
28
28
|
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
29
29
|
(0, class_validator_1.IsString)(),
|
|
30
30
|
(0, class_transformer_1.Expose)(),
|
|
31
31
|
__metadata("design:type", String)
|
|
32
|
-
],
|
|
32
|
+
], CreateNotificationTaskDto.prototype, "reference", void 0);
|
|
33
33
|
__decorate([
|
|
34
|
-
(0, nestjs_1.ApiProperty)({ enum:
|
|
35
|
-
(0, class_validator_1.IsIn)((0, lodash_1.values)(
|
|
34
|
+
(0, nestjs_1.ApiProperty)({ enum: notificationTaskTypeEnum_1.NotificationTaskTypeEnum, required: true }),
|
|
35
|
+
(0, class_validator_1.IsIn)((0, lodash_1.values)(notificationTaskTypeEnum_1.NotificationTaskTypeEnum)),
|
|
36
36
|
(0, class_transformer_1.Expose)(),
|
|
37
37
|
__metadata("design:type", String)
|
|
38
|
-
],
|
|
38
|
+
], CreateNotificationTaskDto.prototype, "type", void 0);
|
|
39
39
|
__decorate([
|
|
40
40
|
(0, nestjs_1.ApiProperty)({ type: Number, required: false, default: 0 }),
|
|
41
41
|
(0, class_validator_1.IsOptional)(),
|
|
42
42
|
(0, class_validator_1.IsInt)(),
|
|
43
43
|
(0, class_transformer_1.Expose)(),
|
|
44
44
|
__metadata("design:type", Number)
|
|
45
|
-
],
|
|
46
|
-
|
|
45
|
+
], CreateNotificationTaskDto.prototype, "retryCount", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: false, default: 5 }),
|
|
48
|
+
(0, class_validator_1.IsOptional)(),
|
|
49
|
+
(0, class_validator_1.IsInt)(),
|
|
50
|
+
(0, class_transformer_1.Expose)(),
|
|
51
|
+
__metadata("design:type", Number)
|
|
52
|
+
], CreateNotificationTaskDto.prototype, "maxRetries", void 0);
|
|
53
|
+
//# sourceMappingURL=createNotificationTaskDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createNotificationTaskDto.js","sourceRoot":"","sources":["../../../src/dto/sendSurveyTask/createNotificationTaskDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAA2C;AAC3C,kFAA+E;AAC/E,qDAA4E;AAC5E,mCAAgC;AAEhC,MAAa,yBAAyB;CA2BrC;AA3BD,8DA2BC;AAvBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;8DACW;AAKpB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;4DACU;AAKnB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,mDAAwB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC/D,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,mDAAwB,CAAC,CAAC;IACtC,IAAA,0BAAM,GAAE;;uDACsB;AAM/B;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IAC1D,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;6DACW;AAMpB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IAC1D,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;6DACW"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { NotificationTaskEmbeddedDto } from './notificationTaskEmbeddedDto';
|
|
2
|
+
import { NotificationTaskTypeEnum } from '../../enum/notificationTaskTypeEnum';
|
|
3
|
+
import { NotificationTaskStatusEnum } from '../../enum/notificationTaskStatusEnum';
|
|
4
|
+
declare const NotificationTaskDto_base: import("../generic/base.dto").BaseDtoType<NotificationTaskEmbeddedDto>;
|
|
5
|
+
export declare class NotificationTaskDto extends NotificationTaskDto_base {
|
|
6
|
+
id: string;
|
|
7
|
+
status: NotificationTaskStatusEnum;
|
|
8
|
+
type: NotificationTaskTypeEnum;
|
|
9
|
+
retryCount: number;
|
|
10
|
+
errorMessage?: string;
|
|
11
|
+
reference?: string;
|
|
12
|
+
taxReturnId: string;
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
@@ -9,49 +9,49 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.NotificationTaskDto = void 0;
|
|
13
13
|
const base_dto_1 = require("../generic/base.dto");
|
|
14
|
-
const
|
|
14
|
+
const notificationTaskEmbeddedDto_1 = require("./notificationTaskEmbeddedDto");
|
|
15
15
|
const nestjs_1 = require("../../nestjs");
|
|
16
16
|
const class_transformer_1 = require("class-transformer");
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
class
|
|
17
|
+
const notificationTaskTypeEnum_1 = require("../../enum/notificationTaskTypeEnum");
|
|
18
|
+
const notificationTaskStatusEnum_1 = require("../../enum/notificationTaskStatusEnum");
|
|
19
|
+
class NotificationTaskDto extends (0, base_dto_1.BaseDto)(notificationTaskEmbeddedDto_1.NotificationTaskEmbeddedDto) {
|
|
20
20
|
}
|
|
21
|
-
exports.
|
|
21
|
+
exports.NotificationTaskDto = NotificationTaskDto;
|
|
22
22
|
__decorate([
|
|
23
23
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
24
24
|
(0, class_transformer_1.Expose)(),
|
|
25
25
|
__metadata("design:type", String)
|
|
26
|
-
],
|
|
26
|
+
], NotificationTaskDto.prototype, "id", void 0);
|
|
27
27
|
__decorate([
|
|
28
|
-
(0, nestjs_1.ApiProperty)({ enum:
|
|
28
|
+
(0, nestjs_1.ApiProperty)({ enum: notificationTaskStatusEnum_1.NotificationTaskStatusEnum, required: true }),
|
|
29
29
|
(0, class_transformer_1.Expose)(),
|
|
30
30
|
__metadata("design:type", String)
|
|
31
|
-
],
|
|
31
|
+
], NotificationTaskDto.prototype, "status", void 0);
|
|
32
32
|
__decorate([
|
|
33
|
-
(0, nestjs_1.ApiProperty)({ enum:
|
|
33
|
+
(0, nestjs_1.ApiProperty)({ enum: notificationTaskTypeEnum_1.NotificationTaskTypeEnum, required: true }),
|
|
34
34
|
(0, class_transformer_1.Expose)(),
|
|
35
35
|
__metadata("design:type", String)
|
|
36
|
-
],
|
|
36
|
+
], NotificationTaskDto.prototype, "type", void 0);
|
|
37
37
|
__decorate([
|
|
38
38
|
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
39
39
|
(0, class_transformer_1.Expose)(),
|
|
40
40
|
__metadata("design:type", Number)
|
|
41
|
-
],
|
|
41
|
+
], NotificationTaskDto.prototype, "retryCount", void 0);
|
|
42
42
|
__decorate([
|
|
43
43
|
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
44
44
|
(0, class_transformer_1.Expose)(),
|
|
45
45
|
__metadata("design:type", String)
|
|
46
|
-
],
|
|
46
|
+
], NotificationTaskDto.prototype, "errorMessage", void 0);
|
|
47
47
|
__decorate([
|
|
48
48
|
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
49
49
|
(0, class_transformer_1.Expose)(),
|
|
50
50
|
__metadata("design:type", String)
|
|
51
|
-
],
|
|
51
|
+
], NotificationTaskDto.prototype, "reference", void 0);
|
|
52
52
|
__decorate([
|
|
53
53
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
54
54
|
(0, class_transformer_1.Expose)(),
|
|
55
55
|
__metadata("design:type", String)
|
|
56
|
-
],
|
|
57
|
-
//# sourceMappingURL=
|
|
56
|
+
], NotificationTaskDto.prototype, "taxReturnId", void 0);
|
|
57
|
+
//# sourceMappingURL=notificationTaskDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notificationTaskDto.js","sourceRoot":"","sources":["../../../src/dto/sendSurveyTask/notificationTaskDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,+EAA4E;AAC5E,yCAA2C;AAC3C,yDAA2C;AAC3C,kFAA+E;AAC/E,sFAAmF;AAEnF,MAAa,mBAAoB,SAAQ,IAAA,kBAAO,EAAC,yDAA2B,CAAC;CA4B5E;AA5BD,kDA4BC;AAzBA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;+CACE;AAIX;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,uDAA0B,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjE,IAAA,0BAAM,GAAE;;mDAC0B;AAInC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,mDAAwB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC/D,IAAA,0BAAM,GAAE;;iDACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;uDACU;AAInB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;yDACa;AAItB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;sDACU;AAInB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;wDACW"}
|
package/dist/dto/sendSurveyTask/{sendSurveyTaskEmbedded.dto.d.ts → notificationTaskEmbeddedDto.d.ts}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UserDto } from '../user/user.dto';
|
|
2
2
|
import { TaxReturnDto } from '../taxReturn/taxReturn.dto';
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class NotificationTaskEmbeddedDto {
|
|
4
4
|
taxReturn?: TaxReturnDto;
|
|
5
5
|
createdBy?: UserDto;
|
|
6
6
|
updatedBy?: UserDto;
|
package/dist/dto/sendSurveyTask/{sendSurveyTaskEmbedded.dto.js → notificationTaskEmbeddedDto.js}
RENAMED
|
@@ -9,30 +9,30 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.NotificationTaskEmbeddedDto = void 0;
|
|
13
13
|
const nestjs_1 = require("../../nestjs");
|
|
14
14
|
const user_dto_1 = require("../user/user.dto");
|
|
15
15
|
const class_transformer_1 = require("class-transformer");
|
|
16
16
|
const taxReturn_dto_1 = require("../taxReturn/taxReturn.dto");
|
|
17
|
-
class
|
|
17
|
+
class NotificationTaskEmbeddedDto {
|
|
18
18
|
}
|
|
19
|
-
exports.
|
|
19
|
+
exports.NotificationTaskEmbeddedDto = NotificationTaskEmbeddedDto;
|
|
20
20
|
__decorate([
|
|
21
21
|
(0, nestjs_1.ApiProperty)({ type: () => taxReturn_dto_1.TaxReturnDto, required: false }),
|
|
22
22
|
(0, class_transformer_1.Type)(() => taxReturn_dto_1.TaxReturnDto),
|
|
23
23
|
(0, class_transformer_1.Expose)(),
|
|
24
24
|
__metadata("design:type", taxReturn_dto_1.TaxReturnDto)
|
|
25
|
-
],
|
|
25
|
+
], NotificationTaskEmbeddedDto.prototype, "taxReturn", void 0);
|
|
26
26
|
__decorate([
|
|
27
27
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
28
28
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
29
29
|
(0, class_transformer_1.Expose)(),
|
|
30
30
|
__metadata("design:type", user_dto_1.UserDto)
|
|
31
|
-
],
|
|
31
|
+
], NotificationTaskEmbeddedDto.prototype, "createdBy", void 0);
|
|
32
32
|
__decorate([
|
|
33
33
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
34
34
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
35
35
|
(0, class_transformer_1.Expose)(),
|
|
36
36
|
__metadata("design:type", user_dto_1.UserDto)
|
|
37
|
-
],
|
|
38
|
-
//# sourceMappingURL=
|
|
37
|
+
], NotificationTaskEmbeddedDto.prototype, "updatedBy", void 0);
|
|
38
|
+
//# sourceMappingURL=notificationTaskEmbeddedDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notificationTaskEmbeddedDto.js","sourceRoot":"","sources":["../../../src/dto/sendSurveyTask/notificationTaskEmbeddedDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,+CAA2C;AAC3C,yDAAiD;AACjD,8DAA0D;AAE1D,MAAa,2BAA2B;CAevC;AAfD,kEAeC;AAXA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,4BAAY,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC1D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IACxB,IAAA,0BAAM,GAAE;8BACG,4BAAY;8DAAC;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;8DAAC;AAKpB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;8DAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { NotificationTaskDto } from './notificationTaskDto';
|
|
2
|
+
declare class EmbeddedNotificationTask {
|
|
3
|
+
surveyTasks?: NotificationTaskDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const NotificationTaskPageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedNotificationTask;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class NotificationTaskPageDto extends NotificationTaskPageDto_base {
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -9,20 +9,20 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.NotificationTaskPageDto = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const nestjs_1 = require("../../nestjs");
|
|
15
15
|
const page_dto_1 = require("../generic/page.dto");
|
|
16
|
-
const
|
|
17
|
-
class
|
|
16
|
+
const notificationTaskDto_1 = require("./notificationTaskDto");
|
|
17
|
+
class EmbeddedNotificationTask {
|
|
18
18
|
}
|
|
19
19
|
__decorate([
|
|
20
|
-
(0, nestjs_1.ApiProperty)({ type: () => [
|
|
21
|
-
(0, class_transformer_1.Type)(() =>
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [notificationTaskDto_1.NotificationTaskDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => notificationTaskDto_1.NotificationTaskDto),
|
|
22
22
|
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
23
|
__metadata("design:type", Array)
|
|
24
|
-
],
|
|
25
|
-
class
|
|
24
|
+
], EmbeddedNotificationTask.prototype, "surveyTasks", void 0);
|
|
25
|
+
class NotificationTaskPageDto extends (0, page_dto_1.PageDto)(EmbeddedNotificationTask) {
|
|
26
26
|
}
|
|
27
|
-
exports.
|
|
28
|
-
//# sourceMappingURL=
|
|
27
|
+
exports.NotificationTaskPageDto = NotificationTaskPageDto;
|
|
28
|
+
//# sourceMappingURL=notificationTaskPageDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notificationTaskPageDto.js","sourceRoot":"","sources":["../../../src/dto/sendSurveyTask/notificationTaskPageDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,kDAA8C;AAC9C,+DAA4D;AAE5D,MAAM,wBAAwB;CAK7B;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,yCAAmB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACnE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,yCAAmB,CAAC;IAC/B,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;6DACU;AAGrC,MAAa,uBAAwB,SAAQ,IAAA,kBAAO,EAAC,wBAAwB,CAAC;CAAG;AAAjF,0DAAiF"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { NotificationTaskTypeEnum } from '../../enum/notificationTaskTypeEnum';
|
|
2
|
+
import { NotificationTaskStatusEnum } from '../../enum/notificationTaskStatusEnum';
|
|
3
|
+
export declare class UpdateNotificationTaskDto {
|
|
4
|
+
taxReturnId?: string;
|
|
5
|
+
reference?: string;
|
|
6
|
+
type?: NotificationTaskTypeEnum;
|
|
7
|
+
status?: NotificationTaskStatusEnum;
|
|
8
|
+
retryCount?: number;
|
|
9
|
+
errorMessage?: string;
|
|
10
|
+
}
|
package/dist/dto/sendSurveyTask/{updateSendSurveyTask.dto.js → updateNotificationTaskDto.js}
RENAMED
|
@@ -9,56 +9,56 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.UpdateNotificationTaskDto = void 0;
|
|
13
13
|
const nestjs_1 = require("../../nestjs");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
|
-
const
|
|
16
|
-
const
|
|
15
|
+
const notificationTaskTypeEnum_1 = require("../../enum/notificationTaskTypeEnum");
|
|
16
|
+
const notificationTaskStatusEnum_1 = require("../../enum/notificationTaskStatusEnum");
|
|
17
17
|
const class_validator_1 = require("class-validator");
|
|
18
18
|
const lodash_1 = require("lodash");
|
|
19
|
-
class
|
|
19
|
+
class UpdateNotificationTaskDto {
|
|
20
20
|
}
|
|
21
|
-
exports.
|
|
21
|
+
exports.UpdateNotificationTaskDto = UpdateNotificationTaskDto;
|
|
22
22
|
__decorate([
|
|
23
23
|
(0, nestjs_1.ApiProperty)({ type: String, required: false, format: 'uuid' }),
|
|
24
24
|
(0, class_validator_1.IsOptional)(),
|
|
25
25
|
(0, class_validator_1.IsUUID)(),
|
|
26
26
|
(0, class_transformer_1.Expose)(),
|
|
27
27
|
__metadata("design:type", String)
|
|
28
|
-
],
|
|
28
|
+
], UpdateNotificationTaskDto.prototype, "taxReturnId", void 0);
|
|
29
29
|
__decorate([
|
|
30
30
|
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
31
31
|
(0, class_validator_1.IsOptional)(),
|
|
32
32
|
(0, class_validator_1.IsString)(),
|
|
33
33
|
(0, class_transformer_1.Expose)(),
|
|
34
34
|
__metadata("design:type", String)
|
|
35
|
-
],
|
|
35
|
+
], UpdateNotificationTaskDto.prototype, "reference", void 0);
|
|
36
36
|
__decorate([
|
|
37
|
-
(0, nestjs_1.ApiProperty)({ enum:
|
|
37
|
+
(0, nestjs_1.ApiProperty)({ enum: notificationTaskTypeEnum_1.NotificationTaskTypeEnum, required: false }),
|
|
38
38
|
(0, class_validator_1.IsOptional)(),
|
|
39
|
-
(0, class_validator_1.IsIn)((0, lodash_1.values)(
|
|
39
|
+
(0, class_validator_1.IsIn)((0, lodash_1.values)(notificationTaskTypeEnum_1.NotificationTaskTypeEnum)),
|
|
40
40
|
(0, class_transformer_1.Expose)(),
|
|
41
41
|
__metadata("design:type", String)
|
|
42
|
-
],
|
|
42
|
+
], UpdateNotificationTaskDto.prototype, "type", void 0);
|
|
43
43
|
__decorate([
|
|
44
|
-
(0, nestjs_1.ApiProperty)({ enum:
|
|
44
|
+
(0, nestjs_1.ApiProperty)({ enum: notificationTaskStatusEnum_1.NotificationTaskStatusEnum, required: false }),
|
|
45
45
|
(0, class_validator_1.IsOptional)(),
|
|
46
|
-
(0, class_validator_1.IsIn)((0, lodash_1.values)(
|
|
46
|
+
(0, class_validator_1.IsIn)((0, lodash_1.values)(notificationTaskStatusEnum_1.NotificationTaskStatusEnum)),
|
|
47
47
|
(0, class_transformer_1.Expose)(),
|
|
48
48
|
__metadata("design:type", String)
|
|
49
|
-
],
|
|
49
|
+
], UpdateNotificationTaskDto.prototype, "status", void 0);
|
|
50
50
|
__decorate([
|
|
51
51
|
(0, nestjs_1.ApiProperty)({ type: Number, required: false, default: 0 }),
|
|
52
52
|
(0, class_validator_1.IsOptional)(),
|
|
53
53
|
(0, class_validator_1.IsInt)(),
|
|
54
54
|
(0, class_transformer_1.Expose)(),
|
|
55
55
|
__metadata("design:type", Number)
|
|
56
|
-
],
|
|
56
|
+
], UpdateNotificationTaskDto.prototype, "retryCount", void 0);
|
|
57
57
|
__decorate([
|
|
58
58
|
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
59
59
|
(0, class_validator_1.IsOptional)(),
|
|
60
60
|
(0, class_validator_1.IsString)(),
|
|
61
61
|
(0, class_transformer_1.Expose)(),
|
|
62
62
|
__metadata("design:type", String)
|
|
63
|
-
],
|
|
64
|
-
//# sourceMappingURL=
|
|
63
|
+
], UpdateNotificationTaskDto.prototype, "errorMessage", void 0);
|
|
64
|
+
//# sourceMappingURL=updateNotificationTaskDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateNotificationTaskDto.js","sourceRoot":"","sources":["../../../src/dto/sendSurveyTask/updateNotificationTaskDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAA2C;AAC3C,kFAA+E;AAC/E,sFAAmF;AACnF,qDAA4E;AAC5E,mCAAgC;AAEhC,MAAa,yBAAyB;CAoCrC;AApCD,8DAoCC;AA/BA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;8DACY;AAMrB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;4DACU;AAMnB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,mDAAwB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,mDAAwB,CAAC,CAAC;IACtC,IAAA,0BAAM,GAAE;;uDACuB;AAMhC;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,uDAA0B,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAClE,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,uDAA0B,CAAC,CAAC;IACxC,IAAA,0BAAM,GAAE;;yDAC2B;AAMpC;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IAC1D,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;6DACW;AAMpB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;+DACa"}
|
|
@@ -4,9 +4,9 @@ exports.LanguageEnum = void 0;
|
|
|
4
4
|
var LanguageEnum;
|
|
5
5
|
(function (LanguageEnum) {
|
|
6
6
|
LanguageEnum["NL"] = "NL";
|
|
7
|
-
LanguageEnum["FR"] = "
|
|
8
|
-
LanguageEnum["EN"] = "
|
|
9
|
-
LanguageEnum["DE"] = "
|
|
7
|
+
LanguageEnum["FR"] = "FR";
|
|
8
|
+
LanguageEnum["EN"] = "EN";
|
|
9
|
+
LanguageEnum["DE"] = "DE";
|
|
10
10
|
LanguageEnum["PL"] = "PL";
|
|
11
11
|
})(LanguageEnum || (exports.LanguageEnum = LanguageEnum = {}));
|
|
12
12
|
//# sourceMappingURL=language.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"language.enum.js","sourceRoot":"","sources":["../../src/enum/language.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAMX;AAND,WAAY,YAAY;IACvB,yBAAS,CAAA;IACT,
|
|
1
|
+
{"version":3,"file":"language.enum.js","sourceRoot":"","sources":["../../src/enum/language.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAMX;AAND,WAAY,YAAY;IACvB,yBAAS,CAAA;IACT,yBAAS,CAAA;IACT,yBAAS,CAAA;IACT,yBAAS,CAAA;IACT,yBAAS,CAAA;AACV,CAAC,EANW,YAAY,4BAAZ,YAAY,QAMvB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotificationTaskStatusEnum = void 0;
|
|
4
|
+
var NotificationTaskStatusEnum;
|
|
5
|
+
(function (NotificationTaskStatusEnum) {
|
|
6
|
+
NotificationTaskStatusEnum["QUEUED"] = "QUEUED";
|
|
7
|
+
NotificationTaskStatusEnum["IN_PROGRESS"] = "IN_PROGRESS";
|
|
8
|
+
NotificationTaskStatusEnum["ERROR"] = "ERROR";
|
|
9
|
+
NotificationTaskStatusEnum["SUCCESS"] = "SUCCESS";
|
|
10
|
+
})(NotificationTaskStatusEnum || (exports.NotificationTaskStatusEnum = NotificationTaskStatusEnum = {}));
|
|
11
|
+
//# sourceMappingURL=notificationTaskStatusEnum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notificationTaskStatusEnum.js","sourceRoot":"","sources":["../../src/enum/notificationTaskStatusEnum.ts"],"names":[],"mappings":";;;AAAA,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACrC,+CAAiB,CAAA;IACjB,yDAA2B,CAAA;IAC3B,6CAAe,CAAA;IACf,iDAAmB,CAAA;AACpB,CAAC,EALW,0BAA0B,0CAA1B,0BAA0B,QAKrC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare enum NotificationTaskTypeEnum {
|
|
2
|
+
SEND_EMAIL_NON_VDL = "SEND_EMAIL_NON_VDL",
|
|
3
|
+
SEND_EMAIL_REMINDER_NON_VDL = "SEND_EMAIL_REMINDER_NON_VDL",
|
|
4
|
+
SEND_EMAIL_REMINDER_VDL_NOT_STARTED = "SEND_EMAIL_REMINDER_VDL_NOT_STARTED",
|
|
5
|
+
SEND_EMAIL_REMINDER_VDL_STARTED = "SEND_EMAIL_REMINDER_VDL_STARTED",
|
|
6
|
+
SEND_EMAIL_REOPEN = "SEND_EMAIL_REOPEN",
|
|
7
|
+
CREATE_TODO = "CREATE_TODO",
|
|
8
|
+
COMPLETE_TODO = "COMPLETE_TODO"
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotificationTaskTypeEnum = void 0;
|
|
4
|
+
var NotificationTaskTypeEnum;
|
|
5
|
+
(function (NotificationTaskTypeEnum) {
|
|
6
|
+
NotificationTaskTypeEnum["SEND_EMAIL_NON_VDL"] = "SEND_EMAIL_NON_VDL";
|
|
7
|
+
NotificationTaskTypeEnum["SEND_EMAIL_REMINDER_NON_VDL"] = "SEND_EMAIL_REMINDER_NON_VDL";
|
|
8
|
+
NotificationTaskTypeEnum["SEND_EMAIL_REMINDER_VDL_NOT_STARTED"] = "SEND_EMAIL_REMINDER_VDL_NOT_STARTED";
|
|
9
|
+
NotificationTaskTypeEnum["SEND_EMAIL_REMINDER_VDL_STARTED"] = "SEND_EMAIL_REMINDER_VDL_STARTED";
|
|
10
|
+
NotificationTaskTypeEnum["SEND_EMAIL_REOPEN"] = "SEND_EMAIL_REOPEN";
|
|
11
|
+
NotificationTaskTypeEnum["CREATE_TODO"] = "CREATE_TODO";
|
|
12
|
+
NotificationTaskTypeEnum["COMPLETE_TODO"] = "COMPLETE_TODO";
|
|
13
|
+
})(NotificationTaskTypeEnum || (exports.NotificationTaskTypeEnum = NotificationTaskTypeEnum = {}));
|
|
14
|
+
//# sourceMappingURL=notificationTaskTypeEnum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notificationTaskTypeEnum.js","sourceRoot":"","sources":["../../src/enum/notificationTaskTypeEnum.ts"],"names":[],"mappings":";;;AAAA,IAAY,wBAQX;AARD,WAAY,wBAAwB;IACnC,qEAAyC,CAAA;IACzC,uFAA2D,CAAA;IAC3D,uGAA2E,CAAA;IAC3E,+FAAmE,CAAA;IACnE,mEAAuC,CAAA;IACvC,uDAA2B,CAAA;IAC3B,2DAA+B,CAAA;AAChC,CAAC,EARW,wBAAwB,wCAAxB,wBAAwB,QAQnC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -26,8 +26,8 @@ import { AttachmentStatusEnum } from './enum/attachmentStatus.enum';
|
|
|
26
26
|
import { AttachmentTypeEnum } from './enum/attachmentType.enum';
|
|
27
27
|
import { NoteStatusEnum } from './enum/noteStatus.enum';
|
|
28
28
|
import { TaxReturnStatusEnum } from './enum/taxReturnStatus.enum';
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
29
|
+
import { NotificationTaskStatusEnum } from './enum/notificationTaskStatusEnum';
|
|
30
|
+
import { NotificationTaskTypeEnum } from './enum/notificationTaskTypeEnum';
|
|
31
31
|
import type { DtoType, BaseDtoType, BaseViewDtoType } from './dto/generic/base.dto';
|
|
32
32
|
import { ComponentHealthDto } from './dto/status/componentHealth.dto';
|
|
33
33
|
import { ComponentDto } from './dto/status/component.dto';
|
|
@@ -38,12 +38,12 @@ import { UpdateSurveyDto } from './dto/survey/updateSurvey.dto';
|
|
|
38
38
|
import { SurveyPageDto } from './dto/survey/surveyPage.dto';
|
|
39
39
|
import { SurveyEmbeddedDto } from './dto/survey/surveyEmbedded.dto';
|
|
40
40
|
import { BulkUpdateSurveyDto } from './dto/survey/bulkUpdateSurvey.dto';
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
41
|
+
import { NotificationTaskEmbeddedDto } from './dto/sendSurveyTask/notificationTaskEmbeddedDto';
|
|
42
|
+
import { NotificationTaskPageDto } from './dto/sendSurveyTask/notificationTaskPageDto';
|
|
43
|
+
import { NotificationTaskDto } from './dto/sendSurveyTask/notificationTaskDto';
|
|
44
|
+
import { UpdateNotificationTaskDto } from './dto/sendSurveyTask/updateNotificationTaskDto';
|
|
45
|
+
import { CreateNotificationTaskDto } from './dto/sendSurveyTask/createNotificationTaskDto';
|
|
46
|
+
import { BulkUpdateNotificationTaskDto } from './dto/sendSurveyTask/bulkUpdateNotificationTaskDto';
|
|
47
47
|
import { ResponseDto } from './dto/response/response.dto';
|
|
48
48
|
import { CreateResponseDto } from './dto/response/createResponse.dto';
|
|
49
49
|
import { UpdateResponseDto } from './dto/response/updateResponse.dto';
|
|
@@ -115,4 +115,4 @@ import { TaxReturnAccessRightEmbeddedDto } from './dto/taxReturnAccessRight/taxR
|
|
|
115
115
|
import { TaxReturnAccessRightDto } from './dto/taxReturnAccessRight/taxReturnAccessRight.dto';
|
|
116
116
|
import { TaxReturnCalculatedViewEmbeddedDto } from './dto/taxReturnCalculated/taxReturnCalculatedViewEmbedded.dto';
|
|
117
117
|
import { TaxReturnCalculatedViewDto } from './dto/taxReturnCalculated/taxReturnCalculatedView.dto';
|
|
118
|
-
export { ExceptionDto, BaseDto, BaseViewDto, CollectionFilterDto, FilterDto, PageDto, PageInfoDto, BulkDto, EmbeddedDto, ComponentDto, ComponentHealthDto, HealthDto, NoteDto, NoteEmbeddedDto, CreateNoteDto, UpdateNoteDto, BulkUpdateNoteDto, NotePageDto, NoteTagDto, NoteTagEmbeddedDto, NoteTagPageDto, CreateNoteTagDto, UpdateNoteTagDto, BulkUpdateNoteTagDto, NoteTagLinkDto, NoteTagLinkEmbeddedDto, NoteTagLinkPageDto, CreateNoteTagLinkDto, UpdateNoteTagLinkDto, BulkUpdateNoteTagLinkDto, TaxReturnDto, UpdateTaxReturnDto, TaxReturnEmbeddedDto, TaxReturnPageDto, BulkUpdateTaxReturnDto, TaxReturnCalculatedViewDto, TaxReturnCalculatedViewEmbeddedDto, CreateTaxReturnAccessRightDto, TaxReturnAccessRightDto, TaxReturnAccessRightEmbeddedDto, TaxReturnAccessRightPageDto, SurveyDto, SurveyEmbeddedDto, CreateSurveyDto, UpdateSurveyDto, SurveyPageDto, BulkUpdateSurveyDto,
|
|
118
|
+
export { ExceptionDto, BaseDto, BaseViewDto, CollectionFilterDto, FilterDto, PageDto, PageInfoDto, BulkDto, EmbeddedDto, ComponentDto, ComponentHealthDto, HealthDto, NoteDto, NoteEmbeddedDto, CreateNoteDto, UpdateNoteDto, BulkUpdateNoteDto, NotePageDto, NoteTagDto, NoteTagEmbeddedDto, NoteTagPageDto, CreateNoteTagDto, UpdateNoteTagDto, BulkUpdateNoteTagDto, NoteTagLinkDto, NoteTagLinkEmbeddedDto, NoteTagLinkPageDto, CreateNoteTagLinkDto, UpdateNoteTagLinkDto, BulkUpdateNoteTagLinkDto, TaxReturnDto, UpdateTaxReturnDto, TaxReturnEmbeddedDto, TaxReturnPageDto, BulkUpdateTaxReturnDto, TaxReturnCalculatedViewDto, TaxReturnCalculatedViewEmbeddedDto, CreateTaxReturnAccessRightDto, TaxReturnAccessRightDto, TaxReturnAccessRightEmbeddedDto, TaxReturnAccessRightPageDto, SurveyDto, SurveyEmbeddedDto, CreateSurveyDto, UpdateSurveyDto, SurveyPageDto, BulkUpdateSurveyDto, NotificationTaskDto, NotificationTaskEmbeddedDto, NotificationTaskPageDto, CreateNotificationTaskDto, UpdateNotificationTaskDto, BulkUpdateNotificationTaskDto, ResponseDto, ResponseEmbeddedDto, CreateResponseDto, UpdateResponseDto, ResponsePageDto, BulkUpdateResponseDto, IncomeYearDto, IncomeYearEmbeddedDto, CreateIncomeYearDto, UpdateIncomeYearDto, IncomeYearPageDto, BulkUpdateIncomeYearDto, TeamDto, TeamEmbeddedDto, CreateTeamDto, UpdateTeamDto, TeamPageDto, BulkUpdateTeamDto, AttachmentDto, AttachmentEmbeddedDto, AttachmentPageDto, CreateAttachmentDto, UpdateAttachmentDto, BulkUpdateAttachmentDto, AttachmentTagDto, AttachmentTagEmbeddedDto, AttachmentTagPageDto, CreateAttachmentTagDto, UpdateAttachmentTagDto, BulkUpdateAttachmentTagDto, AttachmentTagLinkDto, AttachmentTagLinkEmbeddedDto, AttachmentTagLinkPageDto, CreateAttachmentTagLinkDto, UpdateAttachmentTagLinkDto, BulkUpdateAttachmentTagLinkDto, UserDto, UserEmbeddedDto, CreateUserDto, UpdateUserDto, UserPageDto, BulkUpdateUserDto, RoleEnum, LanguageEnum, AttachmentStatusEnum, AttachmentUploadStatusEnum, AttachmentTypeEnum, NoteStatusEnum, TaxReturnStatusEnum, NotificationTaskStatusEnum, NotificationTaskTypeEnum, ValidationException, convertAndValidate, IsBiggerThan, IsEmptyAttribute, IsRequiredFields, IsRequiredFieldValue, IsSmallerThan, Default, TransformEmbedded, TransformFloat, TransformInteger, TransformTotal, DtoType, BaseDtoType, BaseViewDtoType, };
|
package/dist/index.js
CHANGED
|
@@ -3,9 +3,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
7
|
-
exports.AttachmentTypeEnum = exports.AttachmentUploadStatusEnum = exports.AttachmentStatusEnum = exports.LanguageEnum = exports.RoleEnum = exports.BulkUpdateUserDto = exports.UserPageDto = exports.UpdateUserDto = exports.CreateUserDto = exports.UserEmbeddedDto = exports.UserDto = exports.BulkUpdateAttachmentTagLinkDto = exports.UpdateAttachmentTagLinkDto = exports.CreateAttachmentTagLinkDto = exports.AttachmentTagLinkPageDto = exports.AttachmentTagLinkEmbeddedDto = exports.AttachmentTagLinkDto = exports.BulkUpdateAttachmentTagDto = exports.UpdateAttachmentTagDto = exports.CreateAttachmentTagDto = exports.AttachmentTagPageDto = exports.AttachmentTagEmbeddedDto = exports.AttachmentTagDto = exports.BulkUpdateAttachmentDto = exports.UpdateAttachmentDto = exports.CreateAttachmentDto = exports.AttachmentPageDto = exports.AttachmentEmbeddedDto = exports.AttachmentDto = exports.BulkUpdateTeamDto = exports.TeamPageDto = exports.UpdateTeamDto = exports.CreateTeamDto = exports.TeamEmbeddedDto = exports.TeamDto = exports.BulkUpdateIncomeYearDto = exports.IncomeYearPageDto = exports.UpdateIncomeYearDto = exports.CreateIncomeYearDto = exports.IncomeYearEmbeddedDto = exports.IncomeYearDto = exports.BulkUpdateResponseDto = exports.ResponsePageDto = exports.UpdateResponseDto = exports.CreateResponseDto = exports.ResponseEmbeddedDto = exports.ResponseDto = exports.
|
|
8
|
-
exports.TransformTotal = exports.TransformInteger = exports.TransformFloat = exports.TransformEmbedded = exports.Default = exports.IsSmallerThan = exports.IsRequiredFieldValue = exports.IsRequiredFields = exports.IsEmptyAttribute = exports.IsBiggerThan = exports.convertAndValidate = exports.ValidationException = exports.
|
|
6
|
+
exports.NotificationTaskPageDto = exports.NotificationTaskEmbeddedDto = exports.NotificationTaskDto = exports.BulkUpdateSurveyDto = exports.SurveyPageDto = exports.UpdateSurveyDto = exports.CreateSurveyDto = exports.SurveyEmbeddedDto = exports.SurveyDto = exports.TaxReturnAccessRightPageDto = exports.TaxReturnAccessRightEmbeddedDto = exports.TaxReturnAccessRightDto = exports.CreateTaxReturnAccessRightDto = exports.TaxReturnCalculatedViewEmbeddedDto = exports.TaxReturnCalculatedViewDto = exports.BulkUpdateTaxReturnDto = exports.TaxReturnPageDto = exports.TaxReturnEmbeddedDto = exports.UpdateTaxReturnDto = exports.TaxReturnDto = exports.BulkUpdateNoteTagLinkDto = exports.UpdateNoteTagLinkDto = exports.CreateNoteTagLinkDto = exports.NoteTagLinkPageDto = exports.NoteTagLinkEmbeddedDto = exports.NoteTagLinkDto = exports.BulkUpdateNoteTagDto = exports.UpdateNoteTagDto = exports.CreateNoteTagDto = exports.NoteTagPageDto = exports.NoteTagEmbeddedDto = exports.NoteTagDto = exports.NotePageDto = exports.BulkUpdateNoteDto = exports.UpdateNoteDto = exports.CreateNoteDto = exports.NoteEmbeddedDto = exports.NoteDto = exports.HealthDto = exports.ComponentHealthDto = exports.ComponentDto = exports.EmbeddedDto = exports.BulkDto = exports.PageInfoDto = exports.PageDto = exports.FilterDto = exports.CollectionFilterDto = exports.BaseViewDto = exports.BaseDto = exports.ExceptionDto = void 0;
|
|
7
|
+
exports.AttachmentTypeEnum = exports.AttachmentUploadStatusEnum = exports.AttachmentStatusEnum = exports.LanguageEnum = exports.RoleEnum = exports.BulkUpdateUserDto = exports.UserPageDto = exports.UpdateUserDto = exports.CreateUserDto = exports.UserEmbeddedDto = exports.UserDto = exports.BulkUpdateAttachmentTagLinkDto = exports.UpdateAttachmentTagLinkDto = exports.CreateAttachmentTagLinkDto = exports.AttachmentTagLinkPageDto = exports.AttachmentTagLinkEmbeddedDto = exports.AttachmentTagLinkDto = exports.BulkUpdateAttachmentTagDto = exports.UpdateAttachmentTagDto = exports.CreateAttachmentTagDto = exports.AttachmentTagPageDto = exports.AttachmentTagEmbeddedDto = exports.AttachmentTagDto = exports.BulkUpdateAttachmentDto = exports.UpdateAttachmentDto = exports.CreateAttachmentDto = exports.AttachmentPageDto = exports.AttachmentEmbeddedDto = exports.AttachmentDto = exports.BulkUpdateTeamDto = exports.TeamPageDto = exports.UpdateTeamDto = exports.CreateTeamDto = exports.TeamEmbeddedDto = exports.TeamDto = exports.BulkUpdateIncomeYearDto = exports.IncomeYearPageDto = exports.UpdateIncomeYearDto = exports.CreateIncomeYearDto = exports.IncomeYearEmbeddedDto = exports.IncomeYearDto = exports.BulkUpdateResponseDto = exports.ResponsePageDto = exports.UpdateResponseDto = exports.CreateResponseDto = exports.ResponseEmbeddedDto = exports.ResponseDto = exports.BulkUpdateNotificationTaskDto = exports.UpdateNotificationTaskDto = exports.CreateNotificationTaskDto = void 0;
|
|
8
|
+
exports.TransformTotal = exports.TransformInteger = exports.TransformFloat = exports.TransformEmbedded = exports.Default = exports.IsSmallerThan = exports.IsRequiredFieldValue = exports.IsRequiredFields = exports.IsEmptyAttribute = exports.IsBiggerThan = exports.convertAndValidate = exports.ValidationException = exports.NotificationTaskTypeEnum = exports.NotificationTaskStatusEnum = exports.TaxReturnStatusEnum = exports.NoteStatusEnum = void 0;
|
|
9
9
|
const exception_dto_1 = require("./dto/exception/exception.dto");
|
|
10
10
|
Object.defineProperty(exports, "ExceptionDto", { enumerable: true, get: function () { return exception_dto_1.ExceptionDto; } });
|
|
11
11
|
const baseView_dto_1 = require("./dto/generic/baseView.dto");
|
|
@@ -62,10 +62,10 @@ const noteStatus_enum_1 = require("./enum/noteStatus.enum");
|
|
|
62
62
|
Object.defineProperty(exports, "NoteStatusEnum", { enumerable: true, get: function () { return noteStatus_enum_1.NoteStatusEnum; } });
|
|
63
63
|
const taxReturnStatus_enum_1 = require("./enum/taxReturnStatus.enum");
|
|
64
64
|
Object.defineProperty(exports, "TaxReturnStatusEnum", { enumerable: true, get: function () { return taxReturnStatus_enum_1.TaxReturnStatusEnum; } });
|
|
65
|
-
const
|
|
66
|
-
Object.defineProperty(exports, "
|
|
67
|
-
const
|
|
68
|
-
Object.defineProperty(exports, "
|
|
65
|
+
const notificationTaskStatusEnum_1 = require("./enum/notificationTaskStatusEnum");
|
|
66
|
+
Object.defineProperty(exports, "NotificationTaskStatusEnum", { enumerable: true, get: function () { return notificationTaskStatusEnum_1.NotificationTaskStatusEnum; } });
|
|
67
|
+
const notificationTaskTypeEnum_1 = require("./enum/notificationTaskTypeEnum");
|
|
68
|
+
Object.defineProperty(exports, "NotificationTaskTypeEnum", { enumerable: true, get: function () { return notificationTaskTypeEnum_1.NotificationTaskTypeEnum; } });
|
|
69
69
|
const componentHealth_dto_1 = require("./dto/status/componentHealth.dto");
|
|
70
70
|
Object.defineProperty(exports, "ComponentHealthDto", { enumerable: true, get: function () { return componentHealth_dto_1.ComponentHealthDto; } });
|
|
71
71
|
const component_dto_1 = require("./dto/status/component.dto");
|
|
@@ -84,18 +84,18 @@ const surveyEmbedded_dto_1 = require("./dto/survey/surveyEmbedded.dto");
|
|
|
84
84
|
Object.defineProperty(exports, "SurveyEmbeddedDto", { enumerable: true, get: function () { return surveyEmbedded_dto_1.SurveyEmbeddedDto; } });
|
|
85
85
|
const bulkUpdateSurvey_dto_1 = require("./dto/survey/bulkUpdateSurvey.dto");
|
|
86
86
|
Object.defineProperty(exports, "BulkUpdateSurveyDto", { enumerable: true, get: function () { return bulkUpdateSurvey_dto_1.BulkUpdateSurveyDto; } });
|
|
87
|
-
const
|
|
88
|
-
Object.defineProperty(exports, "
|
|
89
|
-
const
|
|
90
|
-
Object.defineProperty(exports, "
|
|
91
|
-
const
|
|
92
|
-
Object.defineProperty(exports, "
|
|
93
|
-
const
|
|
94
|
-
Object.defineProperty(exports, "
|
|
95
|
-
const
|
|
96
|
-
Object.defineProperty(exports, "
|
|
97
|
-
const
|
|
98
|
-
Object.defineProperty(exports, "
|
|
87
|
+
const notificationTaskEmbeddedDto_1 = require("./dto/sendSurveyTask/notificationTaskEmbeddedDto");
|
|
88
|
+
Object.defineProperty(exports, "NotificationTaskEmbeddedDto", { enumerable: true, get: function () { return notificationTaskEmbeddedDto_1.NotificationTaskEmbeddedDto; } });
|
|
89
|
+
const notificationTaskPageDto_1 = require("./dto/sendSurveyTask/notificationTaskPageDto");
|
|
90
|
+
Object.defineProperty(exports, "NotificationTaskPageDto", { enumerable: true, get: function () { return notificationTaskPageDto_1.NotificationTaskPageDto; } });
|
|
91
|
+
const notificationTaskDto_1 = require("./dto/sendSurveyTask/notificationTaskDto");
|
|
92
|
+
Object.defineProperty(exports, "NotificationTaskDto", { enumerable: true, get: function () { return notificationTaskDto_1.NotificationTaskDto; } });
|
|
93
|
+
const updateNotificationTaskDto_1 = require("./dto/sendSurveyTask/updateNotificationTaskDto");
|
|
94
|
+
Object.defineProperty(exports, "UpdateNotificationTaskDto", { enumerable: true, get: function () { return updateNotificationTaskDto_1.UpdateNotificationTaskDto; } });
|
|
95
|
+
const createNotificationTaskDto_1 = require("./dto/sendSurveyTask/createNotificationTaskDto");
|
|
96
|
+
Object.defineProperty(exports, "CreateNotificationTaskDto", { enumerable: true, get: function () { return createNotificationTaskDto_1.CreateNotificationTaskDto; } });
|
|
97
|
+
const bulkUpdateNotificationTaskDto_1 = require("./dto/sendSurveyTask/bulkUpdateNotificationTaskDto");
|
|
98
|
+
Object.defineProperty(exports, "BulkUpdateNotificationTaskDto", { enumerable: true, get: function () { return bulkUpdateNotificationTaskDto_1.BulkUpdateNotificationTaskDto; } });
|
|
99
99
|
const response_dto_1 = require("./dto/response/response.dto");
|
|
100
100
|
Object.defineProperty(exports, "ResponseDto", { enumerable: true, get: function () { return response_dto_1.ResponseDto; } });
|
|
101
101
|
const createResponse_dto_1 = require("./dto/response/createResponse.dto");
|