@servicelabsco/nestjs-utility-services 1.2.85 → 1.2.86

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicelabsco/nestjs-utility-services",
3
- "version": "1.2.85",
3
+ "version": "1.2.86",
4
4
  "description": "NestJS generic packages to support development",
5
5
  "author": "Hemant Kumar Sah <hemantanshu@gmail.com>",
6
6
  "license": "MIT",
@@ -1,5 +0,0 @@
1
- import { SeederUtility } from '../common/libraries/seeder.utility';
2
- export declare class AddSchemaValidationDataSeederTable1699364212491 extends SeederUtility {
3
- constructor();
4
- process(): void;
5
- }
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddSchemaValidationDataSeederTable1699364212491 = void 0;
4
- const seeder_utility_1 = require("../common/libraries/seeder.utility");
5
- class AddSchemaValidationDataSeederTable1699364212491 extends seeder_utility_1.SeederUtility {
6
- constructor() {
7
- super('sys_lookup_values');
8
- this.process();
9
- }
10
- process() {
11
- this.addRecord({
12
- id: 66,
13
- lookup_type_id: 7,
14
- name: 'OnSchemaValidation',
15
- value: 'OnSchemaValidation',
16
- description: 'OnSchemaValidation',
17
- });
18
- }
19
- }
20
- exports.AddSchemaValidationDataSeederTable1699364212491 = AddSchemaValidationDataSeederTable1699364212491;
21
- //# sourceMappingURL=1699364212491-AddSchemaValidationDataSeederTable.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"1699364212491-AddSchemaValidationDataSeederTable.js","sourceRoot":"","sources":["../../src/migrations/1699364212491-AddSchemaValidationDataSeederTable.ts"],"names":[],"mappings":";;;AAAA,uEAAmE;AAEnE,MAAa,+CAAgD,SAAQ,8BAAa;IAC9E;QACI,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,SAAS,CAAC;YACX,EAAE,EAAE,EAAE;YACN,cAAc,EAAE,CAAC;YACjB,IAAI,EAAE,oBAAoB;YAC1B,KAAK,EAAE,oBAAoB;YAC3B,WAAW,EAAE,oBAAoB;SACpC,CAAC,CAAC;IACP,CAAC;CACJ;AAfD,0GAeC"}