@silexpert/core 1.1.291 → 1.1.293
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/cjs/api/resources/User.d.ts +3 -1
- package/dist/cjs/api/resources/User.d.ts.map +1 -1
- package/dist/cjs/api/resources/User.js +9 -0
- package/dist/cjs/api/resources/User.js.map +1 -1
- package/dist/cjs/api/resources/UserSocietyPermission.d.ts +11 -0
- package/dist/cjs/api/resources/UserSocietyPermission.d.ts.map +1 -0
- package/dist/cjs/api/resources/UserSocietyPermission.js +26 -0
- package/dist/cjs/api/resources/UserSocietyPermission.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/UpdateUserToSocietyWithPermission.d.ts +6 -7
- package/dist/cjs/types/Interface/api/society/UpdateUserToSocietyWithPermission.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/society/UpdateUserToSocietyWithPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/CreateUser.d.ts +3 -0
- package/dist/cjs/types/Interface/api/user/CreateUser.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/user/CreateUser.js +22 -0
- package/dist/cjs/types/Interface/api/user/CreateUser.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/Query.d.ts +44 -0
- package/dist/cjs/types/Interface/api/user/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/user/Query.js +191 -0
- package/dist/cjs/types/Interface/api/user/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermission.d.ts +8 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermission.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/{user/QueryGetAllFromSociety.js → userSocietyPermission/CreateSocietyPermission.js} +18 -22
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermission.js.map +1 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.d.ts +10 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/{user/QueryGetAllCollaboratorsByRoles.js → userSocietyPermission/CreateSocietyPermissionForExistingUser.js} +23 -15
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.js.map +1 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.d.ts +6 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/{user/QuerySocieties.js → userSocietyPermission/GetAllSocietyPermission.js} +11 -8
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.js.map +1 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.d.ts +6 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/{user/QueryUpdatePassword.js → userSocietyPermission/GetPaginatedUserSocietyPermission.js} +11 -16
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.js.map +1 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.d.ts +5 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/{user/QueryConfirm.js → userSocietyPermission/QueryDeleteSocietyPermission.js} +11 -8
- package/dist/cjs/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.js.map +1 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.d.ts +12 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.js +66 -0
- package/dist/cjs/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.js.map +1 -0
- package/dist/cjs/types/index.d.ts +7 -9
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +7 -9
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/User.d.ts +3 -1
- package/dist/mjs/api/resources/User.d.ts.map +1 -1
- package/dist/mjs/api/resources/User.js +9 -0
- package/dist/mjs/api/resources/User.js.map +1 -1
- package/dist/mjs/api/resources/UserSocietyPermission.d.ts +11 -0
- package/dist/mjs/api/resources/UserSocietyPermission.d.ts.map +1 -0
- package/dist/mjs/api/resources/UserSocietyPermission.js +22 -0
- package/dist/mjs/api/resources/UserSocietyPermission.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Interface/api/society/UpdateUserToSocietyWithPermission.d.ts +6 -7
- package/dist/mjs/types/Interface/api/society/UpdateUserToSocietyWithPermission.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/society/UpdateUserToSocietyWithPermission.js.map +1 -1
- package/dist/mjs/types/Interface/api/user/CreateUser.d.ts +3 -0
- package/dist/mjs/types/Interface/api/user/CreateUser.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/user/CreateUser.js +25 -0
- package/dist/mjs/types/Interface/api/user/CreateUser.js.map +1 -1
- package/dist/mjs/types/Interface/api/user/Query.d.ts +44 -0
- package/dist/mjs/types/Interface/api/user/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/user/Query.js +200 -0
- package/dist/mjs/types/Interface/api/user/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/CreateSocietyPermission.d.ts +8 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/CreateSocietyPermission.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/{user/QueryUpdatePassword.js → userSocietyPermission/CreateSocietyPermission.js} +21 -16
- package/dist/mjs/types/Interface/api/userSocietyPermission/CreateSocietyPermission.js.map +1 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.d.ts +10 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/{user/QueryGetAllFromSociety.js → userSocietyPermission/CreateSocietyPermissionForExistingUser.js} +20 -22
- package/dist/mjs/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.js.map +1 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.d.ts +6 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/{user/QuerySocieties.js → userSocietyPermission/GetAllSocietyPermission.js} +12 -8
- package/dist/mjs/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.js.map +1 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.d.ts +6 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/{user/QueryGetAllCollaborators.js → userSocietyPermission/GetPaginatedUserSocietyPermission.js} +12 -17
- package/dist/mjs/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.js.map +1 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.d.ts +5 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/{user/QueryResendConfirmationLink.js → userSocietyPermission/QueryDeleteSocietyPermission.js} +11 -3
- package/dist/mjs/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.js.map +1 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.d.ts +12 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.js +70 -0
- package/dist/mjs/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.js.map +1 -0
- package/dist/mjs/types/index.d.ts +7 -9
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +7 -9
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/User.ts +10 -0
- package/ts/api/resources/UserSocietyPermission.ts +28 -0
- package/ts/api/resources.ts +3 -1
- package/ts/types/Interface/api/society/UpdateUserToSocietyWithPermission.ts +6 -7
- package/ts/types/Interface/api/user/CreateUser.ts +17 -0
- package/ts/types/Interface/api/user/Query.ts +153 -0
- package/ts/types/Interface/api/userSocietyPermission/CreateSocietyPermission.ts +25 -0
- package/ts/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.ts +26 -0
- package/ts/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.ts +13 -0
- package/ts/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.ts +15 -0
- package/ts/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.ts +13 -0
- package/ts/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.ts +47 -0
- package/ts/types/index.ts +8 -9
- package/dist/cjs/types/Interface/api/user/QueryConfirm.d.ts +0 -5
- package/dist/cjs/types/Interface/api/user/QueryConfirm.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryConfirm.js.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryGetAllCollaborators.d.ts +0 -5
- package/dist/cjs/types/Interface/api/user/QueryGetAllCollaborators.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryGetAllCollaborators.js +0 -36
- package/dist/cjs/types/Interface/api/user/QueryGetAllCollaborators.js.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts +0 -5
- package/dist/cjs/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryGetAllFromSociety.d.ts +0 -6
- package/dist/cjs/types/Interface/api/user/QueryGetAllFromSociety.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryGetAllFromSociety.js.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryGetAllWithoutBp.d.ts +0 -4
- package/dist/cjs/types/Interface/api/user/QueryGetAllWithoutBp.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryGetAllWithoutBp.js +0 -26
- package/dist/cjs/types/Interface/api/user/QueryGetAllWithoutBp.js.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryResendConfirmationLink.d.ts +0 -4
- package/dist/cjs/types/Interface/api/user/QueryResendConfirmationLink.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryResendConfirmationLink.js +0 -21
- package/dist/cjs/types/Interface/api/user/QueryResendConfirmationLink.js.map +0 -1
- package/dist/cjs/types/Interface/api/user/QuerySocieties.d.ts +0 -5
- package/dist/cjs/types/Interface/api/user/QuerySocieties.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/user/QuerySocieties.js.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryUpdatePassword.d.ts +0 -6
- package/dist/cjs/types/Interface/api/user/QueryUpdatePassword.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryUpdatePassword.js.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryUserSmsConfirmation.d.ts +0 -4
- package/dist/cjs/types/Interface/api/user/QueryUserSmsConfirmation.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/user/QueryUserSmsConfirmation.js +0 -21
- package/dist/cjs/types/Interface/api/user/QueryUserSmsConfirmation.js.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryConfirm.d.ts +0 -5
- package/dist/mjs/types/Interface/api/user/QueryConfirm.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryConfirm.js +0 -23
- package/dist/mjs/types/Interface/api/user/QueryConfirm.js.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryGetAllCollaborators.d.ts +0 -5
- package/dist/mjs/types/Interface/api/user/QueryGetAllCollaborators.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryGetAllCollaborators.js.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts +0 -5
- package/dist/mjs/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +0 -31
- package/dist/mjs/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryGetAllFromSociety.d.ts +0 -6
- package/dist/mjs/types/Interface/api/user/QueryGetAllFromSociety.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryGetAllFromSociety.js.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryGetAllWithoutBp.d.ts +0 -4
- package/dist/mjs/types/Interface/api/user/QueryGetAllWithoutBp.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryGetAllWithoutBp.js +0 -23
- package/dist/mjs/types/Interface/api/user/QueryGetAllWithoutBp.js.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryResendConfirmationLink.d.ts +0 -4
- package/dist/mjs/types/Interface/api/user/QueryResendConfirmationLink.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryResendConfirmationLink.js.map +0 -1
- package/dist/mjs/types/Interface/api/user/QuerySocieties.d.ts +0 -5
- package/dist/mjs/types/Interface/api/user/QuerySocieties.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/user/QuerySocieties.js.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryUpdatePassword.d.ts +0 -6
- package/dist/mjs/types/Interface/api/user/QueryUpdatePassword.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryUpdatePassword.js.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryUserSmsConfirmation.d.ts +0 -4
- package/dist/mjs/types/Interface/api/user/QueryUserSmsConfirmation.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/user/QueryUserSmsConfirmation.js +0 -18
- package/dist/mjs/types/Interface/api/user/QueryUserSmsConfirmation.js.map +0 -1
- package/ts/types/Interface/api/user/QueryConfirm.ts +0 -9
- package/ts/types/Interface/api/user/QueryGetAllCollaborators.ts +0 -22
- package/ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts +0 -17
- package/ts/types/Interface/api/user/QueryGetAllFromSociety.ts +0 -29
- package/ts/types/Interface/api/user/QueryGetAllWithoutBp.ts +0 -11
- package/ts/types/Interface/api/user/QueryResendConfirmationLink.ts +0 -6
- package/ts/types/Interface/api/user/QuerySocieties.ts +0 -11
- package/ts/types/Interface/api/user/QueryUpdatePassword.ts +0 -21
- package/ts/types/Interface/api/user/QueryUserSmsConfirmation.ts +0 -6
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryUserSmsConfirmation.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryUserSmsConfirmation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAEhD,MAAa,wBAAwB;CAGpC;AAFC;IAAC,IAAA,mBAAW,GAAE;;sDACC;AAFjB,4DAGC","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryUserSmsConfirmation {\n @ApiProperty()\n code: string;\n}"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryConfirm.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryConfirm.ts"],"names":[],"mappings":"AAEA,qBAAa,YAAY;IAErB,gBAAgB,EAAE,MAAM,CAAC;IAGzB,KAAK,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
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;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
-
};
|
|
10
|
-
import { ApiProperty } from '../../../../utils';
|
|
11
|
-
export class QueryConfirm {
|
|
12
|
-
tokenConfirmedAt;
|
|
13
|
-
email;
|
|
14
|
-
}
|
|
15
|
-
__decorate([
|
|
16
|
-
ApiProperty(),
|
|
17
|
-
__metadata("design:type", String)
|
|
18
|
-
], QueryConfirm.prototype, "tokenConfirmedAt", void 0);
|
|
19
|
-
__decorate([
|
|
20
|
-
ApiProperty(),
|
|
21
|
-
__metadata("design:type", String)
|
|
22
|
-
], QueryConfirm.prototype, "email", void 0);
|
|
23
|
-
//# sourceMappingURL=QueryConfirm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryConfirm.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryConfirm.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,YAAY;IAErB,gBAAgB,CAAS;IAGzB,KAAK,CAAS;CACjB;AALC;IAAC,WAAW,EAAE;;sDACa;AAE3B;IAAC,WAAW,EAAE;;2CACE","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryConfirm {\n @ApiProperty()\n tokenConfirmedAt: string;\n\n @ApiProperty()\n email: string;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGetAllCollaborators.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllCollaborators.ts"],"names":[],"mappings":"AAKA,qBAAa,wBAAwB;IAOjC,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAQlB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGetAllCollaborators.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllCollaborators.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,IAAI,EAAE,UAAU,EAAE,QAAQ,GAC3B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,wBAAwB;IAOjC,MAAM,CAAY;IAQlB,OAAO,CAAY;CACtB;AAfC;IAAC,WAAW,CAAC;QACX,WAAW,EAAE,oBAAoB;QACjC,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,CAAC,MAAM,CAAC;QACd,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;KACjB,CAAC;;wDACkB;AAEpB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,QAAQ,EAAE,OAAO,EAAE,eAAe,EAAE,qBAAqB,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;yDAC7D","sourcesContent":["import {\n IsIn, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetAllCollaborators {\n @ApiProperty({\n description: 'filtering users id',\n required: false,\n type: [Number],\n example: [1, 13],\n })\n idUser?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['avatar', 'teams', 'businessLines', 'collaboraterDetails'], { each: true })\n include?: string[];\n}"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGetAllCollaboratorsByRoles.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts"],"names":[],"mappings":"AAGA,qBAAa,+BAA+B;IAIxC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAQ3B,OAAO,EAAE,MAAM,EAAE,CAAC;CACrB"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
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;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
-
};
|
|
10
|
-
import { IsInt, IsOptional } from 'class-validator';
|
|
11
|
-
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
|
-
export class QueryGetAllCollaboratorsByRoles {
|
|
13
|
-
idTimeCounterType;
|
|
14
|
-
idRoles;
|
|
15
|
-
}
|
|
16
|
-
__decorate([
|
|
17
|
-
ApiPropertyOptional(),
|
|
18
|
-
IsOptional(),
|
|
19
|
-
IsInt(),
|
|
20
|
-
__metadata("design:type", Number)
|
|
21
|
-
], QueryGetAllCollaboratorsByRoles.prototype, "idTimeCounterType", void 0);
|
|
22
|
-
__decorate([
|
|
23
|
-
ApiProperty({
|
|
24
|
-
description: 'roles used for group users',
|
|
25
|
-
required: true,
|
|
26
|
-
type: [Number],
|
|
27
|
-
example: [1, 13],
|
|
28
|
-
}),
|
|
29
|
-
__metadata("design:type", Array)
|
|
30
|
-
], QueryGetAllCollaboratorsByRoles.prototype, "idRoles", void 0);
|
|
31
|
-
//# sourceMappingURL=QueryGetAllCollaboratorsByRoles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGetAllCollaboratorsByRoles.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,+BAA+B;IAIxC,iBAAiB,CAAU;IAQ3B,OAAO,CAAW;CACrB;AAZC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;0EACqB;AAE7B;IAAC,WAAW,CAAC;QACX,WAAW,EAAE,4BAA4B;QACzC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,CAAC,MAAM,CAAC;QACd,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;KACjB,CAAC;;gEACkB","sourcesContent":["import { IsInt, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetAllCollaboratorsByRoles {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idTimeCounterType?: number;\n\n @ApiProperty({\n description: 'roles used for group users',\n required: true,\n type: [Number],\n example: [1, 13],\n })\n idRoles: number[];\n}"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGetAllFromSociety.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllFromSociety.ts"],"names":[],"mappings":"AAMA,qBAAa,sBAAsB;IAO/B,SAAS,EAAE,MAAM,CAAC;IAQlB,KAAK,EAAE,MAAM,EAAE,CAAC;IAMhB,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACvC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGetAllFromSociety.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllFromSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EACL,SAAS,EAAE,UAAU,GACtB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,sBAAsB;IAO/B,SAAS,CAAS;IAQlB,KAAK,CAAW;IAMhB,yBAAyB,CAAW;CACvC;AArBC;IAAC,WAAW,CAAC;QACX,WAAW,EAAE,6BAA6B;QAC1C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,GAAG;KACb,CAAC;;yDACkB;AAEpB;IAAC,WAAW,CAAC;QACX,WAAW,EAAE,kDAAkD;QAC/D,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,CAAC,MAAM,CAAC;QACd,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;KACjB,CAAC;;qDACgB;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;yEAC0B","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport {\n IsBoolean, IsOptional, \n} from 'class-validator';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\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\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n usersNotInBusinessPartner?: boolean;\n}"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGetAllWithoutBp.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllWithoutBp.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAO7B,SAAS,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
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;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
-
};
|
|
10
|
-
import { ApiProperty } from '../../../../utils';
|
|
11
|
-
export class QueryGetAllWithoutBp {
|
|
12
|
-
idSociety;
|
|
13
|
-
}
|
|
14
|
-
__decorate([
|
|
15
|
-
ApiProperty({
|
|
16
|
-
description: 'id of the specified society',
|
|
17
|
-
required: true,
|
|
18
|
-
type: Number,
|
|
19
|
-
example: 100,
|
|
20
|
-
}),
|
|
21
|
-
__metadata("design:type", Number)
|
|
22
|
-
], QueryGetAllWithoutBp.prototype, "idSociety", void 0);
|
|
23
|
-
//# sourceMappingURL=QueryGetAllWithoutBp.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGetAllWithoutBp.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllWithoutBp.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,oBAAoB;IAO7B,SAAS,CAAS;CACrB;AAPC;IAAC,WAAW,CAAC;QACX,WAAW,EAAE,6BAA6B;QAC1C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,GAAG;KACb,CAAC;;uDACkB","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGetAllWithoutBp {\n @ApiProperty({\n description: 'id of the specified society',\n required: true,\n type: Number,\n example: 100,\n })\n idSociety: number;\n}"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryResendConfirmationLink.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryResendConfirmationLink.ts"],"names":[],"mappings":"AAEA,qBAAa,2BAA2B;IAEpC,EAAE,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryResendConfirmationLink.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryResendConfirmationLink.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,2BAA2B;IAEpC,EAAE,CAAS;CACd;AAFC;IAAC,WAAW,EAAE;;uDACD","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryResendConfirmationLink {\n @ApiProperty()\n id: number;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QuerySocieties.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QuerySocieties.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAGlE,qBAAa,gBAAgB;IAIzB,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;CACzC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QuerySocieties.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QuerySocieties.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAGlE,MAAM,OAAO,gBAAgB;IAIzB,kBAAkB,CAAoB;CACzC;AAJC;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;4DAC2B","sourcesContent":["import { IsNumber, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { SubscriptionType } from '../../../Enum/SubscriptionType';\n\n\nexport class QueryUserSociety {\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idSubscriptionType?: SubscriptionType;\n}"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryUpdatePassword.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryUpdatePassword.ts"],"names":[],"mappings":"AAKA,qBAAa,mBAAmB;IAG5B,QAAQ,EAAE,MAAM,CAAC;IAMjB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKnB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryUpdatePassword.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryUpdatePassword.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,GACjC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,mBAAmB;IAG5B,QAAQ,CAAS;IAMjB,EAAE,CAAiB;IAKnB,KAAK,CAAiB;CACzB;AAdC;IAAC,WAAW,EAAE;IACb,QAAQ,EAAE;;qDACQ;AAEnB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;IACP,GAAG,CAAC,CAAC,CAAC;;+CACc;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;kDACa","sourcesContent":["import {\n IsInt, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryUpdatePassword {\n @ApiProperty()\n @IsString()\n password: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @Min(1)\n id?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n token?: string | null;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryUserSmsConfirmation.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryUserSmsConfirmation.ts"],"names":[],"mappings":"AAEA,qBAAa,wBAAwB;IAEjC,IAAI,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
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;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
-
};
|
|
10
|
-
import { ApiProperty } from '../../../../utils';
|
|
11
|
-
export class QueryUserSmsConfirmation {
|
|
12
|
-
code;
|
|
13
|
-
}
|
|
14
|
-
__decorate([
|
|
15
|
-
ApiProperty(),
|
|
16
|
-
__metadata("design:type", String)
|
|
17
|
-
], QueryUserSmsConfirmation.prototype, "code", void 0);
|
|
18
|
-
//# sourceMappingURL=QueryUserSmsConfirmation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryUserSmsConfirmation.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryUserSmsConfirmation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,wBAAwB;IAEjC,IAAI,CAAS;CAChB;AAFC;IAAC,WAAW,EAAE;;sDACC","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryUserSmsConfirmation {\n @ApiProperty()\n code: string;\n}"]}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
IsIn, IsOptional, IsString,
|
|
3
|
-
} from 'class-validator';
|
|
4
|
-
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
5
|
-
|
|
6
|
-
export class QueryGetAllCollaborators {
|
|
7
|
-
@ApiProperty({
|
|
8
|
-
description: 'filtering users id',
|
|
9
|
-
required: false,
|
|
10
|
-
type: [Number],
|
|
11
|
-
example: [1, 13],
|
|
12
|
-
})
|
|
13
|
-
idUser?: number[];
|
|
14
|
-
|
|
15
|
-
@ApiPropertyOptional()
|
|
16
|
-
@IsOptional()
|
|
17
|
-
@IsString({
|
|
18
|
-
each: true,
|
|
19
|
-
})
|
|
20
|
-
@IsIn(['avatar', 'teams', 'businessLines', 'collaboraterDetails'], { each: true })
|
|
21
|
-
include?: string[];
|
|
22
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IsInt, IsOptional } from 'class-validator';
|
|
2
|
-
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
|
-
|
|
4
|
-
export class QueryGetAllCollaboratorsByRoles {
|
|
5
|
-
@ApiPropertyOptional()
|
|
6
|
-
@IsOptional()
|
|
7
|
-
@IsInt()
|
|
8
|
-
idTimeCounterType?: number;
|
|
9
|
-
|
|
10
|
-
@ApiProperty({
|
|
11
|
-
description: 'roles used for group users',
|
|
12
|
-
required: true,
|
|
13
|
-
type: [Number],
|
|
14
|
-
example: [1, 13],
|
|
15
|
-
})
|
|
16
|
-
idRoles: number[];
|
|
17
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
2
|
-
import {
|
|
3
|
-
IsBoolean, IsOptional,
|
|
4
|
-
} from 'class-validator';
|
|
5
|
-
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
6
|
-
|
|
7
|
-
export class QueryGetAllFromSociety {
|
|
8
|
-
@ApiProperty({
|
|
9
|
-
description: 'id of the specified society',
|
|
10
|
-
required: true,
|
|
11
|
-
type: Number,
|
|
12
|
-
example: 100,
|
|
13
|
-
})
|
|
14
|
-
idSociety: number;
|
|
15
|
-
|
|
16
|
-
@ApiProperty({
|
|
17
|
-
description: 'array of roles id needed to return list of users',
|
|
18
|
-
required: true,
|
|
19
|
-
type: [Number],
|
|
20
|
-
example: [1, 13],
|
|
21
|
-
})
|
|
22
|
-
roles: number[];
|
|
23
|
-
|
|
24
|
-
@ApiPropertyOptional()
|
|
25
|
-
@IsOptional()
|
|
26
|
-
@IsBoolean()
|
|
27
|
-
@ToBoolean()
|
|
28
|
-
usersNotInBusinessPartner?: boolean;
|
|
29
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IsNumber, IsOptional } from 'class-validator';
|
|
2
|
-
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
-
import { SubscriptionType } from '../../../Enum/SubscriptionType';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export class QueryUserSociety {
|
|
7
|
-
@ApiPropertyOptional()
|
|
8
|
-
@IsNumber()
|
|
9
|
-
@IsOptional()
|
|
10
|
-
idSubscriptionType?: SubscriptionType;
|
|
11
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
IsInt, IsOptional, IsString, Min,
|
|
3
|
-
} from 'class-validator';
|
|
4
|
-
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
5
|
-
|
|
6
|
-
export class QueryUpdatePassword {
|
|
7
|
-
@ApiProperty()
|
|
8
|
-
@IsString()
|
|
9
|
-
password: string;
|
|
10
|
-
|
|
11
|
-
@ApiPropertyOptional()
|
|
12
|
-
@IsOptional()
|
|
13
|
-
@IsInt()
|
|
14
|
-
@Min(1)
|
|
15
|
-
id?: number | null;
|
|
16
|
-
|
|
17
|
-
@ApiPropertyOptional()
|
|
18
|
-
@IsOptional()
|
|
19
|
-
@IsString()
|
|
20
|
-
token?: string | null;
|
|
21
|
-
}
|