@silexpert/core 0.4.193 → 0.4.196
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/es/api/resources/Mail.d.ts +3 -2
- package/es/api/resources/Mail.d.ts.map +1 -1
- package/es/api/resources/Mail.js +6 -0
- package/es/api/resources/Mail.js.map +1 -1
- package/es/types/Enum/RoleDetail.d.ts +4 -0
- package/es/types/Enum/RoleDetail.d.ts.map +1 -1
- package/es/types/Enum/RoleDetail.js +4 -0
- package/es/types/Enum/RoleDetail.js.map +1 -1
- package/es/types/Interface/api/mail/QueryAllMail.d.ts +9 -0
- package/es/types/Interface/api/mail/QueryAllMail.d.ts.map +1 -0
- package/es/types/Interface/api/mail/QueryAllMail.js +2 -0
- package/es/types/Interface/api/mail/QueryAllMail.js.map +1 -0
- package/es/types/Interface/api/mail/QueryCountMail.d.ts +1 -0
- package/es/types/Interface/api/mail/QueryCountMail.d.ts.map +1 -1
- package/es/types/Interface/api/mail/QueryCountMail.js +7 -0
- package/es/types/Interface/api/mail/QueryCountMail.js.map +1 -1
- package/es/types/Interface/api/society/ListUserSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/ListUserSociety.js +8 -1
- package/es/types/Interface/api/society/ListUserSociety.js.map +1 -1
- package/es/types/Interface/api/user/ParamsGetAll.d.ts +9 -0
- package/es/types/Interface/api/user/ParamsGetAll.d.ts.map +1 -0
- package/es/types/Interface/api/user/ParamsGetAll.js +52 -0
- package/es/types/Interface/api/user/ParamsGetAll.js.map +1 -0
- package/es/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts +8 -0
- package/es/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts.map +1 -0
- package/es/types/Interface/api/user/ParamsGetAllUserWithRoles.js +50 -0
- package/es/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -0
- package/es/types/Interface/api/user/QueryGetAllFromSociety.js +1 -1
- package/es/types/Interface/api/user/QueryGetAllFromSociety.js.map +1 -1
- package/es/types/Interface/models/IMail.d.ts +2 -2
- package/es/types/Interface/models/IMail.d.ts.map +1 -1
- package/es/types/Interface/models/IMail.js.map +1 -1
- package/es/types/index.d.ts +3 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +3 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Mail.js +11 -0
- package/js/api/resources/Mail.js.map +1 -1
- package/js/types/Enum/RoleDetail.js +8 -4
- package/js/types/Enum/RoleDetail.js.map +1 -1
- package/js/types/Interface/api/mail/QueryAllMail.js +6 -0
- package/js/types/Interface/api/mail/QueryAllMail.js.map +1 -0
- package/js/types/Interface/api/mail/QueryCountMail.js +2 -0
- package/js/types/Interface/api/mail/QueryCountMail.js.map +1 -1
- package/js/types/Interface/api/society/ListUserSociety.js +8 -1
- package/js/types/Interface/api/society/ListUserSociety.js.map +1 -1
- package/js/types/Interface/api/user/ParamsGetAll.js +45 -0
- package/js/types/Interface/api/user/ParamsGetAll.js.map +1 -0
- package/js/types/Interface/api/user/ParamsGetAllUserWithRoles.js +45 -0
- package/js/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -0
- package/js/types/Interface/api/user/QueryGetAllFromSociety.js +1 -1
- package/js/types/Interface/api/user/QueryGetAllFromSociety.js.map +1 -1
- package/js/types/index.js +36 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Mail.ts +11 -1
- package/ts/types/Enum/RoleDetail.ts +4 -0
- package/ts/types/Interface/api/mail/QueryAllMail.ts +9 -0
- package/ts/types/Interface/api/mail/QueryCountMail.ts +6 -0
- package/ts/types/Interface/api/society/ListUserSociety.ts +8 -1
- package/ts/types/Interface/api/user/ParamsGetAll.ts +40 -0
- package/ts/types/Interface/api/user/ParamsGetAllUserWithRoles.ts +37 -0
- package/ts/types/Interface/api/user/QueryGetAllFromSociety.ts +1 -1
- package/ts/types/Interface/models/IMail.ts +2 -2
- package/ts/types/index.ts +3 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryAllMail.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -32,4 +32,6 @@ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata(
|
|
|
32
32
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryCountMail.prototype, "isWithoutSociety", void 0);
|
|
33
33
|
|
|
34
34
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryCountMail.prototype, "isSent", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryCountMail.prototype, "isCountingManagerRoleMails", void 0);
|
|
35
37
|
//# sourceMappingURL=QueryCountMail.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryCountMail.js","mappings":";;;;;;;AAAA;;AAKA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAGXC,YAFC,yBAED,EADC,4BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD","names":["QueryCountMail","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mail/QueryCountMail.ts"],"sourcesContent":["import {\n IsBoolean,\n IsInt,\n IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryCountMail {\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isWithoutSociety?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isSent?: boolean;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"QueryCountMail.js","mappings":";;;;;;;AAAA;;AAKA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAGXC,YAFC,yBAED,EADC,4BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD","names":["QueryCountMail","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mail/QueryCountMail.ts"],"sourcesContent":["import {\n IsBoolean,\n IsInt,\n IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryCountMail {\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isWithoutSociety?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isSent?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isCountingManagerRoleMails?: boolean;\n}\n"]}
|
|
@@ -5,6 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.ListUserSociety = undefined;
|
|
7
7
|
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
8
10
|
var _utils = require("../../../../utils");
|
|
9
11
|
|
|
10
12
|
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
@@ -23,5 +25,10 @@ class ListUserSociety {}
|
|
|
23
25
|
|
|
24
26
|
exports.ListUserSociety = ListUserSociety;
|
|
25
27
|
|
|
26
|
-
__decorate([(0, _utils.ApiProperty)(
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)({
|
|
29
|
+
description: 'array of roles id to return list of users',
|
|
30
|
+
required: true,
|
|
31
|
+
type: [Number],
|
|
32
|
+
example: [1, 13]
|
|
33
|
+
}), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], ListUserSociety.prototype, "roles", void 0);
|
|
27
34
|
//# sourceMappingURL=ListUserSociety.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListUserSociety.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;
|
|
1
|
+
{"version":3,"file":"ListUserSociety.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAQXC,YAPC,wBAAY;EACXC,WAAW,EAAE,2CADF;EAEXC,QAAQ,EAAE,IAFC;EAGXC,IAAI,EAAE,CAACC,MAAD,CAHK;EAIXC,OAAO,EAAE,CAAC,CAAD,EAAI,EAAJ;AAJE,CAAZ,CAOD,EADC,8BACD","names":["ListUserSociety","__decorate","description","required","type","Number","example"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/ListUserSociety.ts"],"sourcesContent":["import { IsArray } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class ListUserSociety {\n @ApiProperty({\n description: 'array of roles id to return list of users',\n required: true,\n type: [Number],\n example: [1, 13],\n })\n @IsArray()\n roles: number[];\n}"]}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.ParamsGetAll = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var _boolean = require("../../../../utils/transforms/boolean.transform");
|
|
13
|
+
|
|
14
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length,
|
|
16
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
17
|
+
d;
|
|
18
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
23
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
class ParamsGetAll {}
|
|
27
|
+
|
|
28
|
+
exports.ParamsGetAll = ParamsGetAll;
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
|
|
31
|
+
each: true
|
|
32
|
+
}), __metadata("design:type", Array)], ParamsGetAll.prototype, "attributes", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
|
|
35
|
+
each: true
|
|
36
|
+
}), __metadata("design:type", Object)], ParamsGetAll.prototype, "where", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
|
|
39
|
+
each: true
|
|
40
|
+
}), __metadata("design:type", Array)], ParamsGetAll.prototype, "include", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], ParamsGetAll.prototype, "order", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], ParamsGetAll.prototype, "descending", void 0);
|
|
45
|
+
//# sourceMappingURL=ParamsGetAll.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParamsGetAll.js","mappings":";;;;;;;AAAA;;AAIA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAMXC,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD;;AAOAD,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD;;AAOAD,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD","names":["ParamsGetAll","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/ParamsGetAll.ts"],"sourcesContent":["import {\n IsBoolean, IsOptional, IsString,\n} from 'class-validator';\nimport { Includeable, WhereOptions } from 'sequelize';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class ParamsGetAll {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n where?: WhereOptions<any>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n include?: Includeable[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n order?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n descending?: boolean;\n}"]}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.ParamsGetAllUserWithRoles = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var _boolean = require("../../../../utils/transforms/boolean.transform");
|
|
13
|
+
|
|
14
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length,
|
|
16
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
17
|
+
d;
|
|
18
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
23
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
class ParamsGetAllUserWithRoles {}
|
|
27
|
+
|
|
28
|
+
exports.ParamsGetAllUserWithRoles = ParamsGetAllUserWithRoles;
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], ParamsGetAllUserWithRoles.prototype, "roles", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], ParamsGetAllUserWithRoles.prototype, "idSociety", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], ParamsGetAllUserWithRoles.prototype, "withFile", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
|
|
37
|
+
each: true
|
|
38
|
+
}), (0, _classValidator.IsIn)(['permissions'], {
|
|
39
|
+
each: true
|
|
40
|
+
}), __metadata("design:type", Array)], ParamsGetAllUserWithRoles.prototype, "includes", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
|
|
43
|
+
each: true
|
|
44
|
+
}), __metadata("design:type", Array)], ParamsGetAllUserWithRoles.prototype, "attributes", void 0);
|
|
45
|
+
//# sourceMappingURL=ParamsGetAllUserWithRoles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParamsGetAllUserWithRoles.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,yBAAP,CAAgC;;QAAzBA,yB,GAAAA,yB;;AAGXC,YAFC,yBAED,EADC,8BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAQAA,YANC,iCAMD,EALC,iCAKD,EAJC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAID,EADC,0BAAK,CAAC,aAAD,CAAL,EAAsB;EAAEA,IAAI,EAAE;AAAR,CAAtB,CACD;;AAOAD,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD","names":["ParamsGetAllUserWithRoles","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/ParamsGetAllUserWithRoles.ts"],"sourcesContent":["import {\n IsBoolean, IsIn, IsOptional, IsString, IsInt, IsArray,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class ParamsGetAllUserWithRoles {\n @ApiProperty()\n @IsArray()\n roles:number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?:number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n withFile?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['permissions'], { each: true })\n includes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n}"]}
|
|
@@ -33,7 +33,7 @@ __decorate([(0, _utils.ApiProperty)({
|
|
|
33
33
|
__decorate([(0, _utils.ApiProperty)({
|
|
34
34
|
description: 'array of roles id needed to return list of users',
|
|
35
35
|
required: true,
|
|
36
|
-
type:
|
|
36
|
+
type: [Number],
|
|
37
37
|
example: [1, 13]
|
|
38
38
|
}), __metadata("design:type", Array)], QueryGetAllFromSociety.prototype, "roles", void 0);
|
|
39
39
|
//# sourceMappingURL=QueryGetAllFromSociety.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGetAllFromSociety.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,sBAAP,CAA6B;;QAAtBA,sB,GAAAA,sB;;AAOXC,YANC,wBAAY;EACXC,WAAW,EAAE,6BADF;EAEXC,QAAQ,EAAE,IAFC;EAGXC,IAAI,EAAEC,MAHK;EAIXC,OAAO,EAAE;AAJE,CAAZ,CAMD;;AAQAL,YANC,wBAAY;EACXC,WAAW,EAAE,kDADF;EAEXC,QAAQ,EAAE,IAFC;EAGXC,IAAI,
|
|
1
|
+
{"version":3,"file":"QueryGetAllFromSociety.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,sBAAP,CAA6B;;QAAtBA,sB,GAAAA,sB;;AAOXC,YANC,wBAAY;EACXC,WAAW,EAAE,6BADF;EAEXC,QAAQ,EAAE,IAFC;EAGXC,IAAI,EAAEC,MAHK;EAIXC,OAAO,EAAE;AAJE,CAAZ,CAMD;;AAQAL,YANC,wBAAY;EACXC,WAAW,EAAE,kDADF;EAEXC,QAAQ,EAAE,IAFC;EAGXC,IAAI,EAAE,CAACC,MAAD,CAHK;EAIXC,OAAO,EAAE,CAAC,CAAD,EAAI,EAAJ;AAJE,CAAZ,CAMD","names":["QueryGetAllFromSociety","__decorate","description","required","type","Number","example"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/QueryGetAllFromSociety.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGetAllFromSociety {\n @ApiProperty({\n description: 'id of the specified society',\n required: true,\n type: Number,\n example: 100,\n })\n idSociety: number;\n\n @ApiProperty({\n description: 'array of roles id needed to return list of users',\n required: true,\n type: [Number],\n example: [1, 13],\n })\n roles: number[];\n}"]}
|
package/js/types/index.js
CHANGED
|
@@ -5248,6 +5248,30 @@ Object.keys(_CreateUser).forEach(function (key) {
|
|
|
5248
5248
|
});
|
|
5249
5249
|
});
|
|
5250
5250
|
|
|
5251
|
+
var _ParamsGetAll = require("./Interface/api/user/ParamsGetAll");
|
|
5252
|
+
|
|
5253
|
+
Object.keys(_ParamsGetAll).forEach(function (key) {
|
|
5254
|
+
if (key === "default" || key === "__esModule") return;
|
|
5255
|
+
Object.defineProperty(exports, key, {
|
|
5256
|
+
enumerable: true,
|
|
5257
|
+
get: function () {
|
|
5258
|
+
return _ParamsGetAll[key];
|
|
5259
|
+
}
|
|
5260
|
+
});
|
|
5261
|
+
});
|
|
5262
|
+
|
|
5263
|
+
var _ParamsGetAllUserWithRoles = require("./Interface/api/user/ParamsGetAllUserWithRoles");
|
|
5264
|
+
|
|
5265
|
+
Object.keys(_ParamsGetAllUserWithRoles).forEach(function (key) {
|
|
5266
|
+
if (key === "default" || key === "__esModule") return;
|
|
5267
|
+
Object.defineProperty(exports, key, {
|
|
5268
|
+
enumerable: true,
|
|
5269
|
+
get: function () {
|
|
5270
|
+
return _ParamsGetAllUserWithRoles[key];
|
|
5271
|
+
}
|
|
5272
|
+
});
|
|
5273
|
+
});
|
|
5274
|
+
|
|
5251
5275
|
var _CreateCoworker = require("./Interface/api/user/CreateCoworker");
|
|
5252
5276
|
|
|
5253
5277
|
Object.keys(_CreateCoworker).forEach(function (key) {
|
|
@@ -5392,6 +5416,18 @@ Object.keys(_QueryMail).forEach(function (key) {
|
|
|
5392
5416
|
});
|
|
5393
5417
|
});
|
|
5394
5418
|
|
|
5419
|
+
var _QueryAllMail = require("./Interface/api/mail/QueryAllMail");
|
|
5420
|
+
|
|
5421
|
+
Object.keys(_QueryAllMail).forEach(function (key) {
|
|
5422
|
+
if (key === "default" || key === "__esModule") return;
|
|
5423
|
+
Object.defineProperty(exports, key, {
|
|
5424
|
+
enumerable: true,
|
|
5425
|
+
get: function () {
|
|
5426
|
+
return _QueryAllMail[key];
|
|
5427
|
+
}
|
|
5428
|
+
});
|
|
5429
|
+
});
|
|
5430
|
+
|
|
5395
5431
|
var _QueryPaginatedMail = require("./Interface/api/mail/QueryPaginatedMail");
|
|
5396
5432
|
|
|
5397
5433
|
Object.keys(_QueryPaginatedMail).forEach(function (key) {
|