@servicelabsco/slabs-access-manager 0.1.315 → 0.1.316

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.
@@ -9,6 +9,7 @@ export declare class UiPoliciesEntity extends CommonEntity {
9
9
  active: boolean;
10
10
  script_id: number;
11
11
  attributes: UiPoliciesAttributesDto;
12
+ configuration: any;
12
13
  type: LookupValueEntity;
13
14
  script: SystemScriptEntity;
14
15
  }
@@ -45,6 +45,10 @@ __decorate([
45
45
  (0, typeorm_1.Column)('json'),
46
46
  __metadata("design:type", ui_policies_attributes_dto_1.UiPoliciesAttributesDto)
47
47
  ], UiPoliciesEntity.prototype, "attributes", void 0);
48
+ __decorate([
49
+ (0, typeorm_1.Column)('json'),
50
+ __metadata("design:type", Object)
51
+ ], UiPoliciesEntity.prototype, "configuration", void 0);
48
52
  __decorate([
49
53
  (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.LookupValueEntity),
50
54
  (0, typeorm_1.JoinColumn)({ name: 'type_id' }),
@@ -1 +1 @@
1
- {"version":3,"file":"ui.policies.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/ui.policies.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA6G;AAC7G,qCAAgE;AAChE,mFAA6E;AAC7E,0EAAoE;AAS7D,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,sCAAY;CAyBjD,CAAA;AAzBY,4CAAgB;AAEzB;IADC,IAAA,gBAAM,GAAE;;oDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;qDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;qDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;iDACmB;AAG5B;IADC,IAAA,gBAAM,GAAE;;gDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;mDACS;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,oDAAuB;oDAAC;AAGiC;IAApE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,2CAAiB;8CAAC;AACrB;IAAvE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAAS,4CAAkB;gDAAC;2BAxB1F,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,iBAAiB,CAAC;GACb,gBAAgB,CAyB5B"}
1
+ {"version":3,"file":"ui.policies.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/ui.policies.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA6G;AAC7G,qCAAgE;AAChE,mFAA6E;AAC7E,0EAAoE;AAS7D,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,sCAAY;CA4BjD,CAAA;AA5BY,4CAAgB;AAEzB;IADC,IAAA,gBAAM,GAAE;;oDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;qDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;qDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;iDACmB;AAG5B;IADC,IAAA,gBAAM,GAAE;;gDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;mDACS;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,oDAAuB;oDAAC;AAGpC;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;uDACI;AAGkD;IAApE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,2CAAiB;8CAAC;AACrB;IAAvE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAAS,4CAAkB;gDAAC;2BA3B1F,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,iBAAiB,CAAC;GACb,gBAAgB,CA4B5B"}
@@ -0,0 +1,5 @@
1
+ import { MigrationUtility } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class AddedFormConfigurationOnUiPoliciesUtlUiPoliciesTable1768280557711 extends MigrationUtility {
3
+ constructor();
4
+ process(): void;
5
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AddedFormConfigurationOnUiPoliciesUtlUiPoliciesTable1768280557711 = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class AddedFormConfigurationOnUiPoliciesUtlUiPoliciesTable1768280557711 extends nestjs_utility_services_1.MigrationUtility {
6
+ constructor() {
7
+ super('utl_ui_policies');
8
+ this.process();
9
+ }
10
+ process() {
11
+ this.json('configuration');
12
+ }
13
+ }
14
+ exports.AddedFormConfigurationOnUiPoliciesUtlUiPoliciesTable1768280557711 = AddedFormConfigurationOnUiPoliciesUtlUiPoliciesTable1768280557711;
15
+ //# sourceMappingURL=1768280557711-AddedFormConfigurationOnUiPoliciesUtlUiPoliciesTable.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1768280557711-AddedFormConfigurationOnUiPoliciesUtlUiPoliciesTable.js","sourceRoot":"","sources":["../../src/migrations/1768280557711-AddedFormConfigurationOnUiPoliciesUtlUiPoliciesTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,iEAAkE,SAAQ,0CAAgB;IACnG;QACI,KAAK,CAAC,iBAAiB,CAAC,CAAC;QACzB,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;IAC/B,CAAC;CACJ;AATD,8IASC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicelabsco/slabs-access-manager",
3
- "version": "0.1.315",
3
+ "version": "0.1.316",
4
4
  "description": "Support for application level menus and dashboards",
5
5
  "author": "Hemant Kumar Sah <hemantanshu@gmail.com>",
6
6
  "license": "MIT",