@servicelabsco/slabs-access-manager 0.1.94 → 0.1.95
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,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TagAssignmentEntity } from 'src/accessUtility/entities/tag.assignment.entity';
|
|
1
|
+
import { TagAssignmentEntity } from '../../accessUtility/entities/tag.assignment.entity';
|
|
3
2
|
import { AddTagDto } from '../dtos/add.tag.dto';
|
|
3
|
+
import { BusinessParamDto } from '../dtos/business.param.dto';
|
|
4
4
|
export declare class CommonTagController {
|
|
5
5
|
protected sourceType: string;
|
|
6
6
|
protected parentValidator: any;
|
|
@@ -14,10 +14,10 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.CommonTagController = void 0;
|
|
16
16
|
const common_1 = require("@nestjs/common");
|
|
17
|
-
const
|
|
17
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
18
18
|
const tag_assignment_entity_1 = require("../../accessUtility/entities/tag.assignment.entity");
|
|
19
19
|
const add_tag_dto_1 = require("../dtos/add.tag.dto");
|
|
20
|
-
const
|
|
20
|
+
const business_param_dto_1 = require("../dtos/business.param.dto");
|
|
21
21
|
class CommonTagController {
|
|
22
22
|
async getAll(params) {
|
|
23
23
|
await this.checkAccess(params);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.tag.controller.js","sourceRoot":"","sources":["../../../src/access/libraries/common.tag.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAgE;AAChE,
|
|
1
|
+
{"version":3,"file":"common.tag.controller.js","sourceRoot":"","sources":["../../../src/access/libraries/common.tag.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAgE;AAChE,oFAAyE;AACzE,8FAAyF;AACzF,qDAAgD;AAChD,mEAA8D;AAE9D,MAAa,mBAAmB;IAKtB,AAAN,KAAK,CAAC,MAAM,CAAU,MAAwB;QAC1C,MAAM,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;QAE/B,OAAO,2CAAmB,CAAC,IAAI,CAAC;YAC5B,KAAK,EAAE;gBACH,SAAS,EAAE,MAAM,CAAC,EAAE;gBACpB,WAAW,EAAE,IAAI,CAAC,UAAU;aAC/B;SACJ,CAAC,CAAC;IACP,CAAC;IAGK,AAAN,KAAK,CAAC,MAAM,CAAU,MAAwB,EAAU,IAAe;QACnE,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;QAElD,MAAM,GAAG,GAAG,MAAM,2CAAmB,CAAC,UAAU,CAAC;YAC7C,WAAW,EAAE,UAAU,CAAC,QAAQ,CAAC,EAAE;YACnC,SAAS,EAAE,MAAM,CAAC,EAAE;YACpB,WAAW,EAAE,IAAI,CAAC,UAAU;YAC5B,IAAI,EAAE,IAAI,CAAC,IAAI;SAClB,CAAC,CAAC;QAEH,OAAO,GAAG,CAAC,IAAI,EAAE,CAAC;IACtB,CAAC;IAGK,AAAN,KAAK,CAAC,SAAS,CAAU,MAAwB;QAC7C,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;QAElD,MAAM,GAAG,GAAG,MAAM,2CAAmB,CAAC,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;QAC9D,IAAI,GAAG,CAAC,SAAS,KAAK,UAAU,CAAC,MAAM,CAAC,EAAE,IAAI,GAAG,CAAC,WAAW,KAAK,IAAI,CAAC,UAAU;YAAE,MAAM,IAAI,yCAAe,EAAE,CAAC;QAE/G,OAAO,GAAG,CAAC,UAAU,EAAE,CAAC;IAC5B,CAAC;IAES,KAAK,CAAC,WAAW,CAAC,MAAwB;QAChD,OAAO,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IAC3C,CAAC;CACJ;AA3CD,kDA2CC;AAtCS;IADL,IAAA,YAAG,GAAE;IACQ,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAS,qCAAgB;;iDAS7C;AAGK;IADL,IAAA,aAAI,GAAE;IACO,WAAA,IAAA,cAAK,GAAE,CAAA;IAA4B,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAzB,qCAAgB,EAAgB,uBAAS;;iDAWtE;AAGK;IADL,IAAA,eAAM,EAAC,YAAY,CAAC;IACJ,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAS,qCAAgB;;oDAOhD"}
|
package/package.json
CHANGED