@servicelabsco/slabs-access-manager 0.1.261 → 0.1.262
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/accessUtility/entities/item.unit.entity.d.ts +1 -0
- package/dist/accessUtility/entities/item.unit.entity.js +4 -0
- package/dist/accessUtility/entities/item.unit.entity.js.map +1 -1
- package/dist/accessUtility/es6.classes.d.ts +3 -1
- package/dist/migrations/1755590192865-AddIsDeterministicPrItemUnitsTable.d.ts +5 -0
- package/dist/migrations/1755590192865-AddIsDeterministicPrItemUnitsTable.js +15 -0
- package/dist/migrations/1755590192865-AddIsDeterministicPrItemUnitsTable.js.map +1 -0
- package/package.json +1 -1
|
@@ -24,6 +24,10 @@ __decorate([
|
|
|
24
24
|
(0, typeorm_1.Column)(),
|
|
25
25
|
__metadata("design:type", String)
|
|
26
26
|
], ItemUnitEntity.prototype, "description", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, typeorm_1.Column)(),
|
|
29
|
+
__metadata("design:type", Boolean)
|
|
30
|
+
], ItemUnitEntity.prototype, "is_deterministic", void 0);
|
|
27
31
|
__decorate([
|
|
28
32
|
(0, typeorm_1.Column)('json'),
|
|
29
33
|
__metadata("design:type", item_unit_attributes_dto_1.ItemUnitAttributesDto)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"item.unit.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/item.unit.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAyC;AACzC,+EAAyE;AASlE,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,sCAAY;
|
|
1
|
+
{"version":3,"file":"item.unit.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/item.unit.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAyC;AACzC,+EAAyE;AASlE,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,sCAAY;CAc/C,CAAA;AAdY,wCAAc;AAEvB;IADC,IAAA,gBAAM,GAAE;;4CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;mDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;wDACiB;AAG1B;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,gDAAqB;kDAAC;yBAXzB,cAAc;IAD1B,IAAA,gBAAM,EAAC,eAAe,CAAC;GACX,cAAc,CAc1B"}
|
|
@@ -21,9 +21,11 @@ import { FcmTemplateEntity } from './entities/fcm.template.entity';
|
|
|
21
21
|
import { InappNotificationEntity } from './entities/inapp.notification.entity';
|
|
22
22
|
import { ItemUnitEntity } from './entities/item.unit.entity';
|
|
23
23
|
import { ListingModelEntity } from './entities/listing.model.entity';
|
|
24
|
+
import { NotificationEntity } from './entities/notification.entity';
|
|
24
25
|
import { NotificationRecipientEntity } from './entities/notification.recipient.entity';
|
|
25
26
|
import { PdfDocumentsEntity } from './entities/pdf.documents.entity';
|
|
26
27
|
import { PdfLogEntity } from './entities/pdf.log.entity';
|
|
28
|
+
import { PdfTemplatesEntity } from './entities/pdf.templates.entity';
|
|
27
29
|
import { SmsNotificationEntity } from './entities/sms.notification.entity';
|
|
28
30
|
import { TagAssignmentEntity } from './entities/tag.assignment.entity';
|
|
29
31
|
import { UiPoliciesEntity } from './entities/ui.policies.entity';
|
|
@@ -102,7 +104,7 @@ import { WhatsappNotificationSubscriber } from './subscribers/whatsapp.notificat
|
|
|
102
104
|
declare const es6Classes: {
|
|
103
105
|
controllers: (typeof BusinessUiPoliciesController | typeof PdfDocumentController)[];
|
|
104
106
|
dtos: (typeof TagAssignmentAttributesDto | typeof BulkUploadSheetDto | typeof DocumentFileUploadDto | typeof AddUiBusinessPoliciesDto | typeof GeneratePdfDocumentDto | typeof ErrorHandlingDto | typeof PdfDocumentDataDto)[];
|
|
105
|
-
entities: (typeof TagAssignmentEntity | typeof FcmTemplateEntity | typeof FcmNotificationEntity | typeof InappNotificationEntity | typeof SmsNotificationEntity | typeof WhatsappNotificationEntity | typeof EmailNotificationEntity | typeof BulkUploadColumnEntity | typeof BulkUploadTypeEntity | typeof BulkDefinitionEntity | typeof BulkDefinitionProcessingEntity | typeof BulkUploadItemEntity | typeof BulkUploadEntity | typeof UploadModificationEntity | typeof ListingModelEntity | typeof UiPoliciesEntity | typeof BusinessUiPoliciesEntity | typeof DataMappingEntity | typeof ItemUnitEntity | typeof NotificationRecipientEntity | typeof PdfLogEntity | typeof PdfDocumentsEntity | typeof WebhookRequestEntity)[];
|
|
107
|
+
entities: (typeof TagAssignmentEntity | typeof FcmTemplateEntity | typeof FcmNotificationEntity | typeof NotificationEntity | typeof InappNotificationEntity | typeof SmsNotificationEntity | typeof WhatsappNotificationEntity | typeof EmailNotificationEntity | typeof BulkUploadColumnEntity | typeof BulkUploadTypeEntity | typeof BulkDefinitionEntity | typeof BulkDefinitionProcessingEntity | typeof BulkUploadItemEntity | typeof BulkUploadEntity | typeof UploadModificationEntity | typeof ListingModelEntity | typeof UiPoliciesEntity | typeof BusinessUiPoliciesEntity | typeof DataMappingEntity | typeof ItemUnitEntity | typeof NotificationRecipientEntity | typeof PdfLogEntity | typeof PdfDocumentsEntity | typeof PdfTemplatesEntity | typeof WebhookRequestEntity)[];
|
|
106
108
|
enums: (typeof UiPoliciesTypeEnum)[];
|
|
107
109
|
jobs: (typeof PushToBulkItemJob | typeof AnalyseBulkUploadJob | typeof BulkDefinitionJob | typeof BulkDefinitionLoadJob | typeof BulkDefinitionProcessingJob | typeof BulkUploadColumnJob | typeof BulkUploadStatsJob | typeof BulkUploadItemJob | typeof BulkUploadJob | typeof BulkUploadTypeJob | typeof BusinessUiPoliciesJob | typeof DataMappingJob | typeof EmailNotificationJob | typeof GchatNotificationJob | typeof InappNotificationJob | typeof ItemUnitJob | typeof ListingModelJob | typeof NotificationJob | typeof NotificationRecipientJob | typeof PdfLogJob | typeof PdfDocumentJob | typeof SlackNotificationJob | typeof SmsNotificationJob | typeof TagAssignmentJob | typeof UiPoliciesJob | typeof UploadModificationJob | typeof WebhookRequestJob | typeof WhatsappNotificationJob)[];
|
|
108
110
|
libraries: (typeof ReadXlsFile | typeof AnalyseBulkUpload | typeof ProcessManualPdfDocument | typeof GenerateBulkUploadSheet | typeof LoadXlsFile | typeof ProcessCommonData | typeof ProcessPdfDocument | typeof SetBulkUploadLogFile | typeof SlabsUtil)[];
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AddIsDeterministicPrItemUnitsTable1755590192865 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class AddIsDeterministicPrItemUnitsTable1755590192865 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('pr_item_units');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.boolean('is_deterministic');
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.AddIsDeterministicPrItemUnitsTable1755590192865 = AddIsDeterministicPrItemUnitsTable1755590192865;
|
|
15
|
+
//# sourceMappingURL=1755590192865-AddIsDeterministicPrItemUnitsTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1755590192865-AddIsDeterministicPrItemUnitsTable.js","sourceRoot":"","sources":["../../src/migrations/1755590192865-AddIsDeterministicPrItemUnitsTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,+CAAgD,SAAQ,0CAAgB;IACjF;QACI,KAAK,CAAC,eAAe,CAAC,CAAC;QACvB,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IACrC,CAAC;CACJ;AATD,0GASC"}
|
package/package.json
CHANGED