@servicelabsco/slabs-access-manager 0.1.32 → 0.1.33

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.
@@ -7,6 +7,7 @@ export declare class ListingPageEntity extends CommonEntity {
7
7
  query_id: number;
8
8
  description: string;
9
9
  attributes: ListingPageAttributesDto;
10
+ order_definition: string;
10
11
  columns: ListingColumnEntity[];
11
12
  query: SystemScriptEntity;
12
13
  }
@@ -37,6 +37,10 @@ __decorate([
37
37
  (0, typeorm_1.Column)('json'),
38
38
  __metadata("design:type", listing_page_attributes_dto_1.ListingPageAttributesDto)
39
39
  ], ListingPageEntity.prototype, "attributes", void 0);
40
+ __decorate([
41
+ (0, typeorm_1.Column)(),
42
+ __metadata("design:type", String)
43
+ ], ListingPageEntity.prototype, "order_definition", void 0);
40
44
  __decorate([
41
45
  (0, typeorm_1.OneToMany)(() => listing_column_entity_1.ListingColumnEntity, (column) => column.listing),
42
46
  __metadata("design:type", Array)
@@ -1 +1 @@
1
- {"version":3,"file":"listing.page.entity.js","sourceRoot":"","sources":["../../../src/access/entities/listing.page.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0F;AAC1F,qCAA2E;AAC3E,qFAA+E;AAC/E,mEAA8D;AASvD,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,sCAAY;CAoBlD,CAAA;AApBY,8CAAiB;AAE1B;IADC,IAAA,gBAAM,GAAE;;+CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;qDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;mDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,sDAAwB;qDAAC;AAG6B;IAAjE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAmB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC;;kDAAgC;AAE1B;IAAtE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;8BAAQ,4CAAkB;gDAAC;4BAnBxF,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,iBAAiB,CAoB7B"}
1
+ {"version":3,"file":"listing.page.entity.js","sourceRoot":"","sources":["../../../src/access/entities/listing.page.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0F;AAC1F,qCAA2E;AAC3E,qFAA+E;AAC/E,mEAA8D;AASvD,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,sCAAY;CAuBlD,CAAA;AAvBY,8CAAiB;AAE1B;IADC,IAAA,gBAAM,GAAE;;+CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;qDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;mDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,sDAAwB;qDAAC;AAGrC;IADC,IAAA,gBAAM,GAAE;;2DACgB;AAGyC;IAAjE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAmB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC;;kDAAgC;AAE1B;IAAtE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;8BAAQ,4CAAkB;gDAAC;4BAtBxF,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,iBAAiB,CAuB7B"}
@@ -0,0 +1,5 @@
1
+ import { MigrationUtility } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class AddOrderDefinitionUtlListingPagesTable1703908200320 extends MigrationUtility {
3
+ constructor();
4
+ process(): void;
5
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AddOrderDefinitionUtlListingPagesTable1703908200320 = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class AddOrderDefinitionUtlListingPagesTable1703908200320 extends nestjs_utility_services_1.MigrationUtility {
6
+ constructor() {
7
+ super('utl_listing_pages');
8
+ this.process();
9
+ }
10
+ process() {
11
+ this.string('order_definition');
12
+ }
13
+ }
14
+ exports.AddOrderDefinitionUtlListingPagesTable1703908200320 = AddOrderDefinitionUtlListingPagesTable1703908200320;
15
+ //# sourceMappingURL=1703908200320-AddOrderDefinitionUtlListingPagesTable.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1703908200320-AddOrderDefinitionUtlListingPagesTable.js","sourceRoot":"","sources":["../../src/migrations/1703908200320-AddOrderDefinitionUtlListingPagesTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,mDAAoD,SAAQ,0CAAgB;IACrF;QACI,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;CACJ;AATD,kHASC"}