@dssp/supervision 0.0.32 → 0.0.34

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.
Files changed (65) hide show
  1. package/client/pages/building-inspection/building-inspection-detail-checklist.ts +2 -1
  2. package/client/pages/building-inspection/component/inspection-event-provider.ts +1 -1
  3. package/client/pages/checklist/attachment-list-popup.ts +283 -0
  4. package/client/pages/checklist/checklist-view.ts +88 -7
  5. package/client/pages/checklist/comment-list-popup.ts +319 -0
  6. package/client/pages/checklist/file-preview-popup.ts +70 -0
  7. package/dist-client/pages/building-inspection/building-inspection-detail-checklist.js +2 -1
  8. package/dist-client/pages/building-inspection/building-inspection-detail-checklist.js.map +1 -1
  9. package/dist-client/pages/building-inspection/component/inspection-event-provider.js +1 -1
  10. package/dist-client/pages/building-inspection/component/inspection-event-provider.js.map +1 -1
  11. package/dist-client/pages/checklist/attachment-list-popup.d.ts +2 -0
  12. package/dist-client/pages/checklist/attachment-list-popup.js +290 -0
  13. package/dist-client/pages/checklist/attachment-list-popup.js.map +1 -0
  14. package/dist-client/pages/checklist/checklist-view.d.ts +2 -0
  15. package/dist-client/pages/checklist/checklist-view.js +78 -7
  16. package/dist-client/pages/checklist/checklist-view.js.map +1 -1
  17. package/dist-client/pages/checklist/comment-list-popup.d.ts +1 -0
  18. package/dist-client/pages/checklist/comment-list-popup.js +344 -0
  19. package/dist-client/pages/checklist/comment-list-popup.js.map +1 -0
  20. package/dist-client/pages/checklist/file-preview-popup.d.ts +1 -0
  21. package/dist-client/pages/checklist/file-preview-popup.js +78 -0
  22. package/dist-client/pages/checklist/file-preview-popup.js.map +1 -0
  23. package/dist-client/tsconfig.tsbuildinfo +1 -1
  24. package/dist-server/service/checklist-item/checklist-item-query.d.ts +6 -0
  25. package/dist-server/service/checklist-item/checklist-item-query.js +55 -0
  26. package/dist-server/service/checklist-item/checklist-item-query.js.map +1 -1
  27. package/dist-server/service/checklist-item/checklist-item.d.ts +2 -1
  28. package/dist-server/service/checklist-item/checklist-item.js +5 -4
  29. package/dist-server/service/checklist-item/checklist-item.js.map +1 -1
  30. package/dist-server/service/checklist-item-comment/checklist-item-comment-history.d.ts +16 -0
  31. package/dist-server/service/checklist-item-comment/checklist-item-comment-history.js +83 -0
  32. package/dist-server/service/checklist-item-comment/checklist-item-comment-history.js.map +1 -0
  33. package/dist-server/service/checklist-item-comment/checklist-item-comment-mutation.d.ts +7 -0
  34. package/dist-server/service/checklist-item-comment/checklist-item-comment-mutation.js +69 -0
  35. package/dist-server/service/checklist-item-comment/checklist-item-comment-mutation.js.map +1 -0
  36. package/dist-server/service/checklist-item-comment/checklist-item-comment-query.d.ts +7 -0
  37. package/dist-server/service/checklist-item-comment/checklist-item-comment-query.js +49 -0
  38. package/dist-server/service/checklist-item-comment/checklist-item-comment-query.js.map +1 -0
  39. package/dist-server/service/checklist-item-comment/checklist-item-comment-type.d.ts +14 -0
  40. package/dist-server/service/checklist-item-comment/checklist-item-comment-type.js +53 -0
  41. package/dist-server/service/checklist-item-comment/checklist-item-comment-type.js.map +1 -0
  42. package/dist-server/service/checklist-item-comment/checklist-item-comment.d.ts +12 -0
  43. package/dist-server/service/checklist-item-comment/checklist-item-comment.js +57 -0
  44. package/dist-server/service/checklist-item-comment/checklist-item-comment.js.map +1 -0
  45. package/dist-server/service/checklist-item-comment/event-subscriber.d.ts +7 -0
  46. package/dist-server/service/checklist-item-comment/event-subscriber.js +21 -0
  47. package/dist-server/service/checklist-item-comment/event-subscriber.js.map +1 -0
  48. package/dist-server/service/checklist-item-comment/index.d.ts +7 -0
  49. package/dist-server/service/checklist-item-comment/index.js +12 -0
  50. package/dist-server/service/checklist-item-comment/index.js.map +1 -0
  51. package/dist-server/service/index.d.ts +2 -1
  52. package/dist-server/service/index.js +6 -1
  53. package/dist-server/service/index.js.map +1 -1
  54. package/dist-server/tsconfig.tsbuildinfo +1 -1
  55. package/package.json +5 -5
  56. package/server/service/checklist-item/checklist-item-query.ts +34 -0
  57. package/server/service/checklist-item/checklist-item.ts +6 -3
  58. package/server/service/checklist-item-comment/checklist-item-comment-history.ts +69 -0
  59. package/server/service/checklist-item-comment/checklist-item-comment-mutation.ts +60 -0
  60. package/server/service/checklist-item-comment/checklist-item-comment-query.ts +36 -0
  61. package/server/service/checklist-item-comment/checklist-item-comment-type.ts +32 -0
  62. package/server/service/checklist-item-comment/checklist-item-comment.ts +56 -0
  63. package/server/service/checklist-item-comment/event-subscriber.ts +17 -0
  64. package/server/service/checklist-item-comment/index.ts +9 -0
  65. package/server/service/index.ts +10 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checklist-item-comment.js","sourceRoot":"","sources":["../../../server/service/checklist-item-comment/checklist-item-comment.ts"],"names":[],"mappings":";;;;AAAA,qCAUgB;AAChB,+CAAoD;AACpD,yDAAgD;AAChD,qEAAgE;AAWzD,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;CA+BhC,CAAA;AA9BC;IAAC,IAAA,gCAAsB,EAAC,MAAM,CAAC;IAC9B,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,iBAAE,CAAC;;gDACC;AAEnB;IAAC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,CAAC;IAChD,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACV;AAGhB;IAAC,IAAA,mBAAS,EAAC,IAAI,CAAC,EAAE,CAAC,8BAAa,CAAC;IAChC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,8BAAa,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;sCACjC,8BAAa;2DAAA;AAE7B;IAAC,IAAA,oBAAU,EAAC,CAAC,oBAA0C,EAAE,EAAE,CAAC,oBAAoB,CAAC,aAAa,CAAC;;6DACvE;AAExB;IAAC,IAAA,0BAAgB,GAAE;IAClB,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;sCACd,IAAI;uDAAA;AAEhB;IAAC,IAAA,0BAAgB,GAAE;IAClB,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;sCACd,IAAI;uDAAA;AAEhB;IAAC,IAAA,mBAAS,EAAC,IAAI,CAAC,EAAE,CAAC,gBAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC3C,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,gBAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;sCAC9B,gBAAI;qDAAA;AAEd;IAAC,IAAA,oBAAU,EAAC,CAAC,oBAA0C,EAAE,EAAE,CAAC,oBAAoB,CAAC,OAAO,CAAC;;uDACvE;AA9BP,oBAAoB;IAThC,IAAA,gBAAM,GAAE;IACR,IAAA,eAAK,EACJ,6BAA6B,EAC7B,CAAC,oBAA0C,EAAE,EAAE,CAAC,CAAC,oBAAoB,CAAC,aAAa,EAAE,oBAAoB,CAAC,SAAS,CAAC,EACpH;QACE,KAAK,EAAE,sBAAsB;KAC9B,CACF;IACA,IAAA,yBAAU,EAAC,EAAE,WAAW,EAAE,iCAAiC,EAAE,CAAC;GAClD,oBAAoB,CA+BhC;AA/BY,oDAAoB","sourcesContent":["import {\n CreateDateColumn,\n UpdateDateColumn,\n DeleteDateColumn,\n Entity,\n Index,\n Column,\n RelationId,\n ManyToOne,\n PrimaryGeneratedColumn\n} from 'typeorm'\nimport { ObjectType, Field, ID } from 'type-graphql'\nimport { User } from '@things-factory/auth-base'\nimport { ChecklistItem } from '../checklist-item/checklist-item'\n\n@Entity()\n@Index(\n 'ix_checklist_item_comment_0',\n (checklistItemComment: ChecklistItemComment) => [checklistItemComment.checklistItem, checklistItemComment.createdAt],\n {\n where: '\"deleted_at\" IS NULL'\n }\n)\n@ObjectType({ description: 'Entity for ChecklistItemComment' })\nexport class ChecklistItemComment {\n @PrimaryGeneratedColumn('uuid')\n @Field(type => ID)\n readonly id: string\n\n @Column({ nullable: true, comment: '조치 사항 코멘트' })\n @Field({ nullable: true })\n comment?: string\n\n // 체크리스트 아이템 정보 (상위 테이블 참조)\n @ManyToOne(type => ChecklistItem)\n @Field(type => ChecklistItem, { nullable: true })\n checklistItem?: ChecklistItem\n\n @RelationId((checklistItemComment: ChecklistItemComment) => checklistItemComment.checklistItem)\n checklistItemId?: string\n\n @CreateDateColumn()\n @Field({ nullable: true })\n createdAt?: Date\n\n @DeleteDateColumn()\n @Field({ nullable: true })\n deletedAt?: Date\n\n @ManyToOne(type => User, { nullable: true })\n @Field(type => User, { nullable: true })\n creator?: User\n\n @RelationId((checklistItemComment: ChecklistItemComment) => checklistItemComment.creator)\n creatorId?: string\n}\n"]}
@@ -0,0 +1,7 @@
1
+ import { HistoryEntitySubscriber } from '@operato/typeorm-history';
2
+ import { ChecklistItemComment } from './checklist-item-comment';
3
+ import { ChecklistItemCommentHistory } from './checklist-item-comment-history';
4
+ export declare class ChecklistItemCommentHistoryEntitySubscriber extends HistoryEntitySubscriber<ChecklistItemComment, ChecklistItemCommentHistory> {
5
+ get entity(): typeof ChecklistItemComment;
6
+ get historyEntity(): typeof ChecklistItemCommentHistory;
7
+ }
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ChecklistItemCommentHistoryEntitySubscriber = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const typeorm_1 = require("typeorm");
6
+ const typeorm_history_1 = require("@operato/typeorm-history");
7
+ const checklist_item_comment_1 = require("./checklist-item-comment");
8
+ const checklist_item_comment_history_1 = require("./checklist-item-comment-history");
9
+ let ChecklistItemCommentHistoryEntitySubscriber = class ChecklistItemCommentHistoryEntitySubscriber extends typeorm_history_1.HistoryEntitySubscriber {
10
+ get entity() {
11
+ return checklist_item_comment_1.ChecklistItemComment;
12
+ }
13
+ get historyEntity() {
14
+ return checklist_item_comment_history_1.ChecklistItemCommentHistory;
15
+ }
16
+ };
17
+ ChecklistItemCommentHistoryEntitySubscriber = tslib_1.__decorate([
18
+ (0, typeorm_1.EventSubscriber)()
19
+ ], ChecklistItemCommentHistoryEntitySubscriber);
20
+ exports.ChecklistItemCommentHistoryEntitySubscriber = ChecklistItemCommentHistoryEntitySubscriber;
21
+ //# sourceMappingURL=event-subscriber.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-subscriber.js","sourceRoot":"","sources":["../../../server/service/checklist-item-comment/event-subscriber.ts"],"names":[],"mappings":";;;;AAAA,qCAAyC;AAEzC,8DAAkE;AAElE,qEAA+D;AAC/D,qFAA8E;AAGvE,IAAM,2CAA2C,GAAjD,MAAM,2CAA4C,SAAQ,yCAA0E;IACzI,IAAW,MAAM;QACf,OAAO,6CAAoB,CAAA;IAC7B,CAAC;IAED,IAAW,aAAa;QACtB,OAAO,4DAA2B,CAAA;IACpC,CAAC;CACF,CAAA;AARY,2CAA2C;IADvD,IAAA,yBAAe,GAAE;GACL,2CAA2C,CAQvD;AARY,kGAA2C","sourcesContent":["import { EventSubscriber } from 'typeorm'\n\nimport { HistoryEntitySubscriber } from '@operato/typeorm-history'\n\nimport { ChecklistItemComment } from './checklist-item-comment'\nimport { ChecklistItemCommentHistory } from './checklist-item-comment-history'\n\n@EventSubscriber()\nexport class ChecklistItemCommentHistoryEntitySubscriber extends HistoryEntitySubscriber<ChecklistItemComment, ChecklistItemCommentHistory> {\n public get entity() {\n return ChecklistItemComment\n }\n\n public get historyEntity() {\n return ChecklistItemCommentHistory\n }\n}\n"]}
@@ -0,0 +1,7 @@
1
+ import { ChecklistItemComment } from './checklist-item-comment';
2
+ import { ChecklistItemCommentHistoryEntitySubscriber } from './event-subscriber';
3
+ import { ChecklistItemCommentQuery } from './checklist-item-comment-query';
4
+ import { ChecklistItemCommentMutation } from './checklist-item-comment-mutation';
5
+ export declare const entities: (typeof ChecklistItemComment)[];
6
+ export declare const resolvers: (typeof ChecklistItemCommentQuery | typeof ChecklistItemCommentMutation)[];
7
+ export declare const subscribers: (typeof ChecklistItemCommentHistoryEntitySubscriber)[];
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.subscribers = exports.resolvers = exports.entities = void 0;
4
+ const checklist_item_comment_1 = require("./checklist-item-comment");
5
+ const checklist_item_comment_history_1 = require("./checklist-item-comment-history");
6
+ const event_subscriber_1 = require("./event-subscriber");
7
+ const checklist_item_comment_query_1 = require("./checklist-item-comment-query");
8
+ const checklist_item_comment_mutation_1 = require("./checklist-item-comment-mutation");
9
+ exports.entities = [checklist_item_comment_1.ChecklistItemComment, checklist_item_comment_history_1.ChecklistItemCommentHistory];
10
+ exports.resolvers = [checklist_item_comment_query_1.ChecklistItemCommentQuery, checklist_item_comment_mutation_1.ChecklistItemCommentMutation];
11
+ exports.subscribers = [event_subscriber_1.ChecklistItemCommentHistoryEntitySubscriber];
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/service/checklist-item-comment/index.ts"],"names":[],"mappings":";;;AAAA,qEAA+D;AAC/D,qFAA8E;AAC9E,yDAAgF;AAChF,iFAA0E;AAC1E,uFAAgF;AAEnE,QAAA,QAAQ,GAAG,CAAC,6CAAoB,EAAE,4DAA2B,CAAC,CAAA;AAC9D,QAAA,SAAS,GAAG,CAAC,wDAAyB,EAAE,8DAA4B,CAAC,CAAA;AACrE,QAAA,WAAW,GAAG,CAAC,8DAA2C,CAAC,CAAA","sourcesContent":["import { ChecklistItemComment } from './checklist-item-comment'\nimport { ChecklistItemCommentHistory } from './checklist-item-comment-history'\nimport { ChecklistItemCommentHistoryEntitySubscriber } from './event-subscriber'\nimport { ChecklistItemCommentQuery } from './checklist-item-comment-query'\nimport { ChecklistItemCommentMutation } from './checklist-item-comment-mutation'\n\nexport const entities = [ChecklistItemComment, ChecklistItemCommentHistory]\nexport const resolvers = [ChecklistItemCommentQuery, ChecklistItemCommentMutation]\nexport const subscribers = [ChecklistItemCommentHistoryEntitySubscriber]\n"]}
@@ -5,10 +5,11 @@ export * from './supervisor/supervisor';
5
5
  export * from './checklist-type/checklist-type';
6
6
  export * from './checklist/checklist';
7
7
  export * from './checklist-item/checklist-item';
8
+ export * from './checklist-item-comment/checklist-item-comment';
8
9
  export * from './checklist-template/checklist-template';
9
10
  export * from './checklist-template-item/checklist-template-item';
10
11
  export * from './building-inspection/building-inspection';
11
- export declare const entities: (typeof import("./issue/issue").Issue | typeof import("./action-plan/action-plan").ActionPlan | typeof import("./supervisor/supervisor").Supervisor | typeof import("./project-report/project-report").ProjectReport | typeof import("./checklist-type/checklist-type").ChecklistType | typeof import("./checklist-item/checklist-item").ChecklistItem | typeof import("./checklist/checklist").Checklist | typeof import("./building-inspection/building-inspection").BuildingInspection | typeof import("./checklist-template-item/checklist-template-item").ChecklistTemplateItem | typeof import("./checklist-template/checklist-template").ChecklistTemplate | typeof import("./checklist/checklist-history").ChecklistHistory | typeof import("./building-inspection/building-inspection-history").BuildingInspectionHistory)[];
12
+ export declare const entities: (typeof import("./issue/issue").Issue | typeof import("./action-plan/action-plan").ActionPlan | typeof import("./supervisor/supervisor").Supervisor | typeof import("./project-report/project-report").ProjectReport | typeof import("./checklist-type/checklist-type").ChecklistType | typeof import("./checklist-item-comment/checklist-item-comment").ChecklistItemComment | typeof import("./checklist-item/checklist-item").ChecklistItem | typeof import("./checklist/checklist").Checklist | typeof import("./building-inspection/building-inspection").BuildingInspection | typeof import("./checklist-template-item/checklist-template-item").ChecklistTemplateItem | typeof import("./checklist-template/checklist-template").ChecklistTemplate | typeof import("./checklist/checklist-history").ChecklistHistory | typeof import("./building-inspection/building-inspection-history").BuildingInspectionHistory)[];
12
13
  export declare const subscribers: any[];
13
14
  export declare const schema: {
14
15
  resolverClasses: typeof import("./checklist-item/checklist-item-mutation").ChecklistItemMutation[];
@@ -10,6 +10,7 @@ tslib_1.__exportStar(require("./supervisor/supervisor"), exports);
10
10
  tslib_1.__exportStar(require("./checklist-type/checklist-type"), exports);
11
11
  tslib_1.__exportStar(require("./checklist/checklist"), exports);
12
12
  tslib_1.__exportStar(require("./checklist-item/checklist-item"), exports);
13
+ tslib_1.__exportStar(require("./checklist-item-comment/checklist-item-comment"), exports);
13
14
  tslib_1.__exportStar(require("./checklist-template/checklist-template"), exports);
14
15
  tslib_1.__exportStar(require("./checklist-template-item/checklist-template-item"), exports);
15
16
  tslib_1.__exportStar(require("./building-inspection/building-inspection"), exports);
@@ -20,6 +21,7 @@ const project_report_1 = require("./project-report");
20
21
  const supervisor_1 = require("./supervisor");
21
22
  const checklist_1 = require("./checklist");
22
23
  const checklist_item_1 = require("./checklist-item");
24
+ const checklist_item_comment_1 = require("./checklist-item-comment");
23
25
  const checklist_type_1 = require("./checklist-type");
24
26
  const checklist_template_1 = require("./checklist-template");
25
27
  const checklist_template_item_1 = require("./checklist-template-item");
@@ -32,6 +34,7 @@ exports.entities = [
32
34
  ...supervisor_1.entities,
33
35
  ...checklist_1.entities,
34
36
  ...checklist_item_1.entities,
37
+ ...checklist_item_comment_1.entities,
35
38
  ...checklist_type_1.entities,
36
39
  ...checklist_template_item_1.entities,
37
40
  ...checklist_template_1.entities,
@@ -44,7 +47,8 @@ exports.subscribers = [
44
47
  ...project_report_1.subscribers,
45
48
  ...supervisor_1.subscribers,
46
49
  ...building_inspection_1.subscribers,
47
- ...checklist_1.subscribers
50
+ ...checklist_1.subscribers,
51
+ ...checklist_item_comment_1.subscribers
48
52
  ];
49
53
  exports.schema = {
50
54
  resolverClasses: [
@@ -55,6 +59,7 @@ exports.schema = {
55
59
  ...supervisor_1.resolvers,
56
60
  ...checklist_1.resolvers,
57
61
  ...checklist_item_1.resolvers,
62
+ ...checklist_item_comment_1.resolvers,
58
63
  ...checklist_type_1.resolvers,
59
64
  ...checklist_template_item_1.resolvers,
60
65
  ...checklist_template_1.resolvers,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/service/index.ts"],"names":[],"mappings":";;;;AAAA,yBAAyB;AACzB,oEAAyC;AACzC,wDAA6B;AAC7B,0EAA+C;AAC/C,kEAAuC;AACvC,0EAA+C;AAC/C,gEAAqC;AACrC,0EAA+C;AAC/C,kFAAuD;AACvD,4FAAiE;AACjE,oFAAyD;AAEzD,mCAAmC;AACnC,+CAIsB;AACtB,mCAAiH;AACjH,qDAIyB;AACzB,6CAIqB;AACrB,2CAAiI;AACjI,qDAAyG;AACzG,qDAAyG;AACzG,6DAAqH;AACrH,uEAAkI;AAClI,+DAI8B;AAEjB,QAAA,QAAQ,GAAG;IACtB,cAAc;IACd,GAAG,sBAAkB;IACrB,GAAG,gBAAa;IAChB,GAAG,yBAAqB;IACxB,GAAG,qBAAkB;IACrB,GAAG,oBAAiB;IACpB,GAAG,yBAAqB;IACxB,GAAG,yBAAqB;IACxB,GAAG,kCAA6B;IAChC,GAAG,6BAAyB;IAC5B,GAAG,8BAA0B;CAC9B,CAAA;AAEY,QAAA,WAAW,GAAG;IACzB,iBAAiB;IACjB,GAAG,yBAAqB;IACxB,GAAG,mBAAgB;IACnB,GAAG,4BAAwB;IAC3B,GAAG,wBAAqB;IACxB,GAAG,iCAA6B;IAChC,GAAG,uBAAoB;CACxB,CAAA;AAEY,QAAA,MAAM,GAAG;IACpB,eAAe,EAAE;QACf,sBAAsB;QACtB,GAAG,uBAAmB;QACtB,GAAG,iBAAc;QACjB,GAAG,0BAAsB;QACzB,GAAG,sBAAmB;QACtB,GAAG,qBAAkB;QACrB,GAAG,0BAAsB;QACzB,GAAG,0BAAsB;QACzB,GAAG,mCAA8B;QACjC,GAAG,8BAA0B;QAC7B,GAAG,+BAA2B;KAC/B;CACF,CAAA","sourcesContent":["/* EXPORT ENTITY TYPES */\nexport * from './action-plan/action-plan'\nexport * from './issue/issue'\nexport * from './project-report/project-report'\nexport * from './supervisor/supervisor'\nexport * from './checklist-type/checklist-type'\nexport * from './checklist/checklist'\nexport * from './checklist-item/checklist-item'\nexport * from './checklist-template/checklist-template'\nexport * from './checklist-template-item/checklist-template-item'\nexport * from './building-inspection/building-inspection'\n\n/* IMPORT ENTITIES AND RESOLVERS */\nimport {\n entities as ActionPlanEntities,\n resolvers as ActionPlanResolvers,\n subscribers as ActionPlanSubscribers\n} from './action-plan'\nimport { entities as IssueEntities, resolvers as IssueResolvers, subscribers as IssueSubscribers } from './issue'\nimport {\n entities as ProjectReportEntities,\n resolvers as ProjectReportResolvers,\n subscribers as ProjectReportSubscribers\n} from './project-report'\nimport {\n entities as SupervisorEntities,\n resolvers as SupervisorResolvers,\n subscribers as SupervisorSubscribers\n} from './supervisor'\nimport { entities as ChecklistEntities, resolvers as ChecklistResolvers, subscribers as ChecklistSubscribers } from './checklist'\nimport { entities as ChecklistItemEntities, resolvers as ChecklistItemResolvers } from './checklist-item'\nimport { entities as ChecklistTypeEntities, resolvers as ChecklistTypeResolvers } from './checklist-type'\nimport { entities as ChecklistTemplateEntities, resolvers as ChecklistTemplateResolvers } from './checklist-template'\nimport { entities as ChecklistTemplateItemEntities, resolvers as ChecklistTemplateItemResolvers } from './checklist-template-item'\nimport {\n entities as BuildingInspectionEntities,\n resolvers as BuildingInspectionResolvers,\n subscribers as BuildingInspectionSubscribers\n} from './building-inspection'\n\nexport const entities = [\n /* ENTITIES */\n ...ActionPlanEntities,\n ...IssueEntities,\n ...ProjectReportEntities,\n ...SupervisorEntities,\n ...ChecklistEntities,\n ...ChecklistItemEntities,\n ...ChecklistTypeEntities,\n ...ChecklistTemplateItemEntities,\n ...ChecklistTemplateEntities,\n ...BuildingInspectionEntities\n]\n\nexport const subscribers = [\n /* SUBSCRIBERS */\n ...ActionPlanSubscribers,\n ...IssueSubscribers,\n ...ProjectReportSubscribers,\n ...SupervisorSubscribers,\n ...BuildingInspectionSubscribers,\n ...ChecklistSubscribers\n]\n\nexport const schema = {\n resolverClasses: [\n /* RESOLVER CLASSES */\n ...ActionPlanResolvers,\n ...IssueResolvers,\n ...ProjectReportResolvers,\n ...SupervisorResolvers,\n ...ChecklistResolvers,\n ...ChecklistItemResolvers,\n ...ChecklistTypeResolvers,\n ...ChecklistTemplateItemResolvers,\n ...ChecklistTemplateResolvers,\n ...BuildingInspectionResolvers\n ]\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/service/index.ts"],"names":[],"mappings":";;;;AAAA,yBAAyB;AACzB,oEAAyC;AACzC,wDAA6B;AAC7B,0EAA+C;AAC/C,kEAAuC;AACvC,0EAA+C;AAC/C,gEAAqC;AACrC,0EAA+C;AAC/C,0FAA+D;AAC/D,kFAAuD;AACvD,4FAAiE;AACjE,oFAAyD;AAEzD,mCAAmC;AACnC,+CAIsB;AACtB,mCAAiH;AACjH,qDAIyB;AACzB,6CAIqB;AACrB,2CAAiI;AACjI,qDAAyG;AACzG,qEAIiC;AACjC,qDAAyG;AACzG,6DAAqH;AACrH,uEAAkI;AAClI,+DAI8B;AAEjB,QAAA,QAAQ,GAAG;IACtB,cAAc;IACd,GAAG,sBAAkB;IACrB,GAAG,gBAAa;IAChB,GAAG,yBAAqB;IACxB,GAAG,qBAAkB;IACrB,GAAG,oBAAiB;IACpB,GAAG,yBAAqB;IACxB,GAAG,iCAA4B;IAC/B,GAAG,yBAAqB;IACxB,GAAG,kCAA6B;IAChC,GAAG,6BAAyB;IAC5B,GAAG,8BAA0B;CAC9B,CAAA;AAEY,QAAA,WAAW,GAAG;IACzB,iBAAiB;IACjB,GAAG,yBAAqB;IACxB,GAAG,mBAAgB;IACnB,GAAG,4BAAwB;IAC3B,GAAG,wBAAqB;IACxB,GAAG,iCAA6B;IAChC,GAAG,uBAAoB;IACvB,GAAG,oCAA+B;CACnC,CAAA;AAEY,QAAA,MAAM,GAAG;IACpB,eAAe,EAAE;QACf,sBAAsB;QACtB,GAAG,uBAAmB;QACtB,GAAG,iBAAc;QACjB,GAAG,0BAAsB;QACzB,GAAG,sBAAmB;QACtB,GAAG,qBAAkB;QACrB,GAAG,0BAAsB;QACzB,GAAG,kCAA6B;QAChC,GAAG,0BAAsB;QACzB,GAAG,mCAA8B;QACjC,GAAG,8BAA0B;QAC7B,GAAG,+BAA2B;KAC/B;CACF,CAAA","sourcesContent":["/* EXPORT ENTITY TYPES */\nexport * from './action-plan/action-plan'\nexport * from './issue/issue'\nexport * from './project-report/project-report'\nexport * from './supervisor/supervisor'\nexport * from './checklist-type/checklist-type'\nexport * from './checklist/checklist'\nexport * from './checklist-item/checklist-item'\nexport * from './checklist-item-comment/checklist-item-comment'\nexport * from './checklist-template/checklist-template'\nexport * from './checklist-template-item/checklist-template-item'\nexport * from './building-inspection/building-inspection'\n\n/* IMPORT ENTITIES AND RESOLVERS */\nimport {\n entities as ActionPlanEntities,\n resolvers as ActionPlanResolvers,\n subscribers as ActionPlanSubscribers\n} from './action-plan'\nimport { entities as IssueEntities, resolvers as IssueResolvers, subscribers as IssueSubscribers } from './issue'\nimport {\n entities as ProjectReportEntities,\n resolvers as ProjectReportResolvers,\n subscribers as ProjectReportSubscribers\n} from './project-report'\nimport {\n entities as SupervisorEntities,\n resolvers as SupervisorResolvers,\n subscribers as SupervisorSubscribers\n} from './supervisor'\nimport { entities as ChecklistEntities, resolvers as ChecklistResolvers, subscribers as ChecklistSubscribers } from './checklist'\nimport { entities as ChecklistItemEntities, resolvers as ChecklistItemResolvers } from './checklist-item'\nimport {\n entities as ChecklistItemCommentEntities,\n resolvers as ChecklistItemCommentResolvers,\n subscribers as ChecklistItemCommentSubscribers\n} from './checklist-item-comment'\nimport { entities as ChecklistTypeEntities, resolvers as ChecklistTypeResolvers } from './checklist-type'\nimport { entities as ChecklistTemplateEntities, resolvers as ChecklistTemplateResolvers } from './checklist-template'\nimport { entities as ChecklistTemplateItemEntities, resolvers as ChecklistTemplateItemResolvers } from './checklist-template-item'\nimport {\n entities as BuildingInspectionEntities,\n resolvers as BuildingInspectionResolvers,\n subscribers as BuildingInspectionSubscribers\n} from './building-inspection'\n\nexport const entities = [\n /* ENTITIES */\n ...ActionPlanEntities,\n ...IssueEntities,\n ...ProjectReportEntities,\n ...SupervisorEntities,\n ...ChecklistEntities,\n ...ChecklistItemEntities,\n ...ChecklistItemCommentEntities,\n ...ChecklistTypeEntities,\n ...ChecklistTemplateItemEntities,\n ...ChecklistTemplateEntities,\n ...BuildingInspectionEntities\n]\n\nexport const subscribers = [\n /* SUBSCRIBERS */\n ...ActionPlanSubscribers,\n ...IssueSubscribers,\n ...ProjectReportSubscribers,\n ...SupervisorSubscribers,\n ...BuildingInspectionSubscribers,\n ...ChecklistSubscribers,\n ...ChecklistItemCommentSubscribers\n]\n\nexport const schema = {\n resolverClasses: [\n /* RESOLVER CLASSES */\n ...ActionPlanResolvers,\n ...IssueResolvers,\n ...ProjectReportResolvers,\n ...SupervisorResolvers,\n ...ChecklistResolvers,\n ...ChecklistItemResolvers,\n ...ChecklistItemCommentResolvers,\n ...ChecklistTypeResolvers,\n ...ChecklistTemplateItemResolvers,\n ...ChecklistTemplateResolvers,\n ...BuildingInspectionResolvers\n ]\n}\n"]}