@servicelabsco/slabs-access-manager 0.1.25 → 0.1.27
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/migrations/1702462655788-AddFilterIdentifierUtlListingColumnsTable.d.ts +5 -0
- package/dist/migrations/1702462655788-AddFilterIdentifierUtlListingColumnsTable.js +15 -0
- package/dist/migrations/1702462655788-AddFilterIdentifierUtlListingColumnsTable.js.map +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -30,6 +30,10 @@ __decorate([
|
|
|
30
30
|
(0, typeorm_1.Column)(),
|
|
31
31
|
__metadata("design:type", String)
|
|
32
32
|
], ListingColumnEntity.prototype, "identifier", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, typeorm_1.Column)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], ListingColumnEntity.prototype, "filter_identifier", void 0);
|
|
33
37
|
__decorate([
|
|
34
38
|
(0, typeorm_1.Column)(),
|
|
35
39
|
__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;CAgEpD,CAAA;AAhEY,kDAAmB;AAE5B;IADC,IAAA,gBAAM,GAAE;;uDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;iDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;uDACU;AAGnB;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;8BA/D5G,mBAAmB;IAD/B,IAAA,gBAAM,EAAC,qBAAqB,CAAC;GACjB,mBAAmB,CAgE/B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AddFilterIdentifierUtlListingColumnsTable1702462655788 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class AddFilterIdentifierUtlListingColumnsTable1702462655788 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('utl_listing_columns');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.string('filter_identifier');
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.AddFilterIdentifierUtlListingColumnsTable1702462655788 = AddFilterIdentifierUtlListingColumnsTable1702462655788;
|
|
15
|
+
//# sourceMappingURL=1702462655788-AddFilterIdentifierUtlListingColumnsTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1702462655788-AddFilterIdentifierUtlListingColumnsTable.js","sourceRoot":"","sources":["../../src/migrations/1702462655788-AddFilterIdentifierUtlListingColumnsTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,sDAAuD,SAAQ,0CAAgB;IACxF;QACI,KAAK,CAAC,qBAAqB,CAAC,CAAC;QAC7B,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;CACJ;AATD,wHASC"}
|