@servicelabsco/slabs-access-manager 0.1.64 → 0.1.65

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.
@@ -5,4 +5,6 @@ export declare class EmailMessageAttributesDto extends CommonAttributesDto {
5
5
  in_reply_to?: string;
6
6
  threads_count?: number;
7
7
  user_managed_tracking?: boolean;
8
+ attachments?: number;
9
+ from_name?: string;
8
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"email.message.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/email.message.attributes.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA6E;AAC7E,yDAA2C;AAC3C,qDAAuD;AAEvD,MAAa,yBAA0B,SAAQ,6CAAmB;CA6BjE;AA7BD,8DA6BC;AA3BG;IADC,IAAA,0BAAQ,GAAE;;oEACgB;AAK3B;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;;+DACW"}
1
+ {"version":3,"file":"email.message.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/email.message.attributes.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA6E;AAC7E,yDAA2C;AAC3C,qDAAuD;AAEvD,MAAa,yBAA0B,SAAQ,6CAAmB;CAiCjE;AAjCD,8DAiCC;AA/BG;IADC,IAAA,0BAAQ,GAAE;;oEACgB;AAK3B;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;;+DACW"}
@@ -1,4 +1,5 @@
1
1
  import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { TagAssignmentEntity } from '../../accessUtility/entities/tag.assignment.entity';
2
3
  import { EmailMessageAttributesDto } from '../dtos/email.message.attributes.dto';
3
4
  import { BusinessEmailEntity } from './business.email.entity';
4
5
  import { EmailAttachmentEntity } from './email.attachment.entity';
@@ -20,4 +21,6 @@ export declare class EmailMessageEntity extends CommonEntity {
20
21
  email: BusinessEmailEntity;
21
22
  attachments: EmailAttachmentEntity[];
22
23
  recipients: EmailRecipientEntity[];
24
+ tags: TagAssignmentEntity[];
25
+ related_mails: EmailMessageEntity[];
23
26
  }
@@ -10,8 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.EmailMessageEntity = void 0;
13
- const typeorm_1 = require("typeorm");
14
13
  const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
15
  const email_message_attributes_dto_1 = require("../dtos/email.message.attributes.dto");
16
16
  const business_email_entity_1 = require("./business.email.entity");
17
17
  const email_attachment_entity_1 = require("./email.attachment.entity");
@@ -1 +1 @@
1
- {"version":3,"file":"email.message.entity.js","sourceRoot":"","sources":["../../../src/access/entities/email.message.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2E;AAC3E,oFAAsE;AACtE,uFAAiF;AACjF,mEAA8D;AAC9D,uEAAkE;AAClE,qEAAgE;AASzD,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,sCAAY;CA8CnD,CAAA;AA9CY,gDAAkB;AAE3B;IADC,IAAA,gBAAM,GAAE;;oDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;sDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;sDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;mDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;gDACI;AAGb;IADC,IAAA,gBAAM,GAAE;8BACI,IAAI;uDAAC;AAGlB;IADC,IAAA,gBAAM,GAAE;;gDACK;AAGd;IADC,IAAA,gBAAM,GAAE;;+DACmB;AAG5B;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;qDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;qDACS;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,wDAAyB;sDAAC;AAGkC;IAAvE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAmB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;8BAAQ,2CAAmB;iDAAC;AAEvB;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,+CAAqB,EAAE,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,OAAO,CAAC;;uDAAsC;AAExC;IAAxE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,EAAE,CAAC,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,OAAO,CAAC;;sDAAoC;6BA7CnG,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,kBAAkB,CA8C9B"}
1
+ {"version":3,"file":"email.message.entity.js","sourceRoot":"","sources":["../../../src/access/entities/email.message.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAA2E;AAE3E,uFAAiF;AACjF,mEAA8D;AAC9D,uEAAkE;AAClE,qEAAgE;AASzD,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,sCAAY;CAiDnD,CAAA;AAjDY,gDAAkB;AAE3B;IADC,IAAA,gBAAM,GAAE;;oDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;sDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;sDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;mDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;gDACI;AAGb;IADC,IAAA,gBAAM,GAAE;8BACI,IAAI;uDAAC;AAGlB;IADC,IAAA,gBAAM,GAAE;;gDACK;AAGd;IADC,IAAA,gBAAM,GAAE;;+DACmB;AAG5B;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;qDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;qDACS;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,wDAAyB;sDAAC;AAGkC;IAAvE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAmB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;8BAAQ,2CAAmB;iDAAC;AAEvB;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,+CAAqB,EAAE,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,OAAO,CAAC;;uDAAsC;AAExC;IAAxE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,EAAE,CAAC,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,OAAO,CAAC;;sDAAoC;6BA7CnG,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,kBAAkB,CAiD9B"}
@@ -4,4 +4,6 @@ export declare class EmailAttachmentJob extends CommonJob {
4
4
  protected readonly queueService: QueueService;
5
5
  constructor(queueService: QueueService);
6
6
  handle(evt: DatabaseEventDto<EmailAttachmentEntity>): Promise<number>;
7
+ private handleInsertion;
8
+ private syncAttachmentCount;
7
9
  }
@@ -12,6 +12,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.EmailAttachmentJob = void 0;
13
13
  const common_1 = require("@nestjs/common");
14
14
  const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
15
+ const email_attachment_entity_1 = require("../entities/email.attachment.entity");
16
+ const email_message_entity_1 = require("../entities/email.message.entity");
15
17
  let EmailAttachmentJob = class EmailAttachmentJob extends nestjs_utility_services_1.CommonJob {
16
18
  constructor(queueService) {
17
19
  super('439150e26f04deb6e0eeb0bb824a8e09');
@@ -20,6 +22,17 @@ let EmailAttachmentJob = class EmailAttachmentJob extends nestjs_utility_service
20
22
  async handle(evt) {
21
23
  return evt.entity.id;
22
24
  }
25
+ async handleInsertion(entity) {
26
+ await this.syncAttachmentCount(entity);
27
+ }
28
+ async syncAttachmentCount(entity) {
29
+ const attachments = await email_attachment_entity_1.EmailAttachmentEntity.find({ where: { message_id: entity.message_id } });
30
+ const message = await email_message_entity_1.EmailMessageEntity.first(entity.message_id);
31
+ if (!message)
32
+ return;
33
+ message.attributes.attachments = attachments.length;
34
+ await message.save();
35
+ }
23
36
  };
24
37
  exports.EmailAttachmentJob = EmailAttachmentJob;
25
38
  exports.EmailAttachmentJob = EmailAttachmentJob = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"email.attachment.job.js","sourceRoot":"","sources":["../../../src/access/jobs/email.attachment.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAAmG;AAI5F,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,mCAAS;IAC7C,YAA+B,YAA0B;QACrD,KAAK,CAAC,kCAAkC,CAAC,CAAC;QADf,iBAAY,GAAZ,YAAY,CAAc;IAEzD,CAAC;IACD,KAAK,CAAC,MAAM,CAAC,GAA4C;QACrD,OAAO,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC;IACzB,CAAC;CACJ,CAAA;AAPY,gDAAkB;6BAAlB,kBAAkB;IAD9B,IAAA,mBAAU,GAAE;qCAEoC,sCAAY;GADhD,kBAAkB,CAO9B"}
1
+ {"version":3,"file":"email.attachment.job.js","sourceRoot":"","sources":["../../../src/access/jobs/email.attachment.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAAmG;AACnG,iFAA4E;AAC5E,2EAAsE;AAG/D,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,mCAAS;IAC7C,YAA+B,YAA0B;QACrD,KAAK,CAAC,kCAAkC,CAAC,CAAC;QADf,iBAAY,GAAZ,YAAY,CAAc;IAEzD,CAAC;IACD,KAAK,CAAC,MAAM,CAAC,GAA4C;QACrD,OAAO,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC;IACzB,CAAC;IAEO,KAAK,CAAC,eAAe,CAAC,MAA6B;QACvD,MAAM,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC;IAC3C,CAAC;IAEO,KAAK,CAAC,mBAAmB,CAAC,MAA6B;QAC3D,MAAM,WAAW,GAAG,MAAM,+CAAqB,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;QAEnG,MAAM,OAAO,GAAG,MAAM,yCAAkB,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;QAClE,IAAI,CAAC,OAAO;YAAE,OAAO;QAErB,OAAO,CAAC,UAAU,CAAC,WAAW,GAAG,WAAW,CAAC,MAAM,CAAC;QAEpD,MAAM,OAAO,CAAC,IAAI,EAAE,CAAC;IACzB,CAAC;CACJ,CAAA;AAtBY,gDAAkB;6BAAlB,kBAAkB;IAD9B,IAAA,mBAAU,GAAE;qCAEoC,sCAAY;GADhD,kBAAkB,CAsB9B"}
@@ -1,12 +1,13 @@
1
1
  import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
2
- import { DataMappingAttributesDto } from '../dtos/data.mapping.attributes.dto';
3
2
  import { AccessBusinessEntity } from '../../access/entities/access.business.entity';
3
+ import { DataMappingAttributesDto } from '../dtos/data.mapping.attributes.dto';
4
4
  export declare class DataMappingEntity extends CommonEntity {
5
5
  business_id: number;
6
6
  source_type: string;
7
7
  source_id: number;
8
8
  key: string;
9
9
  value: string;
10
+ resolved_at: Date;
10
11
  attributes: DataMappingAttributesDto;
11
12
  business: AccessBusinessEntity;
12
13
  }
@@ -10,10 +10,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.DataMappingEntity = void 0;
13
- const typeorm_1 = require("typeorm");
14
13
  const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
15
- const data_mapping_attributes_dto_1 = require("../dtos/data.mapping.attributes.dto");
14
+ const typeorm_1 = require("typeorm");
16
15
  const access_business_entity_1 = require("../../access/entities/access.business.entity");
16
+ const data_mapping_attributes_dto_1 = require("../dtos/data.mapping.attributes.dto");
17
17
  let DataMappingEntity = class DataMappingEntity extends nestjs_utility_services_1.CommonEntity {
18
18
  };
19
19
  exports.DataMappingEntity = DataMappingEntity;
@@ -37,6 +37,10 @@ __decorate([
37
37
  (0, typeorm_1.Column)(),
38
38
  __metadata("design:type", String)
39
39
  ], DataMappingEntity.prototype, "value", void 0);
40
+ __decorate([
41
+ (0, typeorm_1.Column)(),
42
+ __metadata("design:type", Date)
43
+ ], DataMappingEntity.prototype, "resolved_at", void 0);
40
44
  __decorate([
41
45
  (0, typeorm_1.Column)('json'),
42
46
  __metadata("design:type", data_mapping_attributes_dto_1.DataMappingAttributesDto)
@@ -1 +1 @@
1
- {"version":3,"file":"data.mapping.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/data.mapping.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,oFAAsE;AACtE,qFAA+E;AAC/E,yFAAoF;AAS7E,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,sCAAY;CAqBlD,CAAA;AArBY,8CAAiB;AAE1B;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;oDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;8CACG;AAGZ;IADC,IAAA,gBAAM,GAAE;;gDACK;AAGd;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,sDAAwB;qDAAC;AAGuC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;mDAAC;4BApBlG,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,iBAAiB,CAqB7B"}
1
+ {"version":3,"file":"data.mapping.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/data.mapping.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,yFAAoF;AACpF,qFAA+E;AASxE,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,sCAAY;CAwBlD,CAAA;AAxBY,8CAAiB;AAE1B;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;oDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;8CACG;AAGZ;IADC,IAAA,gBAAM,GAAE;;gDACK;AAGd;IADC,IAAA,gBAAM,GAAE;8BACI,IAAI;sDAAC;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,sDAAwB;qDAAC;AAGuC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;mDAAC;4BAvBlG,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,iBAAiB,CAwB7B"}
@@ -1,7 +1,7 @@
1
1
  import { BulkUploadSheetDto } from './dtos/bulk.upload.sheet.dto';
2
2
  import { DocumentFileUploadDto } from './dtos/document.file.upload.dto';
3
3
  import { ErrorHandlingDto } from './dtos/error.handling.dto';
4
- import { ListingModelAttributesDto } from './dtos/listing.model.attributes.dto';
4
+ import { TagAssignmentAttributesDto } from './dtos/tag.assignment.attributes.dto';
5
5
  import { BulkDefinitionEntity } from './entities/bulk.definition.entity';
6
6
  import { BulkDefinitionProcessingEntity } from './entities/bulk.definition.processing.entity';
7
7
  import { BulkUploadColumnEntity } from './entities/bulk.upload.column.entity';
@@ -44,9 +44,8 @@ import { ListingModelSubscriber } from './subscribers/listing.model.subscriber';
44
44
  import { TagAssignmentSubscriber } from './subscribers/tag.assignment.subscriber';
45
45
  import { UploadModificationSubscriber } from './subscribers/upload.modification.subscriber';
46
46
  declare const es6Classes: {
47
- controllers: any[];
48
- dtos: (typeof ListingModelAttributesDto | typeof BulkUploadSheetDto | typeof DocumentFileUploadDto | typeof ErrorHandlingDto)[];
49
- entities: (typeof ListingModelEntity | typeof BulkUploadColumnEntity | typeof BulkUploadTypeEntity | typeof BulkDefinitionEntity | typeof BulkDefinitionProcessingEntity | typeof BulkUploadItemEntity | typeof BulkUploadEntity | typeof DataMappingEntity | typeof TagAssignmentEntity | typeof UploadModificationEntity)[];
47
+ dtos: (typeof TagAssignmentAttributesDto | typeof BulkUploadSheetDto | typeof DocumentFileUploadDto | typeof ErrorHandlingDto)[];
48
+ entities: (typeof TagAssignmentEntity | typeof ListingModelEntity | typeof BulkUploadColumnEntity | typeof BulkUploadTypeEntity | typeof BulkDefinitionEntity | typeof BulkDefinitionProcessingEntity | typeof BulkUploadItemEntity | typeof BulkUploadEntity | typeof DataMappingEntity | typeof UploadModificationEntity)[];
50
49
  jobs: (typeof PushToBulkItemJob | typeof AnalyseBulkUploadJob | typeof BulkDefinitionJob | typeof BulkDefinitionLoadJob | typeof BulkDefinitionProcessingJob | typeof BulkUploadColumnJob | typeof BulkUploadItemJob | typeof BulkUploadJob | typeof BulkUploadTypeJob | typeof DataMappingJob | typeof ListingModelJob | typeof TagAssignmentJob | typeof UploadModificationJob)[];
51
50
  libraries: (typeof GenerateBulkUploadSheet | typeof ProcessCommonData | typeof ReadXlsFile | typeof AnalyseBulkUpload | typeof SetBulkUploadLogFile)[];
52
51
  services: (typeof Es6JobsService | typeof TestAccessService)[];
@@ -58,7 +58,6 @@ const listing_model_subscriber_1 = require("./subscribers/listing.model.subscrib
58
58
  const tag_assignment_subscriber_1 = require("./subscribers/tag.assignment.subscriber");
59
59
  const upload_modification_subscriber_1 = require("./subscribers/upload.modification.subscriber");
60
60
  const es6Classes = {
61
- controllers: [],
62
61
  dtos: [
63
62
  bulk_definition_attributes_dto_1.BulkDefinitionAttributesDto,
64
63
  bulk_definition_load_attributes_dto_1.BulkDefinitionLoadAttributesDto,
@@ -1 +1 @@
1
- {"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/accessUtility/es6.classes.ts"],"names":[],"mappings":";;AAAA,0FAAoF;AACpF,oGAA6F;AAC7F,gHAAyG;AACzG,kFAA4E;AAC5E,gGAAyF;AACzF,4FAAqF;AACrF,wEAAkE;AAClE,4FAAqF;AACrF,oFAA8E;AAC9E,8EAAwE;AACxE,kEAA6D;AAC7D,sFAAgF;AAChF,wFAAkF;AAClF,kGAA4F;AAC5F,8EAAyE;AACzE,wFAAkF;AAClF,oGAA8F;AAC9F,oFAA8E;AAC9E,sEAAiE;AACjE,gFAA0E;AAC1E,gFAA0E;AAC1E,wEAAmE;AACnE,0EAAqE;AACrE,4EAAuE;AACvE,sFAAiF;AACjF,4EAAsE;AACtE,oEAA+D;AAC/D,8EAAwE;AACxE,0FAAoF;AACpF,0EAAoE;AACpE,sEAAgE;AAChE,4DAAuD;AACvD,sEAAgE;AAChE,8DAAyD;AACzD,gEAA2D;AAC3D,wEAAiE;AACjE,kEAA6D;AAC7D,4EAAuE;AACvE,yEAAoE;AACpE,uFAAiF;AACjF,yEAAoE;AACpE,6DAAwD;AACxD,mFAA4E;AAC5E,wEAAmE;AACnE,kEAA6D;AAC7D,wEAAmE;AACnE,mGAA6F;AAC7F,+GAAyG;AACzG,yFAAoF;AACpF,+FAAyF;AACzF,2FAAqF;AACrF,iFAA4E;AAC5E,2FAAqF;AACrF,mFAA8E;AAC9E,qFAAgF;AAChF,uFAAkF;AAClF,iGAA4F;AAE5F,MAAM,UAAU,GAAG;IACf,WAAW,EAAE,EAAE;IACf,IAAI,EAAE;QACF,4DAA2B;QAC3B,qEAA+B;QAC/B,iFAAqC;QACrC,oDAAuB;QACvB,iEAA6B;QAC7B,6DAA2B;QAC3B,0CAAkB;QAClB,6DAA2B;QAC3B,sDAAwB;QACxB,gDAAqB;QACrB,qCAAgB;QAChB,wDAAyB;QACzB,0DAA0B;QAC1B,oEAA+B;KAClC;IACD,QAAQ,EAAE;QACN,6CAAoB;QACpB,sDAAwB;QACxB,kEAA8B;QAC9B,kDAAsB;QACtB,qCAAgB;QAChB,8CAAoB;QACpB,8CAAoB;QACpB,uCAAiB;QACjB,yCAAkB;QAClB,2CAAmB;QACnB,qDAAwB;KAC3B;IACD,IAAI,EAAE;QACF,8CAAoB;QACpB,uCAAiB;QACjB,gDAAqB;QACrB,4DAA2B;QAC3B,4CAAmB;QACnB,wCAAiB;QACjB,+BAAa;QACb,wCAAiB;QACjB,iCAAc;QACd,mCAAe;QACf,yCAAiB;QACjB,qCAAgB;QAChB,+CAAqB;KACxB;IACD,SAAS,EAAE,CAAC,uCAAiB,EAAE,oDAAuB,EAAE,uCAAiB,EAAE,2BAAW,EAAE,+CAAoB,CAAC;IAC7G,QAAQ,EAAE,CAAC,uCAAiB,EAAE,iCAAc,EAAE,uCAAiB,CAAC;IAChE,WAAW,EAAE;QACT,8DAA4B;QAC5B,0EAAkC;QAClC,qDAAwB;QACxB,0DAA0B;QAC1B,sDAAwB;QACxB,6CAAoB;QACpB,sDAAwB;QACxB,+CAAqB;QACrB,iDAAsB;QACtB,mDAAuB;QACvB,6DAA4B;KAC/B;CACJ,CAAC;AAEF,kBAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/accessUtility/es6.classes.ts"],"names":[],"mappings":";;AAAA,0FAAoF;AACpF,oGAA6F;AAC7F,gHAAyG;AACzG,kFAA4E;AAC5E,gGAAyF;AACzF,4FAAqF;AACrF,wEAAkE;AAClE,4FAAqF;AACrF,oFAA8E;AAC9E,8EAAwE;AACxE,kEAA6D;AAC7D,sFAAgF;AAChF,wFAAkF;AAClF,kGAA4F;AAC5F,8EAAyE;AACzE,wFAAkF;AAClF,oGAA8F;AAC9F,oFAA8E;AAC9E,sEAAiE;AACjE,gFAA0E;AAC1E,gFAA0E;AAC1E,wEAAmE;AACnE,0EAAqE;AACrE,4EAAuE;AACvE,sFAAiF;AACjF,4EAAsE;AACtE,oEAA+D;AAC/D,8EAAwE;AACxE,0FAAoF;AACpF,0EAAoE;AACpE,sEAAgE;AAChE,4DAAuD;AACvD,sEAAgE;AAChE,8DAAyD;AACzD,gEAA2D;AAC3D,wEAAiE;AACjE,kEAA6D;AAC7D,4EAAuE;AACvE,yEAAoE;AACpE,uFAAiF;AACjF,yEAAoE;AACpE,6DAAwD;AACxD,mFAA4E;AAC5E,wEAAmE;AACnE,kEAA6D;AAC7D,wEAAmE;AACnE,mGAA6F;AAC7F,+GAAyG;AACzG,yFAAoF;AACpF,+FAAyF;AACzF,2FAAqF;AACrF,iFAA4E;AAC5E,2FAAqF;AACrF,mFAA8E;AAC9E,qFAAgF;AAChF,uFAAkF;AAClF,iGAA4F;AAE5F,MAAM,UAAU,GAAG;IACf,IAAI,EAAE;QACF,4DAA2B;QAC3B,qEAA+B;QAC/B,iFAAqC;QACrC,oDAAuB;QACvB,iEAA6B;QAC7B,6DAA2B;QAC3B,0CAAkB;QAClB,6DAA2B;QAC3B,sDAAwB;QACxB,gDAAqB;QACrB,qCAAgB;QAChB,wDAAyB;QACzB,0DAA0B;QAC1B,oEAA+B;KAClC;IACD,QAAQ,EAAE;QACN,6CAAoB;QACpB,sDAAwB;QACxB,kEAA8B;QAC9B,kDAAsB;QACtB,qCAAgB;QAChB,8CAAoB;QACpB,8CAAoB;QACpB,uCAAiB;QACjB,yCAAkB;QAClB,2CAAmB;QACnB,qDAAwB;KAC3B;IACD,IAAI,EAAE;QACF,8CAAoB;QACpB,uCAAiB;QACjB,gDAAqB;QACrB,4DAA2B;QAC3B,4CAAmB;QACnB,wCAAiB;QACjB,+BAAa;QACb,wCAAiB;QACjB,iCAAc;QACd,mCAAe;QACf,yCAAiB;QACjB,qCAAgB;QAChB,+CAAqB;KACxB;IACD,SAAS,EAAE,CAAC,uCAAiB,EAAE,oDAAuB,EAAE,uCAAiB,EAAE,2BAAW,EAAE,+CAAoB,CAAC;IAC7G,QAAQ,EAAE,CAAC,uCAAiB,EAAE,iCAAc,EAAE,uCAAiB,CAAC;IAChE,WAAW,EAAE;QACT,8DAA4B;QAC5B,0EAAkC;QAClC,qDAAwB;QACxB,0DAA0B;QAC1B,sDAAwB;QACxB,6CAAoB;QACpB,sDAAwB;QACxB,+CAAqB;QACrB,iDAAsB;QACtB,mDAAuB;QACvB,6DAA4B;KAC/B;CACJ,CAAC;AAEF,kBAAe,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicelabsco/slabs-access-manager",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
4
4
  "description": "Support for application level menus and dashboards",
5
5
  "author": "Hemant Kumar Sah <hemantanshu@gmail.com>",
6
6
  "license": "MIT",