@ballistix.digital/types-pbc-react 0.33.0 → 0.35.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/attachment/attachmentEmbedded.dto.d.ts +1 -1
- package/dist/dto/attachment/attachmentEmbedded.dto.js +1 -1
- package/dist/dto/attachment/attachmentEmbedded.dto.js.map +1 -1
- package/dist/dto/attachment/view/attachmentCalculatedView.dto.js.map +1 -0
- package/dist/dto/audit/auditEmbedded.dto.d.ts +1 -1
- package/dist/dto/audit/auditEmbedded.dto.js +1 -1
- package/dist/dto/audit/auditEmbedded.dto.js.map +1 -1
- package/dist/dto/audit/view/auditCalculatedView.dto.js.map +1 -0
- package/dist/dto/customerAccessRight/bulkUpdateCustomerAccessRight.dto.d.ts +10 -0
- package/dist/dto/customerAccessRight/bulkUpdateCustomerAccessRight.dto.js +9 -0
- package/dist/dto/customerAccessRight/bulkUpdateCustomerAccessRight.dto.js.map +1 -0
- package/dist/dto/customerAccessRight/changelog/customerAccessRightChangelog.dto.d.ts +11 -0
- package/dist/dto/customerAccessRight/changelog/customerAccessRightChangelog.dto.js +46 -0
- package/dist/dto/customerAccessRight/changelog/customerAccessRightChangelog.dto.js.map +1 -0
- package/dist/dto/customerAccessRight/changelog/customerAccessRightChangelogEmbedded.dto.d.ts +5 -0
- package/dist/dto/customerAccessRight/changelog/customerAccessRightChangelogEmbedded.dto.js +31 -0
- package/dist/dto/customerAccessRight/changelog/customerAccessRightChangelogEmbedded.dto.js.map +1 -0
- package/dist/dto/customerAccessRight/changelog/customerAccessRightChangelogPage.dto.d.ts +13 -0
- package/dist/dto/customerAccessRight/changelog/customerAccessRightChangelogPage.dto.js +28 -0
- package/dist/dto/customerAccessRight/changelog/customerAccessRightChangelogPage.dto.js.map +1 -0
- package/dist/dto/customerAccessRight/createCustomerAccessRight.dto.d.ts +5 -0
- package/dist/dto/customerAccessRight/createCustomerAccessRight.dto.js +38 -0
- package/dist/dto/customerAccessRight/createCustomerAccessRight.dto.js.map +1 -0
- package/dist/dto/customerAccessRight/customerAccessRight.dto.d.ts +9 -0
- package/dist/dto/customerAccessRight/customerAccessRight.dto.js +40 -0
- package/dist/dto/customerAccessRight/customerAccessRight.dto.js.map +1 -0
- package/dist/dto/customerAccessRight/customerAccessRightEmbedded.dto.d.ts +8 -0
- package/dist/dto/customerAccessRight/customerAccessRightEmbedded.dto.js +44 -0
- package/dist/dto/customerAccessRight/customerAccessRightEmbedded.dto.js.map +1 -0
- package/dist/dto/customerAccessRight/customerAccessRightPage.dto.d.ts +13 -0
- package/dist/dto/customerAccessRight/customerAccessRightPage.dto.js +28 -0
- package/dist/dto/customerAccessRight/customerAccessRightPage.dto.js.map +1 -0
- package/dist/dto/customerAccessRight/updateCustomerAccessRight.dto.d.ts +3 -0
- package/dist/dto/customerAccessRight/updateCustomerAccessRight.dto.js +26 -0
- package/dist/dto/customerAccessRight/updateCustomerAccessRight.dto.js.map +1 -0
- package/dist/dto/cycle/cycleEmbedded.dto.d.ts +1 -1
- package/dist/dto/cycle/cycleEmbedded.dto.js +1 -1
- package/dist/dto/cycle/cycleEmbedded.dto.js.map +1 -1
- package/dist/dto/cycle/view/cycleCalculatedView.dto.js.map +1 -0
- package/dist/dto/question/questionEmbedded.dto.d.ts +1 -1
- package/dist/dto/question/questionEmbedded.dto.js +1 -1
- package/dist/dto/question/questionEmbedded.dto.js.map +1 -1
- package/dist/dto/question/view/questionCalculatedView.dto.js.map +1 -0
- package/dist/dto/survey/surveyEmbedded.dto.d.ts +3 -1
- package/dist/dto/survey/surveyEmbedded.dto.js +8 -1
- package/dist/dto/survey/surveyEmbedded.dto.js.map +1 -1
- package/dist/dto/survey/view/surveyCalculatedView.dto.js.map +1 -0
- package/dist/dto/survey/view/surveyUpdatedAtView.dto.d.ts +9 -0
- package/dist/dto/survey/view/surveyUpdatedAtView.dto.js +53 -0
- package/dist/dto/survey/view/surveyUpdatedAtView.dto.js.map +1 -0
- package/dist/dto/user/createUser.dto.d.ts +5 -0
- package/dist/dto/user/createUser.dto.js +44 -0
- package/dist/dto/user/createUser.dto.js.map +1 -1
- package/dist/dto/user/updateUser.dto.d.ts +5 -2
- package/dist/dto/user/updateUser.dto.js +27 -2
- package/dist/dto/user/updateUser.dto.js.map +1 -1
- package/dist/dto/user/user.dto.d.ts +2 -0
- package/dist/dto/user/user.dto.js +10 -0
- package/dist/dto/user/user.dto.js.map +1 -1
- package/dist/enum/userRoleEnum.d.ts +2 -1
- package/dist/enum/userRoleEnum.js +1 -0
- package/dist/enum/userRoleEnum.js.map +1 -1
- package/dist/index.d.ts +15 -6
- package/dist/index.js +26 -8
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/dto/attachment/calculated/attachmentCalculatedView.dto.js.map +0 -1
- package/dist/dto/audit/calculated/auditCalculatedView.dto.js.map +0 -1
- package/dist/dto/cycle/calculated/cycleCalculatedView.dto.js.map +0 -1
- package/dist/dto/question/calculated/questionCalculatedView.dto.js.map +0 -1
- package/dist/dto/survey/calculated/surveyCalculatedView.dto.js.map +0 -1
- /package/dist/dto/attachment/{calculated → view}/attachmentCalculatedView.dto.d.ts +0 -0
- /package/dist/dto/attachment/{calculated → view}/attachmentCalculatedView.dto.js +0 -0
- /package/dist/dto/audit/{calculated → view}/auditCalculatedView.dto.d.ts +0 -0
- /package/dist/dto/audit/{calculated → view}/auditCalculatedView.dto.js +0 -0
- /package/dist/dto/cycle/{calculated → view}/cycleCalculatedView.dto.d.ts +0 -0
- /package/dist/dto/cycle/{calculated → view}/cycleCalculatedView.dto.js +0 -0
- /package/dist/dto/question/{calculated → view}/questionCalculatedView.dto.d.ts +0 -0
- /package/dist/dto/question/{calculated → view}/questionCalculatedView.dto.js +0 -0
- /package/dist/dto/survey/{calculated → view}/surveyCalculatedView.dto.d.ts +0 -0
- /package/dist/dto/survey/{calculated → view}/surveyCalculatedView.dto.js +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UserDto } from '../user/user.dto';
|
|
2
|
-
import { AttachmentCalculatedViewDto } from './
|
|
2
|
+
import { AttachmentCalculatedViewDto } from './view/attachmentCalculatedView.dto';
|
|
3
3
|
export declare class AttachmentEmbeddedDto {
|
|
4
4
|
calculated?: AttachmentCalculatedViewDto;
|
|
5
5
|
createdBy?: UserDto;
|
|
@@ -13,7 +13,7 @@ exports.AttachmentEmbeddedDto = void 0;
|
|
|
13
13
|
const nestjs_1 = require("../../nestjs");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
const user_dto_1 = require("../user/user.dto");
|
|
16
|
-
const attachmentCalculatedView_dto_1 = require("./
|
|
16
|
+
const attachmentCalculatedView_dto_1 = require("./view/attachmentCalculatedView.dto");
|
|
17
17
|
class AttachmentEmbeddedDto {
|
|
18
18
|
}
|
|
19
19
|
exports.AttachmentEmbeddedDto = AttachmentEmbeddedDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachmentEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/attachmentEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"attachmentEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/attachmentEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,sFAAkF;AAElF,MAAa,qBAAqB;CAejC;AAfD,sDAeC;AAXA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,0DAA2B,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACzE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0DAA2B,CAAC;IACvC,IAAA,0BAAM,GAAE;8BACI,0DAA2B;yDAAC;AAKzC;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;wDAAC;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;wDAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachmentCalculatedView.dto.js","sourceRoot":"","sources":["../../../../src/dto/attachment/view/attachmentCalculatedView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;AAE9C,MAAa,2BAA2B;CAoBvC;AApBD,kEAoBC;AAjBA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;uDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;;+DACU;AAInB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;;4DACO;AAIhB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;;6DACQ;AAIjB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;4DACO"}
|
|
@@ -3,7 +3,7 @@ import { SurveyDto } from '../survey/survey.dto';
|
|
|
3
3
|
import { AuditTeamDto } from '../auditTeam/auditTeam.dto';
|
|
4
4
|
import { CustomerDto } from '../customer/customer.dto';
|
|
5
5
|
import { FavoriteDto } from '../favorite/favorite.dto';
|
|
6
|
-
import { AuditCalculatedViewDto } from './
|
|
6
|
+
import { AuditCalculatedViewDto } from './view/auditCalculatedView.dto';
|
|
7
7
|
export declare class AuditEmbeddedDto {
|
|
8
8
|
surveys?: SurveyDto[];
|
|
9
9
|
auditTeam?: AuditTeamDto;
|
|
@@ -17,7 +17,7 @@ const survey_dto_1 = require("../survey/survey.dto");
|
|
|
17
17
|
const auditTeam_dto_1 = require("../auditTeam/auditTeam.dto");
|
|
18
18
|
const customer_dto_1 = require("../customer/customer.dto");
|
|
19
19
|
const favorite_dto_1 = require("../favorite/favorite.dto");
|
|
20
|
-
const auditCalculatedView_dto_1 = require("./
|
|
20
|
+
const auditCalculatedView_dto_1 = require("./view/auditCalculatedView.dto");
|
|
21
21
|
class AuditEmbeddedDto {
|
|
22
22
|
}
|
|
23
23
|
exports.AuditEmbeddedDto = AuditEmbeddedDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auditEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/audit/auditEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,qDAAiD;AACjD,8DAA0D;AAC1D,2DAAuD;AACvD,2DAAuD;AACvD,
|
|
1
|
+
{"version":3,"file":"auditEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/audit/auditEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,qDAAiD;AACjD,8DAA0D;AAC1D,2DAAuD;AACvD,2DAAuD;AACvD,4EAAwE;AAExE,MAAa,gBAAgB;CAmC5B;AAnCD,4CAmCC;AA/BA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,sBAAS,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACzD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAS,CAAC;IACrB,IAAA,0BAAM,GAAE;;iDACa;AAKtB;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;mDAAA;AAKxB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,0BAAW,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACzD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;IACvB,IAAA,0BAAM,GAAE;8BACE,0BAAW;kDAAA;AAKtB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,0BAAW,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC3D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;IACvB,IAAA,0BAAM,GAAE;;mDACiB;AAK1B;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,gDAAsB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACpE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gDAAsB,CAAC;IAClC,IAAA,0BAAM,GAAE;8BACI,gDAAsB;oDAAC;AAKpC;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;mDAAC;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;mDAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auditCalculatedView.dto.js","sourceRoot":"","sources":["../../../../src/dto/audit/view/auditCalculatedView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;AAE9C,MAAa,sBAAsB;CAgDlC;AAhDD,wDAgDC;AA7CA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qEACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;iEACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qEACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qEACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;oEACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;sEACuB;AAIhC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;0EAC2B;AAIpC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;6EAC8B;AAIvC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8EAC+B;AAIxC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+EACgC;AAIzC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;6DACc"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BulkUpdateCustomerAccessRightDto = void 0;
|
|
4
|
+
const bulk_dto_1 = require("../generic/bulk.dto");
|
|
5
|
+
const updateCustomerAccessRight_dto_1 = require("./updateCustomerAccessRight.dto");
|
|
6
|
+
class BulkUpdateCustomerAccessRightDto extends (0, bulk_dto_1.BulkDto)(updateCustomerAccessRight_dto_1.UpdateCustomerAccessRightDto) {
|
|
7
|
+
}
|
|
8
|
+
exports.BulkUpdateCustomerAccessRightDto = BulkUpdateCustomerAccessRightDto;
|
|
9
|
+
//# sourceMappingURL=bulkUpdateCustomerAccessRight.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulkUpdateCustomerAccessRight.dto.js","sourceRoot":"","sources":["../../../src/dto/customerAccessRight/bulkUpdateCustomerAccessRight.dto.ts"],"names":[],"mappings":";;;AAAA,kDAA8C;AAC9C,mFAA+E;AAE/E,MAAa,gCAAiC,SAAQ,IAAA,kBAAO,EAAC,4DAA4B,CAAC;CAAG;AAA9F,4EAA8F"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CustomerAccessRightChangelogEmbeddedDto } from './customerAccessRightChangelogEmbedded.dto';
|
|
2
|
+
import { ChangelogOperationEnum } from '../../../enum/changelogOperationEnum';
|
|
3
|
+
declare const CustomerAccessRightChangelogDto_base: import("../../generic/base.dto").BaseDtoType<CustomerAccessRightChangelogEmbeddedDto>;
|
|
4
|
+
export declare class CustomerAccessRightChangelogDto extends CustomerAccessRightChangelogDto_base {
|
|
5
|
+
id: string;
|
|
6
|
+
operation: ChangelogOperationEnum;
|
|
7
|
+
customerAccessRightId: string;
|
|
8
|
+
userId: string;
|
|
9
|
+
customerId: string;
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -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.CustomerAccessRightChangelogDto = void 0;
|
|
13
|
+
const base_dto_1 = require("../../generic/base.dto");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const nestjs_1 = require("../../../nestjs");
|
|
16
|
+
const customerAccessRightChangelogEmbedded_dto_1 = require("./customerAccessRightChangelogEmbedded.dto");
|
|
17
|
+
const changelogOperationEnum_1 = require("../../../enum/changelogOperationEnum");
|
|
18
|
+
class CustomerAccessRightChangelogDto extends (0, base_dto_1.BaseDto)(customerAccessRightChangelogEmbedded_dto_1.CustomerAccessRightChangelogEmbeddedDto) {
|
|
19
|
+
}
|
|
20
|
+
exports.CustomerAccessRightChangelogDto = CustomerAccessRightChangelogDto;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
23
|
+
(0, class_transformer_1.Expose)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], CustomerAccessRightChangelogDto.prototype, "id", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, nestjs_1.ApiProperty)({ enum: changelogOperationEnum_1.ChangelogOperationEnum, required: true }),
|
|
28
|
+
(0, class_transformer_1.Expose)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], CustomerAccessRightChangelogDto.prototype, "operation", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
33
|
+
(0, class_transformer_1.Expose)(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], CustomerAccessRightChangelogDto.prototype, "customerAccessRightId", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
38
|
+
(0, class_transformer_1.Expose)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], CustomerAccessRightChangelogDto.prototype, "userId", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
43
|
+
(0, class_transformer_1.Expose)(),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], CustomerAccessRightChangelogDto.prototype, "customerId", void 0);
|
|
46
|
+
//# sourceMappingURL=customerAccessRightChangelog.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customerAccessRightChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/customerAccessRight/changelog/customerAccessRightChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,yGAAqG;AACrG,iFAA8E;AAE9E,MAAa,+BAAgC,SAAQ,IAAA,kBAAO,EAAC,kFAAuC,CAAC;CAoBpG;AApBD,0EAoBC;AAjBA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;2DACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,+CAAsB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kEAC0B;AAInC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;8EACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;+DACO;AAIhB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;mEACW"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.CustomerAccessRightChangelogEmbeddedDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../../nestjs");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const user_dto_1 = require("../../user/user.dto");
|
|
16
|
+
class CustomerAccessRightChangelogEmbeddedDto {
|
|
17
|
+
}
|
|
18
|
+
exports.CustomerAccessRightChangelogEmbeddedDto = CustomerAccessRightChangelogEmbeddedDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
22
|
+
(0, class_transformer_1.Expose)(),
|
|
23
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
24
|
+
], CustomerAccessRightChangelogEmbeddedDto.prototype, "createdBy", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
27
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
28
|
+
(0, class_transformer_1.Expose)(),
|
|
29
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
30
|
+
], CustomerAccessRightChangelogEmbeddedDto.prototype, "updatedBy", void 0);
|
|
31
|
+
//# sourceMappingURL=customerAccessRightChangelogEmbedded.dto.js.map
|
package/dist/dto/customerAccessRight/changelog/customerAccessRightChangelogEmbedded.dto.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customerAccessRightChangelogEmbedded.dto.js","sourceRoot":"","sources":["../../../../src/dto/customerAccessRight/changelog/customerAccessRightChangelogEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,yDAAiD;AACjD,kDAA8C;AAE9C,MAAa,uCAAuC;CAUnD;AAVD,0FAUC;AANA;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;0EAAC;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;0EAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { CustomerAccessRightChangelogDto } from './customerAccessRightChangelog.dto';
|
|
2
|
+
declare class EmbeddedCustomerAccessRightChangelog {
|
|
3
|
+
customerAccessRightChangelogs?: CustomerAccessRightChangelogDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const CustomerAccessRightChangelogPageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedCustomerAccessRightChangelog;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class CustomerAccessRightChangelogPageDto extends CustomerAccessRightChangelogPageDto_base {
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
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.CustomerAccessRightChangelogPageDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const nestjs_1 = require("../../../nestjs");
|
|
15
|
+
const page_dto_1 = require("../../generic/page.dto");
|
|
16
|
+
const customerAccessRightChangelog_dto_1 = require("./customerAccessRightChangelog.dto");
|
|
17
|
+
class EmbeddedCustomerAccessRightChangelog {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [customerAccessRightChangelog_dto_1.CustomerAccessRightChangelogDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => customerAccessRightChangelog_dto_1.CustomerAccessRightChangelogDto),
|
|
22
|
+
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], EmbeddedCustomerAccessRightChangelog.prototype, "customerAccessRightChangelogs", void 0);
|
|
25
|
+
class CustomerAccessRightChangelogPageDto extends (0, page_dto_1.PageDto)(EmbeddedCustomerAccessRightChangelog) {
|
|
26
|
+
}
|
|
27
|
+
exports.CustomerAccessRightChangelogPageDto = CustomerAccessRightChangelogPageDto;
|
|
28
|
+
//# sourceMappingURL=customerAccessRightChangelogPage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customerAccessRightChangelogPage.dto.js","sourceRoot":"","sources":["../../../../src/dto/customerAccessRight/changelog/customerAccessRightChangelogPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,4CAA8C;AAC9C,qDAAiD;AACjD,yFAAqF;AAErF,MAAM,oCAAoC;CAKzC;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,kEAA+B,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/E,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kEAA+B,CAAC;IAC3C,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;2FACwC;AAGnE,MAAa,mCAAoC,SAAQ,IAAA,kBAAO,EAAC,oCAAoC,CAAC;CAAG;AAAzG,kFAAyG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.CreateCustomerAccessRightDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../nestjs");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const class_transformer_1 = require("class-transformer");
|
|
16
|
+
class CreateCustomerAccessRightDto {
|
|
17
|
+
}
|
|
18
|
+
exports.CreateCustomerAccessRightDto = CreateCustomerAccessRightDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
21
|
+
(0, class_validator_1.IsUUID)(),
|
|
22
|
+
(0, class_transformer_1.Expose)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], CreateCustomerAccessRightDto.prototype, "userId", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
27
|
+
(0, class_validator_1.IsUUID)(),
|
|
28
|
+
(0, class_transformer_1.Expose)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], CreateCustomerAccessRightDto.prototype, "customerId", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
33
|
+
(0, class_validator_1.IsBoolean)(),
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
(0, class_transformer_1.Expose)(),
|
|
36
|
+
__metadata("design:type", Boolean)
|
|
37
|
+
], CreateCustomerAccessRightDto.prototype, "hasFullAccess", void 0);
|
|
38
|
+
//# sourceMappingURL=createCustomerAccessRight.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createCustomerAccessRight.dto.js","sourceRoot":"","sources":["../../../src/dto/customerAccessRight/createCustomerAccessRight.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAAgE;AAChE,yDAA2C;AAE3C,MAAa,4BAA4B;CAgBxC;AAhBD,oEAgBC;AAZA;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;;4DACO;AAKhB;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;;gEACW;AAMpB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;mEACe"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CustomerAccessRightEmbeddedDto } from './customerAccessRightEmbedded.dto';
|
|
2
|
+
declare const CustomerAccessRightDto_base: import("../generic/base.dto").BaseDtoType<CustomerAccessRightEmbeddedDto>;
|
|
3
|
+
export declare class CustomerAccessRightDto extends CustomerAccessRightDto_base {
|
|
4
|
+
id: string;
|
|
5
|
+
hasFullAccess: boolean;
|
|
6
|
+
userId: string;
|
|
7
|
+
customerId: string;
|
|
8
|
+
}
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,40 @@
|
|
|
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.CustomerAccessRightDto = void 0;
|
|
13
|
+
const base_dto_1 = require("../generic/base.dto");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const nestjs_1 = require("../../nestjs");
|
|
16
|
+
const customerAccessRightEmbedded_dto_1 = require("./customerAccessRightEmbedded.dto");
|
|
17
|
+
class CustomerAccessRightDto extends (0, base_dto_1.BaseDto)(customerAccessRightEmbedded_dto_1.CustomerAccessRightEmbeddedDto) {
|
|
18
|
+
}
|
|
19
|
+
exports.CustomerAccessRightDto = CustomerAccessRightDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
22
|
+
(0, class_transformer_1.Expose)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], CustomerAccessRightDto.prototype, "id", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: Boolean, required: true }),
|
|
27
|
+
(0, class_transformer_1.Expose)(),
|
|
28
|
+
__metadata("design:type", Boolean)
|
|
29
|
+
], CustomerAccessRightDto.prototype, "hasFullAccess", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], CustomerAccessRightDto.prototype, "userId", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
37
|
+
(0, class_transformer_1.Expose)(),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], CustomerAccessRightDto.prototype, "customerId", void 0);
|
|
40
|
+
//# sourceMappingURL=customerAccessRight.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customerAccessRight.dto.js","sourceRoot":"","sources":["../../../src/dto/customerAccessRight/customerAccessRight.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,uFAAmF;AAEnF,MAAa,sBAAuB,SAAQ,IAAA,kBAAO,EAAC,gEAA8B,CAAC;CAgBlF;AAhBD,wDAgBC;AAbA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;6DACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;sDACO;AAIhB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;0DACW"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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.CustomerAccessRightEmbeddedDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../nestjs");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const user_dto_1 = require("../user/user.dto");
|
|
16
|
+
const customer_dto_1 = require("../customer/customer.dto");
|
|
17
|
+
class CustomerAccessRightEmbeddedDto {
|
|
18
|
+
}
|
|
19
|
+
exports.CustomerAccessRightEmbeddedDto = CustomerAccessRightEmbeddedDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, nestjs_1.ApiProperty)({ type: () => customer_dto_1.CustomerDto, required: false }),
|
|
22
|
+
(0, class_transformer_1.Type)(() => customer_dto_1.CustomerDto),
|
|
23
|
+
(0, class_transformer_1.Expose)(),
|
|
24
|
+
__metadata("design:type", customer_dto_1.CustomerDto)
|
|
25
|
+
], CustomerAccessRightEmbeddedDto.prototype, "customer", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
28
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
29
|
+
(0, class_transformer_1.Expose)(),
|
|
30
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
31
|
+
], CustomerAccessRightEmbeddedDto.prototype, "user", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
34
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
35
|
+
(0, class_transformer_1.Expose)(),
|
|
36
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
37
|
+
], CustomerAccessRightEmbeddedDto.prototype, "createdBy", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
40
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
41
|
+
(0, class_transformer_1.Expose)(),
|
|
42
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
43
|
+
], CustomerAccessRightEmbeddedDto.prototype, "updatedBy", void 0);
|
|
44
|
+
//# sourceMappingURL=customerAccessRightEmbedded.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customerAccessRightEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/customerAccessRight/customerAccessRightEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,2DAAuD;AAEvD,MAAa,8BAA8B;CAoB1C;AApBD,wEAoBC;AAhBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,0BAAW,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACzD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;IACvB,IAAA,0BAAM,GAAE;8BACC,0BAAW;gEAAC;AAKtB;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;8BACH,kBAAO;4DAAC;AAKd;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;iEAAC;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;iEAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { CustomerAccessRightDto } from './customerAccessRight.dto';
|
|
2
|
+
declare class EmbeddedCustomerAccessRight {
|
|
3
|
+
customerAccessRights?: CustomerAccessRightDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const CustomerAccessRightPageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedCustomerAccessRight;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class CustomerAccessRightPageDto extends CustomerAccessRightPageDto_base {
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
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.CustomerAccessRightPageDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
const page_dto_1 = require("../generic/page.dto");
|
|
16
|
+
const customerAccessRight_dto_1 = require("./customerAccessRight.dto");
|
|
17
|
+
class EmbeddedCustomerAccessRight {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [customerAccessRight_dto_1.CustomerAccessRightDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => customerAccessRight_dto_1.CustomerAccessRightDto),
|
|
22
|
+
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], EmbeddedCustomerAccessRight.prototype, "customerAccessRights", void 0);
|
|
25
|
+
class CustomerAccessRightPageDto extends (0, page_dto_1.PageDto)(EmbeddedCustomerAccessRight) {
|
|
26
|
+
}
|
|
27
|
+
exports.CustomerAccessRightPageDto = CustomerAccessRightPageDto;
|
|
28
|
+
//# sourceMappingURL=customerAccessRightPage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customerAccessRightPage.dto.js","sourceRoot":"","sources":["../../../src/dto/customerAccessRight/customerAccessRightPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAC3C,kDAA8C;AAC9C,uEAAmE;AAEnE,MAAM,2BAA2B;CAKhC;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,gDAAsB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACtE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gDAAsB,CAAC;IAClC,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;yEACsB;AAGjD,MAAa,0BAA2B,SAAQ,IAAA,kBAAO,EAAC,2BAA2B,CAAC;CAAG;AAAvF,gEAAuF"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.UpdateCustomerAccessRightDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../nestjs");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const class_transformer_1 = require("class-transformer");
|
|
16
|
+
class UpdateCustomerAccessRightDto {
|
|
17
|
+
}
|
|
18
|
+
exports.UpdateCustomerAccessRightDto = UpdateCustomerAccessRightDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
21
|
+
(0, class_validator_1.IsBoolean)(),
|
|
22
|
+
(0, class_validator_1.IsOptional)(),
|
|
23
|
+
(0, class_transformer_1.Expose)(),
|
|
24
|
+
__metadata("design:type", Boolean)
|
|
25
|
+
], UpdateCustomerAccessRightDto.prototype, "hasFullAccess", void 0);
|
|
26
|
+
//# sourceMappingURL=updateCustomerAccessRight.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateCustomerAccessRight.dto.js","sourceRoot":"","sources":["../../../src/dto/customerAccessRight/updateCustomerAccessRight.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAyC;AACzC,qDAAsD;AACtD,yDAAyC;AAEzC,MAAa,4BAA4B;CAMxC;AAND,oEAMC;AADG;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;mEACe"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UserDto } from '../user/user.dto';
|
|
2
2
|
import { SurveyDto } from '../survey/survey.dto';
|
|
3
3
|
import { QuestionDto } from '../question/question.dto';
|
|
4
|
-
import { CycleCalculatedViewDto } from './
|
|
4
|
+
import { CycleCalculatedViewDto } from './view/cycleCalculatedView.dto';
|
|
5
5
|
export declare class CycleEmbeddedDto {
|
|
6
6
|
survey?: SurveyDto;
|
|
7
7
|
questions: QuestionDto[];
|
|
@@ -15,7 +15,7 @@ const class_transformer_1 = require("class-transformer");
|
|
|
15
15
|
const user_dto_1 = require("../user/user.dto");
|
|
16
16
|
const survey_dto_1 = require("../survey/survey.dto");
|
|
17
17
|
const question_dto_1 = require("../question/question.dto");
|
|
18
|
-
const cycleCalculatedView_dto_1 = require("./
|
|
18
|
+
const cycleCalculatedView_dto_1 = require("./view/cycleCalculatedView.dto");
|
|
19
19
|
class CycleEmbeddedDto {
|
|
20
20
|
}
|
|
21
21
|
exports.CycleEmbeddedDto = CycleEmbeddedDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cycleEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/cycle/cycleEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,qDAAiD;AACjD,2DAAuD;AACvD,
|
|
1
|
+
{"version":3,"file":"cycleEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/cycle/cycleEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,qDAAiD;AACjD,2DAAuD;AACvD,4EAAwE;AAExE,MAAa,gBAAgB;CAyB5B;AAzBD,4CAyBC;AArBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,sBAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACvD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAS,CAAC;IACrB,IAAA,0BAAM,GAAE;8BACA,sBAAS;gDAAC;AAKnB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,0BAAW,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC3D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;IACvB,IAAA,0BAAM,GAAE;;mDACgB;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,gDAAsB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACpE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gDAAsB,CAAC;IAClC,IAAA,0BAAM,GAAE;8BACI,gDAAsB;oDAAC;AAKpC;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;mDAAC;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;mDAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cycleCalculatedView.dto.js","sourceRoot":"","sources":["../../../../src/dto/cycle/view/cycleCalculatedView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;AAE9C,MAAa,sBAAsB;CAwDlC;AAxDD,wDAwDC;AArDA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qEACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;iEACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qEACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qEACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;oEACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;sEACuB;AAIhC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;0EAC2B;AAIpC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;6EAC8B;AAIvC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8EAC+B;AAIxC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+EACgC;AAIzC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;6DACc;AAIvB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;iEACmB;AAI5B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;wDACS"}
|
|
@@ -2,7 +2,7 @@ import { UserDto } from '../user/user.dto';
|
|
|
2
2
|
import { CycleDto } from '../cycle/cycle.dto';
|
|
3
3
|
import { ResponseDto } from '../response/response.dto';
|
|
4
4
|
import { CommentDto } from '../comment/comment.dto';
|
|
5
|
-
import { QuestionCalculatedViewDto } from './
|
|
5
|
+
import { QuestionCalculatedViewDto } from './view/questionCalculatedView.dto';
|
|
6
6
|
export declare class QuestionEmbeddedDto {
|
|
7
7
|
cycle?: CycleDto;
|
|
8
8
|
response?: ResponseDto;
|
|
@@ -16,7 +16,7 @@ const user_dto_1 = require("../user/user.dto");
|
|
|
16
16
|
const cycle_dto_1 = require("../cycle/cycle.dto");
|
|
17
17
|
const response_dto_1 = require("../response/response.dto");
|
|
18
18
|
const comment_dto_1 = require("../comment/comment.dto");
|
|
19
|
-
const questionCalculatedView_dto_1 = require("./
|
|
19
|
+
const questionCalculatedView_dto_1 = require("./view/questionCalculatedView.dto");
|
|
20
20
|
class QuestionEmbeddedDto {
|
|
21
21
|
}
|
|
22
22
|
exports.QuestionEmbeddedDto = QuestionEmbeddedDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"questionEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/question/questionEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,kDAA8C;AAC9C,2DAAuD;AACvD,wDAAoD;AACpD,
|
|
1
|
+
{"version":3,"file":"questionEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/question/questionEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,kDAA8C;AAC9C,2DAAuD;AACvD,wDAAoD;AACpD,kFAA8E;AAE9E,MAAa,mBAAmB;CA8B/B;AA9BD,kDA8BC;AA1BA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,oBAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACtD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAQ,CAAC;IACpB,IAAA,0BAAM,GAAE;8BACD,oBAAQ;kDAAC;AAKjB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,0BAAW,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACzD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;IACvB,IAAA,0BAAM,GAAE;8BACE,0BAAW;qDAAC;AAKvB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,wBAAU,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC1D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IACtB,IAAA,0BAAM,GAAE;;qDACe;AAKxB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,sDAAyB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACvE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sDAAyB,CAAC;IACrC,IAAA,0BAAM,GAAE;8BACI,sDAAyB;uDAAC;AAKvC;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;sDAAC;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;sDAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"questionCalculatedView.dto.js","sourceRoot":"","sources":["../../../../src/dto/question/view/questionCalculatedView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;AAE9C,MAAa,yBAAyB;CAwCrC;AAxCD,8DAwCC;AArCA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;qDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;wEACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;uEACoB;AAI7B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;0EACuB;AAIhC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;2EACwB;AAIjC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;wEACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;mEACgB;AAIzB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;uEACoB;AAI7B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;oEACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;2DACQ"}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { UserDto } from '../user/user.dto';
|
|
2
2
|
import { AuditDto } from '../audit/audit.dto';
|
|
3
3
|
import { CycleDto } from '../cycle/cycle.dto';
|
|
4
|
-
import { SurveyCalculatedViewDto } from './
|
|
4
|
+
import { SurveyCalculatedViewDto } from './view/surveyCalculatedView.dto';
|
|
5
5
|
import { NotificationTaskDto } from '../notificationTask/notificationTaskDto';
|
|
6
|
+
import { SurveyUpdatedAtViewDto } from './view/surveyUpdatedAtView.dto';
|
|
6
7
|
export declare class SurveyEmbeddedDto {
|
|
7
8
|
audit?: AuditDto;
|
|
8
9
|
cycles?: CycleDto[];
|
|
9
10
|
notificationTasks?: NotificationTaskDto[];
|
|
10
11
|
calculated?: SurveyCalculatedViewDto;
|
|
12
|
+
updatedAtView?: SurveyUpdatedAtViewDto;
|
|
11
13
|
createdBy?: UserDto;
|
|
12
14
|
updatedBy?: UserDto;
|
|
13
15
|
}
|