@servicelabsco/slabs-access-manager 0.1.32 → 0.1.34
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/access/entities/listing.column.entity.d.ts +1 -0
- package/dist/access/entities/listing.column.entity.js +4 -0
- package/dist/access/entities/listing.column.entity.js.map +1 -1
- package/dist/access/entities/listing.page.entity.d.ts +1 -0
- package/dist/access/entities/listing.page.entity.js +4 -0
- package/dist/access/entities/listing.page.entity.js.map +1 -1
- package/dist/migrations/1703908200320-AddOrderDefinitionUtlListingPagesTable.d.ts +5 -0
- package/dist/migrations/1703908200320-AddOrderDefinitionUtlListingPagesTable.js +15 -0
- package/dist/migrations/1703908200320-AddOrderDefinitionUtlListingPagesTable.js.map +1 -0
- package/dist/migrations/1704457451433-AddFilterNameUtlListingColumnsTable.ts.d.ts +5 -0
- package/dist/migrations/1704457451433-AddFilterNameUtlListingColumnsTable.ts.js +15 -0
- package/dist/migrations/1704457451433-AddFilterNameUtlListingColumnsTable.ts.js.map +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -26,6 +26,10 @@ __decorate([
|
|
|
26
26
|
(0, typeorm_1.Column)(),
|
|
27
27
|
__metadata("design:type", String)
|
|
28
28
|
], ListingColumnEntity.prototype, "name", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, typeorm_1.Column)(),
|
|
31
|
+
__metadata("design:type", Number)
|
|
32
|
+
], ListingColumnEntity.prototype, "filter_name", void 0);
|
|
29
33
|
__decorate([
|
|
30
34
|
(0, typeorm_1.Column)(),
|
|
31
35
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listing.column.entity.js","sourceRoot":"","sources":["../../../src/access/entities/listing.column.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA8F;AAC9F,qCAAgE;AAChE,4FAAuF;AACvF,yFAAmF;AACnF,+DAA0D;AASnD,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,sCAAY;
|
|
1
|
+
{"version":3,"file":"listing.column.entity.js","sourceRoot":"","sources":["../../../src/access/entities/listing.column.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA8F;AAC9F,qCAAgE;AAChE,4FAAuF;AACvF,yFAAmF;AACnF,+DAA0D;AASnD,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,sCAAY;CAsEpD,CAAA;AAtEY,kDAAmB;AAE5B;IADC,IAAA,gBAAM,GAAE;;uDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;iDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;wDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;uDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;0DACa;AAGtB;IADC,IAAA,gBAAM,GAAE;;8DACiB;AAG1B;IADC,IAAA,gBAAM,GAAE;;wDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;2DACc;AAGvB;IADC,IAAA,gBAAM,GAAE;;kDACK;AAGd;IADC,IAAA,gBAAM,GAAE;;0DACa;AAGtB;IADC,IAAA,gBAAM,GAAE;;6DACgB;AAGzB;IADC,IAAA,gBAAM,GAAE;;qDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;wDACY;AAGrB;IADC,IAAA,gBAAM,GAAE;;2DACe;AAGxB;IADC,IAAA,gBAAM,GAAE;;mDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;uDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;8DACkB;AAG3B;IADC,IAAA,gBAAM,GAAE;;+DACkB;AAG3B;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;yDACG;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,0DAA0B;uDAAC;AAGvC;IADC,IAAA,gBAAM,GAAE;;oDACQ;AAGuD;IAAvE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,uCAAiB;oDAAC;AAElB;IAAhF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gDAAsB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;8BAAc,gDAAsB;wDAAC;AAEpC;IAAhF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC;8BAAkB,yCAAkB;4DAAC;8BArE5G,mBAAmB;IAD/B,IAAA,gBAAM,EAAC,qBAAqB,CAAC;GACjB,mBAAmB,CAsE/B"}
|
|
@@ -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;
|
|
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,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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AddFilterNameUtlListingColumnsTable1704457451433 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class AddFilterNameUtlListingColumnsTable1704457451433 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('utl_listing_columns');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.string('filter_name');
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.AddFilterNameUtlListingColumnsTable1704457451433 = AddFilterNameUtlListingColumnsTable1704457451433;
|
|
15
|
+
//# sourceMappingURL=1704457451433-AddFilterNameUtlListingColumnsTable.ts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1704457451433-AddFilterNameUtlListingColumnsTable.ts.js","sourceRoot":"","sources":["../../src/migrations/1704457451433-AddFilterNameUtlListingColumnsTable.ts.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,gDAAiD,SAAQ,0CAAgB;IAClF;QACI,KAAK,CAAC,qBAAqB,CAAC,CAAC;QAC7B,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;CACJ;AATD,4GASC"}
|