@servicelabsco/slabs-access-manager 0.1.55 → 0.1.56

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.
@@ -1,3 +1,4 @@
1
1
  import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
2
  export declare class BusinessEmailAttributesDto extends CommonAttributesDto {
3
+ unread_count?: number;
3
4
  }
@@ -1,8 +1,25 @@
1
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
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
3
12
  exports.BusinessEmailAttributesDto = void 0;
4
13
  const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const class_transformer_1 = require("class-transformer");
15
+ const class_validator_1 = require("class-validator");
5
16
  class BusinessEmailAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
17
  }
7
18
  exports.BusinessEmailAttributesDto = BusinessEmailAttributesDto;
19
+ __decorate([
20
+ (0, class_validator_1.IsNumber)(),
21
+ (0, class_validator_1.IsOptional)(),
22
+ (0, class_transformer_1.Expose)(),
23
+ __metadata("design:type", Number)
24
+ ], BusinessEmailAttributesDto.prototype, "unread_count", void 0);
8
25
  //# sourceMappingURL=business.email.attributes.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"business.email.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/business.email.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,0BAA2B,SAAQ,6CAAmB;CAAG;AAAtE,gEAAsE"}
1
+ {"version":3,"file":"business.email.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/business.email.attributes.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA6E;AAC7E,yDAA2C;AAC3C,qDAAuD;AACvD,MAAa,0BAA2B,SAAQ,6CAAmB;CAKlE;AALD,gEAKC;AADG;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;gEACa"}
@@ -11,10 +11,10 @@ import { AddBusinessPreferenceDto } from './dtos/add.business.preference.dto';
11
11
  import { AddConversationDto } from './dtos/add.conversation.dto';
12
12
  import { AddListingPreferenceDto } from './dtos/add.listing.preference.dto';
13
13
  import { AddScheduledReportDto } from './dtos/add.scheduled.report.dto';
14
- import { BusinessEmailAttributesDto } from './dtos/business.email.attributes.dto';
15
14
  import { CommonListFilterDto } from './dtos/common.list.filter.dto';
16
15
  import { DateFilterDto } from './dtos/date.filter.dto';
17
16
  import { DateRangeFilterDto } from './dtos/date.range.filter.dto';
17
+ import { GroupRoleAttributesDto } from './dtos/group.role.attributes.dto';
18
18
  import { ListResponseDto } from './dtos/list.response.dto';
19
19
  import { ListResponseFormatDto } from './dtos/list.response.format.dto';
20
20
  import { NumberRangeFilterDto } from './dtos/number.range.filter.dto';
@@ -149,7 +149,7 @@ import { UserRoleSubscriber } from './subscribers/user.role.subscriber';
149
149
  import { WatchlistAssignmentSubscriber } from './subscribers/watchlist.assignment.subscriber';
150
150
  declare const es6Classes: {
151
151
  controllers: (typeof AccessMenuController | typeof BusinessPreferenceController | typeof DashboardController | typeof DownloadLogController | typeof ListingController | typeof ListingPreferenceController | typeof ScheduledReportController | typeof UserPreferenceController)[];
152
- dtos: (typeof BusinessEmailAttributesDto | typeof TaggedUserDto | typeof AccessBusinessParamDto | typeof AddBusinessPreferenceDto | typeof StringSearchDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof ListResponseDto | typeof ProcessCommonListConfigDto | typeof ProcessListingPayloadDto | typeof AddListingPreferenceDto | typeof AddScheduledReportDto | typeof AddConversationDto)[];
152
+ dtos: (typeof GroupRoleAttributesDto | typeof TaggedUserDto | typeof AccessBusinessParamDto | typeof AddBusinessPreferenceDto | typeof StringSearchDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof ListResponseDto | typeof ProcessCommonListConfigDto | typeof ProcessListingPayloadDto | typeof AddListingPreferenceDto | typeof AddScheduledReportDto | typeof AddConversationDto)[];
153
153
  entities: (typeof AccessBusinessEntity | typeof BusinessEmailEntity | typeof BusinessGroupRoleEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof EmailRecipientEntity | typeof EmailMessageEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof ListingPreferenceEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof ScheduledReportEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity)[];
154
154
  jobs: (typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessPreferenceJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserRoleJob | typeof ChildMenuJob | typeof ConversationJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof EmailAttachmentJob | typeof EmailMessageJob | typeof EmailRecipientJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProductJob | typeof RoleGroupJob | typeof ScheduledReportProcessingJob | typeof ScheduledReportJob | typeof UiActionJob | typeof UiActionRoleJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob)[];
155
155
  libraries: (typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessDashboardReport | typeof ProcessListingCsvFile | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessDownloadLogList | typeof ProcessPreferenceData | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessBusinessUserRoleUpdate | typeof ProcessGroupMemberUpdation | typeof ProcessReportData | typeof ProcessConversationData | typeof ConversationController | typeof ProcessTestList)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicelabsco/slabs-access-manager",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
4
4
  "description": "Support for application level menus and dashboards",
5
5
  "author": "Hemant Kumar Sah <hemantanshu@gmail.com>",
6
6
  "license": "MIT",